@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(font/NotoSansJP-VF.woff2) format('woff2');
  font-display: swap;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a:focus, a:active {
  outline: none;
}

body {
  color: #484848;
  font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/**
* Layout
* ========================== */
.l-footer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.l-header {
  width: 100%;
}

/* Object
* ========================== */
/* Component ------------ */
.c-accordion__title, .c-accordion__title--cross {
  position: relative;
  cursor: pointer;
}

.c-accordion__title--cross::before, .c-accordion__title--cross::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
  content: "";
}

.c-accordion__title--cross::before {
  right: 0;
  width: 10px;
  height: 2px;
}

.c-accordion__title--cross::after {
  right: 4px;
  width: 2px;
  height: 10px;
}

.c-accordion__title--cross.is-open::after {
  display: none;
}

.c-accordion__body {
  display: none;
}

.c-alert__title {
  width: 100%;
  margin: 0 auto;
  background-color: #fceaec;
  color: #e43344;
  text-align: left;
}

.c-alert__title a {
  border-bottom: 1px solid #e43344;
  color: #e43344;
}

.c-alert__title a:hover {
  border-bottom: 1px solid #f199a1;
  color: #f199a1;
}

@media screen and (min-width: 768px), print {
  .c-alert__title {
    max-width: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 26px 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 1140px) {
  .c-alert__title {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .c-alert__title {
    width: 90%;
    max-width: none;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 17px 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.c-alert__title > ul {
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .c-alert__title > ul {
    padding-left: 23px;
  }
}

.c-alert__title > ul li {
  position: relative;
  margin-bottom: 6px;
}

.c-alert__title > ul li:last-child {
  margin-bottom: 0;
}

.c-alert__title > ul li::before {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e43344;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-alert__title > ul li::before {
    left: -15px;
  }
}

.c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .c-form--input, .c-form--input--pulldown, .c-form--input--pulldown--full, .c-form--input--year, .c-form--input--month, .c-form--input--point {
    margin-bottom: 15px;
  }
}

.c-form--input::-webkit-input-placeholder, .c-form--input--pulldown::-webkit-input-placeholder, .c-form--input--pulldown--full::-webkit-input-placeholder, .c-form--input--year::-webkit-input-placeholder, .c-form--input--month::-webkit-input-placeholder, .c-form--input--point::-webkit-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::-moz-placeholder, .c-form--input--pulldown::-moz-placeholder, .c-form--input--pulldown--full::-moz-placeholder, .c-form--input--year::-moz-placeholder, .c-form--input--month::-moz-placeholder, .c-form--input--point::-moz-placeholder {
  color: #a3a3a3;
}

.c-form--input:-ms-input-placeholder, .c-form--input--pulldown:-ms-input-placeholder, .c-form--input--pulldown--full:-ms-input-placeholder, .c-form--input--year:-ms-input-placeholder, .c-form--input--month:-ms-input-placeholder, .c-form--input--point:-ms-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::-ms-input-placeholder, .c-form--input--pulldown::-ms-input-placeholder, .c-form--input--pulldown--full::-ms-input-placeholder, .c-form--input--year::-ms-input-placeholder, .c-form--input--month::-ms-input-placeholder, .c-form--input--point::-ms-input-placeholder {
  color: #a3a3a3;
}

.c-form--input::placeholder, .c-form--input--pulldown::placeholder, .c-form--input--pulldown--full::placeholder, .c-form--input--year::placeholder, .c-form--input--month::placeholder, .c-form--input--point::placeholder {
  color: #a3a3a3;
}

.c-form--input--pulldown, .c-form--input--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.c-form--input--pulldown::-webkit-input-placeholder, .c-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::-moz-placeholder, .c-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.c-form--input--pulldown:-ms-input-placeholder, .c-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::-ms-input-placeholder, .c-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.c-form--input--pulldown::placeholder, .c-form--input--pulldown--full::placeholder {
  color: #484848;
}

.c-form--input--pulldown--full {
  width: 100%;
  max-width: none;
}

.c-form--input--year {
  max-width: 50px;
  margin-bottom: 0px;
}

.c-form--input--month {
  max-width: 70px;
  margin-bottom: 0px;
}

.c-form--input--point {
  max-width: 120px;
  height: 30px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .c-form--input--point {
    margin: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .c-form--input--point {
    margin: 2%;
  }
}

.p-form-error__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}

.c-arrow, .c-arrow--down, .c-arrow--top, .c-arrow--left, .c-arrow--before {
  position: relative;
}

.c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
  display: inline-block;
  z-index: 1;
  position: relative;
  top: -1px;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before, .c-arrow::after, .c-arrow--down::after, .c-arrow--top::after, .c-arrow--left::after, .c-arrow--before::after {
    width: 7px;
    height: 7px;
  }
}

.c-arrow::before, .c-arrow--down::before, .c-arrow--top::before, .c-arrow--left::before, .c-arrow--before::before {
  display: none;
}

.c-arrow--down::before, .c-arrow--down::after {
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-arrow--top::before, .c-arrow--top::after {
  top: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-arrow--left::before, .c-arrow--left::after {
  -webkit-transform: scale(1, 0.95) rotate(-135deg);
          transform: scale(1, 0.95) rotate(-135deg);
}

.c-arrow--before::before {
  display: inline-block;
}

.c-arrow--before::after {
  display: none;
}

.c-breadcrumb--white {
  background-color: #fff;
}

.c-breadcrumb--gray {
  background-color: #f6f6f6;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .c-breadcrumb__list {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    padding: 15px;
    overflow-x: scroll;
  }
}

.c-breadcrumb__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    white-space: nowrap;
  }
}

.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 10px;
  padding-left: 22px;
}

.c-breadcrumb__item + .c-breadcrumb__item::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: scale(1, 0.9) rotate(45deg);
          transform: scale(1, 0.9) rotate(45deg);
  border-top: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-breadcrumb__item + .c-breadcrumb__item::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item + .c-breadcrumb__item::after {
    width: 7px;
    height: 7px;
  }
}

.c-breadcrumb__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item:last-child {
    padding-right: 20px;
  }
}

.c-breadcrumb__link {
  color: #484848;
  font-size: 12px;
  letter-spacing: 0.72px;
}

.c-breadcrumb__text {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__text {
    white-space: nowrap;
  }
}

.c-button, .c-button--cart-in, .c-button--customize, .c-button--white, .c-button--primary-blue, .c-button--primary-white, .c-button--primary-greyish, .c-button--secondaryA-blue, .c-button--secondaryA-white, .c-button--secondaryB-black, .c-button--secondaryB-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
}

.c-button::after, .c-button--cart-in::after, .c-button--customize::after, .c-button--white::after, .c-button--primary-blue::after, .c-button--primary-white::after, .c-button--primary-greyish::after, .c-button--secondaryA-blue::after, .c-button--secondaryA-white::after, .c-button--secondaryB-black::after, .c-button--secondaryB-white::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.c-button::before, .c-button--cart-in::before, .c-button--customize::before, .c-button--white::before, .c-button--primary-blue::before, .c-button--primary-white::before, .c-button--primary-greyish::before, .c-button--secondaryA-blue::before, .c-button--secondaryA-white::before, .c-button--secondaryB-black::before, .c-button--secondaryB-white::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background-color: #a3a3a3;
  content: '';
  opacity: 0.3;
}

.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}

.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}

.c-button > span, .c-button--cart-in > span, .c-button--customize > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-button > span, .c-button--cart-in > span, .c-button--customize > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.63;
  }
}

@media screen and (max-width: 767px) {
  .c-button > span, .c-button--cart-in > span, .c-button--customize > span, .c-button--white > span, .c-button--primary-blue > span, .c-button--primary-white > span, .c-button--primary-greyish > span, .c-button--secondaryA-blue > span, .c-button--secondaryA-white > span, .c-button--secondaryB-black > span, .c-button--secondaryB-white > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.c-button--cart-in,
.c-button--customize {
  border: 0;
  background-color: #004da1;
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
}

.c-button--cart-in::after,
.c-button--customize::after {
  content: none;
}

.c-button--cart-in::before,
.c-button--customize::before  {
  background-color: #00a2e6;
  opacity: .3;
}

.c-button--white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.c-button--white::after {
  border-color: #fff;
}

.c-button--white::before {
  background-color: #fff;
  opacity: .2;
}

.c-button--primary-blue {
  border: 0;
  background-color: #004da1;
  color: #fff;
}

.c-button--primary-blue::after {
  border-color: #fff;
}

.c-button--primary-blue::before {
  background-color: #00a2e6;
  opacity: .3;
}

.c-button--primary-white {
  border-color: #7fa6d0;
  background-color: #fff;
  color: #004da1;
}

.c-button--primary-white::after {
  border-color: #004da1;
}

.c-button--primary-white::before {
  background-color: #0078c4;
  opacity: .1;
}

.c-button--primary-greyish {
  border-color: #a3a3a3;
  background-color: #fff;
  color: #484848;
}

.c-button--primary-greyish::after {
  border-color: #484848;
}

.c-button--primary-greyish::before {
  background-color: #484848;
  opacity: .1;
}

.c-button--secondaryA-blue {
  border: 0;
  background-color: #00a2e6;
  color: #fff;
}

.c-button--secondaryA-blue::after {
  border-color: #fff;
}

.c-button--secondaryA-blue::before {
  background-color: #fff;
  opacity: .15;
}

.c-button--secondaryA-white {
  border-color: #7fd0f2;
  background-color: #fff;
  color: #00a2e6;
}

.c-button--secondaryA-white::after {
  border-color: #00a2e6;
}

.c-button--secondaryA-white::before {
  background-color: #00a2e6;
  opacity: .1;
}

.c-button--secondaryB-black {
  background-color: #484848;
  color: #fff;
}

.c-button--secondaryB-black::after {
  border-color: #fff;
}

.c-button--secondaryB-black::before {
  background-color: #fff;
  opacity: .1;
}

.c-button--secondaryB-white {
  border-color: #a3a3a3;
  color: #484848;
}

.c-button--secondaryB-white::after {
  border-color: #484848;
}

.c-button--secondaryB-white::before {
  background-color: #484848;
  opacity: .1;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

.c-check__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .c-check__label {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-check__label {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.4;
  }
}

.c-check__input {
  display: none;
}

.c-check__input:checked + .c-check__mark::before, .c-check__input:checked + .c-check__mark--radio::before, .c-check__input:checked + .c-check__mark--checkbox::before {
  display: none;
}

.c-check__input:checked + .c-check__mark::after, .c-check__input:checked + .c-check__mark--radio::after, .c-check__input:checked + .c-check__mark--checkbox::after {
  display: block;
}

.c-check__input#CREDIT_CARD:checked ~ .payment-method-labels label[for="CREDIT_CARD"] > .c-check__mark--radio::after, .c-check__input#AMAZON_PAY:checked ~ .payment-method-labels label[for="AMAZON_PAY"] > .c-check__mark--radio::after, .c-check__input#RAKUTENPAY:checked ~ .payment-method-labels label[for="RAKUTENPAY"] > .c-check__mark--radio::after, .c-check__input#PayPal:checked ~ .payment-method-labels label[for="PayPal"] > .c-check__mark--radio::after, .c-check__input#PayPay:checked ~ .payment-method-labels label[for="PayPay"] > .c-check__mark--radio::after, .c-check__input#MOBILE_CARRIER_PAYMENT:checked ~ .payment-method-labels label[for="MOBILE_CARRIER_PAYMENT"] > .c-check__mark--radio::after, .c-check__input#SHOPPING_CREDIT:checked ~ .payment-method-labels label[for="SHOPPING_CREDIT"] > .c-check__mark--radio::after, .c-check__input#CONVENIENCE_STORE_PAPERLESS:checked ~ .payment-method-labels label[for="CONVENIENCE_STORE_PAPERLESS"] > .c-check__mark--radio::after, .c-check__input#COD:checked ~ .payment-method-labels label[for="COD"] > .c-check__mark--radio::after, .c-check__input#BANK_TRANSFER_PAYMENTS:checked ~ .payment-method-labels label[for="BANK_TRANSFER_PAYMENTS"] > .c-check__mark--radio::after, .c-check__input#CREDIT_SALE:checked ~ .payment-method-labels label[for="CREDIT_SALE"] > .c-check__mark--radio::after, .c-check__input#SHOPPING_CREDIT_MITSUISUMITOMO:checked ~ .payment-method-labels label[for="SHOPPING_CREDIT_MITSUISUMITOMO"] > .c-check__mark--radio::after  {
  display: block;
}

@media screen and (max-width:767px){
  .c-check__input#CREDIT_CARD:checked ~ .payment-method-labels label[for="CREDIT_CARD"], .c-check__input#AMAZON_PAY:checked ~ .payment-method-labels label[for="AMAZON_PAY"], .c-check__input#RAKUTENPAY:checked ~ .payment-method-labels label[for="RAKUTENPAY"], .c-check__input#PayPal:checked ~ .payment-method-labels label[for="PayPal"], .c-check__input#PayPay:checked ~ .payment-method-labels label[for="PayPay"], .c-check__input#MOBILE_CARRIER_PAYMENT:checked ~ .payment-method-labels label[for="MOBILE_CARRIER_PAYMENT"], .c-check__input#SHOPPING_CREDIT:checked ~ .payment-method-labels label[for="SHOPPING_CREDIT"], .c-check__input#CONVENIENCE_STORE_PAPERLESS:checked ~ .payment-method-labels label[for="CONVENIENCE_STORE_PAPERLESS"], .c-check__input#COD:checked ~ .payment-method-labels label[for="COD"], .c-check__input#BANK_TRANSFER_PAYMENTS:checked ~ .payment-method-labels label[for="BANK_TRANSFER_PAYMENTS"], .c-check__input#CREDIT_SALE:checked ~ .payment-method-labels label[for="CREDIT_SALE"], .c-check__input#SHOPPING_CREDIT_MITSUISUMITOMO:checked ~ .payment-method-labels label[for="SHOPPING_CREDIT_MITSUISUMITOMO"] {
    order: 1;
  }
}

.payment-method-labels .payment-method-attention {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  color: #7f7f7f;
  vertical-align: top;
}

ul.payment-attentions {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.55;
}

ul.payment-attentions>li {
  position: relative;
  padding-left: 2.3em;
}

ul.payment-attentions>li>.index {
  position: absolute;
  top: 0;
  left: 0;
}

ul.payment-attentions>li:nth-of-type(n+2) {
  margin-top: 5px;
}

.c-check__input#CREDIT_CARD:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="CREDIT_CARD"]  > .input-area--order-form--glay--mb0, .c-check__input#AMAZON_PAY:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="AMAZON_PAY"]  > .input-area--order-form--glay--mb0, .c-check__input#RAKUTENPAY:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="RAKUTENPAY"]  > .input-area--order-form--glay--mb0, .c-check__input#PayPal:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="PayPal"]  > .input-area--order-form--glay--mb0, .c-check__input#PayPay:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="PayPay"]  > .input-area--order-form--glay--mb0, .c-check__input#MOBILE_CARRIER_PAYMENT:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="MOBILE_CARRIER_PAYMENT"]  > .input-area--order-form--glay--mb0, .c-check__input#SHOPPING_CREDIT:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="SHOPPING_CREDIT"]  > .input-area--order-form--glay--mb0, .c-check__input#CONVENIENCE_STORE_PAPERLESS:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="CONVENIENCE_STORE_PAPERLESS"]  > .input-area--order-form--glay--mb0, .c-check__input#COD:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="COD"]  > .input-area--order-form--glay--mb0, .c-check__input#BANK_TRANSFER_PAYMENTS:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="BANK_TRANSFER_PAYMENTS"]  > .input-area--order-form--glay--mb0, .c-check__input#CREDIT_SALE:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="CREDIT_SALE"]  > .input-area--order-form--glay--mb0, .c-check__input#SHOPPING_CREDIT_MITSUISUMITOMO:checked ~ .input-area--payment-methods > .input-area--payment-method[data-payid="SHOPPING_CREDIT_MITSUISUMITOMO"]  > .input-area--order-form--glay--mb0 {
  display: flex;
}

.c-check__mark, .c-check__mark--radio, .c-check__mark--checkbox {
  display: inline-block;
  position: relative;
  height: 20px;
  margin-right: 10px;
  padding-left: 20px;
}

.c-check__mark::before, .c-check__mark--radio::before, .c-check__mark--checkbox::before, .c-check__mark::after, .c-check__mark--radio::after, .c-check__mark--checkbox::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.p-product-show-benchmark__section .c-check__mark::before, .p-product-show-benchmark__section .c-check__mark--radio::before, .p-product-show-benchmark__section .c-check__mark--checkbox::before,
.p-product-show-benchmark__section .c-check__mark::after, .p-product-show-benchmark__section .c-check__mark--radio::after, .p-product-show-benchmark__section .c-check__mark--checkbox::after {
  z-index: 0;
}

.c-check__mark::after, .c-check__mark--radio::after, .c-check__mark--checkbox::after {
  display: none;
}

.c-check__mark--radio::before {
  background-image: url(../../common/images/ico_radio.png);
}

.c-check__mark--radio::after {
  background-image: url(../../common/images/ico_radio_on.png);
}

.c-check__mark--checkbox::before {
  background-image: url(../../common/images/ico_checkbox.png);
}

.c-check__mark--checkbox::after {
  background-image: url(../../common/images/ico_checkbox_on.png);
}

.c-triangle::after, .c-triangle--up::after, .c-triangle--left::after, .c-triangle--right::after {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #484848 transparent transparent transparent;
  content: "";
}

.c-triangle--up::before, .c-triangle--up::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-triangle--left::before, .c-triangle--left::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-triangle--right::before, .c-triangle--right::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-triangle--before::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #484848 transparent transparent transparent;
  content: "";
}

.c-triangle--before::after {
  display: none;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .c-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .c-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--middle-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-flex__col, .c-flex__col--glow1, .c-flex__col--50p, .c-flex__col--33p, .c-flex__col--25p {
  width: auto;
}

.c-flex__col--glow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-flex__col--50p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--50p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 50%;
}

.c-flex__col--33p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--33p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% / 3);
}

.c-flex__col--25p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clac(100%/4);
          flex: 0 0 clac(100%/4);
}

_:-ms-lang(x)::-ms-backdrop, .c-flex__col--25p {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: calc(100% / 4);
}

.c-headline {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.c-headline__h2, .c-headline__h2--white, .c-headline__h3--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-headline__h2, .c-headline__h2--white, .c-headline__h3--white {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.c-headline__h2--normal {
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}

.c-headline__h2--white {
  color: #fff;
}

.c-headline__h3, .p-cart__form .c-headline__h3--mt50, .p-cart-order__form .c-headline__h3--mt50 {
  color: #484848;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .c-headline__h3, .p-cart__form .c-headline__h3--mt50, .p-cart-order__form .c-headline__h3--mt50 {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.c-headline__h3--white {
  color: #fff;
}

.c-headline__h5 {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .c-headline__h5 {
    font-size: 14px;
    line-height: 1.28;
  }
}

.c-value-error {
  border: 1px solid #f199a1 !important;
  background-color: #fceaec !important;
  -webkit-box-shadow: inset 2px 2px 0 0 #fad6da !important;
          box-shadow: inset 2px 2px 0 0 #fad6da !important;
}

.c-value-error::-webkit-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::-moz-placeholder {
  color: #f199a1 !important;
}

.c-value-error:-ms-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::-ms-input-placeholder {
  color: #f199a1 !important;
}

.c-value-error::placeholder {
  color: #f199a1 !important;
}

.c-value-error--arrow::after {
  border-color: #e43344 !important;
}

select.c-value-error {
  color: #e43344;
}

select.c-value-error option {
  color: #e43344;
}

.c-alert-text {
  color: #e43344;
  font-size: 12px;
}

.c-input {
  display: inline-block;
  position: relative;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  color: #a3a3a3;
}

.c-input--loupe {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: hidden;
  background: url(../../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.c-link, .c-link--ico {
  border-bottom: 1px solid #484848;
  outline: none;
  color: #484848;
}

.c-link:hover, .c-link--ico:hover {
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.c-link--blue {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.c-link--blue:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

.c-link--ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .c-link--ico > .ico {
    width: 12px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .c-link--ico > .ico {
    width: 12px;
    margin-left: 5px;
  }
}

.c-link--ico:hover > .ico {
  opacity: .5;
}

.c-modal, .c-modal--810, .c-modal--660 {
  position: relative;
}

.c-modal::after, .c-modal--810::after, .c-modal--660::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-modal--810 {
    width: 100%;
    max-width: 810px;
  }
  _:-ms-lang(x)::-ms-backdrop, .c-modal--810 {
    width: 810px;
  }
}

@media screen and (min-width: 768px), print {
  .c-modal--660 {
    width: 660px;
  }
}

.c-modal_close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .c-modal_close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal_close {
    top: 13px;
    right: 13px;
    width: 16px;
    height: 16px;
  }
}

.c-modal_close::before, .c-modal_close::after {
  display: block;
  position: absolute;
  background: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-modal_close::before, .c-modal_close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal_close::before, .c-modal_close::after {
    right: -3px;
    bottom: 8px;
    width: 22px;
    height: 2px;
  }
}

.c-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal-inner {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-modal-inner {
    padding: 50px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-modal-inner {
    padding: 45px 20px 45px;
  }
}

.c-modal__model__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__model__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-modal__model__name p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.c-modal__guarantee__title {
  width: 100%;
  padding: 18px 21px 17px 21px;
  border-top: 2px solid #c8c8c8;
}

.c-modal__guarantee__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.c-news > li {
  width: 100%;
}

.c-news > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-news > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-news__date {
  width: 8em;
  color: #004da1;
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

.c-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-pager ul {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-pager ul {
    padding: 25px 0;
  }
}

.c-pager li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}

.c-pager li.pre, .c-pager li.next {
  position: relative;
}

.c-pager li.pre > a, .c-pager li.next > a {
  border: none;
}

@media screen and (max-width: 767px) {
  .c-pager li.pre > a, .c-pager li.next > a {
    width: 100%;
    text-align: center;
  }
}

.c-pager li.pre > a:hover, .c-pager li.next > a:hover {
  background: none;
}

.c-pager li.pre::before, .c-pager li.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  content: "";
}

.c-pager li.pre.is-disable::before, .c-pager li.next.is-disable::before {
  border-color: #a3a3a3;
}

.c-pager li.pre::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.c-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}

.c-pager li a span {
  display: table-cell;
  vertical-align: middle;
}

.c-pager li a:hover {
  background: #c8c8c8;
  color: #fff;
}

.c-pager li a.active {
  border-radius: 4px;
  border-color: #484848;
  background: #484848;
  color: #fff;
}

.c-panel-arrow {
  position: relative;
}

.c-panel-arrow::before {
  z-index: 1;
  position: absolute;
  right: 7px;
  bottom: 6px;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-panel-arrow::before {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-arrow::before {
    right: 6px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
  }
}

.c-panel-arrow::after {
  z-index: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (min-width: 768px), print {
  .c-panel-arrow::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-panel-arrow::after {
    width: 15px;
    height: 15px;
  }
}

.c-progressbar {
  height: 253px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .c-progressbar {
    height: 170px;
  }
}

.c-progressbar__h1 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .c-progressbar__h1 {
    max-width: 310px;
    margin: 0 auto 15px;
  }
}

.c-progressbar__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.c-progressbar__area::before {
  content:'';
  position:absolute;
  width:calc(100% - 85px);
  left:50%;
  top:20px;
  transform:translate(-50%,-50%);
  border-top:2px solid #00a2e6;
  z-index:-1;
}

@media screen and (max-width: 767px) {
  .c-progressbar__area {
    max-width: 500px;
  }
  .c-progressbar__area::before {
    top:12.5px;
  }
}

@media screen and (max-width: 500px) {
  .c-progressbar__area {
    max-width: 320px;
  }
  .c-progressbar__area::before {
    width:calc(100% - 85px + 10px);
  }
}

.c-progressbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  color: #b7b7b7;
}

.c-progressbar__item.active {
  color: #00a2e6;
}

.c-progressbar__item:last-of-type {
  padding-right: 0px;
}

.c-progressbar__item--circle-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--circle-outer {
    width: 25px;
    height: 25px;
  }
}

.c-progressbar__item--circle-outer.active {
  background: rgba(0, 162, 230, 0.3);
}

.c-progressbar__item--circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #00a2e6;
  border-radius: 50%;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--circle-inner {
    width: 15px;
    height: 15px;
  }
}

.c-progressbar__item--circle-inner.active {
  background: #00a2e6;
}

.c-progressbar__item--text {
  margin-top: 10px;
  color: #484848;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .c-progressbar__item--text {
    font-size: 10px;
  }
}

.c-progressbar__item--text.active {
  font-weight: bold;
}

.c-headline__h1, .p-my-account-register-member__fv .c-headline__h1--white, .p-my-account-register__fv .c-headline__h1--white, .p-my-page__fv .c-headline__h1--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-headline__h1, .p-my-account-register-member__fv .c-headline__h1--white, .p-my-account-register__fv .c-headline__h1--white, .p-my-page__fv .c-headline__h1--white {
    font-size: 22px;
  }
}

.c-section {
  width: 100%;
}

.c-section--light-gray {
  background-color: #f6f6f6;
}

.c-section--gray {
  background-color: #ececec;
}

.c-section--duck-egg-blue {
  background-color: #d9f1fb;
}

.c-select {
  position: relative;
  border: solid 1px #c8c8c8;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
}

.c-select::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: translateY(-3px) scale(1, 0.95) rotate(135deg);
          transform: translateY(-3px) scale(1, 0.95) rotate(135deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

.c-select__tag {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 24px;
  padding-left: 16px;
}

.c-star {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 17.46%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-star.rate1-0 {
  background-image: url(../../common/images/rating/icon_star10.svg);
}

.c-star.rate1-5 {
  background-image: url(../../common/images/rating/icon_star15.svg);
}

.c-star.rate2-0 {
  background-image: url(../../common/images/rating/icon_star20.svg);
}

.c-star.rate2-5 {
  background-image: url(../../common/images/rating/icon_star25.svg);
}

.c-star.rate3-0 {
  background-image: url(../../common/images/rating/icon_star30.svg);
}

.c-star.rate3-5 {
  background-image: url(../../common/images/rating/icon_star35.svg);
}

.c-star.rate4-0 {
  background-image: url(../../common/images/rating/icon_star40.svg);
}

.c-star.rate4-5 {
  background-image: url(../../common/images/rating/icon_star45.svg);
}

.c-star.rate5-0 {
  background-image: url(../../common/images/rating/icon_star50.svg);
}

.c-table {
  width: 100%;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  table-layout: fixed;
}

.c-table tr {
  border-bottom: 1px solid #c8c8c8;
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table th {
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px), print {
  .c-table th {
    padding: 13px 20px 12px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .c-table th.center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table th {
    padding: 13px 14px 12px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.35;
  }
  .c-table th.center_sp {
    text-align: center;
  }
}

.c-table td {
  text-align: left;
  vertical-align: middle;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px), print {
  .c-table td {
    padding: 13px 20px 12px;
  }
  .c-table td.center_pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table td {
    padding: 13px 14px 12px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.35;
  }
  .c-table td.center_sp {
    text-align: center;
  }
}

.c-table caption {
  border-top: 2px solid #c8c8c8;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .c-table caption {
    padding: 13px 20px 12px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.45;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .c-table caption {
    padding: 13px 14px 12px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.35;
    text-align: center;
  }
}

.p-cart-cart__box__com__accordion__table caption > span {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__com__accordion__table caption > span {
    margin-left: 26px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__table caption > span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__tablecaption > span {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-table--sp-column td, .c-table--sp-column th {
    display: block;
    width: 100%;
  }
}

/* Project ------------ */
/*
セルフチェックのCSSここから
*/
@media screen and (max-width: 767px) {
  .p-advice-budget__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-advice-budget__select {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-advice-budget__select__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f2fafe;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__inr {
    margin-bottom: 45px;
    padding: 40px 20px 30px 20px;
  }
}

.p-advice-budget__select__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__advice {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
    padding-right: 0;
  }
}

.p-advice-budget__select__advice img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.p-advice-budget__select__advice p {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__advice p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-budget__select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 590px;
  margin: 0 auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__button {
    width: 100%;
    margin-bottom: 45px;
  }
}

.p-advice-budget__select__button .prev {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__button .prev {
    margin-right: 15px;
  }
}

.p-advice-budget__select__button .prev::after {
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select__button .prev .u-sp-hide {
    display: none !important;
  }
}

.p-advice-budget__select__button .next::after {
  right: 15px;
}

.p-advice-budget__select h2 {
  margin-bottom: 68px;
  color: #004da1;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select h2 {
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

.p-advice-budget__select h2 > span {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select h2 > span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-advice-budget__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 590px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-advice-budget__select ul li {
  position: relative;
  width: 270px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #7fa6d0;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__select ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.p-advice-budget__select ul li:nth-child(2n) {
  margin-right: 0;
}

.p-advice-budget__select ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 17px 15px 15px;
}

.p-advice-budget__select ul li label:hover {
  cursor: pointer;
}

.p-advice-budget__select ul li label.is-select {
  background-color: #e5f1f9;
}

.p-advice-budget__select ul li label p {
  color: #004da1;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-advice-budget__select ul li label p > span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-advice-budget__select ul li label a {
  display: block;
  width: 16px;
  height: 16px;
}

.p-advice-budget__select ul li label a img {
  width: 100%;
  height: 100%;
}

.p-advice-budget__item {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-advice-budget__item__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border: solid 1px #a3a3a3;
}

.p-advice-budget__item__head {
  padding: 20px 0;
  border-bottom: solid 1px #a3a3a3;
}

.p-advice-budget__item__head p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item__head p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-advice-budget__item__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11px;
  margin-right: 42px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item__step {
    height: 15px;
    margin-right: 14px;
  }
}

.p-advice-budget__item__step span {
  margin-right: 10px;
  color: #004da1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item__step span {
    margin-right: 5px;
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-advice-budget__item__step p {
  color: #004da1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item__step p {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-budget__item ul {
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul {
    padding: 25px 18px;
    padding-bottom: 18px;
  }
}

.p-advice-budget__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li {
    margin-bottom: 19px;
  }
}

.p-advice-budget__item ul li:last-child {
  margin-bottom: 0;
}

.p-advice-budget__item ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li dl {
    width: 210px;
    line-height: 1.5;
  }
}

.p-advice-budget__item ul li dl dt {
  width: 55px;
  margin-right: 55px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li dl dt {
    width: 80px;
    margin-right: 24px;
    font-size: 11px;
    text-align: center;
  }
  .p-advice-budget__item ul li dl dt.letter-spacing {
    letter-spacing: 3.08px;
  }
}

.p-advice-budget__item ul li dl dd {
  position: relative;
  width: 450px;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 850px) {
  .p-advice-budget__item ul li dl dd {
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li dl dd {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li dl dd.line-height {
    line-height: 1.5;
  }
}

.p-advice-budget__item ul li dl dd.text-grey {
  color: #7f7f7f;
}

.p-advice-budget__item ul li dl dd::after {
  display: block;
  position: absolute;
  top: 6px;
  left: -38px;
  width: 20px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li dl dd::after {
    top: 7px;
    left: -18px;
    width: 10px;
  }
}

.p-advice-budget__item ul li a {
  display: block;
  margin-left: auto;
  color: #00a2e6;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-budget__item ul li a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-modal > .c-modal-inner {
    padding: 45px 20px;
  }
}

.p-advice-modal__head {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__head {
    margin-bottom: 17px;
  }
}

.p-advice-modal__head h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__head h3 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-modal__text {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__text {
    margin-bottom: 21px;
  }
}

.p-advice-modal__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-modal__button button {
  width: 270px;
  height: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__button button {
    width: 100%;
  }
}

.p-advice-modal__button button::after {
  right: 15px;
}

.p-advice-modal__icon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4px;
}

.p-advice-modal__icon-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 274px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__icon-list ul li {
    width: 144px;
    margin-bottom: 20px;
  }
}

.p-advice-modal__icon-list ul li:nth-child(2n) {
  margin-right: 0;
}

.p-advice-modal__icon-list ul li p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__icon-list ul li p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-advice-modal__icon-list__img {
  width: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-modal__icon-list__img {
    width: 40px;
    margin-right: 14px;
  }
}

.p-advice-modal__icon-list__img img {
  width: 100%;
}

.p-advice-result-modal > .c-modal-inner {
  padding-right: 35px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-advice-result-modal > .c-modal-inner {
    padding-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-advice-purpose__select {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-advice-purpose__select__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f2fafe;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__inr {
    margin-bottom: 45px;
    padding: 40px 20px 30px 20px;
  }
}

.p-advice-purpose__select__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__advice {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
    padding-right: 0;
  }
}

.p-advice-purpose__select__advice img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.p-advice-purpose__select__advice p {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__advice p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-purpose__select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 590px;
  margin: 0 auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__button {
    width: 100%;
    margin-bottom: 45px;
  }
}

.p-advice-purpose__select__button .prev {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__button .prev {
    margin-right: 15px;
  }
}

.p-advice-purpose__select__button .prev::after {
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select__button .prev .u-sp-hide {
    display: none !important;
  }
}

.p-advice-purpose__select__button .next::after {
  right: 15px;
}

.p-advice-purpose__select h2 {
  margin-bottom: 68px;
  color: #004da1;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select h2 {
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

.p-advice-purpose__select h2 > span {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select h2 > span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-advice-purpose__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 870px) {
  .p-advice-purpose__select ul {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-advice-purpose__select ul li {
  position: relative;
  width: 270px;
  min-height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #7fa6d0;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (max-width: 870px) {
  .p-advice-purpose__select ul li {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__select ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.p-advice-purpose__select ul li:nth-child(3n) {
  margin-right: 0;
}

.p-advice-purpose__select ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 15px 17px 15px 15px;
}

.p-advice-purpose__select ul li label:hover {
  cursor: pointer;
}

.p-advice-purpose__select ul li label.is-select {
  background-color: #e5f1f9;
}

.p-advice-purpose__select ul li label p {
  color: #004da1;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: center;
}

.p-advice-purpose__select ul li label a {
  display: block;
  width: 16px;
  height: 16px;
}

.p-advice-purpose__select ul li label a img {
  width: 100%;
  height: 100%;
}

.p-advice-purpose__item {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-advice-purpose__item__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border: solid 1px #a3a3a3;
}

.p-advice-purpose__item__head {
  padding: 20px 0;
  border-bottom: solid 1px #a3a3a3;
}

.p-advice-purpose__item__head p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item__head p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-advice-purpose__item__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item__step {
    margin-right: 20px;
  }
}

.p-advice-purpose__item__step span {
  margin-right: 10px;
  color: #004da1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item__step span {
    margin-right: 5px;
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-advice-purpose__item__step p {
  color: #004da1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item__step p {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-purpose__item ul {
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item ul {
    padding: 25px 20px;
  }
}

.p-advice-purpose__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 11px;
}

.p-advice-purpose__item ul li:last-child {
  margin-bottom: 0;
}

.p-advice-purpose__item ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-advice-purpose__item ul li dl dt {
  width: 55px;
  margin-right: 60px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item ul li dl dt {
    margin-right: 24px;
    font-size: 11px;
    text-align: center;
  }
  .p-advice-purpose__item ul li dl dt.letter-spacing {
    letter-spacing: 3.08px;
  }
}

.p-advice-purpose__item ul li dl dd {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item ul li dl dd {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-advice-purpose__item ul li dl dd.text-grey {
  color: #7f7f7f;
}

.p-advice-purpose__item ul li dl dd::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -38px;
  width: 20px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item ul li dl dd::after {
    top: 40%;
    left: -18px;
    width: 10px;
  }
}

.p-advice-purpose__item ul li a {
  display: block;
  margin-left: auto;
  color: #00a2e6;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-purpose__item ul li a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-result__result {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-advice-result__result {
    padding-top: 17px;
  }
}

.p-advice-result__result__head {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__head {
    margin-bottom: 25px;
  }
}

.p-advice-result__result__head h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__head h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-result__result__item {
  padding-top: 70px;
  padding-bottom: 103px;
  background-color: #f2fafe;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item {
    padding-top: 34px;
    padding-bottom: 65px;
  }
}

.p-advice-result__result__item__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.p-advice-result__result__item__head {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__head {
    margin-bottom: 14px;
  }
}

.p-advice-result__result__item__head p {
  color: #004da1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__head p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-advice-result__result__item__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
  }
}

.p-advice-result__result__item__step__block {
  width: 24%;
  padding: 10px 20px 0px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block {
    width: 100%;
    background-color: #f2fafe;
  }
}

.p-advice-result__result__item__step__block:nth-child(2) {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block:nth-child(2) {
    width: 100%;
  }
}

.p-advice-result__result__item__step__block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-advice-result__result__item__step__block dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 13px 16px;
    background-color: #fff;
  }
}

.p-advice-result__result__item__step__block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-advice-result__result__item__step__block dl dt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-advice-result__result__item__step__block dl dt > p {
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block dl dt > p {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-result__result__item__step__block dl dt > span {
  margin-right: 9px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block dl dt > span {
    font-size: 11px;
    letter-spacing: 0.66px;
    text-align: left;
  }
}

.p-advice-result__result__item__step__block dl dt > span:last-child {
  margin-right: 0;
}

.p-advice-result__result__item__step__block dl dt > span.text-black {
  color: #484848;
}

.p-advice-result__result__item__step__block dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-advice-result__result__item__step__block dl dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block dl dd {
    position: relative;
  }
  .p-advice-result__result__item__step__block dl dd:before {
    position: absolute;
    top: 8px;
    left: -20px;
    width: 10px;
    height: 1px;
    background-color: #c8c8c8;
    content: "";
  }
}

.p-advice-result__result__item__step__block dl dd > span {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__item__step__block dl dd > span {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-advice-result__result__modal-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__modal-lnk {
    padding-right: 15px;
  }
}

.p-advice-result__result__modal-lnk > a {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__result__modal-lnk > a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-result__recommend-prime {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime {
    padding: 0 15px;
  }
}

.p-advice-result__recommend-prime__head {
  position: relative;
  padding: 26px 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-image: linear-gradient(135deg, #80d1f3 0%, #00a2e6 100%);
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime__head {
    padding: 16px 0;
  }
}

.p-advice-result__recommend-prime__head::after {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -40px;
  border: solid transparent;
  border-top-width: 21px;
  border-right-width: 40px;
  border-bottom-width: 12px;
  border-left-width: 40px;
  border-top-color: #39b7ec;
  content: '';
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime__head::after {
    margin-left: -20px;
    border-top-width: 10px;
    border-right-width: 20px;
    border-left-width: 20px;
  }
}

.p-advice-result__recommend-prime__head h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime__head h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-advice-result__recommend-prime__inr {
  width: 850px;
  margin: 0 auto;
  margin-top: -81px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 #e5e5e5;
          box-shadow: 3.5px 3.5px 0 0 #e5e5e5;
}

@media screen and (max-width: 870px) {
  .p-advice-result__recommend-prime__inr {
    width: 770px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime__inr {
    width: 100%;
    margin-top: -51px;
  }
}

.p-advice-result__recommend-prime__content {
  padding: 50px 20px;
  border: solid 2px #99daf5;
  border-top: none;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend-prime__content {
    padding: 34px 20px;
  }
}

.p-advice-result__recommend {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend {
    margin-bottom: 45px;
  }
}

.p-advice-result__recommend__inr {
  width: 850px;
  margin: 0 auto;
  padding: 50px 20px;
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (max-width: 870px) {
  .p-advice-result__recommend__inr {
    width: 770px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__recommend__inr {
    width: 100%;
    padding: 25px 20px;
  }
}

.p-advice-result__product__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__inr--padding {
    padding: 0 17px;
  }
}

.p-advice-result__product__top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__top-area {
    width: 100%;
    margin-bottom: 14px;
  }
}

.p-advice-result__product__bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 560px;
}

@media screen and (max-width: 870px) {
  .p-advice-result__product__bottom-area {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__bottom-area {
    width: 100%;
  }
}

.p-advice-result__product__accordion {
  margin-bottom: 27px;
  border: solid 1px #a3a3a3;
}

.p-advice-result__product__accordion__head {
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-advice-result__product__accordion__head::before {
  right: 16px;
}

.p-advice-result__product__accordion__head::after {
  right: 20px;
}

.p-advice-result__product__accordion__body {
  border-top: 1px solid #a3a3a3;
}

.p-advice-result__product__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__img-wrap {
    width: 30%;
  }
}

.p-advice-result__product__img {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 0%;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__img > img {
    width: 74%;
  }
}

.p-advice-result__product__ico-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 170px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__ico-wrap ul {
    width: 100%;
  }
}

.p-advice-result__product__ico-wrap ul li {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__ico-wrap ul li {
    width: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.p-advice-result__product__ico-wrap ul li:nth-child(3n) {
  margin-right: 0;
}

.p-advice-result__product__ico-wrap ul li img {
  width: 100%;
}

.p-advice-result__product__text-area {
  width: 560px;
}

@media screen and (max-width: 870px) {
  .p-advice-result__product__text-area {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__text-area {
    width: 65%;
  }
}

.p-advice-result__product__text-area h3 {
  margin-bottom: 9px;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__text-area h3 {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-advice-result__product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.p-advice-result__product__price p {
  color: #e43344;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__price p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.96px;
  }
}

.p-advice-result__product__price p > span {
  font-size: 20px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__price p > span {
    font-size: 16px;
  }
}

.p-advice-result__product__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  margin-left: 18px;
  border: solid 1px #e43344;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__tag {
    width: 60px;
    height: 21px;
    margin-left: 10px;
  }
}

.p-advice-result__product__tag > span {
  color: #e43344;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__tag > span {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-advice-result__product__spec {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__spec {
    margin-bottom: 0;
    padding: 24px 19px;
  }
}

.p-advice-result__product__spec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__spec dl {
    width: 100%;
  }
}

.p-advice-result__product__spec dl:last-child {
  margin-bottom: 0;
}

.p-advice-result__product__spec dl dt {
  width: 77px;
  margin-right: 54px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__spec dl dt {
    width: 45%;
    margin-right: 0;
  }
}

.p-advice-result__product__spec dl dd {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__spec dl dd {
    width: 55%;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-result__product__spec dl dd::before {
  position: absolute;
  top: 6px;
  left: -40px;
  width: 20px;
  height: 1px;
  background-color: #a3a3a3;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__spec dl dd::before {
    left: -31px;
    width: 17px;
  }
}

.p-advice-result__product__coment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 768px), print {
  .p-advice-result__product__coment__text {
    padding-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__text {
    width: 67%;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__text--short {
    width: 64%;
    margin-right: 3%;
  }
}

.p-advice-result__product__coment__text__inr {
  position: relative;
  width: 400px;
  margin-right: 24px;
  padding: 19px 30px 18px 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 870px) {
  .p-advice-result__product__coment__text__inr {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__text__inr {
    width: 97%;
    min-height: 86px;
    padding: 0;
    padding: 10px 13px 10px 16px;
  }
}

.p-advice-result__product__coment__text__inr::after {
  position: absolute;
  top: 50px;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: solid transparent;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-left-color: #f6f6f6;
  content: '';
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__text__inr::after {
    top: 50%;
  }
}

.p-advice-result__product__coment__text__inr p {
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__text__inr p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-advice-result__product__coment__img {
  width: 128px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__coment__img {
    width: 33%;
    max-width: 98px;
  }
}

.p-advice-result__product__coment__img img {
  width: 100%;
}

.p-advice-result__product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-advice-result__product__button .button-detail {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__button .button-detail {
    width: 50%;
    margin-right: 15px;
  }
}

.p-advice-result__product__button .button-detail::after {
  content: none;
}

.p-advice-result__product__button .button-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 50px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__button .button-fav {
    width: 50%;
  }
}

.p-advice-result__product__button .button-fav__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  border-right: solid 1px #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__button .button-fav__img {
    width: 40px;
  }
}

.p-advice-result__product__button .button-fav__img img {
  width: 25px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__button .button-fav__img img {
    width: 20px;
    height: 18px;
  }
}

.p-advice-result__product__button .button-fav__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__product__button .button-fav__text {
    width: 74.2%;
  }
}

.p-advice-result__product__button .button-fav__text > span {
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-advice-result__back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice-result__back-button {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-advice-result__back-button > a {
    max-width: 225px;
  }
}

.p-advice-result__back-button > a::after {
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-advice__header {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding: 42px 0px 47px 0px;
  background-image: linear-gradient(135deg, #0078c4 0%, #004da1 100%);
}

@media screen and (max-width: 767px) {
  .p-advice__header {
    margin-bottom: 34px;
    padding: 25px 0;
  }
}

.p-advice__header:after {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -40px;
  border: solid transparent;
  border-top-width: 21px;
  border-right-width: 40px;
  border-bottom-width: 12px;
  border-left-width: 40px;
  border-top-color: #0061b1;
  content: '';
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-advice__header:after {
    margin-left: -20px;
    border-top-width: 11px;
    border-right-width: 20px;
    border-left-width: 20px;
  }
}

.p-advice__header__inr {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice__header__inr {
    width: 100%;
  }
}

.p-advice__header p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice__header p {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-advice__header h1 {
  width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice__header h1 {
    width: 100%;
  }
}

.p-advice__header h1 > img {
  display: block;
  width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice__header h1 > img {
    width: 305px;
  }
}

.p-advice__step__inr {
  width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice__step__inr {
    width: 100%;
  }
}

.p-advice__step__inr span {
  display: block;
  color: #00a2e6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.92px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice__step__inr span {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-advice__step__inr p {
  margin-bottom: 5px;
  color: #00a2e6;
  font-size: 63.5px;
  font-weight: bold;
  letter-spacing: 3.81px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice__step__inr p {
    margin-bottom: 15px;
    font-size: 40px;
    letter-spacing: 2.4px;
  }
}

.p-advice__step__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

@media screen and (max-width: 767px) {
  .p-advice__step__border {
    margin-bottom: 25px;
  }
}

.p-advice__step__border span {
  display: block;
  width: 270px;
  height: 15px;
  margin-right: 9px;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .p-advice__step__border span {
    width: 98px;
    height: 7.5px;
  }
}

.p-advice__step__border span.step1-is-active {
  background-color: #b2e3f7;
}

.p-advice__step__border span.step2-is-active {
  background-color: #99daf5;
}

.p-advice__step__border span.step3-is-active {
  background-color: #7fd0f2;
}

.p-advice__step__border span:last-child {
  margin-right: 0;
}

.p-advice__text {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-advice__text {
    margin-bottom: 23px;
  }
}

.p-advice__text p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice__text p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-advice__select {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-advice__select {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-advice__select__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 90px;
  background-color: #f2fafe;
}

@media screen and (max-width: 767px) {
  .p-advice__select__inr {
    padding: 44px 20px 45px 20px;
  }
}

.p-advice__select h2 {
  margin-bottom: 68px;
  color: #004da1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-advice__select h2 {
    margin-bottom: 28px;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

.p-advice__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-advice__select ul li {
  position: relative;
  width: 270px;
  height: 70px;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul li {
    width: 100%;
    margin-right: 0;
  }
}

.p-advice__select ul li:last-child {
  margin-right: 0;
}

.p-advice__select ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.p-advice__select ul li a::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul li a::after {
    right: 26px;
  }
}

.p-advice__select ul li span {
  color: #004da1;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul li.desk-top {
    margin-bottom: 15px;
  }
}

.p-advice__select ul li.desk-top img {
  width: 48px;
  margin-right: 29px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul li.desk-top img {
    margin-right: 36px;
  }
}

.p-advice__select ul li.note img {
  width: 36px;
  margin-right: 43px;
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .p-advice__select ul li.note img {
    margin-right: 67px;
  }
}

/*
セルフチェックのCSSここまで
*/
.p-campaign__section .p-campaign-headline h1 {
  padding: 45px 0 25px;
  border-bottom: 2px solid #004da1;
  color: #484848;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-campaign__section .p-campaign-headline h1 {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .p-campaign-headline h1 {
    padding: 90px 0 30px;
    font-size: 32px;
  }
}

.p-campaign__section p {
  padding: 45px 0;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-campaign__section p {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px), print {
  .p-campaign__section p {
    padding: 70px 0;
  }
}

.p-campaign__section .p-campaign-link {
  font-size: 14px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .p-campaign-link {
    margin-right: 20px;
    font-size: 16px;
  }
}

.p-campaign__section .p-top-campaign__inner {
  padding-bottom: 42px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .p-top-campaign__inner {
    padding-bottom: 82px;
  }
}

.p-campaign__section .p-top-campaign__list {
  margin-bottom: 21px;
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .p-top-campaign__list {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .p-top-campaign__list li {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .p-campaign__section .sp {
    display: none;
  }
}

.p-cart-account-login__title {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title {
    padding-top: 0px;
    padding-bottom: 13px;
  }
}

.p-cart-account-login__title.padding-paypay {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title.padding-paypay {
    padding-bottom: 13px;
  }
}

.p-cart-account-login__title__inr {
  width: 720px;
  margin: 0 auto;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__inr {
    width: 100%;
    padding: 15px;
  }
}

.p-cart-account-login__title__inr h1 {
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__inr h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-cart-account-login__title__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding: 12px 0;
  border: solid 1px #f199a1;
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__alert {
    margin-bottom: 28px;
    padding: 13px 25px 15px 20px;
  }
}

.p-cart-account-login__title__alert.margin-paypay {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__alert.margin-paypay {
    margin-bottom: 28px;
  }
}

.p-cart-account-login__title__alert__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__alert__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cart-account-login__title__alert__inr > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 12px;
}

.p-cart-account-login__title__alert__inr > P {
  color: #e43344;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__title__alert__inr > P {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-account-login__container {
  width: 100%;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__container {
    padding: 45px 0;
  }
}

.p-cart-account-login__inr {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-cart-account-login__inr > h2 {
  margin-bottom: 45px;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__inr > h2 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-cart-account-login__inr > h2.margin-paypay {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__inr > h2.margin-paypay {
    margin-bottom: 28px;
  }
}

.p-cart-account-login__inr > p {
  margin-bottom: 25px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__inr > p {
    margin-bottom: 22px;
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: left;
  }
}

.p-cart-account-login__box {
  margin-bottom: 50px;
  padding: 40px 30px;
  border: solid 1px #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__box {
    margin-bottom: 35px;
    padding: 24px 24px 26px 21px;
  }
}

.p-cart-account-login__box__text {
  margin-bottom: 15px;
  color: #e43344;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__box__text {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-account-login__box__caution > ul {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

.p-cart-account-login__box__caution > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__box__caution > ul li {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-cart-account-login__box__caution > ul li:last-child {
  margin-bottom: 0;
}

.p-cart-account-login__box__caution > ul li > span {
  margin-right: 5px;
  color: #7f7f7f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__box__caution > ul li > span {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-cart-account-login__dpayment {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__dpayment {
    margin-bottom: 35px;
  }
}

.p-cart-account-login__dpayment a {
  display: block;
  width: 253px;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .p-cart-account-login__dpayment a {
    width: 100%;
  }
}

.p-cart-account-login__dpayment a > img {
  width: 100%;
}

.p-cart-account-login__rakuten-pay {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__rakuten-pay {
    margin-bottom: 35px;
  }
}

.p-cart-account-login__rakuten-pay form {
  width: 312px;
  margin: 0 auto;
}

.p-cart-account-login__paypay {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-account-login__paypay {
    padding-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__paypay {
    margin-bottom: 35px;
  }
}

.p-cart-account-login__paypay > a {
  width: 270px;
  height: 40px;
  margin: 0 auto;
}

.p-cart-account-login__paypay > a::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__paypay > a {
    width: 225px;
  }
}

@media screen and (max-width: 320px) {
  .p-cart-account-login__paypay > a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__paypay > a > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-account-login__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cart-account-login__lnk > a {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-account-login__lnk > a {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-cart__about {
  margin-top: 85px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about {
    margin-top: 45px;
    margin-bottom: 35px;
  }
}

.p-cart-cart__about__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__about__inr {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.p-cart-cart__about__head {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__about__head {
    margin-top: 20px;
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__head {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-cart__about__text {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__text {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-cart__about__text > span {
  color: #e43344;
}

.p-cart-cart__about__pay {
  width: 25.5%;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__pay {
    width: 100%;
    padding: 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__pay__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
  }
}

.p-cart-cart__about__pay__list > ul {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__pay__list > ul {
    width: 140px;
    padding-left: 16px;
  }
  .p-cart-cart__about__pay__list > ul:first-child {
    margin-right: 45px;
  }
}

.p-cart-cart__about__pay__list > ul > li {
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__pay__list > ul > li {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__about__pay__list > ul > li:before {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 8px;
  height: 8px;
  color: #484848;
  font-size: 8px;
  content: "●";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__pay__list > ul > li:before {
    top: -13px;
    left: -25px;
    font-size: 30px;
    content: "・";
  }
}

.p-cart-cart__about__delivery {
  width: 49%;
  padding: 0 40px;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__about__delivery {
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__delivery {
    width: 91%;
    margin: 0 auto;
    padding: 0;
    padding: 35px 20px 20px 20px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-cart-cart__about__delivery > a {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__delivery > a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__about__delivery__img {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__delivery__img {
    margin-top: 20px;
    margin-bottom: 27px;
  }
}

.p-cart-cart__about__delivery__img > img {
  width: 100%;
}

.p-cart-cart__about__delivery__caution {
  margin-bottom: 10px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__delivery__caution {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-cart-cart__about__delivery__caution > span {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__delivery__caution > span {
    margin-right: 5px;
  }
}

.p-cart-cart__about__guarantee {
  width: 25.5%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__guarantee {
    width: 100%;
    padding: 35px;
  }
}

.p-cart-cart__about__guarantee > a {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__guarantee > a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__about__guarantee > .p-cart-cart__about__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__about__guarantee > .p-cart-cart__about__text {
    margin-bottom: 15px;
  }
}

.p-cart-cart__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
  margin-bottom: 30px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

.p-cart-cart__box:last-child {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box:last-child {
    margin-bottom: 45px;
  }
}

.p-cart-cart__box__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #484848;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__close-button {
    top: 5px;
    right: 5px;
  }
}

.p-cart-cart__box__content {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.85fr 1fr 1fr 1fr;
    grid-template-columns: 0.85fr 1fr 1fr 1fr;
    padding: 40px 30px 35px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content.columns0fr {
    -ms-grid-columns: 0fr 2fr;
    grid-template-columns: 0fr 2fr;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
    width: 120px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    width: 80px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__img.display-none-sp {
    display: none;
  }
}

.p-cart-cart__box__content__img > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-area: 1 / 2 / 2 / 5;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-cart-cart__box__content__head > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__head > p {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__head > p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__box__content__head .used-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 24px;
  margin-bottom: 7px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 2.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__head .used-label {
    width: 38px;
    height: 21px;
    letter-spacing: 1.32px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__status {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 4 / 4;
    max-width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
  }
}

.p-cart-cart__box__content__status > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status > dl {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-cart-cart__box__content__status > dl > dt {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status > dl > dt {
    min-width: 70px;
  }
}

.p-cart-cart__box__content__status > dl > dd > a {
  border-bottom: none;
}

.p-cart-cart__box__content__status > dl > dd > a:hover {
  border-bottom: none;
}

.p-cart-cart__box__content__status__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status__fav {
    margin-top: 20px;
  }
}

.p-cart-cart__box__content__status__fav > a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status__fav > a {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__box__content__status__fav__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  border-bottom: none;
  font-size: 14px;
  letter-spacing: 0.84px;
}

.p-cart-cart__box__content__status__fav__lnk:hover {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status__fav__lnk {
    margin-right: 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__box__content__status__fav__lnk > img {
  width: 16px;
  height: 14px;
  margin-right: 11px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__status__fav__lnk > img {
    width: 12px;
    height: 11px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__num {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2 / 4 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
    width: 100%;
    margin-top: 20px;
  }
}

.p-cart-cart__box__content__num__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__num__count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    background-color: #f6f6f6;
  }
}

.p-cart-cart__box__content__num__count > p {
  margin-bottom: 11px;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count > p {
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count__wrap {
    width: 62%;
  }
}

.p-cart-cart__box__content__num__count__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__content__num__count__select {
    width: 72px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count__select {
    width: 65px;
    margin-left: 40px;
  }
}

.p-cart-cart__box__content__num__count__select::before {
  position: absolute;
  top: 10px;
  left: -40px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  content: "数量";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count__select::before {
    font-size: 12px;
  }
}

.p-cart-cart__box__content__num__count__select::after {
  position: absolute;
  top: 15px;
  left: 46px;
  width: 11px;
  height: 7px;
  background-image: url(../../common/images/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count__select::after {
    left: 40px;
  }
}

.p-cart-cart__box__content__num__count__select > select {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__count__select > select {
    padding-left: 13px;
  }
}

.p-cart-cart__box__content__num__sum {
  margin-bottom: 9px;
  color: #e43344;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__sum {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.64px;
    text-align: right;
  }
}

.p-cart-cart__box__content__num__sum > span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__sum > span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.p-cart-cart__box__content__num__memo {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__content__num__memo {
    font-size: 11px;
    text-align: right;
  }
}

.p-cart-cart__box__com {
  border-top: 1px dashed #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__com {
    padding: 30px;
  }
}

.p-cart-cart__box__com__accordion__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__title {
    padding: 17px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__com__accordion__title:before {
  width: 12px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__title:before {
    right: 20px;
  }
}

.p-cart-cart__box__com__accordion__title:after {
  right: 5px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__title:after {
    right: 25px;
  }
}

.p-cart-cart__box__com__accordion__body > table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__body > table {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__com__accordion__table th {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__table th {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__com__accordion__table > tbody {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__com__accordion__button {
  width: 100%;
  max-width: 270px;
  height: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__button {
    max-width: 225px;
  }
  .p-cart-cart__box__com__accordion__button > span {
    font-size: 16px;
  }
}

.p-cart-cart__box__com__accordion__button > .ico {
  width: 18px;
  margin-right: 15px;
}

.p-cart-cart__box__com__accordion__button:after {
  content: none;
}

.p-cart-cart__box__com__accordion__button-area {
  width: 100%;
  max-width: 660px;
  margin: 10px 0;
  padding: 30px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__com__accordion__button-area {
    width: 94%;
    margin: 10px;
    padding: 25px 0;
  }
}

.select-custom__content > .headline {
  border-bottom: 2px solid #c8c8c8;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.45;
  padding: 13px 20px 12px;
}

@media screen and (max-width: 767px) {
  .select-custom__content > .headline {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .select-custom__content > .p-cart-cart__box:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .select-custom__content > .p-cart-cart__box:last-child {
    margin-bottom: 20px;
  }
}

.select-custom__content > .p-cart-cart__box {
  border: none;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 0;
}

.select-custom__content__inner {
  padding: 20px;
}

@media screen and (min-width: 768px), print {
  .select-custom__content .p-cart-cart__box__option__card__button {
    width: 100%;
    max-width: 440px;
  }
}

.p-cart-cart__box__option {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.74fr (1fr)[3];
  grid-template-columns: 0.74fr repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 0px 30px 0px 50px;
}

.p-cart-cart__box__option{
  display: none;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option {
    padding: 0 20px;
  }
}

.p-cart-cart__box__option__area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__area {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1 / 1 / 2 / 5;
  }
}

.p-cart-cart__box__option__text {
  margin-bottom: 15px;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__box__option__card {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #7fa6d0;
  border-radius: 2px;
  background-color: #e5f6fc;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__option__card {
    max-width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card {
    margin-bottom: 15px;
  }
}

.p-cart-cart__box__option__card:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card:last-child {
    margin-bottom: 25px;
  }
}

.p-cart-cart__box__option__card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 14px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__title {
    margin-top: 24px;
    margin-bottom: 9px;
    padding: 0 20px;
  }
}

.p-cart-cart__box__option__card__title > a {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__title > a {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__option__card__head {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__head {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__box__option__card__text {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 29px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}
.p-cart-cart__box__option__card__text-attention {
  display: block;
  font-size: 11px;
  color: #7f7f7f;
  text-indent: -1em;
  margin-left: 1em;
  margin-top:.5em;
}
.p-cart-cart__box__option__card__text-attention::before {
  content:'※';
}

.p-cart-cart__box__option__card__text-attention-list{
  margin-top:.75em;
  font-size:12px;
}
.p-cart-cart__box__option__card__text-attention-list>li{
  margin-left:1em;
  text-indent:-1em;
}
.p-cart-cart__box__option__card__text-attention-list>li:nth-of-type(n+2){
  margin-top:.25em;
}
.p-cart-cart__box__option__card__text-attention-list>li::before{
  content:'※';
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__text-attention-list{
    font-size:10px;
  }
  .p-cart-cart__box__option__card__text-attention-list>li:nth-of-type(n+2){
    margin-top:.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__text {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.modaal-content .p-cart-cart__box__option__card__text{
  margin-bottom: -60px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modaal-content .p-cart-cart__box__option__card__text{
    margin-bottom: -20px;
  }
}

.p-cart-cart__box__option__card__button {
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__option__card__button {
    width: 100%;
    max-width: 490px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__option__card__button {
    width: 95%;
    padding: 0 10px;
  }
  .p-cart-cart__box__option__card__button > span {
    font-size: 12px;
  }
}

.p-cart-cart__box__option__card__button:after {
  content: none;
}

.p-cart-cart__box__radio {
  margin-bottom: 10px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio {
    margin-bottom: 5px;
    padding: 0;
  }
}

.p-cart-cart__box__radio:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio:last-child {
    margin-bottom: 25px;
  }
}

.p-cart-cart__box__radio__title {
  padding: 20px 30px;
  background-color: #f6f6f6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__title {
    padding: 17px 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__radio__title::before {
  right: 20px;
  width: 12px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__title::before {
    right: 14px;
  }
}

.p-cart-cart__box__radio__title::after {
  right: 25px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__title::after {
    right: 19px;
  }
}

.p-cart-cart__box__radio__body {
  border-top: 1px solid #c8c8c8;
  background-color: #f6f6f6;
}

.p-cart-cart__box__radio__text {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__text {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__radio__text > a {
  border-bottom: none;
}

.p-cart-cart__box__radio__select {
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-cart__box__radio__select > li {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__select > li {
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.p-cart-cart__box__radio__select > li:last-child {
  margin-bottom: 0;
}

.p-cart-cart__box__radio__select__mark {
  margin-right: 20px;
}

.p-cart-cart__box__radio__area {
  padding: 30px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__area {
    padding: 0 20px;
    padding-top: 25px;
  }
}

.p-cart-cart__box__radio__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 30px;
}

.p-cart-cart__box__radio__num.padding_alt {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 19px;
  }
  .p-cart-cart__box__radio__num.padding_alt{
    padding:15px 0 0 0;
  }
}

.p-cart-cart__box__radio__num__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 40px;
  margin-right: 20px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num__select {
    width: 65px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 350px) {
  .p-cart-cart__box__radio__num__select {
    margin-bottom: 10px;
  }
}

.p-cart-cart__box__radio__num__select::before {
  position: absolute;
  top: 9px;
  left: -40px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  content: "数量";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num__select::before {
    font-size: 12px;
  }
}

.p-cart-cart__box__radio__num__select::after {
  position: absolute;
  top: 15px;
  left: 46px;
  width: 11px;
  height: 7px;
  background-image: url(../../common/images/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}

.p-cart-cart__box__radio__num__select > select {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num__select > select {
    padding-left: 13px;
  }
}

.p-cart-cart__box__radio__num__button {
  width: 100%;
  max-width: 270px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num__button {
    max-width: 190px;
  }
}

.p-cart-cart__box__radio__num__button > .ico {
  width: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__radio__num__button > .ico {
    margin-right: 10px;
  }
}

.p-cart-cart__box__radio__num__button > span {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-cart-cart__box__service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card {
    margin-bottom: 5px;
    padding: 25px 19px;
  }
}

.p-cart-cart__box__service-card:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card:last-child {
    margin-bottom: 25px;
  }
}

.p-cart-cart__box__service-card__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #484848;
  font-size: 21px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__close-button {
    top: 5px;
    right: 5px;
  }
}

.p-cart-cart__box__service-card__img {
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__img {
    margin-right: 15px;
  }
}

.p-cart-cart__box__service-card__img > img {
  width: 100%;
}

.p-cart-cart__box__service-card__text {
  width: 100%;
}

.p-cart-cart__box__service-card__head {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__head {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__box__service-card__status > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__status > dl {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__box__service-card__status > dl > dt {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__status > dl > dt {
    min-width: 70px;
  }
}

.p-cart-cart__box__service-card__status > dl > dd {
  padding-left: 5px;
}

.p-cart-cart__box__service-card__status > dl > dd > a {
  border-bottom: none;
}

.p-cart-cart__box__service-card__status > dl > dd > a:hover {
  border-bottom: none;
}

.p-cart-cart__box__service-card__status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__box__service-card__status-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__status-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart-cart__box__service-card__price {
  color: #e43344;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__price {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cart-cart__box__service-card__price p > span {
    font-size: 12px;
  }
}

.p-cart-cart__box__service-card__price > span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.56px;
}

.p-cart-cart__box__service-card__price__memo {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__service-card__price__memo {
    font-size: 11px;
    font-weight: normal;
  }
}

.p-cart-cart__box__set__head {
  padding: 35px 32px;
  border-bottom: 1px dashed #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__head {
    padding: 25px 21px;
    padding-right: 25px;
  }
}

.p-cart-cart__box__set__head > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__head > p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__box__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  border-bottom: 1px dashed #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product {
    padding: 25px 20px;
  }
}

.p-cart-cart__box__set__product__img {
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__img {
    width: 60px;
    margin-right: 15px;
  }
}

.p-cart-cart__box__set__product__img > img {
  width: 100%;
}

.p-cart-cart__box__set__product__text {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__text {
    width: 70%;
    max-width: none;
  }
}

.p-cart-cart__box__set__product__text > p {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__text > p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__box__set__head {
  padding: 35px 32px;
  border-bottom: 1px dashed #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__head {
    padding: 25px 21px;
    padding-right: 25px;
  }
}

.p-cart-cart__box__set__head > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__head > p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__box__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  border-bottom: 1px dashed #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product {
    padding: 25px 20px;
  }
}

.p-cart-cart__box__set__product__img {
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__img {
    width: 60px;
    margin-right: 15px;
  }
}

.p-cart-cart__box__set__product__img > img {
  width: 100%;
}

.p-cart-cart__box__set__product__text {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__text {
    width: 70%;
    max-width: none;
  }
}

.p-cart-cart__box__set__product__text > p {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__box__set__product__text > p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.border-none--top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.border-none--bottom {
  border-bottom: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.p-cart-cart-cart-area {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #e5f6fc;
  -webkit-box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area {
    height: auto;
    padding: 10px;
  }
}

.p-cart-cart-cart-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-cart-cart-cart-area__button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__wrap {
    -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  }
}

.p-cart-cart-cart-area__button__price-area {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  flex-wrap: wrap;
  font-size: 24px;
  padding: 15px;
  order: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__price-area {
    margin: 0 0 10px 0;
    flex: none;
    padding: 4px;
    text-align: center;
    width: 100%;
    order: 2;
  }
}

/* .p-cart-cart-cart-area__button__price-area > .p-cart-cart-cart-area__button__delivery {
  font-weight: bold;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__price-area > .p-cart-cart-cart-area__button__delivery {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 4px 0;
    width: 100%;
  }
} */

.p-cart-cart-cart-area__button__price-area > .product_price {
  color: #e43344;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2.88px;
  line-height: 1.1;
  margin-left: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__price-area > .product_price {
    font-size: 22px;
  }
}

.p-cart-cart-cart-area__button__price-area > .product_price .unit {
  font-size: 24px;
  letter-spacing: 1.44px;
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__price-area > .product_price .unit {
    font-size: 16px;
    padding-left: 2px;
  }
}

.p-cart-cart-cart-area__button__left {
  margin-right: 20px;
  background-color: #e5f6fc;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__left {
    /* height: 60px; */
    height: 42px;
    margin-right: 0;
    width: 48%;
  }
}

.p-cart-cart-cart-area__button__left::after {
  left: 20px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__left::after {
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__left > span {
    padding-left: 15px;
  }
}

.p-cart-cart-cart-area__button__right {
  order: 3;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__right {
    /* height: 60px; */
    height: 42px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__left >.u-sp-hide {
    display: none;
  }
}

.p-cart-cart-cart-area__button__right::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__right::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart-cart-area__button__right > span {
    padding-right: 15px;
  }
}

.p-cart-cart__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 450px;
  margin-top: 90px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__free {
    height: 325px;
    margin-top: 45px;
  }
}

.p-cart-cart__free p {
  color: #a3a3a3;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__free p {
    font-size: 18px;
  }
}

.p-cart-cart__modal__wrap {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__wrap {
    width: 810px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__wrap {
    width: 100%;
    padding-bottom: 25px;
  }
}

.p-cart-cart__modal__wrap .p-registered__list--wide {
  padding-top: 25px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__wrap .p-registered__list--wide {
    padding-top: 10px;
    padding-right: 17px;
    padding-left: 15px;
  }
}

.p-cart-cart__modal__head {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__head {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 0.75;
  }
}

.p-cart-cart__modal__select {
  display: block !important;
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select {
    padding: 50px 50px 0px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select {
    padding: 25px 15px 0px 15px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__wrap--second {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__wrap--second {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap {
    padding-left: 30px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap > div {
  margin-top: 5px;
  margin-right: 5px;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap > div {
    margin-top: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--syuuri {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_syuuri.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--syuuri {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--syuuri {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--300p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_300p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--300p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--300p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--1000p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_1000p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--1000p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--1000p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--daitaiki {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_daitaiki.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--daitaiki {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--daitaiki {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--kaitori {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_kaitori.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--kaitori {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--kaitori {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--koukan {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_koukan.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--koukan {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--koukan {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--seisou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_seisou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--seisou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--seisou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--souryou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_souryou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--souryou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__select > li .p-products-user_custom-customize__select__img--souryou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label {
  padding: 14px;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected {
  padding: 13px;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--syuuri {
  background: url("../../images/products/user_custom/ico_safety_syuuri_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--300p {
  background: url("../../images/products/user_custom/ico_safety_300p_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--1000p {
  background: url("../../images/products/user_custom/ico_safety_1000p_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--daitaiki {
  background: url("../../images/products/user_custom/ico_safety_daitaiki_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--kaitori {
  background: url("../../images/products/user_custom/ico_safety_kaitori_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--koukan {
  background: url("../../images/products/user_custom/ico_safety_koukan_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--seisou {
  background: url("../../images/products/user_custom/ico_safety_seisou_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__select > li .p-products-user_custom-customize__select__label.is-selected-child .p-products-user_custom-customize__select__img--souryou {
  background: url("../../images/products/user_custom/ico_safety_souryou_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-cart__modal__caution {
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__caution {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-cart-cart__modal__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__button-area {
    margin-top: 25px;
    padding: 0 15px;
  }
}
@media screen and (max-width:414px) {
  .p-cart-cart__modal__button-area{
    font-size:3.5vw;
  }
}

.p-cart-cart__modal__button__add {
  width: 100%;
  height: 50px;
}

.p-cart-cart__modal__button__add[disabled] {
  background:#999;
}
.p-cart-cart__modal__button__add[disabled]::before {
  display:none;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__button__add {
    max-width: 270px;
  }
}

.p-cart-cart__modal__button__add::after {
  right: 20px;
}

.p-cart-cart__modal__button__cancel {
  width: 100%;
  height: 50px;
  margin-right: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__modal__button__cancel {
    max-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__button__cancel {
    margin-right: 11px;
  }
}

.p-cart-cart__modal__button__cancel::after {
  left: 20px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.p-cart-cart__modal__button--close {
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__button--close {
    width: 16px;
    height: 16px;
  }
}

.p-cart-cart__modal__button--close::before {
  display: block;
  position: absolute;
  right: -2px;
  bottom: 11px;
  width: 28px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__button--close::before {
    width: 18px;
  }
}

.p-cart-cart__modal__button--close::after {
  display: block;
  position: absolute;
  right: -2px;
  bottom: 11px;
  width: 28px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__button--close::after {
    width: 18px;
  }
}

.p-products-show__sliderimage-modal {
  width: 100% !important;
  max-width: 810px !important;
  max-height: 100vh;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal {
    max-width: none;
    max-height: none;
  }
}

.p-products-show__sliderimage-modal img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-show__sliderimage-modal img {
    max-width: 650px;
    max-height: 650px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal img {
    margin: auto;
  }
}

.p-products-show__sliderimage-modal .c-modal_close {
  top: 10px;
}

.p-products-show__sliderimage-modal .c-modal_close::before, .p-products-show__sliderimage-modal .c-modal_close::after {
  right: auto;
  left: 0px;
}

@media screen and (min-width: 768px), print {
  .p-products-show__sliderimage-modal .modaal-gallery-item-wrap {
    width: 650px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal .modaal-gallery-control {
    bottom: -60px;
  }
}

.p-products-show__sliderimage-modal .modaal-gallery-item {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-show__sliderimage-modal .modaal-gallery-item {
    width: 650px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-ttl {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-show__inventory_status-modal-tablearea {
  height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablearea table {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablearea td, .p-products-show__inventory_status-modal-tablearea th {
  max-height: 45px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  color: #484848;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  vertical-align: middle;
}

.p-products-show__inventory_status-modal-tablearea .products-show-store {
  background: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-store {
    width: 160px;
    margin: auto;
    padding: 10px 15px;
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-store {
    width: 100%;
    margin: auto;
    padding: 12px;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-stock, .p-products-show__inventory_status-modal-tablearea .products-show-display {
    width: 135px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-stock, .p-products-show__inventory_status-modal-tablearea .products-show-display {
    width: 50%;
    margin: 15px auto;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-access {
    width: 284px;
    margin: auto;
    padding: 10px;
    border-left: none;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span {
    display: block;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:first-child {
    width: 110px;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:last-child {
    width: 140px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-access {
    width: 100%;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span {
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    color: #484848;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:first-child {
    font-size: 12px;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:last-child {
    font-size: 11px;
  }
}

.p-products-show__inventory_status-modal-tablearea .products-show-line {
  border-right: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablesection {
  border-bottom: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal .inventory_status-caution {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal .inventory_status-caution {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal .inventory_status-caution {
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__inventory_status-modal .inventory_status-caution li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-products-show__inventory_status-modal .inventory_status-caution li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal .inventory_status-caution li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal .inventory_status-caution li {
    margin-bottom: 6px;
  }
}

.p-products-show__inventory_status-modal .inventory_status-caution li:last-child {
  margin-bottom: 0;
}

.p-products-show__cartin-modal {
  color: #484848;
}

.p-products-show__cartin-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-show__cartin-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-show__cartin-modal-item_image > img {
  width: 100%;
}

.p-products-show__cartin-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-show__cartin-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cartin-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-show__cartin-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__cartin-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-show__cartin-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button_area {
    margin-top: 23px;
  }
}

.p-products-show__deletion-modal-button {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__deletion-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 10px;
    padding-right: 15px;
  }
  .p-products-show__deletion-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-show__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-products-show__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total {
    margin-right: 3px;
  }
}

.p-products-show__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-products-show__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-products-show__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-show__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-products-show__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-products-show__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-products-show__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-products-show__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-products-show__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-products-show__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-products-show__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-products-show__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-products-show__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-products-show__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-products-show__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-products-show__fee-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_ttl {
    margin: 0 -4px 47px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_ttl {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-show__fee-modal_ttl > strong {
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-products-show__fee-modal_contents-img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-img {
    max-width: 340px;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-img {
    max-width: 610px;
    margin: 0 auto 25px;
  }
}

.p-products-show__fee-modal_contents-img img {
  width: 100%;
}

.p-products-show__fee-modal_contents-target {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target {
    max-width: 340px;
  }
}

.p-products-show__fee-modal_contents-target .target-subttl {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-subttl {
    margin-bottom: 15px;
  }
}

.p-products-show__fee-modal_contents-target .target-list {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-show__fee-modal_contents-target .target-list li {
  line-height: 1.5;
}

.p-products-show__fee-modal_contents-target .target-caution {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target .target-caution {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-caution {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__fee-modal_contents-target .target-caution li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-products-show__fee-modal_contents-target .target-caution li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target .target-caution li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-caution li {
    margin-bottom: 6px;
  }
}

.p-products-show__fee-modal_contents-target .target-caution li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target--button {
    margin-top: 15px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target--button {
    margin: 25px auto 0;
  }
}

.p-products-show__delivery-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 10px;
  }
}

.p-products-show__delivery-modal_ttl {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-products-show__delivery-modal_supplement-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 42px;
    padding: 0 160px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 43px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link > span {
    margin-bottom: 18px;
  }
}

.p-products-show__delivery-modal_supplement-link > span:last-child {
  margin-bottom: 0px;
}

.p-products-show__delivery-modal_supplement-link .c-link--blue {
  border: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table td {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table td {
    padding: 15px 0px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table th {
    padding: 32px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table th {
    padding: 11px 14px 10px;
    letter-spacing: 0.74px;
    line-height: 1.33;
    text-align: center;
  }
}

.p-products-show__delivery-modal_input-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 239px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
  color: #484848;
}

.p-products-show__delivery-modal_input-address::-webkit-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-moz-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address:-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_input-address {
    width: calc(100% - 64px);
    font-size: 16px;
    text-align: left;
  }
}

.p-products-show__delivery-modal_button-address {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.p-products-show__delivery-modal_button-address::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_button-address {
    width: 76px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_button-address {
    width: 64px;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_address {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address-del {
    margin-top: 7px;
    line-height: 1;
  }
}

.p-products-show__cancel-modal-contents {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 15px 26px;
  }
}

.p-products-show__cancel-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-h4 {
    margin-top: 24px;
    margin-bottom: 17px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-h4 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-p {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cancel-modal-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-att {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-att {
    margin-top: 11px;
    padding-left: 1.2em;
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-indent: -1.3em;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-bottom {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-bottom {
    width: 225px;
    margin: 25px auto 0;
  }
  .p-products-show__cancel-modal-bottom > span {
    font-size: 16px;
  }
  .p-products-show__cancel-modal-bottom::after {
    right: 15px;
  }
}

.p-cart-cart__wrap__order__side {
  height: auto;
}

.p-cart-cart__wrap__order__side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__wrap__order__side {
    width: 100%;
    max-width: 360px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-cart__wrap__order__side {
    max-width: 720px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side {
    margin: 0px auto;
  }
}

.p-cart-cart__wrap__order__side--h3 {
  padding: 20px;
  border-bottom: double #c8c8c8;
  background-color: #ececec;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side--h3 {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.53;
  }
}

.p-cart-cart__wrap__order__side--price {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side--price {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-cart__wrap__order__side--price-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-cart__wrap__order__side--price-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side--price-rist li {
    margin-bottom: 3px;
    padding: 0;
  }
  .p-cart-cart__wrap__order__side--price-rist li > span {
    font-size: 12px;
  }
  .p-cart-cart__wrap__order__side--price-rist li > span.text-bold {
    font-size: 14px;
  }
}

.p-cart-cart__wrap__order__side--price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-cart__wrap__order__side__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"] {
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
  width: 100%;
  max-width: 320px;
  height: 40px;
  padding-left: 15px;
  border: solid 1px #c8c8c8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"]::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"]::-moz-placeholder {
  color: #a3a3a3;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"]:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"]::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-cart__wrap__order__side__coupon > input[type="text"]::placeholder {
  color: #a3a3a3;
}

.p-cart-cart__wrap__order__side__coupon > input[type="submit"] {
  width: 72px;
  height: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.p-cart-cart__wrap__order__side__button-area {
  width: 100%;
  padding: 40px 0;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button-area {
    padding: 35px 0;
  }
}

.p-cart-cart__wrap__order__side__button-area__text {
  margin-bottom: 35px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.71;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button-area__text {
    margin-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-cart__wrap__order__side__button {
  width: 100%;
  max-width: 270px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button {
    max-width: 225px;
    margin-bottom: 15px;
  }
}

.p-cart-cart__wrap__order__side__button::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}

.p-cart-cart__wrap__order__side__button__amazon {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button__amazon {
    max-width: 225px;
    margin-bottom: 34px;
  }
}

.p-cart-cart__wrap__order__side__button__amazon > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button__amazon > img {
    max-width: 225px;
  }
}

.p-cart-cart__wrap__order__side__button__estimate {
  width: 100%;
  max-width: 270px;
  height: 40px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button__estimate {
    max-width: 225px;
  }
  .p-cart-cart__wrap__order__side__button__estimate > span {
    font-size: 16px;
  }
}

.p-cart-cart__wrap__order__side__button__estimate > .ico {
  width: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side__button__estimate > .ico {
    width: 18px;
    margin-right: 13px;
  }
}

.p-cart-cart__wrap__order__side__button__estimate:after {
  content: none;
}

.p-cart-cart__wrap__order__side--cart {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-cart__wrap__order__side--cart-rist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-cart__wrap__order__side--cart-rist:last-child {
  border-bottom: none;
}

.p-cart-cart__wrap__order__side--cart-rist .img-product {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.p-cart-cart__wrap__order__side--cart-rist .img-option {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.p-cart-cart__wrap__order__side--cart-rist ul {
  width: 100%;
}

.p-cart-cart__wrap__order__side--cart-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.p-cart-cart__wrap__order__side--cart-rist li:nth-child(2) {
  color: #7f7f7f;
}

.p-cart-cart__wrap__order__side--cart-rist li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.p-cart-cart__wrap__order__side--point {
  width: 100%;
  height: 210px;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side--point {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-cart__wrap__order__side--point-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-cart__wrap__order__side--point-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-cart__wrap__order__side--point-rist li .ico {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.p-cart-cart__wrap__order__side--point-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-cart__wrap__order__side--delivery {
  height: 78px;
  padding: 30px 20px;
  background-color: #ececec;
}

.p-cart-cart__wrap__order__side .text-bold {
  font-weight: bold;
}

.p-cart-cart__wrap__order__side .text-bold > span.weight-normal {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side .text-bold > span.weight-normal {
    font-size: 12px;
  }
}

.p-cart-cart__wrap__order__side .text-red {
  color: #e43344;
}

.p-cart-cart__wrap__order__side .text-big {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side .text-big {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.2;
  }
}

.p-cart-cart__wrap__order__side .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__side .text-middle {
    font-size: 12px;
  }
}

.p-cart-cart__wrap__order__side .text-small {
  font-size: 12px;
}

.p-cart-cart__wrap__order__alert {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 1px #f199a1;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__alert {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 14px 20px;
  }
}

.p-cart-cart__wrap__order__alert__head {
  color: #e43344;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__alert__head {
    font-size: 12px;
  }
}

.p-cart-cart__wrap__order__alert__text {
  color: #e43344;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order__alert__text {
    font-size: 12px;
  }
}

.p-cart-cart__recomend {
  padding: 90px 0px 90px 0px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend {
    padding: 44px 15px 45px 15px;
  }
}

.p-cart-cart__recomend__title {
  margin-bottom: 80px;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__title {
    margin-bottom: 35px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.05;
  }
}

.p-cart-cart__recomend__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-cart-cart__recomend__box {
  margin-bottom: 49px;
  padding: 40px 60px 50px 60px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box {
    margin-bottom: 25px;
    padding: 20px;
  }
}

.p-cart-cart__recomend__box:last-child {
  margin-bottom: 0px;
}

.p-cart-cart__recomend__box__head {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px solid #004da1;
  color: #004da1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__head {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-cart-cart__recomend__box__product {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__recomend__box__product {
    max-width: 480px;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__recomend__box__product {
    margin-bottom: 40px;
  }
  .p-cart-cart__recomend__box__product:last-child {
    margin-bottom: 0;
  }
}

.p-cart-cart__recomend__box__product__img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__img {
    max-width: 135px;
  }
}

.p-cart-cart__recomend__box__product__img > img {
  width: 100%;
}

.p-cart-cart__recomend__box__product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.p-cart-cart__recomend__box__product__head__text {
  width: 85%;
}

.p-cart-cart__recomend__box__product__head__text > span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__head__text > span {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-cart__recomend__box__product__head__text > p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__head__text > p {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-cart__recomend__box__product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__price {
    margin-bottom: 20px;
  }
}

.p-cart-cart__recomend__box__product__price > span {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__price > span {
    font-size: 14px;
    letter-spacing: 0.56x;
  }
}

.p-cart-cart__recomend__box__product__price > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #adadad;
  content: "";
}

.p-cart-cart__recomend__box__product__price > p {
  color: #e43344;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__price > p {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-cart-cart__recomend__box__product__price > p > span {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__price > p > span {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.p-cart-cart__recomend__box__product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__recomend__box__product__button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-cart__recomend__box__product__button__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__fav {
    width: 35px;
    height: 35px;
  }
}

.p-cart-cart__recomend__box__product__button__fav > span {
  width: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__fav > span {
    width: 17px;
  }
}

.p-cart-cart__recomend__box__product__button__fav > span > img {
  width: 100%;
}

.p-cart-cart__recomend__box__product__button__detail {
  width: 100%;
  max-width: 230px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__detail {
    max-width: 120px;
  }
}

.p-cart-cart__recomend__box__product__button__detail::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__detail > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 330px) {
  .p-cart-cart__recomend__box__product__button__detail > span {
    font-size: 12px;
  }
}

.p-cart-cart__recomend__box__product__button__cart {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__cart {
    max-width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__cart > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 330px) {
  .p-cart-cart__recomend__box__product__button__cart > span {
    font-size: 12px;
  }
}

.p-cart-cart__recomend__box__product__button__cart > .ico {
  width: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__recomend__box__product__button__cart > .ico {
    margin-right: 10px;
  }
}

.p-cart-cart__title.error-text {
  color: #f00;
  line-height: 1.4;
  padding-bottom: 13px;
}

.p-cart-cart-in__wrap {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__wrap {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.p-cart-cart-in__wrap__content {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  :root{
    --clamp-in-item-name: 2;
  }
  .p-cart-cart-in__wrap__content {
    margin-bottom: 10px;
  }  .p-cart-cart-in__wrap__content--narrow{
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #004da1;
  }
  .p-cart-cart-in__wrap__content--narrow .p-cart-cart-in__contents{
    align-items: center;
    gap:15px;
  }
  .p-cart-cart-in__wrap__content--narrow .p-cart-cart-in__contents--item_image{
    width: 20%;
  }
  .p-cart-cart-in__wrap__content--narrow .p-cart-cart-in__contents--item_image img{
    width: 100%;
  }
  .p-cart-cart-in__wrap__content--narrow .p-cart-cart-in__contents--item_name{
    height: calc(1em * 1.5 * var(--clamp-in-item-name));
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--clamp-in-item-name);
  }
  .p-cart-cart__title.p-cart-cart__title--narrow{
    padding: 0;
    display: block;
    text-align: center;
    font-size: 20px;
    border-bottom: none;
  }
  .p-cart-cart__title.p-cart-cart__title--narrow span{
    font-size: 80%;
    font-weight: 400;
  }
}

.p-cart-cart-in__contents {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__contents {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}

.p-cart-cart-in__contents--item_image {
  margin-right: 30px;
  width: 150px;
}

.p-cart-cart-in__contents--item_image > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__contents--item_image {
    margin-right: 0;
    text-align: center;
    width: 50%;
  }
}

.p-cart-cart-in__contents--item_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__contents--item_detail{
    width:50%;
    margin-left:10px;
  }
}

.p-cart-cart-in__contents--item_name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__contents--item_name {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p-cart-cart-in__contents--annotation_box_title {
  border-bottom: 2px solid #004da1;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 6px;
}

.p-cart-cart-in__contents--annotation {
  font-size: 16px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-cart-in__contents--annotation {
    font-size: 12px;
  }
}

.p-products-user_custom-customize__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__nav {
    max-width: 570px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__nav {
    column-gap: 15px;
    padding: 0 15px;
    margin: 10px auto;
    width: 100%;
  }
}

.p-products-user_custom-customize__nav.menu-follow {
  position: fixed;
  top: 0;
  left: calc(50% - 570px / 2);
  margin-left: 0;
  width: 100%;
  max-width: 570px;
  z-index: 15;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__nav.menu-follow {
    left: 0;
  }
}

.customize-area .nav-botton {
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.84px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .customize-area .nav-botton {
    height: 40px;
    font-size: 14px;
  }
}

.customize-area .nav-botton::after {
  top: calc(50% - 6px);
  right: 12px;
  width: 14px;
  height: 14px;
  -webkit-transform: none;
  transform: none;
  border: 0;
  background: url(../common/images/ico_in_page_link_white.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .customize-area .nav-botton::after {
    width: 12px;
    height: 12px;
  }
}

/* .p-products-user_custom-customize__wrap {
  padding-top: 60px;
} */

/* @media screen and (max-width: 767px) {
  .p-products-user_custom-customize__wrap {
    padding-top: 30px;
  }
} */

.p-products-user_custom-customize__title-wrap {
  padding-top: 60px;
}

.swiper-container-recomend, .swiper-container-recomend-2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .swiper-container-recomend, .swiper-container-recomend-2 {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px), print {
  .swiper-container-recomend .swiper-wrapper, .swiper-container-recomend-2 .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .swiper-container-recomend .swiper-wrapper, .swiper-container-recomend-2 .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container-recomend .swiper-button-prev, .swiper-container-recomend .swiper-container-rtl, .swiper-container-recomend .swiper-button-next, .swiper-container-recomend-2 .swiper-button-prev, .swiper-container-recomend-2 .swiper-container-rtl, .swiper-container-recomend-2 .swiper-button-next {
    top: 20%;
  }
}

@media screen and (min-width: 768px), print {
  .swiper-container-recomend .swiper-button-next, .swiper-container-recomend-2 .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container-recomend .swiper-button-next, .swiper-container-recomend-2 .swiper-button-next {
    right: 0;
    width: 13px;
    height: 21px;
    background-image: url("../../images/cart/swiper_arrow_black.svg");
    background-size: contain;
  }
}

@media screen and (min-width: 768px), print {
  .swiper-container-recomend .swiper-button-prev, .swiper-container-recomend-2 .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container-recomend .swiper-button-prev, .swiper-container-recomend-2 .swiper-button-prev {
    left: 0;
    width: 13px;
    height: 21px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("../../images/cart/swiper_arrow_black.svg");
    background-size: contain;
  }
}

.p-cart-cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__wrap__content {
    width: 63%;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__wrap__content {
    width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__content {
    width: 100%;
    margin: 0;
  }
}

.p-cart-cart__wrap__content > .p-common-item-slider__section {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__wrap__order {
    width: 360px;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__wrap__order {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__wrap__order {
    width: 100%;
    margin: 0;
  }
}

.p-cart-cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__title {
    width: 100%;
    max-width: 1140px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
    padding-top:31px;
    padding-bottom:31px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__title {
    width: 91%;
    margin-bottom: 15px;
    padding: 25px 15px;
    padding-top: 44px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__title.u-mb70 {
    margin-bottom: 35px;
  }
}

.p-cart-cart__title__alert {
  width: 100%;
  margin: 0 auto;
  background-color: #fceaec;
  color: #e43344;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-cart__title__alert {
    max-width: 1140px;
    margin-bottom: 30px;
    padding: 26px 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-cart__title__alert {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-cart__title__alert {
    width: 90%;
    max-width: none;
    margin-bottom: 35px;
    padding: 17px 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-cart__title__alert > ul {
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__title__alert > ul {
    padding-left: 23px;
  }
}

.p-cart-cart__title__alert > ul li {
  position: relative;
  margin-bottom: 6px;
}

.p-cart-cart__title__alert > ul li:last-child {
  margin-bottom: 0;
}

.p-cart-cart__title__alert > ul li::before {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e43344;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-cart__title__alert > ul li::before {
    left: -15px;
  }
}

.p-cart-cart__head--h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__head--h3 {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.56;
  }
}

.p-cart-comfirm__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-cart-comfirm__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-cart-comfirm__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-total {
    margin-right: 3px;
  }
}

.p-cart-comfirm__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-cart-comfirm__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart-comfirm__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-cart-comfirm__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-cart-comfirm__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-cart-comfirm__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-cart-comfirm__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-cart-comfirm__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-cart-comfirm__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-cart-comfirm__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-cart-comfirm__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-cart-comfirm__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-cart-comfirm__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-cart-comfirm__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-cart-comfirm__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-cart-comfirm__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-cart-comfirm__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-cart-comfirm__cancel-modal-contents {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 15px 26px;
  }
}

.p-cart-comfirm__cancel-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__cancel-modal-h4 {
    margin-top: 24px;
    margin-bottom: 17px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__cancel-modal-h4 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__cancel-modal-p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__cancel-modal-p {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-comfirm__cancel-modal-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__cancel-modal-att {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__cancel-modal-att {
    margin-top: 11px;
    padding-left: 1.2em;
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-indent: -1.3em;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__cancel-modal-bottom {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__cancel-modal-bottom {
    width: 225px;
    margin: 25px auto 0;
  }
  .p-cart-comfirm__cancel-modal-bottom > span {
    font-size: 16px;
  }
  .p-cart-comfirm__cancel-modal-bottom::after {
    right: 15px;
  }
}

.p-cart-comfirm__section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 720px;
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__section {
    margin: 0 auto;
  }
}

.p-cart-comfirm__2col-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 90px auto;
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__2col-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__2col-area {
    width: 100%;
    margin: 0 auto;
  }
}

.p-cart-comfirm__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__order {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order {
    width: calc(100% - 8%);
    margin: auto 4%;
    padding: 45px 0 0;
  }
}

.p-cart-comfirm__order .c-headline__h2, .p-cart-comfirm__order .c-headline__h2--white, .p-cart-comfirm__order .c-headline__h3--white {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order .c-headline__h2, .p-cart-comfirm__order .c-headline__h2--white, .p-cart-comfirm__order .c-headline__h3--white {
    margin: 0 auto 35px;
    font-size: 20px;
    text-align: center;
  }
}

.p-cart-comfirm__order--box, .p-cart-comfirm__order--box-glay {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #a3a3a3;
}

.p-cart-comfirm__order--box-glay {
  margin-bottom: 0px;
  border: none;
  background-color: #f6f6f6;
}

.p-cart-comfirm__order--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--title {
    padding: 4% 6%;
  }
}

.p-cart-comfirm__order--title > p {
  padding: 5px 0 5px 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__order--title > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--title > p {
    padding: 5px 0 5px;
  }
}

.p-cart-comfirm__order--title .button, .p-cart-comfirm__order--title .p-cart-comfirm__order--button.button_2col .button-270, .p-cart-comfirm__order--button.button_2col .p-cart-comfirm__order--title .button-270, .p-cart-comfirm__order--title .p-cart-comfirm__order--button.button_2col .button-350, .p-cart-comfirm__order--button.button_2col .p-cart-comfirm__order--title .button-350, .p-cart-comfirm__order--title .p-cart__form-button.button_2col .button-270, .p-cart__form-button.button_2col .p-cart-comfirm__order--title .button-270, .p-cart-comfirm__order--title .p-cart__form-button.button_2col .button-350, .p-cart__form-button.button_2col .p-cart-comfirm__order--title .button-350, .p-cart-comfirm__order--title .p-cart-order__form-button.button_2col .button-270, .p-cart-order__form-button.button_2col .p-cart-comfirm__order--title .button-270, .p-cart-comfirm__order--title .p-cart-order__form-button.button_2col .button-350, .p-cart-order__form-button.button_2col .p-cart-comfirm__order--title .button-350, .p-cart-comfirm__order--title .p-my-account-register__form-button.button_2col .button-270, .p-my-account-register__form-button.button_2col .p-cart-comfirm__order--title .button-270, .p-cart-comfirm__order--title .p-my-account-register__form-button.button_2col .button-350, .p-my-account-register__form-button.button_2col .p-cart-comfirm__order--title .button-350, .p-cart-comfirm__order--title .p-my-page-order-detail__button--form.button_2col .button-350, .p-my-page-order-detail__button--form.button_2col .p-cart-comfirm__order--title .button-350, .p-cart-comfirm__order--title .p-my-page-cancel__button--form.button_2col .button-350, .p-my-page-cancel__button--form.button_2col .p-cart-comfirm__order--title .button-350 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
  font-size: 14px;
}

.p-cart-comfirm__order--text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--text {
    padding: 25px 6%;
  }
}

.p-cart-comfirm__order--text p {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.p-cart-comfirm__order--text p:last-child {
  margin-bottom: 0px;
}

.p-cart-comfirm__order--text p span {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-comfirm__order--text p span.pointsheld {
  color: inherit;
}

.p-cart-comfirm__order--text .c-link--blue {
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--text .c-link--blue {
    font-size: 14px;
  }
}

.p-cart-comfirm__order--text .c-link--blue:last-of-type {
  margin-bottom: 40px;
}

.p-cart-comfirm__order--text .c-checkbox {
  margin-bottom: 40px;
}

.p-cart-comfirm__order--entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry {
    padding: 0 6%;
  }
}

.p-cart-comfirm__order--entry-inner {
  padding: 40px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-comfirm__order--entry-inner:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry-inner {
    padding: 8% 0;
  }
}

.p-cart-comfirm__order--entry .indent {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .indent {
    padding: 0 0 0 10%;
  }
}

.p-cart-comfirm__order--entry .entry-list {
  margin-top: 30px;
}

.p-cart-comfirm__order--entry .entry-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1em;
  line-height: 1.5;
}

.p-cart-comfirm__order--entry .entry-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .entry-list li {
    font-size: 12px;
  }
  .p-cart-comfirm__order--entry .entry-list li::before {
    width: 7px;
    height: 7px;
  }
}

.p-cart-comfirm__order--entry .form-category {
  margin-bottom: 20px;
}

.p-cart-comfirm__order--entry .form-category span {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-comfirm__order--entry .c-link--blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .c-link--blue {
    font-size: 14px;
  }
}

.p-cart-comfirm__order--entry .c-link--blue:last-of-type {
  margin-bottom: 40px;
}

.p-cart-comfirm__order--entry .pw-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-cart-comfirm__order--entry .pw-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .pw-box {
    margin-bottom: 15px;
  }
}

.p-cart-comfirm__order--entry .c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .c-checkbox {
    padding: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--entry .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-cart-comfirm__order--caution {
  margin-bottom: 30px;
}

.p-cart-comfirm__order--caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-cart-comfirm__order--agreement, .p-cart-comfirm__order--agreement-center {
  display: inline-block;
  margin: 50px auto;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--agreement, .p-cart-comfirm__order--agreement-center {
    font-size: 14px;
  }
}

.p-cart-comfirm__order--agreement-center {
  margin-bottom: 20px;
  text-align: center;
}

.p-cart-comfirm__order--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.p-cart-comfirm__order--button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--button.button_1col .Button-270 {
    max-width: 225px;
  }
}

.p-cart-comfirm__order--button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-cart-comfirm__order--button.button_2col .button.arrow_left::after, .p-cart-comfirm__order--button.button_2col .arrow_left.button-270::after, .p-cart-comfirm__order--button.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--button.button_2col .button-270 {
    max-width: 166px;
  }
}

.p-cart-comfirm__order--button.button_2col .button-350 {
  width: 100%;
  max-width: 290px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--button.button_2col .button-350 {
    margin: 0 auto;
  }

  .p-cart-comfirm__order--button.button_2col .button-350:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order--button {
    max-width: 345px;
  }
}

.p-cart-comfirm__order .text-center {
  text-align: center;
}

.p-cart-comfirm__order .text-bold {
  font-weight: bold;
}

.p-cart-comfirm__order .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__order .text-middle {
    font-size: 12px;
  }
}

.p-cart-comfirm__side {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__side {
    max-width: 360px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__side {
    width: 100%;
    max-width: 720px;
    margin: 90px auto 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 8%);
    margin: 45px 4%;
  }
}

.p-cart-comfirm__side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.p-cart-comfirm__side--h3 {
  padding: 20px;
  border-bottom: double #c8c8c8;
  background-color: #ececec;
  font-size: 20px;
  font-weight: bold;
}

.p-cart-comfirm__side--price {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-comfirm__side--price-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-comfirm__side--price-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-comfirm__side--price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-comfirm__side--cart {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-comfirm__side--cart-rist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-comfirm__side--cart-rist:last-child {
  border-bottom: none;
}

.p-cart-comfirm__side--cart-rist .img-product {
  width: 90px;
  height: 90px;
}

.p-cart-comfirm__side--cart-rist .img-product img {
  width: 100%;
}

.p-cart-comfirm__side--cart-rist .img-option {
  width: 60px;
  height: 60px;
}

.p-cart-comfirm__side--cart-rist .img-option img {
  width: 100%;
}

.p-cart-comfirm__side--cart-rist .side-used-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 19px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
}

.p-cart-comfirm__side--cart-rist .side-used-label > span {
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 3;
}

.p-cart-comfirm__side--cart-rist ul {
  width: 100%;
  margin-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__side--cart-rist ul {
    max-width: 210px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__side--cart-rist ul {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-comfirm__side--cart-rist ul.list-option {
    max-width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-comfirm__side--cart-rist ul.list-option {
    max-width: none;
  }
}

.p-cart-comfirm__side--cart-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.p-cart-comfirm__side--cart-rist li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.p-cart-comfirm__side--cart-rist li > span.text-grey {
  color: #7f7f7f;
}

.p-cart-comfirm__side--cart-rist li > span.text-black {
  color: #484848;
}

.p-cart-comfirm__side--point {
  width: 100%;
  height: 210px;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-comfirm__side--point-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-comfirm__side--point-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-comfirm__side--point-rist li .ico {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.p-cart-comfirm__side--point-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-comfirm__side--delivery {
  height: 78px;
  padding: 30px 20px;
  background-color: #ececec;
}

.p-cart-comfirm__side__set {
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set {
    padding-bottom: 0;
  }
}

.p-cart-comfirm__side__set__head {
  padding-bottom: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-comfirm__side__set__head > p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__head > p {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-cart-comfirm__side__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-comfirm__side__set__product__img {
  width: 62px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__product__img {
    width: 45px;
  }
}

.p-cart-comfirm__side__set__product__img > img {
  width: 100%;
}

.p-cart-comfirm__side__set__product__text {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 1140px) {
  .p-cart-comfirm__side__set__product__text {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__product__text {
    width: 80%;
    max-width: none;
  }
}

.p-cart-comfirm__side__set__product__text > p {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.58;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__product__text > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-comfirm__side__set__status {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__status {
    padding-top: 10px;
  }
}

.p-cart-comfirm__side__set__status > p {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__status > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-comfirm__side__set__status > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-comfirm__side__set__status > span {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-comfirm__side .text-bold {
  font-weight: bold;
}

.p-cart-comfirm__side .text-red {
  color: #e43344;
}

.p-cart-comfirm__side .text-big {
  font-size: 20px;
}

.p-cart-comfirm__side .text-middle {
  font-size: 14px;
}

.p-cart-comfirm__side .text-small {
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__container {
    padding: 90px 120px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__container {
    width: 100%;
    padding: 45px 15px;
    padding-bottom: 0px;
  }
}

.p-cart-complete__inr {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.p-cart-complete__head--h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 0.86;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__head--h2 {
    margin-bottom: 33px;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

.p-cart-complete__head--h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__head--h3 {
    margin-top: 36px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-cart-complete__text {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

.p-cart-complete__text.on-site-reserve {
  text-align: left;
  margin-top: 20px;
  padding: 14px;
  border: 1px dashed #ccc;
  font-size: 13px;
  position: relative;
  margin-bottom: 60px;
}

.p-cart-complete__text.on-site-reserve::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 16px 20px 0 20px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-cart-complete__text {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-cart-complete__text--caution {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__text--caution {
    font-size: 10px;
  }
}

.p-cart-complete__text--caution:last-child {
  margin-bottom: 0;
}

.p-cart-complete__order-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  margin: 30px auto;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num {
    height: 60px;
    padding: 0 20px;
  }
}

.p-cart-complete__order-num p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.28px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num p {
    font-size: 24px;
  }
}

.p-cart-complete__order-num p > span {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num p > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__order-num__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cart-complete__table {
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__table {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

.p-cart-complete__shopping-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 40px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit {
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 25px 20px;
  }
}

.p-cart-complete__shopping-credit__text,
.p-cart-complete__on-site-reserve {
  margin-top: 70px;
  text-align: center;
}

.p-cart-complete__on-site-reserve {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit__text,
  .p-cart-complete__on-site-reserve {
    margin-top: 35px;
  }
  .p-cart-complete__on-site-reserve {
    margin-bottom: 35px;
  }
}

.p-cart-complete__shopping-credit__text--main,
.p-cart-complete__on-site-reserve__text--main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit__text--main,
  .p-cart-complete__on-site-reserve__text--main {
    font-size: 20px;
  }
}

.p-cart-complete__shopping-credit__text--sub,
.p-cart-complete__on-site-reserve__text--sub {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit__text--sub,
  .p-cart-complete__on-site-reserve__text--sub {
    font-size: 15px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-cart-complete__shopping-credit__button,
.p-cart-complete__on-site-reserve__button {
  background-color: #f39c12;
  width: 100%;
  max-width: 330px;
  margin: 20px 0;
}

.p-cart-complete__on-site-reserve__button {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit__button {
    margin-bottom: 25px;
  }
  .p-cart-complete__shopping-credit__button > span,
  .p-cart-complete__on-site-reserve__button>span {
    font-size: 16px;
  }
}

.p-cart-complete__shopping-credit__button > .ico,
.p-cart-complete__on-site-reserve__button>.ico {
  width: 15px;
  margin-left: 8px;
}

.p-cart-complete__shopping-credit__button::after,
.p-cart-complete__on-site-reserve__button::after {
  content: none;
}

.p-cart-complete__shopping-credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.p-cart-complete__shopping-credit dl:last-child {
  margin-bottom: 0;
}

.p-cart-complete__shopping-credit dl dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit dl dt {
    font-size: 14px;
  }
}

.p-cart-complete__shopping-credit dl dd {
  padding-left: 22px;
  color: #e43344;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__shopping-credit dl dd {
    padding-left: 6px;
    font-size: 16px;
  }
}

.p-cart-complete__shopping-credit dl dd sup {
  font-size: 12px;
  font-weight: normal;
}

.p-cart-complete__shopping-credit dl + .notes {
  margin-top: -5px;
  color: #e43344;
  font-size: 11px;
}

.p-cart-complete__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__button-area {
    width: 560px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 45px auto 45px;
  }
}

.p-cart-complete__button-area__button {
  width: 100%;
  height: auto;
  padding: 12px 0;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__button-area__button {
    max-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button {
    max-width: 225px;
    padding: 17px 0;
  }
}

.p-cart-complete__button-area__button > span {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button > span {
    font-size: 16px;
  }
}

.p-cart-complete__button-area__button > .ico {
  position: absolute;
  left: 17px;
  width: 16px;
}

.p-cart-complete__button-area__button::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__button-area__button:first-child {
    margin-bottom: 15px;
  }
}

.p-cart-complete__not_applicable {
  background-color: #ecf8fd;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable {
    margin: 90px auto 20px;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable {
    margin-bottom: 15px;
    padding: 32px 5px 35px;
  }
}

.p-cart-complete__not_applicable-text {
  color: #00a2e6;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-text {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-text {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-text strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-text strong {
    font-size: 16px;
  }
}

.p-cart-complete__not_applicable-button {
  position: relative;
  background-color: transparent;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-button {
    width: 280px;
    height: 30px;
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button {
    width: 234px;
    height: 30px;
    margin: 0 auto 0;
  }
}

.p-cart-complete__not_applicable-button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(../../common/images/ico_in_page_link_azure.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__not_applicable-button > span {
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__not_applicable-button > span {
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.1;
  }
}

.p-cart-complete__container .p-cart-complete__not_applicable{
  width: 96vw;
  left: calc(-48vw + 50%);
  position: relative;
  margin-top:36px;
  margin-bottom:0;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cart-complete__container .p-cart-complete__not_applicable{
    padding-left: 2vw;
    padding-right: 2vw;
    width: 100vw;
    left: calc(-50vw + 50%);
  }
}

.p-cart-complete__dospara_app-box {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 10px);
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-box {
    padding: 23px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-box:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-box:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-text {
    margin-bottom: 26px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-text {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-cart-complete__dospara_app-button {
  background-color: transparent;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__dospara_app-button {
    margin: auto auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__dospara_app-button {
    margin: 0 auto 0;
  }
}

.p-cart-complete__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-complete__contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box {
    width: 50%;
  }
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact__box {
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box {
    width: 100%;
    max-width: 560px;
    margin-bottom: 25px;
    border-radius: 4px;
  }
}

.p-cart-complete__contact__box:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1050px) {
  .p-cart-complete__contact__box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__content {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

.p-cart-complete__contact__box__title {
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__contact__box__title {
    padding: 20px 30px;
    border-bottom: 1px solid #a3a3a3;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__title {
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart-complete__contact__box__text {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__text {
    padding-top: 24px;
    border-top: 1px solid #c8c8c8;
    font-size: 14px;
    text-align: left;
  }
}

.p-cart-complete__contact__box__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black {
  width: 100%;
  max-width: 240px;
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black > span {
  padding-left: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__contact__box__button-wrap > .c-button--secondaryB-black:first-child {
    margin-right: 0;
  }
}

.p-cart-complete__memo {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo {
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 70px 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo {
    margin-top: 45px;
    padding: 35px;
  }
}

.p-cart-complete__memo__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo__inr {
    width: 100%;
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__memo__list {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list {
    width: 100%;
  }
}

.p-cart-complete__memo__list:first-child {
  margin-right: 90px;
}

.p-cart-complete__memo__list li {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list li {
    margin-bottom: 10px;
  }
}

.p-cart-complete__memo__list li::before {
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  color: #484848;
  font-size: 8px;
  content: "●";
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list li::before {
    top: 0;
    left: -16px;
    width: 7px;
    height: 7px;
    font-size: 16px;
    content: "・";
  }
}

.p-cart-complete__memo__list p {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list p {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.p-cart-complete__memo__list a {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list a {
    font-size: 12px;
  }
}

.p-cart-complete__memo__list span {
  display: block;
  margin-top: 20px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list span {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__memo__list span > a {
    font-size: 10px;
  }
}

.p-cart-complete__memo__list__button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 187px;
  height: 30px;
  padding-left: 10px;
  background-color: #f6f6f6;
}

.p-cart-complete__memo__list__button > span {
  margin-top: 0;
  color: #484848;
  font-size: 14px;
}

.p-cart-complete__memo__list__button:after {
  right: 8px;
}

.p-cart-complete__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free {
    margin: 45px 0;
    padding: 0 15px;
  }
}

.p-cart-complete__free__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 450px;
  background-color: #ececec;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__free__area {
    width: 100%;
    max-width: 1140px;
    margin: 90px auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free__area {
    width: 100%;
  }
}

.p-cart-complete__free__area h2 {
  color: #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete__free__button {
    width: 271px;
    height: 50px;
    margin: 0 auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete__free__button {
    width: 100%;
    max-width: 275px;
    height: 50px;
    margin: 45px auto 45px;
  }
}

.p-cart-complete-safety {
  width: 100%;
  /*---------- プラン一覧テーブル ----------*/
  /*---------- お値引き一覧表 ----------*/
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .sp {
    display: none;
  }
}

.p-cart-complete-safety h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety h2 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 28px;
  }
}

.p-cart-complete-safety h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 15px;
  background-color: #6a6a6a;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety h3 {
    height: 78px;
    margin: 0;
    font-size: 24px;
  }
}

.p-cart-complete-safety .c-button--secondaryA-blue {
  width: 270px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .c-button--secondaryA-blue {
    width: 100%;
    max-width: 310px;
  }
}

.p-cart-complete-safety .c-button--secondaryA-blue span {
  font-size: 16px;
}

.p-cart-complete-safety .c-button--secondaryA-blue::after {
  display: none;
}

.p-cart-complete-safety #lp_page {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #333333;
  line-height: 1.5em;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #lp_page {
    max-width: 1200px;
    padding: 0 20px;
  }
}

.p-cart-complete-safety article {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety article {
    max-width: 1120px;
  }
}

.p-cart-complete-safety article .notice {
  margin: 20px 0 10px;
  color: #4b4b4b;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety article .notice {
    margin: 44px 0 35px;
    font-size: 18px;
    text-align: center;
  }
}

.p-cart-complete-safety .sp_br {
  display: none;
}

.p-cart-complete-safety .plan_unit {
  margin: 35px auto 70px;
  text-align: center;
}

.p-cart-complete-safety .plan_unit img {
  width: 100%;
  max-width: 855px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_unit + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .plan_notice {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_notice {
    margin-top: 54px;
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .plan_notice p {
  font-size: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .plan_notice + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety__link {
  margin-top: 20px;
  margin-left: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety__link {
    margin-top: 70px;
  }
}

.p-cart-complete-safety .voice_unit {
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .voice_unit {
    max-width: 1100px;
    margin: 70px 80px;
  }
}

.p-cart-complete-safety .voice_unit p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4em;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .voice_unit p {
    font-size: 16px;
  }
}

.p-cart-complete-safety .faq_unit {
  margin: 20px auto 45px;
  padding: 0 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_unit {
    margin-top: 35px;
    margin-bottom: 70px;
    padding: 0 35px;
  }
}

.p-cart-complete-safety .faq_unit + a {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_unit + a {
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety .faq_box p {
  margin: 15px 10px 0;
  padding: 0;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p {
    font-size: 16px;
  }
}

.p-cart-complete-safety .faq_box p.tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 30px 0 10px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p.tit {
    padding: 40px 0 30px;
    font-size: 18px;
  }
}

.p-cart-complete-safety .faq_box p.tit span {
  margin-right: 10px;
  font-size: 28px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety .faq_box p.tit span {
    margin-right: 35px;
    font-size: 47px;
  }
}

.p-cart-complete-safety #s_plan {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

.p-cart-complete-safety #s_plan th {
  text-align: center;
  vertical-align: middle;
}

.p-cart-complete-safety #s_plan td {
  height: 45px;
  padding: 8px;
}

.p-cart-complete-safety #s_plan .s_plan_name a {
  display: block;
  position: relative;
  margin: 0 0 -5px;
  color: #0062b0;
  font-weight: bold;
  text-decoration: underline;
}

.p-cart-complete-safety #s_plan .s_plan_name a::after {
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 18px;
  background: url(../../images/cart/safetyservice/info_pop_icon.png) no-repeat right top;
  background-size: 18px;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety .scroll_box {
    overflow-x: scroll;
  }
  .p-cart-complete-safety table#s_plan {
    width: 160%;
  }
}

.p-cart-complete-safety #black,
.p-cart-complete-safety #green,
.p-cart-complete-safety #blue,
.p-cart-complete-safety #orange,
.p-cart-complete-safety #pink,
.p-cart-complete-safety #beige,
.p-cart-complete-safety #brown {
  padding: 20px 5px;
  color: #fff;
  line-height: 1.5;
}

.p-cart-complete-safety #brown {
  background: #c7a269;
}

.p-cart-complete-safety #black {
  background-color: #000000;
}

.p-cart-complete-safety #green {
  background-color: #1e9818;
}

.p-cart-complete-safety #blue {
  background-color: #39f;
}

.p-cart-complete-safety #orange {
  background-color: #f93;
}

.p-cart-complete-safety #pink {
  background-color: #e36f96;
}

.p-cart-complete-safety #beige {
  background-color: #996 !important;
}

.p-cart-complete-safety .koumoku {
  background-color: #257ada;
  font-size: 15px;
}

.p-cart-complete-safety .balloon {
  font-size: large;
}

.p-cart-complete-safety th.recommend-plan {
  position: relative;
}

.p-cart-complete-safety th.recommend-plan span {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  background: red;
  color: yellow;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety th.recommend-plan span {
    right: unset;
    left: 30px;
    width: 50%;
    padding: 5px 0;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    font-size: 16.5px;
  }
}

.p-cart-complete-safety div.green {
  padding: 6px 8px;
  background: #E6FFD5;
  line-height: 1.3;
}

.p-cart-complete-safety div.blue {
  padding: 6px 8px;
  background: #BFF2FF;
  line-height: 1.3;
}

.p-cart-complete-safety #s_plan th#black {
  background: #0d78e2;
}

.p-cart-complete-safety #s_plan th#green {
  background: #1E9818;
}

.p-cart-complete-safety #s_plan th#blue {
  background: #0d78e2;
}

.p-cart-complete-safety #s_plan th#orange {
  background: #F93;
}

.p-cart-complete-safety #s_plan th.price {
  color: #CC0000;
}

.p-cart-complete-safety .bg_brown {
  background: #f9f3e3;
}

.p-cart-complete-safety .bg_pink {
  background: #ffedf3;
}

.p-cart-complete-safety .bg_green {
  background: #e3f8e2;
}

.p-cart-complete-safety .bg_blue {
  background: #d8f5ff;
}

.p-cart-complete-safety .bg_orange {
  background: #fbf3ca;
}

.p-cart-complete-safety #s_plan td {
  height: auto;
  font-size: 16px;
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.p-cart-complete-safety #s_plan td.s_plan_name {
  padding: 10px;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #s_plan td.s_plan_name {
    font-size: 16px;
  }
}

.p-cart-complete-safety #s_plan td.s_plan_intro {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
}

.p-cart-complete-safety .s_plan_name a {
  display: block;
  position: relative;
  margin: 0 0 -5px;
  font-weight: bold;
  text-decoration: underline;
}

.p-cart-complete-safety .s_plan_name .sectionBox {
  margin: 0 0 40px;
}

.p-cart-complete-safety table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-cart-complete-safety #s_plan th {
  width: 20%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.p-cart-complete-safety #s_plan td {
  padding: 15px;
  border: 1px solid #ccc;
}

.p-cart-complete-safety th {
  padding: 15px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #s_plan th {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.4em;
  }
}

.p-cart-complete-safety #s_plan th.purposeTitle {
  padding: 15px 0;
  background-color: #233bab;
  color: #fff;
  font-size: 18px;
}

.p-cart-complete-safety table.discountList {
  width: 920px;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
}

.p-cart-complete-safety table.discountList span {
  color: #f00;
  font-weight: bold;
}

.p-cart-complete-safety table.discountList em {
  font-size: 12px;
}

.p-cart-complete-safety table.discountList em span {
  color: #666;
  font-weight: normal;
}

.p-cart-complete-safety table.discountList th {
  width: 40%;
  padding: 6px 0 6px 20px;
  vertical-align: middle;
}

.p-cart-complete-safety table.discountList td {
  width: 60%;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.p-cart-complete-safety .tableHead {
  background-color: #233bab;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-cart-complete-safety #mainContents {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.p-cart-complete-safety #mainContents img {
  max-width: 100%;
  height: auto;
}

.p-cart-complete-safety #mainContents .title {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .title {
    min-height: 452px;
  }
}

.p-cart-complete-safety #mainContents .block .block-inner {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .block-inner {
    max-width: 842px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.p-cart-complete-safety #mainContents .block p {
  font-size: 120%;
  line-height: 1.6;
}

.p-cart-complete-safety #mainContents .block .ttl_point {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point {
    font-size: 22px;
  }
}

.p-cart-complete-safety #mainContents .block .ttl_point span.pointNum {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 15px;
  background: #fe4c1a;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point span.pointNum {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #mainContents .block .ttl_point span.txt {
    display: block;
    padding: 3px;
  }
}

.p-cart-complete-safety #mainContents .block .ttl_point span.txt_small {
  margin-right: 0;
  padding: 0;
  background: none;
  color: #333;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block .ttl_point span.txt_small {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-complete-safety #mainContents .block ul {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block ul li {
    height: 50px;
  }
}

.p-cart-complete-safety #mainContents .block ul li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .p-cart-complete-safety #mainContents .block ul li + li {
    margin-top: 16px;
  }
}

.complete .modaal-container {
  position: relative;
  padding: 35px 10px 10px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
}

.complete .modaal-container .modaal-content {
  border-radius: 4px;
}

.complete .modaal-container .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
}

.complete-modal {
  display: none;
  width: 100%;
}

/* **************************************************

Safety Service POP UP用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved.

***************************************************** */
.sspop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #484848;
  font-size: 12px !important;
  /* 枠箱 */
  /*緑色枠　フォントサイズ*/
  /*フォントサイズ*/
  /*アンダーバー（1本ライン）*/
  /*枠内の背景色*/
  /*下向き矢印*/
  /*レスポンシブ*/
  /* 問い合わせ
=========================================================================================== */
  /* ワンコイン診断
=========================================================================================== */
  /* リモートサポート
=========================================================================================== */
  /* 店頭復旧サービス
=========================================================================================== */
  /* セルフ修理
=========================================================================================== */
  /* 修理時送料無料
=========================================================================================== */
  /* 代替機貸し出しサービス
=========================================================================================== */
  /* 初期化サービス
=========================================================================================== */
  /* オンサイトサービス
=========================================================================================== */
  /* パソコン保険
=========================================================================================== */
  /* パソコンを長くお使いいただく　及び　パソコンを楽しく使っていただく//
=========================================================================================== */
  /*----------------------------------------------------
  .demo01
----------------------------------------------------*/
}

@media screen and (min-width: 768px), print {
  .sspop {
    width: 750px;
    padding: 2px;
    background-color: #fff;
    font-size: 18px;
    font-size: 1.0em !important;
  }
}

.sspop .sspBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em 0em 1.3em 0em;
  padding: 11px 7px 0px 7px;
  border: 2px solid #6dc067;
}

.sspop .sspBox p:not(.center) {
  padding-left: 1.8em;
}

.sspop .sspBox ul {
  padding-left: 1.6em;
}

@media screen and (max-width: 767px) {
  .sspop .sspBox p,
  .sspop .sspBox ul {
    padding-left: 0px;
  }
}

.sspop .sspBox li {
  margin-left: 0.6em;
  text-indent: -0.6em;
}

@media screen and (min-width: 768px), print {
  .sspop .sspBox li {
    margin-left: 1.0em;
    text-indent: -0.6em;
  }
}

.sspop .sspBox.center p {
  padding-left: 0;
}

.sspop .sspBox_b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0em 0em 1.3em 0em;
  padding: 11px 7px 0px 7px;
  border: 2px solid #004ea2;
}

.sspop .sspBox_b ul {
  padding-left: 1.6em;
}

.sspop .sspBox_b li {
  margin-left: 0.6em;
  text-indent: -1.4em;
  text-indent: -0.6em;
}

.sspop .sspBox_b p,
.sspop .sspBox_b ul {
  padding-left: 0px;
}

.sspop ul {
  margin: 0px;
  padding: 0em 0em 0.8em 0em;
}

.sspop li {
  margin: 0em 0em 0.5em 0em;
  line-height: 120%;
  list-style: none;
}

.sspop em {
  font-style: normal;
}

.sspop p {
  margin: 0em 0em 1.3em 0em;
  line-height: 130%;
}

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

.sspop .center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sspop .floatL {
  float: left;
}

.sspop .floatR {
  float: right;
}

.sspop p {
  margin-bottom: 1.0em;
  line-height: 140%;
}

.sspop .floatL img,
.sspop .floatR img,
.sspop .photo img {
  width: 100%;
}

.sspop h3 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #4185be;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sspop h3 {
    font-size: 18px;
  }
}

.sspop h3 strong {
  display: block;
  margin-top: 10px;
  color: #f78822;
}

@media screen and (min-width: 768px), print {
  .sspop h3 strong {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .sspop h3 strong {
    font-size: 24px;
  }
}

.sspop h3 br {
  display: none;
}

.sspop h3 + p {
  padding: 0px;
  font-size: 18px;
}

.sspop h4 {
  margin: 0px 0px 15px 0px;
  padding: 9px 4px 6px 4px;
  clear: both;
  background-color: #4185be;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop h4 {
    font-size: 20px !important;
  }
}

.sspop h5 {
  margin: 0px 0px 7px 0px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sspop h5 {
    font-size: 16px !important;
  }
}

.sspop h6 {
  margin: 0px 0px 7px 0px;
  padding: 6px;
  font-size: 1.11em;
  font-weight: bold;
}

.sspop em {
  border-bottom: 3px double;
}

.sspop .alignL {
  text-align: left;
}

.sspop .alignR {
  text-align: right;
}

.sspop .green {
  background-color: #6dc067;
}

.sspop .sspCaution {
  color: #ff0000;
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
}

.sspop .red {
  color: #ff0000;
}

.sspop .mb0 {
  margin-bottom: 0px !important;
}

.sspop .mt0 {
  margin-top: 0px !important;
}

.sspop .stxt_c {
  font-size: 0.9em;
}

.sspop #mainbox {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sspop #mainbox {
    width: 100%;
  }
}

.sspop #left {
  width: 532px;
  float: left;
}

.sspop #right {
  width: 164px;
  float: right;
}

.sspop #clear,
.sspop .clear {
  clear: both;
}

.sspop #redbox {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 1.2em;
  background-color: #fde4bd;
}

.sspop #r_left {
  width: 70%;
  float: left;
}

.sspop #r_right {
  width: 30%;
  float: left;
  text-align: center;
}

.sspop .greenBox {
  padding: 1.0em 0.5em;
  clear: both;
  background-color: #b7deb4;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.sspop .greenBox strong {
  color: #eb6100;
}

.sspop .sspCheck li {
  margin-left: 1.35em;
  font-size: 0.89em;
  text-indent: -1.35em;
}

.sspop .sspCheck li:before {
  content: "□ ";
}

.sspop .sspChart li {
  margin-bottom: 56px;
  padding: 12px 12px 18px 12px;
  border: 3px solid #4185be;
}

.sspop .sspChart li:after {
  display: block;
  margin-top: 24px;
  margin-bottom: -67px;
  text-align: center;
  content: url(../../images/cart/ss_popup/00arrow01.png);
}

.sspop .sspChart li:last-of-type {
  margin-bottom: 0px;
}

.sspop .sspChart li:last-of-type:after {
  content: normal;
}

.sspop .sspChart li h5 {
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  font-size: 1.0em;
  line-height: 140%;
  text-indent: -1.35em;
}

.sspop .sspChart li h5.ex {
  font-weight: normal;
}

.sspop .sspChart li p {
  margin: 12px 0px 0px 18px;
  font-size: 0.78em;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .sspop .sspChart li p {
    font-size: 1.0em;
  }
}

.sspop .comicBox {
  padding-top: 0.89em;
  clear: both;
  border-bottom: 2px dotted #d7dee1;
}

.sspop .comicBox:after {
  display: block;
  clear: both;
  content: " ";
}

.sspop .comicBox p {
  margin-bottom: 0.89em !important;
}

.sspop .comicBox .chara {
  width: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sspop .comicBox .chara {
    width: 260px;
    float: right;
  }
}

.sspop .comicBox .speech {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 414px;
  padding: 18px;
  float: left;
  border-radius: 8px;
  background-color: #d7dee1;
}

@media screen and (max-width: 767px) {
  .sspop .comicBox .speech {
    width: auto;
    float: none;
  }
}

.sspop .comicBox .speech:after {
  display: block;
  position: absolute;
  top: 40%;
  right: -24px;
  border: 12px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #d7dee1;
  content: "";
}

@media screen and (max-width: 767px) {
  .sspop .comicBox .speech:after {
    top: auto;
    right: auto;
    bottom: -24px;
    left: 44%;
    border-width: 12px;
    border-top-color: #d7dee1;
    border-left-color: transparent;
  }
}

.sspop .comicBox div.speech p:last-of-type {
  margin-bottom: 0em !important;
}

.sspop .comicBox .speech.wide {
  width: auto;
  float: none;
}

.sspop .comicBox .speech.wide:after {
  top: auto;
  right: auto;
  bottom: -24px;
  left: 50%;
  border-width: 12px;
  border-top-color: #d7dee1;
  border-left-color: transparent;
}

.sspop .notes {
  font-size: 10px;
}

.sspop .notes li {
  margin-left: 1.3em;
  color: #605b5a;
  text-indent: -1.3em;
}

@media screen and (max-width: 767px) {
  .sspop .notes li {
    font-size: 0.85em;
  }
}

.sspop p.notes {
  padding-left: 1.3em;
  color: #605b5a;
  text-indent: -1.3em;
}

.sspop .att {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.sspop .sspClose {
  margin: 18px 0px 0px 0px;
  text-align: center;
  cursor: pointer;
}

.sspop .sspClose img {
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .sspop .sspClose img {
    vertical-align: text-bottom;
  }
}

.sspop .sspClose:hover img {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.sspop .stxt,
.sspop .lead {
  margin: 0px 4px 7px;
  font-size: 0.98em;
  font-weight: bold;
}

.sspop .slead {
  margin: 0px 4px 7px;
  font-size: 0.98em;
}

.sspop .cmtxt {
  margin: 0px 4px 7px;
  font-size: 0.75em;
}

.sspop .item {
  margin: 0px 4px 7px;
  font-size: 0.87em;
  text-indent: -1.4em;
}

.sspop .blue {
  background-color: #004ea2;
}

.sspop .blue_t {
  color: #004ea2;
}

.sspop .sspBox_b h5 {
  margin: 0px 4px 7px;
  font-size: 1.33em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sspop .brNone {
    display: none;
  }
}

.sspop .magin_t30,
.sspop .magin_t20 {
  margin-top: 20px;
}

.sspop .magin_t10 {
  margin-top: 10px;
}

.sspop .magin_t14 {
  margin-top: 14px;
}

.sspop .magin_b10 {
  margin-bottom: 10px;
}

.sspop .magin_b20 {
  margin-bottom: 20px;
}

.sspop .magin_b30 {
  margin-bottom: 30px;
}

.sspop .padding_t30 {
  padding-top: 30px;
}

.sspop .padding_t20 {
  padding-top: 20px;
}

.sspop .padding_t10 {
  padding-top: 10px;
}

.sspop .padding_b30 {
  padding-bottom: 30px;
}

.sspop .padding_b20 {
  padding-bottom: 20px;
}

.sspop .padding_b10 {
  padding-bottom: 10px;
}

.sspop .small {
  font-size: 0.78em;
  line-height: 140%;
}

.sspop .sm {
  font-size: 0.9em;
}

.sspop .mm {
  font-size: 1.7em;
  line-height: 140%;
}

.sspop .bd1 {
  text-decoration: underline;
}

.sspop .bg {
  background-color: #6dc067;
}

.sspop .bg_red {
  background-color: #fde4bd;
}

.sspop .d_arrow {
  position: relative;
  width: 0;
  height: 0;
  margin-bottom: 20px;
  border-top: 30px solid #6dc067;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}

.sspop section table {
  width: 100%;
}

.sspop .qrCode {
  display: none;
}

.sspop .includeContact {
  padding: 23px 12px 1px 12px;
  background-color: #bccff1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact {
    line-height: 140%;
  }
}

.sspop .includeContact h4 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #605b5a;
  font-size: 1.0em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact h4 {
    color: #000;
  }
}

.sspop .includeContact h4 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact h4 br {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .sspop .includeContact p {
    text-align: left;
  }
}

.sspop .includeContact strong {
  font-size: 1.67em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact strong {
    display: block;
    line-height: 120%;
    text-align: center;
  }
}

.sspop .includeContact em {
  display: block;
  border-bottom: none;
  font-size: 1.11em;
}

@media screen and (max-width: 767px) {
  .sspop .includeContact em {
    display: block;
    color: #000000;
    font-weight: bold;
    text-align: center;
  }
}

.sspop .includeContact em > a {
  color: #0062b0;
  text-decoration: underline;
}

.sspop .includeContact em > a:hover {
  text-decoration: none;
}

.sspop .includeContact span {
  font-size: 0.7em;
  line-height: 2;
}

.sspop .includeContact a:before {
  padding-right: 3px;
  content: url(../../images/cart/ss_popup/00arrow02.png);
}

.sspop.oneCoin h3 + p {
  font-size: 20px;
  font-weight: bold;
}

.sspop.oneCoin .case {
  position: relative;
  clear: both;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case {
    width: 100%;
    max-width: 452px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sspop.oneCoin .case:after {
  display: block;
  clear: both;
  content: " ";
}

.sspop.oneCoin .case .balloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 264px;
  height: 91px;
  margin-left: 1.0em;
  padding: 1.0em 0em 0em 0em;
  background-image: url(../../images/cart/ss_popup/02one_img01balloon.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.89em;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .balloon {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 70%;
    max-width: 264px;
    min-height: 84px;
    margin: 0em 0em 0.5em 0em;
    padding: 4% 0% 0% 4%;
    float: right;
  }
}

.sspop.oneCoin .case .balloon.right {
  top: 67px;
  right: 0px;
  left: auto;
  margin-left: 0.0em;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .balloon.right {
    top: 0;
  }
}

.sspop.oneCoin .case .pic {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .pic {
    width: 30%;
    max-width: 188px;
    margin-top: 10%;
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .case .pic img {
    width: 100%;
    height: auto;
  }
}

.sspop.oneCoin .greenBox span {
  color: #eb6100;
}

.sspop.oneCoin .greenBox span em {
  display: inline-block;
  padding-top: 6px;
  line-height: 110%;
}

@media screen and (max-width: 767px) {
  .sspop.oneCoin .greenBox span em {
    display: inline;
    line-height: 150%;
  }
}

.sspop.oneCoin .greenBox span strong {
  padding: 0px 6px;
  color: #ff0000;
  font-size: 1.8em;
  line-height: 120%;
}

.sspop.oneCoin .sspChart li h5 {
  font-weight: normal;
}

.sspop.remo h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sspop.remo h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .floatL p:last-of-type {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .floatL strong br {
    display: none;
  }
}

.sspop.remo .sspBox p,
.sspop.remo .sspBox ul {
  padding-left: 1.0em;
}

.sspop.remo .sspBox div {
  margin: 0px -7px 0px -7px;
  padding: 0px 10px 16px 0px;
  background-color: #fef2e7;
}

.sspop.remo .sspBox div h6 {
  margin: 0px -10px 1.0em 0px;
  background-color: #fde4bd;
  text-align: center;
}

.sspop.remo .sspBox div li {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sspop.remo .sspBox div li {
    margin-left: 1.4em;
    text-indent: -1.5em;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .sspBox div > * {
    padding-left: 10px;
  }
}

.sspop.remo .sspBox_b p,
.sspop.remo .sspBox_b ul {
  padding-left: 1.0em;
}

.sspop.remo .sspBox_b div {
  margin: 0px -7px 0px -7px;
  padding: 0px 10px 16px 0px;
  background-color: #fef2e7;
}

.sspop.remo .sspBox_b div h6 {
  margin: 0px -10px 1.0em 0px;
  background-color: #fde4bd;
  text-align: center;
}

.sspop.remo .sspBox_b div li {
  margin-left: 1.4em;
  font-weight: bold;
  text-indent: -1.5em;
}

.sspop.remo .sspBox_b div > * {
  padding-left: 10px;
}

.sspop.remo .staff {
  margin-top: -40px;
  float: right;
}

@media screen and (max-width: 767px) {
  .sspop.remo .staff {
    width: 20%;
    margin-top: -3.0em;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .staff img {
    width: 100%;
  }
}

.sspop.remo .cautionBox {
  margin-top: 1.0em;
}

.sspop.remo .cautionBox h5 {
  margin-bottom: 0.6em;
  color: #1c67a5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.remo .cautionBox h5 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.remo .cautionBox h5 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatL {
    float: none;
  }
}

.sspop.rest .floatL li {
  margin-left: 0.9em;
  font-weight: bold;
  text-indent: -0.9em;
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatR {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .floatR img {
    width: 50%;
  }
}

.sspop.rest .sspChart li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.rest .sspChart li {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.rest .sspChart h4.green {
    text-align: left;
  }
}

.sspop.rest .sspChart h5 span {
  color: #ff0000;
}

.sspop.self .comicBox div.speech {
  margin-bottom: 0.89em;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox div.speech .alignR {
    text-align: center;
  }
}

.sspop.self .comicBox .speech.wide {
  margin-bottom: 0em;
  background-color: #b2deaf;
  color: #000000;
  text-align: center;
}

.sspop.self .comicBox .speech.wide:after {
  left: 68%;
  border-top-color: #b2deaf !important;
  border-left-color: #b2deaf;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .speech.wide:after {
    left: 72%;
  }
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .speech.wide p {
    display: block;
  }
}

.sspop.self .comicBox .speech.wide p:not(:first-of-type) {
  display: inline-block;
  text-align: left;
}

.sspop.self .comicBox .speech.wide p strong {
  font-size: 130%;
}

.sspop.self .comicBox .speech.wide p em {
  color: #ff0000;
}

.sspop.self .comicBox .center img {
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox .center img {
    width: 100%;
    margin-top: 0px;
  }
}

.sspop.self .comicBox .wide + .center img {
  z-index: 999;
  position: relative;
}

.sspop.self .comicBox:nth-of-type(3) {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .sspop.self .comicBox:nth-of-type(3) .center {
    display: none;
  }
}

.sspop.self .sspChart h5.ex {
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .sspop.self .sspChart h5.ex {
    font-size: 100%;
  }
}

.sspop.deli .floatL {
  width: 583px;
  padding-top: 50px;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatL {
    width: auto;
    padding: 0px;
    float: none;
    text-align: center;
  }
}

.sspop.deli .floatL strong {
  display: block;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatR {
    width: auto;
    padding: 0px;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sspop.deli .floatR img {
    width: auto;
  }
}

.sspop.deli .sspBox {
  padding: 1.0em;
  clear: both;
  line-height: 160%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspBox {
    text-align: left;
  }
}

.sspop.deli .sspBox strong {
  display: block;
  color: #f78822;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspBox strong br {
    display: none;
  }
}

.sspop.deli .sspBox_b {
  padding: 1.0em;
  clear: both;
  line-height: 160%;
  text-align: center;
  text-align: left;
}

.sspop.deli .sspBox_b strong {
  display: block;
  color: #f78822;
  font-size: 1.4em;
}

.sspop.deli .sspBox_b strong br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop.deli .sspChart h5 br {
    display: none;
  }
}

.sspop.sub .comicBox em {
  color: #ff0000;
}

.sspop.sub .comicBox .speech.wide {
  margin-bottom: 7px;
}

.sspop.sub .comicBox .speech.wide:after {
  left: 80%;
  border-left-color: #d7dee1;
}

@media screen and (max-width: 767px) {
  .sspop.sub .comicBox .speech.wide:after {
    left: 70%;
    border-right-color: #d7dee1;
    border-left-color: transparent;
  }
}

.sspop.sub .comicBox.lady .speech {
  background-color: #b2deaf;
}

.sspop.sub .comicBox.lady .speech.wide:after {
  left: 20%;
  border-top-color: #b2deaf;
  border-right-color: #b2deaf;
  border-left-color: transparent;
}

@media screen and (max-width: 767px) {
  .sspop.sub .comicBox.lady .speech.wide:after {
    left: 26%;
    border-top-color: #b2deaf;
    border-right-color: transparent;
    border-left-color: #b2deaf;
  }
}

.sspop.sub .comicBox .speech p {
  line-height: 160%;
}

.sspop.sub div.center {
  padding: 0.89em 0em;
}

@media screen and (max-width: 767px) {
  .sspop.sub div.center {
    text-align: left;
  }
}

.sspop.sub div.center h5 {
  margin-bottom: 0.50em;
  font-size: 1.5em;
}

.sspop.sub div.center strong {
  display: block;
  padding-bottom: 4px;
  color: #ff0000;
}

.sspop.sub div.center li {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop.sub div.center p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sspop.sub div img {
    width: 100%;
  }
}

.sspop.ini .comicBox {
  border-bottom: none;
}

.sspop.ini .comicBox .chara img {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .sspop.ini .comicBox .chara img {
    margin-top: 0px;
  }
}

.sspop.ini .sspChart li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 346px;
  height: 326px;
  margin: 0px 0px 18px 0px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li {
    width: auto;
    height: auto;
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li:first-of-type {
    margin-bottom: 56px;
  }
}

.sspop.ini .sspChart li:last-of-type {
  float: right;
}

.sspop.ini .sspChart li:after {
  margin: -460px -404px 0px 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop.ini .sspChart li:after {
    margin: 24px 0px -67px 0px;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

.sspop.ini .sspChart li h5 {
  font-weight: normal;
}

.sspop.ini .sspChart li .center {
  margin-bottom: 0px;
}

.sspop.ini .notes {
  clear: both;
}

.sspop.onsite h3 br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sspop.onsite h3 br {
    display: block;
  }
}

.sspop.onsite div.floatL {
  width: 500px;
  padding-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sspop.onsite div.floatL {
    width: auto;
    float: none;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sspop.onsite .floatR {
    width: 70%;
    max-width: 211px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

.sspop.onsite .greenBox strong {
  display: block;
  color: #ff0000;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .greenBox strong {
    text-align: center;
  }
}

.sspop.onsite .sspChart li h5,
.sspop.onsite .sspChart li p:not(.mt0) {
  width: 464px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .sspChart li h5,
  .sspop.onsite .sspChart li p:not(.mt0) {
    width: auto;
    float: none;
  }
}

.sspop.onsite .sspChart li .mt0 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sspop.onsite .sspChart li .mt0 {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .sspop.ins .sspBox .center img {
    width: auto;
  }
}

.sspop .url {
  font-size: 0.87em;
}

.sspop .u_txt {
  width: 100%;
  padding: 4px;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

.sspop .u_txt a {
  color: #FFF;
}

.sspop .u_txt.sp {
  display: none;
  display: block;
}

.sspop .u_txt.pc {
  display: none;
}

.sspop #redbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.sspop #redbox .mm {
  font-size: 1.3em;
}

.sspop .info_s {
  padding: 23px 12px 1px 12px;
  background-color: #C7E0F6;
  line-height: 140%;
  text-align: center;
}

.sspop .info_s h4 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  background-color: transparent;
  color: #605b5a;
  font-size: 1.0em;
}

.sspop .info_s h4 br {
  display: none;
}

.sspop .info_s em {
  border-bottom: none;
  font-size: 1.11em;
}

.sspop .info_s a:before {
  padding-right: 3px;
  content: url(../../images/cart/ss_popup/00arrow02.png);
}

.sspop .info_s h4 {
  color: #000000;
}

.sspop .info_s h4 br {
  display: inline;
}

.sspop .info_s p {
  text-align: left;
}

.sspop .info_s strong {
  display: block;
  line-height: 120%;
  text-align: center;
}

.sspop .info_s em {
  display: block;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.sspop .info_s span {
  font-size: 0.7em;
  line-height: 2;
}

.sspop .jq h6 {
  margin: 0px 0 1.0em 0;
  padding: 0.8em 0;
  background-color: #fde4bd;
  text-align: center;
}

.sspop .jq .bd {
  border-bottom: 3px double;
}

.sspop .jq .item_s {
  margin: 0px 24px 7px;
  font-size: 0.87em;
  text-indent: -1.4em;
}

.sspop .jq .block {
  margin: 0;
  padding: 20px 0 0 0;
  border: 2px #004ea2 solid;
  background: #fff;
}

.sspop .jq table.type11 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: separate;
  line-height: 1.5;
  text-align: center;
}

.sspop .jq table.type11 th {
  width: 50%;
  padding: 10px;
  /*border-right: 1px solid #fff;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #c00;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}

.sspop .jq table.type11 td {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
}

.sspop .demo01 th {
  width: 50%;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sspop .demo01 th,
  .sspop .demo01 td {
    display: block;
    width: 100%;
    border-top: none;
  }
}

.sspop #balloon5 {
  dispay: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #d7dee1;
}

.sspop #balloon5 p {
  padding: 20px;
}

.sspop #balloon5:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -9px;
  border: 20px solid transparent;
  border-left-color: #d7dee1;
  content: "";
}

@media screen and (max-width: 767px) {
  .sspop #balloon5:before {
    display: none;
  }
}

.sspop #balloon5 ul {
  padding: 1.2em;
  padding-left: 1.500em;
}

.sspop #balloon5 li {
  text-indent: -0.4em;
}

.sspop #balloon6 {
  dispay: inline-block;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #b2deaf;
}

.sspop #balloon6 p {
  padding: 10px 0;
  text-align: center;
}

.sspop #balloon6:before {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 43px;
  border: 10px solid transparent;
  border-top-color: #b2deaf;
  content: "";
}

.sspop #balloon7 {
  dispay: inline-block;
  position: relative;
  width: 85%;
  height: auto;
  margin-left: 10px;
  padding: 20px;
  border-radius: 8px;
  background: #d7dee1;
  text-align: left;
}

.sspop #balloon7 p {
  /*padding: 20px;*/
}

.sspop #balloon7:before {
  display: inline-block;
  display: none;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -9px;
  border: 10px solid transparent;
  border-right-color: #d7dee1;
  content: "";
}

.sspop #balloon8 {
  dispay: inline-block;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
  border-radius: 12px;
  background: #b2deaf;
}

.sspop #balloon8 p {
  padding: 10px 0;
  text-align: center;
}

.sspop #balloon8:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 140px;
  border: 10px solid transparent;
  border-bottom-color: #b2deaf;
  content: "";
}

.p-cart-empty__head {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-cart-empty__head {
    font-size: 18px;
    line-height: 1.56;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-empty__button {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-empty__button {
    max-width: 225px;
    margin-bottom: 0;
    margin-bottom: 45px;
  }
  .p-cart-empty__button > span {
    font-size: 16px;
  }
  .p-cart-empty__button:after {
    right: 13px;
  }
}

.p-cart-empty__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-empty__title {
    width: 100%;
    margin-top:50px;
    margin-bottom: 90px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
    padding-bottom:55px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-empty__title {
    width: 90%;
    margin-bottom: 45px;
    padding: 25px 15px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-cart-empty__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.p-cart-empty__empty__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-cart-empty__empty__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.88;
  }
}

.p-cart-empty__slider {
  padding-top: 0.1px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart-empty__slider {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-empty__slider {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-empty__top__button {
    width: 271px;
    height: 50px;
    margin: 90px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-empty__top__button {
    width: 100%;
    max-width: 225px;
    height: 50px;
    margin: 45px auto;
  }
  .p-cart-empty__top__button > span {
    font-size: 16px;
  }
  .p-cart-empty__top__button:after {
    right: 16px;
  }
}

.p-cart-login__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: 940px;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-login__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-cart-login__wrap__head, .p-cart-login__wrap__head--mt {
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__wrap__head, .p-cart-login__wrap__head--mt {
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__wrap__head, .p-cart-login__wrap__head--mt {
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2.64px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__wrap__head--mt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__wrap__login {
    width: 63%;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__wrap__login {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__wrap__registration {
    width: 360px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__wrap__registration {
    width: 100%;
  }
}

.p-cart-login__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__title {
    height: 130px;
    margin-bottom: 65px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__title {
    padding: 25px 15px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}
.p-cart-login__nav {
  margin: 20px 0;
  font-size: 13px;
}
.p-cart-login__nav__list > li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .p-cart-login__nav {
    display: none;
  }
}

.p-cart-login__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box {
    margin-bottom: 30px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box {
    margin-bottom: 25px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__content, .p-cart-login__box__content--small {
    padding: 0 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__content, .p-cart-login__box__content--small {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__content--small {
    padding: 0px 15px;
  }
}

@media screen and (min-width: 768px),print {
  .p-cart-login__login-form {
    width: min(500px, 100%);
    margin: 0 auto;
  }
}

.p-cart-login__box__title {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__title {
    padding: 20px 30px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__title {
    padding: 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart-login__box__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__text {
    font-size: 12px;
    letter-spacing: 1.44px;
    text-align: left;
  }
}

.p-cart-login__box__text--note {
  display: inline-flex;
}
.p-cart-login__box__text--note::before {
  content: "※";
}

.p-cart-login__box__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 660px;
  border-radius: 2px;
  background-color: #fceaec;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__alert {
    height: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__alert {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 14px;
  }
}

.p-cart-login__box__alert__text {
  color: #e43344;
  font-size: 14px;
  line-height: 1.714;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__alert__text {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__mail {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__mail {
    margin-bottom: 25px;
  }
}

.p-cart-login__box__mail p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__mail p {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.75;
    text-align: left;
  }
}

.p-cart-login__box__mail input {
  width: 100%;
  max-width: 660px;
  height: 40px;
  margin-top: 15px;
  padding-left: 5px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}
@media screen and (min-width: 768px), print {
  .p-cart-login__box__mail input {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__pass {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__pass {
    margin-bottom: 25px;
  }
}

.p-cart-login__box__pass p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__pass p {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.75;
    text-align: left;
  }
}

.p-cart-login__box__pass input {
  width: 100%;
  max-width: 660px;
  height: 40px;
  margin-top: 15px;
  padding-left: 5px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__pass input {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__pass .c-link--blue {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-cart-login__box__pass .c-link--blue:hover {
  border-bottom: none;
}

.p-cart-login__box__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__login p {
    font-size: 16px;
  }
}

.p-cart-login__box__login__button {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px), print {
  .p-cart-login__box__login__button {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.p-cart-login__box__login__button .c-button--primary-blue {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__non-member-box {
    margin-right: 30px;
    align-self: flex-start;
    flex: 1 1 50%;
  }
}
.p-cart-login__box__non-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-cart-login__box__non-member__text {
  font-size: 14px;
  letter-spacing: 0.77px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__non-member__text {
    max-width: none;
    font-size: 12px;
    letter-spacing: 1.44px;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__non-member__button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__non-member__button {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-cart-login__box__non-member__button > span {
    font-size: 16px;
  }
}

.p-cart-login__sign-up {
  font-size: 12px;
  letter-spacing: 1.44px;
  line-height: 1.5;
}
.p-cart-login__sign-up__merit-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.p-cart-login__sign-up__merit-item img {
  flex: 0 1 auto;
  width: 64px;
  margin-right: 20px;
}
.p-cart-login__sign-up__merit-text {
  flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__sign-up {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
  .p-cart-login__sign-up__merit-item img {
    width: 80px;
  }
  .p-cart-login__sign-up__merit-item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__external-account-box {
    flex: 1 1 50%;
  }
}

.p-cart-login__box__external-account__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-cart-login__box__external-account__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  margin: 0 auto 35px;
}
@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__list {
    margin-top: 30px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.p-cart-login__box__external-account__list li {
  overflow: hidden;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__list li {
    max-width: 320px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-login__box__external-account__list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__list li:first-child {
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li:first-child {
    width: 100%;
  }
}

.p-cart-login__box__external-account__list li:first-child form input[type="image"] {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__list li:nth-child(2) {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li:nth-child(2) {
    width: 100%;
    max-width: 317px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li:nth-child(2) #AmazonPayButton {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cart-login__box__external-account__list li:nth-child(2) #AmazonPayButton img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__list li:last-child {
    margin-bottom: 0;
  }
}

.p-cart-login__box__external-account__list li form {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list li form {
    max-width: 317px;
    margin: 0 auto;
  }
}

.p-cart-login__box__external-account__list li a {
  width: 100%;
  max-width: 317px;
  height: 100%;
  margin: 0 auto;
}

.p-cart-login__box__external-account__list li a img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list__span {
    width: 100%;
  }
}

.p-cart-login__box__external-account__button, .p-cart-login__box__external-account__button--yahoo, .p-cart-login__box__external-account__button--rakuten, .p-cart-login__box__external-account__button--amazon, .p-cart-login__box__credit-account__button--yahoo, .p-cart-login__box__credit-account__button--rakuten, .p-cart-login__box__credit-account__button--amazon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__button, .p-cart-login__box__external-account__button--yahoo, .p-cart-login__box__external-account__button--rakuten, .p-cart-login__box__external-account__button--amazon, .p-cart-login__box__credit-account__button--yahoo, .p-cart-login__box__credit-account__button--rakuten, .p-cart-login__box__credit-account__button--amazon {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-cart-login__box__external-account__button::after, .p-cart-login__box__external-account__button--yahoo::after, .p-cart-login__box__external-account__button--rakuten::after, .p-cart-login__box__external-account__button--amazon::after, .p-cart-login__box__credit-account__button--yahoo::after, .p-cart-login__box__credit-account__button--rakuten::after, .p-cart-login__box__credit-account__button--amazon::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__button--yahoo {
    font-size: 14px;
  }
}

.p-cart-login__box__external-account__button--rakuten {
  background-color: #bf0000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__button--rakuten {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__button--rakuten {
    height: 60px;
    letter-spacing: 1.92px;
  }
}

.p-cart-login__box__external-account__button--rakuten::after {
  content: none;
}

.p-cart-login__box__external-account__button--amazon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0c14b), to(#f9e5b5));
  background-image: linear-gradient(to top, #f0c14b, #f9e5b5);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__button--amazon {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__button--amazon {
    height: 60px;
  }
}

.p-cart-login__box__external-account__button--amazon::after {
  content: none;
}

.p-cart-login__box__credit-account__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__list {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.p-cart-login__box__credit-account__list li {
  overflow: hidden;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__list li {
    max-width: 320px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .p-cart-login__box__credit-account__list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__list li:first-child {
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li:first-child {
    width: 100%;
  }
}

.p-cart-login__box__credit-account__list li:first-child form input[type="image"] {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__list li:nth-child(2) {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li:nth-child(2) {
    width: 100%;
    max-width: 317px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li:nth-child(2) #AmazonPayButton-credit {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li:nth-child(2) #AmazonPayButton-credit img {
    width: 100%;
  }
}

.p-cart-login__box__credit-account__list li:last-child {
  margin-bottom: 0;
}

.p-cart-login__box__credit-account__list li form {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list li form {
    max-width: 317px;
    margin: 0 auto;
  }
}

.p-cart-login__box__credit-account__list li a {
  width: 100%;
  max-width: 317px;
  height: 100%;
  margin: 0 auto;
}

.p-cart-login__box__credit-account__list li a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__list__span {
    width: 100%;
  }
}

.p-cart-login__box__credit-account__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__button {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-cart-login__box__credit-account__button::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__button--yahoo {
    font-size: 14px;
  }
}

.p-cart-login__box__credit-account__button--rakuten {
  background-color: #bf0000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__button--rakuten {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__button--rakuten {
    height: 60px;
    letter-spacing: 1.92px;
  }
}

.p-cart-login__box__credit-account__button--rakuten::after {
  content: none;
}

.p-cart-login__box__credit-account__button--amazon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0c14b), to(#f9e5b5));
  background-image: linear-gradient(to top, #f0c14b, #f9e5b5);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__credit-account__button--amazon {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__credit-account__button--amazon {
    height: 60px;
  }
}

.p-cart-login__box__credit-account__button--amazon::after {
  content: none;
}
.p-cart-login__box__external-account__list li:first-child {
  height: auto;
}
.p-cart-login__accordion__container input {
  display: none;
}
.p-cart-login__accordion__content {
  height: 0;
  overflow: hidden;
}
.p-cart-login__accordion__container input:checked + .p-cart-login__accordion__content {
  height: auto;
  padding: 0.5em 0.5em 0;
}
.p-cart-login__box__external-account__note {
  font-size: 12px;
  letter-spacing: 1.44px;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__box__external-account__note {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__box__external-account__list + .p-cart-login__box__external-account__note {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.p-cart-login__box__external-account__note .p-cart-login__accordion__trigger {
  display: block;
  width: max-content;
  margin: 10px auto 0;
  text-decoration: underline;
}
.p-cart-login__box__external-account__note .p-cart-login__accordion__trigger::before {
  content: "▼";
}
.p-cart-login__modal__button {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__button {
    padding: 6px 11px 6px 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__button {
    padding: 6px 11px 6px 44px;
  }
}

.p-cart-login__modal__button:before {
  position: absolute;
  width: 20px;
  height: 14px;
  background-image: url(../../common/images/ico_movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__button:before {
    top: 8px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__button:before {
    top: 9px;
    left: 16px;
  }
}

.p-cart-login__modal__button--close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__button--close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__button--close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

.p-cart-login__modal__button--close::before, .p-cart-login__modal__button--close::after {
  display: block;
  position: absolute;
  background: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__button--close::before, .p-cart-login__modal__button--close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__button--close::before, .p-cart-login__modal__button--close::after {
    right: -3px;
    bottom: 8px;
    width: 15px;
    height: 2px;
  }
}

.p-cart-login__modal__button--close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-cart-login__modal__button--close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-cart-login__modal__wrap {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__wrap {
    width: 660px;
    height: 300px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__wrap {
    width: 100%;
    padding: 45px 20px;
  }
}

.p-cart-login__modal__wrap--small {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__wrap--small {
    width: 660px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__wrap--small {
    width: 100%;
    padding: 45px 20px;
  }
}

.p-cart-login__modal__wrap__head {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__wrap__head {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__wrap__head {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.p-cart-login__modal__wrap__text {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__wrap__text {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__wrap__text {
    font-size: 14px;
    letter-spacing: 1.68px;
    letter-spacing: 0.84px;
  }
}

.p-cart-login__modal__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-cart-login__modal__mail {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-login__modal__mail {
    margin-top: 25px;
  }
}

.p-cart-login__modal__mail input[type="email"] {
  width: 100%;
  max-width: 660px;
  height: 40px;
  padding-left: 15px;
  border: solid 1px #c8c8c8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

.p-cart-login__modal__mail input[type="email"]::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-cart-login__modal__mail input[type="email"]::-moz-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-cart-login__modal__mail input[type="email"]:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-cart-login__modal__mail input[type="email"]::-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-cart-login__modal__mail input[type="email"]::placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-cart-login__modal__mail input[type="submit"] {
  width: 72px;
  height: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.js-modal-open {
  display: block;
}

.js-modal-close {
  display: none;
}

.p-cart-new-create__side {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-new-create__side {
    max-width: 360px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-new-create__side {
    width: 100%;
    max-width: 720px;
    margin: 90px auto 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 8%);
    margin: 45px 4%;
  }
}

.p-cart-new-create__side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.p-cart-new-create__side--h3 {
  padding: 20px;
  border-bottom: double #c8c8c8;
  background-color: #ececec;
  font-size: 20px;
  font-weight: bold;
}

.p-cart-new-create__side--price {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-new-create__side--price-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-new-create__side--price-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-new-create__side--price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-new-create__side--cart {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-new-create__side--cart-rist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-new-create__side--cart-rist:last-child {
  border-bottom: none;
}

.p-cart-new-create__side--cart-rist .img-product {
  width: 90px;
  height: 90px;
}

.p-cart-new-create__side--cart-rist .img-product img {
  width: 100%;
}

.p-cart-new-create__side--cart-rist .img-option {
  width: 60px;
  height: 60px;
}

.p-cart-new-create__side--cart-rist .img-option img {
  width: 100%;
}

.p-cart-new-create__side--cart-rist .side-used-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 19px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
}

.p-cart-new-create__side--cart-rist .side-used-label > span {
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 3;
}

.p-cart-new-create__side--cart-rist ul {
  width: 100%;
  margin-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-new-create__side--cart-rist ul {
    max-width: 210px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-new-create__side--cart-rist ul {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-new-create__side--cart-rist ul.list-option {
    max-width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-new-create__side--cart-rist ul.list-option {
    max-width: none;
  }
}

.p-cart-new-create__side--cart-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.p-cart-new-create__side--cart-rist li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.p-cart-new-create__side--cart-rist li > span.text-grey {
  color: #7f7f7f;
}

.p-cart-new-create__side--cart-rist li > span.text-black {
  color: #484848;
}

.p-cart-new-create__side--point {
  width: 100%;
  height: 210px;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-new-create__side--point-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-new-create__side--point-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-new-create__side--point-rist li .ico {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.p-cart-new-create__side--point-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-new-create__side--delivery {
  height: 78px;
  padding: 30px 20px;
  background-color: #ececec;
}

.p-cart-new-create__side__set {
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set {
    padding-bottom: 0;
  }
}

.p-cart-new-create__side__set__head {
  padding-bottom: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-new-create__side__set__head > p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__head > p {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-cart-new-create__side__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-new-create__side__set__product__img {
  width: 62px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__product__img {
    width: 45px;
  }
}

.p-cart-new-create__side__set__product__img > img {
  width: 100%;
}

.p-cart-new-create__side__set__product__text {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 1140px) {
  .p-cart-new-create__side__set__product__text {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__product__text {
    width: 80%;
    max-width: none;
  }
}

.p-cart-new-create__side__set__product__text > p {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.58;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__product__text > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-new-create__side__set__status {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__status {
    padding-top: 10px;
  }
}

.p-cart-new-create__side__set__status > p {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__status > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-new-create__side__set__status > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-new-create__side__set__status > span {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-new-create__side .text-bold {
  font-weight: bold;
}

.p-cart-new-create__side .text-red {
  color: #e43344;
}

.p-cart-new-create__side .text-big {
  font-size: 20px;
}

.p-cart-new-create__side .text-middle {
  font-size: 14px;
}

.p-cart-new-create__side .text-small {
  font-size: 12px;
}

.p-cart__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-cart__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-cart__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-total {
    margin-right: 3px;
  }
}

.p-cart__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-cart__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-cart__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-cart__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-cart__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-cart__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-cart__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-cart__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-cart__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-cart__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-cart__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-cart__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-cart__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-cart__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-cart__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-cart__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-cart__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-cart__2col-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 90px auto;
}

@media screen and (max-width: 1160px) {
  .p-cart__2col-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__2col-area {
    width: 100%;
    margin: 0 auto 45px;
  }
}

.p-cart__1col-area {
  width: 100%;
  max-width: 720px;
  margin: 90px auto;
}

@media screen and (max-width: 767px) {
  .p-cart__1col-area {
    width: 100%;
    margin: 0 auto 45px;
  }
}

.p-cart__section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 720px;
}

@media screen and (max-width: 1160px) {
  .p-cart__section {
    margin: 0 auto;
  }
}

.p-cart__caution {
  margin-bottom: 10px;
}

.p-cart__caution li {
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-cart__caution li {
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-cart__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .p-cart__form {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form {
    width: calc(100% - 8%);
    width: 100%;
    margin: auto 4%;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form.w-full {
    margin: auto;
  }
}

.p-cart__form .c-headline__h2, .p-cart__form .c-headline__h2--white, .p-cart__form .c-headline__h3--white {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .c-headline__h2, .p-cart__form .c-headline__h2--white, .p-cart__form .c-headline__h3--white {
    margin: 0 auto 35px;
    font-size: 20px;
    text-align: center;
  }
}

.p-cart__form .partition, .p-cart__form .partition-sphidden, .p-cart__form .p-shop__section .partition--full, .p-shop__section .p-cart__form .partition--full {
  position: relative;
}

.p-cart__form .partition::after, .p-cart__form .partition-sphidden::after, .p-cart__form .p-shop__section .partition--full::after, .p-shop__section .p-cart__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #c8c8c8;
  content: "";
}

.p-cart__form .partition.bb-none::after, .p-cart__form .bb-none.partition-sphidden::after, .p-cart__form .p-shop__section .bb-none.partition--full::after, .p-shop__section .p-cart__form .bb-none.partition--full::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-cart__form .partition::after, .p-cart__form .partition-sphidden::after, .p-cart__form .p-shop__section .partition--full::after, .p-shop__section .p-cart__form .partition--full::after {
    left: -4%;
    width: 108%;
  }
}

.p-cart__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .form-category {
    font-size: 12px;
  }
}

.p-cart__form .form-category span {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart__form .box-area, .p-cart__form .box-area--name, .p-cart__form .box-area--gender, .p-cart__form .box-area--check, .p-cart__form .box-area--mailmagazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .box-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart__form .box-area--gender input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-cart__form .box-area--gender label {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .box-area--check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cart__form .box-area--mailmagazine {
  margin-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .box-area--mailmagazine {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .box-area--mailmagazine {
    margin-bottom: 45px;
    padding-top: 45px;
  }
}

.p-cart__form-box, .p-cart__form-box--change, .p-cart__form-box--half, .p-cart__form-box--pulldown, .p-cart__form-box--pulldown--full, .p-cart__form-box--tel, .p-cart__form-box--postal, .p-cart__form-box--year, .p-cart__form-box--month-day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-cart__form-box::-webkit-input-placeholder, .p-cart__form-box--change::-webkit-input-placeholder, .p-cart__form-box--half::-webkit-input-placeholder, .p-cart__form-box--pulldown::-webkit-input-placeholder, .p-cart__form-box--pulldown--full::-webkit-input-placeholder, .p-cart__form-box--tel::-webkit-input-placeholder, .p-cart__form-box--postal::-webkit-input-placeholder, .p-cart__form-box--year::-webkit-input-placeholder, .p-cart__form-box--month-day::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-cart__form-box::-moz-placeholder, .p-cart__form-box--change::-moz-placeholder, .p-cart__form-box--half::-moz-placeholder, .p-cart__form-box--pulldown::-moz-placeholder, .p-cart__form-box--pulldown--full::-moz-placeholder, .p-cart__form-box--tel::-moz-placeholder, .p-cart__form-box--postal::-moz-placeholder, .p-cart__form-box--year::-moz-placeholder, .p-cart__form-box--month-day::-moz-placeholder {
  color: #a3a3a3;
}

.p-cart__form-box:-ms-input-placeholder, .p-cart__form-box--change:-ms-input-placeholder, .p-cart__form-box--half:-ms-input-placeholder, .p-cart__form-box--pulldown:-ms-input-placeholder, .p-cart__form-box--pulldown--full:-ms-input-placeholder, .p-cart__form-box--tel:-ms-input-placeholder, .p-cart__form-box--postal:-ms-input-placeholder, .p-cart__form-box--year:-ms-input-placeholder, .p-cart__form-box--month-day:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart__form-box::-ms-input-placeholder, .p-cart__form-box--change::-ms-input-placeholder, .p-cart__form-box--half::-ms-input-placeholder, .p-cart__form-box--pulldown::-ms-input-placeholder, .p-cart__form-box--pulldown--full::-ms-input-placeholder, .p-cart__form-box--tel::-ms-input-placeholder, .p-cart__form-box--postal::-ms-input-placeholder, .p-cart__form-box--year::-ms-input-placeholder, .p-cart__form-box--month-day::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart__form-box::placeholder, .p-cart__form-box--change::placeholder, .p-cart__form-box--half::placeholder, .p-cart__form-box--pulldown::placeholder, .p-cart__form-box--pulldown--full::placeholder, .p-cart__form-box--tel::placeholder, .p-cart__form-box--postal::placeholder, .p-cart__form-box--year::placeholder, .p-cart__form-box--month-day::placeholder {
  color: #a3a3a3;
}

.p-cart__form-box--change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 52px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ececec;
}

.p-cart__form-box--change .categorytab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 346px;
  height: 42px;
  border-radius: 2px;
  background-color: #ececec;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart__form-box--change .categorytab {
    max-width: 337px;
  }
}

.p-cart__form-box--change .categorytab--on {
  background-color: #004da1;
  color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-cart__form-box--half {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form-box--half {
    width: 100%;
  }
}

.p-cart__form-box--pulldown, .p-cart__form-box--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.p-cart__form-box--pulldown::-webkit-input-placeholder, .p-cart__form-box--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.p-cart__form-box--pulldown::-moz-placeholder, .p-cart__form-box--pulldown--full::-moz-placeholder {
  color: #484848;
}

.p-cart__form-box--pulldown:-ms-input-placeholder, .p-cart__form-box--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.p-cart__form-box--pulldown::-ms-input-placeholder, .p-cart__form-box--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.p-cart__form-box--pulldown::placeholder, .p-cart__form-box--pulldown--full::placeholder {
  color: #484848;
}

.p-cart__form-box--pulldown--full {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px), print {
  .p-cart__form-box--tel, .p-cart__form-box--postal {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form-box--tel, .p-cart__form-box--postal {
    max-width: 47.83%;
  }
}

.p-cart__form-box--year {
  max-width: 68px;
  margin-right: 10px;
  text-align: center;
}

.p-cart__form-box--month-day {
  max-width: 50px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.p-cart__form-box--check {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-cart__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.p-cart__form-button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-cart__form-button.button_1col .Button-270 {
    max-width: 225px;
  }
}

.p-cart__form-button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-cart__form-button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
  }
}

.p-cart__form-button.button_2col .button.arrow_left::after, .p-cart__form-button.button_2col .arrow_left.button-270::after, .p-cart__form-button.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-cart__form-button.button_2col .button-270 {
    max-width: 166px;
  }
}

.p-cart__form-button.button_2col .button-350 {
  width: 100%;
  max-width: 290px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .p-cart__form-button.button_2col .button-350 {
    margin: 0 auto;
  }

  .p-cart__form-button.button_2col .button-350:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form-button {
    max-width: 345px;
  }
}

.p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
    width: 100%;
  }
}

.p-cart__form .pulldown-arrow::after, .p-cart__form .pulldown-arrow--full::after, .p-cart__form .pulldown-arrow--350::after, .p-cart__form .pulldown-arrow--mb0::after {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
  pointer-events: none;
}

.p-cart__form .pulldown-arrow--full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart__form .pulldown-arrow--full .order-form--input--pulldown--full {
    padding-right: 36px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__form .pulldown-arrow--350 {
    width: 350px;
  }
}

.p-cart__form .pulldown-arrow--350 > p.c-alert-text {
  margin-top: 10px;
}

.p-cart__form .pulldown-arrow--mb0 {
  margin-bottom: 0px;
}

.p-cart__form .c-headline__h3, .p-cart__form .c-headline__h3--mt50 {
  font-size: 20px;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .c-headline__h3, .p-cart__form .c-headline__h3--mt50 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .c-headline__h3, .p-cart__form .c-headline__h3--mt50 {
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__form .c-headline__h3--mt50 {
    margin-top: 45px;
    margin-bottom: 26px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .c-headline__h3--mt50 {
    width: 108%;
    margin-top: 45px;
    margin-left: -4%;
    padding-top: 20px;
    background-color: #f6f6f6;
  }
}

.p-cart__form .partition, .p-cart__form .partition-sphidden, .p-cart__form .p-shop__section .partition--full, .p-shop__section .p-cart__form .partition--full {
  position: relative;
}

.p-cart__form .partition::after, .p-cart__form .partition-sphidden::after, .p-cart__form .p-shop__section .partition--full::after, .p-shop__section .p-cart__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart__form .partition::after, .p-cart__form .partition-sphidden::after, .p-cart__form .p-shop__section .partition--full::after, .p-shop__section .p-cart__form .partition--full::after {
    left: -4%;
    width: 108%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .partition-sphidden::after {
    border-bottom: none;
  }
}

.p-cart__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .form-category {
    font-size: 12px;
  }
}

.p-cart__form .form-category .reference {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart__form .form-category--link {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .form-category--link {
    font-size: 12px;
  }
}

.p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .pulldown-arrow, .p-cart__form .pulldown-arrow--full, .p-cart__form .pulldown-arrow--350, .p-cart__form .pulldown-arrow--mb0 {
    width: 100%;
  }
}

.p-cart__form .pulldown-arrow::after, .p-cart__form .pulldown-arrow--full::after, .p-cart__form .pulldown-arrow--350::after, .p-cart__form .pulldown-arrow--mb0::after {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
  pointer-events: none;
}

.p-cart__form .pulldown-arrow--full {
  width: 100%;
}

.p-cart__form .input-area, .p-cart__form .input-area--payment, .p-cart__form .input-area--gender, .p-cart__form .input-area--name, .p-cart__form .input-area--check, .p-cart__form .p-cart-order__form .input-area--payment-safety, .p-cart-order__form .p-cart__form .input-area--payment-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.p-cart__form .input-area > p.c-alert-text, .p-cart__form .input-area--payment > p.c-alert-text, .p-cart__form .input-area--gender > p.c-alert-text, .p-cart__form .input-area--name > p.c-alert-text, .p-cart__form .input-area--check > p.c-alert-text, .p-cart__form .p-cart-order__form .input-area--payment > p.c-alert-text, .p-cart__form .p-cart-order__form .input-area--payment-safety > p.c-alert-text, .p-cart-order__form .p-cart__form .input-area--payment-safety > p.c-alert-text, .p-cart__form .p-cart-order__form .input-area--gender > p.c-alert-text, .p-cart__form .p-cart-order__form .input-area--name > p.c-alert-text, .p-cart__form .p-cart-order__form .input-area--check > p.c-alert-text {
  margin-top: -10px;
}

.p-cart__form .input-area--payment-method {
  margin-bottom: 20px;
}

.p-cart__form .input-area--gender input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-cart__form .input-area--gender label {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart__form .input-area--name > .c-flex--column {
  width: 100%;
}

.p-cart__form .input-area--name > .c-flex--column > p.c-alert-text {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--name > .c-flex--column:first-child > p.c-alert-text {
    margin-bottom: 20px;
  }
}

.p-cart__form .input-area--order-form, .p-cart__form .input-area--order-form--glay, .p-cart__form .input-area--order-form--glay--mt10, .p-cart__form .input-area--order-form--glay--mb0, .p-cart__form .p-cart-order__form .input-area--order-form--glay--mt0, .p-cart-order__form .p-cart__form .input-area--order-form--glay--mt0 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #a3a3a3;
}

.p-cart__form .input-area--order-form--glay, .p-cart__form .input-area--order-form--glay--mt10, .p-cart__form .input-area--order-form--glay--mb0, .p-cart__form .p-cart-order__form .input-area--order-form--glay--mt0, .p-cart-order__form .p-cart__form .input-area--order-form--glay--mt0 {
  border: none;
  background-color: #f6f6f6;
}

.p-cart__form .input-area--order-form--glay--mt10 {
  margin-top: 10px;
}

.p-cart__form .input-area--order-form--glay--mb0 {
  margin-bottom: 0px;
}

.p-cart__form .input-area--frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--frame {
    padding: 0 4%;
  }
}

.p-cart__form .input-area--frame-inner, .p-cart__form .input-area--frame-inner-2col {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--frame-inner, .p-cart__form .input-area--frame-inner-2col {
    padding: 8% 0;
  }
}

.p-cart__form .input-area--frame-inner-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-cart__form .input-area--frame-inner-2col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--frame-inner-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--frame.partition::after, .p-cart__form .input-area--frame.partition-sphidden::after, .p-cart__form .p-shop__section .input-area--frame.partition--full::after, .p-shop__section .p-cart__form .input-area--frame.partition--full::after {
    left: 0;
    width: 100%;
  }
}

.p-cart__form .input-area--caution, .p-cart__form .input-area--caution--mb30, .p-cart__form .p-cart-order__form .input-area--caution--red, .p-cart-order__form .p-cart__form .input-area--caution--red {
  text-align: left;
}

.p-cart__form .input-area--caution li, .p-cart__form .input-area--caution--mb30 li, .p-cart__form .p-cart-order__form .input-area--caution--red li, .p-cart-order__form .p-cart__form .input-area--caution--red li {
  position: relative;
  width: 100%;
  margin-bottom: .5em;
  padding-left: 2.3em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.p-cart__form .input-area--caution li:last-child, .p-cart__form .input-area--caution--mb30 li:last-child, .p-cart__form .p-cart-order__form .input-area--caution--red li:last-child, .p-cart-order__form .p-cart__form .input-area--caution--red li:last-child {
  margin-bottom: 0px;
}

.p-cart__form .input-area--caution li::before, .p-cart__form .input-area--caution--mb30 li::before, .p-cart__form .p-cart-order__form .input-area--caution--red li::before, .p-cart-order__form .p-cart__form .input-area--caution--red li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  content: "※";
}

.p-cart__form .input-area--caution--mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .input-area--caution--mb30 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__form .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-cart__form .text-bold {
  font-weight: bold;
}

.p-cart__form .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .text-middle {
    font-size: 12px;
  }
}

.p-cart__form .text-big {
  font-size: 20px;
}

.p-cart__form .text-red {
  color: #e43344;
}

.p-cart__form .form-inner,
.p-cart__form .js-save-address,
.p-cart__form .js-deli-designation,
.p-cart__form .js-deli-designationdate,
.p-cart__form .order-form--indent {
  display: none;
}

.p-cart__form .form-inner.js-checkedactive,
.p-cart__form .js-save-address.js-checkedactive,
.p-cart__form .js-deli-designation.js-checkedactive,
.p-cart__form .js-deli-designationdate.js-checkedactive,
.p-cart__form .order-form--indent.js-checkedactive {
  display: block;
}

.p-cart__form .input-area--order-form, .p-cart__form .input-area--order-form--glay, .p-cart__form .input-area--order-form--glay--mt10, .p-cart__form .input-area--order-form--glay--mb0, .p-cart__form .p-cart-order__form .input-area--order-form--glay--mt0, .p-cart-order__form .p-cart__form .input-area--order-form--glay--mt0,
.p-cart__form .js-indivi-companies {
  display: none;
}

.p-cart__form .input-area--order-form.js-checkedactive, .p-cart__form .js-checkedactive.input-area--order-form--glay, .p-cart__form .js-checkedactive.input-area--order-form--glay--mt10, .p-cart__form .js-checkedactive.input-area--order-form--glay--mb0, .p-cart__form .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mt0, .p-cart-order__form .p-cart__form .js-checkedactive.input-area--order-form--glay--mt0,
.p-cart__form .js-indivi-companies.js-checkedactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-cart__form .c-check__label {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-cart__form .c-check__label {
    width: 100%;
  }
}

.p-cart__form .c-check__label.no-selected {
  color: #a3a3a3;
}

.p-cart__form .c-check__label.no-selected .c-check__mark--radio::before {
  background-image: url("../../common/images/ico_radio_off.png");
}

.order-form--input--pulldown, .order-form--input--pulldown--full, .p-cart-order__form .order-form--input--pulldown--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.order-form--input--pulldown::-webkit-input-placeholder, .order-form--input--pulldown--full::-webkit-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-webkit-input-placeholder {
  color: #a3a3a3;
}

.order-form--input--pulldown::-moz-placeholder, .order-form--input--pulldown--full::-moz-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-moz-placeholder {
  color: #a3a3a3;
}

.order-form--input--pulldown:-ms-input-placeholder, .order-form--input--pulldown--full:-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full:-ms-input-placeholder {
  color: #a3a3a3;
}

.order-form--input--pulldown::-ms-input-placeholder, .order-form--input--pulldown--full::-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-ms-input-placeholder {
  color: #a3a3a3;
}

.order-form--input--pulldown::placeholder, .order-form--input--pulldown--full::placeholder, .p-cart-order__form .order-form--input--pulldown--full::placeholder {
  color: #a3a3a3;
}

.order-form--input--pulldown::-webkit-input-placeholder, .order-form--input--pulldown--full::-webkit-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown::-moz-placeholder, .order-form--input--pulldown--full::-moz-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.order-form--input--pulldown:-ms-input-placeholder, .order-form--input--pulldown--full:-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown::-ms-input-placeholder, .order-form--input--pulldown--full::-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown::placeholder, .order-form--input--pulldown--full::placeholder, .p-cart-order__form .order-form--input--pulldown--full::placeholder {
  color: #484848;
}

.order-form--input--pulldown--full {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.order-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.order-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.order-form--input--pulldown--full::placeholder {
  color: #484848;
}

.form-inner,
.js-save-address,
.js-deli-designation,
.js-deli-designationdate,
.order-form--indent {
  display: none;
}

.form-inner.js-checkedactive,
.js-save-address.js-checkedactive,
.js-deli-designation.js-checkedactive,
.js-deli-designationdate.js-checkedactive,
.order-form--indent.js-checkedactive {
  display: block;
}

.input-area--order-form, .p-cart__form .input-area--order-form--glay, .p-cart__form .input-area--order-form--glay--mt10, .p-cart__form .input-area--order-form--glay--mb0, .p-cart-order__form .input-area--order-form--glay, .p-cart-order__form .input-area--order-form--glay--mt10, .p-cart-order__form .input-area--order-form--glay--mb0, .p-cart-order__form .input-area--order-form--glay--mt0,
.js-indivi-companies {
  display: none;
}

.input-area--order-form.js-checkedactive, .p-cart__form .js-checkedactive.input-area--order-form--glay, .p-cart__form .js-checkedactive.input-area--order-form--glay--mt10, .p-cart__form .js-checkedactive.input-area--order-form--glay--mb0, .p-cart-order__form .js-checkedactive.input-area--order-form--glay, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mt10, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mb0, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mt0,
.js-indivi-companies.js-checkedactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-input-area--gender {
  margin-bottom: 20px;
}

.p-input-area--gender > label {
  margin-right: 30px;
}

.p-input-area--gender > label:last-child {
  margin-right: 0;
}

.p-input-area--check {
  margin-bottom: 20px;
}

.p-form-inner {
  padding-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-form-inner .bb-none-sp::after {
    content: none;
  }
}

.p-save-address-text {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-save-address-text {
    margin-bottom: 45px;
  }
}

.p-form-inner__h3 {
  margin-top: 64px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-form-inner__h3 {
    width: 108%;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: -4%;
    padding: 20px 15px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-input-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.alert-margin p.c-alert-text {
  margin-top: -10px;
  margin-bottom: 20px;
}

.p-cart__side {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart__side {
    max-width: 360px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart__side {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}

.p-cart__side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.p-cart__side--h3 {
  padding: 20px;
  border-bottom: double #c8c8c8;
  background-color: #ececec;
  font-size: 20px;
  font-weight: bold;
}

.p-cart__side--price {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart__side--price-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart__side--price-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart__side--price-rist li.discount-accordion img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.p-cart__side--price-rist li.discount-accordion img.js-cancel-order-accordion-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-cart__side--price-rist li.promotion {
  display: none;
  padding: 0;
}

.p-cart__side--price-rist li.promotion ul {
  margin-bottom: 10px;
  padding: 14px 14px;
  background-color: #f6f6f6;
}

.p-cart__side--price-rist li.promotion ul li {
  display: list-item;
  margin-bottom: 14px;
  margin-left: 20px;
  padding: 0;
  font-size: 12px;
  letter-spacing: .58px;
  line-height: 1.5;
  list-style-position: initial;
  list-style-type: disc;
}

.p-cart__side--price-rist li.promotion ul li:last-child {
  margin-bottom: 0;
}

.p-cart__side--price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart__side--cart {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart__side--cart-rist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart__side--cart-rist:last-child {
  border-bottom: none;
}

.p-cart__side--cart-rist .img-product {
  width: 90px;
  height: 90px;
}

.p-cart__side--cart-rist .img-product img {
  width: 100%;
}

.p-cart__side--cart-rist .img-option {
  width: 60px;
  height: 60px;
}

.p-cart__side--cart-rist .img-option img {
  width: 100%;
}

.p-cart__side--cart-rist .side-used-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 19px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
}

.p-cart__side--cart-rist .side-used-label > span {
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 3;
}

.p-cart__side--cart-rist ul {
  width: 100%;
  margin-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart__side--cart-rist ul {
    max-width: 210px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart__side--cart-rist ul {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart__side--cart-rist ul.list-option {
    max-width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart__side--cart-rist ul.list-option {
    max-width: none;
  }
}

.p-cart__side--cart-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.p-cart__side--cart-rist li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.p-cart__side--cart-rist li > span.text-grey {
  color: #7f7f7f;
}

.p-cart__side--cart-rist li > span.text-black {
  color: #484848;
}

.p-cart__side--point {
  width: 100%;
  height: 210px;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart__side--point-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart__side--point-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart__side--point-rist li .ico {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.p-cart__side--point-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart__side--delivery {
  height: 78px;
  padding: 30px 20px;
  background-color: #ececec;
}

.p-cart__side__set {
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set {
    padding-bottom: 0;
  }
}

.p-cart__side__set__head {
  padding-bottom: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart__side__set__head > p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__head > p {
    letter-spacing: 0.66px;
  }
}

.p-cart__side__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart__side__set__product__img {
  width: 62px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__product__img {
    width: 45px;
  }
}

.p-cart__side__set__product__img > img {
  width: 100%;
}

.p-cart__side__set__product__text {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__product__text {
    width: 80%;
    max-width: none;
  }
}

.p-cart__side__set__product__text > p {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.58;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__product__text > p {
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart__side__set__status {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__status {
    padding-top: 10px;
  }
}

.p-cart__side__set__status > p {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__status > p {
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart__side__set__status > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart__side__set__status > span {
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart__side .text-bold {
  font-weight: bold;
}

.p-cart__side .text-red {
  color: #e43344;
}

.p-cart__side .text-big {
  font-size: 20px;
}

.p-cart__side .text-middle {
  font-size: 14px;
}

.p-cart__side .text-promotion {
  width: 67%;
}

.p-cart__side .text-small {
  font-size: 12px;
}

.p-cart-order__form-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1160px) {
  .p-cart-order__form-name {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-name {
    width: 100%;
  }
}

.p-cart-order__form-name--box {
  width: 100%;
  border: 1px solid #a3a3a3;
}

.p-cart-order__form-name--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-name--title {
    padding: 4% 6%;
  }
}

.p-cart-order__form-name--title > p {
  padding: 3px 0 2px 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form-name--title > p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-name--title > p {
    padding: 5px 0 5px;
  }
}

.p-cart-order__form-name--title .button, .p-cart-order__form-name--title .p-cart-comfirm__order--button.button_2col .button-270, .p-cart-comfirm__order--button.button_2col .p-cart-order__form-name--title .button-270, .p-cart-order__form-name--title .p-cart-comfirm__order--button.button_2col .button-350, .p-cart-comfirm__order--button.button_2col .p-cart-order__form-name--title .button-350, .p-cart-order__form-name--title .p-cart__form-button.button_2col .button-270, .p-cart__form-button.button_2col .p-cart-order__form-name--title .button-270, .p-cart-order__form-name--title .p-cart__form-button.button_2col .button-350, .p-cart__form-button.button_2col .p-cart-order__form-name--title .button-350, .p-cart-order__form-name--title .p-cart-order__form-button.button_2col .button-270, .p-cart-order__form-button.button_2col .p-cart-order__form-name--title .button-270, .p-cart-order__form-name--title .p-cart-order__form-button.button_2col .button-350, .p-cart-order__form-button.button_2col .p-cart-order__form-name--title .button-350, .p-cart-order__form-name--title .p-my-account-register__form-button.button_2col .button-270, .p-my-account-register__form-button.button_2col .p-cart-order__form-name--title .button-270, .p-cart-order__form-name--title .p-my-account-register__form-button.button_2col .button-350, .p-my-account-register__form-button.button_2col .p-cart-order__form-name--title .button-350, .p-cart-order__form-name--title .p-my-page-order-detail__button--form.button_2col .button-350, .p-my-page-order-detail__button--form.button_2col .p-cart-order__form-name--title .button-350, .p-cart-order__form-name--title .p-my-page-cancel__button--form.button_2col .button-350, .p-my-page-cancel__button--form.button_2col .p-cart-order__form-name--title .button-350 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
  font-size: 14px;
}

.p-cart-order__form-name--text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-name--text {
    padding: 25px 6%;
  }
}

.p-cart-order__form-name--text p {
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.p-cart-order__form-name--text p:last-child {
  margin-bottom: 0px;
}

.p-cart-order__form-name--text p .reference {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-order__form-name--text p.p-cart-order__form-name--text--mail {
  margin-bottom: 13px;
}

.p-cart-order__form-name--text .c-checkbox {
  margin-bottom: 40px;
}

.p-cart-order__form-name--caution {
  margin-bottom: 30px;
}

.p-cart-order__form-name--caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-cart-order__form-name .text-center {
  text-align: center;
}

.p-cart-order__form-name .text-bold {
  font-weight: bold;
}

.p-cart-order__form-name .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-name .text-middle {
    font-size: 12px;
  }
}

.p-cart-order__section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 720px;
}

@media screen and (max-width: 1160px) {
  .p-cart-order__section {
    margin: 0 auto;
  }
}

.p-cart-order__caution {
  margin-bottom: 10px;
}

.p-cart-order__caution li {
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-cart-order__caution li {
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-cart-order__2col-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 90px auto;
}

@media screen and (max-width: 1160px) {
  .p-cart-order__2col-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__2col-area {
    width: 100%;
    margin: 0 auto;
  }
}

.p-cart-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 1160px) {
  .p-cart-order__form {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form {
    width: calc(100% - 8%);
    margin: auto 4%;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form.pt0 {
    padding-top: 0;
  }
}

.p-cart-order__form__s-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__s-code {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__s-code__input {
    width: 46% !important;
  }
}

.p-cart-order__form__s-code__img {
  width: 120px;
  margin-right: 20px;
}

.p-cart-order__form__s-code__img.u-pc-hide {
  margin-right: 32px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__s-code__img.u-pc-hide > img {
    width: 145px;
  }
}

@media screen and (max-width: 320px) {
  .p-cart-order__form__s-code__img.u-pc-hide > img {
    width: 100%;
  }
}

.p-cart-order__form__s-code__img > img {
  width: 100%;
}

.p-cart-order__form__s-code__text {
  width: 100%;
  max-width: 510px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__s-code__text {
    max-width: none;
  }
}

.p-cart-order__form__s-code__text > p {
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__s-code__text > p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-cart-order__form .c-headline__h2, .p-cart-order__form .c-headline__h2--white, .p-cart-order__form .c-headline__h3--white {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-headline__h2, .p-cart-order__form .c-headline__h2--white, .p-cart-order__form .c-headline__h3--white {
    margin: 0 auto 35px;
    font-size: 20px;
    text-align: center;
  }
}

.p-cart-order__form .c-headline__h3, .p-cart-order__form .c-headline__h3--mt50 {
  font-size: 20px;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .c-headline__h3, .p-cart-order__form .c-headline__h3--mt50 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-headline__h3, .p-cart-order__form .c-headline__h3--mt50 {
    width: 108%;
    margin-left: -4%;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .c-headline__h3--mt50 {
    margin-top: 50px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-headline__h3--mt50 {
    width: 108%;
    margin-top: 45px;
    margin-left: -4%;
    padding-top: 20px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
    text-align: left;
  }
}

.p-cart-order__form .c-link--blue.border-none {
  border-bottom: none;
}

.p-cart-order__form .c-check__label {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-check__label {
    width: 100%;
  }
}

.p-cart-order__form .c-check__label.no-selected {
  color: #a3a3a3;
}

.p-cart-order__form .c-check__label.no-selected .c-check__mark--radio::before {
  background-image: url("../../common/images/ico_radio_off.png");
}

.p-cart-order__form .c-check__label.pt40 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-check__label.pt40 {
    padding-top: 20px;
  }
}

.p-cart-order__form .partition, .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-shop__section .partition--full, .p-shop__section .p-cart-order__form .partition--full {
  position: relative;
}

.p-cart-order__form .partition::after, .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-shop__section .partition--full::after, .p-shop__section .p-cart-order__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .partition-full::after {
    left: -4% !important;
    width: 108% !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .partition-full::after {
    left: -4.5%;
    width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .partition::after, .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-shop__section .partition--full::after, .p-shop__section .p-cart-order__form .partition--full::after {
    left: -4%;
    width: 108%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .partition-sphidden::after {
    border-bottom: none;
  }
}

.p-cart-order__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .form-category {
    font-size: 12px;
  }
}

.p-cart-order__form .form-category .reference {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-order__form .form-category--link {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .form-category--link {
    font-size: 12px;
  }
}

.p-cart-order__form .input-area, .p-cart-order__form .input-area--payment, .p-cart-order__form .input-area--payment-safety, .p-cart-order__form .input-area--gender, .p-cart-order__form .input-area--name, .p-cart-order__form .input-area--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.p-cart-order__form .input-area--payment-safety {
  margin-bottom: 10px;
}

.p-cart-order__form .input-area--payment-method {
  margin-bottom: 20px;
}

.p-cart-order__form .input-area--gender input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-cart-order__form .input-area--gender label {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart-order__form .input-area--order-form, .p-cart-order__form .input-area--order-form--glay, .p-cart-order__form .input-area--order-form--glay--mt10, .p-cart-order__form .input-area--order-form--glay--mb0, .p-cart-order__form .input-area--order-form--glay--mt0 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #a3a3a3;
}

.p-cart-order__form .input-area--order-form--glay, .p-cart-order__form .input-area--order-form--glay--mt10, .p-cart-order__form .input-area--order-form--glay--mb0, .p-cart-order__form .input-area--order-form--glay--mt0 {
  border: none;
  background-color: #f6f6f6;
}

.p-cart-order__form .input-area--order-form--glay--mt10 {
  margin-top: 10px;
}

.p-cart-order__form .input-area--order-form--glay--mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--order-form--glay--mb0 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--order-form--glay--mt0 {
    margin-top: 0px;
  }
}

.p-cart-order__form .input-area--frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 30px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--frame {
    padding: 0 4%;
  }
}

.p-cart-order__form .input-area--frame-inner, .p-cart-order__form .input-area--frame-inner-2col {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--frame-inner, .p-cart-order__form .input-area--frame-inner-2col {
    padding: 8% 0;
  }
}

.p-cart-order__form .input-area--frame-inner.pb0, .p-cart-order__form .pb0.input-area--frame-inner-2col {
  padding-bottom: 0;
}

.p-cart-order__form .input-area--frame-inner-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .input-area--frame-inner-2col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--frame-inner-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--frame.partition::after, .p-cart-order__form .input-area--frame.partition-sphidden::after, .p-cart-order__form .p-shop__section .input-area--frame.partition--full::after, .p-shop__section .p-cart-order__form .input-area--frame.partition--full::after {
    left: 0;
    width: 100%;
  }
}

.p-cart-order__form .input-area--caution, .p-cart-order__form .input-area--caution--mb30, .p-cart-order__form .input-area--caution--red {
  text-align: left;
}

.p-cart-order__form .input-area--caution li, .p-cart-order__form .input-area--caution--mb30 li, .p-cart-order__form .input-area--caution--red li {
  position: relative;
  width: 100%;
  margin-bottom: .5em;
  padding-left: 2.3em;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--caution li, .p-cart-order__form .input-area--caution--mb30 li, .p-cart-order__form .input-area--caution--red li {
    padding-left: 1.5em;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-cart-order__form .input-area--caution li:last-child, .p-cart-order__form .input-area--caution--mb30 li:last-child, .p-cart-order__form .input-area--caution--red li:last-child {
  margin-bottom: 0px;
}

.p-cart-order__form .input-area--caution li::before, .p-cart-order__form .input-area--caution--mb30 li::before, .p-cart-order__form .input-area--caution--red li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  content: "※";
}

.p-cart-order__form .input-area--caution--mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--caution--mb30 {
    margin-bottom: 20px;
  }
}

.p-cart-order__form .input-area--caution--red {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--caution--red {
    margin-bottom: 18px;
  }
}

.p-cart-order__form .input-area--caution--red > li {
  color: #e43344;
}

.p-cart-order__form .input-area--caution--red > li::before {
  color: #e43344;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .input-area--caution.u-mb30, .p-cart-order__form .u-mb30.input-area--caution--mb30, .p-cart-order__form .u-mb30.input-area--caution--red {
    margin-bottom: 15px;
  }
}

.p-cart-order__form .in-label-caution {
  font-size: 11px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  color: #7f7f7f;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .in-label-caution {
    font-size:10px;
  }
}

.p-cart-order__form-box, .p-cart-order__form-box--half, .p-cart-order__form-box--pulldown, .p-cart-order__form-box--pulldown--full, .p-cart-order__form-box--tel, .p-cart-order__form-box--postal, .p-cart-order__form-box--year, .p-cart-order__form-box--month-day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-cart-order__form-box::-webkit-input-placeholder, .p-cart-order__form-box--half::-webkit-input-placeholder, .p-cart-order__form-box--pulldown::-webkit-input-placeholder, .p-cart-order__form-box--pulldown--full::-webkit-input-placeholder, .p-cart-order__form-box--tel::-webkit-input-placeholder, .p-cart-order__form-box--postal::-webkit-input-placeholder, .p-cart-order__form-box--year::-webkit-input-placeholder, .p-cart-order__form-box--month-day::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form-box::-moz-placeholder, .p-cart-order__form-box--half::-moz-placeholder, .p-cart-order__form-box--pulldown::-moz-placeholder, .p-cart-order__form-box--pulldown--full::-moz-placeholder, .p-cart-order__form-box--tel::-moz-placeholder, .p-cart-order__form-box--postal::-moz-placeholder, .p-cart-order__form-box--year::-moz-placeholder, .p-cart-order__form-box--month-day::-moz-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form-box:-ms-input-placeholder, .p-cart-order__form-box--half:-ms-input-placeholder, .p-cart-order__form-box--pulldown:-ms-input-placeholder, .p-cart-order__form-box--pulldown--full:-ms-input-placeholder, .p-cart-order__form-box--tel:-ms-input-placeholder, .p-cart-order__form-box--postal:-ms-input-placeholder, .p-cart-order__form-box--year:-ms-input-placeholder, .p-cart-order__form-box--month-day:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form-box::-ms-input-placeholder, .p-cart-order__form-box--half::-ms-input-placeholder, .p-cart-order__form-box--pulldown::-ms-input-placeholder, .p-cart-order__form-box--pulldown--full::-ms-input-placeholder, .p-cart-order__form-box--tel::-ms-input-placeholder, .p-cart-order__form-box--postal::-ms-input-placeholder, .p-cart-order__form-box--year::-ms-input-placeholder, .p-cart-order__form-box--month-day::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form-box::placeholder, .p-cart-order__form-box--half::placeholder, .p-cart-order__form-box--pulldown::placeholder, .p-cart-order__form-box--pulldown--full::placeholder, .p-cart-order__form-box--tel::placeholder, .p-cart-order__form-box--postal::placeholder, .p-cart-order__form-box--year::placeholder, .p-cart-order__form-box--month-day::placeholder {
  color: #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form-box--half {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-box--half {
    width: 100%;
  }
}

.p-cart-order__form-box--pulldown, .p-cart-order__form-box--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.p-cart-order__form-box--pulldown::-webkit-input-placeholder, .p-cart-order__form-box--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.p-cart-order__form-box--pulldown::-moz-placeholder, .p-cart-order__form-box--pulldown--full::-moz-placeholder {
  color: #484848;
}

.p-cart-order__form-box--pulldown:-ms-input-placeholder, .p-cart-order__form-box--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.p-cart-order__form-box--pulldown::-ms-input-placeholder, .p-cart-order__form-box--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.p-cart-order__form-box--pulldown::placeholder, .p-cart-order__form-box--pulldown--full::placeholder {
  color: #484848;
}

.p-cart-order__form-box--pulldown--full {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form-box--tel, .p-cart-order__form-box--postal {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-box--tel, .p-cart-order__form-box--postal {
    max-width: 47.83%;
  }
}

.p-cart-order__form-box--year {
  max-width: 68px;
  margin-right: 10px;
  text-align: center;
}

.p-cart-order__form-box--month-day {
  max-width: 50px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.p-cart-order__form-box--check {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-cart-order__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}

.p-cart-order__form-button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-button.button_1col .Button-270 {
    max-width: 225px;
  }
}

.p-cart-order__form-button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-cart-order__form-button.button_2col .button.arrow_left::after, .p-cart-order__form-button.button_2col .arrow_left.button-270::after, .p-cart-order__form-button.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-button.button_2col .button-270 {
    max-width: 166px;
  }
}

.p-cart-order__form-button.button_2col .button-350 {
  width: 100%;
  max-width: 290px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-button.button_2col .button-350 {
    margin: 0 auto;
  }

  .p-cart-order__form-button.button_2col .button-350:last-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form-button {
    max-width: 345px;
  }
}

.p-cart-order__form__available {
  margin-bottom: 25px;
  padding: 30px;
  padding-right: 0px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available {
    margin-top: -17px;
    margin-bottom: 14px;
    padding: 20px;
    padding-right: 0;
  }
}

.p-cart-order__form__available__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cart-order__form__available__text {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available__text {
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-order__form__available__left, .p-cart-order__form__available__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available__left, .p-cart-order__form__available__right {
    width: 100%;
  }
}

.p-cart-order__form__available__left > ul, .p-cart-order__form__available__right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-cart-order__form__available__left > ul li, .p-cart-order__form__available__right > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available__left > ul li, .p-cart-order__form__available__right > ul li {
    margin-bottom: 0;
  }
}

.p-cart-order__form__available__left > ul li:last-child, .p-cart-order__form__available__right > ul li:last-child {
  margin-bottom: 0;
}

.p-cart-order__form__available__left > ul li > p, .p-cart-order__form__available__right > ul li > p {
  width: 134px;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__available__left > ul li > p, .p-cart-order__form__available__right > ul li > p {
    width: 42%;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 2;
  }
}

.p-cart-order__form__available__left > ul li > p:first-child, .p-cart-order__form__available__right > ul li > p:first-child {
  margin-right: auto;
}

.p-cart-order__form__list--num {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__list--num {
    margin-bottom: 9px;
  }
}

.p-cart-order__form__list--num li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 2.3em;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__list--num li {
    margin-bottom: 10px;
    padding-left: 1.5em;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-order__form__list--num li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  content: "1.";
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__list--num li::before {
    font-size: 12px;
  }
}

.p-cart-order__form__list--num li:nth-child(1)::before {
  content: "1.";
}

.p-cart-order__form__list--num li:nth-child(2)::before {
  content: "2.";
}

.p-cart-order__form__list--num li:nth-child(3)::before {
  content: "3.";
}

.p-cart-order__form__list--num li:nth-child(4)::before {
  content: "4.";
}

.p-cart-order__form__list--num li:last-child {
  margin-bottom: 0;
}

.p-cart-order__form__list--num li > span {
  font-weight: bold;
}

.p-cart-order__form__list--num li > span.caution {
  position: relative;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
}

.p-cart-order__form__list--num li > span.caution::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  content: "※";
}

@media screen and (max-width: 767px) {
  .p-cart-order__form__list--num li > span.caution {
    display: block;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-cart-order__form .order-form--text, .p-cart-order__form .order-form--text--mb15 {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--text, .p-cart-order__form .order-form--text--mb15 {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-order__form .order-form--text .reference, .p-cart-order__form .order-form--text--mb15 .reference {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-order__form .order-form--text--mb15 {
  margin-bottom: 15px;
}

.p-cart-order__form .order-form--text.text-bold, .p-cart-order__form .text-bold.order-form--text--mb15 {
  font-weight: bold;
}

.p-cart-order__form .order-form--text.text-middle, .p-cart-order__form .text-middle.order-form--text--mb15 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--text.text-middle, .p-cart-order__form .text-middle.order-form--text--mb15 {
    font-size: 12px;
  }
}

.p-cart-order__form .order-form--imgarea {
  margin: 0 auto;
  text-align: center;
}

.p-cart-order__form .order-form--imgarea p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.p-cart-order__form .order-form--imgarea img {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--imgarea img {
    width: 428px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--imgarea img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--imgarea .img-banner {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--imgarea .img-banner {
    width: 100%;
  }
}

.p-cart-order__form .order-form--radio, .p-cart-order__form .order-form--radio--mb5, .p-cart-order__form .order-form--radio--mb20, .p-cart-order__form .order-form--radio--mb30 {
  margin-bottom: 10px;
}

.p-cart-order__form .order-form--radio--mb5 {
  margin-bottom: 5px;
}

.p-cart-order__form .order-form--radio--mb20 {
  margin-bottom: 20px;
}

.p-cart-order__form .order-form--radio--mb30 {
  margin-bottom: 30px;
}

.p-cart-order__form .order-form--radio p, .p-cart-order__form .order-form--radio--mb5 p, .p-cart-order__form .order-form--radio--mb20 p, .p-cart-order__form .order-form--radio--mb30 p {
  width: 100%;
}

.p-cart-order__form .order-form--check {
  width: 100%;
  margin-bottom: 20px;
}

.p-cart-order__form .order-form--check label {
  width: 100%;
}

.p-cart-order__form .order-form--link {
  display: block;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.1;
}

.p-cart-order__form .order-form--indent {
  display: none;
  padding: 30px;
  border: solid 1px #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--indent {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--indent {
    margin: 20px;
    padding: 25px 15px;
  }
}

.p-cart-order__form .order-form--bulletslist-card-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  margin: 10px 0;
  padding: 0px 5px;
  width: fit-content;
  gap: 2px;
}

.p-cart-order__form .order-form--bulletslist, .p-cart-order__form .order-form--bulletslist--mb0 {
  margin-bottom: 30px;
}

.p-cart-order__form .order-form--bulletslist li, .p-cart-order__form .order-form--bulletslist--mb0 li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.p-cart-order__form .order-form--bulletslist li:last-child, .p-cart-order__form .order-form--bulletslist--mb0 li:last-child {
  margin-bottom: 0px;
}

.p-cart-order__form .order-form--bulletslist li::before, .p-cart-order__form .order-form--bulletslist--mb0 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--bulletslist li, .p-cart-order__form .order-form--bulletslist--mb0 li {
    font-size: 12px;
  }
  .p-cart-order__form .order-form--bulletslist li::before, .p-cart-order__form .order-form--bulletslist--mb0 li::before {
    width: 6px;
    height: 6px;
  }
}

.p-cart-order__form .order-form--bulletslist--mb0 {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--category {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--category {
    margin-bottom: 10px;
  }
}

.p-cart-order__form .order-form--category .reference {
  padding-left: 0.2rem;
  font-size: 10px;
  vertical-align: top;
}

.p-cart-order__form .order-form--input, .p-cart-order__form .order-form--input--pulldown, .p-cart-order__form .order-form--input--pulldown--full, .p-cart-order__form .order-form--input--year, .p-cart-order__form .order-form--input--month, .p-cart-order__form .order-form--input--point {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--input, .p-cart-order__form .order-form--input--pulldown, .p-cart-order__form .order-form--input--pulldown--full, .p-cart-order__form .order-form--input--year, .p-cart-order__form .order-form--input--month, .p-cart-order__form .order-form--input--point {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--input, .p-cart-order__form .order-form--input--pulldown, .p-cart-order__form .order-form--input--pulldown--full, .p-cart-order__form .order-form--input--year, .p-cart-order__form .order-form--input--month, .p-cart-order__form .order-form--input--point {
    margin-bottom: 15px;
  }
}

.p-cart-order__form .order-form--input::-webkit-input-placeholder, .p-cart-order__form .order-form--input--pulldown::-webkit-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-webkit-input-placeholder, .p-cart-order__form .order-form--input--year::-webkit-input-placeholder, .p-cart-order__form .order-form--input--month::-webkit-input-placeholder, .p-cart-order__form .order-form--input--point::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form .order-form--input::-moz-placeholder, .p-cart-order__form .order-form--input--pulldown::-moz-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-moz-placeholder, .p-cart-order__form .order-form--input--year::-moz-placeholder, .p-cart-order__form .order-form--input--month::-moz-placeholder, .p-cart-order__form .order-form--input--point::-moz-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form .order-form--input:-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown:-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full:-ms-input-placeholder, .p-cart-order__form .order-form--input--year:-ms-input-placeholder, .p-cart-order__form .order-form--input--month:-ms-input-placeholder, .p-cart-order__form .order-form--input--point:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form .order-form--input::-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown::-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-ms-input-placeholder, .p-cart-order__form .order-form--input--year::-ms-input-placeholder, .p-cart-order__form .order-form--input--month::-ms-input-placeholder, .p-cart-order__form .order-form--input--point::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-cart-order__form .order-form--input::placeholder, .p-cart-order__form .order-form--input--pulldown::placeholder, .p-cart-order__form .order-form--input--pulldown--full::placeholder, .p-cart-order__form .order-form--input--year::placeholder, .p-cart-order__form .order-form--input--month::placeholder, .p-cart-order__form .order-form--input--point::placeholder {
  color: #a3a3a3;
}

.p-cart-order__form .order-form--input--pulldown, .p-cart-order__form .order-form--input--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.p-cart-order__form .order-form--input--pulldown::-webkit-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.p-cart-order__form .order-form--input--pulldown::-moz-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.p-cart-order__form .order-form--input--pulldown:-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.p-cart-order__form .order-form--input--pulldown::-ms-input-placeholder, .p-cart-order__form .order-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.p-cart-order__form .order-form--input--pulldown::placeholder, .p-cart-order__form .order-form--input--pulldown--full::placeholder {
  color: #484848;
}

.p-cart-order__form .order-form--input--pulldown--full {
  width: 100%;
  max-width: none;
}

.p-cart-order__form .order-form--input--year {
  max-width: 50px;
  margin-bottom: 0px;
}

.p-cart-order__form .order-form--input--month {
  max-width: 70px;
  margin-bottom: 0px;
}

.p-cart-order__form .order-form--input--point {
  max-width: 120px;
  height: 30px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--input--point {
    margin: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--input--point {
    margin: 2%;
  }
}

.p-cart-order__form .order-form--side {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.p-cart-order__form .order-form--side p {
  margin: auto 2%;
}

.p-cart-order__form .order-form--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
  font-size: 14px;
}

.p-cart-order__form .order-form--contents {
  display: none;
  padding-top: 15px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--contents {
    padding-top: 30px;
  }
}

.p-cart-order__form .order-form--contents-inner {
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--contents-inner {
    padding-left: 40px;
  }
}

.p-cart-order__form .order-form--contents-inner.pb40 {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .order-form--contents-inner.pb40 {
    padding-bottom: 40px;
  }
}

.p-cart-order__form .order-form--contents.js-checkedactive {
  display: block;
}

.p-cart-order__form .order-form--contents + label {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .order-form--contents + label {
    margin-top: 25px;
  }
}

.p-cart-order__form .order-form--contents .card-data {
  padding: 20px 30px;
  background-color: #ececec;
}

.p-cart-order__form .order-form--contents .card-data div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.p-cart-order__form .order-form--contents .card-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90px;
}

.p-cart-order__form .pulldown-arrow, .p-cart-order__form .pulldown-arrow--full, .p-cart-order__form .pulldown-arrow--350, .p-cart-order__form .pulldown-arrow--mb0 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .pulldown-arrow, .p-cart-order__form .pulldown-arrow--full, .p-cart-order__form .pulldown-arrow--350, .p-cart-order__form .pulldown-arrow--mb0 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .pulldown-arrow, .p-cart-order__form .pulldown-arrow--full, .p-cart-order__form .pulldown-arrow--350, .p-cart-order__form .pulldown-arrow--mb0 {
    width: 100%;
  }
}

.p-cart-order__form .pulldown-arrow::after, .p-cart-order__form .pulldown-arrow--full::after, .p-cart-order__form .pulldown-arrow--350::after, .p-cart-order__form .pulldown-arrow--mb0::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
  pointer-events: none;
}

.p-cart-order__form .pulldown-arrow--full {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__form .pulldown-arrow--350 {
    width: 350px;
  }
}

.p-cart-order__form .pulldown-arrow--mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-cart-order__form .text-bold {
  font-weight: bold;
}

.p-cart-order__form .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__form .text-middle {
    font-size: 12px;
  }
}

.p-cart-order__form .text-big {
  font-size: 20px;
}

.p-cart-order__form .text-red {
  color: #e43344;
}

.p-cart-order__form .form-inner,
.p-cart-order__form .js-save-address,
.p-cart-order__form .js-deli-designation,
.p-cart-order__form .js-deli-designationdate,
.p-cart-order__form .order-form--indent {
  display: none;
}

.p-cart-order__form .form-inner.js-checkedactive,
.p-cart-order__form .js-save-address.js-checkedactive,
.p-cart-order__form .js-deli-designation.js-checkedactive,
.p-cart-order__form .js-deli-designationdate.js-checkedactive,
.p-cart-order__form .order-form--indent.js-checkedactive {
  display: block;
}

.p-cart-order__form .input-area--order-form, .p-cart-order__form .input-area--order-form--glay, .p-cart-order__form .input-area--order-form--glay--mt10, .p-cart-order__form .input-area--order-form--glay--mb0, .p-cart-order__form .input-area--order-form--glay--mt0,
.p-cart-order__form .js-indivi-companies {
  display: none;
}

.p-cart-order__form .input-area--order-form.js-checkedactive, .p-cart-order__form .js-checkedactive.input-area--order-form--glay, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mt10, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mb0, .p-cart-order__form .js-checkedactive.input-area--order-form--glay--mt0,
.p-cart-order__form .js-indivi-companies.js-checkedactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-cart-order__title__h3 {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__title__h3 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-order__title__h4 {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__title__h4 {
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-order__text, .p-cart-order__text--mb20, .p-cart-order__text--mb30 {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__text, .p-cart-order__text--mb20, .p-cart-order__text--mb30 {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-order__text > span, .p-cart-order__text--mb20 > span, .p-cart-order__text--mb30 > span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-cart-order__text > span, .p-cart-order__text--mb20 > span, .p-cart-order__text--mb30 > span {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-order__text--mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__text--mb20 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__text--mb20 > sup {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-cart-order__text--mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__text--mb30 {
    margin-bottom: 17px;
  }
}

.p-cart-order__text--bold {
  font-weight: bold;
  line-height: 1.5;
}

.p-cart-order__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__lnk {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    padding-top: 25px;
  }
  .p-cart-order__lnk > a {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-cart-order__lnk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  padding: 30px 52px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-order__lnk-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 25px 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__lnk-area > a {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
  .p-cart-order__lnk-area > a:last-child {
    margin-bottom: 0;
  }
}

.p-cart-order__cartin-modal {
  color: #484848;
}

.p-cart-order__modal-inner {
  padding: 0px;
}

.p-cart-order__modal-inner .c-headline__h3, .p-cart-order__modal-inner .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-cart-order__modal-inner .c-headline__h3--mt50, .p-cart-order__modal-inner .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-cart-order__modal-inner .c-headline__h3--mt50 {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-order__box {
  overflow-y: scroll;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__box {
    height: 600px;
    padding: 50px 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__box {
    height: calc(100vh - 64px);
    padding: 6% 4% 10%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__box__com {
    padding: 20px 20px 0px;
  }
}

.p-cart-order__box__com__accordion__title {
  border-bottom: 1px solid #c0c0c0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: left;
  display: flex;
  align-items: center;
  height: 44px;
}

.p-cart-order__select {
  margin-top: 20px;
}

.p-cart-order__list {
  width: 100%;
  max-width: 710px;
  margin-bottom: 10px;
  border: solid 2px #fff;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list {
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list {
    height: 60px;
    height: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list--inner {
    width: calc(100% - 100px);
    padding: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--inner {
    width: calc(100% - 60px);
    padding: 12px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--inner .c-check__mark--radio {
    top: 50%;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-cart-order__list--inner:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ececec;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list--inner:last-of-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--inner:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    padding: 12px;
    font-size: 14px;
  }
}

.p-cart-order__list--inner:last-of-type p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--inner:last-of-type p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cart-order__list--inner:last-of-type span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list--inner:last-of-type span {
    padding-left: 10px;
  }
}

.p-cart-order__list--store {
  width: 100%;
  max-width: 530px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list--store {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__list--link {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__list--link {
    margin-right: auto;
    font-size: 14px;
  }
}

.p-cart-order__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border: 1px solid #ececec;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-cart-order__label.no-selected {
  background-color: #fbfbfb;
  color: #a3a3a3;
}

.p-cart-order__label.no-selected .c-check__mark--radio::before {
  background-image: url("../../common/images/ico_radio_off.png");
}

.p-cart-order__label.is-selected {
  border: solid 2px #004da1;
  color: #004da1;
}

.p-cart-order__label.is-selected .p-cart-order__list--inner:last-of-type {
  border-left: 1px solid #004da1;
}

.p-cart-order__caution {
  margin-bottom: 0px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__caution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__caution {
    padding-top: 30px;
  }
}

.p-cart-order__caution li {
  position: relative;
  width: 100%;
  margin-bottom: .5em;
  padding-left: 2.3em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
}

.p-cart-order__caution li:last-child {
  margin-bottom: 0px;
}

.p-cart-order__caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  content: "※";
}

@media screen and (max-width: 767px) {
  .receiving-store-modaal-wrapper .modaal-inner-wrapper {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .receiving-store-modaal-wrapper .modaal-container {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .receiving-store-modaal-wrapper .p-cart-order__modal-inner {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .receiving-store-modaal-wrapper .c-modal_close {
    top: 20px;
  }
}

.p-cart-order__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-cart-order__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-cart-order__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-total {
    margin-right: 3px;
  }
}

.p-cart-order__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-cart-order__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-cart-order__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-cart-order__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-cart-order__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-cart-order__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-cart-order__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-cart-order__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-cart-order__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-cart-order__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-cart-order__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-cart-order__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-cart-order__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-cart-order__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-cart-order__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-cart-order__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-cart-order__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-cart-order__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-cart-order__side {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__side {
    max-width: 360px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-order__side {
    width: 100%;
    max-width: 720px;
    margin: 90px auto 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: calc(100% - 8%);
    margin: 45px 4%;
  }
}

.p-cart-order__side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.p-cart-order__side--h3 {
  padding: 20px;
  border-bottom: double #c8c8c8;
  background-color: #ececec;
  font-size: 20px;
  font-weight: bold;
}

.p-cart-order__side--price {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-order__side--price-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-order__side--price-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-order__side--price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-order__side--cart {
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-order__side--cart-rist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-order__side--cart-rist:last-child {
  border-bottom: none;
}

.p-cart-order__side--cart-rist .img-product {
  width: 90px;
  height: 90px;
}

.p-cart-order__side--cart-rist .img-product img {
  width: 100%;
}

.p-cart-order__side--cart-rist .img-option {
  width: 60px;
  height: 60px;
}

.p-cart-order__side--cart-rist .img-option img {
  width: 100%;
}

.p-cart-order__side--cart-rist .side-used-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 19px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
}

.p-cart-order__side--cart-rist .side-used-label > span {
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.66px;
  line-height: 3;
}

.p-cart-order__side--cart-rist ul {
  width: 100%;
  margin-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-cart-order__side--cart-rist ul {
    max-width: 210px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-order__side--cart-rist ul {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-order__side--cart-rist ul.list-option {
    max-width: 240px;
  }
}

@media screen and (max-width: 1160px) {
  .p-cart-order__side--cart-rist ul.list-option {
    max-width: none;
  }
}

.p-cart-order__side--cart-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.p-cart-order__side--cart-rist li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}

.p-cart-order__side--cart-rist li > span.text-grey {
  color: #7f7f7f;
}

.p-cart-order__side--cart-rist li > span.text-black {
  color: #484848;
}

.p-cart-order__side--point {
  width: 100%;
  height: 210px;
  padding: 20px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ececec;
}

.p-cart-order__side--point-rist {
  padding: 15px 0;
  border-bottom: 1px solid #c8c8c8;
}

.p-cart-order__side--point-rist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

.p-cart-order__side--point-rist li .ico {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.p-cart-order__side--point-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 10px;
  line-height: 21px;
  vertical-align: bottom;
}

.p-cart-order__side--delivery {
  height: 78px;
  padding: 30px 20px;
  background-color: #ececec;
}

.p-cart-order__side__set {
  padding-top: 15px;
  padding-bottom: 8px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set {
    padding-bottom: 0;
  }
}

.p-cart-order__side__set__head {
  padding-bottom: 10px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-order__side__set__head > p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__head > p {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-cart-order__side__set__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-cart-order__side__set__product__img {
  width: 62px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__product__img {
    width: 45px;
  }
}

.p-cart-order__side__set__product__img > img {
  width: 100%;
}

.p-cart-order__side__set__product__text {
  width: 100%;
  max-width: 230px;
}

@media screen and (max-width: 1140px) {
  .p-cart-order__side__set__product__text {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__product__text {
    width: 80%;
    max-width: none;
  }
}

.p-cart-order__side__set__product__text > p {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.58;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__product__text > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-order__side__set__status {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__status {
    padding-top: 10px;
  }
}

.p-cart-order__side__set__status > p {
  margin-bottom: 5px;
  color: #7f7f7f;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__status > p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-order__side__set__status > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-order__side__set__status > span {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

.p-cart-order__side .text-bold {
  font-weight: bold;
}

.p-cart-order__side .text-red {
  color: #e43344;
}

.p-cart-order__side .text-big {
  font-size: 20px;
}

.p-cart-order__side .text-middle {
  font-size: 14px;
}

.p-cart-order__side .text-small {
  font-size: 12px;
}

.p-cart-safetyservice-complete__progressbar {
  height: 300px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar {
    height: 202px;
    margin-bottom: 38px;
  }
}

.p-cart-safetyservice-complete__progressbar__title {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 500px) {
  .p-cart-safetyservice-complete__progressbar__area {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-safetyservice-complete__progressbar__text--first {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__text--first {
    width: 45px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-safetyservice-complete__progressbar__text--second {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__text--second {
    width: 84px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-safetyservice-complete__progressbar__text--third {
    width: 87px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__text--third {
    width: 52px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-safetyservice-complete__progressbar__item::after {
    width: 375%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__progressbar__item::after {
    width: 100%;
  }
}

.p-cart-safetyservice-complete__sub-title {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__sub-title {
    width: 100%;
    margin-bottom: 25px;
  }
}

.p-cart-safetyservice-complete__sub-title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 0.86;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__sub-title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.35;
    text-align: center;
  }
}

.p-cart-safetyservice-complete__text {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__text {
    width: 100%;
    margin-bottom: 23px;
  }
  .p-cart-safetyservice-complete__text.u-mb40 {
    margin-bottom: 45px;
  }
}

.p-cart-safetyservice-complete__text p {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__text p {
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-safetyservice-complete__number-box {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__number-box {
    width: 100%;
    padding: 0 15px;
  }
}

.p-cart-safetyservice-complete__number-box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  border: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__number-box__inr {
    padding: 11px;
  }
}

.p-cart-safetyservice-complete__number-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__number-box dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cart-safetyservice-complete__number-box dl dt {
  margin-right: 20px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__number-box dl dt {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-safetyservice-complete__number-box dl dd {
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__number-box dl dd {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-cart-safetyservice-complete__caution {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__caution {
    width: 100%;
    padding: 0 15px;
  }
}

.p-cart-safetyservice-complete__caution__inr {
  padding: 39px 43px 41px 34px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__caution__inr {
    padding: 25px;
    padding: 26px 26px 21.5px 24px;
  }
}

.p-cart-safetyservice-complete__caution h3 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__caution h3 {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-safetyservice-complete__caution ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 1.5em;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__caution ul li {
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-safetyservice-complete__caution ul li:last-child {
  margin-bottom: 0;
}

.p-cart-safetyservice-complete__caution ul li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__caution ul li::before {
    width: 6px;
    height: 6px;
  }
}

.p-cart-safetyservice-complete__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  margin: 90px auto;
}

@media screen and (max-width: 767px) {
  .p-cart-safetyservice-complete__button {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-cart-safetyservice-complete__button > a {
    width: 100%;
    max-width: 225px;
  }
}

.p-cart-plan__progressbar {
  height: 300px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar {
    height: 202px;
    margin-bottom: 45px;
  }
}

.p-cart-plan__progressbar__title {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 500px) {
  .p-cart-plan__progressbar__area {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__progressbar__text--first {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__text--first {
    width: 45px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__progressbar__text--second {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__text--second {
    width: 84px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__progressbar__text--third {
    width: 87px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__text--third {
    width: 52px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__progressbar__item::after {
    width: 375%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__progressbar__item::after {
    width: 100%;
  }
}

.p-cart-plan__sub-title {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__sub-title {
    width: 100%;
    margin-bottom: 35px;
  }
}

.p-cart-plan__sub-title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 0.86;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__sub-title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.35;
    text-align: center;
  }
}

.p-cart-plan__box {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 68px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box {
    width: 100%;
    margin-bottom: 45px;
    padding: 0 15px;
  }
}

.p-cart-plan__box__inr {
  border: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__inr {
    padding: 21.5px 15px;
  }
}

.p-cart-plan__box__title {
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__box__title {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__title {
    padding-bottom: 20px;
  }
}

.p-cart-plan__box__title h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__title h3 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__box__text {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__text {
    padding-top: 24px;
  }
}

.p-cart-plan__box__text span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__text span {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-plan__box__text p {
  margin-bottom: 7px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__text p {
    margin-bottom: 2px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-plan__box__text p:last-child {
  margin-bottom: 0;
}

.p-cart-plan__box__text p.p-cart-plan__box__text--margin {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__box__text p.p-cart-plan__box__text--margin {
    margin-bottom: 12px;
  }
}

.p-cart-plan__select {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__inr {
    padding: 0 15px;
  }
}

.p-cart-plan__select__title {
  margin-bottom: 24px;
  padding-bottom: 26px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__title {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__title {
    padding: 20px 15px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
  }
}

.p-cart-plan__select__title h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__title h3 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-plan__select__caution {
  margin-bottom: 20px;
}

.p-cart-plan__select__caution p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__caution p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-plan__select__caution p > sup {
  margin-left: 3px;
  color: #e43344;
  font-size: 10px;
  letter-spacing: 0.6px;
}

.p-cart-plan__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  border: solid 1px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__label {
    padding: 10px 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px;
  }
}

.p-cart-plan__select__label__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cart-plan__select__label.is-selected {
  border: 2px solid #004da1;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__label.is-selected {
    padding: 9px 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label.is-selected {
    padding: 13px;
  }
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--syuuri {
  background: url("../../images/products/user_custom/ico_safety_syuuri_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--300p {
  background: url("../../images/products/user_custom/ico_safety_300p_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--1000p {
  background: url("../../images/products/user_custom/ico_safety_1000p_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--daitaiki {
  background: url("../../images/products/user_custom/ico_safety_daitaiki_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--kaitori {
  background: url("../../images/products/user_custom/ico_safety_kaitori_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--koukan {
  background: url("../../images/products/user_custom/ico_safety_koukan_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--seisou {
  background: url("../../images/products/user_custom/ico_safety_seisou_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected .p-cart-plan__select__img--souryou {
  background: url("../../images/products/user_custom/ico_safety_souryou_blue.png") no-repeat;
  background-size: contain;
}

.p-cart-plan__select__label.is-selected label {
  color: #484848;
}

.p-cart-plan__select__label.is-selected label.is-selected-child {
  border: 2px solid #004da1;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__label.is-selected label.is-selected-child {
    padding: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label.is-selected label.is-selected-child {
    padding: 13px;
  }
}

.p-cart-plan__select__label.is-disabled {
  background-color: #fbfbfb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a3a3a3;
}

.p-cart-plan__select__label.is-disabled.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-cart-plan__select__label.is-disabled .p-cart-plan__select__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label.is-disabled .p-cart-plan__select__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-cart-plan__select__label.is-disabled .p-cart-plan__select__wrap.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-cart-plan__select__label.is-disabled .p-cart-plan__select__text--caution {
  margin-bottom: 10px;
  color: #e43344;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__label.is-disabled .p-cart-plan__select__text--caution {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__label.is-disabled .p-cart-plan__select__text--caution.pl40 {
    margin-bottom: 17px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__label.is-disabled .p-cart-plan__select__price.pt20 {
    padding-top: 21px;
  }
}

.p-cart-plan__select__label.is-disabled .c-check__mark--radio::before {
  background-image: url(../../common/images/ico_radio_off.png);
}

.p-cart-plan__select__label.is-disabled .p-cart-plan__select__count-select::before {
  background-image: url("../../common/images/ico_arrow_grey.svg");
}

.p-cart-plan__select__label.is-disabled .c-check__mark--checkbox::before {
  background-image: url(../../common/images/ico_checkbox_disable.png);
}

.p-cart-plan__select--second li {
  margin-bottom: 10px;
}

.p-cart-plan__select--second__wrap {
  width: 100%;
}

.p-cart-plan__select__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img-wrap {
    width: 100%;
  }
}

.p-cart-plan__select__img-wrap > div {
  margin-top: 5px;
  margin-right: 5px;
}

.p-cart-plan__select__img-wrap > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img-wrap > div {
    margin-top: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}

.p-cart-plan__select__img--syuuri {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_syuuri.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--syuuri {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--syuuri {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--300p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_300p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--300p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--300p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--1000p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_1000p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--1000p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--1000p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--daitaiki {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_daitaiki.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--daitaiki {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--daitaiki {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--kaitori {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_kaitori.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--kaitori {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--kaitori {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--koukan {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_koukan.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--koukan {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--koukan {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--seisou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_seisou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--seisou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--seisou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__img--souryou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_souryou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__img--souryou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__img--souryou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-plan__select__text__lnk {
  color: #00a2e6;
  text-decoration: underline;
}

.p-cart-plan__select__text__lnk:hover {
  color: #80d1f3;
}

.p-cart-plan__select__text--second {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  word-break: break-all;
}

.p-cart-plan__select__text--small {
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__text--small {
    letter-spacing: 0;
  }
}

.p-cart-plan__select__text > a {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.71;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__text > a {
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__text > a {
    margin-left: 0;
    font-size: 12px;
  }
}

.p-cart-plan__select__wrap--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__select__wrap--second {
    width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__wrap--second {
    width: 85%;
    margin-left: -5px;
  }
}

.p-cart-plan__select__price {
  margin-left: auto;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__price {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.p-cart-plan__select__price--bold {
  font-size: 15px !important;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__price--bold {
    font-size: 12px !important;
    letter-spacing: 0.48px;
  }
}

.p-cart-plan__select__price span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__price span {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__select__mark {
    margin-right: 15px;
  }
}

.p-cart-plan__icon-detail {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail {
    width: 100%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__inr {
    padding: 0 15px;
  }
}

.p-cart-plan__icon-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border: solid 1px #484848;
  border-radius: 2px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__title::before {
    right: 20px;
    width: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__title::before {
    right: 15px;
    width: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__title::after {
    right: 25px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__title::after {
    right: 19px;
    height: 10px;
  }
}

.p-cart-plan__icon-detail__title.is-open {
  border-radius: 2px 2px 0 0;
}

.p-cart-plan__icon-detail__body {
  border: 1px solid #484848;
  border-top: none;
  border-radius: 0 0 2px 2px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__contents > div + div {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents > div + div {
    margin-top: 5px;
  }
}

.p-cart-plan__icon-detail__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.p-cart-plan__icon-detail__contents ul li:last-child div {
  border-bottom: none;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__contents ul li {
    width: 50%;
    padding-top: 30px;
  }
  .p-cart-plan__icon-detail__contents ul li img {
    width: 50px;
  }
  .p-cart-plan__icon-detail__contents ul li:nth-child(odd) {
    padding-right: 15px;
    padding-left: 30px;
  }
  .p-cart-plan__icon-detail__contents ul li:nth-child(even) {
    padding-right: 30px;
    padding-left: 15px;
  }
  .p-cart-plan__icon-detail__contents ul li:nth-child(7) div {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul li {
    width: 100%;
    padding: 15px 20px 0;
  }
}

.p-cart-plan__icon-detail__contents ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__contents ul li div {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul li div {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul li div img {
    width: 40px;
  }
}

.p-cart-plan__icon-detail__contents ul li div dl {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul li div dl {
    margin-left: 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__icon-detail__contents ul li div dl dt {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__icon-detail__contents--h115 {
    height: 115px;
  }
}

.p-cart-plan__pay {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__pay {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__pay.p-cart-order__form {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__pay__inr {
    padding: 0 15px;
  }
}

.p-cart-plan__pay__title {
  margin-bottom: 23px;
  padding-bottom: 27px;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__pay__title {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-plan__pay__title {
    padding: 20px 15px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
  }
}

.p-cart-plan__pay__title h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__pay__title h3 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-plan__pay__method .form-category {
  margin-bottom: 24px;
}

.p-cart-plan__pay .js-plan-credit, .p-cart-plan__pay .js-plan-account {
  display: none;
}

.p-cart-plan__pay .js-plan-credit.js-checkedactive, .p-cart-plan__pay .js-plan-account.js-checkedactive {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-cart-plan__pay__block {
    margin-top: 5px !important;
  }
}

.p-cart-plan__button {
  width: 720px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 45px;
  }
}

.p-cart-plan__button__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 25px;
    padding: 0 15px;
  }
}

.p-cart-plan__button--prev {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button--prev {
    width: 100%;
  }
}

.p-cart-plan__button--prev::after {
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-cart-plan__button--next {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button--next {
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-cart-plan__button--next::after {
  right: 15px;
}

.p-cart-plan__button__caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button__caution {
    padding: 0 15px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-cart-plan__button__caution span {
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-cart-plan__button__caution span {
    margin-right: 5px;
  }
}

.p-cart-select__progressbar {
  height: 300px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar {
    height: 202px;
    margin-bottom: 38px;
  }
}

.p-cart-select__progressbar__title {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 500px) {
  .p-cart-select__progressbar__area {
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__progressbar__text--first {
    width: 108px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__text--first {
    width: 45px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__progressbar__text--second {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__text--second {
    width: 84px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__progressbar__text--third {
    width: 87px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__text--third {
    width: 52px;
    margin-top: 4px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__progressbar__item::after {
    width: 375%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__progressbar__item::after {
    width: 100%;
  }
}

.p-cart-select__sub-title {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__sub-title {
    width: 100%;
    margin-bottom: 35px;
  }
}

.p-cart-select__sub-title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 0.86;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-select__sub-title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.35;
    text-align: center;
  }
}

.p-cart-select__text {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__text {
    width: 100%;
    margin-bottom: 42px;
  }
}

.p-cart-select__text p {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-select__text p {
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-select__select {
  width: 720px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select {
    width: 100%;
    margin-bottom: 24px;
    padding-top: 25px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__inr {
    padding: 0 15px;
  }
}

.p-cart-select__select__title {
  margin-bottom: 24px;
  padding-bottom: 26px;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__title {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__title {
    padding: 20px 15px;
    border-top: 1px solid #c8c8c8;
    background-color: #f6f6f6;
  }
}

.p-cart-select__select__title h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__title h3 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-cart-select__select__caution {
  margin-bottom: 20px;
}

.p-cart-select__select__caution p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__caution p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-cart-select__select__caution p > sup {
  margin-left: 3px;
  color: #e43344;
  font-size: 10px;
  letter-spacing: 0.6px;
}

.p-cart-select__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  border: solid 1px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__label {
    padding: 13px 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 14px;
  }
}

.p-cart-select__select__label__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__label__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-cart-select__select__label.is-selected {
  border: 2px solid #004da1;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__label.is-selected {
    padding: 12px 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__label.is-selected {
    padding: 15px 13px;
  }
}

.p-cart-select__select__label.is-selected label {
  color: #484848;
}

.p-cart-select__select__label.is-selected label.is-selected-child {
  border: 2px solid #004da1;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__label.is-selected label.is-selected-child {
    padding: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__label.is-selected label.is-selected-child {
    padding: 13px;
  }
}

.p-cart-select__select__label.is-disabled {
  background-color: #fbfbfb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a3a3a3;
}

.p-cart-select__select__label.is-disabled .c-check__mark--radio::before {
  background-image: url(../../common/images/ico_radio_off.png);
}

.p-cart-select__select--second li {
  margin-bottom: 10px;
}

.p-cart-select__select--second__wrap {
  width: 100%;
}

.p-cart-select__select__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img-wrap {
    width: 100%;
  }
}

.p-cart-select__select__img-wrap > div {
  margin-top: 5px;
  margin-right: 5px;
}

.p-cart-select__select__img-wrap > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img-wrap > div {
    margin-top: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}

.p-cart-select__select__img--syuuri {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_syuuri.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--syuuri {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--syuuri {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--300p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_300p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--300p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--300p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--1000p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_1000p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--1000p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--1000p {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--daitaiki {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_daitaiki.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--daitaiki {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--daitaiki {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--kaitori {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_kaitori.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--kaitori {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--kaitori {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--koukan {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_koukan.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--koukan {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--koukan {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--seisou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_seisou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--seisou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--seisou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__img--souryou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_souryou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__img--souryou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__img--souryou {
    width: 35px;
    height: 35px;
  }
}

.p-cart-select__select__text__lnk {
  color: #00a2e6;
  text-decoration: underline;
}

.p-cart-select__select__text__lnk:hover {
  color: #80d1f3;
}

.p-cart-select__select__text--second {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__text--second {
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-select__select__text--number {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.56px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__text--number {
    font-size: 12px;
    letter-spacing: 0.96px;
    text-align: right;
  }
}

.p-cart-select__select__text--disabled {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__text--disabled {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__text--disabled {
    display: block;
    margin-top: 3px;
  }
}

.p-cart-select__select__text--small {
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__text--small {
    letter-spacing: 0;
  }
}

.p-cart-select__select__text > a {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.71;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__text > a {
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__text > a {
    margin-left: 0;
    font-size: 12px;
  }
}

.p-cart-select__select__wrap--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 9px;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__select__wrap--second {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__wrap--second {
    width: 90%;
    margin-left: -5px;
  }
}

.p-cart-select__select__price {
  margin-left: auto;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__price {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.p-cart-select__select__price--bold {
  font-size: 15px !important;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__price--bold {
    font-size: 12px !important;
    letter-spacing: 0.48px;
  }
}

.p-cart-select__select__price span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__price span {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__select__mark {
    margin-right: 15px;
  }
}

.p-cart-select__rule {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule {
    width: 100%;
    padding: 0 15px;
  }
}

.p-cart-select__rule__text {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule__text {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-cart-select__rule label {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule label {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule label .c-check__mark--checkbox {
    margin-top: 3px;
    margin-right: 18px;
  }
}

.p-cart-select__rule__lnk {
  padding: 30px 52px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule__lnk {
    padding: 25px 0;
  }
}

.p-cart-select__rule__lnk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule__lnk ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule__lnk ul li {
    margin-bottom: 22px;
  }
  .p-cart-select__rule__lnk ul li:last-child {
    margin-bottom: 0;
  }
}

.p-cart-select__rule__lnk ul li > a {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__rule__lnk ul li > a {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-cart-select__button {
  width: 720px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.p-cart-select__button__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0px;
    padding: 0 15px;
  }
}

.p-cart-select__button--prev {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button--prev {
    width: 100%;
  }
}

.p-cart-select__button--prev::after {
  left: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-cart-select__button--next {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button--next {
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-cart-select__button--next::after {
  right: 15px;
}

.p-cart-select__button__caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button__caution {
    padding: 0 15px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

.p-cart-select__button__caution span {
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-cart-select__button__caution span {
    margin-right: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application {
    width: 720px;
    margin: 0 auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application {
    width: calc(100% - 30px);
    margin: 0 auto 45px;
  }
}

.p-cart-select__no-application_h4 {
  position: relative;
  border: 1px solid #a3a3a3;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_h4 {
    width: 100%;
    padding: 14px 5px 12px 0;
    text-align: center;
  }
}

.p-cart-select__no-application_h4 > span {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_h4 > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_h4 > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 359px) {
  .p-cart-select__no-application_h4 > span {
    font-size: 12px;
  }
}

.p-cart-select__no-application_h4::after {
  z-index: auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 12px;
  height: 2px;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_h4::after {
    right: 14px;
    width: 10px;
  }
}

.p-cart-select__no-application_h4::before {
  z-index: auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  width: 2px;
  height: 12px;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_h4::before {
    top: calc(50% - 5px);
    right: 18px;
    height: 10px;
  }
}

.p-cart-select__no-application_h4.is-open::before {
  content: none;
}

.p-cart-select__no-application_inr {
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_inr {
    padding: 40px 30px 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_inr {
    padding: 24px 16px 20px 18px;
  }
}

.p-cart-select__no-application_ol {
  padding-left: 0px;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_ol {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_ol {
    margin-bottom: 20px;
  }
}

.p-cart-select__no-application_ol > li {
  font-weight: bold;
  list-style-position: inside;
  list-style-type: decimal;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_ol > li {
    margin-bottom: 35px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_ol > li {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.6;
  }
}

.p-cart-select__no-application_ol > li:last-child {
  margin: 0;
}

.p-cart-select__no-application_ul {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_ul {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_ul {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_ul > li {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-cart-select__no-application_ul > li::before {
  content: "・";
}

.p-cart-select__no-application_txt {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_txt {
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_txt {
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_contact {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.84px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_contact {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1;
  }
}

.p-cart-select__no-application_contact-num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-cart-select__no-application_contact-num {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-cart-select__no-application_contact-num {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 1;
  }
}

.p-common-footer_e_money__section {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__section {
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-common-footer_e_money__list li > img {
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-common-footer_e_money__list li {
    height: 50px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-footer_e_money__list li {
    height: 40px;
    margin: 0 3px;
  }
}

.p-common-headline {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-common-headline {
    margin: 45px auto 25px;
  }
}

.p-common-item-slider__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-common-item-slider__section {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-item-slider__section {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-common-item-slider__section {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-item-slider__section {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__section {
    padding: 0;
  }
}

.p-common-item-slider__inner {
  position: relative;
  padding: 0 30px 30px;
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__inner {
    padding: 0 0 20px 15px;
  }
}

.p-common-item-slider__inner::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 178px;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__inner::before {
    height: 155px;
  }
}

.p-common-item-slider__wrapper {
  margin-bottom: 3px;
}

.p-common-item-slider__slide {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide {
    width: 212px;
    min-height: 324px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide {
    width: 130px;
    min-height: 323px;
    min-height: 250px;
  }
}

.p-common-item-slider__slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border: 1px solid #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a {
    padding: 35px 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a {
    padding: 22px 9px 17px;
  }
}

.p-common-item-slider__slide > a .product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_image {
    width: 90%;
    height: 130px;
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_image {
    width: calc(100% - 14px);
    min-height: 95px;
    max-height: 95px;
    margin-bottom: 20px;
  }
}

.p-common-item-slider__slide > a .product_image img {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-common-item-slider__slide > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-common-item-slider__slide > a .product_delivery_date{
  margin-bottom: 0.5em;
  display: flex;
}
.p-common-item-slider__slide > a .product_delivery_date .p-product-show-detail__delivery-label--red,
.p-common-item-slider__slide > a .product_delivery_date .p-product-show-detail__delivery-label--blue,
.p-common-item-slider__slide > a .product_delivery_date .p-product-show-detail__delivery-label--black,
.p-common-item-slider__slide > a .product_delivery_date .tx-delivery-date-class-disp_elm{
  font-size: 13px;
}
.p-common-item-slider__slide > a .product_rating{
  margin: 1em 0;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width:767px){
  .p-common-item-slider__slide > a .product_rating{
    line-height: unset;
  }
}
.p-common-item-slider__slide > a .product_rating img{
  width: auto;
  height: 1em;
}
.p-common-item-slider__slide > a .product_rating .rating_count{
  margin-left: 0.5em;
}

.p-common-item-slider__slide > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 1;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_id {
    -webkit-line-clamp: 1;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
    margin-bottom: 4px;
    min-height: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide.parts > a .product_id {
    -webkit-line-clamp: 3;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide.parts > a .product_id {
    -webkit-line-clamp: 3;
  }
}

.p-common-item-slider__slide > a .product_spec {
  font-size: 12px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_spec {
    font-size: 11px;
    letter-spacing: .8px;
    line-height: 1.42;
    margin-bottom: 4px;
  }
}

.p-common-item-slider__slide > a .product_spec li:nth-child(n+4) {
  display: none;
}

/*.p-common-item-slider__slide > a .product_spec li:not(:last-child)::after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
}*/

.p-common-item-slider__slide > a .product_spec span.label {
  display: none;
}

.p-common-item-slider__slide > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

.products-show_data-recovery-service-modal input.popup_flg ~ .popup_bg_layer{
  background:rgba(0,0,0,.75);
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_close_icon{
  border:none;
  font-size:25px;
  transform: none;
  color:#484848;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper{
  border:2px solid #004da1;
  border-radius:10px;
  padding:35px;
  padding:30px 35px;
  min-width:700px;
  max-height:100vh;
  overflow-y:auto;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_title{
  background: #004da1;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  padding: 4px 5px;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper dl.products-show_data-recovery-service-modal-content>div{
  margin-top: 10px;
  border-top: 2px solid #004da1;
  padding: 15px;
  background: #f6f6f6;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .lead-text{
  background: #fff;
  padding: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: 15px;
  line-height: 1.4;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons>li:nth-of-type(n+2){
  margin-left:30px;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .products-show_data-recovery-service-modal-next-button::after,
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .products-show_data-recovery-service-modal-add-button::after{
  display:none;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .products-show_data-recovery-service-modal-close-button{
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border: 1px solid #999;
  background: #fff;
  border-radius:2px;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-content>div[class^="products-show_data-recovery-service-modal-step"]{
  display:none;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-content[data-step="1"]>div.products-show_data-recovery-service-modal-step01,
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-content[data-step="2"]>div.products-show_data-recovery-service-modal-step02{
  display:block;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-step02 .p-products-user_custom-customize__select__image{
  display:none;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-step02 .p-products-user_custom-customize__box__title{
  text-align:center;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-step02 .p-products-user_custom-customize__select{
  margin-top:15px;
}
.products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .products-show_data-recovery-service-modal-step02 .popup_buttons img.ico{
  width:18px;
  margin-right:13px;
}

@media screen and (max-width:800px){
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper{
    min-width:unset;
    width:96vw;
  }
}

@media screen and (max-width:650px){
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

  }
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons>li:nth-of-type(n+2){
    margin-left:0;
    margin-top:10px;
  }
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .products-show_data-recovery-service-modal-close-button{
    width:270px;
  }
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons>li{
    width:100%;
  }
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .products-show_data-recovery-service-modal-close-button,
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper .popup_buttons .c-button--primary-blue{
    width:100%;
  }
  .products-show_data-recovery-service-modal input.popup_flg ~ .popup_content_wrapper{
    padding:4vw;
    padding-top:35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-common-item-slider__slide > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__slide > a .product_price .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-item-slider__slide > a:hover .product_image > img {
    -webkit-transform: scale(1.12, 1.12);
            transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-common-item-slider__slide > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.12, 1.12);
            transform: scale(1.12, 1.12);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-common-item-slider__slide > a::before {
  border-color: #a3a3a3;
}

.p-common-item-slider__slide > a::after {
  background-color: #f6f6f6;
}

.p-common-item-slider__scrollbar.swiper-scrollbar {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 4px;
  margin-top: 30px;
  background-color: #c8c8c8;
}

.p-common-item-slider__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00a2e6;
}

@media screen and (max-width: 767px) {
  .p-common-item-slider__scrollbar.swiper-scrollbar {
    width: calc(100% - 15px);
    height: 2px;
    margin-top: 17px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__section {
    background-color: transparent;
  }
}

.p-common-store-info__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 50px 0px 50px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-common-store-info__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-store-info__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-common-store-info__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-store-info__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left {
    width: 100%;
    max-width: 568px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1px;
  }
}

.p-common-store-info__left-button {
  margin: 0 auto;
  border-radius: 0;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left-button {
    width: 100%;
    height: 99px;
  }
  .p-common-store-info__left-button:first-child {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left-button {
    width: calc(50% - 0.5px);
    height: 80px;
  }
  .p-common-store-info__left-button:first-child {
    margin-right: 1px;
  }
  .p-common-store-info__left-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__left-button > span {
    font-weight: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__left-button > span {
    padding-right: 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-store-info__shop-button {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
  color: #fff;
}

.p-common-store-info__shop-button::after {
  border-color: #fff;
}

.p-common-store-info__shop-button::before {
  background-color: #00a2e6;
  opacity: .3;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button {
    max-width: 568px;
    height: 200px;
    background-image: url(../../images/top/bg_top_storeinfo_pc.webp);
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button {
    height: 160px;
    background-image: url(../../images/top/bg_top_storeinfo_sp.webp);
  }
  .p-common-store-info__shop-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button > span {
    font-size: 20px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.p-common-store-info__shop-button > span > small {
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-common-store-info__shop-button > span > small {
    font-size: 14px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-store-info__shop-button > span > small {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-common-support__section {
  margin: 0px auto 0px;
  padding: 1px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-common-support__section {
    margin: 0px auto 0px;
    padding: 1px 0 45px;
  }
}

.p-common-support__inner {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-common-support__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 0px;
  }
}

@media (min-width: 769px) {
  .p-common-support__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-support__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-common-support__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-common-support__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__inner {
    width: calc(100% - 30px);
    margin: 0 auto 0px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-common-support__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__list li {
    margin-right: 30px;
    padding: 38px 0 5px;
  }
  .p-common-support__list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list li {
    padding: 25px 0 5px;
  }
}

.p-common-support__list--1col {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--1col {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--1col {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--2col li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--2col li {
    margin-bottom: 15px;
  }
  .p-common-support__list--2col li:last-child {
    margin-bottom: 0;
  }
  .p-common-support__list--2col li .p-top-support__title {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__list--3col li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1150px) {
  .p-common-support__list--3col li {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-common-support__list--3col li:last-child {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__list--3col li {
    margin-bottom: 15px;
  }
  .p-common-support__list--3col li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.p-common-support__befor {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor {
    height: 150px;
    margin-bottom: 50px;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-title {
    z-index: auto;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 325px;
    overflow: hidden;
  }
  .p-common-support__befor-title::after {
    position: absolute;
    top: 0;
    left: -8%;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #d9f1fb;
    content: "";
  }
  .p-common-support__befor-title > span {
    z-index: 1;
    padding-right: 15px;
    color: #004da1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 55px;
    padding: 5px;
    border-bottom: 2px solid #f6f6f6;
  }
  .p-common-support__befor-title > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-common-support__befor-title .ttl1 {
    z-index: auto;
    position: relative;
    width: 170px;
    overflow: hidden;
    color: #004da1;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
  .p-common-support__befor-title .ttl1::after {
    position: absolute;
    top: 0;
    left: -4%;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #d9f1fb;
    content: "";
  }
  .p-common-support__befor-title .ttl1 > span {
    z-index: 1;
    padding-left: 15px;
  }
  .p-common-support__befor-title .ttl2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -5px;
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: 1.14px;
    line-height: 1.33;
    text-align: left;
  }
}

@media screen and (max-width: 359px) {
  .p-common-support__befor-title .ttl1 {
    width: 150px;
    font-size: 12px;
  }
  .p-common-support__befor-title .ttl2 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text {
    width: calc(100% - 325px);
    height: 100%;
  }
  .p-common-support__befor-text > span {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 72px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span {
    padding-left: calc( 20px + 52 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span {
    padding-left: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text > span::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 25px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #004da1;
    content: "";
  }
  .p-common-support__befor-text > span > span {
    display: block;
  }
  .p-common-support__befor-text > span .ttl1 {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 13px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span .ttl1 {
    font-size: calc( 13px + 3 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span .ttl1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__befor-text > span .ttl2 {
    font-size: 24px;
    font-size: 21px;
    letter-spacing: 1.44px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .p-common-support__befor-text > span .ttl2 {
    font-size: calc( 21px + 3 * (100vw - 769px) / 671);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-common-support__befor-text > span .ttl2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__befor-text {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 90px;
    padding: 0;
  }
  .p-common-support__befor-text::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 22px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #004da1;
    content: "";
  }
  .p-common-support__befor-text > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.92px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-common-support__title {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__title {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-support__tel_shoulder {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel_shoulder {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel_shoulder {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.p-common-support__tel, .p-common-support__fax {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel, .p-common-support__fax {
    letter-spacing: 1.12px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel, .p-common-support__fax {
    font-weight: bold;
    letter-spacing: 1.92px;
    line-height: 1.21;
  }
}

.p-common-support__tel > .unit, .p-common-support__fax > .unit {
  position: relative;
  bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}

.p-common-support__tel > .num, .p-common-support__fax > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-common-support__tel > .num, .p-common-support__fax > .num {
    margin-left: 5px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__tel > .num, .p-common-support__fax > .num {
    margin-left: 3px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__fax {
    margin-top: 4px;
  }
  .p-common-support__fax > .num {
    font-size: 20px;
  }
}

.p-common-support__time {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__time {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__time {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: 1.42px;
    line-height: 1.8;
  }
}

.p-common-support__time > a {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.p-common-support__time > a:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

.p-common-support__mail {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-common-support__mail {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__mail {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 11px;
    letter-spacing: 1.42px;
    line-height: 1.8;
  }
}

.p-common-support__mail > a {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

.p-common-support__mail > a:hover {
  border-bottom: 1px solid #80d1f3;
  color: #80d1f3;
}

@media screen and (min-width: 768px), print {
  .p-common-support__2col_button {
    width: calc(100% - 10px);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-common-support__2col_button > .c-button, .p-common-support__2col_button > .c-button--cart-in, .p-common-support__2col_button > .c-button--white, .p-common-support__2col_button > .c-button--primary-blue, .p-common-support__2col_button > .c-button--primary-white, .p-common-support__2col_button > .c-button--primary-greyish, .p-common-support__2col_button > .c-button--secondaryA-blue, .p-common-support__2col_button > .c-button--secondaryA-white, .p-common-support__2col_button > .c-button--secondaryB-black, .p-common-support__2col_button > .c-button--secondaryB-white {
    margin-right: 5px;
  }
  .p-common-support__2col_button > .c-button:last-child, .p-common-support__2col_button > .c-button--cart-in:last-child, .p-common-support__2col_button > .c-button--white:last-child, .p-common-support__2col_button > .c-button--primary-blue:last-child, .p-common-support__2col_button > .c-button--primary-white:last-child, .p-common-support__2col_button > .c-button--primary-greyish:last-child, .p-common-support__2col_button > .c-button--secondaryA-blue:last-child, .p-common-support__2col_button > .c-button--secondaryA-white:last-child, .p-common-support__2col_button > .c-button--secondaryB-black:last-child, .p-common-support__2col_button > .c-button--secondaryB-white:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-common-support__2col_button > .c-button, .p-common-support__2col_button > .c-button--cart-in, .p-common-support__2col_button > .c-button--white, .p-common-support__2col_button > .c-button--primary-blue, .p-common-support__2col_button > .c-button--primary-white, .p-common-support__2col_button > .c-button--primary-greyish, .p-common-support__2col_button > .c-button--secondaryA-blue, .p-common-support__2col_button > .c-button--secondaryA-white, .p-common-support__2col_button > .c-button--secondaryB-black, .p-common-support__2col_button > .c-button--secondaryB-white {
    margin-right: 5px;
    font-size: 13px;
  }
  .p-common-support__2col_button > .c-button:last-child, .p-common-support__2col_button > .c-button--cart-in:last-child, .p-common-support__2col_button > .c-button--white:last-child, .p-common-support__2col_button > .c-button--primary-blue:last-child, .p-common-support__2col_button > .c-button--primary-white:last-child, .p-common-support__2col_button > .c-button--primary-greyish:last-child, .p-common-support__2col_button > .c-button--secondaryA-blue:last-child, .p-common-support__2col_button > .c-button--secondaryA-white:last-child, .p-common-support__2col_button > .c-button--secondaryB-black:last-child, .p-common-support__2col_button > .c-button--secondaryB-white:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__2col_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0px);
  }
}

.p-common-support__button, .p-common-support__button--black {
  margin: 0 auto;
  border: 0;
}

@media screen and (min-width: 768px), print {
  .p-common-support__button, .p-common-support__button--black {
    width: calc(100% - 10px);
    height: 50px;
    margin: auto auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__button, .p-common-support__button--black {
    width: calc(100% - 10px);
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-common-support__button--black {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-common-support__button--black {
    margin-top: 5px;
  }
}

.p-footer-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  background-color: #ccecfa;
}

@media screen and (min-width: 768px), print {
  .p-footer-app {
    width: 270px;
    padding: 19px 18px 20px 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app {
    max-width: 375px;
    margin: auto;
  }
}

.p-footer-app::before, .p-footer-app::after {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}

.p-footer-app::before {
  right: 0;
  bottom: 0;
  background-color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::before {
    width: 16px;
    height: 16px;
  }
}

.p-footer-app::after {
  top: auto;
  -webkit-transform: scale(1, 0.95) rotate(45deg);
          transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px), print {
  .p-footer-app::after {
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app::after {
    right: 6px;
    bottom: 4px;
    width: 7px;
    height: 7px;
  }
}

.p-footer-app__ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-app__ico {
    width: 80px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-app__ico {
    width: 100px;
    margin-right: 15px;
  }
}

.p-footer-app__name {
  margin-bottom: 5px;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.36;
}

.p-footer-app__description {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-footer-top {
    width: 100%;
    padding-top: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top {
    padding-top: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__menu {
    width: auto;
    margin-bottom: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-top__sns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 270px;
    min-width: 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-top__sns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-top__sns {
    display: block;
    width: auto;
    margin: 0 15px 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom, .p-footer-products__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom, .p-footer-products__bottom {
    padding-bottom: 45px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-footer-bottom__menu {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__menu {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 15px;
  }
}

.p-footer-bottom__item {
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__item {
    margin-top: 10px;
    margin-right: 15px;
    padding-right: 14px;
    border-right: 1px solid #484848;
    letter-spacing: 0.72px;
    line-height: 1.1;
  }
  .p-footer-bottom__item:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__item {
    width: 50%;
    line-height: 1.42;
    text-align: center;
  }
  .p-footer-bottom__item > a {
    display: block;
    padding: 15px 0;
  }
}

.p-footer-bottom__copyright {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
  }
}

.p-footer-bottom__copyright__text {
  font-size: 10px;
}

.p-footer-bottom__logo {
  display: block;
  width: 134px;
}

@media screen and (min-width: 768px), print {
  .p-footer-bottom__logo {
    margin-bottom: 5px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-bottom__logo {
    margin: 0 auto 10px;
  }
}

.p-footer-products {
  margin-top: 40px;
}

.p-footer-products__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-products__bottom {
    padding-bottom: 205px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom {
    padding-bottom: 175px;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-products__bottom.pb {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-products__bottom.pb {
    padding-bottom: 45px;
  }
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__item {
    margin-right: 25px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-menu__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__item:first-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer-menu__sublist {
  max-width: 145px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__sublist {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link + .p-footer-menu__link, .p-footer-menu__link--bold + .p-footer-menu__link, .p-footer-menu__link + .p-footer-menu__link--bold, .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 10px;
  }
}

.p-footer-menu__link > a, .p-footer-menu__link--bold > a {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link > a, .p-footer-menu__link--bold > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold + .p-footer-menu__link--bold {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__link--bold {
    width: 100%;
  }
}

.p-footer-menu__link--bold > a {
  color: #484848;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-footer-menu__link--bold > a {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border, .p-footer-menu__border--left {
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-menu__border--left {
    border-left: 1px solid #c8c8c8;
  }
}

.p-footer-sns {
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns {
    margin: 0 0px 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns {
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  min-width: 50px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__item + .p-footer-sns__item {
    margin-left: 16px;
  }
}

.p-footer-sns__image {
  display: block;
  margin: 0 auto 5px;
}

@media screen and (min-width: 768px), print {
  .p-footer-sns__image {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sns__image {
    width: 45px;
    height: 45px;
  }
}

.p-footer-sns__text {
  font-size: 11px;
  font-weight: bold;
}

.p-gaming-pc-sub__bnr {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__bnr {
    padding: 45px 0;
  }
}

.p-gaming-pc-sub__bnr__inr {
  width: 555px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__bnr__inr {
    width: 100%;
    padding: 0 35px;
  }
}

.p-gaming-pc-sub__bnr__img {
  width: 555px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__bnr__img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__bnr__img a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-gaming-pc-sub__bnr__img img {
  width: 100%;
}

.p-gaming-pc-sub__model {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .p-gaming-pc-sub__model {
    display: none;
  }
}

.p-gaming-pc-sub__model__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__inr {
    width: 100%;
  }
}

.p-gaming-pc-sub__model__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__model__menu {
    max-width: 1140px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__menu {
    width: 100%;
    max-width: none;
    height: 50px;
  }
}

.p-gaming-pc-sub__model__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #ececec;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__model__menu > li {
    width: 100%;
    max-width: 224px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__menu > li {
    width: 25%;
    max-width: none;
    margin-right: 3px;
  }
}

.p-gaming-pc-sub__model__menu > li:last-child {
  margin-right: 0;
}

.p-gaming-pc-sub__model__menu > li.is-active {
  border-top: 4px solid #004da1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__menu > li.is-active {
    border-top: 2px solid #004da1;
  }
}

.p-gaming-pc-sub__model__menu > li.is-active:hover::after {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__model__menu > li > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.31;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__menu > li > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-gaming-pc-sub__model__menu > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #004da1;
  content: '';
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__model__menu > li:hover::after {
    width: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}

.p-gaming-pc-sub__model__contents img.sample {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__model__contents img.sample {
    width: 100%;
  }
}

.p-gaming-pc-sub__model__contents:not(:first-of-type) {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-gaming-pc-sub__model__contents-text {
  margin-bottom: 58px;
  padding-top: 61px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 2;
  text-align: center;
}

.p-gaming-pc-sub__point {
  padding: 120px 0;
  background-color: #001e60;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}

.p-gaming-pc-sub__point__inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__inr {
    width: 100%;
  }
}

.p-gaming-pc-sub__point__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__title {
    margin-bottom: 53px;
  }
}

.p-gaming-pc-sub__point__title h2 {
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc-sub__point__performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__performance {
    height: 306px;
    padding: 39px 30px 39px 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 51px;
  }
}

.p-gaming-pc-sub__point__performance::before {
  position: absolute;
  top: 82px;
  left: -10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: rgba(0, 162, 230, 0.5);
  font-size: 12px;
  font-weight: bold;
  content: "PERFORMANCE";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__performance::before {
    top: 39px;
    left: -18px;
    font-size: 11px;
  }
}

.p-gaming-pc-sub__point__performance::after {
  position: absolute;
  top: 140px;
  left: 31px;
  width: 1px;
  height: 125px;
  background-color: #00a2e6;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__performance::after {
    top: 96px;
    left: 20.5px;
    height: 72%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__performance img {
    max-width: 303px;
  }
}

.p-gaming-pc-sub__point__rigid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__rigid {
    height: 393px;
    padding: 39px 75px 39px 19px;
  }
}

@media screen and (max-width: 1040px) {
  .p-gaming-pc-sub__point__rigid {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__rigid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 58px;
  }
}

.p-gaming-pc-sub__point__rigid::before {
  position: absolute;
  top: 100px;
  left: -27px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: rgba(0, 162, 230, 0.5);
  font-size: 12px;
  font-weight: bold;
  content: "RIGID CARD SUPPORT";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__rigid::before {
    top: 54px;
    left: -34px;
    font-size: 11px;
  }
}

.p-gaming-pc-sub__point__rigid::after {
  position: absolute;
  top: 175px;
  left: 31px;
  width: 1px;
  height: 179px;
  background-color: #00a2e6;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__rigid::after {
    top: 126px;
    left: 20.5px;
    height: 69%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__rigid img {
    max-width: 303px;
  }
}

.p-gaming-pc-sub__point__rigid .p-gaming-pc-sub__point__img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__rigid .p-gaming-pc-sub__point__img-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__rigid .p-gaming-pc-sub__point__text-area__text p {
    margin-bottom: 22px;
  }
}

.p-gaming-pc-sub__point__rigid .p-gaming-pc-sub__point__img-area {
  max-width: 630px;
}

.p-gaming-pc-sub__point__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec {
    padding: 39px 30px 40px 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 58px;
  }
}

.p-gaming-pc-sub__point__spec::before {
  position: absolute;
  top: 52px;
  left: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: rgba(0, 162, 230, 0.5);
  font-size: 12px;
  font-weight: bold;
  content: "SPEC";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec::before {
    top: 13px;
    left: 8px;
    font-size: 11px;
  }
}

.p-gaming-pc-sub__point__spec::after {
  position: absolute;
  top: 82px;
  left: 31px;
  width: 1px;
  height: 370px;
  background-color: #00a2e6;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec::after {
    top: 42px;
    left: 20.5px;
    height: 90%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__text-area {
    max-width: 37.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__text-area__text p {
    margin-bottom: 22px;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container {
    display: block;
    padding: 5%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 720px;
    padding: 30px;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery {
    position: relative;
    top: 0;
    left: 0;
    min-height: 28vh;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery {
    width: 79.64%;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery li {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery li {
    width: 100%;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8.5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery li p {
    height: 45px;
    padding: 15px 20px;
    font-size: 16px;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .js-gallery li.js-fade-in {
  height: auto;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper {
    margin-top: 2%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 15.2%;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper .swiper-slide {
  height: auto !important;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper .swiper-slide {
    width: 20%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper .swiper-slide img {
    opacity: 0.4;
  }
}

.p-gaming-pc-sub__point__spec .p-gaming-pc-sub__point__img-area-container .swiper-wrapper .swiper-slide img.js-imageactive {
  opacity: 1;
}

.p-gaming-pc-sub__point__collabo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__collabo {
    height: 307px;
    padding: 39px 30px 39px 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__collabo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 58px;
  }
}

.p-gaming-pc-sub__point__collabo::before {
  position: absolute;
  top: 89px;
  left: -15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: rgba(0, 162, 230, 0.5);
  font-size: 12px;
  font-weight: bold;
  content: "COLLABORATION";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__collabo::before {
    top: 43px;
    left: -22px;
    font-size: 11px;
  }
}

.p-gaming-pc-sub__point__collabo::after {
  position: absolute;
  top: 152px;
  left: 31px;
  width: 1px;
  height: 116px;
  background-color: #00a2e6;
  content: "";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__collabo::after {
    top: 102px;
    left: 20.5px;
    height: 45%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__collabo a {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__collabo img {
    max-width: 303px;
  }
}

.p-gaming-pc-sub__point__text-area {
  width: 366px;
  padding-left: 54px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__text-area {
    width: 100%;
    padding-right: 6%;
    padding-left: 13%;
  }
}

.p-gaming-pc-sub__point__text-area__text h3 {
  margin-bottom: 25px;
  color: #00a2e6;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__text-area__text h3 {
    margin-bottom: 7px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc-sub__point__text-area__text p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__text-area__text p {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__text-area__text p + a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__text-area__text p + a {
    margin-bottom: 24px;
    font-size: 12px;
  }
}

.p-gaming-pc-sub__point__img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
}

@media screen and (max-width: 1040px) {
  .p-gaming-pc-sub__point__img-area {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__img-area {
    width: 100%;
    margin-left: 0;
    padding-right: 6%;
    padding-left: 13%;
  }
}

.p-gaming-pc-sub__point__img-area img {
  width: 100%;
}

@media screen and (max-width: 350px) {
  .p-gaming-pc-sub__point__img-area.c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__img-area a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-gaming-pc-sub__point__steam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__steam {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 51px 134px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
  }
}

.p-gaming-pc-sub__point__steam__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__point__steam__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc-sub__point__steam__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-gaming-pc-sub__point__steam-wrap {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam-wrap {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__text-area {
    width: 51%;
    margin-left: 20px;
  }
}

.p-gaming-pc-sub__point__steam__text-area__text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__text-area__text h3 {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: left;
  }
}

.p-gaming-pc-sub__point__steam__text-area__text p {
  margin-bottom: 27px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__text-area__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-gaming-pc-sub__point__steam__img-area {
  width: 334px;
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc-sub__point__steam__img-area {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__img-area {
    width: 130px;
    margin-bottom: 0;
  }
}

.p-gaming-pc-sub__point__steam__img-area img {
  width: 100%;
}

.p-gaming-pc-sub__point__steam__button {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.p-gaming-pc-sub__point__steam__button::before {
  background-color: #fff;
}

.p-gaming-pc-sub__point__steam__button:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__point__steam__button {
    width: 100%;
    height: 40px;
    margin-top: -3px;
  }
  .p-gaming-pc-sub__point__steam__button span {
    font-size: 16px;
  }
}

.p-gaming-pc-sub__purpose {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__purpose__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__purpose__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__inr {
    padding: 0 15px;
  }
}

.p-gaming-pc-sub__purpose__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-gaming-pc-sub__purpose__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 555px;
  padding: 20px;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__purpose__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card {
    width: 100%;
    padding: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__purpose__card:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-gaming-pc-sub__purpose__card:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__purpose__card:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__purpose__card:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card:first-child {
    margin-bottom: 15px;
  }
}

.p-gaming-pc-sub__purpose__card__img {
  width: 240px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-gaming-pc-sub__purpose__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__img img {
    width: 100%;
  }
}

.p-gaming-pc-sub__purpose__card__img > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc-sub__purpose__card__text {
  width: 243px;
  padding-top: 27px;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__purpose__card__text {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__text {
    width: 50%;
    padding-top: 3px;
  }
}

.p-gaming-pc-sub__purpose__card__text p {
  margin-bottom: 4px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc-sub__purpose__card__text h4 {
  margin-bottom: 4px;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__text h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}

.p-gaming-pc-sub__purpose__card__text span {
  color: #00a2e6;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__purpose__card__text span {
    font-size: 11px;
    letter-spacing: 0.61px;
  }
}

.p-gaming-pc-sub__reccomend {
  padding-top: 87px;
  padding-bottom: 90px;
  background-color: #ecf8fd;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.p-gaming-pc-sub__reccomend__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc-sub__reccomend__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__title {
    margin-bottom: 30px;
  }
}

.p-gaming-pc-sub__reccomend__title h2 {
  color: #004da1;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__title h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-gaming-pc-sub__reccomend__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-gaming-pc-sub__reccomend__list ul li {
  width: 360px;
  border: solid 1px #004da1;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-gaming-pc-sub__reccomend__list ul li.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__reccomend__list ul li {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__list ul li {
    width: 50%;
  }
  .p-gaming-pc-sub__reccomend__list ul li:first-child {
    width: 100%;
  }
  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__text {
    max-width: 137px;
  }
  .p-gaming-pc-sub__reccomend__list ul li:first-child .p-gaming-pc-sub__reccomend__card__img {
    margin-right: 33px;
  }
}

.p-gaming-pc-sub__reccomend__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 20px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card {
    padding: 22px 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__reccomend__card:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-gaming-pc-sub__reccomend__card:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-gaming-pc-sub__reccomend__card__img {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__img {
    max-width: 140px;
  }
}

.p-gaming-pc-sub__reccomend__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc-sub__reccomend__card__img > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc-sub__reccomend__card__text {
  width: 100%;
}

.p-gaming-pc-sub__reccomend__card__text--middle {
  margin-bottom: 11px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__text--middle {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc-sub__reccomend__card__text--bold {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__text--bold {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.84px;
  }
}

.p-gaming-pc-sub__reccomend__card__text--light {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__text--light {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-gaming-pc-sub__reccomend__card__text--price {
  color: #e43344;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 0.82px;
  line-height: 1.17;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__text--price {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.64px;
    line-height: 1;
  }
}

.p-gaming-pc-sub__reccomend__card__text--price span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__reccomend__card__text--price span {
    font-size: 11px;
  }
}

.p-gaming-pc-sub__review {
  margin-bottom: 90px;
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__review {
    margin-bottom: 45px;
    padding-top: 40px;
  }
}

.p-gaming-pc-sub__review__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__review__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc-sub__review__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__review__title {
    margin-bottom: 25px;
  }
}

.p-gaming-pc-sub__review__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__review__title h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc-sub__review__content {
  padding: 51px 45px 30px;
  border: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__review__content {
    padding: 0;
  }
}

.p-gaming-pc-sub__review__content img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search {
    padding-bottom: 50px;
  }
}

.p-gaming-pc-sub__search__wrapper {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__wrapper {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__wrapper {
    margin-bottom: 10px;
  }
}

.p-gaming-pc-sub__search__body {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__body {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__body {
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 270px;
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: calc(100% - 50px);
    max-width: 426.66667px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .p-gaming-pc-sub__search__filter.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .p-gaming-pc-sub__search__filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__title {
    margin-top: 10px;
    padding: 18px 32px 18px 20px;
    border-radius: 2px;
    background-color: #ececec;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__title {
    padding: 19px 27px 19px 16px;
    border-bottom: 1px solid #004da1;
    color: #004da1;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__title.is-open {
    border-radius: 2px 2px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__title.is-open {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__title::before, .p-gaming-pc-sub__search__filter__title::after {
    background-color: #484848;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__title::before, .p-gaming-pc-sub__search__filter__title::after {
    background-color: #004da1;
  }
}

.p-gaming-pc-sub__search__filter__title::before {
  width: 12px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__title::before {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__title::before {
    right: 15px;
  }
}

.p-gaming-pc-sub__search__filter__title::after {
  height: 12px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__title::after {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__title::after {
    right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__filter__body {
    padding: 5px 20px 30px 20px;
    border-radius: 0 0 2px 2px;
    background-color: #ececec;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-gaming-pc-sub__search__filter__body {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__filter__body {
    padding: 15px 15px 20px;
    border-bottom: 1px solid #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__results {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 60px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-gaming-pc-sub__search__results {
    margin-left: calc( 20px + 40 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-gaming-pc-sub__search__results {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__item {
    padding: 0 15px;
  }
}

.p-gaming-pc-sub__search__item + .p-gaming-pc-sub__search__item {
  border-top: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__item + .p-gaming-pc-sub__search__item {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__item + .p-gaming-pc-sub__search__item {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.p-gaming-pc-sub__search__more-full {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__more-full {
    margin-top: 90px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__more-full {
    margin-top: 45px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__more-full__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__more-full__inner {
    margin: 0 15px;
  }
}

.p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-gaming-pc-sub__search__more-full__button::before, .p-gaming-pc-sub__search__more-full__button--full::before, .p-gaming-pc-sub__search__more-full__button--more::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button--more, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button--more, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button--more {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button, .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button--full, .p-gaming-pc-sub__search__more-full__button + .p-gaming-pc-sub__search__more-full__button--more, .p-gaming-pc-sub__search__more-full__button--full + .p-gaming-pc-sub__search__more-full__button--more, .p-gaming-pc-sub__search__more-full__button--more + .p-gaming-pc-sub__search__more-full__button--more {
    margin-top: 15px;
  }
}

.p-gaming-pc-sub__search__more-full__button--full {
  background-color: #484848;
  color: #fff;
}

.p-gaming-pc-sub__search__more-full__button--full::before {
  background-image: url(../../common/images/ico_reload_white.svg);
}

.p-gaming-pc-sub__search__more-full__button--more {
  border: 1px solid #484848;
}

.p-gaming-pc-sub__search__more-full__button--more::before {
  background-image: url(../../common/images/ico_reload.svg);
}

.p-gaming-pc-sub__search__overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search__overlay {
    display: none !important;
  }
}

.p-gaming-pc-sub__search-search {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1440px;
    padding-top: 46px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search {
    padding-top: 30px;
  }
}

.p-gaming-pc-sub__search-search__result {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__result {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
  }
}

.p-gaming-pc-sub__search-search__number {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search__number {
    margin: 0 10px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__number {
    margin: 0 5px;
    font-size: 24px;
  }
}

.p-gaming-pc-sub__search-search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 755px;
            flex: 0 1 755px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__input {
    margin: 0 15px 15px;
  }
}

.p-gaming-pc-sub__search-search__input > input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-right: 30px;
  padding-left: 16px;
  border: solid 1px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
  color: #484848;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-gaming-pc-sub__search-search__loupe {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__sp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
  }
}

.p-gaming-pc-sub__search-search__order {
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search__order {
    width: 150px;
    height: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__order {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: 16px;
  }
}

.p-gaming-pc-sub__search-search__menu-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-gaming-pc-sub__search-search__menu-button > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-gaming-pc-sub__search-search__menu-button > button::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 15px;
  margin-right: 12px;
  background: url(../../common/images/ico_filter-btn.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-search__select {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__select {
    height: 40px;
    font-size: 16px;
  }
}

.p-gaming-pc-sub__search-search__select > option:nth-child(2n) {
  background-color: #f6f6f6;
}

.p-gaming-pc-sub__search-search__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__condition {
    padding-top: 5px;
    padding-bottom: 34px;
    border-bottom: 1px solid #a3a3a3;
  }
}

.p-gaming-pc-sub__search-search__condition__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  margin-right: 19px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1;
}

.p-gaming-pc-sub__search-search__condition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-search__condition__list {
    margin: 0 15px;
  }
}

.p-gaming-pc-sub__search-search__condition__item, .p-gaming-pc-sub__search-search__condition__item--title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 12px 0 9px;
  border: solid 1px #ececec;
  border-radius: 2px;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-gaming-pc-sub__search-search__condition__item--title {
  padding-right: 0;
  padding-left: 0;
  border: none;
  color: #484848;
  font-size: 14px;
}

.p-gaming-pc-sub__search-search__condition__close {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  cursor: pointer;
}

.p-gaming-pc-sub__search-search__condition__close::before, .p-gaming-pc-sub__search-search__condition__close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #7f7f7f;
  content: "";
}

.p-gaming-pc-sub__search-search__condition__close::before {
  right: -4px;
  width: 10px;
  height: 2px;
}

.p-gaming-pc-sub__search-search__condition__close::after {
  right: 0;
  width: 2px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-filter {
    margin-bottom: 15px;
  }
}

.p-gaming-pc-sub__search-filter__reset {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-filter__reset {
    padding: 20px;
    background-color: #ececec;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-filter__reset {
    padding: 15px 15px 35px;
  }
}

.p-gaming-pc-sub__search-filter__reset__button, .p-gaming-pc-sub__search-filter__reset__button--disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin: auto;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: center;
}

.p-gaming-pc-sub__search-filter__reset__button::before, .p-gaming-pc-sub__search-filter__reset__button--disabled::before {
  display: block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 19px;
  background: url(../../common/images/ico_reset_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-gaming-pc-sub__search-filter__reset__button--disabled {
  background-color: #dbdbdb;
  color: #7f7f7f;
}

.p-gaming-pc-sub__search-filter__reset__button--disabled::before {
  background-image: url(../../common/images/ico_reset.svg);
}

.p-gaming-pc-sub__search-filter__reset__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.p-gaming-pc-sub__search-filter__item + .p-gaming-pc-sub__search-filter__item {
  margin-top: 15px;
}

.p-gaming-pc-sub__search-filter__item--brackets {
  padding-top: 2.5px;
  padding-left: 5px;
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-filter__item--brackets {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-filter__item--brackets {
    font-size: 12px;
  }
}

.p-gaming-pc-sub__search-filter__select {
  border-radius: 2px;
}

.p-gaming-pc-sub__search-filter__price {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-filter--second {
    margin: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-filter--second {
    margin-top: 15px;
    margin-left: 15px;
  }
}

.p-gaming-pc-sub__search-filter__title {
  position: relative;
  padding: 20px 15px;
  border-bottom: 2px solid #004da1;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-gaming-pc-sub__search-filter__close {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}

.p-gaming-pc-sub__search-filter__close::before, .p-gaming-pc-sub__search-filter__close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #004da1;
  content: "";
}

.p-gaming-pc-sub__search-filter__close::before {
  width: 20px;
  height: 2px;
}

.p-gaming-pc-sub__search-filter__close::after {
  width: 2px;
  height: 20px;
}

.p-gaming-pc-sub__search-filter__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding: 15px 15px 30px;
  border-top: 1px solid #004da1;
  background-color: #fff;
}

.p-gaming-pc-sub__search-filter__result__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1;
}

.p-gaming-pc-sub__search-filter__result__number {
  display: inline-block;
  margin: 0 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.p-gaming-pc-sub__search-filter__result__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98px;
  height: 40px;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-gaming-pc-sub__search-product {
  gap: 0px 0px;
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product {
        grid-template-areas: "product_image product_name" "product_image product_price" "product_image product_spec" "product_image product_buttons";
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product {
        grid-template-areas: "product_image product_name" "product_image product_price" "product_spec product_spec" "product_buttons product_buttons";
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
  }
}

.p-gaming-pc-sub__search-product__image, .p-gaming-pc-sub__search-product__image--soldout {
  grid-area: product_image;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__image, .p-gaming-pc-sub__search-product__image--soldout {
    width: 250px;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__image, .p-gaming-pc-sub__search-product__image--soldout {
    width: 140px;
    padding: 0 15px 0 0;
  }
}

.p-gaming-pc-sub__search-product__image > img, .p-gaming-pc-sub__search-product__image--soldout > img {
  width: 100%;
  height: auto;
}

.p-gaming-pc-sub__search-product__image--soldout {
  position: relative;
}

.p-gaming-pc-sub__search-product__image--soldout::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.p-gaming-pc-sub__search-product__name {
  grid-area: product_name;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__name {
    max-width: 560px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__name {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-gaming-pc-sub__search-product__favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 5px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__favorite {
    width: 40px;
    height: 40px;
    margin-left: 19px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__favorite {
    width: 35px;
    height: 35px;
    margin-left: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-gaming-pc-sub__search-product__favorite {
  margin-top: 7px;
  margin-left: 10px;
}

.p-gaming-pc-sub__search-product__favorite > a, .p-gaming-pc-sub__search-product__favorite div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-gaming-pc-sub__search-product__favorite > a > img, .p-gaming-pc-sub__search-product__favorite div > img {
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__favorite > a > img, .p-gaming-pc-sub__search-product__favorite div > img {
    width: 20px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__favorite > a > img, .p-gaming-pc-sub__search-product__favorite div > img {
    width: 18px;
    height: 16px;
  }
}

.p-gaming-pc-sub__search-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: product_price;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e43344;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__price {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__price {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-gaming-pc-sub__search-product__number {
  margin-right: 5px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__number {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__number {
    font-size: 24px;
    letter-spacing: 0.64px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__number + .p-gaming-pc-sub__search-product__review {
    margin-left: 18px;
  }
}

.p-gaming-pc-sub__search-product__review a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #484848;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__review a {
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__review a {
    width: 100%;
  }
}

.p-gaming-pc-sub__search-product__review a > img {
  display: block;
  position: relative;
  top: -1px;
  height: auto;
  margin-right: 6px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__review a > img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__review a > img {
    width: 77px;
  }
}

.p-gaming-pc-sub__search-product__shipment, .p-gaming-pc-sub__search-product__shipment--red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  padding: 6px 5px;
  border: solid 1px #00a2e6;
  border-radius: 2px;
  color: #00a2e6;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__shipment, .p-gaming-pc-sub__search-product__shipment--red {
    margin-right: 18px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__shipment, .p-gaming-pc-sub__search-product__shipment--red {
    font-size: 11px;
  }
}

.p-gaming-pc-sub__search-product__shipment--red {
  border-color: #e43344;
  color: #e43344;
}

.p-gaming-pc-sub__search-product__spec {
  grid-area: product_spec;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__spec {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__spec {
    margin-top: 15px;
  }
}

.p-gaming-pc-sub__search-product__spec__title {
  width: 100%;
  padding: 15px 25px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-gaming-pc-sub__search-product__spec__title::before {
  right: 14px;
  width: 12px;
}

.p-gaming-pc-sub__search-product__spec__title::after {
  right: 19px;
  height: 12px;
}

.p-gaming-pc-sub__search-product__spec__title.is-open {
  border-radius: 2px 2px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__spec__body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__spec__body {
    padding: 17px 20px;
    border: solid 1px #a3a3a3;
    border-top: none;
    border-radius: 0 0 2px 2px;
  }
}

.p-gaming-pc-sub__search-product__spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__spec__item {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__spec__item {
    padding: 8px 0;
  }
}

.p-gaming-pc-sub__search-product__spec__item::after {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #a3a3a3;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__spec__item::after {
    margin-right: 20px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__spec__item::after {
    margin: 0 15px;
  }
}

.p-gaming-pc-sub__search-product__spec__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__spec__text {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__spec__text {
    padding: 8px 0;
  }
}

.p-gaming-pc-sub__search-product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__buttons {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-gaming-pc-sub__search-product__buttons {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__buttons {
    grid-area: product_buttons;
    margin-top: 25px;
  }
}

.p-gaming-pc-sub__search-product__buttons img {
  width: 18px;
  margin-right: 15px;
}

.p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    max-width: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--cart {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--cart {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--detail, .p-gaming-pc-sub__search-product__link + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--detail + .p-gaming-pc-sub__search-product__link--cart, .p-gaming-pc-sub__search-product__link--cart + .p-gaming-pc-sub__search-product__link--cart {
    margin-top: 0;
    margin-left: 15px;
  }
}

.p-gaming-pc-sub__search-product__link--detail {
  background-color: #00a2e6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__link--detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 135px;
            flex: 1 1 135px;
  }
}

.p-gaming-pc-sub__search-product__link--cart {
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__search-product__link--cart {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 195px;
            flex: 1 1 195px;
  }
}

.p-gaming-pc-sub__search-product__soldout {
  width: 100%;
}

.p-gaming-pc-sub__search-product__soldout__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  padding: 7px 9px;
  border: 1px solid;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-gaming-pc-sub__search-product__useditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.p-gaming-pc-sub__search-product__useditem__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 9px;
  border: 1px solid #865ebd;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-gaming-pc-sub__search-product__useditem__status {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-gaming-pc-sub__series {
  padding-top: 87px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.p-gaming-pc-sub__series__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc-sub__series__title {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__title {
    margin-bottom: 13px;
  }
}

.p-gaming-pc-sub__series__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-gaming-pc-sub__series__text {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__text {
    margin-bottom: 31px;
  }
}

.p-gaming-pc-sub__series__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-gaming-pc-sub__series__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.p-gaming-pc-sub__series__list ul li {
  width: 270px;
  padding: 25px 28px 30px 20px;
  border: solid 1px #7fd0f2;
  border-radius: 2px;
  background-color: #f2fafe;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc-sub__series__list ul li {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__list ul li {
    width: 47.8%;
    margin-bottom: 15px;
    padding: 16px 11px;
  }
  .p-gaming-pc-sub__series__list ul li:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 373px) {
  .p-gaming-pc-sub__series__list ul li {
    width: 100%;
  }
  .p-gaming-pc-sub__series__list ul li:nth-child(odd) {
    margin-right: 0px;
  }
}

.p-gaming-pc-sub__series__list__head {
  position: relative;
  margin-bottom: 21px;
  color: #004da1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__list__head {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-gaming-pc-sub__series__list__head:after {
  position: absolute;
  top: 13px;
  left: calc(50% - 60px);
  width: 120px;
  height: 10px;
  background-color: #00a2e6;
  content: "";
  opacity: 0.1;
}

.p-gaming-pc-sub__series__list__text {
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__list__text {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc-sub__model__contents__inr {
  /*----------------------------------------------------
  　納期バナー非表示
  ----------------------------------------------------*/
  /*----------------------------------------------------
  　ページ基本設定
  ----------------------------------------------------*/
  /*-------------------------------------
  　パンくず
  ---------------------------------------*/
  /*-------------------------------------
  　mainTxt
  ---------------------------------------*/
  /*-------------------------------------
  　featureBox
  ---------------------------------------*/
  /*-------------------------------------
  　セクション
  ---------------------------------------*/
  /*-------------------------------------
  　メインタイトル
  ---------------------------------------*/
  /*-------------------------------------
  　デスクトップ紹介
  ---------------------------------------*/
  /*-------------------------------------
  　デスクトップ
  ---------------------------------------*/
  /*.btn_link a::before {
    content: '';
    height: 100%;
    width: 110%;
    transform: skew(20deg);
    position: absolute;
    left: -115%;
    top: 0;
    background: #0094dd;
    transition: transform .4s;
    z-index: 1;
  }

  .btn_link a:hover::before{
    transform:skew(20deg) translateX(100%);
  }*/
  /* 画面外にいる状態 */
  /* 画面内に入った状態 */
  /*---------------------------
  　ページTOPへ
  ---------------------------*/
  /*---------------------------
  　clearfix
  ---------------------------*/
  /*---------------------------
  　サイドバナー
  ---------------------------*/
  /*---------------------------
  　コピーライト
  ---------------------------*/
  /*---------------------------
  　以下スマホ対応
  ---------------------------*/
  /* ウィンドウ幅が481〜768pxの場合に適用するCSS */
  /* ウィンドウ幅が770px〜の場合に適用するCSS */
  /* ウィンドウ幅が0〜479pxの場合に適用するCSS */
  /*-------------------------------------
  　追従メニュー
  ---------------------------------------*/
  /*-------------------------------------
  　2019.1.10追記　目的から選ぶ
  ---------------------------------------*/
  /*-----　　モデル 1列（ブルー）191219追加　　-----*/
  /*-----　　モデル 2列（ブルー）　　-----*/
  /*-----　　モデル 3列（ブルー）　　-----*/
  /*-----　　モデル 4列（ブルー）　　-----*/
  /*-----　　AMD Ryzen搭載モデル　　-----*/
  /*----------   追加 18/04/24   ----------*/
  /*.column2R #main {
      margin: 0 82.5px;
      }*/
  /*----------   追加 19/12/16 年末バナー   ----------*/
  /* CSS Information ==============================
  File name: base.css
  Table of Contents:
   +reset styles
   +base styles
   +header styles
   +container styles
   +footer styles
   +clearfix
  ============================================== */
  /*========================================
   +base styles
  ========================================*/
  /*========================================
   +header styles
  ========================================*/
  /*#siteNav .tabCNav3 a {
    background-position: -202px -0px;
    overflow: hidden;
  }*/
  /*#nav1 a:hover,
  #nav1 a:focus,
  #nav1 a:active,
  #nav1 .active {
    background: #0078c4;
  }*/
  /* header sub menu */
  /*ゲーム製作用モデルページ追加（ここから）*/
  /*ゲーム製作用モデルページ追加（ここまで）*/
  /*========================================
   +footer styles
  ========================================*/
  /*TOPページへ戻る用*/
  /*========================================
   +footerLinks styles
  ========================================*/
  /*========================================
   +module
  ========================================*/
  /*========================================
   +商品詳細テンプレート(ゲームのみ)
  ========================================*/
  /*========================================
   商品テーブルの背景追加(5/31)
  ========================================*/
  /*========================================
   特典テーブル表題背景
  ========================================*/
  /*========================================
   ゲームPC詳細ページ
  ========================================*/
  /* Firefox hack start */
  /* Firefox hack end */
  /* レコメンドスライダー上書 */
  /*========================================
   リンクパーツ
  ========================================*/
  /*========================================
   +clearfix
  ========================================*/
  /*========================================
   Intel（インテル）CPU性能比較 13 10/17
   グラフィックボード別性能比較 13 10/17
  ========================================*/
  /*========================================
   ゲームノートマップ下テキスト 14 4/1
  ========================================*/
  /*========================================
   セーフティサービスタブ 14 6/25
  ========================================*/
  /* メニュー */
  /* セーフティサービステーブル */
  /* セーフティサービその他装飾 */
  /* パソコン延長保証テーブル */
  /* 装飾 */
  /*========================================
   価格コムレビュー 14 10/6
  ========================================*/
  /*========================================
   レビュー表示 15/7/29
  ========================================*/
  /*=== 2015.08 トップページ改修　pencil　START ===*/
  /*=== 2015.08 トップページ改修　pencil　END ===*/
  /*========================================
   2016.05.20　左メニューランキング
  ========================================*/
  /*==================================================
   2016.05.30　ゲームパソコンカテゴリ別ランキング
  ==================================================*/
  /*========================================
   中古アイコン
  ========================================*/
  /* Utility
  ---------------------------------------------------------------- */
  /* side
  ---------------------------------------------------------------- */
  /*--------*/
  /*========================================
   2016.11.25 追記
  ========================================*/
  /*========================================
   2016.12 追記
  ========================================*/
  /* 詳細
  ---------------------------------------------------------------- */
  /* 推奨
  ---------------------------------------------------------------- */
  /*========================================
   2017.01 追記
  ========================================*/
  /* デスクトップ・ノート共通
  ---------------------------------------------------------------- */
  /* 中古
  ---------------------------------------------------------------- */
  /* ノート
  ---------------------------------------------------------------- */
  /*
  note-mapA
  */
  /*note-mapB*/
  /*
  01が一行一列、06が2行一列…としているので
  位置を変えるときはいテンプレの数字を変えてください
  */
  /*1行目*/
  /*↑4列のとき　top:70px;left:128px;*/
  /*↑4列のとき　top:70px;left:295px;*/
  /*↑4列のとき　使わない*/
  /*↑4列のとき　top:70px;right:194px;*/
  /*↑4列のとき　top:70px;right:27px;*/
  /*2行目*/
  /*↑4列のとき　top:190px;left:128px;*/
  /*↑4列のとき　top:190px;left:295px;*/
  /*↑4列のとき　使わない*/
  /*↑4列のとき　top:190px;right:194px;*/
  /*↑4列のとき　top:190px;right:27px;*/
  /*3行目*/
  /*↑4列のとき　top:309px;left:128px;*/
  /*↑4列のとき　top:309px;left:295px;*/
  /*↑4列のとき　使わない*/
  /*↑4列のとき　top:309px;right:194px;*/
  /*↑4列のとき　top:309px;right:27px;*/
  /*4行目*/
  /*↑4列のとき　top:429px;left:128px;*/
  /*↑4列のとき　top:429px;left:295px;*/
  /*↑4列のとき　使わない*/
  /*↑4列のとき　top:429px;left:194px;*/
  /*↑4列のとき　top:429px;left:27px;*/
  /*5行目*/
  /*5行1列*/
  /*5行2列*/
  /*5列のときの3列目*/
  /*5行3列*/
  /*5行4列*/
  /*オレンジ　矢印右*/
  /*黄色　矢印右下長い*/
  /*.note-mapB-notice-01::after { position: absolute;top:115%;right:-70px;display:block;width:0;height:0;border-width:10px 0px 0px 80px;border-style:solid;border-color:transparent #ffea00 transparent;content: "";transform: rotate(-330deg) !important;}
  .note-mapB-notice-01 span{ font-size:11px;}*/
  /*赤　矢印左*/
  /*.note-mapB-notice-02 span{color:#ffeb00;  font-size:18px;}*/
  /*.note-mapB-notice-02::after{ position:absolute;top:50%;left:-9px;display:block;width:0;height:0;border-width:9px 9px 9px 0;border-style:solid;border-color:transparent #eb1d02 transparent; content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);}*/
  /*オレンジ　矢印下*/
  /*オレンジ　矢印左*/
  /*オレンジ　矢印上*/
  /* note-mapC　170711*/
  /*オレンジ　矢印上*/
  /*オレンジ　矢印下*/
  /*ABテスト用*/
  /* デスクトップ
  ---------------------------------------------------------------- */
  /*
  desk-mapA
  */
  /*2行*/
  /*3行*/
  /*2列またがる。オーバーセル機能と両立させるため無理やりabsolute*/
  /*
  desk-mapB
  */
  /*
  desk-mapB_sli
  */
  /*2列またがる。オーバーセル機能と両立させるため無理やりabsolute*/
  /*
  desk-mapRe
  */
  /*
  desk-mapC
  */
  /*
  desk-mapD
  */
  /*
  desk-mapAmd
  */
  /*1セット　上にふきだし*/
  /*
  desk-mapVR
  */
  /*2列またがる。オーバーセル機能と両立させるため無理やりabsolute*/
  /* ゲーミングスリム
  ---------------------------------------------------------------- */
  /*ABテスト用検索窓*/
  /*========================================
   +yotpo
  ========================================*/
  /*-------------------------------------
  　レコメンドスタイル調整
  ---------------------------------------*/
  /*------------------------------------------------
   ベンチマークBパターン用(ゲームPC上書き部分)
  --------------------------------------------------*/
  /*-------------------------------------
  　PC⇔スマホ画像切り替え用
  ---------------------------------------*/
  /*-------------------------------------
  　スライダー共通化
  ---------------------------------------*/
  /*-------------------------------------
  　ゲームサブカテゴリ用
  ---------------------------------------*/
  /*161226追記*/
  /*170131　選ぶ時のポイント　/web2/5shopping/templates/search/positionmap/type197.tplの流用*/
  /*タイマー*/
  /*ツールチップ*/
  /*.tooltip_up::after {
      top: 100%;
      left: 50%;
  }
  .tooltip_down::after {
      top: 0;
      left: 50%;
  }*/
  /*0～479px　スマホ　/web2/5sp/info/templates/game.tplにて使用 201702追加*/
  /*0～479px　スマホここまで　消さない*/
  /*ABテスト用*/
  /*
.head_low4:after {
border-width: 0 67px 22px 67px;
}
*/
}

.p-gaming-pc-sub__model__contents__inr body #Header .sidebannerLeft {
  top: 8080px !important;
  left: auto !important;
}

.p-gaming-pc-sub__model__contents__inr .autoPop_all_0126,
.p-gaming-pc-sub__model__contents__inr .autoPop_0000-1759_3,
.p-gaming-pc-sub__model__contents__inr .autoPop_1800-2359_3,
.p-gaming-pc-sub__model__contents__inr .autoPop_all_4,
.p-gaming-pc-sub__model__contents__inr .autoPop_0000-1059_5,
.p-gaming-pc-sub__model__contents__inr .autoPop_1100-2359_5 {
  display: none !important;
}

.p-gaming-pc-sub__model__contents__inr #Globalnavi,
.p-gaming-pc-sub__model__contents__inr .all365days {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr #container {
  position: static;
  width: 100%;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .column2R #main {
  width: auto;
  float: none;
}

.p-gaming-pc-sub__model__contents__inr html {
  overflow: auto;
}

.p-gaming-pc-sub__model__contents__inr * html {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-gaming-pc-sub__model__contents__inr body {
  position: relative;
  min-width: 970px;
  overflow-x: hidden;
}

.p-gaming-pc-sub__model__contents__inr * html body {
  height: 100%;
  overflow-y: auto;
}

.p-gaming-pc-sub__model__contents__inr #lp_page {
  width: 100%;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr #lp_page a:hover {
  opacity: 0.7;
}

.p-gaming-pc-sub__model__contents__inr section h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 58px;
  font-weight: normal;
  letter-spacing: 3px;
}

.p-gaming-pc-sub__model__contents__inr #bottomContents,
.p-gaming-pc-sub__model__contents__inr #recParts,
.p-gaming-pc-sub__model__contents__inr #seoContents {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .pcOnly {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr .pcOnly.inlineBlock {
  display: inline-block;
}

.p-gaming-pc-sub__model__contents__inr .pcOnly.inline {
  display: inline;
}

.p-gaming-pc-sub__model__contents__inr .spOnly {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .no_clm_unit {
  width: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #001E60;
}

.p-gaming-pc-sub__model__contents__inr .cate-box {
  width: 970px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .cate-inner {
  width: 805px;
  float: right;
}

.p-gaming-pc-sub__model__contents__inr #bottomContents,
.p-gaming-pc-sub__model__contents__inr #recParts,
.p-gaming-pc-sub__model__contents__inr #seoContents {
  width: 805px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr .pcOnly {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .spOnly.inlineBlock {
    display: inline-block;
  }
  .p-gaming-pc-sub__model__contents__inr .spOnly.inline {
    display: inline;
  }
  .p-gaming-pc-sub__model__contents__inr #bottomContents,
  .p-gaming-pc-sub__model__contents__inr #recParts,
  .p-gaming-pc-sub__model__contents__inr #seoContents {
    width: 100%;
  }
}

.p-gaming-pc-sub__model__contents__inr #container .bcLast {
  margin-bottom: 0;
}

.p-gaming-pc-sub__model__contents__inr .breadCrumb {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .breadCrumb_inner {
  z-index: 9999;
  position: relative;
  width: 970px;
  height: 20px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .mainTxtBox {
  width: 1050px;
  margin: 50px auto 0;
  padding: 0 0 0 36px;
}

.p-gaming-pc-sub__model__contents__inr .mainTxt {
  margin-bottom: 70px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.p-gaming-pc-sub__model__contents__inr .mainTxtTtl {
  margin-bottom: 40px;
  font-size: 53px;
  letter-spacing: 2px;
}

.p-gaming-pc-sub__model__contents__inr .featureBg {
  margin: 0 -500%;
}

.p-gaming-pc-sub__model__contents__inr .featureArea {
  width: 100vw;
  margin: 0 auto;
  /*background: url(/5info/img/galleria-desktop/feature_bg.jpg) no-repeat scroll center 0;*/
  /*background-size: cover;*/
}

.p-gaming-pc-sub__model__contents__inr .featureBox {
  width: 1050px;
  margin: 80px auto 0;
  padding: 70px 0 30px;
}

.p-gaming-pc-sub__model__contents__inr .featureTtl {
  margin-bottom: 80px;
  font-size: 53px;
  letter-spacing: 2px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .featureTtl span {
  display: block;
  color: #797979;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .featureTtl.deco {
  height: 110px;
  background: #001951 url("/5info/img/galleria-desktop/bg_deco_border_renew.png") no-repeat scroll center bottom;
}

.p-gaming-pc-sub__model__contents__inr .featureSec {
  position: relative;
  margin-bottom: 160px;
}

.p-gaming-pc-sub__model__contents__inr .featureSecTtl {
  position: relative;
  padding-left: 36px;
  color: #0091DA;
  font-size: 44px;
  font-weight: 600;
}

.p-gaming-pc-sub__model__contents__inr .featureSecTxt {
  margin: 20px 0 60px 36px;
  font-size: 16px;
  letter-spacing: 2px;
}

.p-gaming-pc-sub__model__contents__inr .borderPerformance::after {
  display: block;
  position: absolute;
  top: 140px;
  left: -5px;
  width: 35px;
  height: 396px;
  border-left: 1px solid #264ba0;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .borderGraphics::after {
  display: block;
  position: absolute;
  top: 102px;
  left: -5px;
  /*border-bottom: 1px solid #fff;*/
  width: 250px;
  height: 566px;
  border-left: 1px solid #264ba0;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .borderSpec::after {
  /*border-left: 1px solid #fff;*/
  display: block;
  position: absolute;
  top: 72px;
  left: -5px;
  /*border-bottom: 1px solid #fff;*/
  width: 35px;
  height: 350px;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .borderAward::after {
  display: block;
  position: absolute;
  top: 52px;
  left: -5px;
  width: 65px;
  height: 280px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .featurePerformance {
  margin-left: 36px;
}

.p-gaming-pc-sub__model__contents__inr .featureAward {
  margin-left: 80px;
}

.p-gaming-pc-sub__model__contents__inr .featureGraphics {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .twentytwenty-wrapper {
  width: 500px;
  margin: 0 auto 5px;
}

.p-gaming-pc-sub__model__contents__inr .featureSpec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-left: 50px;
}

.p-gaming-pc-sub__model__contents__inr .featureSpec li {
  width: calc(100% / 3);
  font-family: Hiragino Kaku Gothic W4 JIS2004;
  font-size: 28px;
  line-height: 35px;
}

.p-gaming-pc-sub__model__contents__inr .featureSpec li span {
  display: block;
  color: #c8c8c8;
  font-family: Hiragino Kaku Gothic W2 JIS2004;
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .msgRotate {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  color: #264ba0;
  font-size: 14px;
  font-weight: 600;
}

.p-gaming-pc-sub__model__contents__inr .msgRotate.performance {
  position: absolute;
  top: 104px;
  left: -15px;
}

.p-gaming-pc-sub__model__contents__inr .msgRotate.graphic {
  position: absolute;
  top: 66px;
  left: -15px;
}

.p-gaming-pc-sub__model__contents__inr .msgRotate.spec {
  position: absolute;
  top: 48px;
  left: -15px;
}

.p-gaming-pc-sub__model__contents__inr section {
  width: 1050px;
  margin: 100px auto;
  padding-top: 80px;
  border-top: #666 1px solid;
}

.p-gaming-pc-sub__model__contents__inr section.nonBorderSection {
  padding: 0;
  border-top: none;
}

.p-gaming-pc-sub__model__contents__inr .bg_gry {
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .bg_flash {
  background: url("/5info/img/galleria-gamemaster/kaminari.png") no-repeat scroll center 0;
}

.p-gaming-pc-sub__model__contents__inr section img {
  max-width: 100%;
  height: auto;
}

.p-gaming-pc-sub__model__contents__inr section .copy {
  margin: 20px 0 200px;
  font-size: 24px;
  line-height: 1.4em;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr section .copy span {
  font-size: 20px;
  line-height: 0.3em;
}

.p-gaming-pc-sub__model__contents__inr .sp_br {
  display: none;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr section {
    width: 96%;
    margin: 30px 0 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 0;
  }
  .p-gaming-pc-sub__model__contents__inr h3 {
    margin: 0 0 10px;
    padding: 20px 0 0;
    font-size: 20px;
    letter-spacing: 0;
  }
  .p-gaming-pc-sub__model__contents__inr section .copy {
    margin: 10px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .p-gaming-pc-sub__model__contents__inr .sp_br {
    display: block;
  }
}

.p-gaming-pc-sub__model__contents__inr #boxTitle {
  z-index: 1;
  width: 100%;
  height: 700px;
  margin: 0 -500%;
  padding: 0 500%;
  background: #020406 url("/5info/img/galleria-desktop/bg_title_renew.jpg") no-repeat scroll center 0;
  font-weight: normal;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr #boxTitle .catchCopy {
  width: 500px;
  padding: 40px 0 100px;
}

.p-gaming-pc-sub__model__contents__inr #boxTitle .catchCopy .campText {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #00acea;
  border-bottom: 1px solid #00acea;
  color: #00acea;
  font-size: 15px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .boxInside {
  position: relative;
  width: 1050px;
  height: 700px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr #boxTitle .txtImg {
  z-index: 2;
  position: absolute;
  right: 0%;
  bottom: 50px;
}

.p-gaming-pc-sub__model__contents__inr #boxTitle .caseImg {
  z-index: 2;
  position: absolute;
  bottom: 34px;
}

.p-gaming-pc-sub__model__contents__inr .top_catch {
  margin: 50px 0 80px;
  font-size: 32px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .grd {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#fffcdf, #9f7207);
  font-size: 37px;
}

.p-gaming-pc-sub__model__contents__inr .grd_sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr #boxTitle h2 {
    width: 100%;
    padding: 0 0;
  }
  .p-gaming-pc-sub__model__contents__inr .top_catch {
    margin: 5px 0 25px;
    font-size: 16px;
    line-height: 1.4em;
  }
  .p-gaming-pc-sub__model__contents__inr .grd {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .grd_sp {
    display: block;
    color: #e6c800;
    font-size: 18px;
  }
}

.p-gaming-pc-sub__model__contents__inr .desktop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 115px 0;
}

.p-gaming-pc-sub__model__contents__inr .text_block > dd {
  margin-top: 40px;
}

.p-gaming-pc-sub__model__contents__inr .text_block .main_catch {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}

.p-gaming-pc-sub__model__contents__inr .text_block .sub_contents {
  margin-top: 80px;
}

.p-gaming-pc-sub__model__contents__inr .text_block .sub_contents .kakakucom_product_award > dt {
  letter-spacing: .05em;
}

.p-gaming-pc-sub__model__contents__inr .text_block .sub_contents .kakakucom_product_award > dd {
  margin-top: 14px;
  font-family: Hiragino Kaku Gothic W6 JIS2004;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .mainContents {
  margin-bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .box1col {
  margin-bottom: 140px;
}

.p-gaming-pc-sub__model__contents__inr .box1col h3 {
  margin-bottom: 80px;
  font-size: 34px;
  font-weight: 600;
}

.p-gaming-pc-sub__model__contents__inr .box1col h3.h80 {
  margin-top: -80px;
  padding-top: 80px;
}

.p-gaming-pc-sub__model__contents__inr .box1col p {
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .box2col {
  margin-bottom: 60px;
}

.p-gaming-pc-sub__model__contents__inr .box2col ul {
  width: 100%;
  margin: 20px auto;
}

.p-gaming-pc-sub__model__contents__inr .box2col ul li {
  width: 48%;
  margin-left: 4%;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .box2col ul li:first-child {
  margin-left: 0;
}

.p-gaming-pc-sub__model__contents__inr .box2col ul li h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .box2col ul li p {
  margin-bottom: 30px;
  color: #aaa;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .wideBgArea {
  width: 100%;
  margin: 0 -555%;
  padding: 1px 555%;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .center {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .lsMinus {
  letter-spacing: -1px;
}

.p-gaming-pc-sub__model__contents__inr .mt30 {
  margin-top: 30px;
}

.p-gaming-pc-sub__model__contents__inr .rankingBg {
  padding-bottom: 1px;
  background-color: #001951;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box {
  padding-top: 110px;
  background: url("/5info/img/galleria-desktop/ico_ranking01_renew.png") no-repeat scroll center 0;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box ul li:first-child {
  width: 38%;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box ul li:last-child {
  width: 62%;
  margin-top: 140px;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box .modelNameRank1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col {
  margin-bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 20px auto;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col ul li {
  width: 46%;
  margin-left: 4%;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col ul li:first-child {
  margin-left: 0;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col ul li h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .rankIcon img {
  margin-right: 14px;
  vertical-align: text-bottom;
}

.p-gaming-pc-sub__model__contents__inr .modelName {
  margin-top: 40px;
  overflow: hidden;
  font-size: 38px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box .modelSpec,
.p-gaming-pc-sub__model__contents__inr .buyBox2col .modelSpec {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

.p-gaming-pc-sub__model__contents__inr .ranking01Box .catch,
.p-gaming-pc-sub__model__contents__inr .buyBox2col .catch {
  margin-bottom: 20px;
}

.p-gaming-pc-sub__model__contents__inr .buyBox2col .primeimgurl {
  width: 80%;
  margin: 0 auto 40px;
}

.p-gaming-pc-sub__model__contents__inr .btn_link a {
  display: block;
  position: relative;
  width: 347px;
  padding: 12px 0;
  border: 1px solid #0062a2;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .btn_link a::after {
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  font-size: inherit;
  content: '';
}

.p-gaming-pc-sub__model__contents__inr .btn_link a:hover {
  opacity: 0.8;
}

.p-gaming-pc-sub__model__contents__inr .w345 {
  width: 345px;
}

.p-gaming-pc-sub__model__contents__inr .w400 {
  width: 400px;
}

.p-gaming-pc-sub__model__contents__inr .small {
  width: 300px;
}

.p-gaming-pc-sub__model__contents__inr .small a {
  padding: 14px 0 !important;
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .w805 {
  width: 805px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.p-gaming-pc-sub__model__contents__inr .w805 .box1col h3 {
  margin-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .w805 .box1col p {
  margin-bottom: 30px;
  color: #aaa;
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .w805 .vga_link_box {
  height: 60px;
  margin-bottom: 15px;
}

.p-gaming-pc-sub__model__contents__inr .w805 .desk-tab_4L {
  z-index: 999;
  padding: 10px 0 10px 9px;
  overflow: hidden;
  border-bottom: none !important;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .w805 .desk-tab_4L li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .w805 .desk-tab_4L li a {
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #666;
  background: url(/5shopping/templates/game_pc/img/general/icon_19.png) center 80% no-repeat, #666;
  font-size: 12px;
}

.p-gaming-pc-sub__model__contents__inr .temporaryHide {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .fadein {
  -webkit-transform: translate(-300px, 0);
          transform: translate(-300px, 0);
  opacity: 0;
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /*opacity : 1;
    transform : translate(0, 0);*/
}

.p-gaming-pc-sub__model__contents__inr .fadein.scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr .box1col h3 {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .p-gaming-pc-sub__model__contents__inr .box2col ul li {
    width: 100%;
    margin-left: 0%;
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr .box2col ul li h3 {
    font-size: 26px;
  }
  .p-gaming-pc-sub__model__contents__inr .featureBox2col ul li {
    width: 100%;
    margin-left: 0%;
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr .featureBox2col ul li:first-child {
    margin-left: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .featureBox2col ul li:last-child {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .lsMinus {
    letter-spacing: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .buyBox2col ul li {
    width: 100%;
    margin-left: 0%;
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr .buyBox2col ul li:first-child {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .w345 {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .small {
    width: 80%;
  }
  .p-gaming-pc-sub__model__contents__inr .w805 {
    width: 96%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }
  .p-gaming-pc-sub__model__contents__inr .w805 .desk-tab_4L li {
    margin-bottom: 7px;
  }
  .p-gaming-pc-sub__model__contents__inr .w805 .vga_link_box {
    height: 110px;
  }
  .p-gaming-pc-sub__model__contents__inr .fadein {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.p-gaming-pc-sub__model__contents__inr #pagetop {
  display: none;
  position: fixed;
  right: 55px;
  bottom: 30px;
}

.p-gaming-pc-sub__model__contents__inr #pagetop a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .pagetop {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .clearfix:after {
  /* 新しい要素を作る */
  display: block;
  visibility: hidden;
  height: 0;
  /* ブロックレベル要素に */
  clear: both;
  content: ".";
}

.p-gaming-pc-sub__model__contents__inr .clearfix {
  min-height: 1px;
}

.p-gaming-pc-sub__model__contents__inr * html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}

.p-gaming-pc-sub__model__contents__inr .sidebannerLeft,
.p-gaming-pc-sub__model__contents__inr .sidebannerRight {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr #copyright {
  padding: 20px 110px 0 0;
  font-size: 10px;
  word-break: break-all;
}

@media screen and (max-width: 769px) {
  .p-gaming-pc-sub__model__contents__inr #menuBottomBox {
    left: 103%;
  }
  .p-gaming-pc-sub__model__contents__inr .pc {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .p-gaming-pc-sub__model__contents__inr .sp {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .w70 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr {
    /*--------------------------
   レスポンシブ対応ヘッダ
  ----------------------------*/
    /*--------------------------
     レスポンシブ対応フッタ
    ----------------------------*/
    /*--------------------------
     レスポンシブ対応全体
    ----------------------------*/
    /*--------------------------
     タイトル
    ----------------------------*/
  }
  .p-gaming-pc-sub__model__contents__inr body {
    -webkit-text-size-adjust: 100%;
    min-width: 100% !important;
  }
  .p-gaming-pc-sub__model__contents__inr #Globalnavi,
  .p-gaming-pc-sub__model__contents__inr #Header #head_navi_menu,
  .p-gaming-pc-sub__model__contents__inr #Header #head_navi_menu_g,
  .p-gaming-pc-sub__model__contents__inr #Header .keyword,
  .p-gaming-pc-sub__model__contents__inr #Header #headsearchBox,
  .p-gaming-pc-sub__model__contents__inr #Header .wishBtn,
  .p-gaming-pc-sub__model__contents__inr #Header .btn,
  .p-gaming-pc-sub__model__contents__inr .leadSection .recomWin_black,
  .p-gaming-pc-sub__model__contents__inr .leadSectionInner {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr #Header,
  .p-gaming-pc-sub__model__contents__inr #Header .inner,
  .p-gaming-pc-sub__model__contents__inr #Header h1 {
    width: 100%;
    height: auto;
  }
  .p-gaming-pc-sub__model__contents__inr #Header {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    border-bottom: 3px solid #fff;
  }
  .p-gaming-pc-sub__model__contents__inr #Header .logo {
    position: relative;
    top: 0px;
    width: 90%;
    padding: 0px 0px 12px 3px;
  }
  .p-gaming-pc-sub__model__contents__inr #Header h1 {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr #container {
    width: 100%;
    padding-top: 0px !important;
  }
  .p-gaming-pc-sub__model__contents__inr #wrapper_premium_member .topicPath,
  .p-gaming-pc-sub__model__contents__inr #wrapper_premium_member .breadCrumb {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr #pagetop {
    right: 10px;
    bottom: 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .footerTagline {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 4px;
    padding: 0% 2%;
    font-size: 90%;
    line-height: 140%;
    text-align: left;
  }
  .p-gaming-pc-sub__model__contents__inr .footerTagline,
  .p-gaming-pc-sub__model__contents__inr #footer,
  .p-gaming-pc-sub__model__contents__inr #footerNav2,
  .p-gaming-pc-sub__model__contents__inr #footerLinks #footerLinks_Nav,
  .p-gaming-pc-sub__model__contents__inr #footerLinks #footerLinks_NavParts,
  .p-gaming-pc-sub__model__contents__inr #footerCopy,
  .p-gaming-pc-sub__model__contents__inr #footerCopy p.copyright {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
  }
  .p-gaming-pc-sub__model__contents__inr #footer {
    padding: 9px 0px 7px 0px;
  }
  .p-gaming-pc-sub__model__contents__inr #footerLinks {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr #footerLinks ul {
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr #footerCopy p.copyright a {
    display: block;
    margin-bottom: 7px;
  }
  .p-gaming-pc-sub__model__contents__inr #footerLinks ul {
    margin: 12px 0px 0px 5px;
  }
  .p-gaming-pc-sub__model__contents__inr #footerLinks ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-table;
    width: 45%;
  }
  .p-gaming-pc-sub__model__contents__inr #footerLinks ul li.catName,
  .p-gaming-pc-sub__model__contents__inr #footerLinks ul li.noLink {
    width: 90%;
  }
  .p-gaming-pc-sub__model__contents__inr #footerNav2 ul {
    margin: 0% 4%;
  }
  .p-gaming-pc-sub__model__contents__inr body #footerNav2 li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-table;
    width: 49%;
    margin: 0px 0px 9px 0px;
    padding: 0px;
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr #footerNav2 li:first-of-type {
    margin-bottom: 9px !important;
  }
  .p-gaming-pc-sub__model__contents__inr #splink_footer {
    display: none !important;
  }
  .p-gaming-pc-sub__model__contents__inr #footerCopy p.copyright {
    font-size: 80%;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr body #footerCopy {
    min-width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .pageLink {
    margin: 0;
    padding: 0;
  }
  .p-gaming-pc-sub__model__contents__inr #container {
    margin: 0 auto 50px;
  }
  .p-gaming-pc-sub__model__contents__inr #lp_page {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    color: #FFF;
    line-height: 1.6em;
  }
  .p-gaming-pc-sub__model__contents__inr .breadCrumb {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .column2R #main {
    background: none;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle {
    /*padding: 30% 0 5%;
    background: url(/5info/img/galleria-gamemaster/main_back_170321.jpg) no-repeat 50% 0% / 115% auto;
    margin: 0;*/
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle .catchCopy {
    width: 100%;
    padding: 40% 0 0;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle .catchCopy img {
    width: 60%;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle .catchCopy .campText {
    margin: 10% 0 0;
    font-size: 12px;
    text-align: left;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle h2 {
    margin: 0 0;
    background: none;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle h2 img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .p-gaming-pc-sub__model__contents__inr #boxTitle h2 span {
    -webkit-box-reflect: above -35px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5));
    margin: 20px 0 10px;
  }
}

.p-gaming-pc-sub__model__contents__inr .chase_munu {
  margin-bottom: 0;
}

.p-gaming-pc-sub__model__contents__inr .nav_bg {
  width: 100%;
  height: 40px;
  margin: 0 -500%;
  padding: 0 500%;
  overflow: hidden;
  background: rgba(70, 70, 70, 0.6);
}

.p-gaming-pc-sub__model__contents__inr .chase_nav {
  width: 1050px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .l_logo {
  padding-top: 20px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .r_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0 0px 0 0;
  float: right;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .r_btn p {
  margin: 0 0 0 20px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .r_btn a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .elFollow_bg {
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  background: rgba(70, 70, 70, 0.6);
  -webkit-transition: all 0.3s 0.2s ease-in;
  transition: all 0.3s 0.2s ease-in;
}

.p-gaming-pc-sub__model__contents__inr .elFollow {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 50%;
  width: 1050px;
  margin-left: -525px;
  -webkit-transition: all 0.3s 0.2s ease-in;
  transition: all 0.3s 0.2s ease-in;
}

.p-gaming-pc-sub__model__contents__inr .btn_spec {
  margin: 0 20px 0 !important;
}

.p-gaming-pc-sub__model__contents__inr .btn_buy a {
  display: block;
  width: 145px;
  padding: 2px 0 !important;
  background: #ff5720;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .btn_buy a:hover {
  background: #fe906d;
  color: #111 !important;
}

.p-gaming-pc-sub__model__contents__inr .buynow {
  margin: 25px 0 0 0;
}

.p-gaming-pc-sub__model__contents__inr .buynow a {
  display: block;
  position: relative;
  width: 25%;
  margin: 0 auto;
  padding: 9px 14px;
  border: 1px solid #3e82d7;
  background: -webkit-linear-gradient(top, #095fcc 0%, #095fcc 50%, #134197 50%, #134197 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .buynow a:before {
  -webkit-transform: rotate(45deg) translate(-70%);
  -ms-transform: rotate(45deg) translate(-70%);
  display: block;
  position: absolute;
  top: 49%;
  left: 23%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(-70%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 479px) {
  .p-gaming-pc-sub__model__contents__inr .nav_bg {
    width: 100%;
    height: 55px;
    margin: 0 -500%;
    padding: 0 500%;
    overflow: hidden;
    background: rgba(70, 70, 70, 0.6);
  }
  .p-gaming-pc-sub__model__contents__inr .chase_nav {
    width: 100%;
    margin: -20px 0;
    padding: 10px 0 15px;
  }
  .p-gaming-pc-sub__model__contents__inr .l_logo {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .r_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    float: right;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr .r_btn p {
    margin: 0 15px 0 20px;
  }
  .p-gaming-pc-sub__model__contents__inr .btn_spec {
    margin: 12px 20px 0 !important;
  }
  .p-gaming-pc-sub__model__contents__inr .elFollow {
    position: static;
    top: 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .btn_buy a {
    margin: 0 0 0;
    padding: 7px 0 !important;
  }
  .p-gaming-pc-sub__model__contents__inr .buynow {
    margin: 25px 0 0 0;
  }
  .p-gaming-pc-sub__model__contents__inr .buynow a {
    display: block;
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 9px 14px;
    border: 1px solid #3e82d7;
    background: -webkit-linear-gradient(top, #095fcc 0%, #095fcc 50%, #134197 50%, #134197 100%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }
  .p-gaming-pc-sub__model__contents__inr .buynow a:before {
    -webkit-transform: rotate(45deg) translate(-70%);
    -ms-transform: rotate(45deg) translate(-70%);
    display: block;
    position: absolute;
    top: 48%;
    left: 10%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translate(-70%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
  }
}

.p-gaming-pc-sub__model__contents__inr .selectArea {
  width: 100%;
  margin: 0 -500%;
  padding: 60px 500% 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
  background: linear-gradient(#ffffff, #dedede);
}

.p-gaming-pc-sub__model__contents__inr .selectBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-gaming-pc-sub__model__contents__inr .selectBnr a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-gaming-pc-sub__model__contents__inr .selectTitle {
  margin-bottom: 30px;
  color: #3E3A39;
  font-family: Hiragino Kaku Gothic W4 JIS2004;
  font-size: 36px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr #Header,
.p-gaming-pc-sub__model__contents__inr .breadCrumb,
.p-gaming-pc-sub__model__contents__inr .topContainer,
.p-gaming-pc-sub__model__contents__inr .leadSection {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr .radius2.popup {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .tabNav {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr #ver01 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver01g td.hover,
.p-gaming-pc-sub__model__contents__inr #ver02 td.hover,
.p-gaming-pc-sub__model__contents__inr #vervr td.hover,
.p-gaming-pc-sub__model__contents__inr #ver05 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver01 th.hover,
.p-gaming-pc-sub__model__contents__inr #ver01g th.hover,
.p-gaming-pc-sub__model__contents__inr #ver02 th.hover:not(.index_vertical),
.p-gaming-pc-sub__model__contents__inr #vervr th.hover,
.p-gaming-pc-sub__model__contents__inr #ver05 th.hover,
.p-gaming-pc-sub__model__contents__inr #ver07 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver07 th.hover,
.p-gaming-pc-sub__model__contents__inr #ver08 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver08 th.hover {
  background-color: #e5edf5;
  color: #000;
}

.p-gaming-pc-sub__model__contents__inr #ver01 tfoot td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver01 td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver01g td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-col:not(.desk-mapB-data-01),
.p-gaming-pc-sub__model__contents__inr #vervr td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver05 td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver07 td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver08 td.hover-col {
  background-color: #e5f6fc;
  color: #000 !important;
}

.p-gaming-pc-sub__model__contents__inr #ver01 td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver01g td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #vervr td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver05 td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver07 td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver08 td.hover-cell {
  background-color: #cee5f2 !important;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow::before {
  border-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow::after {
  background-color: #004da1;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.first-hover::before {
  border-color: #000;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.first-hover::after {
  background-color: #f6f6f6;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.first-hover a::before {
  border-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.first-hover a::after {
  background-color: #004da1;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.second-hover::before {
  border-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.second-hover::after {
  background-color: #004da1;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.second-hover a::before {
  border-color: #000;
}

.p-gaming-pc-sub__model__contents__inr #ver02 td.hover-cell.c-panel-arrow.second-hover a::after {
  background-color: #f6f6f6;
}

.p-gaming-pc-sub__model__contents__inr #ver01 thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver01g thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver02 thead td:hover,
.p-gaming-pc-sub__model__contents__inr #vervr thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver05 thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver07 thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver08 thead td:hover {
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver01 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver01g tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #vervr tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver05 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver01 tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #ver01g tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #vervr tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #ver05 tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #ver07 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver07 tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #ver08 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver08 tfoot td:hover {
  background-color: #fff;
  color: #000 !important;
  font-weight: bold;
  cursor: default;
}

.p-gaming-pc-sub__model__contents__inr #ver03 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver03 th.hover,
.p-gaming-pc-sub__model__contents__inr #ver06 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver06 th.hover {
  background-color: #66d997;
  color: #000;
}

.p-gaming-pc-sub__model__contents__inr #ver01 tfoot td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver03 td.hover-col,
.p-gaming-pc-sub__model__contents__inr #ver06 td.hover-col {
  background-color: #ff9393;
  color: #000;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #ver03 td.hover-cell,
.p-gaming-pc-sub__model__contents__inr #ver06 td.hover-cell {
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver03 thead td:hover,
.p-gaming-pc-sub__model__contents__inr #ver06 thead td:hover {
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #ver03 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver03 tfoot td:hover,
.p-gaming-pc-sub__model__contents__inr #ver06 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver06 tfoot td:hover {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  cursor: default;
}

.p-gaming-pc-sub__model__contents__inr #ver04 td.hover,
.p-gaming-pc-sub__model__contents__inr #ver04 th.hover {
  background-color: #ff9393;
  color: #000;
}

.p-gaming-pc-sub__model__contents__inr #ver04 td.hover-col {
  background-color: #a3ebff;
  color: #000;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #ver04 td.hover-cell {
  background-color: #ffe066;
}

.p-gaming-pc-sub__model__contents__inr #ver04 thead td:hover {
  background-color: #ffe066;
}

.p-gaming-pc-sub__model__contents__inr #ver04 tbody th:hover,
.p-gaming-pc-sub__model__contents__inr #ver04 tfoot td:hover {
  background-color: #ffe066;
  color: #000;
  font-weight: bold;
  cursor: default;
}

.p-gaming-pc-sub__model__contents__inr #ver01 .desk-mapA-series,
.p-gaming-pc-sub__model__contents__inr #ver01g .desk-mapA-series,
.p-gaming-pc-sub__model__contents__inr #ver02 .desk-mapB-series,
.p-gaming-pc-sub__model__contents__inr #vervr .desk-mapVR-series,
.p-gaming-pc-sub__model__contents__inr #ver03 .desk-mapAmdCpu-series,
.p-gaming-pc-sub__model__contents__inr #ver06 .desk-mapAmdCpu-series,
.p-gaming-pc-sub__model__contents__inr #ver04 .desk-mapC-series,
.p-gaming-pc-sub__model__contents__inr #ver05 .desk-mapB-series,
.p-gaming-pc-sub__model__contents__inr #ver07 .desk-mapA-series,
.p-gaming-pc-sub__model__contents__inr #ver08 .desk-mapB-series,
.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-series {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .gmLinkBnr {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  background: url(/5shopping/templates/category_top/contents/img/tg13/gamemaster_gxf_805.jpg);
}

.p-gaming-pc-sub__model__contents__inr .gmLinkBnr a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .gmLinkBnr:hover {
  opacity: 0.6;
}

.p-gaming-pc-sub__model__contents__inr .priceText span {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 150px;
}

.p-gaming-pc-sub__model__contents__inr .tw_yen {
  color: #f00;
  font-size: 30px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-gaming-pc-sub__model__contents__inr td.column3 {
  width: 300px;
}

.p-gaming-pc-sub__model__contents__inr .desk_gm_map_bg3 {
  background: url(/5info/img/galleria-gamemaster/desk_gm_map_bg3.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr colgroup {
  display: table-column-group;
}

.p-gaming-pc-sub__model__contents__inr .lengthColor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0065a9), to(#00a2e6));
  background-image: linear-gradient(to bottom, #0065a9 0%, #00a2e6 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-lead {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .index_vertical {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ececec;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .index_vertical span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .index_foot,
.p-gaming-pc-sub__model__contents__inr .index_foot_red {
  position: relative;
}

.p-gaming-pc-sub__model__contents__inr .index_foot:after {
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0;
  height: 0;
  border-width: 40px 0 40px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0388CE;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .index_foot.more_height:after {
  border-width: 52px 0 40px 12px;
}

.p-gaming-pc-sub__model__contents__inr .index_foot_red:after {
  position: absolute;
  top: 0px;
  right: -13px;
  width: 0;
  height: 0;
  border-width: 40px 0 40px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #da1d34;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .head_low1 {
  position: relative;
  width: 105px;
  border-top: none;
  border-right: none !important;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .head_low1:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 52px 22px 52px;
  border-style: solid;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .slant_low1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 80px;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  background-image: linear-gradient(-37deg, #114A9E 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low1:before {
  position: absolute;
  top: 25px;
  left: 10px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  color: #fff;
  font-size: 10px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low1:after {
  position: absolute;
  top: 48px;
  left: 46px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr .wid_low1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .head_low2 {
  position: relative;
  width: 105px;
  border-top: none;
  border-right: none !important;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .head_low2:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 52px 22px 52px;
  border-style: solid;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .slant_low2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 80px;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  background-image: linear-gradient(-37deg, #114A9E 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low2:before {
  position: absolute;
  top: 25px;
  left: 10px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  color: #fff;
  font-size: 10px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low2:after {
  position: absolute;
  top: 48px;
  left: 46px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr .wid_low2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 43%;
  padding: 5px 5px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .head_low3 {
  position: relative;
  width: 140px;
  border-right: none !important;
  border-left: 1px solid #c8c8c8;
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .head_low3 span {
  display: block;
  height: 100%;
  border-top: 1px solid #c8c8c8;
}

.p-gaming-pc-sub__model__contents__inr .slant_low3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 80px;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  background-image: linear-gradient(-35deg, #114A9E 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low3:before {
  position: absolute;
  top: 28px;
  left: 15px;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  color: #fff;
  font-size: 10px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low3:after {
  position: absolute;
  top: 45px;
  left: 48px;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr .wid_low3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  padding: 5px 5px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .head_low4 {
  position: relative;
  width: 105px;
  border-right: none !important;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .head_low4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 52px 22px 52px;
  border-style: solid;
  border-color: transparent transparent #00ab2b transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .slant_low4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100px;
  border-top: solid #ececec 1px;
  border-right: solid #c8c8c8 1px;
  background-image: linear-gradient(-46deg, #114A9E 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4:before {
  position: absolute;
  top: 10px;
  left: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low4:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr .slant_low4.more_height {
  height: 92px;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4.more_height:before {
  top: 32px;
  left: 12px;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4.more_height:after {
  top: 54px;
  left: 48px;
}

.p-gaming-pc-sub__model__contents__inr .wid_low4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #c8c8c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f5f5f5), to(#ececec));
  background-image: linear-gradient(180deg, #fff 0%, #f5f5f5 50%, #ececec 100%);
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .list-container {
  height: 100%;
  border-top: 1px solid #c8c8c8;
}

.p-gaming-pc-sub__model__contents__inr .list-container.bl {
  border-left: 1px solid #c8c8c8;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4_red,
.p-gaming-pc-sub__model__contents__inr .slant_low2_red {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 80px;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  background-image: linear-gradient(-36deg, #7d080e 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4_red:before,
.p-gaming-pc-sub__model__contents__inr .slant_low2_red:before {
  position: absolute;
  top: 27px;
  left: 10px;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  color: #fff;
  font-size: 10px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low4_red:after,
.p-gaming-pc-sub__model__contents__inr .slant_low2_red:after {
  position: absolute;
  top: 45px;
  left: 43px;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr tfoot {
  background: #114A9E;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, right top, from(#004da1), to(#00277b));
  background-image: linear-gradient(to right, #004da1 0%, #00277b 100%);
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr tfoot.ft_red {
  background: #7d080e;
  background-attachment: fixed;
  background-image: -webkit-gradient(linear, left top, right top, from(#7d080e), to(#da1d34));
  background-image: linear-gradient(to right, #7d080e 0%, #da1d34 100%);
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-series-05 {
  border: 1px solid #d4e519;
  background: #83a304;
  background: -webkit-gradient(linear, left top, right top, from(#83a304), to(#d4e519));
  background: linear-gradient(to right, #83a304 0%, #d4e519 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-series-05-gm {
  margin: 0 auto;
  border: 1px solid #d4e519;
  background: #83a304;
  background: -webkit-gradient(linear, left top, right top, from(#83a304), to(#d4e519));
  background: linear-gradient(to right, #83a304 0%, #d4e519 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 7px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapGame-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 5px;
  /*width: 224px;*/
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapGame-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapA-icon-03 {
  bottom: 20px;
  left: 41%;
}

.p-gaming-pc-sub__model__contents__inr .column2R #sub {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .rank {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .otherLink {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .gameCategory {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .sp {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .p-gaming-pc-sub__model__contents__inr *::-ms-backdrop,
  .p-gaming-pc-sub__model__contents__inr .lengthColor {
    background-attachment: fixed;
    /* IE11 にのみ適用される */
    background-repeat: no-repeat;
  }
}

.p-gaming-pc-sub__model__contents__inr _:-ms-lang(x),
.p-gaming-pc-sub__model__contents__inr _::-webkit-meter-bar,
.p-gaming-pc-sub__model__contents__inr .lengthColor {
  background-attachment: fixed;
  /* edge にのみ適用される */
  background-repeat: no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .bnr_box {
  position: relative;
  width: 500%;
  margin: 0 0 0 -200%;
  background: #eb0808;
}

.p-gaming-pc-sub__model__contents__inr .bnr_box img.chara_chip {
  position: absolute;
  top: 5px;
  left: calc(50% - 479px);
  width: auto;
  height: 85px;
}

.p-gaming-pc-sub__model__contents__inr .bnr_center {
  width: 100vw;
  height: 90px;
  margin: 0 auto 140px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .bnr_center img {
  width: 728px;
}

.p-gaming-pc-sub__model__contents__inr html body {
  /*background: #156d92 url(/5shopping/templates/game_pc/img/grd.jpg) left top repeat-x;*/
  /*background: #000000 url(/5shopping/templates/game_pc/img/galleria_smoke4.jpg) center -20px repeat-y;*/
  background-color: #011e60;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .p-gaming-pc-sub__model__contents__inr html body {
    /*background-color: #fff;*/
  }
}

.p-gaming-pc-sub__model__contents__inr a,
.p-gaming-pc-sub__model__contents__inr a span {
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr a .-specbox span {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr a:hover,
.p-gaming-pc-sub__model__contents__inr a:focus,
.p-gaming-pc-sub__model__contents__inr a:active,
.p-gaming-pc-sub__model__contents__inr a:hover span,
.p-gaming-pc-sub__model__contents__inr a:focus span,
.p-gaming-pc-sub__model__contents__inr a:active span {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr input:focus {
  background: #ffcce5;
}

.p-gaming-pc-sub__model__contents__inr #sub {
  margin-top: 0;
}

.p-gaming-pc-sub__model__contents__inr #header {
  /*background: url(/5shopping/templates/game_pc/img/galleria_bg_logo.png) center center no-repeat;*/
}

.p-gaming-pc-sub__model__contents__inr #headerBody .tagLine {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #headerBody .lead {
  position: absolute;
  top: 8px;
  right: 10px;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabN li a {
  width: 80px;
  height: 31px;
  border: none;
  background-image: url(/5include/header/img/common/spriteNav_g2.png);
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabN li .active,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabN li a:hover {
  border: none;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabC {
  background: url(/5include/header/img/common/g_menu_bg2.png) repeat-x;
}

.p-gaming-pc-sub__model__contents__inr #nav1 li a {
  background: url(/5include/header/img/common/g_menu2_150310.png) no-repeat;
}

.p-gaming-pc-sub__model__contents__inr #nav1 li ul {
  border: 1px solid #FFF;
  background: #000;
  color: #FFF;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav12 .nav_service {
  border: 1px solid #999;
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav12 .nav_service a {
  color: #0062b0;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .midashi {
  color: #FFF;
}

.p-gaming-pc-sub__model__contents__inr #nav1 li a.viewPage {
  background-color: transparent;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabN li .active,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabN li a:hover {
  border: none;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav1 a {
  background-position: 0 0;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav2 a {
  background-position: -80px 0;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav3 a {
  background-position: -160px 0;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav4 a {
  background-position: -240px 0;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav5 a {
  width: 78px;
  background-position: -318px 0;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav1 a:hover,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav1 a:focus,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav1 a:active,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav1 .active {
  overflow: hidden;
  background-position: 0 -36px;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav2 a:hover,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav2 a:focus,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav2 a:active,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav2 .active {
  overflow: hidden;
  background-position: -80px -36px;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav3 a:hover,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav3 a:focus,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav3 a:active,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav3 .active {
  overflow: hidden;
  background-position: -160px -36px;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav4 a:hover,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav4 a:focus,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav4 a:active {
  overflow: hidden;
  background-position: -239px -36px;
}

.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav5 a:hover,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav5 a:focus,
.p-gaming-pc-sub__model__contents__inr #siteNav .tabNav5 a:active {
  overflow: hidden;
  background-position: -318px -36px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 li li a {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #nav4 li a {
  border: 1px solid #1c3944;
  background: #1c3944 url(/5img/iconBlankW1.gif) 5px center no-repeat;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #nav4 li a:hover,
.p-gaming-pc-sub__model__contents__inr #nav4 li a:focus,
.p-gaming-pc-sub__model__contents__inr #nav4 li a:active {
  background: #004da1 url(/5img/iconBlankW1.gif) 5px center no-repeat;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #nav5 li {
  background: url(/5img/dashedGrayV1.gif) left top repeat-y;
}

.p-gaming-pc-sub__model__contents__inr li.donyaCat_tit {
  color: #FFF;
  font-weight: bold;
  list-style: none outside none;
}

.p-gaming-pc-sub__model__contents__inr #siteUtilityInner {
  background: #080808 url(/5include/header/img/bg2.gif) left top repeat-x;
}

.p-gaming-pc-sub__model__contents__inr #siteUtility #categorySelect {
  background: #303030 url(/5include/header/img/categorySelectBtn2.gif) right 0 no-repeat;
}

.p-gaming-pc-sub__model__contents__inr #siteUtility #categorySelect span {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #siteUtility .sBox .simple_cont {
  border: 1px solid #000;
  background-color: #000;
}

.p-gaming-pc-sub__model__contents__inr #siteUtility .sBox .body a {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #cartContents {
  background: #c1c1c1;
  color: #000;
}

.p-gaming-pc-sub__model__contents__inr #cartContents p {
  float: left;
}

.p-gaming-pc-sub__model__contents__inr #cartContents .ttl {
  background: #303030 url(/5include/header/img/iconCart.gif) 5px center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr #helpNav {
  border: 1px solid #c1c1c1;
}

.p-gaming-pc-sub__model__contents__inr #helpNav li {
  background: url(/5img/dashedGrayV1.gif) left top repeat-y;
}

.p-gaming-pc-sub__model__contents__inr #fixedSwich a {
  background: #000;
  color: #777;
}

.p-gaming-pc-sub__model__contents__inr #fixedSwich .active {
  background: #4d4d4d url(/5include/header/img/bg3.gif) left top repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .asideTg13Box {
  /*background: #000000;*/
  background: #323232;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc {
  width: 410px;
  _width: 430px;
  padding-top: 0;
  background: #000000;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc .gnavLeft {
  width: 200px;
  margin-top: 10px;
  float: left;
  border-right: 1px #FFF dashed;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc .gnavRight {
  width: 200px;
  margin-top: 20px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc ul {
  position: static;
  width: auto;
  border: none;
  background: #000000;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li {
  /*float:left;*/
  display: inline-block;
  width: 180px;
  height: 70px;
  margin-right: 20px;
  background: #000;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper li .nav_gamepc .gnavLeft .nav_lineup {
  margin-right: 0;
  padding-right: 0;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper li .nav_gamepc .gnavLeft .nav_lineup li a {
  display: inline-block;
  width: 170px;
  height: 70px;
  color: #ffffff;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper li .nav_gamepc .gnavLeft .nav_lineup li a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li span.nav_txt {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li a span.nav_txt {
  padding-left: 7px;
  color: #ffffff;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li a span.nav_txt em {
  display: inline-block;
  margin-top: 8px;
  margin-left: 5px;
  font-size: 15px;
  line-height: 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_suishou {
  background: url("/5include/header/img/common/gnav_game_suishou.jpg") no-repeat;
  background-position: 0 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_desk {
  margin-top: 10px;
  background: url("/5include/header/img/common/gnav_game_desk.jpg") no-repeat;
  background-position: 0 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_desk span.nav_txt em {
  margin-top: 15px;
  line-height: 25px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_note {
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
  background: url("/5include/header/img/common/gnav_game_note.jpg") no-repeat;
  background-position: 0 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_note span.nav_txt em {
  margin-top: 15px;
  line-height: 25px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_create {
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
  background: url("/5include/header/img/common/gnav_game_create.jpg") no-repeat;
  background-position: 0 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc li.gnav_game_create span.nav_txt em {
  margin-top: 8px;
  line-height: 20px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav3 .nav_gamepc hr {
  border: none;
  border-bottom: solid 1px #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li.gnav_geforce {
  margin-bottom: 12px;
  background: url("/5include/header/img/common/gnav_geforce.jpg") no-repeat;
  font-size: 13px;
  line-height: 16px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li.gnav_radeon {
  margin-bottom: 12px;
  background: url("/5include/header/img/common/gnav_radeon.jpg") no-repeat;
  font-size: 13px;
  line-height: 16px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li.gnav_sokunou {
  margin-right: 0;
  margin-bottom: 12px;
  padding-right: 0;
  background: url("/5include/header/img/common/gnav_sokunou.jpg") no-repeat;
  font-size: 12px;
  line-height: 36px;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition {
  margin-right: 0;
  padding-top: 5px;
  padding-right: 0;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li {
  width: 180px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 0;
  border: none;
  color: #000000;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li a {
  display: inline-block;
  width: 180px;
  height: 40px;
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper li .nav_gamepc .gnavRight .nav_condition li a .nav_txt {
  padding-top: 5px;
  padding-left: 60px;
  color: #000000;
}

.p-gaming-pc-sub__model__contents__inr #nav1 ul.nav1UlWrapper p {
  padding-left: 10px;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #nav1 .nav1UlWrapper .tabCNav1 .nav_gamepc a:hover {
  background: none;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #footer {
  background: #3e3a39;
  /*background: #000;
    color: #808080;*/
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #footerNav .column {
  background: url(/5img/dashedGrayH2.gif) left top repeat-x;
}

.p-gaming-pc-sub__model__contents__inr #footerNav a {
  /*color: #808080;*/
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #footerNav .cat {
  background: url(/5img/iconArrowG1.gif) left center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr #footerNav .cat em {
  background: url(/5img/dashedGrayH2.gif) left bottom repeat-x;
}

.p-gaming-pc-sub__model__contents__inr #footerNav2 li {
  border-left: 1px solid #808080;
}

.p-gaming-pc-sub__model__contents__inr #footerNav2 a {
  /*color: #808080;*/
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr #footer .copyright {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #footerCopy {
  min-width: 970px;
  padding: 5px 0;
  background: #000;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #footerCopy .footerBtn a {
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-gaming-pc-sub__model__contents__inr #footerCopy .footerBtnMl {
  margin-left: 170px;
}

.p-gaming-pc-sub__model__contents__inr #footerLinks {
  border-bottom: 2px #3e3a39 solid;
  background: #666;
}

.p-gaming-pc-sub__model__contents__inr .topicPath a {
  padding-right: 18px;
  background: url(/5img/iconGtW.gif) right center no-repeat;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .subBox .boxBody {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-radius: 0 0 2px 2px;
  background: #181818;
  /*background: #000;*/
  /*color: #0c88a7;*/
  color: #FFF;
  /*color: #c8c9ca;*/
}

.p-gaming-pc-sub__model__contents__inr .subBox dl {
  color: #FFF;
}

.p-gaming-pc-sub__model__contents__inr .subBox li li a:hover,
.p-gaming-pc-sub__model__contents__inr .subBox a:hover.arrowLink {
  color: #FF0;
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr .subBox .arrowLink {
  /*background-image: url(/5img/iconArrowDBlue1.gif);*/
  background-image: url(/5img/iconArrowG1.gif);
}

.p-gaming-pc-sub__model__contents__inr .subBox h2,
.p-gaming-pc-sub__model__contents__inr .subBox h3 {
  /*	-webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #004da1;*/
  padding: 7px 10px;
}

.p-gaming-pc-sub__model__contents__inr .heading2,
.p-gaming-pc-sub__model__contents__inr .subBox h2,
.p-gaming-pc-sub__model__contents__inr .subBox h3,
.p-gaming-pc-sub__model__contents__inr .heading2BK {
  padding-top: 0;
  background: url(/5shopping/templates/game_pc/img/title_bg.gif) top left repeat-x;
  line-height: 40px;
}

.p-gaming-pc-sub__model__contents__inr .subBox em {
  /*	background: url(/5img/dashedGrayH1.gif) left bottom repeat-x;*/
}

.p-gaming-pc-sub__model__contents__inr .subBox .firstChild .ttl,
.p-gaming-pc-sub__model__contents__inr .subBox .adjacentChild .ttl {
  border-bottom: 1px #999 solid;
}

.p-gaming-pc-sub__model__contents__inr .subBox .ttl,
.p-gaming-pc-sub__model__contents__inr .separator,
.p-gaming-pc-sub__model__contents__inr .separator2 {
  /*background: url(/5img/dashedGrayH1.gif) left top repeat-x;*/
  background: none;
}

.p-gaming-pc-sub__model__contents__inr .sideNav li ul {
  display: none;
  position: absolute;
  top: -7px;
  left: 100px;
  width: 200px;
  padding: 10px;
  border: 1px solid #fff;
  background: #efefef;
  list-style: inside disc;
}

.p-gaming-pc-sub__model__contents__inr .h1 {
  margin-bottom: 5px;
  padding-left: 140px;
  /*background: #000 url(/5img/iconPC3.gif) 10px center no-repeat;*/
  /*background: #000 url(/5img/iconGalleria.gif) 10px center no-repeat;*/
  background: url(/5shopping/templates/game_pc/img/g_h1_bg.jpg) no-repeat;
  color: #fff;
  font-size: 140%;
  line-height: 40px;
}

.p-gaming-pc-sub__model__contents__inr .h1_game {
  height: 50px;
  margin-bottom: 20px;
  padding-left: 300px;
  background: url(/5shopping/templates/game_pc/img/g_h1_bg.png) no-repeat;
  color: #fff;
  font-size: 140%;
  line-height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .h1_game a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .h2 {
  /*margin-bottom: 10px;*/
  font-size: 150%;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .h2 .modelName_e {
  font-size: 80%;
}

.p-gaming-pc-sub__model__contents__inr .heading2BK {
  margin-bottom: 8px;
  padding: 5px 10px;
  /*background: #000;*/
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .imgBox2 .txt {
  color: #0062b0;
}

.p-gaming-pc-sub__model__contents__inr .localNav {
  background: #000000;
}

.p-gaming-pc-sub__model__contents__inr #tabContents2 .multiColumn1 .column .body h3 {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .tabArea {
  margin-bottom: 15px;
  padding-left: 10px;
  /*border-bottom: 1px solid #175e64;*/
  border-bottom: 1px solid #666666;
  /*background: url(/5shopping/templates/game_pc/img/line_g.gif) left bottom repeat-x;*/
}

.p-gaming-pc-sub__model__contents__inr .tabArea li {
  margin-right: 8px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .tabArea li .tabCurrent {
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_on.gif) repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .tabArea a {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  display: block;
  margin-bottom: -1px;
  padding: 7px 25px;
  /*border: 1px solid #175e64;*/
  border: 1px solid #666666;
  border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  /*background: #4b6a75;*/
  /*background: #969696;*/
  color: #4E4E4E;
  font-weight: bold;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .tabAreaDerail {
  margin-bottom: 0;
}

.p-gaming-pc-sub__model__contents__inr .tabAreaDerail a {
  /*background-color: #004da1;*/
  /*background-color: #323232;
    background-image: none;*/
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_off.gif) repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .tabArea a:hover,
.p-gaming-pc-sub__model__contents__inr .tabArea a:focus,
.p-gaming-pc-sub__model__contents__inr .tabArea a:active,
.p-gaming-pc-sub__model__contents__inr .tabArea .active {
  /*background: #0078c4;*/
  /*background: #323232;*/
  /*background: #000000;*/
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_on.gif) repeat-x;
  color: #FFFFFF;
}

.p-gaming-pc-sub__model__contents__inr .tabAreaDerail a:hover,
.p-gaming-pc-sub__model__contents__inr .tabAreaDerail a:focus,
.p-gaming-pc-sub__model__contents__inr .tabAreaDerail a:active,
.p-gaming-pc-sub__model__contents__inr .tabAreaDerail .active {
  /*background: #000000;*/
  /*background-color: #969696;*/
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_on.gif) repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .tabArea .active {
  border-bottom: 1px solid #333333;
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_on.gif) repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .tabContents {
  padding: 10px 5px 0px 5px;
  background: #011e60;
}

.p-gaming-pc-sub__model__contents__inr .tabContents3 {
  background: transparent;
}

.p-gaming-pc-sub__model__contents__inr .table3 .fnRow th,
.p-gaming-pc-sub__model__contents__inr .table3 .fnRow td {
  background: #565656;
}

.p-gaming-pc-sub__model__contents__inr .table .ttl {
  background: #011e60;
}

.p-gaming-pc-sub__model__contents__inr body.game .strSearchTitle,
.p-gaming-pc-sub__model__contents__inr body.game .table th,
.p-gaming-pc-sub__model__contents__inr #tabContents2 .table thead th {
  background: #414141;
}

.p-gaming-pc-sub__model__contents__inr .itemSearchTable tbody th,
.p-gaming-pc-sub__model__contents__inr .itemSearchTable tbody td {
  background: #011e60;
}

.p-gaming-pc-sub__model__contents__inr .searchBox {
  background: #011e60;
}

.p-gaming-pc-sub__model__contents__inr .searchBox dt,
.p-gaming-pc-sub__model__contents__inr .searchBox dd {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .subBox .txt {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .bnrList {
  margin-bottom: 6px;
}

.p-gaming-pc-sub__model__contents__inr .bnrList li {
  margin: 0 4px 4px 0;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .bnrList li.chumoku {
  width: 260px;
  height: 148px;
  margin: 0 4px 0 0;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .bnrList li img {
  margin-bottom: 4px;
}

.p-gaming-pc-sub__model__contents__inr .bnrList li .chumokuTxt {
  line-height: 120%;
}

.p-gaming-pc-sub__model__contents__inr .contentFooter .logo {
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .contentFooter .support {
  /*padding-right: 5px;
    text-align: right;*/
}

.p-gaming-pc-sub__model__contents__inr .linkArea h2 {
  margin-bottom: 5px;
}

.p-gaming-pc-sub__model__contents__inr .linkArea ul {
  /*border: 1px solid #fff;
    background: #fff;*/
  border: none;
  background: #011e60;
  color: #0c88a7;
}

.p-gaming-pc-sub__model__contents__inr .linkArea li {
  margin-bottom: 5px;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .linkArea a {
  /*color: #0c88a7;*/
}

.p-gaming-pc-sub__model__contents__inr .linkArea805 h3 {
  margin-bottom: 1px;
  padding: 10px;
  background: #222;
}

.p-gaming-pc-sub__model__contents__inr .linkArea805 ul {
  padding: 10px;
  border: none;
  background: #333;
  list-style: disc inside none;
}

.p-gaming-pc-sub__model__contents__inr .linkArea805 li {
  margin-bottom: 5px;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .linkArea805 a {
  /*color: #0c88a7;*/
}

.p-gaming-pc-sub__model__contents__inr .pagetop a {
  background: url(/5img/iconArrowDBlue2.gif) left center no-repeat;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .modelNav {
  margin-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .modelNav li {
  margin-left: 12px;
  padding-left: 13px;
  float: left;
  background: url(/5img/dashedGrayV1.gif) left top repeat-y;
}

.p-gaming-pc-sub__model__contents__inr .modelNav .firstChild {
  margin: 0;
  padding: 0;
  background: none;
}

.p-gaming-pc-sub__model__contents__inr .modelNav a {
  display: block;
  padding: 3px 5px;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .modelNav a:hover,
.p-gaming-pc-sub__model__contents__inr .modelNav a:focus,
.p-gaming-pc-sub__model__contents__inr .modelNav a:active,
.p-gaming-pc-sub__model__contents__inr .modelNav .active {
  background: #0c88a7;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #crossSellBody {
  background: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .carousel .item .img img {
  /*width: 129px;*/
  border: 1px solid #cccccc;
}

.p-gaming-pc-sub__model__contents__inr .carousel a span {
  color: #0062b0;
}

.p-gaming-pc-sub__model__contents__inr .colorBoxLB {
  background-color: #000000;
}

.p-gaming-pc-sub__model__contents__inr .colorBoxLB .imgHeading3 {
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #eeeeee;
  background: transparent;
}

.p-gaming-pc-sub__model__contents__inr .pageNav {
  /*background: #000000;*/
  background: #414141;
}

.p-gaming-pc-sub__model__contents__inr .pageNav a {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .gameCopyRight p {
  margin-top: 0.5em;
  font-size: 90%;
}

.p-gaming-pc-sub__model__contents__inr .gameCopyRight hr {
  height: 1px;
  margin: 0.5em 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game {
  margin-bottom: 20px;
  padding: 10px 0 0 10px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .productFooter .price em {
  color: #FFFFFF;
}

.p-gaming-pc-sub__model__contents__inr #g_modelList {
  font-size: 18px;
  font-weight: bold;
  /*padding-right: 30px;*/
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt {
  width: 333px;
  float: left;
  font-size: 120%;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt h3 {
  margin: 0 0 10px;
  padding-top: 35px;
  font-size: 120%;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .firstChild {
  padding-top: 0;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .iconList {
  margin-bottom: 26px;
  padding-top: 20px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .iconList li {
  display: inline;
  margin-right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .iconList2 {
  clear: both;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .iconList2 li {
  *zoom: 1;
  _zoom: 1;
  display: inline-block;
  *display: inline;
  _display: inline;
  margin: 0 8px 8px 0;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .commentHtml {
  padding: 0 16px 0 4px;
  /*border:#FFF solid 1px;*/
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt .commentHtml img {
  position: relative;
  left: -4px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .txt hr {
  width: 322px;
  height: 1px;
  margin: 0 0 14px 0;
  border: 0;
  background: #FFF;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img {
  width: 440px;
  float: right;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .photo {
  margin-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .caption {
  text-align: right;
  /*width: 410px;*/
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .price {
  margin-bottom: 6px;
  white-space: nowrap;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .price span {
  margin-right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .price em {
  color: #f00;
  /*font-size: 140%;*/
  font-size: 220%;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .img .productFooter {
  width: 410px;
  padding-top: 10px;
  text-align: right;
  /*padding-left: 4.5em*;*/
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .productFooter .tweet {
  float: left;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .productFooter .tweet ul li {
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: top;
}

.p-gaming-pc-sub__model__contents__inr #spec .table5 thead th,
.p-gaming-pc-sub__model__contents__inr #benchmark .table5 thead th {
  background: #004DA1;
}

.p-gaming-pc-sub__model__contents__inr #spec .table5 tbody th,
.p-gaming-pc-sub__model__contents__inr #benchmark .table5 tbody th {
  background: #000000;
}

.p-gaming-pc-sub__model__contents__inr #spec .table5 .customize td,
.p-gaming-pc-sub__model__contents__inr #benchmark .table5 .customize td,
.p-gaming-pc-sub__model__contents__inr p.customize {
  background: #333333;
}

.p-gaming-pc-sub__model__contents__inr #spec .table5 tbody .adjacentChild,
.p-gaming-pc-sub__model__contents__inr #benchmark .table5 tbody .adjacentChild {
  background: #000000;
}

.p-gaming-pc-sub__model__contents__inr #benchmark .table5 thead th,
.p-gaming-pc-sub__model__contents__inr #benchmark .table5 thead th {
  font-size: 100%;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .table5 td.subhead {
  background: none repeat scroll 0 0 #3d6c9e;
}

.p-gaming-pc-sub__model__contents__inr .popupP {
  left: 165px;
  width: 785px;
}

.p-gaming-pc-sub__model__contents__inr th.game-dvd-table {
  background: #333333;
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .game-dvd-title {
  color: #FFFFFF;
}

.p-gaming-pc-sub__model__contents__inr .copyRight {
  padding-bottom: 4px;
}

.p-gaming-pc-sub__model__contents__inr ol.notePart {
  margin-left: 420px;
}

.p-gaming-pc-sub__model__contents__inr ol.notePart li {
  list-style-type: decimal;
}

.p-gaming-pc-sub__model__contents__inr .noteKome {
  padding-top: 8px;
  color: #EEEEEE;
}

.p-gaming-pc-sub__model__contents__inr .table .price {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .table3 .priceRow em {
  color: #f00;
}

.p-gaming-pc-sub__model__contents__inr .table3 .priceRow em del {
  color: #ffffff;
}

.p-gaming-pc-sub__model__contents__inr .gameCategory {
  padding-bottom: 14px;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .gameCategory img {
  height: auto;
}

.p-gaming-pc-sub__model__contents__inr h2.gameTitle {
  /*background-color: #111111;*/
  background: #969696;
}

.p-gaming-pc-sub__model__contents__inr .exBnr {
  width: 803px;
  margin-bottom: 18px;
  padding: 1px 0px;
}

.p-gaming-pc-sub__model__contents__inr .exBnr a {
  display: block;
  height: 108px;
  margin: 0px 1px;
  padding-left: 25px;
  background-image: url(/5shopping/include/pane/tpl_include/templates/title/img/ex_bnr.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  line-height: 430%;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .exBnr a:hover {
  -moz-opacity: 0.8;
  background-color: #FFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.p-gaming-pc-sub__model__contents__inr .tabContents #tabContents1 table.table3 {
  background-color: #000000;
}

.p-gaming-pc-sub__model__contents__inr #tartarosSpecialItem th {
  background: #323232 !important;
}

.p-gaming-pc-sub__model__contents__inr #tabContents_ul li {
  margin-right: 5px;
  float: left;
  line-height: 48px;
}

@-moz-document url-prefix() {
  .p-gaming-pc-sub__model__contents__inr #tabContents_ul li {
    line-height: 43px;
  }
}

.p-gaming-pc-sub__model__contents__inr #tabContents_ul {
  height: 40px;
  _height: 39px;
  clear: both;
  /*border-bottom: 1px solid #175e64;*/
  border-bottom: 1px solid #666666;
}

.p-gaming-pc-sub__model__contents__inr #tabContents_ul li {
  margin-bottom: 1px solid #000000;
}

.p-gaming-pc-sub__model__contents__inr #tabContents_ul li a {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  padding: 0 20px;
  border-radius: 7px 7px 0 0;
  color: #4E4E4E;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #tabContents_ul li a:hover,
.p-gaming-pc-sub__model__contents__inr #tabContents_ul li a:focus,
.p-gaming-pc-sub__model__contents__inr #tabContents_ul li a:active,
.p-gaming-pc-sub__model__contents__inr #tabContents_ul li .active {
  background: url(/5shopping/include/detail_prime/templates/img/tab_bg_13_on.gif) repeat-x !important;
  color: #ffffff !important;
}

.p-gaming-pc-sub__model__contents__inr .table3 {
  width: 795px;
}

.p-gaming-pc-sub__model__contents__inr .strong_text a,
.p-gaming-pc-sub__model__contents__inr .strong_text a:hover {
  color: yellow;
}

.p-gaming-pc-sub__model__contents__inr p.ctsPankuzu {
  margin: 15px 0 5px 0;
  font-size: 12px;
}

.p-gaming-pc-sub__model__contents__inr p.ctsPankuzu a {
  color: #FFF;
}

.p-gaming-pc-sub__model__contents__inr .breadCrumb li a.bcMyself {
  color: #FFF;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtn01,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtn02,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtn01 a,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtn02 a {
  display: block;
  width: 30px;
  height: 185px;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtn01 {
  float: left;
  background: url(/5img/move_window_btn01_off.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtn02 {
  float: right;
  background: url(/5img/move_window_btn02_off.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtn01 a {
  background: url(/5img/move_window_btn01_g_on.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtn02 a {
  background: url(/5img/move_window_btn02_g_on.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy01,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy02,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy01 a,
.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy02 a {
  display: block;
  width: 30px;
  height: 96px;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy01 {
  float: left;
  background: url(/5img/move_window_btn01_off.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy02 {
  float: right;
  background: url(/5img/move_window_btn02_off.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy01 a {
  background: url(/5img/move_window_btn01_g_on.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr #moveWindowBtnBuy02 a {
  background: url(/5img/move_window_btn02_g_on.gif) no-repeat 0 0;
}

.p-gaming-pc-sub__model__contents__inr .linkParts div {
  width: 295px;
}

.p-gaming-pc-sub__model__contents__inr .column2R .linkParts div {
  width: 395px;
}

.p-gaming-pc-sub__model__contents__inr .linkParts .floatL {
  margin-right: 5px;
}

.p-gaming-pc-sub__model__contents__inr .linkParts_wide div {
  width: 398px;
}

.p-gaming-pc-sub__model__contents__inr .linkParts .floatL {
  margin-right: 5px;
}

.p-gaming-pc-sub__model__contents__inr .tabArea:after,
.p-gaming-pc-sub__model__contents__inr .bnrList:after,
.p-gaming-pc-sub__model__contents__inr .modelNav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.p-gaming-pc-sub__model__contents__inr .tabArea,
.p-gaming-pc-sub__model__contents__inr .bnrList,
.p-gaming-pc-sub__model__contents__inr .modelNav {
  zoom: 1;
}

.p-gaming-pc-sub__model__contents__inr .emphasis_bg {
  background: #3E3A39;
}

.p-gaming-pc-sub__model__contents__inr #noteText {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #999;
}

.p-gaming-pc-sub__model__contents__inr #noteText h3 {
  padding: 3px 10px;
  border-left: 5px solid #999;
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr #noteText h4 {
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr #noteText .keisen {
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  clear: both;
  border: none;
  border-top: solid 1px #CCC;
  color: #999;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .serviceBox {
  width: 243px;
  padding: 8px;
  float: left;
  border: 1px solid #CCC;
}

.p-gaming-pc-sub__model__contents__inr .serviceBox .link {
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .plan td {
  padding: 0;
  border: 1px solid #CCCCCC;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap table th,
.p-gaming-pc-sub__model__contents__inr #guarantee_wrap table td {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap table th {
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap table a {
  color: #FFFFFF;
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .koumoku {
  background-color: #257ADA;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .m-margin {
  margin-top: 20px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #s_plan {
  border: 1px solid #999999;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #s_plan th {
  text-align: center;
  white-space: nowrap;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #s_plan td {
  padding: 5px 8px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #green {
  background-color: #1E9818;
  color: #FFFFFF;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #blue {
  background-color: #3399FF;
  color: #FFFFFF;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap #orange {
  background-color: #FF9933;
  color: #FFFFFF;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .balloon {
  font-size: large;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .safetyText {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .warranty th,
.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .warranty td {
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .gray1 {
  background-color: #3E3A39;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .gray2 {
  background-color: #181818;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .ml6 {
  margin-left: 6px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .ml10 {
  margin-left: 10px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .mb5 {
  margin-bottom: 5px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .mb10 {
  margin-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .mb20 {
  margin-bottom: 20px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .sectionBox {
  margin-bottom: 30px;
}

.p-gaming-pc-sub__model__contents__inr #guarantee_wrap .midashi {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #kakakucomreview_top {
  padding-left: 0;
}

.p-gaming-pc-sub__model__contents__inr .rating,
.p-gaming-pc-sub__model__contents__inr .chart {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr .kakakuhead {
  padding: 5px 10px;
  background-color: #181818;
}

.p-gaming-pc-sub__model__contents__inr .reviewWrap {
  width: 535px;
  height: 205px;
  float: right;
  overflow: auto;
}

.p-gaming-pc-sub__model__contents__inr .reviewHead {
  background-color: #3E3A39;
}

.p-gaming-pc-sub__model__contents__inr .rating {
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr #container .reviewArea {
  background: #000 none repeat scroll 0 0;
}

.p-gaming-pc-sub__model__contents__inr #container .reviewArea .infoBoxTtl {
  margin-bottom: 6px;
  padding-left: 24px;
  background: rgba(0, 0, 0, 0) url("/5shopping/img/icn_product_config_ttl.png") no-repeat scroll 0 0;
  color: #fff;
  font-size: 176%;
  line-height: 1.4em;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #cccccc;
  background: #000 none repeat scroll 0 0;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates {
  margin-bottom: 30px;
  padding: 0 0 15px 7px;
  border-bottom: 1px solid #cccccc;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .satisfy {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 152%;
  line-height: 1.2em;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .satisfy img {
  margin: 0 3px;
  vertical-align: baseline;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .satisfy span {
  display: inline-block;
  margin-right: 5px;
  color: #ff8400;
  font-size: 140%;
  line-height: 1.2em;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .totalRatesDetail dl {
  width: 38%;
  margin: 0 32px 6px 0;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .totalRatesDetail dt {
  padding-top: 7px;
  float: left;
  font-size: 120%;
  line-height: 1.2em;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .totalRatesDetail dd {
  float: right;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .totalRatesDetail dd img {
  margin: 0 2px;
  vertical-align: bottom;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .totalRates .totalRatesDetail dd span {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  color: #ff8400;
  font-size: 134%;
  font-weight: bold;
  line-height: 1.2em;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview {
  height: 500px;
  overflow: auto;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewBox {
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewBox .perReviewCtsL {
  width: 250px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox {
  margin-bottom: 6px;
  border: 3px solid #dddddd;
  border-radius: 4px;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail {
  padding: 6px 8px;
  border-bottom: 1px dotted #cccccc;
  font-size: 100%;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail.noline {
  border: 0 none;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail.last {
  border-top: 1px solid #cccccc;
  border-bottom: 0 none;
  background: #fffde4 none repeat scroll 0 0;
  font-size: 140%;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail.last img {
  margin-top: -4px;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail span {
  float: right;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail span.num {
  display: inline-block;
  margin-left: 4px;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .perRatingBox .perRatingDetail.last span.num {
  color: #ff8400;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .reviewName,
.p-gaming-pc-sub__model__contents__inr .reviewArea .personalReview .perReviewCtsL .reviewDate {
  padding-left: 6px;
  font-size: 134%;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsL .reviewName {
  color: #0061b0;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewBox .perReviewCtsR {
  width: 450px;
  padding: 0 20px 0 10px;
  float: right;
}

.p-gaming-pc-sub__model__contents__inr #container #kakakucomreview .personalReview .perReviewCtsR .perReviewCtsTxt {
  font-size: 134%;
}

.p-gaming-pc-sub__model__contents__inr #Header ul.navi a {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #Globalnavi {
  /*background: url("/5img/header/gnav/bg_game.png") repeat-x;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#393c3a), color-stop(87%, #000));
  background: linear-gradient(to bottom, #393c3a 0%, #000 87%);
}

.p-gaming-pc-sub__model__contents__inr #Globalnavi:not(:target) {
  background-color: #222;
}

.p-gaming-pc-sub__model__contents__inr #Globalnavi {
  background-color: #222;
}

.p-gaming-pc-sub__model__contents__inr #Globalnavi li.gamePC .menu {
  border: 1px solid #FFF;
}

.p-gaming-pc-sub__model__contents__inr .rankBox h3 {
  margin-bottom: 10px;
  padding: 10px;
  padding-top: 0;
  background: url(/5shopping/templates/game_pc/img/title_bg.gif) top left repeat-x;
}

.p-gaming-pc-sub__model__contents__inr .rankBox p {
  margin-bottom: 6px;
}

.p-gaming-pc-sub__model__contents__inr .rankBadge {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .rankBadge .crownBadge {
  z-index: 1;
  position: static;
  top: -1px;
  left: -1px;
  width: 30px;
  height: auto;
}

.p-gaming-pc-sub__model__contents__inr .g_ranking_price {
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr span.rank_name {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr span.rank_name_note {
  font-size: 14px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr p.rank_caption {
  width: 100%;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .rankGameDesk,
.p-gaming-pc-sub__model__contents__inr .rankGameNote {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .rank .rankBox {
  width: 268px;
  margin-bottom: 20px;
}

.p-gaming-pc-sub__model__contents__inr .rank .rankBox p {
  margin-bottom: 0;
}

.p-gaming-pc-sub__model__contents__inr .mr5 {
  margin-right: 5px;
}

.p-gaming-pc-sub__model__contents__inr .mr10 {
  margin-right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .rank .rankBadge {
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr .rank p.rank_caption {
  zoom: 1;
  width: 145px;
  padding-bottom: 0;
  overflow: hidden;
  font-size: 10px;
}

.p-gaming-pc-sub__model__contents__inr .rank .crownBadge {
  position: absolute;
  top: 0;
  left: 0;
}

.p-gaming-pc-sub__model__contents__inr .rank span.rankName {
  font-size: 14px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .rank span.g_rankName {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
}

.p-gaming-pc-sub__model__contents__inr .rank .ranking_price {
  zoom: 1;
  height: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #FF0000;
  font-size: 15px;
  font-weight: bold;
  /*padding-top: 6px;*/
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr a.used {
  padding: 0 0 0 15px;
  background: url(/5img/left/icon_used_white.png) no-repeat left center;
}

.p-gaming-pc-sub__model__contents__inr .u-left {
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .u-center {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .u-right {
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-xs {
  margin-top: 5px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-ss {
  width: 940px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-s {
  margin-top: 15px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-m {
  margin-top: 30px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-ml {
  margin-top: 40px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-l {
  margin-top: 50px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-xl {
  margin-top: 60px;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-xxl {
  margin-top: 70px;
}

.p-gaming-pc-sub__model__contents__inr .u-bold {
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .u-red {
  color: #f00;
}

.p-gaming-pc-sub__model__contents__inr .u-clear {
  clear: both;
}

.p-gaming-pc-sub__model__contents__inr .clearfix:after {
  display: block;
  clear: both;
  content: " ";
}

.p-gaming-pc-sub__model__contents__inr .u-text {
  display: inline-block;
}

.p-gaming-pc-sub__model__contents__inr .side-rank-item {
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}

.p-gaming-pc-sub__model__contents__inr .side-rank-num {
  color: #fff;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .side-rank-name a {
  font-size: 15px;
}

.p-gaming-pc-sub__model__contents__inr .side-rank-name a:hover {
  color: #b8b8b8;
}

.p-gaming-pc-sub__model__contents__inr .side-rank-cap {
  color: #fff;
  font-size: 11px;
}

.p-gaming-pc-sub__model__contents__inr .side-menu {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .side-menu a {
  color: #fff;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .side-menu a:hover {
  color: #b8b8b8;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-title {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-title-01 {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 5px solid #00a2e6;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 2 !important;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-title-02 {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 5px solid #00a2e6;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 2 !important;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-lead {
  position: relative;
  padding: 5px 5px 5px 15px;
  border: 1px solid #808080;
  background: #3c3c3c url(/5shopping/templates/game_pc/img/general/icon_10.png) 5px center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-lead::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-top: 10px solid #3c3c3c;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .side-menu-lead::before {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
  border-top: 12px solid #808080;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .side-menu-group dt {
  margin: 0 !important;
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #fff;
  background: url(/5shopping/templates/game_pc/img/general/icon_09.png) left center no-repeat;
  font-size: 13px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-list li {
  padding: 6px 5px;
  border-top: 1px dotted #808080;
  font-size: 12px;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-list li:first-child {
  border-top: none;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-cate li {
  margin: 0 0 4px 0;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-cate li a {
  display: block;
  padding: 8px 5px 8px 17px;
  border: 1px solid #808080;
  background: #3c3c3c url(/5shopping/templates/game_pc/img/general/icon_10.png) 5px center no-repeat;
  font-size: 13px;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-sub {
  background-color: #1e1e1e;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-sub-title {
  margin: 0 !important;
  padding: 8px;
  border-bottom: 1px solid #a8a8a8;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-sub-list {
  padding: 0 8px;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-sub-list li {
  padding: 6px 0;
  border-top: 1px solid #808080;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-sub-list li:first-child {
  border-top: none;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-info {
  font-size: 12px;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-info dt {
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-link-item {
  margin: 0 0 8px 0;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-link-item a {
  display: block;
  padding: 8px 5px 8px 17px;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-link-item a:hover {
  color: #fff;
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-link-item-01 a {
  background: #00a2e6 url(/5shopping/templates/game_pc/img/general/icon_11.png) 5px center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-link-item-02 a {
  background: #004da1 url(/5shopping/templates/game_pc/img/general/icon_11.png) 5px center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .side-menu-bnr li {
  margin: 0 0 10px 0;
}

.p-gaming-pc-sub__model__contents__inr .specDecoration {
  color: #ffa500;
  font-size: 17px;
}

.p-gaming-pc-sub__model__contents__inr .top-bnr-purpose {
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .wish-link {
  margin: 20px 0;
  clear: left;
}

.p-gaming-pc-sub__model__contents__inr .cmp {
  margin: 20px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .cmp-title {
  border-bottom: 1px solid #fff;
}

.p-gaming-pc-sub__model__contents__inr .cmp-title-inner {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 4px solid #f00;
  font-size: 20px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .cmp-list {
  margin: 20px 0 0;
  overflow: hidden;
}

.p-gaming-pc-sub__model__contents__inr .cmp-list li {
  width: 254px;
  margin: 0 0 15px 15px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .cmp-list li:nth-child(3n+1) {
  margin: 0 0 15px 0;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea {
  margin-bottom: 15px;
  padding: 10px 0 10px 7px;
  border-bottom: none;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li {
  margin-right: 7px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 150px;
  height: 62px;
  margin-bottom: -1px;
  padding: 20px 0;
  border: 1px solid #808080;
  border-radius: 5px;
  background: #3d3d3d;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#151515));
  background: linear-gradient(to bottom, #3d3d3d 0%, #151515 100%);
  color: #808080;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea a:hover,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea a:focus,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea a:active,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea .active {
  background: #fff url() 0 0 no-repeat;
  background: #696969;
  background: url(/5shopping/include/detail_parts/templates/img/detail/icon_arw.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#696969), color-stop(50%, #696969), color-stop(50%, #343434), to(#343434));
  background: url(/5shopping/include/detail_parts/templates/img/detail/icon_arw.png) center 95% no-repeat, linear-gradient(to bottom, #696969 0%, #696969 50%, #343434 50%, #343434 100%);
  color: #FFFFFF;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea .active {
  border: 1px solid #808080;
  background: #696969;
  background: url(/5shopping/include/detail_parts/templates/img/detail/icon_arw.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#696969), color-stop(50%, #696969), color-stop(50%, #343434), to(#343434));
  background: url(/5shopping/include/detail_parts/templates/img/detail/icon_arw.png) center 95% no-repeat, linear-gradient(to bottom, #696969 0%, #696969 50%, #343434 50%, #343434 100%);
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li:nth-child(3) a {
  padding: 10px 20px 0;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li.reviewOff a {
  cursor: default;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li.reviewOff a:hover,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li.reviewOff a:focus,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li.reviewOff a:active,
.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li.reviewOff .active {
  background: #3d3d3d;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#151515));
  background: linear-gradient(to bottom, #3d3d3d 0%, #151515 100%);
  background-image: none;
  color: #808080;
}

.p-gaming-pc-sub__model__contents__inr .tabContents .tabArea li:nth-child(5) a {
  border: 1px solid #4DC5F3;
  background: #00a2e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a2e6), to(#004da1));
  background: linear-gradient(to bottom, #00a2e6 0%, #004da1 100%);
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .priceBox {
  margin: 20px 0 0;
  float: none !important;
}

.p-gaming-pc-sub__model__contents__inr .productDetail_game .deliveryBox {
  margin: 20px 0 0;
  float: none !important;
}

.p-gaming-pc-sub__model__contents__inr .cmp .snsBtn {
  margin: 5px 0 0 595px !important;
}

.p-gaming-pc-sub__model__contents__inr .cmp .snsBtn li {
  width: 100px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .logoList b {
  display: block;
  margin: 20px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .reco-bar {
  width: 970px;
  height: 220px;
  margin: 0 0 30px 0;
  background-image: url("/5shopping/templates/game_pc/img/reco/reco_bar01.jpg");
  background-repeat: no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .reco-bar h2 {
  padding: 20px 30px 10px;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5;
}

.p-gaming-pc-sub__model__contents__inr .reco-bar p {
  width: 550px;
  padding: 0 30px;
  font-size: 120%;
}

.p-gaming-pc-sub__model__contents__inr .reco-title-01 {
  border-bottom: 1px solid #fff;
}

.p-gaming-pc-sub__model__contents__inr .reco-title-01 span {
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .reco-title-01-inner {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 5px solid #00a2e6;
  background: #011e60 !important;
  font-size: 26px;
}

.p-gaming-pc-sub__model__contents__inr .reco-title-02 {
  font-size: 24px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .reco-title-02::after {
  display: block;
  width: 360px;
  height: 1px;
  margin: 5px auto 0;
  background: #00a2e6;
  background: -webkit-gradient(linear, left top, right top, from(#000406), color-stop(50%, #00a2e6), to(#000406));
  background: linear-gradient(to right, #000406 0%, #00a2e6 50%, #000406 100%);
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .reco-peri {
  margin: 0 0 20px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #808080;
  border-top: none;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding: 10px;
  float: left;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri li:nth-child(3n+1) {
  clear: both;
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri li:nth-child(n+4) {
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri a:hover img {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri-title {
  font-size: 15px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .reco-peri-text {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature li {
  width: 392px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature li:nth-child(even) {
  float: right;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature li:nth-child(n+3) {
  margin: 30px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature a:hover img {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature-title {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .reco-feature-text {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr #gameModelBox.tabArea,
.p-gaming-pc-sub__model__contents__inr #gameModelBoxBottom.tabArea {
  z-index: 999;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px 0 10px 9px;
  border-bottom: none !important;
  background-color: #011e60;
}

.p-gaming-pc-sub__model__contents__inr #gameModelBox.tabArea li,
.p-gaming-pc-sub__model__contents__inr #gameModelBoxBottom.tabArea li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr #gameModelBox.tabArea a,
.p-gaming-pc-sub__model__contents__inr #gameModelBoxBottom.tabArea a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 254px;
  height: 62px;
  margin-bottom: -1px;
  padding: 20px 0;
  border: 1px solid #0091da;
  border-radius: 5px;
  background: #011e60;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #gameModelBox.tabArea a:hover,
.p-gaming-pc-sub__model__contents__inr #gameModelBoxBottom.tabArea a:hover,
.p-gaming-pc-sub__model__contents__inr .tabArea a:focus,
.p-gaming-pc-sub__model__contents__inr .tabArea a:active,
.p-gaming-pc-sub__model__contents__inr .tabArea .active {
  border: 1px solid #001e60;
  background: #0091da;
  /*background: url(/5shopping/templates/game_pc/img/reco/reco_arw01.png) center 95% no-repeat, -webkit-linear-gradient(top, #dbb101 0%, #9a7500 100%);
    background: url(/5shopping/templates/game_pc/img/reco/reco_arw01.png) center 95% no-repeat, linear-gradient(to bottom, #dbb101 0%, #9a7500 100%);*/
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr #gameModelBox.tabArea .active,
.p-gaming-pc-sub__model__contents__inr #gameModelBoxBottom.tabArea .active {
  border: 1px solid #001e60;
  background: #0091da;
  /*background: url(/5shopping/templates/game_pc/img/reco/reco_arw01.png) center 95% no-repeat, -webkit-linear-gradient(top, #dbb101 0%, #9a7500 100%);
    background: url(/5shopping/templates/game_pc/img/reco/reco_arw01.png) center 95% no-repeat, linear-gradient(to bottom, #dbb101 0%, #9a7500 100%);*/
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .top-news dt {
  width: 600px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .top-news dd {
  width: 100px;
  float: right;
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .top-news li {
  border-bottom: 1px solid #001e60;
}

.p-gaming-pc-sub__model__contents__inr .top-news li a {
  display: block;
  padding: 15px 50px 15px 10px;
  background: url(/5shopping/templates/game_pc/img/general/icon_12.png) 98% center no-repeat;
  font-size: 14px;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .top-news li a:hover {
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr .modelNav {
  display: table;
  width: 100%;
}

.p-gaming-pc-sub__model__contents__inr .modelNav a {
  padding: 12px 2px;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .modelNav li {
  display: table-cell;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  float: none;
  border-top: 1px solid #0091da;
  border-right: 1px solid #0091da;
  border-bottom: 1px solid #0091da;
  background: none;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .modelNav li:first-child {
  border-left: 1px solid #0091da;
}

.p-gaming-pc-sub__model__contents__inr .modelNav a:hover,
.p-gaming-pc-sub__model__contents__inr .modelNav a:focus,
.p-gaming-pc-sub__model__contents__inr .modelNav a:active,
.p-gaming-pc-sub__model__contents__inr .modelNav .active {
  background: #0091da;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .tab-title {
  margin: 20px 0 0;
  padding: 5px 0 5px 25px;
  border: 1px solid #5a5a5a;
  background: url(/5shopping/templates/game_pc/img/reco/reco_arw02.png) 5px center no-repeat;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .u-f10 {
  font-size: 10px;
}

.p-gaming-pc-sub__model__contents__inr .cate-bar {
  margin: 0 0 30px 0;
}

.p-gaming-pc-sub__model__contents__inr .cate-title-01 {
  border-bottom: 1px solid #fff;
}

.p-gaming-pc-sub__model__contents__inr .cate-title-01 span {
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .cate-title-01-inner {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 5px solid #00a2e6;
  /*background: #000 !important;*/
  font-size: 26px;
}

.p-gaming-pc-sub__model__contents__inr .cate-title-02 {
  font-size: 24px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .cate-title-02::after {
  display: block;
  width: 360px;
  height: 1px;
  margin: 5px auto 0;
  background: #00a2e6;
  background: -webkit-gradient(linear, left top, right top, from(#000406), color-stop(50%, #00a2e6), to(#000406));
  background: linear-gradient(to right, #000406 0%, #00a2e6 50%, #000406 100%);
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .cate-title-03-inner {
  margin-bottom: 3px !important;
  padding: 0 0 0 8px !important;
  border-left: 5px solid #f90;
  background: #000 !important;
  font-size: 26px;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank li {
  position: relative;
  width: 250px;
  margin: 0 0 0 27px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank li:first-child {
  margin: 0;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank li a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank li a:hover img {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-icon {
  position: absolute;
  top: 0;
  left: 5px;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-img-01 {
  padding: 20px 0 0 80px;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-img-02 {
  padding: 20px 0 0 5px;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-text {
  padding: 0 5px;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-name {
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .cate-rank-price {
  padding: 0 5px;
  color: #f00;
  font-size: 18px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .cate-other li {
  width: 254px;
  margin: 0 0 0 21px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .cate-other li:first-child {
  margin: 0;
}

.p-gaming-pc-sub__model__contents__inr .cate-other a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .cate-other a:hover img {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .cate-other-title {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .cate-other-text {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .cate-list {
  margin-bottom: 40px;
}

.p-gaming-pc-sub__model__contents__inr .cate-list li {
  width: 392px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .cate-list li:nth-child(even) {
  float: right;
}

.p-gaming-pc-sub__model__contents__inr .cate-list li:nth-child(n+3) {
  margin: 30px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .cate-list li:nth-child(3) {
  clear: both;
}

.p-gaming-pc-sub__model__contents__inr .cate-list a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .cate-list a:hover img {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .cate-list-title {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .cate-list-text {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title {
  padding: 8px 0;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-01 {
  border: 1px solid #428214;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-01 span {
  padding: 0 0 0 10px;
  border-left: 4px solid #428214;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-02 {
  border: 1px solid #fe0000;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-02 span {
  padding: 0 0 0 10px;
  border-left: 4px solid #fe0000;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-03 {
  border: 1px solid #f90;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-03 span {
  padding: 0 0 0 10px;
  border-left: 4px solid #f90;
}

.p-gaming-pc-sub__model__contents__inr .cate-map-title-sub {
  margin-top: 10px;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .cate-used {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .cate-used-text {
  margin-top: 20px;
  color: #aaa;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .cate-used figure {
  margin: 0;
  padding: 0;
}

.p-gaming-pc-sub__model__contents__inr .cate-used figure img {
  max-width: 100%;
  height: auto;
}

.p-gaming-pc-sub__model__contents__inr .cate-used-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .cate-used-spec {
  margin-bottom: 20px;
}

.p-gaming-pc-sub__model__contents__inr .btn_link_used {
  width: 50%;
  margin: 20px auto 0;
}

.p-gaming-pc-sub__model__contents__inr .btn_link_used a {
  display: block;
  padding: 6px 0 !important;
  background: #f90;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .btn_link_used a:hover {
  opacity: 0.8;
}

.p-gaming-pc-sub__model__contents__inr .note-map {
  padding: 15px;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-cap {
  font-size: 11px;
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-cap::before {
  display: inline-block;
  width: 78px;
  height: 13px;
  margin: 0 5px 0 0;
  background: url(/5shopping/templates/game_pc/img/note/note_map_item.png) left bottom no-repeat;
  vertical-align: middle;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-area {
  position: relative;
  width: 775px;
  height: 468px;
  background: url(/5shopping/templates/game_pc/img/note/note_mapA_area.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-area a {
  display: block;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-area a:hover div {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-head {
  position: absolute;
  width: 105px;
  height: 0px;
  font-size: 12px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-head-01 {
  top: 70px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-head-02 {
  top: 210px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-head-03 {
  bottom: 100px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-foot {
  position: absolute;
  font-size: 12px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-foot-01 {
  bottom: 10px;
  left: 276px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-foot-02 {
  right: 64px;
  bottom: 10px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-lead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 652px;
  padding: 5px 0;
  border: 1px solid #2069b6;
  background: #234fa6;
  background: -webkit-gradient(linear, left top, right top, from(#0f1535), to(#234fa6));
  background: linear-gradient(to right, #0f1535 0%, #234fa6 100%);
  font-size: 16px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200px;
  height: 95px;
  padding: 6px;
  border: 1px solid #fff;
  background: #1e1e1e url(../../images/gaming-pc/sub/table/map_icon.png) 98% 50% no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-01 {
  top: 60px;
  left: 118px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-02 {
  top: 60px;
  left: 339px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-03 {
  top: 60px;
  left: 560px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-04 {
  top: 177px;
  left: 118px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-05 {
  top: 177px;
  left: 339px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-06 {
  top: 177px;
  left: 560px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-07 {
  bottom: 74px;
  left: 118px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-08 {
  bottom: 74px;
  left: 339px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-card-09 {
  bottom: 74px;
  left: 560px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-img {
  position: absolute;
  top: 5px;
  right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-name {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-size {
  width: 40px;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-size-01 {
  background-color: #004da1;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-size-02 {
  background-color: #00a2e6;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-price {
  position: absolute;
  bottom: 5px;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-price span {
  color: #f00;
  /*text-decoration:line-through !important; font-size:10px;*/
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-camp {
  color: orange;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-camp span {
  color: orange;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-bnr {
  position: absolute;
  top: 70px;
  left: 140px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-icon-01 {
  display: inline-block;
  padding: 0 5px;
  background-color: #ff6e00;
}

.p-gaming-pc-sub__model__contents__inr .note-mapA-icon-02 {
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  color: #134197;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB {
  padding: 15px;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-title {
  padding: 8px 0;
  border: 1px solid #428214;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-title span {
  padding: 0 0 0 10px;
  border-left: 4px solid #428214;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-cap {
  font-size: 11px;
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-cap::before {
  display: inline-block;
  width: 78px;
  height: 13px;
  margin: 0 5px 0 0;
  background: url(/5shopping/templates/game_pc/img/note/note_map_item.png) left bottom no-repeat;
  vertical-align: middle;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-area {
  position: relative;
  width: 775px;
  height: 717px;
  background: url(/5shopping/templates/game_pc/img/note/note_mapB_area_170706.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-area a {
  display: block;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-area a:hover div {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head {
  position: absolute;
  width: 105px;
  font-size: 12px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head-01 {
  top: 160px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head-02 {
  top: 335px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head-03 {
  top: 457px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head-04 {
  bottom: 100px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-head-05 {
  bottom: 105px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot {
  position: absolute;
  font-size: 12px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-01 {
  bottom: 28px;
  left: 118px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-02 {
  bottom: 28px;
  left: 250px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-03 {
  right: 37%;
  bottom: 28px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-04 {
  right: 27px;
  bottom: 28px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-sred {
  position: absolute;
  bottom: 4px;
  left: 116px;
  width: 80%;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-foot-sred_b {
  position: absolute;
  bottom: -20px;
  width: 82.5%;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-lead-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -20px;
  left: 108px;
  width: 125px;
  padding: 5px 0;
  border: 1px solid #2069b6;
  background: #234fa6;
  background: -webkit-gradient(linear, left top, right top, from(#0f1535), to(#234fa6));
  background: linear-gradient(to right, #0f1535 0%, #234fa6 100%);
  font-size: 14px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-lead-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -20px;
  right: 0;
  width: 540px;
  padding: 5px 0;
  border: 1px solid #2069b6;
  background: #234fa6;
  background: -webkit-gradient(linear, left top, right top, from(#0f1535), to(#234fa6));
  background: linear-gradient(to right, #0f1535 0%, #234fa6 100%);
  font-size: 14px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 119px;
  height: 95px;
  padding: 6px;
  border: 1px solid #fff;
  background: #1e1e1e url(../../images/gaming-pc/sub/table/map_icon.png) 98% 50% no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-01 {
  top: 70px;
  left: 110px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-02 {
  top: 70px;
  left: 240px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-03 {
  top: 70px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-04 {
  top: 70px;
  right: 153px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-05 {
  top: 70px;
  right: 17px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-06 {
  top: 190px;
  left: 110px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-07 {
  top: 190px;
  left: 240px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-08 {
  top: 190px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-09 {
  top: 190px;
  right: 153px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-10 {
  top: 190px;
  right: 17px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-11 {
  top: 309px;
  left: 110px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-12 {
  top: 309px;
  left: 240px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-13 {
  top: 309px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-14 {
  top: 309px;
  right: 153px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-15 {
  top: 309px;
  right: 17px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-16 {
  top: 429px;
  left: 110px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-17 {
  top: 429px;
  left: 240px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-18 {
  top: 429px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-19 {
  top: 429px;
  right: 153px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-20 {
  top: 429px;
  right: 17px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-21 {
  bottom: 65px;
  left: 110px;
  height: 107px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-22 {
  bottom: 71px;
  left: 295px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-23 {
  right: 157px;
  bottom: 71px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-24 {
  right: 194px;
  bottom: 71px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-card-25 {
  right: 27px;
  bottom: 71px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-ranking {
  z-index: 1;
  position: absolute;
  top: -5px;
  left: -5px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-img {
  position: absolute;
  top: 5px;
  right: 5px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-name {
  z-index: 1;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-size {
  width: 40px;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-sizerank {
  z-index: 1;
  position: relative;
  width: 40px;
  margin-top: 30px !important;
  margin-left: 0px;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-size-01 {
  background-color: #004da1;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-size-02 {
  background-color: #00a2e6;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-new {
  width: 40px;
  background-color: #ff6e00;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-price {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-price span {
  color: #f00;
  font-size: 10px;
  text-decoration: line-through !important;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-camp {
  color: orange;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-camp span {
  color: orange;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 65px;
  left: 238px;
  width: 121px;
  padding: 6px 6px 3px;
  background-color: orange;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-01::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 9px 0px 9px 9px;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-02 {
  position: absolute;
  bottom: 75px;
  left: 320px;
  padding: 6px 6px 3px;
  background-color: #eb1f02;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-03 {
  position: absolute;
  top: 205px;
  left: 365px;
  width: 121px;
  height: auto;
  padding: 6px 6px 3px;
  background-color: orange;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-03::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-04 {
  position: absolute;
  top: 63px;
  right: 0;
  width: 145px;
  padding: 6px 6px 3px;
  background-color: orange;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-04 span {
  color: #fff;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-04::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: -9px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-05 {
  position: absolute;
  top: 300px;
  right: 7px;
  width: 121px;
  padding: 6px 6px 3px;
  background-color: orange;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-05 span {
  color: #fff;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-notice-05::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-bnr {
  position: absolute;
  top: 354px;
  left: 115px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-bnr2 {
  position: absolute;
  top: 136px;
  left: 374px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-icon-01 {
  display: inline-block;
  padding: 0 5px;
  background-color: #ff6e00;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-icon-02 {
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  color: #134197;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .note-mapB-icon-03 {
  display: inline-block;
  padding: 0 5px;
  background-color: #ff6e00;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-area {
  position: relative;
  width: 770px;
  background: url(/5shopping/templates/game_pc/img/note/note_mapC_bg.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .cell_top {
  width: 105px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-lead-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 225px;
  padding: 5px 0;
  border: 1px solid #2069b6;
  background-image: url(/5shopping/templates/game_pc/img/note/note_map_bg01.png);
  background-repeat: repeat-y;
  font-size: 14px;
  /* background: #234fa6;
     background: -webkit-linear-gradient(left, #0f1535 0%, #234fa6 100%);
      background: linear-gradient(to right, #0f1535 0%, #234fa6 100%);*/
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-lead-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 450px;
  padding: 5px 0;
  border: 1px solid #2069b6;
  background-image: url(/5shopping/templates/game_pc/img/note/note_map_bg01.png);
  font-size: 14px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border: 1px solid #9E9E9E;
  background-color: #1e1e1e;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 332px;
  height: 80px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr #ver01 .note-mapC-data a:hover div {
  opacity: 1;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-data a:hover div {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-sizerank {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  margin-left: 0px;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-sizerank_slim {
  z-index: 1;
  position: relative;
  width: 70px;
  margin-left: 0px;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-name {
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-price span,
.p-gaming-pc-sub__model__contents__inr .note-mapC-price {
  color: #f00 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .left_footer {
  border-top: 1px solid #9E9E9E;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .graphic_left {
  border-top: 1px solid #9E9E9E;
}

.p-gaming-pc-sub__model__contents__inr .cpu_footer {
  border-right: 1px solid #9E9E9E;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-01 span {
  color: #fff;
  font-size: 18px;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-01::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-01a {
  position: absolute;
  top: 220px;
  right: 8px;
  width: 110px;
  padding: 6px 6px 3px;
  background-color: orange;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-01b {
  position: absolute;
  top: 456px;
  left: 345px;
  width: 110px;
  padding: 6px 6px 3px;
  background-color: orange;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-02 {
  position: absolute;
  top: 165px;
  left: 375px;
  width: 110px;
  height: auto;
  padding: 6px 6px 3px;
  background-color: orange;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-notice-02::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  border-width: 9px 9px 9px 0;
  border-style: solid;
  border-color: transparent orange transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .note-mapC-no {
  position: absolute;
  top: -22px;
  left: 38%;
  width: 40px;
}

.p-gaming-pc-sub__model__contents__inr .testB {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-map01 {
  padding: 15px 15px 35px;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-h {
  height: 64px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-00 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 0 0;
  border: 1px solid #9E9E9E;
  background: url(../../images/gaming-pc/sub/table/map_icon.png) 98% 50% no-repeat;
  background-color: #1e1e1e;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-cl4 {
  width: 150px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-cl3 {
  width: 180px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-name {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-price,
.p-gaming-pc-sub__model__contents__inr .desk-map-price span {
  color: #e43344;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-price span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel {
  position: relative;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-new {
  position: absolute;
  top: 0;
  left: -2px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-rank {
  position: absolute;
  top: -40px;
  left: -13px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-newarea_top {
  border-top: 2px solid #ff0 !important;
  border-right: 2px solid #ff0 !important;
  border-left: 2px solid #ff0;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-newarea_middle {
  border-right: 2px solid #ff0 !important;
  border-left: 2px solid #ff0;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-newarea_btm {
  border-right: 2px solid #ff0 !important;
  border-bottom: 2px solid #ff0;
  border-left: 2px solid #ff0;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-model {
  padding: 9px 0;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-cpu {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapA_bg_9.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-head-last {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: auto;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 10px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 5px;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 168px;
  padding: 0 10px;
  border-right: 1px solid #9E9E9E;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data-03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 168px;
  padding: 0 10px;
  border-right: 1px solid #9E9E9E;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-icon {
  display: inline-block;
  position: absolute;
  padding: 0 2px;
  background-color: #fff;
  color: #134197;
  font-size: 11px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-icon-01 {
  top: 15px;
  right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-icon-02 {
  top: 10px;
  right: 10px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapA-icon-03 {
  bottom: 37px;
  left: 51.1%;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-series {
  padding: 3px 0;
  font-size: 11px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-series span {
  font-size: 20px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-lead {
  margin: 10px 0;
  font-size: 11px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapB_bg_6.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head-01 {
  height: 271px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head-02 {
  height: 140px !important;
  padding: 8px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head-03 {
  height: 69px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #ececec;
  line-height: 1.4;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data a {
  display: block;
  padding: 20px 10px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data a + a {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data a + a::after {
  z-index: auto;
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data a + a::before {
  -webkit-transform: scale(1, 0.95) rotate(45deg);
  z-index: 1;
  position: absolute;
  top: -14px;
  right: 7px;
  width: 8px;
  height: 8px;
  transform: scale(1, 0.95) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 0 5px;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data-01 {
  padding: 10px 5px;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data-01 p + p {
  margin-top: 0.5em;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-icon {
  display: inline-block;
  position: absolute;
  padding: 0 2px;
  background-color: #fff;
  color: #134197;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapE-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapB_bg_2.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-01 {
  bottom: 15px;
  left: 22.5%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-02 {
  bottom: 15px;
  left: 50%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-03 {
  bottom: 15px;
  left: 60%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-04 {
  right: 4%;
  bottom: 15px;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-05 {
  bottom: 15px;
  left: 23.5%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-06 {
  bottom: 15px;
  left: 52%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-07 {
  bottom: 15px;
  left: 79%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-08 {
  bottom: 15px;
  left: 16.5%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapB-icon-09 {
  bottom: 15px;
  left: 77.5%;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-series {
  padding: 3px;
  font-size: 11px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-series-01 {
  border: 1px solid #808080;
  background: #8d8d8d;
  background: -webkit-gradient(linear, left top, right top, from(#8d8d8d), to(#e3e3e3));
  background: linear-gradient(to right, #8d8d8d 0%, #e3e3e3 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-series-02 {
  border: 1px solid #896e20;
  background: #be9c38;
  background: -webkit-gradient(linear, left top, right top, from(#be9c38), to(#dfde72));
  background: linear-gradient(to right, #be9c38 0%, #dfde72 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-lead {
  margin: 10px 0;
  font-size: 11px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-font-01 {
  color: #004da1;
  font-size: 26px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapB-font-02 {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapRenovetion-series-01 {
  border: 1px solid #f90;
  background: #ff901b;
  background: -webkit-gradient(linear, left top, right top, from(#ff901b), to(#ffa400));
  background: linear-gradient(to right, #ff901b 0%, #ffa400 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapC_bg_170718.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-head-02 {
  height: 69px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 5px 0;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-data-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 10px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-data-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 0 5px;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-data-01 {
  position: relative;
  padding-left: 5px;
  border-top: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-series {
  margin: 0 0 10px;
  padding: 3px;
  border: 1px solid #2069b6;
  background: #11193d;
  background: -webkit-gradient(linear, left top, right top, from(#11193d), to(#224ca0));
  background: linear-gradient(to right, #11193d 0%, #224ca0 100%);
  font-size: 11px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-series span {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-icon {
  display: inline-block;
  position: absolute;
  padding: 0 5px;
  background-color: #fff;
  color: #134197;
  font-size: 11px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-icon-01 {
  top: 23px;
  right: 15px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-icon-02 {
  top: 15px;
  right: 15px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapC-icon-03 {
  right: 15px;
  bottom: 15px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapD_bg.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head-01 {
  height: 266px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head-02 {
  padding: 8px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head-03 {
  height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 223px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-data-01 {
  position: relative;
  padding: 0 15px;
  border-top: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-series {
  padding: 3px;
  border: 1px solid #cd0000;
  background: #4a0000;
  background: -webkit-gradient(linear, left top, right top, from(#4a0000), to(#a40001));
  background: linear-gradient(to right, #4a0000 0%, #a40001 100%);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-series span {
  display: block;
  padding: 5px 3px 0;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapD-icon {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 25px;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapAmd_bg.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head-01 {
  height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head-02 {
  padding: 8px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head-03 {
  height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-data-01 {
  position: relative;
  padding: 0 15px;
  border-top: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-series {
  padding: 3px;
  border: 1px solid #cd0000;
  background: #4a0000;
  background: -webkit-gradient(linear, left top, right top, from(#4a0000), to(#a40001));
  background: linear-gradient(to right, #4a0000 0%, #a40001 100%);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-series span {
  display: block;
  padding: 5px 3px 0;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmd-icon {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 15px;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-Amd {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 252px;
  margin-right: auto;
  margin-left: auto;
  padding: 75px 0 0;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapAmdCpu_bg_170907.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head-01 {
  height: 90px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head-02 {
  padding: 8px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head-03 {
  height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 125px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-data-01 {
  position: relative;
  border-top: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-data_02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-data_col3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 223px;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-series {
  height: 50px;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-series span {
  /*display: block;*/
  padding: 5px 3px 0;
  font-size: 26px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 20%;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-icon2 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 35%;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapAmdCpu-icon3 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 25%;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position {
  position: relative;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-AmdCpu {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 125px;
  left: 180px;
  width: auto;
  height: auto;
  margin: 0px 10px;
  padding: 5px;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
  background: url(/5shopping/templates/game_pc/img/general/map_bg_red.jpg) left top repeat;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .ballon_t_01 {
  position: absolute;
  top: 390px;
  left: 255px;
  width: 156px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 7px 5px 5px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5400), to(#ffa600));
  background: linear-gradient(to bottom, #ff5400 0%, #ffa600 100%);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .ballon_t_01::after {
  display: block;
  position: absolute;
  top: -10%;
  left: 45%;
  width: 0;
  height: 0;
  border-width: 0px 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #ff5400 transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .ballon_t_02 {
  position: absolute;
  top: 190px;
  left: 680px;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 7px 5px 5px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5400), to(#ffa600));
  background: linear-gradient(to bottom, #ff5400 0%, #ffa600 100%);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .ballon_t_02::after {
  display: block;
  position: absolute;
  top: -8%;
  left: 45%;
  width: 0;
  height: 0;
  border-width: 0px 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #ff5400 transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L {
  z-index: 999;
  padding: 10px 0 10px 9px;
  overflow: hidden;
  border-bottom: none !important;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 190px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L li:nth-child(-n+3) a {
  border: 1px solid #428214;
  border-radius: 5px;
  background: #177d0d;
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#177d0d), to(#022a0f));
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, linear-gradient(to bottom, #177d0d 0%, #022a0f 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L li:nth-child(n+4) a {
  border: 1px solid #cd0000;
  border-radius: 5px;
  background: #a80000;
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a80000), to(#620000));
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, linear-gradient(to bottom, #a80000 0%, #620000 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_5L li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 150px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L {
  z-index: 999;
  padding: 10px 0 10px 9px;
  overflow: hidden;
  border-bottom: none !important;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 190px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L li:nth-child(-n+3) a {
  border: 1px solid #428214;
  border-radius: 5px;
  background: #177d0d;
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#177d0d), to(#022a0f));
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, linear-gradient(to bottom, #177d0d 0%, #022a0f 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L li:nth-child(n+4) a {
  border: 1px solid #cd0000;
  border-radius: 5px;
  background: #a80000;
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a80000), to(#620000));
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, linear-gradient(to bottom, #a80000 0%, #620000 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_4L li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 190px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_3L {
  z-index: 999;
  padding: 10px 0 10px 9px;
  overflow: hidden;
  border-bottom: none !important;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_3L li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_3L li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 256px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_3L li:nth-child(-n+2) a {
  border: 1px solid #428214;
  border-radius: 5px;
  background: #177d0d;
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#177d0d), to(#022a0f));
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, linear-gradient(to bottom, #177d0d 0%, #022a0f 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab_3L li:nth-child(3) a {
  border: 1px solid #cd0000;
  border-radius: 5px;
  background: #a80000;
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a80000), to(#620000));
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, linear-gradient(to bottom, #a80000 0%, #620000 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapVR_bg.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-head-02 {
  height: 140px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-head-03 {
  height: 60px;
  border-top: 1px solid #9E9E9E;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 334px;
  padding: 10px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: top;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-data-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  padding: 0 5px;
  border-right: 1px solid #9E9E9E;
  line-height: 1.3;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-data-01 {
  padding: 0 5px 10px;
  border-top: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-icon {
  display: inline-block;
  position: absolute;
  padding: 0 2px;
  background-color: #fff;
  color: #134197;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-position .desk-mapVR-icon-01 {
  bottom: 15px;
  left: 16%;
  width: 79%;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-card-VR {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 320px;
  left: 25%;
  width: 60%;
  height: auto;
  margin: 0px 10px;
  padding: 10px 0;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
  background: url(/5shopping/templates/game_pc/img/general/map_bg_red.jpg) left top repeat;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-series {
  padding: 3px;
  border: 1px solid #2069b6;
  background: #11193d;
  background: -webkit-gradient(linear, left top, right top, from(#11193d), to(#224ca0));
  background: linear-gradient(to right, #11193d 0%, #224ca0 100%);
  font-size: 11px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-series span {
  font-size: 16px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-mapVR-series-img {
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #9E9E9E;
  background: #000;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .slim-map {
  padding: 15px;
  background: url(../../images/gaming-pc/sub/table/map_bg.jpg) left top repeat;
}

.p-gaming-pc-sub__model__contents__inr .slim-map-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 0 0;
  border: 1px solid #9E9E9E;
  background: url(../../images/gaming-pc/sub/table/map_icon.png) 98% 50% no-repeat;
  background-color: #1e1e1e;
}

.p-gaming-pc-sub__model__contents__inr .slim-map-card-01 {
  width: 156px;
}

.p-gaming-pc-sub__model__contents__inr .slim-map-card-02 {
  width: 200px;
}

.p-gaming-pc-sub__model__contents__inr .slim-map-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .slim-map-price,
.p-gaming-pc-sub__model__contents__inr .slim-map-price span {
  color: #f00;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-area {
  background: url(/5shopping/templates/game_pc/img/desktop/desk_mapE_bg170330.png) left bottom no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105px;
  height: 69px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head span {
  font-size: 10px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head-01 {
  height: 266px;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head-02 {
  padding: 8px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head-03 {
  height: 60px;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head-04 {
  height: 138px;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-head-04 {
  height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 223px;
  padding: 0px 5px;
  border-top: 1px solid #9E9E9E;
  border-right: 1px solid #e1e1e1;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-data-01 {
  position: relative;
  padding: 0 15px;
  border-top: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-data a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-data a:hover div {
  opacity: .6;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-series {
  padding: 3px;
  border: 1px solid #cd0000;
  background: #4a0000;
  background: -webkit-gradient(linear, left top, right top, from(#4a0000), to(#a40001));
  background: linear-gradient(to right, #4a0000 0%, #a40001 100%);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-series span {
  display: block;
  padding: 5px 3px 0;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .slim-mapD-icon {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 15px;
  padding: 0 5px;
  background-color: #fff;
  color: #ac0000;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab {
  z-index: 999;
  padding: 10px 0 10px 9px;
  overflow: hidden;
  border-bottom: none !important;
  background-color: #191919;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab li {
  margin-right: 9px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 190px;
  height: 62px;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-tab li:nth-child(-n+2) a {
  border: 1px solid #428214;
  border-radius: 5px;
  background: #177d0d;
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#177d0d), to(#022a0f));
  background: url(/5shopping/templates/game_pc/img/general/icon_14.png) center 95% no-repeat, linear-gradient(to bottom, #177d0d 0%, #022a0f 100%);
}

.p-gaming-pc-sub__model__contents__inr .desk-tab li:nth-child(n+3):nth-child(-n+4) a {
  border: 1px solid #cd0000;
  border-radius: 5px;
  background: #a80000;
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#a80000), to(#620000));
  background: url(/5shopping/templates/game_pc/img/general/icon_15.png) center 95% no-repeat, linear-gradient(to bottom, #a80000 0%, #620000 100%);
}

.p-gaming-pc-sub__model__contents__inr .slim-map-first-border {
  border-top: 1px solid #9E9E9E;
}

.p-gaming-pc-sub__model__contents__inr span.priceStrike {
  color: #ddd !important;
  font-size: 9px !important;
  text-decoration: line-through !important;
}

.p-gaming-pc-sub__model__contents__inr span.priceArrow {
  color: #ddd !important;
  font-size: 9px !important;
  text-decoration: none !important;
}

.p-gaming-pc-sub__model__contents__inr span.pricecamp {
  color: orange !important;
  font-size: 9px !important;
}

.p-gaming-pc-sub__model__contents__inr .kensakuBoxON {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr #seoContents #searchTxt {
  padding-top: 54px;
}

.p-gaming-pc-sub__model__contents__inr .prdctTabTtl {
  position: relative;
  margin: 20px 0 10px;
  border-bottom: 3px solid #00c2ff;
  color: #fff !important;
  font-size: 22px;
}

.p-gaming-pc-sub__model__contents__inr #recommendDetailBuyBlock div #moveWindowBtnBuy01,
.p-gaming-pc-sub__model__contents__inr #recommendDetailBuyBlock div #moveWindowBtnBuy01 a,
.p-gaming-pc-sub__model__contents__inr #recommendDetailBuyBlock div #moveWindowBtnBuy02,
.p-gaming-pc-sub__model__contents__inr #recommendDetailBuyBlock div #moveWindowBtnBuy02 a {
  height: 185px;
}

.p-gaming-pc-sub__model__contents__inr div#benchmarkdata table th,
.p-gaming-pc-sub__model__contents__inr div#benchmarkdata table td,
.p-gaming-pc-sub__model__contents__inr div#specdata table th,
.p-gaming-pc-sub__model__contents__inr div#specdata table td {
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr div#benchmarkdata table th {
  background: #444;
}

.p-gaming-pc-sub__model__contents__inr div#specdata table th {
  background: #444;
}

.p-gaming-pc-sub__model__contents__inr .imageResp {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr .imageRespSp {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .imageRespAtt {
  margin-right: -10px;
  margin-bottom: 10px;
  font-size: 120%;
  text-align: right;
}

.p-gaming-pc-sub__model__contents__inr .slider_common {
  background: none !important;
}

.p-gaming-pc-sub__model__contents__inr .pconly {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr .sponly {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .kakakucomreview {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .kakakucomreview img {
  width: 20px !important;
}

.p-gaming-pc-sub__model__contents__inr .wanted {
  margin: 5px 0 17px 0;
  line-height: 25px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .twmsg {
  height: 40px;
  padding: 5px 0 0 0;
  font-weight: normal !important;
}

.p-gaming-pc-sub__model__contents__inr h3.game-title-01 {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  color: #0e358e;
  font-size: 20px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr h3.game-title-01 strong {
  font-size: 28px;
}

.p-gaming-pc-sub__model__contents__inr h3.game-title-02 {
  margin-bottom: 0;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #666;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr h3.game-title-02 span {
  display: inline-block;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr h3.game-title-02 span:before {
  display: inline-block;
  width: 4px;
  height: 25px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  background-color: #ccc;
  vertical-align: middle;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-03 {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: 2px solid #0e358e;
  background-color: #fff !important;
  color: #0e358e !important;
  font-size: 20px !important;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-03 strong {
  font-size: 28px;
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-03::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 5%;
  border-bottom: 2px solid #00c2ff;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-04 {
  margin-bottom: 0;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #0e358e;
  color: #fff;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-04 span {
  display: inline-block;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr h2.game-title-04 span:before {
  display: inline-block;
  width: 4px;
  height: 25px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  background-color: #ccc;
  vertical-align: middle;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-bar {
  margin: 0 0 30px 0;
}

.p-gaming-pc-sub__model__contents__inr .game-btn-01 {
  position: relative;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr a .game-btn-01 {
  display: inline-block;
  padding: 10px 30px 10px 40px;
  border: 1px solid #3e82d7;
  background: url(../img/purpose/icon_04.png) 10px center no-repeat, -webkit-linear-gradient(top, #095fcc 0%, #095fcc 50%, #134197 50%, #134197 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-btn-01:before {
  -webkit-transform: rotate(45deg) translate(-70%);
  -ms-transform: rotate(45deg) translate(-70%);
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(-70%);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-btn-02 {
  text-align: left;
}

.p-gaming-pc-sub__model__contents__inr .game-btn-02 a {
  display: inline-block;
  padding: 10px 30px 10px 40px;
  border-radius: 5px;
  background: #00a0f4 url(/5shopping/templates/search/positionmap/img/general/icon_02.png) 20px center no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-btn-02 a:hover {
  background: #00c2ff url(/5shopping/templates/search/positionmap/img/general/icon_02.png) 20px center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .game-ware {
  border: 1px solid #ccc;
  border-top: none;
}

.p-gaming-pc-sub__model__contents__inr .game-ware li {
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .game-ware li.game-ware-odd {
  background-color: #f5faff;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-data {
  overflow: hidden;
  font-size: 0;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-data dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 250px;
  padding: 0 0 0 25px;
  background: url(/5shopping/templates/search/positionmap/img/general/icon_01.jpg) 0 center no-repeat;
  color: #0e358e;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-data dd {
  display: inline-block;
  width: 530px;
  font-size: 12px;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item {
  display: inline-block;
  vertical-align: middle;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item a {
  display: inline-block;
  color: #0e358e;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-01 a {
  height: 50px;
  padding: 0 0 0 60px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon01.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-02 a {
  height: 50px;
  margin: 0 40px 0 0;
  padding: 0 0 0 60px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon02.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-03 a {
  height: 50px;
  padding: 0 0 0 130px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon03.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-04 a {
  height: 54px;
  margin: 0 40px 0 0;
  padding: 0 0 0 65px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon04.jpg) 0 center no-repeat;
  line-height: 54px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-05 a {
  height: 50px;
  padding: 0 0 0 90px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon05.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-06 a {
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0 0 0 60px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon06.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-07 a {
  height: 30px;
  margin: 0 15px 0 0;
  padding: 0 0 0 145px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon08.jpg) 0 center no-repeat;
  line-height: 15px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-08 a {
  height: 50px;
  padding: 0 0 0 75px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon07.jpg) 0 center no-repeat;
  line-height: 17px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-09 a {
  height: 50px;
  padding: 0 0 0 60px;
  background: url(/5shopping/templates/search/positionmap/img/general/mdl_icon01.jpg) 0 center no-repeat;
  line-height: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-10 a {
  height: 54px;
  padding: 0 0 0 120px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon10.jpg) 0 center no-repeat;
  line-height: 54px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-11 a {
  height: 55px;
  margin: 0 15px 0 0;
  padding: 0 0 0 65px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon11.jpg) 0 center no-repeat;
  line-height: 55px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-12 a {
  height: 54px;
  margin: 0 15px 0 0;
  padding: 0 0 0 65px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon12.jpg) 0 center no-repeat;
  line-height: 54px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-13 a {
  height: 54px;
  margin: 0 15px 0 0;
  padding: 0 0 0 72px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon13.jpg) 0 center no-repeat;
  line-height: 54px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-14 a {
  height: 54px;
  padding: 0 0 0 50px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon14.jpg) 0 center no-repeat;
  line-height: 54px;
}

.p-gaming-pc-sub__model__contents__inr .game-ware-item-15 a {
  height: 56px;
  padding: 0 0 0 86px;
  background: url(/5shopping/templates/search/positionmap/img/general/top_icon15.jpg) 0 center no-repeat;
  line-height: 56px;
}

.p-gaming-pc-sub__model__contents__inr .game-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  min-width: 805px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #ccc;
  table-layout: fixed;
}

.p-gaming-pc-sub__model__contents__inr .game-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 33.3%;
  padding: 0 10px 10px;
  border-left: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-list-item a {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-list-item:first-child {
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .game-list-star {
  position: absolute;
  top: 10px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img-01 {
  padding: 30px 0 0 0;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img-02 {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img-03 {
  padding: 10px 0 0 90px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img-04 {
  padding: 10px 0 0 30px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-txt {
  max-width: 400px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .game-list-name a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-list-name a:hover {
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr .game-list-name {
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-list-txt-01,
.p-gaming-pc-sub__model__contents__inr .game-list-txt-02 {
  height: 66px;
  color: #fff;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-price {
  color: #f7393b;
  font-size: 20px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .game-list-price span {
  color: #f7393b;
  font-size: 16px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-icon-01 {
  z-index: 999999;
  position: absolute;
  top: 30px;
  width: 80px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-icon-02 {
  z-index: 999999;
  position: absolute;
  top: 10px;
  width: 170px;
  overflow: hidden;
}

.p-gaming-pc-sub__model__contents__inr .game-list-icon-02 li {
  width: 80px;
  margin: 0 0 0 5px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .game-list-icon span {
  display: block;
  margin: 0 0 3px;
  padding: 5px;
  background: #036ecc;
  background: linear-gradient(135deg, transparent 5px, #036ecc 0) top left, linear-gradient(-135deg, #036ecc 5px, #036ecc 0) top right, linear-gradient(45deg, #036ecc 5px, #036ecc 0) bottom left, linear-gradient(-45deg, transparent 5px, #036ecc 0) bottom right;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-reco {
  position: absolute;
  top: 20px;
  right: 20px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-01 {
  margin-top: 20px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-01 > li {
  padding: 10px 0 10px;
  font-size: 13px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-01 > li:nth-child(odd) {
  background: #333;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-02 > li {
  width: 48%;
  margin: 10px 0 0;
  padding: 10px 0 0;
  float: left;
  border-top: dotted 1px #ccc;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-02 > li:nth-child(even) {
  float: right;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-02 > li:nth-child(3) {
  clear: both;
}

.p-gaming-pc-sub__model__contents__inr .game-list-detail-02 > li:last-child {
  width: 100%;
  clear: both;
}

.p-gaming-pc-sub__model__contents__inr .game-list-rate {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-rate li {
  display: inline-block;
  color: #00c2ff;
}

.p-gaming-pc-sub__model__contents__inr .game-list-rate li a {
  color: #00c2ff;
}

.p-gaming-pc-sub__model__contents__inr .game-list-day {
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-day span {
  display: inline-block;
  padding: 3px 30px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-day-two {
  background: #f7393b;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph {
  font-size: 0;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li {
  display: inline-block;
  width: 19%;
  height: 10px;
  margin: 0 0 2px 1.25%;
  background-color: #ccc;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li:nth-child(5n+1) {
  margin: 0 0 2px 0;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-01 {
  background-color: #ff9903;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-02 {
  background-color: #92cd0d;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-03 {
  position: relative;
  background-color: #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-03::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background-color: #ff9903;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-04 {
  position: relative;
  background-color: #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-list-graph li.game-color-04::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 10px;
  background-color: #92cd0d;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-list-card {
  position: relative;
}

.p-gaming-pc-sub__model__contents__inr .game-list-card::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  content: "?";
}

.p-gaming-pc-sub__model__contents__inr .game-list-card-tip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 9999999;
  position: absolute;
  top: -50px;
  width: 220px;
  padding: 10px;
  border-radius: 5px;
  background-color: #036ecc;
  color: #fff;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-card-tip-01 {
  left: -100px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-card-tip::after {
  display: inline-block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -5px;
  border-top: 10px solid #036ecc;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-list-card:hover {
  cursor: help;
}

.p-gaming-pc-sub__model__contents__inr .game-list-card:hover .game-list-card-tip {
  display: inline-block;
}

.p-gaming-pc-sub__model__contents__inr .game-list-desc {
  overflow: hidden;
}

.p-gaming-pc-sub__model__contents__inr .game-list-desc > li {
  width: 200px;
  padding: 40px 0 0;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .game-list-desc > li:first-child {
  width: 180px;
  padding: 0;
}

.p-gaming-pc-sub__model__contents__inr .game-head {
  position: relative;
  padding: 10px;
  background: #003070;
  background: -webkit-gradient(linear, left top, right top, from(#003070), to(#285dc4));
  background: linear-gradient(to right, #003070 0%, #285dc4 100%);
}

.p-gaming-pc-sub__model__contents__inr .game-head-name {
  margin-bottom: 0;
  padding: 0 0 0 15px;
  border-left: 4px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

.p-gaming-pc-sub__model__contents__inr .game-head-link {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
  width: 130px;
  transform: translateY(-50%);
}

.p-gaming-pc-sub__model__contents__inr .game-head-link a {
  display: block;
  padding: 8px 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #036ecc;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-head-link a:hover {
  background-color: #deeaf9;
}

.p-gaming-pc-sub__model__contents__inr .game-head-link a:focus {
  outline: none;
}

.p-gaming-pc-sub__model__contents__inr .game-peri {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-peri li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding: 10px;
  float: left;
  border-bottom: 1px dotted #8a8a8a;
  border-left: 1px dotted #8a8a8a;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .game-peri li:nth-child(3n+1) {
  clear: both;
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .game-peri li:nth-child(4),
.p-gaming-pc-sub__model__contents__inr .game-peri li:nth-child(5),
.p-gaming-pc-sub__model__contents__inr .game-peri li:nth-child(6) {
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr .game-interview {
  margin: 5px 0 0;
  padding: 15px 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-interview li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 40px;
  float: left;
  border-left: dotted 1px #8a8a8a;
}

.p-gaming-pc-sub__model__contents__inr .game-interview li:first-child {
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .game-interview-name {
  color: #0e358e;
  font-size: 13px;
}

.p-gaming-pc-sub__model__contents__inr .game-interview-name strong {
  font-size: 15px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .game-model {
  padding: 15px 10px 10px 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .game-model-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding: 15px 10px;
  float: left;
  border-bottom: 1px dotted #8a8a8a;
  border-left: 1px dotted #8a8a8a;
}

.p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(3n+1) {
  clear: both;
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(4),
.p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(5),
.p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(6) {
  border-bottom: none;
}

.p-gaming-pc-sub__model__contents__inr .game-model-img {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-model-name {
  margin: 15px 0 0;
}

.p-gaming-pc-sub__model__contents__inr .game-model-name a {
  color: #0e358e;
  font-size: 16px;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-model-name a:hover {
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr .game-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-gaming-pc-sub__model__contents__inr .game-flexbox li {
  width: 47%;
}

.p-gaming-pc-sub__model__contents__inr .game-list-spec li {
  position: absolute;
  padding: 9px;
  border: 2px solid;
  color: #036ecc;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-list-spec-01 li {
  margin-top: 50px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-spec-02 li {
  margin-top: 100px;
}

.p-gaming-pc-sub__model__contents__inr .slimNew {
  color: red;
}

.p-gaming-pc-sub__model__contents__inr .slimheight {
  height: 150px;
}

.p-gaming-pc-sub__model__contents__inr .game-list-img-w {
  width: 180px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec {
  padding: 40px 0;
  border: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-inner {
  position: relative;
  width: 720px;
  height: 744px;
  margin: 0 auto;
  background: url(/5shopping/templates/search/positionmap/img/game/game_spec_bg_171214.jpg) center center no-repeat;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-title {
  font-size: 22px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-title strong {
  font-size: 24px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .game-spec a {
  display: block;
  color: #333;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-spec a span {
  color: #f7393b;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .game-spec a:hover {
  opacity: .8;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 80px;
  height: 104px;
  padding: 5px 0 0;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.2;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item::after {
  -webkit-transform: rotate(-315deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 0;
  height: 0;
  transform: rotate(-315deg);
  border: 8px solid transparent;
  border-left: 8px solid #f7393b;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-title {
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-title-01 {
  font-size: 10px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-price {
  color: #f7393b;
  font-size: 12px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-price span {
  color: #f7393b;
  font-size: 12px !important;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-01 {
  top: 20px;
  right: 155px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-02 {
  top: 240px;
  right: 155px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-03 {
  top: 130px;
  right: 155px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-04 {
  top: 310px;
  left: 322px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-05 {
  top: 350px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-06 {
  bottom: 180px;
  left: 95px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-07 {
  bottom: 180px;
  left: 225px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-08 {
  right: 285px;
  bottom: 72px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-09 {
  bottom: 72px;
  left: 225px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-10 {
  bottom: 72px;
  left: 322px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-11 {
  right: 0px;
  bottom: 72px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-12 {
  right: 155px;
  bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-13 {
  bottom: 180px;
  left: 90px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-14 {
  bottom: 72px;
  left: 90px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-15 {
  right: 285px;
  bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-16 {
  top: 240px;
  right: 285px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-17 {
  top: 240px;
  right: 30px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-18 {
  right: 30px;
  bottom: 180px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-item-19 {
  top: 20px;
  right: 30px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-lead {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
}

.p-gaming-pc-sub__model__contents__inr .game-spec-lead-01 {
  top: 292px;
  left: 524px;
  background-color: #f7329b;
}

.p-gaming-pc-sub__model__contents__inr .u-mt-xs {
  margin-top: 5px;
}

.p-gaming-pc-sub__model__contents__inr .clip-list {
  padding: 10px 0;
  border: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-title {
  color: #036ecc;
  font-size: 20px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-title b {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 26px;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-name {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-img {
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-txt {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-txt a {
  color: #333;
  text-decoration: underline;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-txt a:hover {
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .clip-point-txt a:focus {
  outline: none;
}

.p-gaming-pc-sub__model__contents__inr .clip-list-item-01 {
  width: 33.3%;
}

.p-gaming-pc-sub__model__contents__inr .clip-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 10px 10px;
  float: left;
  border-left: 1px solid #ccc;
}

.p-gaming-pc-sub__model__contents__inr .clip-list-item:first-child {
  border-left: none;
}

.p-gaming-pc-sub__model__contents__inr .splink {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .kakakucomreview .no_review {
  display: block !important;
  padding: 0 0 10px;
}

.p-gaming-pc-sub__model__contents__inr .pur-list-icon-01 {
  top: 20px;
}

.p-gaming-pc-sub__model__contents__inr #timer {
  color: #605b5a;
}

.p-gaming-pc-sub__model__contents__inr .countdown p {
  color: #605b5a;
}

.p-gaming-pc-sub__model__contents__inr .abtest-a {
  display: block;
}

.p-gaming-pc-sub__model__contents__inr .abtest-b {
  display: none;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*ツールチップ本体*/
  visibility: hidden;
  z-index: 1;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 100%;
  max-width: 180px;
  margin-top: 10px;
  padding: 12px 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
  font-size: 12px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel:hover .tooltiptext {
  visibility: visible;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext img {
  max-width: 100%;
}

.p-gaming-pc-sub__model__contents__inr a .desk-map-icn-cel .tooltiptext span {
  display: block;
  margin-top: 2px;
  color: #00a2e6;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext .tw_yen {
  margin-top: 2px;
  padding-top: 2px;
  border-top: 1px dotted #333;
  color: #f00;
  font-size: 18px;
  font-weight: normal;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext .benchmark {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dotted #00a2e6;
  font-size: 14px;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext .benchmark::before {
  font-size: 12px;
  font-weight: normal;
  /*display: block;*/
  white-space: pre;
  content: "ベンチマーク 3DMark\ATime Spy\A";
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
  /*吹き出しのアロー部分*/
  content: " ";
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-gaming-pc-sub__model__contents__inr .desk-map-icn-cel:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}

.p-gaming-pc-sub__model__contents__inr #update_date {
  margin-bottom: -40px;
}

.p-gaming-pc-sub__model__contents__inr body.game > .search_bottom_pagetop {
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 480px) {
  .p-gaming-pc-sub__model__contents__inr .pconly {
    display: none;
  }
  .p-gaming-pc-sub__model__contents__inr .sponly {
    display: block;
  }
  .p-gaming-pc-sub__model__contents__inr h2.game-title-03 {
    margin-bottom: 10px !important;
    padding: 8px !important;
    border-bottom: 2px solid #0e358e;
    background-color: #fff !important;
    color: #0e358e !important;
    font-size: 18px !important;
    font-weight: bold;
  }
  .p-gaming-pc-sub__model__contents__inr h2.game-title-03 strong {
    display: block;
    font-size: 120%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-head-name {
    font-size: 16px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-img {
    width: calc(50% - 10px);
    height: auto;
    margin-right: 10px;
    float: left;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-txt {
    width: 50%;
    height: auto;
    float: left;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list {
    min-width: 100%;
    padding: 10px 10px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-item {
    display: block;
    padding: 10px 10px 0 10px;
    float: none;
    border-bottom: 3px double #ccc;
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-item:first-child {
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-item:last-child {
    border-bottom: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-item-01 {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-item-02 {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-reco {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .clip-list-item {
    float: none;
    border-bottom: 1px solid #ccc;
  }
  .p-gaming-pc-sub__model__contents__inr .clip-list-item:first-child {
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr .clip-list-item-01 {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-desc {
    overflow: visible;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-desc > li {
    width: 100%;
    padding: 0 0 0;
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-desc > li:first-child {
    width: 100%;
    padding: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-img-w {
    width: 60%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-name {
    height: auto;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-txt-01 {
    height: auto;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-detail-02 {
    height: 260px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-model {
    padding: 0 10px;
    overflow: hidden;
    border: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-model-lead {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-icon span {
    line-height: 1.6;
  }
  .p-gaming-pc-sub__model__contents__inr .game-model-list li {
    position: relative;
    width: 100%;
    float: none;
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr .splink {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
  }
  .p-gaming-pc-sub__model__contents__inr .splink::after {
    -webkit-transform: rotate(45deg) translate(-70%);
    -ms-transform: rotate(45deg) translate(-70%);
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(-70%);
    border-top: 3px solid #009be6;
    border-right: 3px solid #009be6;
    content: "";
  }
  .p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(4),
  .p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(5),
  .p-gaming-pc-sub__model__contents__inr .game-model-list li:nth-child(6) {
    border-bottom: 1px dotted #8a8a8a;
  }
  .p-gaming-pc-sub__model__contents__inr .game-model-list li:last-child {
    border-bottom: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-spec-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-spec-title strong {
    font-size: 18px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-spec-title::after {
    display: block;
    margin: 10px 0 -15px -30px;
    color: #333;
    font-size: 12px;
    text-align: center;
    content: "← 一覧表はスワイプできます →";
  }
  .p-gaming-pc-sub__model__contents__inr #productList h3 {
    margin-top: 0;
    padding: 0 0 0 10px;
    border-bottom: none;
    font-size: 15px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-interview li {
    padding: 0 20px;
  }
  .p-gaming-pc-sub__model__contents__inr h2.game-title-04 {
    background: #0e358e !important;
  }
  .p-gaming-pc-sub__model__contents__inr .game-ware {
    margin-bottom: 20px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-ware-data dd {
    width: 100%;
  }
  .p-gaming-pc-sub__model__contents__inr .game-ware-item {
    margin: 10px 0;
  }
  .p-gaming-pc-sub__model__contents__inr .game-interview {
    margin: 0;
    padding: 0 10px;
    border: none;
  }
  .p-gaming-pc-sub__model__contents__inr .game-interview li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px;
    float: none;
    border-bottom: dotted 1px #8a8a8a;
    border-left: none;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-bnr3 {
    width: 100%;
    padding: 0 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .mdl-list-card {
    font-size: 12px;
  }
  .p-gaming-pc-sub__model__contents__inr .mdl-list-card:before {
    margin-left: 10px;
    content: "※";
  }
  .p-gaming-pc-sub__model__contents__inr .pur-title-01 {
    border: none;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-title-01-inner {
    margin-bottom: 10px !important;
    padding: 8px !important;
    border-bottom: 2px solid #fff;
    border-left: 0px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold;
  }
  .p-gaming-pc-sub__model__contents__inr .midashi {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #FF0000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_wrapper {
    width: 100%;
    padding: 0 3%;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_item {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_purpose_pict img {
    border-bottom: 0px;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_purpose {
    position: relative;
    padding: 5px 2em 5px 5px;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    border-left: 1px solid #505050;
    background: #efefef url(/5sp/img/common/list_arw_lt_blue.png) no-repeat 98% 50%;
    color: #000;
    font-size: 1.2rem;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_purpose span.pcmodel {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .p-gaming-pc-sub__model__contents__inr .p-list-game_choose_purpose span.specDecoration {
    color: #e85917;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-peri {
    border: none;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-peri li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px;
    float: none;
    border: none;
    border-bottom: 1px dotted !important;
    font-size: 14px;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-peri li a::after {
    -webkit-transform: rotate(45deg) translate(-70%);
    -ms-transform: rotate(45deg) translate(-70%);
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(-70%);
    border-top: 3px solid #009be6;
    border-right: 3px solid #009be6;
    content: "";
  }
  .p-gaming-pc-sub__model__contents__inr .u-mt-ms-sp li {
    position: relative;
    width: 100% !important;
    padding: 20px 20px;
    float: none !important;
    border-bottom: 1px dotted;
  }
  .p-gaming-pc-sub__model__contents__inr .u-mt-ms-sp li a::after {
    -webkit-transform: rotate(45deg) translate(-70%);
    -ms-transform: rotate(45deg) translate(-70%);
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(-70%);
    border-top: 3px solid #009be6;
    border-right: 3px solid #009be6;
    content: "";
  }
  .p-gaming-pc-sub__model__contents__inr .pur-rank li {
    margin: 0;
  }
  .p-gaming-pc-sub__model__contents__inr .slick-slide {
    height: auto !important;
  }
  .p-gaming-pc-sub__model__contents__inr .rankNewVer2 .leftImg {
    position: relative;
    padding-top: 10px;
    float: left;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr .rankNewVer2 .rightText {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 0 4px;
    float: right;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-rank-img-01 img {
    height: auto !important;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-rank-icon {
    left: 15px;
    width: 45px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-detail-01 > li {
    padding: 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-peri-text {
    text-align: left;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-peri-title {
    text-align: left;
  }
  .p-gaming-pc-sub__model__contents__inr .pur-list-icon-01 {
    top: 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .game-list-detail-01,
  .p-gaming-pc-sub__model__contents__inr .game-list-detail-02 {
    padding-top: 10px;
  }
  .p-gaming-pc-sub__model__contents__inr .sp-mark {
    margin-top: 0px !important;
    padding: 0 0 10px;
    border: 2px solid #333;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
  }
  .p-gaming-pc-sub__model__contents__inr .sp-mark span {
    display: block;
  }
  .p-gaming-pc-sub__model__contents__inr .bench-title {
    display: inline;
    margin-bottom: 15px;
    padding: 5px;
    background: #333;
    font-size: 14px;
  }
  .p-gaming-pc-sub__model__contents__inr .bench-score {
    font-size: 16px;
    font-weight: bold;
  }
  .p-gaming-pc-sub__model__contents__inr .sp-bench-box {
    padding: 15px 0 !important;
  }
  .p-gaming-pc-sub__model__contents__inr .twmsg {
    height: auto;
    margin-bottom: 15px;
  }
}

.p-gaming-pc-sub__model__contents__inr .msgRotate.Rigid {
  position: absolute;
  top: 148px;
  left: -15px;
}

.p-gaming-pc-sub__model__contents__inr .borderRigid::after {
  display: block;
  position: absolute;
  top: 168px;
  left: -5px;
  width: 35px;
  height: 644px;
  border-left: 1px solid #264ba0;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .featureRigid {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

.p-gaming-pc-sub__model__contents__inr .mapArea {
  margin: 0 -500%;
  padding: 70px 500% 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #000), color-stop(50%, #3a3a3a), color-stop(60%, #000));
  background: linear-gradient(90deg, #000 40%, #3a3a3a 50%, #000 60%);
}

.p-gaming-pc-sub__model__contents__inr .mapWrap {
  width: 1050px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.p-gaming-pc-sub__model__contents__inr .mapNav {
  position: absolute;
  right: calc(50vw + 390px);
  width: 245px;
  padding-top: 55px;
  float: left;
}

.p-gaming-pc-sub__model__contents__inr .mapInner {
  width: 805px;
  float: right;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul {
  z-index: 1;
  top: 10%;
  list-style: none;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 0 60px;
  border-radius: 50%;
  background: #565656;
  cursor: pointer;
  -webkit-transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -16px;
  left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #565656;
  border-radius: 2px;
  color: #ccc;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li a:hover {
  opacity: 0.8;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li.current {
  background: #00ab2b;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li.current a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background: #00ab2b;
  color: #fff;
}

.p-gaming-pc-sub__model__contents__inr .mapList table {
  width: 775px;
}

.p-gaming-pc-sub__model__contents__inr .slant_low3_red {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 80px;
  border-top: solid #9E9E9E 1px;
  border-right: solid #9E9E9E 1px;
  background-image: linear-gradient(-40deg, #970e18 50%, #00491D 50%, #00491D);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.p-gaming-pc-sub__model__contents__inr .slant_low3_red:before {
  position: absolute;
  top: 25px;
  left: 8px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  color: #fff;
  font-size: 10px;
  text-align: center;
  content: "グラフィック";
}

.p-gaming-pc-sub__model__contents__inr .slant_low3_red:after {
  position: absolute;
  top: 43px;
  left: 39px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  content: "CPU";
}

.p-gaming-pc-sub__model__contents__inr .borderLine {
  border-bottom: 2px solid #ececec;
}

.p-gaming-pc-sub__model__contents__inr .heightBar {
  position: absolute;
  right: -60px;
  /* z-index: 4;*/
}

.p-gaming-pc-sub__model__contents__inr .heightBar.gmHeight {
  top: 338px;
}

.p-gaming-pc-sub__model__contents__inr .heightBar.deskHeight {
  top: 260px;
  color: #004da1;
  font-weight: bold;
}

.p-gaming-pc-sub__model__contents__inr .heightBar.geforceHeight {
  top: 262px;
}

.p-gaming-pc-sub__model__contents__inr .heightBar.ryzenHeight {
  top: 260px;
}

.p-gaming-pc-sub__model__contents__inr .gmHeight .expertLine {
  height: 134px;
}

.p-gaming-pc-sub__model__contents__inr .gmHeight .casualLine {
  height: 215px;
}

.p-gaming-pc-sub__model__contents__inr .deskHeight .expertLine {
  height: 294px;
}

.p-gaming-pc-sub__model__contents__inr .deskHeight .casualLine {
  height: 128px;
}

.p-gaming-pc-sub__model__contents__inr .geforceHeight .expertLine {
  height: 558px;
}

.p-gaming-pc-sub__model__contents__inr .geforceHeight .casualLine {
  height: 128px;
}

.p-gaming-pc-sub__model__contents__inr .ryzenHeight .expertLine {
  height: 724px;
}

.p-gaming-pc-sub__model__contents__inr .ryzenHeight .casualLine {
  height: 128px;
}

.p-gaming-pc-sub__model__contents__inr .expertLine {
  -ms-writing-mode: tb-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  border-right: 1px solid #004da1;
  border-left: 1px solid #004da1;
  background-color: #d9f1fb;
  font-size: 1.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-gaming-pc-sub__model__contents__inr .expertLine:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: -6px;
  left: 19px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-top: 1px solid #004da1;
  border-left: 1px solid #004da1;
  background-color: #d9f1fb;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .casualLine {
  -ms-writing-mode: tb-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  border-top: 1px solid #004da1;
  border-right: 1px solid #004da1;
  border-left: 1px solid #004da1;
  background-color: #f2fafe;
  font-size: 1.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-gaming-pc-sub__model__contents__inr .casualLine:after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -30px;
  left: 19px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 1px solid #004da1;
  border-bottom: 1px solid #004da1;
  background-color: #f2fafe;
  content: "";
}

.p-gaming-pc-sub__model__contents__inr .barDescribe {
  display: block;
  padding: 6px;
  border: 1px solid;
  font-size: 1.2em;
}

.p-gaming-pc-sub__model__contents__inr .typesquare_option {
  /*position: relative;
    z-index: 3;*/
}

.p-gaming-pc-sub__model__contents__inr .tannouIcon {
  display: none;
  position: absolute;
  bottom: -17px;
  left: 22px;
  padding: 2px 13px;
  background-color: #FF7600;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .tannouLink a {
  display: block;
  width: 600px;
  margin: 20px auto 10px;
  padding: 10px 0;
  border: 2px solid #FF7600;
  border-radius: 6px;
  background-color: #FF7600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.p-gaming-pc-sub__model__contents__inr .tannouLink span {
  font-size: 30px;
}

.p-gaming-pc-sub__model__contents__inr .tannouLink a:hover {
  border: 2px solid #FF7600;
  background-color: #fff;
  color: #FF7600;
}

.p-gaming-pc-sub__model__contents__inr .tannouLink a:hover span {
  color: #FF7600;
}

.p-gaming-pc-sub__model__contents__inr .sidebannerLeft {
  display: block !important;
  top: 9240px !important;
}

.p-gaming-pc-sub__model__contents__inr .mapInner {
  width: 805px;
  margin: auto;
  float: none;
}

.p-gaming-pc-sub__model__contents__inr .slant_low4 {
  background-image: linear-gradient(-40deg, #004da1 50%, #00a2e6 50%, #00a2e6);
}

.p-gaming-pc-sub__model__contents__inr .desk-mapA-series-05 {
  border: 1px solid #5582c6;
  background: #696f2f;
  background: -webkit-gradient(linear, left top, right top, from(#696f2f), to(#5cbc4a));
  background: linear-gradient(to right, #696f2f 0%, #5cbc4a 100%);
}

.p-gaming-pc-sub__model__contents__inr .tannouIcon_a02 {
  position: absolute;
  top: -14px;
  left: -4px;
  padding: 2px 5px;
  background-color: #FF7600;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.p-gaming-pc-sub__model__contents__inr .geforceHeight .expertLine {
  height: 447px !important;
}

.p-gaming-pc-sub__model__contents__inr #intel_11 .geforceHeight .expertLine {
  height: 531px !important;
}

.p-gaming-pc-sub__model__contents__inr .ryzenHeight .expertLine {
  height: 964px;
}

.p-gaming-pc-sub__model__contents__inr .ryzenHeight .casualLine {
  height: 138px !important;
}

.p-gaming-pc-sub__model__contents__inr .geforceHeight .casualLine {
  height: 130px !important;
}

.p-gaming-pc-sub__model__contents__inr .mapNav ul li a {
  width: 182px;
}

.p-gaming-pc-sub__model__contents__inr .heightBar.deskHeight {
  top: 257px;
}

.p-gaming-pc-sub__model__contents__inr .expertLine,
.p-gaming-pc-sub__model__contents__inr .casualLine {
  font-size: 14px;
}

.p-gaming-pc-sub__model__contents__inr .series-ttl {
  padding-top: 25px;
}

.recommended-pc .desk-mapB-data {
  min-width: 200px;
}

.recommended-pc .deskHeight .expertLine {
  height: 420px;
}

.recommended-pc .deskHeight .casualLine {
  height: 65px;
  padding-top: 5px;
}

.recommended-pc .slant_low4 {
  background-image: linear-gradient(-35deg, #004da1 50%, #00a2e6 50%, #00a2e6);
}

.intel-pc .desk-mapB-data,
.amd-pc .desk-mapB-data {
  max-width: 160px;
}

.intel-pc .desk-map-model,
.amd-pc .desk-map-model {
  position: relative;
}

.intel-pc .desk-map-model p,
.amd-pc .desk-map-model p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 2px 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #004da1;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.intel-pc .deskHeight .expertLine {
  height: 766px;
}

.intel-pc .deskHeight .casualLine {
  height: 65px;
  padding-top: 5px;
}

.intel-pc .slant_low4 {
  background-image: linear-gradient(-35deg, #004da1 50%, #00a2e6 50%, #00a2e6);
}

.amd-pc .deskHeight .expertLine {
  height: 982px;
}

.amd-pc .deskHeight .casualLine {
  height: 65px;
  padding-top: 5px;
}

.amd-pc .slant_low4 {
  background-image: linear-gradient(-44deg, #004da1 50%, #00a2e6 50%, #00a2e6);
}

.intel-12th-pc .slant_low4 {
  background-image: linear-gradient(-35deg, #004da1 50%, #00a2e6 50%, #00a2e6);
}

.p-gaming-pc-sub__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-gaming-pc-sub__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-gaming-pc-sub__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-gaming-pc-sub__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-gaming-pc-sub__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-gaming-pc-sub__title h1 {
    padding-right: 150px;
  }
}

.p-gaming-pc-sub__fv__section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__fv__section {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .p-gaming-pc-sub__fv__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__fv__section {
    height: 107vw;
    background: url("../../images/gaming-pc/img_gaming-pc_mv_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 374px) {
  .p-gaming-pc-sub__fv__section {
    height: 240px;
  }
}

.p-gaming-pc-sub__fv__section a {
  position: absolute;
  right: 10.5%;
  bottom: 5%;
  width: 300px;
}

@media screen and (max-width: 1440px) {
  .p-gaming-pc-sub__fv__section a {
    right: 9%;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__fv__section a {
    right: 15px;
    bottom: 15px;
    width: 165px;
  }
  .p-gaming-pc-sub__fv__section a > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
    text-align: center;
  }
  .p-gaming-pc-sub__fv__section a::after {
    right: 16px;
  }
}

.p-gaming-pc-sub__fv__image {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc-sub__fv__image {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1440px;
  }
  .p-gaming-pc-sub__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 1440px) {
  .p-gaming-pc-sub__fv__image {
    position: static;
  }
  .p-gaming-pc-sub__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__fv__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
  }
  .p-gaming-pc-sub__fv__image > img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-gaming-pc-sub__fv__image {
    height: 240px;
  }
}

.p-gaming-pc__condition {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition {
    padding-top: 7px;
    padding-bottom: 45px;
  }
}

.p-gaming-pc__condition__inr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc__condition__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__title {
    margin-bottom: 21px;
  }
}

.p-gaming-pc__condition__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__condition__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__condition__button a {
    width: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .p-gaming-pc__condition__button a:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 810px) {
  .p-gaming-pc__condition__button a {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__button a {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-gaming-pc__condition__button a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__condition__button a > span {
    font-size: 16px;
  }
}

.p-gaming-pc__purpose {
  padding-top: 86px;
  padding-bottom: 88px;
  background-color: #ecf8fd;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose {
    padding: 45px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__purpose__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__inr {
    padding: 0 15px;
  }
}

.p-gaming-pc__purpose__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__title {
    margin-bottom: 21px;
  }
}

.p-gaming-pc__purpose__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__purpose__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-gaming-pc__purpose__card {
  width: 555px;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__purpose__card:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card:first-child {
    margin-bottom: 15px;
  }
}

.p-gaming-pc__purpose__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card a {
    padding: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__purpose__card a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-gaming-pc__purpose__card a:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-gaming-pc__purpose__card__img {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-gaming-pc__purpose__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__img img {
    width: 100%;
  }
}

.p-gaming-pc__purpose__card__img > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc__purpose__card__text {
  width: 243px;
  padding-top: 27px;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__purpose__card__text {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text {
    width: 50%;
    padding-top: 3px;
  }
}

.p-gaming-pc__purpose__card__text p {
  margin-bottom: 4px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc__purpose__card__text h4 {
  margin-bottom: 4px;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}

.p-gaming-pc__purpose__card__text span {
  color: #00a2e6;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__purpose__card__text span {
    font-size: 11px;
    letter-spacing: 0.61px;
  }
}

.p-gaming-pc__relation {
  padding-top: 88px;
  padding-bottom: 70px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation {
    margin-top: 38px;
    padding-top: 43px;
    padding-bottom: 35px;
  }
}

.p-gaming-pc__relation__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__title {
    margin-bottom: 33px;
  }
}

.p-gaming-pc__relation__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__relation__slider {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

.p-gaming-pc__relation__slider__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  overflow: hidden;
  background-color: #001e60;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__inr {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.p-gaming-pc__relation__slider__inr::after {
  text-align: center;
  content: "※ GALLERIAブランドサイトへ遷移します｡";
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__slider__inr::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__inr::after {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-gaming-pc__relation__slider__title {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__title {
    margin-bottom: 22px;
  }
}

.p-gaming-pc__relation__slider__title p {
  color: rgba(0, 162, 230, 0.3);
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 4.32px;
  line-height: 0.58;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__title p {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 0.88;
  }
}

.p-gaming-pc__relation__slider__view {
  width: 1020px;
  margin: 0 auto;
  padding-bottom: 114px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__slider__view {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__slider__view {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-gaming-pc__relation__steam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__steam {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 51px 134px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
  }
}

.p-gaming-pc__relation__steam__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-gaming-pc__relation__steam-wrap {
  margin-bottom: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam-wrap {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area {
    width: 51%;
    margin-left: 20px;
  }
}

.p-gaming-pc__relation__steam__text-area__text h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area__text h3 {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: left;
  }
}

.p-gaming-pc__relation__steam__text-area__text p {
  margin-bottom: 27px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__text-area__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-gaming-pc__relation__steam__img-area {
  width: 334px;
}

@media screen and (max-width: 1080px) {
  .p-gaming-pc__relation__steam__img-area {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__img-area {
    width: 130px;
    margin-bottom: 0;
  }
}

.p-gaming-pc__relation__steam__img-area img {
  width: 100%;
}

.p-gaming-pc__relation__steam__button {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.p-gaming-pc__relation__steam__button::before {
  background-color: #fff;
}

.p-gaming-pc__relation__steam__button:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__steam__button {
    width: 100%;
    height: 40px;
    margin-top: -3px;
  }
  .p-gaming-pc__relation__steam__button span {
    font-size: 16px;
  }
}

.p-gaming-pc__relation__bnr {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr {
    width: 100%;
    padding-top: 35px;
  }
}

.p-gaming-pc__relation__bnr__inr {
  width: 555px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr__inr {
    width: 100%;
    padding: 0 35px;
  }
}

.p-gaming-pc__relation__bnr__img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__bnr__img {
    margin-bottom: 15px;
  }
}

.p-gaming-pc__relation__bnr__img:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__bnr__img a:hover img {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}

.p-gaming-pc__relation__bnr__img img {
  width: 100%;
}

.p-gaming-pc__relation__swiper-container {
  position: relative;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullets {
  bottom: -40px;
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullets > .swiper-pagination-bullet {
  margin: 0 7.5px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-container .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

.p-gaming-pc__relation__swiper-container .swiper-pagination-bullet-active {
  background-color: #479de4;
}

.p-gaming-pc__relation__swiper-slide {
  position: relative;
  height: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__swiper-slide {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide {
    width: 116px !important;
    margin-bottom: 25px;
  }
}

.p-gaming-pc__relation__swiper-slide::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 68px);
  width: 136px;
  height: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 37px 15px 5px rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__swiper-slide::after {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide::after {
    left: 19%;
    width: 66%;
    height: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 24px 9px 5px rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__swiper-slide:hover {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  .p-gaming-pc__relation__swiper-slide:hover::after {
    display: block;
    bottom: -20px;
    -webkit-transform: translate(0, calc(100% + 20px)) scale(0.7);
            transform: translate(0, calc(100% + 20px)) scale(0.7);
    opacity: 0.6;
  }
}

.p-gaming-pc__relation__swiper-slide__inr {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 2px solid #7d8dae;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__inr {
    border: 2px solid #7d8dae;
  }
}

.p-gaming-pc__relation__swiper-slide__img {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__img {
    width: 100%;
  }
}

.p-gaming-pc__relation__swiper-slide__img img {
  width: 100%;
}

.p-gaming-pc__relation__swiper-slide__text {
  display: block;
  height: 100%;
  padding: 27px 10px 20px 15px;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__relation__swiper-slide__text {
    min-height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text {
    padding: 14px 10px 14px 10px;
  }
}

.p-gaming-pc__relation__swiper-slide__text span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text span {
    font-size: 8px;
    letter-spacing: 0.48px;
  }
}

.p-gaming-pc__relation__swiper-slide__text p {
  font-size: 13px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__relation__swiper-slide__text p {
    font-size: 10px;
    letter-spacing: 0.48px;
  }
}

.p-gaming-pc__review {
  margin-bottom: 90px;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review {
    margin-bottom: 45px;
    padding-top: 40px;
  }
}

.p-gaming-pc__review__inr {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}

.p-gaming-pc__review__inr img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__inr {
    width: 100%;
    padding: 0 15px;
  }
}

.p-gaming-pc__review__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__title {
    margin-bottom: 25px;
  }
}

.p-gaming-pc__review__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__title h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc__review__content {
  padding: 51px 45px 30px;
  border: solid 1px #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__review__content img {
    width: 100%;
  }
}

.p-gaming-pc__select-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider {
    padding-top: 42px;
    padding-bottom: 0;
  }
}

.p-gaming-pc__select-slider::after {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 180px;
  background-color: #fff;
  background-color: #f6f6f6;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider::after {
    bottom: 15.5%;
    height: 37.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider.u-pt0 {
    padding-top: 42px;
  }
}

.p-gaming-pc__select-slider__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__head {
    margin-bottom: 17px;
  }
}

.p-gaming-pc__select-slider__head h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__head h2 {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-gaming-pc__select-slider__inr {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__select-slider__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
    height: 40px;
  }
}

.p-gaming-pc__select-slider__button::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__button::after {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__button {
    max-width: 225px;
    height: 40px;
    margin: 0 auto;
    margin-top: 33px;
    background-color: #004da1;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__button > span {
    color: #fff;
    font-size: 16px;
  }
}

.p-gaming-pc__select-slider__swiper-container {
  position: relative;
  overflow: hidden;
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
}

.p-gaming-pc__select-slider__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-gaming-pc__select-slider__swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-wrapper {
    padding-left: 260%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-gaming-pc__select-slider__swiper-wrapper {
    padding-left: 20%;
  }
}

.p-gaming-pc__select-slider__swiper-slide {
  overflow: hidden;
  border: solid 1px #ececec;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-gaming-pc__select-slider__swiper-slide div {
  overflow: hidden;
}

.p-gaming-pc__select-slider__swiper-slide img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__select-slider__swiper-slide a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__select-slider__swiper-slide:first-child {
    width: 342% !important;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-gaming-pc__select-slider__swiper-slide:first-child {
  width: 360px !important;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-slide {
    width: 225px !important;
    height: 217px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-gaming-pc__select-slider__swiper-slide {
    width: 225px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-slide a img {
    width: 100%;
  }
}

.p-gaming-pc__select-slider__swiper-slide a p {
  padding: 20px;
  background-color: #fff;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

.p-gaming-pc__select-slider__swiper-slide a p.min-height {
  min-height: 82px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__select-slider__swiper-slide a p {
    height: 100%;
  }
}

.p-gaming-pc__topics {
  padding: 64px 99px 72px 100px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics {
    padding: 42px 0 31px 0;
  }
}

.p-gaming-pc__topics__inr {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__inr {
    width: 100%;
  }
}

.p-gaming-pc__topics__inr .swiper-button-next {
  top: 54%;
  right: -56px;
  background-image: url("../../images/gaming-pc/ico_arrow.png");
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__inr .swiper-button-next {
    display: none;
  }
}

.p-gaming-pc__topics__inr .swiper-button-prev {
  top: 54%;
  left: -55px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../../images/gaming-pc/ico_arrow.png");
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__inr .swiper-button-prev {
    display: none;
  }
}

.p-gaming-pc__topics__title {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__title {
    margin-bottom: 25px;
  }
}

.p-gaming-pc__topics__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__topics__swiper-container {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__swiper-container {
    width: 100%;
  }
}

.p-gaming-pc__topics__swiper-container .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__swiper-container .swiper-pagination {
    margin-top: 18px;
  }
}

.p-gaming-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
  }
}

.p-gaming-pc__topics__swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a2e6;
}

.p-gaming-pc__topics__swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 270px;
  }
}

@media screen and (max-width: 1240px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 235px;
  }
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 205px;
  }
}

@media screen and (max-width: 1040px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 182px;
  }
}

@media screen and (max-width: 940px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 160px;
  }
}

@media screen and (max-width: 840px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 135px;
  }
}

@media screen and (max-width: 740px) {
  .p-gaming-pc__topics__swiper-wrapper {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__swiper-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 193%;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-gaming-pc__topics__swiper-wrapper {
    padding-left: 10%;
  }
}

.p-gaming-pc__topics__swiper-slide {
  width: 24% !important;
  max-width: 270px;
  height: 20% !important;
}

@media screen and (max-width: 1340px) {
  .p-gaming-pc__topics__swiper-slide {
    width: 23% !important;
  }
}

@media screen and (max-width: 1040px) {
  .p-gaming-pc__topics__swiper-slide {
    width: 22% !important;
  }
}

@media screen and (max-width: 840px) {
  .p-gaming-pc__topics__swiper-slide {
    width: 21.5% !important;
  }
}

.p-gaming-pc__topics__swiper-slide > a {
  width: 100%;
}

.p-gaming-pc__topics__swiper-slide > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-gaming-pc__topics__swiper-slide > a > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__topics__swiper-slide:first-child {
    width: 229% !important;
    max-width: none;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-gaming-pc__topics__swiper-slide:first-child {
  width: 270px !important;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__topics__swiper-slide {
    width: 167px !important;
    height: 167px !important;
    opacity: 0.6;
  }
  .p-gaming-pc__topics__swiper-slide > a {
    width: 100%;
  }
  .p-gaming-pc__topics__swiper-slide > a > img {
    width: 100%;
    max-width: 167px;
  }
  .p-gaming-pc__topics__swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}

.p-gaming-pc__type {
  position: relative;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type {
    margin-bottom: 35px;
  }
}

.p-gaming-pc__type::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 450px;
  background-image: url("../../images/gaming-pc/img_bgcolor_blue.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__type::before {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type::before {
    width: 90%;
    height: 24.5%;
  }
}

.p-gaming-pc__type::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 30.5%;
  height: 450px;
  background-image: url("../../images/gaming-pc/img_bgcolor_lightblue.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type::after {
    z-index: -1;
    top: 2.5%;
    width: 60%;
    height: 23.5%;
  }
}

.p-gaming-pc__type__title {
  padding-top: 90px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__title {
    padding-top: 45px;
    padding-bottom: 32px;
  }
}

.p-gaming-pc__type__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-gaming-pc__type__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-top: 35px;
  }
}

.p-gaming-pc__type__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
}

@media screen and (max-width: 1100px) {
  .p-gaming-pc__type__head {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.p-gaming-pc__type__head.note-pc {
  width: 256px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head.note-pc {
    width: 100%;
  }
}

.p-gaming-pc__type__head h2 {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2.88px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head h2 {
    margin-bottom: 11px;
    padding-left: 37px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.66;
  }
}

.p-gaming-pc__type__head p {
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head p {
    width: 100%;
    margin-bottom: 22px;
    padding-left: 37px;
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: left;
  }
}

.p-gaming-pc__type__head img {
  width: 154px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head img {
    width: 77px;
  }
}

.p-gaming-pc__type__head img.note-pc {
  width: 256px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__head img.note-pc {
    width: 133px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__type__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__button {
    width: 100%;
    height: 50px;
    padding: 0 15px;
  }
}

.p-gaming-pc__type__button > a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__button > a {
    background-color: #004da1;
  }
}

.p-gaming-pc__type__button > a::after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__button > a::after {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__button > a > span {
    color: #fff;
    font-size: 16px;
  }
}

.p-gaming-pc__type__products {
  width: 100%;
  max-width: 840px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__products {
    margin-bottom: 15px;
  }
}

.p-gaming-pc__type__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}

.p-gaming-pc__type__list ul li {
  width: 280px;
  border: solid 1px #004da1;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__type__list ul li {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul li:first-child {
    border-bottom: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__type__list ul li:nth-child(2) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul li:nth-child(2) {
    border-right: none;
    border-radius: 0px;
    border-bottom-left-radius: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__type__list ul li:last-child {
    border-right: solid 1px #004da1;
    border-top-right-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul li:last-child {
    border-radius: 0px;
    border-bottom-right-radius: 2px;
  }
}

.p-gaming-pc__type__list ul li.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-gaming-pc__type__list ul li.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (max-width: 1140px) {
  .p-gaming-pc__type__list ul li {
    width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul li {
    width: 50%;
  }
  .p-gaming-pc__type__list ul li:first-child {
    width: 100%;
  }
  .p-gaming-pc__type__list ul li:first-child .p-gaming-pc__type__card > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-gaming-pc__type__list ul li:first-child .p-gaming-pc__type__card > a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__list ul li:first-child .p-gaming-pc__type__card__text {
    max-width: 137px;
  }
  .p-gaming-pc__type__list ul li:first-child .p-gaming-pc__type__card__img {
    margin-right: 33px;
  }
}

.p-gaming-pc__type__card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 26px 20px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card > a {
    padding: 22px 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__type__card > a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-gaming-pc__type__card > a:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-gaming-pc__type__card__img {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__img {
    max-width: 133px;
  }
}

.p-gaming-pc__type__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc__type__card__img > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-gaming-pc__type__card__text {
  width: 100%;
}

.p-gaming-pc__type__card__text--middle {
  margin-bottom: 11px;
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__text--middle {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

.p-gaming-pc__type__card__text--bold {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__text--bold {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.84px;
  }
}

.p-gaming-pc__type__card__text--light {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__text--light {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-gaming-pc__type__card__text--price {
  color: #e43344;
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 0.82px;
  line-height: 1.17;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__text--price {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.64px;
    line-height: 1;
  }
}

.p-gaming-pc__type__card__text--price span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__type__card__text--price span {
    font-size: 11px;
  }
}

.p-gaming-pc__title {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__title {
    padding: 20px 15px 20px 15px;
  }
}

.p-gaming-pc__title h1 {
  color: #484848;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__title h1 {
    font-size: 4vw;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-gaming-pc__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-gaming-pc__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-gaming-pc__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-gaming-pc__title h1 {
    padding-right: 150px;
  }
}

.p-gaming-pc__fv__section {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__fv__section {
    height: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .p-gaming-pc__fv__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__fv__section {
    height: 107vw;
    background: url("../../images/gaming-pc/img_gaming-pc_mv_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 374px) {
  .p-gaming-pc__fv__section {
    height: 240px;
  }
}

.p-gaming-pc__fv__image {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-gaming-pc__fv__image {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1440px;
  }
  .p-gaming-pc__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 1440px) {
  .p-gaming-pc__fv__image {
    position: static;
  }
  .p-gaming-pc__fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .p-gaming-pc__fv__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
  }
  .p-gaming-pc__fv__image > img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-gaming-pc__fv__image {
    height: 240px;
  }
}

.p-header-banner {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1281px) {
  .p-header-banner {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner {
    margin-top: 1px;
  }
}

.p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
  position: relative;
  width: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
    padding: 13px 54px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__link, .p-header-banner__link--left, .p-header-banner__link--right {
    padding: 10px 21px;
  }
}

.p-header-banner__link--left {
  background-color: #ccecfa;
  color: #00a2e6;
}

.p-header-banner__link--right {
  background-color: #ccdbec;
  color: #004da1;
}

@media screen and (max-width: 1280px) {
  .p-header-banner__link + .p-header-banner__link, .p-header-banner__link--left + .p-header-banner__link, .p-header-banner__link--right + .p-header-banner__link, .p-header-banner__link + .p-header-banner__link--left, .p-header-banner__link--left + .p-header-banner__link--left, .p-header-banner__link--right + .p-header-banner__link--left, .p-header-banner__link + .p-header-banner__link--right, .p-header-banner__link--left + .p-header-banner__link--right, .p-header-banner__link--right + .p-header-banner__link--right {
    margin-left: 1px;
  }
}

.p-header-banner__link.is-hide, .is-hide.p-header-banner__link--left, .is-hide.p-header-banner__link--right {
  width: 0;
  padding: 0;
  white-space: nowrap;
}

.p-header-banner__link.is-wide, .is-wide.p-header-banner__link--left, .is-wide.p-header-banner__link--right {
  width: 100%;
}

.p-header-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__text {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__text {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.33;
  }
}

.p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
  z-index: 1;
  position: absolute;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
    top: 0;
    right: 18px;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close, .p-header-banner__close--left, .p-header-banner__close--right {
    top: 10px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
}

.p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before, .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
  right: 0;
  height: 2px;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
    width: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close::before, .p-header-banner__close--left::before, .p-header-banner__close--right::before {
    width: 10px;
  }
}

.p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
  width: 2px;
}

@media screen and (min-width: 1281px) {
  .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
    right: 8px;
    height: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-banner__close::after, .p-header-banner__close--left::after, .p-header-banner__close--right::after {
    right: 4px;
    height: 10px;
  }
}

.p-header-banner__close--left::before, .p-header-banner__close--left::after {
  background-color: #00a2e6;
}

.p-header-banner__close--right::before, .p-header-banner__close--right::after {
  background-color: #004ea2;
}

.p-header-caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffd3d7;
}

@media screen and (min-width: 1281px) {
  .p-header-caution {
    z-index: 100;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-caution {
    z-index: 99;
    padding: 13px 15px;
  }
}

.p-header-caution__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../../common/images/ico_caution-red.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #e43344;
  line-height: 1.45;
}

@media screen and (min-width: 1281px) {
  .p-header-caution__text {
    max-width: 1440px;
    min-height: 19px;
    padding-left: 30px;
    background-size: 19px 19px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header-caution__text {
    min-height: 24px;
    padding-left: 39px;
    background-size: 24px 24px;
    font-size: 11px;
  }
}

.p-header-tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-header-tel__text {
  margin-right: 10px;
  font-size: 10px;
  font-weight: normal;
}

.p-header-tel__number {
  font-family: Roboto;
  font-weight: 900;
}

@media screen and (min-width: 1281px) {
  .p-header {
    z-index: 100;
    position: relative;
    background-color: #fff;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__container {
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__sp-menu {
    width: 60px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - (60px + 15px + 100px + 15px));
    padding: 15px 0;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__logo img {
    width: 210px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__logo img {
    width: auto;
    height: 26px;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__tel-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 414px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .p-header__tel-form {
    width: 20%;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__tel-form {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
    padding: 15px;
  }
}

.p-header__tel {
  margin-bottom: 7px;
}

@media screen and (max-width: 1440px) {
  .p-header__tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3px;
  }
}

.p-header__tel__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 1440px) {
  .p-header__tel__inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-header__buttons {
  z-index: 99;
  position: relative;
}

@media screen and (min-width: 1281px) {
  .p-header__buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__buttons {
    width: 100px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__plus-link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 18px;
    padding-left: 20px;
    border-left: 1px solid #004da1;
  }
}

@media screen and (min-width: 1281px) {
  .p-header__navigation {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 18px;
    padding-left: 20px;
    border-left: 1px solid #004da1;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 46px;
    padding-left: 16px;
    background-color: #004da1;
  }
}

.p-header__login {
  background-color: #004da1;
}

@media screen and (min-width: 1281px) {
  .p-header__login {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    height: 90px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__login {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-right: 15px;
  }
  .p-header__login > a {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }
}

.p-header-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-header-products {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products {
    padding: 12px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-products__logo img {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__logo img {
    width: auto;
    height: 26px;
  }
}

.p-header-products__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

_:-ms-lang(x)::-ms-backdrop, .p-header-products__contact {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.p-header-products__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-header-products__chat {
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__chat {
    position: relative;
    margin-right: 15px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-header-products__chat__inner {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 55px;
  margin-right: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-header-products__chat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px;
  }
}

.p-header-products__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header-products__tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
  }
}

.p-header-products__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

@media screen and (min-width: 768px), print {
  .p-header-products__icon {
    height: 36px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__icon {
    height: 24px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-products__text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.2;
    text-align: center;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-header-products__text {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text {
    margin-left: 10px;
    line-height: 0.8;
  }
}

.p-header-products__text--small {
  letter-spacing: 0.66px;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .p-header-products__text--small {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text--small {
    font-size: 10px;
  }
}

.p-header-products__text--large {
  position: relative;
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .p-header-products__text--large {
    display: inline-block;
    top: 0.1em;
    margin-top: -0.2em;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-header-products__text--large {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}

.p-ico-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1281px) {
  .p-ico-button + .p-ico-button {
    margin-left: 22px;
  }
}

@media screen and (max-width: 1280px) {
  _:-ms-lang(x)::-ms-backdrop, .p-ico-button {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25px;
  }
}

.p-ico-button__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  text-align: center;
}

.p-ico-button__image {
  display: inline-block;
  width: auto;
  height: 20px;
}

@media screen and (min-width: 1281px) {
  .p-ico-button__image {
    margin-bottom: 10px;
  }
}

.p-ico-button__text {
  display: inline-block;
  color: #484848;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .p-ico-button__text {
    margin-top: 5px;
  }
}

.p-ico-button__text__inner {
  display: inline-block;
  z-index: 2;
  position: relative;
}

.p-ico-button__text__inner::after {
  z-index: 2;
  margin-left: 3px;
}

.p-ico-button__text__inner::before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -9px;
  width: calc(100% - (-9px * 2));
  height: calc(100% - (-5px * 2));
  margin: auto;
  background: url(../../common/images/bg_support-menu.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

_:-ms-lang(x)::-ms-backdrop, .p-ico-button__text__inner::before {
  bottom: -3px;
}

.is-open .p-ico-button__text__inner::before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.p-ico-button__badge {
  position: absolute;
  top: -6px;
  width: auto;
  min-width: 14px;
  height: 14px;
  padding: 0 0.25em;
  border-radius: 1em;
  background-color: #e43344;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 1281px) {
  .p-ico-button__badge {
    top: 18px;
    right: 8px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-ico-button__badge {
    right: 13px;
  }
}

@media screen and (max-width: 1280px) {
  .p-ico-button__badge {
    right: -5px;
  }
}

.p-ico-button__support__body {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: -9px;
  padding: 5px 20px;
  border: solid 2px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-ico-button__support__item {
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  white-space: nowrap;
}

.p-ico-button__support__item + .p-ico-button__support__item {
  border-top: 1px solid #ececec;
}

.p-ico-button__support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.p-ico-button__support__link::after {
  right: 5px;
  width: 6px;
  height: 6px;
  margin-left: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 768px), print {
  .p-ico-button--cart {
    margin-left: 10px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px), print {
  .p-ico-button--cart {
    margin-left: 7px !important;
  }
}

@media screen and (min-width: 1281px) {
  .p-ico-button--cart .p-ico-button__box {
    padding: 23px 12px 24px 12px;
  }
}

.p-ico-button__cart__body {
  display: none;
  z-index: 1;
  position: absolute;
  top: 100%;
  right: -20px;
  width: 360px;
  padding: 0px 20px;
  padding-top: 10px;
  border: solid 2px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-ico-button__cart__body .c-button--primary-blue {
  margin: 23px auto 20px;
}

@media screen and (min-width: 768px), print {
  .p-ico-button__cart__body > ul {
    max-height: 388px;
    overflow-y: auto;
  }
  .p-ico-button__cart__body > ul li {
    padding: 18px 0 22px;
    border-bottom: 1px solid #c8c8c8;
  }
  .p-ico-button__cart__body > ul li a .img-box {
    display: inline-block;
    position: relative;
    width: 91px;
    height: 79px;
    text-align: center;
  }
  .p-ico-button__cart__body > ul li a .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-ico-button__cart__body > ul li a .txt-box {
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: top;
  }
  .p-ico-button__cart__body > ul li:last-child {
    border-bottom: 0;
  }
  .p-ico-button__cart__body .p-ico-button__cart__result {
    border-top: 2px solid #c8c8c8;
  }
  .p-ico-button__cart__body .p-ico-button__cart__result p {
    margin-top: 26px;
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (min-width: 1281px) {
  .p-login {
    width: 117px;
  }
}

.p-login__image {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}

.p-login__text {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.p-navi-menu__text {
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 1281px) {
  .p-navi-menu__text {
    color: #004da1;
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  .p-navi-menu__text {
    color: #fff;
  }
}

.p-navi-menu__text--number {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.36px;
}

@media screen and (min-width: 1281px) {
  .p-navi-menu__text--number {
    margin-left: 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .p-navi-menu__text--number {
    margin-left: 10px;
    font-size: 15px;
  }
}

.p-navi-menu__text--point {
  display: inline-block;
  margin-left: 2px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (min-width: 1281px) {
  .p-navi-menu__text--point {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .p-navi-menu__text--point {
    font-size: 11px;
  }
}

@media screen and (min-width: 1281px) {
  .p-navi-menu__list {
    margin-top: 8px;
  }
}

.p-navi-menu__item {
  color: #00a2e6;
  font-size: 10px;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 1281px) {
  .p-navi-menu__item + .p-navi-menu__item {
    margin-left: 14px;
    padding-left: 15px;
    border-left: 1px solid #838383;
  }
}

.p-search-form {
  position: relative;
}

.p-search-form__input {
  width: 100%;
  padding: 0 10px;
}

@media screen and (min-width: 1281px) {
  .p-search-form__input {
    height: 36px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1380px) {
  .p-search-form__input {
    height: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .p-search-form__input {
    height: 35px;
    font-size: 16px;
  }
}

.p-search-form__loupe {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  background: url(../../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.p-header__suggestion--wrapper {
  z-index: 500;
  position: absolute;
}

.suggestions {
  height: 490px;
  padding: 0 15px;
  overflow-y: auto;
}

@media screen and (min-width: 768px), print {
  .suggestions {
    height: 530px;
  }
}

.suggestions-wrapper {
  margin-top: 5px;
  padding-bottom: 15px;
  border: 2px solid #ececec;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .suggestions-wrapper {
    margin-top: 10px;
  }
}

.suggestions .cate-list,
.suggestions .keyword-list {
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .suggestions .cate-list,
  .suggestions .keyword-list {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
}

.suggestions .cate-list .item,
.suggestions .keyword-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .suggestions .cate-list .item {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .cate-list .item {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
  }
}

.suggestions .cate-list .item a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .suggestions .cate-list .item + .item {
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .products-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.suggestions .products-list .item {
  display: block;
}

.suggestions .products-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .suggestions .products-list .item a {
    height: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions .products-list .item a {
    padding: 5px;
  }
}

.suggestions .products-list .item a .img-box {
  display: inline-block;
  position: relative;
  width: 58px;
  height: 68px;
  text-align: center;
}

.suggestions .products-list .item a .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.suggestions .products-list .item a .txt-box {
  display: inline-block;
  width: calc(100% - 78px);
  margin-left: 10px;
  font-size: 11px;
  line-height: 1.5;
  vertical-align: top;
}

.suggestions .products-list .item a .txt-box .price {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .suggestions .products-list .item + .item {
    border-top: 1px solid #c8c8c8;
  }
}

.suggestions-ttl {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .suggestions-ttl {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .suggestions-keyword {
    padding: 5px 0 20px;
  }
}

.suggestions-keyword .keywords {
  margin-top: 30px;
}

.suggestions-keyword .keywords a {
  display: block;
  font-size: 12px;
}

.suggestions-keyword .keywords a + a {
  margin-top: 15px;
}

.suggestions .c-link, .suggestions .c-link--ico {
  border-bottom: 0;
}

.p-info {
  padding-top: 94px;
  padding-bottom: 90px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-info {
    padding-top: 51px;
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__inr {
    padding: 0 15px;
  }
}

.p-info__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-info__title {
    margin-bottom: 35px;
  }
}

.p-info__title__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 33px;
  border-bottom: 2px solid #004da1;
}

@media screen and (max-width: 767px) {
  .p-info__title__inr {
    padding-bottom: 27px;
  }
}

.p-info__title__inr h1 {
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 0.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__title__inr h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-info__form {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-info__form {
    margin-bottom: 24px;
  }
}

.p-info__form__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 27px 0;
  padding-left: 38px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-info__form__inr {
    padding: 25px 20px 25px 17px;
  }
}

.p-info__form__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.p-info__form__year span.head {
  display: block;
  width: 81px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-info__form__year span.head {
    width: 29%;
    max-width: 70px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-info__form__year__select {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__form__year__select {
    width: 86%;
  }
}

.p-info__form__year__select select {
  width: 320px;
  height: 40px;
  padding: 12px 14px 13px 16px;
}

@media screen and (max-width: 767px) {
  .p-info__form__year__select select {
    width: 100%;
  }
}

.p-info__form__year__select select:hover {
  cursor: pointer;
}

.p-info__form__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__form__category span.head {
  display: block;
  width: 81px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-info__form__category span.head {
    width: 29%;
    max-width: 70px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-info__form__category__select {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__form__category__select {
    display: none;
  }
}

.p-info__form__category__select-sp {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__form__category__select-sp {
    width: 100%;
  }
}

.p-info__form__category__select-sp select {
  height: 40px;
  padding: 12px 14px 13px 16px;
}

@media screen and (max-width: 767px) {
  .p-info__form__category__select-sp select {
    width: 100%;
  }
}

.p-info__form__category__select select {
  height: 40px;
  padding: 12px 14px 13px 16px;
}

@media screen and (max-width: 767px) {
  .p-info__form__category__select select {
    width: 100%;
  }
}

.p-info__form__category__select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-info__form__category__select ul li {
  margin-right: 30px;
}

.p-info__form__category__select ul li:last-child {
  margin-right: 0;
}

.p-info__form__category__select ul li p {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: left;
}

.p-info__form__category__select__label .c-check__mark--radio {
  margin-right: 21px;
}

.p-info__form__category__select__label.js-nodata {
  pointer-events: none;
}

.p-info__form__category__select__label.js-nodata .c-check__mark--radio:before, .p-info__form__category__select__label.js-nodata .c-check__mark--radio::after {
  background-image: url(../../common/images/ico_radio_off_label.png);
}

.p-info__news {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .p-info__news {
    margin-bottom: 25px;
  }
}

.p-info__news__inr {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.p-info__news__inr ul {
  width: 100%;
}

.p-info__news__inr ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed #c8c8c8;
}

.p-info__news__inr ul li:last-child {
  border-bottom: none;
}

.p-info__news__inr ul li:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 28px;
  width: 10px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../../common/images/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-info__news__inr ul li:after {
    top: calc(50% - 2.5px);
    right: 0;
  }
}

.p-info__news__inr ul li:hover .p-info__news__date span {
  color: #4c82bd;
}

.p-info__news__inr ul li:hover .p-info__news__text p {
  color: #7f7f7f;
}

.p-info__news__inr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28.5px 33px;
  padding-right: 48px;
}

@media screen and (max-width: 767px) {
  .p-info__news__inr ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0;
    padding-right: 15px;
  }
}

.p-info__news__date {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__news__date {
    margin-bottom: 3px;
  }
}

.p-info__news__date span {
  display: block;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__news__date span {
    font-size: 11px;
    letter-spacing: 0.66px;
  }
}

.p-info__news__text {
  width: 100%;
}

.p-info__news__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-info__news__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.58;
  }
}

.p-info__more-full__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-info__more-full__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-info__more-full__button, .p-info__more-full__button--full, .p-info__more-full__button--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-info__more-full__button::before, .p-info__more-full__button--full::before, .p-info__more-full__button--more::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-info__more-full__button::before, .p-info__more-full__button--full::before, .p-info__more-full__button--more::before {
    position: absolute;
    left: 16px;
  }
}

.p-info__more-full__button:hover, .p-info__more-full__button--full:hover, .p-info__more-full__button--more:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-info__more-full__button + .p-info__more-full__button, .p-info__more-full__button--full + .p-info__more-full__button, .p-info__more-full__button--more + .p-info__more-full__button, .p-info__more-full__button + .p-info__more-full__button--full, .p-info__more-full__button--full + .p-info__more-full__button--full, .p-info__more-full__button--more + .p-info__more-full__button--full, .p-info__more-full__button + .p-info__more-full__button--more, .p-info__more-full__button--full + .p-info__more-full__button--more, .p-info__more-full__button--more + .p-info__more-full__button--more {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__more-full__button + .p-info__more-full__button, .p-info__more-full__button--full + .p-info__more-full__button, .p-info__more-full__button--more + .p-info__more-full__button, .p-info__more-full__button + .p-info__more-full__button--full, .p-info__more-full__button--full + .p-info__more-full__button--full, .p-info__more-full__button--more + .p-info__more-full__button--full, .p-info__more-full__button + .p-info__more-full__button--more, .p-info__more-full__button--full + .p-info__more-full__button--more, .p-info__more-full__button--more + .p-info__more-full__button--more {
    margin-top: 15px;
  }
}

.p-info__more-full__button--full {
  background-color: #484848;
  color: #fff;
}

.p-info__more-full__button--full::before {
  background-image: url(../../common/images/ico_reload_white.svg);
}

.p-info__more-full__button--full.js-btn-off {
  opacity: 0.3;
  pointer-events: none;
}

.p-info__more-full__button--more {
  border: 1px solid #484848;
}

.p-info__more-full__button--more::before {
  background-image: url(../../common/images/ico_reload.svg);
}

.p-info__more-full__button.js-btn-off, .js-btn-off.p-info__more-full__button--full, .js-btn-off.p-info__more-full__button--more {
  opacity: 0.3;
  pointer-events: none;
}

.p-my-account-password-change__section {
  padding: 90px 0;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__section {
    width: calc(100% - 8%);
    margin: 0 4%;
    padding: 45px 0;
  }
}

.p-my-account-password-change__title-area {
  margin-bottom: 70px;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__title-area {
    margin-bottom: 45px;
  }
}

.p-my-account-password-change__title-area .c-headline__h1, .p-my-account-password-change__title-area .p-my-account-register-member__fv .c-headline__h1--white, .p-my-account-register-member__fv .p-my-account-password-change__title-area .c-headline__h1--white, .p-my-account-password-change__title-area .p-my-account-register__fv .c-headline__h1--white, .p-my-account-register__fv .p-my-account-password-change__title-area .c-headline__h1--white, .p-my-account-password-change__title-area .p-my-page__fv .c-headline__h1--white, .p-my-page__fv .p-my-account-password-change__title-area .c-headline__h1--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__title-area .c-headline__h1, .p-my-account-password-change__title-area .p-my-account-register-member__fv .c-headline__h1--white, .p-my-account-register-member__fv .p-my-account-password-change__title-area .c-headline__h1--white, .p-my-account-password-change__title-area .p-my-account-register__fv .c-headline__h1--white, .p-my-account-register__fv .p-my-account-password-change__title-area .c-headline__h1--white, .p-my-account-password-change__title-area .p-my-page__fv .c-headline__h1--white, .p-my-page__fv .p-my-account-password-change__title-area .c-headline__h1--white {
    font-size: 22px;
  }
}

.p-my-account-password-change__title-area_line::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  height: 2px;
  margin: 30px auto 0;
  background-color: #004da1;
  content: "";
}

.p-my-account-password-change__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.p-my-account-password-change__form-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

_:-ms-lang(x)::-ms-backdrop, .p-my-account-password-change__form-reset {
  max-width: 100%;
}

.p-my-account-password-change__form-reset > label, .p-my-account-password-change__form-reset > span {
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__form-reset > label, .p-my-account-password-change__form-reset > span {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

.p-my-account-password-change__pw-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  height: 40px;
  margin: 0 auto 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-my-account-password-change__pw-box::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-password-change__pw-box::-moz-placeholder {
  color: #a3a3a3;
}

.p-my-account-password-change__pw-box:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-password-change__pw-box::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-password-change__pw-box::placeholder {
  color: #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__pw-box {
    width: 100%;
    max-width: 345px;
    margin-bottom: 15px;
  }
}

.p-my-account-password-change__caution {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__caution {
    margin: 0 auto 35px;
  }
}

.p-my-account-password-change__caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-my-account-password-change__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.p-my-account-password-change__button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__button.button_1col .button270 {
    max-width: 225px;
  }
}

.p-my-account-password-change__button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__button.button_2col .c-button--primary-white {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__button.button_2col .button270 {
    width: 48%;
    max-width: 166px;
  }
}

.p-my-account-password-change__button.button_2col .button270.arrow_left::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-my-account-password-change__button {
    max-width: 345px;
  }
}

.p-my-account-register-member__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__wrap {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-account-register-member__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__wrap {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-bottom: 20px;
    padding: 0;
  }
}

.p-my-account-register-member__text {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__text {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__text {
    margin-top: 44px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 1.68px;
    text-align: left;
  }
}

.p-my-account-register-member__caution {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__caution {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__caution {
    font-size: 10px;
  }
}

.p-my-account-register-member__example {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__example {
    max-width: 360px;
    margin-left: 60px;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__example {
    width: 100%;
    margin: 45px 0;
    padding: 35px 20px;
    padding-bottom: 10px;
  }
}

.p-my-account-register-member__example__head {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__example__head {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__example__head {
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 1.68px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__example__img {
    width: 300px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__example__img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.p-my-account-register-member__example__img img {
  width: 100%;
}

.p-my-account-register-member__example__text {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__example__text {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__example__text {
    margin-bottom: 25px;
    font-size: 12px;
    letter-spacing: 1.44px;
    text-align: center;
  }
}

.p-my-account-register-member__section {
  border-bottom: 1px solid #c8c8c8;
}

.p-my-account-register-member__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background-image: linear-gradient(90deg, #0078c4, #004da1);
}

.p-my-account-register-member__fv .c-headline__h1, .p-my-account-register-member__fv .c-headline__h1--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__fv .c-headline__h1, .p-my-account-register-member__fv .c-headline__h1--white {
    font-size: 22px;
  }
}

.p-my-account-register-member__fv .c-headline__h1--white {
  color: #fff;
}

.p-my-account-register-member__fv p {
  margin-top: 10px;
  color: #fff;
}

.p-my-account-register-member__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form {
    width: calc(100% - 8%);
    margin: 4% auto;
  }
}

.p-my-account-register-member__form .c-headline__h2, .p-my-account-register-member__form .c-headline__h2--white, .p-my-account-register-member__form .c-headline__h3--white {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form .c-headline__h2, .p-my-account-register-member__form .c-headline__h2--white, .p-my-account-register-member__form .c-headline__h3--white {
    margin: 0 auto 35px;
    font-size: 20px;
    text-align: center;
  }
}

.p-my-account-register-member__form .partition, .p-my-account-register-member__form .p-cart__form .partition-sphidden, .p-cart__form .p-my-account-register-member__form .partition-sphidden, .p-my-account-register-member__form .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-my-account-register-member__form .partition-sphidden, .p-my-account-register-member__form .p-shop__section .partition--full, .p-shop__section .p-my-account-register-member__form .partition--full {
  position: relative;
}

.p-my-account-register-member__form .partition::after, .p-my-account-register-member__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-account-register-member__form .partition-sphidden::after, .p-my-account-register-member__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-account-register-member__form .partition-sphidden::after, .p-my-account-register-member__form .p-shop__section .partition--full::after, .p-shop__section .p-my-account-register-member__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form .partition::after, .p-my-account-register-member__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-account-register-member__form .partition-sphidden::after, .p-my-account-register-member__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-account-register-member__form .partition-sphidden::after, .p-my-account-register-member__form .p-shop__section .partition--full::after, .p-shop__section .p-my-account-register-member__form .partition--full::after {
    left: -4%;
    width: 108%;
  }
}

.p-my-account-register-member__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form .form-category {
    margin-bottom: 15px;
  }
}

.p-my-account-register-member__form .form-category span {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-my-account-register-member__form .box-area, .p-my-account-register-member__form .p-cart__form .box-area--mailmagazine, .p-cart__form .p-my-account-register-member__form .box-area--mailmagazine, .p-my-account-register-member__form .box-area--name, .p-my-account-register-member__form .box-area--gender, .p-my-account-register-member__form .box-area--check, .p-my-account-register-member__form .p-my-account-register__form .box-area--mailmagazine, .p-my-account-register__form .p-my-account-register-member__form .box-area--mailmagazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form .box-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-account-register-member__form .box-area--gender input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-account-register-member__form .box-area--gender label {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__form .box-area--check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-my-account-register-member__form .box-area--check {
  margin-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__form .box-area--check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form .box-area--check {
    margin-bottom: 25px;
    padding-top: 45px;
  }
}

.p-my-account-register-member__form-box, .p-my-account-register-member__form-box--change, .p-my-account-register-member__form-box--half, .p-my-account-register-member__form-box--tel, .p-my-account-register-member__form-box--year, .p-my-account-register-member__form-box--month-day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-my-account-register-member__form-box::-webkit-input-placeholder, .p-my-account-register-member__form-box--change::-webkit-input-placeholder, .p-my-account-register-member__form-box--half::-webkit-input-placeholder, .p-my-account-register-member__form-box--tel::-webkit-input-placeholder, .p-my-account-register-member__form-box--year::-webkit-input-placeholder, .p-my-account-register-member__form-box--month-day::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register-member__form-box::-moz-placeholder, .p-my-account-register-member__form-box--change::-moz-placeholder, .p-my-account-register-member__form-box--half::-moz-placeholder, .p-my-account-register-member__form-box--tel::-moz-placeholder, .p-my-account-register-member__form-box--year::-moz-placeholder, .p-my-account-register-member__form-box--month-day::-moz-placeholder {
  color: #a3a3a3;
}

.p-my-account-register-member__form-box:-ms-input-placeholder, .p-my-account-register-member__form-box--change:-ms-input-placeholder, .p-my-account-register-member__form-box--half:-ms-input-placeholder, .p-my-account-register-member__form-box--tel:-ms-input-placeholder, .p-my-account-register-member__form-box--year:-ms-input-placeholder, .p-my-account-register-member__form-box--month-day:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register-member__form-box::-ms-input-placeholder, .p-my-account-register-member__form-box--change::-ms-input-placeholder, .p-my-account-register-member__form-box--half::-ms-input-placeholder, .p-my-account-register-member__form-box--tel::-ms-input-placeholder, .p-my-account-register-member__form-box--year::-ms-input-placeholder, .p-my-account-register-member__form-box--month-day::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register-member__form-box::placeholder, .p-my-account-register-member__form-box--change::placeholder, .p-my-account-register-member__form-box--half::placeholder, .p-my-account-register-member__form-box--tel::placeholder, .p-my-account-register-member__form-box--year::placeholder, .p-my-account-register-member__form-box--month-day::placeholder {
  color: #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register-member__form-box, .p-my-account-register-member__form-box--change, .p-my-account-register-member__form-box--half, .p-my-account-register-member__form-box--tel, .p-my-account-register-member__form-box--year, .p-my-account-register-member__form-box--month-day {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-box, .p-my-account-register-member__form-box--change, .p-my-account-register-member__form-box--half, .p-my-account-register-member__form-box--tel, .p-my-account-register-member__form-box--year, .p-my-account-register-member__form-box--month-day {
    margin-bottom: 5px;
  }
}

.p-my-account-register-member__form-box--change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ececec;
}

.p-my-account-register-member__form-box--change .categorytab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 346px;
  height: 42px;
  border-radius: 2px;
  background-color: #ececec;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-box--change .categorytab {
    max-width: 337px;
  }
}

.p-my-account-register-member__form-box--change .categorytab--on {
  background-color: #004da1;
  color: #f6f6f6;
}

.p-my-account-register-member__form-box--half {
  max-width: 350px;
}

.p-my-account-register-member__form-box--tel {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-box--tel {
    max-width: 165px;
  }
}

.p-my-account-register-member__form-box--year {
  max-width: 68px;
  margin-right: 10px;
  text-align: center;
}

.p-my-account-register-member__form-box--month-day {
  max-width: 50px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.p-my-account-register-member__form-box--check {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-account-register-member__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.p-my-account-register-member__form-button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-button.button_1col .Button-270 {
    max-width: 225px;
  }
}

.p-my-account-register-member__form-button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1140px) {
  .p-my-account-register-member__form-button.button_2col {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-my-account-register-member__form-button.button_2col .Button.arrow_left::after, .p-my-account-register-member__form-button.button_2col .arrow_left.Button-270::after, .p-my-account-register-member__form-button.button_2col .arrow_left.Button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-button.button_2col .Button-270 {
    max-width: 166px;
  }
}

.p-my-account-register-member__form-button.button_2col .Button-350 {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 1140px) {
  .p-my-account-register-member__form-button.button_2col .Button-350 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-button.button_2col .Button-350 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register-member__form-button {
    max-width: 345px;
  }
}

.p-my-account-register__section {
  border-bottom: 1px solid #c8c8c8;
}

.p-my-account-register__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background-image: linear-gradient(90deg, #0078c4, #004da1);
}

.p-my-account-register__fv .c-headline__h1, .p-my-account-register__fv .c-headline__h1--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__fv .c-headline__h1, .p-my-account-register__fv .c-headline__h1--white {
    font-size: 22px;
  }
}

.p-my-account-register__fv .c-headline__h1--white {
  color: #fff;
}

.p-my-account-register__fv p {
  margin-top: 10px;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__h2-mailmz {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__h2-mailmz {
    margin-top: 60px !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__p-mailmz {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 1.68;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__p-mailmz {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.68;
    line-height: 1.5;
  }
}

.p-my-account-register__p-mailmz-attention{
  font-size:80%;
  margin-left:1em;
  text-indent:-1em;
  color:#7f7f7f;
}

.p-my-account-register__caution {
  margin-bottom: 10px;
}

.p-my-account-register__caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-my-account-register__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 90px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form {
    width: calc(100% - 8%);
    margin: auto 4%;
    padding: 30px 0;
  }
}

.p-my-account-register__form .c-headline__h2, .p-my-account-register__form .c-headline__h2--white, .p-my-account-register__form .c-headline__h3--white {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .c-headline__h2, .p-my-account-register__form .c-headline__h2--white, .p-my-account-register__form .c-headline__h3--white {
    margin: 0 auto 35px;
    font-size: 20px;
    text-align: center;
  }

.p-my-account-register__form .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-my-account-register__form .partition, .p-my-account-register__form .p-cart__form .partition-sphidden, .p-cart__form .p-my-account-register__form .partition-sphidden, .p-my-account-register__form .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-my-account-register__form .partition-sphidden, .p-my-account-register__form .p-shop__section .partition--full, .p-shop__section .p-my-account-register__form .partition--full {
  position: relative;
}

.p-my-account-register__form .partition::after, .p-my-account-register__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-account-register__form .partition-sphidden::after, .p-my-account-register__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-account-register__form .partition-sphidden::after, .p-my-account-register__form .p-shop__section .partition--full::after, .p-shop__section .p-my-account-register__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .partition::after, .p-my-account-register__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-account-register__form .partition-sphidden::after, .p-my-account-register__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-account-register__form .partition-sphidden::after, .p-my-account-register__form .p-shop__section .partition--full::after, .p-shop__section .p-my-account-register__form .partition--full::after {
    left: -4%;
    width: 108%;
  }
}

.p-my-account-register__form .partition-last::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .partition-last::before {
    left: -4%;
    width: 108%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form .partition-mailmz {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .partition-mailmz {
    padding-bottom: 35px;
  }
}

.p-my-account-register__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-my-account-register__form .form-category span {
  padding-left: 0.2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-my-account-register__form .box-area, .p-my-account-register__form .box-area--name, .p-my-account-register__form .box-area--gender, .p-my-account-register__form .box-area--check, .p-my-account-register__form .box-area--mailmagazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .box-area--name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-account-register__form .box-area--gender input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-account-register__form .box-area--gender label {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form .box-area--check {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-my-account-register__form .box-area--mailmagazine {
  margin-bottom: 10px;
  padding-top: 50px;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form .box-area--mailmagazine {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .box-area--mailmagazine {
    margin-bottom: 20px;
    padding-top: 45px;
  }
}

.p-my-account-register__form .box-area--mailmagazine_release {
  margin-bottom: 20px;
  padding-top: 50px;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form .box-area--mailmagazine_release {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .box-area--mailmagazine_release {
    margin-bottom: 15px;
    padding-top: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form .box-area--mailmagazine_release > .c-check__label {
    margin-top: 30px;
  }
}

.p-my-account-register__form .box-area--dospara-creative-production .dospara-creative-production-detail-info{
  font-size: 12px;
  line-height: 1.4;
  padding:.5em;
  border:1px dashed #ccc;
  background:#f6ffff;
}
.dospara-creative-production-active-url-table{
  display:table;
  width:100%;
}
.dospara-creative-production-active-url-table>div{
  display:table-row;
}
.dospara-creative-production-active-url-table>div>dd,
.dospara-creative-production-active-url-table>div>dt{
  display:table-cell;
}
.dospara-creative-production-active-url-table>div>dt{
  padding:4px;
  font-size:12px;
}
.dospara-creative-production-active-url-table>div>dt:nth-of-type(1){
  width:30%;
}
.dospara-creative-production-active-url-table>div>dt:nth-of-type(2){
  width:calc(70% - 10px);
  padding-left:14px;
}
#dospara-creative-production-for-checked-form-show-control{
  display:none;
}
.dospara-creative-production-for-checked-form{
  display:none;
}
#dospara-creative-production-for-checked-form-show-control:checked+.dospara-creative-production-for-checked-form{
  display:block;
  animation:.5s mmfadeIn forwards;
}
label[for="my-account-register__activity-url-feature-check"]{
  width:100%;
}

@media screen and (max-width:767px){
  .dospara-creative-production-active-url-table>div>dt:nth-of-type(1){
    width:40%;
  }
  .dospara-creative-production-active-url-table>div>dt:nth-of-type(2){
    width:calc(60% - 10px);
  }
  .p-my-account-register__form-box--half.dcp-activity-url-type,
  .p-my-account-register__form-box.dcp-activity-url-value{
    font-size:12px;
  }
  .p-my-account-register__form #my-account-register__activity-url-feature-check+.c-check__mark--checkbox{
    margin-right:3.5%;
  }
  .p-my-account-register__form #my-account-register__activity-url-feature-check+.c-check__mark--checkbox+p{
    font-size:12px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .box-area--mailmagazine_release > .c-check__label {
    margin-top: 30px;
  }
}

.p-my-account-register__membership-link {
  font-size: 14px;
  margin-bottom: 50px;
  letter-spacing: 0.84px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-my-account-register__membership-link {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-my-account-register__form-box, .p-my-account-register__form-box--change, .p-my-account-register__form-box--half, .p-my-account-register__form-box--tel, .p-my-account-register__form-box--postal, .p-my-account-register__form-box--password, .p-my-account-register__form-box--year, .p-my-account-register__form-box--month-day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-my-account-register__form-box::-webkit-input-placeholder, .p-my-account-register__form-box--change::-webkit-input-placeholder, .p-my-account-register__form-box--half::-webkit-input-placeholder, .p-my-account-register__form-box--tel::-webkit-input-placeholder, .p-my-account-register__form-box--postal::-webkit-input-placeholder, .p-my-account-register__form-box--password::-webkit-input-placeholder, .p-my-account-register__form-box--year::-webkit-input-placeholder, .p-my-account-register__form-box--month-day::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register__form-box::-moz-placeholder, .p-my-account-register__form-box--change::-moz-placeholder, .p-my-account-register__form-box--half::-moz-placeholder, .p-my-account-register__form-box--tel::-moz-placeholder, .p-my-account-register__form-box--postal::-moz-placeholder, .p-my-account-register__form-box--password::-moz-placeholder, .p-my-account-register__form-box--year::-moz-placeholder, .p-my-account-register__form-box--month-day::-moz-placeholder {
  color: #a3a3a3;
}

.p-my-account-register__form-box:-ms-input-placeholder, .p-my-account-register__form-box--change:-ms-input-placeholder, .p-my-account-register__form-box--half:-ms-input-placeholder, .p-my-account-register__form-box--tel:-ms-input-placeholder, .p-my-account-register__form-box--postal:-ms-input-placeholder, .p-my-account-register__form-box--password:-ms-input-placeholder, .p-my-account-register__form-box--year:-ms-input-placeholder, .p-my-account-register__form-box--month-day:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register__form-box::-ms-input-placeholder, .p-my-account-register__form-box--change::-ms-input-placeholder, .p-my-account-register__form-box--half::-ms-input-placeholder, .p-my-account-register__form-box--tel::-ms-input-placeholder, .p-my-account-register__form-box--postal::-ms-input-placeholder, .p-my-account-register__form-box--password::-ms-input-placeholder, .p-my-account-register__form-box--year::-ms-input-placeholder, .p-my-account-register__form-box--month-day::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-account-register__form-box::placeholder, .p-my-account-register__form-box--change::placeholder, .p-my-account-register__form-box--half::placeholder, .p-my-account-register__form-box--tel::placeholder, .p-my-account-register__form-box--postal::placeholder, .p-my-account-register__form-box--password::placeholder, .p-my-account-register__form-box--year::placeholder, .p-my-account-register__form-box--month-day::placeholder {
  color: #a3a3a3;
}

.p-my-account-register__form-box--change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 52px;
  padding: 4px;
  border-radius: 4px;
  background-color: #ececec;
}

.p-my-account-register__form-box--change .categorytab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 346px;
  height: 42px;
  border-radius: 2px;
  background-color: #ececec;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-box--change .categorytab {
    max-width: 337px;
  }
}

.p-my-account-register__form-box--change .categorytab--on {
  background-color: #004da1;
  color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form-box--half {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-box--half {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form-box--tel, .p-my-account-register__form-box--postal {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-box--tel, .p-my-account-register__form-box--postal {
    max-width: 47.83%;
  }
}

.p-my-account-register__form-box--password {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form-box--password {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-box--password {
    max-width: 47.83%;
  }
}

.p-my-account-register__form-box--year {
  max-width: 68px;
  margin-right: 10px;
  text-align: center;
}

.p-my-account-register__form-box--month-day {
  max-width: 50px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.p-my-account-register__form-box--check {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-account-register__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.p-my-account-register__form-button.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button.button_1col .Button-270 {
    max-width: 225px;
  }
}

.p-my-account-register__form-button.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-my-account-register__form-button.button_2col .button.arrow_left::after, .p-my-account-register__form-button.button_2col .arrow_left.button-270::after, .p-my-account-register__form-button.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button.button_2col .button-270 {
    max-width: 166px;
  }
}

.p-my-account-register__form-button.button_2col .button-350 {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button.button_2col .button-350 {
    margin-bottom: 15px;
  }
}

.p-my-account-register__form-button.button_edit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-my-account-register__form-button.button_edit {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button.button_edit {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form-button {
    max-width: 345px;
  }
}

.p-my-account-register__form .phone_edit {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .p-my-account-register__form .phone_edit {
    width: 47.83%;
  }
  .p-my-account-register__form .phone_edit .p-my-account-register__form-box--tel {
    width: 100%;
    max-width: 100%;
  }
}

.p-my-account-register__password-area {
  margin-bottom: 25px;
  padding: 30px 30px 0 30px;
  background-color: #f6f6f6;
}

.p-my-account__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-account__wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-account__wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.p-my-account__wrap__head, .p-my-account__wrap__head--mt {
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-account__wrap__head, .p-my-account__wrap__head--mt {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__wrap__head, .p-my-account__wrap__head--mt {
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2.64px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__wrap__head--mt {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__wrap__login {
    width: 63%;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__wrap__login {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__wrap__registration {
    width: 360px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__wrap__registration {
    width: 100%;
  }
}

.p-my-account__info-password{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.p-my-account__info-password__link{
color: #E43344;
border-bottom: 1px solid;
font-weight: bold;
}

.p-my-account__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-account__title {
    height: 130px;
    margin-top: 40px;
    margin-bottom: 65px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__title {
    padding: 25px 15px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-my-account__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 720px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box {
    margin-bottom: 25px;
    border-radius: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__content, .p-my-account__box__content--small {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__content, .p-my-account__box__content--small {
    padding: 0px 20px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__content--small {
    padding: 0px 15px;
  }
}

.p-my-account__box__title {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__title {
    padding: 20px 30px;
    border-bottom: 1px solid #a3a3a3;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__title {
    padding: 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-my-account__box__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__text {
    font-size: 12px;
    letter-spacing: 1.44px;
    text-align: left;
  }
}

.p-my-account__box__text__note {
  display: inline-flex;
}
.p-my-account__box__text__note::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__mail {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__mail {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

.p-my-account__box__mail p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__mail p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 1.75;
    text-align: left;
  }
}

.p-my-account__box__mail input {
  width: 100%;
  max-width: 660px;
  height: 40px;
  margin-top: 15px;
  padding-left: 5px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__pass {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__pass {
    margin-bottom: 25px;
  }
}

.p-my-account__box__pass p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__pass p {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.75;
    text-align: left;
  }
}

.p-my-account__box__pass input {
  width: 100%;
  max-width: 660px;
  height: 40px;
  margin-top: 15px;
  padding-left: 5px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__pass .c-link--blue {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-my-account__box__pass .c-link--blue:hover {
  border-bottom: none;
}

.p-my-account__box__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__login p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__login__button {
    width: 305px;
  }
}

@media screen and (max-width: 1027px) {
  .p-my-account__box__login__button {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__login__button {
    width: 100%;
    margin-top: 25px;
  }
}

.p-my-account__box__login__button .c-button--primary-blue {
  width: 100%;
  max-width: 305px;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__login__button .c-button--primary-blue {
    max-width: none;
  }
}

.p-my-account__box__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__registration {
    padding-top: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

.p-my-account__box__registration__button {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__registration__button {
    width: 100%;
    max-width: 225px;
  }
  .p-my-account__box__registration__button > span {
    font-size: 16px;
  }
}

.p-my-account__box__registration ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-my-account__box__registration ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}

.p-my-account__box__registration ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__registration ul li {
    font-size: 12px;
  }
}

.p-my-account__box__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__user {
    padding-top: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

.p-my-account__box__user__text {
  max-width: 300px;
  font-size: 14px;
  letter-spacing: 0.77px;
  line-height: 1.5;
}

.p-my-account__box__user__button {
  height: 74px;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__user__button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__user__button {
    width: 100%;
    max-width: 225px;
    margin-top: 15px;
  }
  .p-my-account__box__user__button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account {
    padding-top: 25px;
    border-top: 1px solid #c8c8c8;
  }
}

.p-my-account__box__external-account__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.p-my-account__box__external-account__list li {
  overflow: hidden;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__list li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__list li {
    width: 48.4%;
    max-width: 320px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .p-my-account__box__external-account__list li:nth-child(odd) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-account__box__external-account__list li {
    width: 100%;
  }
  .p-my-account__box__external-account__list li:nth-child(odd) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__list li:first-child {
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li:first-child {
    width: 100%;
  }
}

.p-my-account__box__external-account__list li:first-child form input[type="image"] {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__list li:nth-child(2) {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li:nth-child(2) {
    width: 100%;
    max-width: 317px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li:nth-child(2) #AmazonPayButton {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-my-account__box__external-account__list li:nth-child(2) #AmazonPayButton img {
    width: 100%;
  }
}

.p-my-account__box__external-account__list li form {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list li form {
    max-width: 317px;
    margin: 0 auto;
  }
}

.p-my-account__box__external-account__list li a {
  width: 100%;
  max-width: 317px;
  height: 100%;
  margin: 0 auto;
}

.p-my-account__box__external-account__list li a img {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list__span {
    width: 100%;
  }
}

.p-my-account__box__external-account__button, .p-my-account__box__external-account__button--yahoo, .p-my-account__box__external-account__button--rakuten, .p-my-account__box__external-account__button--amazon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__button, .p-my-account__box__external-account__button--yahoo, .p-my-account__box__external-account__button--rakuten, .p-my-account__box__external-account__button--amazon {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-my-account__box__external-account__button::after, .p-my-account__box__external-account__button--yahoo::after, .p-my-account__box__external-account__button--rakuten::after, .p-my-account__box__external-account__button--amazon::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__button--yahoo {
    font-size: 14px;
  }
}

.p-my-account__box__external-account__button--rakuten {
  background-color: #bf0000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__button--rakuten {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__button--rakuten {
    height: 60px;
    letter-spacing: 1.92px;
  }
}

.p-my-account__box__external-account__button--rakuten::after {
  content: none;
}

.p-my-account__box__external-account__button--amazon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0c14b), to(#f9e5b5));
  background-image: linear-gradient(to top, #f0c14b, #f9e5b5);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__button--amazon {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__button--amazon {
    height: 60px;
  }
}

.p-my-account__box__external-account__button--amazon::after {
  content: none;
}
.p-my-account__box__external-account__list li:first-child {
  height: auto;
}
.p-my-account__accordion__container input {
  display: none;
}
.p-my-account__accordion__content {
  height: 0;
  overflow: hidden;
}
.p-my-account__accordion__container input:checked + .p-my-account__accordion__content {
  height: auto;
  padding: 0.5em 0.5em 0;
}
.p-my-account__box__external-account__note {
  font-size: 12px;
  letter-spacing: 1.44px;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account__box__external-account__note {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__box__external-account__list + .p-my-account__box__external-account__note {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.p-my-account__box__external-account__note .p-my-account__accordion__trigger {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 10px auto 0;
  text-decoration: underline;
}
.p-my-account__box__external-account__note .p-my-account__accordion__trigger::before {
  content: "▼";
}
.p-my-account__modal__button {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__button {
    padding: 6px 11px 6px 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__button {
    padding: 6px 11px 6px 44px;
  }
}

.p-my-account__modal__button:before {
  position: absolute;
  width: 20px;
  height: 14px;
  background-image: url(../../common/images/ico_movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__button:before {
    top: 8px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__button:before {
    top: 9px;
    left: 16px;
  }
}

.p-my-account__modal__button--close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__button--close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__button--close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

.p-my-account__modal__button--close::before, .p-my-account__modal__button--close::after {
  display: block;
  position: absolute;
  background: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__button--close::before, .p-my-account__modal__button--close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__button--close::before, .p-my-account__modal__button--close::after {
    right: -3px;
    bottom: 8px;
    width: 15px;
    height: 2px;
  }
}

.p-my-account__modal__button--close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-my-account__modal__button--close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-my-account__modal__wrap {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__wrap {
    width: 660px;
    height: 300px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__wrap {
    width: 100%;
    padding: 45px 20px;
  }
}

.p-my-account__modal__wrap--small {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__wrap--small {
    width: 660px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__wrap--small {
    width: 100%;
    padding: 45px 20px;
  }
}

.p-my-account__modal__wrap__head {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__wrap__head {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__wrap__head {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.p-my-account__modal__wrap__text {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__wrap__text {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__wrap__text {
    font-size: 14px;
    letter-spacing: 1.68px;
    letter-spacing: 0.84px;
  }
}

.p-my-account__modal__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-account__modal__mail {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-account__modal__mail {
    margin-top: 25px;
  }
}

.p-my-account__modal__mail input[type="email"] {
  width: 100%;
  max-width: 660px;
  height: 40px;
  padding-left: 15px;
  border: solid 1px #c8c8c8;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
}

.p-my-account__modal__mail input[type="email"]::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-my-account__modal__mail input[type="email"]::-moz-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-my-account__modal__mail input[type="email"]:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-my-account__modal__mail input[type="email"]::-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-my-account__modal__mail input[type="email"]::placeholder {
  color: #a3a3a3;
  font-size: 16px;
}

.p-my-account__modal__mail input[type="submit"] {
  width: 72px;
  height: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.js-modal-open {
  display: block;
}

.js-modal-close {
  display: none;
}

.p-my-page-order-detail-shop__info__button {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail-shop__info__button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail-shop__info__button > a {
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__modal {
    width: 100%;
    max-width: 870px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-my-page-order-detail__modal {
    width: 870px;
  }
}

.p-my-page-order-detail__modal__inr {
  z-index: 5;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__modal__inr {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__inr {
    padding: 35px 20px;
  }
}

.p-my-page-order-detail__modal__model__title {
  width: 100%;
  padding: 15px 21px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.p-my-page-order-detail__modal__model__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__model__title p {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-my-page-order-detail__modal__model__name {
  padding: 20px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__modal__model__name {
    min-height: 95px;
  }
}

.p-my-page-order-detail__modal__model__name p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__model__name p {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-my-page-order-detail__modal__guarantee__title {
  width: 100%;
  padding: 15px 21px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.p-my-page-order-detail__modal__guarantee__title p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__title p {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-my-page-order-detail__modal__guarantee__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.p-my-page-order-detail__modal__guarantee__table > dl {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table > dl {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: center;
  }
}

.p-my-page-order-detail__modal__guarantee__table > dl dt {
  padding: 18px 0px;
  background-color: #f6f6f6;
  font-weight: normal;
  line-height: 1.6;
  height: 80px;
  display: flex;
  align-items: flex-end;
}

.p-my-page-order-detail__modal__guarantee__table > dl:first-child dt {
   align-items: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table > dl dt {
    height: auto;
    padding: 13px 15px;
    display: block;
  }
}

.p-my-page-order-detail__modal__guarantee__table > dl dd {
  padding: 18px 0px;
  padding-right: 10px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__modal__guarantee__table > dl dd {
    min-height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table > dl dd {
    padding: 13px 15px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-my-page-order-detail__modal__guarantee__table > dl:first-child dt,
.p-my-page-order-detail__modal__guarantee__table > dl:nth-child(2n) dt {
  padding-left: 20px;
}

.p-my-page-order-detail__modal__guarantee__table > dl:first-child dd,
.p-my-page-order-detail__modal__guarantee__table > dl:nth-child(2n) dd {
  padding-left: 20px;
}

.p-my-page-order-detail__modal__guarantee__table__num {
  width: 150px;
}

.p-my-page-order-detail__modal__guarantee__table__num dt {
  border-right: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table__num {
    width: 100%;
  }
  .p-my-page-order-detail__modal__guarantee__table__num dt {
    border-right: none;
  }
}

.p-my-page-order-detail__modal__guarantee__table__guarantee {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table__guarantee {
    width: 100%;
  }
}

.p-my-page-order-detail__modal__guarantee__table__date {
  width: 140px;
}

.p-my-page-order-detail__modal__guarantee__table__date dt {
  border-right: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table__date {
    width: 100%;
  }
  .p-my-page-order-detail__modal__guarantee__table__date dt {
    border-right: none;
  }
}

.p-my-page-order-detail__modal__guarantee__table__plan {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table__plan {
    width: 100%;
  }
}

.p-my-page-order-detail__modal__guarantee__table__service {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__guarantee__table__service {
    width: 100%;
  }
}

.p-my-page-order-detail__modal__con > table th {
  width: 240px;
}

.p-my-page-order-detail__modal__con > table th, .p-my-page-order-detail__modal__con > table td {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-my-page-order-detail__modal__con > table th strong.text-azure, .p-my-page-order-detail__modal__con > table td strong.text-azure {
  color: #00a2e6;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__modal__con > table th, .p-my-page-order-detail__modal__con > table td {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: center;
  }
}

.p-my-page-order-detail__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__container {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__title-h1 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__title-h1 {
    margin-bottom: 35px;
  }
}

.p-my-page-order-detail__title-h2 {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__title-h2 {
    margin: 0 auto 30px 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__title-h2 {
    margin: 0 auto 15px 0;
  }
}

.p-my-page-order-detail__title-h3 {
  color: var(--greyish-brown);
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__title-h3 {
    margin: 0 auto 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__title-h3 {
    margin: 0 auto 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text {
    width: 92%;
    margin: 0 4%;
  }
}

.p-my-page-order-detail__text--s {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text--s {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-my-page-order-detail__text--m {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text--m {
    margin-bottom: 7px;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__text span {
  font-weight: bold;
}

.p-my-page-order-detail__text > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.p-my-page-order-detail__text > ul li {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__text > ul li {
    margin-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text > ul li {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__text > ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.p-my-page-order-detail__text--confirm {
  font-size: 16px;
  letter-spacing: .96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__text--confirm {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text--confirm {
    margin-bottom: 45px;
  }
}

.p-my-page-order-detail__text--new-member {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__text--new-member {
    margin: 0 auto 50px;
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__text--new-member {
    margin: 0 auto 32px;
    font-size: 15px;
    letter-spacing: 1.92px;
  }
}

.p-my-page-order-detail__box--order-number-band {
  width: 100%;
  height: 50px;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__box--order-number-band {
    width: 100%;
    height: 45px;
    margin: 15px auto;
    padding: 15px 20px;
  }
}

.p-my-page-order-detail__box--order-number-band p {
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__box--order-number-band p {
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__box--order-number-band p {
    font-size: 14px;
  }
}

.p-my-page-order-detail__box--order-number-box {
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__box--order-number-box {
    width: 560px;
    height: 80px;
    margin: 70px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__box--order-number-box {
    width: 88%;
    max-width: 560px;
    height: 60px;
    margin: 45px 6% 25px;
  }
}

.p-my-page-order-detail__box--order-number-box .order-number {
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__box--order-number-box .order-number {
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__box--order-number-box .order-number {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__box--order-number-box .order-number span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__box--order-number-box .order-number span {
    margin-left: 21px;
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__box--order-number-box .order-number span {
    margin-left: 17px;
    font-size: 24px;
    letter-spacing: 1.92px;
    line-height: .67;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__button {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button {
    margin-bottom: 20px;
  }
}

.p-my-page-order-detail__button--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__button--form {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button--form {
    max-width: 345px;
  }
}

.p-my-page-order-detail__button--form.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-my-page-order-detail__button--form.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button--form.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-my-page-order-detail__button--form.button_2col .button.arrow_left::after, .p-my-page-order-detail__button--form.button_2col .p-cart-comfirm__order--button.button_2col .arrow_left.button-270::after, .p-cart-comfirm__order--button.button_2col .p-my-page-order-detail__button--form.button_2col .arrow_left.button-270::after, .p-my-page-order-detail__button--form.button_2col .p-cart__form-button.button_2col .arrow_left.button-270::after, .p-cart__form-button.button_2col .p-my-page-order-detail__button--form.button_2col .arrow_left.button-270::after, .p-my-page-order-detail__button--form.button_2col .p-cart-order__form-button.button_2col .arrow_left.button-270::after, .p-cart-order__form-button.button_2col .p-my-page-order-detail__button--form.button_2col .arrow_left.button-270::after, .p-my-page-order-detail__button--form.button_2col .p-my-account-register__form-button.button_2col .arrow_left.button-270::after, .p-my-account-register__form-button.button_2col .p-my-page-order-detail__button--form.button_2col .arrow_left.button-270::after, .p-my-page-order-detail__button--form.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-my-page-order-detail__button--form.button_2col .button-350 {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button--form.button_2col .button-350 {
    margin-bottom: 15px;
  }
}

.p-my-page-order-detail__button--form .c-button--primary-white {
  background-color: transparent;
}

.p-my-page-order-detail__button__list {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list {
    margin-bottom: 35px;
  }
}

.p-my-page-order-detail__button__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__button__list > ul > li {
    width: 25%;
    max-width: 270px;
    margin-right: 20px;
  }
  .p-my-page-order-detail__button__list > ul > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list > ul > li {
    width: 100%;
    max-width: 225px;
    margin-bottom: 15px;
  }
  .p-my-page-order-detail__button__list > ul > li:last-child {
    margin-bottom: 0;
  }
}

.p-my-page-order-detail__button__list > ul > li > a {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__button__list > ul > li > a {
    width: 100%;
  }
  .p-my-page-order-detail__button__list > ul > li > a::after {
    right: 8%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list > ul > li > a {
    width: 100%;
  }
}

.p-my-page-order-detail__button__list > ul > li > a::after {
  content: none;
}

.p-my-page-order-detail__button__list > ul > li > a > .ico {
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
  width: 16px;
  height: 18px;
}

@media screen and (max-width: 1020px) {
  .p-my-page-order-detail__button__list > ul > li > a > .ico {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list > ul > li > a > .ico {
    left: 17px;
  }
}

@media screen and (max-width: 1020px) {
  .p-my-page-order-detail__button__list > ul > li > a > span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__list > ul > li > a > span {
    font-size: 14px;
  }
}

.p-my-page-order-detail__button__cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__cancel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-my-page-order-detail__button__cancel > a {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__button__cancel > a {
    width: 100%;
    max-width: 225px;
  }
}

.p-my-page-order-detail__button__cancel > a::after {
  right: 16px;
}

.p-my-page-order-detail__pay {
  margin-top: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__pay__method {
    margin-bottom: 32px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__method {
    margin-bottom: 22px;
  }
}

.p-my-page-order-detail__pay__method > p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__method > p {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__pay__inr {
  width: 560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__inr {
    width: 100%;
  }
}

.p-my-page-order-detail__pay__inr > h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__inr > h2 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-my-page-order-detail__pay__table {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__table {
    margin-bottom: 15px;
  }
}

.p-my-page-order-detail__pay__table > table tr {
  font-size: 14px;
  letter-spacing: 0.84px;
}

.p-my-page-order-detail__pay__table > table tr th {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__table > table tr th {
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__table > table tr td {
    padding: 10px 14px 12px;
    line-height: 1.91;
  }
}

.p-my-page-order-detail__pay__text {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__text {
    margin-bottom: 10px;
  }
}

.p-my-page-order-detail__pay__text > p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-my-page-order-detail__pay__caution > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__pay__caution > ul li {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-my-page-order-detail__pay__caution > ul li:last-child {
  margin-bottom: 0;
}

.p-my-page-order-detail__pay__caution > ul li > span {
  margin-right: 5px;
  font-size: 11px;
}

.p-my-page-order-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__info {
    margin-bottom: 55px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.p-my-page-order-detail__info__member {
  width: 555px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__member {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.p-my-page-order-detail__info__member__inr {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__member__inr {
    margin-top: 25px;
    padding: 0;
  }
}

.p-my-page-order-detail__info__address {
  width: 555px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__address {
    width: 100%;
  }
}

.p-my-page-order-detail__info__address__inr {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__address__inr {
    margin-top: 25px;
    padding: 0;
  }
}

.p-my-page-order-detail__info__text > p {
  margin-bottom: 11px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__text > p {
    margin-bottom: 9px;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__info__text > p:last-child {
  margin-bottom: 0;
}

.p-my-page-order-detail__info__text > p > span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__text > p > span {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__info__text > p.p-my-page-order-detail__info__text--mb15 {
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__text > p.p-my-page-order-detail__info__text--mb15 {
    margin-bottom: 6px;
  }
}

.p-my-page-order-detail__info__text > p.p-my-page-order-detail__info__text--mb30 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__info__text > p.p-my-page-order-detail__info__text--mb30 {
    margin-bottom: 14px;
  }
}

.p-my-page-order-detail__bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__bottom-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__bottom-button--prev {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__bottom-button--prev {
    width: 100%;
    max-width: 225px;
  }
  .p-my-page-order-detail__bottom-button--prev > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-my-page-order-detail__bottom-button--prev::after {
  left: 19px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__bottom-button--next {
    width: 100%;
    max-width: 225px;
    margin-bottom: 10px;
  }
  .p-my-page-order-detail__bottom-button--next > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-my-page-order-detail__bottom-button--next::after {
  right: 19px;
}

.p-my-page-order-detail__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-my-page-order-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__content {
    width: 92%;
    margin: 0 4%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__caution {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__caution {
    padding-bottom: 15px;
    background-color: #fff;
  }
}

.p-my-page-order-detail__caution li {
  padding-bottom: .5em;
  padding-left: 1.5em;
  color: #7f7f7f;
  letter-spacing: .66px;
  line-height: 1.55;
  text-align: left;
  text-indent: -1.5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__caution li {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__caution li {
    font-size: 10px;
  }
}

.p-my-page-order-detail__caution li span {
  padding-right: .5em;
}

.p-my-page-order-detail__partition {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

.p-my-page-order-detail__partition--full {
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__partition--full {
    width: 108%;
    margin-left: -4%;
  }
}

.p-my-page-order-detail__card--order-detail {
  width: 100%;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__card--order-detail {
    margin-bottom: 30px;
    padding: 30px 30px 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__card--order-detail {
    margin-bottom: 15px;
    padding: 25px 0;
  }
}

.p-my-page-order-detail__card--input-check {
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__card--input-check {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__card--input-check {
    margin-bottom: 25px;
    padding: 0 4%;
  }
}

.p-my-page-order-detail__card--input-check .title__area {
  border-bottom: solid 1px #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__card--input-check .title__area {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__card--input-check .title__area {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__card--input-check .text__area {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__card--input-check .text__area {
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation {
    width: 720px;
    max-width: 65.4545%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state {
    margin: 0 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state {
    margin: 0 6% 25px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__category {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__category {
    margin-bottom: 15px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__category__text {
  margin-right: 30px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__category__text {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__category__num {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__category__num {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__used {
  display: block;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__used {
    width: 43px;
    height: 24px;
    margin: 0 auto 15px 0;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__used {
    width: 38px;
    height: 21px;
    margin: 0 auto 10px 0;
    padding: 5px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__product-name {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__product-name {
    font-size: 16px;
    letter-spacing: .96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__product-name {
    font-size: 14px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__plan {
  letter-spacing: .84px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__plan {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__plan {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk {
  width: 300px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk {
    margin: auto 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk {
    width: 100%;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk > a {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk > a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .order-state__lnk .ico {
    vertical-align: top;
  }
}

a.c-link--blue.c-link--ico.js-my-page-order-detail-modal-1-open.guarantee-link {
  font-size: 13px;
}

.p-my-page-order-detail__inner-area--flex.mt20 {
  margin-top: 20px;
}

.p-my-page-order-detail__inner-area--content-confirmation .order-guarantee__lnk {
  text-align: right;
}

span.order-guarantee {
  padding: 5px 7px;
  margin: 0 10px 0 0;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery {
  width: 100%;
  padding: 15px 20px;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery {
    font-size: 14px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status {
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status {
    padding: 25px 6%;
    font-size: 14px;
    line-height: 21px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status span {
  border-radius: 2px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status span {
    min-width: 56px;
    height: 26px;
    margin-left: 20px;
    padding: 6px;
    font-size: 12px;
    letter-spacing: .72px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status span {
    margin-left: 15px;
    padding: 5px 8px;
    font-size: 11px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status span.before {
  border: solid 1px #e43344;
  color: #e43344;
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status span.after {
  border: solid 1px #00996c;
  color: #00996c;
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status span.after-tracking-number-unregistered {
  border: solid 1px #00996c;
  color: #00996c;
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-company {
  margin: 20px 20px 0;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-company {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status__number {
  margin: 10px 20px 0;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status__number {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 20px 0;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-date > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--content-confirmation .delivery__status__delivery-date > a {
    margin: 10px 15px 20px auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation {
    width: 320px;
    max-width: 29.0909%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation {
    margin: 0 6%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation__review {
    width: 100%;
    margin: 0 0 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation__review {
    position: relative;
    padding-bottom: 25px;
  }
  .p-my-page-order-detail__inner-area--price-calculation__review::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    content: "";
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation__review::before {
    width: 114%;
    margin-left: -7%;
  }
}

.p-my-page-order-detail__inner-area--price-calculation__review__button {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation__review__button {
    max-width: 305px;
    height: 40px;
    margin: 0 auto;
  }
}

.p-my-page-order-detail__inner-area--price-calculation__review__button::after {
  content: none;
}

.p-my-page-order-detail__inner-area--price-calculation__review__button > span {
  display: block;
  position: relative;
  margin-left: 34px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation__review__button > span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation__review__button > span::before {
  position: absolute;
  top: calc(50% - 9px);
  left: -34px;
  width: 18px;
  height: 18px;
  background-image: url("../../common/images/ico_review.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .product-price {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .product-price {
    padding-top: 25px;
    padding-bottom: 16px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt:last-of-type {
  margin-bottom: 0;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li {
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li {
    font-size: 14px;
    letter-spacing: .84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li {
    font-size: 12px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li span {
    font-size: 16px;
    letter-spacing: .64px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li span.discount {
  color: #e43344;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .receipt li span .yen {
  font-weight: normal;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .discount-accordion {
  cursor: pointer;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .discount-accordion img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.p-my-page-order-detail__inner-area--price-calculation .product-price .discount-accordion img.js-cancel-order-accordion-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-my-page-order-detail__inner-area--price-calculation .discount-promotion {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .discount-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .discount-promotion p {
  letter-spacing: .84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .discount-promotion p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .discount-promotion p {
    width: 120px;
    padding-right: 20px;
    font-size: 12px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .promotion__area, .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray {
  margin-bottom: 10px;
}

.p-my-page-order-detail__inner-area--price-calculation .promotion__area li, .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray li {
  letter-spacing: .58px;
  line-height: 1.5;
  list-style: disc;
  list-style-position: initial;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .promotion__area li, .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray li {
    margin-bottom: 14px;
    margin-left: 20px;
    font-size: 14.5px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .promotion__area li, .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray li {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 14px 14px 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .promotion__area--gray {
    margin-bottom: 11px;
    padding: 15px 25px 3px 30px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .total-price {
  margin-right: 0;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: .8;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .total-price {
    padding-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .total-price {
    padding-top: 15px;
    font-size: 12px;
  }
}

.p-my-page-order-detail__inner-area--price-calculation .total-price .price {
  padding: 0 .5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--price-calculation .total-price .price {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--price-calculation .total-price .price {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--all-order {
    margin-bottom: 70px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--all-order {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--all-order-inner {
    background-color: #ececec;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--all-order .p-my-page-order-detail__caution {
    max-width: 65.4545%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--all-order .p-my-page-cancel__inner-area--price-calculation {
    margin: auto 30px 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--all-order .p-my-page-cancel__inner-area--price-calculation {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--all-order .p-my-page-order-detail__partition {
    width: 92%;
    margin: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--all-order .product-price, .p-my-page-order-detail__inner-area--all-order .total-price {
    padding: 6% 4%;
  }
}

.p-my-page-order-detail__inner-area--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__inner-area--flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__inner-area--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-page-order-detail__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form {
    margin-top: 30px;
    padding: 90px 10px;
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form {
    width: 100%;
    padding: 25px 0 0;
  }
}

.p-my-page-order-detail__form--inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.p-my-page-order-detail__form .c-headline__h3, .p-my-page-order-detail__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-order-detail__form .c-headline__h3--mt50, .p-my-page-order-detail__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-order-detail__form .c-headline__h3--mt50 {
  font-size: 20px;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form .c-headline__h3, .p-my-page-order-detail__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-order-detail__form .c-headline__h3--mt50, .p-my-page-order-detail__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-order-detail__form .c-headline__h3--mt50 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .c-headline__h3, .p-my-page-order-detail__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-order-detail__form .c-headline__h3--mt50, .p-my-page-order-detail__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-order-detail__form .c-headline__h3--mt50 {
    width: 108%;
    margin-left: -4%;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: .96px;
    text-align: left;
  }
}

.p-my-page-order-detail__form .partition, .p-my-page-order-detail__form .p-cart__form .partition-sphidden, .p-cart__form .p-my-page-order-detail__form .partition-sphidden, .p-my-page-order-detail__form .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-my-page-order-detail__form .partition-sphidden, .p-my-page-order-detail__form .p-shop__section .partition--full, .p-shop__section .p-my-page-order-detail__form .partition--full {
  position: relative;
}

.p-my-page-order-detail__form .partition::after, .p-my-page-order-detail__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-page-order-detail__form .partition-sphidden::after, .p-my-page-order-detail__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-page-order-detail__form .partition-sphidden::after, .p-my-page-order-detail__form .p-shop__section .partition--full::after, .p-shop__section .p-my-page-order-detail__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .partition::after, .p-my-page-order-detail__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-page-order-detail__form .partition-sphidden::after, .p-my-page-order-detail__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-page-order-detail__form .partition-sphidden::after, .p-my-page-order-detail__form .p-shop__section .partition--full::after, .p-shop__section .p-my-page-order-detail__form .partition--full::after {
    width: 108%;
    margin-left: -4%;
  }
}

.p-my-page-order-detail__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .84px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .form-category {
    font-size: 12px;
  }
}

.p-my-page-order-detail__form .form-category .reference {
  padding-left: .2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-my-page-order-detail__form .form-category--link {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .form-category--link {
    font-size: 12px;
  }
}

.p-my-page-order-detail__form__input, .p-my-page-order-detail__form__input--choices-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-my-page-order-detail__form__input--refund-method {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form__input--refund-method .c-check__label > p {
    max-width: 92%;
    font-size: 14px;
  }
}

.p-my-page-order-detail__form__input--choices-2 input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-page-order-detail__form__input--choices-2 label {
  margin-right: 30px;
}

.p-my-page-order-detail__form__input--cancel-form, .p-my-page-order-detail__form__input--cancel-form--gray {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #a3a3a3;
}

.p-my-page-order-detail__form__input--cancel-form--gray {
  margin: 20px auto 0;
  border: none;
  background-color: #f6f6f6;
}

.p-my-page-order-detail__form__input--frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: .96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form__input--frame-inner, .p-my-page-order-detail__form__input--frame-inner-2col {
    margin: 10px 0 10px;
    padding: 40px 30px 20px;
    background-color: #ececec;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form__input--frame-inner, .p-my-page-order-detail__form__input--frame-inner-2col {
    padding: 0 4%;
    background-color: #f6f6f6;
  }
}

.p-my-page-order-detail__form__input--frame-inner-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form__input--frame-inner-2col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form__input--frame-inner-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form__input--frame.partition::after, .p-cart__form .p-my-page-order-detail__form__input--frame.partition-sphidden::after, .p-cart-order__form .p-my-page-order-detail__form__input--frame.partition-sphidden::after, .p-shop__section .p-my-page-order-detail__form__input--frame.partition--full::after {
    left: 0;
    width: 100%;
  }
}

.p-my-page-order-detail__form__input--caution {
  display: block;
  padding-top: .5em;
  padding-left: 1.5em;
  text-align: left;
  text-indent: -1.5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form__input--caution {
    font-size: 11px;
    letter-spacing: .66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form__input--caution {
    font-size: 10px;
  }
}

.p-my-page-order-detail__form__input--caution > span {
  padding-right: .5em;
}

.p-my-page-order-detail__form .cancel-form--bulletslist, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 {
  margin-bottom: 30px;
}

.p-my-page-order-detail__form .cancel-form--bulletslist li, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.p-my-page-order-detail__form .cancel-form--bulletslist li:last-child, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 li:last-child {
  margin-bottom: 0px;
}

.p-my-page-order-detail__form .cancel-form--bulletslist li::before, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .cancel-form--bulletslist li, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 li {
    font-size: 12px;
  }
  .p-my-page-order-detail__form .cancel-form--bulletslist li::before, .p-my-page-order-detail__form .cancel-form--bulletslist--mb0 li::before {
    width: 6px;
    height: 6px;
  }
}

.p-my-page-order-detail__form .cancel-form--bulletslist--mb0 {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form .cancel-form--category {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .cancel-form--category {
    margin-bottom: 10px;
  }
}

.p-my-page-order-detail__form .cancel-form--category .reference {
  padding-left: .2rem;
  font-size: 10px;
  vertical-align: top;
}

.p-my-page-order-detail__form .cancel-form--input, .p-my-page-order-detail__form .cancel-form--input--pulldown, .p-my-page-order-detail__form .cancel-form--input--pulldown--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form .cancel-form--input, .p-my-page-order-detail__form .cancel-form--input--pulldown, .p-my-page-order-detail__form .cancel-form--input--pulldown--full {
    max-width: 320px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .cancel-form--input, .p-my-page-order-detail__form .cancel-form--input--pulldown, .p-my-page-order-detail__form .cancel-form--input--pulldown--full {
    max-width: 345px;
    margin-bottom: 15px;
  }
}

.p-my-page-order-detail__form .cancel-form--input::-webkit-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown::-webkit-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-order-detail__form .cancel-form--input::-moz-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown::-moz-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-moz-placeholder {
  color: #a3a3a3;
}

.p-my-page-order-detail__form .cancel-form--input:-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown:-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-order-detail__form .cancel-form--input::-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown::-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-order-detail__form .cancel-form--input::placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown::placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::placeholder {
  color: #a3a3a3;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown, .p-my-page-order-detail__form .cancel-form--input--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown::-webkit-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown::-moz-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown:-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown::-ms-input-placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown::placeholder, .p-my-page-order-detail__form .cancel-form--input--pulldown--full::placeholder {
  color: #484848;
}

.p-my-page-order-detail__form .cancel-form--input--pulldown--full {
  width: 100%;
  max-width: none;
}

.p-my-page-order-detail__form .pulldown-arrow, .p-my-page-order-detail__form .pulldown-arrow--full, .p-my-page-order-detail__form .pulldown-arrow--350, .p-my-page-order-detail__form .pulldown-arrow--mb0 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form .pulldown-arrow, .p-my-page-order-detail__form .pulldown-arrow--full, .p-my-page-order-detail__form .pulldown-arrow--350, .p-my-page-order-detail__form .pulldown-arrow--mb0 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .pulldown-arrow, .p-my-page-order-detail__form .pulldown-arrow--full, .p-my-page-order-detail__form .pulldown-arrow--350, .p-my-page-order-detail__form .pulldown-arrow--mb0 {
    width: 100%;
    max-width: 345px;
  }
}

.p-my-page-order-detail__form .pulldown-arrow::after, .p-my-page-order-detail__form .pulldown-arrow--full::after, .p-my-page-order-detail__form .pulldown-arrow--350::after, .p-my-page-order-detail__form .pulldown-arrow--mb0::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
  pointer-events: none;
}

.p-my-page-order-detail__form .pulldown-arrow--full {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-detail__form .pulldown-arrow--350 {
    width: 350px;
  }
}

.p-my-page-order-detail__form .pulldown-arrow--mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail__form .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-my-page-order-detail__form .form-inner, .p-my-page-order-detail__form .js-save-address, .p-my-page-order-detail__form .js-deli-designation, .p-my-page-order-detail__form .js-deli-designationdate, .p-my-page-order-detail__form .cancel-form--indent {
  display: none;
}

.p-my-page-order-detail__form .form-inner.js-checkedactive, .p-my-page-order-detail__form .js-save-address.js-checkedactive, .p-my-page-order-detail__form .js-deli-designation.js-checkedactive, .p-my-page-order-detail__form .js-deli-designationdate.js-checkedactive, .p-my-page-order-detail__form .cancel-form--indent.js-checkedactive {
  display: block;
}

.p-my-page-order-detail__form .p-my-page-order-detail__form__input--cancel-form, .p-my-page-order-detail__form .p-my-page-order-detail__form__input--cancel-form--gray, .p-my-page-order-detail__form .js-indivi-companies {
  display: none;
}

.p-my-page-order-detail__form .p-my-page-order-detail__form__input--cancel-form.js-checkedactive, .p-my-page-order-detail__form .js-checkedactive.p-my-page-order-detail__form__input--cancel-form--gray, .p-my-page-order-detail__form .js-indivi-companies.js-checkedactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-my-page-order-detail .text-bold {
  font-weight: bold;
}

.p-my-page-order-detail .text-large {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail .text-large {
    font-size: 16px;
  }
}

.p-my-page-order-detail .text-normal {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail .text-normal {
    font-size: 14px;
  }
}

.p-my-page-order-detail .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail .text-middle {
    font-size: 12px;
  }
}

.p-my-page-order-detail .text-small {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-detail .text-small {
    font-size: 10px;
  }
}

.p-my-page-order-detail .text-red {
  color: #e43344;
}

.p-my-page-order-register-complete__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-register-complete__title {
    width: 100%;
    max-width: 720px;
    height: 90px;
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register-complete__title {
    width: 92%;
    margin-bottom: 45px;
    padding-top: 44px;
    padding-bottom: 21px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-my-page-order-register-complete__text {
  margin-top: 68px;
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register-complete__text {
    margin-top: 42px;
    margin-bottom: 32px;
  }
}

.p-my-page-order-register-complete__text > P {
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register-complete__text > P {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-register-complete__button {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register-complete__button {
    margin-bottom: 35px;
  }
}

.p-my-page-order-register-complete__button > a {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register-complete__button > a {
    max-width: 225px;
  }
}

.p-my-page-order-register-complete__button::after {
  right: 15px;
}

.p-my-page-order-register-complete__button > span {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.p-my-page-order-register__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-register__title {
    width: 100%;
    max-width: 720px;
    height: 90px;
    margin-top: 60px;
    margin-bottom: 65px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__title {
    width: 92%;
    margin-bottom: 25px;
    padding-top: 44px;
    padding-bottom: 21px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-my-page-order-register__sub-title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__sub-title {
    margin-bottom: 25px;
  }
}

.p-my-page-order-register__sub-title > h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__sub-title > h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

.p-my-page-order-register__container {
  width: 100%;
  max-width: 720px;
  margin: 68px auto 0;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__container {
    margin-top: 23px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}

.p-my-page-order-register__explain {
  line-height: 1.5;
  margin-bottom: 60px;
}

.p-my-page-order-register__explain p:first-child {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__explain {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.p-my-page-order-register__list {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list {
    margin-bottom: 25px;
  }
}

.p-my-page-order-register__list > ul > li {
  margin-bottom: 20px;
}

.p-my-page-order-register__list > ul > li:last-child {
  margin-bottom: 0;
}

.p-my-page-order-register__list__label {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__label > .c-check__mark--radio {
    margin-right: 16px;
  }
}

.p-my-page-order-register__list__label > p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__label > p {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-register__list__label.input-disabled p {
  color: #a3a3a3;
}

.p-my-page-order-register__list__label.input-disabled > span::before {
  background-image: url(../../common/images/ico_radio_off.png);
}

.p-my-page-order-register__list__box {
  display: none;
  width: 100%;
  max-width: 720px;
  padding: 40px 30px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box {
    padding: 25px 20px;
    padding-top: 23px;
  }
}

.p-my-page-order-register__list__box.js-checkedactive {
  display: block;
}

.p-my-page-order-register__list__box__head {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__head {
    margin-bottom: 8px;
  }
}

.p-my-page-order-register__list__box__head > p {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__head > p {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-register__list__box__text__list {
  margin-bottom: 13px;
}

.p-my-page-order-register__list__box__text__list > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 14.5px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__text__list > li {
    padding-left: 16px;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-order-register__list__box__text__list > li:last-child {
  margin-bottom: 0;
}

.p-my-page-order-register__list__box__text__list > li::before {
  position: absolute;
  top: 6px;
  left: -1px;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  background-color: #474747;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__text__list > li::before {
    width: 6.5px;
    height: 6.5px;
    border-radius: 6.5px;
  }
}

.p-my-page-order-register__list__box__text__list > li > span {
  color: #004da1;
  font-weight: bold;
}

.p-my-page-order-register__list__box__text__caution {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__text__caution {
    margin-bottom: 12px;
  }
}

.p-my-page-order-register__list__box__text__caution > li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__text__caution > li {
    padding-left: 15px;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-my-page-order-register__list__box__text__caution > li::before {
  position: absolute;
  top: 0px;
  left: -1px;
  color: #7f7f7f;
  font-size: 11px;
  content: "※";
}

.p-my-page-order-register__list__box__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-register__list__box__note__text {
    width: 365px;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-register__list__box__note__img {
    width: 280px;
  }
}

.p-my-page-order-register__list__box__note__img > img {
  width: 100%;
}

.p-my-page-order-register__list__box__table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-my-page-order-register__list__box__table > div dl {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-register__list__box__table > div dl:first-child {
    border-right: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div dl:last-child {
    border-top: 1px solid #c8c8c8;
  }
}

.p-my-page-order-register__list__box__table > div dl dt, .p-my-page-order-register__list__box__table > div dl dd {
  width: 100%;
  padding: 18px 0;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div dl dt, .p-my-page-order-register__list__box__table > div dl dd {
    padding: 12px 0;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-my-page-order-register__list__box__table > div dl dt {
  background-color: #f6f6f6;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div dl dd {
    padding: 15.5px 0;
  }
}

.p-my-page-order-register__list__box__table > div dl dd .td-text-blue {
  color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div dl dd .td-text-blue {
    font-weight: bold;
  }
}

.p-my-page-order-register__list__box__table > div dl dd .td-text-red {
  color: #e43344;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__list__box__table > div dl dd .td-text-red {
    font-weight: bold;
  }
}

.p-my-page-order-register__credit-no {
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-register__credit-no dt, .p-my-page-order-register__credit-no dd {
    font-size: 14px;
  }
}

.p-my-page-order-register__credit-no dt {
  font-weight: normal;
}

.p-my-page-order-register__credit-no dt::after {
  content: "：";
}

.p-my-page-order-register__button {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.p-my-page-order-register__button::after {
  right: 20px;
}

.p-my-page-order-register__button > span {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.p-my-page-wish-empty__head {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__head {
    font-size: 18px;
    line-height: 1.56;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-empty__button {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__button {
    max-width: 225px;
    margin-bottom: 0;
    margin-bottom: 45px;
  }
  .p-my-page-wish-empty__button > span {
    font-size: 16px;
  }
  .p-my-page-wish-empty__button:after {
    right: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__title {
    width: calc(100% - 30px);
  }
}

.p-my-page-wish-empty__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__empty {
    margin-top: 25px;
  }
}

.p-my-page-wish-empty__empty__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__empty__text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.88;
  }
}

.p-my-page-wish-empty__slider {
  padding-top: 0.1px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-empty__slider {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__slider {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-empty__top__button {
    width: 271px;
    height: 50px;
    margin: 90px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-empty__top__button {
    width: 100%;
    max-width: 225px;
    height: 50px;
    margin: 45px auto;
  }
  .p-my-page-wish-empty__top__button > span {
    font-size: 16px;
  }
  .p-my-page-wish-empty__top__button:after {
    right: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__form-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__form-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__form-button > .c-button--primary-white {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__form-button > .c-button--primary-white {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}

.p-my-page-address__form-button > .c-button--primary-white::after {
  right: auto;
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__form-button > .c-button--primary-blue {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__form-button > .c-button--primary-blue {
    width: 100%;
    max-width: 270px;
    margin: 10px auto 15px;
  }
}

.p-my-page-address__section {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__section {
    max-width: 1140px;
  }
}

.p-my-page-address__wrap {
  width: 100%;
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-address__wrap {
    margin: 25px auto 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__add-address {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0px 30px 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__add-address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px auto 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__add-address > .c-button--primary-blue {
    width: calc(100% - 30px);
    max-width: 350px;
    margin: 0 15px;
  }
}

.p-my-page-address__information {
  width: 100%;
  border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information:last-of-type {
    margin-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information:last-of-type {
    margin-bottom: 25px;
  }
  .p-my-page-address__information:last-of-type::after {
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 15px;
    background-color: #c8c8c8;
    content: "";
  }
}

.p-my-page-address__information > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information > dt {
    width: 250px;
    height: 200px;
    padding: 30px;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information > dt {
    padding: 20px 30px;
    letter-spacing: 1.92px;
  }
}

.p-my-page-address__information > dd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information > dd {
    width: calc(100% - 250px);
    padding: 40px 20px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information > dd {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 20px 15px;
  }
}

.p-my-page-address__information-address .name {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information-address .name {
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information-address .name {
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information-address .postalcode {
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.57;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information-address .postalcode {
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.44px;
    line-height: 1.58;
  }
}

.p-my-page-address__information-address .tel {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information-address .tel {
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information-address .tel {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

.p-my-page-address__information-btn--2col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information-btn--2col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information-btn--2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-my-page-address__information-btn--2col .button, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-270, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-350, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-270, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-350, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-270, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-350, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-270, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-350, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-order-detail__button--form.button_2col .button-350, .p-my-page-order-detail__button--form.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-cancel__button--form.button_2col .button-350, .p-my-page-cancel__button--form.button_2col .p-my-page-address__information-btn--2col .button-350 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 2px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__information-btn--2col .button, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-270, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-350, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-270, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-350, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-270, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-350, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-270, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-350, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-order-detail__button--form.button_2col .button-350, .p-my-page-order-detail__button--form.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-cancel__button--form.button_2col .button-350, .p-my-page-cancel__button--form.button_2col .p-my-page-address__information-btn--2col .button-350 {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__information-btn--2col .button, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-270, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-350, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-270, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-350, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-270, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-350, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-270, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-270, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-350, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-order-detail__button--form.button_2col .button-350, .p-my-page-order-detail__button--form.button_2col .p-my-page-address__information-btn--2col .button-350, .p-my-page-address__information-btn--2col .p-my-page-cancel__button--form.button_2col .button-350, .p-my-page-cancel__button--form.button_2col .p-my-page-address__information-btn--2col .button-350 {
    margin: 10px 0 0;
  }
}

.p-my-page-address__information-btn--2col .button::after, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-270::after, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-270::after, .p-my-page-address__information-btn--2col .p-cart-comfirm__order--button.button_2col .button-350::after, .p-cart-comfirm__order--button.button_2col .p-my-page-address__information-btn--2col .button-350::after, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-270::after, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-270::after, .p-my-page-address__information-btn--2col .p-cart__form-button.button_2col .button-350::after, .p-cart__form-button.button_2col .p-my-page-address__information-btn--2col .button-350::after, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-270::after, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-270::after, .p-my-page-address__information-btn--2col .p-cart-order__form-button.button_2col .button-350::after, .p-cart-order__form-button.button_2col .p-my-page-address__information-btn--2col .button-350::after, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-270::after, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-270::after, .p-my-page-address__information-btn--2col .p-my-account-register__form-button.button_2col .button-350::after, .p-my-account-register__form-button.button_2col .p-my-page-address__information-btn--2col .button-350::after, .p-my-page-address__information-btn--2col .p-my-page-order-detail__button--form.button_2col .button-350::after, .p-my-page-order-detail__button--form.button_2col .p-my-page-address__information-btn--2col .button-350::after, .p-my-page-address__information-btn--2col .p-my-page-cancel__button--form.button_2col .button-350::after, .p-my-page-cancel__button--form.button_2col .p-my-page-address__information-btn--2col .button-350::after {
  content: none;
}

.p-my-page-address__information-btn--2col .edit {
  background-color: #484848;
  color: #fff;
}

.p-my-page-address__information-btn--2col .delete {
  border: solid 1px #484848;
}

.p-my-page-address__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-address__link {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-address__link {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

.p-my-page-address__backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-address__backbtn .c-button--primary-greyish {
    width: 225px;
  }
}

.p-my-page__app {
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app {
    padding: 45px 0;
  }
}

.p-my-page__app__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1140px) {
  .p-my-page__app__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-page__app__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__text-area {
    width: 50%;
    border-right: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-page__app__text-area {
    width: 100%;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__text-area {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-my-page__app__text-area__head {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__text-area__head {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__text-area__head {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__text-area__img {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__text-area__img {
    width: 100px;
    margin-bottom: 24px;
  }
}

.p-my-page__app__text-area__img img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-my-page__app__text-area__text {
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__text-area__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__text-area__text {
    font-size: 14px;
  }
}

.p-my-page__app__lnk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__lnk-area {
    width: 50%;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-page__app__lnk-area {
    width: 100%;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area {
    width: 100%;
    padding-top: 0;
  }
}

.p-my-page__app__lnk-area__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__lnk-area__img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 390px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px;
  }
}

.p-my-page__app__lnk-area__img__wrap {
  padding: 20px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__lnk-area__img__wrap {
    width: 180px;
    height: 180px;
  }
}

.p-my-page__app__lnk-area__img__wrap img {
  width: 100%;
}

.p-my-page__app__lnk-area__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area__card {
    display: none;
  }
}

.p-my-page__app__lnk-area__card span {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area__card span {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__lnk-area__appStore {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area__appStore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .p-my-page__app__lnk-area__appStore img {
    width: 100%;
  }
  .p-my-page__app__lnk-area__appStore--app {
    width: 129px;
    height: 47px;
    margin-right: 5%;
  }
  .p-my-page__app__lnk-area__appStore--google {
    width: 160px;
    height: 47px;
  }
}

.p-my-page__app__lnk-area__text {
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page__app__lnk-area__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__app__lnk-area__text {
    font-size: 12px;
  }
}

.p-my-page-cancel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-my-page-cancel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__content {
    width: 92%;
    margin: 0 4%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__title-h1 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__title-h1 {
    margin-bottom: 35px;
  }
}

.p-my-page-cancel__title-h2 {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__title-h2 {
    margin: 0 auto 30px 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__title-h2 {
    margin: 0 auto 15px 0;
  }
}

.p-my-page-cancel__text--confirm {
  font-size: 16px;
  letter-spacing: .96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__text--confirm {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__text--confirm {
    margin-bottom: 45px;
  }
}

.p-my-page-cancel__text--new-member {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__text--new-member {
    margin: 0 auto 50px;
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__text--new-member {
    margin: 0 auto 32px;
    font-size: 15px;
    letter-spacing: 1.92px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__caution {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__caution {
    padding-bottom: 15px;
    background-color: #fff;
  }
}

.p-my-page-cancel__caution li {
  padding-bottom: .5em;
  padding-left: 1.5em;
  color: #7f7f7f;
  letter-spacing: .66px;
  line-height: 1.55;
  text-align: left;
  text-indent: -1.5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__caution li {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__caution li {
    font-size: 10px;
  }
}

.p-my-page-cancel__caution li span {
  padding-right: .5em;
}

.p-my-page-cancel__partition {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

.p-my-page-cancel__partition--full {
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__partition--full {
    width: 108%;
    margin-left: -4%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__button {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__button {
    margin-bottom: 20px;
  }
}

.p-my-page-cancel__button--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__button--form {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__button--form {
    max-width: 345px;
  }
}

.p-my-page-cancel__button--form.button_1col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-my-page-cancel__button--form.button_2col {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__button--form.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-my-page-cancel__button--form.button_2col .button.arrow_left::after, .p-my-page-cancel__button--form.button_2col .p-cart-comfirm__order--button.button_2col .arrow_left.button-270::after, .p-cart-comfirm__order--button.button_2col .p-my-page-cancel__button--form.button_2col .arrow_left.button-270::after, .p-my-page-cancel__button--form.button_2col .p-cart__form-button.button_2col .arrow_left.button-270::after, .p-cart__form-button.button_2col .p-my-page-cancel__button--form.button_2col .arrow_left.button-270::after, .p-my-page-cancel__button--form.button_2col .p-cart-order__form-button.button_2col .arrow_left.button-270::after, .p-cart-order__form-button.button_2col .p-my-page-cancel__button--form.button_2col .arrow_left.button-270::after, .p-my-page-cancel__button--form.button_2col .p-my-account-register__form-button.button_2col .arrow_left.button-270::after, .p-my-account-register__form-button.button_2col .p-my-page-cancel__button--form.button_2col .arrow_left.button-270::after, .p-my-page-cancel__button--form.button_2col .arrow_left.button-350::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-my-page-cancel__button--form.button_2col .button-350 {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__button--form.button_2col .button-350 {
    margin-bottom: 15px;
  }
}

.p-my-page-cancel__button--form .c-button--primary-white {
  background-color: transparent;
}

.p-my-page-cancel__box--order-number-band {
  width: 100%;
  height: 50px;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__box--order-number-band {
    width: 100%;
    height: 45px;
    margin: 15px auto;
    padding: 15px 20px;
  }
}

.p-my-page-cancel__box--order-number-band p {
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__box--order-number-band p {
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__box--order-number-band p {
    font-size: 14px;
  }
}

.p-my-page-cancel__box--order-number-box {
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__box--order-number-box {
    width: 560px;
    height: 80px;
    margin: 70px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__box--order-number-box {
    width: 88%;
    max-width: 560px;
    height: 60px;
    margin: 45px 6% 25px;
  }
}

.p-my-page-cancel__box--order-number-box .order-number {
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__box--order-number-box .order-number {
    font-size: 16px;
    letter-spacing: .96px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__box--order-number-box .order-number {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-cancel__box--order-number-box .order-number span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__box--order-number-box .order-number span {
    margin-left: 21px;
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__box--order-number-box .order-number span {
    margin-left: 17px;
    font-size: 24px;
    letter-spacing: 1.92px;
    line-height: .67;
  }
}

.p-my-page-cancel__card--order-detail {
  width: 100%;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__card--order-detail {
    margin-bottom: 30px;
    padding: 40px 30px 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__card--order-detail {
    margin-bottom: 15px;
    padding: 25px 0;
  }
}

.p-my-page-cancel__card--input-check {
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__card--input-check {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__card--input-check {
    margin-bottom: 25px;
    padding: 0 4%;
  }
}

.p-my-page-cancel__card--input-check .title__area {
  border-bottom: solid 1px #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__card--input-check .title__area {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__card--input-check .title__area {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__card--input-check .text__area {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__card--input-check .text__area {
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation {
    width: 720px;
    max-width: 65.4545%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .order-state {
    margin: 0 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state {
    margin: 0 6% 25px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__category {
    margin-bottom: 15px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__category__text {
  margin-right: 30px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__category__text {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__category__num {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__category__num {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__used {
  display: block;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__used {
    width: 43px;
    height: 24px;
    margin: 0 auto 15px 0;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__used {
    width: 38px;
    height: 21px;
    margin: 0 auto 10px 0;
    padding: 5px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__product-name {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__product-name {
    font-size: 16px;
    letter-spacing: .96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__product-name {
    font-size: 14px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__plan {
  letter-spacing: .84px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__plan {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__plan {
    margin-top: 15px;
    font-size: 12px;
    line-height: 2;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__lnk {
  width: 300px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__lnk {
    margin: auto 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__lnk {
    width: 100%;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .order-state__lnk > a {
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .order-state__lnk > a {
    display: inline-block;
    margin-top: 10px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery {
  width: 100%;
  padding: 15px 20px;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .delivery {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery {
    font-size: 14px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status {
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status {
    padding: 25px 6%;
    border-bottom: solid 1px #c8c8c8;
    font-size: 14px;
    line-height: 21px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status span {
  border-radius: 2px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status span {
    width: 56px;
    height: 26px;
    margin-left: 20px;
    padding: 6px;
    font-size: 12px;
    letter-spacing: .72px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status span {
    margin-left: 15px;
    padding: 5px 8px;
    font-size: 11px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status span.before {
  border: solid 1px #e43344;
  color: #e43344;
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status span.after {
  border: solid 1px #00996c;
  color: #00996c;
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-company {
  margin: 20px 20px 0;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-company {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status__number {
  margin: 10px 20px 0;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status__number {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

.p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 20px 0;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-date > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--content-confirmation .delivery__status__delivery-date > a {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation {
    width: 320px;
    max-width: 29.0909%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation {
    margin: 0 6%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation__review {
    width: 100%;
    margin: 0 0 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation__review {
    position: relative;
    padding-bottom: 25px;
  }
}

.p-my-page-cancel__inner-area--price-calculation__review__button {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation__review__button {
    max-width: 305px;
    height: 40px;
    margin: 0 auto;
  }
}

.p-my-page-cancel__inner-area--price-calculation__review__button::after {
  content: none;
}

.p-my-page-cancel__inner-area--price-calculation__review__button > span {
  display: block;
  position: relative;
  margin-left: 34px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation__review__button > span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-cancel__inner-area--price-calculation__review__button > span::before {
  position: absolute;
  top: calc(50% - 9px);
  left: -34px;
  width: 18px;
  height: 18px;
  background-image: url("../../common/images/ico_review.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .product-price {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .product-price {
    padding-top: 25px;
    padding-bottom: 16px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt:last-of-type {
  margin-bottom: 0;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt li {
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .product-price .receipt li {
    font-size: 14px;
    letter-spacing: .84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .product-price .receipt li {
    font-size: 12px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt li span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .product-price .receipt li span {
    font-size: 16px;
    letter-spacing: .64px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt li span.discount {
  color: #e43344;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .receipt li span .yen {
  font-weight: normal;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .discount-accordion {
  cursor: pointer;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .discount-accordion img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.p-my-page-cancel__inner-area--price-calculation .product-price .discount-accordion img.js-cancel-order-accordion-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-my-page-cancel__inner-area--price-calculation .discount-promotion {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .discount-promotion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-my-page-cancel__inner-area--price-calculation .discount-promotion p {
  letter-spacing: .84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .discount-promotion p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .discount-promotion p {
    width: 120px;
    padding-right: 20px;
    font-size: 12px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .promotion__area, .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray {
  margin-bottom: 10px;
}

.p-my-page-cancel__inner-area--price-calculation .promotion__area li, .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray li {
  letter-spacing: .58px;
  line-height: 1.5;
  list-style: disc;
  list-style-position: initial;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .promotion__area li, .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray li {
    margin-bottom: 14px;
    margin-left: 20px;
    font-size: 14.5px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .promotion__area li, .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray li {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .promotion__area--gray {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 14px 14px 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .promotion__area--gray {
    margin-bottom: 11px;
    padding: 15px 25px 3px 30px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .total-price {
  margin-right: 0;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: .8;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .total-price {
    padding-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .total-price {
    padding-top: 15px;
    font-size: 12px;
  }
}

.p-my-page-cancel__inner-area--price-calculation .total-price .price {
  padding: 0 .5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--price-calculation .total-price .price {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--price-calculation .total-price .price {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--all-order {
    margin-bottom: 70px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--all-order {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--all-order-inner {
    background-color: #ececec;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--all-order .p-my-page-cancel__caution {
    max-width: 65.4545%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--all-order .p-my-page-cancel__inner-area--price-calculation {
    margin: auto 30px 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--all-order .p-my-page-cancel__inner-area--price-calculation {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--all-order .p-my-page-cancel__partition {
    width: 92%;
    margin: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--all-order .product-price, .p-my-page-cancel__inner-area--all-order .total-price {
    padding: 6% 4%;
  }
}

.p-my-page-cancel__inner-area--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__inner-area--flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__inner-area--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-page-cancel__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form {
    margin-top: 30px;
    padding: 90px 10px;
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form {
    width: 100%;
    padding: 25px 0 0;
  }
}

.p-my-page-cancel__form--inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.p-my-page-cancel__form .c-headline__h3, .p-my-page-cancel__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-cancel__form .c-headline__h3--mt50, .p-my-page-cancel__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-cancel__form .c-headline__h3--mt50 {
  font-size: 20px;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form .c-headline__h3, .p-my-page-cancel__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-cancel__form .c-headline__h3--mt50, .p-my-page-cancel__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-cancel__form .c-headline__h3--mt50 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .c-headline__h3, .p-my-page-cancel__form .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-my-page-cancel__form .c-headline__h3--mt50, .p-my-page-cancel__form .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-my-page-cancel__form .c-headline__h3--mt50 {
    width: 108%;
    margin-left: -4%;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: .96px;
    text-align: left;
  }
}

.p-my-page-cancel__form .partition, .p-my-page-cancel__form .p-cart__form .partition-sphidden, .p-cart__form .p-my-page-cancel__form .partition-sphidden, .p-my-page-cancel__form .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-my-page-cancel__form .partition-sphidden, .p-my-page-cancel__form .p-shop__section .partition--full, .p-shop__section .p-my-page-cancel__form .partition--full {
  position: relative;
}

.p-my-page-cancel__form .partition::after, .p-my-page-cancel__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-page-cancel__form .partition-sphidden::after, .p-my-page-cancel__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-page-cancel__form .partition-sphidden::after, .p-my-page-cancel__form .p-shop__section .partition--full::after, .p-shop__section .p-my-page-cancel__form .partition--full::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #c8c8c8;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .partition::after, .p-my-page-cancel__form .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-page-cancel__form .partition-sphidden::after, .p-my-page-cancel__form .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-page-cancel__form .partition-sphidden::after, .p-my-page-cancel__form .p-shop__section .partition--full::after, .p-shop__section .p-my-page-cancel__form .partition--full::after {
    width: 108%;
    margin-left: -4%;
  }
}

.p-my-page-cancel__form .form-category {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .84px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .form-category {
    font-size: 12px;
  }
}

.p-my-page-cancel__form .form-category .reference {
  padding-left: .2rem;
  color: #e43344;
  font-size: 10px;
  vertical-align: top;
}

.p-my-page-cancel__form .form-category--link {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .form-category--link {
    font-size: 12px;
  }
}

.p-my-page-cancel__form__input, .p-my-page-cancel__form__input--choices-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-my-page-cancel__form__input--refund-method {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form__input--refund-method .c-check__label > p {
    max-width: 92%;
    font-size: 14px;
  }
}

.p-my-page-cancel__form__input--choices-2 input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.p-my-page-cancel__form__input--choices-2 label {
  margin-right: 30px;
}

.p-my-page-cancel__form__input--cancel-form, .p-my-page-cancel__form__input--cancel-form--gray {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #a3a3a3;
}

.p-my-page-cancel__form__input--cancel-form--gray {
  margin: 20px auto 0;
  border: none;
  background-color: #f6f6f6;
}

.p-my-page-cancel__form__input--frame {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: .96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form__input--frame-inner, .p-my-page-cancel__form__input--frame-inner-2col {
    margin: 10px 0 10px;
    padding: 40px 30px 20px;
    background-color: #ececec;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form__input--frame-inner, .p-my-page-cancel__form__input--frame-inner-2col {
    padding: 0 4%;
    background-color: #f6f6f6;
  }
}

.p-my-page-cancel__form__input--frame-inner-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form__input--frame-inner-2col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form__input--frame-inner-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form__input--frame.partition::after, .p-cart__form .p-my-page-cancel__form__input--frame.partition-sphidden::after, .p-cart-order__form .p-my-page-cancel__form__input--frame.partition-sphidden::after, .p-shop__section .p-my-page-cancel__form__input--frame.partition--full::after {
    left: 0;
    width: 100%;
  }
}

.p-my-page-cancel__form__input--caution {
  display: block;
  padding-top: .5em;
  padding-left: 1.5em;
  text-align: left;
  text-indent: -1.5em;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form__input--caution {
    font-size: 11px;
    letter-spacing: .66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form__input--caution {
    font-size: 10px;
  }
}

.p-my-page-cancel__form__input--caution > span {
  padding-right: .5em;
}

.p-my-page-cancel__form .cancel-form--bulletslist, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 {
  margin-bottom: 30px;
}

.p-my-page-cancel__form .cancel-form--bulletslist li, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}

.p-my-page-cancel__form .cancel-form--bulletslist li:last-child, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 li:last-child {
  margin-bottom: 0px;
}

.p-my-page-cancel__form .cancel-form--bulletslist li::before, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .cancel-form--bulletslist li, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 li {
    font-size: 12px;
  }
  .p-my-page-cancel__form .cancel-form--bulletslist li::before, .p-my-page-cancel__form .cancel-form--bulletslist--mb0 li::before {
    width: 6px;
    height: 6px;
  }
}

.p-my-page-cancel__form .cancel-form--bulletslist--mb0 {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form .cancel-form--category {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .cancel-form--category {
    margin-bottom: 10px;
  }
}

.p-my-page-cancel__form .cancel-form--category .reference {
  padding-left: .2rem;
  font-size: 10px;
  vertical-align: top;
}

.p-my-page-cancel__form .cancel-form--input, .p-my-page-cancel__form .cancel-form--input--pulldown, .p-my-page-cancel__form .cancel-form--input--pulldown--full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form .cancel-form--input, .p-my-page-cancel__form .cancel-form--input--pulldown, .p-my-page-cancel__form .cancel-form--input--pulldown--full {
    max-width: 320px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .cancel-form--input, .p-my-page-cancel__form .cancel-form--input--pulldown, .p-my-page-cancel__form .cancel-form--input--pulldown--full {
    max-width: 345px;
    margin-bottom: 15px;
  }
}

.p-my-page-cancel__form .cancel-form--input::-webkit-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown::-webkit-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-cancel__form .cancel-form--input::-moz-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown::-moz-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-moz-placeholder {
  color: #a3a3a3;
}

.p-my-page-cancel__form .cancel-form--input:-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown:-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-cancel__form .cancel-form--input::-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown::-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-my-page-cancel__form .cancel-form--input::placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown::placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::placeholder {
  color: #a3a3a3;
}

.p-my-page-cancel__form .cancel-form--input--pulldown, .p-my-page-cancel__form .cancel-form--input--pulldown--full {
  margin-bottom: 0px;
  -webkit-box-shadow: inset -2px -2px 0 0 #ececec;
          box-shadow: inset -2px -2px 0 0 #ececec;
}

.p-my-page-cancel__form .cancel-form--input--pulldown::-webkit-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-webkit-input-placeholder {
  color: #484848;
}

.p-my-page-cancel__form .cancel-form--input--pulldown::-moz-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-moz-placeholder {
  color: #484848;
}

.p-my-page-cancel__form .cancel-form--input--pulldown:-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full:-ms-input-placeholder {
  color: #484848;
}

.p-my-page-cancel__form .cancel-form--input--pulldown::-ms-input-placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::-ms-input-placeholder {
  color: #484848;
}

.p-my-page-cancel__form .cancel-form--input--pulldown::placeholder, .p-my-page-cancel__form .cancel-form--input--pulldown--full::placeholder {
  color: #484848;
}

.p-my-page-cancel__form .cancel-form--input--pulldown--full {
  width: 100%;
  max-width: none;
}

.p-my-page-cancel__form .pulldown-arrow, .p-my-page-cancel__form .pulldown-arrow--full, .p-my-page-cancel__form .pulldown-arrow--350, .p-my-page-cancel__form .pulldown-arrow--mb0 {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form .pulldown-arrow, .p-my-page-cancel__form .pulldown-arrow--full, .p-my-page-cancel__form .pulldown-arrow--350, .p-my-page-cancel__form .pulldown-arrow--mb0 {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .pulldown-arrow, .p-my-page-cancel__form .pulldown-arrow--full, .p-my-page-cancel__form .pulldown-arrow--350, .p-my-page-cancel__form .pulldown-arrow--mb0 {
    width: 100%;
    max-width: 345px;
  }
}

.p-my-page-cancel__form .pulldown-arrow::after, .p-my-page-cancel__form .pulldown-arrow--full::after, .p-my-page-cancel__form .pulldown-arrow--350::after, .p-my-page-cancel__form .pulldown-arrow--mb0::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
  pointer-events: none;
}

.p-my-page-cancel__form .pulldown-arrow--full {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-cancel__form .pulldown-arrow--350 {
    width: 350px;
  }
}

.p-my-page-cancel__form .pulldown-arrow--mb0 {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel__form .c-check__mark--checkbox {
    margin-right: 7%;
  }
}

.p-my-page-cancel__form .form-inner, .p-my-page-cancel__form .js-save-address, .p-my-page-cancel__form .js-deli-designation, .p-my-page-cancel__form .js-deli-designationdate, .p-my-page-cancel__form .cancel-form--indent {
  display: none;
}

.p-my-page-cancel__form .form-inner.js-checkedactive, .p-my-page-cancel__form .js-save-address.js-checkedactive, .p-my-page-cancel__form .js-deli-designation.js-checkedactive, .p-my-page-cancel__form .js-deli-designationdate.js-checkedactive, .p-my-page-cancel__form .cancel-form--indent.js-checkedactive {
  display: block;
}

.p-my-page-cancel__form .p-my-page-cancel__form__input--cancel-form, .p-my-page-cancel__form .p-my-page-cancel__form__input--cancel-form--gray, .p-my-page-cancel__form .js-indivi-companies {
  display: none;
}

.p-my-page-cancel__form .p-my-page-cancel__form__input--cancel-form.js-checkedactive, .p-my-page-cancel__form .js-checkedactive.p-my-page-cancel__form__input--cancel-form--gray, .p-my-page-cancel__form .js-indivi-companies.js-checkedactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-my-page-cancel .text-bold {
  font-weight: bold;
}

.p-my-page-cancel .text-large {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel .text-large {
    font-size: 16px;
  }
}

.p-my-page-cancel .text-normal {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel .text-normal {
    font-size: 14px;
  }
}

.p-my-page-cancel .text-middle {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel .text-middle {
    font-size: 12px;
  }
}

.p-my-page-cancel .text-small {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .p-my-page-cancel .text-small {
    font-size: 10px;
  }
}

.p-my-page-cancel .text-red {
  color: #e43344;
}

.p-my-page-card_info_delete__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-my-page-card_info_delete__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-card_info_delete__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-my-page-card_info_delete__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-card_info_delete__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__section {
    width: calc(100% - 30px);
    padding: 0px;
  }
}

.p-my-page-card_info_delete__ttl {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__ttl {
    margin-top: 35px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__ttl {
    margin-top: 28px;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__table {
    width: 700px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__table {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__table th {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__table td {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__button {
    margin: 46px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button {
    margin: 38px auto 0;
  }
}

.p-my-page-card_info_delete__button input.button, .p-my-page-card_info_delete__button .p-cart-comfirm__order--button.button_2col input.button-270, .p-cart-comfirm__order--button.button_2col .p-my-page-card_info_delete__button input.button-270, .p-my-page-card_info_delete__button .p-cart-comfirm__order--button.button_2col input.button-350, .p-cart-comfirm__order--button.button_2col .p-my-page-card_info_delete__button input.button-350, .p-my-page-card_info_delete__button .p-cart__form-button.button_2col input.button-270, .p-cart__form-button.button_2col .p-my-page-card_info_delete__button input.button-270, .p-my-page-card_info_delete__button .p-cart__form-button.button_2col input.button-350, .p-cart__form-button.button_2col .p-my-page-card_info_delete__button input.button-350, .p-my-page-card_info_delete__button .p-cart-order__form-button.button_2col input.button-270, .p-cart-order__form-button.button_2col .p-my-page-card_info_delete__button input.button-270, .p-my-page-card_info_delete__button .p-cart-order__form-button.button_2col input.button-350, .p-cart-order__form-button.button_2col .p-my-page-card_info_delete__button input.button-350, .p-my-page-card_info_delete__button .p-my-account-register__form-button.button_2col input.button-270, .p-my-account-register__form-button.button_2col .p-my-page-card_info_delete__button input.button-270, .p-my-page-card_info_delete__button .p-my-account-register__form-button.button_2col input.button-350, .p-my-account-register__form-button.button_2col .p-my-page-card_info_delete__button input.button-350, .p-my-page-card_info_delete__button .p-my-page-order-detail__button--form.button_2col input.button-350, .p-my-page-order-detail__button--form.button_2col .p-my-page-card_info_delete__button input.button-350, .p-my-page-card_info_delete__button .p-my-page-cancel__button--form.button_2col input.button-350, .p-my-page-cancel__button--form.button_2col .p-my-page-card_info_delete__button input.button-350 {
  width: 100%;
}

.p-my-page-card_info_delete__button > .c-button--secondaryB-white {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button > .c-button--secondaryB-white {
    width: 100%;
    max-width: 270px;
  }
  .p-my-page-card_info_delete__button > .c-button--secondaryB-white::after {
    right: 20px;
  }
}

.p-my-page-card_info_delete__button.button_2col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__button.button_2col {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button.button_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-card_info_delete__button.button_2col .cancel {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button.button_2col .cancel {
    width: 100%;
    max-width: 270px;
    margin: 15px auto 0;
  }
}

.p-my-page-card_info_delete__button.button_2col .cancel::after {
  left: 25px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button.button_2col .cancel::after {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-card_info_delete__button.button_2col .delete {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .p-my-page-card_info_delete__button.button_2col .delete::after {
    right: 20px;
  }
}

.p-my-page-creditcard-info-modal--cardno {
  margin: 40px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.p-my-page-h1__section {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-my-page-h1__section {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-my-page-h1__inner {
  border-bottom: 2px solid #004da1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-h1__inner {
    padding: 86px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-h1__inner {
    padding: 43px 0 18px;
  }
}

.p-my-page-h1__title {
  line-height: 1;
}

.p-my-page-order-history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-history__title {
    width: 100%;
    max-width: 1140px;
    height: 88px;
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__title {
    width: 91%;
    margin-bottom: 40px;
    padding: 25px 15px;
    padding-top: 44px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-my-page-order-history__about {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-history__about {
    width: 100%;
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__about {
    width: 91%;
  }
}

.p-my-page-order-history__about-title {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__about-title {
    font-size: 16px;
  }
}

.p-my-page-order-history__about-desc {
  margin-bottom: 65px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__about-desc {
    margin-bottom: 30px;
    font-size: 12px;
  }
}

.p-my-page-order-history__inner {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__inner {
    width: 100%;
    max-width: 100%;
  }
}

.p-my-page-order-history__period {
  width: 270px;
  height: 40px;
  margin-bottom: 40px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__period {
    width: 65.21739%;
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.p-my-page-order-history__period .order-form--input--pulldown, .p-my-page-order-history__period .order-form--input--pulldown--full {
  width: 270px;
  height: 40px;
  padding: 0 35px 0 10px;
}

.p-my-page-order-history__wrap {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #a3a3a3;
}

.p-my-page-order-history__wrap:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__wrap {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.p-my-page-order-history__upper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a3a3a3;
}

.p-my-page-order-history__order-date dt::after {
  content: '：';
}

.p-my-page-order-history__label--before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  border: solid 1px #00996c;
  border-radius: 2px;
  color: #00996c;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__label--before {
    width: 58px;
    height: 25px;
  }
}

.p-my-page-order-history__label--after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 26px;
  border: solid 1px #e43344;
  border-radius: 2px;
  color: #e43344;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__label--after {
    width: 58px;
    height: 25px;
  }
}

.p-my-page-order-history__label--after-tracking-number-unregistered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  border: solid 1px #00996c;
  border-radius: 2px;
  color: #00996c;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__label--after-tracking-number-unregistered {
    height: 35px;
  }
}

.p-my-page-order-history__label--after-tracking-number-unregistered span{
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__label--after-tracking-number-unregistered span{
    margin-left: 0;
  }
}

.p-my-page-order-history__label--cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  border: solid 1px #484848;
  border-radius: 2px;
  color: #484848;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__label--cancel {
    width: 85px;
    height: 25px;
  }
}

.p-my-page-order-history__lower {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-my-page-order-history__order-num-store {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__order-num-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}

.p-my-page-order-history__order-num {
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__order-num {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.p-my-page-order-history__order-num dt {
  font-weight: normal;
}

.p-my-page-order-history__order-num dt::after {
  content: '：';
}

.p-my-page-order-history__order-store {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__order-store {
    font-size: 12px;
  }
}

.p-my-page-order-history__order-store dt {
  font-weight: normal;
}

.p-my-page-order-history__order-store dt::after {
  content: '：';
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-history__order-store dd {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__order-store dd {
    max-width: 250px;
  }
}

.p-my-page-order-history__safety {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__safety {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.p-my-page-order-history__plan {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__plan {
    font-size: 12px;
  }
}

.p-my-page-order-history__plan dt {
  margin-right: 9px;
  font-weight: normal;
}

.p-my-page-order-history__lower-right {
  text-align: right;
  flex-shrink: 0;
}

.p-my-page-order-history__lower-right .c-link--blue {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__lower-right .c-link--blue {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__lower-right {
    margin-top: 12px;
  }
}

.p-my-page-order-history__price {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__price {
    font-size: 12px;
  }
}

.p-my-page-order-history__price dt {
  font-weight: normal;
}

.p-my-page-order-history__price dt::after {
  content: '：';
}

@media screen and (min-width: 768px), print {
  .p-my-page-order-history__pager ul {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__pager ul {
    padding: 35px 0;
  }
}

.p-my-page-order-history__backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-my-page-order-history__backbtn {
    margin-bottom: 45px;
  }
}

.p-my-page-password-change__section {
  padding: 70px 0 90px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-my-page-password-change__section {
    width: calc(100% - 8%);
    margin: 0 4%;
    padding: 45px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__about {
    width: 100%;
    max-width: 1140px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 1190px) {
  .p-my-page-point-history-point__about {
    width: calc(100% - 30px);
    margin: 25px 15px 0;
  }
}

.p-my-page-point-history-point__box-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__box-total {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding: 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__box-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    padding: 25px 15px;
  }
}

.p-my-page-point-history-point__box-total--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__box-total--label {
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__box-total--label {
    margin: 0 auto 7px;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__box-total--label .ico {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__box-total--label .ico {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 5px;
  }
}

.p-my-page-point-history-point__box-total--point {
  color: #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__box-total--point {
    font-size: 24px;
    letter-spacing: 1.44px;
    line-height: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__box-total--point {
    margin: auto;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 2;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__box-total--point .num {
    margin-right: 10px;
    font-size: 48px;
    letter-spacing: 2.88px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__box-total--point .num {
    font-size: 32px;
    letter-spacing: 3.84px;
    line-height: 1.13;
  }
}

.p-my-page-point-history-point__acquisition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__acquisition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.p-my-page-point-history-point__acquisition .text {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__acquisition .text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__acquisition .text {
    font-size: 12px;
    letter-spacing: 2.88px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 374px) {
  .p-my-page-point-history-point__acquisition .text {
    font-size: 3.2vw;
    letter-spacing: 0.6vw;
  }
}

.p-my-page-point-history-point__acquisition .desc {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__acquisition .desc {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__acquisition .desc {
    font-size: 11px;
    letter-spacing: 2.64px;
    line-height: 1.59;
  }
}

@media screen and (max-width: 374px) {
  .p-my-page-point-history-point__acquisition .desc {
    font-size: 2.93vw;
    letter-spacing: 0.6vw;
  }
}

.p-my-page-point-history-point__inner {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__inner {
    margin: 40px auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__inner {
    margin: 30px auto;
  }
}

.p-my-page-point-history-point__contents {
  width: 100%;
}

.p-my-page-point-history-point__contents-no-history {
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents-no-history {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents-no-history {
    font-size: 12px;
    letter-spacing: 2.88px;
    line-height: 1.58;
  }
}

.p-my-page-point-history-point__contents table {
  table-layout: fixed;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents table {
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents table {
    display: block;
  }
  .p-my-page-point-history-point__contents table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-my-page-point-history-point__contents th {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ececec;
  font-weight: bold;
  letter-spacing: 1.2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents th {
    height: 60px;
    padding: 20px 30px;
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th {
    padding-right: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th {
    padding-left: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents th {
    padding: 4.3%;
    font-size: 14px;
    text-align: left;
  }
}

.p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
  width: 120px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    width: calc( 120px + 30 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    padding-right: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    padding-left: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents th.trading-date, .p-my-page-point-history-point__contents th.order-number {
    width: 26%;
    padding: 4.3% 0 4.3% 4.3%;
  }
}

.p-my-page-point-history-point__contents th.point-change {
  width: 215px;
  padding-right: 15px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents th.point-change {
    width: 230px;
    padding: 20px 30px 20px 0;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th.point-change {
    width: calc( 215px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th.point-change {
    width: 230px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents th.point-change {
    padding-right: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents th.point-change {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents th.point-change {
    width: 74%;
    padding: 4.3% 4.3% 4.3% 0;
  }
}

.p-my-page-point-history-point__contents td {
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td {
    min-height: 97px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td {
    width: 26%;
    padding: 4.3% 0 4.3% 4.3%;
    font-size: 14px;
  }
}

.p-my-page-point-history-point__contents td.text-area {
  margin-right: auto;
  padding-right: 15px;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td.text-area {
    padding: 25px 30px;
    width: 644px;
  }
}

@media (min-width: 768px) {
  .p-my-page-point-history-point__contents td.text-area {
    padding-right: calc( 15px + 15 * (100vw - 768px) / 422);
  }
}

@media (min-width: 1190px) {
  .p-my-page-point-history-point__contents td.text-area {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td.text-area {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: calc(100vw - 48px);
    padding: 0 4.3% 4.3%;
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-my-page-point-history-point__contents td.text-area > span {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td.text-area > span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td.text-area > span {
    font-size: 12px;
    letter-spacing: 2.88px;
    line-height: 1.58;
  }
}

.p-my-page-point-history-point__contents td.point-change {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td.point-change {
    padding: 25px 30px 25px 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td.point-change {
    width: 45%;
    margin-right: 0;
    margin-left: auto;
    padding-right: 4.3%;
    padding-left: 0;
    font-size: 12px;
  }
}

.p-my-page-point-history-point__contents td .get {
  color: #e43344;
}

.p-my-page-point-history-point__contents td .get::before {
  content: '＋';
}

.p-my-page-point-history-point__contents td .get::after {
  content: '獲得';
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td .get::before {
    font-size: 26px;
    vertical-align: middle;
  }
  .p-my-page-point-history-point__contents td .get::after {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td .get::before {
    font-size: 16px;
  }
  .p-my-page-point-history-point__contents td .get::after {
    font-size: 12px;
  }
}

.p-my-page-point-history-point__contents td .use {
  color: #004da1;
}

.p-my-page-point-history-point__contents td .use::after {
  content: '利用';
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td .use::after {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td .use::after {
    font-size: 12px;
  }
}

.p-my-page-point-history-point__contents td .expire::before {
  content: '－';
}

.p-my-page-point-history-point__contents td .expire::after {
  content: '失効';
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td .expire::before {
    font-size: 26px;
    vertical-align: middle;
  }
  .p-my-page-point-history-point__contents td .expire::after {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td .expire::before {
    font-size: 16px;
  }
  .p-my-page-point-history-point__contents td .expire::after {
    font-size: 12px;
  }
}

.p-my-page-point-history-point__contents td .num {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td .num {
    margin: 0 5px;
    font-size: 32px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td .num {
    margin-left: 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__contents td .pt {
    margin-right: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__contents td .pt {
    margin-right: 10px;
    font-size: 11px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__link {
    margin: 0 0 0 auto;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__link {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-my-page-point-history-point__backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-point-history-point__backbtn {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-point-history-point__backbtn {
    margin-bottom: 45px;
  }
  .p-my-page-point-history-point__backbtn .c-button--primary-greyish {
    width: 225px;
  }
}

.p-my-page-social-login__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 40px;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-my-page-social-login__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-social-login__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-my-page-social-login__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-social-login__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__section {
    width: calc(100% - 30px);
    padding: 0px;
  }
}

.p-my-page-social-login__h2 {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-social-login__h2 {
    margin-top: 65px;
    margin-bottom: 25px;
    font-size: 28px;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__h2 {
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-social-login__ttl {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.7;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__ttl {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
  .p-my-page-social-login__ttl.center {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-social-login__button {
    width: 320px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__button {
    max-width: 320px;
    margin: 30px auto 0;
  }
}

.p-my-page-social-login__button input.button, .p-my-page-social-login__button .p-cart-comfirm__order--button.button_2col input.button-270, .p-cart-comfirm__order--button.button_2col .p-my-page-social-login__button input.button-270, .p-my-page-social-login__button .p-cart-comfirm__order--button.button_2col input.button-350, .p-cart-comfirm__order--button.button_2col .p-my-page-social-login__button input.button-350, .p-my-page-social-login__button .p-cart__form-button.button_2col input.button-270, .p-cart__form-button.button_2col .p-my-page-social-login__button input.button-270, .p-my-page-social-login__button .p-cart__form-button.button_2col input.button-350, .p-cart__form-button.button_2col .p-my-page-social-login__button input.button-350, .p-my-page-social-login__button .p-cart-order__form-button.button_2col input.button-270, .p-cart-order__form-button.button_2col .p-my-page-social-login__button input.button-270, .p-my-page-social-login__button .p-cart-order__form-button.button_2col input.button-350, .p-cart-order__form-button.button_2col .p-my-page-social-login__button input.button-350, .p-my-page-social-login__button .p-my-account-register__form-button.button_2col input.button-270, .p-my-account-register__form-button.button_2col .p-my-page-social-login__button input.button-270, .p-my-page-social-login__button .p-my-account-register__form-button.button_2col input.button-350, .p-my-account-register__form-button.button_2col .p-my-page-social-login__button input.button-350, .p-my-page-social-login__button .p-my-page-order-detail__button--form.button_2col input.button-350, .p-my-page-order-detail__button--form.button_2col .p-my-page-social-login__button input.button-350, .p-my-page-social-login__button .p-my-page-cancel__button--form.button_2col input.button-350, .p-my-page-cancel__button--form.button_2col .p-my-page-social-login__button input.button-350 {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-social-login__button > .c-button--primary-blue {
    width: 320px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__button > .c-button--primary-blue {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-social-login__button > .c-button--primary-blue::after {
    right: 20px;
  }
}

.p-my-page-spec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border-bottom: 2px solid #004da1;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__title {
    width: 100%;
    max-width: 1140px;
    height: 88px;
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__title {
    width: 91%;
    margin-bottom: 25px;
    padding: 25px 15px;
    padding-top: 44px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-my-page-spec__tablewrap {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__tablewrap {
    width: 96%;
    margin-bottom: 25px;
    margin-left: 4%;
  }
}

@media screen and (max-width: 1140px) {
  .p-my-page-spec__tablewrap {
    overflow-x: scroll;
  }
  .p-my-page-spec__tablewrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #c8c8c8;
  }
  .p-my-page-spec__tablewrap::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #00a2e6;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__column01 {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__column01 {
    width: 42px;
  }
}

.p-my-page-spec__table {
  position: relative;
  width: 1140px;
  margin: 0 auto 30px;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table {
    width: 600px;
    margin-bottom: 20px;
  }
}

.p-my-page-spec__table thead tr th {
  border-left: 4px solid #fff;
  background-color: #fff;
}

.p-my-page-spec__table thead tr th:first-child {
  width: 220px;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table thead tr th:first-child {
    width: 42px !important;
  }
}

.p-my-page-spec__table thead tr:nth-child(1) th {
  top: 0;
  height: 180px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table thead tr:nth-child(1) th {
    width: 140px;
    height: 105px;
  }
}

.p-my-page-spec__table thead tr:nth-child(1) th img {
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table thead tr:nth-child(1) th img {
    width: 100px;
    min-width: 0;
  }
}

.p-my-page-spec__table thead tr:nth-child(2) th {
  top: 180px;
  height: 113px;
  padding: 15px 8px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.62;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table thead tr:nth-child(2) th {
    top: 105px;
    height: 115px;
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-my-page-spec__table tbody th, .p-my-page-spec__table tbody td {
  height: 75px;
  border-left: 4px solid #fff;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table tbody th, .p-my-page-spec__table tbody td {
    height: auto;
  }
}

.p-my-page-spec__table tbody th {
  width: 220px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table tbody th {
    width: 42px;
    min-height: 3.6em;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.21;
    text-align: center;
  }
  .p-my-page-spec__table tbody th span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    text-align: left;
    -webkit-text-orientation: upright;
            text-orientation: upright;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}

.p-my-page-spec__table tbody td {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table tbody td {
    width: 140px;
    padding: 10px 5px;
    font-size: 12px;
  }
}

.p-my-page-spec__table tbody tr:nth-child(odd) th, .p-my-page-spec__table tbody tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.p-my-page-spec__table tbody tr:nth-child(odd) th:first-child, .p-my-page-spec__table tbody tr:nth-child(odd) td:first-child {
  border-left: none;
}

.p-my-page-spec__table tbody tr:nth-child(even) th, .p-my-page-spec__table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.p-my-page-spec__table tbody tr:nth-child(even):first-child {
  border-left: none;
}

.p-my-page-spec__table tbody tr.p-my-page-spec__price-row th, .p-my-page-spec__table tbody tr.p-my-page-spec__price-row td {
  height: 110px;
  padding-right: 8px;
  padding-bottom: 0;
  background-color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table tbody tr.p-my-page-spec__price-row th, .p-my-page-spec__table tbody tr.p-my-page-spec__price-row td {
    height: 85px;
    padding-bottom: 15px;
  }
}

.p-my-page-spec__table tbody tr.p-my-page-spec__button-row th, .p-my-page-spec__table tbody tr.p-my-page-spec__button-row td {
  height: 110px;
  padding-right: 8px;
  padding-bottom: 0;
  background-color: #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table tbody tr.p-my-page-spec__button-row th, .p-my-page-spec__table tbody tr.p-my-page-spec__button-row td {
    height: 85px;
    padding-bottom: 15px;
  }
}

.p-my-page-spec__table tbody tr.p-my-page-spec__button-row td {
  z-index: 2;
  position: relative;
  padding: 10px 0 0 0;
  vertical-align:top;
}

.p-my-page-spec__table.js-specTableFixed thead {
  width: 1140px;
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__table.js-specTableFixed thead {
    position: fixed;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table.js-specTableFixed thead #spec-table-first {
    display: none;
  }
  .p-my-page-spec__table.js-specTableFixed thead #spec-table-spfixed {
    position: fixed;
    top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .p-my-page-spec__table.js-specTableFixed thead {
    left: auto !important;
  }
  .p-my-page-spec__table.js-specTableFixed thead #spec-table-spfixed {
    left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table.js-specTableFixed thead {
    width: 600px;
  }
  .p-my-page-spec__table.js-specTableFixed thead #spec-table-spfixed {
    width: 600px;
    border-bottom: 1px solid #a3a3a3;
  }
  .p-my-page-spec__table.js-specTableFixed thead::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 4%;
    height: 100%;
    background-color: #fff;
    content: '';
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__table.js-specTableAbsolute thead {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__table.js-specTableAbsolute thead #spec-table-first {
    display: none;
  }
  .p-my-page-spec__table.js-specTableAbsolute thead #spec-table-spfixed {
    position: absolute;
    top: auto;
    bottom: 80px;
    left: auto !important;
  }
}

.p-my-page-spec__price {
  margin-bottom: 5px;
  color: #e43344;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__price {
    font-size: 11px;
  }
}

.p-my-page-spec__price span {
  margin-right: 5px;
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__price span {
    font-size: 16px;
  }
}

.p-my-page-spec__label--today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  margin: 0 0 0 auto;
  border: 1px solid #e43344;
  border-radius: 2px;
  color: #e43344;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__label--today {
    width: 71px;
    height: 25px;
    font-size: 12px;
  }
}

.p-my-page-spec__label--fivedays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 26px;
  margin: 0 0 0 auto;
  border: 1px solid #00a2e6;
  border-radius: 2px;
  color: #00a2e6;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__label--fivedays {
    width: 71px;
    height: 25px;
    font-size: 12px;
  }
}

.p-my-page-spec__conversion-button {
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__conversion-button {
    width: 212px;
    height: 40px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__conversion-button {
    width: 130px;
    height: 30px;
  }
}

.p-my-page-spec__conversion-button::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__conversion-button > span {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 365px) {
  .p-my-page-spec__conversion-button > span {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-spec__conversion-button > .ico {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__conversion-button > .ico {
    width: 13px;
    margin-right: 5px;
    margin-bottom: 0px;
  }
}

.p-my-page-spec__backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-my-page-spec__backbtn {
    margin-bottom: 45px;
  }
}

.p-my-page-wish-list__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: solid 1px #C9C9C9;
  border-radius: 1px;
  background-color: #F6F6F6;
  -webkit-box-shadow: inset  2.8px 2.8px 0 0 #EDEDED;
          box-shadow: inset  2.8px 2.8px 0 0 #EDEDED;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__change {
    height: 48px;
    padding: 5px 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__change {
    height: 70px;
    padding: 4px;
  }
}

.p-my-page-wish-list__change .categorytab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  border-radius: 2px;
  background-color: #F6F6F6;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__change .categorytab {
    height: 38px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__change .categorytab {
    height: 62px;
    padding-top: 1px;
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-my-page-wish-list__change .categorytab--on {
  background-color: #004da1;
  color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__change-area {
    margin: 35px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__change-area {
    width: calc(100% - 30px);
    margin: 25px auto 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
}

.p-my-page-wish-list__total-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-my-page-wish-list__total-number > .all_cases {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .all_cases {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .all_cases {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .all_cases .num {
    padding: 0 7px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .all_cases .num {
    padding: 0 5px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__total-number > .split_cases {
    font-size: 14px;
    letter-spacing: 0.64px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__total-number > .split_cases {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__sp-fixd {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e5f6fc;
    -webkit-box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__sp-fixd .c-button--primary-white {
    width: calc(100% - 30px);
    margin: 15px auto;
    background-color: transparent;
  }
  .p-my-page-wish-list__sp-fixd .c-button--primary-white > span {
    padding-right: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__bottom-button {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__bottom-button {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__bottom-button .c-button--primary-white {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__bottom-button .c-button--primary-white > span {
    padding-right: 10px;
  }
}

.p-my-page-wish-list__item-slider > .p-common-headline {
  margin-top: 0;
}

.p-my-page-wish-list__pager-area {
  width: 100%;
  max-width: 1440px;
  margin: 50px auto 100px;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-my-page-wish-list__pager-area {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__pager-area {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-my-page-wish-list__pager-area {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__pager-area {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__pager-area {
    width: calc(100% - 0px);
    margin: 25px auto 50px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__pager-area > ul {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__pager-area > ul {
    padding: 0;
  }
}

.p-my-page-wish-list__more-full {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__more-full {
    margin: 30px auto 90px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__more-full {
    margin: 20px auto 45px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__more-full__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__more-full__inner {
    margin: 0 15px;
  }
}

.p-my-page-wish-list__more-full__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-my-page-wish-list__more-full__button::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button--more {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button + .p-products-all-item__more-full__button--more {
    margin-top: 15px;
  }
}

.p-my-page-wish-list__more-full__button--full {
  background-color: #484848;
  color: #fff;
}

.p-my-page-wish-list__more-full__button--full::before {
  background-image: url(../../common/images/ico_reload_white.svg);
}

.p-my-page-wish-list__more-full__button--more {
  border: 1px solid #484848;
}

.p-my-page-wish-list__more-full__button--more::before {
  background-image: url(../../common/images/ico_reload.svg);
}

.p-my-page-wish-list__more-full__button--more-50 {
  border: 1px solid #484848;
}

.p-my-page-wish-list__more-full__button--more-50::before {
  background-image: url(../../common/images/ico_reload.svg);
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__more-full__button--more-50 {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__to-my-page {
    margin: 90px auto 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__to-my-page {
    margin: 45px auto 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__to-my-page > .c-button--secondaryB-white {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__to-my-page > .c-button--secondaryB-white {
    max-width: 225px;
    margin: 0 auto;
  }
  .p-my-page-wish-list__to-my-page > .c-button--secondaryB-white > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__to-my-page > .c-button--secondaryB-white::after {
    right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal > .c-modal-inner {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal > .c-modal-inner {
    padding: 20px;
  }
}

.p-my-page-wish-list__modal-contents {
  background-color: #ffd3d7;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-contents {
    padding: 36px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-contents {
    padding: 32px 20px 25px;
  }
}

.p-my-page-wish-list__modal-ttl {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-ttl {
    margin-bottom: 26px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-my-page-wish-list__modal-button {
  margin: 0 auto;
  border: none;
  border-radius: 2px;
}

.p-my-page-wish-list__modal-button::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-button {
    width: 60px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-button {
    width: 54px;
    height: 30px;
  }
}

.p-my-page-wish-list__modal-button > span {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__modal-button > span {
    width: 19px;
    padding-top: 2px;
    padding-right: 1px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__modal-button > span {
    padding-top: 1px;
    font-size: 16px;
    letter-spacing: 0.84px;
  }
}

.p-my-page-wish-list__section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 30px;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .p-my-page-wish-list__section {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__section {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__section {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-my-page-wish-list__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__section {
    width: calc(100% - 0px);
    margin-bottom: 25px;
    padding: 0px;
  }
}

.p-my-page-wish-list__list-area {
  border-top: 1px solid #a3a3a3;
}

.p-my-page-wish-list__list > li {
  position: relative;
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list > li {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list > li {
    padding: 32px 15px 25px;
  }
  .p-my-page-wish-list__list > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.p-my-page-wish-list__list > li .product_price_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 359px) {
  .p-my-page-wish-list__list > li .product_price_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-my-page-wish-list__list > li .product_price {
  color: #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list > li .product_price {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: 1.28px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list > li .product_price {
    margin-right: 8px;
    font-size: 24px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-my-page-wish-list__list > li .product_price .unit {
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list > li .product_price .unit {
    padding-left: 6px;
    font-size: 20px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list > li .product_price .unit {
    padding-left: 4px;
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-inr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    min-height: 0%;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-item {
    min-height: 0%;
  }
}

.p-my-page-wish-list__item-image {
  float: left;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-my-page-wish-list__item-image > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-image > span {
    width: 230px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__item-image > span {
    width: calc( 160px + 70 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__item-image > span {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-image > span {
    width: 125px;
  }
}

.p-my-page-wish-list__item-image > span > img {
  width: 100%;
}

.p-my-page-wish-list__item-image .sales_end {
  opacity: .5;
}

.p-my-page-wish-list__item-titles {
  padding-left: 175px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-titles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 30px;
    padding-left: 270px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__item-titles {
    padding-left: calc( 175px + 95 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__item-titles {
    padding-left: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles {
    padding-left: 140px;
  }
  .p-my-page-wish-list__item-titles::after {
    display: block;
    clear: both;
    content: "";
  }
}

.p-my-page-wish-list__item-titles > .c-flex.u-pc-hide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-my-page-wish-list__item-titles .product_status {
  color: #00996c;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-titles .product_status {
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles .product_status {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 0.78px;
    line-height: 1.1;
  }
}

.p-my-page-wish-list__item-titles .product_status.sales_end {
  color: #a3a3a3;
}

.p-my-page-wish-list__item-titles .user-rate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles .user-rate {
    margin-top: 5px;
  }
}

.p-my-page-wish-list__item-titles .user-rate > .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.p-my-page-wish-list__item-titles .user-rate > .star > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-titles .user-rate > .star {
    width: 76px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles .user-rate > .star {
    width: 76px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-titles .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-titles .user-rate > .all {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-titles .user-rate > .all {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

.p-my-page-wish-list__item-name {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-name {
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-name {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.64;
  }
}

.p-my-page-wish-list__item-details {
  padding-left: 175px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details {
    margin-top: 30px;
    margin-right: 30px;
    padding-left: 270px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__item-details {
    padding-left: calc( 175px + 95 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__item-details {
    padding-left: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details {
    margin-top: 20px;
    padding-left: 0;
  }
}

.p-my-page-wish-list__item-details-dl > div > dt {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div > dt {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div > dt {
    font-size: 12px;
    letter-spacing: 0.77px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div > dd {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div > dd {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.35;
  }
}

.p-my-page-wish-list__item-details-dl > div > dd > .ship_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e43344;
  color: #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div > dd > .ship_date {
    width: 68px;
    height: 26px;
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div > dd > .ship_date {
    width: 60px;
    height: 21px;
    margin-right: 12px;
    margin-bottom: 2px;
  }
}

.p-my-page-wish-list__item-details-dl > div > dd > .ship_date > span {
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div > dd > .ship_date > span {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div > dd > .ship_date > span {
    font-size: 11px;
    letter-spacing: 0.72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div > dd > .shortest {
    margin: 5px 0 4px;
    letter-spacing: 0.84px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div > dd > .shortest {
    margin: 4px 0 3px;
  }
}

.p-my-page-wish-list__item-details-dl > div.nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div.nowrap {
    min-height: 26px;
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div.nowrap {
    min-height: 21px;
    margin-bottom: 7px;
  }
}

.p-my-page-wish-list__item-details-dl > div.nowrap > dt {
  width: 80px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dt {
    width: 100px;
    padding-top: 6px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dt {
    width: calc( 80px + 20 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dt {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dt {
    width: 120px;
    padding-top: 4px;
  }
}

.p-my-page-wish-list__item-details-dl > div.nowrap > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-my-page-wish-list__item-details-dl > div.nowrap > dd::after {
  position: absolute;
  top: 11px;
  left: -33px;
  width: 20px;
  height: 1px;
  background: #d1d1d1;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dd::after {
    top: 11px;
    left: -33px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div.nowrap > dd::after {
    top: 9px;
    left: -42px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div.sp-break {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-dl > div.sp-break > dd::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-ul {
    margin-top: 7px;
  }
}

.p-my-page-wish-list__item-details-ul li {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-ul li {
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-ul li {
    margin-bottom: 3px;
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 1.4;
  }
}

.p-my-page-wish-list__item-details-ul li::after {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-details-ul li::after {
    top: 8px;
    left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-details-ul li::after {
    top: 7px;
    left: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-button {
    width: 100%;
    padding-top: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button.sales_end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button .c-button--cart-in {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-button .c-button--cart-in {
    width: 130%;
    margin-left:15px;
  }
  .p-my-page-wish-list__list-button .c-button--cart-in > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 359px) {
  .p-my-page-wish-list__list-button .c-button--cart-in > span {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button .c-button--cart-in > .ico {
    width: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-button .c-button--cart-in > .ico {
    width: 19px;
    margin-right: 12px;
  }
}

.p-my-page-wish-list__list-button > .no-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ececec;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button > .no-item {
    width: 270px;
    height: 50px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-button > .no-item {
    width: 100%;
    height: 50px;
  }
}

.p-my-page-wish-list__list-button > .no-item > span {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__list-button > .no-item > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__list-button > .no-item > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__conversion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-my-page-wish-list__conversion .c-button--secondaryA-blue::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__conversion .c-button--secondaryA-blue {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__conversion .c-button--secondaryA-blue {
    min-width: 135px;
    width:100%;
  }
  .p-my-page-wish-list__conversion .c-button--secondaryA-blue > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 359px) {
  .p-my-page-wish-list__conversion .c-button--secondaryA-blue {
    width: 115px;
    min-width: 115px;
    margin-right: 10px;
  }
  .p-my-page-wish-list__conversion .c-button--secondaryA-blue > span {
    font-size: 14px;
  }
}

.p-my-page-wish-list__item-check {
  padding-top: 1px;
  border: solid 1px #004da1;
  border-radius: 2px;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-check {
    position: absolute;
    top: 50px;
    right: 0;
    width: 120px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-check {
    width: 100%;
    height: 50px;
    margin-top:26px;
  }
}

.p-my-page-wish-list__item-check > .c-check__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-check > .c-check__label {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-my-page-wish-list__item-close > a {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  background-color: #484848;
  text-indent: 110%;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-close > a {
    top: 10px;
    right: 0px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-close > a {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
  }
}

.p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
  display: block;
  position: absolute;
  background: #fff;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
    right: 2px;
    bottom: 9px;
    width: 16px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__item-close > a::before, .p-my-page-wish-list__item-close > a::after {
    right: 3px;
    bottom: 9px;
    width: 14px;
    height: 2px;
  }
}

.p-my-page-wish-list__item-close > a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-my-page-wish-list__item-close > a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-my-page-wish-list__alternative-area {
  padding-left: 175px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-area {
    margin: 55px 0 0 0;
    padding-left: 270px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__alternative-area {
    padding-left: calc( 175px + 95 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__alternative-area {
    padding-left: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-area {
    width: 100%;
    margin: 34px auto 0;
    padding-left: 0;
  }
}

.p-my-page-wish-list__alternative-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-head {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-my-page-wish-list__alternative-head > .ico {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-head > .ico {
    width: 37px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-head > .ico {
    width: 30px;
    margin-right: 12px;
  }
}

.p-my-page-wish-list__alternative-head > .ico > img {
  width: 100%;
}

.p-my-page-wish-list__alternative-head > .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-head > .ttl {
    font-size: 20px;
    letter-spacing: 1.08px;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-head > .ttl {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.71;
  }
}

.p-my-page-wish-list__alternative-main {
  border: solid 1px #7fa6cf;
  background-color: #e5f6fd;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-main {
    margin-top: 20px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-main {
    width: calc(100% - 30px);
    margin: 15px auto 0;
    padding: 15px;
  }
}

.p-my-page-wish-list__alternative-main > .product_price {
  padding-left: 175px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-main > .product_price {
    margin-bottom: 0;
    padding-left: 260px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__alternative-main > .product_price {
    padding-left: calc( 175px + 85 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__alternative-main > .product_price {
    padding-left: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-main > .product_price {
    margin-right: -10px !important;
    margin-bottom: 15px;
    padding-left: 140px;
  }
  .p-my-page-wish-list__alternative-main > .product_price::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media screen and (max-width: 374px) {
  .p-my-page-wish-list__alternative-main > .product_price {
    padding-left: 145px;
    letter-spacing: 0 !important;
  }
}

@media screen and (max-width: 359px) {
  .p-my-page-wish-list__alternative-main > .product_price {
    white-space: nowrap;
  }
  .p-my-page-wish-list__alternative-main > .product_price > .num {
    font-size: 22px !important;
  }
  .p-my-page-wish-list__alternative-main > .product_price > .unit {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-main > .c-button--secondaryA-blue {
    margin-top: 20px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-main > .c-button--secondaryA-blue {
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .p-my-page-wish-list__alternative-main > .c-button--secondaryA-blue > span {
    font-size: 16px;
  }
}

.p-my-page-wish-list__alternative-main > .c-button--secondaryA-blue::after {
  content: none;
}

.p-my-page-wish-list__alternative-image {
  float: left;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-image {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-my-page-wish-list__alternative-image > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-image > span {
    width: 230px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__alternative-image > span {
    width: calc( 160px + 70 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__alternative-image > span {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-image > span {
    width: 125px;
  }
}

.p-my-page-wish-list__alternative-image > span > img {
  width: 100%;
}

.p-my-page-wish-list__alternative-name {
  padding-left: 175px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-name {
    margin-bottom: 16px;
    padding-left: 260px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__alternative-name {
    padding-left: calc( 175px + 85 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__alternative-name {
    padding-left: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-name {
    margin-bottom: 6px;
    padding-left: 140px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.64;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-dl {
    min-height: 21px;
    margin-bottom: 7px;
  }
}

.p-my-page-wish-list__alternative-dl > dt {
  width: 80px;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-dl > dt {
    width: 100px;
    padding-top: 6px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .p-my-page-wish-list__alternative-dl > dt {
    width: calc( 80px + 20 * (100vw - 768px) / 332);
  }
}

@media (min-width: 1100px) {
  .p-my-page-wish-list__alternative-dl > dt {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-dl > dt {
    width: 120px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.p-my-page-wish-list__alternative-dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-my-page-wish-list__alternative-dl > dd::after {
  position: absolute;
  top: 11px;
  left: -33px;
  width: 20px;
  height: 1px;
  background: #d1d1d1;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-dl > dd::after {
    top: 11px;
    left: -33px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-dl > dd::after {
    content: none;
  }
}

.p-my-page-wish-list__alternative-ul li {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-ul li {
    padding-left: 12px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-ul li {
    margin-bottom: 4px;
    padding-left: 8px;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 1.4;
  }
}

.p-my-page-wish-list__alternative-ul li::after {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page-wish-list__alternative-ul li::after {
    top: 8px;
    left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page-wish-list__alternative-ul li::after {
    top: 7px;
    left: 0;
  }
}

.p-my-page__section .partition, .p-my-page__section .p-cart__form .partition-sphidden, .p-cart__form .p-my-page__section .partition-sphidden, .p-my-page__section .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-my-page__section .partition-sphidden, .p-my-page__section .p-shop__section .partition--full, .p-shop__section .p-my-page__section .partition--full {
  position: relative;
}

.p-my-page__section .partition::after, .p-my-page__section .p-cart__form .partition-sphidden::after, .p-cart__form .p-my-page__section .partition-sphidden::after, .p-my-page__section .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-my-page__section .partition-sphidden::after, .p-my-page__section .p-shop__section .partition--full::after, .p-shop__section .p-my-page__section .partition--full::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page__section .text-middle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__section .text-middle {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page__section .text-big {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page__section .text-big {
    font-size: 18px;
  }
}

.p-my-page__section .text-bold {
  font-weight: bold;
}

.p-my-page__section .text-red {
  color: #e43344;
}

.p-my-page__section .text-azure {
  color: #00a2e6;
}

.p-my-page__section .text-blue {
  color: #004da1;
}

.p-my-page__section .text-white {
  color: #fff;
}

.p-my-page__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-height: 200px;
  margin: 0 auto;
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background-image: linear-gradient(90deg, #0078c4, #004da1);
}

.p-my-page__fv .c-headline__h1, .p-my-page__fv .c-headline__h1--white {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page__fv .c-headline__h1, .p-my-page__fv .c-headline__h1--white {
    font-size: 22px;
  }
}

.p-my-page__fv .c-headline__h1--white {
  color: #fff;
}

.p-my-page__fv p {
  margin-top: 10px;
  color: #fff;
}

.p-my-page__caution {
  margin-bottom: 10px;
}

.p-my-page__caution li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-my-page_headline {
  margin: 90px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page_headline {
    margin: 45px auto;
  }
}

.p-my-page_headline--gradient {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 720px;
  height: 70px;
  padding: 20px 0;
  -webkit-transform: skewX(-10deg) translate(-50%, -50%);
          transform: skewX(-10deg) translate(-50%, -50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background-image: linear-gradient(90deg, #0078c4, #004da1);
}

@media screen and (max-width: 767px) {
  .p-my-page_headline--gradient {
    width: 82%;
    height: 50px;
    padding: 15px 0;
  }
}

.p-my-page_headline .user-name {
  padding: 0 0.5em;
}

.p-my-page_information {
  letter-spacing: 0.84px;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information {
    line-height: 1;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information {
    line-height: 1.5;
  }
}

.p-my-page_information--basic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 720px;
  margin: 0px auto 135px;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic {
    width: 100%;
    margin: 0px auto 70px;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic--list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic--list {
    width: 92%;
    margin: 0 4%;
    font-size: 14px;
  }
}

.p-my-page_information--basic--list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic--list li {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic--list li {
    padding: 20px 0;
  }
}

.p-my-page_information--basic--list li:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-my-page_information--basic .info-category {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic .info-category {
    width: 160px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-category {
    width: 34%;
    max-width: 110px;
    padding: 0 4%;
    font-size: 12px;
    line-height: 1.7;
  }
}

.p-my-page_information--basic .info-value {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value {
    width: 100%;
  }
}

.p-my-page_information--basic .info-value--number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic .info-value--number {
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--number {
    width: 100%;
  }
}

.p-my-page_information--basic .info-value--number .logout-button {
  padding: 8px 4px;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic .info-value--number .logout-button.c-button, .p-my-page_information--basic .info-value--number .logout-button.c-button--cart-in, .p-my-page_information--basic .info-value--number .logout-button.c-button--white, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-blue, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-white, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-greyish, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-blue, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-white, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-black, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-white {
    width: 100px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--number .logout-button.c-button, .p-my-page_information--basic .info-value--number .logout-button.c-button--cart-in, .p-my-page_information--basic .info-value--number .logout-button.c-button--white, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-blue, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-white, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-greyish, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-blue, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-white, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-black, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-white {
    width: 80px;
    height: 40px;
  }
}

.p-my-page_information--basic .info-value--number .logout-button.c-button::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--cart-in::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--white::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-blue::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-white::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--primary-greyish::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-blue::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryA-white::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-black::after, .p-my-page_information--basic .info-value--number .logout-button.c-button--secondaryB-white::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic .info-value--point, .p-my-page_information--basic .info-value--stage, .p-my-page_information--basic .info-value--mobile-member, .p-my-page_information--basic .info-value--service, .p-my-page_information--basic .info-value--service-full {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--point, .p-my-page_information--basic .info-value--stage, .p-my-page_information--basic .info-value--mobile-member, .p-my-page_information--basic .info-value--service, .p-my-page_information--basic .info-value--service-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--point > p:first-child, .p-my-page_information--basic .info-value--stage > p:first-child, .p-my-page_information--basic .info-value--mobile-member > p:first-child {
    margin-bottom: 15px;
  }
}

.p-my-page_information--basic .info-value--point > p:first-child {
  position: relative;
  padding-left: 28px;
}

.p-my-page_information--basic .info-value--point > p:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../common/images/icon-pointDP.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--basic .info-value--stage-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--stage-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--stage-link a:first-of-type {
    margin-bottom: 5px;
  }
}

.p-my-page_information--basic .info-value--service, .p-my-page_information--basic .info-value--service-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--service, .p-my-page_information--basic .info-value--service-full {
    width: 100%;
  }
}

.p-my-page_information--basic .info-value--service .service-name, .p-my-page_information--basic .info-value--service-full .service-name, .p-my-page_information--basic .info-value--service .service-name--join, .p-my-page_information--basic .info-value--service-full .service-name--join, .p-my-page_information--basic .info-value--service .service-name--not-join, .p-my-page_information--basic .info-value--service-full .service-name--not-join {
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--service .service-name, .p-my-page_information--basic .info-value--service-full .service-name, .p-my-page_information--basic .info-value--service .service-name--join, .p-my-page_information--basic .info-value--service-full .service-name--join, .p-my-page_information--basic .info-value--service .service-name--not-join, .p-my-page_information--basic .info-value--service-full .service-name--not-join {
    font-size: 12px;
  }
}

.p-my-page_information--basic .info-value--service .service-name--join, .p-my-page_information--basic .info-value--service-full .service-name--join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 275px;
  background-color: #00a2e6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .info-value--service .service-name--join, .p-my-page_information--basic .info-value--service-full .service-name--join {
    width: 100%;
  }
}

.p-my-page_information--basic .info-value--service .service-name--not-join, .p-my-page_information--basic .info-value--service-full .service-name--not-join {
  background-color: #ececec;
  color: #7f7f7f;
}

.p-my-page_information--basic .info-value--service-full .service-name, .p-my-page_information--basic .info-value--service-full .service-name--join, .p-my-page_information--basic .info-value--service-full .service-name--not-join {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--basic .c-link--blue {
    margin-right: auto;
  }
}

.p-my-page_information--dashboard {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 90px;
  padding: 60px 30px;
  border: solid 2px #004da1;
  background-color: #f2fafe;
}

@media screen and (max-width: 1200px) {
  .p-my-page_information--dashboard {
    border-right: none;
    border-left: none;
  }
}

@media screen and (max-width: 800px) {
  .p-my-page_information--dashboard {
    width: 100%;
    margin-bottom: 45px;
    padding: 12% 2%;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard {
    padding: 60px 0;
  }
}

.p-my-page_information--dashboard__area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .p-my-page_information--dashboard__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-my-page_information--dashboard__area::after {
  display: block;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__area::after {
    width: 340px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__area::after {
    width: 44%;
    margin: 0 2%;
  }
}

.p-my-page_information--dashboard__panel {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel {
    width: 340px;
    margin: 15px;
  }
}

@media screen and (max-width: 800px) {
  .p-my-page_information--dashboard__panel {
    width: 44%;
    margin: 2%;
  }
}

.p-my-page_information--dashboard__panel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #004da1;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 7.1px 7.1px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 7.1px 7.1px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel > a {
    min-height: 350px;
    padding: 40px 40px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__panel > a {
    min-height: 225px;
    padding: 10% 8%;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel > a:hover .cat_icon {
    -webkit-transform: scale(1.14, 1.14);
            transform: scale(1.14, 1.14);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-my-page_information--dashboard__panel > a .cat_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #e5f6fc;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel > a .cat_icon {
    width: 120px;
    height: 120px;
    margin: 30px auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__panel > a .cat_icon {
    width: 19.04vw;
    height: 19.04vw;
    margin: 20px auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel > a .cat_icon > img {
    width: 54px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__panel > a .cat_icon > img {
    width: 10.16vw;
  }
}

.p-my-page_information--dashboard__panel > a .cat_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
  color: #004da1;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--dashboard__panel > a .cat_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__panel > a .cat_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .p-my-page_information--dashboard__panel > a .cat_title {
    font-size: 4.2vw;
  }
}

.p-my-page_information--dashboard__panel > a .cat_text {
  width: 100%;
  margin-bottom: auto;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--dashboard__panel > a .cat_text {
    font-size: 12px;
  }
}

.p-my-page_information--dashboard__panel > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-my-page_information--dashboard__panel > a.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-my-page_information--button {
    width: 270px;
    margin: 0 auto 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-my-page_information--button {
    width: 225px;
    margin: 0 auto 45px;
  }
}

.p-my-page_information--caution-area {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 90px;
  padding: 25px;
  border: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--caution-area {
    width: 90%;
    max-width: auto;
    margin-bottom: 45px;
  }
}

.p-my-page_information--caution-area p {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-my-page_information--caution-area p {
    font-size: 14px;
  }
}

.p-my-page_information--caution-area p.p-my-page_information--caution-area-anchor {
  margin-bottom: 0;
  text-align: right;
}

.p-order-confirm__order-box, .p-order-confirm__tel-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  height: 40px;
  margin: 0 auto 20px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-order-confirm__mail-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  height: 40px;
  margin: 0 auto 70px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
}

.p-order-confirm__order-box::-webkit-input-placeholder, .p-order-confirm__tel-box::-webkit-input-placeholder, .p-order-confirm__mail-box::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-order-confirm__order-box::-moz-placeholder, .p-order-confirm__tel-box::-moz-placeholder, .p-order-confirm__mail-box::-moz-placeholder {
  color: #a3a3a3;
}

.p-order-confirm__order-box:-ms-input-placeholder, .p-order-confirm__tel-box:-ms-input-placeholder, .p-order-confirm__mail-box:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-order-confirm__order-box::-ms-input-placeholder, .p-order-confirm__tel-box::-ms-input-placeholder, .p-order-confirm__mail-box::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-order-confirm__order-box::placeholder, .p-order-confirm__tel-box::placeholder, .p-order-confirm__mail-box::placeholder {
  color: #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-order-confirm__order-box, .p-order-confirm__tel-box {
    width: 100%;
    max-width: 320px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
   .p-order-confirm__mail-box {
    width: 100%;
    max-width: 320px;
    margin-bottom: 50px;
  }
}

.p-order-confirm__section {
  padding: 0 0 90px;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-order-confirm__section {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-order-confirm__section {
    width: 100%;
    margin: 0;
    padding: 0 0 45px;
  }
}

.p-order-confirm__description {
  width: 100%;
  max-width: 1140px;
  margin: 30px auto 40px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .p-order-confirm__description {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .p-order-confirm__description {
    width: calc(100% - 8%);
    font-size: 14px;
  }
}

.p-order-confirm__tel-box {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-order-confirm__tel-box {
    margin-bottom: 7px;
  }
}

.p-order-confirm__form-text {
  width: 350px;
  margin: 0 auto 10px;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .p-order-confirm__form-text {
    max-width: 320px;
    margin: 0 auto 10px;
  }
}

.order-confirm-back-to-cart-button{
  display: flex;
  margin-top: 30px;
  color: #0067b5;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
}

@media screen and (max-width:767px){
  .order-confirm-back-to-cart-button{
    margin-top:50px;
  }
}

.order-confirm-back-to-cart-button:hover{
  border-bottom:1px solid #00a2e6;
  color: #00a2e6;
}

.order-confirm-back-to-cart-button::before{
  content: "";
  margin-right: 4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-top: 2px solid;
}

.p-pagetop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #004da1;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link {
    height: 48px;
    font-size: 12px;
  }
}

.p-pagetop__link::after {
  top: 0;
  -webkit-transform: scale(1, 0.95) rotate(-45deg);
          transform: scale(1, 0.95) rotate(-45deg);
}

@media screen and (min-width: 768px), print {
  .p-pagetop__link::after {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagetop__link::after {
    margin-right: 18px;
  }
}

.p-parts-sub__section .p-parts__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__section .p-parts__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-parts-sub__section .p-parts__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__section .p-parts__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section .p-parts__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts-sub__section .p-parts__title h1 {
    padding-right: 150px;
  }
}

.p-parts-sub__section h2 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}

.p-parts-sub__section h2.fc-blue {
  color: #004da1;
}

.p-parts-sub__section h2 span {
  display: block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.p-parts-sub__section .p-products-all-item-search {
  padding-top: 35px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__section .p-products-all-item-search {
    padding-top: 50px;
  }
}

.p-parts-sub__recommend {
  padding-top: 45px;
  padding-bottom: 25px;
  background-color: #d9f1fb;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.p-parts-sub__recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-parts-sub__recommend-list > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 34px 0 18px;
  border: 1px solid #004da1;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a {
    width: 360px;
    height: 360px;
    padding: 50px 0 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:not(:first-child) {
    width: 50%;
    padding: 45px 0 18px;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:not(:first-child) img {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:first-child img {
    max-width: 43.08%;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__recommend-list > a:nth-child(2) {
    border-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a + a {
    margin-left: 30px;
  }
}

.p-parts-sub__recommend-list > a .num {
  z-index: 2;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0078c4), to(#004da1));
  background: linear-gradient(90deg, #0078c4 0%, #004da1 100%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list > a .num {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}

.p-parts-sub__recommend-list > a .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-parts-sub__recommend-list > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-parts-sub__recommend-list > a.c-panel-arrow::before {
  color: #fff;
}

.p-parts-sub__recommend-list > a:hover .p-parts-sub__recommend-list--img img {
  -webkit-transform: scale(1.12, 1.12);
          transform: scale(1.12, 1.12);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-parts-sub__recommend-list--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--img {
    min-width: 180px;
    height: 178px;
    margin-bottom: 50px;
  }
}

.p-parts-sub__recommend-list--img img {
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--img img {
    max-width: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-parts-sub__recommend-list--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt {
    margin-top: auto;
    padding: 0 20px;
  }
}

.p-parts-sub__recommend-list--txt .name {
  height: 2.2em;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .name {
    font-size: 16px;
  }
}

.p-parts-sub__recommend-list--txt .price {
  margin-top: auto;
  padding-top: 5px;
  color: #e43344;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .price {
    font-size: 20px;
  }
}

.p-parts-sub__recommend-list--txt .price .unit {
  font-size: 11px;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__recommend-list--txt .price .unit {
    font-size: 12px;
  }
}

.p-parts-sub-search {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-parts-sub__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list {
    padding: 70px 0;
  }
}

.p-parts-sub__info-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  padding-top: 24px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div {
    width: 271px;
    height: 242px;
    padding: 42px 10px 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div:not(:first-child):not(:last-child) {
    border-left: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:first-child, .p-parts-sub__info-list div:nth-child(2) {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(2) {
    margin-left: 15px;
    border-left: 1px solid #c8c8c8;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(3) {
    margin-top: 15px;
    padding-top: 35px;
    padding-bottom: 22px;
    border-top: 1px solid #c8c8c8;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts-sub__info-list div:nth-child(3) .p-parts-sub__info-list--txt {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:nth-child(3) .detail-link {
    margin-top: 16px;
  }
}

.p-parts-sub__info-list div:last-child {
  padding: 4px;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list div:last-child {
    margin-top: 15px;
    margin-left: 15px;
    padding: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list div + div {
    margin-left: 10px;
  }
}

.p-parts-sub__info-list div img {
  width: auto;
  height: 52px;
}

.p-parts-sub__info-list .detail-link {
  font-size: 14px;
}

.p-parts-sub__info-list--inner {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-parts-sub__info-list--inner {
    padding-bottom: 28px;
  }
}

.p-parts-sub__info-list--inner p {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--inner p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.p-parts-sub__info-list--inner .txt-large {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #004da1;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--inner .txt-large {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-parts-sub__info-list--txt {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt {
    margin-top: 41px;
    font-size: 14px;
  }
}

.p-parts-sub__info-list--txt span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt span {
    font-size: 20px;
  }
}

.p-parts-sub__info-list--txt + .detail-link {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-parts-sub__info-list--txt br {
    display: none;
  }
}

.p-parts__section .p-parts__title {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts__title {
    padding: 21px 15px 21px 15px;
  }
}

.p-parts__section .p-parts__title h1 {
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.92px;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts__title h1 {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts__title h1 {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts__section .p-parts__title h1 {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts__title h1 {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-parts__section .p-parts__title h1 {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts__title h1 {
    padding-right: 150px;
  }
}

.p-parts__section h2 {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-parts__section h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }
}

.p-parts__section h2.fc-blue {
  color: #004da1;
}

.p-parts__section h2 span {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.p-parts__section .p-product-show-fv__section {
  height: 225px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-product-show-fv__section {
    height: 400px;
  }
}

.p-parts__section-category {
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category {
    padding: 45px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category h2 {
    margin-top: 90px;
  }
}

.p-parts__section-category h3 {
  border-top: 2px solid #004da1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3 {
    position: relative;
    padding: 18px 16px;
    border-top: 0;
    border-radius: 2px;
    background-color: #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category h3 {
    padding: 30px 0;
    color: #004da1;
    font-size: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::before, .p-parts__section-category h3::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::before {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category h3 + h3 {
    margin-top: 15px;
  }
}

.p-parts__section-category--list {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.p-parts__section-category--list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-parts__section-category--list-box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box {
    width: calc((99.99% - 60px) / 4);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(odd) {
    border-left: 1px solid #7fa6d0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(even) {
    border-right: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box .c-accordion__body {
    height: calc(100% - 50px);
    border-right: 1px solid #7fa6d0;
    border-bottom: 1px solid #7fa6d0;
    border-left: 1px solid #7fa6d0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box + div {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list-box:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list-box:nth-child(odd) {
    border-right: 1px solid #7fa6d0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-category--list:first-of-type {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-category--list:first-of-type .p-parts__section-category--list-box:nth-child(-n + 4) .c-accordion__body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-review {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-parts__section-review .p-common-headline {
  margin-bottom: 0;
}

.p-parts__section-review-content {
  width: 100%;
  min-height: 200px;
  border: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-review-content {
    min-height: 450px;
  }
}

.p-parts__section-notable {
  padding-top: 35px;
  padding-bottom: 57px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable {
    padding-top: 70px;
    padding-bottom: 104px;
  }
}

.p-parts__section-notable .p-top-headline {
  margin-top: 0;
}

.p-parts__section-notable h2 {
  margin-bottom: 0;
}

.p-parts__section-notable-slide {
  position: relative;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable-slide {
    width: 94.79%;
    margin: auto;
    padding: 0 2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable-slide {
    margin-right: calc(20px + 130 * (100vw - 768px) / 672);
    margin-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::before, .p-parts__section-notable-slide::after {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable-slide::after {
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-wrapper {
    width: 100%;
  }
}

.p-parts__section-notable .swiper-slide img {
  width: 100%;
}

.p-parts__section-notable .swiper-slide a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-parts__section-notable .swiper-container {
  position: static;
}

.p-parts__section-notable .swiper-button-prev, .p-parts__section-notable .swiper-button-next {
  width: 21px;
  height: 37px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-parts__section-notable .swiper-button-prev, .p-parts__section-notable .swiper-button-next {
    display: none;
  }
}

.p-parts__section-notable .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable .swiper-button-prev {
    left: -2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable .swiper-button-prev {
    left: -50px;
  }
}

.p-parts__section-notable .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-parts__section-notable .swiper-button-next {
    right: -2%;
  }
}

@media (min-width: 1024px) {
  .p-parts__section-notable .swiper-button-next {
    right: -50px;
  }
}

.p-parts__section-notable .swiper-pagination {
  bottom: -25px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-pagination {
    bottom: -40px;
  }
}

.p-parts__section-notable .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-radius: 0;
  background-color: #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-parts__section-notable .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.p-parts__section .p-products-all-item__filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 20px 45px 20px 15px;
  border-bottom: 0;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title {
    height: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title {
    height: 50px;
    padding: 0 30px 0 22px;
    border-radius: 2px;
    background-color: #004da1;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::after {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross::after {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross:hover::before, .p-parts__section .p-products-all-item__filter__title.c-accordion__title--cross:hover::after {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.p-parts__section .p-products-all-item__filter__title.pc-title {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.pc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #484848;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span:first-child {
  top: 0;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span.mdl {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span:last-child {
  bottom: 0;
}

.p-parts__section .p-products-all-item__filter__title.sp-title .hum-icon span.hide {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__title.sp-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.sp-title + div + .c-accordion__body {
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 86.7%;
    max-width: 426.66667px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}

.p-parts__section .p-products-all-item__filter__title.sp-title + div + .c-accordion__body.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__title.is-open {
    border-bottom: 1px solid #7fa6d0;
  }
}

.p-parts__section .p-products-all-item__filter__body {
  padding: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body {
    border-bottom: 0;
  }
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 2px solid #004da1;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body .sp-sub-title {
    display: none;
  }
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close {
  width: 17px;
  height: 15px;
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close::before {
  width: 15px;
}

.p-parts__section .p-products-all-item__filter__body .sp-sub-title .p-sp-menu__close:after {
  height: 15px;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body ul {
    margin-bottom: 0;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 20px 25px 20px 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-products-all-item__filter__body ul li {
    border-bottom: 1px solid #ececec;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li {
    padding: 12px 40px 12px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li + li {
    border-top: 1px solid #7fa6d0;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px;
}

.p-parts__section .p-products-all-item__filter__body ul li::before {
  -webkit-transform: skewX(-18deg);
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  transform: skewX(-18deg);
  background-color: #7fa6d0;
  content: '';
  opacity: 0.2;
}

.p-parts__section .p-products-all-item__filter__body ul li::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-products-all-item__filter__body ul li::after {
    right: 21px;
  }
}

.p-parts__section .p-products-all-item__filter__body ul li:first-child {
  color: #004da1;
}

.p-parts__section .p-products-all-item__filter__body ul li:first-child::after {
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend {
    padding-bottom: 45px;
  }
}

.p-parts__section .p-parts-sub__recommend-body {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body h2 {
    padding-top: 4px;
  }
}

.p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 40px;
    margin-top: 16px;
    border: 0;
    background-color: #004da1;
    color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    position: absolute;
    top: 0;
    right: calc(20px + 130 * (100vw - 768px) / 672);
    width: 170px;
    height: 40px;
    padding: 12px 27px 12px 18px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white {
    right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white::after {
    border-color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body .c-button--primary-white::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-parts__section .p-parts-sub__recommend-body .p-parts__section .p-parts-sub__recommend-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-parts__section .p-parts-sub__recommend-body + .p-parts-sub__recommend-body {
  margin-top: 45px;
}

@media screen and (min-width: 768px), print {
  .p-parts__section .p-parts-sub__recommend-body + .p-parts-sub__recommend-body {
    margin-top: 90px;
  }
}

.p-parts__section .p-product-show-support__section {
  margin-top: 0;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-parts__section .sp-hide {
    display: none;
  }
}

.p-pc-menu {
  z-index: 98;
  position: relative;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  width: 100%;
  border-top: 1px solid #004da1;
  background-color: #fff;
}

.p-pc-menu__list{
  position: relative;
  z-index: 101;
}

.p-pc-menu__item {
  padding: 14px 20px;
  color: #004da1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: center;
}

.p-pc-menu__item:hover {
  background-color: #d9f1fb;
  color: #004da1;
  cursor: pointer;
}

.p-pc-menu__item.is-active {
  color: #004da1;
  background-color: #d9f1fb;
  border: 1px solid #004da1;
  margin-bottom: -1px;
  border-top: unset;
  border-bottom: unset;
}

.p-pc-menu__category1 {
  background: #014DA1;
  color: #fff;
}

.p-pc-menu__category2 {
  background: #e2f5fb;
}

.p-pc-menu__category3 {
  background: #fff;
}

.p-pc-menu__category--first{
  margin-left: 10px;
}

.p-pc-menu__category--last{
  margin-right: 10px;
}

.p-pc-menu__body {
  display: none;
  margin: auto;
  padding: 30px 20px;
  max-width: 100%;
  border: 1px solid #004da1;
}

.p-pc-menu__body.is-open {
  display: block;
}

.p-pc-menu__bread-crumbs__wrapper {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.p-pc-menu__bread-crumbs {
  border-bottom: 1px solid;
  color: #004da1;
  font-weight: bold;
}

.p-pc-menu__bread-crumbs::after {
  margin-left: 8px;
  border-color: #004da1;
}

.p-pc-menu__bread-crumbs:hover {
  color: #0078c4;
}

.p-pc-menu__bread-crumbs:hover::after {
  border-color: #0078c4;
}

.p-pc-menu__container {
  z-index: 100;
  position: absolute;
  height: 0;
  background-color: #d9f1fb;
  max-width: 100%;
  overflow: auto;
}

.p-pc-menu__columns {
  max-width: 100%;
  overflow-x: auto;
}

.p-pc-menu__column {
  text-align: left;
  padding-right: 16px;
  width: 180px;
  flex: 0 1 auto;
}

.p-pc-menu__column:not(:last-child) {
  border-right: 1px solid rgba(0, 77, 161, 0.3);
  margin-right: 16px;
}

.p-pc-menu__assets {
  border-top: 1px solid rgba(0, 77, 161, 0.3);
  margin-top: 20px;
  padding: 16px 0;
  max-width: 925px;
}

_:-ms-lang(x)::-ms-backdrop {
  min-width: 1px;
}

.p-pc-menu__category {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
    font-weight: 700;
    letter-spacing: .84px;
}

.p-pc-menu__category__heading {
  font-size: 12px;
  margin-bottom: 0.5em;
}

.p-pc-menu__category__item {
  color: #004da1;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

.p-pc-menu__category__item > a {
  display: block;
  padding: 4px 2px;
}

.p-pc-menu__category__item > a:hover {
  background: #fff;
}

.p-pc-menu__overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1280px) {
  .p-pc-menu__overlay {
    display: none !important;
  }
}

.p-pc-menu__tab__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.p-pc-menu__tab__scroll.is-scroll {
  margin-top: -17px;
}

.p-pc-menu__tab__right {
  display: none;
  position: relative;
  margin-left: 20px;
  padding-right: 2px;
  cursor: pointer;
}

.p-pc-menu__tab__right::after {
  width: 10px;
  height: 10px;
  border-top-color: #004da1;
  border-right-color: #004da1;
}

.is-scroll .p-pc-menu__tab__right {
  display: block;
  top: 8.5px;
}

.p-pc-menu__tab__left {
  display: none;
  position: relative;
  margin-right: 20px;
  padding-left: 2px;
  cursor: pointer;
}

.p-pc-menu__tab__left::after {
  width: 10px;
  height: 10px;
  border-top-color: #004da1;
  border-right-color: #004da1;
}

.is-scroll .p-pc-menu__tab__left {
  display: block;
  top: 8.5px;
}

.p-pc-menu__tab__list {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.is-scroll .p-pc-menu__tab__list {
  top: 17px;
}

.p-pc-menu__tab__item {
  border-right: 1px solid rgba(0, 77, 161, 0.3);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.56px;
  white-space: nowrap;
}

.p-pc-menu__tab__item.is-active {
  border-bottom: none;
}

.p-pc-menu__tab__text {
  display: block;
  padding: 9px 15px 9px 19px;
  border-bottom: 1px solid rgba(0, 77, 161, 0.3);
}

.p-pc-menu__tab__text::after {
  margin-left: 14px;
}

.p-pc-menu__tab__text:hover {
  color: #7f7f7f;
}

.is-active .p-pc-menu__tab__text {
  border-bottom: none;
}

.is-active .p-pc-menu__tab__text:hover {
  color: #484848;
}

.p-pc-menu__tab__box {
  margin: 40px 0 15px;
  padding: 0 20px;
}

.p-pc-menu-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.p-pc-menu-ranking__rank {
  padding-left: 65px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 45px auto;
}

.p-pc-menu-ranking__rank--first {
  background-image: url(../../common/images/ico_rank1.png);
}

.p-pc-menu-ranking__rank--second {
  background-image: url(../../common/images/ico_rank2.png);
}

.p-pc-menu-ranking__rank--third {
  background-image: url(../../common/images/ico_rank3.png);
}

.p-pc-menu-ranking__link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% / 3);
  padding: 10px 0;
}

.p-pc-menu-ranking__link + .p-pc-menu-ranking__link {
  margin-left: 24px;
  padding-left: 23px;
  border-left: 1px solid rgba(0, 77, 161, 0.3);
}

.p-pc-menu-ranking__link:hover .p-pc-menu-ranking__product {
  color: #0078c4;
}

.p-pc-menu-ranking__link:hover .p-pc-menu-ranking__description {
  color: #7f7f7f;
}

.p-pc-menu-ranking__product {
  margin-bottom: 3px;
  color: #004da1;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.42;
}

.p-pc-menu-ranking__description {
  color: #484848;
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-filter {
    margin-bottom: 15px;
  }
}

.p-products-all-item-filter__reset {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-filter__reset {
    padding: 20px;
    background-color: #ececec;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-filter__reset {
    padding: 15px 15px 35px;
  }
}

.p-products-all-item-filter__reset__button, .p-products-all-item-filter__reset__button--disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin: auto;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: center;
}

.p-products-all-item-filter__reset__button::before, .p-products-all-item-filter__reset__button--disabled::before {
  display: block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 19px;
  background: url(../../common/images/ico_reset_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-products-all-item-filter__reset__button--disabled {
  background-color: #dbdbdb;
  color: #7f7f7f;
}

.p-products-all-item-filter__reset__button--disabled::before {
  background-image: url(../../common/images/ico_reset.svg);
}

.p-products-all-item-filter__reset__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.p-products-all-item-filter__item + .p-products-all-item-filter__item {
  margin-top: 15px;
}

.p-products-all-item-filter__item--brackets {
  padding-top: 2.5px;
  padding-left: 5px;
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-filter__item--brackets {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-filter__item--brackets {
    font-size: 12px;
  }
}


.p-products-all-item-filter__see-more {
  margin-top: 16px;
  text-align: center;
}

.p-products-all-item-filter__see-more a {
  border: 1px solid rgba(72,72,72,.7);
  border-radius: 24px;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.p-products-all-item-filter__see-more a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.p-products-all-item-filter__see-more a::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.is-hide + .p-products-all-item-filter__see-more a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-products-all-item-filter__select {
  border-radius: 2px;
}

.p-products-all-item-filter__price {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-filter--second {
    margin: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-filter--second {
    margin-top: 15px;
    margin-left: 15px;
  }
}

.p-products-all-item-filter__title {
  position: relative;
  padding: 20px 15px;
  border-bottom: 2px solid #004da1;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-all-item-filter__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  margin: 0;
}

.p-products-all-item-filter__close::before, .p-products-all-item-filter__close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  content: "";
}

.p-products-all-item-filter__close::before {
  width: 20px;
  height: 2px;
}

.p-products-all-item-filter__close::after {
  width: 2px;
  height: 20px;
}

.p-products-all-item-filter__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding: 15px 15px 30px;
  border-top: 1px solid #004da1;
  background-color: #fff;
}

.p-products-all-item-filter__result__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1;
}

.p-products-all-item-filter__result__number {
  display: inline-block;
  margin: 0 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.p-products-all-item-filter__result__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98px;
  height: 40px;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-show__cartin-modal {
  color: #484848;
}

.p-products-show__cartin-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-show__cartin-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-show__cartin-modal-item_image > img {
  width: 100%;
}

.p-products-show__cartin-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-show__cartin-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cartin-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-show__cartin-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__cartin-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-show__cartin-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button_area {
    margin-top: 23px;
  }
}

.p-products-show__deletion-modal-button {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__deletion-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 10px;
    padding-right: 15px;
  }
  .p-products-show__deletion-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-show__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-header {
    margin: 0px auto 18px;
  }
}

.p-products-show__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total {
    margin-right: 5px;
  }
}

.p-products-show__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-products-show__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

.p-products-show__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

.p-products-show__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

.p-products-show__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
  .p-products-show__point-modal-contents-list:last-child {
    margin-bottom: 0;
  }
}

.p-products-show__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-products-show__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 24px;
    padding-left: 0px;
  }
}

.p-products-show__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

.p-products-show__point-modal-contents-list li .point-name.logo > {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

.p-products-show__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-products-show__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-products-show__cancel-modal-contents {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 15px 26px;
  }
}

.p-products-show__cancel-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-h4 {
    margin-top: 24px;
    margin-bottom: 17px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-h4 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-p {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cancel-modal-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-att {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-att {
    margin-top: 11px;
    padding-left: 1.2em;
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-indent: -1.3em;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-bottom {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-bottom {
    width: 225px;
    margin: 25px auto 0;
  }
  .p-products-show__cancel-modal-bottom > span {
    font-size: 16px;
  }
  .p-products-show__cancel-modal-bottom::after {
    right: 15px;
  }
}

.p-products-all-item-product {
  gap: 0px 0px;
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product {
    grid-template-areas:
      "product_image product_label"
      "product_image product_name"
      "product_image product_price"
      "product_image product_spec"
      "product_image product_buttons";
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__image, .p-products-all-item-product > .p-gaming-pc-sub__search-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product {
    grid-template-areas:
      "product_label product_label"
      "product_image product_name"
      "product_image product_price"
      "product_spec product_spec"
      "product_buttons product_buttons";
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__image, .p-products-all-item-product > .p-gaming-pc-sub__search-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-products-all-item-product > .p-gaming-pc-sub__search-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.p-products-all-item-product__image, .p-products-all-item-product__image--soldout {
  grid-area: product_image;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__image, .p-products-all-item-product__image--soldout {
    width: 250px;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__image, .p-products-all-item-product__image--soldout {
    width: 140px;
    padding: 0 15px 0 0;
  }
}

.p-products-all-item-product__image a > img, .p-products-all-item-product__image--soldout a > img {
  width: 100%;
  height: auto;
}

.p-products-all-item-product__image a:hover,
.p-products-all-item-product__image--soldout:hover::before,
.p-products-all-item-product__spec__body a:hover,
a.p-products-all-item-product__price--box:hover > div {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
  z-index: 3;
}

.p-products-all-item-product__name__text a:hover {
  /*text-decoration: underline;*/
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
}

a.p-products-all-item-product__price--box {
  display: contents;
}

.p-products-all-item-product__image--soldout {
  position: relative;
}

.p-products-all-item-product__image--soldout::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}

.p-products-all-item-product__name {
  grid-area: product_name;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__name {
    max-width: 560px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__name {
    font-size: 14px;
    letter-spacing: 0.84px;
    word-break: break-all;
  }
}

.p-products-all-item-product__favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 5px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__favorite {
    width: 40px;
    height: 40px;
    margin-left: 19px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__favorite {
    width: 35px;
    height: 35px;
    margin-left: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-all-item-product__favorite {
  margin-top: 7px;
  margin-left: 10px;
}

.p-products-all-item-product__favorite > a, .p-products-all-item-product__favorite div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-products-all-item-product__favorite > a > img, .p-products-all-item-product__favorite div > img {
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__favorite > a > img, .p-products-all-item-product__favorite div > img {
    width: 20px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__favorite > a > img, .p-products-all-item-product__favorite div > img {
    width: 18px;
    height: 16px;
  }
}

.p-products-all-item-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: product_price;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e43344;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__price {
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__price {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-products-all-item-product__number {
  margin-right: 5px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__number {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__number {
    font-size: 24px;
    letter-spacing: 0.64px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__number + .p-products-all-item-product__review {
    margin-left: 18px;
  }
}

.p-products-all-item-product__review a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #484848;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__review a {
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__review a {
    width: 100%;
  }
}

.p-products-all-item-product__review a > img {
  display: block;
  position: relative;
  top: -1px;
  height: auto;
  margin-right: 6px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__review a > img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__review a > img {
    width: 77px;
  }
}

.p-products-all-item-product__shipment, .p-products-all-item-product__shipment--red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  padding: 6px 5px;
  border: solid 1px #00a2e6;
  border-radius: 2px;
  color: #00a2e6;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__shipment, .p-products-all-item-product__shipment--red {
    margin-right: 18px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__shipment, .p-products-all-item-product__shipment--red {
    font-size: 11px;
  }
}

.p-products-all-item-product__shipment--red {
  border-color: #e43344;
  color: #e43344;
}

.p-products-all-item-product__spec {
  grid-area: product_spec;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__spec {
    margin-top: 5px;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__spec {
    margin-top: 15px;
  }
}

.p-products-all-item-product__spec__title {
  width: 100%;
  padding: 15px 25px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-products-all-item-product__spec__title::before {
  right: 14px;
  width: 12px;
}

.p-products-all-item-product__spec__title::after {
  right: 19px;
  height: 12px;
}

.p-products-all-item-product__spec__title.is-open {
  border-radius: 2px 2px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__spec__body {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__spec__body {
    padding: 17px 20px;
    border: solid 1px #a3a3a3;
    border-top: none;
    border-radius: 0 0 2px 2px;
  }
  .p-products-all-item-product__spec__body>table>tbody>tr:nth-of-type(n+8){
    display: none;
  }
  .p-products-all-item-product__spec__body.specs-shown>table>tbody>tr:nth-of-type(n+6){
    display: table-row;
  }
  .js-accordionOpen-search.is-open + .p-products-all-item-product__spec__body.over-seven-specs::after{
    content:'+　続きを表示する';
    display:block;
    position: absolute;
    bottom: 1px;
    width: calc(100% - 2px);
    text-align: center;
    left: 1px;
    padding: 30px 0 19px;
    font-size: 15px;
    background: linear-gradient(0deg, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 87%) 70%, transparent);
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
  .js-accordionOpen-search.is-open + .p-products-all-item-product__spec__body.over-seven-specs.specs-shown::after{
    display: none;
  }
}

.p-products-all-item-product__spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__spec__item {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__spec__item {
    padding: 8px 0;
  }
}

.p-products-all-item-product__spec__item::after {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #a3a3a3;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__spec__item::after {
    margin-right: 20px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__spec__item::after {
    margin: 0 15px;
  }
}

.p-products-all-item-product__spec__text {
  font-size: 14px;
  letter-spacing: 0.84px;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__spec__text {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__spec__text {
    padding: 8px 0;
  }
}

.p-products-all-item-product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__buttons {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-products-all-item-product__buttons {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__buttons {
    grid-area: product_buttons;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print{
  .p-gaming-pc-sub__search-product__image, .p-gaming-pc-sub__search-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-gaming-pc-sub__search-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-gaming-pc-sub__search-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-gaming-pc-sub__search-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-gaming-pc-sub__search-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product__image, .p-products-all-item-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product > .p-products-all-item-product__image, .p-products-all-item-product > .p-products-all-item-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .p-products-all-item-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 767px){
  .p-gaming-pc-sub__search-product__image, .p-gaming-pc-sub__search-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-gaming-pc-sub__search-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-gaming-pc-sub__search-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-gaming-pc-sub__search-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-gaming-pc-sub__search-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-products-all-item-product__image, .p-products-all-item-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product > .p-products-all-item-product__image, .p-products-all-item-product > .p-products-all-item-product__image--soldout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-products-all-item-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-products-all-item-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__spec {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-products-all-item-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-products-all-item-product > .p-products-all-item-product__buttons {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.p-products-all-item-product__buttons img {
  width: 18px;
  margin-right: 15px;
}

.p-products-all-item-product__link, .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__link, .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    max-width: 270px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-products-all-item-product__link, .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-product__link + .p-products-all-item-product__link, .p-products-all-item-product__link--detail + .p-products-all-item-product__link, .p-products-all-item-product__link--cart + .p-products-all-item-product__link, .p-products-all-item-product__link + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--detail, .p-products-all-item-product__link + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--cart {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-products-all-item-product__link + .p-products-all-item-product__link, .p-products-all-item-product__link--detail + .p-products-all-item-product__link, .p-products-all-item-product__link--cart + .p-products-all-item-product__link, .p-products-all-item-product__link + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--detail, .p-products-all-item-product__link + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--cart {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__link + .p-products-all-item-product__link, .p-products-all-item-product__link--detail + .p-products-all-item-product__link, .p-products-all-item-product__link--cart + .p-products-all-item-product__link, .p-products-all-item-product__link + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--detail, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--detail, .p-products-all-item-product__link + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--detail + .p-products-all-item-product__link--cart, .p-products-all-item-product__link--cart + .p-products-all-item-product__link--cart {
    margin-top: 0;
    margin-left: 15px;
  }
}

.p-products-all-item-product__link--detail {
  background-color: #00a2e6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__link--detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 135px;
            flex: 1 1 135px;
  }
}

.p-products-all-item-product__link--cart {
  background-image: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-product__link--cart {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 195px;
            flex: 1 1 195px;
  }
}

.p-products-all-item-product__soldout {
  width: 100%;
}

.p-products-all-item-product__soldout__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  padding: 7px 9px;
  border: 1px solid;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-products-all-item-product__useditem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.p-products-all-item-product__useditem__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 9px;
  border: 1px solid #865ebd;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-products-all-item-product__useditem__status {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item {
    padding-bottom: 50px;
  }
}

.p-products-all-item__wrapper {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__wrapper {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__wrapper {
    margin-bottom: 10px;
  }
}

.p-products-all-item__body {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__body {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__body {
    padding-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 270px;
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: calc(100% - 50px);
    max-width: 426.66667px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .p-products-all-item__filter.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .p-products-all-item__filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__title {
    margin-top: 10px;
    padding: 18px 32px 18px 20px;
    border-radius: 2px;
    background-color: #ececec;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__title {
    padding: 19px 27px 19px 16px;
    border-bottom: 1px solid #004da1;
    color: #004da1;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__title.is-open {
    border-radius: 2px 2px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__title.is-open {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__title::before, .p-products-all-item__filter__title::after {
    background-color: #484848;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__title::before, .p-products-all-item__filter__title::after {
    background-color: #004da1;
  }
}

.p-products-all-item__filter__title::before {
  width: 12px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__title::before {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__title::before {
    right: 15px;
  }
}

.p-products-all-item__filter__title::after {
  height: 12px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__title::after {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__title::after {
    right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__filter__body {
    padding: 5px 20px 30px 20px;
    border-radius: 0 0 2px 2px;
    background-color: #ececec;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-all-item__filter__body {
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .p-products-all-item__filter__body {
    padding: 15px 15px 20px;
    border-bottom: 1px solid #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__results {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 60px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .p-products-all-item__results {
    margin-left: calc( 20px + 40 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .p-products-all-item__results {
    margin-left: 60px;
  }
}

.p-products-all-item__results.results-include {
  margin: 0 auto;
  max-width: 810px;
}

@media screen and (max-width: 767px) {
  .p-products-all-item__item {
    padding: 0 15px;
  }
}

.p-products-all-item__item + .p-products-all-item__item {
  border-top: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__item + .p-products-all-item__item {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__item + .p-products-all-item__item {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.p-products-all-item__more-full {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__more-full {
    margin-top: 90px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__more-full {
    margin-top: 45px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__more-full__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__more-full__inner {
    margin: 0 15px;
  }
}

.p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 0;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-all-item__more-full__button::before, .p-my-page-wish-list__more-full__button--full::before, .p-my-page-wish-list__more-full__button--more::before, .p-my-page-wish-list__more-full__button--more-50::before, .p-products-all-item__more-full__button--full::before, .p-products-all-item__more-full__button--more::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__more-full__button + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button--more, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button--more, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button--more {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item__more-full__button + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--full, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--full, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--more, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--more, .p-products-all-item__more-full__button + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--full + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--more + .p-my-page-wish-list__more-full__button--more-50, .p-my-page-wish-list__more-full__button--more-50 + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button--full + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button--more + .p-my-page-wish-list__more-full__button--more-50, .p-products-all-item__more-full__button + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button--full, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button--full, .p-products-all-item__more-full__button + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--full + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--more + .p-products-all-item__more-full__button--more, .p-my-page-wish-list__more-full__button--more-50 + .p-products-all-item__more-full__button--more, .p-products-all-item__more-full__button--full + .p-products-all-item__more-full__button--more, .p-products-all-item__more-full__button--more + .p-products-all-item__more-full__button--more {
    margin-top: 15px;
  }
}

.p-products-all-item__more-full__button--full {
  background-color: #484848;
  color: #fff;
}

.p-products-all-item__more-full__button--full::before {
  background-image: url(../../common/images/ico_reload_white.svg);
}

.p-products-all-item__more-full__button--more {
  border: 1px solid #484848;
}

.p-products-all-item__more-full__button--more::before {
  background-image: url(../../common/images/ico_reload.svg);
}

.p-products-all-item__overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item__overlay {
    display: none !important;
  }
}

.p-products-all-item-search {
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1440px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.p-products-all-item-search__result {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 50px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__result {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
  }
}

.p-products-all-item-search__number {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search__number {
    margin: 0 10px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__number {
    margin: 0 5px;
    font-size: 24px;
  }
}

.p-products-all-item-search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 755px;
            flex: 0 1 755px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__input {
    margin: 0 15px 15px;
  }
}

.p-products-all-item-search__input > input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-right: 30px;
  padding-left: 16px;
  border: solid 1px #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 2.8px 2.8px 0 0 #ececec;
          box-shadow: inset 2.8px 2.8px 0 0 #ececec;
  color: #484848;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-all-item-search__loupe {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__sp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
  }
}

.p-products-all-item-search__order {
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search__order {
    width: 150px;
    height: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__order {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-left: 16px;
  }
}

.p-products-all-item-search__menu-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-products-all-item-search__menu-button > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-all-item-search__menu-button > button::before {
  display: inline-block;
  z-index: 1;
  width: 18px;
  height: 15px;
  margin-right: 12px;
  background: url(../../common/images/ico_filter-btn.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-all-item-search__select {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__select {
    height: 40px;
    font-size: 16px;
  }
}

.p-products-all-item-search__select > option:nth-child(2n) {
  background-color: #f6f6f6;
}

.p-products-all-item-search__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__condition {
    padding-top: 5px;
    padding-bottom: 34px;
    border-bottom: 1px solid #a3a3a3;
  }
}

.p-products-all-item-search__condition__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  margin-right: 19px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1;
}

.p-products-all-item-search__condition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-products-all-item-search__condition__list {
    margin: 0 15px;
  }
}

.p-products-all-item-search__condition__item, .p-products-all-item-search__condition__item--title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 12px 0 9px;
  border: solid 1px #ececec;
  border-radius: 2px;
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1;
}

.p-products-all-item-search__condition__item--title {
  padding-right: 0;
  padding-left: 0;
  border: none;
  color: #484848;
  font-size: 14px;
}

.p-products-all-item-search__condition__close {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  cursor: pointer;
}

.p-products-all-item-search__condition__close::before, .p-products-all-item-search__condition__close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #7f7f7f;
  content: "";
}

.p-products-all-item-search__condition__close::before {
  right: -4px;
  width: 10px;
  height: 2px;
}

.p-products-all-item-search__condition__close::after {
  right: 0;
  width: 2px;
  height: 10px;
}

.p-products-delivery-header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #fff;
}

.p-products-delivery-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #00a2e6;
}

.p-products-delivery-header__logo {
  width: 200px;
  height: 38px;
}

.p-products-delivery-header__logo img {
  width: 100%;
}

.p-products-delivery-header__button {
  width: 200px;
  height: 40px;
  border-radius: 2px;
  background-color: #004986;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-products-delivery-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
}

.p-products-delivery-header__button span {
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.p-products-delivery-header__button span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url("../../common/images/ico_print.png") no-repeat;
  background-size: contain;
  content: "";
}

.p-products-delivery__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 19px;
  padding-top: 220px;
  text-align: right;
}

.p-products-delivery__number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.p-products-delivery__number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-delivery__number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-delivery__title {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.p-products-delivery__title h1 {
  font-size: 36px;
  letter-spacing: 7.2px;
}

.p-products-delivery__box {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.p-products-delivery__box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-products-delivery__box__left {
  width: 450px;
}

.p-products-delivery__box__left .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  height: 60px;
  border-bottom: 1px solid #999;
}

.p-products-delivery__box__left .text-box p {
  margin-left: 33px;
  font-size: 20px;
}

.p-products-delivery__box__left .text-box:before {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 20px;
  content: "氏名";
}

.p-products-delivery__box__left .text-box input {
  width: 100%;
  height: 29.6px;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

.p-products-delivery__box__left .text-box input::-webkit-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-delivery__box__left .text-box input::-moz-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-delivery__box__left .text-box input:-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-delivery__box__left .text-box input::-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-delivery__box__left .text-box input::placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-delivery__box__left .text-box input::-ms-clear {
  display: none;
}

.p-products-delivery__box__left .text-box .input-text__item {
  display: inline-block;
  position: absolute;
  right: 29px;
  bottom: 14px;
  font-size: 20px;
}

.p-products-delivery__box__left .text-box .input-text__dummy {
  display: inline-block;
  position: relative;
  min-width: 1em;
  max-width: 18em;
  color: transparent;
  white-space: nowrap;
  width: 360px;
}

.p-products-delivery__box__left .text-box .input-text__dummy:after {
  position: absolute;
  top: -2px;
  right: -30px;
  color: #484848;
  font-size: 20px;
  content: "様";
}

.p-products-delivery__box__left .text-box .input-text__dummy::before {
  content: '';
}

.p-products-delivery__box__left .text-box .input-text__dummy:empty::before {
  content: attr(data-placeholder);
}

.p-products-delivery__box__left .text-box .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  text-align: right;
}

.p-products-delivery__box__left .text-box .input-text::-webkit-input-placeholder {
  font-size: 18px;
}

.p-products-delivery__box__left .text-box .input-text::-moz-placeholder {
  font-size: 18px;
}

.p-products-delivery__box__left .text-box .input-text:-ms-input-placeholder {
  font-size: 18px;
}

.p-products-delivery__box__left .text-box .input-text::-ms-input-placeholder {
  font-size: 18px;
}

.p-products-delivery__box__left .text-box .input-text::placeholder {
  font-size: 18px;
}

.p-products-delivery__box__right {
  position: relative;
  width: 300px;
  height: 217px;
}

.p-products-delivery__box__right::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background-image: url("../../images/products/estimate/img_shaban.png");
  background-size: contain;
  content: "";
}

.p-products-delivery__box__right span {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-delivery__box__right img {
  width: 300px;
  margin-bottom: 10px;
}

.p-products-delivery__box__right p {
  z-index: 2;
  position: relative;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-delivery__sum {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.p-products-delivery__sum__inr {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-delivery__sum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-products-delivery__sum dl dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__sum dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-products-delivery__sum dl dd > span {
  margin-left: 5px;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.p-products-delivery__sum span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-products-delivery__subtotal {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 49px;
}

.p-products-delivery__subtotal__inr {
  width: 620px;
  margin: 0 auto;
}

.p-products-delivery__subtotal p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-delivery__subtotal dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-delivery__subtotal dl:last-child {
  margin-bottom: 0;
}

.p-products-delivery__subtotal dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-products-delivery__subtotal dl dt > span {
  font-size: 14px;
  letter-spacing: 0.84px;
}

.p-products-delivery__subtotal dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__subtotal dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-delivery__pay {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.p-products-delivery__pay__inr {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-delivery__pay p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-delivery__pay dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-products-delivery__pay dl:last-child {
  margin-bottom: 0;
}

.p-products-delivery__pay dl dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-products-delivery__pay dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__pay dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-delivery__caution {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 115px;
}

.p-products-delivery__caution p {
  width: 620px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: right;
}

.p-products-delivery__list {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 155px;
}

.p-products-delivery__list ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 1rem;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-products-delivery__list ul li:last-child {
  margin-bottom: 0;
}

.p-products-delivery__list ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

.p-products-delivery__table {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.p-products-delivery__table table {
  margin-bottom: 27px;
}

.p-products-delivery__table caption {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
}

.p-products-delivery__table tr:nth-child(-n + 2) th {
  background-color: #f6f6f6;
}

.p-products-delivery__table th {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-left: none;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.p-products-delivery__table td {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.p-products-delivery__table td:first-child {
  border-left: none;
}

.p-products-delivery__table td:last-child {
  border-right: none;
}

.p-products-delivery__table tr:first-child th {
  border-top: 2px solid #c8c8c8;
  text-align: center;
}

.p-products-delivery__table tr:first-child th:last-child {
  border-right: none;
}

.p-products-delivery__table tr:first-child td {
  text-align: center !important;
}

.p-products-delivery__table .col-6 {
  border-bottom: 2px solid #c8c8c8;
}

.p-products-delivery__table .col-6 tr th:first-child {
  width: 60px;
}

.p-products-delivery__table .col-6 tr th:nth-child(2) {
  width: 95px;
}

.p-products-delivery__table .col-6 tr th:nth-child(3) {
  width: 475px;
}

.p-products-delivery__table .col-6 tr th:nth-child(4) {
  width: 115px;
}

.p-products-delivery__table .col-6 tr th:nth-child(5) {
  width: 60px;
}

.p-products-delivery__table .col-6 tr th:nth-child(6) {
  width: 135px;
}

.p-products-delivery__table .col-6 tr th.border-right-none {
  border-right: none;
}

.p-products-delivery__table .col-6 tr td {
  vertical-align: middle;
}

.p-products-delivery__table .col-6 tr td:nth-child(2) {
  text-align: center;
}

.p-products-delivery__table .col-6 tr td:nth-child(4) {
  padding-right: 20px;
  padding-left: 10px;
  text-align: right;
}

.p-products-delivery__table .col-6 tr td:nth-child(5) {
  text-align: center;
}

.p-products-delivery__table .col-6 tr td:nth-child(6) {
  text-align: right;
}

.p-products-delivery__table p {
  color: #7f7f7f;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

.p-products-delivery__table p > span {
  margin-right: 14px;
}

.p-products-delivery__sum-table {
  width: 940px;
  margin: 0 auto;
}

.p-products-delivery__sum-table__pay {
  width: 470px;
  margin-bottom: 30px;
  margin-left: 470px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-products-delivery__sum-table__pay dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-products-delivery__sum-table__pay dl dt {
  width: 178px;
  padding: 42px 0;
  border-right: 1px solid #c8c8c8;
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
  text-align: center;
}

.p-products-delivery__sum-table__pay dl dd {
  width: 290px;
  padding: 23px 0;
  padding-right: 20px;
  text-align: right;
}

.p-products-delivery__sum-table__pay dl dd p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-delivery__sum-table__pay dl dd p > span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__sum-table__sum {
  width: 470px;
  margin-bottom: 30px;
  margin-left: 470px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-products-delivery__sum-table__sum dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
}

.p-products-delivery__sum-table__sum dl div:last-child {
  border-bottom: none;
}

.p-products-delivery__sum-table__sum dl div:last-child dt {
  padding: 40px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__sum-table__sum dl div:last-child dd {
  padding: 21px 0;
  padding-right: 20px;
}

.p-products-delivery__sum-table__sum dl div:last-child dd p {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-products-delivery__sum-table__sum dl div:last-child dd p > span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__sum-table__sum dl div:last-child dd span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-delivery__sum-table__sum dl dt {
  width: 178px;
  padding: 17px 0;
  border-right: 1px solid #c8c8c8;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-products-delivery__sum-table__sum dl dd {
  width: 290px;
  padding: 17px 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-products-delivery__sum-table__sum dl dd p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-delivery__sum-table__sum dl dd p > span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-delivery__support {
  width: 940px;
  margin: 0 auto;
  margin-top: 115px;
  margin-bottom: 160px;
  padding: 50px;
  border: solid 2px #c8c8c8;
  page-break-before: always;
}

.p-products-delivery__support h3 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

.p-products-delivery__support p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-delivery__support .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}

.p-products-delivery__support .text-small {
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-products-delivery__support .text-middle {
  padding-right: 7px;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-delivery__support .text-large {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-products-delivery__contact {
  margin-bottom: 35px;
}

.p-products-delivery__contact:last-child {
  margin-bottom: 0;
}

.p-products-delivery-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 940px;
  margin: 90px auto 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 3px solid #00a2e6;
}

.p-products-delivery-footer p {
  font-size: 14px;
  line-height: 1.071;
  text-align: right;
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-products-delivery-header__button {
    display: none;
  }
  .p-products-delivery-header__button span {
    display: none;
  }
  .p-products-delivery-header {
    display: none;
  }
  .p-products-delivery__number {
    padding-top: 100px;
  }
  .text-box .input-wrap {
    width: auto;
    height: 25px;
    margin-left: 50px;
  }
  .text-box input {
    max-width: 375px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .text-box input::-webkit-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-moz-placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box:before {
    display: none !important;
  }
  .text-box:after {
    display: none !important;
  }
  .input-text__item {
    left: 5px !important;
  }
  .input-text {
    top: 0px !important;
    text-align: left !important;
  }
  .input-text__dummy {
    top: 2.17px !important;
    color: transparent !important;
  }
  .input-text__dummy::after {
    top: 1px !important;
  }
  .p-products-delivery__box__right {
    position: relative;
    width: 310px;
    height: 217px;
  }
  .p-products-delivery__box__right::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 88px;
    background-size: contain;
    content: url(../../images/products/estimate/img_shaban.png);
  }
  .p-products-delivery__list ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #484848;
    font-size: 8px;
    content: "●";
  }
  .p-products-delivery-footer {
    display: none;
  }
}

.p-estimate-02-header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #fff;
}

.p-estimate-02-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #00a2e6;
}

.p-estimate-02-header__logo {
  width: 200px;
  height: 38px;
}

.p-estimate-02-header__logo img {
  width: 100%;
}

.p-estimate-02-header__button {
  width: 200px;
  height: 40px;
  border-radius: 2px;
  background-color: #004986;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-estimate-02-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
}

.p-estimate-02-header__button span {
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.p-estimate-02-header__button span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url("../../common/images/ico_print.png") no-repeat;
  background-size: contain;
  content: "";
}

.p-estimate-02__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 19px;
  padding-top: 220px;
  text-align: right;
}

.p-estimate-02__number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.p-estimate-02__number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-estimate-02__number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-estimate-02__title {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.p-estimate-02__title h1 {
  font-size: 36px;
  letter-spacing: 7.2px;
}

.p-estimate-02__box {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.p-estimate-02__box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-estimate-02__box__left {
  width: 450px;
}

.p-estimate-02__box__left .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  height: 60px;
  border-bottom: 1px solid #999;
}

.p-estimate-02__box__left .text-box p {
  margin-left: 33px;
  font-size: 20px;
}

.p-estimate-02__box__left .text-box:before {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 20px;
  content: "氏名";
}

.p-estimate-02__box__left .text-box input {
  width: 100%;
  height: 29.6px;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

.p-estimate-02__box__left .text-box input::-webkit-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate-02__box__left .text-box input::-moz-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate-02__box__left .text-box input:-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate-02__box__left .text-box input::-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate-02__box__left .text-box input::placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate-02__box__left .text-box input::-ms-clear {
  display: none;
}

.p-estimate-02__box__left .text-box .input-text__item {
  display: inline-block;
  position: absolute;
  right: 29px;
  bottom: 14px;
  font-size: 20px;
}

.p-estimate-02__box__left .text-box .input-text__dummy {
  display: inline-block;
  position: relative;
  min-width: 1em;
  max-width: 18em;
  color: transparent;
  white-space: nowrap;
  width: 360px;
}

.p-estimate-02__box__left .text-box .input-text__dummy:after {
  position: absolute;
  top: -2px;
  right: -30px;
  color: #484848;
  font-size: 20px;
  content: "様";
}

.p-estimate-02__box__left .text-box .input-text__dummy::before {
  content: '';
}

.p-estimate-02__box__left .text-box .input-text__dummy:empty::before {
  content: attr(data-placeholder);
}

.p-estimate-02__box__left .text-box .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  text-align: right;
}

.p-estimate-02__box__left .text-box .input-text::-webkit-input-placeholder {
  font-size: 18px;
}

.p-estimate-02__box__left .text-box .input-text::-moz-placeholder {
  font-size: 18px;
}

.p-estimate-02__box__left .text-box .input-text:-ms-input-placeholder {
  font-size: 18px;
}

.p-estimate-02__box__left .text-box .input-text::-ms-input-placeholder {
  font-size: 18px;
}

.p-estimate-02__box__left .text-box .input-text::placeholder {
  font-size: 18px;
}

.p-estimate-02__box__right {
  position: relative;
  width: 300px;
  height: 217px;
}

.p-estimate-02__box__right::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background-image: url("../../images/products/estimate/img_shaban.png");
  background-size: contain;
  content: "";
}

.p-estimate-02__box__right span {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-estimate-02__box__right img {
  width: 300px;
  margin-bottom: 10px;
}

.p-estimate-02__box__right p {
  z-index: 2;
  position: relative;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-estimate-02__sum {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.p-estimate-02__sum__inr {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-estimate-02__sum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.p-estimate-02__sum dl dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
 
.p-estimate-02__sum dl dt.small {
  font-size: 16px;
  font-weight: normal;
}

.p-estimate-02__sum dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-estimate-02__sum dl dd.small {
  font-size: 20px;
  font-weight: normal;
}

.p-estimate-02__sum dl dd > span {
  margin-left: 5px;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.p-estimate-02__sum span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-estimate-02__subtotal {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 49px;
}

.p-estimate-02__subtotal__inr {
  width: 620px;
  margin: 0 auto;
}

.p-estimate-02__subtotal p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-estimate-02__subtotal dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-estimate-02__subtotal dl:last-child {
  margin-bottom: 0;
}

.p-estimate-02__subtotal dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-estimate-02__subtotal dl dt > span {
  font-size: 14px;
  letter-spacing: 0.84px;
}

.p-estimate-02__subtotal dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-estimate-02__subtotal dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-estimate-02__pay {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 18px;
}

.p-estimate-02__pay__inr {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #a3a3a3;
}

.p-estimate-02__pay p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-estimate-02__pay dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-estimate-02__pay dl:last-child {
  margin-bottom: 0;
}

.p-estimate-02__pay dl dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-estimate-02__pay dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-estimate-02__pay dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-estimate-02__caution {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 115px;
}

.p-estimate-02__caution p {
  width: 620px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: right;
}

.p-estimate-02__list {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 155px;
}

.p-estimate-02__list ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 1rem;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-estimate-02__list ul li:last-child {
  margin-bottom: 0;
}

.p-estimate-02__list ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #484848;
  content: "";
}

.p-estimate-02__table {
  position: relative;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
  page-break-before: always;
}

@media screen {
  .p-estimate-02__table div p {
    display: none;
  }
  .p-estimate-02__table div table {
    margin-bottom: 0;
  }
  .p-estimate-02__table div table tr:last-child td {
    border-bottom: none;
  }
  .p-estimate-02__table div:last-child table {
    margin-bottom: 27px;
  }
  .p-estimate-02__table div:last-child table tr:last-child td {
    border-bottom: 2px solid #c8c8c8;
  }
}

.p-estimate-02__table table {
  width: 100%;
  margin-bottom: 27px;
}

.p-estimate-02__table caption {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
}

.p-estimate-02__table th {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-left: none;
  border-collapse: collapse;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-estimate-02__table td {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.p-estimate-02__table td:first-child {
  border-left: none;
}

.p-estimate-02__table td:last-child {
  border-right: none;
}

.p-estimate-02__table tr:first-child th {
  border-top: 2px solid #c8c8c8;
  text-align: center;
}

.p-estimate-02__table tr:first-child th:last-child {
  border-right: none;
}

.p-estimate-02__table tr:first-child td {
  text-align: center !important;
}

.p-estimate-02__table tr:last-child th, .p-estimate-02__table tr:last-child td {
  border-bottom: 2px solid #c8c8c8;
}

.p-estimate-02__table .col-5 tr th:first-child, .p-estimate-02__table .col-5 tr td:first-child {
  width: 60px;
}

.p-estimate-02__table .col-5 tr th:nth-child(2), .p-estimate-02__table .col-5 tr td:nth-child(2) {
  width: 585px;
}

.p-estimate-02__table .col-5 tr th:nth-child(3), .p-estimate-02__table .col-5 tr td:nth-child(3) {
  width: 115px;
}

.p-estimate-02__table .col-5 tr th:nth-child(4), .p-estimate-02__table .col-5 tr td:nth-child(4) {
  width: 60px;
}

.p-estimate-02__table .col-5 tr th:nth-child(5), .p-estimate-02__table .col-5 tr td:nth-child(5) {
  width: 115px;
}

.p-estimate-02__table .col-5 tr td {
  vertical-align: middle;
}

.p-estimate-02__table .col-5 tr td:first-child {
  text-align: center;
}

.p-estimate-02__table .col-5 tr td:nth-child(3) {
  text-align: right;
}

.p-estimate-02__table .col-5 tr td:nth-child(4) {
  text-align: center;
}

.p-estimate-02__table .col-5 tr td:nth-child(5) {
  text-align: right;
}

.p-estimate-02__table p {
  color: #7f7f7f;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

.p-estimate-02__table p > span {
  margin-right: 14px;
}

.p-estimate-02__table--sum{
  page-break-before: avoid;
}
.p-estimate-02__table--sum tr:first-child th{
  width: 150px;
  text-align: left;
}
.p-estimate-02__table--sum tr:first-child td{
  border-top: 2px solid #c8c8c8;
}
.p-estimate-02__table--sum tr th{
  text-align: left;
}
.p-estimate-02__table--sum tr:first-child td{
  text-align: right !important;
}
.p-estimate-02__table--sum td{
  text-align: right;
}
.p-estimate-02__table--sum tr td strong{
  font-size: 28px;
}
.p-estimate-02__table--sum  tr td strong span{
  font-size: 18px;
}

.p-estimate-02-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 940px;
  margin: 90px auto 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 3px solid #00a2e6;
}
.p-estimate-02-footer p {
  font-size: 14px;
  line-height: 1.071;
  text-align: right;
}

.p-products-slip-number {
  display: none;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
}

.p-products-slip-number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-products-slip-number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-slip-number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-estimate-02-header__button {
    display: none;
  }
  .p-estimate-02-header__button span {
    display: none;
  }
  .p-estimate-02-header {
    display: none;
  }
  .p-estimate-02__number {
    padding-top: 100px;
  }
  .text-box .input-wrap {
    width: auto;
    height: 25px;
    margin-left: 50px;
  }
  .text-box input {
    max-width: 375px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .text-box input::-webkit-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-moz-placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box:before {
    display: none !important;
  }
  .text-box:after {
    display: none !important;
  }
  .input-text__item {
    left: 5px !important;
  }
  .input-text {
    top: 0px !important;
    text-align: left !important;
  }
  .input-text__dummy {
    top: 2.17px !important;
    color: transparent !important;
  }
  .input-text__dummy::after {
    top: 1px !important;
  }
  .p-estimate-02__box__right {
    position: relative;
    width: 310px;
    height: 217px;
  }
  .p-estimate-02__box__right::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 88px;
    background-size: contain;
    content: url(../../images/products/estimate/img_shaban.png);
  }
  .p-estimate-02__list ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #484848;
    font-size: 8px;
    content: "●";
  }
  .p-estimate-02__caution {
    margin-bottom: 105px;
  }
}

@media print {
  .p-estimate-02__caution {
    margin-bottom: 50px;
  }
}

@media print {
  .p-products-slip-number {
    display: block;
  }
  .p-estimate-02-footer {
    display: none;
  }
}

.p-estimate-header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.p-estimate-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #00a2e6;
}

.p-estimate-header__logo {
  width: 200px;
  height: 38px;
}

.p-estimate-header__logo img {
  width: 100%;
}

.p-estimate-header__button {
  width: 200px;
  height: 40px;
  border-radius: 2px;
  background-color: #004986;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-estimate-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
}

.p-estimate-header__button span {
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.p-estimate-header__button span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url("../../common/images/ico_print.png") no-repeat;
  background-size: contain;
  content: "";
}

.p-estimate__title {
  width: 940px;
  margin: 0 auto;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.p-estimate__title h1 {
  margin-top: 95px;
  padding-top: 110px;
  font-size: 36px;
  line-height: 1.5;
}

.p-estimate__title h2 {
  margin-top: 90px;
  font-size: 24px;
  line-height: 2.25;
}

.p-estimate__box {
  width: 940px;
  margin: 70px auto 0;
}

.p-estimate__box .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-estimate__box .l-flex .l-wrap {
  width: 680px;
  margin: 0;
}

.p-estimate__box .l-flex .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 470px;
  height: 60px;
  border-bottom: 1px solid #999;
}

.p-estimate__box .l-flex .text-box p {
  margin-left: 33px;
  font-size: 20px;
}

.p-estimate__box .l-flex .text-box:before {
  position: absolute;
  bottom: 12px;
  left: 0;
  font-size: 20px;
  content: "氏名";
}

.p-estimate__box .l-flex .text-box input {
  width: 100%;
  height: 29.6px;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

.p-estimate__box .l-flex .text-box input::-webkit-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate__box .l-flex .text-box input::-moz-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate__box .l-flex .text-box input:-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate__box .l-flex .text-box input::-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate__box .l-flex .text-box input::placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-estimate__box .l-flex .text-box input::-ms-clear {
  display: none;
}

.p-estimate__box .l-flex .text-box .input-text__item {
  display: inline-block;
  position: absolute;
  right: 29px;
  bottom: 14px;
  font-size: 20px;
}

.p-estimate__box .l-flex .text-box .input-text__dummy {
  display: inline-block;
  position: relative;
  min-width: 1em;
  max-width: 18em;
  color: transparent;
  white-space: nowrap;
}

.p-estimate__box .l-flex .text-box .input-text__dummy:after {
  position: absolute;
  top: 3px;
  right: -30px;
  color: #484848;
  font-size: 20px;
  content: "様";
}

.p-estimate__box .l-flex .text-box .input-text__dummy::before {
  content: '';
}

.p-estimate__box .l-flex .text-box .input-text__dummy:empty::before {
  content: attr(data-placeholder);
}

.p-estimate__box .l-flex .text-box .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: right;
}

.p-estimate__box .l-flex .box-column {
  width: 680px;
  min-height: 250px;
  margin-top: 30px;
  padding: 28px;
  padding-bottom: 18px;
  border: 2px solid #a3a3a3;
}

.p-estimate__box .l-flex .box-column .model {
  width: 100%;
  min-height: 143px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a3a3a3;
}

.p-estimate__box .l-flex .box-column .model p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.p-estimate__box .l-flex .box-column .sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 17px;
}

.p-estimate__box .l-flex .box-column .sum:after {
  position: absolute;
  right: -7px;
  width: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 0;
  content: "＋ 送料";
}

.p-estimate__box .l-flex .box-column .sum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px;
}

.p-estimate__box .l-flex .box-column .sum dl dt {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}

.p-estimate__box .l-flex .box-column .sum dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-align: right;
}

.p-estimate__box .l-flex .box-column .sum dl dd span {
  padding-right: 7px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.571;
}

.p-estimate__box .l-flex .box-column .sum dl dd .tax {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.p-estimate__box .l-flex .estimate-qr {
  width: 200px;
  margin: 0;
}

.p-estimate__box .l-flex .estimate-qr .qr-img {
  width: 200px;
  height: 200px;
  margin-top: 72px;
}

.p-estimate__box .l-flex .estimate-qr .qr-img img {
  width: 100%;
}

.p-estimate__box .l-flex .estimate-qr .date {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.p-estimate__box .l-flex .estimate-qr .number {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.143;
  text-align: right;
}

.p-estimate__box .l-flex .estimate-qr .qr-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.p-estimate__url {
  width: 940px;
  height: 60px;
  margin: 33px auto 30px;
  padding: 16px 40px;
  border-radius: 2px;
  background-color: #f6f6f6;
  text-align: center;
}

.p-estimate__url p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.143;
}

.p-estimate__url a {
  color: #00a2e6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  line-height: 1.875;
}

.p-estimate__table {
  width: 940px;
  margin: 0 auto;
}

.p-estimate__sum-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin: 90px auto 0;
  padding: 35px 40px;
  border: 2px solid #a3a3a3;
  border-radius: 2px;
}

.p-estimate__sum-box .sum-left {
  position: relative;
  width: 50%;
}

.p-estimate__sum-box .sum-left:before {
  display: block;
  position: absolute;
  top: -8px;
  right: -3px;
  width: 4px;
  height: 98px;
  border-right: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  content: "";
}

.p-estimate__sum-box .sum-left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}

.p-estimate__sum-box .sum-left dl:last-child {
  margin-bottom: 0;
}

.p-estimate__sum-box .sum-left dl dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.p-estimate__sum-box .sum-left dl dd {
  margin-right: 45px;
  font-size: 16px;
}

.p-estimate__sum-box .sum-left dl dd span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.p-estimate__sum-box .sum-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
}

.p-estimate__sum-box .sum-right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-left: 45px;
}

.p-estimate__sum-box .sum-right dl dt {
  margin-right: 30px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

.p-estimate__sum-box .sum-right dl dd {
  position: relative;
  font-size: 16px;
}

.p-estimate__sum-box .sum-right dl dd span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.071;
}

.p-estimate__sum-box .sum-right dl dd .tax {
  position: absolute;
  left: 10px;
  width: 200px;
  font-size: 14px;
  line-height: 1.5;
}

.p-estimate__caution {
  width: 940px;
  margin: 30px auto 0;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.5;
}

.p-estimate__caution p {
  margin-bottom: 9px;
}

.p-estimate-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 940px;
  margin: 90px auto 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 3px solid #00a2e6;
}

.p-estimate-footer p {
  font-size: 14px;
  line-height: 1.071;
  text-align: right;
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-estimate-header__button {
    display: none;
  }
  .p-estimate-header__button span {
    display: none;
  }
  .p-estimate-header {
    position: absolute;
    top: 0;
  }
  .text-box .input-wrap {
    width: auto;
    height: 25px;
    margin-left: 50px;
  }
  .text-box input {
    max-width: 375px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .text-box input::-webkit-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-moz-placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box:before {
    display: none !important;
  }
  .text-box:after {
    display: none !important;
  }
  .input-text__item {
    left: 5px !important;
  }
  .input-text {
    top: 0px !important;
    text-align: left !important;
  }
  .input-text__dummy {
    top: 2.17px !important;
    color: transparent !important;
  }
  .input-text__dummy::after {
    top: 1px !important;
  }
}

.p-products-invoice-header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #fff;
}

.p-products-invoice-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #00a2e6;
}

.p-products-invoice-header__logo {
  width: 200px;
  height: 38px;
}

.p-products-invoice-header__logo img {
  width: 100%;
}

.p-products-invoice-header__button {
  width: 200px;
  height: 40px;
  border-radius: 2px;
  background-color: #004986;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-products-invoice-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
}

.p-products-invoice-header__button span {
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.p-products-invoice-header__button span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url("../../common/images/ico_print.png") no-repeat;
  background-size: contain;
  content: "";
}

.p-products-invoice__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 210px;
  text-align: right;
}

.p-products-invoice__number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.p-products-invoice__number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-invoice__number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-invoice__title {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.p-products-invoice__title h1 {
  font-size: 36px;
  letter-spacing: 7.2px;
}

.p-products-invoice__box {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.p-products-invoice__box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-products-invoice__box__left {
  width: 450px;
}

.p-products-invoice__box__left .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  height: 60px;
  border-bottom: 1px solid #999;
}

.p-products-invoice__box__left .text-box p {
  margin-left: 33px;
  font-size: 20px;
}

.p-products-invoice__box__left .text-box:before {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 20px;
  content: "氏名";
}

.p-products-invoice__box__left .text-box input {
  width: 100%;
  height: 29.6px;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

.p-products-invoice__box__left .text-box input::-webkit-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-invoice__box__left .text-box input::-moz-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-invoice__box__left .text-box input:-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-invoice__box__left .text-box input::-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-invoice__box__left .text-box input::placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-invoice__box__left .text-box input::-ms-clear {
  display: none;
}

.p-products-invoice__box__left .text-box .input-text__item {
  display: inline-block;
  position: absolute;
  right: 29px;
  bottom: 14px;
  font-size: 20px;
}

.p-products-invoice__box__left .text-box .input-text__dummy {
  display: inline-block;
  position: relative;
  min-width: 1em;
  width: 360px;
  max-width: 18em;
  color: transparent;
  white-space: nowrap;
}

.p-products-invoice__box__left .text-box .input-text__dummy:after {
  position: absolute;
  top: -2px;
  right: -30px;
  color: #484848;
  font-size: 20px;
  content: "様";
}

.p-products-invoice__box__left .text-box .input-text__dummy::before {
  content: '';
}

.p-products-invoice__box__left .text-box .input-text__dummy:empty::before {
  content: attr(data-placeholder);
}

.p-products-invoice__box__left .text-box .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  text-align: right;
}

.p-products-invoice__box__left .text-box .input-text::-webkit-input-placeholder {
  font-size: 18px;
}

.p-products-invoice__box__left .text-box .input-text::-moz-placeholder {
  font-size: 18px;
}

.p-products-invoice__box__left .text-box .input-text:-ms-input-placeholder {
  font-size: 18px;
}

.p-products-invoice__box__left .text-box .input-text::-ms-input-placeholder {
  font-size: 18px;
}

.p-products-invoice__box__left .text-box .input-text::placeholder {
  font-size: 18px;
}

.p-products-invoice__box__right {
  position: relative;
  width: 300px;
  height: 217px;
}

.p-products-invoice__box__right::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background-image: url("../../images/products/estimate/img_shaban.png");
  background-size: contain;
  content: "";
}

.p-products-invoice__box__right span {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-invoice__box__right img {
  width: 300px;
  margin-bottom: 10px;
}

.p-products-invoice__box__right p {
  z-index: 2;
  position: relative;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-invoice__box__number {
  display: flex;
  justify-content: flex-end;
}

.p-products-invoice__box__number dl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.p-products-invoice__box__number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-invoice__box__number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-invoice__sum {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.p-products-invoice__sum__inr {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-invoice__sum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-products-invoice__sum dl dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
}

.p-products-invoice__sum dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-products-invoice__sum dl dd > span {
  margin-left: 5px;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.p-products-invoice__sum span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-products-invoice__subtotal {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 49px;
}

.p-products-invoice__subtotal__inr {
  width: 620px;
  margin: 0 auto;
}

.p-products-invoice__subtotal p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-invoice__subtotal dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-invoice__subtotal dl:last-child {
  margin-bottom: 0;
}

.p-products-invoice__subtotal dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-products-invoice__subtotal dl dt > span {
  font-size: 14px;
  letter-spacing: 0.84px;
}

.p-products-invoice__subtotal dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-invoice__subtotal dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-invoice__pay {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 160px;
}

.p-products-invoice__pay__inr {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-invoice__pay p {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-invoice__pay dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-products-invoice__pay dl:last-child {
  margin-bottom: 0;
}

.p-products-invoice__pay dl dt {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.96px;
}

.p-products-invoice__pay dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.p-products-invoice__pay dl dd > span {
  margin-left: 3px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
}

.p-products-invoice__payment dl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.p-products-invoice__payment dt {
  font-weight: normal !important;
}

.p-products-invoice__text {
  line-height: 1.4;
  margin-bottom: 40px;
}

.p-products-invoice-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 940px;
  margin: 90px auto 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 3px solid #00a2e6;
}

.p-products-invoice-footer p {
  font-size: 14px;
  line-height: 1.071;
  text-align: right;
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-products-invoice-header__button {
    display: none;
  }
  .p-products-invoice-header__button span {
    display: none;
  }
  .p-products-invoice-header {
    display: none;
  }
  .p-products-invoice__number {
    padding-top: 100px;
  }
  .text-box .input-wrap {
    width: auto;
    height: 25px;
    margin-left: 50px;
  }
  .text-box input {
    max-width: 375px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .text-box input::-webkit-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-moz-placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box:before {
    display: none !important;
  }
  .text-box:after {
    display: none !important;
  }
  .input-text__item {
    left: 5px !important;
  }
  .input-text {
    top: 0px !important;
    text-align: left !important;
  }
  .input-text__dummy {
    top: 2.17px !important;
    color: transparent !important;
  }
  .input-text__dummy::after {
    top: 1px !important;
  }
  .p-products-invoice__box__right {
    position: relative;
    width: 310px;
    height: 217px;
  }
  .p-products-invoice__box__right::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 88px;
    background-size: contain;
    content: url(../../images/products/estimate/img_shaban.png);
  }
  .p-products-invoice__pay {
    margin-bottom: 110px;
  }
  .p-products-invoice-footer {
    display: none;
  }
}

@page {
  margin: 20mm;
}

.p-products-receipt-header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #fff;
}

.p-products-receipt-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #00a2e6;
}

.p-products-receipt-header__logo {
  width: 200px;
  height: 38px;
}

.p-products-receipt-header__logo img {
  width: 100%;
}

.p-products-receipt-header__button {
  width: 200px;
  height: 40px;
  border-radius: 2px;
  background-color: #004986;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.p-products-receipt-header__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
}

.p-products-receipt-header__button span {
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.p-products-receipt-header__button span:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: url("../../common/images/ico_print.png") no-repeat;
  background-size: contain;
  content: "";
}

.p-products-receipt__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 210px;
  text-align: right;
}

.p-products-receipt__number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.p-products-receipt__number dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-receipt__number dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-receipt__title {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #484848;
  font-weight: bold;
  text-align: center;
}

.p-products-receipt__title h1 {
  font-size: 36px;
  letter-spacing: 7.2px;
}

.p-products-receipt__box {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.p-products-receipt__box__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-products-receipt__box__left {
  width: 450px;
}

.p-products-receipt__box__left .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  height: 60px;
  border-bottom: 1px solid #999;
}

.p-products-receipt__box__left .text-box p {
  margin-left: 33px;
  font-size: 20px;
}

.p-products-receipt__box__left .text-box:before {
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 20px;
  content: "氏名";
}

.p-products-receipt__box__left .text-box input {
  width: 100%;
  height: 29.6px;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

.p-products-receipt__box__left .text-box input::-webkit-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-receipt__box__left .text-box input::-moz-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-receipt__box__left .text-box input:-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-receipt__box__left .text-box input::-ms-input-placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-receipt__box__left .text-box input::placeholder {
  font-size: 18px;
  text-align: right;
  opacity: 0.8;
}

.p-products-receipt__box__left .text-box input::-ms-clear {
  display: none;
}

.p-products-receipt__box__left .text-box .input-text__item {
  display: inline-block;
  position: absolute;
  right: 29px;
  bottom: 14px;
  font-size: 20px;
}

.p-products-receipt__box__left .text-box .input-text__dummy {
  display: inline-block;
  position: relative;
  min-width: 1em;
  max-width: 18em;
  color: transparent;
  white-space: nowrap;
  width: 360px;
}

.p-products-receipt__box__left .text-box .input-text__dummy:after {
  position: absolute;
  top: -2px;
  right: -30px;
  color: #484848;
  font-size: 20px;
  content: "様";
}

.p-products-receipt__box__left .text-box .input-text__dummy::before {
  content: '';
}

.p-products-receipt__box__left .text-box .input-text__dummy:empty::before {
  content: attr(data-placeholder);
}

.p-products-receipt__box__left .text-box .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  text-align: right;
}

.p-products-receipt__box__left .text-box .input-text::-webkit-input-placeholder {
  font-size: 18px;
}

.p-products-receipt__box__left .text-box .input-text::-moz-placeholder {
  font-size: 18px;
}

.p-products-receipt__box__left .text-box .input-text:-ms-input-placeholder {
  font-size: 18px;
}

.p-products-receipt__box__left .text-box .input-text::-ms-input-placeholder {
  font-size: 18px;
}

.p-products-receipt__box__left .text-box .input-text::placeholder {
  font-size: 18px;
}

.p-products-receipt__box__right {
  position: relative;
  width: 300px;
  height: 217px;
}

.p-products-receipt__box__right::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 88px;
  background-image: url("../../images/products/estimate/img_shaban.png");
  background-size: contain;
  content: "";
}

.p-products-receipt__box__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.p-products-receipt__box__right dl dt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

.p-products-receipt__box__right dl dd {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

.p-products-receipt__box__right span {
  display: block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-receipt__box__right img {
  width: 300px;
  margin-bottom: 10px;
}

.p-products-receipt__box__right p {
  z-index: 2;
  position: relative;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: right;
}

.p-products-receipt__box__number {
  display: flex;
  justify-content: flex-end;
}

.p-products-receipt__sum {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.p-products-receipt__sum__inr {
  width: 940px;
  margin: 0 auto 60px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3a3a3;
}

.p-products-receipt__sum dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

.p-products-receipt__sum dl dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
}

.p-products-receipt__sum dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-products-receipt__sum dl dd > span {
  margin-left: 5px;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.p-products-receipt__sum span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-products-receipt__table {
  position: relative;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media screen {
  .p-products-receipt__table div p {
    display: none;
  }
  .p-products-receipt__table div table {
    margin-bottom: 0;
  }
  .p-products-receipt__table div table tr:last-child td {
    border-bottom: none;
  }
  .p-products-receipt__table div:last-child table {
    margin-bottom: 27px;
  }
  .p-products-receipt__table div:last-child table tr:last-child td {
    border-bottom: 2px solid #c8c8c8;
  }
}

.p-products-receipt__table__text--caption {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
  margin-bottom: 20px;
}

.p-products-receipt__table__text--caution {
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: 0.84px;
  margin-bottom: 10px;
  text-align: right;
}

.p-products-receipt__table__number {
  display: flex;
}

.p-products-receipt__table__number dl:first-child {
  margin-right: 40px;
}

.p-products-receipt__table__number dl {
  display: flex;
}

.p-products-receipt__table__number dt {
  font-weight: normal;
}

.p-products-receipt__table table.details {
  width: 100%;
  margin-bottom: 30px;
}

.p-products-receipt__table .details caption {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
}

.p-products-receipt__table .details th {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-left: none;
  border-collapse: collapse;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-products-receipt__table .details td {
  padding: 15px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.p-products-receipt__table .details td:first-child {
  border-left: none;
}

.p-products-receipt__table .details td:last-child {
  border-right: none;
}

.p-products-receipt__table .details tr:first-child th {
  border-top: 2px solid #c8c8c8;
  text-align: center;
}

.p-products-receipt__table .details tr:first-child th:last-child {
  border-right: none;
}

.p-products-receipt__table .details tr:first-child td {
  text-align: center !important;
}

.p-products-receipt__table .details tr:last-child th, .p-products-receipt__table .details tr:last-child td {
  border-bottom: 2px solid #c8c8c8;
}

.p-products-receipt__table .details .col-7 tr th:first-child, .p-products-receipt__table .details .col-7 tr td:first-child {
  width: 80px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(2), .p-products-receipt__table .details .col-7 tr td:nth-child(2) {
  width: 430px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(3), .p-products-receipt__table .details .col-7 tr td:nth-child(3) {
  width: 70px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(4), .p-products-receipt__table .details .col-7 tr td:nth-child(4) {
  width: 90px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(5), .p-products-receipt__table .details .col-7 tr td:nth-child(5) {
  width: 100px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(6), .p-products-receipt__table .details .col-7 tr td:nth-child(6) {
  width: 70px;
}

.p-products-receipt__table .details .col-7 tr th:nth-child(7), .p-products-receipt__table .details .col-7 tr td:nth-child(7) {
  width: 100px;
}

.p-products-receipt__table .details .col-7 tr td {
  vertical-align: middle;
}

.p-products-receipt__table .details .col-7 tr td:first-child {
  text-align: center;
}

.p-products-receipt__table .details .col-7 tr td:nth-child(3) {
  text-align: right;
}

.p-products-receipt__table .details .col-7 tr td:nth-child(4) {
  text-align: center;
}

.p-products-receipt__table .details .col-7 tr td:nth-child(5) {
  text-align: right;
}

.p-products-receipt__table .details .col-7 tr td:nth-child(6) {
  text-align: center;
}

.p-products-receipt__table .details .col-7 tr td:nth-child(7) {
  text-align: right;
}

/*.p-products-receipt__table p {
  color: #7f7f7f;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}*/

.p-products-receipt__table p > span {
  margin-right: 14px;
}

.p-products-receipt__table .details-sub {
  margin: 0 0 30px auto;
  width: 50%;
}

.p-products-receipt__table .details-sub caption {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.8px;
  margin-bottom: 14px;
}

.p-products-receipt__table .details-sub tr:first-child th, .p-products-receipt__table .details-sub tr:first-child td {
  border-top: 2px solid #c8c8c8;
}

.p-products-receipt__table .details-sub tr:last-child th, .p-products-receipt__table .details-sub tr:last-child td {
  border-bottom: 2px solid #c8c8c8 !important;
}

.p-products-receipt__table .details-sub th {
  background-color: #f6f6f6;
  border: 1px solid #c8c8c8;
  border-left: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

.p-products-receipt__table .details-sub td {
  border: 1px solid #c8c8c8;
  border-right: none;
  font-size: 14px;
  padding: 15px;
}

.p-products-receipt__table .breakdown {
  width: 300px;
  margin: 0 0 20px auto;
}

.p-products-receipt__table .breakdown caption {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4.8px;
  margin-bottom: 6px;
}

.p-products-receipt__table .breakdown tr th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
}

.p-products-receipt__table .breakdown tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  text-align: right;
}

.p-products-receipt__table .breakdown tr th:nth-child(2), .p-products-receipt__table .breakdown tr td:nth-child(2) {
  width: 100px;
}

.p-products-receipt__receipt {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 157px;
}

.p-products-receipt__receipt__inr {
  width: 620px;
  margin: 0 auto;
}

.p-products-receipt__receipt__text {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.96px;
  text-align: right;
}

.p-products-receipt__receipt__text--large {
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.p-products-receipt__receipt__text--caution {
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: right;
}

.p-products-receipt-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 940px;
  margin: 90px auto 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 3px solid #00a2e6;
}

.p-products-receipt-footer p {
  font-size: 14px;
  line-height: 1.071;
  text-align: right;
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-products-receipt-header__button {
    display: none;
  }
  .p-products-receipt-header__button span {
    display: none;
  }
  .p-products-receipt-header {
    display: none;
  }
  .p-products-receipt__number {
    padding-top: 100px;
  }
  .text-box .input-wrap {
    width: auto;
    height: 25px;
    margin-left: 50px;
  }
  .text-box input {
    max-width: 375px;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
  .text-box input::-webkit-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-moz-placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box input::placeholder {
    color: transparent !important;
  }
  .text-box input:-ms-input-placeholder {
    color: transparent !important;
  }
  .text-box:before {
    display: none !important;
  }
  .text-box:after {
    display: none !important;
  }
  .input-text__item {
    left: 5px !important;
  }
  .input-text {
    top: 0px !important;
    text-align: left !important;
  }
  .input-text__dummy {
    top: 2.17px !important;
    color: transparent !important;
  }
  .input-text__dummy::after {
    top: 1px !important;
  }
  .p-products-receipt__box__right {
    position: relative;
    width: 310px;
    height: 217px;
  }
  .p-products-receipt__box__right::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 88px;
    background-size: contain;
    content: url(../../images/products/estimate/img_shaban.png);
  }
  .p-products-receipt-footer {
    display: none;
  }
}

.p-estimate__empty {
  padding: 3px 20px;
}

.p-estimate__table .border-top {
  border-top: 2px solid #a3a3a3;
}

.p-estimate__table .border-none {
  border-bottom: none;
}

.p-estimate__table-caption {
  padding: 2px 20px;
  border-bottom: 1px solid #a3a3a3;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.625;
}

.p-estimate__table-caption span {
  margin-left: 26px;
  padding-bottom: 3px;
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
  text-align: left;
}

.p-estimate__table .minus {
  color: #ff2d3f;
}

.p-estimate__table th {
  padding: 15px;
  border: 1px solid #a3a3a3;
  border-left: none;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-estimate__table td {
  padding: 15px;
  border: 1px solid #a3a3a3;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.p-estimate__table td:last-child {
  border-right: none;
}

.p-estimate__table td strong.text-azure {
  color: #00a2e6;
}

.p-estimate__table tr:first-child th {
  text-align: center;
}

.p-estimate__table tr:first-child th:last-child {
  border-right: none;
}

.p-estimate__table tr:first-child td {
  text-align: center !important;
}

.p-estimate__table tr:last-child th, .p-estimate__table tr:last-child td {
  border-bottom: 2px solid #a3a3a3;
}

.p-estimate__table .col-3 tr th {
  width: 210px;
}

.p-estimate__table .col-3 tr th:nth-child(2) {
  width: 606px;
}

.p-estimate__table .col-3 tr th:nth-child(3) {
  width: 125px;
}

.p-estimate__table .col-3 tr td:nth-child(2) {
  width: 606px;
  vertical-align: middle;
}

.p-estimate__table .col-3 tr td:nth-child(3) {
  width: 125px;
  text-align: right;
  vertical-align: middle;
}

.p-estimate__table .col-5 tr th {
  width: 210px;
}

.p-estimate__table .col-5 tr th:nth-child(2) {
  width: 435px;
}

.p-estimate__table .col-5 tr th:nth-child(3) {
  width: 105px;
}

.p-estimate__table .col-5 tr th:nth-child(4) {
  width: 65px;
}

.p-estimate__table .col-5 tr th:nth-child(5) {
  width: 124px;
}

.p-estimate__table .col-5 tr td:nth-child(2) {
  width: 435px;
}

.p-estimate__table .col-5 tr td:nth-child(3) {
  width: 105px;
  text-align: center;
  vertical-align: middle;
}

.p-estimate__table .col-5 tr td:nth-child(4) {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

.p-estimate__table .col-5 tr td:nth-child(5) {
  width: 124px;
  text-align: right;
  vertical-align: middle;
}

.p-estimate__table-bottom {
  margin-top: 20px;
  border-top: 2px solid #a3a3a3;
}

.p-product-show-detail__benchmark-modal {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal {
    width: 560px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px, 20px 0);
            clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px, 20px 0);
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal {
    height: 88vh;
    overflow: scroll;
    width: calc(100% - 30px);
    width: 100%;
    margin: 0px auto;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px, 16px 0);
            clip-path: polygon(100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px, 16px 0);
  }
}

.p-product-show-detail__benchmark-modal::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal::after {
    background-image: -webkit-gradient(linear, right top, left top, from(#111), color-stop(50%, #484848), to(#111));
    background-image: linear-gradient(270deg, #111 0%, #484848 50%, #111 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal::after {
    background-image: -webkit-gradient(linear, right top, left top, from(#111), color-stop(50%, #484848), to(#111));
    background-image: linear-gradient(270deg, #111 0%, #484848 50%, #111 100%);
  }
}

.p-product-show-detail__benchmark-modal::before {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  width: 340px;
  height: 38px;
  background: url(../../images/products/product-show/BENCHMARK.png) 0 0 no-repeat;
  content: "";
}

.p-product-show-detail__benchmark-modal_close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal_close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal_close {
    top: -38px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
}

.p-product-show-detail__benchmark-modal_close::before, .p-product-show-detail__benchmark-modal_close::after {
  display: block;
  position: absolute;
  background: #fff;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal_close::before, .p-product-show-detail__benchmark-modal_close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal_close::before, .p-product-show-detail__benchmark-modal_close::after {
    right: -3px;
    bottom: 8px;
    width: 24px;
    height: 2px;
  }
}

.p-product-show-detail__benchmark-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-product-show-detail__benchmark-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ---- 詳細ページカスタマイズここから ---- */
.p-products-user_custom-customize__follow-box {
  position: absolute;
  right: 5px;
  top: 0;
  padding-top: 21vh;
  z-index: 2;
}

.p-products-user_custom-customize__follow-box a {
  border-radius: 4px;
  border: 2px solid #484848;
  box-shadow: 5px 5px 0 0 rgba(72, 72, 72, 0.1);
  display: flex;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px;
}
.p-products-user_custom-customize__follow-box a.c-button--secondaryB-white {
  height: 90px;
  width: 170px;
}

.p-products-user_custom-customize__follow-box a.c-button--secondaryB-white::after {
  content: none;
}

.p-products-user_custom-customize__follow-box .ico {
  margin-right: 6px;
  width: 20px;
}

.p-product-show-detail__configuration-modal {
  background: #fff;
  color: #484848;
  position: relative;
  margin: 0 auto;
  overflow-y: scroll;
  height: 85vh;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal {
    width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal {
    width: calc(100% - 30px);
    width: 90vw;
    height: 88vh;
    margin: 0px auto;
  }
}

.p-product-show-detail__configuration-modal_close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal_close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal_close {
    top: -38px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
}

.p-product-show-detail__configuration-modal_close::before, .p-product-show-detail__configuration-modal_close::after {
  display: block;
  position: absolute;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal_close::before, .p-product-show-detail__configuration-modal_close::after {
    background: #484848;
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal_close::before, .p-product-show-detail__configuration-modal_close::after {
    background: #fff;
    right: -3px;
    bottom: 8px;
    width: 24px;
    height: 2px;
  }
}

.p-product-show-detail__configuration-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-product-show-detail__configuration-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-product-show-detail__configuration-modal-inner {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal-inner {
    padding: 27px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal-inner {
    padding: 23px 20px 18px;
  }

  .p-product-show-detail__configuration-modal-inner .p-products-user_custom-cart-area__balloon {
    padding: 0;
  }
}

.p-configuration-modal__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  margin: 0 auto 60px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media screen and (max-width: 767px) {
  .p-configuration-modal__title {
    font-size: 18px;
    margin: 0 auto 40px;
  }
}

.p-product-show-detail__configuration-modal_buttonn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal_buttonn {
    column-gap: 15px;
    margin-bottom: 10px;
  }
}

.p-product-show-detail__configuration-modal_buttonn a {
  border-radius: 2px;
  display: flex;
  font-size: 16px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal_buttonn a {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.p-product-show-detail__configuration-modal__table {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-product-show-detail__configuration-modal__table > div:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__inr .p-product-show-detail__configuration-modal__table  {
    padding: 0 15px;
  }
}

.p-product-show-detail__configuration-modal__table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 2px;
  background-color: #ececec;
  cursor: pointer;
}

.p-product-show-detail__configuration-modal__table__button::before, .p-product-show-detail__configuration-modal__table__button::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
  content: "";
}

.p-product-show-detail__configuration-modal__table__button::before {
  right: 15px;
  width: 10px;
  height: 2px;
}

.p-product-show-detail__configuration-modal__table__button::after {
  right: 19px;
  width: 2px;
  height: 10px;
}

.p-product-show-detail__configuration-modal__table__button.js-table-accordion-open::after {
  display: none;
}

.p-product-show-detail__configuration-modal__table__button.h60 {
  height: 60px;
}

.p-product-show-detail__configuration-modal__table__button > p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-product-show-detail__configuration-modal__table__button > p > span {
  display: block;
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 1;
  line-height: 1;
  text-align: center;
}

.p-product-show-detail__configuration-modal__table__button.js-table-accordion-open {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal__table__button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table__inr {
    display: block;
    width: 100%;
    /* overflow-x: scroll; */
  }
  .p-product-show-detail__configuration-modal__table__inr table {
    width: 100%;
  }
  .p-product-show-detail__configuration-modal__table__inr::-webkit-scrollbar {
    height: 0px;
  }
  .p-product-show-detail__configuration-modal__table__inr::-webkit-scrollbar-track {
    background: #fff;
  }
  .p-product-show-detail__configuration-modal__table__inr::-webkit-scrollbar-thumb {
    background: #00a2e6;
  }
  .p-product-show-detail__configuration-modal__table__inr.js-table-accordion-open {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-product-show-detail__configuration-modal__table__inr.js-table-accordion-open::-webkit-scrollbar-track {
    background: #ececec;
  }
  .p-product-show-detail__configuration-modal__table__inr.js-table-accordion-open::-webkit-scrollbar {
    height: 4px;
  }
}

/* @media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table__accordion {
    display: none;
  }
} */

.p-product-show-detail__configuration-modal__table p.js-table-accordion-close {
  display: none;
}

.p-product-show-detail__configuration-modal__table tbody.js-table-accordion-close {
  display: none;
}

/* @media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal__table .border-top {
    border-top: 2px solid #c8c8c8;
  }
} */

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal__table table {
    width: 100%;
  }
}

/* @media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table table {
    width: 1140px;
    table-layout: fixed;
    overflow-x: scroll;
  }
} */

.p-product-show-detail__configuration-modal__table__accordion {
  padding: 3px 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.625;
}

.p-product-show-detail__configuration-modal__table__accordion.no-border {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table__accordion {
    border-top: none;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
  }
}

.p-product-show-detail__configuration-modal__table__accordion > span {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal__table__accordion > span {
    margin-left: 26px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table__accordion > span {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
  }
}

.p-product-show-detail__configuration-modal__no-table {
  text-align: left;
}

.p-product-show-detail__configuration-modal__no-table--caption {
  border-bottom: 1px solid #c8c8c8;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.625;
  padding: 3px 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__no-table--caption {
    border-bottom: none;
    text-align: center;
  }
}

.p-product-show-detail__configuration-modal__no-table--caption > span {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__configuration-modal__no-table--caption > span {
    margin-left: 26px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__no-table--caption > span {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-product-show-detail__configuration-modal__no-table--empty {
  border-bottom: 2px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  padding: 14px 15px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__no-table--empty {
    border: 1px solid #c8c8c8;
    font-size: 14px;
  }
}

.p-product-show-detail__configuration-modal__table__empty {
  padding: 3px 20px;
}

.p-product-show-detail__configuration-modal__table .minus {
  color: #ff2d3f;
}

.p-product-show-detail__configuration-modal__table th {
  padding: 13px 15px;
  border: 1px solid #c8c8c8;
  border-left: none;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table td {
  padding: 14px 15px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.p-product-show-detail__configuration-modal__table td:last-child {
  border-right: none;
}

.p-product-show-detail__configuration-modal__table td strong.text-azure {
  color: #00a2e6;
}

.p-product-show-detail__configuration-modal__table tr:first-child th {
  text-align: center;
}

.p-product-show-detail__configuration-modal__table tr:first-child th:last-child {
  border-right: none;
}

.p-product-show-detail__configuration-modal__table tr:first-child td {
  text-align: center !important;
}

.p-product-show-detail__configuration-modal__table tr:last-child th, .p-product-show-detail__configuration-modal__table tr:last-child td {
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table tr:last-child th, .p-product-show-detail__configuration-modal__table tr:last-child td {
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(1) {
  width: 210px;
}

.p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(2) {
  width: 807px;
}

.p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(3) {
  width: 125px;
}

.p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(2) {
  width: 606px;
  text-align: left;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(3) {
  width: 125px;
  text-align: right;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(1) {
  width: 210px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(2) {
  width: 640px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(3) {
  width: 104px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(4) {
  width: 60px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(5) {
  width: 124px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(2) {
  width: 435px;
}

.p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(3) {
  width: 105px;
  text-align: center;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(4) {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(5) {
  width: 124px;
  text-align: right;
  vertical-align: middle;
}

.p-product-show-detail__configuration-modal__table-bottom {
  margin-top: 20px;
  border-top: 2px solid #c8c8c8;
}

.p-product-show-detail__configuration-modal__table__caution {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table th,
  .p-product-show-detail__configuration-modal__table td {
    font-size: 12px;
    letter-spacing: 1.68px;
    width: 100%;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr:nth-child(1),
  .p-product-show-detail__configuration-modal__table .col-5 tr:nth-child(1) {
    display: none;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(1),
  .p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(2),
  .p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(3),
  .p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(2),
  .p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(3),
  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(1),
  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(2),
  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(3),
  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(4),
  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(5),
  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(2),
  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(3),
  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(4),
  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(5) {
    position: relative;
    display: block;
    width: 100%;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr th:nth-child(1) {
    border-left: 1px solid #c8c8c8;
    border-bottom: none;
    padding: 13px 14px 12px;
    text-align: center;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(2) {
    border-bottom: none;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(3) {
    border-right: 1px solid #c8c8c8;
    height: 48px;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr td:nth-child(3)::before {
    content: "差額";
    position: absolute;
    left: 15px;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr th:nth-child(1) {
    border-left: 1px solid #c8c8c8;
    border-bottom: none;
    text-align: center;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(2) {
    border-bottom: none;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(3) {
    text-align: right;
    border-bottom: none;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(3)::before {
    content: "単価";
    position: absolute;
    left: 15px;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(4) {
    text-align: right;
    border-bottom: none;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(4)::before {
    content: "個数";
    position: absolute;
    left: 15px;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(5) {
    border-right: 1px solid #c8c8c8;
  }

  .p-product-show-detail__configuration-modal__table .col-5 tr td:nth-child(5)::before {
    content: "金額";
    position: absolute;
    left: 15px;
  }

  .p-product-show-detail__configuration-modal__table__caution {
    padding-right: 14px;
    padding-left: 12px;
  }

  .p-product-show-detail__configuration-modal__table .col-3 tr:not(:last-child) td,
  .p-product-show-detail__configuration-modal__table .col-5 tr:not(:last-child) td {
    border-bottom: none;
  }
}

.p-product-show-detail__configuration-modal__table__caution p {
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__configuration-modal__table__caution p {
    padding-left: 2em;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-indent: -2em;
  }
  .p-product-show-detail__configuration-modal__table__caution p > span {
    margin-right: 9px;
  }
}

.p-product-show-detail__conversion-area-bottom {
  width: 100%;
}

.p-product-show-detail__fee{
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-area-top {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
  }
  .p-product-show-detail__conversion-area-top .c-link--blue{
    text-shadow: 0 0 0.25em #fff;
  }

  .p-product-show-detail__conversion-area-bottom {
    padding: 10px;
    background: #fff;
  }

  .p-product-show-detail__conversion-area-bottom .c-flex{
    justify-content: space-between;
    align-items: center;
  }

  .p-product-show-detail__delivery-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 58%;
  }

  .p-product-show-detail__delivery-price .p-product-show-detail__delivery-label--red {
    margin-bottom: 2px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }

  .p-product-show-detail__delivery-price .product_price {
    color: #e43344;
    letter-spacing: 0.7px;
    text-align: right;
  }

  .p-product-show-detail__delivery-price .product_price .num {
    font-size: 22px;
    font-weight: bold;
  }

  .p-product-show-detail__fee{
    font-size: 12px;
  }
}
/* ---- 詳細ページカスタマイズここまで ---- */

.p-product-annotation__section {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-product-annotation__section {
    padding: 0 15px;
  }
}

.p-product-show-detail__ar-modal_close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__ar-modal_close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__ar-modal_close {
    top: -38px;
    right: 0px;
    width: 18px;
    height: 18px;
  }
}

.p-product-show-detail__ar-modal_close::before, .p-product-show-detail__ar-modal_close::after {
  display: block;
  position: absolute;
  background: #000;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__ar-modal_close::before, .p-product-show-detail__ar-modal_close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__ar-modal_close::before, .p-product-show-detail__ar-modal_close::after {
    right: -3px;
    bottom: 8px;
    width: 24px;
    height: 2px;
    background: #fff;
  }
}

.p-product-show-detail__ar-modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-product-show-detail__ar-modal_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-product-show-detail__ar {
  background-color: #f6f6f6;
  padding: 10px 0 0;
}

.ar-button {
  background-color: #fff;
  border: 1px #0080bd solid;
  border-radius: 8px;
  height: 50px;
  padding: 16px 0;
  text-align: center;
}

.ar-button img {
  vertical-align: baseline;
}

.p-product-show-detail__ar-modal-inner {
  background-color: #fff;
  padding: 40px;
}

table.ar_qr {
  border-bottom: 2px solid #a3a3a3;
  border-top: 2px solid #a3a3a3;
  font-size: 14px;
  letter-spacing: .6px;
  line-height: 1.5;
}

table.ar_qr th {
  padding: 15px;
  border-top: 1px solid #a3a3a3;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-weight: normal;
  vertical-align: middle;
}

table.ar_qr td {
  border-top: 1px solid #a3a3a3;
  padding: 15px;
  border-collapse: collapse;
  vertical-align: middle;
}

table.ar_qr th:not(:first-child),
table.ar_qr td:not(:first-child) {
  border-left: 1px solid #a3a3a3;
}

table.ar_qr .qr_code {
  text-align: center;
}

.p-product-show-detail__ar a:hover > div {
  background-color: #eef4ff;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__ar {
    padding: 10px 15px;
  }

  .p-product-show-detail__ar-modal-inner {
    padding: 20px;
  }

  table.ar_qr th,
  table.ar_qr td {
    padding: 10px;
  }
}

.p-product-show-detail__benchmark-modal-inner {
  z-index: 5;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner {
    padding: 27px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner {
    padding: 23px 20px 18px;
  }
}

.p-product-show-detail__benchmark-modal-inner > .level_title_h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner > .level_title_h3 {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner > .level_title_h3 {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.64px;
    line-height: 1.1;
  }
}

.p-product-show-detail__benchmark-modal-inner > .level_num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner > .level_num {
    margin-bottom: 28px;
    font-size: 36px;
    letter-spacing: 1.44px;
    line-height: 0.78;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner > .level_num {
    margin-bottom: 20px;
    font-size: 32px;
    letter-spacing: 1.44px;
    line-height: 0.88;
  }
}

.p-product-show-detail__benchmark-modal-inner > .level_title_h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner > .level_title_h4 {
    height: 35px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner > .level_title_h4 {
    height: 35px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li {
    margin-bottom: 18px;
  }
}

.p-product-show-detail__benchmark-modal-inner .level_list li:last-child {
  margin-bottom: 0;
}

.p-product-show-detail__benchmark-modal-inner .level_list li > .ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .ttl {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .ttl {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1;
  }
}

.p-product-show-detail__benchmark-modal-inner .level_list li > .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .level {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .level {
    height: 25px;
  }
}

.p-product-show-detail__benchmark-modal-inner .level_list li .level_step {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_step {
    font-size: 11px;
    letter-spacing: 0.44px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_step {
    font-size: 10px;
    letter-spacing: 0.44px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 365px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_step {
    margin-left: -12px;
    letter-spacing: -0.44px;
  }
}

.p-product-show-detail__benchmark-modal-inner .level_list li .level_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.p-product-show-detail__benchmark-modal-inner .level_list li .level_bar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a2e6), to(#80d1f3));
  background-image: linear-gradient(90deg, #00a2e6 0%, #80d1f3 100%);
  content: "";
}

.p-product-show-detail__benchmark-modal-inner .level_list li .level_bar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar {
    width: 440px;
    height: 10px;
    margin-left: 14px;
    padding: 0 85px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_01::after {
    left: 88px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_02::after {
    left: 175px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_03::after {
    left: 264px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_04::after {
    left: 352px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_05::after {
    left: 440px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar {
    width: 255px;
    height: 8px;
    margin-left: 6px;
    padding: 0 48px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_01::after {
    left: 52px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_02::after {
    left: 103px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_03::after {
    left: 153px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_04::after {
    left: 205px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar_05::after {
    left: 255px;
  }
}

@media screen and (max-width: 365px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar {
    margin-left: 5px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar {
  padding: 0;
}

.p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span {
  display: block;
  z-index: 6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span {
    width: 6px;
    height: 10px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(1) {
    background-color: #343434;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(2) {
    background-color: #454545;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(3) {
    background-color: #3A3A3A;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(4) {
    background-color: #292929;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span {
    width: 5px;
    height: 8px;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(1) {
    background-color: #373737;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(2) {
    background-color: #474747;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(3) {
    background-color: #393939;
  }
  .p-product-show-detail__benchmark-modal-inner .level_list li .level_bar > span:nth-child(4) {
    background-color: #282828;
  }
}

.p-product-show-detail__benchmark-modal-inner .level_list li > .level_text {
  color: #c8c8c8;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .level_text {
    margin-top: 3px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-modal-inner .level_list li > .level_text {
    margin-top: 1px;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 1.45;
  }
}

.p-product-show-benchmark__section {
  padding-top: 1px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__section--other {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-product-show-benchmark__inner > div:first-child {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__inner > div:first-child {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .p-product-show-benchmark__inner > div:first-child {
    margin-right: calc( 30px + 30 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-benchmark__inner > div:first-child {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__inner > div:first-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__column-sub {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__column-sub {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 810px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__column-main--other {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-3d {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-3d {
    margin-bottom: 25px;
  }
}

.p-product-show-benchmark__table-3d th {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-3d td {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-integration {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-integration {
    margin-bottom: 15px;
  }
}

.p-product-show-benchmark__table-integration th {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-integration td {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-spec {
    margin-bottom: 30px;
  }
  .p-product-show-benchmark__table-spec th {
    width: 29.62963%;
  }
  .p-product-show-benchmark__table-spec th, .p-product-show-benchmark__table-spec td {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-spec {
    margin-bottom: 15px;
  }
  .p-product-show-benchmark__table-spec th {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-basic_guarantee {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-basic_guarantee {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-basic_guarantee td {
    font-size: 14px;
  }
}

.p-product-show-benchmark__table-basic_guarantee td > small {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-basic_guarantee td > small {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-basic_guarantee td > small {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-adding_guarantee {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-adding_guarantee {
    margin-bottom: 15px;
  }
}

.p-product-show-benchmark__table-adding_guarantee caption > small {
  display: inline-block;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-adding_guarantee caption > small {
    margin-top: 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-adding_guarantee caption > small {
    margin-top: 2px;
    font-size: 14px;
  }
}

.p-product-show-benchmark__table-adding_guarantee caption > .c-link--blue {
  display: inline-block;
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-adding_guarantee caption > .c-link--blue {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__table-adding_guarantee caption > .c-link--blue {
    margin-top: 5px;
  }
}

.p-product-show-benchmark__table-adding_guarantee th {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__table-adding_guarantee td {
    font-size: 14px;
  }
}

.p-product-show-product-code {
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.45;
  color: #7f7f7f;
  margin-bottom: 8px;
}

.p-product-show-benchmark__annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-product-show-benchmark__annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-product-show-benchmark__annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__annotation-list li {
    margin-bottom: 6px;
  }
}

.p-product-show-benchmark__environment {
  width: 100%;
  border: 4px double #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment {
    margin-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment {
    margin-top: 23px;
  }
}

.p-product-show-benchmark__environment dt {
  width: calc(100% + 8px);
  margin-right: -4px;
  margin-left: -4px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment dt {
    padding: 17px 0 16px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment dt {
    padding: 14px 0 13px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-show-benchmark__environment dd {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment dd {
    padding: 22px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment dd {
    padding: 18px 0 21px;
  }
}

.p-product-show-benchmark__environment-moss {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment-moss {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment-moss {
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-show-benchmark__environment-logo {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment-logo {
    width: 82px;
    margin: 0 auto 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment-logo {
    width: 82px;
    margin: 0 auto 14px;
  }
}

.p-product-show-benchmark__environment-logo > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment-text {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment-text {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment-link {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-benchmark__environment-link {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-benchmark__environment-link > .ico {
    margin-bottom: 1px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__inner {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__inner {
    padding-top: 45px;
  }
  .p-product-show-detail__inner:focus {
    outline: none;
  }
}

.p-product-show-detail__column-sub-att {
  color: #7f7f7f;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__column-sub-att {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__column-sub-att {
    padding: 8px 15px 0s;
    background-color: #f6f6f6;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 710px;
  }
}

.p-product-show-detail__h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__h3 {
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 28px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__h3 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-product-show-detail__favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 5px;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__favorite {
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__favorite {
    width: 40px;
    height: 40px;
    margin-left: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-product-show-detail__favorite {
  margin-top: 7px;
  margin-left: 10px;
}

.p-product-show-detail__favorite > a, .p-product-show-detail__favorite div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-product-show-detail__favorite > a > img, .p-product-show-detail__favorite div > img {
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__favorite > a > img, .p-product-show-detail__favorite div > img {
    width: 24px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__favorite > a > img, .p-product-show-detail__favorite div > img {
    width: 20px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-product-show-detail__review-area > .user-rate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-show-detail__review-area > .user-rate > .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.p-product-show-detail__review-area > .user-rate > .star > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__review-area > .user-rate > .star {
    width: 76px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area > .user-rate > .star {
    width: 76px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__review-area > .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area > .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__review-area > .user-rate > .all {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area > .user-rate > .all {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

.p-product-show-detail__review-area-button {
  position: relative;
  border-color: #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__review-area-button {
    width: 210px;
    height: 28px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area-button {
    width: 190px;
    height: 24px;
    margin-left: 5px;
  }
}

.p-product-show-detail__review-area-button::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(../../common/images/ico_in_page_link_azure.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area-button::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__review-area-button > span {
    padding-right: 15px;
    font-size: 12.7px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__review-area-button > span {
    padding-right: 10px;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.1;
  }
}

@media screen and (max-width:767px){
  .p-product-show-detail__review-area{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 5px;
  }
  .p-product-show-detail__review-area .user-rate{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .p-product-show-detail__review-area .p-product-show-detail__review-area-button{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: flex-end;
  }
  .p-product-show-detail__review-area .staff-start-product-detail-in-page-link{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-area {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-product-show-detail__spec-head {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-head  {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

.base_price {
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 10px 0;
  letter-spacing: 0.84px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .base_price  {
    font-size: 18px;
  }
}


.p-product-show-detail__spec-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-list {
    margin-top: 4px;
    display: flex;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-show-detail__spec-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-list {
    margin-top: 10px;
  }
}

.p-product-show-detail__spec-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-list li {
    width: calc(50% - 5px);
    padding: 5px 0;
    border-bottom: 1px solid #004da1;
  }
  .p-product-show-detail__spec-list li:nth-last-child(3) {
    border: 0;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-show-detail__spec-list li {
    width: 100%;
    border-bottom: 1px solid #004da1;
  }
  .p-product-show-detail__spec-list li:nth-last-child(3) {
    border-bottom: 1px solid #004da1;
  }
  .p-product-show-detail__spec-list li:nth-last-child(2) {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-list li {
    padding: 4px 0;
  }
}

/* .p-product-show-detail__spec-list li:last-child {
  padding: 0;
  border: 0;
} */

.p-product-show-detail__spec-list li > .label,
.p-product-show-detail__spec-list li.p-product-show-detail__spec-list__benchmark-wrapper .p-product-show-detail__spec-list__benchmark > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-list li > .label,
  .p-product-show-detail__spec-list li.p-product-show-detail__spec-list__benchmark-wrapper .p-product-show-detail__spec-list__benchmark > .label {
    width: 90px;
    height: 100%;
    min-height: 30px;
    margin-right: 7px;
    padding: 9px 4px;
    font-size: 11px;
    letter-spacing: 0.44px;
    line-height: 1.1;
  }
}


@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-list li > .label,
  .p-product-show-detail__spec-list li.p-product-show-detail__spec-list__benchmark-wrapper .p-product-show-detail__spec-list__benchmark > .label {
    width: 84px;
    height: 100%;
    min-height: 35px;
    margin-right: 7px;
    padding: 9px 4px;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 1.1;
  }
}

.p-product-show-detail__spec-list li > .label > span,
.p-product-show-detail__spec-list li.p-product-show-detail__spec-list__benchmark-wrapper .p-product-show-detail__spec-list__benchmark > .label > span{
  margin: auto;
}


.p-product-show-detail__spec-list li > .spec {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-list li > .spec {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-list li > .spec {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.45;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-button {
    width: 100%;
    height: 100%;
    min-height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-button {
    width: 100%;
    height: 100%;
    min-height: 50px;
    margin-top: 10px;
  }
}

.p-product-show-detail__spec-button::after {
  top: calc(50% - 6px);
  right: 12px;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
          transform: none;
  border: 0;
  background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__spec-button > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__spec-button > span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.56px;
    line-height: 1.5;
  }
}

.p-product-show-detail__wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__wrap > div {
    width: 50%;
  }
}

.p-product-show-detail__price-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}

@media screen and (max-width: 940px) {
  .p-product-show-detail__price-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 32px;
  }
}

.p-product-show-detail__price-area > .product_price {
  margin-top: auto;
  margin-right: 28px;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__price-area > .product_price {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 48px;
    letter-spacing: 2.88px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area > .product_price {
    margin-right: 15px;
    margin-left: 20px;
    font-size: 32px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-product-show-detail__price-area > .product_price .unit {
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__price-area > .product_price .unit {
    padding-left: 7px;
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area > .product_price .unit {
    padding-left: 5px;
    font-size: 20px;
    letter-spacing: 1.44px;
  }
}

.p-product-show-detail__price-area > .free_shipping {
  background-color: #fceaec;
  color: #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__price-area > .free_shipping {
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.1;
    margin-top:10px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area > .free_shipping {
    margin-right: 15px;
    padding: 5px 6px 4px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-show-detail__price-area > .mail_shipping {
  background-color: #e5f6fc;
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__price-area > .mail_shipping {
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 940px) {
  .p-product-show-detail__price-area > .mail_shipping {
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area > .mail_shipping {
    margin-right: 15px;
    padding: 5px 6px 4px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-show-detail__price-area > .large-items_shipping {
  background-color: #e5f5f0;
  font-weight: bold;
}
.p-product-show-detail__price-area > .large-items_shipping .large-items_shipping-detail-link{
  color: #00996c;
}
.p-product-show-detail__price-area > .large-items_shipping .large-items_shipping-detail-link:hover{
  color: #86d1bb;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__price-area > .large-items_shipping {
    margin-right: 15px;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 940px) {
  .p-product-show-detail__price-area > .large-items_shipping {
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__price-area > .large-items_shipping {
    margin-right: 15px;
    padding: 5px 6px 4px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__supplement-area {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__supplement-area {
    width: calc(100% - 30px);
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__supplement-line {
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__supplement-line {
    margin-bottom: 8px;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-product-show-detail__supplement-line:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__supplement-line.supplement-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__supplement-line.supplement-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__supplement-line.supplement-link > span:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__supplement-line.supplement-link > span:first-child {
    width: 48%;
    border-right: 1px solid #c8c8c8;
  }
}

.p-product-show-detail__supplement-line.supplement-link > span > a .ico {
  width: 14px !important;
}

.p-product-show-detail__point-area {
  max-width: 390px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-area {
    margin-top: 26px;
    padding: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-show-detail__point-area {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-area {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    padding: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-text {
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-text {
    margin-right: -5px;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

.p-product-show-detail__point-text > strong {
  color: #e43344;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-text > strong {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-text > .c-link--ico {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-text > .c-link--ico {
    font-size: 12px;
  }
  .p-product-show-detail__point-text > .c-link--ico > img {
    margin-left: 2px;
  }
}

.p-product-show-detail__point-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-line {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-line {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-product-show-detail__point-line:last-child {
  margin-bottom: 0;
}

.p-product-show-detail__point-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-name > .ico {
    width: 18px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-name > .ico {
    width: 20px;
    margin-right: 11px;
  }
}

.p-product-show-detail__point-num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__point-num {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__point-num {
    font-size: 16px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__delivery-area {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-area {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    padding-right: 15px;
    padding-left: 20px;
  }
}
.p-product-show-detail__line-and-price{
  display: flex;
  align-items: center;
}
@media screen and (max-width:1200px){
  .p-product-show-detail__line-and-price{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }
  .p-product-show-detail__line-and-price .p-product-show-detail__delivery-line{
    width: 100%;
    display: block;
    text-align: center;
  }
}
.p-product-show-detail__delivery-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-line {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__delivery-shortest {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-shortest {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.6;
  }
}

.p-product-show-detail__delivery-shortest > strong {
  color: #00996c;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-shortest > strong {
    font-size: 16px;
  }
}

.p-product-show-detail__delivery-shortest > .c-link--blue {
  font-size: 16px;
}

.p-product-show-detail__delivery-label, .p-product-show-detail__delivery-label--red, .p-product-show-detail__delivery-label--blue, .p-product-show-detail__delivery-label--black {
  display: block;
  border: 2px solid #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__delivery-label, .p-product-show-detail__delivery-label--red, .p-product-show-detail__delivery-label--blue, .p-product-show-detail__delivery-label--black {
    margin-right: 14px;
    padding: 5px 5px 4px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-label, .p-product-show-detail__delivery-label--red, .p-product-show-detail__delivery-label--blue, .p-product-show-detail__delivery-label--black {
    margin-right: 14px;
    padding: 5px 5px 4px;
    font-size: 16px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

.p-product-show-detail__delivery-label-text {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__delivery-label-text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__delivery-label-text {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-product-show-detail__delivery-label--red {
  border-color: #e43344;
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__delivery-label--red {
    border: 2px solid #e43344;
    font-weight: 700;
  }
}

.p-product-show-detail__delivery-label--blue {
  border-color: #00a2e6;
  color: #00a2e6;
}

.p-product-show-detail__delivery-label--black {
  border-color: #484848;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-area, .p-product-show-detail__conversion-area--quantity {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-show-detail__conversion-area, .p-product-show-detail__conversion-area--quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-area, .p-product-show-detail__conversion-area--quantity {
    z-index: 50;
    position: fixed;
    bottom: 0;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    background: rgba(229, 246, 252, 0.8);
  }
  .p-product-show-detail__conversion-area {
    padding: 10px 0 0;
  }
  .p-product-show-detail__conversion-area--quantity {
    padding: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product-show-detail__conversion-area--quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-area--quantity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-area--quantity > .p-product-show-detail__conversion-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .p-product-show-detail__conversion-area--quantity > .p-product-show-detail__conversion-button {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }
  .p-product-show-detail__conversion-area--quantity > .p-product-show-detail__conversion-button.c-button--secondaryA-blue {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-area--quantity > .p-product-show-detail__conversion-button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-product-show-detail__conversion-quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-quantity {
    width: 135px;
    margin-right: 9px;
    padding: 0 10px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product-show-detail__conversion-quantity {
    width: 140px;
    margin: 0 0 15px 0px;
    padding: 10px 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-quantity {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 19px 14px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

.p-product-show-detail__conversion-quantity-inner {
  position: relative;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  background: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-quantity-inner {
    width: 72px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-quantity-inner {
    width: 65px;
    height: 35px;
    margin: auto;
  }
}

.p-product-show-detail__conversion-quantity-inner::before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #004da1;
  content: '';
  pointer-events: none;
}

.p-product-show-detail__conversion-quantity-inner > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.2rem 1rem 0.2rem 0.75rem;
  border-right: 3px solid #f6f6f6;
  border-bottom: 3px solid #f6f6f6;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-quantity-text {
    margin-right: 11px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-quantity-text {
    font-size: 13px;
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-button {
    width: 100%;
    max-width: 350px;
    height: 60px;
    border-radius: 4px;
  }
  .p-product-show-detail__conversion-button.c-button--secondaryA-blue,
  .p-product-show-detail__conversion-button.c-button--customize {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product-show-detail__conversion-button {
    max-width: none;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-show-detail__conversion-button {
    max-width: none;
  }
  .p-product-show-detail__conversion-button.c-button--secondaryA-blue,
  .p-product-show-detail__conversion-button.c-button--customize {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    height: 55px;
  }
  .p-product-show-detail__conversion-button.c-button--secondaryA-blue,
  .p-product-show-detail__conversion-button.c-button--customize {
    margin: 15px 0px 15px 12px;
  }
  .p-product-show-detail__conversion-button.c-button--cart-in,
  .p-product-show-detail__conversion-button.c-button--primary-white {
    margin: 15px 12px 15px 9px;
  }
}

.p-product-show-detail__conversion-button::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-button > span {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 365px) {
  .p-product-show-detail__conversion-button > span {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__conversion-button > .ico {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__conversion-button > .ico {
    width: 18px;
    margin-right: 0px;
    margin-bottom: 4px;
  }
}

.p-product-show-detail__conversion-floating, .p-product-show-detail__conversion-floating--other {
  z-index: 49;
  position: fixed;
  top: 400px;
  right: -2px;
  width: 72px;
  height: 100px;
  border: solid 2px #004da1;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 7.1px 7.1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 7.1px 7.1px 0 0 rgba(0, 0, 0, 0.1);
}

.p-product-show-detail__conversion-floating > a, .p-product-show-detail__conversion-floating--other > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-product-show-detail__conversion-floating > a > span, .p-product-show-detail__conversion-floating--other > a > span {
  color: #004da1;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: center;
}

.p-product-show-detail__conversion-floating .ico, .p-product-show-detail__conversion-floating--other .ico {
  width: 26px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.p-product-show-detail__conversion-floating--other {
  height: 82px;
}

.p-product-show-detail__conversion-floating > .c-button--primary-white::after, .p-product-show-detail__conversion-floating--other > .c-button--primary-white::after {
  border: none;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__tools {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 30px);
    margin: 22px auto 0;
  }
}

/* .p-product-show-detail__tools-area {
  border: 1px solid #a3a3a3;
} */

@media screen and (min-width: 768px), print {
  .p-product-show-detail__tools-area {
    width: calc(50% - 5px);
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__tools-area {
    width: calc(50% - 8px);
    min-height: 50px;
  }
}

.p-product-show-detail__tools-area.no-link {
  background-color: #F6F6F6;
  opacity: 0.6;
}

.p-product-show-detail__tools-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__tools-ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 25px);
    padding: 3.6% 0;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.29;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__tools-ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 25px);
    padding: 1.7% 0;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.29;
  }
}

@media screen and (max-width: 375px) {
  .p-product-show-detail__tools-ttl {
    padding: 3.8% 0;
    font-size: 11px;
  }
}

.p-product-show-detail__tools-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__tools-ico {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__tools-ico {
    width: 50px;
  }
}

.p-product-show-detail__tools-ico > span > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__tools-ico > span {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__tools-ico > span {
    width: 24px;
  }
}

.p-product-show-detail__customize-simulator{
  text-align: center;
}

.p-product-show-detail__customize-simulator button {
  display: flex;
  margin: 5px auto;
  position: relative;
}

.p-product-show-detail__customize-simulator-button-hover:hover {
  opacity: 0.9;
}

.p-product-show-detail__customize-simulator button p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-product-show-detail__customize-simulator a {
  font-size: 11px;
  color: #7f7f7f;
}

.p-product-show-detail__related-info {
  border: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__related-info {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info {
    width: calc(100% - 30px);
    margin: 25px auto 0;
  }
}

.p-product-show-detail__related-info dt {
  background-color: #ececec;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__related-info dt {
    padding: 16px 10px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info dt {
    padding: 15px 10px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__related-info_list li {
    border-bottom: 2px dotted #c8c8c8;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info_list li {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.35;
  }
}

.p-product-show-detail__related-info_list li:last-child {
  border: none;
}

.p-product-show-detail__related-info_list li > span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__related-info_list li > span {
    padding: 15px 26px 13px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info_list li > span {
    padding: 17px 15px 15px 17px;
  }
}

.p-product-show-detail__related-info_list li > a {
  display: block;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__related-info_list li > a {
    padding: 15px 38px 13px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info_list li > a {
    padding: 17px 32px 15px 17px;
  }
}

.p-product-show-detail__related-info_list li > a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 21px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #004da1;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__related-info_list li > a::after {
    right: 16px;
  }
}

.p-product-show-detail__related-info_list li > a:hover {
  opacity: 0.7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-product-show-detail__benchmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark {
    height: 117px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark {
    height: 100px;
  }
}

.p-product-show-detail__benchmark-banner {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner {
    width: calc(100% - 30px);
    margin: 0px auto;
  }
}

.p-product-show-detail__benchmark-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#222222), color-stop(50%, #484848), to(#222222));
  background-image: linear-gradient(270deg, #222222 0%, #484848 50%, #222222 100%);
  content: "";
}

.p-product-show-detail__benchmark-banner::before {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  width: 340px;
  height: 38px;
  background: url(../../images/products/product-show/BENCHMARK.png) 0 0 no-repeat;
  content: "";
}

.p-product-show-detail__benchmark-banner-inner {
  z-index: 5;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner {
    padding-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner {
    padding-top: 12px;
  }
}

.p-product-show-detail__benchmark-banner-inner::after {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 13px 13px 0 0;
  border-style: solid;
  border-color: #f6f6f6 transparent transparent transparent;
  content: "";
}

.p-product-show-detail__benchmark-banner-inner::before {
  z-index: 4;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 13px 13px;
  border-style: solid;
  border-color: transparent transparent #f6f6f6 transparent;
  content: "";
}

.p-product-show-detail__benchmark-banner-inner > .ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner > .ttl {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner > .ttl {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-product-show-detail__benchmark-banner-inner > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner > .num {
    font-size: 36px;
    letter-spacing: 1.44px;
    line-height: 0.78;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner > .num {
    font-size: 32px;
    letter-spacing: 2.56px;
    line-height: 0.88;
  }
}

.p-product-show-detail__benchmark-banner-inner > .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner > .level {
    height: 29px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner > .level {
    height: 28px;
  }
}

.p-product-show-detail__benchmark-banner-inner .level_ttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner .level_ttl {
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner .level_ttl {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 1.1;
  }
}

.p-product-show-detail__benchmark-banner-inner .level_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 8px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner .level_bar {
    width: 250px;
    height: 9px;
    padding: 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner .level_bar {
    width: 250px;
    height: 9px;
    padding: 0 44px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-product-show-detail__benchmark-banner-inner .level_bar {
  padding: 0;
}

.p-product-show-detail__benchmark-banner-inner .level_bar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a2e6), to(#80d1f3));
  background-image: linear-gradient(90deg, #00a2e6 0%, #80d1f3 100%);
  content: "";
}

.p-product-show-detail__benchmark-banner-inner .level_bar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #484848;
  content: "";
}

.p-product-show-detail__benchmark-banner-inner .level_bar > span {
  display: block;
  z-index: 6;
  height: 9px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__benchmark-banner-inner .level_bar > span {
    width: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__benchmark-banner-inner .level_bar > span {
    width: 6px;
  }
}

.p-product-show-detail__benchmark-banner-inner .level_bar > span:nth-child(1) {
  background-color: #313131;
}

.p-product-show-detail__benchmark-banner-inner .level_bar > span:nth-child(2) {
  background-color: #3A3A3A;
}

.p-product-show-detail__benchmark-banner-inner .level_bar > span:nth-child(3) {
  background-color: #303030;
}

.p-product-show-detail__benchmark-banner-inner .level_bar > span:nth-child(4) {
  background-color: #262626;
}

.p-product-show-detail__benchmark-banner-inner .level_bar_01::after {
  left: 47px;
}

.p-product-show-detail__benchmark-banner-inner .level_bar_02::after {
  left: 98px;
}

.p-product-show-detail__benchmark-banner-inner .level_bar_03::after {
  left: 151px;
}

.p-product-show-detail__benchmark-banner-inner .level_bar_04::after {
  left: 203px;
}

.p-product-show-detail__benchmark-banner-inner .level_bar_05::after {
  left: 250px;
}

.p-product-show-detail__benchmark-banner-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: absolute;
  top: 11px;
  right: 11px;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.p-product-show-detail__benchmark-banner-ico > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__sns {
    margin-top: 15px;
    margin-left: -4px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-product-show-detail__sns .tw {
  display: none;
}

.p-product-show-detail__slider-sub {
  width: calc(100% - 32px);
  height: 49px;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__slider-sub {
    max-width: 300px;
  }
}

.p-product-show-detail__slider-sub .swiper-slide a {
  outline: none;
}

.p-product-show-detail__slider-sub .swiper-slide img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: 94%;
  margin: 3%;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__slider-sub .swiper-slide img {
    height: 84%;
    margin: 8%;
  }
}

.p-product-show-detail__slider-sub .swiper-slide img.js-imageactive {
  border-color: #7fa6d0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(127, 166, 208, 0.7);
          box-shadow: 0px 0px 4px 0px rgba(127, 166, 208, 0.7);
}

.p-product-show-detail__slider-sub-nav {
  position: relative;
  margin-top: -40px;
  padding: 55px 0 0px;
  background-color: #f6f6f6;
}

.p-product-show-detail__slider-sub-nav .js-detailSliderSub .swiper-slide {
  max-width:55px;
}

.p-product-show-detail__slider-main {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-product-show-detail__slider-main {
    margin: 0 auto 0;
  }
  .magnifier {
    width: 50vw !important;
    height: 50vw !important;
    max-width: 600px;
    max-height: 600px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__slider-main {
    width: calc(100% - 30px);
    margin: 16px auto 0;
  }
}

.p-product-show-detail__slider-main img {
  width: 99.4%;
}

.p-product-show-detail__slider-main .js-gallery {
  width: 100%;
  height: 100%;
}

.p-product-show-detail__slider-main .js-gallery li {
  display: none;
}

.p-product-show-detail__slider-main .js-gallery li:first-child {
  display: list-item;
}

.p-product-show-detail__slider-next, .p-product-show-detail__slider-prev {
  bottom: 0;
  width: 20px;
  height: 45px;
  margin-top: 0;
  background-image: none;
}

.p-product-show-detail__slider-next::after, .p-product-show-detail__slider-prev::after {
  position: absolute;
  top: calc(50% + 2px);
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.p-product-show-detail__slider-next {
  right: 0px;
  left: auto;
}

.p-product-show-detail__slider-next::after {
  right: auto;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__slider-next::after {
    right: 15px;
    left: auto;
  }
}

.p-product-show-detail__slider-prev {
  right: auto;
  left: 0;
}

.p-product-show-detail__slider-prev::after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__slider-prev::after {
    right: auto;
    left: 15px;
  }
}

.p-product-show-feature__section {
  padding-top: 1px;
}

.p-product-show-fv__section {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .p-product-show-fv__section {
    position: relative;
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .p-product-show-fv__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-fv__section {
    height: 300px;
  }
}

@media screen and (max-width: 374px) {
  .p-product-show-fv__section {
    height: 240px;
  }
}

.p-product-show-fv__image {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-fv__image {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 1920px;
  }
  .p-product-show-fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 1920px) {
  .p-product-show-fv__image {
    position: static;
  }
  .p-product-show-fv__image > img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-fv__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 300px;
  }
  .p-product-show-fv__image > img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-product-show-fv__image {
    height: 240px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-internal-links__section {
    padding-top: 70px;
  }
  .p-product-show-internal-links__section.js-fixed-empty {
    display: block;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__section {
    padding-top: 45px;
  }
  .p-product-show-internal-links__section.js-fixed-empty {
    display: block;
    height: 120px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-internal-links__fixed-area li:hover a {
    color: #004da1;
  }
  .p-product-show-internal-links__fixed-area li:hover a::after {
    background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
  }
}

.p-product-show-internal-links__fixed-area.js-stickyLink {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.1);
}

.p-product-show-internal-links__list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list {
    border-top: 4px solid #484848;
    border-bottom: 1px solid #484848;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-internal-links__list li {
    width: 400px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li {
    width: 33.33333%;
    min-height: 75px;
  }
}

.p-product-show-internal-links__list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-product-show-internal-links__list li > a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(../../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li > a::after {
    top: auto;
    right: calc(50% - 6px);
    bottom: 10px;
    width: 12px;
    height: 10px;
    background: url(../../common/images/ico_in_page_link_sp.svg) 0 0 no-repeat;
  }
}

.p-product-show-internal-links__list li > a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-internal-links__list li > a {
    padding-right: 30px;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 2.1;
  }
}

@media screen and (max-width: 915px) {
  .p-product-show-internal-links__list li > a {
    line-height: 1.6;
  }
  .p-product-show-internal-links__list li > a .u-pc-hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li > a {
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.29;
    text-align: center;
  }
}

.p-product-show-internal-links__list li:last-child > a::before {
  content: none;
}

.p-product-show-internal-links__list li.js-stickyLink-activ {
  background-color: #d9f1fb;
}

.p-product-show-internal-links__list li.js-stickyLink-activ a {
  color: #004da1;
  font-weight: bold;
}

.p-product-show-internal-links__list li.js-stickyLink-activ a::after {
  background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list li.js-stickyLink-activ a::after {
    background: url(../../common/images/ico_in_page_link_blue_sp.svg) 0 0 no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-internal-links__list--2col li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal {
    max-width: none;
    max-height: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__sliderimage-modal .c-modal_close {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal .c-modal_close {
    right: 10px;
    width: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__sliderimage-modal .c-modal_close::before, .p-products-show__sliderimage-modal .c-modal_close::after {
    right: auto;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__sliderimage-modal .c-modal_close::before, .p-products-show__sliderimage-modal .c-modal_close::after {
    top: 7px;
    left: -3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-ttl {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-ttl {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-show__inventory_status-modal-tablearea {
  height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablearea table {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablearea td, .p-products-show__inventory_status-modal-tablearea th {
  max-height: 45px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  color: #484848;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  vertical-align: middle;
}

.p-products-show__inventory_status-modal-tablearea .products-show-store {
  background: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-store {
    width: 160px;
    margin: auto;
    padding: 10px 15px;
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-store {
    width: 100%;
    margin: auto;
    padding: 12px;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-stock, .p-products-show__inventory_status-modal-tablearea .products-show-display {
    width: 135px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-stock, .p-products-show__inventory_status-modal-tablearea .products-show-display {
    width: 50%;
    margin: 15px auto;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal-tablearea .products-show-access {
    width: 284px;
    margin: auto;
    padding: 10px;
    border-left: none;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span {
    display: block;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:first-child {
    width: 110px;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:last-child {
    width: 140px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal-tablearea .products-show-access {
    width: 100%;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span {
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    color: #484848;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:first-child {
    font-size: 12px;
  }
  .p-products-show__inventory_status-modal-tablearea .products-show-access span:last-child {
    font-size: 11px;
  }
}

.p-products-show__inventory_status-modal-tablearea .products-show-line {
  border-right: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal-tablesection {
  border-bottom: 1px solid #c8c8c8;
}

.p-products-show__inventory_status-modal .inventory_status-caution {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal .inventory_status-caution {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal .inventory_status-caution {
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__inventory_status-modal .inventory_status-caution li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-products-show__inventory_status-modal .inventory_status-caution li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__inventory_status-modal .inventory_status-caution li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__inventory_status-modal .inventory_status-caution li {
    margin-bottom: 6px;
  }
}

.p-products-show__inventory_status-modal .inventory_status-caution li:last-child {
  margin-bottom: 0;
}

.p-products-show__favorite-modal {
  color: #484848;
}

.p-products-show__favorite-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-show__favorite-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-show__favorite-modal-item_image > img {
  width: 100%;
}

.p-products-show__favorite-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-show__favorite-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__favorite-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-show__favorite-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__favorite-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__favorite-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__favorite-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-show__favorite-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-show__cartin-modal {
  color: #484848;
}

.p-products-show__cartin-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-show__cartin-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-show__cartin-modal-item_image > img {
  width: 100%;
}

.p-products-show__cartin-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-show__cartin-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cartin-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-show__cartin-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__cartin-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-show__cartin-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button_area {
    margin-top: 23px;
  }
}

.p-products-show__deletion-modal-button {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__deletion-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 10px;
    padding-right: 15px;
  }
  .p-products-show__deletion-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-show__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-products-show__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total {
    margin-right: 3px;
  }
}

.p-products-show__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-products-show__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-products-show__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-show__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-products-show__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-products-show__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-products-show__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-products-show__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-products-show__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-products-show__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-products-show__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-products-show__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-products-show__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-products-show__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-products-show__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-products-show__fee-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_ttl {
    margin: 0 -4px 47px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_ttl {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-show__fee-modal_ttl > strong {
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-products-show__fee-modal_contents-img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-img {
    max-width: 340px;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-img {
    max-width: 610px;
    margin: 0 auto 25px;
  }
}

.p-products-show__fee-modal_contents-img img {
  width: 100%;
}

.p-products-show__fee-modal_contents-target {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target {
    max-width: 340px;
  }
}

.p-products-show__fee-modal_contents-target .target-subttl {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-subttl {
    margin-bottom: 15px;
  }
}

.p-products-show__fee-modal_contents-target .target-list {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  text-align: left;
}

.p-products-show__fee-modal_contents-target .target-list li {
  line-height: 1.5;
}

.p-products-show__fee-modal_contents-target .target-caution {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target .target-caution {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-caution {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__fee-modal_contents-target .target-caution li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-products-show__fee-modal_contents-target .target-caution li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target .target-caution li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target .target-caution li {
    margin-bottom: 6px;
  }
}

.p-products-show__fee-modal_contents-target .target-caution li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_contents-target--button {
    margin-top: 15px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_contents-target--button {
    margin: 25px auto 0;
  }
}

.p-products-show__delivery-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 10px;
  }
}

.p-products-show__delivery-modal_ttl {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-products-show__delivery-modal_supplement-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 42px;
    padding: 0 160px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 43px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link > span {
    margin-bottom: 18px;
  }
}

.p-products-show__delivery-modal_supplement-link > span:last-child {
  margin-bottom: 0px;
}

.p-products-show__delivery-modal_supplement-link .c-link--blue {
  border: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table td {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table td {
    padding: 15px 0px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table th {
    padding: 32px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table th {
    padding: 11px 14px 10px;
    letter-spacing: 0.74px;
    line-height: 1.33;
    text-align: center;
  }
}

.p-products-show__delivery-modal_input-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 239px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
  color: #484848;
}

.p-products-show__delivery-modal_input-address::-webkit-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-moz-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address:-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_input-address {
    width: calc(100% - 64px);
    font-size: 16px;
    text-align: left;
  }
}

.p-products-show__delivery-modal_button-address {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.p-products-show__delivery-modal_button-address::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_button-address {
    width: 76px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_button-address {
    width: 64px;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_address {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address-del {
    margin-top: 7px;
    line-height: 1;
  }
}

.p-products-show__cancel-modal-contents {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 15px 26px;
  }
}

.p-products-show__cancel-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-h4 {
    margin-top: 24px;
    margin-bottom: 17px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-h4 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-p {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cancel-modal-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-att {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-att {
    margin-top: 11px;
    padding-left: 1.2em;
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-indent: -1.3em;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-bottom {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-bottom {
    width: 225px;
    margin: 25px auto 0;
  }
  .p-products-show__cancel-modal-bottom > span {
    font-size: 16px;
  }
  .p-products-show__cancel-modal-bottom::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-support__section {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-support__section {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-support__section > .p-common-headline {
    margin-top: 40px;
  }
}

.p-product-show-support-info__inner {
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-product-show-support-info__inner {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__section.c-section--light-gray {
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__section.c-section--light-gray {
    padding: 45px 0;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #484848;
    background: #fff;
  }
}

.p-product-show-review__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .p-product-show-review__inner {
    padding-right: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-review__inner {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .p-product-show-review__inner {
    padding-left: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-review__inner {
    padding-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__inner {
    padding: 0;
  }
}

.p-product-show-review__contents {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 30px 30px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto 0px;
  }
}

.p-product-show-review__contents > div:first-child {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__contents > div:first-child {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .p-product-show-review__contents > div:first-child {
    margin-right: calc( 30px + 22 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-review__contents > div:first-child {
    margin-right: 52px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__contents > div:first-child {
    margin-right: 0;
  }
}

.p-product-show-review__column-sub {
  width: 200px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__column-sub {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .p-product-show-review__column-sub {
    width: calc( 200px + 60 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-review__column-sub {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__column-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 810px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__h3 {
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__h3 {
    text-align: center;
  }
}

.p-product-show-review__satisfaction {
  width: 100%;
}

.p-product-show-review__satisfaction-title {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__satisfaction-title {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__satisfaction-title {
    margin-top: 23px;
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.17;
  }
}

.p-product-show-review__satisfaction-rate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__satisfaction-rate {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__satisfaction-rate {
    margin-bottom: 13px;
  }
}

.p-product-show-review__satisfaction-rate > .star {
  display: block;
  width: 100%;
}

.p-product-show-review__satisfaction-rate > .star > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__satisfaction-rate > .star {
    max-width: 160px;
    margin-right: 14px;
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__satisfaction-rate > .star {
    max-width: 160px;
    margin-right: 14px;
    padding-bottom: 1px;
  }
}

.p-product-show-review__satisfaction-rate > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__satisfaction-rate > .num {
    font-size: 28px;
    letter-spacing: 1.12px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__satisfaction-rate > .num {
    font-size: 28px;
    letter-spacing: 1.12px;
    line-height: 1.1;
  }
}

.p-product-show-review__satisfaction-more {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__satisfaction-more {
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__satisfaction-more {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1.1;
  }
}

.p-product-show-review__button::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__button {
    width: 192px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__button {
    width: 192px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__button > .ico {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__button > .ico {
    width: 18px;
    margin-right: 15px;
  }
}

.p-product-show-review__more-button.c-button--secondaryB-white {
  width: 100%;
  border-color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__more-button.c-button--secondaryB-white {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__more-button.c-button--secondaryB-white {
    width: calc(100% - 30px);
    height: 50px;
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__more-button.c-button--secondaryB-white > span {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article {
    margin-top: 46px;
  }
  .p-product-show-review__article:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article {
    margin-top: 45px;
  }
}

.p-product-show-review__article-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info {
    padding: 12px 20px 12px 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info {
    padding: 12px 15px 12px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-leftcol {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 865px) {
  .p-product-show-review__article-info-leftcol.c-flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-leftcol {
    width: calc(100% - 110px);
    margin-right: 5px;
  }
}

.p-product-show-review__article-info-leftcol > .user-icon > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-leftcol > .user-icon {
    width: 28px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 865px) {
  .p-product-show-review__article-info-leftcol > .user-icon {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 100%;
    margin-right: 12px;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-leftcol > .user-icon {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-leftcol > .date {
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 865px) {
  .p-product-show-review__article-info-leftcol > .date {
    display: block;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-leftcol > .date {
    margin: 2px 0 4px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.35;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-leftcol > .user-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.35;
  }
}

@media screen and (max-width: 865px) {
  .p-product-show-review__article-info-leftcol > .user-name {
    display: block;
    margin-left: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-leftcol > .user-name {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.35;
  }
}

.p-product-show-review__article-info-leftcol > .user-name.ico-none {
  margin-left: 0;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-leftcol > .user-name > small {
    margin-left: 3px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-leftcol > .user-name > small {
    margin-left: 3px;
    font-size: 10px;
  }
}

.p-product-show-review__article-info-rightcol {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-rightcol {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-rightcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-rightcol > .user-rate-title {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-rightcol > .user-rate-title {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.75;
  }
}

.p-product-show-review__article-info-rightcol > .user-rate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-show-review__article-info-rightcol > .user-rate > .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.p-product-show-review__article-info-rightcol > .user-rate > .star > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-rightcol > .user-rate > .star {
    width: 76px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-rightcol > .user-rate > .star {
    width: 76px;
  }
}

.p-product-show-review__article-info-rightcol > .user-rate > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-info-rightcol > .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-info-rightcol > .user-rate > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

.p-product-show-review__article-dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px dotted #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-dl {
    margin-top: 20px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-dl {
    margin-top: 15px;
    padding-bottom: 5px;
  }
}

.p-product-show-review__article-dl > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-dl > div {
    width: 33.33333%;
    min-height: 24px;
    margin-bottom: 10px;
    padding: 0 18px;
    border-right: 1px solid #c8c8c8;
  }
  .p-product-show-review__article-dl > div:nth-child(3) {
    border: 0;
  }
}

@media screen and (max-width: 1200px) {
  .p-product-show-review__article-dl > div {
    width: 50%;
  }
  .p-product-show-review__article-dl > div:nth-child(3) {
    border-right: 1px solid #c8c8c8;
  }
  .p-product-show-review__article-dl > div:nth-child(2), .p-product-show-review__article-dl > div:nth-child(4) {
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-dl > div {
    min-height: 20px;
    margin-bottom: 10px;
    padding: 0 13px;
    border-right: 1px solid #c8c8c8;
  }
  .p-product-show-review__article-dl > div:nth-child(2), .p-product-show-review__article-dl > div:nth-child(4) {
    border: 0;
  }
}

.p-product-show-review__article-dl dt {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-dl dt {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-dl dt {
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 1.1;
  }
}

.p-product-show-review__article-dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-show-review__article-dl dd > .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.p-product-show-review__article-dl dd > .star > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-dl dd > .star {
    width: 76px;
    margin-left: 10px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-dl dd > .star {
    width: 58px;
    margin-left: 5px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-dl dd > .num {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-dl dd > .num {
    margin-left: 4px;
    font-size: 10.5px;
    letter-spacing: 0.56px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-text {
    margin: 30px 18px 0;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-text {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-product-show-review__article-shop {
  border: solid 1px #c8c8c8;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-shop {
    margin: 20px 18px 0;
    padding: 18px 20px 16px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-shop {
    width: calc(100% - 30px);
    margin: 16px auto 0;
    padding: 15px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-shop-text {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-shop-text {
    margin-top: 5px;
  }
}

.p-product-show-review__article-reference {
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-reference {
    margin: 20px 20px 0 0;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-reference {
    width: calc(100% - 30px);
    margin: 14px auto 0;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-product-show-review__article-reference-yes {
  display: inline-block;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-reference-yes {
    margin-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-reference-yes {
    margin-left: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-review__article-reference-num {
    margin-left: 18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-reference-num {
    display: inline-block;
    margin-top: 8px;
  }
}

.p-product-show-review__article-reference-num > strong {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-product-show-review__article-reference-num > strong {
    font-size: 13px;
  }
}

@media screen and (max-width: 890px) {
  .p-product-show-review__article-reference > .u-pc-hide {
    display: block;
  }
}

.p-product-show-question__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .p-product-show-question__inner {
    padding-right: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-question__inner {
    padding-right: 120px;
  }
}

@media (min-width: 768px) {
  .p-product-show-question__inner {
    padding-left: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-question__inner {
    padding-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__inner {
    padding: 0;
  }
}

.p-product-show-question__contents {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 90px;
    padding: 30px 30px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 45px;
  }
}

.p-product-show-question__contents > div:first-child {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__contents > div:first-child {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .p-product-show-question__contents > div:first-child {
    margin-right: calc( 30px + 22 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-question__contents > div:first-child {
    margin-right: 52px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__contents > div:first-child {
    margin-right: 0;
  }
}

.p-product-show-question__column-sub {
  width: 200px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__column-sub {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .p-product-show-question__column-sub {
    width: calc( 200px + 60 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-question__column-sub {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__column-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 810px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__h3 {
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__h3 {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__h3-under {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__h3-under {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-product-show-question__usage {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__usage {
    margin-top: 20px;
    padding: 25px 30px 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__usage {
    margin-top: 15px;
    padding: 20px;
  }
}

.p-product-show-question__h4 {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__h4 {
    margin-bottom: 16px;
    padding-bottom: 9px;
    font-size: 11px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__h4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 11px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

.p-product-show-question__h4::after {
  z-index: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__h4::after {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__h4::after {
    width: calc(100% - 0px);
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__h4 > span {
    margin-left: -5px;
  }
}

.p-product-show-question__list {
  counter-reset: list-count;
}

@media screen and (max-width: 767px) {
  .p-product-show-question__list {
    margin-left: 3px;
  }
}

.p-product-show-question__list li {
  padding-left: 1.5em;
  text-indent: -1.6em;
}

.p-product-show-question__list li::before {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
  content: counter(list-count) ".";
  counter-increment: list-count;
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__list li::before {
    padding-right: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__list li::before {
    padding-right: 0.6em;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-question__list li {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-question__list li {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-product-show-question__list li:last-child {
  margin: 0;
}

.p-product-show-security__section {
  padding-top: 1px;
}

.p-product-show-security__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-product-show-security__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-show-security__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-product-show-security__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-show-security__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-security__inner {
    padding: 0px;
  }
}

.p-product-show-security__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 0px;
    padding-bottom: 45px;
  }
}

.p-product-show-security__list > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-show-security__list > li::after, .p-product-show-security__list > li::before {
  z-index: auto;
  position: absolute;
  background: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-show-security__list > li {
    width: 270px;
    margin-right: 9px;
    margin-left: 9px;
    padding: 23px 18px 25px;
  }
  .p-product-show-security__list > li::after {
    z-index: auto;
    top: 0;
    right: -9px;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
  .p-product-show-security__list > li:first-child {
    margin-left: 0;
  }
  .p-product-show-security__list > li:last-child {
    margin-right: 0;
  }
  .p-product-show-security__list > li:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list > li {
    width: 50%;
    padding: 10px 15px 36px;
  }
  .p-product-show-security__list > li:nth-child(1)::after {
    top: 0;
    right: 0px;
    bottom: auto;
    width: 1px;
    height: calc(100% - 15px);
  }
  .p-product-show-security__list > li:nth-child(3)::after {
    top: auto;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 15px);
  }
  .p-product-show-security__list > li:nth-child(1)::before, .p-product-show-security__list > li:nth-child(2)::before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(100% - 30px);
    height: 1px;
  }
  .p-product-show-security__list > li:nth-child(3), .p-product-show-security__list > li:nth-child(4) {
    padding-top: 28px;
    padding-bottom: 22px;
  }
}

.p-product-show-security__list-icon {
  width: 96px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list-icon {
    width: 70px;
    margin-bottom: 10px;
  }
}

.p-product-show-security__list-icon > img {
  width: 100%;
  max-width: none;
}

.p-product-show-security__list-h3 {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-show-security__list-h3 {
    margin-right: -12px;
    margin-bottom: 12px;
    margin-left: -12px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list-h3 {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 1.42px;
    line-height: 1.5;
  }
}

.p-product-show-security__list-text {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-show-security__list-text {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list-text {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 361px) {
  .p-product-show-security__list-text {
    font-size: 12px;
  }
}

.p-product-show-security__list-link {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-show-security__list-link {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-security__list-link {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

.p-product-show-service__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-product-show-service__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__list li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 20px;
  }
  .p-product-show-service__list li:last-child, .p-product-show-service__list li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__list li {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
    padding: 25px 15px 22px;
  }
  .p-product-show-service__list li:last-child {
    margin-bottom: 0;
  }
}

.p-product-show-service__image {
  width: 130px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__image {
    width: 190px;
    min-width: 130px;
  }
}

@media (min-width: 768px) {
  .p-product-show-service__image {
    width: calc( 130px + 60 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-service__image {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__image {
    width: 100px;
  }
}

.p-product-show-service__image > img {
  width: 100%;
}

.p-product-show-service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .p-product-show-service__contents {
    margin-left: calc( 15px + 15 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-show-service__contents {
    margin-left: 30px;
  }
}

.p-product-show-service__h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__h3 {
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1.35;
  }
  .p-product-show-service__h3.u-mt25 {
    margin-top: 0;
  }
}

.p-product-show-service__h3-shoulder {
  color: #004da1;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__h3-shoulder {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__h3-shoulder {
    margin-bottom: 3px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-product-show-service__h3-annotation {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__h3-annotation {
    margin-top: 2px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__h3-annotation {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 0.83;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__text {
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-product-show-service__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
}

@media screen and (min-width: 768px), print {
  .p-product-show-service__link {
    display: block;
    margin-top: auto;
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-service__link {
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-used-detail__status {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-product-used-detail__status {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
  }
}

.p-product-used-detail__status .new-used {
  margin-right: 20px;
  padding: 7px 10px;
  border-radius: 2px;
  background-color: #865ebd;
  color: #fff;
  font-size: 11px;
}

.p-product-used-detail__status .status {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-product-used-feature__section {
  padding-top: 1px;
}

.p-product-used-first-use__section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 90px;
  padding-top: 1px;
  background-color: #ececec;
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__section {
    width: calc(100% - 30px);
    margin: 0 auto 45px;
    padding: 0 5%;
    padding-top: 1px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__headline {
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__headline {
    margin: 28px auto 22px;
  }
}

.p-product-used-first-use__inner {
  width: 100%;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-product-used-first-use__inner {
    padding-left: calc( 20px + 10 * (100vw - 769px) / 371);
  }
}

@media (min-width: 1140px) {
  .p-product-used-first-use__inner {
    padding-left: 30px;
  }
}

@media (min-width: 769px) {
  .p-product-used-first-use__inner {
    padding-right: calc( 20px + 10 * (100vw - 769px) / 371);
  }
}

@media (min-width: 1140px) {
  .p-product-used-first-use__inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__inner {
    padding: 0px;
  }
}

.p-product-used-first-use__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 0px 25px;
  }
}

.p-product-used-first-use__list > li {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
    margin-right: 15px;
    padding: 26px 18px 27px;
  }
  .p-product-used-first-use__list > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list > li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    padding: 20px 24px;
  }
  .p-product-used-first-use__list > li:last-child {
    margin-bottom: 0;
  }
}

.p-product-used-first-use__list-icon {
  width: 60px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list-icon {
    width: 60px;
    margin-bottom: 10px;
  }
}

.p-product-used-first-use__list-icon > img {
  width: 100%;
  max-width: none;
}

.p-product-used-first-use__text-area {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 8px;
  }
}

.p-product-used-first-use__list-text {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__list-text {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list-text {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 361px) {
  .p-product-used-first-use__list-text {
    font-size: 12px;
  }
}

.p-product-used-first-use__list-title {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__list-title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list-title {
    margin-bottom: 84x;
    font-size: 16px;
    letter-spacing: 1.42px;
    line-height: 1.5;
  }
}

.p-product-used-first-use__list-link {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-used-first-use__list-link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-first-use__list-link {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-internal-links__section {
    padding-top: 90px;
  }
  .p-product-used-internal-links__section.js-fixed-empty {
    display: block;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__section {
    padding-top: 45px;
  }
  .p-product-used-internal-links__section.js-fixed-empty {
    display: block;
    height: 120px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-internal-links__fixed-area li:hover a {
    color: #004da1;
  }
  .p-product-used-internal-links__fixed-area li:hover a::after {
    background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
  }
}

.p-product-used-internal-links__fixed-area.js-stickyLink {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.1);
}

.p-product-used-internal-links__list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list {
    border-top: 4px solid #484848;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-internal-links__list li {
    width: 300px;
    height: 90px;
  }
  .js-fixed-empty .p-product-used-internal-links__list li {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list li {
    width: 50%;
    min-height: 75px;
    border-bottom: 1px solid #484848;
  }
}

.p-product-used-internal-links__list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-product-used-internal-links__list li > a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(../../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list li > a::after {
    top: auto;
    right: calc(50% - 6px);
    bottom: 10px;
    width: 12px;
    height: 10px;
    background: url(../../common/images/ico_in_page_link_sp.svg) 0 0 no-repeat;
  }
}

.p-product-used-internal-links__list li > a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-used-internal-links__list li > a {
    padding-right: 30px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 2.1;
  }
}

@media screen and (max-width: 915px) {
  .p-product-used-internal-links__list li > a {
    font-size: 17px;
    line-height: 1.6;
  }
  .p-product-used-internal-links__list li > a .u-pc-hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list li > a {
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.29;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-internal-links__list li:last-child > a::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list li:last-child > a::before {
    content: none;
  }
}

.p-product-used-internal-links__list li.js-stickyLink-activ {
  background-color: #d9f1fb;
}

.p-product-used-internal-links__list li.js-stickyLink-activ a {
  color: #004da1;
  font-weight: bold;
}

.p-product-used-internal-links__list li.js-stickyLink-activ a::after {
  background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .p-product-used-internal-links__list li.js-stickyLink-activ a::after {
    background: url(../../common/images/ico_in_page_link_blue_sp.svg) 0 0 no-repeat;
  }
}

body.used_item_modal_fixed {
  position: fixed;
  left: 0;
}

.p-product-used-list__item-modal {
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #7f7f7f;
}

.p-product-used-list__item-modal_close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_close {
    top: 16px;
    right: 16px;
  }
}

.p-product-used-list__item-modal_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal_wrapper {
    width: 810px;
    padding: 50px 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_wrapper {
    width: 100%;
    padding: 45px 0px 45px;
  }
}

.p-product-used-list__item-modal_thumb {
  position: relative;
  height: 46px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal_thumb {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb {
    width: 300px;
  }
}

@media screen and (max-width: 359px) {
  .p-product-used-list__item-modal_thumb {
    width: 290px;
  }
}

.p-product-used-list__item-modal_thumb .swiper-wrapper {
  width: calc(100% - 0px);
}

.p-product-used-list__item-modal_thumb .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
}

.p-product-used-list__item-modal_thumb .swiper-slide img {
  width: 100%;
}

.p-product-used-list__item-modal_thumb .swiper-slide img.js-used_iteme-active {
  border: solid 1px #ccc;
  border-color: #7fa6d0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(127, 166, 208, 0.7);
          box-shadow: 0px 0px 4px 0px rgba(127, 166, 208, 0.7);
}

.p-product-used-list__item-modal_thumb-nav {
  position: relative;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal_thumb-nav {
    margin-top: 30px;
    padding: 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav {
    margin-top: -55px;
    padding: 65px 0 5px;
  }
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-next, .p-product-used-list__item-modal_thumb-nav .swiper-button-prev {
  bottom: 0px;
  width: 20px;
  height: 45px;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-next, .p-product-used-list__item-modal_thumb-nav .swiper-button-prev {
    top: auto;
    bottom: 7px;
  }
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-next::after, .p-product-used-list__item-modal_thumb-nav .swiper-button-prev::after {
  position: absolute;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-next {
  left: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-next {
    right: 0px;
  }
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-next::after {
  right: auto;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-next::after {
    right: 15px;
    left: auto;
  }
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-prev {
  right: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-prev {
    left: 0px;
  }
}

.p-product-used-list__item-modal_thumb-nav .swiper-button-prev::after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal_thumb-nav .swiper-button-prev::after {
    right: auto;
    left: 15px;
  }
}

.p-product-used-list__slider-main {
  z-index: 200;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__slider-main {
    width: 360px;
    height: 360px;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__slider-main {
    width: calc(100% - 30px);
    margin: 0px auto 0;
    border: 1px solid #ececec;
  }
  .p-product-used-list__slider-main:before {
    display: block;
    padding-top: 100%;
    content: "";
  }
}

.p-product-used-list__slider-main ul {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.p-product-used-list__slider-main ul li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-product-used-list__slider-main ul li > img {
  width: 100%;
}

.p-product-used-list__slider-main .js-used_item-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__slider-main .js-used_item-gallery {
    width: 360px;
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__slider-main .js-used_item-gallery {
    width: 100%;
    height: 100%;
  }
}

.p-product-used-list__slider-main .js-used_item-gallery li {
  display: none;
}

.p-product-used-list__slider-main .js-used_item-gallery li:first-child {
  display: list-item;
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal-att {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal-att {
    padding: 0 12px 15px;
    background-color: #f6f6f6;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-list__item-modal-att_p {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-list__item-modal-att_p {
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.55;
    text-align: left;
  }
}

.p-products-used__sliderimage-modal {
  width: 100% !important;
  max-width: 810px !important;
  max-height: 500px;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-products-used__sliderimage-modal {
    max-width: none;
    max-height: none;
  }
}

.p-products-used__sliderimage-modal img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-used__sliderimage-modal img {
    max-width: 400px;
    max-height: 400px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__sliderimage-modal img {
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-used__sliderimage-modal .c-modal_close {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__sliderimage-modal .c-modal_close {
    right: 10px;
    width: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-used__sliderimage-modal .c-modal_close::before, .p-products-used__sliderimage-modal .c-modal_close::after {
    right: auto;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__sliderimage-modal .c-modal_close::before, .p-products-used__sliderimage-modal .c-modal_close::after {
    top: 7px;
    left: -3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-used__sliderimage-modal .modaal-gallery-item-wrap {
    width: 400px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__sliderimage-modal .modaal-gallery-control {
    bottom: -60px;
  }
}

.p-products-used__sliderimage-modal .modaal-gallery-item {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-used__sliderimage-modal .modaal-gallery-item {
    width: 400px;
  }
}

.p-products-used__store-comment-information-modal {
  color: #484848;
}

.p-products-used__store-comment-information-modal .c-headline__h3, .p-products-used__store-comment-information-modal .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50, .p-products-used__store-comment-information-modal .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50 {
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal .c-headline__h3, .p-products-used__store-comment-information-modal .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50, .p-products-used__store-comment-information-modal .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal .c-headline__h3, .p-products-used__store-comment-information-modal .p-cart__form .c-headline__h3--mt50, .p-cart__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50, .p-products-used__store-comment-information-modal .p-cart-order__form .c-headline__h3--mt50, .p-cart-order__form .p-products-used__store-comment-information-modal .c-headline__h3--mt50 {
    margin-bottom: 22px;
    font-size: 16px;
    letter-spacing: 0.92px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 710px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-products-used__store-comment-information-modal--accessories {
  width: 100%;
  margin-right: 50px;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--accessories {
    max-width: 230px;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-used__store-comment-information-modal--accessories {
    margin-right: 3.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--accessories {
    margin-right: 0;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--accessories_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.p-products-used__store-comment-information-modal--accessories_list > li {
  width: 100%;
  border-radius: 2px;
  background-color: #d9f1fb;
  color: #004da1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--accessories_list > li {
    margin-bottom: 10px;
    padding: 9px 8px 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1;
  }
  .p-products-used__store-comment-information-modal--accessories_list > li:last-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--accessories_list > li {
    margin-bottom: 5px;
    padding: 6px 4px;
    font-size: 12px;
    letter-spacing: 0.64px;
    line-height: 1;
  }
  .p-products-used__store-comment-information-modal--accessories_list > li.half {
    width: calc(50% - 2.5px);
  }
  .p-products-used__store-comment-information-modal--accessories_list > li:last-child {
    margin-bottom: 0;
  }
}

.p-products-used__store-comment-information-modal--information {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information {
    max-width: 430px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information .information-modal-tab {
    max-width: 430%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-tab {
    margin-bottom: 25px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-right: 4px;
  background-color: #ececec;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information .information-modal-tab li {
    width: calc(50% - 2px);
    max-width: 213px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-tab li {
    width: calc(50% - 3px);
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-tab li:last-of-type {
  margin-right: 0;
}

.p-products-used__store-comment-information-modal--information .information-modal-tab li.is-active {
  border-top: 2px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information .information-modal-tab li > span {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-tab li > span {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-scrollarea {
  overflow-y: scroll;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information .information-modal-scrollarea {
    height: 330px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-scrollarea {
    height: 200px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-scrollarea::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.p-products-used__store-comment-information-modal--information .information-modal-scrollarea::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ececec;
}

.p-products-used__store-comment-information-modal--information .js-information-modal-contents {
  display: none;
}

.p-products-used__store-comment-information-modal--information .js-information-modal-contents.is-show {
  display: block;
}

.p-products-used__store-comment-information-modal--information .information-modal-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-table {
    margin: 0 auto 20px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-table dt {
  width: 50%;
  padding: 20px;
  border-top: 1px solid #c8c8c8;
  background-color: #f6f6f6;
  color: #484848;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-table dt {
    padding: 16px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-table dd {
  width: 50%;
  padding: 20px;
  border-top: 1px solid #c8c8c8;
  color: #484848;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-table dd {
    padding: 16px;
  }
}

.p-products-used__store-comment-information-modal--information .information-modal-text {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal--information .information-modal-text {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal--information .information-modal-text {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-used__store-comment-information-modal .information-modal-caution {
  color: #7f7f7f;
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal .information-modal-caution {
    margin-top: 18px;
  }
}

.p-products-used__store-comment-information-modal .information-modal-caution li {
  position: relative;
  width: 100%;
  margin-bottom: .5em;
  padding-left: 1.5em;
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-used__store-comment-information-modal .information-modal-caution li {
    font-size: 11px;
    letter-spacing: 0.72px;
    line-height: 1.33;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal .information-modal-caution li {
    font-size: 10px;
    letter-spacing: 0.72px;
    line-height: 1.33;
    text-align: center;
  }
  ._text-left .p-products-used__store-comment-information-modal .information-modal-caution li {
    text-align: left;
  }
}

.p-products-used__store-comment-information-modal .information-modal-caution li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #7f7f7f;
  content: "※";
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal .information-modal-caution li::before {
    position: static;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-used__store-comment-information-modal .information-modal-caution._text-left li {
    padding-right: 5px;
    padding-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .comment-information-store-modaal-wrapper .modaal-inner-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-product-used-product-list__section {
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 1px;
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__section {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 1px;
  }
}

.p-product-used-product-list__total-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
}

.p-product-used-product-list__total-number > p {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__total-number > p {
    font-size: 16px;
  }
}

.p-product-used-product-list__total-number .num {
  padding: 0 10px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__total-number .num {
    font-size: 24px;
  }
}

.p-product-used-product-list__area {
  width: 100%;
  background-color: #fff;
}

.p-product-used-product-list__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-product-used-product-list__inner {
    padding-left: calc( 20px + 0 * (100vw - 769px) / 371);
  }
}

@media (min-width: 1140px) {
  .p-product-used-product-list__inner {
    padding-left: 20px;
  }
}

@media (min-width: 769px) {
  .p-product-used-product-list__inner {
    padding-right: calc( 20px + 0 * (100vw - 769px) / 371);
  }
}

@media (min-width: 1140px) {
  .p-product-used-product-list__inner {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__inner {
    padding: 0px;
  }
}

.p-product-used-product-list__pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__pager ul {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__pager ul {
    padding: 25px 0;
  }
}

.p-product-used-product-list__pager li {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}

.p-product-used-product-list__pager li.pre, .p-product-used-product-list__pager li.next {
  position: relative;
}

.p-product-used-product-list__pager li.pre > a, .p-product-used-product-list__pager li.next > a {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__pager li.pre > a, .p-product-used-product-list__pager li.next > a {
    width: 100%;
    text-align: center;
  }
}

.p-product-used-product-list__pager li.pre > a:hover, .p-product-used-product-list__pager li.next > a:hover {
  background: none;
}

.p-product-used-product-list__pager li.pre::before, .p-product-used-product-list__pager li.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  content: "";
}

.p-product-used-product-list__pager li.pre::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.p-product-used-product-list__pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}

.p-product-used-product-list__pager li a span {
  display: table-cell;
  vertical-align: middle;
}

.p-product-used-product-list__pager li a:hover {
  background: #c8c8c8;
  color: #fff;
}

.p-product-used-product-list__pager li a.active {
  border-radius: 4px;
  border-color: #484848;
  background: #484848;
  color: #fff;
}

.p-product-used-product-list__list > li {
  border-top: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__list > li {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__list > li {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.p-product-used-product-list__list > li:last-child {
  border-bottom: 1px solid #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__product-area {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__product-area {
    width: calc(100% - 30px);
    margin: 0 auto 25px;
  }
}

.p-product-used-product-list__product-img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 230px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__product-img {
    height: 230px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-product-used-product-list__product-img {
  height: 230px;
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__product-img {
    width: 100%;
    max-width: 105px;
  }
}

.p-product-used-product-list__product-img > .ico-expansion {
  position: relative;
}

.p-product-used-product-list__product-img > .ico-expansion::before {
  position: absolute;
  width: 26px;
  height: 26px;
  background-image: url(../../common/images/icon-expansion.png);
  background-size: cover;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__product-img > .ico-expansion::before {
    right: 12px;
    bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__product-img > .ico-expansion::before {
    right: 6px;
    bottom: 6px;
  }
}

.p-product-used-product-list__product-img img {
  width: 100%;
}

.p-product-used-product-list__text-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__text-area {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__text-area {
    width: 100%;
    max-width: calc(100% - 115px);
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__text-area dl.product_support {
    margin-bottom: 18px;
  }
}

.p-product-used-product-list__text-area dl.product_support > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__text-area dl.product_support > div {
    width: 100%;
    max-width: 260px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__text-area dl.product_support > div {
    width: 100%;
    max-width: 200px;
    margin-bottom: 4px;
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .p-product-used-product-list__text-area dl.product_support > div {
    font-size: 3.2vw;
  }
}

.p-product-used-product-list__text-area dl.product_support > div:last-child {
  margin-bottom: 0;
}

.p-product-used-product-list__text-area dt {
  width: 26%;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-product-used-product-list__text-area dd {
  width: 74%;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__text-area dd span {
    padding: 0 8px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__text-area dd span {
    padding: 0 4px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__text-area .c-button--cart-in {
    width: 180px;
    height: 40px;
  }
}

.p-product-used-product-list__product-title {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__product-title {
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 1.23px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__product-title {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__price {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__price {
    margin-bottom: 16px;
  }
}

.p-product-used-product-list__price .product_price {
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__price .product_price .num {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__price .product_price .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 374px) {
  .p-product-used-product-list__price .product_price .num {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__price .product_price .unit {
    padding-left: 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__price .product_price .unit {
    padding-left: 5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .p-product-used-product-list__price .product_price .unit {
    font-size: 4.2vw;
  }
}

.p-product-used-product-list__price .free_shipping {
  background-color: #fceaec;
  color: #e43344;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__price .free_shipping {
    margin: auto 0 auto 20px;
    padding: 6px 9px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__price .free_shipping {
    margin: auto 0 auto 8px;
    padding: 5px 7px;
    font-size: 11px;
  }
}

.p-product-used-product-list__favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  border: solid 1px #a3a3a3;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__favorite {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__favorite {
    width: 40px;
    height: 40px;
    border-radius: 2px;
  }
}

.p-product-used-product-list__favorite > a, .p-product-used-product-list__favorite div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-product-used-product-list__favorite > a > img, .p-product-used-product-list__favorite div > img {
  vertical-align: top;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__favorite > a > img, .p-product-used-product-list__favorite div > img {
    width: 24px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__favorite > a > img, .p-product-used-product-list__favorite div > img {
    width: 20px;
    height: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__wished-cart-area {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 5px;
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 1000px) {
  .p-product-used-product-list__wished-cart-area {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__wished-cart-area {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0px;
  }
}

@media screen and (max-width: 374px) {
  .p-product-used-product-list__conversion-button span {
    font-size: 3.2vw;
  }
}

.p-product-used-product-list__conversion-button .ico {
  width: 18px;
  margin-right: 15px;
}

@media screen and (max-width: 374px) {
  .p-product-used-product-list__conversion-button .ico {
    margin-right: 6px;
  }
}

.p-product-used-product-list__information-area {
  background-color: #f6f6f6;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__information-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__information-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__information-area_p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: auto;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__information-area_p {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-product-used-product-list__information-area .c-link--blue {
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__information-area .c-link--blue {
    -ms-flex-item-align: start;
        align-self: flex-start;
    justify-self: flex-end;
    margin-top: 4px;
    margin-left: 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__information-area .c-link--blue {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-product-list__information-area .c-link--blue > .ico {
    width: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-product-list__information-area .c-link--blue > .ico {
    width: 11px;
  }
}

.p-product-used-security__section {
  padding-top: 1px;
}

.p-product-used-security__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-product-used-security__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-used-security__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-product-used-security__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-used-security__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-security__inner {
    padding: 0px;
  }
}

.p-product-used-security__list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 0px;
    padding-bottom: 45px;
  }
}

.p-product-used-security__list > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-used-security__list > li::after, .p-product-used-security__list > li::before {
  z-index: auto;
  position: absolute;
  background: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-used-security__list > li {
    width: 367px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 18px 25px;
  }
  .p-product-used-security__list > li::after {
    z-index: auto;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
  .p-product-used-security__list > li:first-child {
    margin-left: 0;
  }
  .p-product-used-security__list > li:last-child {
    margin-right: 0;
  }
  .p-product-used-security__list > li:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list > li {
    width: 50%;
    padding: 10px 15px 36px;
  }
  .p-product-used-security__list > li:nth-child(1)::after {
    top: 0;
    right: 0px;
    bottom: auto;
    width: 1px;
    height: calc(100% - 15px);
  }
  .p-product-used-security__list > li:nth-child(3) {
    width: 100%;
  }
  .p-product-used-security__list > li:nth-child(1)::before, .p-product-used-security__list > li:nth-child(2)::before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(100% - 30px);
    height: 1px;
  }
  .p-product-used-security__list > li:nth-child(3) {
    padding-top: 28px;
    padding-bottom: 0px;
  }
}

.p-product-used-security__list-icon {
  width: 60px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list-icon {
    width: 60px;
    margin-bottom: 18px;
  }
}

.p-product-used-security__list-icon > img {
  width: 100%;
  max-width: none;
}

.p-product-used-security__list-title {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-security__list-title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list-title {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

.p-product-used-security__list-text {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-security__list-text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list-text {
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 361px) {
  .p-product-used-security__list-text {
    font-size: 12px;
  }
}

.p-product-used-security__list-link {
  margin-top: auto;
}

@media screen and (min-width: 768px), print {
  .p-product-used-security__list-link {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-security__list-link {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.1;
  }
}

.p-product-used-specification__section {
  padding-top: 1px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__section--other {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-product-used-specification__inner > div:first-child {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__inner > div:first-child {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .p-product-used-specification__inner > div:first-child {
    margin-right: calc( 30px + 30 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-product-used-specification__inner > div:first-child {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__inner > div:first-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__column-sub {
    width: 270px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 810px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__column-main--other {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__table-spec {
    margin-bottom: 30px;
  }
  .p-product-used-specification__table-spec th {
    width: 29.62963%;
  }
  .p-product-used-specification__table-spec th, .p-product-used-specification__table-spec td {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__table-spec {
    margin-bottom: 15px;
  }
  .p-product-used-specification__table-spec th {
    text-align: center;
  }
}

.p-product-used-specification__annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-product-used-specification__annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-product-used-specification__annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__annotation-list li {
    margin-bottom: 6px;
  }
}

.p-product-used-specification__environment {
  width: 100%;
  border: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__environment {
    margin-top: 23px;
  }
}

.p-product-used-specification__environment dt {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__environment dt {
    padding: 17px 0 16px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__environment dt {
    padding: 14px 0 13px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.1;
  }
}

.p-product-used-specification__environment dd {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__environment dd {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__environment dd {
    padding: 0 20px 16px;
  }
}

.p-product-used-specification__environment dd p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__environment-moss {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__environment-moss {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-specification__environment-text {
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-specification__environment-text {
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-product-used-support__section {
  margin: 90px auto 0px;
  padding: 1px 0 90px;
}

@media screen and (max-width: 767px) {
  .p-product-used-support__section {
    margin: 45px auto 0px;
    padding: 1px 0 45px;
  }
}

.p-product-used-support__headline {
  margin: 90px auto 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-product-used-support__headline {
    margin: 42px auto 22px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__headline-h2 > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__headline-h2 > span {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-product-used-support__inner {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 0px;
  }
}

@media (min-width: 769px) {
  .p-product-used-support__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-used-support__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-product-used-support__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-product-used-support__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__inner {
    width: calc(100% - 30px);
    margin: 0 auto 0px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-product-used-support__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__list li {
    margin-right: 30px;
    padding: 38px 0 5px;
  }
  .p-product-used-support__list li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__list li {
    padding: 25px 0 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__list--2col li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__list--2col li {
    margin-bottom: 15px;
  }
  .p-product-used-support__list--2col li:last-child {
    margin-bottom: 0;
  }
}

.p-product-used-support__title {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__title {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 40px 36px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__text {
    margin: 0 20px 18px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-product-used-support__button, .p-product-used-support__button--black {
  margin: 0 auto;
  border: 0;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__button, .p-product-used-support__button--black {
    width: calc(100% - 10px);
    height: 40px;
    margin: auto auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__button, .p-product-used-support__button--black {
    width: calc(100% - 10px);
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__button--black {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__button--black {
    font-size: 14px;
  }
}

.p-product-used-support__ttl {
  width: 100%;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__ttl {
    margin: 0 auto 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__ttl {
    margin: 0 auto 25px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__reuse-button {
    width: 360px;
    height: 40px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__reuse-button {
    width: 100%;
    height: 40px;
    margin: 0 auto 25px;
    font-size: 13px;
  }
}

.p-product-used-support__area-table {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 0px;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__area-table {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__area-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 0px;
  }
}

.p-product-used-support__area-table > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product-used-support__area-table > li::after, .p-product-used-support__area-table > li::before {
  z-index: auto;
  position: absolute;
  background: #c8c8c8;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__area-table > li {
    width: 340px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px 30px 8px;
  }
  .p-product-used-support__area-table > li::after {
    z-index: auto;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
  .p-product-used-support__area-table > li:nth-child(2) {
    width: 400px;
  }
  .p-product-used-support__area-table > li:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__area-table > li {
    width: 100%;
    margin: 0 auto 15px;
    padding: 25px 10px 18px;
    background-color: #fff;
  }
  .p-product-used-support__area-table > li:last-child {
    margin-bottom: 0;
  }
}

.p-product-used-support__area-table-title {
  width: 100%;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__area-table-title {
    margin-bottom: 18px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__area-table-title {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
    text-align: center;
  }
}

.p-product-used-support__area-table-text {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-product-used-support__area-table-text {
    margin-bottom: 40px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: start;
  }
  .p-product-used-support__area-table-text:last-of-type {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-used-support__area-table-text {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 2;
    text-align: center;
  }
}

.p-products-search-empty__wrap {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__wrap {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}

.p-products-search-empty__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__inr {
    padding: 0 15px;
  }
}

.p-products-search-empty__text-area {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__text-area {
    margin-bottom: 25px;
  }
}

.p-products-search-empty__text {
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__text {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-search-empty__text--bold {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__text--bold {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-search-empty__text--large {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__text--large {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-products-search-empty__img {
  width: 330px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-products-search-empty__img {
    width: 60%;
    margin-bottom: 25px;
  }
}

.p-products-search-empty__img > img {
  width: 100%;
}

.p-products-search-empty__search {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-search-empty__search {
    max-width: 760px;
  }
}

.p-products-search-empty__search__input {
  width: 100%;
  height: 40px;
  padding-right: 32px;
  padding-left: 15px;
  font-size: 16px;
}

.p-products-search-empty__search__input::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-search-empty__search__input::-moz-placeholder {
  color: #a3a3a3;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-search-empty__search__input:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-search-empty__search__input::-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-search-empty__search__input::placeholder {
  color: #a3a3a3;
  font-size: 16px;
  letter-spacing: 0.96px;
}

.p-products-search-empty__search__loupe {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  background: url(../../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.p-products-search-empty__head--h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

.p-shop_delivery__header {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__header {
    z-index: 10;
    position: fixed;
    top: 0;
  }
}

.p-shop_delivery__header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__header__inr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 940px;
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__header__inr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 40px 0;
  }
}

.p-shop_delivery__header__logo {
  width: 200px;
  height: 38px;
}

.p-shop_delivery__header__logo img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__header__button {
    width: 200px;
    height: 40px;
    border-radius: 2px;
    background-color: #004986;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .p-shop_delivery__header__button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 40px;
  }
  .p-shop_delivery__header__button span {
    position: relative;
    padding-left: 36px;
    color: #fff;
  }
  .p-shop_delivery__header__button span:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 3.5px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: url("../../common/images/ico_print.png") no-repeat;
    background-size: contain;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__header__button {
    display: none;
  }
}

.p-shop_delivery__print {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__print {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.p-shop_delivery__wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__wrap {
    max-width: 940px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__wrap {
    width: 81.34%;
    margin: 0 9.33%;
  }
}

.p-shop_delivery__wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

.p-shop_delivery__scan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__scan {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 123px;
    padding-top: 73px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__scan {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__scan__logo {
    width: 260px;
    height: 49px;
  }
  .p-shop_delivery__scan__logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__scan__logo {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__scan__barcode {
    width: 260px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__scan__barcode {
    width: 305px;
    height: 105px;
  }
}

.p-shop_delivery__scan__barcode img {
  width: 100%;
}

.p-shop_delivery__title {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__title--h1 {
    margin: 0 auto 40px;
    padding-top: 90px;
    font-size: 36px;
    letter-spacing: 7.2px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__title--h1 {
    margin: 0 auto 25px;
    padding-top: 45px;
    font-size: 24px;
    letter-spacing: 4.8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-shop_delivery__text {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__text {
    margin: 0px auto 65px;
    font-size: 16px;
    letter-spacing: 0.96px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 35px;
    font-size: 14px;
    letter-spacing: 1.68px;
    text-align: left;
  }
}

.p-shop_delivery__inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__inner {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__inner {
    width: 100%;
  }
}

.p-shop_delivery__box {
  width: 100%;
  border: solid 2px #c8c8c8;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box {
    margin: 0 auto 30px;
    padding: 44px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box {
    margin-bottom: 25px;
    padding: 25px 5%;
  }
}

.p-shop_delivery__box--passing_information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a3a3a3;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a3a3a3;
  }
}

.p-shop_delivery__box--passing_information dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p-shop_delivery__box--passing_information dt {
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information dt {
    width: 120px;
    margin: 0 auto auto 0;
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information dt {
    width: 100px;
    max-width: 35%;
    font-size: 12px;
    line-height: 24px;
  }
}

.p-shop_delivery__box--passing_information dd {
  width: 470px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information dd {
    font-size: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information dd {
    max-width: 65%;
    font-size: 16px;
  }
}

.p-shop_delivery__box--passing_information .receiving-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-shop_delivery__box--passing_information .receiving-store--information .store-name {
  display: block;
  padding-bottom: 15px;
}

.p-shop_delivery__box--passing_information .receiving-store--information .address {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information .receiving-store--information .address {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information .receiving-store--information .address {
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}

.p-shop_delivery__box--passing_information .receiving-store--information a {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information .receiving-store--information a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information .receiving-store--information a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__box--passing_information .receiving-store--qrcode {
    width: 90px;
    height: 90px;
  }
  .p-shop_delivery__box--passing_information .receiving-store--qrcode img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__box--passing_information .receiving-store--qrcode {
    display: none;
  }
}

.p-shop_delivery__box--passing_information .passing-period {
  color: #e43344;
}

.p-shop_delivery__caution {
  width: 100%;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__caution {
    width: 720px;
    margin: 0 auto 115px;
    padding: 35px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__caution {
    margin: 0 auto 45px;
    padding: 25px 20px;
  }
}

.p-shop_delivery__caution > p {
  font-weight: bold;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__caution > p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__caution > p {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.p-shop_delivery__caution ul {
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__caution ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__caution ul {
    font-size: 12px;
  }
}

.p-shop_delivery__caution ul li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 1.5em;
}

.p-shop_delivery__caution ul li::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  color: #484848;
  font-size: 5px;
  content: "●";
}

.p-shop_delivery__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    max-width: 940px;
    margin: 90px auto 0;
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
  }
}

.p-shop_delivery__footer p {
  line-height: 1.071;
}

@media screen and (min-width: 768px), print {
  .p-shop_delivery__footer p {
    font-size: 14px;
    line-height: 1.071;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_delivery__footer p {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
    text-align: center;
  }
}

@media print {
  body {
    font-family: "Noto Sans JP", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  }
  .p-shop_delivery__header {
    display: none;
  }
  .p-shop_delivery__scan {
    margin-top: 0;
    padding-top: 0;
  }
  .p-shop_delivery__footer {
    margin-top: 0;
  }
  .p-shop_delivery__caution {
    margin-bottom: 40px;
  }
}

.p-products-temp-save__cart-area {
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 130px;
  background-color: #e5f6fc;
  -webkit-box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area {
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area {
    padding: 10px;
  }
}

.p-products-temp-save__cart-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-products-temp-save__cart-area__left-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; */
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box {
    flex: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__left-box__ico {
    width: 90px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__left-box__ico {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__ico {
    width: 100%;
  }
}

.p-products-temp-save__cart-area__left-box__ico > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li {
  width: 40px;
  height: 40px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset -2.8px -2.8px 0 0 #ececec;
          box-shadow: inset -2.8px -2.8px 0 0 #ececec;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li:nth-child(odd) {
  margin-right: 10px;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__ico > ul > li:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.p-products-temp-save__cart-area__left-box__ico > ul > li:nth-child(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__left-box__ico > ul > li:nth-child(2) {
    margin-right: 10px;
  }
}

.p-products-temp-save__cart-area__left-box__ico > ul > li:nth-child(4) > a > span {
  width: 18px;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li > a > span {
  width: 20px;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li > a > span > img {
  width: 100%;
}

.p-products-temp-save__cart-area__left-box__ico > ul > li#copyUrlButton {
  display: flex;
  justify-content: center;
}
.p-products-temp-save__cart-area__left-box__ico > ul > li#copyUrlButton img {
  width: 20px;
}

/* @media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__left-box__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding-left: 20px;
  }
} */

@media screen and (min-width: 1281px), print {
  .p-products-temp-save__cart-area__left-box__button-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__button-wrap {
    display: none;
  }
}

@media screen and (min-width:768px) and ( max-width:1280px) {
  .p-products-temp-save__cart-area__left-box__button-wrap {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__left-box__button {
    height: 90px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__left-box__button {
    width: 100%;
    max-width: 270px;
    height: 50px;
    margin-right: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__button {
    width: 48.5%;
    max-width: none;
    height: 40px;
    margin-right: 10px;
  }
}

.p-products-temp-save__cart-area__left-box__button::after {
  content: none;
}

.p-products-temp-save__cart-area__left-box__button > span {
  font-size: 20px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__button > span {
    font-size: 14px;
  }
}

.p-products-temp-save__cart-area__left-box__button > .ico {
  width: 23px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__left-box__button > .ico {
    width: 18px;
  }
}

.p-products-temp-save__detail .p-products-temp-save__cart-area__left-box__button--sm{
  margin-top: 1em;
}

.p-products-temp-save__cart-area__left-box__button--sm img{
  height: 1em;
  margin-right: 0.5em;
}

@media screen and (max-width:767px){
  .p-products-temp-save__cart-area__left-box__button--sm{
    width: 100%;
  }
}

.p-products-temp-save__cart-area__center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__center-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__center-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; */
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__center-box {
    background-color: #e5f6fc;
    margin-bottom: 0;
    margin-right: 14px;
    width: 50%;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__right-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__right-box {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    /* -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; */
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__right-box {
    width: 40%;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-end;
  }
}

.p-products-temp-save__cart-area__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 2px;
  background-color: #00a2e6;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__save {
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__save {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__save {
    height: 40px;
  }
}

.p-products-temp-save__cart-area__save > img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

.p-products-temp-save__cart-area__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #969fa2;
  border-radius: 2px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__back {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 40px;
    margin-top: 10px;
    padding-right: 65px;
    padding-left: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__back {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 50px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__cart-area__back {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(50% - 20px);
  }
  .p-products-temp-save__cart-area__back::before {
    margin-right: 13.33333%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__back {
    height: 40px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__cart-area__back {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(50% - 20px);
  }
}

.p-products-temp-save__cart-area__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: 1.44px;
  line-height: 1.17;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 1380px) {
  .p-products-temp-save__cart-area__total {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__total {
    /* width: auto; */
    padding: 8px;
    background-color: #fff;
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .p-products-temp-save__cart-area__total {
    font-size: 12px;
  }
}

.p-products-temp-save__cart-area__total__price {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__total__price {
    margin-left: 7.67857%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__total__price {
    position: relative;
    top: 0.2em;
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (max-width: 320px) {
  .p-products-temp-save__cart-area__total__price {
    font-size: 12px;
  }
}

.p-products-temp-save__cart-area__total__number {
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__total__number {
    margin-right: 10px;
    font-size: 48px;
  }
}

@media screen and (max-width: 1380px) {
  .p-products-temp-save__cart-area__total__number {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__total__number {
    font-size: 22px;
  }
}

@media screen and (max-width: 320px) {
  .p-products-temp-save__cart-area__total__number {
    font-size: 23px;
  }
}

.p-products-temp-save__cart-area__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__next {
    height: 90px;
    padding-right: 20px;
    padding-left: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__next {
    height: 50px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .p-products-temp-save__cart-area__next::before {
    display: block;
    border: none;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__next {
    height: 40px;
    padding-right: 15px;
  }
  .p-products-temp-save__cart-area__next::before {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__next-insertcart {
    height: 90px;
  }
  .p-products-temp-save__cart-area__next-insertcart.sp-only {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__next-insertcart {
    /* width: 100%; */
    max-width: 270px;
    height: 50px;
    margin-bottom: 18px;
  }
  .p-products-temp-save__cart-area__next-insertcart.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__next-insertcart {
    /* width: 48.5%; */
    max-width: none;
    height: 40px;
    margin-bottom: 0;
    padding-left: 12px;
  }
}

.p-products-temp-save__cart-area__next-insertcart img {
  width: 24px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__next-insertcart img {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__next-insertcart img {
    margin-right: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__next-insertcart img {
    width: 20px;
    margin-left: 0;
  }
}

.p-products-temp-save__cart-area__next-insertcart > span {
  font-size: 20px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__next-insertcart > span {
    font-size: 14px;
  }
}

.p-products-temp-save__cart-area__balloon {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__balloon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 10px;
  }
}

.p-products-temp-save__cart-area__balloon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  color: #00a2e6;
  font-weight: bold;
  letter-spacing: normal;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__balloon__body {
    top: -48px;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__balloon__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -34px;
    right: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 200px;
    height: 28px;
    margin: auto;
    padding: 2px 10px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__cart-area__balloon__body {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cart-area__balloon__body {
    max-width: 100px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__cart-area__balloon__body {
    width: 100px;
  }
}

.p-products-temp-save__cart-area__balloon__body::after {
  display: block;
  z-index: 3;
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cart-area__balloon__body::after {
    bottom: -22px;
    left: 25.92593%;
    width: 20px;
    height: 22px;
    background-image: url(../../images/products/user_custom/bg_balloon.png);
  }
}

@media screen and (max-width: 1280px) {
  .p-products-temp-save__cart-area__balloon__body::after {
    right: 0;
    bottom: -15px;
    left: 0;
    width: 17px;
    height: 15px;
    margin: auto;
    background-image: url(../../images/products/user_custom/bg_balloon_sp.png);
    background-size: contain;
  }
}

.p-products-temp-save__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2fafe;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__coupon {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon {
    padding: 20px 0;
  }
}

.p-products-temp-save__coupon__layout {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__layout {
    display: block;
  }
}

.p-products-temp-save__coupon__left-box {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__left-box {
    margin-right: 0;
  }
}

.p-products-temp-save__coupon__layout .qupon_code {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.68px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__layout .qupon_code {
    font-size: 18px;
  }
}

.p-products-temp-save__coupon__layout .copy_btn {
  border-bottom: 1px solid #00a2e6;
  color: #00a2e6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__layout .js-copied::before {
    top: 0;
    left: 4%;
  }
}

.p-products-temp-save__coupon__head {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__head {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-products-temp-save__coupon__head h2 {
  color: #004da1;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__head h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-products-temp-save__coupon__text {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__text {
   margin-bottom: 10px;
  }
}

.p-products-temp-save__coupon__text p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__text p {
    font-size: 14px;
    letter-spacing: 0.84px;
    text-align: center;
  }
}

.p-products-temp-save__coupon__img {
  position: relative;
  margin-bottom: 20px;
}

.p-products-temp-save__coupon__img__inr {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img__inr {
    text-align: center;
  }
}

.p-products-temp-save__coupon__img__inr > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img__inr > img {
    width: 80%;
  }
}
.p-products-temp-save__coupon__img__inr > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 100px;
  left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  padding: 7px 0 7px 0;
  border-radius: 18px;
  background-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img__inr > div {
    top: 63%;
    left: 16%;
    width: 64%;
  }
}

.p-products-temp-save__coupon__img__inr > div > p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img__inr > div > p {
    font-size: 12px;
  }
}

@media screen and (max-width: 330px) {
  .p-products-temp-save__coupon__img__inr > div > p {
    font-size: 10px;
  }
}

.p-products-temp-save__coupon__img__inr > div > p > span {
  font-size: 20px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img__inr > div > p > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 330px) {
  .p-products-temp-save__coupon__img__inr > div > p > span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__img {
    margin-bottom: 15px;
    padding: 0 43px;
  }
}

.p-products-temp-save__coupon__caution {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__caution {
    margin-bottom: 14px;
  }
}

.p-products-temp-save__coupon__caution p {
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__caution p {
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-products-temp-save__coupon__modal {
  border: solid 1px #00a2e6;
  border-radius: 2px;
  background-color: #f2fafe;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__coupon__modal {
    width: 184px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__modal {
    width: 60vw;
    height: 40px;
    margin: 0 auto 20px;
  }
}

.p-products-temp-save__coupon__modal:hover {
  border: solid 1px #80d1f3;
}

.p-products-temp-save__coupon__modal__lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: none;
  font-size: 14px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon__modal__lnk {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-temp-save__coupon__modal__lnk:hover {
  border-bottom: none;
}

.p-products-temp-save__coupon__modal__lnk > .ico {
  width: 14px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.p-products-temp-save-unavailable__coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 88px;
  padding-bottom: 90px;
  background-color: #f2fafe;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__coupon {
    padding-top: 42px;
    padding-bottom: 44px;
  }
}

.p-products-temp-save__detail__inr {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 83px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__inr {
    padding: 44px 0;
  }
}

.p-products-temp-save__detail__wrap {
  padding-top: 55px;
  border-top: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__wrap {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__wrap {
    margin-bottom: 0;
    padding: 35px 0px;
  }
}

.p-products-temp-save__detail__head {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__head {
    margin-bottom: 25px;
  }
}

.p-products-temp-save__detail__head h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__head h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

.p-products-temp-save__detail__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__product {
    margin-bottom: 23px;
    padding-right: 25px;
    padding-left: 33px;
  }
}

.p-products-temp-save__detail__product__img, .p-products-temp-save__detail__product__img--opacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__product__img, .p-products-temp-save__detail__product__img--opacity {
    width: 100%;
    max-width: 390px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__product__img, .p-products-temp-save__detail__product__img--opacity {
    width: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__product__img__inr {
    display: block;
    width: 170px;
    margin-right: 130px;
    margin-left: auto;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__detail__product__img__inr {
  display: block;
  width: 170px;
  margin-right: 110px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__detail__product__img__inr {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__product__img__inr {
    width: 56px;
  }
}

.p-products-temp-save__detail__product__img__inr > img {
  width: 100%;
}

.p-products-temp-save__detail__product__img--opacity {
  opacity: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__product__head {
    width: 100%;
    max-width: 750px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__product__head {
    width: 100%;
    margin-top: -3px;
    padding-left: 25px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-temp-save__detail__product__head {
  width: 740px;
}

.p-products-temp-save__detail__product__head h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__product__head h3 {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.29;
  }
}

.p-products-temp-save__detail__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status {
    padding: 0 30px;
  }
}

.p-products-temp-save__detail__status > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status > dl {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-temp-save__detail__status > dl:last-child {
  margin-bottom: 0;
}

.p-products-temp-save__detail__status > dl dt {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status > dl dd {
    width: 78%;
  }
}

.p-products-temp-save__detail__status > dl dd > span {
  color: #00996c;
  font-weight: bold;
}

.p-products-temp-save__detail__status__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 30px 0px;
  padding-left: 60px;
  border: 2px solid #c8c8c8;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__status__sum {
    max-width: 750px;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__wrap {
    padding: 0 15px;
  }
}

.p-products-temp-save__detail__status__sum__left {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum__left {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__left {
    margin-bottom: 35px;
  }
}

.p-products-temp-save__detail__status__sum__left:before {
  display: block;
  position: absolute;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__status__sum__left:before {
    top: -3px;
    right: -3px;
    width: 4px;
    height: 98px;
    border-right: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum__left:before {
    top: 120px;
    right: 0;
    width: 100%;
    height: 4px;
    border-top: 1px solid #a3a3a3;
    border-right: none;
    border-bottom: 1px solid #a3a3a3;
    border-left: 1px none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__left:before {
    top: 118%;
  }
}

.p-products-temp-save__detail__status__sum__left > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}

.p-products-temp-save__detail__status__sum__left > dl:last-child {
  margin-bottom: 0;
}

.p-products-temp-save__detail__status__sum__left > dl dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__left > dl dt {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-temp-save__detail__status__sum__left > dl dd {
  margin-right: 45px;
  font-size: 16px;
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum__left > dl dd {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__left > dl dd {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-temp-save__detail__status__sum__left > dl dd span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__left > dl dd span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-products-temp-save__detail__status__sum__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__status__sum__right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right {
    margin-bottom: 10px;
  }
}

.p-products-temp-save__detail__status__sum__right > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-left: 63px;
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__detail__status__sum__right > dl {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right > dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.p-products-temp-save__detail__status__sum__right > dl dt {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right > dl dt {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-temp-save__detail__status__sum__right > dl dd {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right > dl dd {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

.p-products-temp-save__detail__status__sum__right > dl dd span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.07;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right > dl dd span {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-products-temp-save__detail__status__sum__right > dl dd .tax {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__status__sum__right > dl dd .tax {
    left: 14px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__status__sum__right > dl dd .tax {
    left: 0;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-temp-save__cartin-modal {
  color: #484848;
}

.p-products-temp-save__cartin-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-temp-save__cartin-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-temp-save__cartin-modal-item_image > img {
  width: 100%;
}

.p-products-temp-save__cartin-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-temp-save__cartin-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-temp-save__cartin-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-temp-save__cartin-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-temp-save__cartin-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__cartin-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__cartin-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-temp-save__cartin-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-temp-save__delivery-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_h3 {
    margin-bottom: 10px;
  }
}

.p-products-temp-save__delivery-modal_ttl {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_ttl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-products-temp-save__delivery-modal_supplement-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_supplement-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 42px;
    padding: 0 160px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .p-products-temp-save__delivery-modal_supplement-link {
    padding-left: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-temp-save__delivery-modal_supplement-link {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .p-products-temp-save__delivery-modal_supplement-link {
    padding-right: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-temp-save__delivery-modal_supplement-link {
    padding-right: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_supplement-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 43px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_supplement-link > span {
    margin-bottom: 18px;
  }
}

.p-products-temp-save__delivery-modal_supplement-link > span:last-child {
  margin-bottom: 0px;
}

.p-products-temp-save__delivery-modal_supplement-link .c-link--blue {
  border: none;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_table td {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_table td {
    padding: 15px 0px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_table th {
    padding: 32px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_table th {
    padding: 11px 14px 10px;
    letter-spacing: 0.74px;
    line-height: 1.33;
    text-align: center;
  }
}

.p-products-temp-save__delivery-modal_input-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 239px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
  color: #484848;
}

.p-products-temp-save__delivery-modal_input-address::-webkit-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-temp-save__delivery-modal_input-address::-moz-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-temp-save__delivery-modal_input-address:-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-temp-save__delivery-modal_input-address::-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-temp-save__delivery-modal_input-address::placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_input-address {
    width: calc(100% - 64px);
    font-size: 16px;
    text-align: left;
  }
}

.p-products-temp-save__delivery-modal_button-address {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.p-products-temp-save__delivery-modal_button-address::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_button-address {
    width: 76px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_button-address {
    width: 64px;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__delivery-modal_address {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__delivery-modal_address-del {
    margin-top: 7px;
    line-height: 1;
  }
}

.p-products-temp-save__coupon-modal__text {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__coupon-modal__text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon-modal__text {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

.p-products-temp-save__coupon-modal__img {
  width: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__coupon-modal__img {
    width: 100%;
    max-width: 255px;
  }
}

.p-products-temp-save__coupon-modal__img > img {
  width: 100%;
}

.p-products-temp-save__favorite-modal {
  color: #484848;
}

.p-products-temp-save__favorite-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-temp-save__favorite-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-temp-save__favorite-modal-item_image > img {
  width: 100%;
}

.p-products-temp-save__favorite-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-temp-save__favorite-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-temp-save__favorite-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-temp-save__favorite-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-button {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-temp-save__favorite-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__favorite-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__favorite-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-temp-save__favorite-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-temp-save__save {
  padding: 90px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

.p-products-temp-save__save__inr {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__save__inr {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.p-products-temp-save__save__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__head {
    margin-bottom: 28px;
  }
}

.p-products-temp-save__save__head h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__head h3 {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.67;
  }
}

.p-products-temp-save__save__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__save__list > ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__save__list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

.p-products-temp-save__save__list > ul > li {
  width: 100%;
  max-width: 360px;
  padding: 30px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__save__list > ul > li {
    min-height: 242px;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save__save__list > ul > li {
    width: 80%;
    max-width: none;
    min-height: 190px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list > ul > li {
    width: 100%;
    max-width: none;
    min-height: initial;
    min-height: auto;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 26.5px;
  }
  .p-products-temp-save__save__list > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}

.p-products-temp-save__save__list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list__head {
    margin-bottom: 18px;
  }
}

.p-products-temp-save__save__list__head > img {
  width: 36px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list__head > img {
    margin-right: 15px;
  }
}

.p-products-temp-save__save__list__head h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list__head h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-products-temp-save__save__list__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__save__list__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-temp-save__save__list__caution {
  margin-top: 10px;
}

.p-products-temp-save__save__list__caution p {
  padding-left: 2em;
  color: #7f7f7f;
  font-size: 11px;
  letter-spacing: 0.66px;
  line-height: 1.5;
  text-indent: -2em;
}

.p-products-temp-save__save__list__caution p > span {
  margin-right: 10px;
}

.p-products-temp-save__detail__table {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.p-products-temp-save__detail__table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 2px;
  background-color: #ececec;
  cursor: pointer;
}

.p-products-temp-save__detail__table__button::before, .p-products-temp-save__detail__table__button::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #484848;
  content: "";
}

.p-products-temp-save__detail__table__button::before {
  right: 15px;
  width: 10px;
  height: 2px;
}

.p-products-temp-save__detail__table__button::after {
  right: 19px;
  width: 2px;
  height: 10px;
}

.p-products-temp-save__detail__table__button.js-table-accordion-open::after {
  display: none;
}

.p-products-temp-save__detail__table__button.h60 {
  height: 60px;
}

.p-products-temp-save__detail__table__button > p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

.p-products-temp-save__detail__table__button > p > span {
  display: block;
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 1;
  line-height: 1;
  text-align: center;
}

.p-products-temp-save__detail__table__button.js-table-accordion-open {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__table__button {
    display: none;
  }
}

/* @media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__wrap {
    padding-left: 15px;
  }
} */

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__inr {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .p-products-temp-save__detail__table__inr::-webkit-scrollbar {
    height: 0px;
  }
  .p-products-temp-save__detail__table__inr::-webkit-scrollbar-track {
    background: #fff;
  }
  .p-products-temp-save__detail__table__inr::-webkit-scrollbar-thumb {
    background: #00a2e6;
  }
  .p-products-temp-save__detail__table__inr.js-table-accordion-open {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .p-products-temp-save__detail__table__inr.js-table-accordion-open::-webkit-scrollbar-track {
    background: #ececec;
  }
  .p-products-temp-save__detail__table__inr.js-table-accordion-open::-webkit-scrollbar {
    height: 4px;
  }
}

/* @media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__accordion {
    display: none;
  }
} */

/* .p-products-temp-save__detail__table p.js-table-accordion-close {
  display: none;
} */

/* .p-products-temp-save__detail__table tbody.js-table-accordion-close {
  display: none;
} */

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__table .border-top {
    border-top: 2px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__table table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table table {
    width: 1140px;
    table-layout: fixed;
  }
}

.p-products-temp-save__detail__table__accordion {
  padding: 3px 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.625;
}

.p-products-temp-save__detail__table__accordion.no-border {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__accordion {
    border-top: none;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
  }
}

.p-products-temp-save__detail__table__accordion > span {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.66px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__detail__table__accordion > span {
    margin-left: 26px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__accordion > span {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
  }
}

.p-products-temp-save__detail__table__empty {
  padding: 3px 20px;
}

.p-products-temp-save__detail__table .minus {
  color: #ff2d3f;
}

.p-products-temp-save__detail__table th {
  padding: 13px 15px;
  border: 1px solid #c8c8c8;
  border-left: none;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-products-temp-save__detail__table td {
  padding: 14px 15px;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.p-products-temp-save__detail__table td:last-child {
  border-right: none;
}

.p-products-temp-save__detail__table td strong.text-azure {
  color: #00a2e6;
}

.p-products-temp-save__detail__table tr:first-child th {
  text-align: center;
}

.p-products-temp-save__detail__table tr:first-child th:last-child {
  border-right: none;
}

.p-products-temp-save__detail__table tr:first-child td {
  text-align: center !important;
}

.p-products-temp-save__detail__table tr:last-child th, .p-products-temp-save__detail__table tr:last-child td {
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table tr:last-child th, .p-products-temp-save__detail__table tr:last-child td {
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-products-temp-save__detail__table .col-3 tr th:nth-child(1) {
  width: 210px;
}

.p-products-temp-save__detail__table .col-3 tr th:nth-child(2) {
  width: 807px;
}

.p-products-temp-save__detail__table .col-3 tr th:nth-child(3) {
  width: 125px;
}

.p-products-temp-save__detail__table .col-3 tr td:nth-child(2) {
  width: 606px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table .col-3 tr td:nth-child(2) {
    width: 100%;
  }
}

.p-products-temp-save__detail__table .col-3 tr td:nth-child(3) {
  width: 125px;
  text-align: right;
  vertical-align: middle;
}

.p-products-temp-save__detail__table .col-5 tr th:nth-child(1) {
  width: 210px;
}

.p-products-temp-save__detail__table .col-5 tr th:nth-child(2) {
  width: 640px;
}

.p-products-temp-save__detail__table .col-5 tr th:nth-child(3) {
  width: 104px;
}

.p-products-temp-save__detail__table .col-5 tr th:nth-child(4) {
  width: 60px;
}

.p-products-temp-save__detail__table .col-5 tr th:nth-child(5) {
  width: 124px;
}

.p-products-temp-save__detail__table .col-5 tr td:nth-child(2) {
  width: 435px;
}

.p-products-temp-save__detail__table .col-5 tr td:nth-child(3) {
  width: 105px;
  text-align: center;
  vertical-align: middle;
}

.p-products-temp-save__detail__table .col-5 tr td:nth-child(4) {
  width: 65px;
  text-align: center;
  vertical-align: middle;
}

.p-products-temp-save__detail__table .col-5 tr td:nth-child(5) {
  width: 124px;
  text-align: right;
  vertical-align: middle;
}

.p-products-temp-save__detail__table-bottom {
  margin-top: 20px;
  border-top: 2px solid #c8c8c8;
}

.p-products-temp-save__detail__table__caution {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__caution {
    padding-right: 14px;
    padding-left: 12px;
  }
}

.p-products-temp-save__detail__table__caution p {
  color: #7f7f7f;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__table__caution p {
    padding-left: 2em;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-indent: -2em;
  }
  .p-products-temp-save__detail__table__caution p > span {
    margin-right: 9px;
  }
}

.p-products-temp-save-unavailable__detail__wrap {
  margin-bottom: 48px;
  padding-top: 55px;
  padding-bottom: 40px;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__wrap {
    margin-bottom: 45px;
    padding: 35px 15px;
  }
}

.p-products-temp-save-unavailable__detail__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-products-temp-save-unavailable__detail__status__unavailable {
  position: relative;
  width: 100%;
  max-width: 750px;
  border: solid 2px #c8c8c8;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save-unavailable__detail__status__unavailable {
    margin-top: 41px;
    padding: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__status__unavailable {
    padding-top: 19px;
    padding-bottom: 186px;
  }
}

.p-products-temp-save-unavailable__detail__status__unavailable::before {
  position: absolute;
  right: 14.5%;
  bottom: -2px;
  width: 103px;
  height: 160px;
  background: url("../../images/products/temp-save/img_woman.png") no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1340px) {
  .p-products-temp-save-unavailable__detail__status__unavailable::before {
    right: 9.5%;
  }
}

@media screen and (max-width: 1240px) {
  .p-products-temp-save-unavailable__detail__status__unavailable::before {
    right: 6.5%;
  }
}

@media screen and (max-width: 1140px) {
  .p-products-temp-save-unavailable__detail__status__unavailable::before {
    right: 3.5%;
  }
}

@media screen and (max-width: 1070px) {
  .p-products-temp-save-unavailable__detail__status__unavailable::before {
    right: -3.5%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__status__unavailable::before {
    right: calc(50% - 55px);
    width: 110px;
    height: 169px;
  }
}

.p-products-temp-save-unavailable__detail__status__unavailable p {
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save-unavailable__detail__status__unavailable p {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__status__unavailable p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-temp-save-unavailable__detail__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save-unavailable__detail__list > ul > li {
    width: 25%;
    max-width: 270px;
    margin-right: 20px;
  }
  .p-products-temp-save-unavailable__detail__list > ul > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__list > ul > li {
    width: 100%;
    max-width: 225px;
    margin-bottom: 15px;
  }
  .p-products-temp-save-unavailable__detail__list > ul > li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save-unavailable__detail__list > ul > li > a {
    width: 100%;
  }
  .p-products-temp-save-unavailable__detail__list > ul > li > a::after {
    right: 8%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save-unavailable__detail__list > ul > li > a {
    width: 100%;
  }
}

.p-products-temp-save__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
  background-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__alert {
    padding: 9px 0;
  }
}

.p-products-temp-save__alert > img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__alert > img {
    margin-right: 20px;
  }
}

.p-products-temp-save__alert > P {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__alert > P {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-temp-save__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__title {
    height: 130px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__title {
    padding: 24px 15px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-products-temp-save__confirm {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm {
    padding: 0 15px;
  }
}

.p-products-temp-save__confirm__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 0;
  background-color: #d9f1fb;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__inr {
    padding: 17px 20px;
    padding-bottom: 20px;
  }
}

.p-products-temp-save__confirm__box{
  margin-bottom: 20px;
}

.p-products-temp-save__confirm__text {
  margin-bottom: 19px;
  color: #004da1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.84px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__text {
    margin-bottom: 13px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-products-temp-save__confirm__agreement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__confirm__agreement__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__agreement__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 15px - 20px);
  }
}

.p-products-temp-save__confirm__agreement__text {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__agreement__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-temp-save__confirm__check {
  margin-bottom: 18px;
  border: solid 1px #7fa6d0;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__check {
    margin-bottom: 14px;
  }
}

.p-products-temp-save__confirm__check__label {
  width: 100%;
  height: 100%;
  padding: 13px 0;
  padding-right: 65px;
  padding-left: 63px;
}

@media screen and (min-width: 768px), print {
  .p-products-temp-save__confirm__check__label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__check__label {
    padding: 15px;
  }
}

.p-products-temp-save__confirm__check__label > span {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__check__label > span {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__confirm__cart-in__button {
    max-width: 225px;
  }
  .p-products-temp-save__confirm__cart-in__button > span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-products-temp-save__confirm__cart-in__button > .ico {
  width: 20px;
  margin-right: 20px;
}

.p-products-temp-save__detail__change-button {
  margin: 20px auto 30px;
  width: 420px;
}

@media screen and (max-width: 767px) {
  .p-products-temp-save__detail__change-button {
    width: 100%;
  }
}

.p-products-temp-save__detail__change-button img {
  margin-right: 10px;
  width: 20px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 180px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: (2fr)[1];
    grid-template-rows: repeat(1, 2fr);
    width: 100%;
    margin-top: 18px;
    margin-left: 35px;
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count-price {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.71;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.33;
    text-align: right;
  }
}

.p-products-user_custom-customize__select__count-price-set-discount-price {
  color: #e43344;
}

.p-products-user_custom-customize__select__count-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 40px;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
  background-color: #f6f6f6;
}

.p-products-user_custom-customize__select__count-select select {
  width: 100%;
  height: 100%;
  padding-left: 16px;
}

.p-products-user_custom-customize__select__count-select select:not(:disabled) {
  background: #fff;
  color: #484848;
}

.p-products-user_custom-customize__select__count-select select:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count-select {
    margin-right: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count-select {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
}

.p-products-user_custom-customize__select__count-select::before {
  position: absolute;
  top: 15px;
  left: 46px;
  width: 11px;
  height: 7px;
  background-image: url("../../common/images/ico_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}

.p-products-user_custom-customize__select__count-select::after {
  position: absolute;
  top: 8px;
  left: 80px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  content: "個";
}

.p-products-user_custom-customize__select__count-amount {
  letter-spacing: 0.56px;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count-amount {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count-amount {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    font-size: 12px;
    text-align: right;
  }
}

.p-products-user_custom-customize__select__count-amount--bold {
  padding-right: 3px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count-amount--bold {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count-amount--bold {
    font-size: 12px !important;
  }
}

.p-products-user_custom-customize__select__count-amount span {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__count-amount span {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__count-amount span {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__select__label.is-selected .p-products-user_custom-customize__select__count-select::before {
  background-image: url("../../common/images/ico_arrow_blue.svg");
}

.p-products-user_custom-customize__select__lnk {
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-products-user_custom-customize__select__text--small {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__text--small {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__text--small {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__title__lnk {
  height: 20px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__title__lnk {
    margin-top: 5px;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__title__lnk {
    width: 300px;
    margin-top: -17px;
    margin-bottom: 22px;
    margin-left: 30px;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-products-user_custom-customize__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal {
    width: 314px;
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal {
    width: 100%;
    margin-top: 13px;
  }
}

.p-products-user_custom-customize__modal__wrap {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap {
    width: 810px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap {
    width: 100%;
    padding: 25px 20px;
  }
}

.p-products-user_custom-customize__modal__wrap--movie {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap--movie {
    width: 810px;
    padding: 50px 30px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap--movie {
    width: 100%;
  }
}

.p-products-user_custom-customize__modal__wrap--movie p {
  color: #484848;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap--movie p {
    padding-bottom: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap--movie p {
    padding: 25px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .p-products-user_custom-customize__modal__wrap--movie p {
    padding: 25px 10% 0;
    font-size: 12px;
  }
}

.p-products-user_custom-customize__modal__wrap__scroll-y {
  overflow-y: scroll;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap__scroll-y {
    height: 342px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap__scroll-y {
    height: 300px;
    padding-left: 20px;
  }
}

.p-products-user_custom-customize__modal__wrap__scroll-y::-webkit-scrollbar {
  width: 10px;
  padding-right: 20px;
}

.p-products-user_custom-customize__modal__wrap__scroll-y::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}

.p-products-user_custom-customize__modal__wrap__scroll-y::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c8c8c8;
}

.p-products-user_custom-customize__modal__wrap__scroll-y > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl {
    margin-right: 20px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    padding: 15px 0;
  }
}

.p-products-user_custom-customize__modal__wrap__scroll-y > dl:last-child {
  border-bottom: none;
}

.p-products-user_custom-customize__modal__wrap__scroll-y > dl dt {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl dt {
    width: 26%;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl dt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__modal__wrap__scroll-y > dl dd {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl dd {
    width: 74%;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap__scroll-y > dl dd {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__modal__wrap p {
  color: #484848;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__wrap p {
    padding-bottom: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__wrap p {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .p-products-user_custom-customize__modal__wrap p {
    padding: 0;
    font-size: 12px;
  }
}

.p-products-user_custom-customize__modal__outline {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__outline {
    padding-right: 10px;
  }
}

.p-products-user_custom-customize__modal__list {
  padding: 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__list {
    margin-top: 25px;
    padding: 20px;
  }
}

.p-products-user_custom-customize__modal__product {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: 1fr 5fr;
    grid-template-rows: 1fr 5fr;
    width: 100%;
    max-width: 810px;
    height: 530px;
    padding: 30px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-customize__modal__product {
  width: 810px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    padding: 20px;
  }
}

.p-products-user_custom-customize__modal__product-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

.p-products-user_custom-customize__modal__product-name__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.313;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product-name__text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product-name__text {
    margin-bottom: 15px;
    text-align: center;
  }
}

.p-products-user_custom-customize__modal__product-name__text--small {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.313;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product-name__text--small {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product-name__text--small {
    text-align: center;
  }
}

.p-products-user_custom-customize__modal__product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product-img {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product-img {
    padding-bottom: 35px;
  }
}

.p-products-user_custom-customize__modal__product-img .u-border-none:hover {
  border-bottom: none;
}

.p-products-user_custom-customize__modal__product-img__wrap {
  margin-bottom: 27px;
  border: 1px solid #eee;
}

.p-products-user_custom-customize__modal__product-table {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
  overflow-y: scroll;
}

.p-products-user_custom-customize__modal__product-table::-webkit-scrollbar {
  width: 10px;
}

.p-products-user_custom-customize__modal__product-table::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}

.p-products-user_custom-customize__modal__product-table::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product-table table th, .p-products-user_custom-customize__modal__product-table table td {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product-table table th, .p-products-user_custom-customize__modal__product-table table td {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__product-table table th {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__product-table table th {
    width: 100%;
  }
}

.p-products-user_custom-customize__modal__player {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__player {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__player {
    width: 100%;
    padding: 20px;
    padding-top: 0;
  }
}

.p-products-user_custom-customize__modal__player img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-products-user_custom-modal-movie {
  display: none;
}

.p-products-user_custom-modal-movie.is-open {
  display: block;
}

.p-products-user_custom-modal-movie__overlay {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__overlay {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.micromodal[aria-hidden="false"] .p-products-user_custom-modal-movie__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden="true"] .p-products-user_custom-modal-movie__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-products-user_custom-modal-movie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  will-change: transform;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micromodal[aria-hidden="false"] .p-products-user_custom-modal-movie__container {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal[aria-hidden="true"] .p-products-user_custom-modal-movie__container {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .micromodal[aria-hidden="false"] .p-products-user_custom-modal-movie__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal[aria-hidden="true"] .p-products-user_custom-modal-movie__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

.p-products-user_custom-modal-movie__inner {
  z-index: 11;
  overflow-y: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 810px;
    max-height: 95vh;
    margin: 0 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal-movie__inner {
    width: 810px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__inner {
    width: calc(100% - 50px);
    max-width: 95%;
    max-height: 100vh;
  }
}

.p-products-user_custom-modal-movie__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 2px #004da1;
  color: #004da1;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__header {
    padding: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__header {
    padding: 20px 15px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__list + .p-products-user_custom-modal__list {
    border-top: 1px solid #ececec;
  }
}

.p-products-user_custom-modal-movie__item + .p-products-user_custom-modal__item {
  border-top: 1px solid #ececec;
}

.p-products-user_custom-modal-movie__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__link {
    padding: 12px 25px 12px 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__link {
    padding: 18px 18px 18px 50px;
    font-size: 16px;
  }
}

.p-products-user_custom-modal-movie__link.is-select {
  background: url(../../common/images/ico_checked.svg) left center no-repeat;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__link.is-select {
    background-position: 15px center;
  }
}

.p-products-user_custom-modal-movie__link:focus {
  outline: none;
}

.p-products-user_custom-modal-movie__close {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__close {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__close {
    width: 20px;
    height: 20px;
  }
}

.p-products-user_custom-modal-movie__close::before, .p-products-user_custom-modal-movie__close::after {
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #004da1;
  content: "";
}

.p-products-user_custom-modal-movie__close::before {
  bottom: 0;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__close::before {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__close::before {
    width: 20px;
  }
}

.p-products-user_custom-modal-movie__close::after {
  right: 0;
  left: 0;
  width: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__close::after {
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal-movie__close::after {
    height: 20px;
  }
}

.p-products-user_custom-modal-movie__sp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px 0 0 4px;
  background: url(../../common/images/ico_list_white.svg) center 12px no-repeat #484848;
  background-size: 16px auto;
  -webkit-box-shadow: 3.55px 3.55px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.55px 3.55px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal-movie__sp-button {
    display: none;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal-movie__sp-button {
  background-position: center top;
}

.p-products-user_custom-modal-movie__sp-button > span {
  position: relative;
  right: 2px;
  width: 40px;
  padding: 35px 14px 12px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

_:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal-movie__sp-button > span {
  right: 1px;
}

.p-products-user_custom-modal-movie__sp-button--reset {
  background-image: url(../../common/images/ico_reset_white.svg);
}

.p-products-user_custom-customize__select--second {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select--second {
    margin-top: 30px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select--second {
    margin-top: 15px;
    padding-left: 30px;
  }
}

.p-products-user_custom-customize__select--second li {
  margin-bottom: 10px;
}

.p-products-user_custom-customize__select--second__wrap {
  width: 100%;
}

.p-products-user_custom-customize__select__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-products-user_custom-customize__select__img-wrap > div {
  margin-top: 5px;
  margin-right: 5px;
}

.p-products-user_custom-customize__select__img-wrap > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img-wrap > div {
    margin-top: 3px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
  }
}

.p-products-user_custom-customize__select__img--syuuri {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_syuuri.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--syuuri {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--syuuri {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--300p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_300p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--300p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--300p {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--1000p {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_1000p.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--1000p {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--1000p {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--daitaiki {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_daitaiki.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--daitaiki {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--daitaiki {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--kaitori {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_kaitori.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--kaitori {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--kaitori {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--koukan {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_koukan.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--koukan {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--koukan {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--seisou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_seisou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--seisou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--seisou {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__img--souryou {
  display: inline-block;
  background: url("../../images/products/user_custom/ico_safety_souryou.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__img--souryou {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__img--souryou {
    width: 35px;
    height: 35px;
  }
}

.p-products-user_custom-customize__select__text__lnk {
  color: #00a2e6;
  text-decoration: underline;
}

.p-products-user_custom-customize__select__text__lnk:hover {
  color: #80d1f3;
}

.p-products-user_custom-customize__select__text--second {
  max-width: 85%;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  word-break: break-all;
}

.p-products-user_custom-customize__select__text--small {
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__text--small {
    letter-spacing: 0;
  }
}

.p-products-user_custom-customize__select__text > a {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.71;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__text > a {
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__text > a {
    margin-left: 0;
    font-size: 12px;
  }
}

.p-products-user_custom-customize__select__wrap--second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__wrap--second {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__wrap--second {
    width: 85%;
    margin-left: -5px;
  }
}

.p-products-user_custom-customize__select__repair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__repair {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__repair {
    padding-top: 5px;
    font-size: 12px;
  }
}

.p-products-user_custom-customize__select__repair span {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__repair span {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__repair span {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__repair--bold {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__repair--bold {
    font-size: 12px !important;
  }
}

.p-products-user_custom-customize__select__repair--num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__repair--num {
    padding-left: 2px;
    font-size: 20px !important;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__repair--num {
    font-size: 18px !important;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__select__price--bold {
  font-size: 15px !important;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail {
    margin-top: 25px;
  }
}

.p-products-user_custom-customize__icon-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border: solid 1px #484848;
  border-radius: 2px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__title::before {
    right: 20px;
    width: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__title::before {
    right: 15px;
    width: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__title::after {
    right: 25px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__title::after {
    right: 19px;
    height: 10px;
  }
}

.p-products-user_custom-customize__icon-detail__title.is-open {
  border-radius: 2px 2px 0 0;
}

.p-products-user_custom-customize__icon-detail__body {
  border: 1px solid #484848;
  border-top: none;
  border-radius: 0 0 2px 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__contents > div + div {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__contents > div + div {
    margin-top: 5px;
  }
}

.p-products-user_custom-customize__icon-detail__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__contents ul li {
    width: 50%;
    padding-top: 30px;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li img {
    width: 50px;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li:nth-child(odd) {
    padding-right: 15px;
    padding-left: 30px;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li:nth-child(even) {
    padding-right: 30px;
    padding-left: 15px;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li:nth-child(7) div {
    border-bottom: none;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li:last-child div {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__contents ul li {
    width: 100%;
    padding: 15px 20px 0;
  }
  .p-products-user_custom-customize__icon-detail__contents ul li img {
    width: 40px;
  }
}

.p-products-user_custom-customize__icon-detail__contents ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__icon-detail__contents ul li div {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__icon-detail__contents ul li div {
    padding-bottom: 15px;
  }
}

.p-products-user_custom-customize__icon-detail__contents ul li div dl {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-products-user_custom-customize__text span {
  font-weight: bold;
  line-height: 1.5;
}

.p-products-user_custom-customize__text .text-red {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__text span {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__text span {
    font-size: 14px;
  }
}

.p-products-user_custom-customize__text--bold {
  font-weight: bold;
  line-height: 1.5;
}

.p-products-user_custom-customize__text--bold span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__text--bold {
    font-size: 14px !important;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__text--bold {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__agreement {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__agreement {
    margin-top: 25px;
  }
}

.p-products-user_custom-customize__agreement > li + li {
  margin-top: 10px;
}

.p-products-user_custom-customize__agreement__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  border: solid 1px #ececec;
  border-radius: 2px;
  background-color: #ececec;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__agreement__label {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__agreement__label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px;
  }
}

.p-products-user_custom-customize__agreement__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__agreement__mark {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__agreement__mark {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 15px;
  }
}

.p-products-user_custom-customize__agreement__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__agreement__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__agreement__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 15px - 20px);
  }
}

.p-products-user_custom-customize__agreement__text {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__agreement__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 16px;
  }
}

.p-products-user_custom-customize__agreement__text > a {
  color: #00a2e6;
  text-decoration: underline;
}

.p-products-user_custom-customize__agreement__text > a:hover {
  color: #80d1f3;
}

.p-products-user_custom-customize__box__item-name {
  max-width: 100%;
  margin-top: 28px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__item-name {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__item-name {
    padding: 5px 20px;
  }
}

.p-products-user_custom-customize__box__item-name dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__item-name dl {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__item-name dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
}

.p-products-user_custom-customize__box__item-name dl:last-child {
  border-bottom: none;
}

.p-products-user_custom-customize__box__item-name dl dt {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__item-name dl dt {
    width: 26%;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__item-name dl dt {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__box__item-name dl dd {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__item-name dl dd {
    width: 74%;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__item-name dl dd {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__box__estimate {
  max-width: 100%;
  margin-top: 28px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__estimate {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__estimate {
    padding: 5px 20px;
  }
}

.p-products-user_custom-customize__box__estimate dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__estimate dl {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__estimate dl {
    padding: 15px 0;
  }
}

.p-products-user_custom-customize__box__estimate dl:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__estimate dl:last-child dd {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__estimate dl:last-child dd {
    font-size: 18px;
  }
}

.p-products-user_custom-customize__box__estimate dl dt {
  width: 50%;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__estimate dl dt {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__estimate dl dt {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-user_custom-customize__box__estimate dl dd {
  width: 50%;
  font-weight: bold;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__estimate dl dd {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__estimate dl dd {
    font-size: 16px;
    letter-spacing: 1.44px;
    line-height: 0.89;
  }
}

.p-products-user_custom-customize__box__estimate dl dd span {
  font-size: 14px;
  font-weight: normal;
}

.p-products-user_custom-customize__box__estimate dl .minus {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__lnk {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.29;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__lnk {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.5;
  }
}

.p-products-user_custom-customize__reset {
  width: 150px;
  height: 30px;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__reset {
    display: none;
  }
}

.p-products-user_custom-customize__reset__button {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 6px 11px 6px 6px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

.p-products-user_custom-customize__reset__button:after {
  content: none;
}

.p-products-user_custom-customize__reset__button > img {
  width: 16px;
  margin-right: 10px;
}

.p-products-user_custom-customize__modal__delivery__wrap {
  width: 100%;
  padding: 50px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__delivery__wrap {
    max-width: 810px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__delivery__wrap {
    margin: 0 auto;
    padding: 20px;
  }
}

.p-products-user_custom-customize__modal__delivery__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 710px;
  padding: 30px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__delivery__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.p-products-user_custom-customize__modal__delivery__head {
  margin-bottom: 50px;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__delivery__head {
    margin-bottom: 24px;
    padding-top: 25px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.p-products-user_custom-customize__modal__delivery__img {
  width: 100%;
  max-width: 430px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__delivery__img {
    margin-top: 25px;
    margin-bottom: 5px;
  }
}

.p-products-user_custom-customize__modal__delivery__img > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__delivery__caution {
    margin-bottom: 10px;
    color: #7f7f7f;
    font-size: 10px;
    letter-spacing: 0.6px;
  }
  .p-products-user_custom-customize__modal__delivery__caution > span {
    margin-right: 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__pay {
    width: 180px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__pay__list__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-products-user_custom-customize__modal__pay__list__inr > ul {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__pay__list__inr > ul:last-child {
    padding-left: 30px;
  }
}

.p-products-user_custom-customize__modal__pay__list__inr > ul > li {
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__pay__list__inr > ul > li {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-user_custom-customize__modal__pay__list__inr > ul > li::before {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 8px;
  height: 8px;
  color: #484848;
  font-size: 8px;
  content: "●";
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__pay__list__inr > ul > li::before {
    top: -13px;
    left: -25px;
    font-size: 30px;
    content: "・";
  }
}

.p-products-user_custom-customize__modal__pay__list > p {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__pay__list > p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: center;
  }
}

.p-products-user_custom-customize__modal__button {
  position: relative;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__button {
    height: 40px;
  }
}

.p-products-user_custom-customize__modal__button > img {
  width: 20px;
  height: 14px;
  margin-right: 10px;
}

.p-products-user_custom-customize__modal__button:after {
  content: none;
}

.p-products-user_custom-customize__modal__button--close {
  z-index: 10;
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__button--close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__button--close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

.p-products-user_custom-customize__modal__button--close::before, .p-products-user_custom-customize__modal__button--close::after {
  display: block;
  position: absolute;
  background: #484848;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__modal__button--close::before, .p-products-user_custom-customize__modal__button--close::after {
    right: -2px;
    bottom: 11px;
    width: 28px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__modal__button--close::before, .p-products-user_custom-customize__modal__button--close::after {
    right: -3px;
    bottom: 8px;
    width: 22px;
    height: 2px;
  }
}

.p-products-user_custom-customize__modal__button--close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-products-user_custom-customize__modal__button--close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-cart-cart__modal__wrap .p-products-user_custom-customize__extended-warranty {
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 50px 0 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-cart-cart__modal__wrap .p-products-user_custom-customize__extended-warranty {
    font-size: 12px;
    padding: 6px 15px 0px 15px;
  }
}

.p-products-user_custom-customize__select--second__wrap .p-products-user_custom-customize__extended-warranty {
  color: #484848;
  display: none;
  font-size: 12px;
  text-align: right;
}

.p-products-user_custom-customize__select--second__wrap .js-radio-accordion-open + .p-products-user_custom-customize__extended-warranty {
  display: block;
}

.p-products-user_custom-customize__select__detail {
  background-color: #fff;
  padding: 30px;
  max-width: 810px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__detail {
    padding: 20px;
  }
}

.p-products-user_custom-customize__select__detail .c-headline__h1 {
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__detail .c-headline__h1 {
    margin: 10px 0 20px;
  }
}

.p-products-user_custom-customize__select__panels {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 100%;
}

.p-products-user_custom-customize__select__panels > div {
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__panels > div {
    margin: 0 auto;
    width: 80%;
  }

  .p-products-user_custom-customize__select__panels > div:first-child {
    margin-bottom: 40px;
  }
}

.p-products-user_custom-customize__select__panels > div img {
  height: auto;
  width: 100%;
}

.panels_shoulder {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .panels_shoulder {
    font-size: 18px;
  }
}

.p-products-show__cartin-modal {
  color: #484848;
}

.p-products-show__cartin-modal-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-contents {
    margin: 25px 0 30px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-contents {
    margin: 22px 0 13px;
    padding: 15px 0;
  }
}

.p-products-show__cartin-modal-item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-item_image {
    width: 135px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-item_image {
    width: 75px;
    margin-right: 15px;
  }
}

.p-products-show__cartin-modal-item_image > img {
  width: 100%;
}

.p-products-show__cartin-modal-item_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.p-products-show__cartin-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-h4 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-quantity {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-quantity {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cartin-modal-product_price {
  width: 100%;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 5px;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .subtotal {
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

.p-products-show__cartin-modal-product_price > .num {
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .num {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-product_price > .unit {
    font-size: 12px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button_area .p-products-show__cartin-modal-button:nth-child(1) {
    padding-left:25px;
    padding-right:15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button {
    margin-right: 40px;
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__cartin-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cartin-modal-button:nth-child(2) {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .p-products-show__cartin-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button_area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button_area {
    margin-top: 23px;
  }
}

.p-products-show__deletion-modal-button {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button > span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1) {
    padding-left: 15px;
  }
}

.p-products-show__deletion-modal-button:nth-child(1)::after {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(1)::after {
    left: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__deletion-modal-button:nth-child(2) {
    margin-left: 10px;
    padding-right: 15px;
  }
  .p-products-show__deletion-modal-button:nth-child(2)::after {
    right: 15px;
  }
}

.p-products-show__point-modal-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-header {
    margin: 0px auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-header {
    margin: 0px auto 13px;
  }
}

.p-products-show__point-modal-h3 {
  color: #484848;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-h3 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-h3 {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-total {
  color: #484848;
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total {
    margin-right: 3px;
  }
}

.p-products-show__point-modal-total > .total {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .total {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .total {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}

.p-products-show__point-modal-total > .num {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 20px;
    letter-spacing: 1.92px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .num {
    margin: 0 5px;
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.p-products-show__point-modal-total > .unit {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-total > .unit {
    font-size: 14px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-total > .unit {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-products-show__point-modal-contents {
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents {
    margin: 0px auto 28px;
    padding: 28px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents {
    margin: 0px auto 16px;
    padding: 25px 6px 18px 0;
  }
}

.p-products-show__point-modal-contents-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 14px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list {
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
}

.p-products-show__point-modal-contents-list:last-child {
  margin-bottom: 0;
}

.p-products-show__point-modal-contents-list::after {
  z-index: -1;
  position: absolute;
  top: 32px;
  left: 8px;
  width: 5px;
  height: calc(100% - 32px);
  background: #f6f6f6;
  content: "";
}

.p-products-show__point-modal-contents-list li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li {
    margin-bottom: 9px;
    padding-left: 28px;
  }
}

.p-products-show__point-modal-contents-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 23px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li.logo {
    margin-bottom: 20px;
    padding-left: 0px;
  }
}

.p-products-show__point-modal-contents-list li .point-name {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name {
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-products-show__point-modal-contents-list li .point-name .c-link--ico {
  line-height: 1.1;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name .c-link--ico {
    margin: 0 3px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > .ico {
    width: 19px;
    margin-right: 9px;
  }
}

.p-products-show__point-modal-contents-list li .point-name.logo > strong {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-name.logo > strong {
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

.p-products-show__point-modal-contents-list li .point-num.logo {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num.logo > .unit {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .num {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-contents-list li .point-num > .unit {
    font-size: 12px;
  }
}

.p-products-show__point-modal-annotation-list {
  color: #7f7f7f;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list {
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 1.45;
  }
}

.p-products-show__point-modal-annotation-list li {
  padding-left: 1.1em;
  text-indent: -1.3em;
}

.p-products-show__point-modal-annotation-list li::before {
  content: "※";
}

@media screen and (min-width: 768px), print {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__point-modal-annotation-list li {
    margin-bottom: 6px;
  }
}

.p-products-show__point-modal-annotation-list li:last-child {
  margin-bottom: 0;
}

.p-products-show__fee-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_h3 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__fee-modal_ttl {
    margin: 0 -4px 47px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__fee-modal_ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-products-show__fee-modal_ttl > strong {
  color: #004da1;
  font-weight: bold;
}

.p-products-show__delivery-modal {
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_h3 {
    margin-bottom: 10px;
  }
}

.p-products-show__delivery-modal_ttl {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 28px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_ttl {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-products-show__delivery-modal_supplement-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 120px;
  padding-left: 120px;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 42px;
    padding: 0 160px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: calc( 120px + 40 * (100vw - 768px) / 72);
  }
}

@media (min-width: 840px) {
  .p-products-show__delivery-modal_supplement-link {
    padding-right: 160px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 43px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link > span {
    margin-bottom: 18px;
  }
}

.p-products-show__delivery-modal_supplement-link > span:last-child {
  margin-bottom: 0px;
}

.p-products-show__delivery-modal_supplement-link .c-link--blue {
  border: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_supplement-link .c-link--ico > .ico {
    width: 14px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table td {
    padding: 21px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table td {
    padding: 15px 0px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_table th {
    padding: 32px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_table th {
    padding: 11px 14px 10px;
    letter-spacing: 0.74px;
    line-height: 1.33;
    text-align: center;
  }
}

.p-products-show__delivery-modal_input-address {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 239px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 0 0 #ececec;
          box-shadow: inset 2px 2px 0 0 #ececec;
  color: #484848;
}

.p-products-show__delivery-modal_input-address::-webkit-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-moz-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address:-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::-ms-input-placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

.p-products-show__delivery-modal_input-address::placeholder {
  color: #a3a3a3;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_input-address {
    width: calc(100% - 64px);
    font-size: 16px;
    text-align: left;
  }
}

.p-products-show__delivery-modal_button-address {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.p-products-show__delivery-modal_button-address::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_button-address {
    width: 76px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_button-address {
    width: 64px;
    height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__delivery-modal_address {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__delivery-modal_address-del {
    margin-top: 7px;
    line-height: 1;
  }
}

.p-products-show__cancel-modal-contents {
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-contents {
    margin-top: 25px;
    padding: 2px 15px 26px;
  }
}

.p-products-show__cancel-modal-h4 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-h4 {
    margin-top: 24px;
    margin-bottom: 17px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-h4 {
    margin-top: 23px;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.96px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-p {
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

.p-products-show__cancel-modal-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-att {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-att {
    margin-top: 11px;
    padding-left: 1.2em;
    font-size: 10px;
    letter-spacing: 0.66px;
    line-height: 1.5;
    text-indent: -1.3em;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-show__cancel-modal-bottom {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-show__cancel-modal-bottom {
    width: 225px;
    margin: 25px auto 0;
  }
  .p-products-show__cancel-modal-bottom > span {
    font-size: 16px;
  }
  .p-products-show__cancel-modal-bottom::after {
    right: 15px;
  }
}

/* パーツ詳細ページセット販売 */
.p-product-show-setitem__detail__container {
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__detail__container {
    flex-wrap: wrap;
  }
}

.p-product-show-setitem__basic__detail {
  margin-right: 20px;
  position: relative;
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 1100px) {
  .p-product-show-setitem__basic__detail {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__basic__detail {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}

.p-product-show-setitem__basic__detail::after {
  content: "+";
  font-size: 80px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__basic__detail::after {
    font-size: 60px;
    top: auto;
    bottom: -10px;
    right: 50%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

.p-product-show-setitem__basic__detail__inner {
  flex-wrap: wrap;
}

.p-product-show-setitem__basic__detail__baseitem {
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__basic__detail__baseitem {
    margin: 0 0 10px;
    text-align: left;
    width: 100%;
  }
}

.p-product-show-setitem__basic__detail__number {
  color: #e43344;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__basic__detail__number {
    margin: 0;
  }
}

.p-product-show-setitem__basic__detail__number .num {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.p-product-show-setitem__basic__detail__number .unit {
  font-size: 14px;
  padding-left: 3px;
}

.p-product-show-setitem__basic__detail img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__basic__detail img {
    width: 40%;
  }
}

.p-product-show-setitem__detail__wrapper {
  flex-wrap: wrap;
  width: 80%;
}

@media screen and (max-width: 1100px) {
  .p-product-show-setitem__detail__wrapper {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__detail__wrapper {
    width: 100%;
  }
}

.p-product-show-setitem__detail {
  border: 1px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  margin: 10px;
  width: calc(100% / 3 - 20px);
}

@media screen and (max-width: 1280px) {
  .p-product-show-setitem__detail {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 940px) {
  .p-product-show-setitem__detail {
    width: calc(100% - 20px);
  }
}

.p-product-show-setitem__detail__headline {
  background-color: #c0c0c0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
}

.p-product-show-setitem__detail__headline input[type="checkbox"]:checked {
  background-color: #004da1;
}

.p-product-show-setitem__detail__inner {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: 80px 50px 30px;
  place-items: center start;
  padding: 10px 14px;
}

.block1 {
  grid-area: 1 / 1 / 2 / 2;
}

.block1 img {
  max-width: 70px;
}

.block2 {
  grid-area: 1 / 2 / 2 / 3;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-wrap: anywhere
}

@media screen and (max-width: 767px) {
  .block2 {
    line-height: 1.4;
  }
}

.block3 {
  grid-area: 2 / 1 / 3 / 3;
  width: 100%;
}

.block3 .p-product-show-setitem__change-button {
  border: 1px solid #484848;
  border-radius: 4px;
  content: none;
  font-size: 14px;
  height: 40px;
  width: 100%;
}

.block3 .p-product-show-setitem__change-button::after {
  content: none;
}

.greyed-out .block3 .p-product-show-setitem__change-button {
  pointer-events: none;
}

.block4 {
  grid-area: 3 / 1 / 4 / 3;
  color: #e43344;
}

.block4 .num {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.block4 .unit {
  font-size: 14px;
  padding-left: 3px;
}

.p-product-show-setitem__price-area {
  background-color: #f6f6f6;
  padding: 30px 40px 30px 70px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area {
    padding: 20px 15px;
  }
}

.p-product-show-setitem__price-area .top-box {
  align-items: center;
  font-size: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area .top-box {
    font-size: 16px;
  }
}

.p-product-show-setitem__price-area__total__text {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__text {
    padding-left: 26px;
  }
}

.p-product-show-setitem__price-area__total__text::after {
  content: "=";
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__text::after {
    font-size: 30px;
    left: 0;
  }
}

.p-product-show-setitem__price-area__total {
  align-items: center;
  flex-wrap: wrap;
}

.p-product-show-setitem__price-area__total__old-number {
  margin-right: 20px;
}

.p-product-show-setitem__price-area__total__old-number .num {
  font-size: 28px;
  text-decoration: line-through 1px solid #484848;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__old-number .num {
    font-size: 16px;
  }
}

.p-product-show-setitem__price-area__total__old-number .unit {
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__old-number .unit {
    font-size: 14px;
  }
}

.p-product-show-setitem__price-area__total__number {
  color: #e43344;
}

.p-product-show-setitem__price-area__total__number .num {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__number .num {
    font-size: 30px;
    letter-spacing: 0.7px;
  }
}

.p-product-show-setitem__price-area__total__number .unit {
  padding-left: 7px;
}

.p-product-show-setitem__price-area__total__point {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__price-area__total__point {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.p-product-show-setitem__price-area__total__point span {
  color: #e43344;
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}

.bottom-box {
  flex-wrap: wrap;
  justify-content: space-between;
}

.delivery {
  display: flex;
  align-items: center;
}

.p-product-show-setitem .delivery > .p-product-show-detail__delivery-label--red,
.p-product-show-setitem .delivery > .p-product-show-detail__delivery-label--blue {
  font-size: 16px;
  border-width:1px;
}

@media screen and (max-width: 767px) {
  .delivery {
    margin-bottom: 14px;
    width: 100%;
  }
}

.cartin-button-area {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cartin-button-area {
    width: 100%;
  }
}

.p-product-show-setitem__quantity-area {
  align-items: center;
  margin-right: 20px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-setitem__quantity-area__text {
    margin-right: 11px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.p-product-show-setitem__quantity-area__inner {
  position: relative;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  background: #fff;
  width: 72px;
  height: 42px;
}

.p-product-show-setitem__quantity-area__inner::before {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #004da1;
  content: '';
  pointer-events: none;
}

.p-product-show-setitem__quantity-area__inner > select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-right: 3px solid #f6f6f6;
  border-bottom: 3px solid #f6f6f6;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5;
}

.p-product-show-setitem__cartin-button {
  border-radius: 4px;
}

@media screen and (min-width: 768px), print {
  .p-product-show-setitem__cartin-button {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem__cartin-button {
    width: 100%;
  }
}

.p-product-show-setitem__cartin-button::after {
  content: none;
}

.p-product-show-setitem a .ico {
  margin-right: 10px;
  width: 18px;
}

@media screen and (max-width: 767px) {
  .p-product-show-setitem a .ico {
    margin-right: 10px;
  }
}

.greyed-out {
  opacity: 0.5;
}

.p-product-show-setitem__checkbox {
  border: none;
}

.p-product-show-setitem__checkbox label {
  color: #fff;
  display: block;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  padding: 8px 10px;
  border: 1px solid #2589d0;
  background-color: #2589d0;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-indent: 23px;
  min-height:37px;
}

.p-product-show-setitem__checkbox label::before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-product-show-setitem__checkbox label:has(:checked)::after {
  position: absolute;
  top: 14px;
  left: 15px;
  transform: rotate(45deg) translate(-60%,-40%);
  width: 4px;
  height: 8px;
  border: solid #2589d0;
  border-width: 0 2px 2px 0;
  content: '';
  top:50%;
}

.p-product-show-setitem__checkbox input {
  display: none;
}

.p-products-show__changeitme-modal .p-products-show__changeitme-modal-detail-link{
  border-radius: 2px;
  border: 1px solid #00a2e6;
  padding: 15px;
  width: 190px;
  display: block;
  text-align: center;
  margin: 30px 0 0 auto;
}

@media screen and (max-width:767px){
  .p-products-show__changeitme-modal .p-products-show__changeitme-modal-detail-link{
    margin:30px auto 0;
  }
}

/* パーツ詳細ページセット販売　ここまで */


@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.p-products-user_custom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__title {
    height: 130px;
    font-size: 32px;
    letter-spacing: 1.92px;
    line-height: 0.75;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__title {
    padding: 25px 15px;
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}

.p-products-user_custom__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__name {
    padding: 30px 0;
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__name {
    padding: 14px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

.p-products-user_custom__container {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 90px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__container {
    padding-top: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__items {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 270px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom__items {
    gap: 0 20px;
    display: -ms-grid;
    display: grid;
    position: static;
    -ms-grid-rows: auto 0 auto 0 auto;
        grid-template-areas: "image delivery delivery"
 "image customize print"
 "image link link";
    -ms-grid-columns: 2fr 20px 1.5fr 20px 1.5fr;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__items {
    gap: 0px 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0px auto 0px auto;
        grid-template-areas: "image delivery"
 "print print"
 "link link";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__customize {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom__customize {
    margin-top: 55px;
    margin-left: 0;
  }
}

.p-products-user_custom__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__steps {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__steps {
    margin-bottom: 25px;
  }
}

.p-products-user_custom__steps li a, .p-products-user_custom__steps li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__steps li a span, .p-products-user_custom__steps li div span {
    padding-left: 65px;
  }
}

.p-products-user_custom__steps__step, .p-products-user_custom__steps__step--1, .p-products-user_custom__steps__step--2, .p-products-user_custom__steps__step--3, .p-products-user_custom__steps__step--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  border: solid 1px #c8c8c8;
  border-right: none;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: contain;
  color: #a3a3a3;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__steps__step, .p-products-user_custom__steps__step--1, .p-products-user_custom__steps__step--2, .p-products-user_custom__steps__step--3, .p-products-user_custom__steps__step--4 {
    width: calc(25% - 20px);
    margin-right: 20px;
    background-position: left center;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__steps__step, .p-products-user_custom__steps__step--1, .p-products-user_custom__steps__step--2, .p-products-user_custom__steps__step--3, .p-products-user_custom__steps__step--4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(25% - 11px);
    margin-right: 11px;
    background-position: center;
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.p-products-user_custom__steps__step::after, .p-products-user_custom__steps__step--1::after, .p-products-user_custom__steps__step--2::after, .p-products-user_custom__steps__step--3::after, .p-products-user_custom__steps__step--4::after {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: url(../../images/products/user_custom/bg_triangle_before.svg) left center no-repeat;
  background-size: 100% 100%;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__steps__step::after, .p-products-user_custom__steps__step--1::after, .p-products-user_custom__steps__step--2::after, .p-products-user_custom__steps__step--3::after, .p-products-user_custom__steps__step--4::after {
    right: -19px;
    width: 20px;
    -webkit-transform: scale(1, 1.06);
            transform: scale(1, 1.06);
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom__steps__step::after, .p-products-user_custom__steps__step--1::after, .p-products-user_custom__steps__step--2::after, .p-products-user_custom__steps__step--3::after, .p-products-user_custom__steps__step--4::after {
    transform: scale(1, 1.045);
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__steps__step::after, .p-products-user_custom__steps__step--1::after, .p-products-user_custom__steps__step--2::after, .p-products-user_custom__steps__step--3::after, .p-products-user_custom__steps__step--4::after {
    right: -11px;
    width: 12px;
    -webkit-transform: scale(1, 1.07);
            transform: scale(1, 1.07);
  }
}

.p-products-user_custom__steps__step.is-active, .is-active.p-products-user_custom__steps__step--1, .is-active.p-products-user_custom__steps__step--2, .is-active.p-products-user_custom__steps__step--3, .is-active.p-products-user_custom__steps__step--4 {
  border-color: #004da1;
  background-color: #004da1;
  color: #fff;
}

.p-products-user_custom__steps__step.is-active::after, .is-active.p-products-user_custom__steps__step--1::after, .is-active.p-products-user_custom__steps__step--2::after, .is-active.p-products-user_custom__steps__step--3::after, .is-active.p-products-user_custom__steps__step--4::after {
  background-image: url(../../images/products/user_custom/bg_triangle_active.svg);
}

.p-products-user_custom__steps__step.is-after, .is-after.p-products-user_custom__steps__step--1, .is-after.p-products-user_custom__steps__step--2, .is-after.p-products-user_custom__steps__step--3, .is-after.p-products-user_custom__steps__step--4 {
  border-color: #004da1;
  background-color: #e5f6fc;
  color: #004da1;
}

.p-products-user_custom__steps__step.is-after::after, .is-after.p-products-user_custom__steps__step--1::after, .is-after.p-products-user_custom__steps__step--2::after, .is-after.p-products-user_custom__steps__step--3::after, .is-after.p-products-user_custom__steps__step--4::after {
  background-image: url(../../images/products/user_custom/bg_triangle_after.svg);
}

.p-products-user_custom__steps__step--1.is-active {
  background-image: url(../../images/products/user_custom/ico_step1_active.png);
}

.p-products-user_custom__steps__step--1.is-after {
  background-image: url(../../images/products/user_custom/ico_step1_after.png);
}

.p-products-user_custom__steps__step--2 {
  background-image: url(../../images/products/user_custom/ico_step2_before.png);
}

.p-products-user_custom__steps__step--2.is-active {
  background-image: url(../../images/products/user_custom/ico_step2_active.png);
}

.p-products-user_custom__steps__step--2.is-after {
  background-image: url(../../images/products/user_custom/ico_step2_after.png);
}

.p-products-user_custom__steps__step--3 {
  background-image: url(../../images/products/user_custom/ico_step3_before.png);
}

.p-products-user_custom__steps__step--3.is-active {
  background-image: url(../../images/products/user_custom/ico_step3_active.png);
}

.p-products-user_custom__steps__step--3.is-after {
  background-image: url(../../images/products/user_custom/ico_step3_after.png);
}

.p-products-user_custom__steps__step--4 {
  width: 25%;
  margin-right: 0px;
  border-right: solid 1px #c8c8c8;
  background-image: url(../../images/products/user_custom/ico_step4_before.png);
}

.p-products-user_custom__steps__step--4::after {
  display: none;
}

.p-products-user_custom__steps__step--4.is-active {
  background-image: url(../../images/products/user_custom/ico_step4_active.png);
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__registered {
    padding: 0 15px;
  }
}

.p-products-user_custom-items__image {
  grid-area: image;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__image {
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__image {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__image > img {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__image > img {
    width: 130px;
  }
}

.p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
  grid-area: delivery;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    /* text-align: center; */
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    text-align: left;
  }
}
.p-products-user_custom-items__delivery__limit {
  color: #00996c;
  font-weight: bold;
}

.p-products-user_custom-items__delivery__link {
  color: #00a2e6;
  text-decoration: underline;
}

.p-products-user_custom-items__delivery__link:hover {
  color: #80d1f3;
}

.p-products-user_custom-items__delivery__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  padding: 5px;
  border: solid 2px #e43344;
  border-radius: 4px;
  color: #e43344;
  font-weight: bold;
  letter-spacing: 0.66px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__delivery__icon {
    font-size: 11px;
  }
}

.p-products-user_custom-items__item {
  grid-area: customize;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__item {
    margin-bottom: 25px;
  }
}

.p-products-user_custom-items__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 2px;
  background-color: #484848;
  color: #fff;
}

.p-products-user_custom-items__item__title::after {
  content: none;
}

.p-products-user_custom-items__item__icon {
  display: block;
  position: absolute;
  left: 17px;
  width: 18px;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__item__icon {
    margin-right: 14.81481%;
  }
}

.p-products-user_custom-items__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: print;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: solid 1px #484848;
  border-radius: 2px;
  font-size: 16px;
}

.p-products-user_custom-items__print::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__print {
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__print {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__print {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    /* margin: 35px 0 25px; */
  }
}


.p-products-user_custom-items__print__icon {
  display: block;
  width: 18px;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-items__print__icon {
    position: absolute;
    left: 17px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__print__icon {
    margin-right: 18.51852%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__print__icon {
    margin-right: 15px;
  }
}

.p-products-user_custom-items__link {
  grid-area: link;
  text-align: center;
}

@media screen and (max-width: 1280px){
  .p-products-user_custom-items__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .p-products-user_custom-items__item {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-products-user_custom-items__print {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-products-user_custom-items__link {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px){
  .p-products-user_custom-items__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-products-user_custom-items__delivery, .p-products-user_custom-items__delivery__limit {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-products-user_custom-items__print {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-products-user_custom-items__link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

.p-products-user_custom-items__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-items__link {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-items__link {
    margin-bottom: 40px;
    text-align: center;
  }
}

.p-products-user_custom-items__link > a {
  color: #00a2e6;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.71;
  text-decoration: underline;
}

.p-products-user_custom-items__link > a > img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: inherit;
}

.p-products-user_custom-customize__title {
  font-style: italic;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__title {
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__title {
    margin-bottom: 25px;
    padding: 0 30px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.p-products-user_custom-customize__recommend {
  border-radius: 2px;
  background-color: #e5f6fc;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend {
    margin-bottom: 50px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend {
    margin-bottom: 25px;
    padding: 20px 15px;
  }
}

.p-products-user_custom-customize__recommend__text {
  margin-bottom: 19px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.31;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__text {
    font-size: 14px;
  }
}

.p-products-user_custom-customize__recommend__list {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 33%;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__list > li {
    width: 100%;
    height: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__list > li + li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__list > li + li {
    margin-top: 5px;
  }
}

.p-products-user_custom-customize__recommend__list > li.is-active > a > div {
  position: relative;
  padding-left: 33px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__list > li.is-active > a > div {
    width: 100%;
    text-align: center;
  }
}

.p-products-user_custom-customize__recommend__list > li.is-active > a > div::after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 0%;
  width: 20px;
  height: 20px;
  background: url(../../common/images/ico_selected_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.p-products-user_custom-customize__recommend__list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #004da1;
  border-radius: 2px;
  background-color: #e5f6fc;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__list > li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__list > li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
}

.p-products-user_custom-customize__recommend__list > li a::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__list > li a > div {
    width: 100%;
    text-align: center;
  }
}

.p-products-user_custom-customize__recommend__list > li.is-active a {
  background-color: #004da1;
  color: #fff;
}

.p-products-user_custom-customize__recommend__list > li.is-active a::after {
  content: none;
}

.p-products-user_custom-customize__recommend__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7f7f7f;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__recommend__note {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__recommend__note {
    font-size: 10px;
  }
}

.p-products-user_custom-customize__box {
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box {
    margin-bottom: 50px;
    padding: 30px;
    border-top: 4px solid #004da1;
  }
  .p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable {
    border-color:#aaa;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box {
    margin-bottom: 25px;
    padding: 25px 15px;
    border-top: 2px solid #004da1;
  }
  .p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable {
    border-color:#aaa;
  }
}

.p-products-user_custom-customize__box__title {
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__title::before {
    width: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__title::before {
    right: 5px;
    width: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box__title::after {
    right: 5px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box__title::after {
    right: 9px;
    height: 10px;
  }
}

.p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable .p-products-user_custom-customize__box-non-customizable__text-wrap {
  font-size:16px;
  margin-top:20px;
  line-height:1.3;
}

.p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable .p-products-user_custom-customize__box-non-customizable__detail-link {
  display:inline-block;
  margin-top:5px;
}

/*
@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable .p-products-user_custom-customize__box-non-customizable__text-wrap {
    margin-top:30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__box.p-products-user_custom-customize__box-non-customizable .p-products-user_custom-customize__box-non-customizable__text-wrap {
    margin-top:25px;
  }
}
*/

.p-products-user_custom-customize__point--accordion {
  margin: 30px auto;
}

.p-products-user_custom-customize__point--wrapper {
  position: relative;
  margin-bottom: 60px;
}

.p-products-user_custom-customize__point--text {
  height: 120px;
  overflow: hidden;
}

.p-products-user_custom-customize__point--text__already-open{
  height: auto;
}

.p-products-user_custom-customize__point--title {
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.btn_show-more-gray {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background-image: linear-gradient(180deg, rgba(246, 246, 246, 0) 69%, rgba(246, 246, 246, 0) 70%, rgba(246, 246, 246, 1));
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 16px;
}

.btn_show-more-gray span {
  background: rgba(72, 72, 72, .7);
  border-radius: 4px;
  color: #fff;
  padding: 10px;
}

.p-products-user_custom-customize__point--accordion .active {
  background: none;
}

.p-products-user_custom-customize__point--accordion .open + .btn_show-more-gray {
  display: block;
  margin: 30px auto 0;
  padding-top: 0;
  position: static;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point--accordion {
    margin: 20px auto;
  }

  .p-products-user_custom-customize__point--wrapper {
    margin-bottom: 44px;
  }

  .p-products-user_custom-customize__point--title {
    font-size: 16px;
  }

  .p-products-user_custom-customize__point--accordion .open + .btn_show-more-gray {
    margin: 14px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point {
    margin-top: 25px;
  }
}

.p-products-user_custom-customize__point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border: solid 1px #484848;
  border-radius: 2px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__title::before {
    right: 20px;
    width: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__title::before {
    right: 15px;
    width: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__title::after {
    right: 25px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__title::after {
    right: 19px;
    height: 10px;
  }
}

.p-products-user_custom-customize__point__title.is-open {
  border-radius: 2px 2px 0 0;
}

.p-products-user_custom-customize__point__body {
  border: 1px solid #484848;
  border-top: none;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__body {
    padding: 29px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__body {
    padding: 19px 19px 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__contents > div + div {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__contents > div + div {
    margin-top: 5px;
  }
}

.p-products-user_custom-customize__point__contents > div dt {
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__contents > div dt {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__contents > div dt {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.p-products-user_custom-customize__point__contents > div dd {
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__contents > div dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__point__contents > div dd {
    padding-bottom: 15px;
    overflow-x: auto;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__point__contents > div dd img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select {
    margin-top: 25px;
  }
}

.p-products-user_custom-customize__select > li + li {
  margin-top: 10px;
}

.p-products-user_custom-customize__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  border: solid 1px #484848;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__label {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px;
  }
}

.p-products-user_custom-customize__select__label__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-products-user_custom-customize__select__label.is-selected {
  background: #bfe8f9;
  border: 2px solid #004da1;
  color: #004da1;
}

ul.p-products-user_custom-customize__select>li ul.p-products-user_custom-customize__select--second>li label.is-selected {
  background:#ebf8fd;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__label.is-selected {
    padding: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label.is-selected {
    padding: 13px;
  }
}

.p-products-user_custom-customize__select__label.is-selected label {
  color: #484848;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child {
  border: 2px solid #004da1;
  color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__label.is-selected label.is-selected-child {
    padding: 19px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label.is-selected label.is-selected-child {
    padding: 13px;
  }
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--syuuri {
  background: url("../../images/products/user_custom/ico_safety_syuuri_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--300p {
  background: url("../../images/products/user_custom/ico_safety_300p_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--1000p {
  background: url("../../images/products/user_custom/ico_safety_1000p_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--daitaiki {
  background: url("../../images/products/user_custom/ico_safety_daitaiki_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--kaitori {
  background: url("../../images/products/user_custom/ico_safety_kaitori_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--koukan {
  background: url("../../images/products/user_custom/ico_safety_koukan_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--seisou {
  background: url("../../images/products/user_custom/ico_safety_seisou_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-selected label.is-selected-child .p-products-user_custom-customize__select__img--souryou {
  background: url("../../images/products/user_custom/ico_safety_souryou_blue.png") no-repeat;
  background-size: contain;
}

.p-products-user_custom-customize__select__label.is-disabled {
  background-color: #fbfbfb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a3a3a3;
}

.p-products-user_custom-customize__select__label.is-disabled.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__wrap.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__text--caution {
  margin-bottom: 10px;
  color: #e43344;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__text--caution {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__text--caution.pl40 {
    margin-bottom: 17px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__price.pt20 {
    padding-top: 21px;
  }
}

.p-products-user_custom-customize__select__label.is-disabled .c-check__mark--radio::before {
  background-image: url(../../common/images/ico_radio_off.png);
}

.p-products-user_custom-customize__select__label.is-disabled .p-products-user_custom-customize__select__count-select::before {
  background-image: url("../../common/images/ico_arrow_grey.svg");
}

.p-products-user_custom-customize__select__label.is-disabled .c-check__mark--checkbox::before {
  background-image: url(../../common/images/ico_checkbox_disable.png);
}

.p-products-user_custom-customize__select__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__mark {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__mark {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 15px;
  }
}

.p-products-user_custom-customize__select__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 15px - 20px);
  }
}

.p-products-user_custom-customize__select__text {
  max-width: 100%;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__text--safetyservice {
    max-width: 325px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-customize__select__text--safetyservice {
    max-width: 100%;
  }
}

.p-products-user_custom-customize__select__text--safetyservice  {
  font-size: 12px;
  text-indent: -1em;
  width: 100%;
}

.p-products-user_custom-customize__select__text--safetyservice li {
  margin-left: 1em;
}

.p-products-user_custom-customize__select__text--safetyservice li::before {
  content: "・";
}

.p-products-user_custom-customize__select__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__select__image {
    max-width: 120px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__image {
    max-width: 90px;
    margin-right: 15px;
  }
}

.p-products-user_custom-customize__select__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__select__price {
    width: 100%;
    text-align: right;
  }
}

.p-products-user_custom-customize__select__price > span {
  display: inline-block;
  margin-right: 3px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.p-products-user_custom-customize__text {
  letter-spacing: 0.84px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__text {
    margin-top: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__text {
    margin-top: 25px;
    font-size: 12px;
  }
}

.p-products-user_custom-customize__text > a {
  color: #00a2e6;
  text-decoration: underline;
}

.p-products-user_custom-customize__text > a:hover {
  color: #80d1f3;
}

.p-products-user_custom-customize__text.important-info{
  padding:14px;
  background:#ffe8e8;
}
.p-products-user_custom-customize__text.important-info .text-red.p-products-user_custom-customize__text--bold{
  font-size:16px !important;
}

@media screen and (max-width:767px){
  .p-products-user_custom-customize__text.important-info{
    padding:12px;
  }
  .p-products-user_custom-customize__text.important-info .text-red.p-products-user_custom-customize__text--bold{
    font-size:14px !important;
  }
}

.p-products-user_custom-customize__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  color: #7f7f7f;
  font-style: normal;
  letter-spacing: 0.66px;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-customize__note {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-customize__note {
    font-size: 10px;
  }
}

.p-products-user_custom-cart-area {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 130px;
  background-color: #e5f6fc;
  -webkit-box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 0 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area {
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area {
    padding: 15px;
  }
}

.p-products-user_custom-cart-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-products-user_custom-cart-area__left-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__left-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-products-user_custom-cart-area__center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__center-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__center-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__center-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__right-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__right-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__right-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}

.p-products-user_custom-cart-area__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid #969fa2;
  border-radius: 2px;
  background-color: #e5f6fc;
  letter-spacing: 0.96px;
}

.p-products-user_custom-cart-area__save::after {
  content: none;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__save {
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__save {
    height: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__save {
    height: 40px;
  }
}

.p-products-user_custom-cart-area__save > img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__save > .u-sp-hide {
    display: none;
  }
}

.p-configuration-modal .p-products-user_custom-cart-area__save {
  background-color: #fff;
}

.p-products-user_custom-cart-area__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #969fa2;
  border-radius: 2px;
  background-color: #e5f6fc;
  letter-spacing: 0.96px;
}

.p-products-user_custom-cart-area__back::after {
  left: 7%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__back {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 40px;
    margin-top: 10px;
    padding-right: 65px;
    padding-left: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__back {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(40% - 40px);
            flex: 1 1 calc(40% - 40px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 50px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-cart-area__back {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(50% - 20px);
  }
  .p-products-user_custom-cart-area__back::before {
    margin-right: 13.33333%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__back {
    height: 40px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-cart-area__back {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: calc(50% - 20px);
  }
}

.p-products-user_custom-cart-area__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  letter-spacing: 1.44px;
  line-height: 1.17;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__total {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__total {
    padding: 13px 16px;
    font-size: 14px;
  }
}

.p-products-user_custom-cart-area__total__price {
  color: #e43344;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__total__price {
    margin-left: 7.67857%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__total__price {
    position: relative;
    top: 0.2em;
    font-size: 18px;
    font-weight: 500;
  }
}

.p-products-user_custom-cart-area__total__number {
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__total__number {
    margin-right: 10px;
    font-size: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__total__number {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__total__number {
    font-size: 32px;
  }
}

.p-products-user_custom-cart-area__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__next {
    height: 90px;
    padding-right: 20px;
    padding-left: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__next {
    height: 50px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .p-products-user_custom-cart-area__next::before {
    display: block;
    border: none;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__next {
    height: 40px;
    padding-right: 15px;
  }
}

.p-products-user_custom-cart-area__next-insertcart {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__next-insertcart {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__next-insertcart {
    padding-right: 33%;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__next-insertcart {
    padding-right: 0;
    padding-left: 12px;
  }
}

.p-products-user_custom-cart-area__next-insertcart img {
  width: 24px;
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__next-insertcart img {
    margin-right: 10px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__next-insertcart img {
    width: 20px;
    margin-left: 0;
  }
}


@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__configuration {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 10px;
  }

  .p-products-user_custom-cart-area__configuration-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #484848;
    border-radius: 2px;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.96px;
    height: 40px;
    width: 100%;
  }

  .p-products-user_custom-cart-area__configuration-button > img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
}

@media screen and (max-height:1000px){
  .configuration-modaal-wrapper .modaal-inner-wrapper {
    padding-top:18vh;
  }
  .p-product-show-detail__configuration-modal {
    height:79vh;
  }
}

.p-product-show-detail__configuration-modal__table td {
  word-break:break-all;
}

.p-products-user_custom-cart-area__balloon {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__balloon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 10px;
  }
}

.p-products-user_custom-cart-area__balloon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  font-weight: bold;
  letter-spacing: normal;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__balloon__body {
    top: -48px;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__balloon__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -34px;
    right: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 200px;
    height: 28px;
    margin: auto;
    padding: 2px 10px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-cart-area__balloon__body {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-cart-area__balloon__body {
    max-width: 100px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-cart-area__balloon__body {
    width: 100px;
  }
}

.p-products-user_custom-cart-area__balloon__body::after {
  display: block;
  z-index: 3;
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-cart-area__balloon__body::after {
    bottom: -22px;
    left: 25.92593%;
    width: 20px;
    height: 22px;
    background-image: url(../../images/products/user_custom/bg_balloon.png);
  }
}

@media screen and (max-width: 1280px) {
  .p-products-user_custom-cart-area__balloon__body::after {
    right: 0;
    bottom: -15px;
    left: 0;
    width: 17px;
    height: 15px;
    margin: auto;
    background-image: url(../../images/products/user_custom/bg_balloon_sp.png);
    background-size: contain;
  }
}

.p-products-user_custom-modal {
  display: none;
}

.p-products-user_custom-modal.is-open {
  display: block;
}

.p-products-user_custom-modal__overlay {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__overlay {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.micromodal[aria-hidden="false"] .p-products-user_custom-modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden="true"] .p-products-user_custom-modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-products-user_custom-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  will-change: transform;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .micromodal[aria-hidden="false"] .p-products-user_custom-modal__container {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal[aria-hidden="true"] .p-products-user_custom-modal__container {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .micromodal[aria-hidden="false"] .p-products-user_custom-modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal[aria-hidden="true"] .p-products-user_custom-modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

.p-products-user_custom-modal__inner {
  z-index: 11;
  overflow-y: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 810px;
    max-height: 95vh;
    margin: 0 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal__inner {
    width: 810px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__inner {
    width: calc(100% - 50px);
    max-width: 95%;
    max-height: 100vh;
  }
}

.p-products-user_custom-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 2px #004da1;
  color: #004da1;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__header {
    padding: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__header {
    padding: 20px 15px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__list + .p-products-user_custom-modal__list {
    border-top: 1px solid #ececec;
  }
}

.p-products-user_custom-modal__item + .p-products-user_custom-modal__item {
  border-top: 1px solid #ececec;
}

.p-products-user_custom-modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__link {
    padding: 12px 25px 12px 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__link {
    padding: 18px 18px 18px 50px;
    font-size: 16px;
  }
}

.p-products-user_custom-modal__link.is-select {
  background: url(../../common/images/ico_checked.svg) left center no-repeat;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__link.is-select {
    background-position: 15px center;
  }
}

.p-products-user_custom-modal__link:focus {
  outline: none;
}

.p-products-user_custom-modal__close {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__close {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__close {
    width: 20px;
    height: 20px;
  }
}

.p-products-user_custom-modal__close::before, .p-products-user_custom-modal__close::after {
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #004da1;
  content: "";
}

.p-products-user_custom-modal__close::before {
  bottom: 0;
  height: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__close::before {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__close::before {
    width: 20px;
  }
}

.p-products-user_custom-modal__close::after {
  right: 0;
  left: 0;
  width: 2px;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__close::after {
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom-modal__close::after {
    height: 20px;
  }
}

.p-products-user_custom-modal__sp-button, .p-products-user_custom-modal-movie__sp-button--reset, .p-products-user_custom-modal__sp-button--reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px 0 0 4px;
  background: url(../../common/images/ico_list_white.svg) center 12px no-repeat #484848;
  background-size: 16px auto;
  -webkit-box-shadow: 3.55px 3.55px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.55px 3.55px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom-modal__sp-button, .p-products-user_custom-modal-movie__sp-button--reset, .p-products-user_custom-modal__sp-button--reset {
    display: none;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal__sp-button, .p-products-user_custom-modal-movie__sp-button--reset, .p-products-user_custom-modal__sp-button--reset {
  background-position: center top;
}

.p-products-user_custom-modal__sp-button > span, .p-products-user_custom-modal-movie__sp-button--reset > span, .p-products-user_custom-modal__sp-button--reset > span {
  position: relative;
  right: 2px;
  width: 40px;
  padding: 35px 14px 12px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

_:-ms-lang(x)::-ms-backdrop, .p-products-user_custom-modal__sp-button > span, .p-products-user_custom-modal-movie__sp-button--reset > span, .p-products-user_custom-modal__sp-button--reset > span {
  right: 1px;
}

.p-products-user_custom-modal__sp-button--reset {
  background-image: url(../../common/images/ico_reset_white.svg);
}

.p-products-user_custom__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  border-top: 3px solid #004da1;
}

@media screen and (min-width: 768px), print {
  .p-products-user_custom__footer {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__footer {
    padding-top: 15px;
  }
}

.p-products-user_custom__footer .p-footer-products__bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__footer .p-footer-products__bottom {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-products-user_custom__footer__copyright__text {
    font-size: 10px;
  }
}

.js-radio-accordion-open {
  display: block;
}

.p-registered {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-registered {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0;
    padding-left: 150px;
    text-align: left;
  }
}

@media screen and (max-width: 1440px) {
  .p-registered {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-registered {
    padding: 25px 0;
  }
}

.p-registered__list, .p-registered__list--wide {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-registered__list, .p-registered__list--wide {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-registered__list, .p-registered__list--wide {
    padding: 0 15px;
  }
}

.p-registered__list--wide {
  padding: 0;
}

.p-registered__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-registered__item {
    letter-spacing: 0.6px;
    line-height: 2;
  }
}

.ss_recommend_pop_contents {
  background: #fff;
  padding: 20px;
  font-size: 15px;
  position: relative;
  width: 550px;
}

.ss_recommend_pop_contents dt {
  font-weight: normal;
}

.ss_recommend_pop_contents dt strong {
  font-size: 19px;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  letter-spacing: .04em;
  line-height: 1.3;
}

.ss_recommend_pop_contents dd {
  margin-top: .5em;
  line-height: 1.4;
}

.ss_recommend_pop_contents dd strong {
  background-image: linear-gradient(0deg,transparent 0%,transparent 6%,#ffff4b 5%,#ffff4b 20%, transparent 21%);
}

.ss_recommend_pop_contents dd p.attention {
  font-size: 90%;
  color: #888;
  margin-left: 1em;
  text-indent: -1em;
}

.ss_recommend_pop_contents_button_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.ss_recommend_pop_contents_button_list>li .back_to_ss {
  padding: 15px;
  font-size: 18px;
  font-weight:400;
  display: inline-block;
  background: #fff;
  transition: background .5s;
  border: 1px solid #ccc;
  text-decoration: none;
}
.ss_recommend_pop_contents_button_list>li .back_to_ss:hover {
  background: rgba(0,0,0,.2);
}

.ss_recommend_pop_contents_button_list>li a.go_to_next,
.ss_recommend_pop_contents_button_list>li a.go_to_custom_in {
  font-size: 18px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ss_recommend_pop_contents_button_list>li a.go_to_next {
  background: linear-gradient(135deg, #0078c4 25%, #004da1 100%);
}

.ss_recommend_pop_contents_button_list>li a.go_to_custom_in {
  height: 100%;
}

.ss_recommend_pop_contents_button_list>li a.go_to_custom_in.c-button--secondaryA-blue::after {
  display: none;
}

@media screen and (min-width: 768px), print {
  .ss_recommend_pop_contents_button_list>li a.go_to_custom_in {
    height: 57px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .ss_recommend_pop_contents_button_list>li a.go_to_custom_in {
    width: 100%;
  }
}

.ss_recommend_pop_contents_button_list>li a.go_to_next img.cart_in_icon,
.ss_recommend_pop_contents_button_list>li a.go_to_custom_in img.custom_in_icon {
  display: inline-block;
  height: 1.2em;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .ss_recommend_pop_contents {
    padding: 2vw;
    width: 100%;
  }

  .ss_recommend_pop_contents dt {
    font-weight: normal;
    padding: 3vw;
    padding-bottom: 0px;
  }

  .ss_recommend_pop_contents dd {
    margin-top: 0.5em;
    line-height: 1.4;
    padding: 0 3vw;
  }

  .ss_recommend_pop_contents dt strong {
    font-size: 4.6vw;
  }

  .ss_recommend_pop_contents_button_list>li .back_to_ss {
    font-size: 3.5vw;
    padding: 3vw 2.2vw;
  }

  .ss_recommend_pop_contents_button_list>li a.go_to_next,
  .ss_recommend_pop_contents_button_list>li a.go_to_custom_in {
    font-size: 3.5vw;
    padding: 3vw 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-registered__item {
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-shop-about-tab__section {
  max-width: 1140px;
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__section {
    margin: 45px auto 25px;
    padding: 0;
  }
}

.p-shop-about-tab__inner {
  margin: 0 auto;
}

.p-shop-about-tab__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-about-tab__menu {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__menu {
    width: 100%;
    max-width: none;
    height: 50px;
  }
}

.p-shop-about-tab__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #ececec;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-shop-about-tab__menu > li {
    width: 100%;
    max-width: 279px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__menu > li {
    width: 25%;
    max-width: none;
    margin-right: 3px;
  }
}

.p-shop-about-tab__menu > li:last-child {
  margin-right: 0;
}

.p-shop-about-tab__menu > li.is-active {
  border-top: 4px solid #004da1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__menu > li.is-active {
    border-top: 2px solid #004da1;
  }
}

.p-shop-about-tab__menu > li.is-active:hover::after {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-shop-about-tab__menu > li > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.31;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__menu > li > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-shop-about-tab__menu > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #004da1;
  content: '';
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media screen and (min-width: 768px), print {
  .p-shop-about-tab__menu > li:hover::after {
    width: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}

.p-shop-about-tab__contents:not(:first-of-type) {
  display: none;
}

.p-shop-about-tab__contents__inner {
  width: 100%;
  margin: 0 auto;
}

.p-shop-about-tab__contents__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-about-tab__contents__lead p {
    margin: 70px auto;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-about-tab__contents__lead p {
    max-width: 305px;
    margin: 35px 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-shop-banner {
  padding-top: 45px;
  padding-bottom: 57px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop-banner {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}

.p-shop-banner-slide {
  position: relative;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-shop-banner-slide {
    width: 94.79%;
    margin: auto;
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-banner-slide::before, .p-shop-banner-slide::after {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 6%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
  }
}

@media screen and (max-width: 767px) {
  .p-shop-banner-slide::before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-banner-slide::after {
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-banner .swiper-wrapper {
    width: 100%;
  }
}

.p-shop-banner .swiper-slide img {
  width: 100%;
}

.p-shop-banner .swiper-slide a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-shop-banner .swiper-container {
  position: static;
}

.p-shop-banner .swiper-button-prev, .p-shop-banner .swiper-button-next {
  width: 21px;
  height: 37px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-shop-banner .swiper-button-prev, .p-shop-banner .swiper-button-next {
    display: none;
  }
}

.p-shop-banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-shop-banner .swiper-button-prev {
    left: -2%;
  }
}

@media (min-width: 1024px) {
  .p-shop-banner .swiper-button-prev {
    left: -50px;
  }
}

.p-shop-banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23484848'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1023px) and (min-width: 768px) {
  .p-shop-banner .swiper-button-next {
    right: -2%;
  }
}

@media (min-width: 1024px) {
  .p-shop-banner .swiper-button-next {
    right: -50px;
  }
}

.p-shop-banner .swiper-pagination {
  bottom: -25px;
}

@media screen and (min-width: 768px), print {
  .p-shop-banner .swiper-pagination {
    bottom: -40px;
  }
}

.p-shop-banner .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-radius: 0;
  background-color: #00a2e6;
}

@media screen and (min-width: 768px), print {
  .p-shop-banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-banner .p-shop-information__inner {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__inner {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__inner {
    padding-top: 45px;
  }
  .p-shop-photo-carousel__inner:focus {
    outline: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}

.p-shop-photo-carousel__column-sub {
  margin-right: 30px;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__column-sub {
    width: 360px;
    margin-top: 10px;
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .p-shop-photo-carousel__column-sub {
    margin-right: calc( 30px + 30 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-shop-photo-carousel__column-sub {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__column-sub {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__column-sub-inner {
    padding: 10px;
    background-color: #004da1;
  }
}

.p-shop-photo-carousel__column-sub-att {
  color: #7f7f7f;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__column-sub-att {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__column-sub-att {
    padding: 8px 15px 12px;
    background-color: #004da1;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 710px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__title-area {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-shop-photo-carousel__h3 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__h3 {
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 28px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__h3 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__slider-sub {
    width: calc(100% - 32px);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__slider-sub {
    width: calc(100% - 70px);
    margin-bottom: 15px;
  }
}

.p-shop-photo-carousel__slider-sub .swiper-slide {
  height: auto;
}

.p-shop-photo-carousel__slider-sub .swiper-slide a {
  outline: none;
}

.p-shop-photo-carousel__slider-sub .swiper-slide img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  opacity: .65;
}

.p-shop-photo-carousel__slider-sub .swiper-slide img.js-imageactive {
  opacity: 1;
}

.p-shop-photo-carousel__slider-sub-nav {
  position: relative;
  background-color: #004da1;
}

.p-shop-photo-carousel__slider-main {
  z-index: 2;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__slider-main {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__slider-main {
    width: calc(100% - 30px);
    margin: 16px auto;
  }
}

.p-shop-photo-carousel__slider-main img {
  width: 100%;
}

.p-shop-photo-carousel__slider-main:before {
  display: block;
  padding-top: 60%;
  content: "";
}

.p-shop-photo-carousel__slider-main .js-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__slider-main .js-gallery {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__slider-main .js-gallery {
    width: 100%;
    height: 100%;
  }
}

.p-shop-photo-carousel__slider-main .js-gallery li {
  display: none;
  position: relative;
  width: 100%;
}

.p-shop-photo-carousel__slider-main .js-gallery li:first-child {
  display: list-item;
}

.p-shop-photo-carousel__slider-main .js-gallery li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8.5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .p-shop-photo-carousel__slider-main .js-gallery li p {
    height: 45px;
    padding: 15px 20px;
    font-size: 16px;
  }
}

.p-shop-photo-carousel__slider-main .js-gallery li span {
  display: block;
  padding-top: 60%;
  overflow: hidden;
}

.p-shop-photo-carousel__slider-main .js-gallery li span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-shop-photo-carousel__slider-next, .p-shop-photo-carousel__slider-prev {
  bottom: 0;
  width: 20px;
  height: 45px;
  margin-top: 0;
  background-image: none;
}

.p-shop-photo-carousel__slider-next::after, .p-shop-photo-carousel__slider-prev::after {
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
  content: '';
}

.p-shop-photo-carousel__slider-next {
  right: 0px;
  left: auto;
}

.p-shop-photo-carousel__slider-next::after {
  right: auto;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__slider-next::after {
    right: 15px;
    left: auto;
  }
}

.p-shop-photo-carousel__slider-prev {
  right: auto;
  left: 0;
}

.p-shop-photo-carousel__slider-prev::after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-shop-photo-carousel__slider-prev::after {
    right: auto;
    left: 15px;
  }
}

.p-shop-important-news__section {
  width: 100%;
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__section {
    padding: 15px 0;
  }
}

.p-shop-important-news__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__inner {
    padding: 0 15px;
  }
}

.p-shop-important-news__header {
  position: relative;
  height: 50px;
  background-color: #004ea2;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__header {
    height: 40px;
  }
}

.p-shop-important-news__header::after {
  z-index: auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: #fff;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__header::after {
    right: 14px;
    width: 10px;
  }
}

.p-shop-important-news__header::before {
  z-index: auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 29px;
  width: 2px;
  height: 12px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: #fff;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__header::before {
    top: calc(50% - 5px);
    right: 18px;
    height: 10px;
  }
}

.p-shop-important-news__header.is-open::before {
  content: none;
}

.p-shop-important-news__header:hover::before, .p-shop-important-news__header:hover::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.p-shop-important-news__header-ico {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

@media screen and (min-width: 768px), print {
  .p-shop-important-news__header-ico {
    width: 19px;
    height: 19px;
  }
}

.p-shop-important-news__header-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__header-title {
    font-size: 14px;
    font-weight: normal;
  }
}

.p-shop-important-news__list {
  background-color: #fff;
}

.p-shop-important-news__list > li {
  border-bottom: 2px dotted #c8c8c8;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-shop-important-news__list > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 30px;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li > span {
    padding: 17px 35px 17px 15px;
  }
}

.p-shop-important-news__list > li > span.news-details {
  position: relative;
}

.p-shop-important-news__list > li > span.news-details::after {
  z-index: auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 12px;
  height: 2px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: #004ea2;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li > span.news-details::after {
    right: 14px;
    width: 10px;
  }
}

.p-shop-important-news__list > li > span.news-details::before {
  z-index: auto;
  position: absolute;
  top: calc(50% - 6px);
  right: 29px;
  width: 2px;
  height: 12px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  background-color: #004ea2;
  content: "";
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li > span.news-details::before {
    top: calc(50% - 5px);
    right: 18px;
    height: 10px;
  }
}

.p-shop-important-news__list > li > span.news-details.is-open::before {
  content: none;
}

.p-shop-important-news__list > li > span.news-details:hover::before, .p-shop-important-news__list > li > span.news-details:hover::after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .p-shop-important-news__list > li > span .c-news__date {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
}

.p-shop-important-news__list > li .inside {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 2px;
  background-color: #f6f6f6;
}

.p-shop-important-news__list > li .inside.is-contents-detail_open {
  display: none;
}

.p-shop-important-news__list > li .inside a {
  display: inline;
}

.p-shop-important-news__list > li:last-child {
  border: 0;
}

.p-shop-information__inner {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__inner {
    width: calc(100% - 30px);
    margin: auto 15px;
  }
}

.p-shop-information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-shop-information__map-area {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__map-area {
    height: 400px;
    margin: 70px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__map-area {
    height: 325px;
  }
}

.p-shop-information__flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__flex-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__flex-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-shop-information__flex-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__flex-content--left {
    width: 50%;
    max-width: 570px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__flex-content--left {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__flex-content--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 20px);
    max-width: 520px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__flex-content--right {
    width: 100%;
  }
}

.p-shop-information__carousel-photo {
  border-radius: 2px;
  background-color: #004da1;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__carousel-photo {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__carousel-photo {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.p-shop-information__sns {
  width: 100%;
}

.p-shop-information__sns--twitter {
  width: 100%;
  padding: 10px;
  background-color: #d9f1fb;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--twitter {
    max-height: 475px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--twitter {
    margin-bottom: 28px;
  }
}

.p-shop-information__sns--twitter p {
  margin: 5px 0 15px;
  color: #00a2e6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--twitter p {
    margin: 15px 0 25px;
    font-size: 20px;
  }
}

.p-shop-information__sns--twitter > div {
  width: 100%;
  max-height: 385px;
  overflow: auto;
}

.p-shop-information__sns--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link li {
    width: 50%;
    margin-bottom: 30px;
  }
  .p-shop-information__sns--link li:last-of-type, .p-shop-information__sns--link li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--link li {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-shop-information__sns--link li:last-of-type {
    margin-bottom: 0;
  }
}

.p-shop-information__sns--link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link li a img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--link li a img {
    width: 36px;
  }
}

.p-shop-information__sns--link li a p {
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link li a p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--link li a p {
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-information__sns--link li a p span {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link li a p span {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__sns--link li a p span {
    font-size: 11px;
    letter-spacing: .66px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__sns--link li a:hover {
    color: #7f7f7f;
  }
}

.p-shop-information__store-detail {
  letter-spacing: 0.84px;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail {
    line-height: 1;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail {
    line-height: 1.5;
  }
}

.p-shop-information__store-detail--list {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail--list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail--list {
    font-size: 14px;
  }
}

.p-shop-information__store-detail--list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail--list > li {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail--list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }
}

.p-shop-information__store-detail .info-category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .info-category {
    min-width: 95px;
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .info-category {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .info-category p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .info-category p {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 1.7;
  }
}

.p-shop-information__store-detail .info-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .info-content {
    width: 100%;
  }
}

.p-shop-information__store-detail .info-content p {
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: left;
}

.p-shop-information__store-detail .info-content .p-shop-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-shop-information__store-detail .info-content .p-shop-image--graph {
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .info-content .p-shop-image--graph {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .info-content .p-shop-image--graph img {
    margin-bottom: 30px;
  }
}

.p-shop-information__store-detail .info-content .p-shop-image--graph img:last-of-type {
  margin-bottom: 0;
}

.p-shop-information__store-detail .info-content .p-shop-image--card img:nth-of-type(1) {
  max-width: 293px;
}

.p-shop-information__store-detail .info-content .p-shop-image--card img:nth-of-type(2) {
  max-width: 392px;
}

.p-shop-information__store-detail .info-content .p-shop-image img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .info-content .p-shop-image img {
    margin: 10px auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .info-content .p-shop-image img {
    margin: 10px auto;
  }
}

.p-shop-information__store-detail .info-content--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-shop-information__store-detail .stock-status {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.p-shop-information__store-detail .stock-status p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  border: solid 1px #7fd0f2;
  border-radius: 2px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .stock-status p {
    min-width: 145px;
    max-width: 200px;
    height: 30px;
    margin: 0 2% 2% 0;
  }
  .p-shop-information__store-detail .stock-status p:last-of-type {
    margin: 0;
  }
}

.p-shop-information__store-detail .stock-status p a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 7px;
  border: none;
  color: #00a2e6;
  text-align: center;
}

.p-shop-information__store-detail .stock-status p a::after {
  content: none;
}

.p-shop-information__store-detail .stock-status p a.c-link--ico:hover > .ico {
  opacity: 1;
}

.p-shop-information__store-detail .handling-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .handling-service {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .handling-service {
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

.p-shop-information__store-detail .handling-service li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: solid 1px #a3a3a3;
  border-radius: 2px;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-shop-information__store-detail .handling-service li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .handling-service li {
    width: 32.5%;
    height: 90px;
    margin-right: 1.1%;
    margin-bottom: 1.1%;
    padding: 3.7% 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .handling-service li {
    width: 32%;
    height: 104px;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 3.7% 5px;
  }
}

.p-shop-information__store-detail .handling-service li:nth-of-type(3n) {
  margin-right: 0;
}

.p-shop-information__store-detail .handling-service li img {
  width: 33px;
  height: 26px;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .handling-service li img {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-information__store-detail .handling-service li img {
    margin-bottom: 5px;
  }
}

.p-shop-information__store-detail .handling-service li p {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-information__store-detail .handling-service li p {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1300px) {
  .p-shop-information__store-detail .handling-service li p {
    font-size: 1.1vw;
  }
}

.p-shop-information__store-detail .handling-service li.stopping {
  border: solid 1px #ececec;
  background-color: #f6f6f6;
}

.p-shop-information__store-detail .handling-service li.stopping p {
  color: #c8c8c8;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal .c-modal_close {
    right: 50px;
  }
}

.p-shop_fee-modal .c-modal-inner {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal .c-modal-inner {
    padding: 51px 90px;
  }
}

.p-shop_fee-modal-img-list li {
  display: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-shop_fee-modal-img-list li {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_fee-modal-img-list li .contents-box {
    padding: 45px 20px 25px;
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-shop_fee-modal-img-list li img {
  width: 100%;
  vertical-align: top;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li img {
    width: 480px;
    height: 360px;
  }
}

.p-shop_fee-modal-img-list li.show {
  display: block;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.p-shop_fee-modal-img-list li.show img {
  -webkit-animation: fadeIn .5s ease-in forwards;
          animation: fadeIn .5s ease-in forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-shop_fee-modal-img-list li .guide-txt {
  margin-top: 25px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li .guide-txt {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

.p-shop_fee-modal-img-list li .prev-arrow,
.p-shop_fee-modal-img-list li .next-arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-shop_fee-modal-img-list li .prev-arrow,
  .p-shop_fee-modal-img-list li .next-arrow {
    bottom: -10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li .prev-arrow,
  .p-shop_fee-modal-img-list li .next-arrow {
    top: 50%;
  }
}

.p-shop_fee-modal-img-list li .prev-arrow {
  left: 21px;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li .prev-arrow {
    left: -130px;
  }
}

.p-shop_fee-modal-img-list li .next-arrow {
  right: 21px;
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li .next-arrow {
    right: -130px;
  }
}

.p-shop_fee-modal-img-list li .prev-arrow::after,
.p-shop_fee-modal-img-list li .next-arrow::after {
  display: block;
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #484848;
  border-left: 2px solid #484848;
  content: '';
}

@media screen and (min-width: 768px), print {
  .p-shop_fee-modal-img-list li .prev-arrow::after,
  .p-shop_fee-modal-img-list li .next-arrow::after {
    border-color: #fff;
  }
}

.p-shop_fee-modal-img-list li .prev-arrow::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-shop_fee-modal-img-list li .next-arrow::after {
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-shop_stock-modal-ttl {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-ttl {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-shop_stock-modal-tablearea {
  height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 2px solid #c8c8c8;
  border-bottom: 2px solid #c8c8c8;
}

.p-shop_stock-modal-tablearea table {
  width: 100%;
  table-layout: fixed;
}

.p-shop_stock-modal-tablearea table tr + tr th,
.p-shop_stock-modal-tablearea table tr + tr td {
  border-top: 1px solid #c8c8c8;
}

.p-shop_stock-modal-tablearea table td,
.p-shop_stock-modal-tablearea table th {
  max-height: 45px;
  border-collapse: collapse;
  color: #484848;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-shop_stock-modal-tablearea table th {
    width: 100%;
    margin: auto;
    padding: 12px;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea table th {
    max-height: 45px;
    color: #484848;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
    vertical-align: middle;
  }
}

.p-shop_stock-modal-tablearea table td {
  border-left: 1px solid #c8c8c8;
}

.p-shop_stock-modal-tablearea .products-show-line {
  border-right: 1px solid #c8c8c8;
}

.p-shop_stock-modal-tablearea .product-name {
  background-color: #f6f6f6;
  color: #484848;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-shop_stock-modal-tablearea .product-name {
    width: 100%;
    margin: auto;
    padding: 12px;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-name {
    margin: auto;
    padding: 10px 15px;
    border-right: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-name.used {
    width: 280px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_stock-modal-tablearea .product-stock,
  .p-shop_stock-modal-tablearea .product-display {
    width: 50%;
    margin: 15px auto;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-stock,
  .p-shop_stock-modal-tablearea .product-display {
    width: 135px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop_stock-modal-tablearea .product-code,
  .p-shop_stock-modal-tablearea .product-condition,
  .p-shop_stock-modal-tablearea .product-price,
  .p-shop_stock-modal-tablearea .product-rank {
    width: 50%;
    margin: 15px auto;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-code,
  .p-shop_stock-modal-tablearea .product-condition,
  .p-shop_stock-modal-tablearea .product-price,
  .p-shop_stock-modal-tablearea .product-rank {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-code {
    width: 150px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-condition {
    width: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-tablearea .product-price {
    width: 90px;
  }
}

.p-shop_stock-modal-tablesection + div {
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 767px) {
  .p-shop_stock-modal .u-sp-hide {
    display: none;
  }
}

.p-shop_stock-modal-inventory_status-caution {
  margin-top: 15px;
  color: #7f7f7f;
  font-size: 10px;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-inventory_status-caution {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.66px;
    line-height: 1.45;
  }
}

.p-shop_stock-modal-inventory_status-caution li {
  margin-bottom: 6px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media screen and (min-width: 768px), print {
  .p-shop_stock-modal-inventory_status-caution li {
    margin-bottom: 5px;
  }
}

.p-shop_stock-modal-inventory_status-caution li::before {
  content: "※";
}

.p-shop-service-event__inner {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__inner {
    width: calc(100% - 30px);
    margin: auto 15px;
  }
}

.p-shop-service-event__box {
  width: 100%;
  border: solid 1px #c8c8c8;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box {
    margin: 0 auto 25px;
    padding: 20px;
  }
}

.p-shop-service-event__box:last-of-type {
  margin-bottom: 0;
}

.p-shop-service-event__box__title {
  width: 100%;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__title {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__title {
    padding-bottom: 20px;
  }
}

.p-shop-service-event__box__title p {
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__title p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__title p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box.brand-icons__box {
    padding-bottom: 5px;
  }
}

.p-shop-service-event__box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px;
  }
}

.p-shop-service-event__box__content > img {
  max-width: 100%;
}

.p-shop-service-event__box__content.brand-icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__content.brand-icons {
    padding-bottom: 25px;
  }
}

.p-shop-service-event__box__content.brand-icons img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__content.brand-icons img {
    max-width: 28%;
    max-height: 24px;
    margin-right: 5.3%;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__content.brand-icons img {
    width: 112px;
    margin-right: 30px;
  }
}

.p-shop-service-event__box__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 710px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area p:last-child,
  .p-shop-service-event__box__text-area ul:last-child {
    margin-bottom: 0;
  }
}

.p-shop-service-event__box__text-area > p {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area > p {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area > p {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-service-event__box__text-area > p.mb0 {
  margin-bottom: 0;
}

.p-shop-service-event__box__text-area--list {
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area--list {
    width: 100%;
    max-width: 710px;
    margin: 0 0 30px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area--list {
    margin: 0 0 15px;
    padding: 20px 18px;
  }
}

.p-shop-service-event__box__text-area--list p {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__text-area--list p {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__text-area--list p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .72px;
  }
}

.p-shop-service-event__box__text-area .p-shop__caution {
  margin-bottom: 0;
}

.p-shop-service-event__box__image-area {
  width: 100%;
  max-width: 340px;
}

.p-shop-service-event__box__image-area img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__image-area {
    margin-top: 25px;
  }
}

.p-shop-service-event__box__shopOpenInfo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d9f1fb;
  color: #004ea2;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-shop-service-event__box__shopOpenInfo-area {
    margin-top: 28px;
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__shopOpenInfo-area {
    min-width: 340px;
    height: 105px;
    margin-left: 30PX;
  }
}

.p-shop-service-event__box__shopOpenInfo-area .phone {
  font-style: italic;
  font-weight: bold;
}

.p-shop-service-event__box__shopOpenInfo-area .phone span {
  font-size: 24px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__shopOpenInfo-area .phone span {
    display: inline-block;
    font-size: 28px;
  }
}

.p-shop-service-event__box__shopOpenInfo-area .hours {
  margin-top: 11px;
}

@media screen and (min-width: 768px), print {
  .p-shop-service-event__box__shopOpenInfo-area .hours {
    margin-top: 10px;
  }
}

.p-shop-staff-voice__inner {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__inner {
    width: calc(100% - 30px);
    margin: auto 15px;
  }
}

.p-shop-staff-voice__manager-voice {
  width: 100%;
  border-radius: 2px;
  background-color: #d9f1fb;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
    padding: 30px 54px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice {
    margin-bottom: 35px;
    padding: 20px;
  }
}

.p-shop-staff-voice__manager-voice .manager-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice .manager-img {
    width: 240px;
    height: 240px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice .manager-img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
}

.p-shop-staff-voice__manager-voice .manager-img img {
  width: 100%;
}

.p-shop-staff-voice__manager-voice p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice p {
    max-width: 760px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice p {
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-staff-voice__manager-voice p .from {
  display: block;
  line-height: 1.5;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__manager-voice p .from {
    margin: 20px 0 0 auto;
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__manager-voice p .from {
    margin: 16px 0 0 auto;
    font-size: 16px;
    letter-spacing: .96px;
  }
}

.p-shop-staff-voice__staff-voice {
  width: 100%;
  border-radius: 2px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice {
    padding: 70px 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice {
    padding: 35px 15px;
  }
}

.p-shop-staff-voice__staff-voice__title {
  font-style: italic;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice__title {
    margin-bottom: 50px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice__title {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

.p-shop-staff-voice__staff-voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-shop-staff-voice__staff-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.p-shop-staff-voice__staff-voice__wrap:last-of-type {
  margin-bottom: 0px;
}

.p-shop-staff-voice__staff-voice .staff-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img.right {
    margin-right: 0;
    margin-left: 35px;
  }
  .p-shop-staff-voice__staff-voice .staff-img.left {
    margin-right: 35px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 30px auto;
  }
}

.p-shop-staff-voice__staff-voice .staff-img p {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .staff-img img {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .staff-img img {
    width: 75px;
  }
}

.p-shop-staff-voice__staff-voice .balloon {
  position: relative;
  width: 100%;
  max-width: 770px;
  border: solid 1px #ececec;
  background-color: #fff;
}

.p-shop-staff-voice__staff-voice .balloon::before, .p-shop-staff-voice__staff-voice .balloon::after {
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon {
    padding: 50px;
    border-radius: 20px;
  }
  .p-shop-staff-voice__staff-voice .balloon.right::before {
    top: 140px;
    left: -30px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #ececec transparent transparent transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon.right::after {
    z-index: 10;
    top: 141px;
    left: -28px;
    border-width: 28px 0 0 28px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon.left::before {
    top: 140px;
    right: -30px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: transparent transparent transparent #ececec;
  }
  .p-shop-staff-voice__staff-voice .balloon.left::after {
    z-index: 10;
    top: 141px;
    right: -28px;
    border-width: 28px 28px 0 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .p-shop-staff-voice__staff-voice .balloon::before {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 0 10px 20px 10px;
    border-style: solid;
    border-color: transparent transparent #ececec transparent;
  }
  .p-shop-staff-voice__staff-voice .balloon::after {
    z-index: 10;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 0 9px 18px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
}

.p-shop-staff-voice__staff-voice .balloon p {
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon p {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon p {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop-staff-voice__staff-voice .balloon p:last-child {
  margin-bottom: 0;
}

.p-shop-staff-voice__staff-voice .balloon p span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-shop-staff-voice__staff-voice .balloon p span {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-staff-voice__staff-voice .balloon p span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.p-shop__store-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link {
    width: 100%;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link {
    width: calc(100% - 30px);
    margin: 35px 15px 0;
  }
}

.p-shop__store-list__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list {
    max-width: 1140px;
  }
}

@media screen and (max-width: 879px) {
  .p-shop__store-list__link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list {
    padding: 10px 0;
  }
}

.p-shop__store-list__link-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li::before {
    top: 20px;
    height: calc(100% - 40px);
  }
  .p-shop__store-list__link-list li:first-child::before {
    width: 0;
  }
}

@media screen and (max-width: 879px) {
  .p-shop__store-list__link-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .p-shop__store-list__link-list li::before {
    top: 20px;
    height: calc(100% - 40px);
  }
  .p-shop__store-list__link-list li:nth-child(odd)::before {
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li::before {
    top: 10px;
    height: calc(100% - 20px);
  }
}

.p-shop__store-list__link-list li::before {
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #a3a3a3;
  content: "";
}

.p-shop__store-list__link-list li a {
  position: relative;
  color: #484848;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li a {
    padding: 30px 49px 30px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li a {
    padding: 12px 41px 12px 20px;
    font-size: 14px;
  }
}

.p-shop__store-list__link-list li a::after {
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url(../../common/images/ico_in_page_link.svg) 0 0 no-repeat;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__link-list li a::after {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__link-list li a::after {
    right: 14px;
  }
}

.p-shop__store-list__link-list li a:hover {
  color: #004da1;
}

.p-shop__store-list__link-list li a:hover::after {
  background: url(../../common/images/ico_in_page_link_blue.svg) 0 0 no-repeat;
}

.p-shop__store-list__fixed-area {
  width: 100%;
}

.p-shop__store-list__fixed-area ul {
  background-color: #f6f6f6;
}

.p-shop-h1__section {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-shop-h1__section {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.p-shop-h1__inner {
  border-bottom: 2px solid #004da1;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-shop-h1__inner {
    padding: 86px 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop-h1__inner {
    padding: 43px 0 18px;
  }
}

.p-shop-h1__title {
  line-height: 1;
}

.p-shop__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-shop__section .partition, .p-shop__section .p-cart__form .partition-sphidden, .p-cart__form .p-shop__section .partition-sphidden, .p-shop__section .p-cart-order__form .partition-sphidden, .p-cart-order__form .p-shop__section .partition-sphidden, .p-shop__section .partition--full {
  position: relative;
}

.p-shop__section .partition::after, .p-shop__section .p-cart__form .partition-sphidden::after, .p-cart__form .p-shop__section .partition-sphidden::after, .p-shop__section .p-cart-order__form .partition-sphidden::after, .p-cart-order__form .p-shop__section .partition-sphidden::after, .p-shop__section .partition--full::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1140px;
  height: 1px;
  background-color: #c8c8c8;
  content: "";
}

/* #29966（ECPF-2273） 対応-カート_スマホページの改善 Start. */
.p-cart-cart__anchor__content .p-cart-cart__anchor__list{
  font-size: 14px;
  line-height: 1.3;
  display:flex;
}

.p-cart-cart__anchor__list>li{
  border-bottom: 1px solid #00a2e6;
  padding: 1px;
  color: #00a2e6;
}

.p-cart-cart__anchor__list>li>a{
  padding-right: 5px;
}

.p-cart-cart__anchor__list>li::after{
  content: "";
  display: inline-block;
  transform: rotate(-45deg) translate(15%,-15%);
  border-left: 2px solid #00a2e6;
  border-bottom: 2px solid #00a2e6;
  width:8px;
  height:8px;
}

.p-cart-cart__anchor__list>li:nth-of-type(n+2){
  margin-left: 15px;
}

@media screen and (min-width: 1141px){
  .p-cart-cart__anchor__content.spOnly{
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .p-cart-cart__anchor__content.spOnly{
    display: block;
  }
  .p-cart-cart__anchor__content{
    max-width: 720px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px){
  .p-cart-cart__anchor__list>li:nth-of-type(n+2){
    margin-left: unset;
    margin-top: 8px;
  }
  .p-cart-cart__anchor__content .p-cart-cart__anchor__list{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px){
  .p-cart-cart__anchor__content{
    margin: 0 auto 20px;
    padding: 0 15px;
  }
  .p-cart-cart__anchor__content .p-cart-cart__anchor__list{
    font-size: 12px;
  }
  .p-cart-cart__anchor__list>li::after{
    width: 6px;
    height: 6px;
    transform: rotate(-45deg) translate(20%,-20%);
  }
}
/* #29966（ECPF-2273） 対応-カート_スマホページの改善 End. */

@media screen and (max-width: 767px) {
  .p-shop__section .partition--full::after {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__section .text-middle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__section .text-middle {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__section .text-big {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__section .text-big {
    font-size: 18px;
  }
}

.p-shop__section .text-bold {
  font-weight: bold;
}

.p-shop__section .text-red {
  color: #e43344;
}

.p-shop__section .text-azure {
  color: #00a2e6;
}

.p-shop__section .text-blue {
  color: #004da1;
}

.p-shop__section .text-white {
  color: #fff;
}

.p-shop__section .custom-list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

@media screen and (min-width: 768px), print {
  .p-shop__section .custom-list li {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__section .custom-list li {
    font-size: 12px;
    letter-spacing: .72px;
  }
}

.p-shop__section .custom-list li:last-child {
  margin-bottom: 0;
}

.p-shop__section .custom-list li::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
  color: #484848;
  font-size: 5px;
  content: "●";
}

.p-shop__caution {
  margin-bottom: 10px;
}

.p-shop__caution li {
  display: inline-block;
  width: 100%;
  padding: 0 0 .5em 1.5em;
  color: #7f7f7f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-indent: -1.5em;
}

.p-shop__caution:last-of-type {
  margin-bottom: 0;
}

.p-shop__store-list__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__area {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__area {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__title {
    margin: 90px auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__title {
    margin: 45px auto 25px;
  }
}

.p-shop__store-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.p-shop__store-list__card {
  max-width: 555px;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card {
    width: 49%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card {
    width: 100%;
    margin: 0 auto 20px;
    margin-bottom: 15px;
  }
}

.p-shop__store-list__card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 3px);
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-shop__store-list__card > a:hover .p-shop__store-list__card--store-name, .p-shop__store-list__card > a:hover .p-shop__store-list__card--store-name--event {
  color: #0078c4;
}

.p-shop__store-list__card > a:hover .p-shop__store-list__card--inner {
  color: #7f7f7f;
}

.p-shop__store-list__card > a:hover .p-shop__store-list__card--handling-service p {
  background-color: #0078c4;
}

.p-shop__store-list__card--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--inner {
    padding: 0 25px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--inner {
    padding: 0 5.35vw 5.35vw;
  }
}

.p-shop__store-list__card--store-name, .p-shop__store-list__card--store-name--event {
  width: 100%;
  color: #004da1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--store-name, .p-shop__store-list__card--store-name--event {
    margin-bottom: 25px;
    padding: 25px 0;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name, .p-shop__store-list__card--store-name--event {
    font-size: calc( 16px + 4 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name, .p-shop__store-list__card--store-name--event {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--store-name, .p-shop__store-list__card--store-name--event {
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 16px;
  }
}

.p-shop__store-list__card--store-name--event {
  position: relative;
  padding-left: 75px;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--store-name--event {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name--event {
    padding-left: calc( 75px + 75 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name--event {
    padding-left: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--store-name--event {
    padding-left: 84px;
  }
}

.p-shop__store-list__card--store-name--event .event-label {
  z-index: 1;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  padding-right: 15px;
  padding-left: 5px;
  overflow: hidden;
  color: #00a2e6;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--store-name--event .event-label {
    top: calc(50% - 18px);
    left: -36px;
    width: 165px;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name--event .event-label {
    width: calc( 110px + 55 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name--event .event-label {
    width: 165px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name--event .event-label {
    font-size: calc( 12px + 4 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name--event .event-label {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name--event .event-label {
    padding-right: calc( 15px + 5 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name--event .event-label {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .p-shop__store-list__card--store-name--event .event-label {
    padding-left: calc( 5px + 5 * (100vw - 768px) / 671);
  }
}

@media (min-width: 1439px) {
  .p-shop__store-list__card--store-name--event .event-label {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--store-name--event .event-label {
    top: calc(50% - 16px);
    left: -31px;
    width: 120px;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
  }
}

.p-shop__store-list__card--store-name--event .event-label::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -8%;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background-color: #d9f1fb;
  content: "";
}

.p-shop__store-list__card--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--address {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--address {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

.p-shop__store-list__card--address .postal-code {
  width: 85px;
  min-width: 85px;
  padding-right: 10px;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--phone-number {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--phone-number {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--business-hours {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--business-hours {
    margin-bottom: 12px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--business-hours span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--business-hours span {
    font-size: 11px;
  }
}

.p-shop__store-list__card--news, .p-shop__store-list__card--news-open {
  width: 100%;
  border-radius: 2px;
  background-color: #f6f6f6;
  color: #484848;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--news, .p-shop__store-list__card--news-open {
    margin-bottom: 15px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--news, .p-shop__store-list__card--news-open {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 12px;
  }
}

.p-shop__store-list__card--news-no {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.p-shop__store-list__card--news-open {
  background-color: #fceaec;
  color: #e43344;
}

.p-shop__store-list__card--handling-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto auto 0 0;
}

.p-shop__store-list__card--handling-service p {
  position: relative;
  margin: 5px 5px 0 0;
  padding: 5px 6px 5px 26px;
  border-radius: 2px;
  background-color: #004da1;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--handling-service p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--handling-service p {
    font-size: 11px;
  }
}

.p-shop__store-list__card--handling-service p::before {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (min-width: 768px), print {
  .p-shop__store-list__card--handling-service p::before {
    width: 18px;
    height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__store-list__card--handling-service p::before {
    width: 16px;
    height: 12px;
  }
}

.p-shop__store-list__card--handling-service .pc::before {
  background-image: url(../../images/shop/icon-shop-desktop.svg);
}

.p-shop__store-list__card--handling-service .parts::before {
  background-image: url(../../images/shop/icon-shop-parts.svg);
}

.p-shop__store-list__card--handling-service .donya::before {
  background-image: url(../../images/shop/icon-shop-shanghai.svg);
}

.p-shop__store-list__card--handling-service .used-purchase::before {
  background-image: url(../../images/shop/icon-shop-used.svg);
}

.p-shop__store-list__card--handling-service .used-sales::before {
  background-image: url(../../images/shop/icon-shop-used.svg);
}

.p-shop__store-list__card--handling-service .support::before {
  background-image: url(../../images/shop/icon-shop-support.svg);
}

.p-shop__store-list__card--handling-service .repair::before {
  background-image: url(../../images/shop/icon-shop-modify.svg);
}

.p-shop__store-list__card--handling-service .esports-trial::before {
  background-image: url(../../images/shop/icon-esports.svg);
}

.p-shop__store-list__card--handling-service .vr-trial::before {
  background-image: url(../../images/shop/icon-shop-gaming.svg);
}

.p-shop__store-list__card--handling-service .outlet-pc::before {
  background-image: url(../../images/shop/icon-shop-desktop.svg);
}

.p-sp-menu__overlay {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1281px) {
  .p-sp-menu__overlay {
    display: none !important;
  }
}

.p-sp-menu__container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.p-sp-menu__container.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-sp-menu__body {
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 50px);
  max-width: 426.66667px;
  height: 100vh;
  padding: 20px 0 0;
  overflow-y: auto;
  background-color: #004da1;
  color: #fff;
}

.p-sp-menu__close {
  position: relative;
  width: 50px;
  height: 56px;
  background-color: #fff;
}

.p-sp-menu__close::before, .p-sp-menu__close::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #484848;
  content: "";
}

.p-sp-menu__close::before {
  width: 21px;
  height: 2px;
}

.p-sp-menu__close::after {
  width: 2px;
  height: 21px;
}

.p-sp-menu__button {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 30px;
  height: 36.5px;
}

.p-sp-menu__button__bar {
  height: 2px;
  margin: auto;
  background-color: #484848;
  width: 30px;
}

.p-sp-menu__button__text {
  font-size: 10px;
  letter-spacing: 0.6px;
}

.p-sp-menu__user {
  margin-bottom: 20px;
  padding: 0 15px;
}

.p-sp-menu__user__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50%;
  border: solid 1px #ffffff;
}

.p-sp-menu__user__box + .p-sp-menu__user__box {
  border-left: none;
}

.p-sp-menu__login {
  display: block;
  padding: 30px 0;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.31;
  text-align: center;
}

.p-sp-menu__name {
  margin: 20px 0 5px;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.06;
  text-align: center;
}

.p-sp-menu__point {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
  text-align: center;
}

.p-sp-menu__number {
  margin-right: 4px;
  font-size: 16px;
  letter-spacing: 0.32px;
}

.p-sp-menu__buttons {
  margin-bottom: 20px;
  padding: 0 15px;
}

.p-sp-menu__buttons__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.p-sp-menu__buttons__item + .p-sp-menu__buttons__item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p-sp-menu__buttons__item > a {
  display: block;
  width: 100%;
}

.p-sp-menu__buttons__image {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 10px;
}

.p-sp-menu__buttons__text {
  display: block;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: center;
}

.p-sp-menu__search {
  position: relative;
  margin: 0 15px 20px;
}

.p-sp-menu__search__input {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  color: #484848;
  font-size: 16px;
}

.p-sp-menu__search__input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.p-sp-menu__search__input::-moz-placeholder {
  color: #a3a3a3;
}

.p-sp-menu__search__input:-ms-input-placeholder {
  color: #a3a3a3;
}

.p-sp-menu__search__input::-ms-input-placeholder {
  color: #a3a3a3;
}

.p-sp-menu__search__input::placeholder {
  color: #a3a3a3;
}

.p-sp-menu__search__loupe {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  overflow: hidden;
  background: url(../../common/images/ico_loupe.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.p-sp-menu__accordion {
  margin-bottom: 20px;
  background-color: #fff;
  color: #004da1;
  font-size: 14px;
}

.p-sp-menu__accordion > div + div {
  border-top: 1px solid #004da1;
}

.p-sp-menu__accordion__title, .p-sp-menu__accordion__title--gaming, .p-sp-menu__accordion__title--creator, .p-sp-menu__accordion__title--desktop, .p-sp-menu__accordion__title--notebook, .p-sp-menu__accordion__title--server, .p-sp-menu__accordion__title--used, .p-sp-menu__accordion__title--parts {
  position: relative;
  padding: 18px 26px 18px 50px;
  background-position: 15px center;
  background-repeat: no-repeat;
  font-weight: normal;
  line-height: 1.36;
}

.p-sp-menu__accordion__title::before, .p-sp-menu__accordion__title--gaming::before, .p-sp-menu__accordion__title--creator::before, .p-sp-menu__accordion__title--desktop::before, .p-sp-menu__accordion__title--notebook::before, .p-sp-menu__accordion__title--server::before, .p-sp-menu__accordion__title--used::before, .p-sp-menu__accordion__title--parts::before, .p-sp-menu__accordion__title::after, .p-sp-menu__accordion__title--gaming::after, .p-sp-menu__accordion__title--creator::after, .p-sp-menu__accordion__title--desktop::after, .p-sp-menu__accordion__title--notebook::after, .p-sp-menu__accordion__title--server::after, .p-sp-menu__accordion__title--used::after, .p-sp-menu__accordion__title--parts::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #004da1;
  content: "";
}

.p-sp-menu__accordion__title::before, .p-sp-menu__accordion__title--gaming::before, .p-sp-menu__accordion__title--creator::before, .p-sp-menu__accordion__title--desktop::before, .p-sp-menu__accordion__title--notebook::before, .p-sp-menu__accordion__title--server::before, .p-sp-menu__accordion__title--used::before, .p-sp-menu__accordion__title--parts::before {
  right: 16px;
  width: 10px;
  height: 2px;
}

.p-sp-menu__accordion__title::after, .p-sp-menu__accordion__title--gaming::after, .p-sp-menu__accordion__title--creator::after, .p-sp-menu__accordion__title--desktop::after, .p-sp-menu__accordion__title--notebook::after, .p-sp-menu__accordion__title--server::after, .p-sp-menu__accordion__title--used::after, .p-sp-menu__accordion__title--parts::after {
  right: 20px;
  width: 2px;
  height: 10px;
}

.p-sp-menu__accordion__title.is-open::after, .is-open.p-sp-menu__accordion__title--gaming::after, .is-open.p-sp-menu__accordion__title--creator::after, .is-open.p-sp-menu__accordion__title--desktop::after, .is-open.p-sp-menu__accordion__title--notebook::after, .is-open.p-sp-menu__accordion__title--server::after, .is-open.p-sp-menu__accordion__title--used::after, .is-open.p-sp-menu__accordion__title--parts::after {
  display: none;
}

.p-sp-menu__accordion__title--gaming {
  background-image: url(../../common/images/ico_gaming.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--creator {
  background-image: url(../../common/images/ico_creator.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__title--desktop {
  background-image: url(../../common/images/ico_desktop.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--notebook {
  background-image: url(../../common/images/ico_notebook.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--server {
  background-image: url(../../common/images/ico_server.svg);
  background-size: auto 15px;
}

.p-sp-menu__accordion__title--used {
  background-image: url(../../common/images/ico_used.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__title--parts {
  background-image: url(../../common/images/ico_parts.svg);
  background-size: auto 18px;
}

.p-sp-menu__accordion__body {
  padding: 0 15px;
}

.p-sp-menu__sub-accordion__title {
  padding: 19px 18px 19px 15px;
  border-bottom: 1px solid rgba(0, 77, 161, 0.3);
  color: #484848;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.72px;
}

.p-sp-menu__sub-accordion__title::before {
  right: 9px;
}

.p-sp-menu__sub-accordion__title::after {
  right: 13px;
}

.p-sp-menu__sub-accordion__title.is-open {
  border-bottom: none;
}

.p-sp-menu__sub-accordion__body {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 77, 161, 0.3);
}

.p-sp-menu__navigation {
  margin: 0 15px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.p-sp-menu__navigation__list {
  margin-bottom: 10px;
}

.p-sp-menu__navigation__item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 14px;
}

.p-sp-menu__navigation__item + .p-sp-menu__navigation__item {
  margin-top: 10px;
}

.p-sp-menu__navigation__item > a {
  display: block;
  padding: 18px 0;
}

.p-sp-menu__navigation__library {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.p-sp-menu__navigation__library > a {
  display: block;
  padding: 18px 0;
}

.p-sp-menu__contact {
  margin: 0 15px 40px;
}

.p-sp-menu__contact__link {
  display: block;
  padding: 18px 0;
  border-radius: 2px;
  background-color: #0078c4;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.p-sp-menu__contact__link + .p-sp-menu__contact__link {
  margin-top: 10px;
}

.p-sp-menu__sns {
  max-width: 230px;
  margin: 0 auto;
  padding-bottom: 39px;
}

.p-sp-menu__sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53px;
          flex: 0 1 53px;
  min-width: 53px;
  text-align: center;
}

.p-sp-menu__sns__image {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
}

.p-sp-menu__sns__text {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.p-sp-menu-products__list, .p-sp-menu-products__list--half {
  background-color: #e5f6fc;
  color: #004da1;
}

.p-sp-menu-products__list--first {
  background-color: #004da1;
  color: #fff;
}

.p-sp-menu-products__list + .p-sp-menu-products__list, .p-sp-menu-products__list--half + .p-sp-menu-products__list, .p-sp-menu-products__list + .p-sp-menu-products__list--half, .p-sp-menu-products__list--half + .p-sp-menu-products__list--half {
  margin-top: 1px;
}

.p-sp-menu-products__list > a, .p-sp-menu-products__list--half > a {
  display: block;
  padding: 19px 18px 19px 15px;
  font-size: 13px;
}

.p-sp-menu-products__list > a::after, .p-sp-menu-products__list--half > a::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
}

.p-sp-menu-products__list--half:nth-of-type(2n) {
  border-left: 1px solid #fff;
}

.p-sp-menu-products__category {
  color: #484848;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.44px;
}

.p-sp-menu-ranking {
  margin-bottom: 30px;
}

.p-sp-menu-ranking__title {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding: 20px 0;
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.68px;
}

.p-sp-menu-ranking__title::after {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
}

.p-sp-menu-ranking__rank {
  padding-right: 15px;
  padding-left: 65px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 52px auto;
}

.p-sp-menu-ranking__rank--first {
  background-image: url(../../common/images/ico_rank1.png);
}

.p-sp-menu-ranking__rank--second {
  background-image: url(../../common/images/ico_rank2.png);
}

.p-sp-menu-ranking__rank--third {
  background-image: url(../../common/images/ico_rank3.png);
}

.p-sp-menu-ranking__link {
  display: block;
}

.p-sp-menu-ranking__link + .p-sp-menu-ranking__link {
  margin-top: 20px;
}

.p-sp-menu-ranking__product {
  margin-bottom: 5px;
  color: #004da1;
  font-size: 14px;
  letter-spacing: 1.44px;
  line-height: 1.42;
}

.p-sp-menu-ranking__description {
  color: #484848;
  font-size: 10px;
  line-height: 1.5;
}

.p-top-campaign__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 0 0px 90px;
  padding-right: 0px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-campaign__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-campaign__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-campaign__inner {
    padding-right: calc( 0px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-campaign__inner {
    padding-right: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__inner {
    padding: 0 15px 45px;
  }
}

.p-top-campaign__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .p-top-campaign__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__list li {
    max-width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .p-top-campaign__list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__list li {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
}

.p-top-campaign__list li > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-top-campaign__list li > a img {
  width: 100%;
}

.p-top-campaign__button {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-top-campaign__button {
    width: 300px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-campaign__button {
    width: 100%;
    height: 40px;
  }
}

.p-top-fast-view {
  width: 100%;
  background-color: #000;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__container {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0 0px;
  }
}

.p-top-fast-view__slide {
  opacity: 0.5;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__slide {
    display: block;
    width: 480px;
    max-width: 480px;
  }
}

.p-top-fast-view__slide img {
  display: block;
  width: 100%;
}

.p-top-fast-view__slide.swiper-slide-active {
  opacity: 1;
}

.p-top-fast-view__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__tools {
    width: 590px;
    margin: 13px auto;
  }
}

.p-top-fast-view__pagination.swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 55px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__pagination.swiper-pagination {
    font-size: 14px;
    letter-spacing: 1.84px;
    line-height: 1.14;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination {
    width: 60px;
    padding-right: 3px;
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-fast-view__pagination.swiper-pagination > span:first-child {
  padding-right: 2px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination > span:first-child {
    padding-right: 0px;
  }
}

.p-top-fast-view__pagination.swiper-pagination > span:last-child {
  padding-left: 2px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__pagination.swiper-pagination > span:last-child {
    padding-left: 0px;
  }
}

.p-top-fast-view__progress {
  display: block;
  z-index: 1;
  position: relative;
  width: 480px;
  height: 4px;
  margin: 7px auto;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__progress {
    width: 78%;
    height: 2px;
    margin: 15px auto;
  }
}

.p-top-fast-view__progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 45px;
  left: 0;
  width: auto;
  height: 4px;
  background-color: #484848;
}

.p-top-fast-view__progress-bar:after {
  z-index: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00a2e6;
  content: "";
}

.p-top-fast-view__progress.is-fvActive .p-top-fast-view__progress-bar:after {
  width: 0%;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__progress.is-fvPassive .p-top-fast-view__progress-bar {
  opacity: 0;
}

.p-top-fast-view__progress.is-fvAnimate .p-top-fast-view__progress-bar:after {
  width: 100%;
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
}

.p-top-fast-view__move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__move {
    width: 50px;
  }
}

.p-top-fast-view__stopbutton {
  width: 20px;
  height: 18px;
  cursor: pointer;
}

.p-top-fast-view__stopbutton.stop {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
  position: absolute;
  background-color: #fff;
  content: '';
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 768px), print {
  .p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
    top: 3px;
    width: 3px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:before, .p-top-fast-view__stopbutton.stop:after {
    top: 5px;
    width: 2.2px;
    height: 9px;
  }
}

.p-top-fast-view__stopbutton.stop:before {
  left: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:before {
    left: 6px;
  }
}

.p-top-fast-view__stopbutton.stop:after {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-fast-view__stopbutton.stop:after {
    right: 6px;
  }
}

.p-top-fast-view__stopbutton.start {
  position: relative;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.start:before {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
  -webkit-transition: none;
  transition: none;
}

.p-top-fast-view__stopbutton.start:after {
  content: none;
}

.p-top-headline {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-headline {
    margin: 45px auto 25px;
  }
}

.p-top-important-news__section {
  width: 100%;
  padding: 30px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__section {
    padding: 15px 0;
  }
}

.p-top-important-news__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-important-news__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-important-news__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-important-news__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-important-news__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-important-news__inner {
    padding: 0 15px;
  }
}

.p-top-important-news__header {
  position: relative;
  height: 50px;
  background-color: #004ea2;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header {
    height: 40px;
  }
}

.p-top-important-news__header::after {
  z-index: auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header::after {
    right: 14px;
    width: 10px;
  }
}

.p-top-important-news__header::before {
  z-index: auto;
  position: absolute;
  top: calc(50% - 5px);
  right: 29px;
  width: 2px;
  height: 12px;
  background-color: #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header::before {
    right: 18px;
    height: 10px;
  }
}

.p-top-important-news__header.is-open::before {
  content: none;
}

.p-top-important-news__header-ico {
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

@media screen and (min-width: 768px), print {
  .p-top-important-news__header-ico {
    width: 19px;
    height: 19px;
  }
}

.p-top-important-news__header-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__header-title {
    font-size: 14px;
    font-weight: normal;
  }
}

.p-top-important-news__list {
  background-color: #fff;
}

.p-top-important-news__list > li {
  border-bottom: 2px dotted #c8c8c8;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.p-top-important-news__list > li > a {
  padding: 13px 30px;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a {
    padding: 17px 35px 17px 15px;
  }
}

.p-top-important-news__list > li > a.c-arrow, .p-top-important-news__list > li > a.c-arrow--down, .p-top-important-news__list > li > a.c-arrow--top, .p-top-important-news__list > li > a.c-arrow--left, .p-top-important-news__list > li > a.c-arrow--before {
  position: relative;
}

.p-top-important-news__list > li > a.c-arrow::after, .p-top-important-news__list > li > a.c-arrow--down::after, .p-top-important-news__list > li > a.c-arrow--top::after, .p-top-important-news__list > li > a.c-arrow--left::after, .p-top-important-news__list > li > a.c-arrow--before::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 27px;
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a.c-arrow::after, .p-top-important-news__list > li > a.c-arrow--down::after, .p-top-important-news__list > li > a.c-arrow--top::after, .p-top-important-news__list > li > a.c-arrow--left::after, .p-top-important-news__list > li > a.c-arrow--before::after {
    right: 15px;
    width: 8px;
    height: 8px;
    border-color: #484848;
  }
}

@media screen and (max-width: 767px) {
  .p-top-important-news__list > li > a .c-news__date {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.45;
  }
}

.p-top-important-news__list > li:last-child {
  border: 0;
}

.p-top-info-news__section {
  max-width: 1050px;
  margin: 90px auto 50px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-info-news__section {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 281);
  }
}

@media (min-width: 1050px) {
  .p-top-info-news__section {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-info-news__section {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 281);
  }
}

@media (min-width: 1050px) {
  .p-top-info-news__section {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__section {
    margin: 45px auto 25px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__inner {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.p-top-info-news__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu {
    max-width: 810px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu {
    width: 100%;
    max-width: none;
    height: 50px;
  }
}

.p-top-info-news__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #ececec;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu > li {
    width: 100%;
    max-width: 198px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li {
    width: 25%;
    max-width: none;
    margin-right: 3px;
  }
}

.p-top-info-news__menu > li:last-child {
  margin-right: 0;
}

.p-top-info-news__menu > li.is-active {
  border-top: 4px solid #004da1;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li.is-active {
    border-top: 2px solid #004da1;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__menu > li > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.31;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__menu > li > span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-info-news__contents:not(:first-of-type) {
  display: none;
}

.p-top-info-news__list {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list {
    margin: 10px auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list {
    width: calc(100% - 30px);
    margin: 5px auto 10px;
  }
}

.p-top-info-news__list > li {
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list > li {
    border-bottom: 2px dotted #c8c8c8;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li {
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
  }
}

.p-top-info-news__list > li > a {
  padding: 30px 45px 30px 0px;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a {
    padding: 19px 20px 19px 0px;
  }
}

.p-top-info-news__list > li > a.c-arrow, .p-top-info-news__list > li > a.c-arrow--down, .p-top-info-news__list > li > a.c-arrow--top, .p-top-info-news__list > li > a.c-arrow--left, .p-top-info-news__list > li > a.c-arrow--before {
  position: relative;
}

.p-top-info-news__list > li > a.c-arrow::after, .p-top-info-news__list > li > a.c-arrow--down::after, .p-top-info-news__list > li > a.c-arrow--top::after, .p-top-info-news__list > li > a.c-arrow--left::after, .p-top-info-news__list > li > a.c-arrow--before::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  border-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a.c-arrow::after, .p-top-info-news__list > li > a.c-arrow--down::after, .p-top-info-news__list > li > a.c-arrow--top::after, .p-top-info-news__list > li > a.c-arrow--left::after, .p-top-info-news__list > li > a.c-arrow--before::after {
    right: 2px;
    width: 8px;
    height: 8px;
    border-color: #484848;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__list > li > a .c-news__date {
    width: 7em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__list > li > a .c-news__date {
    font-size: 11px;
  }
}

.p-top-info-news__list > li:last-child {
  border: 0;
}

@media screen and (min-width: 768px), print {
  .p-top-info-news__button {
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-info-news__button {
    width: calc(100% - 30px);
    height: 40px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__section {
    padding: 1px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__section {
    padding: 1px 0 35px;
  }
}

.p-top-lineup__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-lineup__inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1460px) {
  .p-top-lineup__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 810px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 995px) {
  .p-top-lineup__list {
    width: 645px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li {
    width: 150px;
    height: 120px;
    margin: 0 15px 15px 0;
  }
  .p-top-lineup__list > li:nth-child(7n), .p-top-lineup__list > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1460px) {
  .p-top-lineup__list > li:nth-child(7n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 995px) {
  .p-top-lineup__list > li:nth-child(7n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(5n) {
    margin-right: 15px;
  }
  .p-top-lineup__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list > li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .p-top-lineup__list > li:nth-child(7n), .p-top-lineup__list > li:nth-child(5n), .p-top-lineup__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

.p-top-lineup__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__list > li > a {
    min-height: 50px;
    padding: 0 10px;
  }
}

.p-top-lineup__list > li > a.hover {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.p-top-lineup__list > li > a.hover::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background-color: #cfcfcf;
  content: '';
  opacity: 0.3;
}

.p-top-lineup__list > li > a.hover--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}

.p-top-lineup__list > li > a.hover--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__list > li > a.hover.server {
    padding-bottom: 12px;
  }
}

.p-top-lineup__image {
  display: block;
}

.p-top-lineup__image > img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__image {
    width: 38px;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__image {
    width: 26px;
    margin-right: 2px;
    margin-bottom: 0px;
  }
}

.p-top-lineup__title {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-lineup__title {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-lineup__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
    letter-spacing: 0.7px;
    line-height: 1.36;
  }
  .server .p-top-lineup__title {
    letter-spacing: 0;
  }
}

.p-top-other-recommend___section {
  margin: 90px auto 50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend___section {
    margin: 45px auto 25px;
  }
}

.p-top-other-recommend__inner {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 90px;
  }
}

@media (min-width: 769px) {
  .p-top-other-recommend__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-other-recommend__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto 25px;
    padding: 0;
  }
}

.p-top-other-recommend__panels {
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__panels {
    width: 100%;
    max-width: 570px;
    min-height: 390px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__panels {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.p-top-other-recommend__panels:last-child {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
  border-bottom: 1px solid #004da1;
  border-left: 1px solid #004da1;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend__panels:last-child {
    max-width: 530px;
  }
}

@media (min-width: 980px) {
  .p-top-other-recommend__panels:last-child {
    margin-left: calc( 10px + 30 * (100vw - 980px) / 460);
  }
}

@media (min-width: 1440px) {
  .p-top-other-recommend__panels:last-child {
    margin-left: 40px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend__panels:last-child {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend__panels:last-child {
    margin-top: 25px;
  }
}

.p-top-other-recommend--min {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min {
    max-width: 285px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend--min {
    max-width: none;
  }
}

.p-top-other-recommend--min > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #004da1;
  border-right: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a {
    min-height: 206px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a {
    min-height: 122px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a:hover .cat_icon > img {
    -webkit-transform: scale(1.14, 1.14);
            transform: scale(1.14, 1.14);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a .cat_icon {
    width: 84px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a .cat_icon {
    width: 62px;
  }
}

.p-top-other-recommend--min > a .cat_icon > img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--min > a .cat_title {
  color: #004da1;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--min > a .cat_title {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--min > a .cat_title {
    margin-top: -4px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-other-recommend--min > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-other-recommend--min > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-other-recommend--small {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small {
    max-width: 285px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-other-recommend--small {
    max-width: none;
  }
}

.p-top-other-recommend--small > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a {
    padding: 20px 20px 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a {
    padding: 18px 14px 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a:hover .product_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-other-recommend--small > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-other-recommend--small > a .product_shoulder-text {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_shoulder-text {
    margin-bottom: 18px;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_shoulder-text {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-other-recommend--small > a .product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_image {
    width: 100%;
    max-width: 180px;
    min-height: 180px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_image {
    width: calc(100% - 12px);
    height: 115px;
    min-height: auto;
    margin-bottom: 22px;
  }
}

.p-top-other-recommend--small > a .product_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--small > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-other-recommend--small > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 2;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_id {
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-other-recommend--small > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-top-other-recommend--small > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-top-other-recommend--small > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-other-recommend--small > a .product_price .unit {
    font-size: 12px;
  }
}

.p-top-other-recommend--small > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-other-recommend--small > a.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-other-recommend--small:last-child > a {
  border-left: 0;
}

.p-top-recommend {
  margin: 90px auto 50px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-recommend {
    margin: 45px auto 25px;
  }
}

.p-top-recommend__section {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__section {
    margin: 0 auto 50px;
  }
}

@media (min-width: 769px) {
  .p-top-recommend__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-recommend__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 25px;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__section:nth-child(odd) .p-top-recommend__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-recommend__section:nth-child(odd) .p-top-recommend__inner .p-top-recommend__panel--small > a {
    border: 1px solid #004da1;
    border-right: 0;
  }
  .p-top-recommend__section:nth-child(even) .p-top-recommend__inner .p-top-recommend__panel--small > a {
    border: 1px solid #004da1;
    border-left: 0;
  }
}

.p-top-recommend__section:last-child {
  margin-bottom: 0;
}

.p-top-recommend__inner {
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panels {
    width: 100%;
    max-width: 570px;
  }
}

.p-top-recommend__panel--large {
  background-image: linear-gradient(-45deg, #004da1, #0078c4);
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 50%;
    min-width: 350px;
    max-width: 570px;
    min-height: 415px;
  }
}

.p-top-recommend__panel--large > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a {
    padding: 45px 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a {
    padding: 28px 18px 18px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a:hover .brand_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-recommend__panel--large > a:hover .brand_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-recommend__panel--large > a .brand_shoulder {
  color: #ffdd11;
  font-family: "Roboto", Sans-Serif;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_shoulder {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_shoulder {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.33;
  }
}

.p-top-recommend__panel--large > a .brand_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo {
    height: 55px;
  }
}

.p-top-recommend__panel--large > a .brand_logo img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--galleria {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--galleria {
    width: 142px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--raytrek {
    max-width: 172px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--raytrek {
    width: 86px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_logo--thirdwave {
    max-width: 254px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_logo--thirdwave {
    width: 127px;
  }
}

.p-top-recommend__panel--large > a .brand_text {
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 140px;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_text {
    width: 48%;
    margin-top: 20px;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-recommend__panel--large > a .brand_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 210px;
  padding-right: 2px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--large > a .brand_image {
    z-index: 1000;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%;
    max-width: 300px;
    min-height: 240px;
    margin-left: 2%;
    padding-right: 20px;
    overflow: visible;
  }
}

@media (min-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: calc( 210px + 90 * (100vw - 1300px) / 140);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: 300px;
  }
}

@media (min-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    padding-right: calc( 2px + 18 * (100vw - 1300px) / 140);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--large > a .brand_image {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel--large > a .brand_image {
    max-width: 210px;
    height: inherit;
    margin: 30px auto 0;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--large > a .brand_image {
    width: calc(50% - 5px);
    margin: -45px 0 0;
  }
}

.p-top-recommend__panel--large > a .brand_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--large > a .brand_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--large > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-recommend__panel--large > a.c-panel-arrow::after {
  background-color: rgba(0, 0, 0, 0.35);
}

.p-top-recommend__panel--small {
  width: 50%;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small {
    max-width: 285px;
  }
}

.p-top-recommend__panel--small > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #004da1;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a {
    padding: 20px 20px 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a {
    padding: 18px 14px 16px;
    border-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a:hover .product_image > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .p-top-recommend__panel--small > a:hover .product_image > object-fit {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-top-recommend__panel--small > a .product_shoulder {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder {
    margin-bottom: 18px;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14.4px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: calc( 14.4px + 3.6 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder-text {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 1.42;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-ico {
  width: 45.5px;
  margin-left: 9.6px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: calc( 45.5px + 19.5 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
  }
}

@media (min-width: 768px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    margin-left: calc( 9.6px + 6.4 * (100vw - 768px) / 672);
  }
}

@media (min-width: 1440px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_shoulder-ico {
    width: 65px;
    margin-right: -3px;
    margin-left: 6px;
  }
}

.p-top-recommend__panel--small > a .product_shoulder-ico > img {
  width: 100%;
}

.p-top-recommend__panel--small > a .product_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_image {
    width: 100%;
    max-width: 180px;
    height: auto;
    height: 180px;
    min-height: 180px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_image {
    width: calc(100% - 12px);
    height: 115px;
    min-height: auto;
    margin-bottom: 22px;
  }
}

.p-top-recommend__panel--small > a .product_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--small > a .product_image > object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-top-recommend__panel--small > a .product_id {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.78px;
  line-height: 1.62;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 2;
    font-size: 13px;
    letter-spacing: 0.78px;
    line-height: 1.62;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_id {
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 1.32px;
    line-height: 1.45;
  }
}

.p-top-recommend__panel--small > a .product_price {
  margin-top: auto;
  color: #e43344;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_price {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_price {
    margin-right: -10px;
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 1;
  }
}

.p-top-recommend__panel--small > a .product_price .unit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel--small > a .product_price .unit {
    padding-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small > a .product_price .unit {
    font-size: 12px;
  }
}

.p-top-recommend__panel--small > a.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-recommend__panel--small > a.c-panel-arrow::after {
  background-color: #004da1;
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel--small:last-child > a {
    border-left: 0;
  }
}

.p-top-recommend__panel-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-top-recommend__panel-column {
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 1300px) {
  .p-top-recommend__panel-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 0%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__panel-column {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-selfcheck__section {
  max-width: 1440px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__section {
    margin: 0 auto 50px;
  }
}

@media (min-width: 769px) {
  .p-top-selfcheck__section {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-selfcheck__section {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-selfcheck__section {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-selfcheck__section {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__section {
    margin: 0 auto 25px;
    padding: 0 15px;
  }
}

.p-top-selfcheck__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 1px solid #004da1;
  border-radius: 2px;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__inner {
    padding: 45px 0;
    background-image: url(../../images/top/bg_top-selfcheck.jpg);
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__inner {
    padding: 66px 0px;
    background-image: url(../../images/top/bg_top-selfcheck_sp.jpg);
  }
}

.p-top-selfcheck__inner.c-panel-arrow::before {
  border-color: #fff;
  background-color: transparent;
}

.p-top-selfcheck__inner.c-panel-arrow::after {
  background-color: #004da1;
}

.p-top-selfcheck__appeal {
  width: 100%;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal {
    max-width: 810px;
    padding: 32px 0 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal {
    width: 100%;
    padding: 22px 0 26px;
  }
}

.p-top-selfcheck__appeal-ttl {
  color: #ececec;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal-ttl {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 1.92px;
    line-height: 1.97;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal-ttl {
    margin-bottom: 13px;
    font-size: 11px;
    letter-spacing: 0.64px;
    line-height: 1.45;
  }
}

.p-top-selfcheck__appeal-title {
  display: block;
}

.p-top-selfcheck__appeal-title > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__appeal-title {
    width: 430px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__appeal-title {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.p-top-selfcheck__button {
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .p-top-selfcheck__button {
    width: 300px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-selfcheck__button {
    width: 225px;
    height: 50px;
  }
}

.p-top-useful__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0px;
  padding: 0 0px 70px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-useful__inner {
    padding-left: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-useful__inner {
    padding-left: 150px;
  }
}

@media (min-width: 769px) {
  .p-top-useful__inner {
    padding-right: calc( 20px + 130 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-useful__inner {
    padding-right: 150px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__inner {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__container {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-useful__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1455px) {
  .p-top-useful__wrapper {
    max-width: 850px;
    margin: 0 auto 0px;
  }
}

@media screen and (max-width: 995px) {
  .p-top-useful__wrapper {
    max-width: 560px;
    margin: 0 auto 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}

.p-top-useful__slide.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide {
    width: 270px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1455px) {
  .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 995px) {
  .p-top-useful__slide.swiper-slide:nth-child(3n) {
    margin-right: 20px;
  }
  .p-top-useful__slide.swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide {
    display: block;
    width: 225px;
    max-width: 225px;
    height: 85px;
    margin: 0;
  }
  .p-top-useful__slide.swiper-slide:nth-child(2n), .p-top-useful__slide.swiper-slide:nth-child(3n), .p-top-useful__slide.swiper-slide:nth-child(4n) {
    margin-right: 0;
  }
}

.p-top-useful__slide.swiper-slide > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a {
    padding: 18px 18px 19px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a {
    padding: 15px 12px 15px 18px;
  }
}

.p-top-useful__slide.swiper-slide > a > .useful_ico {
  margin: auto 0;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a > .useful_ico {
    width: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a > .useful_ico {
    width: 28px;
    margin-right: 22px;
  }
}

.p-top-useful__slide.swiper-slide > a > .useful_ico > img {
  width: 100%;
}

.p-top-useful__slide.swiper-slide > a > .useful_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-useful__slide.swiper-slide > a .useful_text-h5 {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a .useful_text-h5 {
    margin-right: -8px;
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a .useful_text-h5 {
    margin-right: -8px;
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-useful__slide.swiper-slide > a .useful_text-p {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__slide.swiper-slide > a .useful_text-p {
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 1.5;
  }
}

.p-top-useful__pagination.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-useful__pagination.swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-useful__pagination.swiper-pagination {
    width: calc(100% - 30px);
    margin: 0px auto 0;
  }
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 4px;
  margin: 0 0 0 4px;
  border-radius: 0;
  background-color: #c8c8c8;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0;
}

.p-top-useful__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e6;
}

.p-top-was-selected {
  position: relative;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected {
    margin: 45px auto 0px;
    padding: 0 0 30px;
  }
}

.p-top-was-selected::before {
  z-index: -1;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background-color: #d9f1fb;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-top-was-selected::before {
    top: 45px;
    height: calc(100% - 45px);
  }
}

.p-top-was-selected__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .p-top-was-selected__inner {
    padding-left: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-was-selected__inner {
    padding-left: 120px;
  }
}

@media (min-width: 769px) {
  .p-top-was-selected__inner {
    padding-right: calc( 20px + 100 * (100vw - 769px) / 671);
  }
}

@media (min-width: 1440px) {
  .p-top-was-selected__inner {
    padding-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__inner {
    padding: 0 15px;
  }
}

.p-top-was-selected__header {
  padding: 1px 0 70px;
  border-radius: 2px;
  background-image: linear-gradient(-45deg, #004da1, #0078c4);
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__header > .p-top-headline {
    margin-top: 70px;
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__header > .p-top-headline {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__header {
    padding: 1px 0 35px;
  }
}

.p-top-was-selected__list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 35px;
    padding: 0px 7px;
  }
}

.p-top-was-selected__list > li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-was-selected__list > li::after, .p-top-was-selected__list > li::before {
  z-index: auto;
  position: absolute;
  background: #fff;
  content: "";
  opacity: 0.25;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__list > li {
    width: 260px;
    padding-top: 4px;
  }
  .p-top-was-selected__list > li::after {
    z-index: auto;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: 168px;
  }
  .p-top-was-selected__list > li:last-child::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list > li {
    width: 50%;
    padding: 6px 8px 23px;
  }
  .p-top-was-selected__list > li:nth-child(3), .p-top-was-selected__list > li:nth-child(4) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 6px;
  }
  .p-top-was-selected__list > li:nth-child(1)::after {
    top: 0;
    right: 0px;
    bottom: auto;
    width: 1px;
    height: calc(100% - 10px);
  }
  .p-top-was-selected__list > li:nth-child(3)::after {
    top: auto;
    right: 0px;
    bottom: 0;
    width: 1px;
    height: calc(100% - 10px);
  }
  .p-top-was-selected__list > li:nth-child(1)::before, .p-top-was-selected__list > li:nth-child(2)::before {
    right: auto;
    bottom: 0;
    left: auto;
    width: calc(100% - 30px);
    height: 1px;
  }
}

.p-top-was-selected__list-icon {
  width: 108px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list-icon {
    width: 72px;
    margin-bottom: 7px;
  }
}

.p-top-was-selected__list-icon > img {
  width: 100%;
  max-width: none;
}

.p-top-was-selected__list-text {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__list-text {
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__list-text {
    font-size: 12px;
    letter-spacing: 1.56px;
    line-height: 1.46;
  }
}

@media screen and (max-width: 361px) {
  .p-top-was-selected__list-text {
    font-size: 12px;
  }
}

.p-top-was-selected__footer {
  width: 100%;
  max-width: 760px;
  margin: 50px auto 0;
  padding: 0 0;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    margin: 35px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-qualification {
    position: relative;
    margin-right: 40px;
  }
  .p-top-was-selected__footer-qualification::after {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #80d1f3;
    content: "";
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer-qualification {
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }
  .p-top-was-selected__footer-qualification::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-qualification {
    width: calc(100% - 20px);
  }
}

.p-top-was-selected__footer-qualification-images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-qualification-images > span {
    height: 64px;
    margin-right: 30px;
  }
  .p-top-was-selected__footer-qualification-images > span:last-child {
    margin: 0;
  }
  .p-top-was-selected__footer-qualification-images > span > img {
    height: 100%;
  }
  .p-top-was-selected__footer-qualification-images > span.bnr_amd {
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-qualification-images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-was-selected__footer-qualification-images > span {
    margin-right: 4.34783%;
  }
  .p-top-was-selected__footer-qualification-images > span:last-child {
    margin: 0;
  }
  .p-top-was-selected__footer-qualification-images > span > img {
    width: 100%;
  }
  .p-top-was-selected__footer-qualification-images > span.bnr_amd {
    max-width: 27.33333%;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 40px;
  }
}

@media screen and (max-width: 980px) {
  .p-top-was-selected__footer-aword {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword {
    margin: 0 auto 0;
  }
}

.p-top-was-selected__footer-aword > span > img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword > span.ico_dengeki {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword > span.ico_dengeki {
    width: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__footer-aword > span.ico_kakaku {
    width: 73px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__footer-aword > span.ico_kakaku {
    width: 69px;
    margin-left: 15px;
  }
}

.p-top-was-selected__button {
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px), print {
  .p-top-was-selected__button {
    width: 300px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-was-selected__button {
    width: 225px;
    height: 40px;
  }
}

/* Utility ------------ */
.u-text-indent{
  text-indent: -1em;
  margin-left: 1em;
}

.u-block {
  display: block;
}

.u-block-none {
  display: none;
}

.u-iblock {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .u-pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .u-pc-header-hide {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .u-sp-header-hide {
    display: none;
  }
}

.u-border-none {
  border: none;
}

.u-border-none-l {
  border-left: 0;
}

.u-border-none-r {
  border-right: 0;
}

.u-border-none-t {
  border-top: 0;
}

.u-border-none-b {
  border-bottom: 0;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-mr0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

.u-mt15 {
  margin-top: 15px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

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

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

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

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

.u-mt25 {
  margin-top: 25px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pr0 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

.u-pt15 {
  padding-top: 15px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pr15 {
  padding-right: 15px;
}

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

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

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

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

.u-pt25 {
  padding-top: 25px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

@media screen and (min-width: 768px), print {
  .u-pc-width {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-left: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-left: 150px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width {
    padding-right: calc( 20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width {
    padding-right: 150px;
  }
}

@media screen and (min-width: 768px), print {
  .u-pc-width--120 {
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-left: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-left: 120px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .u-pc-width--120 {
    padding-right: calc( 20px + 100 * (100vw - 768px) / 672);
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px) {
  .u-pc-width--120 {
    padding-right: 120px;
  }
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tab__item {
  cursor: pointer;
}

.c-tab__box {
  display: none;
}

.c-tab__box.is-show {
  display: block;
}

input.popup_flg {
  display: none;
}

.popup_wrapper,.popup_wrapper * {
  box-sizing: border-box;
}

input.popup_flg ~ .popup_bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  opacity: 0;
  background: rgba(0,0,0,.6);
  transition: opacity .5s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

input.popup_flg:checked ~ .popup_bg_layer, input.popup_flg:checked ~ .popup_content_wrapper {
  opacity: 1;
  pointer-events: all;
}

input.popup_flg ~ .popup_content_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  max-width: 90vw;
}

input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 5px));
  color: #fff;
  border: 1px solid #fff;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

input.popup_flg ~ .popup_content_wrapper .popup_content {
  max-height: calc(85vh - 1em);
}

label.popup_trigger,label.popup_close_icon {
  cursor: pointer;
}

body.scroll_stop {
  overflow: hidden;
}

.popup_content {
  overflow-y: scroll;
}

.popup_wrapper .p-my-page-cancel__caution {
  max-width: 100%;
  margin-bottom: 0;
}

.p-info__table table {
  width: 100%;
  border-top: 2px solid #a3a3a3;
  border-bottom: 2px solid #a3a3a3;
  margin-bottom: 20px;
  /*table-layout: fixed;*/
}

.p-info__table table caption {
  margin-bottom: 6px;
}

.p-info__table th {
  padding: 15px;
  border-collapse: collapse;
  background-color: #f4f4f4;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
}

.p-info__table td {
  padding: 15px;
  border-collapse: collapse;
  line-height: 1.5;
}
.p-info__table td .note {
  font-size: 11px;
}

.p-info__table th,
.p-info__table td {
  font-size: 14px;
  vertical-align: middle;
}

.p-info__table tr th:first-child {
  border-right: 1px solid #a3a3a3;
}

.p-info__table tr th,
.p-info__table tr td {
  border-top: 1px solid #a3a3a3;
}

.p-info__table td td {
  border-left: 1px solid #a3a3a3;
}

@media screen and (max-width: 767px) {
  .p-info__table {
    width: 100%;
    overflow-x: auto;
  }

  .p-info__table table {
    width: 100vw;
    overflow-x: auto;
    margin-bottom: 5.26667vw;
  }

  .p-info__table th,
  .p-info__table td {
    font-size: 12px;
  }
}

/*========================================
 #28104(課題管理表No.261) でbto.css の設定内容を修正して、base.css に移植
========================================*/
.p-products-user_custom-customize__select__image {
  width: 120px;
  height: auto;
}

/** 最短お届け日注意文言**/
.deliverydate-attention {
  font-size: 12px;
  margin: 10px 0;
  color: #7f7f7f;
}

/**画面を触らせないように画面全体を覆うdivタグに適用するcss**/
#lockDiv.lock {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0);
}

.p-my-page-order-detail__card--order-detail .delivery__status__attention{
  margin-top: 14px;
  margin-left: 20px;
  font-size: 11px;
  color: #7f7f7f;
  line-height: 1.4;
  letter-spacing: .015em;
}
.p-my-page-order-detail__card--order-detail .delivery__status__attention>li{
  margin-left:1em;
  text-indent:-1em;
}
.p-my-page-order-detail__card--order-detail .delivery__status__attention>li::before{
  content:'※';
}

.p-heading-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-right: 150px;
  padding-left: 150px;
  text-align: left;
}

.p-heading-wrapper .search-bottom-h1 {
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 1440px) {
  .p-heading-wrapper {
    padding-right: calc(20px + 130 * (100vw - 768px) / 672);
    padding-left: calc(20px + 130 * (100vw - 768px) / 672);
  }
}

@media screen and (max-width: 767px) {
  .p-heading-wrapper{
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
}

#seminar-apply-button{
  margin:10px auto;
}
#seminar-apply-button:disabled{
  background:#535353;
}
#seminar-apply-button:disabled::before,
#seminar-apply-button:disabled::after{
  display:none;
}
.popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper{
  border-radius:unset;
  padding:30px 70px;
  text-align:center;
  border:2px solid #004EA1;
  min-width:520px;
}
.popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content{
  overflow-y:unset;
  letter-spacing:.03em;
}
.popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-title-text{
  font-size:22px;
  font-weight:800;
  color:#004EA1;
}
.popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-detail-text{
  margin-top:20px;
  font-size:13px;
  font-weight:500;
  line-height:1.6;
  color:#333;
}
.popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-close-button{
  font-size:12px;
  padding:6px 28px;
  color:#fff;
  background:#535353;
  display:inline-block;
  margin:20px auto 0;
}

.popup_wrapper.dcp-apply-result[data-result-mode="error"] input.popup_flg ~ .popup_content_wrapper{
  border-color:#D90100;
}
.popup_wrapper.dcp-apply-result[data-result-mode="error"] input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-title-text{
  color:#D90100;
}

@media screen and (max-width:540px){
  .popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper{
    padding:6vw 3vw;
    width:90vw;
    min-width:unset;
  }
  .popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-title-text{
    font-size:5vw;
  }
  .popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-detail-text{
    font-size:2.8vw;
    margin-top:4vw;
  }
  .popup_wrapper.dcp-apply-result input.popup_flg ~ .popup_content_wrapper .popup_content .popup_content-close-button{
    font-size:2.8vw;
    margin-top:4vw;
  }
}

section.phone-authorization-outline {
  margin-top: 20px;
}

section.phone-authorization-outline .outline-text {
  line-height: 1.7;
  letter-spacing: .015em;
}

section.phone-authorization-outline .outline-text strong {
  border-bottom:3px double #666;
}

section.phone-authorization-outline .attention-list {
  font-size: 85%;
  line-height: 1.4;
  padding: 1em;
  background: #fffbdc;
  letter-spacing: .1em;
  margin-left:50px;
}

section.phone-authorization-outline .attention-list>li{
  text-indent:-1em;
  margin-left:1em;
}

section.phone-authorization-outline .attention-list>li::before {
  content:'※';
}

section.phone-authorization-outline .attention-list>li:nth-of-type(n+2) {
  margin-top:.5em;
}

section.phone-authorization-outline .detail-text{
  align-items:flex-start;
}
section.phone-authorization-outline .detail-text .sample-img{
  display:block;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
  width: 50%;
}

@media screen and (max-width: 767px) {
  section.phone-authorization-outline {
    width:calc(100% - 20px);
    margin-left:auto;
    margin-right:auto;
  }
  section.phone-authorization-outline .outline-text {
    line-height:1.4;
  }
  section.phone-authorization-outline .detail-text{
    flex-direction:column;
    margin-top:25px;
  }
  section.phone-authorization-outline .detail-text .sample-img{
    width:100%;
  }
  section.phone-authorization-outline .attention-list {
    margin-left:0;
    margin-top:10px;
  }
}

section.phone-authorization-register .p-my-page-address__form-button.c-flex--center {
  justify-content:center;
}

section.phone-authorization-register .p-my-page-address__form-button > .c-button--primary-white::after {
  right: auto;
  left: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.payment-method-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.payment-method-labels > .c-check__label {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 8px;
  margin-right: 8px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.p-cart-cart__wrap__content .p-products-user_custom-customize__note{
  padding-bottom: 10px;
}

.p-cart-cart__wrap__content .c-check__label {
  align-items: center;
}

/*========================================
 戻る、TOPへボタン用一時
========================================*/
@media screen and (min-width: 768px) {
  #sp_under_button_up_to_top,#sp_under_button_to_back,#sp_under_button_up_to_top.show,#sp_under_button_to_back.show {
    display: none;
  }
}

#sp_under_button_up_to_top,#sp_under_button_to_back {
  position: fixed;
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  max-width: 60px;
  max-height: 60px;
  background: #444;
  bottom: 15px;
  z-index: 100;
  width: 12.5vw;
  height: 12.5vw;
  display: flex;
  justify-content: center;
  align-items :center;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
}

#sp_under_button_up_to_top.show,#sp_under_button_to_back.show {
  opacity: .7;
  pointer-events: all;
}

#sp_under_button_to_back[disabled]{
  display: none;
}

#sp_under_button_up_to_top {
  right: 10px;
  transform: rotate(-45deg);
}

#sp_under_button_to_back {
  left: 10px;
  transform: rotate(225deg);
}

#sp_under_button_up_to_top::after,#sp_under_button_to_back::after{
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%,12.5%);
}

.c-section.p-product-show-detail__derived-model>div{
  position:relative;
}
.js-itemsliderhasnav-swiper-button-next,
.js-itemsliderhasnav-swiper-button-prev{
  position:absolute;
  top:50%;
  width:50px;
  height:80px;
  translate:0 -50%;
  cursor:pointer;
  display:flex;
  align-items:center;
}
.js-itemsliderhasnav-swiper-button-next{
  left:auto;
  right:-50px;
  justify-content:flex-start;
}
.js-itemsliderhasnav-swiper-button-prev{
  left:-50px;
  right:auto;
  justify-content:flex-end;
}
.js-itemsliderhasnav-swiper-button-next::before,
.js-itemsliderhasnav-swiper-button-prev::before{
  content:'';
  display:block;
  width:30px;
  height:30px;
  border-top:3px solid #484848;
  border-left:3px solid #484848;
}
.js-itemsliderhasnav-swiper-button-next:before{
  rotate:135deg;
}
.js-itemsliderhasnav-swiper-button-prev::before{
  rotate:-45deg;
}
.js-itemsliderhasnav-swiper-button-next.swiper-button-disabled,
.js-itemsliderhasnav-swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor: auto;
  pointer-events: none;
}

@media screen and (max-width:767px){
  .js-itemsliderhasnav-swiper-button-next,
  .js-itemsliderhasnav-swiper-button-prev{
    display:none;
  }
}

.p-products-user_custom-cart-area__configuration-button.c-button--secondaryA-blue::after {
  display:none;
}

@media screen and (max-width:767px) {
  .p-products-user_custom-cart-area__back::after{
    left: 9%;
  }
}

.p-product-show-detail__image-area .p-product-show-detail__slider-main {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-product-show-detail__image-area .p-product-show-detail__slider-main>ul.swiper-wrapper {
  border: 1px solid #ececec;
  width: auto;
}

@media screen and (min-width:461px){
  .p-product-show-detail__image-area .p-product-show-detail__slider-main-pc-thumbnails .thumbnails-list{
    display:flex;
    flex-wrap:wrap;
    position:relative;
    width:calc(100% + 7px);
    transform:translate(-7px,-7px);
    margin-top:10px;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main-pc-thumbnails .thumbnails-list>li{
    margin-top:7px;
    margin-left:7px;
    width:calc(100% / 6 - 7px);
    border:1px solid #ccc;
    transition:border .3s,box-shadow .3s;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main-pc-thumbnails .thumbnails-list>li>img{
    width:100%;
    height:auto;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main-pc-thumbnails .thumbnails-list>li.active{
    border-color:#00a2e6;
    box-shadow:0 0 4px 0 rgb(0 162 230 / 70%);
    cursor:pointer;
  }
}
@media screen and (max-width:460px){
  .p-product-show-detail__slider-main-pc-thumbnails{
    overflow:hidden;
  }
  .p-product-show-detail__slider-main-pc-thumbnails{
    padding-top:5vw;
  }
  .p-product-show-detail__slider-main-pc-thumbnails .swiper-slide img{
    width:100%;
    height:auto;
  }
  .p-product-show-detail__slider-main-pc-thumbnails .swiper-slide{
    border:1px solid #ccc;
    transition:border .2s,transform .2s;
    max-width:20vw;
  }
  .p-product-show-detail__slider-main-pc-thumbnails .swiper-slide.swiper-slide-active{
    border-color:#00a2e6;
    box-shadow:0 0 4px 0 rgb(0 162 230 / 70%);
    transform:translateY(-1.5vw);
  }
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button,
.p-product-show-detail__slider-main .p-product-show-detail__360-right-button{
  display: flex;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  border-radius: 6vw;
  justify-content: center;
  align-items: center;
  width: 16.5vw;
  height: 11vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  box-shadow: 0px 0px 3px rgba(255,255,255,.8);
  pointer-events: none;
  transition: opacity .2s;
  z-index: 1;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button.active,
.p-product-show-detail__slider-main .p-product-show-detail__360-right-button.active{
  opacity: 1;
  pointer-events: all;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button{
  left: 2vw;
  right: auto;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-right-button{
  right: 2vw;
  left: auto;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button::after,
.p-product-show-detail__slider-main .p-product-show-detail__360-left-button::before,
.p-product-show-detail__slider-main .p-product-show-detail__360-right-button::after,
.p-product-show-detail__slider-main .p-product-show-detail__360-right-button::before{
  content: '';
  display: block;
  position: absolute;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button::before{
  width: 0;
  height: 0;
  border: 2.1vw solid transparent;
  border-left: 2.5vw solid #fff;
  right: 2vw;
  top: 50%;
  transform: translateY(-23%);
}

.p-product-show-detail__slider-main .p-product-show-detail__360-left-button::after{
  top: 50%;
  border: 0 solid transparent;
  border-right: 1.1vw solid #fff;
  border-radius: 0 0 5.1vw 0;
  width: 4.9vw;
  height: 6.9vw;
  transform: rotate(90deg) translate(-84%, 0vw);
  right: 7vw;
}

.p-product-show-detail__slider-main .p-product-show-detail__360-right-button::before{
  width: 0;
  height: 0;
  border: 2.1vw solid transparent;
  border-right: 2.5vw solid #fff;
  left: 2vw;
  top: 50%;
  transform: translateY(-23%);
}

.p-product-show-detail__slider-main .p-product-show-detail__360-right-button::after{
  top: 50%;
  border: 0 solid transparent;
  border-left: 1.1vw solid #fff;
  border-radius: 0 0 0 5.1vw;
  width: 4.9vw;
  height: 6.9vw;
  transform: rotate(-90deg) translate(84%, 0vw);
  left: 7vw;
}

.p-product-show-detail__image-area .p-product-show-detail__slider-main .p-product-show-detail__slider-main-pagenation{
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1vw 2vw;
  font-size: 3.7vw;
  border-radius: 3px;
  align-self: center;
  display: none;
  margin-top:1.5vw;
}

.p-product-show-detail__image-area .p-product-show-detail__slider-main .p-product-show-detail__slider-main-image-list {
  font-size: 3.7vw;
  padding: 2vw 3vw;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 16px;
  align-self: flex-end;
  display: none;
}

@media screen and (max-width: 460px) {
  .p-product-show-detail__image-area .p-product-show-detail__slider-main{
    width:100%;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main .p-product-show-detail__slider-main-pagenation {
    display: inline-block;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main .p-product-show-detail__slider-main-image-list {
    display: block;
  }
  .p-product-show-detail__image-area .p-product-show-detail__slider-main>ul.swiper-wrapper{
    border:none;
  }
  .p-product-show-detail__slider-main img{
    width:100%;
  }
}

/* サイドメニュー start */
.p-side-menu {
  width: 230px;
  max-height: calc(100vh - 60px);
  position: absolute;
  top: 157px;
  left: 0px;
  border: 1px solid #d8d8d8;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  font-size: 14px;
  z-index: 98; /* .p-pc-menu__overlayから-1 */
  border-top: 3px solid #004da1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-side-menu::-webkit-scrollbar {
  width: 4px;
}

.p-side-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.p-side-menu, .p-side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-side-menu ul {
  width: 100%;
}

.p-side-menu li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.p-side-menu > li + li {
  border-top: 1px solid #d8d8d8;
}

.p-side-menu details {
  width: 100%;
}

.p-side-menu summary {
  width: 100%;
  padding-right: calc(20px + 1em);
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.p-side-menu summary::-webkit-details-marker {
  display: none;
}

.p-side-menu summary::after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-weight: 700;
}

.p-side-menu details[open] > summary::after {
  content: "－";
  font-weight: 700;
}

.p-side-menu details details summary {
  padding-left: 10px;
}

.p-side-menu a {
  color: #004da1;
}

.p-side-menu a:hover {
  text-decoration: underline;
}

.p-side-menu .side-menu__submenu--secondary {
  background: rgba(0, 0, 0, 0.05);
}

.p-side-menu .side-menu__submenu--secondary li {
  width: 100%;
  min-height: 36px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.p-side-menu .side-menu__submenu--secondary li + li {
  border-top: 1px dotted #fff;
}

.p-side-menu .side-menu__submenu--secondary summary {
  padding-left: 0;
}

.p-side-menu .side-menu__submenu--secondary .side-menu__submenu--secondary {
  width: calc(100% + 20px);
  margin-left: -20px;
}

.p-side-menu .side-menu__category-icon {
  width: 24px;
  height: 24px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-side-menu .side-menu__category-icon img {
  width: 100%;
}

body:has(.p-side-menu--hide) .p-side-menu, .idaten-site .p-side-menu {
  display: none !important;
}

@media screen and (max-width:1720px) {
  .p-side-menu {
    width: 46px;
  }
  .p-side-menu summary {
    padding-right: 0;
  }
  .p-side-menu li a {
    display: none;
  }
  .p-side-menu details[open] ul {
    display: none;
  }
  .p-side-menu summary::after, .p-side-menu details[open] > summary::after {
    display: none;
  }
  .p-side-menu.is-forced-open {
    width: 230px;
  }
  .p-side-menu.is-forced-open summary{
    padding-right: calc(20px + 1em);
  }
  .p-side-menu.is-forced-open li a {
    display: inline;
  }
  .p-side-menu.is-forced-open details[open] ul {
    display: block;
  }
  .p-side-menu.is-forced-open summary::after, .p-side-menu.is-forced-open details[open] > summary::after {
    display: block;
  }
}

@media screen and (max-width:1280px) {
  .p-side-menu {
    display: none;
    pointer-events: none;
  }
}
/* サイドメニュー end */

.p-product-show-detail__discount-info{
  margin-top:15px;
  display:flex;
  flex-wrap:wrap;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-sub{
  display: inline-block;
  padding: 8px;
  background: #fff0d3;
  color: #e48933;
  font-weight: bold;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-attention{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-left:1em;
  font-size:12px;
  color:#7f7f7f;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-attention::before{
  content:'※';
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-list{
  font-size:14px;
  width:100%;
  padding:5px;
  border:2px solid #fff0d3;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-list>li{
  margin-left:1em;
  text-indent:-1em;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-list>li:nth-of-type(n+2){
  margin-top:5px;
}
.p-product-show-detail__discount-info .p-product-show-detail__discount-info-list>li::before{
  content:'・';
}

@media screen and (max-width:800px){
  .p-product-show-detail__discount-info .p-product-show-detail__discount-info-sub{
    order:-1;
  }
  .p-product-show-detail__discount-info .p-product-show-detail__discount-info-attention{
    order:10;
    text-indent:-1em;
    display:block;
    margin-top:5px;
  }
  .p-product-show-detail__discount-info .p-product-show-detail__discount-info-list{
    order:1;
  }
}

@media screen and (max-width:767px){
  .p-product-show-detail__discount-info{
    margin:10px 15px 0;
  }
}

.p-my-page-order-history__order-items-wrapper{
  margin-top:20px;
}
.p-my-page-order-history__order-items-sub{
  font-size:14px;
}
.p-my-page-order-history__order-items{
  font-size:13px;
}
.p-my-page-order-history__order-items>li{
  margin-left:1em;
  text-indent:-1em;
  margin-top:.4em;
  line-height: 1.2;
  letter-spacing: .015em;
}
.p-my-page-order-history__order-items>li::before{
  content:'・';
}
.p-my-page-order-history__lower-left{
  padding-right:20px;
}
.p-my-page-order-history_detail-button{
  min-width:180px;
  width:100%;
  height:40px;
  font-size:14px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px){
  .p-my-page-order-history__order-items-wrapper{
    margin-top:12px;
  }
  .p-my-page-order-history__order-items-sub,
  .p-my-page-order-history__order-items{
    font-size:12px;
  }
  .p-my-page-order-history__lower-left{
    padding-right:0;
  }
  .p-my-page-order-history__period .order-form--input--pulldown{
    width:100%;
  }
}

@media screen and (max-width:767px){
  ul.payment-attentions,
  .payment-method-labels .payment-method-attention{
    display:none;
  }
  .payment-method-labels > .c-check__label{
    flex-wrap:wrap;
  }
  .payment-method-attention-text-in-label{
    width:100%;
    margin-left:1em;
    text-indent:-1em;
    color:#a3a3a3;
    letter-spacing:.05em;
    font-size:11px;
    margin-top:10px;
    line-height:1.3;
  }
  .payment-method-attention-text-in-label::before{
    content:'※';
  }
}
/*検索結果、商品詳細ページにラベル表示*/
.p-product-item__label-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap:0.5em;
  font-size: 0.5em;
  overflow: hidden;
}
.p-product-item__label-wrapper:has(.p-product-item__label){
  margin-bottom: 10px;
}
.p-product-item__label-wrapper .p-product-item__label{
  width: auto;
  height: 25px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 12px 0 9px;
  background: #a3a3a3;
  border: none;
  border-radius: 2px;
  color: #484848;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 25px;
}
.p-product-item__label-wrapper .p-product-item__label::after{
  display: none;
}
.p-product-item__label-wrapper .p-product-item__label.p-product-item__label--1{
  color: #e43344;
  background: #fff;
  border: 1px solid #e43344;
}
.p-product-item__label-wrapper .p-product-item__label.p-product-item__label--2{
  color: #484848;
  background: #fff;
  border: 1px solid #484848;
}

.p-product-show-detail__column-main .p-product-item__label-wrapper:has(.p-product-item__label){
  margin-top: 10px;
}
.p-products-all-item-product .p-product-item__label-wrapper{
  max-width: 560px;
}
.p-product-show-detail__column-main .p-product-item__label-wrapper:has(.p-product-item__label){
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-item__label-wrapper{
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    margin: 0 auto;
    font-size: 0.5em;
  }
}
.p-product-show-detail__section .p-product-item__label-wrapper { grid-area: p-product-item__label-wrapper; }
.p-product-show-detail__section .p-product-show-detail__title-area { grid-area: p-product-show-detail__title-area; }
.p-product-show-detail__section .p-product-show-review-area { grid-area: p-product-show-review-area; }
.p-product-show-detail__section .p-product-show-other-area { grid-area: p-product-show-other-area; }
.p-product-show-detail__section .p-product-show-detail__contents {
  display: grid;
  grid-template-areas: 
    "p-product-show-detail__column-sub p-product-item__label-wrapper"
    "p-product-show-detail__column-sub p-product-show-detail__title-area"
    "p-product-show-detail__column-sub p-product-show-detail__review-area"
    "p-product-show-detail__column-sub p-product-show-other-area"
    ;
  grid-template-columns: 360px calc(1200px - 360px - 40px);
  column-gap:40px;
}
.p-product-show-detail__section .p-product-show-detail__column-sub {
  width: 100%;
  max-width: unset;
  margin-right: 0;
  grid-area: p-product-show-detail__column-sub;
}
@media screen and (max-width:1440px){
  .p-product-show-detail__section .p-product-show-detail__contents {
    grid-template-columns: 25vw calc(100vw - (40px + (100vw - 769px) * 0.149) * 2 - 25vw);
    column-gap:2.78vw;
  }
}
@media (max-width: 767px) {
  .p-product-show-detail__section .p-product-show-detail__column-sub,
  .p-product-show-detail__section .p-product-show-review-area,
  .p-product-show-detail__section .p-product-show-other-area{
    width: 100dvw;
    max-width: 100dvw;
  }
  .p-product-show-detail__section .p-product-item__label-wrapper,
  .p-product-show-detail__section .p-product-show-detail__title-area{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-product-show-detail__section .p-product-show-detail__contents {
    grid-template-areas: 
      "p-product-item__label-wrapper"
      "p-product-show-detail__title-area"
      "p-product-show-review-area"
      "p-product-show-detail__column-sub"
      "p-product-show-other-area";
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/*検索結果、商品詳細ページにラベル表示 END*/

.p-my-page-order-detail__content-recommend-service{
  padding:20px;
  margin-bottom:30px;
}
.p-my-page-order-detail__content-recommend-service.ss{
  background-color:#daf1fb;
}
.p-my-page-order-detail__content-recommend-service-sub{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px dashed #004da1;
  color: #004da1;
}
.p-my-page-order-detail__content-recommend-service-button-list{
  margin-top: 20px;
  gap: 20px;
}
.p-my-page-order-detail__content-recommend-service-button-list>li{
  flex:1;
}
.p-my-page-order-detail__content-recommend-service-button-list>li a.link-button{
  width:100%;
  text-align:center;
  padding:0 40px;
}
.p-my-page-order-detail__content-recommend-service-detail{
  line-height:1.4;
  letter-spacing:.02em;
}
.p-my-page-order-detail__content-recommend-service-detail strong{
  display: inline-block;
  padding-left: 0.15em;
  padding-right: 0.15em;
  background-image: linear-gradient(to top, #eeee3399 0%, #eeee3399 30%, transparent 30%);
  font-size: 120%;
  letter-spacing: .02em;
}

@media screen and (max-width:767px){
  .p-my-page-order-detail__content-recommend-service-button-list{
    flex-direction:column;
  }
  .p-my-page-order-detail__content-recommend-service-sub{
    font-size:max(3vw,16px);
  }
  .p-my-page-order-detail__content-recommend-service-detail{
    font-size:max(2.5vw,13px);
  }
}
