@charset "UTF-8";
/*h1 {
  @include fontSize(32px);
}
*/
/*@include calc-sp-font(26, 1em, 2px);

return to : 

  font-size: 3.46667vw;
  letter-spacing: 2px;
  line-height: 1em;

*/
@media (min-width: 769px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: none;
  }
}

/*
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/genjyuu.eot");
  src: url("../fonts/genjyuu.eot?#iefix") format("embedded-opentype"), url("../fonts/genjyuu.ttf") format("truetype"), url("../fonts/genjyuu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../fonts/GenJyuuGothic-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GenJyuuGothicMedium';
  src: url("../fonts/GenJyuuGothic-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Courier';
  src: url("../fonts/Courier-Bold.woff2") format("woff2"), url("../fonts/Courier-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'banana';
  src: url("../fonts/bananaslipplus.woff2") format("woff2"), url("../fonts/bananaslipplus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Honoka-Shin-Antique-Maru_R';
  src: url("../fonts/Honoka-Shin-Antique-Maru_R.woff2") format("woff2"), url("../fonts/Honoka-Shin-Antique-Maru_R.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

html, body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  background-color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.375rem;
    letter-spacing: 2.2px;
  }
}

h3 {
  font-size: 1.5rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 2.4px;
}

h4 {
  font-family: "GenJyuuGothic";
  font-size: 1.25rem;
  letter-spacing: 1px;
  position: relative;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

nav li {
  padding: 0;
}

nav li::before {
  content: "​";
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  opacity: 0.8;
}

a:focus {
  outline: thin dotted;
}

a:not([href]):not(class), a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

button {
  transition: 0.5s all;
}

button:hover {
  opacity: 0.8;
}

input:focus {
  border-color: inherit;
  outline: 0;
  /*box-shadow: inset 0 0.5px 0.5px rgba(0,0,0, .015), 0 0 2px $main_color;*/
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

input {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

button {
  border: none;
}

input::-moz-placeholder {
  color: #000;
  font-size: 0.875rem;
}

input:-ms-input-placeholder {
  color: #000;
  font-size: 0.875rem;
}

input::placeholder {
  color: #000;
  font-size: 0.875rem;
}

.btn:focus {
  box-shadow: unset;
}

.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.yugo {
  font-family: "GenJyuuGothic";
}

.f-honoka {
  font-family: Honoka-Shin-Antique-Maru_R !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow-x: hidden;
  background-color: #FBFCF5;
}

@media (min-width: 769px) {
  body.fixed .menu-line {
    margin-top: -35px;
  }
}

.fixed {
  overflow: hidden;
}

.container {
  max-width: 1070px;
}

.header ul li, .collection ul li, .order__top ul li, .news__body-item ul li, .support ul li, .sns ul li, .footer ul li {
  list-style: none;
}

a {
  outline: none !important;
}

.background-transparent {
  background: transparent !important;
}

.hover.fixed {
  overflow: hidden;
}

.arrow-downCheck::before, .list-link-txt li.active::before, .list-catelog li.active a::before, .list__tab-black ul li.active::before, .toggle dt::before, .ranking .head_ttl-en::before, .order__top-section::before, .maps .head_ttl-en::before, .blog .head_ttl .head_ttl-en::before, .blog .head_ttl h2::before, .category-list-bg .icon-line-karasa::before, .star-bg h5::before, .category--select .category--select-ttl h2::before, .category-Modal-kubon .box-kubon::before, .list-tag-full ul li a:before, .btn::before, .btn-cic::before, .btn-cic:after, .btn.black::before, .link-tab::before, .icon-plus::before, .icon-plus::after, .part-page h3::before, .accLink li a::before, .accLink li a::after, .acclink::before, .acclink::after, .acclink2::before, .acclink2::after, .part-page .list-style-dot li::before, .arrow-sl-op::before, .arrow-select::before, .icon-comment::before, .icon-comment::after, .contact__step-item:before, .contact__step-item .numb::before, .detail__color-item:before, .detail__color-item:after, .icon-hand:before, .cart-bgPing-body:before, .tag-service-item:before, .tag-service-item:after, .header__center--top-history ul li::before, .list--nav a::before, .submenu-list-info h4::before, .collapse__item-section ul li::before, .collapse__seclect h4 a::after, .lineup .head_ttl-en::before, .lineup .head_ttl h2::before, .lineup .head_ttl h2::after, .collection__colum::before, .collection .list-tab li.active::before, .collection .list-tab a::before, .ranking h3::before, .ranking h3::after, .maps .head_ttl h2::before, .maps .head_ttl h2::after, .box-calendar-item::before, .box-calendar-item::after, .schoolgoods__item-list h3::before, .support::before, .support::after, .support h2::before, .support h2::after, .support__item h3::before, .support__item h3::after, .support__item h4::before, .support__item-item .list-inline li::before, .footer__item li::before, .guide__pay-table dt::after, .returnproduct-info .box--boder .icon-info::before, .returnproduct-info .box--boder .icon-back::before, .btn-pdf::before, .rando__head-body::before, .rando__head-body::after, .rando__item::before, .rando__xec::before, .rando__xec-item.icon::before, .rando__pop .icon-wave::after, .rando__pop-slider .tag-icon, .news__dots ul li span::before, .txt__write .chuii::before, .school-detailPage .big-txt:before, .school-detailPage .big-txt:after, .bg-hide:before, .baby-first-head::before, .baby-first .icon-line::before, .ranking-numb6 .collection__select-head .icon-bg-start::before, .memo-number .head .ttl::before, .memo-border-box .box--boder .icon-star::before, .orchid-page-detail .orchid-step .submenu-list-item::before, .bg__hitachi .choices label:after, .line-color::before, .safe-ttl::before, .name-servise--head::before, .name-servise--head::after, .name-servise--head .left, .name-servise .sale-off .checkBox-icon::before, .line-dash::before, .full_order-box-item h4:before, .full_order-box-item h4:after, .full_order-step-header:before, .color--list > ul > li span > label:before, .color--list > ul > li span > label:after, .nameplate-step-item .icon-checkNample:before, .order-step .line::before {
  position: absolute;
  content: "";
}

main.main-contents {
  overflow: hidden;
  margin-top: 115px;
}

@media (max-width: 767px) {
  main.main-contents {
    margin-top: 30vw;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  main.main-contents {
    margin-top: 180px;
  }
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  outline: none !important;
}

.arrow-downCheck::before, .list-link-txt li.active::before, .list-catelog li.active a::before, .list__tab-black ul li.active::before, .toggle dt::before, .ranking .head_ttl-en::before, .order__top-section::before, .maps .head_ttl-en::before, .blog .head_ttl .head_ttl-en::before, .blog .head_ttl h2::before, .category-list-bg .icon-line-karasa::before, .star-bg h5::before, .category--select .category--select-ttl h2::before, .category-Modal-kubon .box-kubon::before, .list-tag-full ul li a:before {
  left: 0;
  right: 0;
  margin: auto;
}

.collection .tab-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-04 {
  padding: 0 4px;
}

.m-04 {
  margin: 0 -4px;
}

.p-05 {
  padding: 0 5px;
}

.m-05 {
  margin: 0 -5px;
}

.p-09 {
  padding: 0 9px;
}

.m-09 {
  margin: 0 -9px;
}

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

.m-10 {
  margin: 0 -10px;
}

.p-12 {
  padding: 0 12px;
}

.m-12 {
  margin: 0 -12px;
}

.p-15 {
  padding: 0 15px;
}

.m-15 {
  margin: 0 -15px;
}

.w-22 {
  width: 22% !important;
}

.w-66 {
  width: 66% !important;
}

.p-20 {
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-20 {
    padding: 0 10px;
  }
}

.m-20 {
  margin: 0 -20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-20 {
    margin: 0 -10px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}

.p-25 {
  padding: 0 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-25 {
    padding: 0 10px;
  }
}

.m-25 {
  margin: 0 -25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-25 {
    margin: 0 -10px;
  }
}

.p-30 {
  padding: 0 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-30 {
    padding: 0 10px;
  }
}

.m-30 {
  margin: 0 -30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-30 {
    margin: 0 -10px;
  }
}

.p-35 {
  padding: 0 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-35 {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .p-35 {
    padding: 0;
  }
}

.m-35 {
  margin: 0 -35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-35 {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .m-35 {
    margin: 0;
  }
}

.p-50 {
  padding: 0 50px;
}

.m-50 {
  margin: 0 -50px;
}

.f-12 {
  font-size: 0.75rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

.f-16 {
  font-size: 1rem !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-24 {
  font-size: 1.5rem !important;
}

.mw-520 {
  max-width: 520px;
}

.mb-130 {
  margin-bottom: 130px;
}

img {
  width: 100%;
}

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

.shop-color a {
  color: #00ACF1;
}

.shop-color.active a::before {
  background-color: #00ACF1;
}

.news-color a {
  color: #F6970A;
}

.news-color.active a::before {
  background-color: #F6970A;
}

.online-color a {
  color: #99C904;
}

.online-color.active a::before {
  background-color: #99C904;
}

.other-color a {
  color: #EF6B95;
}

.other-color.active a::before {
  background-color: #EF6B95;
}

.btn {
  background-color: #fff;
  border: 1px solid #D3D3CF;
  border-radius: 8px;
  color: #44302E;
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-family: "GenJyuuGothic";
  padding: 24px;
  width: 320px;
  position: relative;
  transition: .3s all;
}

@media (min-width: 769px) {
  .btn.default:hover {
    background-color: #44302E;
    color: #fff;
  }
  .btn.default:hover::before {
    background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 85.33333vw;
  }
}

.btn::before {
  width: 10px;
  height: 12px;
  background: url("../images/icon-defaul-arrow.svg") no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-green {
  border-color: #99C904;
}

@media (min-width: 769px) {
  .btn-green:hover {
    background-color: #99C904;
    color: #fff !important;
    border-color: #fff;
  }
  .btn-green:hover::before {
    background: url(../images/icon-defaul-arrow-white.svg) no-repeat;
  }
}

.btn-green::before {
  background: url(../images/icon-green-arrow.svg) no-repeat;
  height: 15px;
}

.btn-green .link_arrow::before {
  border-color: transparent transparent #99C904 #99C904;
}

.btn-cic {
  position: relative;
}

.btn-cic::before {
  width: 30px;
  height: 30px;
  background-color: #F7B23F;
  left: 0;
  top: 0;
  border-radius: 10px 0px 20px 0px;
  z-index: 5;
}

@media (max-width: 767px) {
  .btn-cic::before {
    width: 22px;
    height: 22px;
  }
}

.btn-cic:after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  left: 7px;
  top: 10px;
  margin: auto;
  transform: rotate(135deg);
  z-index: 5;
}

@media (max-width: 767px) {
  .btn-cic:after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
  }
}

.btn.ping {
  max-width: 600px;
  width: 100%;
  background-color: #E86E9D;
  color: #fff;
  border-color: #E86E9D;
  height: 80px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}

.btn.ping.blue {
  background-color: #3DA1EE;
  border-color: #3DA1EE;
}

.btn.ping.blue:hover {
  background-color: #3DA1EE !important;
  opacity: 0.8 !important;
}
.btn.outlet {
  background-color: #F39700;
  border-color: #F39700;  
}
.btn.outlet:hover {
    opacity: 0.7 !important;
    background-color: #F39700 !important;
}

@media (max-width: 768px) {
  .btn.ping {
    height: 60px;
  }
}

.btn.ping.type2 {
  background-color: #3DA1EE;
  border-color: #3DA1EE;
}

.btn.ping.type2:hover {
  color: #3DA1EE;
}

.btn.ping.type2:hover::before {
  background: url("../images/icon-arrow-ping-blue.svg") no-repeat;
}

.btn.ping::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.btn.ping:hover {
  opacity: 0.8;
}

.btn.accDown {
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.accDown:hover {
  border-color: #44302E;
}

.btn.accDown::before {
  top: auto;
  bottom: 5px;
  left: 0;
  transform: rotate(90deg);
}

.btn.blank {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.blank:hover {
  border-color: #44302E;
}

.btn.blank::before {
  background: url("../images/icon-blank.svg") no-repeat;
}

.btn.green-rando::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.btn-viewTabl {
  color: #fff;
  font-size: 0.6875rem;
  background: #E86E9D;
  border-radius: 20px;
  width: 120px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-viewTabl:hover {
  color: #fff;
}

.btn.yellow {
  max-width: 600px;
  width: 100%;
  background-color: #F7B23F;
  color: #41312F;
  border-color: #F7B23F;
  height: 80px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}

.btn.black {
  background: #44302E;
  color: #fff;
}

.btn.black::before {
  width: 10px;
  height: 12px;
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.back {
  max-width: 280px;
  height: 60px;
  background-color: #44302E;
  border-radius: 48px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.back::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
  right: auto;
  left: 20px;
  transform: scale(-1);
}

.btn-white {
  display: block;
  border: 2px solid #3DA1EE;
  border-radius: 10px;
  color: #3DA1EE;
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-family: "GenJyuuGothic";
  padding: 22px;
  width: 280px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  background: #fff url("../images/icon-arrow-right-blue.svg") right 15px center no-repeat;
  transition: .3s all;
}

.btn-white:hover {
  opacity: .8;
  color: #3DA1EE;
}

.green-rando {
  background-color: #3DA1EE;
  border: 3px solid #fff;
  color: #fff;
}

.green-rando:hover {
  background-color: #fff;
  color: #3DA1EE;
  border-color: #3DA1EE;
}

.green-rando:hover::before {
  background: url("../images/icon-green.svg") no-repeat;
}

.link_arrow {
  position: relative;
}

.link_arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
}

.text-color {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0;
}

.text-color-grey {
  color: #818181;
}

.text-color-ping {
  color: #E86E9D;
}

.text-color-green {
  color: #A5C72D;
}

.text-color-yellow {
  color: #F6970A;
}

.text-color-black {
  color: #9D9A90;
}

.link-tab {
  font-size: 1rem;
  font-family: "GenJyuuGothic";
  color: #434242;
  position: relative;
  padding-left: 15px;
}

.link-tab:hover {
  color: #44302E;
}

.link-tab-arrow::before {
  background: url("../images/school/icon-school-arrow.svg") no-repeat;
  width: 9px;
  height: 14px;
  top: 5px;
  left: 0;
}

.link-tab-fdf::before {
  background: url("../images/icon-pdf.svg") no-repeat;
  width: 15px;
  height: 14px;
  top: 5px;
  right: -20px;
}

.link-tab-blank::before {
  background: url("../images/icon-blank02.svg") no-repeat;
  width: 15px;
  height: 14px;
  top: 5px;
  right: -20px;
}

.part-page .input, .part-page .sel-opt {
  font-size: 0.875rem;
  background-color: #fff;
  border-color: #D3D3CF;
  color: #434242;
  padding: 20px;
  height: 60px;
  width: 420px;
}

.part-page .input::-moz-placeholder, .part-page .sel-opt::-moz-placeholder {
  color: #434242 !important;
  opacity: 1;
}

.part-page .input:-ms-input-placeholder, .part-page .sel-opt:-ms-input-placeholder {
  color: #434242 !important;
  opacity: 1;
}

.part-page .input::placeholder, .part-page .sel-opt::placeholder {
  color: #434242 !important;
  opacity: 1;
}

.part-page .sel-opt {
  padding: 0 20px;
  outline: none;
  position: relative;
}
@media screen and ( max-width: 900px ) {
  .part-page .sel-opt {
    max-width: 100%!important;
  }
}

.part-page .icon-search img {
  max-width: 20px;
  margin-left: -50px;
}

.checkbox-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-item label, .radio-item label {
  position: relative;
  cursor: pointer;
  font-family: "GenJyuuGothic";
  font-size: 0.9375rem;
  color: #434242;
}

.checkbox-item label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #EEEDE5;
  padding: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}

.checkbox-item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-item input:checked + label::before {
  background-color: #44302E;
}

.radio-item label {
  padding-left: 45px;
  padding-top: 5px;
}

.radio-item [type="radio"]:checked,
.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked + label,
.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.radio-item [type="radio"]:checked + label:before,
.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #44302E;
}

.radio-item [type="radio"]:not(:checked) + label:before {
  background-color: transparent;
}

.radio-item [type="radio"]:checked + label:after,
.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 9px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

textarea {
  padding: 20px;
  color: #3B4043;
  font-size: 0.875rem;
  border: 1px solid #D3D3CF;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
}

textarea::-moz-placeholder {
  color: #3B4043;
  font-size: 0.875rem;
}

textarea:-ms-input-placeholder {
  color: #3B4043;
  font-size: 0.875rem;
}

textarea::placeholder {
  color: #3B4043;
  font-size: 0.875rem;
}

.sti-dropdw {
  display: flex;
  /*Styling Selectbox*/
}

@media (max-width: 768px) {
  .sti-dropdw {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sti-dropdw span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

.sti-dropdw button {
  position: relative;
  display: block;
  width: 230px;
  height: 60px;
  background: #44302E;
  font-weight: normal;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "GenJyuuGothic";
  outline-offset: inherit;
  border: none;
  letter-spacing: 0.7px;
  transition: 0.3s all;
}

.sti-dropdw button:hover {
  background-color: #fff;
  border: 1px solid #44302E;
}

.sti-dropdw button:hover span {
  color: #44302E;
}

.sti-dropdw button:hover span:before {
  background: url(../images/search--blue.svg) no-repeat center;
}

@media (max-width: 768px) {
  .sti-dropdw button:hover span:before {
    width: 4.26667vw;
    height: 4.26667vw;
    background-size: 87%;
    margin-left: -8vw;
  }
}

@media (max-width: 768px) {
  .sti-dropdw button {
    width: 100%;
    margin-top: 2.66667vw;
    height: 16vw;
  }
}

.sti-dropdw .dropdown {
  width: 340px;
  height: 60px;
  border: 1px solid #D3D3CF;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: 500;
  color: #434242;
  padding-left: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  font-size: 0.875rem;
}

.sti-dropdw .dropdown:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../images/icon--down.svg) no-repeat center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: .3s all;
}

.sti-dropdw .dropdown.active:before {
  transform: rotate(180deg);
}

.sti-dropdw .dropdown .select {
  cursor: pointer;
  display: block;
}

.sti-dropdw .dropdown .select span {
  font-family: "GenJyuuGothic";
  font-size: 0.875rem;
  color: #434242;
}

.sti-dropdw .dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
}

.sti-dropdw .dropdown:hover {
  box-shadow: 0 0 4px #cccccc;
}

.sti-dropdw .dropdown:active {
  background-color: #f8f8f8;
}

.sti-dropdw .dropdown.active:hover,
.sti-dropdw .dropdown.active {
  box-shadow: 0 0 4px #cccccc;
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}

.sti-dropdw .dropdown.active .select > i {
  transform: rotate(-90deg);
}

.sti-dropdw .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 350px;
  overflow-y: auto;
  z-index: 9;
  color: #ccc;
  border: 1px solid #ccc;
  top: 55px;
}

.sti-dropdw .dropdown .dropdown-menu li {
  padding: 20px 20px 17px 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  margin-right: 0;
  color: #44302E;
  letter-spacing: 0px;
}

.sti-dropdw .dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.sti-dropdw .dropdown .dropdown-menu li:hover {
  background-color: #EEEDE4;
}

.sti-dropdw .dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

.tag {
  color: #44302E;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  background-color: #EEEDE5;
  border-radius: 54px;
  border: 1px solid #D3D3CF;
  padding: 5px 8px;
}

.tag:hover {
  color: #44302E;
  opacity: .8;
}

.time {
  color: #9D9A90;
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.scale-img:hover img {
  transform: scale(1.02);
}

.scale-img img {
  transition: .3s all;
}

.longTxtFix {
  letter-spacing: -0.8px;
}

.color > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.color-tag {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2px;
  color: #796663;
  display: inline-block;
  background-color: #EFEBE1;
  padding: 2px 8px;
  border-radius: 42px;
  font-size: 0.5rem;
  margin-right: 10px;
}

.color-tag-number {
  letter-spacing: 0.6px;
  font-size: 0.75rem;
}

.color-select ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.color-select ul li {
  width: 23px;
  height: 23px;
  margin: 0 1px;
}

.color ul {
  padding-left: 0;
}

.color-style {
  position: relative;
  cursor: default !important;
}

.color-style::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.color-style::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.color-01::after {
  background-color: #61A9BD;
}

.color-02::after {
  background-color: #C19CE0;
}

.color-03::after {
  background-color: #E272A0;
}

.color-04::after {
  background-color: #5A3B30;
}

.color-05::after {
  background-color: #B06337;
}

.color-06::after {
  background-color: #B61C46;
}

.color-07::after {
  background-color: #2D3A79;
}

.color-08::after {
  background-color: #D2BCB4;
}

.color-09::after {
  background-color: #58352C;
}

.schoolgoods .slick-dots {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.schoolgoods .slick-dots li {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 7px;
  border-radius: 100%;
  cursor: pointer;
}

.schoolgoods li.slick-active {
  position: relative;
}

.schoolgoods li.slick-active:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 100%;
  left: -3px;
  top: -3px;
}

.schoolgoods .slick-slide {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .schoolgoods .slick-slide {
    margin: 0;
  }
}

.schoolgoods .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #41312F;
  display: flex !important;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .schoolgoods .slick-arrow {
    width: 13.33333vw;
    height: 13.33333vw;
    top: -40px;
  }
}

.schoolgoods .slick-arrow img {
  max-width: 11px;
}

.schoolgoods .slick-next {
  right: 17.9%;
}

@media (max-width: 767px) {
  .schoolgoods .slick-next {
    right: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schoolgoods .slick-next {
    right: 13.9%;
  }
}

.schoolgoods .slick-prev {
  left: 17.9%;
}

@media (max-width: 767px) {
  .schoolgoods .slick-prev {
    left: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schoolgoods .slick-prev {
    left: 13.9%;
  }
}

.schoolgoods .slick-prev span {
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .schoolgoods .slick-slide img {
    width: 68.26667vw;
    height: 55.46667vw;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
  }
}

.schoolgoods__slider .slick-prev,
.schoolgoods__slider .slick-next {
  transform: none;
}

.schoolgoods__slider-items .slick-list {
  border-radius: 20px;
  margin-top: 45px;
}

.down-icon {
  max-width: 12px;
  margin-left: 5px;
}

.close {
  font-size: 1rem;
  letter-spacing: 0.8px;
  color: #E85298;
  border: 2px solid #E96E9D;
  background-color: #fff;
  font-family: "GenJyuuGothic";
  padding: 14px 55px;
  border-radius: 60px;
  margin-top: 40px;
  display: inline-block;
}

.close:hover {
  color: #E96E9D;
}

.modal-close-sp {
  position: relative;
}

.link-arrow {
  position: relative;
}

.text-shadow img, .text-shadow svg {
  margin-top: -8px;
}

@media (min-width: 769px) {
  .text-shadow img, .text-shadow svg {
    height: 45px;
  }
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 12;
  display: none;
}

.scroll-top a {
  outline: none;
}

@media (min-width: 769px) {
  .scroll-top {
    transition: .3s all;
  }
  .scroll-top:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .scroll-top {
    bottom: 80px;
    right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-top {
    bottom: 150px;
  }
}

.scroll-top img {
  max-width: 80px;
}

@media (max-width: 767px) {
  .scroll-top img {
    max-width: 60px;
  }
}

.tab-section {
  margin-top: -60px;
  display: none;
}

.tab-section.active {
  display: block;
}

.tab-section:nth-child(2).active .collection__bg {
  background: url(../images/collection/stripe_pattern_bg_c.png) #66b3ef repeat;
}
@media (max-width: 768px) {
  .tab-section:nth-child(2).active .collection__bg {
    padding-top: 50px;
  }
}

.tab-section:nth-child(2).active .collection__colum {
  background-color: rgba(102, 179, 239, 0.7);
}

.tab-section:nth-child(2).active .collection__colum-items .tag {
  color: #3DA1EE;
}

.tab-section:nth-child(2).active .collection__colum .collection__select span svg path {
  fill: #3DA1EE;
}

.tab-section:nth-child(2).active .ranking {
  background-color: #AED9F8;
}

.tab-section:nth-child(2).active .ranking .btn {
  background-color: #3DA1EE;
}
.tab-section:nth-child(2).active .ranking__btn {
  background: url(../images/ranking/stripe_pattern_bg_d.png) repeat;
}

.text-shadow {
  display: flex;
  align-items: center;
}

.text-shadow svg {
  height: 50px;
  width: 120px;
  text-anchor: middle;
}

@media (max-width: 767px) {
  .text-shadow svg {
    width: 85px;
  }
}

.text-shadow svg text {
  font-size: 5.5rem;
}

@media (max-width: 767px) {
  .text-shadow svg text {
    font-size: 4.8rem;
  }
}

.text-shadow svg .foreground {
  fill: #E86E9D;
}

.text-shadow svg .background {
  stroke: #fff;
  stroke-width: 16px;
  stroke-linejoin: round;
}

.text-shadow .svg-lasttxt {
  font-size: 1.5rem;
  margin-top: -15px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .text-shadow .svg-lasttxt {
    font-size: 0.875rem;
  }
}

.text-shadow .svg-lasttxt-color {
  margin-left: -5px;
}

.text-shadow .svg-lasttxt-karui {
  margin-left: -26px;
}

@media (max-width: 767px) {
  .text-shadow .svg-lasttxt-karui {
    margin-left: -15px;
  }
}

.text-shadow .svg-lasttxt-omoi {
  margin-left: -10px;
}

.text-shadow .svg-lasttxt-price {
  margin-left: -20px;
}

.text-shadow.fix-anzen svg {
  width: 200px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .text-shadow.fix-anzen svg {
    width: 156px;
  }
}

@media (max-width: 767px) {
  .text-shadow.fix-anzen svg {
    width: 110px;
  }
}

.text-shadow.fix-anzen svg .background {
  stroke-width: 9px;
}

.text-shadow.fix-anzen text {
  font-size: 3.125rem;
}

@media (max-width: 767px) {
  .text-shadow.fix-anzen text {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .text-shadow.fix-anzen .svg-lasttxt {
    margin-left: -4px;
  }
}

#id02 .text-shadow svg .foreground {
  fill: #3DA1EE;
}

.arrow-downCheck {
  position: relative;
}

.arrow-downCheck::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid black;
}

@media (max-width: 768px) {
  .list-inline-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 33;
    transition: 0.3s all;
    transform: translateY(0);
  }
  .list-inline-fixed.active {
    transform: translateY(100%);
  }
  .list-inline-fixed .list__line {
    margin-bottom: 0;
    position: relative;
    padding: 8px 0;
  }
  .list-inline-fixed .list__line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #967977;
    opacity: 0.5;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .list-inline-fixed .list__line ul {
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
  }
  .list-inline-fixed .list__line ul li {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    list-style: none;
  }
  .list-inline-fixed .list__line ul li a {
    font-size: 0.625rem;
    padding: 8px 8px;
    background: #F8F8F1;
    border-radius: 4px;
    width: 100%;
    height: 9.33333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .list-inline-fixed .list__line ul li a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) and (max-width: 380px) {
  .list-inline-fixed .list__line ul li a {
    font-size: 0.5rem;
    padding: 8px 5px;
  }
}

@media (max-width: 768px) {
  .list-inline-fixed .list__line ul img {
    width: 5.33333vw;
    height: 5.33333vw;
    margin: 0 5px 0 0;
  }
}

@media (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .list-inline-fixed .list__line ul img {
    margin-right: 20px;
  }
}

.icon-plus {
  position: relative;
  transition: 0.3s all;
}

.icon-plus::before, .icon-plus::after {
  width: 15px;
  height: 2.5px;
  background: #EF6B95;
  right: 0;
  border-radius: 3px;
}

.icon-plus::after {
  width: 2.5px;
  height: 15px;
  top: -6px;
  right: 6px;
}

.header__center--bottom.active .list--nav:hover a:before {
  display: none;
}

@media (max-width: 767px) {
  main.main-contents.part-page {
    margin-top: 110px;
  }
}

@media (max-width: 767px) {
  .part-page {
    margin-top: 10px;
  }
}

.part-page .container {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}

.part-page .container-info16 p {
  font-size: 1rem;
  color: #434242;
}

.part-page .container-info14 p {
  font-size: 0.875rem;
  color: #434242;
  margin-bottom: 10px;
}

.part-page h1 {
  color: #41312F;
  font-size: 2rem;
  letter-spacing: 3.2px;
  line-height: 1.5;
  font-family: "GenJyuuGothic";
  font-weight: bold;
}

@media (max-width: 767px) {
  .part-page h1 {
    letter-spacing: 1.8px;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 6px 0 3px;
  }
}

.part-page h2 {
  font-family: "GenJyuuGothic",'M PLUS Rounded 1c';
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 1.875rem;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .part-page h2 {
    font-size: 1.3125rem;
    padding-left: 0;
  }
}

.part-page h2::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 13px;
  background: url("../images/icon--h2.svg") no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .part-page h2::before {
    bottom: auto;
    background: url("../images/icon-h2-sp.svg") no-repeat;
    top: -12px;
  }
}

.part-page h3 {
  font-family: "GenJyuuGothic";
  letter-spacing: 1px;
  color: #41312F;
  font-size: 1.25rem;
  line-height: 1.8;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .part-page h3 {
    padding-left: 0;
  }
}

.part-page h3::before {
  width: 36px;
  height: 13px;
  background: url("../images/icon--h3.svg") no-repeat;
  top: 14px;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .part-page h3::before {
    bottom: auto;
    background: url("../images/icon--h3-sp.svg") no-repeat;
    top: -8px;
  }
}

.part-page h4 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2;
  font-weight: bold;
  color: #41312F;
}

.part-page .news__body-item {
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .part-page .news__body-item {
    display: block;
    padding: 0 20px;
  }
}

.part-page .news__body-item .time {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.part-page .news__body-item ul li {
  margin-right: 20px;
  margin-bottom: 0;
}

.part-page .news__body-item h3 {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .part-page .news__body-item h3 {
    line-height: 1.6;
  }
}

.part-page .news__body-item h3::before {
  display: none;
}

.part-page .news__body-item h3 a {
  font-family: "GenJyuuGothic";
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.6;
}

.part-page ul li, .part-page ol li {
  margin-bottom: 7px;
}

.part-page ol li {
  font-size: 1rem;
}

.part-page ol li::marker {
  font-family: "Raleway", sans-serif;
}

.part_h1 {
  background: #F1ECE3;
  padding: 58px 0 45px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .part_h1 {
    padding: 18px 0 12px;
    margin-bottom: 30px;
  }
}

.list-link-txt {
  display: flex;
  padding: 0;
}

@media (max-width: 767px) {
  .list-link-txt {
    width: 900px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-link-txt {
    width: 1000px;
  }
}

.list-link-txt li {
  border-bottom: 4px solid #EEEDE5;
  padding: 0 25px 20px;
  position: relative;
  list-style: none;
}

@media (max-width: 767px) {
  .list-link-txt li {
    padding: 0 17px 20px;
  }
}

.list-link-txt li:first-child {
  padding-left: 0;
}

.list-link-txt li:last-child {
  padding-right: 0;
}

.list-link-txt li.active::before {
  width: 75%;
  height: 4px;
  background-color: #44302E;
  top: auto;
  bottom: -4px;
  border-radius: 45px;
}

.list-link-txt a {
  font-size: 1rem;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  color: #41312F;
}

@media (max-width: 767px) {
  .list-link-txt a {
    font-size: 0.9375rem;
  }
}

.scroll {
  overflow: auto;
}

.box--boder {
  border: 8px solid #EEEDE5;
  padding: 50px 60px;
  background-color: #fff;
}

.box--boder ul {
  padding-left: 0;
}

@media (max-width: 767px) {
  .box--boder {
    padding: 38px;
  }
}

.box--boder p {
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .part-page .container-info14 .box--boder p {
    font-size: 1rem;
  }
}

.bangkuzu {
  padding-left: 20px;
  position: relative;
  z-index: 5;
}

.bangkuzu ul {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bangkuzu ul {
    padding-left: 0;
  }
}

.bangkuzu ul li {
  font-size: 0.75rem;
  list-style: none;
  line-height: 2;
  letter-spacing: 0px;
  color: #434242;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.bangkuzu ul li a {
  color: #44302E;
}

.bangkuzu ul li:before {
  opacity: 0;
}

.bangkuzu ul li:after {
  position: absolute;
  content: "/";
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #EEEDE4;
}

.bangkuzu ul li:first-child {
  padding-left: 0;
}

.bangkuzu ul li:first-child:after {
  opacity: 0;
}

.bangkuzu ul li:last-child {
  color: #434242;
}

.bangkuzu.mb-100 {
  margin-bottom: -100px;
}

@media (max-width: 767px) {
  .bangkuzu.mb-100 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bangkuzu.mb-100 {
    margin-bottom: 155px;
  }
}

.bangkuzu.mt-150 {
  margin-top: 150px;
}

@media (max-width: 768px) {
  .bangkuzu.mt-150 {
    margin-top: 100px;
  }
}

.container-right h3 {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  background-color: #ACC54C;
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 0;
}

.container-right h3::before {
  display: none;
}

.container-right h5 {
  margin-bottom: 0;
}

.container-right h5 a {
  font-size: 0.875rem;
  color: #41312F;
  letter-spacing: 0.7px;
  text-decoration: none;
  font-family: "GenJyuuGothic";
  display: inline-block;
  width: 100%;
}

.container-right .faq .card {
  margin-bottom: 0;
  border-color: #D3D3CF;
}

.container-right .faq .card:last-child {
  border: 0;
}

.container-right .faq .card .card-header {
  background-color: #EEEDE5;
  border-radius: 0;
  padding: 18px 20px;
  position: relative;
}

.container-right .faq .card .card-header.active {
  border-radius: 0;
  background-color: #44302E;
}

.container-right .faq .card .card-header.active a {
  color: #fff;
}

@media (min-width: 769px) {
  .container-right .faq .card .card-header:hover {
    background-color: #44302E;
  }
  .container-right .faq .card .card-header:hover a {
    color: #fff;
  }
  .container-right .faq .card .card-header:hover .plus:after {
    opacity: 0;
  }
  .container-right .faq .card .card-header:hover .plus:before {
    background-color: #fff;
  }
}

.container-right .faq .card .card-body {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.container-right .faq .card .card-body ul {
  padding-left: 0;
  margin-bottom: 0;
}

.container-right .faq .card .card-body ul li {
  list-style: none;
  margin-bottom: 0;
  background-color: #fff;
  padding: 5px 0;
}

.container-right .faq .card .card-body ul li.active {
  background-color: #EEEDE5;
}

.container-right .faq .card .card-body ul li a {
  font-size: 0.8125rem;
  text-decoration: none;
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}

.plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}

.plus:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #41312F;
  right: 19px;
  top: 28px;
}

.plus:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #41312F;
  right: 23px;
  top: 24px;
}

.accLink {
  padding-left: 0;
}

.accLink li {
  position: relative;
  list-style: none;
}

.accLink li a {
  font-size: 1rem;
  color: #44302E;
  letter-spacing: 0.8px;
  line-height: 2;
  font-family: "GenJyuuGothic";
  padding-left: 50px;
}

.accLink li a::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #E86E9D;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.accLink li a::after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  left: 14px;
  top: 12px;
}

.acclink {
  font-size: 1rem;
  color: #44302E;
  letter-spacing: 0.4px;
  line-height: 1.3;
  font-family: "GenJyuuGothic";
  position: relative;
  padding-left: 40px;
}

.acclink.type2::before {
  background-color: #3DA1EE;
}

.acclink::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E86E9D;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.acclink.c-boy::before {
    /*background-color: #036ff4;*/
    background-color: #00ACF1;
}

.acclink::after {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.acclink2 {
  font-size: 1rem;
  color: #796663;
  letter-spacing: 0.35px;
  line-height: 1.3;
  font-family: "GenJyuuGothic";
  position: relative;
  padding-right: 26px;
}

.acclink2.type2::before {
  background-color: #3DA1EE;
}

.acclink2::before {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #E86E9D;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.acclink2::after {
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.text-underline {
  text-decoration: underline;
  color: #434242;
}

.pagination {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .pagination {
    margin-bottom: 21.3333333333vw;
  }
}

.pagination .nextText,
.pagination .prevText {
  display: inline-flex;
  align-items: center;
  border: solid 1px #D3D3CF;
  background: #EEEDE5;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  transition: 0.3s all;
}

.pagination .nextText:hover,
.pagination .prevText:hover {
  border: solid 1px #44302E;
}

.pagination .nextText::before,
.pagination .prevText::before {
  content: "";
  background-image: url(../images/icon--right.svg);
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination .prevText {
  margin-right: 25px;
}

.pagination .prevText::before {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .pagination .prevText {
    margin-right: 6.6666666667vw;
  }
}

.pagination .nextText {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .pagination .nextText {
    margin-left: 6.6666666667vw;
  }
}

.pagination a {
  color: #D3D3CF;
  text-align: center;
  font-size: 1.125rem;
  width: 34px;
  line-height: 34px;
  height: 34px;
  display: block;
  transition: 0.3s all;
  display: block;
}

.pagination a:link {
  color: #D3D3CF !important;
  text-decoration: none;
}

.pagination a:visited {
  color: #D3D3CF;
  text-decoration: none;
}

.pagination a.active {
  color: #44302E !important;
}

.pagination a:hover {
  color: #44302E;
  text-decoration: none;
}

.list-catelog {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .list-catelog {
    margin: 0 -8px 30px;
  }
}

@media (max-width: 380px) {
  .list-catelog {
    margin: 0 -3px 30px;
  }
}

.list-catelog li {
  list-style: none;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .list-catelog li {
    padding: 0 8px;
    margin-bottom: 15px;
  }
}

@media (max-width: 380px) {
  .list-catelog li {
    padding: 0 3px;
  }
}

.list-catelog li.active a {
  padding-bottom: 9px;
}

@media (max-width: 768px) {
  .list-catelog li.active a {
    padding: 0;
  }
}

.list-catelog li.active a::before {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  top: auto;
  bottom: -8px;
}

@media (max-width: 767px) {
  .list-catelog li.active a::before {
    height: 3px;
  }
}

.list-catelog li a {
  position: relative;
  font-size: 1rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 1.6px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .list-catelog li a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) {
  .part-page .list-catelog li {
    margin-bottom: 20px;
  }
}

.list__tab-black ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.list__tab-black ul li {
  width: 50%;
  padding: 0 10px;
  list-style: none;
  position: relative;
}

@media (min-width: 769px) {
  .list__tab-black ul li:hover a {
    background-color: #44302E;
    color: #fff;
    border-color: #fff;
  }
}

.list__tab-black ul li.active a {
  background-color: #44302E;
  color: #fff;
  border-color: #fff;
}

@media (min-width: 769px) {
  .list__tab-black ul li.active:hover::before {
    opacity: 0.8;
  }
}

.list__tab-black ul li.active::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #44302E;
  width: 17px;
  height: 20px;
  bottom: -18px;
  z-index: 1;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .list__tab-black ul li.active::before {
    bottom: -14px;
  }
}

.list__tab-black ul li a {
  font-size: 1rem;
  font-weight: bold;
  color: #44302E;
  letter-spacing: 0.8px;
  height: 80px;
  display: block;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #44302E;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.toggle [aria-expanded="true"] {
  transition: .3s all;
}

.toggle [aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.toggle dl {
  margin-bottom: 0;
}

.toggle dl:last-child dt {
  border-bottom: 1px solid #D3D3CF;
}

.toggle dt {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.8;
  color: #44302E;
  background-color: #fff;
  padding: 16px 20px;
  border-top: 1px solid #D3D3CF;
  position: relative;
}

.toggle dt::before {
  transition: .3s all;
  left: auto;
  right: 30px;
  width: 12px;
  height: 7px;
  background: url(../images/icon--down.svg) no-repeat center;
  margin: auto;
  top: 0;
  bottom: 0;
}

.toggle dd {
  background-color: #EEEDE4;
  font-size: 0.75rem;
  color: #434242;
  padding: 14px 20px;
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.toggle--link dt::before {
  transform: rotate(-90deg);
}

.toggle--link a {
  color: #44302E;
  display: inline-block;
  width: 100%;
}

.send input {
  border-color: #EEEDE5;
  height: 60px;
  background: #fff;
  padding-left: 20px;
  font-size: 0.8125rem;
  min-width: 400px;
}

@media (max-width: 767px) {
  .send input {
    min-width: 65%;
  }
}

.send input::-moz-placeholder {
  font-size: 0.8125rem;
  padding-left: 20px;
  color: #888888;
  letter-spacing: 0;
}

.send input:-ms-input-placeholder {
  font-size: 0.8125rem;
  padding-left: 20px;
  color: #888888;
  letter-spacing: 0;
}

.send input::placeholder {
  font-size: 0.8125rem;
  padding-left: 20px;
  color: #888888;
  letter-spacing: 0;
}

.send button {
  font-size: 0.8125rem;
  background: #44302E;
  color: #fff;
  height: 60px;
  width: 100px;
  margin-left: -5px;
}

.contact__input .input::-moz-placeholder {
  color: #888888 !important;
}

.contact__input .input:-ms-input-placeholder {
  color: #888888 !important;
}

.contact__input .input::placeholder {
  color: #888888 !important;
}

.part-page .list-style-dot li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.part-page .list-style-dot li::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #44302E;
  left: 0;
  top: 9px;
}

.part-page .list-style-dot.dot-ping li::before {
  background: #EF6B95;
}

.note {
  position: relative;
  padding-left: 20px;
}

.note::before {
  position: absolute;
  content: "※";
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #434242;
  left: 0;
  top: 1px;
  font-family: 'Raleway';
}

.note.red::before {
  color: #FF0000;
}

.note.f12::before {
  font-size: 0.75rem !important;
}

.f12 {
  font-size: 0.75rem !important;
}

.font-yugothic {
  font-family: "GenJyuuGothic";
}

.box--boder-telFax {
  font-size: 1rem;
  color: #434242;
}

@media (min-width: 769px) {
  .box--boder-telFax {
    cursor: default;
    pointer-events: none;
  }
}

.tell-otherStyle {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
}

.step-mask {
  display: inline-flex;
  background: url("../images/guide/bg-step.svg") no-repeat;
  font-weight: bold;
  width: 105px;
  height: 40px;
  background-size: 100% 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.step-mask .txt {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 1;
}

.step-mask .numb {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  line-height: 1;
}

.error-offical {
  background: #F2F1EA;
  padding: 26px 30px 28px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .error-offical {
    padding: 20px 16px 24px;
  }
}

.error-offical h3 {
  padding-left: 28px;
}

.error-offical h3::before {
  background: url("../images/guide/icon-error.svg") no-repeat;
  width: 18px;
  height: 16px;
  background-size: 100% 100%;
}

.table-in-table-col {
  border-right: 1px solid #D3D3CF;
}

.table-in-table-col:last-child {
  border-right: 0;
}

.table-in-table-col:last-child .table-in-table-item {
  background-color: #fff;
}

.table-in-table .head {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #434242;
  background-color: #EEEDE5;
  border-top: 1px solid #D3D3CF;
  border-bottom: 1px solid #D3D3CF;
}

.table-in-table-item {
  background-color: #FBFCF5;
  border-bottom: 1px solid #D3D3CF;
}

.table-in-table-item p {
  margin-bottom: 0;
}

.table-in-table > * {
  padding: 9px 20px;
}

@media (max-width: 767px) {
  .table-in-table > * {
    padding: 8px 10px;
  }
}

.red {
  color: #FF0000 !important;
  font-weight: 500;
}

.arrow-sl-op {
  position: relative;
}

.arrow-sl-op::before {
  width: 11px;
  height: 6px;
  background: url("../images/icon--down.svg") no-repeat;
  right: 13px;
  z-index: 1;
  bottom: 0;
  top: 0;
  margin: auto;
}

.arrow-select {
  position: relative;
  display: inline-block;
}

.arrow-select::before {
  width: 11px;
  height: 5px;
  background: url("../images/icon--down.svg") no-repeat;
  width: 13px;
  height: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .cartBox-col-8 {
    width: 63.5%;
  }
}

@media (min-width: 769px) {
  .cartBox-col-4 {
    width: 36.5%;
  }
}

.tag-kupon {
  width: 84px;
  height: 100px;
  background: url("../images/category/women/tag.png") no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .tag-kupon {
    width: 60px;
    height: 72px;
  }
}

.tag-kupon-item {
  text-align: center;
}

.tag-kupon-item img {
  max-width: 36px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .tag-kupon-item img {
    max-width: 26px;
    margin-top: -5px;
  }
}

.tag-kupon-item span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .tag-kupon-item span {
    font-size: 0.6875rem;
  }
}

.tag-kupon-item span.en {
  font-size: 0.625rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  letter-spacing: 0.75px;
}

@media (max-width: 767px) {
  .tag-kupon-item span.en {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  .kupon-txt {
    margin-top: -6px;
  }
}

.nameplate {
  background-color: #9DC814;
  border-radius: 10px 0px 0px 0px;
  font-family: "GenJyuuGothic";
  display: inline-flex;
  width: 142px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .nameplate {
    width: 110px;
    height: 23px;
  }
}

.nameplate span {
  color: #fff;
}

.nameplate .txt {
  font-size: 0.8125rem;
  letter-spacing: -0.33px;
}

@media (max-width: 767px) {
  .nameplate .txt {
    font-size: 0.5625rem;
    letter-spacing: -0.23px;
  }
}

.nameplate .tax {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  margin-left: 3px;
  color: #EC4695;
}

@media (max-width: 767px) {
  .nameplate .tax {
    font-size: 0.8125rem;
  }
}

.nameplate .tax.not-free {
  color: #fff;
}

.tag-info {
  font-size: 0.6875rem;
  font-weight: bold;
  color: #9D8A78;
  display: flex;
  flex-wrap: wrap;
}

.tag-info span {
  margin-right: 8px;
  letter-spacing: 0px;
}

.box-white {
  background-color: #fff;
}

.price .buy-price {
  display: flex;
}

@media (max-width: 767px) {
  .price .buy-price {
    margin-bottom: 6px;
  }
}

.price .buy-price span {
  color: #44302E;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
}

@media (max-width: 767px) {
  .price .buy-price span {
    font-size: 0.625rem;
  }
}

.price .buy-price .txt {
  font-weight: bold;
  margin-right: 4px;
}

@media (min-width: 769px) {
  .price .buy-price .txt {
    width: 70px;
  }
}

@media (min-width: 769px) {
  .price .buy-price .price-info {
    width: calc(100% - 70px);
  }
}

.price .online-price {
  display: flex;
}

.price .online-price span {
  color: #EC4695;
  font-size: 1.375rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0;
}
#outlet-list .price .online-price span, .cat-102 .price .online-price span, .cat-103 .price .online-price span {
    color: #F04250;
}

@media (max-width: 767px) {
  .price .online-price .txt {
    font-size: 0.9375rem;
  }
}

.price .online-price .price-info {
  letter-spacing: 1.2px;
  margin-left: 4px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .price .online-price .price-info {
    font-size: 1rem;
  }
}

.bigTxt-ping {
  font-family: "GenJyuuGothic";
  font-size: 1.875rem;
  color: #E86E9D;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .bigTxt-ping {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
.point-tag_wrap {
  width: 100%;
  padding-left: 20px;
}
}
.point-tag {
  position: relative;
  background: url("../images/category/women/icon-tag-point.png") no-repeat;
  width: 105px;
  height: 34px;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .point-tag {
    width: 68px;
    height: 23px;
  }
}

.point-tag span {
  color: #fff;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.point-tag .txt {
  font-size: 0.8125rem;
  margin-right: 7px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .point-tag .txt {
    font-size: 0.5rem;
    margin-right: 2px;
  }
}

.point-tag .numb {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .point-tag .numb {
    font-size: 0.875rem;
  }
}

.tag-cic {
  width: 80px;
  height: 80px;
  background: url("../images/category/women/cic-bg.svg") no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tag-cic {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .tag-cic {
    padding-top: 15px;
  }
}

.tag-cic span {
  color: #fff;
}

.tag-cic > .txt {
  font-family: "GenJyuuGothic";
  font-size: 0.625rem;
}

.tag-cic .list-numb {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.tag-cic .list-numb .numb {
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: -1.1px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tag-cic .list-numb .numb {
    font-size: 1.125rem;
  }
}

.tag-cic .list-numb .txt {
  font-size: 0.875rem;
}

.more-view {
  display: none;
}

@media (max-width: 767px) {
  .more-view {
    display: block;
  }
  .more-view .btn {
    width: 100%;
    max-width: 100%;
  }
  .more-view .btn::before {
    background-color: #44302E;
    width: 10px;
    height: 2px;
  }
  .more-view .btn::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #44302E;
    right: 24px;
    top: 30px;
  }
  .more-view .btn.active::after {
    transform: rotate(90deg);
  }
}

.note-top {
  font-size: 9px;
  transform: translateY(-8px);
  display: inline-block;
}

.hand-scroll {
  font-weight: bold;
  font-size: 0.875rem;
  color: #434242;
  position: relative;
  padding-left: 40px;
}

.hand-scroll::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/user_data/func/hand-scroll.png") no-repeat;
  left: 0;
  top: -5px;
  background-size: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.showElement, .animated__02 {
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
  opacity: 1;
}

.animated__02 {
  -webkit-animation: fadeIn 1s linear both;
  animation: fadeIn 1s linear both;
}

.js-find-item, .js-click-fadeIn {
  opacity: 0;
}

.slider-arrow-style .slick-dots {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.slider-arrow-style .slick-dots li {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 7px;
  border-radius: 100%;
  cursor: pointer;
}

.slider-arrow-style li.slick-active {
  position: relative;
}

.slider-arrow-style li.slick-active:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 100%;
  left: -3px;
  top: -3px;
}

@media (max-width: 767px) {
  .slider-arrow-style .slick-slide {
    margin: 0;
  }
}

.slider-arrow-style .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #41312F;
  display: flex !important;
  position: absolute;
  z-index: 2;
  top: -85px;
  margin: auto;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .slider-arrow-style .slick-arrow {
    width: 30px;
    height: 30px;
    top: -35px;
    bottom: 0;
  }
}

.slider-arrow-style .slick-arrow img {
  max-width: 11px;
}

.slider-arrow-style .slick-next {
  right: -10px;
}

@media (max-width: 767px) {
  .slider-arrow-style .slick-next {
    right: -25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slider-arrow-style .slick-next {
    right: -10px;
  }
}

.slider-arrow-style .slick-prev {
  left: -10px;
}

@media (max-width: 767px) {
  .slider-arrow-style .slick-prev {
    left: -25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slider-arrow-style .slick-prev {
    left: -10px;
  }
}

.slider-arrow-style .slick-prev span {
  transform: rotate(-180deg);
}

.slider-arrow-style .slick-list {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider-arrow-style .slick-list {
    margin-top: 0;
  }
}

.bg-ping-contact {
  background-color: #FCF3F3;
  padding: 20px 15px 10px;
}

.bg-Deeesf {
  background: #FBFCF5;
  padding: 25px;
  border-radius: 4px;
}

.bg-Deeesf.txt__write {
  margin-top: 10px;
}

.bg-Deeesf.txt__write .list-style-dot li {
  font-weight: bold !important;
}

@media (min-width: 769px) {
  .big-imgPr-row:nth-child(even) .fix-width {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .big-imgPr-row .fix-width {
    max-width: 280px;
  }
}

.check-qr-contact {
  background: #FCF3F3;
  border: 1px solid #F2C2CA;
  border-radius: 4px;
  margin-right: 5px;
}

.check-qr-contact .p-catalog--form-item-ttl {
  padding-left: 10px;
  margin-bottom: 10px;
}

.check-qr-contact.active {
  background: #fff;
  border-color: #fff;
}

.icon-comment {
  position: relative;
  font-size: 1.75rem;
  color: #EF6B95;
  font-family: "GenJyuuGothic";
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .icon-comment {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }
}

.icon-comment::before, .icon-comment::after {
  width: 22px;
  height: 18px;
  background: url("../images/randsel_counseling/cm-icon.svg") no-repeat;
  left: -26px;
  top: 0;
}

@media (max-width: 767px) {
  .icon-comment::before, .icon-comment::after {
    width: 14px;
    height: 15px;
    background-size: 100% 100%;
    left: -18px;
  }
}

.icon-comment::after {
  background: url("../images/randsel_counseling/cm02-icon.svg") no-repeat;
  left: auto;
  right: -26px;
}

@media (max-width: 767px) {
  .icon-comment::after {
    background-size: 100% 100%;
    right: -18px;
  }
}

@-webkit-keyframes fadeUptoBottom {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes fadeUptoBottom {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}

@-webkit-keyframes leftToRight {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}

@keyframes leftToRight {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}

.fadeUptoBottom {
  -webkit-animation: fadeUptoBottom 1.5s;
  animation: fadeUptoBottom 1.5s;
}

.leftToRight {
  -webkit-animation: leftToRight 1.5s;
  animation: leftToRight 1.5s;
}

.icon-panda {
  -webkit-animation: leftToRight 3s cubic-bezier(0.615, 0.14, 0.41, 0.83) infinite;
  animation: leftToRight 3s cubic-bezier(0.615, 0.14, 0.41, 0.83) infinite;
}

.tab-img-item {
  -webkit-animation: fadeUptoBottom 3s  infinite;
  animation: fadeUptoBottom 3s  infinite;
}

/*reset faq*/
.radius-type2 {
  border-radius: 40px 0px 0px 40px;
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 70px;
}

.radius-type2 .btn-red {
  margin: auto;
  margin-top: 90px;
  margin-bottom: 120px;
}

.faq-section {
  margin-bottom: 50px;
}

.faq-section [aria-expanded="true"] {
  color: #fff !important;
}

.faq-section [aria-expanded="true"]:before {
  transform: rotate(0deg) !important;
  background: #fff !important;
  z-index: 1;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: #E86E9D;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
}

.faq .card .card-header.active {
  border-radius: 8px 8px 0px 0px;
}

@media (min-width: 769px) {
  .faq .card .card-header:hover {
    background: #E86E9D;
    /*padding-left: 10px;*/
  }
}

.faq .card .card-header:hover .faq-title {
  color: #fff;
}

.faq .card .card-header .faq-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 0;
}

.faq .card .card-header .faq-title p {
  font-family: "GenJyuuGothic";
  font-weight: 500;
  text-align: left;
  padding: 22px 45px 22px 0;
  margin: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  padding-left: 0;
  width: calc(100% - 80px);
}

@media (max-width: 767px) {
  .faq .card .card-header .faq-title p {
    padding: 9px 2px 9px 0;
  }
}

.faq .card .card-header .faq-title:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2.5px;
  background: #ECA94F;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  right: 27px;
  top: 48.4%;
}

.faq .card .card-header .faq-title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2.5px;
  background: #ECA94F!important;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(90deg);
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .faq .card .card-header .faq-title:after,
  .faq .card .card-header .faq-title:before {
    right: 15px;
  }
}

.faq .card .card-header .faq-title.active:before {
  transform: rotate(0deg);
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-header .faq-title span {
  letter-spacing: 0px;
  color: #E86E9D;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  width: 42px;
  height: 42px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 18px;
  margin-left: 20px;
}

.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 0.875rem;
  line-height: 28px;
  display: flex;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 30px;
}

.faq .card .card-body span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background-color: #E86E9D;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
}

.faq .card .card-body .input__text {
  width: calc(100% - 62px);
  font-size: 14px;
  letter-spacing: 0px;
  color: #434242;
  line-height: 2;
}

@media (max-width: 768px) {
  .faq .card .card-body .input__text {
    width: calc((100% - 18vw));
  }
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .faq .card .card-header .faq-title {
    line-height: 1.8;
    padding-right: 40px;
  }
  .faq .card .card-header .faq-title:after {
    top: 49%;
  }
  .radius-type2 .btn-red {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.faq-section a {
  color: #434242;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .table tr {
    display: block;
  }
}

.table th {
  background-color: #EEEDE5;
  border-color: #FBFCF5;
}

@media (min-width: 769px) {
  .table th {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .table th {
    display: block;
    width: 100%;
  }
}

.table td {
  background-color: #fff;
  border-color: #EEEDE4;
}

@media (min-width: 769px) {
  .table td {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  .table td {
    font-size: 0.75rem;
  }
}

.table th, .table td {
  padding: 18px 20px;
}

.table-bg-top {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .table-bg-top tr {
    display: table-row;
  }
}

@media (max-width: 767px) {
  .table-bg-top th {
    display: table-cell;
  }
}

.table-bg-top td, .table-bg-top th {
  border-right: 1px solid #EEEDE5;
  line-height: 1.6;
}

.table-bg-top td:last-child, .table-bg-top th:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .table-bg-top td, .table-bg-top th {
    padding: 10px 12px;
  }
}

.table-bg-top thead th {
  background-color: #44302E;
  color: #fff;
}

.table-bg-top thead th:first-child {
  border-radius: 6px 0px 0px 0px;
}

@media (max-width: 767px) {
  .table-bg-top thead th:first-child {
    width: 40%;
  }
}

.table-bg-top thead th:last-child {
  border-radius: 0px 6px 0px 0px;
}

.table-bg-top tbody th {
  background-color: #EEEDE5;
  padding: 34px 20px;
}

@media (max-width: 767px) {
  .table-bg-top tbody th {
    padding: 25px 10px;
  }
}

.table-bg-top tbody tr:last-child th {
  border-radius: 0px 0px 0px 6px;
}

.table-bg-top tbody tr:last-child td {
  border-bottom: 0;
}

.table-bg-top tbody tr:last-child td:last-child {
  border-radius: 0px 0px 6px 0px;
}

.table-bg-top .table th, .table-bg-top .table td {
  width: auto;
}

.table-bg-top .btn {
  padding: 18px 10px;
  width: 100%;
}

.table-bg-top .address {
  display: block;
  font-size: 0.6875rem;
  color: #434242;
  margin-bottom: 8px;
}

.table-bg-top h4 {
  line-height: 1.3;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .table-bg-top.two-collum {
    overflow: auto;
  }
  .table-bg-top.two-collum .table {
    width: 900px;
  }
}

.contact .contact__step {
  margin-top: 87px;
}

.contact .contact__step-line {
  position: relative;
  max-width: 565px;
  margin: auto;
  justify-content: center;
  /*&::before{
                @extend %pos-center;
                width: 65%;
                height: 1px;
                top: 24px;
                z-index: -1;
                background-color: #EBEBEB;
            }*/
}

.contact__step {
  text-align: center;
}

.contact__step-item {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.contact__step-item:before {
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
  left: 100px;
  bottom: 0;
  top: 26px;
  z-index: -1;
}

@media (max-width: 767px) {
  .contact__step-item:before {
    left: 30px;
    top: 25px;
    z-index: 0;
  }
}

.contact__step-item:last-child:before {
  display: none;
}

.contact__step-item p {
  color: #603813;
}

@media (max-width: 767px) {
  .contact__step-item p {
    font-size: 0.9375rem;
  }
}

.contact__step-item.active .numb {
  border: 1px solid #42210B;
  background-color: #42210B;
  color: #fff;
}

.contact__step-item .numb {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #42210B;
  margin-bottom: 12px;
  position: relative;
  font-weight: 500;
}

.contact__step-item .numb::before {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: -1;
  background-color: #fbfcf5;
}

.contact__step > p {
  font-weight: bold;
  color: #42210B;
  line-height: 1.75;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .contact__step > p {
    font-size: 0.9375rem;
  }
}

.contact__form {
  max-width: 820px;
  margin: auto;
  padding: 0 20px;
}

.contact__form-row {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
}

.contact__form-row:last-child {
  border-bottom: 1px solid #EBEBEB;
}

.contact__ttl {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .contact__ttl {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact__ttl > p {
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact__ttl > p {
    margin-right: 10px;
  }
}

.contact__ttl p {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  color: #42210B;
  margin-bottom: 0;
}

.contact__ttl .requid {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #FF0000;
  padding: 0px 4px;
  border: 1px solid #FF0000;
  line-height: 1.4;
  height: 17px;
}

.contact__input-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .contact__input-flex {
    margin-bottom: 20px !important;
  }
}

.contact__input-flex p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #42210B;
  width: 100px;
}

@media (max-width: 767px) {
  .contact__input-flex p {
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact__input .input {
  width: 100%;
  border-color: #D3D3CF;
  border-radius: 4px;
  height: 50px;
}

.contact__input .input::-moz-placeholder {
  color: #434242;
  opacity: 1;
}

.contact__input .input:-ms-input-placeholder {
  color: #434242;
  opacity: 1;
}

.contact__input .input::placeholder {
  color: #434242;
  opacity: 1;
}

.contact__input .sel-opt {
  height: 50px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .contact__input .sel-opt {
    width: 100%;
  }
}

.contact__email-info > p {
  font-size: 0.8125rem;
  letter-spacing: 0px;
  color: #939393;
  line-height: 1.5;
}

.contact__private {
  max-width: 820px;
  margin: auto;
  padding: 0 20px;
  margin-top: 40px;
}

.contact__private h4 {
  font-size: 0.875rem;
  color: #42210B;
}

.contact__private .box-text-scroll {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin-bottom: 20px;
}

.contact__private .box-text-scroll p {
  color: #42210B;
}

.contact__private .box-text-scroll ul li, .contact__private .box-text-scroll ol li {
  list-style: none;
  font-size: 0.875rem;
  color: #42210B;
  padding-left: 0;
}

.contact__private .box-text-scroll ol li {
  list-style: auto;
}

.contact__private .box-text-scroll ol li::marker {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.contact__private .scrollbar {
  height: 275px;
  width: 100%;
  padding: 22px;
  overflow-y: scroll;
}

.contact__remember.contact__ttl {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.contact__remember.contact__ttl .requid {
  margin-right: 20px;
}

.contact-btn .ping {
  max-width: 460px;
  border-radius: 80px;
  justify-content: center;
  margin-bottom: 15px;
}

.contact__form-confirm {
  margin-top: 40px;
}

.contact__form-confirm p {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.contact__form-confirm .contact__ttl {
  margin-top: 0;
}

.contact__form-confirm .contact__form-row {
  padding: 30px 0;
}

.contact__form-confirm .contact__input-flex {
  display: block;
}

.contact__form-confirm .contact__input-flex p {
  font-weight: 500;
  width: 100%;
}

.contact #style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F2EEE8;
}

.contact #style-1::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  height: 50px;
}

.contact ul.list-style-dot {
  padding-left: 0;
}

.contact ul li {
  font-size: 0.875rem;
  color: #434242;
  letter-spacing: 0;
  line-height: 2;
}

.contact .sti-dropdw .dropdown .dropdown-menu li {
  padding: 10px 20px 10px 20px;
}

.contact .sti-dropdw .dropdown .dropdown-menu {
  margin-top: -6px;
}

@media (max-width: 767px) {
  .contact .sti-dropdw {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact .sti-dropdw .dropdown {
    width: 100%;
  }
}

.contact__input .contact__input-flex .input {
  width: 340px;
}

@media (max-width: 767px) {
  .contact__input .contact__input-flex .input {
    width: 100%;
  }
}

.contact__input .contact__input-flex .input.pass-code {
  width: 100px;
}

.contact__input .sti-dropdw .dropdown {
  margin-right: 0;
  height: 50px;
}

.contact__input .sti-dropdw .dropdown .select span {
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.contact__form-row-note {
  font-size: 0.75rem;
  color: #42210B;
  letter-spacing: 0;
  line-height: 1.58;
}

.dropdown.required__checked {
  background-color: #fff !important;
  border-color: #D3D3CF !important;
}

.search-code {
  background-color: #42210B;
  color: #fff;
  border-radius: 30px;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 36px;
  margin-left: 18px;
}

.search-code:hover {
  color: #fff;
  opacity: 0.8;
}

.contact-btn-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.contact-btn-confirm .default {
  background-color: #44302E;
  color: #fff;
  border-radius: 48px;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-btn-confirm .default::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
  left: 14px;
  right: auto;
  transform: rotate(180deg);
}

.contact-btn-confirm .btn {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .contact-btn-confirm .btn {
    margin: 0 5px;
  }
}

.completed {
  margin-top: 50px;
}

.completed h4 {
  font-family: "GenJyuuGothic";
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #42210B;
}

.completed p {
  font-size: 0.9375rem;
  color: #42210B;
}

.contact__input .error {
  background-color: #fcf3f3;
  border-color: #f2c2ca;
}

@media (max-width: 767px) {
  .cart-page .contact__step-item:before {
    top: 14px;
  }
}

@media (min-width: 769px) {
  .qr_contact .box--boder h4 {
    font-size: 1.125rem;
  }
}

.detail-page h2 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .detail-page h2 {
    margin-bottom: 20px;
  }
}

.detail-page .cart-action .sel-opt {
  border-radius: 4px;
}

.detail__color {
  padding-top: 100px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .detail__color {
    margin-bottom: 50px;
    padding-top: 40px;
  }
}

.detail__color h2 {
  margin-bottom: 40px;
}

.detail__color-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  height: 230px;
  padding-top: 5px;
  position: relative;
}

.detail__color-item a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .detail__color-item {
    height: auto;
    padding-bottom: 13px;
  }
}

.detail__color-item:before {
  width: 30px;
  height: 30px;
  background-color: #E86E9D;
  left: 0;
  top: 0;
  border-radius: 20px 0px 80px 0px;
}

@media (max-width: 767px) {
  .detail__color-item:before {
    width: 22px;
    height: 22px;
  }
}

.detail__color-item:after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-135deg);
  left: 7px;
  top: 10px;
  margin: auto;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .detail__color-item:after {
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
  }
}

.detail__color-item .avatar {
  margin: 0 auto 10px;
  width: 150px;
  height: 128px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .detail__color-item .avatar {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }
}

.detail__color-item .tag {
  background-color: #F89300;
  border-color: #F4BB82;
  color: #fff;
  font-weight: bold;
}

.detail__color-item .tag:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .detail__color-item .tag {
    font-size: 0.375rem;
    letter-spacing: 0;
    display: block;
  }
}

.detail__color-name {
  line-height: 1;
  margin-bottom: 10px;
}

.detail__color-name span {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
  color: #434242;
  font-weight: bold;
}

@media (max-width: 767px) {
  .detail__color-name span {
    font-size: 0.625rem;
  }
}

.detail__color .col {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .detail__color .col {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .detail__color .col {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .detail__color .col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.addLabel .tag {
  font-family: "GenJyuuGothic";
  font-size: 0.8125rem;
  background-color: #00AFEC;
  color: #fff;
  border: 0;
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 767px) {
  .addLabel .tag {
    font-size: 0.6875rem;
  }
}

.men-detail-page .detail__color-item:before {
  background-color: #3DA1EE;
}

.men-detail-page .cart-bgPing {
  background: url("../images/collection/detail/bg-rea-men.png") repeat;
}

.men-detail-page .detail-men-btn {
  background-color: #3DA1EE;
  border: 0;
}

.men-detail-page .big-imgPr .fix-width p {
  color: #3DA1EE;
}

@media (max-width: 767px) {
  .sp-fxpd {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) {
  .sp-fxmg {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 10px 12px 18px;
}

.star-rating svg {
  width: 20px;
  fill: #fff;
  stroke: #FFB100;
  stroke-width: 9px;
}

@media (max-width: 767px) {
  .star-rating svg {
    width: 17px;
    margin-top: 3px;
  }
}

.star-rating input[type=radio] {
  display: none;
}

.star-rating label {
  color: #fff;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: relative;
}

.star-rating label i {
  position: relative;
}

.star-rating label:hover svg,
.star-rating label:hover ~ label svg,
.star-rating input[type=radio]:checked ~ label svg {
  fill: #FFBF2E;
  stroke-width: 2px;
}

.review #style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F7F7F7;
  border: 1px solid #E4E4E4;
  border-radius: 30px;
}

.review #style-1::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  height: 50px;
  border-radius: 30px;
}

@media (min-width: 769px) {
  .review .contact__private .scrollbar {
    height: 525px;
  }
}

@media (max-width: 767px) {
  .review .contact__private .scrollbar {
    padding: 0;
  }
}

.review h2 {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .review h2 {
    margin-bottom: 0;
  }
}

.review h2:before {
  display: none;
  padding-left: 0;
  font-size: 1.625rem;
}

.review ul {
  padding-left: 0;
  margin-bottom: 0;
}

.review ul li {
  list-style: none;
  margin-bottom: 0;
}

.review .contact__private h4 {
  font-size: 1rem;
  color: #434242;
}

@media (max-width: 767px) {
  .review .contact__private h4 {
    font-size: 0.875rem;
  }
}

.review .review__comment p {
  font-size: 0.9375rem;
  color: #434242;
}

@media (max-width: 767px) {
  .review .review__comment p {
    font-size: 0.8125rem;
  }
}

.review_comp > ul {
  justify-content: center;
}

.review_comp ul {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.review_comp ul li {
  color: #44302E;
  margin: 0 2px;
}

.review_comp ul li.txt {
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .review_comp ul li.txt {
    font-size: 0.875rem;
  }
}

.review_comp ul li.numb {
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .review_comp ul li.numb {
    margin-right: 8px;
    font-size: 0.6875rem;
  }
}

.review_comp ul li.count {
  font-weight: bold;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .review_comp ul li.count {
    font-size: 0.75rem;
  }
}

.review_comp .review__head ul li {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .review_comp .review__head ul li {
    font-size: 0.8125rem;
  }
}

.review .contact__private {
  max-width: 1000px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .review .contact__private {
    padding: 0;
  }
}

.review .box-text-scroll {
  background-color: transparent;
  border: none;
}

.review__head .star-rating svg {
  width: 14px;
}

.review__head ul {
  padding-left: 0;
}

.review__head ul li.star {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .review__head ul li.star {
    margin-top: -8px;
  }
}

.review__head ul li.star .star-rating {
  padding: 0;
}

.review-item {
  padding-top: 12px;
  border-top: 2px solid #EEEDE5;
}

.review .default {
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #44302E;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .review .default {
    height: 60px;
    width: 100%;
  }
}

.review .default:before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.review__ttl h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.product-shiyo {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .product-shiyo {
    margin-bottom: 60px;
  }
}

.product-shiyo h2 {
  margin-bottom: 40px;
}

.product-shiyo .table th, .product-shiyo .table td {
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-shiyo .tab-cont tr {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .product-shiyo .tab-cont tr {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .product-shiyo .tab-cont td p {
    font-size: 0.75rem;
  }
}

.product-shiyo .guide__pay-table .table p {
  margin-bottom: 0;
}

.product-shiyo .guide__pay-table .table th {
  vertical-align: middle;
}

@media (min-width: 769px) {
  .product-shiyo .guide__pay-table .table th {
    width: 205px;
  }
}

@media (min-width: 769px) {
  .product-shiyo .guide__pay-table .table td {
    width: calc(100% - 205px);
  }
}

.icon-hand {
  position: relative;
  font-size: 0.875rem;
  font-weight: bold;
  color: #434242;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .icon-hand {
    font-size: 0.8125rem;
  }
}

.icon-hand.hand-white {
  font-size: 0.5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .icon-hand.hand-white {
    margin-bottom: 0;
  }
}

.icon-hand.hand-white:before {
  width: 12px;
  height: 13px;
  background: url("../images/category/women/icon-hand-white.svg") no-repeat;
}

.icon-hand:before {
  width: 18px;
  height: 18px;
  background: url("../images/category/women/icon-hand-black.svg") no-repeat;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .show-option.rando__movie {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.show-option ul {
  padding-left: 0;
  margin-bottom: 0;
}

.show-option ul li {
  list-style: none;
}

.show-option-body ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .show-option-body ul {
    flex-wrap: wrap;
  }
}

.show-option-body ul li {
  width: 80px;
  height: 80px;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .show-option-body ul li {
    width: 20%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.show-option-body ul li:last-child {
  margin-right: 0;
}

.show-option-body h4 {
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .show-option-body h4 {
    margin: 0;
  }
}

.show-option-item {
  text-align: center;
}

.show-option-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .show-option-item img {
    width: 52px;
    height: 52px;
  }
}

.show-option-item p {
  font-family: "GenJyuuGothic";
  font-size: 0.75rem;
  color: #44302E;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .show-option-item p {
    font-size: 0.5rem;
  }
}

.show-option-col {
  padding: 0;
  min-height: 170px;
}

@media (max-width: 767px) {
  .show-option-col {
    min-height: inherit;
  }
}

.show-option-col-left {
  background-color: #796663;
}

.show-option-col-left .show-option-body {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .show-option-col-left .show-option-body {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 14px;
  }
  .show-option-col-left .show-option-body h4 {
    font-size: 0.9375rem;
  }
}

.show-option-col-right {
  background-color: #EEEDE5;
}

.show-option-col-right .show-option-body {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 23px;
}

@media (max-width: 767px) {
  .show-option-col-right .show-option-body {
    padding: 16px 16px 5px;
  }
}

.show-option-row {
  margin: 0;
  border-bottom: 1px solid #fff;
}

.show-option-row:last-child {
  border-bottom: 0;
}

.option-bodyModal ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .option-bodyModal ul {
    flex-wrap: wrap;
  }
}

.option-bodyModal ul li {
  width: 80px;
  height: 80px;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .option-bodyModal ul li {
    width: 20%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.option-bodyModal ul li:last-child {
  margin-right: 0;
}

.lineup.big-imgPr {
  padding-bottom: 80px;
}

.big-imgPr-row {
  align-items: center;
}

@media (max-width: 767px) {
  .big-imgPr-row {
    flex-direction: column-reverse;
    padding: 0 10px;
  }
}

.big-imgPr-row:nth-child(even) {
  margin-top: 40px;
  margin-bottom: 45px;
  flex-direction: row-reverse;
}

.big-imgPr-row:nth-child(even) img {
  max-width: 640px;
}

@media (max-width: 767px) {
  .big-imgPr-row:nth-child(even) {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

.big-imgPr-row:last-child img {
  max-width: 790px;
  margin: auto;
}

.big-imgPr p {
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #E86E9D;
}

@media (max-width: 767px) {
  .big-imgPr p {
    font-size: 0.8125rem;
  }
}

.picup-point {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .picup-point {
    padding-top: 40px;
  }
}

.picup-point .head {
  background: url("../images/collection/detail/bg-point.png") no-repeat;
  width: 470px;
  height: 95px;
  background-size: 100% 100%;
  margin: auto;
  padding-top: 12px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .picup-point .head {
    width: 100%;
    height: 73px;
  }
}

.picup-point .head span {
  color: #fff;
}

.picup-point .head .jp {
  font-family: "GenJyuuGothic";
  font-size: 1.1875rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .picup-point .head .jp {
    font-size: 0.875rem;
  }
}

.picup-point .head .en {
  font-family: "Raleway", sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.75px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .picup-point .head .en {
    font-size: 1.5rem;
  }
}

.picup-point span {
  display: block;
}

.picup-point-item {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .picup-point-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .picup-point-item .big-img {
    padding: 0 55px;
  }
}

.picup-point-item .small-img {
  position: absolute;
  bottom: 17px;
  right: -30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-item .small-img {
    right: -10px;
    bottom: -5px;
  }
}

@media (max-width: 767px) {
  .picup-point-item .small-img {
    bottom: -40px;
    right: 30px;
  }
}

.picup-point-item .small-img img {
  width: auto;
}

.picup-point-col p {
  font-size: 1rem;
  color: #434242;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.96px;
}

@media (max-width: 767px) {
  .picup-point-col p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.picup-point-col:nth-child(1) .small-img img {
  width: 158px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-col:nth-child(1) .small-img img {
    width: 125px;
  }
}

@media (max-width: 767px) {
  .picup-point-col:nth-child(1) .small-img img {
    width: 131px;
  }
}

.picup-point-col:nth-child(2) .small-img {
  right: -40px;
  bottom: -15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-col:nth-child(2) .small-img {
    right: -12px;
  }
}

@media (max-width: 767px) {
  .picup-point-col:nth-child(2) .small-img {
    bottom: 0;
    right: 30px;
  }
}

.picup-point-col:nth-child(2) .small-img img {
  width: 232px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-col:nth-child(2) .small-img img {
    width: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-col:nth-child(2) .small-img img {
    width: 192px;
  }
}

.picup-point-col:nth-child(3) .small-img img {
  width: 142px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .picup-point-col:nth-child(3) .small-img img {
    width: 100px;
  }
}

.picup-point .container {
  max-width: 965px;
}

.onlinestory {
  padding-top: 120px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .onlinestory {
    margin-bottom: 30px;
    padding-top: 70px;
  }
}

.onlinestory-row {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .onlinestory-row {
    padding-left: 0;
    padding-right: 10px;
  }
}

.onlinestory-col {
  margin-bottom: 20px;
}

.onlinestory-cic {
  background-color: #EEEDE5;
  border-radius: 50%;
  border: 6px solid #fff;
  width: 190px;
  height: 190px;
  margin: auto;
}

@media (max-width: 767px) {
  .onlinestory-cic {
    width: 165px;
    height: 165px;
  }
}

.onlinestory-cic .avatar {
  height: 83px;
}

.onlinestory-cic .avatar.icon-mono {
  margin-top: 35px;
  height: 57px;
}

.onlinestory-cic .avatar.icon-maku {
  margin-bottom: -15px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .onlinestory-cic .avatar.icon-maku {
    margin-bottom: -25px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .onlinestory-cic .avatar.icon-star {
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) {
  .onlinestory-cic .avatar.icon-letter {
    margin-bottom: -15px;
  }
}

@media (max-width: 767px) {
  .onlinestory-cic .avatar.icon-shiru {
    margin-bottom: -15px;
  }
}

.onlinestory-cic > * {
  text-align: center;
  margin-top: 14px;
}

.onlinestory-cic p {
  font-size: 1rem;
  font-family: "GenJyuuGothic";
  color: #796663;
}

@media (max-width: 767px) {
  .onlinestory-cic p {
    font-size: 0.8125rem;
  }
}

.onlinestory .black {
  background-color: #44302E;
  color: #fff;
  height: 70px;
}

.onlinestory .black:before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.onlinestory .icon-car img {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .onlinestory .icon-car img {
    width: 60px;
    height: 52px;
  }
}

.onlinestory .icon-buy img {
  width: 75px;
  height: 92px;
}

@media (max-width: 767px) {
  .onlinestory .icon-buy img {
    width: 52px;
    height: 71px;
  }
}

.onlinestory .icon-private img {
  width: 60px;
  height: 71px;
}

@media (max-width: 767px) {
  .onlinestory .icon-private img {
    width: 52px;
    height: 62px;
  }
}

.onlinestory .icon-mono img {
  width: 68px;
  height: 61px;
}

@media (max-width: 767px) {
  .onlinestory .icon-mono img {
    width: 59px;
    height: 57px;
  }
}

.onlinestory .icon-maku img {
  width: 89px;
  height: 80px;
}

@media (max-width: 767px) {
  .onlinestory .icon-maku img {
    width: 77px;
    height: 70px;
  }
}

.onlinestory .icon-star img {
  width: 76px;
  height: 76px;
}

@media (max-width: 767px) {
  .onlinestory .icon-star img {
    width: 66px;
    height: 66px;
  }
}

.onlinestory .icon-letter img {
  width: 75px;
  height: 75px;
}

@media (max-width: 767px) {
  .onlinestory .icon-letter img {
    width: 65px;
    height: 66px;
  }
}

.onlinestory .icon-shiru img {
  width: 78px;
  height: 78px;
}

@media (max-width: 767px) {
  .onlinestory .icon-shiru img {
    width: 67px;
    height: 67px;
  }
}

.banner-catelog-category-page .banner-catelog {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .banner-catelog-category-page .banner-catelog {
    padding-bottom: 40px;
  }
}

.cart-bgPing {
  background: url("../images/collection/detail/bg-rea.png") repeat;
  background-size: 22px;
  padding-top: 90px;
}

.cart-bgPing-bg {
  background-color: #FBFCF5;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .cart-bgPing-bg {
    border-radius: 0;
  }
}

.cart-bgPing-body {
  position: relative;
}

.cart-bgPing-body:before {
  width: 370px;
  height: 293px;
  background-color: #FBFCF5;
  border-radius: 50%;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .cart-bgPing-body:before {
    width: 335px;
  }
}

@media (max-width: 767px) {
  .cart-bgPing .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-bgPing .info {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media (max-width: 767px) {
  .cart-bgPing .info {
    display: block;
    text-align: center;
  }
}

.cart-bgPing .logo-item {
  position: relative;
}

.cart-bgPing .logo-item img {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-bgPing .ping {
  justify-content: center;
}

@media (max-width: 767px) {
  .cart-bgPing .ping {
    width: 91%;
    margin-top: 15px;
    height: 70px;
  }
}

.cart-bgPing .ping:before {
  transform: rotate(-90deg);
}

.cart-bgPing h2 {
  padding-left: 0;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .cart-bgPing h2 {
    font-size: 1.25rem;
    padding-top: 0;
  }
}

.cart-bgPing h2:before {
  right: 0;
  transform: rotate(180deg);
  top: -35px;
}

.cart-bgPing h3 {
  padding-left: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #41312F;
  letter-spacing: 1.2px;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .cart-bgPing h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.cart-bgPing h3:before {
  display: none;
}

.cart-bgPing h4 {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #44302E;
  margin-right: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .cart-bgPing h4 {
    font-size: 0.875rem;
  }
}

.name-service {
  margin: 140px 0 100px;
}

@media (max-width: 767px) {
  .name-service {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.name-service_box {
  height: 196px;
  background-color: #F0EFE1;
  border-radius: 6px;
  border: 8px solid #fff;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .name-service_box {
    height: auto;
    border-width: 2px;
    border-radius: 6px;
    padding-bottom: 60px;
  }
}

.name-service_box .thumb {
  position: absolute;
  right: -17px;
  top: -35px;
  z-index: 5;
}

@media (max-width: 767px) {
  .name-service_box .thumb {
    position: relative;
    text-align: center;
    right: 0;
    top: 0;
    margin-bottom: 30px;
  }
}

.name-service_box .thumb img {
  max-width: 320px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .name-service_box .thumb img {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .name-service_box .thumb img {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .name-service_box .link {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.name-service .info {
  padding-left: 40px;
  padding-top: 76px;
}

@media (max-width: 767px) {
  .name-service .info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }
}

.name-service .info p {
  font-size: 1rem;
  font-weight: bold;
  color: #41312F;
}

.name-service .info .link-tab {
  color: #E86E9D;
  font-size: 1rem;
}

.name-service .info .link-tab:before {
  right: 0;
}

.tag-service {
  text-align: center;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.tag-service-item {
  width: 380px;
  height: 85px;
  background-color: #CC9C48;
  border: 8px solid #fff;
  border-radius: 8px;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {
  .tag-service-item {
    width: 100%;
    max-width: 91%;
    border-width: 4px;
    border-radius: 6px;
    height: 65px;
  }
}

.tag-service-item:before, .tag-service-item:after {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .tag-service-item:before, .tag-service-item:after {
    width: 8px;
    height: 8px;
  }
}

.tag-service-item:before {
  left: 11px;
}

.tag-service-item:after {
  right: 11px;
}

.tag-service-item span, .tag-service-item p {
  color: #fff;
  font-family: "GenJyuuGothic";
}

.tag-service-item span {
  font-size: 0.875rem;
  letter-spacing: 1.05px;
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .tag-service-item span {
    font-size: 0.75rem;
  }
}

.tag-service-item p {
  font-size: 1.375rem;
  letter-spacing: 1.05px;
}

@media (max-width: 767px) {
  .tag-service-item p {
    font-size: 1.125rem;
  }
}

.lineup.detail-slider {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .lineup.detail-slider {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.detail-slider {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .detail-slider-box-col {
    flex-direction: column-reverse;
  }
}

.detail-slider-box .detail-slider-item img {
  border-radius: 10px;
}

@media (min-width: 769px) {
  .detail-slider-box .slick-slide img {
    width: 815px;
    height: 542px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .detail-slider-info .logo-item {
    margin-top: 50px;
  }
}

.detail-slider-info .logo-item img {
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .detail-slider-info .logo-item img {
    height: 32px;
  }
}

.detail-slider-info h3 {
  font-size: 1.75rem;
  font-family: "GenJyuuGothic";
  padding-left: 0;
}

@media (max-width: 767px) {
  .detail-slider-info h3 {
    font-size: 1.0625rem;
  }
}

.detail-slider-info h3::before {
  display: none;
}

.detail-slider-info p {
  font-weight: bold;
  color: #796663;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .detail-slider-info p {
    font-size: 0.75rem;
  }
}

.detail-slider-info .txt-small {
  font-size: 0.75rem;
  color: #434242;
}

.detail-slider .Newdot-detail {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .detail-slider .Newdot-detail {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .detail-slider .Newdot-detail.sp_only {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
  .detail-slider .Newdot-detail.sp_only .txt-small {
    font-size: 0.5625rem;
  }
}

.detail-slider .mb-130 {
  margin-bottom: 130px;
}

.detail-slider-js .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 17px;
  z-index: 10;
  background: url("../images/collection/detail/arrow.svg") no-repeat;
}

@media (max-width: 767px) {
  .detail-slider-js .slick-arrow {
    background-size: 70%;
  }
}

.detail-slider-js .arrow-left {
  left: 20px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .detail-slider-js .arrow-left {
    left: 10px;
  }
}

.detail-slider-js .arrow-right {
  right: 20px;
}

@media (max-width: 767px) {
  .detail-slider-js .arrow-right {
    right: 10px;
  }
}

.news__dots-listDetail {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.news__dots-listDetail li {
  display: none;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #796663;
  font-weight: 500;
  letter-spacing: 1px;
}

.news__dots-listDetail li.slick-active {
  display: block;
}

.slider-navDetail .slick-track {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

@media (min-width: 769px) {
  .slider-navDetail .slick-track {
    width: 100%  !important;
    transform: inherit !important;
  }
}

.slider-navDetail .img-thumb {
  height: 55px;
  padding: 0 2px;
  cursor: pointer;
  margin-bottom: 4px;
  outline: none;
}

@media (min-width: 769px) {
  .slider-navDetail .img-thumb {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .slider-navDetail .img-thumb {
    width: 80px;
  }
}

.slider-navDetail .img-thumb.slick-current img {
  border: 2px solid #796663;
  border-radius: 4px;
}

.slider-navDetail .img-thumb img {
  padding: 1px 3px;
  width: 100%;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  padding: 2px 5px;
}

@media (max-width: 767px) {
  .slider-navDetail .img-thumb img {
    height: 46px;
  }
}

@media (max-width: 768px) {
  .slider-navDetail .slick-arrow {
    position: absolute;
    width: 10px;
    height: 94%;
    background-color: #796663;
    top: 0;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .slider-navDetail .slick-arrow {
    height: 80%;
  }
}

@media (max-width: 768px) {
  .slider-navDetail .slick-arrow span {
    width: 6px;
    height: 12px;
    background: url("../images/collection/detail/arrow-white.svg") no-repeat;
    padding-top: 50px;
    display: block;
    position: relative;
    background-position: center;
    background-size: 100%;
  }
  .slider-navDetail .arrow-left {
    left: -11px;
    border-radius: 4px 1px 1px 4px;
  }
  .slider-navDetail .arrow-left span {
    transform: rotate(180deg);
    margin-left: 1px;
  }
  .slider-navDetail .arrow-right {
    right: -11px;
    border-radius: 1px 4px 4px 1px;
  }
  .slider-navDetail .arrow-right span {
    margin-right: 1px;
  }
}

@media (max-width: 767px) {
  .cart-selectBuy {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.cart-selectBuy .logo-item {
  width: 183px;
}

.cart-selectBuy h3 {
  padding-left: 0;
}

.cart-selectBuy h3::before {
  display: none;
}

.cart-selectBuy .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cart-selectBuy .info .product-name {
  font-family: "GenJyuuGothic";
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  color: #41312F;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .cart-selectBuy .info .product-name {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

.cart-selectBuy .info h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #44302E;
  letter-spacing: 0.9px;
}

@media (max-width: 767px) {
  .cart-selectBuy .info h4 {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .cart-selectBuy__box {
    margin-bottom: 80px;
  }
}

.cart-selectBuy__box-item.rando__movie {
  padding-top: 0;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item.rando__movie {
    padding-bottom: 15px;
  }
}

.cart-selectBuy__box-item .avatar {
  background-color: #fff;
  padding: 35px 0;
  position: relative;
  text-align: center;
}

.cart-selectBuy__box-item .avatar > img {
  width: 320px;
  height: 320px;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: center;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item .avatar > img {
    width: 190px;
    height: 190px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.cart-selectBuy__box-item .avatar .zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.cart-selectBuy__box-item .avatar .zoom img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-selectBuy__box-item .list-tag {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 15px;
}

.cart-selectBuy__box-item .list-tag li {
  list-style: none;
  margin-right: 6px;
}

.cart-selectBuy__box-item .list-tag li:last-child {
  margin-right: 0;
}

.cart-selectBuy__box-item .list-tag li.tag {
  font-weight: bold;
  font-size: 0.8125rem;
  border-radius: 2px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item .list-tag li.tag {
    font-size: 0.6875rem;
  }
}

.cart-selectBuy__box-item .list-tag li.tag:hover {
  opacity: 1;
}

.cart-selectBuy__box-item-info .price-item {
  display: flex;
  align-items: center;
}

.cart-selectBuy__box-item-info .price-item span {
  font-size: 0.9375rem;
  color: #44302E;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .price-item span {
    font-size: 0.8125rem;
  }
}

.cart-selectBuy__box-item-info .price-item .txt {
  font-weight: bold;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .price-item .txt {
    font-size: 1.125rem;
  }
}

.cart-selectBuy__box-item-info .price-online {
  display: flex;
  align-items: center;
}

.cart-selectBuy__box-item-info .price-online span {
  font-size: 1.375rem;
  color: #EC4695;
}

.danhmuc_sp-144 .price-online span, .danhmuc_sp-145 .price-online span, .danhmuc_sp-102 .price-online span, .danhmuc_sp-103 .price-online span {
    color: #F04250;
}
@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .price-online span {
    font-size: 1.375rem;
  }
}

.cart-selectBuy__box-item-info .price-online .txt {
  font-family: "GenJyuuGothic";
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .price-online .txt {
    font-size: 1.125rem;
  }
}

.cart-selectBuy__box-item-info .price-online .numb {
  font-size: 1.625rem;
  font-weight: bold;
}
.cart-selectBuy__box-item-info .price-online.pd-392, .cart-selectBuy__box-item-info .price-online.pd-482 {
    padding-bottom: 1em;
}
.cart-selectBuy__box-item-info .price-online.pd-392 .numb, .cart-selectBuy__box-item-info .price-online.pd-482 .numb {
    font-size: 1.425rem;    
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .price-online .numb {
    font-size: 1.375rem !important;
  }
  .cart-selectBuy__box-item-info .price-online.pd-392 .numb, .cart-selectBuy__box-item-info .price-online.pd-482 .numb {
    font-size: 1.175rem !important;
  }
  .cart-selectBuy__box-item-info .price-online.pd-392, .cart-selectBuy__box-item-info .price-online.pd-482 {
      flex-direction: column;
  }
}

.cart-selectBuy__box-item-info .get-kubon {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .get-kubon {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.cart-selectBuy__box-item-info .quanlity {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .quanlity {
    margin-bottom: 15px;
  }
}

.cart-selectBuy__box-item-info .input {
  width: 110px;
  height: 45px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .input {
    height: 38px;
  }
}

.cart-selectBuy__box-item-info .arrow-sl-op {
  max-width: 420px;
  margin-bottom: 15px;
}

.cart-selectBuy__box-item-info .note {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .note {
    font-size: 0.875rem;
  }
}

.cart-selectBuy__box-item-info .detail-cart-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .detail-cart-btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .cart-selectBuy__box-item-info .link-tab {
    font-size: 0.875rem;
  }
}

.rando__movie.detail-zoom .modal-dialog {
  max-width: 800px;
}

.rando__movie.detail-zoom .modal-body {
  text-align: center;
  padding: 50px 0;
}

.rando__movie.detail-zoom .modal-body img {
  max-width: 500px;
}

.cart-action h4 {
  font-size: 1rem;
  color: #44302E;
}

.cart-action .sel-opt {
  max-width: 420px;
  height: 50px;
}

@media (max-width: 767px) {
  .cart-action .sel-opt {
    height: 43px;
  }
}

.detail-cart-btn {
  max-width: 360px;
  height: 70px;
  background-color: #EC4695;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .detail-cart-btn {
    height: 60px;
  }
}

.get-kubon {
  display: flex;
  align-items: center;
  height: 64px;
  max-width: 360px;
  border: 1px solid #D3D3CF;
  border-radius: 8px;
  background-color: #fff;
  color: #E86E9D;
  font-size: 1rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.4px;
  padding-left: 10px;
}

.get-kubon:hover {
  color: #E86E9D;
}

.get-kubon span {
  margin-right: 27px;
}

.get-kubon span:last-child {
  margin: 0;
}

.quanlity {
  display: inline-flex;
  font-weight: bold;
  color: #44302E;
  align-items: center;
}

.quanlity span {
  margin-right: 10px;
}

.buy-note h4 {
  color: #44302E;
}

@media (max-width: 767px) {
  .buy-note h4 {
    font-size: 0.9375rem;
  }
}

.buy-note ul {
  padding-left: 0;
}

@media (max-width: 767px) {
  .buy-note ul li {
    font-size: 0.875rem;
  }
}

.show-option.rando__movie {
  padding-top: 0;
  padding-bottom: 10px;
}

.show-option.rando__movie .btn-close {
  background: url("../images/collection/detail/icon-menu.png") no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100% 100%;
  top: 37px;
  right: 47px;
  opacity: 1;
}

@media (max-width: 767px) {
  .show-option.rando__movie .btn-close {
    width: 6px;
    height: 6px;
    top: 37px;
    right: 25px;
  }
}

.show-option.rando__movie .modal-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .show-option.rando__movie .modal-body {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.show-option.rando__movie .modal-body .box-info-item .detail .ttl {
  font-size: 1.25rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.5px;
  color: #56AC41;
  margin-top: 12px;
}

.show-option.rando__movie .modal-body .box-info-item .detail p {
  font-size: 0.875rem;
}

.show-option.rando__movie .modal-body .box-info-item .detail .note {
  font-size: 0.75rem;
}

.show-option.rando__movie .modal-body .box-info-item .detail .note:before {
  font-size: 0.75rem;
}

.show-option.rando__movie .modal-dialog {
  max-width: 940px;
  padding-top: 55px;
}

.show-option.rando__movie .modal-content {
  border-radius: 20px;
}

.show-option .modal-header {
  background-color: #EEEDE5;
  border-radius: 20px 20px 0 0;
  display: block;
  text-align: center;
}

.show-option .modal-header .ttl {
  font-size: 2.25rem;
  font-family: "GenJyuuGothic";
  color: #44302E;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .show-option .modal-header .ttl {
    font-size: 1.75rem;
  }
}

.show-option .modal-body {
  margin-top: 43px;
}

@media (max-width: 767px) {
  .show-option .modal-body .logoTag {
    width: 21%;
  }
}

.show-option .modal-body .logoTag img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.show-option .modal-body .tag {
  background-color: #F7887A;
  color: #fff;
  font-family: "GenJyuuGothic";
  padding: 4px 20px;
  border: 0;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  .show-option .modal-body .tag {
    display: inline-block;
    margin-top: 5px;
  }
}

.show-option .modal-body .tag.model {
  background-color: #F6AD3B;
}

.show-option .modal-body .tag.special {
  background-color: #F46480;
}

.show-option .modal-body .logoTag-item {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.show-option .modal-body .logoTag-item .ttl {
  font-size: 1.75rem;
  font-family: "GenJyuuGothic";
  color: #56AC41;
  letter-spacing: 0.7px;
}

@media (max-width: 767px) {
  .show-option .modal-body .logoTag-item .ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
  }
}

.show-option .modal-body .small {
  display: block;
  font-family: "GenJyuuGothic";
  font-size: 0.6875rem;
  /*color: #56AC41;*/
  margin-top: 5px;
  margin-bottom: -6px;
}

.show-option .modal-body .info-right {
  font-weight: bold;
  color: #434242;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .show-option .modal-body .info-right {
    font-size: 0.875rem;
  }
}

.show-option .modal-body .avatar {
  text-align: center;
  margin-top: 30px;
}

.show-option .modal-body .avatar img {
  max-width: 525px;
}

.detail-body-page .modal-backdrop {
  background-color: #796663;
}

.school-detail-page .review {
  padding-top: 100px;
}

.school-detail-page .cart-selectBuy {
  margin-top: 100px;
}

.school-detail-page .product-shiyo {
  margin-top: 100px;
}

.school-detail-page .guide__pay-table {
  margin-bottom: 90px;
}

.school-detail-page .cart-selectBuy__box-item .avatar {
  padding-top: 0;
  padding-bottom: 0;
}

.school-detail-page .cart-selectBuy__box-item .avatar > img {
  width: 100%;
  height: 100%;
}

.school-detail-page .cart-selectBuy__box-item-info .detail-cart-btn {
  margin-top: 0;
}

.cart-modal-product .slider-arrow-style .slick-arrow {
  width: 50px;
  height: 50px;
}

.cart-modal-product .price .buy-price {
  align-items: center;
}

@media (min-width: 769px) {
  .show-option .slider-arrow-style .slick-arrow {
    top: -72px;
  }
}

.show-option .cart-modal-product .modal-body .avatar {
  margin-top: 0;
}

.show-option .cart-modal-product .price .buy-price {
  align-items: baseline;
}

.show-option .cart-modal-product .price .buy-price .txt {
  width: auto;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #44302E;
}

.show-option .cart-modal-product .box-item .content .price .buy-price .txt {
  margin-right: 4px;
}

.show-option .cart-modal-product .box-item .content .price .buy-price .price-info {
  letter-spacing: 0.38px;
  font-weight: 500;
  color: #44302E;
}

.show-option .cart-modal-product .box-item .content {
  margin-top: 25px;
}

.show-option .cart-modal-product .box-item .logo-item {
  padding-left: 20px;
  padding-right: 20px;
}

.table-scroll {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-scroll th, .table-scroll td {
  white-space: nowrap;
  vertical-align: top;
}

.clone, .clone02 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.clone th, .clone02 th, .clone td, .clone02 td {
  visibility: hidden;
}

.clone td, .clone02 td, .clone th, .clone02 th {
  border-color: transparent;
}

.clone tbody th, .clone02 tbody th {
  visibility: visible;
  color: red;
}

.clone .fixed-side, .clone02 .fixed-side {
  visibility: visible;
}

.clone thead, .clone02 thead, .clone tfoot, .clone02 tfoot {
  background: transparent;
}

.table-scroll .logo-item img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.table-scroll .logo-item h3 {
  padding-left: 0;
  font-size: 0.8125rem;
  text-align: center;
}
.table-scroll .logo-item .txt-s {
  font-size: 0.73rem;
  line-height: 1;
}


.table-scroll .logo-item h3:before {
  display: none;
}

.table-scroll-head-item .avatar {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .table-scroll-head-item .avatar {
    width: 80px;
    height: 80px;
  }
}

.table-scroll .first-th {
  background: url("../images/user_data/func/bg.png") #E88AAE repeat;
  text-align: center;
  background-size: 80%;
  height: 240px;
  border-radius: 20px 0px 0px 0px;
}

@media (max-width: 767px) {
  .table-scroll .first-th {
    height: 200px;
  }
}

.table-scroll .first-th img {
  width: 200px;
  height: 192px;
  -o-object-fit: contain;
  object-fit: contain;
}

.table-scroll .fixed-side {
  width: 245px;
  display: block;
  vertical-align: middle;
  color: #434242;
  font-size: 0.875rem;
  border-top: 1px solid #FBFCF5;
}

@media (max-width: 767px) {
  .table-scroll .fixed-side {
    display: revert;
  }
}

.table-scroll .fixed-side .small-txt {
  display: block;
  font-size: 0.75rem;
}

.table-scroll .fixed-side .avatar {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .table-scroll .fixed-side .avatar {
    width: 38px;
    margin: auto;
  }
}

.table-scroll .fixed-side.bg-green {
  background-color: #CFE79F;
}
.table-scroll .fixed-side.bg-green img {
  width: 40px;
}

@media (max-width: 767px) {
  .table-scroll .fixed-side.bg-green {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .table-scroll .fixed-side.bg-green .d-flex {
    display: block !important;
  }
}

.table-scroll .dot {
  width: 18px;
}

@media (max-width: 767px) {
  .table-scroll .dot {
    width: 12px;
  }
}

.table-scroll .table td {
  text-align: center;
  font-size: 0.875rem;
  border-right: 1px solid #EEEDE4;
}

.table-scroll .table td img {
  max-width: 90px;
}

.table-scroll .table > :not(:last-child) > :last-child > * {
  border-right: 1px solid #EEEDE4;
  border-bottom: 1px solid #EEEDE4;
}

.table-scroll .table th:nth-child(n + 2) {
  background-color: #fff;
}

.table-scroll .table .fix-height {
  height: 70px;
}

.table-scroll .table-wrap::-webkit-scrollbar {
  background: #EEEDE5;
  height: 10px;
}

.table-scroll .table-wrap::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  height: 8px;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 10px 0;
}

.table-scroll-head-item-js {
  cursor: pointer;
}

/* =========================================================
style
========================================================= */
.head_ttl {
  text-align: center;
}

.head_ttl-en {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.28;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #575555;
  display: block;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 768px) {
  .head_ttl-en {
    font-size: 0.625rem;
    letter-spacing: 1px;
  }
}

.head_ttl h2 {
  display: inline-block;
  position: relative;
}

.header {
  background-color: #FBFCF5;
  padding: 17px 1.4vw 13px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .header {
    padding: 6px 15px;
    border-bottom: 1px solid #D3D3CF;
  }
}

.header.header-fixed {
  transform: translateY(-100%);
}

.header .header-last {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header.active {
  transform: translate(0, -10px);
}

@media (max-width: 768px) {
  .header.active {
    transform: translateY(-100%);
    height: 63px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header.active {
    height: 125px;
  }
}

@media (max-width: 768px) {
  .header.active .header__row {
    display: none;
  }
}

.header.active .header__center--top {
  transition: 0.3s all;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header.active .header-first {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header.active .header-last {
  transition: .3s all;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(0.9);
}

@media (max-width: 768px) {
  .header.active .header-last {
    transform: translateY(9px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header.active .header-last {
    transform: translateY(27px);
  }
}

.header.active .header__center {
  transform: translateY(17px);
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header.active .header__center {
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header.active .header__center {
    transform: translateY(-3px);
  }
}

.header.active .header__right {
  transition: .3s all;
}

@media (min-width: 769px) {
  .header.active .header__center--bottom {
    transform: translateY(10px);
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header.active .header__center--bottom {
    transform: translateY(0);
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header.active .header__center--bottom ul {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header.active .ttl, .header.active .ttl-history, .header.active .cart, .header.active .list--nav-shop, .header.active .list--nav-catalog {
    transition: 0.3s all;
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .header.active .header__center--bottom ul {
    justify-content: center;
    transform: translate(30px, -48px);
  }
}

.header.active .submenu {
  top: 30px;
}

@media (min-width: 769px) {
  .header.active .submenu {
    margin: inherit;
    max-width: 100%;
    left: -6%;
  }
}

.header ul {
  margin-bottom: 0;
}

.header__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header__row {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .header__row {
    margin-top: 25px;
  }
}

.header__left {
  width: 12%;
}

@media (min-width: 1364px) and (max-width: 1440px) {
  .header__left {
    width: 13%;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header__left {
    width: 12%;
  }
}

@media (max-width: 768px) {
  .header__left {
    width: 76%;
  }
}

.header__center {
  width: 88%;
}

@media (min-width: 1364px) and (max-width: 1440px) {
  .header__center {
    width: 87%;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header__center {
    width: 88%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .header__center {
    width: 100%;
  }
}

.header__center--top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .header__center--top {
    display: none;
  }
}

.header__center--top-history {
  margin-right: 1vw;
  transition: .3s all;
}

@media (min-width: 1364px) and (max-width: 1440px) {
  .header__center--top-history {
    margin-right: 0.3vw;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header__center--top-history {
    margin-right: 4px;
  }
}

.header__center--top-history ul {
  display: flex;
}

@media (max-width: 768px) {
  .header__center--top-history ul {
    flex-direction: column-reverse;
  }
}

.header__center--top-history ul li {
  margin: 0 4px;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: "GenJyuuGothic";
  color: #767676;
  position: relative;
}

.header__center--top-history ul li::before {
  width: 1px;
  height: 70%;
  background-color: #BFBFBF;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__center--top-history ul li:last-child {
  color: #967977;
  margin-right: 0;
}

.header__center--top-history ul li:last-child::before {
  display: none;
}

.header__center--top-history ul li:first-child {
  margin-left: 0;
  padding-right: 8px;
}

.header__center--top-history ul li:first-child::before {
  right: 0;
}

@media (max-width: 768px) {
  .header__center--bottom {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.header__center--bottom ul {
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

@media (max-width: 768px) {
  .header__center--bottom ul {
    justify-content: space-between;
    padding-left: 15px !important;
    padding-right: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .header__center--bottom {
    margin-left: -13.5vw;
  }
}

.header__center-search {
  margin-right: 1.2vw;
}

@media (max-width: 768px) {
  .header__center-search {
    display: none;
  }
}

.header__center-search ul {
  padding: 0;
  display: flex;
  align-items: center;
}

.header__center-search-ttl {
  transition: .3s all;
  font-family: "GenJyuuGothic";
  margin-right: 14px;
}

.header__center-search-ttl p {
  margin-bottom: -5px;
  color: #847573;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
}

.header__center-search-ttl span a {
  font-size: 0.625rem;
  letter-spacing: 0;
  color: #847573;
}

.header__center-search-input {
  position: relative;
  max-width: 200px;
}

.header__center-search-input input {
  border-radius: 50px;
  background-color: #F5EFDB;
  font-size: 0.75rem;
}

.header__center-search-input input::-moz-placeholder {
  font-size: 0.75rem;
  color: #767676;
}

.header__center-search-input input:-ms-input-placeholder {
  font-size: 0.75rem;
  color: #767676;
}

.header__center-search-input input::placeholder {
  font-size: 0.75rem;
  color: #767676;
}

.header__center-search-input .icon-search {
  position: absolute;
  right: 12px;
}

@media (max-width: 768px) {
  .header__center-login {
    display: none;
  }
}

.header__center-shopping {
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  font-family: "GenJyuuGothic";
  margin-top: 10px;
}

.header__center-shopping a {
  color: #847573;
}

.header__center-cart {
  margin-right: 18px;
}

@media (min-width: 1364px) and (max-width: 1440px) {
  .header__center-cart {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .header__center-cart span {
    display: none;
  }
}

.header__right {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

@media (max-width: 768px) {
  .header__right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: -50px;
  }
}

.header__right span {
  transition: .3s all;
  width: 100%;
  /*height: 3.5px;*/
  background-color: #EE4595;
  display: block;
  margin: 7px 0;
  border-radius: 3px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.header__right span:nth-child(1) {
  margin-top: 0;
  height: 3px;
}
.header__right span:nth-child(2) {
  transform-origin: 0% 100%;
  height: 3px;
}
.header__right span:nth-child(3) {
  margin-bottom: 0;
  height: 3px;
}

.header__right.active span {
  transform: rotate(45deg) translate(-2px, -3px);
  height: 2.5px;
}
.header__right.active span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, 1px);
  height: 2.5px;
}
.header__right.active span:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

@media (max-width: 768px) {
  .header__right.active .line-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__right.active .btn-closes {
    display: block;
    -webkit-animation: fadein 250ms ease-in-out both;
    animation: fadein 250ms ease-in-out both;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .header__right .cart {
    text-align: right;
    width: 8vw;
    margin-right: 20px;
  }
  .header__right .cart img {
    margin-right: 30px;
  }
}

.header__right .btn-closes {
  display: none;
}

@media (max-width: 768px) {
  .header__right .line-btn {
    padding: 10px;
  }
  .header__right .line-btn span {
    width: 1.06667vw;
    height: 1.06667vw;
    border-radius: 100%;
    background-color: #EE4595;
    margin: 0;
  }
  .header__right .line-btn span:nth-child(2) {
    margin: 4px 0;
  }
}

.header-pro {
  display: flex;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .header-pro {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 40px;
  }
}

.header .logo {
  margin-right: 1vw;
}

@media (min-width: 1364px) and (max-width: 1440px) {
  .header .logo {
    margin-right: 1vw;
  }
}

@media (max-width: 768px) {
  .header .logo {
    display: flex;
    align-items: center;
  }
}

.header .logo img {
  max-width: 10.5vw;
}

@media (max-width: 768px) {
  .header .logo img {
    width: 21.33333vw;
    max-width: 100%;
  }
}

.header .logo .ttl {
  font-size: 0.5625rem;
  letter-spacing: -0.45px;
  color: #AFA29C;
  font-family: "GenJyuuGothic";
  margin-left: 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header .logo .ttl {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .header .logo .ttl {
    font-size: 0.75rem;
    margin-top: -13px;
  }
}

@media (max-width: 768px) {
  .header .logo a {
    line-height: 0;
  }
}

.header ul {
  padding-left: 0;
}

.header .ttl-history {
  font-size: 0.375rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0;
  color: #967977;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header .ttl-history {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .header .ttl-history {
    font-size: 0.5rem;
    position: absolute;
    top: -20px;
  }
}

.header_sp-only {
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 6px;
  transition: 0.3s all;
  background: #FBFCF5;
  z-index: 555;
  padding-left: 15px;
  transition: 0.2s all;
  transform: translateY(-100%);
}

@media (max-width: 768px) {
  .header_sp-only {
    border-bottom: 1px solid #D3D3CF;
  }
}

.header_sp-only.active {
  transition: 0.2s all;
  transform: translateY(0);
}

.header_sp-only .other-menu-sp ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  justify-content: center;
}

.header_sp-only .other-menu-sp ul li {
  list-style: none;
}

.header_sp-only .header__right {
  top: 0;
  right: 13px;
}

.header_sp-only .logo {
  margin-bottom: 0;
  margin-top: -22px;
}

.header_sp-only .list--nav {
  margin: 0 15px;
}

.header_sp-only .list--nav img {
  max-width: 22px;
}

.icon-search img {
  max-width: 12px;
}

.cart img {
  max-width: 16px;
}

@media (max-width: 768px) {
  .cart img {
    max-width: 100%;
    width: 4.8vw;
  }
}

.login img {
  max-width: 14px;
}

.list--nav {
  margin: 0 1.3vw;
}

@media (min-width: 769px) {
  .list--nav:hover {
    transition: .3s all;
  }
  .list--nav:hover > a::before {
    opacity: 1;
  }
}

.list--nav a {
  position: relative;
}

.list--nav a:hover {
  opacity: 1;
}

.list--nav a::before {
  width: 40px;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  opacity: 0;
}

.list--nav:first-child {
  margin-left: 0;
}

.list--nav:last-child {
  margin-right: 0;
}

.list--nav-wo > a::before {
  background: url("../images/list-nav/icon-poly-wo.svg") no-repeat;
}

.list--nav-wo::before {
  border-color: #EE4595;
}

.list--nav-wo a {
  color: #EE4595;
}

.list--nav-men > a::before {
  background: url("../images/list-nav/icon-poly-boy.svg") no-repeat;
}

.list--nav-men::before {
  border-color: #00ACF1;
}

.list--nav-men a {
  color: #00ACF1;
}

.list--nav-order > a::before {
  background: url("../images/list-nav/icon-poly-order.svg") no-repeat;
}

.list--nav-order::before {
  border-color: #F39700;
}

.list--nav-order a {
  color: #F39700;
}

@media (max-width: 768px) {
  .list--nav-order .collapse__item-section ul li {
    width: 100%;
  }
}

.list--nav-shop::before {
  border-color: #796663;
  opacity: 0;
}

.list--nav-shop a {
  color: #796663;
}

.list--nav-catalog::before {
  border-color: #796663;
  opacity: 0;
}

.list--nav-catalog a {
  color: #796663;
}

@media (max-width: 768px) {
  .list--nav .down-icon {
    display: none;
  }
}

.list--nav img {
  max-width: 30px;
  margin-right: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .list--nav img {
    max-width: 20px;
  }
}

@media (max-width: 768px) {
  .list--nav img {
    max-width: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 0;
  }
}

.list--nav a {
  font-size: 0.9375rem;
  letter-spacing: 0.38px;
  font-family: "GenJyuuGothic";
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .list--nav a {
    font-size: 0.75rem;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .list--nav a {
    font-size: 0.6875rem;
  }
}

@media (max-width: 768px) {
  .list--nav a {
    display: block;
    text-align: center;
  }
  .list--nav a span {
    display: block;
  }
  .list--nav a span.pc_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .list--nav a {
    font-size: 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list--nav a {
    font-size: 0.8125rem;
  }
}

.right-navFixed {
  padding-left: 0;
  position: fixed;
  right: 0;
  top: 23%;
  transition: .3s all;
  transform: translateX(100%);
  z-index: 7;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .right-navFixed {
    display: none;
  }
}

@media (min-width: 769px) {
  .right-navFixed.active {
    transform: translateX(0);
  }
}

.right-navFixed li {
  list-style: none;
  width: 60px;
  height: 170px;
  margin-bottom: 6px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px 0px 0px 6px;
  padding-top: 8px;
  border: 1px solid #D3D3CF;
}

.right-navFixed li.login-item {
  background-color: #E9D6AF;
}

.right-navFixed li img {
  max-width: 50px;
}

.submenu {
  position: absolute;
  max-width: 90%;
  padding: 0 15px;
  z-index: 22;
  left: 0;
  right: 0;
  margin: auto;
  top: 85px;
  padding-top: 15px;
  transition: opacity 100s ease-out;
  height: auto;
  overflow: scroll;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*@media(min-width: 1023px) and (max-width: 1360px){
        top: 105px;
    }*/
}

.submenu::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1365px) and (max-width: 1490px) {
  .submenu {
    top: 113px;
  }
}

@media (min-width: 1210px) and (max-width: 1362px) {
  .submenu {
    top: 113px;
  }
}

@media (min-width: 1023px) and (max-width: 1210px) {
  .submenu {
    top: 106px;
  }
}

@media (min-width: 890px) and (max-width: 1022px) {
  .submenu {
    top: 90px;
  }
}

@media (min-width: 752px) and (max-width: 889px) {
  .submenu {
    top: 100px;
  }
}

.submenu img {
  max-width: 100%;
}

.submenu-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 65px 30px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #00000029;
}

@media (min-width: 769px) {
  .submenu-container {
    padding-top: 46px;
  }
}

.submenu-container-girls {
  background-color: rgba(232, 138, 174, 0.9);
}

.submenu-container-girls h4::before {
  background: url("../images/list-nav/icon-girls.svg") no-repeat;
}

.submenu-container-men {
  background-color: rgba(102, 179, 239, 0.9);
}

.submenu-container-men h4::before {
  background: url("../images/list-nav/icon-boy.svg") no-repeat;
}

.submenu-container-order {
  background-color: rgba(240, 181, 83, 0.9);
  padding-top: 35px;
}

@media (min-width: 769px) {
  .submenu-container-order {
    padding-top: 70px;
  }
}

.submenu-container-order h4 {
  text-align: center;
}

.submenu-container-order h4::before {
  background: url("../images/list-nav/icon-order.svg") no-repeat;
}

.submenu-container-order-ttl {
  max-width: 487px;
  margin: 0 auto 50px;
}

.submenu-container-order-ttl img {
  max-width: 100%;
}

.submenu-container-order .order-list-info {
  text-align: center;
  min-height: 325px;
}

.submenu-container-order .order-list-info h5 {
  font-size: 0.8125rem;
  letter-spacing: 0.33px;
  margin-bottom: 4px;
  font-family: "GenJyuuGothic";
}

.submenu-container-order .order-list-info h3 {
  color: #695044;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-family: "GenJyuuGothic";
  min-height: 45px;
}

.submenu-container-order .order-list-info p {
  color: #41312F;
  font-size: 0.75rem;
  letter-spacing: 0.6px;
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}

.submenu-ttl {
  max-width: 487px;
  margin: 0 auto 40px;
}

.submenu-ttl img {
  max-width: 100%;
}

.submenu-list-item {
  padding: 0 15px;
}

.submenu-list-info {
  margin-bottom: 20px;
}
.btn_wrap {
  display: flex;
  justify-content: center;
}
.btn_wrap > a.btn-last {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
}

.submenu-list-info .avatar {
  background: #FBFCF5;
  padding: 10px 15px;
  border-radius: 6px;
}

.submenu-list-info .avatar .img-product {
  width: 55px;
  height: 60px;
  margin-right: 10px;
}

.submenu-list-info .avatar .img-product img {
  -o-object-fit: contain;
  object-fit: contain;
}

.submenu-list-info .avatar .img-logo {
  width: calc(100% - 55px);
  text-align: left;
}

.submenu-list-info .avatar .img-logo img {
  max-width: 145px;
}

@media (min-width: 769px) {
  .submenu-list-info .avatar .img-logo img {
    max-height: 40px;
    object-fit: contain;
  }
}

.submenu-list-info a {
  display: block;
  text-align: center;
}
.btn_warp a {
  display: block;
  text-align: center;
}

.submenu-list-info a:hover {
  opacity: .8;
}

.submenu-list-info h4 {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  font-family: "GenJyuuGothic";
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 8px;
}

.submenu-list-info h4::before {
  width: 20px;
  height: 20px;
  right: -30px;
}

.submenu-list-info h4 a {
  color: #fff;
}

.btn_wrap .btn-last {
  color: #FFFFFF;
  border: 2px solid #fff;
  border-radius: 66px;
  padding: 20px;
  margin-top: 12px;
  width: 33%;
  max-width: 345px;
  position: relative;
  justify-content: center;
}
.btn_wrap .btn-last::before {
  width: 9px;
  height: 9px;
  background: url("../images/top-slider/arrow-btn-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  left: auto;
  top: -3px;
  bottom: 0;
  margin: auto;
  opacity: 1;
}


.submenu-list-product {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.submenu-list-product img {
  width: 280px;
  height: 135px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.submenu-list-product .limit {
  left: -27px;
}

.submenu-order-col:first-child h5 {
  color: #C64E38;
}

.submenu-order-col:nth-child(2) h5 {
  color: #6391B9;
}

.submenu-order-col:nth-child(3) h5 {
  color: #718B4A;
}

.submenu-order-col:nth-child(3) .limit {
  background: transparent;
}

.submenu-order-col:nth-child(3) .limit img {
  max-width: 30px;
}

.limit {
  position: absolute;
  top: 0;
  background: url(../images/list-nav/icon-limit.svg) no-repeat;
  background-position: center;
  width: 74px;
  height: 74px;
  left: -40px;
  text-align: center;
}

@media (max-width: 767px) {
  .limit {
    width: 13.33333vw;
    height: 13.33333vw;
    background-size: 100%;
  }
}

@media (max-width: 320px) {
  .limit {
    width: 15.33333vw;
    height: 17.33333vw;
  }
}

.limit-list {
  justify-content: center;
  line-height: 1;
}

.limit span {
  margin-top: 17px;
}

@media (max-width: 767px) {
  .limit span {
    margin-top: 15px;
  }
}

@media (max-width: 380px) {
  .limit span {
    margin-top: 12px;
  }
}

.order-list-info {
  background: #F8F8F1;
  border: 6px solid #fff;
  border-radius: 6px;
  padding: 20px 20px 10px;
}

.limit {
  color: #45281A;
  font-weight: bold;
}

.limit ul {
  padding-left: 0;
  align-items: center;
}

.limit span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: -0.15px;
}

@media (max-width: 767px) {
  .limit span {
    font-size: 0.4375rem;
  }
}

.limit-number {
  font-size: 1.375rem;
  letter-spacing: -1.1px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .limit-number {
    font-size: 0.8125rem;
  }
}

@media (max-width: 380px) {
  .limit-number {
    font-size: 0.6875rem;
    margin-right: 1px;
  }
}

.limit-name {
  font-size: 0.625rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .limit-name {
    font-size: 0.4375rem;
  }
}

.menu-line {
  background-color: #FBFCF5;
  padding-bottom: 150px;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  transition: .3s all;
}

@media (max-width: 768px) {
  .menu-line {
    overflow-x: hidden;
  }
}

.menu-line.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadein 250ms ease-in-out both;
  animation: fadein 250ms ease-in-out both;
}

@media (max-width: 768px) {
  .menu-line.fxMr {
    margin-top: -40px;
  }
}

.menu-line.footer {
  background-color: #FBFCF5;
}

@media (max-width: 768px) {
  .menu-line.footer {
    padding-top: 40px;
    padding-bottom: 200px;
  }
}

.menu-line.footer .container {
  max-width: 1270px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-line.footer .container {
    padding-bottom: 100px;
  }
}

.menu-line .container {
  max-width: 1270px;
}

.menu-line .banner-faq {
  max-width: 480px;
  margin: auto;
  margin-bottom: 15px;
  border: 0;
}

.menu-line .list_inline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .menu-line .list_inline {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}

.menu-line .support__item .btn-green {
  max-width: 420px;
}

.menu-line .tel--free {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .menu-line .tel--free {
    margin-left: 0;
    border-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-line .tel--free {
    max-width: 420px;
    margin: auto;
  }
}

.menu-line .tel-info {
  color: #575555;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .menu-line .tel-info {
    font-size: 0.6875rem;
  }
}

.menu-line .support__item-item {
  max-width: 1070px;
  margin: auto;
  background: #F7F1E0;
  border-radius: 20px;
}

.menu-line .support__item-item {
  padding-left: 0;
  padding-right: 0;
}

.menu-line .support__item-item .list-inline {
  justify-content: center;
}

@media (max-width: 768px) {
  .menu-line .support__item-item .list-inline {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.menu-line .credit-cart {
  display: flex;
  margin-top: 30px;
  padding-left: 130px;
}

@media (max-width: 768px) {
  .menu-line .credit-cart {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.menu-line .credit-cart-option {
  background: #EEEDE5;
}

.menu-line .credit-cart img {
  width: 65px;
  height: 60px;
}

.menu-line .credit-cart h5 {
  font-size: 1.125rem;
  margin-right: 84px;
}

@media (max-width: 768px) {
  .menu-line .credit-cart h5 {
    font-size: 0.875rem;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-line .credit-cart h5 {
    font-size: 1rem;
  }
}

.menu-line .credit-cart ul li {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .menu-line .credit-cart ul li {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-line .credit-cart ul li {
    margin-right: 40px;
  }
}

.menu-line .credit-cart ul span {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .menu-line.footer .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .menu-line .tel--free ul li a {
    font-size: 2.1875rem;
  }
}

@media (max-width: 380px) {
  .menu-line .tel--free ul li a {
    font-size: 1.3125rem;
  }
}

@media (max-width: 768px) {
  .menu-line .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-line .footer-row {
    width: 100%;
    max-width: 100%;
  }
}

.menu-line .footer__item h4 {
  position: relative;
}

@media (max-width: 768px) {
  .menu-line .footer__item h4 {
    font-size: 0.9375rem;
    color: #434242;
    margin-bottom: 15px;
  }
  .menu-line .footer__item h4::before, .menu-line .footer__item h4::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 1.5px;
    right: 0;
    background: #EF6B95;
    transition: .3s all;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .menu-line .footer__item h4::before, .menu-line .footer__item h4::after {
    top: 8px;
  }
}

@media (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .menu-line .footer__item h4::before, .menu-line .footer__item h4::after {
    top: 10px;
  }
}

@media (max-width: 768px) {
  .menu-line .footer__item h4::after {
    height: 11px;
    width: 1.5px;
    right: 5px;
    margin-top: -4.5px;
  }
}

@media (max-width: 768px) {
  .menu-line .footer__item h4.active::after {
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .menu-line .footer__item > ul {
    display: none;
  }
  .menu-line .footer__item > ul.active {
    display: block;
    -webkit-animation: fadein 250ms ease-in-out both;
    animation: fadein 250ms ease-in-out both;
  }
}

@media (max-width: 768px) {
  .menu-line .header__center-search-input {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .menu-line .header__center-search-input input {
    width: 100%;
    height: 52px;
    border-radius: 70px;
    padding-left: 20px;
    font-size: 1rem;
  }
  .menu-line .header__center-search-input input::-moz-placeholder {
    font-size: 1rem;
  }
  .menu-line .header__center-search-input input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .menu-line .header__center-search-input input::placeholder {
    font-size: 1rem;
  }
  .menu-line .header__center-search-input .icon-search {
    top: 12px;
    right: 20px;
  }
  .menu-line .header__center-search-input .icon-search img {
    max-width: 100%;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .menu-line .list-banner-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .menu-line .list-banner-menu ul {
    display: block;
  }
  .menu-line .list-banner-menu ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .menu-line .footer__item a {
    padding-left: 0;
    display: block;
  }
  .menu-line .footer__item li {
    margin-bottom: 10px;
  }
  .menu-line .footer__item li:first-child {
    margin-top: 20px;
  }
  .menu-line .footer__item li::before {
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  .menu-line .header__center-shopping {
    display: flex;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .menu-line .header__center-shopping i {
    margin-right: 10px;
  }
  .menu-line .header__center-shopping a {
    display: flex;
    align-items: center;
  }
  .menu-line .header__center-shopping span {
    display: block;
    font-size: 1rem;
  }
  .menu-line .header__center-shopping img {
    max-width: 100%;
    width: 5.33333vw;
  }
}

@media (max-width: 768px) {
  .menu-line .header__center-login {
    margin-bottom: 35px;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.list__line {
  margin-bottom: 30px;
}

.list__line ul {
  display: flex;
  padding-left: 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .list__line ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.list__line ul img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .list__line ul img {
    margin-right: 0;
    width: 28px;
    height: 28px;
    display: block;
    margin: 18px auto 8px;
  }
}

.list__line ul li {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .list__line ul li {
    width: 33.333%;
    margin-right: 3px;
  }
}

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

.list__line ul li a {
  font-size: 1.0625rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.85px;
  color: #796663;
}

@media (max-width: 768px) {
  .list__line ul li a {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}

@media (max-width: 380px) {
  .list__line ul li a {
    font-size: 0.6875rem;
  }
}

.list__line .btn {
  padding-top: 29px;
  padding-bottom: 29px;
  text-align: left;
}

@media (max-width: 768px) {
  .list__line .btn {
    width: 100%;
    text-align: center;
    height: 90px;
    padding: 0;
  }
}

.list__line .btn::before {
  background: url("../images/menu-line/icon-arrow-line.svg") no-repeat;
  height: 14px;
}

@media (max-width: 768px) {
  .list__line .btn::before {
    display: none;
  }
}

.list-banner-menu {
  margin-bottom: 70px;
}

.list-banner-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -10px;
}

.list-banner-menu ul li {
  width: 33.333%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 1.5rem;
}

.list-banner-menu ul li a {
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #41312F;
  font-weight: 500;
}

.collapse__menu {
  margin-bottom: 16px;
}

.collapse__menu .collapse__item-section ul li a {
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .collapse__menu .collapse__item-section ul li a {
    display: block;
    text-align: left;
    width: 100%;
  }
}

.collapse__menu ul {
  padding-left: 0;
}

.collapse__menu .list--nav a {
  font-size: 1.0625rem;
}

.collapse__menu .collapse-header-h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.collapse__menu .collapse-header a {
  display: flex;
  width: 100%;
  z-index: 2;
}

.collapse__menu .collapse-header img {
  width: 30px;
  height: 30px;
  max-width: 100%;
  margin-right: 10px;
}

.collapse__item {
  margin-top: 20px;
}

.collapse__item-section h3 {
  margin-bottom: 20px;
}

.collapse__item-section h3 a {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  color: #796663;
  justify-content: space-between;
}

.collapse__item-section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 23px;
}

.collapse__item-section ul li {
  width: 50%;
  margin-bottom: 15px;
  padding: 0 12px;
  position: relative;
}

.collapse__item-section ul li::before {
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
  right: 15px;
}

.collapse__item-section ul li a {
  justify-content: space-between;
  letter-spacing: 0.65px;
  color: #796663;
}

.collapse .link_arrow {
  right: 15px;
}

.collapse .link_arrow::before {
  width: 9px;
  height: 9px;
}

.collapse__seclect h4 a {
  position: relative;
}

.collapse__seclect h4 a::after {
  display: block;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
  right: 3px;
}

.collapse__seclect ul {
  display: block;
}

.collapse__seclect ul li {
  width: 100%;
}

.collapse-header {
  border-top: 1px solid #D3D3CF;
  padding: 18px 20px 0;
  margin: 0;
}

.collapse-header:last-child {
  border-bottom: 1px solid #D3D3CF;
}

.collapse-header-h5.active .icon-plus::after {
  transform: rotate(90deg);
}

.collapse-header-h4 a::after {
  transition: .3s all;
}

.collapse-header-h4.active a::after {
  transform: translateY(-50%) rotate(135deg);
}

.top__slider-item {
  position: relative;
}

.top__slider-item .btn {
  position: absolute;
  bottom: 7vw;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #E86E9D;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 60px;
  max-width: 420px;
  letter-spacing: .9px;
  border: 0;
}

@media (max-width: 768px) {
  .top__slider-item .btn {
    width: 77.33333vw;
    font-size: 0.875rem;
    padding: 4.8vw;
    bottom: 4vw;
  }
}

.top__slider-item .btn::before {
  background: url(../images/top-slider/arrow-btn-white.svg) no-repeat;
  height: 14px;
}

.top__slider .slick-arrow {
  display: flex !important;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: .3s all;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .top__slider .slick-arrow {
    width: 15px;
    height: 15px;
  }
}

.top__slider .slick-arrow img {
  max-width: 30px;
}

@media (max-width: 768px) {
  .top__slider .slick-arrow img {
    max-width: 10px;
  }
}

.top__slider .slick-prev {
  left: 60px;
}

@media (max-width: 768px) {
  .top__slider .slick-prev {
    left: 10px;
  }
}

@media (min-width: 769px) {
  .top__slider .slick-prev:hover {
    /*transform: translateX(-10px);*/
  }
}

.top__slider .slick-next {
  right: 60px;
}

@media (max-width: 768px) {
  .top__slider .slick-next {
    right: 10px;
  }
}

@media (min-width: 769px) {
  .top__slider .slick-next:hover {
    /*transform: translateX(10px);*/
  }
}

.top__slider .slick-next span {
  transform: scale(-1, -1);
}

.top__slider .slick-dots {
  margin-top: 20px;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 0;
}

@media (max-width: 768px) {
  .top__slider .slick-dots {
    margin-top: 0;
  }
}

.top__slider .slick-dots li {
  font-size: 0;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #E3E3E3;
  cursor: pointer;
}

.top__slider .slick-dots li:last-child {
  margin-right: 0;
}

.top__slider .slick-dots li:first-child {
  margin-left: 0;
}

.top__slider .slick-dots li.slick-active {
  background-color: #624848;
}

.lineup {
  background: url("../images/lineup/bg-rea.png") repeat;
  padding: 100px 0 275px;
}

@media (max-width: 767px) {
  .lineup {
    padding: 65px 0 210px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lineup {
    padding-bottom: 215px;
  }
}

.lineup.type2 {
  padding: 80px 0 120px;
}

@media (max-width: 767px) {
  .lineup.type2 {
    padding: 20px 0 120px;
  }
}

.lineup.type3 {
  background: url("../images/category/women5/bg-section01.png") top center no-repeat, url("../images/lineup/bg-rea.png") repeat;
  padding: 40px 0 120px;
}

@media (max-width: 767px) {
  .lineup.type3 {
    padding: 35px 0 120px;
  }
}

.lineup .container {
  max-width: 1270px;
}

.lineup .head_ttl-en::before {
  background: url(../images/lineup/icon-line-en.svg) no-repeat;
  width: 133px;
  height: 40px;
  top: -26px;
  left: 65px;
  right: 0;
  margin: auto;
}

.lineup .head_ttl h2 {
  color: #41312F;
}

.lineup .head_ttl h2::before, .lineup .head_ttl h2::after {
  background: url(../images/lineup/icon-lineup-h2.svg) no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
}

.lineup .head_ttl h2::before {
  margin-left: -60px;
}

.lineup .head_ttl h2::after {
  margin-left: 20px;
  top: 0;
}

.lineup-top-info {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 2;
  font-weight: bold;
  color: #41312F;
  margin-top: 38px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .lineup-top-info {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    font-size: .8125rem; /* 13px */
  }
}

.lineup .boy-girl {
  margin-bottom: 75px;
}

@media (min-width: 769px) {
  .lineup .boy-girl {
    margin-top: 100px;
  }
  .lineup .boy-girl a .boy-girl-item:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .lineup .boy-girl {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .lineup .boy-girl .m-20 {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .lineup .boy-girl .p-20 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.lineup .boy-girl .ttl {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .lineup .boy-girl .ttl {
    margin-bottom: -3px;
  }
}
.lineup .boy-girl .ttl .svg {
  height: 55px;
}

.lineup .boy-girl .ttl img {
  height: 53px;
}

@media (max-width: 768px) {
  .lineup .boy-girl .ttl img {
    height: auto;
    width: 80%;
  }
}

.lineup .boy-girl-item {
  font-size: 1.5rem;
  font-family: "GenJyuuGothic";
  color: #fff;
  letter-spacing: 0;
  position: relative;
  height: 268px;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 11px;
  }
}

.lineup .boy-girl-item .svg svg {
  width: 372px;
  height: 70px;
}

@media (max-width: 767px) {
  .lineup .boy-girl-item .svg svg {
    width: 43vw;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lineup .boy-girl-item .svg svg {
    height: 25px;
  }
}

.lineup .boy-girl-item .svg text {
  text-anchor: middle;
  font-family: "GenJyuuGothic";
  font-size: 2.875rem;
}

@media (max-width: 767px) {
  .lineup .boy-girl-item .svg text {
    font-size: 2.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lineup .boy-girl-item .svg text {
    font-size: 1.875rem;
  }
}

.lineup .boy-girl-item .svg text.background {
  stroke: #fff;
  stroke-width: 8px;
  stroke-linejoin: round;
}

.lineup .boy-girl-item.girl-item {
  background: url("../images/lineup/bg-girl.png") no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item.girl-item {
    background: url("../images/lineup/bg-girl-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}

.lineup .boy-girl-item.girl-item .svg text.foreground {
  fill: #E86E9D;
}

.lineup .boy-girl-item.boy-item {
  background: url("../images/lineup/bg-boy.png") no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item.boy-item {
    background: url("../images/lineup/bg-boy-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}


.lineup .boy-girl-item.girl-item .boy-girl-img {
  top: -3.38vw!important;
  right: 0px!important;
  left: auto;
}
@media (max-width: 768px) {
  .lineup .boy-girl-item.girl-item .boy-girl-img {
    top: 0!important;
  }
}

.lineup .boy-girl-item.girl-item .boy-girl-img img {
  width: 30vw!important;
  max-width: 386px;
}
@media (max-width: 768px) {
  .lineup .boy-girl-item.girl-item .boy-girl-img img {
    width: 34.5vw!important;
  }
}
.lineup .boy-girl-item.boy-item .boy-girl-img {
  top: -3.31vw!important;
  right: 0!important;
  left: auto;
}
@media (max-width: 768px) {
  .lineup .boy-girl-item.boy-item .boy-girl-img {
    top: 0!important;
  }
}
.lineup .boy-girl-item.boy-item .boy-girl-img img {
  width: 25vw!important;
  max-width: 320px;
}
@media (max-width: 768px) {
  .lineup .boy-girl-item.boy-item .boy-girl-img img {
    width: 31.5vw!important;
  }
}


.lineup .boy-girl-item.boy-item .svg text.foreground {
  fill: #3DA1EE;
}

.lineup .boy-girl-item.boy-item .boy-girl-img {
  right: -50px;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item.boy-item .boy-girl-img {
    right: 0;
  }
}

.lineup .boy-girl-item.boy-item .boy-girl-img img {
  width: 300px;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item.boy-item .boy-girl-img img {
    width: 116px;
  }
}

.lineup .boy-girl-item i img {
  width: 34px;
}
@media (max-width: 768px) {
  .lineup .boy-girl-item i img {
    width: 16px;
  }
}

@media (max-width: 768px) {
.lineup-link-txt {
  font-weight: 400;
  font-size: 3.2vw;
}
}

.lineup .boy-girl-item .info {
  display: inline-block;
  margin-top: 3.55vw;
  margin-left: 2.88vw;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .lineup .boy-girl-item .info {
    font-size: 0.75rem;
    text-align: center;
    margin-left: 0;
  }
}

.lineup .boy-girl-img {
  position: absolute;
  right: 5px;
  top: -52px;
}

@media (max-width: 768px) {
  .lineup .boy-girl-img {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 3px;
  }
}

.lineup .boy-girl-img img {
  width: 235px;
}

@media (max-width: 768px) {
  .lineup .boy-girl-img img {
    width: 87px;
  }
}


.txt-sha {
  font-size: 2.88vw;
  font-weight: bold;
  text-shadow:0.19vw 0.19vw 0 #FFF, -0.19vw -0.19vw 0 #FFF,
              -0.19vw 0.19vw 0 #FFF, 0.19vw -0.19vw 0 #FFF,
              0px 0.19vw 0 #FFF,  0 -0.19vw 0 #FFF,
              -0.19vw 0 0 #FFF, 0.19vw 0 0 #FFF;
  line-height: 1.17;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .txt-sha {
    font-size: 4.8vw;
    font-weight: bold;
    text-shadow:0.4vw 0.4vw 0 #FFF, -0.4vw -0.4vw 0 #FFF,
                -0.4vw 0.4vw 0 #FFF, 0.4vw -0.4vw 0 #FFF,
                0px 0.4vw 0 #FFF,  0 -0.4vw 0 #FFF,
                -0.4vw 0 0 #FFF, 0.4vw 0 0 #FFF;
    margin-bottom: 0;
  }
}


.txt-sha._girl {
  color: #E86E9D;
}
.txt-sha._boy {
  color: #3DA1EE;
}

.list__topbanner {
  background-color: #FBFCF5;
  padding-top: 65px;
  padding-bottom: 10px;
}

.list__topbanner .container {
  max-width: 1270px;
}

.list__topbanner img {
  border-radius: 10px;
  border: 4px solid #FFFFFF;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .list__topbanner img {
    width: 92vw;
    height: 34.66667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.list__topbanner-big {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.list__topbanner-big-detail {
  position: absolute;
  right: 4px;
  bottom: 44px;
}

@media (max-width: 767px) {
  .list__topbanner-big-detail {
    right: 4px;
    bottom: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list__topbanner-big-detail {
    bottom: 41px;
  }
}

.list__topbanner-big-detail a {
  font-size: 1.125rem;
  color: #575555;
  letter-spacing: 0;
  font-family: "GenJyuuGothic";
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 10px 0px 4px 0px;
}

@media (max-width: 768px) {
  .list__topbanner-big-detail a {
    font-size: 0.625rem;
    border-radius: 6px 0px 4px 0px;
  }
}

.list__topbanner-small {
  margin-bottom: 14px;
}

.list__topbanner-small-row {
  justify-content: center;
}

.list__topbanner p {
  font-size: 0.8125rem;
  letter-spacing: 0px;
  color: #41312F;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-tab-section {
    margin-top: 22px;
  }
}

.collection {
  margin-top: -150px;
}
.collection.outlet {
    margin-top: 140px;
    position: relative;
    top: 60px;    
}

.collection.bg-white-top {
  background-color: #fff;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .collection.bg-white-top {
  background-color: transparent;
  padding-top: 0px;
}
}

@media (max-width: 767px) {
  .collection {
    margin-top: -160px;
  }
  .collection.outlet {
      margin-top: 60px;
      top: 30px;
  }
}

.collection h2 {
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 3px;
  font-family: "GenJyuuGothic";
  color: #41312F;
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  .collection h2 {
    font-size: 1.375rem;
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection h2 {
    margin-bottom: 170px;
  }
}

.collection .container {
  max-width: 1130px;
}

.collection__colum {
  background-color: rgba(232, 138, 174, 0.7);
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}

@media (max-width: 767px) {
  .collection__colum {
    padding-top: 74px;
    padding-bottom: 20px;
  }
}

.collection__colum::before {
  background: url("../images/collection/icon-mask.svg") no-repeat;
  left: 0;
  top: -65px;
  width: 478px;
  height: 148px;
}

@media (max-width: 767px) {
  .collection__colum::before {
    width: 340px;
    background-size: 100%;
    top: -43px;
  }
}

.collection__colum .container {
  max-width: 1270px;
}

.collection__colum-items {
  text-align: center;
}

@media (min-width: 769px) {
  .collection__colum-items a {
    transition: .3s all;
  }
  .collection__colum-items a:hover {
    opacity: .8;
  }
}

@media (max-width: 767px) {
  .collection__colum-items a > .thumb {
    margin-top: 0;
  }
  .collection__colum-items a > .thumb.type2 {
    height: 26.66667vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection__colum-items a > .thumb {
    margin-top: 0;
  }
}

.collection__colum-col {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .collection__colum-col {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .collection__colum-col.m-10 {
    margin: 0 -5px;
  }
  .collection__colum-col.p-10 {
    padding: 0 5px;
  }
}

.collection__colum-col:nth-child(2) .collection__colum-items > a .thumb {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .collection__colum-col:nth-child(2) .collection__colum-items > a .thumb {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .collection__colum-col:nth-child(2) .collection__colum-items > a .thumb.gaeS {
    margin-top: 12px;
  }
}

.collection__colum .tag {
  font-size: 0.6875rem;
  letter-spacing: 0.55px;
  color: #E86E9D;
  font-family: "GenJyuuGothic";
  background-color: #fff;
  border: 0;
}

.collection__bg {
  background: url("../images/collection/stripe_pattern_bg_a.png") #E86E9D repeat;
  padding-top: 70px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .collection__bg.sp-girl-collection-bg {
    background-size: inherit!important;
    padding-top: 50px;
  }
  .collection__bg .container {
    padding: 0;
  }
}

.collection__select {
  margin-bottom: -7px;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .collection__select {
    margin-top: 5px;
    margin-bottom: -15px;
  }
}

.collection__select span {
  font-family: "GenJyuuGothic";
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  line-height: 1.7;
  color: #41312F;
}

@media (max-width: 767px) {
  .collection__select span {
    font-size: 1rem;
  }
}

.collection .list-tab {
  max-width: 1270px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
}

@media (max-width: 767px) {
  .collection .list-tab {
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection .list-tab {
    margin-top: -100px;
  }
}

.collection .list-tab li {
  position: relative;
  transition: .3s all;
  width: 40%;
}
.collection .list-tab .active {
  width: 50%;
}

.collection .list-tab li:not(:last-child) {
    padding-right: 10px;
}

@media (min-width: 769px) {
  .collection .list-tab li:hover {
    opacity: 0.8;
  }
}

.collection .list-tab li.active a {
  max-width: 600px;
  width: 100%;
  height: 120px;
  background-color: #E86E9D;
  border-color: #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .collection .list-tab li.active a, .collection .list-tab li a {
    height: 80px;
    text-align: center;
  }
}

.collection .list-tab li.active::before {
  width: 59px;
  height: 40px;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100%;
  z-index: 19;
}

@media (max-width: 768px) {
  .collection .list-tab li.active::before {
    width: 30px;
    height: 15px;
    bottom: -12.275px;
  }
}

.collection .list-tab li:nth-child(1).active::before {
  /*background: url("../images/collection/icon-down-girl.png") no-repeat;
  background-size: 100%;*/
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #E86E9D #E86E9D transparent;
    bottom: -24px;
    border-width: 25px;
    border-radius: 0 0 8px 0;
    box-shadow: 5px 5px 0px #e24380;
    transform: scaleX(0.7) rotate(45deg);
}
@media (max-width: 768px) {
  .collection .list-tab li:nth-child(1).active::before {
      bottom: -14px;
      border-width: 15px;
      border-radius: 0 0 6px 0;
  }
}

.collection .list-tab li:nth-child(1).active a {
  background-color: #E86E9D;
  color: #fff;
  box-shadow: #e24380 0 6px 0, inset #f99cbf 3px 3px 0;
  animation: none;
  font-size: 2.38vw;
}
.collection .list-tab li:nth-child(1).active a::after {
  background-image: none;
}

@media (min-width: 1600px) {
  .collection .list-tab li:nth-child(1).active a {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .collection .list-tab li:nth-child(1).active a {
    font-size: 20px;
  }
}

/* タブの点滅アニメーション 女の子　*/
@keyframes blinkBorder2 {
  0% {
    border: 4px solid #E86E9D;
  }
  100% {
    border: 4px solid rgba(249, 156, 191, 0.5);
  }
}
.collection .list-tab li:nth-child(1) a {
  background-color: #fff;
  color: #E86E9D;
  /*border-color: #E86E9D;*/
  animation: blinkBorder2 1s ease infinite alternate;
}
.collection .list-tab li:nth-child(1) a::after {
  background: url(../images/collection/tab-arrow-girl.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  @keyframes blinkBg-2 {
    0% {
      background-color: #E86E9D;
    }
    100% {
      background-color: rgba(249, 156, 191, 0.5);
    }
  }
  .collection .list-tab li:nth-child(1) a::after {
    width: 23px;
    height: 23px;
    top: 11px;
    right: 0px;
    background-image: url(../images/collection/tab-arrow-wh.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: top 5px right 5px;
    background-color: #E86E9D;
    border-radius: 0 0px 0 40px;
    /*animation: blinkBg-2 1s ease infinite alternate;*/
  }
  .collection .list-tab li:nth-child(2).active a::after {
    display: none;
  }
}

.collection .list-tab li:nth-child(2).active::before {
  /*background: url("../images/collection/icon-down-boy.png") no-repeat;
  background-size: 100%;*/
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #3DA1EE #3DA1EE transparent;
    bottom: -24px;
    border-width: 25px;
    border-radius: 0 0 8px 0;
    box-shadow: 5px 5px 0px #3186C7;
    transform: scaleX(0.7) rotate(45deg);
}
@media (max-width: 768px) {
  .collection .list-tab li:nth-child(2).active::before {
    bottom: -14px;
    border-width: 15px;
    border-radius: 0 0 6px 0;
  }
}


.collection .list-tab li:nth-child(2).active a {
  color: #fff;
  background-color: #3DA1EE;
  box-shadow: #3186C7 0 6px 0, inset #AED9F8 3px 3px 0;
  border: 0;
  animation: none;
}

.collection .list-tab .active .tab-img {
  opacity: 0;
  transition: .3s all;
}

@media (max-width: 767px) {
  .collection .list-tab-section {
    margin-top: 25px;
  }
}

/* タブの点滅アニメーション 男の子　*/
@keyframes blinkBorder {
  0% {
    border: 4px solid #3DA1EE;
  }
  100% {
    border: 4px solid rgba(174, 217, 248, 0.5);
  }
}

.collection .list-tab a {
  color: #3DA1EE;
  font-size: 1.75vw;
  letter-spacing: 3px;
  font-family: "GenJyuuGothic";
  background-color: #fff;
  /*border: 4px solid #3DA1EE;*/
  border-radius: 20px;
  max-width: 580px;
  width: 100%;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: blinkBorder 1s ease infinite alternate;
}
.collection .list-tab a::after {
  content:"";
  width: 14px;
  height: 14px;
  background: url(../images/collection/tab-arrow-boy.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 768px) {
  @keyframes blinkBg {
    0% {
      background-color: #3DA1EE;
    }
    100% {
      background-color: rgba(174, 217, 248, 0.5);
    }
  }
  .collection .list-tab a::after {
    width: 23px;
    height: 23px;
    top: 11px;
    right: 0px;
    background-image: url(../images/collection/tab-arrow-wh.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: top 5px right 5px;
    background-color: #3DA1EE;
    border-radius: 0 0px 0 40px;
    /*animation: blinkBg 1s ease infinite alternate;*/
  }
  .collection .list-tab li:nth-child(1).active a::after {
    display: none;
  }
}

@media (min-width: 1600px) {
  .collection .list-tab a {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .collection .list-tab a {
    border-radius: 7px;
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .collection .list-tab a {
    letter-spacing: 1.4px;
    border-width: 3px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection .list-tab a {
    font-size: 1rem;
    letter-spacing: 1.4px;
    border-width: 3px;
  }
}

.collection .list-tab a::before {
  width: 50px;
  height: 50px;
  background: url("../images/collection/icon-down-girl.png") no-repeat;
  background-size: 100%;
  bottom: -50.2px;
  display: none;
}

@media (max-width: 768px) {
  .collection .list-tab a::before {
    width: 28px;
    height: 14px;
    bottom: -14px;
  }
}

.collection .collection__select .icon-arrow {
  margin-top: -8px;
}

.collection .icon-arrow {
  margin-top: -3px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .collection .icon-arrow {
    display: none;
  }
}

.collection tspan {
  font-family: "GenJyuuGothic";
}

.collection .tab-img {
  text-align: center;
  top: -110px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .collection .tab-img {
    top: -70px;
  }
}

.collection .tab-img-item {
  width: 128px;
  height: 136px;
  margin: auto;
  position: relative;
}
.collection .tab-img-item > span + span {
    position: absolute;
    top: 40px;
    right: 2px;
}
.collection .tab-img-item > span + span + span {
    position: absolute;
    top: 0;
    right: 0;    
}

@media (max-width: 768px) {
  .collection .tab-img-item {
    width: 70px;
    height: 73px;
  }
  .collection .tab-img-item > span + span {
      top: 25px;
  }
}

.collection .tab-img .icon-cic {
  width: 126px;
  margin-top: 0px;
  margin-left: 1px;
}

@media (max-width: 768px) {
  .collection .tab-img .icon-cic {
    width: 68px;
  }
}

.collection .tab-img .icon-panda {
  width: 52px;
}

@media (max-width: 768px) {
  .collection .tab-img .icon-panda {
    width: 28px;
  }
}

@media (max-width: 767px) {
  .collection__columSelect {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }
}

.collection__columSelect .collection__select {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .collection__columSelect .collection__select {
    margin-bottom: 0;
  }
}

.collection__columSelect .collection__colum-col {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .collection__columSelect .collection__colum-col {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .collection__columSelect .collection__colum-col.type2 {
    margin-bottom: 20px;
  }
}

.category__bg-body .collection__select-head {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 767px) {
  .lineup.category--select .collection__columSelect {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .list-girl-col {
    width: 14.2%;
    margin-bottom: 30px;
  }
}

.list-girl-bag {
  margin-top: 20px;
}

.list-girl-bag h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  color: #41312F;
  font-family: "GenJyuuGothic";
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .list-girl-bag h3 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.list-girl-bag ul {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .list-girl-bag ul {
    padding: 0 10px;
  }
}

.list-girl-bag ul li {
  text-align: center;
}

@media (max-width: 768px) {
  .list-girl-bag ul li {
    margin-bottom: 14px;
  }
}


@media (max-width: 767px) {
  .part-page.type-color {
    margin-top: 0;
  }
  }
  
  .selectColor .list-girl-bag ul.ch-color-txt-list {
    margin-left: 10px;
  }
  @media (max-width: 767px) {
    .selectColor .list-girl-bag ul.ch-color-txt-list {
      display: block;
      margin-left: 5px;
    }
  }
  .selectColor .list-girl-bag ul.ch-color-txt-list li {
    padding-left: 20px;
  }
  @media (max-width: 767px) {
    .selectColor .list-girl-bag ul.ch-color-txt-list li {
      display: block;
      padding-left: 10px;
    }
  }



.list-girl-bag img {
  max-width: 150px;
}

.list-girl-bag .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 58px;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  font-family: "GenJyuuGothic";
  margin: -15px auto 0;
  z-index: 2;
  position: relative;
}
.list-girl-bag.type-color .tag {
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin: -15px auto 0;
  position: relative;
  padding: 0;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .list-girl-bag .tag {
    font-size: 0.9375rem;
    height: 42px;
  }
}

@media (max-width: 320px) {
  .list-girl-bag .tag {
    font-size: 0.75rem;
    height: 35px;
  }
}

.list-girl-bag .tag__color-01 {
  background-color: #FF5346;
}

.list-girl-bag .tag__color-01.men {
  background-color: #333333;
}

.list-girl-bag .tag__color-02 {
  background-color: #E86E9D;
}

.list-girl-bag .tag__color-02.men {
  background-color: #193684;
}

.list-girl-bag .tag__color-03 {
  background-color: #AA8CE3;
}

.list-girl-bag .tag__color-03.men {
  background-color: #046FF4;
}

.list-girl-bag .tag__color-04 {
  background-color: #47C4E6;
}

.list-girl-bag .tag__color-04.men {
  background-color: #03A273;
}

.list-girl-bag .tag__color-05 {
  background-color: #714A12;
}

.list-girl-bag .tag__color-05.men {
  background-color: #BF6231;
}

.list-girl-bag .tag__color-06 {
  background-color: #BF6231;
}

.list-girl-bag .tag__color-07 {
  background-color: #BAB2A5;
}

.ranking {
  background-color: #F5C6D3;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .ranking {
  padding-top: 85px;
}
}


.ranking .head_ttl {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ranking .head_ttl-en {
    font-size: 0.75rem;
  }
}

.ranking .head_ttl-en::before {
  background: url("../images/ranking/bg-ranking.svg") no-repeat;
  width: 310px;
  height: 61px;
  background-size: 100%;
  top: -55px;
}

.ranking h2 {
  color: #41312F;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ranking h2 {
    font-size: 1.375rem;
    letter-spacing: 1px;
  }
}

.ranking h3 {
  display: inline-block;
  font-size: 1.5rem;
  color: #EE4595;
  letter-spacing: 2.4px;
  font-family: "GenJyuuGothic";
  position: relative;
}

@media (max-width: 767px) {
  .ranking h3 {
    font-size: 1.0625rem;
  }
}

.ranking h3::before, .ranking h3::after {
  background: url("../images/ranking/dot.svg") no-repeat;
  width: 60px;
  height: 13px;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .ranking h3::before, .ranking h3::after {
    width: 45px;
    background-size: 100%;
    left: -60px;
  }
}

.ranking h3::after {
  left: auto;
  right: -80px;
}

@media (max-width: 767px) {
  .ranking h3::after {
    right: -60px;
  }
}

.ranking .container {
  max-width: 855px;
}

.ranking__section {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ranking__section {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ranking__items {
    max-width: calc(100% - 16px);
    margin: 0 auto 40px;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    position: relative;
  }
  .ranking__items::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/collection/tab-arrow-wh.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: top 9px right 10px;
    background-color: #E86E9D;
    border-radius: 0 10px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .rank-bg_wh02 .ranking__items::before {
    display: none;
  }
/*
  .ranking__items a {
    position: relative;
  }
  .ranking__items a::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/collection/tab-arrow-wh.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: top 9px right 10px;
    background-color: #E86E9D;
    border-radius: 0 10px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  */

  .ranking__items.type02 {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .ranking__items.type02 a::before {
    right: -20px;
  }

  #id02 .ranking__items a::before {
    background-color: #3DA1EE;
  }

}

.ranking__items-img {
  background-color: #fff;
  position: relative;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ranking__items .number {
  position: absolute;
  top: -50px;
  left: -15px;
}
@media (max-width: 767px) {
  .ranking__items .number.num01 {
  top: -40px;
  left: -15px;
}
  .ranking__items .number.num02 {
  top: -40px;
  left: -40px;
}
  .ranking__items .number.num03 {
  top: -40px;
  left: -40px;
}
}

@media (max-width: 767px) {
  .ranking__items .number.num01 img {
    width: 12vw;
  }
  .ranking__items .number.num02 img {
    width: 15.5vw;
    max-width: 90px;
  }
  .ranking__items .number.num03 img {
    width: 13vw;
    max-width: 85px;
  }
}

.ranking__items-info {
  text-align: center;
}

.ranking__items-info p {
  margin-bottom: 0;
}

.ranking__items-info .product-name {
  margin-bottom: 0px;
}

.ranking__btn {
  text-align: center;
  padding: 35px 0 50px;
  background: url(../images/ranking/stripe_pattern_bg_b.png) repeat;
}

@media (max-width: 767px) {
  .ranking__btn {
    position: relative;
    padding-bottom: 26px;
    padding-top: 26px;
    margin-top: 35px;
  }
}

.ranking__btn .btn {
  background-color: #E86E9D;
  color: #fff;
  width: 600px;
  padding: 40px;
  border-radius: 10px;
  border: 4px solid #fff;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .ranking__btn .btn {
    width: 92vw;
    font-size: 1.25rem;
    padding: 16px 0;
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .ranking__btn .btn {
    padding: 10px 0;
    font-size: 0.9375rem;
  }
}

.ranking__btn .btn::before {
  background: url("../images/top-slider/arrow-btn-white.svg") no-repeat;
  height: 14px;
}

@media (max-width: 767px) {
  .ranking__btn .btn::before {
    display: none;
  }
}

.ranking__btn .bg-btn {
  position: absolute;
  width: 630px;
  height: 150px;
  background-color: #fff;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .ranking__btn .bg-btn {
    width: 97.33333vw;
    height: 29.33333vw;
    max-height: 125px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
}

.product-name {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #41312F;
  font-family: "GenJyuuGothic";
}

.product-name .link_arrow::before {
  left: 10px;
}

.price {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  color: #41312F;
  font-weight: 500;
}

.randose {
  background-color: #FBFCF5;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .randose {
    padding-top: 0;
  }
}

.randose .container {
  max-width: 1270px;
}

.randose-bg {
  position: relative;
}
@media (max-width: 768px) {
  .randose-bg {
    margin-bottom: 20px;
}
.randose-bg02 {
  margin-top: 15px;
  margin-bottom: 28px;
}
}

.randose__container {
  position: relative;
  margin-bottom: -80px;
}

@media (max-width: 768px) {
  .randose__container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.randose__container h3 {
  max-width: 314px;
  margin: 0 auto 15px;
}

.randose__container h2 {
  max-width: 574px;
  margin: 0 auto 20px;
}

.randose--info {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
}

@media (max-width: 768px) {
  .randose--info {
    position: relative;
    top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .randose--info {
    top: 34%;
  }
}

.randose--info p {
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  line-height: 2;
  color: #44302E;
  font-weight: bold;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .randose--info p {
    padding: 0 25px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randose--info p {
    padding: 0 25px;
  }
}

.randose--info .btn {
  border-radius: 70px;
  background-color: #967977;
  color: #fff;
  width: 400px;
  font-size: 1.125rem;
  border: 0;
}

@media (max-width: 767px) {
  .randose--info .btn {
    max-width: 80vw;
    margin: auto;
    font-size: 0.9375rem;
    padding: 20px;
  }
}

@media (max-width: 320px) {
  .randose--info .btn {
    max-width: 94vw;
    top: 180px;
  }
}

.randose--info .btn::before {
  opacity: 0;
}

.order__top {
  background: url("../images/order/bg.png") no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .order__top {
    padding: 25px 15px;
  }
}

@media (max-width: 768px) {
  .order__top {
    background: url("../images/order/bg-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}

.order__top-ttl {
  max-width: 600px;
  margin: auto;
  padding-top: 30px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .order__top-ttl {
    max-width: 308px;
    margin-bottom: 45px;
    padding-top: 0;
  }
}

.order__top-ttl p {
  font-size: 1rem;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: #563128;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .order__top-ttl p {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .order__top-ttl p {
    margin-top: 18px;
    text-align: left;
    font-size: 0.8125rem;
  }
}

.order__top-boder {
  border-radius: 8px;
  border: 8px solid #F8F8F1;
  position: relative;
  padding: 60px 30px 35px;
}

@media (max-width: 767px) {
  .order__top-boder {
    padding-top: 12px;
    border: 6px solid #F8F8F1;
  }
}

.order__top-row {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .order__top-row {
    padding-top: 20px;
    padding-left: 11px;
    padding-right: 10px;
  }
}

.order__top .container {
  max-width: 1270px;
}

.order__top-section {
  max-width: 840px;
  margin: auto;
  background-color: #F0EFE1;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0px 1px 6px #9F9477;
  margin-bottom: 65px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .order__top-section {
    max-width: 100%;
  }
}

.order__top-section::before {
  width: 516px;
  height: 84px;
  z-index: 3;
  top: -40px;
}

@media (max-width: 767px) {
  .order__top-section::before {
    width: 112%;
    left: -20px;
    top: -55px;
  }
}

@media (max-width: 370px) {
  .order__top-section::before {
    width: 114.5%;
  }
}

@media (max-width: 767px) {
  .order__top-section.top-01 .order__top-section-left {
    width: 76px;
  }
  .order__top-section.top-01 .order__top-section-left .top-product img {
    max-width: 76px;
  }
}
@media (max-width: 767px) {
.order__top-section.top-01 .order__top-section-left, .order__top-section-left.order_left {
  width: 120px!important;
  margin-left: -10px;
}
}

.order__top-section.top-01::before {
  background: url("../images/order/title-top1.svg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.order__top-section.top-02::before {
  background: url("../images/order/title-top2.svg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.order__top-section.top-03::before {
  background: url("../images/order/title-top3.svg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.order__top-section-ttl {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  font-family: "GenJyuuGothic";
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  z-index: 3;
}

@media (max-width: 767px) {
  .order__top-section-ttl {
    font-size: 0.9375rem;
    top: -28px;
    letter-spacing: 0;
  }
}

@media (max-width: 320px) {
  .order__top-section-ttl {
    font-size: 0.75rem;
  }
}

.order__top-section:last-child {
  margin-bottom: 0;
}

.order__top-section:last-child .limit {
  background: transparent;
  top: 20px;
}

@media (max-width: 767px) {
  .order__top-section:last-child .limit {
    left: -15px;
  }
}

.order__top-section .text-end span {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  letter-spacing: 0;
  color: #E86E9D;
  padding-right: 33px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
}

@media (min-width: 769px) {
  .order__top-section .text-end span {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .order__top-section .text-end span {
    font-size: 0.75rem;
    position: relative;
    padding-bottom: 4px;
    padding-right: 23px;
    bottom: 0;
  }
}

.order__top-section .link_arrow::before {
  width: 9px;
  height: 9px;
  left: auto;
  right: 15px;
  top: 17px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .order__top-section .link_arrow::before {
    width: 7px;
    height: 7px;
    top: 1px;
    border-width: 2px;
    right: -11px;
    top: -25px;
  }
}

.order__top-section .good-design-icon {
  max-width: 30px;
}

@media (max-width: 767px) {
  .order__top-section .good-design-icon {
    max-width: 16px;
  }
}

.order__top-section-left {
  width: 145px;
}

@media (max-width: 767px) {
  .order__top-section-left {
    width: 60px;
  }
}

.order__top-section-left .top-product {
  margin-right: 0;
  padding-bottom: 17px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .order__top-section-left .top-product {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.order__top-section-left .top-product img {
  max-width: 155px;
}

@media (max-width: 767px) {
  .order__top-section-left .top-product img {
    max-width: 60px;
  }
}

.order__top-section-left .limit {
  top: 2px;
  left: -5px;
}

@media (max-width: 767px) {
  .order__top-section-left .limit {
    top: 9px;
    left: -15px;
  }
}

.order__top-section-right {
  width: calc(100% - 155px);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .order__top-section-right {
    width: calc(100% - 60px);
    margin-left: 10px;
    margin-top: -20px;
  }
}

.order__top-section-right p {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  font-weight: 500;
  color: #41312F;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .order__top-section-right p {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.top-product {
  margin-right: 23px;
}

.top-product img {
  max-width: 120px;
}

@media (max-width: 767px) {
  .top-product img {
    max-width: 60px;
  }
}

.news {
  background-color: #FBFCF5;
  padding: 100px 0 85px;
}

@media (max-width: 768px) {
  .news {
    padding-bottom: 26px;
    padding-top: 30px;
  }
}

.news .head_ttl {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news .head_ttl {
    margin-bottom: 30px;
  }
}


.news .head_ttl h2 {
  color: #575555;
}
@media (max-width: 768px) {
  .news .head_ttl h2 {
    width: 100%;
    text-align: center;
  }
}


.news .head_ttl .img-icon {
  margin-left: -30px;
  margin-top: -15px;
  display: block;
}

@media (max-width: 768px) {
  .news .head_ttl .img-icon {
    margin-left: 0;
  }
}

.news .head_ttl .img-icon img {
  max-height: 43px;
}

@media (max-width: 768px) {
  .news .head_ttl .img-icon img {
    width: 140px;
    display: none;
  }
}

.news .btn {
  background-color: #EF6B95;
  color: #fff;
  width: 100%;
  font-size: 0.9375rem;
  padding: 19px;
}

@media (max-width: 768px) {
  .news .btn {
    max-width: 93%;
    margin: auto;
  }
}

.news .btn::before {
  display: none;
}

.news .btn span {
  margin-left: -20px;
  margin-right: 11px;
  margin-top: -2px;
}

.news .btn span img {
  max-width: 10px;
}

@media (max-width: 768px) {
  .news__body {
    padding: 0 5px;
  }
}

.news__body-item {
  padding-bottom: 5px;
  margin-bottom: 16px;
  /* border-bottom: 1px solid #C9C9C9; */
}

@media (max-width: 768px) {
  .news__body-item:last-child {
    margin-bottom: 25px;
  }
}

.news__body-item ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 7px;
}

.news__body-item ul .time {
  font-family: "GenJyuuGothic";
  font-size: 0.8125rem;
  letter-spacing: 0.33px;
  color: #575555;
}

.news__body-item h3 a {
  font-size: 0.9375rem;
  color: #44302E;
  letter-spacing: 0.75px;
  line-height: 1.6;
}

.news__tags {
  margin-left: 6px;
}

.news__tags a {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  background-color: #575555;
  font-family: "GenJyuuGothic";
  border-radius: 32px;
  padding: 2px 20px;
  display: block;
  text-align: center;
  min-width: 92px;
}

.news__tags-off a {
  background-color: #00ACF1;
}

.news__tags-event a {
  background-color: #F6970A;
}

.news__tags-info a {
  background-color: #99C904;
}

.news__tags-ping a {
  background-color: #EF6B95;
}

.news__tags-finish a {
  background-color: #FBFCF5;
  border-color: #D3D3CF;
  color: #B4B4AC;
  border: 1px solid;
}

.news__tags-pause a {
  background-color: #FBFCF5;
  border-color: #FF0000;
  color: #FF0000;
  border: 1px solid;
}

.news__detail .news__body-item {
  border: 0;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  .news__detail .news__body-item {
    padding-left: 0  !important;
  }
}

.news__detail .news__body-item:first-child {
  border: 0 !important;
}

.news__detail h2 {
  padding-left: 0;
  margin-top: 10px;
}

.news__detail h2::before {
  display: none;
}

.news__detail h2 a {
  color: #41312F;
}

.news__detail .box-info {
  margin-top: 90px;
  margin-bottom: 40px;
}

.news__detail .box--boder {
  padding: 30px 50px 15px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.news__detail .ping {
  max-width: 330px;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .news-col-3 {
    width: 27%;
  }
  .news-col-9 {
    width: 73%;
  }
}

.maps .head_ttl {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .maps .head_ttl {
    margin-bottom: 30px;
  }
}

.maps .head_ttl-en::before {
  background: url("../images/maps/icon-dot.svg") no-repeat;
  width: 41px;
  height: 10px;
  top: -15px;
}

.maps .head_ttl h2 {
  color: #575555;
}

.maps .head_ttl h2::before, .maps .head_ttl h2::after {
  background: url("../images/maps/icon-h2.svg") no-repeat;
  width: 60px;
  height: 60px;
  top: -30px;
}

.maps .head_ttl h2::before {
  margin-left: -60px;
}

.maps .head_ttl h2::after {
  margin-left: 0px;
  transform: scale(-1, 1);
}

.maps .shop_box--map {
  padding-top: 185px;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  .maps .shop_box--map {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.maps .map-link {
  max-width: 860px;
  margin: auto;
}

@media (max-width: 767px) {
  .maps .map-img {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .maps .map-anker__li {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .maps .map-link__box h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .maps .map-link__list a {
    font-size: 1rem;
  }
}

.box-calendar {
  max-width: 875px;
  margin: auto;
  background-color: #FBFCF5;
  border-radius: 8px;
  padding: 25px 16px 15px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .box-calendar {
  margin-bottom: 30px;
}
}

.box-calendar_ttl {
  font-family: "GenJyuuGothic";
  font-size: 20px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  letter-spacing: 1px;
}
.box-calendar_ttl::before {
  content: "";
  width: 62px;
  height: 12px;
  background: url(../images/icon-dot-h4.svg) no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}

.box-calendar-item {
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dotted #C7B590;
}
.box-calendar-row {
  margin: 0;
  padding-left: 0;
}
.box-calendar-row li {
  list-style-type: none;
  margin-bottom: 0!important;
}
.box-calendar-row li:nth-child(1) .box-calendar-item,
.box-calendar-row li:nth-child(2) .box-calendar-item,
.box-calendar-row li:nth-child(3) .box-calendar-item {
  border-top: 0;
}
@media (max-width: 768px) {
  .box-calendar-row li:nth-child(2) .box-calendar-item,
  .box-calendar-row li:nth-child(3) .box-calendar-item {
    border-top: 1px dotted #C7B590;
  }
}


.box-calendar-item::before {
  width: 9px;
  height: 13px;
  background: url("../images/icon-arrow-ping.svg") no-repeat;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.box-calendar-item::after {
  width: 18px;
  height: 21px;
  background: url("../images/icon-calenda.svg") no-repeat;
  left: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.box-calendar-item a {
  display: flex;
  align-items: center;
}

.box-calendar-item span {
  font-family: "GenJyuuGothicMedium";
  color: #44302E;
}

.box-calendar-item .time {
  font-size: .875rem;  /* 14px */
}

.box-calendar-item .date {
  font-size: .8125rem; /* 13px */
}

.box-calendar-item .address {
  font-size: .875rem;  /* 14px */
  padding-left: 10px;
}

@media (min-width: 769px) {
  .box-calendar-row:nth-child(even) .box-calendar-item {
    border-bottom: 0;
  }
}

.schoolgoods {
  background: #E6C08B33;
  padding-bottom: 120px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .schoolgoods {
    padding-bottom: 40px;
    padding-top: 33px;
    margin-top: 0px!important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schoolgoods {
    padding-bottom: 80px;
  }
}

.schoolgoods__slider-container {
  max-width: 840px;
  margin: auto;
  background: url("../images/school/school-bg.png") no-repeat;
  margin-bottom: 25px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 0 20px 20px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .schoolgoods__slider-container {
    background: url("../images/school/school-bg-sp.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 15px 40px;
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .schoolgoods__slider-container {
    padding-bottom: 60px;
  }
}

.schoolgoods__slider--title {
  max-width: 560px;
  margin: auto;
  padding-top: 36px;
  margin-bottom: -26px;
}

.schoolgoods__slider-items {
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .schoolgoods__slider-items {
    overflow: inherit;
  }
}

.schoolgoods__slider-item {
  background-color: #fff;
  padding: 17px 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .schoolgoods__slider-item {
    padding: 33px 20px 3px;
  }
}

.schoolgoods__slider-item-info {
  display: inline-block;
  background-color: #fff;
  padding: 10px 35px 5px 2px;
  border-radius: 15px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .schoolgoods__slider-item-info {
    padding-right: 2px!important;
  }

}

.schoolgoods__slider-item-info ul li {
  list-style: none;
}

.schoolgoods__slider-item-info h3 {
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .schoolgoods__slider-item-info h3 {
    margin-bottom: 30px;
  }
}

.schoolgoods__slider-item-info h3 a {
  color: #796663;
  letter-spacing: 0.45px;
  line-height: 1.2;
  font-size: 1.125rem;
}

.schoolgoods__item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .schoolgoods__item {
    margin-bottom: 20px;
  }
}

.schoolgoods__item-list {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .schoolgoods__item-list {
    margin-bottom: 26px;
  }
}

.schoolgoods__item-list h3 {
  position: relative;
  margin-bottom: 3px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .schoolgoods__item-list h3 {
    margin-bottom: 0;
  }
}

.schoolgoods__item-list h3::before {
  left: 0;
  background: url("../images/school/icon-school-arrow.svg") no-repeat;
  width: 9px;
  height: 14px;
  top: 11px;
}

.schoolgoods__item-list h3 a {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 2;
  font-family: "GenJyuuGothic";
  color: #41312F;
}
@media (max-width: 767px) {
  .schoolgoods__item-list h3 a {
    line-height: 1.2;
  }

}

.schoolgoods__item-list p {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .schoolgoods__item-list p {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .schoolgoods__item-info {
    margin-top: 7px;
  }
}

.schoolgoods__banner.carrer {
  margin: 60px 0 45px;
}

.schoolgoods .btn {
  margin-top: 20px;
  background-color: #E6C08B;
  color: #41312F;
  padding: 20px;
}

.blog {
  background-color: #FBFCF5;
  margin-bottom: -50px;
  padding-bottom: 210px;
  padding-top: 115px;
}

@media (max-width: 767px) {
  .blog {
    padding-bottom: 145px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .blog .slick-slide {
    margin: 0 9px;
  }
}

@media (max-width: 767px) {
  .blog .slick-slide img {
    width: 77.06667vw;
    height: 50.66667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .blog .time {
    font-size: 0.625rem;
  }
}

.blog .head_ttl {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.blog .head_ttl .head_ttl-en {
  position: relative;
}

.blog .head_ttl .head_ttl-en::before {
  background: url("../images/blog/icon-blog.svg") no-repeat;
  width: 109px;
  height: 47px;
  top: -26px;
  left: 44px;
}

.blog .head_ttl h2 {
  position: relative;
}

.blog .head_ttl h2::before {
  background: url("../images/blog/icon-blog-bigLine.svg") no-repeat;
  width: 270px;
  height: 10px;
  bottom: -17px;
}

@media (max-width: 767px) {
  .blog .head_ttl h2::before {
    width: 58.13333vw;
    height: 2.13333vw;
    background-size: 100% 100%;
  }
}

.blog .head_ttl p {
  font-size: 0.9375rem;
  color: #41312F;
  letter-spacing: 0.75px;
  line-height: 2;
  font-family: "GenJyuuGothic";
  margin-top: 26px;
}

@media (max-width: 767px) {
  .blog .head_ttl p {
    text-align: left;
    padding: 0 15px;
    font-size: 0.8125rem;
  }
}

.blog__item {
  overflow: hidden;
}

.blog__item-detail {
  position: relative;
  background-color: #fff;
  padding: 14px 14px 12px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog__item-detail {
    padding: 12px 12px 8px;
  }
}

.blog__item-detail h3 {
  padding: 15px;
}

@media (max-width: 767px) {
  .blog__item-detail h3 {
    padding: 10px;
    font-size: 0.9375rem;
  }
}

.blog__item-detail h3 a {
  color: #41312F;
  font-size: 1rem;
  letter-spacing: 1.6px;
  line-height: 1.375;
}

@media (max-width: 767px) {
  .blog .btn {
    font-size: 0.9375rem;
  }
}

.support {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .support {
    padding-bottom: 5px;
  }
}

.support::before {
  width: 100%;
  height: 100%;
  background-color: #F0EFE1;
  left: 0;
  top: 50px;
  z-index: -1;
}

.support::after {
  width: 480px;
  height: 380px;
  background: #F0EFE1;
  top: -80px;
  z-index: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .support::after {
    width: 90.66667vw;
    height: 70.66667vw;
    top: -40px;
  }
}

.support .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .support .container {
    overflow-x: hidden;
  }
}

.support .head_ttl-en {
  margin-bottom: 4px;
}

.support .head_ttl {
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .support .head_ttl {
    margin-bottom: 45px;
  }
}

.support h2 {
  position: relative;
  color: #575555;
}

.support h2::before, .support h2::after {
  width: 36px;
  height: 37px;
  background: url("../images/icon-key-left.svg") no-repeat;
  left: -35px;
  top: -17px;
}

.support h2::after {
  width: 46px;
  height: 46px;
  background: url("../images/icon-key-right.svg") no-repeat;
  left: inherit;
  top: 10px;
  right: -48px;
}

@media (max-width: 768px) {
  .support__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.support__item h3 {
  color: #41312F;
  display: inline-block;
  position: relative;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .support__item h3 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.support__item h3::before, .support__item h3::after {
  width: 62px;
  height: 12px;
  background: url("../images/icon-dot-h3.svg") no-repeat;
  left: -95px;
  top: 5px;
}

@media (max-width: 767px) {
  .support__item h3::before, .support__item h3::after {
    width: 12vw;
    background-size: 100%;
    left: -78px;
  }
}

.support__item h3::after {
  left: auto;
  right: -95px;
}

@media (max-width: 767px) {
  .support__item h3::after {
    right: -78px;
  }
}

.support__item h4 {
  margin-bottom: 32px;
  color: #41312F;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .support__item h4 {
    font-size: 1rem;
    padding-left: 41px;
    margin-bottom: 20px;
  }
}

.support__item h4::before {
  width: 62px;
  height: 12px;
  background: url(../images/icon-dot-h4.svg) no-repeat;
  left: 0;
  top: 5px;
}

@media (max-width: 767px) {
  .support__item h4::before {
    width: 26px;
    background-size: 100%;
  }
}

.support__item-item {
  background-color: #FBFCF566;
  border-radius: 20px;
  padding: 40px 35px;
}

@media (min-width: 970px) and (max-width: 1075px) {
  .support__item-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .support__item-item {
    padding: 19px;
    margin-bottom: 25px;
  }
}

.support__item-item p {
  color: #41312F;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .support__item-item .tel-info {
    font-size: 0.625rem;
  }
}

@media (max-width: 380px) {
  .support__item-item .tel-info {
    font-size: 0.5rem;
  }
}

@media (max-width: 320px) {
  .support__item-item .tel-info {
    font-size: 0.5rem;
  }
}

.support__item-item .list-inline {
  display: flex;
  border-bottom: 1px solid #D3D3CF;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .support__item-item .list-inline {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .support__item-item .list-inline {
    justify-content: center;
  }
}

.support__item-item .list-inline ul {
  padding: 0;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .support__item-item .list-inline ul {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.support__item-item .list-inline ul:last-child {
  margin-right: 0;
}

.support__item-item .list-inline li {
  position: relative;
  margin-bottom: 5px;
}

.support__item-item .list-inline li::before {
  background: url("../images/icon-sup-arrow.svg") no-repeat;
  width: 10px;
  height: 16px;
  left: 0;
  top: 9px;
}

.support__item-item .list-inline li a {
  color: #41312F;
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.8;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .support__item-info {
    padding: 0 20px;
  }
}

@media (max-width: 320px) {
  .support__item-info {
    padding: 0;
  }
}

.support__item .btn-green {
  width: 100%;
  padding: 28.5px 0;
  color: #99C904;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .support__item .btn-green {
    padding: 20px 0;
    border-width: 2px;
    margin-bottom: 20px;
    font-size: 0.8125rem;
  }
  .support__item .btn-green::before {
    height: 14px;
    right: 7px;
  }
}

@media (max-width: 320px) {
  .support__item .btn-green {
    font-size: 0.625rem;
  }
}

.credit-cart {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .credit-cart {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .credit-cart {
    padding-left: 0;
  }
  .credit-cart ul {
    justify-content: center;
  }
}

.credit-cart h5 {
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  color: #575555;
  font-family: "GenJyuuGothic";
  margin-top: 15px;
}

@media (max-width: 767px) {
  .credit-cart h5 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .credit-cart h5 {
    text-align: center;
  }
}

.credit-cart img {
  width: 60px;
  height: 55px;
}

@media (max-width: 767px) {
  .credit-cart img {
    width: 60px;
    height: 55px;
  }
}

.credit-cart ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.credit-cart ul li {
  text-align: center;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .credit-cart ul li {
    margin-right: 15px;
  }
}

.credit-cart ul li:last-child {
  margin-right: 0;
}

.credit-cart ul span {
  display: block;
  color: #575555;
  font-size: 0.5625rem;
  letter-spacing: 0;
  font-family: "GenJyuuGothic";
  font-weight: bold;
}

@media (max-width: 767px) {
  .credit-cart ul span {
    font-size: 0.5rem;
  }
}

@media (max-width: 768px) {
  .tel--free {
    background-color: #fff;
    border: 2px solid #99C904;
    border-radius: 8px;
    padding: 15px 10px;
  }
}

@media (max-width: 380px) {
  .tel--free {
    padding: 15px 5px;
  }
}

.tel--free ul {
  padding-left: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tel--free ul {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.tel--free ul li {
  color: #99BF22;
}

.tel--free ul li:first-child {
  font-size: 0.6875rem;
  letter-spacing: -1.1px;
  font-family: "GenJyuuGothic";
  margin-right: 4px;
}

@media (max-width: 767px) {
  .tel--free ul li:first-child {
    font-size: 0.5rem;
    letter-spacing: -0.8px;
  }
}

@media (max-width: 320px) {
  .tel--free ul li:first-child {
    display: none;
  }
}

.tel--free ul li:nth-child(2) {
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tel--free ul li:nth-child(3) {
    margin-top: -14px;
  }
}

@media (max-width: 767px) {
  .tel--free ul li img {
    max-width: 21px;
  }
}

.tel--free ul li a {
  color: #99C904;
  font-family: Courier;
  font-weight: 700;
  font-size: 2.9375rem;
  letter-spacing: -5.4px;
  line-height: 1;
}

@media (max-width: 767px) {
  .tel--free ul li a {
    font-size: 1.6875rem;
    letter-spacing: -2.48px;
  }
}

@media (max-width: 370px) {
  .tel--free ul li a {
    font-size: 1.3125rem;
  }
}

@media (min-width: 769px) {
  .tel--free ul li a {
    cursor: default;
    pointer-events: none;
  }
}

.banner-faq {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D3CF;
}

.tel-info {
  text-align: center;
  margin-bottom: -20px;
  font-family: "GenJyuuGothic";
}

.footer {
  background-color: #fff;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer .container {
  max-width: 1240px;
}

@media (max-width: 767px) {
  .footer .container {
    padding: 0 25px;
  }
}

.footer-col {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer-col {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-col {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-row {
    max-width: 84%;
    margin: auto;
  }
}

.footer h4 {
  font-size: 1.0625rem;
  color: #44302E;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.85px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer h4.sp-collapse-only::after {
    display: none;
  }
  .footer h4.sp-collapse-only::before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 3px solid #E86E9D;
    border-right: 3px solid #E86E9D;
    border-radius: 2px;
    background-size: 100%;
    background: transparent;
    left: auto;
    right: 5px;
  }
  .footer h4.sp-collapse-only a {
    line-height: 1;
    color: #434242;
  }
}

.footer h4.sp-collapse-only a {
  padding-left: 0;
  font-size: 0.9375rem;
}

@media (min-width: 769px) {
  .footer h4.sp-collapse-only a {
    cursor: default;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .footer h4 {
    margin-bottom: 10px;
  }
}

.footer__item ul {
  padding-left: 0;
}

.footer__item li {
  position: relative;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer__item li {
    padding-left: 10px;
  }
}

.footer__item li::before {
  background: url("../images/icon-footer-right.svg") no-repeat;
  width: 6px;
  height: 13px;
  left: 0;
  top: 9px;
}

@media (max-width: 767px) {
  .footer__item li::before {
    left: 12px;
  }
}

.footer__item a {
  color: #44302E;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.8;
  padding-left: 13px;
}


.footer__item.type02 .menu_add {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.footer__item.type02 .menu_add::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
  background: transparent;
  left: auto;
  right: 5px;
}

.footer__item.type02 .menu_add a {
  font-size: 1.063rem;/*17px*/
  font-weight: bold;
  color: #695044;
  font-family: 'GenJyuuGothic';
  padding-left: 10px;
}

.copy-right {
  font-family: "Raleway", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.5px;
  line-height: 2.5;
  text-align: center;
  color: #919191;
  font-weight: 300;
}

.sns {
  padding: 30px 0 10px;
  font-family: "GenJyuuGothic";
  background-color: #fbfcf5;
}

@media (max-width: 767px) {
  .sns {
    padding-top: 24px;
  }
}

.sns-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sns-container {
    display: block;
    text-align: center;
  }
}

.sns-container h4 {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sns-container h4 {
    font-size: 0.9375rem;
    margin-bottom: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sns-container h4 {
    margin-right: 20px;
  }
}

@media (min-width: 769px) {
  .sns-container h4 {
    margin-right: 40px;
    min-width: 170px;
  }
}

.sns ul {
  padding: 0;
  display: flex;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .sns ul {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sns ul li {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .sns ul li {
    margin: 0 10px;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .sns ul li:first-child {
    margin-left: 0;
  }
}

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

.sns ul li a {
  display: block;
  text-align: center;
}

.sns ul li a span {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #575555;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sns ul li a span {
    font-size: 0.625rem;
  }
}

.sns img {
  max-width: 82px;
  margin: auto;
}

@media (max-width: 767px) {
  .sns img {
    max-width: 59px;
    width: 15.73333vw;
  }
}

.hover .main-contents {
  transition: 0.3s all;
  opacity: 0.5;
}

.news-page .list-catelog {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .news-page .list-catelog {
    margin-bottom: 35px;
  }
}

.news-page .time {
  font-size: 0.9375rem;
}

.news-page .news__body {
  margin-bottom: 40px;
}

.news-page .news__body-item {
  padding: 22px 0 17px 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-page .news__body-item {
    padding: 14px 0 10px 21px;
  }
}

.news-page .news__body-item:first-child {
  border-top: 1px solid #C9C9C9;
}

@media (max-width: 767px) {
  .news-page .news__body-item h3 {
    line-height: 1.2;
  }
}

.news-page .news__body-item h3 a {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .news-page .news__body-item h3 a {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.news-page .news__body-item li.time {
  margin-right: 23px;
}

@media (max-width: 767px) {
  .news-page .news__body-item li.time {
    margin-right: 17px;
  }
}

.news-page .news__body-item li.news__tags {
  margin-right: 23px;
}

@media (max-width: 767px) {
  .news-page .news__body-item li.news__tags {
    margin-right: 17px;
  }
}

.part-page .privacy-page ul {
  padding-left: 0;
}

.part-page .privacy-page ul li {
  font-size: 0.875rem;
  color: #434242;
}

.part-page .privacy-page ol li {
  font-size: 0.875rem;
  color: #434242;
}

.table-tradelaw th, .table-tradelaw td {
  font-size: 0.875rem;
}

.table-tradelaw h4 {
  color: #44302E;
}

.table-tradelaw ol li::marker {
  font-size: 1.1875rem;
  color: #E86E9D;
  font-weight: 500;
}

.table-tradelaw .box--boder {
  padding: 20px 30px;
}

@media (max-width: 768px) {
  .table-tradelaw td {
    width: 100%;
    display: block;
  }
}

.part-page .container-info14 td .box--boder-telFax {
  font-size: 0.875rem;
}

.part-page .container-info14 .box--boder-telFax {
  font-size: 1rem;
}

.part-page .container-info14 .tell-otherStyle {
  font-size: 1.25rem  !important;
  letter-spacing: 0.5;
  margin-bottom: 0;
}

.part-page .container-info14 .tell-otherStyle.f-24 {
  font-size: 1.5rem  !important;
}

.guide__option {
  margin-bottom: 84px;
}

.guide__option h3 {
  color: #603813;
  padding: 0;
  font-size: 1.375rem;
  text-align: center;
}

.guide__option h3::before {
  display: none;
}

@media (max-width: 767px) {
  .guide__option h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 370px) {
  .guide__option h3 {
    font-size: 1rem;
  }
}

.guide__option-col {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .guide__option-col {
    margin-bottom: 30px;
  }
}

.guide__option-col img {
  width: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .guide__option-col img {
    width: 50px;
    margin-right: 16px;
  }
}

@media (max-width: 370px) {
  .guide__option-col img {
    width: 40px;
  }
}

.guide__option-acclink {
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 14px 15px 12px;
}

.guide__option-acclink .acclink {
  display: block;
  margin-bottom: 14px;
}

.guide__option-acclink .acclink:hover {
  color: #44302E;
}

@media (max-width: 767px) {
  .guide__option-acclink .acclink {
    font-size: 0.875rem;
  }
}

.guide__option-acclink .acclink:last-child {
  margin-bottom: 0;
}

.guide__option-info {
  background: #EEEDE5;
  border-radius: 10px;
  padding: 28px 20px 20px;
  position: relative;
  min-height: 410px;
}

@media (max-width: 767px) {
  .guide__option-info {
    min-height: inherit;
    margin-bottom: 10px;
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .guide__option-info .ttl-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.guide__option .btn-acclink::before {
  width: 34px;
  height: 34px;
}

@media (max-width: 370px) {
  .guide__option .btn-acclink::before {
    width: 30px;
    height: 30px;
  }
}

.guide__option .btn-acclink::after {
  left: 13px;
  width: 7px;
  height: 7px;
}

@media (max-width: 370px) {
  .guide__option .btn-acclink::after {
    top: -3px;
    left: 11px;
  }
}

.guide__option .btn-acclink-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media (max-width: 767px) {
  .guide__option .btn-acclink-box {
    top: 18px;
    right: 30px;
    left: auto;
  }
}

@media (max-width: 370px) {
  .guide__option .btn-acclink-box {
    right: 20px;
    top: 14px;
  }
}

.guide-section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .guide-section {
    margin-bottom: 70px;
  }
}

.guide__site h3 {
  margin-bottom: 20px;
}

.guide__site h3.set-icon {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guide__site h3.set-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .guide__site h3.set-icon.icon-comeback {
    margin-bottom: 40px;
  }
}

.guide__site h3.set-icon::before {
  top: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .guide__site h3.set-icon::before {
    width: 35px !important;
  }
}

.guide__site h3.icon-work::before {
  background: url("../images/guide/icon-work.svg") no-repeat;
  width: 50px;
  height: 33px;
  background-size: 100% 100%;
}

.guide__site h3.icon-catalog::before {
  background: url("../images/guide/icon-catalog.svg") no-repeat;
  width: 51px;
  height: 45px;
  background-size: 100% 100%;
}

.guide__site h3.icon-price::before {
  background: url("../images/guide/icon-price.svg") no-repeat;
  width: 55px;
  height: 62px;
  background-size: 100% 100%;
}

.guide__site h3.icon-comeback::before {
  background: url("../images/guide/icon-comeback.svg") no-repeat;
  width: 47px;
  height: 46px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .guide__site h3.icon-comeback::before {
    width: 35px;
  }
}

.guide__site h3.icon-shipping::before {
  background: url("../images/guide/icon-shipping.svg") no-repeat;
  width: 46px;
  height: 35px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .guide__site h3.icon-shipping::before {
    width: 35px;
  }
}

.guide__site h3.icon-returnproduct::before {
  background: url("../images/guide/icon-returnproduct.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
}

.guide__site-item {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .guide__site-item {
    margin-bottom: 50px;
  }
}

.guide__site .banner-catelog {
  margin-top: 30px;
}

.guide__site .box--boder {
  margin-bottom: 30px;
}

.guide__buy-body {
  margin-top: 60px;
}

.guide__buy-body > .note {
  font-size: 0.875rem;
}

.guide__buy-body > .note::before {
  top: 1px;
}

.guide__buy h3 {
  margin-bottom: 20px;
}

.guide__buy h3.icon-order::before {
  background: url("../images/guide/icon-order.svg") no-repeat;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
}

.guide__buy h3.icon-pay::before {
  background: url("../images/guide/icon-pay.svg") no-repeat;
  width: 46px;
  height: 46px;
  background-size: 100% 100%;
}

.guide__buy h3.icon-total-buy::before {
  background: url("../images/guide/icon-total-buy.svg") no-repeat;
  width: 45px;
  height: 55px;
  background-size: 100% 100%;
}

.guide__buy .box--boder {
  padding: 20px 30px 2px;
  margin-bottom: 18px;
  color: #434242;
}

.guide__buy-step {
  position: relative;
  margin-bottom: 75px;
}

.guide__buy-step:last-child {
  margin-bottom: 0;
}

.guide__buy-step .step-mask {
  position: absolute;
  top: -50px;
  left: -38px;
}

.guide__buy-step .ttl {
  margin-bottom: 0;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #41312F;
  padding-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .guide__buy-step .ttl {
    margin-bottom: 20px;
  }
}

.guide__buy-step-item {
  margin-bottom: 20px;
}

.guide__buy-step-item a {
  color: #41312F;
}

.guide__buy-step-item a:hover {
  color: #44302E;
}

.guide__buy-step-item .error-offical h3::before {
  top: 4px;
}

.guide__buy-step-item h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .guide__buy-step-item h3 {
    margin-bottom: 8px;
  }
}

.guide__buy-step-item h3::before {
  top: 9px;
}

@media (max-width: 767px) {
  .guide__buy-step-item h3::before {
    top: -9px;
  }
}

.guide__buy-step-item h4 {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .guide__buy-step-item h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .guide__buy-step-item > h4 {
    margin-bottom: 30px;
  }
}

.guide__buy-step-item .note {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .guide__buy-step-item .note {
    margin-bottom: 35px;
  }
}

.guide__buy-step-item .error-offical h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #434242;
}

.guide__buy-step-item .error-offical p {
  margin-bottom: 6px;
}

.guide__buy-step-item .error-offical .note {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.guide__buy-step-item .error-offical .note::before {
  font-size: 0.75rem;
}

.guide__buy-step-item .error-offical-info {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .guide__buy-step-item .error-offical-info {
    padding-left: 15px;
  }
}

.guide__buy-step-item .error-offical-info h4 {
  font-size: 0.9375rem;
}

.guide__buy-step-item .error-offical-info .list-style-dot {
  font-size: 0.875rem;
  color: #434242;
}

.guide-box .table-bg-top tbody th {
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .guide-box .table-bg-top tbody th {
    padding: 10px 12px;
  }
}

.guide-reset h2 {
  margin-bottom: 100px;
  font-size: 2.25rem;
}

@media (max-width: 767px) {
  .guide-reset h2 {
    padding-left: 40px;
    margin-bottom: 45px;
  }
}

.guide-reset h2::before {
  background: url("../images/guide/site-h2.png") no-repeat;
  width: 100%;
  height: 73px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .guide-reset h2::before {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .guide-reset h2 {
    font-size: 1.5625rem;
  }
}

.guide-reset h3 {
  font-size: 1.75rem;
  padding-left: 65px;
}

@media (max-width: 767px) {
  .guide-reset h3 {
    font-size: 1.25rem;
    padding-left: 50px;
  }
}

.guide-reset .box--boder {
  padding: 14px 20px;
}

@media (max-width: 767px) {
  .guide__pay-table.rever-sp .table td, .guide__pay-table.rever-sp .table th {
    font-size: 0.875rem;
  }
  .guide__pay-table.rever-sp .table td {
    display: revert;
    padding: 1vw 1.5vw;
    width: auto;
  }
  .guide__pay-table.rever-sp .table th {
    width: auto;
  }
  .guide__pay-table.rever-sp .table .row-span {
    width: 22%;
    text-align: center;
  }
  .guide__pay-table.rever-sp .head:last-child {
    width: 28%;
  }
  .guide__pay-table.rever-sp .head:first-child {
    width: 72%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .guide__pay-table.ip-w .table th {
    width: 28%;
  }
}

.guide__pay-table .collapse.show {
  border-top: 1px solid #D3D3CF;
}

.guide__pay-table .toggle {
  border-radius: 4px;
  border: 1px solid #D3D3CF;
  margin-bottom: 6px;
}

.guide__pay-table .toggle dl:last-child dt {
  border-bottom: 0;
}

.guide__pay-table .toggle .collapsed {
  border-bottom: 0 !important;
}

.guide__pay-table .toggle [aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.guide__pay-table dt {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: #EEEDE5;
  border-color: #D3D3CF;
  border-top: 0;
  border-radius: 4px 4px 0px 0px;
}

.guide__pay-table dt::before {
  height: 10px;
  width: 2px;
  background: #41312F;
  border-radius: 3px;
  margin-right: 3.7px;
}

@media (max-width: 767px) {
  .guide__pay-table dt::before {
    right: 15px;
  }
}

.guide__pay-table dt::after {
  height: 2px;
  width: 10px;
  background: #41312F;
  border-radius: 3px;
  left: auto;
  right: 30px;
}

@media (max-width: 767px) {
  .guide__pay-table dt::after {
    right: 15px;
  }
}

.guide__pay-table dt {
  border-radius: 4px 4px 0px 0px;
  height: 60px;
}

.guide__pay-table dt h4 {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.guide__pay-table dt .img-ttl {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .guide__pay-table dt .img-ttl {
    margin-right: 0;
  }
}

.guide__pay-table dd {
  background-color: #FBFCF5;
  border-radius: 0px 0px 4px 4px;
}

.guide__pay-table .table th {
  color: #434242;
}

@media (min-width: 769px) {
  .guide__pay-table .table th {
    width: 275px;
  }
}

.guide__pay-table .table td {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  .guide__pay-table .table td {
    width: calc(100% - 275px);
  }
}

@media (max-width: 767px) {
  .guide__pay-table .table td {
    width: 100%;
    display: block;
  }
}

.guide__pay-table-info > p {
  margin-bottom: 5px;
}

.guide__pay-table-info p.note {
  font-size: 0.75rem;
}

.guide__pay-table-info p.note::before {
  font-size: 0.75rem;
  top: 0;
}

.guide__pay-table-info p.note.red {
  color: #FF0000;
}

.guide__pay-table-info p.note.red::before {
  color: #FF0000;
}

.guide__pay-table.w-375 .table th {
  width: 375px;
}

@media (max-width: 767px) {
  .guide__pay-table.w-375 .table th {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .guide__pay-table.w-375 .table th {
    width: 41%;
  }
}

.guide__pay-table.w-375 .table td {
  width: calc(100% - 375px);
  padding-right: 20px;
}

@media (max-width: 767px) {
  .guide__pay-table.w-375 .table td {
    width: 100%;
  }
}

.guide__pay-table.w-375 .table .list-style-dot {
  margin-bottom: 0;
}

.guide__pay-table.w-375 .table .list-style-dot li {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 0.9375rem;
}

.guide__shipping-toggle dd {
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
}

.guide__shipping-toggle dt h4 {
  padding-left: 20px;
  font-size: 1.125rem;
}

.guide__shipping-toggle dt h4 span {
  font-size: 0.8125rem;
}

@media (max-width: 767px) {
  .table__shipping.d-none-sp thead th:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .table__shipping.d-none-sp thead th.w-56 {
    width: 75%;
    border-right: 1px solid #D3D3CF;
  }
}

@media (max-width: 767px) {
  .table__shipping.d-none-sp .table .tab-cont tr td:first-child {
    display: none;
  }
}

.table__shipping .table {
  margin-bottom: 0;
}

.table__shipping .table .tab-cont tr td {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table__shipping tr {
    display: revert;
  }
}

@media (max-width: 767px) {
  .table__shipping tr > th {
    display: revert;
  }
}

.table__shipping tr > th.head {
  padding: 10px 20px;
  font-size: 0.875rem;
  border-top: 1px solid #D3D3CF;
  border-bottom: 1px solid #D3D3CF;
  border-right: 1px solid #D3D3CF;
}

@media (max-width: 767px) {
  .table__shipping tr > th.head {
    padding: 2vw;
  }
}

.table__shipping tr > th.head:last-child {
  border-right: 0;
  width: 200px;
}

.table__shipping tr, .table__shipping th, .table__shipping td {
  font-size: 0.9375rem;
  color: #434242;
}

.table__shipping td {
  padding: 12px 20px;
  border-color: #D3D3CF;
  border-right: 1px solid #D3D3CF;
}

@media (max-width: 767px) {
  .table__shipping td {
    padding: 10px 15px;
  }
}

.table__shipping td:last-child {
  border-right: 0;
}

.table__shipping .table .row-span {
  width: 200px;
  background-color: #FBFCF5;
  border-right: 1px solid #D3D3CF;
  vertical-align: middle;
}

.cart-pay-img {
  margin-bottom: 12px;
  margin-top: 15px;
}

.cart-pay-img p {
  margin-bottom: 0;
}

.cart-pay-img img {
  max-width: 390px;
  margin-bottom: 20px;
}

.pay-info-left ol li, .pay-info-left ul li {
  font-size: 0.875rem;
}

.pay-info-left ol li::marker, .pay-info-left ul li::marker {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.pay-info-left .note {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.pay-info-left .note::before {
  font-size: 0.75rem;
  top: 1px;
}

.list-chart-item {
  text-align: center;
  font-weight: bold;
}

.list-chart-item img {
  width: 89px;
  height: 89px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 6px;
}

.list-chart-item p {
  font-size: 0.75rem;
  font-family: "GenJyuuGothic";
}

.part-page .container-info14 .list-chart-item p {
  font-size: 0.75rem;
}

.ttl-shipping {
  color: #434242;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ttl-shipping {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.ttl-shipping .red {
  font-weight: bold;
}

.note-span {
  font-size: 0.9375rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .note-span {
    font-size: 0.8125rem;
  }
}

.table td {
  vertical-align: middle;
}

.table__content thead th {
  border-bottom: 0;
  border-right: 1px solid #fff;
  padding: 15px 20px;
}

.table__content thead th:last-child {
  border-right: 0;
}

.table__shipping th, .table__shipping td {
  font-size: 0.9375rem;
}

.returnproduct-info .box--boder {
  height: 225px;
}

@media (max-width: 767px) {
  .returnproduct-info .box--boder {
    height: auto;
  }
}

.returnproduct-info .box--boder h4 {
  padding-left: 35px;
  margin-bottom: 13px;
}

.returnproduct-info .box--boder p {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .returnproduct-info .box--boder p {
    font-size: 0.875rem !important;
  }
}

.returnproduct-info .box--boder .icon-info {
  font-size: 1.125rem;
}

.returnproduct-info .box--boder .icon-info::before {
  background: url("../images/guide/icon-info.svg") no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.returnproduct-info .box--boder .icon-back {
  font-size: 1.125rem;
}

.returnproduct-info .box--boder .icon-back::before {
  background: url("../images/guide/icon-back.svg") no-repeat;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.note-infomation {
  border-top: 4px solid #EEEDE5;
  border-bottom: 4px solid #EEEDE5;
  padding: 15px 30px 20px;
  margin-bottom: 45px;
  margin-top: 17px;
}

.note-infomation ul li, .note-infomation ul a {
  font-size: 0.875rem;
  color: #434242;
}

.note-infomation ul li {
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-catalog--list {
    padding-left: 0;
  }
}

.p-catalog--list li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  color: #434242;
  font-size: 0.875rem;
}

.p-catalog--list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.p-catalog .part-page .part_h1 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-catalog--form {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .p-catalog--direct {
    margin-top: 30px;
  }
}

.p-catalog--direct-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #E86E9D;
  font-size: 1.375rem;
  font-family: "GenJyuuGothic";
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 2.2px;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .p-catalog--direct-btn {
    width: 90%;
    height: 100px;
    margin: 0 auto 15px;
    font-size: 1.125rem;
    border-radius: 10px;
    letter-spacing: 2.2px;
    padding-top: 8px;
  }
}

.p-catalog--direct-btn.green {
  background-color: #9DC814;
}

.p-catalog--direct-btn:hover {
  opacity: .8;
  color: #fff;
}

.p-catalog--direct-btn:after {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 16px;
  height: 10px;
  transform: translateX(-50%);
  background: url(../images/catalog/icon-arrow-down.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.p-catalog--direct-btn .tag {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  color: #EE4595;
  font-family: "GenJyuuGothic";
  background-color: #fff;
  padding: 1px 10px;
  border: 0;
}

.p-catalog--direct-btn .tag .gray {
  color: #796663;
}

.p-catalog--direct-btn-icon {
  position: absolute;
}

.p-catalog--direct-btn-icon.book {
  width: 80px;
  height: 70px;
  top: 25px;
  left: 20px;
}

@media (max-width: 768px) {
  .p-catalog--direct-btn-icon.book {
    width: 40px;
    top: 17px;
    left: 10px;
  }
}

.p-catalog--direct-btn-icon.bear01 {
  width: 110px;
  height: 90px;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .p-catalog--direct-btn-icon.bear01 {
    width: 70px;
    height: 50px;
  }
}

.p-catalog--direct-btn-icon.pdf {
  width: 81px;
  height: 73px;
  top: 25px;
  left: 10px;
}

@media (max-width: 768px) {
  .p-catalog--direct-btn-icon.pdf {
    width: 37px;
    height: 73px;
    top: 18px;
    left: 4px;
  }
}

.p-catalog--direct-btn-icon.bear02 {
  width: 110px;
  height: 90px;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .p-catalog--direct-btn-icon.bear02 {
    width: 64px;
    height: 45px;
  }
}

.p-catalog--ttlBox {
  margin: 60px auto 40px;
  font-family: "GenJyuuGothic";
  text-align: center;
}

.p-catalog--ttlBox-subTtl01 {
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 2px;
  color: #E86E9D;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(../images/catalog/bg-subtll01.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.p-catalog--ttlBox-subTtl02 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 3.2px;
  color: #524645;
}

.p-catalog--ttlBox-subTtl02 span {
  font-size: 1.625rem;
  letter-spacing: 1.3px;
}

@media (max-width: 768px) {
  .p-catalog--ttlBox-subTtl02 {
    font-size: 1.5rem;
  }
  .p-catalog--ttlBox-subTtl02 span {
    font-size: 1.125rem;
  }
}

.p-catalog--ttlBox-ttl {
  height: 84px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-catalog--ttlBox-ttl {
    height: 32px;
    margin-top: 15px;
  }
}

.p-catalog--ttlBox-ttl img {
  height: 100%;
  width: auto;
}

.p-catalog--ttlBox-subTtl03 {
  height: 58px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-catalog--ttlBox-subTtl03 {
    height: 44px;
  }
}

.p-catalog--ttlBox-subTtl03 img {
  height: 100%;
  width: auto;
}

.p-catalog--msgBox-msg {
  position: relative;
  height: 200px;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg {
    height: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-catalog--msgBox-msg {
    height: 165px;
  }
}

.p-catalog--msgBox-msg .msg {
  position: absolute;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.9px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg .msg {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}

.p-catalog--msgBox-msg .msg.msg01 {
  top: 30px;
  left: 30px;
  width: 270px;
  height: 170px;
  background: url(../images/catalog/bg-color-01.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg .msg.msg01 {
    top: 5px;
    left: 5px;
    width: 180px;
    height: 112px;
  }
}

.p-catalog--msgBox-msg .msg.msg02 {
  top: 0px;
  left: 290px;
  width: 200px;
  height: 180px;
  background: url(../images/catalog/bg-color-02.png) no-repeat;
  background-size: contain;
  z-index: 3;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg .msg.msg02 {
    top: 124px;
    left: 6px;
    width: 156px;
    height: 137px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-catalog--msgBox-msg .msg.msg02 {
    top: 12px;
    left: 200px;
  }
}

.p-catalog--msgBox-msg .msg.msg03 {
  top: 12px;
  left: 472px;
  width: 280px;
  height: 170px;
  background: url(../images/catalog/bg-color-03.png) no-repeat;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg .msg.msg03 {
    top: 0px;
    left: 173px;
    width: 180px;
    height: 112px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-catalog--msgBox-msg .msg.msg03 {
    top: 12px;
    left: 362px;
  }
}

.p-catalog--msgBox-msg .msg.msg04 {
  top: 22px;
  left: 732px;
  width: 280px;
  height: 180px;
  background: url(../images/catalog/bg-color-04.png) no-repeat;
  background-size: contain;
  z-index: 4;
}

@media (max-width: 768px) {
  .p-catalog--msgBox-msg .msg.msg04 {
    top: 133px;
    left: 162px;
    width: 184px;
    height: 124px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-catalog--msgBox-msg .msg.msg04 {
    top: 12px;
    left: 550px;
  }
}

.p-catalog--check {
  margin-top: 60px;
  padding-bottom: 90px;
  background: url("../images/lineup/bg-rea.png") repeat;
}

.p-catalog--check-row {
  position: relative;
  margin-bottom: 70px;
}

.p-catalog--check-row:last-child {
  margin-bottom: 0;
}

.p-catalog--check-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 130px;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
  letter-spacing: .9px;
  font-weight: bold;
  text-align: center;
  background: url(../images/catalog/bg-icon-check.png) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .p-catalog--check-label {
    width: 90px;
    height: 110px;
    font-size: 0.9375rem;
  }
}

.p-catalog--check-label span {
  transform: translateY(-50%);
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  color: #fff;
  background-color: #44302E;
  font-weight: bold;
  letter-spacing: 0.45px;
}

@media (max-width: 768px) {
  .p-catalog--check-label span {
    font-size: 0.75rem;
  }
}

.p-catalog--check-head {
  padding: 40px 0 0 140px;
}

@media (max-width: 768px) {
  .p-catalog--check-head {
    padding: 20px 0 0 110px;
  }
}

.p-catalog--check-head-tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  color: #E86E9D;
  font-weight: 500;
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 40px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-catalog--check-head-tag {
    margin-bottom: 25px;
    font-size: 0.8125rem;
  }
}

.p-catalog--check-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .p-catalog--check-list {
    margin-bottom: 20px;
  }
}

.p-catalog--check-list-itemWrap {
  margin-bottom: 20px;
}

.p-catalog--check-list-item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.p-catalog--check-list-item p {
  margin-bottom: 0;
  padding: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #434242;
  line-height: 1.8;
}

.p-catalog--check-post ul {
  padding: 0;
  font-size: 0.875rem;
  color: #434242;
}

.p-catalog--check-post ul li {
  list-style: none;
}

.p-catalog--check-post-ttl {
  margin-bottom: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #434242;
}

.p-catalog--check-post2 {
  background-color: #FBFCF5;
  border-radius: 10px;
  padding: 30px;
}

.p-catalog--check-post2-desc {
  font-size: 1rem;
  font-weight: bold;
  color: #434242;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-catalog--check-post2-desc {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

.p-catalog--contact {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .p-catalog--contact {
    padding: 65px 0;
  }
}

.p-catalog--contact-ttl {
  font-family: "GenJyuuGothic";
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 1.875rem;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .p-catalog--contact-ttl {
    font-size: 1.3125rem;
    padding-left: 50px;
  }
}

.p-catalog--contact-ttl::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 32px;
  background: url("../images/catalog/icon-book.svg") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-catalog--form .checkbox-item label, .p-catalog--form .radio-item label {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #44302E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-catalog--form .checkbox-item label:before {
  border: 1px solid #EEEDE5;
  background-color: #fff;
}

.p-catalog--form .radio-item [type="radio"]:not(:checked) + label:before {
  background-color: #fff;
}

.p-catalog--form .radio-item [type="radio"]:checked + label, .p-catalog--form .radio-item [type="radio"]:not(:checked) + label {
  color: #44302E;
}

.p-catalog--form-item-inner {
  border-radius: 4px;
  padding: 5px;
  transition: all .25s;
  cursor: pointer;
}

.p-catalog--form-item-inner:hover {
  background-color: #EEEDE4;
}

.p-catalog--form-item-thumb {
  padding: 10px;
}

.p-catalog--form-item-ttl {
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #44302E;
}

.p-catalog--form-item-note {
  position: relative;
  margin-top: 10px;
  padding: 0 9px 0 16px;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #FF0000;
}

.p-catalog--form-item-note:before {
  position: absolute;
  left: 3px;
  top: 0;
  content: "※";
}

.p-catalog--form-subttlWrap {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .p-catalog--form-subttlWrap {
    padding: 20px;
  }
}

.p-catalog--form-subttl {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #44302E;
  padding: 0;
}

.p-catalog--form-desc {
  font-size: 0.875rem;
  color: #44302E;
  margin-bottom: 0;
  padding: 0;
}

.p-catalog--form-listChoice {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0;
}

.p-catalog--form-listChoice .checkbox-item,
.p-catalog--form-listChoice .radio-item {
  margin-right: 25px;
  margin-bottom: 18px;
}

.p-catalog--form-listChoice .checkbox-item:last-child,
.p-catalog--form-listChoice .radio-item:last-child {
  margin-right: 0;
}

.p-catalog--download-ttl {
  margin-bottom: 40px;
  font-family: "GenJyuuGothic";
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 1.875rem;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .p-catalog--download-ttl {
    font-size: 1.3125rem;
    padding-left: 65px;
  }
}

.p-catalog--download-ttl::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/catalog/icon-pdf.svg") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-catalog--download-subttl01 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-family: "GenJyuuGothic";
  font-weight: bold;
  color: #44302E;
  padding: 0;
}

@media (max-width: 767px) {
  .p-catalog--download-subttl01 {
    font-size: 1rem;
  }
}

.p-catalog--download-subttl02 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #44302E;
  padding: 0;
}

.p-catalog--download-ttlIcon {
  margin-bottom: 40px;
  font-family: "GenJyuuGothic";
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 1.875rem;
  position: relative;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .p-catalog--download-ttlIcon {
    font-size: 1.125rem;
    padding-left: 0;
  }
}

.p-catalog--download-ttlIcon::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 25px;
  background: url("../images/catalog/icon-ttl-pdf") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .p-catalog--download-listWrap {
    margin-top: 0;
    padding-left: 20px;
  }
}

.p-catalog--download-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.p-catalog--download-list li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  color: #4b3e3e;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-catalog--download-list li:nth-child(2n + 1) {
  width: 42%;
  padding-right: 15px;
}

.p-catalog--download-list li:nth-child(2n) {
  width: 58%;
}

.p-catalog--download-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #434242;
  border-radius: 50%;
  content: "";
}

.p-catalog--download01 {
  padding: 100px 0 80px;
  background: url(../images/catalog/bg.png) repeat;
}

@media (max-width: 768px) {
  .p-catalog--download01 {
    padding: 65px 0;
  }
}

.p-catalog--download01-pickup {
  margin-bottom: 50px;
}

.p-catalog--download01-pickup .list-style-dot {
  margin-bottom: 27px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .p-catalog--download01-pickup .list-style-dot {
    margin-bottom: 0;
  }
}

.p-catalog--download01-pickup .list-style-dot li {
  font-size: 0.8rem;
}

.p-catalog--download01-item {
  margin-bottom: 40px;
}

.p-catalog--download01-item-thumb {
  margin-bottom: 10px;
}

.p-catalog--download01-item-ttl {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  color: #41312F;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .p-catalog--download01-item-ttl {
    font-size: 1rem;
  }
}

.p-catalog--download2 {
  padding: 100px 0 0;
}

.p-catalog--download2 .p-catalog--download-ttlIcon {
  margin-bottom: 30px;
}

.p-catalog--download2-desc {
  font-size: 0.875rem;
  margin-bottom: 30px;
  color: #434242;
}

.p-catalog--download2-ttlIcon {
  margin-bottom: 40px;
  font-family: "GenJyuuGothic";
  letter-spacing: 3px;
  color: #41312F;
  line-height: 1.4;
  font-size: 1.25rem;
  position: relative;
  padding-left: 42px;
}

@media (max-width: 767px) {
  .p-catalog--download2-ttlIcon {
    font-size: 1rem;
    padding-left: 0;
  }
}

.p-catalog--download2-ttlIcon::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 25px;
  background: url("../images/catalog/icon-ttl-pdf.png") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .p-catalog--download2-ttlIcon::before {
    top: -26px;
    bottom: auto;
  }
}

.p-catalog--download2-subttl {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #44302E;
}

.p-catalog--download2-item {
  margin-bottom: 40px;
}

.p-catalog--download2-item-thumb {
  margin-bottom: 20px;
}

.btn-pdf {
  background-color: #fff;
  border: 1px solid #D3D3CF;
  border-radius: 8px;
  color: #434242;
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-family: "GenJyuuGothic";
  padding: 24px;
  width: 350px;
  max-width: 100%;
  position: relative;
  transition: .3s all;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-pdf.btn-pdf_not {
  color: #9F9F9F;
  background: #F2F2F2;
}
.btn-pdf.btn-pdf_not::before {
  display: none;
}
.btn-pdf.btn-pdf_not span {
  background: none;
  padding-right: 0;
}

@media (max-width: 767px) {
  .btn-pdf {
    font-size: 0.75rem;
    height: 50px;
    width: 100%;
    padding-left: 5px;
  }
}

.btn-pdf span {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/catalog/icon-pdf-small.svg") no-repeat;
  background-position: right center;
}

.btn-pdf:hover {
  border-color: #44302E;
  color: #434242;
}

.btn-pdf::before {
  width: 8px;
  height: 12px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/catalog/icon-arrow-right.svg") no-repeat;
}

@media (max-width: 767px) {
  .btn-pdf::before {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .p-catalog--download01 .m-25 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .p-catalog--download01 .p-25 {
    padding-left: 0;
    padding-right: 0;
  }
}

.rando__head-list-ttl {
  padding-left: 85px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__head-list-ttl {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .rando__head-list-ttl {
    padding-left: 0;
  }
}

.rando__head-list-ttl img {
  max-width: 27px;
}

.rando__head-list-ttl span {
  color: #6E3D18;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .rando__head-list-ttl span {
    font-size: 0.75rem;
  }
}

.rando__head-list-ttl span.small-txt {
  font-size: 0.5625rem;
}

.rando__head h2 {
  font-size: 1.875rem;
  display: inline-block;
  padding-left: 85px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__head h2 {
    font-size: 1.375rem;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .rando__head h2 {
    padding-left: 0;
    font-size: 1rem;
    text-align: center;
  }
}

.rando__head h2::before {
  display: none;
}

.rando__head .list-tag {
  text-align: center;
}

.rando__head .list-tag .tag {
  background-color: #fff;
  font-family: "GenJyuuGothic";
  color: #41312F;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .rando__head .list-tag .tag {
    font-size: 0.75rem;
  }
}

.rando__head .list-tag .tag:hover {
  opacity: 1;
  color: #41312F;
}

.rando__head-body {
  position: relative;
  max-width: 880px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .rando__head-body {
    text-align: center;
  }
}

.rando__head-body::before, .rando__head-body::after {
  top: -10px;
}

.rando__head-body::before {
  background: url("../images/user_data/urand/bg.png") no-repeat;
  width: 100px;
  height: 142px;
  background-size: 100% 100%;
  left: 0;
}

@media (max-width: 767px) {
  .rando__head-body::before {
    width: 48px;
    height: 75px;
    left: -15px;
  }
}

.rando__head-body::after {
  background: url("../images/user_data/urand/bg-1.png") no-repeat;
  width: 100px;
  height: 142px;
  background-size: 100% 100%;
  right: 0;
}

@media (max-width: 767px) {
  .rando__head-body::after {
    width: 48px;
    height: 75px;
    right: -15px;
  }
}

.rando__item {
  position: relative;
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .rando__item {
    margin-bottom: 80px;
  }
}

.rando__item::before {
  width: 100%;
  height: 106px;
  background: url("../images/user_data/urand/bg-house.png") no-repeat;
  background-size: 93% 100%;
  bottom: -80px;
  left: 0;
}

@media (max-width: 767px) {
  .rando__item::before {
    background-size: contain;
    height: 70px;
  }
}

.rando__info p {
  font-family: "GenJyuuGothic";
  color: #4b3e3c !important;
}

.rando__banner {
  position: relative;
}

.rando__banner-img {
  margin-bottom: 100px;
}

.rando__banner-img img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .rando__banner-img img {
    height: 270px;
  }
}

.rando__banner-info {
  text-align: center;
  position: absolute;
  top: 100px;
  margin: auto;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .rando__banner-info {
    top: 50px;
  }
}

.rando__banner-info p {
  color: #fff;
}

.rando__banner-info-head .ttl {
  font-size: 2.3125rem;
  letter-spacing: 3.7px;
  font-family: "banana", sans-serif;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__banner-info-head .ttl {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .rando__banner-info-head .ttl {
    font-size: 1.25rem;
  }
}

.rando__banner-info-head .big-ttl {
  font-size: 6.25rem;
  letter-spacing: 5px;
  font-family: "banana", sans-serif;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__banner-info-head .big-ttl {
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .rando__banner-info-head .big-ttl {
    font-size: 1.875rem;
  }
}

.rando__banner-info-item p {
  font-family: "GenJyuuGothic";
  line-height: 2;
}

@media (max-width: 767px) {
  .rando__banner-info-item p {
    font-size: 0.875rem;
    padding: 0 20px;
  }
}

.rando__banner-company {
  background-color: #EEEDE4;
  padding: 35px 35px 10px;
}

.rando__banner-company-item > h4 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #44302E;
}

.rando__banner-company-item > p {
  font-size: 0.8125rem !important;
}

.rando__xec {
  position: relative;
  margin-bottom: 125px;
}

.rando__xec::before {
  background: url("../images/user_data/urand/bg-rea.png") repeat;
  width: 100%;
  height: 93%;
  background-size: 100% 100%;
  z-index: -1;
  top: 125px;
}

.rando__xec .tag {
  max-width: 300px;
  margin: auto;
  background-color: #fff;
  border-color: #98C903;
  border-width: 2px;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  margin-bottom: -25px;
  z-index: 6;
  position: relative;
}

.rando__xec .tag:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .rando__xec .tag {
    max-width: 250px;
  }
}

.rando__xec .tag span {
  color: #77553C;
  font-family: "GenJyuuGothic";
  text-align: center;
}

.rando__xec .tag span:first-child {
  font-size: 1.4375rem;
}

@media (max-width: 767px) {
  .rando__xec .tag span:first-child {
    font-size: 1.125rem;
  }
}

.rando__xec .tag span:nth-child(2) {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .rando__xec .tag span:nth-child(2) {
    font-size: 0.9375rem;
  }
}

.rando__xec .tag span:nth-child(3) {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .rando__xec .tag span:nth-child(3) {
    font-size: 0.75rem;
  }
}

.rando__xec-head h2 {
  padding: 30px 0 0;
  text-align: center;
  font-size: 1.75rem;
  color: #79502F;
  background: url("../images/user_data/urand/rido.png") no-repeat;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__xec-head h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .rando__xec-head h2 {
    font-size: 1rem;
  }
}

.rando__xec-head h2::before {
  display: none;
}

.rando__xec-body {
  padding: 70px 65px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .rando__xec-body {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.rando__xec-body-img {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}

.rando__xec-body-img img {
  max-width: 720px;
}

.rando__xec-item {
  position: relative;
}

.rando__xec-item.icon::before {
  top: -26px;
  left: -28px;
}

.rando__xec-item.icon01 {
  margin-bottom: 60px;
}

.rando__xec-item.icon01::before {
  width: 37px;
  height: 54px;
  background: url("../images/user_data/urand/icon02.png") no-repeat;
  background-size: 100% 100%;
}

.rando__xec-item.icon02::before {
  top: -42px;
  width: 47px;
  height: 62px;
  background: url("../images/user_data/urand/icon01.png") no-repeat;
  background-size: 100% 100%;
}

.rando__xec-item p {
  font-family: "GenJyuuGothic";
}

.rando-company-box {
  display: block;
  margin-bottom: 12px;
}

.rando-company-box .box-item span {
  font-size: 0.625rem;
  font-weight: 600;
  color: #434242;
}

.rando-company-box .box-item h4 {
  color: #434242;
  line-height: 1;
}

.rando-company-box .box-item p {
  font-size: 0.6875rem;
  letter-spacing: 0;
  margin-bottom: 0;
}

.rando__banner-items {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .rando__banner-items {
    margin-bottom: 60px;
  }
}

.rando__banner-items h2 {
  margin-bottom: 30px;
}

.rando__banner-items .schoolgoods__banner {
  margin-top: 60px;
}

.part-page .container-info16 .rando__xec-item p {
  color: #41312F;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .part-page .container-info16 .rando__xec-item p {
    line-height: 1.8;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .part-page .container-info16 .rando__info p {
    font-size: 0.875rem;
  }
}

.rando__pop {
  padding: 80px 0;
}

.rando__pop .icon-wave {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 20px;
}

.rando__pop .icon-wave::before {
  background: url("../images/user_data/pop/h2-bg-left.png") no-repeat;
  width: 125px;
  height: 30px;
  background-size: 100%;
  left: -150px;
  top: 10px;
}

@media (max-width: 767px) {
  .rando__pop .icon-wave::before {
    top: 5px;
    width: 100px;
    left: -115px;
    display: none;
  }
}

.rando__pop .icon-wave::after {
  background: url("../images/user_data/pop/h2-bg-right.png") no-repeat;
  width: 142px;
  height: 55px;
  background-size: 100% 100%;
  right: -160px;
  top: -25px;
}

@media (max-width: 767px) {
  .rando__pop .icon-wave::after {
    width: 90px;
    height: 33px;
    right: -110px;
    display: none;
  }
}

.rando__pop-slider {
  background: url("../images/user_data/urand/bg-rea.png") repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.rando__pop-slider .container {
  max-width: 1200px;
}

.rando__pop-slider .tag-icon {
  width: 74px;
  height: 86px;
  background: url("../images/user_data/pop/tag.png") no-repeat;
  background-size: 100%;
  top: -10px;
  left: 20px;
  padding-top: 7px;
  position: relative;
  margin-bottom: -85px;
  z-index: 2;
}

@media (max-width: 767px) {
  .rando__pop-slider .tag-icon {
    width: 48px;
    height: 105px;
    left: -10px;
  }
}

.rando__pop-slider .tag-icon span {
  color: #fff;
  display: block;
  text-align: center;
  font-family: "GenJyuuGothic";
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .rando__pop-slider .tag-icon span {
    font-size: 0.75rem;
  }
}

.rando__pop-slider .tag-icon span.numb {
  font-family: "Courier", sans-serif;
  font-size: 2.3125rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .rando__pop-slider .tag-icon span.numb {
    font-size: 1.125rem;
  }
}

.rando__pop-slider .tag-icon.changertxt span {
  display: none;
}

.rando__pop-slider .tag-icon.changertxt .numb {
  display: block !important;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 20px;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .rando__pop-slider .tag-icon.changertxt .numb {
    margin-top: 6px;
    font-size: 0.6875rem;
  }
}

.rando__slider-items h3 {
  color: #00AFEC;
  padding-left: 0;
  font-size: 1.75rem;
}

.rando__slider-items h3::before {
  display: none;
}

@media (max-width: 767px) {
  .rando__slider-items h3 {
    font-size: 0.875rem;
  }
}

.rando__slider-item p {
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .rando__slider-item p {
    font-size: 0.8125rem;
  }
}

.rando__slider-left {
  background-color: #fff;
  height: 368px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__slider-left {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .rando__slider-left {
    height: 170px;
  }
}

.rando__slider-left .info {
  padding: 100px 50px 10px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .rando__slider-left .info {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rando__slider-left .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .rando__slider-left .info {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 35px;
  }
}

.rando__slider-right {
  position: relative;
}

.rando__movie {
  padding: 100px 0;
}

.rando__movie h2 {
  margin-bottom: 30px;
}

.rando__movie iframe {
  width: 100%;
  height: 562px;
}

@media (max-width: 767px) {
  .rando__movie iframe {
    height: 70vw;
  }
}

.rando__movie-body {
  position: relative;
}

.rando__movie-body .btn-movie {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "GenJyuuGothic";
  color: #fff;
  outline: none !important;
}

.rando__movie-body .btn-movie span {
  display: block;
  margin-bottom: 8px;
}

.rando__movie-body .btn-movie img {
  width: 90px;
  height: 90px;
}

@media (max-width: 767px) {
  .rando__movie-body .btn-movie img {
    width: 55px;
    height: 55px;
  }
}

.rando__movie .modal-dialog {
  max-width: 1140px;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .rando__movie .modal-dialog {
    padding-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.rando__movie .modal-body {
  padding: 0;
}

.rando__movie .btn-close {
  position: absolute;
  right: 0;
  top: -70px;
  width: 35px;
  height: 35px;
  background: url("../images/user_data/pop/btn-close.svg") no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .rando__movie .btn-close {
    right: 5px;
    top: -52px;
    width: 19px;
    height: 19px;
  }
}

.pop-mv {
  padding-bottom: 30px;
}

.pop-mv .container {
  max-width: 1085px;
}

.pop-mv .bg-img {
  margin-top: -160px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .pop-mv .bg-img {
    margin-top: 0;
  }
}

.pop-mv .ttl {
  max-width: 1000px;
  position: relative;
  z-index: 11;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pop-mv .ttl {
    max-width: 90%;
    margin-bottom: 60px;
  }
}

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

.arrow-btn-slider .news__arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  z-index: 6;
  margin-top: -54px;
}

@media (max-width: 767px) {
  .arrow-btn-slider .news__arrows {
    margin-top: -35vw;
  }
}

@media (max-width: 767px) {
  .arrow-btn-slider .news__arrows span {
    display: none;
  }
}

@media (max-width: 767px) {
  .arrow-btn-slider .news__arrows .acclink {
    font-size: 0.75rem;
  }
}

.arrow-btn-slider .news__arrows .acclink::before {
  width: 34px;
  height: 34px;
}

.arrow-btn-slider .news__arrows .acclink::after {
  width: 7px;
  height: 7px;
  left: 13px;
  transform: rotate(-45deg);
}

.arrow-btn-slider .news__arrow {
  height: 54px;
  width: 150px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0px 10px 0px 0px;
}

@media (max-width: 767px) {
  .arrow-btn-slider .news__arrow {
    width: 34px;
    height: 34px;
    background: transparent;
  }
}

.arrow-btn-slider .news__arrow_dir_right {
  border-radius: 10px 0px 0px 0px;
}

@media (max-width: 767px) {
  .arrow-btn-slider .row {
    flex-direction: column-reverse;
  }
}

.news__arrow_dir_right {
  padding-right: 40px;
  padding-left: 0;
  justify-content: center;
}

.news__arrow_dir_right.acclink::before {
  right: 9px;
  left: auto;
}

.news__arrow_dir_right.acclink::after {
  right: 23px;
  left: auto !important;
  transform: rotate(135deg) !important;
}

.news__arrow_dir_left {
  padding-left: 52px;
}

.news__arrow_dir_left.acclink::before {
  left: 9px;
  right: auto;
}

.news__arrow_dir_left.acclink::after {
  left: 23px !important;
  right: auto !important;
}

.cus-dot {
  background-color: #E6E6E6;
  padding: 18px 18px 10px;
  margin-top: -178px;
  min-height: 165px;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .cus-dot {
    margin-top: -230px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cus-dot {
    width: 96vw;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cus-dot {
    margin-top: 0;
    min-height: auto;
    padding: 10px 10px 5px;
  }
}

.news__dots ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

@media (max-width: 768px) {
  .news__dots ul {
    justify-content: space-between;
  }
}

.news__dots ul li {
  width: 25%;
  height: 44px;
  list-style: none;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .news__dots ul li {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .news__dots ul li {
    text-align: center;
    width: 15.5%;
  }
}

.news__dots ul li span {
  display: block;
  background-color: #fff;
  color: #4F3C3A;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  padding-left: 12px;
  cursor: pointer;
  border-radius: 8px;
  margin: 0 3px 6px;
  position: relative;
  transition: .3s all;
  height: 100%;
}

@media (max-width: 767px) {
  .news__dots ul li span {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.news__dots ul li span::before {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #E86E9D;
  border-left: 2px solid #E86E9D;
  transform: rotate(135deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .news__dots ul li span::before {
    display: none;
  }
}

.news__dots ul li:hover span {
  background-color: #E86E9D;
  color: #fff;
}

.news__dots ul li:hover span::before {
  border-color: #fff;
}

.news__dots ul li.slick-active span {
  color: #fff;
  background-color: #E86E9D;
}

@media (max-width: 767px) {
  .news__dots ul li.slick-active span {
    text-align: center;
  }
}

.news__dots ul li.slick-active span::before {
  border-color: #fff;
}

.news__dots ul li .dot_text {
  font-size: 0.8125rem;
  margin-right: 5px;
}

.news__dots .changetxt {
  font-size: 0.75rem;
}

.cart-page .contact .contact__step-line {
  max-width: 100%;
}

.cart-page .contact .contact__step-line::before {
  width: 84%;
  top: 26px;
  z-index: 0;
}

@media (max-width: 767px) {
  .cart-page .contact .contact__step-line::before {
    top: 14px;
  }
}

@media (max-width: 767px) {
  .cart-page .contact__step-item {
    padding: 0;
  }
}

.cart-page .contact__step-item p {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .cart-page .contact__step-item p {
    font-size: 0.6875rem;
  }
}

@media (max-width: 767px) {
  .cart-page .contact__step-item .numb {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}

.cart-page .contact__form {
  max-width: 1000px;
}

@media (max-width: 767px) {
  .cart-page .contact__form {
    padding: 0 10px;
  }
}

.cart-page .customer-formNw {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .cart-page .customer-formNw.cart-confirm h2 {
    margin-bottom: 0;
  }
}

.cart-page .customer-formNw h2 {
  padding-left: 0;
  margin-bottom: 40px;
}

.cart-page .customer-formNw h2::before {
  display: none;
}

.cart-page .customer-formNw .contact__ttl {
  justify-content: flex-start;
}

.cart-page .customer-formNw .contact__ttl .requid {
  margin-left: 12px;
}

.cart-page .customer-formNw .icon-question {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.cart-page .customer-formNw .search-code {
  margin-left: 0;
  background: transparent;
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  color: #44302E;
}

.cart-page .customer-formNw .tel {
  max-width: 340px;
}

.cart-page .customer-formNw .contact__form-row {
  border-top: 1px dashed #EBEBEB;
}

@media (max-width: 767px) {
  .cart-slop {
    display: block;
  }
}

#form_cart ul, #form_cart ol {
  margin-bottom: 0;
  padding: 0;
}

#form_cart ul li, #form_cart ol li {
  list-style: none;
  margin-bottom: 0;
}

#form_cart .ec-cartTable .ec-cartHeader, #form_cart .ec-cartTable .ec-cartRow {
  display: flex;
  align-items: center;
  background-color: #F3F3F3;
  height: 50px;
}

#form_cart .ec-cartTable .ec-cartHeader li, #form_cart .ec-cartTable .ec-cartRow li {
  text-align: center;
  color: #42210B;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader li, #form_cart .ec-cartTable .ec-cartRow li {
    font-size: 0.875rem;
  }
}

#form_cart .ec-cartTable .ec-cartHeader li:first-child, #form_cart .ec-cartTable .ec-cartRow li:first-child {
  width: 90px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader li:first-child, #form_cart .ec-cartTable .ec-cartRow li:first-child {
    width: 36vw;
  }
}

#form_cart .ec-cartTable .ec-cartHeader li:nth-child(2), #form_cart .ec-cartTable .ec-cartRow li:nth-child(2) {
  width: 590px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader li:nth-child(2), #form_cart .ec-cartTable .ec-cartRow li:nth-child(2) {
    width: 500px;
  }
}

#form_cart .ec-cartTable .ec-cartHeader li:nth-child(3), #form_cart .ec-cartTable .ec-cartRow li:nth-child(3) {
  width: 150px;
}

#form_cart .ec-cartTable .ec-cartHeader li:nth-child(4), #form_cart .ec-cartTable .ec-cartRow li:nth-child(4) {
  width: 170px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader li:nth-child(4), #form_cart .ec-cartTable .ec-cartRow li:nth-child(4) {
    width: 40vw;
  }
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader li.ec-cartRow__contentColumn, #form_cart .ec-cartTable .ec-cartRow li.ec-cartRow__contentColumn {
    display: block;
  }
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartHeader .ec-cartHeader__label:first-child {
    padding-left: 15px;
  }
}

#form_cart .ec-cartTable .ec-cartRow {
  background-color: #fff;
  height: 122px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #form_cart .ec-cartTable .ec-cartRow {
    height: 180px;
  }
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartRow {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#form_cart .ec-cartTable .ec-cartRow__contentColumn img {
  max-width: 100px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartTable .ec-cartRow__contentColumn img {
    max-width: 75px;
  }
}

#form_cart .ec-cartRow {
  border-bottom: 1px dashed #B4B4B4;
}

#form_cart .ec-cartRow__delColumn a img {
  max-width: 16px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartRow__delColumn a img {
    max-width: 12px;
  }
}

#form_cart .ec-cartRow__contentColumn {
  display: flex;
}

#form_cart .ec-cartRow__name {
  text-align: left;
  color: #41312F;
  line-height: 1.5;
  margin-top: 7px;
  font-weight: bold;
}

#form_cart .ec-cartRow__name a {
  color: #41312F;
}

#form_cart .ec-cartRow__img {
  margin-right: 7px;
}

#form_cart .ec-cartRow__unitPrice {
  text-align: left;
  font-weight: 400;
  color: #434242;
  font-size: 0.875rem;
}

#form_cart .ec-cartRow__unitPrice .note {
  display: block;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #form_cart .ec-cartRow__unitPrice .note {
    font-size: 0.75rem;
  }
  #form_cart .ec-cartRow__unitPrice .note::before {
    font-size: 0.75rem;
  }
}

#form_cart .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}

#form_cart .ec-cartRow__amountUpDown img {
  max-width: 10px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartRow__amountUpDown img {
    max-width: 6px;
  }
}

#form_cart .ec-cartRow__amountUpButton__icon, #form_cart .ec-cartRow__amountDownButton__icon {
  width: 30px;
  height: 30px;
  border: 1px solid #d3d3cf;
  display: inline-flex;
  justify-content: center;
  border-radius: 5px;
  margin: 0 5px;
}

@media (max-width: 767px) {
  #form_cart .ec-cartRow__amountUpButton__icon, #form_cart .ec-cartRow__amountDownButton__icon {
    width: 15px;
    height: 15px;
  }
}

#form_cart .ec-cartRow__amountUpButton__icon {
  background-color: #eeede5;
}

#form_cart .ec-cartRow__sutbtotal {
  font-size: 1.125rem;
  color: #434242;
  font-weight: 400;
}

@media (max-width: 767px) {
  #form_cart .ec-cartRow__sutbtotal {
    font-size: 0.875rem;
    padding-right: 8px;
  }
}

.ec-cartRole__cart {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .ec-cartRole__cart {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ec-cartRole__progress {
  margin-top: 20px;
  text-align: center;
  color: #41312F;
  font-weight: bold;
}

.ec-cartRole__actions {
  max-width: 360px;
  height: 256px;
  padding: 20px 30px;
  margin-left: auto;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEDE5;
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ec-cartRole__actions {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ec-cartRole__actions {
    height: 228px;
    max-width: 100%;
  }
}

.ec-cartRole__actions a, .ec-cartRole__actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-family: "GenJyuuGothic";
  font-weight: bold;
  width: 100%;
}

.ec-cartRole__actions .ec-blockBtn--action {
  height: 70px;
  background-color: #F04250;
  font-size: 1.125rem;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .ec-cartRole__actions .ec-blockBtn--action {
    height: 55px;
    font-size: 1rem;
  }
}

.ec-cartRole__actions .ec-blockBtn--cancel {
  height: 54px;
  background-color: #B4B4B4;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .ec-cartRole__actions .ec-blockBtn--cancel {
    height: 45px;
    font-size: 0.875rem;
  }
}

.ec-cartRole__actions-head {
  padding-bottom: 15px;
  border-bottom: 1px dashed #B4B4B4;
  margin-bottom: 15px;
}

.ec-cartRole__actions-head p {
  margin-bottom: 0;
}

.ec-cartRole__actions-head .ec-cartRole__total-smal, .ec-cartRole__actions-head .ec-cartRole__total-send {
  display: flex;
  justify-content: space-between;
}

.ec-cartRole__actions-head .ec-cartRole__total-smal.full-total, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total {
  align-items: center;
  margin-top: 18px;
}

.ec-cartRole__actions-head .ec-cartRole__total-smal.full-total .txt, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total .txt {
  font-weight: bold;
}

.ec-cartRole__actions-head .ec-cartRole__total-smal.full-total .sm-price, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total .sm-price {
  font-size: 1.875rem;
  color: #F04250;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.ec-cartRole__actions-head .ec-cartRole__total-smal.full-total .sm-price span, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total .sm-price span {
  margin-top: 5px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .ec-cartRole__actions-head .ec-cartRole__total-smal.full-total .sm-price, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total .sm-price {
    font-size: 1.5625rem;
  }
}

.ec-cartRole__actions-head .ec-cartRole__total-smal.full-total .sm-price span, .ec-cartRole__actions-head .ec-cartRole__total-send.full-total .sm-price span {
  font-size: 0.875rem;
}

.ec-cartRole__total {
  color: #41312F;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ec-cartRole__totalAmount {
  font-size: 1.875rem;
  color: #F04250;
}

@media (max-width: 767px) {
  .ec-cartRole__totalAmount {
    font-size: 1.375rem;
  }
}

.two-input {
  display: flex;
}

.two-input .input {
  margin-right: 10px;
}

.two-input .input:last-child {
  margin-right: 0;
}

.icon-question span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #E86E9D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-question img {
  max-width: 10px;
}

.ec-RegisterRole__actions {
  margin-top: 70px;
}

.ec-off4Grid__cell {
  text-align: center;
  margin: auto;
  width: 39%;
}

@media (max-width: 767px) {
  .ec-off4Grid__cell {
    width: 100%;
  }
}

.ec-off4Grid__cell .ec-blockBtn--action, .ec-off4Grid__cell .ec-blockBtn--cancel {
  display: block;
  max-width: 380px;
  width: 100%;
  background-color: #F04250;
  border-radius: 8px;
  color: #fff;
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  color: #fff;
  height: 70px;
}

@media (max-width: 767px) {
  .ec-off4Grid__cell .ec-blockBtn--action, .ec-off4Grid__cell .ec-blockBtn--cancel {
    height: 55px;
    font-size: 1rem;
    max-width: 100%;
  }
}

.ec-off4Grid__cell .ec-blockBtn--cancel {
  margin-top: 10px;
  background-color: #B4B4B4;
  font-size: 0.9375rem;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .ec-off4Grid__cell .ec-blockBtn--cancel {
    height: 45px;
    font-size: 0.875rem;
  }
}

.cart__cust-box {
  position: relative;
}

@media (max-width: 767px) {
  .cart__cust-box {
    margin-top: 40px;
  }
}

.cart__cust-box h4 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #42210B;
  height: 50px;
  background-color: #EEEDE5;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .cart__cust-box h4 {
    font-size: 0.9375rem;
  }
}

.cart__cust-box h4.kupon {
  background-color: #F1ECE3;
}

.cart__cust-box h5 {
  font-weight: bold;
  margin-bottom: 40px;
  color: #41312F;
  font-size: 1rem;
}

.cart__cust-box .ec-inlineBtn {
  position: absolute;
  top: 70px;
  right: 20px;
}

.cart__cust-box .ec-cartRow-cus {
  margin-bottom: 20px;
}

.cart__cust-box .ec-cartRow-cus .ec-cartRow__contentColumn {
  padding-top: 10px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-top: 1px dashed #B4B4B4;
}

.cart__cust-box .ec-cartRow-cus .ec-cartRow__contentColumn:last-child {
  border-bottom: 1px dashed #B4B4B4;
}

.cart__cust-box .ec-cartRole__totalAmount {
  color: #434242;
  margin-left: 37px;
  font-size: 1.5rem;
}

.cart__cust-box .tax {
  margin-left: 5px;
  font-size: 0.875rem;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .cart__cust-box .tax {
    font-size: 0.75rem;
  }
}

.cart__cust-box .note {
  font-size: 0.75rem;
}

.cart__cust-box .note::before {
  font-size: 0.75rem;
}

.cart__cust-box .btn-coupon {
  margin-top: 10px;
  margin-bottom: 7px;
}

.cart__cust-box .ec-cartRole__actions {
  margin-top: 0;
  height: auto;
  padding: 17px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cart__cust-box .ec-cartRole__actions {
    margin-top: 30px;
  }
}

.cart__cust-box .credit-cart-option {
  background-color: #EEEDE5;
}

.cart__cust-info {
  background-color: #fff;
  padding: 20px;
  position: relative;
}

.cart__cust-info p {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .cart__cust-info p {
    font-size: 0.9375rem;
  }
}

.cart__cust-info .radio-item {
  margin-bottom: 15px;
}

.cart__cust-info .radio-item label {
  color: #44302E;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.cart__cust-info .dl_table {
  color: #44302E;
}

.cart__cust-info .dl_table dt {
  margin-bottom: 10px;
}

.cart__cust-info .dl_table .inliness {
  font-size: 0.875rem;
}

.cart__cust-info .dl_table .ec-input {
  font-size: 0.875rem;
}

.cart__cust-info .dl_table .ec-input .small-text {
  font-size: 0.75rem;
  margin-top: 10px;
}

.cart__cust-info .input {
  height: 45px;
  border-radius: 4px;
  max-width: 285px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cart__cust-info .input#shopping_order_security_code {
    max-width: 140px;
  }
}

.cart__cust-info .sel-optTime {
  font-size: 0.875rem;
}

.cart__cust-info .sel-optTime select {
  max-width: 100%;
  height: 45px;
  border-color: #D3D3CF;
  border-radius: 4px;
  font-size: 0.875rem;
  padding-left: 15px;
}

.cart__cust-info .sel-optTime select#shopping_order_expire_month {
  margin-right: 10px;
  width: 100px;
}

.cart__cust-info .sel-optTime select#shopping_order_expire_year {
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
}

.cart__cust-info .sel-optTime select:placeholder {
  color: #9F9F9F;
}

.cart__cust-info .sel-optTime #shopping_order_credit_pay_methods {
  max-width: 100%;
  width: 160px;
}

.cart__cust-info .list-name {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.cart__cust-info .list-name .inliness {
  display: flex;
  align-items: center;
}

.cart__cust-info .list-name .inliness:first-child {
  margin-right: 20px;
}

.cart__cust-info .list-name .inliness .input {
  max-width: 250px;
}

.cart-lg-left {
  margin-right: 16px;
}

.btn-coupon {
  font-weight: bold;
  color: #44302E;
  font-size: 0.9375rem;
  background-color: #EEEDE5;
  border: 1px solid #D3D3CF;
  border-radius: 4px;
  padding: 10px 16px;
  display: inline-block;
}

.ec-inlineBtn {
  background-color: #EEEDE5;
  border: 1px solid #D3D3CF;
  font-size: 0.9375rem;
  color: #41312F;
  padding: 7px 13px;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .ec-inlineBtn {
    padding: 4px 13px;
  }
  .ec-inlineBtn .ec-inlineBtn {
    font-size: 0.875rem;
  }
}

.cart__cust-send-time {
  display: flex;
  align-items: center;
}

.cart__cust-send-time li.ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #44302E;
  font-size: 1rem;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .cart__cust-send-time li.ttl {
    font-size: 0.9375rem;
  }
}

.cart__cust-send-time li.txt {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .cart__cust-send-time li.txt {
    font-size: 0.9375rem;
  }
}

.cart__cust-send-time .two {
  display: flex;
}

@media (max-width: 767px) {
  .cart__cust-send-time .two {
    flex-wrap: wrap;
  }
}

.cart__cust-send-time .two ul {
  display: flex;
  align-items: center;
}

.cart__cust-send-time .two ul:first-child {
  margin-right: 20px;
}

.cart__cust-send-time .two ul .form-control {
  width: 140px;
  height: 45px;
}

@media (max-width: 767px) {
  .cart__cust-send-time .two .contact__input-flex {
    margin-bottom: 0 !important;
  }
}

.cart__options .container-info16 > .ttl {
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .cart__options .container-info16 > .ttl {
    font-size: 0.9375rem;
  }
}

.cart__options .container-info16 > .ttl > .tag {
  border: none;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 767px) {
  .cart__options .container-info16 > .ttl > .tag {
    font-size: 0.9375rem;
  }
}

.cart__options .container-info16 > .ttl > .tag:hover {
  opacity: 1;
}

.cart__options .container-info16 > .ttl > .tag-green {
  background-color: #54C3EA;
}

.cart__options .container-info16 > .ttl > .tag-ping {
  background-color: #F486BA;
}

.cart__options .container-info16 > .ttl > .tag-grn {
  background-color: #9DC814;
}

.cart__options .container-info16 > .note {
  font-size: 0.875rem;
}

.cart__options .container-info16 > .note::before {
  font-size: 0.875rem;
}

.cart__options .img-option {
  text-align: center;
}

.cart__options .img-option img {
  max-width: 368px;
}

.cart-completed h3 {
  padding-left: 0;
  margin-bottom: 30px;
}

.cart-completed h3::before {
  display: none;
}

.cart-completed h5 {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  color: #434242;
  margin-bottom: 45px;
}

.btnCart-completed {
  text-align: center;
}

.btnCart-completed .btn {
  max-width: 300px;
  justify-content: center;
}

.cart-option .ec-cartRole__actions {
  border-color: #F2C2CA;
  background-color: #FCF3F3;
}

.cart-option .full-total {
  margin-left: -17px;
  margin-right: -17px;
  padding: 3px 17px;
  background-color: #fff;
}

.cart-option .ec-cartRole__actions-head {
  margin-bottom: 4px;
}

.js-push-check.CheckTxt {
  opacity: 0 !important;
}

.js-push-check.checkJP.CheckTxt {
  opacity: 1 !important;
}

.txt__write {
  margin-top: 40px;
}

.txt__write .chuii {
  font-family: "GenJyuuGothic";
  font-size: 1.25rem;
  padding-left: 35px;
  color: #41312F;
  position: relative;
}

.txt__write .chuii::before {
  width: 24px;
  height: 21px;
  background: url("../images/cart/icon-chuii.png") no-repeat;
  left: 0;
  top: 3px;
  background-size: 100% 100%;
}

.txt__write .list-style-dot {
  font-weight: bold;
}

.txt__write .list-style-dot .line {
  border-bottom: 1.5px dashed #F39700;
}

.txt__write-samp {
  margin-top: 20px;
  margin-bottom: 40px;
}

.txt__write-samp .list {
  margin-bottom: 12px;
}

.txt__write-samp .list span {
  font-size: 1rem;
  font-weight: bold;
}

.txt__write-samp .list span:first-child {
  color: #44302E;
  margin-right: 20px;
}

.txt__write-samp img {
  max-width: 345px;
}

.txt__write .list-radio {
  margin-bottom: 30px;
}

.txt__write .list-radio .list {
  display: flex;
}

.txt__write .list-radio .list label {
  color: #44302E;
}

.txt__write .list-radio .list .radio-item:first-child {
  margin-right: 25px;
}

.txt__write .list-name-input {
  margin-bottom: 20px;
}

.txt__write .list-name-input span {
  position: relative;
}

.txt__write .list-name-input .name {
  font-size: 1rem;
  font-weight: bold;
  color: #44302E;
  margin-right: 20px;
}

.txt__write .list-name-input .show-check {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #F04250;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 5px;
  top: -53px;
  transition: 0.3s all;
  max-width: 81%;
  margin: auto;
  opacity: 1;
}

@media (max-width: 767px) {
  .txt__write .list-name-input .show-check {
    top: -75px;
    max-width: 49%;
    right: -102px;
    text-align: center;
  }
}

.txt__write .list-name-input .show-check.active, .txt__write .list-name-input .show-check.active-jp {
  opacity: 1;
  transform: translateY(5px);
}

.txt__write .list-name-input .arrow-downCheck {
  position: absolute;
  left: 48%;
}

@media (max-width: 767px) {
  .txt__write .list-name-input .arrow-downCheck {
    top: 20px;
  }
}

.txt__write .list-name-input .arrow-downCheck::before {
  top: 18px;
  border-top: 13px solid #F04250;
  z-index: 222;
}

.txt__write .cart__cust-info .list-style-dot li {
  font-weight: 500;
  color: #434242;
}

.txt__write .list-note {
  margin-top: 20px;
}

.txt__write .list-note .note {
  font-size: 0.875rem;
  margin-bottom: 7px;
}

.mack__group {
  margin-top: 30px;
}

.mack__group h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

.mack__group-item {
  margin-bottom: 25px;
}

.mack__group-item label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #44302E !important;
}

.mack__group-item .radio-item {
  margin-top: 10px;
}

.mack-info {
  position: relative;
}

.mack-info .show-input-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.4rem!important;
}

.mack-center .show-input-txt {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3em);
}

.mack-bottom .show-input-txt {
  left: 50%;
  top: 69%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3em);
}

.mack-top .show-input-txt {
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3em);
}

.cart-confirm .cart__cust-info {
  background: transparent;
}

@media (min-width: 769px) {
  .cart-confirm .cart__cust-info {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .cart-confirm .cart__cust-info {
    padding-bottom: 0;
  }
}

#form_cart .radio-item [type="radio"]:checked + label:before, #form_cart .radio-item [type="radio"]:not(:checked) + label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #44302E;
}

#form_cart .radio-item [type="radio"]:checked + label:after, #form_cart .radio-item [type="radio"]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background-color: #44302E;
}

#form_cart .radio-item [type="radio"]:checked + label, #form_cart .radio-item [type="radio"]:not(:checked) + label {
  line-height: 10px;
  padding-left: 30px;
}

.check-credit .checkbox-item label, .check-credit .radio-item label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #44302E;
}

.check-credit .checkbox-item label:before {
  padding: 12px;
}

.check-credit > .small-txt {
  font-size: 0.8125rem;
}

.category__bg {
  padding-top: 65px;
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .category__bg {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}

.category__bg.selectstyle {
  height: auto;
  margin: 0;
  position: relative;
  padding: 155px 0;
}

@media (min-width: 769px) {
  .category__bg.selectstyle {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .category__bg.selectstyle {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__bg.selectstyle {
    padding: 150px 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .category__bg.selectstyle {
    padding: 75px 0;
    margin-top: 30px;
  }
}

.category__bg-women {
  background: url("../images/collection/bg-line-pc.png") #E88AAE;
}

.category__bg-women.selectstyle {
  background: url("../images/category/women/karasa.png") no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1600px) {
  .category__bg-women.selectstyle {
    background-size: 100% 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-women.selectstyle {
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle {
    background: url("../images/category/women/karasa-sp.png") no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .category__bg-women.selectstyle {
    height: 40vw;
  }
}

.category__bg-women.selectstyle.type2 {
  background-image: url("../images/category/men/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type2 {
    background-image: url("../images/category/men/karasa-sp.png");
  }
}

.category__bg-women.selectstyle.type3 {
  background-image: url("../images/category/women2/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type3 {
    background-image: url("../images/category/women2/karasa-sp.png");
  }
}

.category__bg-women.selectstyle.type4 {
  background-image: url("../images/category/women3/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type4 {
    background-image: url("../images/category/women3/karasa-sp.png");
  }
}

.category__bg-women.selectstyle.men.type4 {
  background-image: url("../images/category/men/tankaku-men.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.men.type4 {
    background-image: url("../images/category/men/tankaku-men-sp.png");
  }
}

.category__bg-women.selectstyle.type5 {
  background-image: url("../images/category/women4/karasa.png")!important;
  background-size: cover!important;
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type5 {
    background-image: url("../images/category/women4/karasa-sp.png")!important;
    background-size: cover;
    background-position: center;
  }
}

.category__bg-women.selectstyle.men.type5 {
  background-image: url("../images/category/men/karasa-men.png")!important;
  background-size: cover!important;
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.men.type5 {
    background-image: url("../images/category/men/karasa-men-sp.png")!important;
    background-size: cover;
    background-position: center;
  }
}

.category__bg-women.selectstyle.type6 {
  background-image: url("../images/category/women5/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type6 {
    background-image: url("../images/category/women5/karasa-sp.png");
  }
}

.category__bg-women.selectstyle.anzen-bg {
  background-image: url("../images/category/women/anzen-bg.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.anzen-bg {
    background-image: url("../images/category/women/anzen-bg-sp.png");
  }
}

.category__bg-women.selectstyle.anzen-men-bg {
  background-image: url("../images/category/men/anzen-bg.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.anzen-men-bg {
    background-image: url("../images/category/men/anzen-bg-sp.png");
  }
}

.category__bg-women.selectstyle.type7 {
  background-image: url("../images/category/men/karasa02.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type7 {
    background-image: url("../images/category/men/karasa02-sp.png");
  }
}

.category__bg-women.selectstyle.type8 {
  background-image: url("../images/category/men/karasa03.png");
}

@media (max-width: 768px) {
  .category__bg-women.selectstyle.type8 {
    background-image: url("../images/category/men/karasa03-sp.png");
  }
}

.category__bg-men {
  background: url("../images/collection/bg-line-pc.png") #66B3EF;
}

.category__bg-men.selectstyle {
  background: url("../images/category/women/karasa.png") no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-men.selectstyle {
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle {
    background: url("../images/category/women/karasa-sp.png") no-repeat;
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .category__bg-men.selectstyle {
    height: 40vw;
  }
}

.category__bg-men.selectstyle.type2 {
  background-image: url("../images/category/men/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.type2 {
    background-image: url("../images/category/men/karasa-sp.png");
  }
}

.category__bg-men.selectstyle.type3 {
  background-image: url("../images/category/women2/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.type3 {
    background-image: url("../images/category/women2/karasa-sp.png");
  }
}

.category__bg-men.selectstyle.type4 {
  background-image: url("../images/category/women3/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.type4 {
    background-image: url("../images/category/women3/karasa-sp.png");
  }
}

.category__bg-men.selectstyle.type5 {
  background-image: url("../images/category/women4/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.type5 {
    background-image: url("../images/category/women4/karasa-sp.png");
  }
}

.category__bg-men.selectstyle.type6 {
  background-image: url("../images/category/women5/karasa.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.type6 {
    background-image: url("../images/category/women5/karasa-sp.png");
  }
}

.category__bg-men.selectstyle.anzen-bg {
  background-image: url("../images/category/women/anzen-bg.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.anzen-bg {
    background-image: url("../images/category/women/anzen-bg-sp.png");
  }
}

.category__bg-men.selectstyle.anzen-men-bg {
  background-image: url("../images/category/men/anzen-bg.png");
}

@media (max-width: 768px) {
  .category__bg-men.selectstyle.anzen-men-bg {
    background-image: url("../images/category/men/anzen-bg-sp.png");
  }
}

@media (min-width: 769px) {
  .category__bg-men .category__bg-avatar .bg-left img, .category__bg-men .category__bg-avatar .bg-right img {
    max-width: 460px;
  }
  .category__bg-men .category__bg-avatar .bg-left {
    left: 3%;
  }
  .category__bg-men .category__bg-avatar .bg-right {
    right: 4.5vw;
    top: 20px!important;
  }
  .category__bg-men .category__bg-avatar .bg-right img {
    max-width: 500px;
  }
}

.category__bg-school {
  background: url("../images/school/detail/school-bg.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .category__bg-school {
    padding-bottom: 50%!important;
    background: url("../images/school/detail/right.png") no-repeat center bottom / cover;
  }
}

.category__bg-school .star-bg h5 {
  color: #FFFCDD;
}

.category__bg-school .star-bg h5::before {
  background: url("../images/school/detail/star-hea.png") no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .category__bg-school .star-bg h5::before {
    height: 30px;
    background-size: 100%;
  }
  .category__bg-school .star-bg h5::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    height: 10px;
    width: 100%;
    background: url("../images/school/detail/star-hea.png") center bottom no-repeat;
    background-size: 100%;
    content: "";
  }
}

.category__bg-school .puplic-txt .big-txt {
  font-size: 4.375rem;
  letter-spacing: 1.75px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__bg-school .puplic-txt .big-txt {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .category__bg-school .puplic-txt .big-txt {
    font-size: 1.875rem;
  }
}

.category__bg-school .category__bg-avatar .bg-left {
  top: auto;
  bottom: -68%;
  right: 0;
  left: 0;
  max-width: 1280px;
}
.category__bg-school .category__bg-avatar .bg-left img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .category__bg-school .category__bg-avatar .bg-left {
    display: none;
  }
}

.category__bg-school .category__bg-avatar .bg-right {
  display: none;
}

.category__bg-avatar img {
  width: auto;
}

.category__bg-content {
  text-align: center;
}

.category__bg-content h4, .category__bg-content h1 {
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 3.6px;
  font-family: "GenJyuuGothic";
  line-height: 1.3;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-content h4, .category__bg-content h1 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 768px) {
  .category__bg-content h4, .category__bg-content h1 {
    font-size: 1.0625rem;
  }
}

.category__bg-body {
  position: relative;
  z-index: 2;
}

.category__bg-avatar .bg-left, .category__bg-avatar .bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.category__bg-avatar .bg-left {
  left: 3vw;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-avatar .bg-left {
    left: 4vw;
  }
}

@media (max-width: 768px) {
  .category__bg-avatar .bg-left {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .category__bg-avatar .bg-left {
    top: 50px;
  }
}

.category__bg-avatar .bg-left img {
  max-width: 500px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__bg-avatar .bg-left img {
    max-width: 325px;
  }
}

@media (max-width: 767px) {
  .category__bg-avatar .bg-left img {
    max-width: 42vw;
  }
}

.category__bg-avatar .bg-left img.type2 {
  max-width: 290px;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-avatar .bg-left img.type2 {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .category__bg-avatar .bg-left img.type2 {
    max-width: 27vw;
  }
}

.category__bg-avatar .bg-right {
  right: 3vw;
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .category__bg-avatar .bg-right {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .category__bg-avatar .bg-right {
    right: -56px;
  }
}

@media (max-width: 767px) {
  .category__bg-avatar .bg-right {
    top: 25px;
  }
}

.category__bg-avatar .bg-right img {
  max-width: 500px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__bg-avatar .bg-right img {
    max-width: 315px;
  }
}

@media (max-width: 767px) {
  .category__bg-avatar .bg-right img {
    max-width: 45vw;
  }
}

.category-infoFirst {
  margin-top: 50px;
  margin-bottom: 37px;
  position: relative;
  z-index: 2;
}

.category-infoFirst.type2 {
  padding: 0 50px;
}

@media (max-width: 767px) {
  .category-infoFirst.type2 {
    padding: 0;
  }
}

.category-infoFirst.type3 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .category-infoFirst.type3 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .category-infoFirst p {
    font-size: 0.875rem;
  }
}

.category-infoFirst h3 {
  padding-left: 0;
}

@media (max-width: 767px) {
  .category-infoFirst h3 {
    font-size: 1rem;
  }
}

.category-infoFirst h3::before {
  display: none;
}

@media (max-width: 767px) {
  .category-infoFirst {
    margin-top: 30px;
  }
}

.category-infoFirst p {
  font-weight: bold;
  color: #41312F;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .category-infoFirst p {
    font-size: 0.875rem;
  }
}

.category-infoFirst .text-underline {
  color: #E86E9D;
}

.category__list {
  background-color: #F0EFE1;
  padding-top: 100px;
}

.category__list.type2 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .category__list.type2 {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .category__list {
    padding-top: 50px;
  }
}

.category__list .category__list-item .box-item .price {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .category__list .color-tag {
    font-size: 0.3125rem;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .category__list .color-tag-number {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  .category__list .color-select ul li {
    width: 9px;
    height: 9px;
    margin-right: 3px;
  }
}

@media (max-width: 767px) {
  .category__list .color-select ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .category__list .color-style::after {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 767px) {
  .category__list .color-style::before {
    width: 13px;
    height: 13px;
    top: 1px;
    left: 1px;
  }
}

.category__list ul li {
  list-style: none;
}

.category__list-item {
  position: relative;
  margin-top: 80px;
}

.category__list-item-col {
  margin-bottom: 90px;
}
#outlet-list .category__list-item-col, .cat-102 .category__list-item-col, .cat-103 .category__list-item-col {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
  .category__list-item-col {
    margin-bottom: 60px;
  }
}

.category__list-item .list-item {
  position: relative;
}

.category__list-item .item-btn {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .category__list-item .item-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.category__list-item .btn.ping {
  height: 64px;
  border-radius: 8px;
  justify-content: center;
}

@media (max-width: 767px) {
  .category__list-item .btn.ping {
    height: 45px;
    font-size: 0.875rem;
  }
}

.category__list-item .tag-info {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .category__list-item .tag-info {
    font-size: 0.4375rem;
  }
}

.category__list-item .content {
  padding-left: 20px;
  padding-right: 12px;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .category__list-item .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.category__list-item .box-white {
  padding-bottom: 20px;
  border-radius: 10px;
}

.category__list-item .box-white .color {
  margin-bottom: 8px;
}

.category__list-item .box-item .avatar {
  position: relative;
  cursor: pointer;
}
.cat-103 .category__list-item .box-item .avatar {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.category__list-item .box-item .avatar img {
  margin-top: -40px;
}

#outlet-list .category__list-item .box-item .avatar img,
.cat-102 .category__list-item .box-item .avatar img, .cat-103 .category__list-item .box-item .avatar img
{
    margin-top: 0;
}

.category__list-item .box-item .logo-item {
  margin-top: 12px;
  padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto!important;
}

.category__list-item .box-item .logo-item img {
  max-height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .category__list-item .box-item .logo-item img {
    max-height: 30px;
  }
}

.category__list-item .box-item .logo-item .product-name {
  padding-left: 0;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .category__list-item .box-item .logo-item .product-name {
    font-size: 0.9375rem;
  }
}

.category__list-item .box-item .logo-item .product-name::before {
  display: none;
}

.category__list-item .box-item .logo-item .addLabel {
  margin-bottom: 18px;
  position: relative;
  display: block;
}

.category__list-item .box-item .color-tag {
  background-color: #796663;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__list-item .box-item .color-tag {
    margin-bottom: 15px;
  }
}

.category__list-item .box-item .price {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .category__list-item .box-item .price {
    margin-bottom: 15px;
  }
}

.category__list-item .nameplate {
  position: absolute;
  bottom: 0;
  right: 0;
}

.category__list-item .tag-kupon {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .category__list-item .tag-kupon {
    left: 8px;
  }
}

.category-list-bg {
  position: relative;
  background: url("../images/category/women/karasa-bg.png") no-repeat;
  width: 100%;
  height: 320px;
  background-size: 100%;
  margin: 60px 0 40px;
}

@media (max-width: 767px) {
  .category-list-bg {
    height: 145px;
    background: url("../images/category/women/karasa-bg-sp.png") no-repeat;
    background-size: 117%;
    background-position: center;
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.category-list-bg h3 {
  position: relative;
  color: #44302E;
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.875rem;
}

@media (max-width: 767px) {
  .category-list-bg h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}

.category-list-bg .icon-line-karasa {
  padding-top: 160px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category-list-bg .icon-line-karasa {
    padding-top: 95px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .category-list-bg .icon-line-karasa {
    padding-top: 13%;
  }
}

.category-list-bg .icon-line-karasa::before {
  background: url("../images/category/women/line-karasaH3.png") no-repeat;
  width: 220px;
  height: 13px;
  background-size: 100% 100%;
  top: auto;
  bottom: -20px;
}

@media (max-width: 767px) {
  .category-list-bg .icon-line-karasa::before {
    width: 160px;
    height: 10px;
    bottom: -12px;
  }
}

.category-list-price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px -100px;
  padding: 30px;
  background: url("../images/category/women3/bg-price-list.png") repeat;
  border-radius: 15px;
  z-index: 1;
}

@media (max-width: 1050px) {
  .category-list-price {
    margin: 0 -15px -100px;
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .category-list-price {
    border-radius: 0;
    margin: 0 -15px 0;
  }
}

.category-list-price--item {
  width: 25%;
  padding: 0 10px;
}

@media (max-width: 1050px) {
  .category-list-price--item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .category-list-price--item {
    margin-bottom: 8px;
  }
  .category-list-price--item:last-child {
    margin-bottom: 0;
  }
}

.category-list-price--item.type2 ._label {
  background-image: url("../images/category/women3/label02.svg");
}

.category-list-price--item.type2 ._cost {
  color: #F78EB7;
}

.category-list-price--item.type3 ._label {
  background-image: url("../images/category/women3/label03.svg");
}

.category-list-price--item.type3 ._cost {
  color: #A5C72D;
}

.category-list-price--item.type4 ._label {
  background-image: url("../images/category/women3/label04.svg");
}

.category-list-price--item.type4 ._cost {
  color: #F0AA42;
}

.category-list-price--item-inner {
  display: block;
  height: 100%;
  min-height: 135px;
  background: url("../images/category/women3/bg-price-item.png") no-repeat;
  background-size: contain;
  padding: 8px 0 0 33px;
}

@media (max-width: 1050px) {
  .category-list-price--item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/category/women3/bg-price-item-sp.png");
  }
}

@media (max-width: 767px) {
  .category-list-price--item-inner {
    padding: 0px 0 0 16px;
    min-height: 65px;
  }
}

.category-list-price--item ._label {
  width: 70px;
  margin: 0 auto 14px;
  height: 24px;
  line-height: 24px;
  display: block;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  background: url("../images/category/women3/label01.svg") no-repeat;
  background-size: contain;
  text-align: center;
}

@media (max-width: 1050px) {
  .category-list-price--item ._label {
    width: 68px;
    margin: 0;
    height: 24px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .category-list-price--item ._label {
    width: 50px;
    font-size: 0.5625rem;
    line-height: 19px;
  }
}

.category-list-price--item ._cost {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #66C7E6;
  font-weight: bold;
}

.category-list-price--item ._cost span:first-child {
  font-size: 4.75rem;
  line-height: .7;
  font-family: "Courier", sans-serif;
}

@media (max-width: 767px) {
  .category-list-price--item ._cost span:first-child {
    font-size: 3.4375rem;
  }
}

.category-list-price--item ._cost span:last-child {
  font-size: 1.625rem;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .category-list-price--item ._cost span:last-child {
    font-size: 0.9375rem;
  }
}

.category-list-price--item-ttl {
  font-size: 14px !important;
  color: #796663;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1050px) {
  .category-list-price--item-ttl {
    margin-left: 10px;
  }
}

.category-list-price.new2024 > * {
  width: 50%;
}
.category-list-price.new2024 > :first-child {
  width: 100%;
}
.category-list-price.new2024 > * > * {
  display: block;
  margin: 0 auto;
  max-width: 480px;
}
@media (max-width: 768px) {
  .category-list-price.new2024 > * > * {
    max-width: 178px;
  }
}

.category-youtube_wrap {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .category-youtube_wrap {
    max-width: 100%;
  }
}

.category-youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .category-youtube_box {
    margin: 20px auto 0;
  }
}

.category-youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.selectDesign .tag-kupon-item span {
  font-size: 0.75rem;
}

.selectDesign .tag-kupon {
  width: 69px;
  height: 79px;
}

.selectDesign .tag-kupon-item span.en {
  display: none;
}

.selectDesign .tag-kupon-item img {
  margin-top: 5px;
}

.selectDesign .nameplate {
  width: 110px;
  height: 25px;
}

.selectDesign .nameplate .txt {
  font-size: 0.5625rem;
}

.selectDesign .nameplate .tax {
  font-size: 0.75rem;
}

.selectDesign .col4 .price .online-price span {
  font-size: 1.125rem;
}

.selectDesign .col4 .price .online-price .price-info {
  font-size: 1.125rem;
}

.ranking-numb6 .selectDesign .container {
  max-width: 1280px;
}

.ranking-numb6 .selectDesign .container.col6 {
  max-width: 826px;
  margin: auto;
}

.detail02-bigImg .big-detail01Img {
  text-align: right;
}

.detail02-bigImg .big-detail01Img img {
  max-width: 780px;
}

.detail02-bigImg .big-detail02Img {
  text-align: right;
}

.detail02-bigImg .big-detail02Img img {
  max-width: 640px;
}

.detail02-bigImg .big-detail03Img img {
  max-width: 960px;
}

.detail02-bigImg .big-imgPr-row:nth-child(even) {
  margin-top: 70px;
  margin-bottom: 70px;
}

.bg-hide.school-detailPage {
  position: relative;
  z-index: 2;
}
.school-detailPage-header {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .school-detailPage-header {
    margin-bottom: 55px;
  }
}

.school-detailPage-header .ttl {
  max-width: 800px;
  margin: auto;
  margin-bottom: 15px;
}

.school-detailPage-header p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #41312F;
}

@media (max-width: 767px) {
  .school-detailPage-header p {
    font-size: 0.875rem;
  }
}

.school-detailPage .puplic-txt {
  padding-bottom: 40px;
}

.school-detailPage .big-txt {
  display: inline-block;
  position: relative;
}

.school-detailPage .big-txt:before {
  background: url("../images/school/detail/start01.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  left: -60px;
  bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .school-detailPage .big-txt:before {
    left: -100px;
  }
}

@media (max-width: 767px) {
  .school-detailPage .big-txt:before {
    width: 30px;
    height: 30px;
    left: -30px;
    bottom: 30px;
  }
}

.school-detailPage .big-txt:after {
  background: url("../images/school/detail/start02.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  right: -60px;
  bottom: 0;
}

@media (max-width: 767px) {
  .school-detailPage .big-txt:after {
    width: 20px;
    height: 20px;
    right: -30px;
    bottom: 30px;
  }
}

.school-detailPage .category__btn {
  position: relative;
}

.school-detailPage .category__btn .btn {
  background-color: #F7B23F;
  color: #41312F;
}

.school-detailPage .category__btn .btn:before {
  background: url("../images/icon-defaul-arrow.svg") no-repeat;
}

@media (min-width: 769px) {
  .school-detailPage .category__btn .btn:before {
    background-size: 103%;
  }
}

.school-detailPage .category__btn .btn:hover {
  background-color: #41312F;
}

.school-detailPage .btn.ping {
  background-color: #F7B23F;
  border: none;
}

.school-detailPage .btn.ping::before {
  background-size: 100% 100%;
}

.school-detailPage .btn.ping:hover {
  color: #41312F;
  background-color: #F7B23F;
}

.school-detailPage .btn.ping:hover:before {
  background: url("../images/icon-defaul-arrow.svg") no-repeat;
  background-size: 100% 100%;
  opacity: 0.8;
}

.school-detailPage .category__list-item .btn.ping:hover {
  background: #F7B23F;
  opacity: 0.8;
}

.school-detailPage .category__list-item .btn.ping:hover::before {
  background-size: 100% 100%;
}

.school-detailPage .lineup .container {
  max-width: 1030px;
}

.school-detailPage .lineup {
  padding-bottom: 0;
}

@media (min-width: 769px) {
  .school-detailPage .category__btn .ping::after {
    width: 638px;
  }
}

.school-detailPage .category__bg {
  padding-top: 100px;
  padding-bottom: 135px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .school-detailPage .price .online-price span {
    font-size: 1.25rem;
  }
}

.school-detailPage .price {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .school-detailPage .price .online-price .price-info {
    font-size: 1.375rem;
  }
}

.bg-hide {
  position: relative;
}

.bg-hide:before {
  width: 100%;
  height: 200px;
  background-color: #FBFCF5;
  left: 0;
  top: 31%;
}

@media (max-width: 767px) {
  .bg-hide:before {
    /*display: none;*/
  }
}

@media (max-width: 767px) {
  .part-page .container-info16 .category-infoFirst p {
    font-size: 0.875rem;
  }
}

.selectstyle .collection__select-head h3 {
  color: #E86E9D;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
}
.selectstyle .collection__select-head h1 span {
  color: #E86E9D;
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
}
.selectstyle .collection__select-head h1 .text-blue {
  color: #41312F!important;
}


@media (max-width: 767px) {
  .selectstyle .collection__select-head h3 {
    font-size: 0.8125rem;
    margin-bottom: 0;
  }
    .selectstyle .collection__select-head h1 span {
      font-size: 0.8125rem;
      margin-bottom: 0;
    }

}

.selectstyle .collection__select-head h3.text-blue2 {
  color: #3DA1EE;
}
.selectstyle .collection__select-head h1.text-blue2 span {
  color: #3DA1EE;
}

.selectstyle .collection__select-head .d-inline-flex {
  align-items: baseline;
}

.selectstyle .collection__select-head .d-inline-flex > span {
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .selectstyle .collection__select-head .d-inline-flex > span {
    font-size: 1.25rem;
  }
}

.selectstyle .collection__select-head .d-inline-flex > span:first-child {
  font-size: 26px;
}

@media (max-width: 767px) {
  .selectstyle .collection__select-head .d-inline-flex > span:first-child {
    font-size: 20px;
  }
}

.selectstyle .collection__select-head .d-inline-flex .text-red {
  color: #E86E9D;
}

.selectstyle .collection__select-head .d-inline-flex .text-blue2 {
  color: #3DA1EE;
}

.star-bg {
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .star-bg {
    margin-bottom: 0;
  }
}

.star-bg h5 {
  display: inline-flex;
  color: #FBFCF5;
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.9px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .star-bg h5 {
    font-size: 0.625rem;
  }
}

.star-bg h5::before {
  background: url("../images/category/women/bg-ttl-top.png") no-repeat;
  width: 100%;
  height: 84px;
  background-size: 100% 100%;
  top: -42px;
}

@media (max-width: 767px) {
  .star-bg h5::before {
    top: -30px;
    height: 55px;
  }
}

.star-bg h5 span.type2.first {
  margin-right: -15px;
}

@media (max-width: 767px) {
  .star-bg h5 span.type2.first {
    margin-right: -10px;
  }
}

.star-bg h5 span.type2 svg {
  width: 95px;
  height: 32px;
}

@media (max-width: 767px) {
  .star-bg h5 span.type2 svg {
    width: 60px;
    height: 31px;
  }
}

.star-bg h5 span.type2 svg text {
  font-size: 4.6875rem;
}

@media (max-width: 767px) {
  .star-bg h5 span.type2 svg text {
    font-size: 4.375rem;
  }
}

.star-bg h5 svg {
  width: 86px;
  height: 35px;
  text-anchor: middle;
  margin-top: -2px;
}

@media (max-width: 767px) {
  .star-bg h5 svg {
    width: 46px;
    margin-top: -8px;
  }
}

.star-bg h5 svg text {
  font-size: 5.125rem;
}

.star-bg h5 svg text.background {
  stroke: #FBFCF5;
  stroke-width: 13px;
  stroke-linejoin: round;
}

.star-bg h5 svg text.foreground {
  fill: #E86E9D;
}

.star-bg h5 svg text.foreground.blue {
  fill: #3DA1EE;
}

@media (max-width: 767px) {
  .selectDesign-list .part-page .container {
    padding: 0;
  }
}

.selectDesign-ttlWrap .sub {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .9px;
  color: #E86E9D;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .sub {
    font-size: 0.875rem;
  }
}

.selectDesign-ttlWrap .sub span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .sub span {
    padding: 0 12px;
  }
}

.selectDesign-ttlWrap .sub span:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 20px;
  background: url("../images/category/women5/magic-pink-left.svg") no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .sub span:before {
    top: 4px;
    width: 10px;
    height: 17px;
  }
}

.selectDesign-ttlWrap .sub span:after {
  position: absolute;
  right: 0;
  top: 2px;
  width: 14px;
  height: 20px;
  background: url("../images/category/women5/magic-pink-right.svg") no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .sub span:after {
    top: 4px;
    width: 10px;
    height: 17px;
  }
}

.selectDesign-ttlWrap .ttl {
  width: 600px;
  max-width: 100%;
  height: 154px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  color: #fff;
  text-align: center;
  background: url("../images/category/women5/bg-ttl-pink.png") no-repeat;
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .ttl {
    top: 4px;
    width: 375px;
    max-width: 100%;
    height: 94px;
    background-size: contain;
    padding-top: 7px;
  }
}

.selectDesign-ttlWrap .jp {
  font-size: 0.875rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.7px;
  text-shadow: 0px 0px 6px #E86E9D;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .jp {
    font-size: 0.625rem;
  }
}

.selectDesign-ttlWrap .en {
  font-size: 2.125rem;
  font-weight: bold;
  letter-spacing: 2.55px;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 6px #E86E9D;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  .selectDesign-ttlWrap .en {
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 1.65px;
  }
}

.selectDesign-ttlWrap.brown .sub {
  color: #BD8658;
}

.selectDesign-ttlWrap.brown .sub span:before {
  background-image: url("../images/category/women5/magic-brown-left.svg");
}

.selectDesign-ttlWrap.brown .sub span:after {
  background-image: url("../images/category/women5/magic-brown-right.svg");
}

.selectDesign-ttlWrap.brown .ttl {
  background-image: url("../images/category/women5/bg-ttl-brown.png");
}

.selectDesign-ttlWrap.brown .jp {
  text-shadow: 0px 0px 6px #BD8658;
}

.selectDesign-ttlWrap.brown .en {
  text-shadow: 0px 0px 6px #BD8658;
}

.selectDesign-ttlWrap.green .sub {
  color: #A5C72E;
}

.selectDesign-ttlWrap.green .sub span:before {
  background-image: url("../images/category/women5/magic-green-left.svg");
}

.selectDesign-ttlWrap.green .sub span:after {
  background-image: url("../images/category/women5/magic-green-right.svg");
}

.selectDesign-ttlWrap.green .ttl {
  background-image: url("../images/category/women5/bg-ttl-green.png");
}

.selectDesign-ttlWrap.green .jp {
  text-shadow: 0px 0px 6px #A5C72E;
}

.selectDesign-ttlWrap.green .en {
  text-shadow: 0px 0px 6px #A5C72E;
}

.selectDesign-ttlWrap.blue .sub {
  color: #4EC7E3;
}

.selectDesign-ttlWrap.blue .sub span:before {
  background-image: url("../images/category/women5/magic-blue-left.svg");
}

.selectDesign-ttlWrap.blue .sub span:after {
  background-image: url("../images/category/women5/magic-blue-right.svg");
}

.selectDesign-ttlWrap.blue .ttl {
  background-image: url("../images/category/women5/bg-ttl-blue.png");
}

.selectDesign-ttlWrap.blue .jp {
  text-shadow: 0px 0px 6px #4EC7E3;
}

.selectDesign-ttlWrap.blue .en {
  text-shadow: 0px 0px 6px #4EC7E3;
}

.selectDesign-ttlWrap.yellow .sub {
  color: #F0AA42;
}

.selectDesign-ttlWrap.yellow .sub span:before {
  background-image: url("../images/category/women5/magic-yellow-left.svg");
}

.selectDesign-ttlWrap.yellow .sub span:after {
  background-image: url("../images/category/women5/magic-yellow-right.svg");
}

.selectDesign-ttlWrap.yellow .ttl {
  background-image: url("../images/category/women5/bg-ttl-yellow.png");
}

.selectDesign-ttlWrap.yellow .jp {
  text-shadow: 0px 0px 6px #F0AA42;
}

.selectDesign-ttlWrap.yellow .en {
  text-shadow: 0px 0px 6px #F0AA42;
}

.selectDesign-ttlUnder {
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  font-family: "GenJyuuGothic";
  line-height: 1.6;
  color: #41312F;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .selectDesign-ttlUnder {
    font-size: 1rem;
  }
}

.selectDesign .category__list {
  padding-top: 0;
  background: none;
}

.selectDesign .category__list-item {
  margin-top: 60px;
}

.selectDesign .category__list-item.center .row {
  justify-content: center;
}

.selectDesign .category__list-item.brown {
  position: relative;
  z-index: 1;
}

.selectDesign .category__list-item.brown:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 120px;
  z-index: -1;
  background: url("../images/category/women5/bg-list-brown.png") bottom 20px center no-repeat;
  content: "";
}

.selectDesign .category__list-item.green {
  position: relative;
  z-index: 1;
}

.selectDesign .category__list-item.green:after {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 120%;
  z-index: -1;
  background: url("../images/category/women5/bg-list-green.png") center center no-repeat;
  background-size: contain;
  content: "";
}

.selectDesign .category__list-item.blue {
  position: relative;
  z-index: 1;
}

.selectDesign .category__list-item.blue:after {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 120%;
  height: 120%;
  z-index: -1;
  background: url("../images/category/women5/bg-list-blue.png") center center no-repeat;
  background-size: contain;
  content: "";
}

.selectDesign .category__list-item.yellow {
  position: relative;
  z-index: 1;
}

.selectDesign .category__list-item.yellow:after {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 120%;
  height: 200px;
  z-index: -1;
  background: url("../images/category/women5/bg-list-yellow.png") center center no-repeat;
  background-size: contain;
  content: "";
}

.puplic-txt {
  position: relative;
  z-index: 3;
}

.puplic-txt span {
  display: block;
  color: #624848;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}

.puplic-txt .big-txt {
  font-size: 8.25rem;
  letter-spacing: 3.3px;
  font-weight: 800;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .puplic-txt .big-txt {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .puplic-txt .big-txt {
    font-size: 3.125rem;
  }
}

.puplic-txt .small-txt {
  font-size: 3.375rem;
  letter-spacing: 4.05px;
  font-weight: 900;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .puplic-txt .small-txt {
    font-size: 2.5625rem;
  }
}

@media (max-width: 768px) {
  .puplic-txt .small-txt {
    font-size: 1.75rem;
  }
}

.category__btn {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: auto;
  margin-top: -65px;
  max-width: 630px;
  width: 100%;
  display: flex;
  padding: 20px;
  background: #FBFCF5;
  border-radius: 10px;
  justify-content: center;
}
.category__btn.outlet {
    max-width: 1120px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__btn {
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .category__btn {
    max-width: 340px;
    padding: 6px;
    margin-top: -35px;
  }
}

.category__btn.only-linkRight {
  margin: 20px 0 0;
  text-align: right;
  margin-left: auto;
}

@media (max-width: 767px) {
  .category__btn.only-linkRight {
    text-align: left;
    max-width: 100%;
    justify-content: start;
  }
  .category__btn.only-linkRight .acclink {
    font-size: 0.75rem;
    padding-left: 26px;
  }
}

.category__btn.only-linkRight:hover a {
  color: #44302E;
}

.category__btn.only-linkRight .acclink::before {
  width: 30px;
  height: 30px;
}

@media (max-width: 767px) {
  .category__btn.only-linkRight .acclink::before {
    width: 18px;
    height: 18px;
  }
}

.category__btn.only-linkRight .acclink::after {
  left: 12px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .category__btn.only-linkRight .acclink::after {
    left: 5px;
  }
}

.category__btn .btn {
  max-width: 600px;
  height: 120px;
  font-family: "GenJyuuGothic";
  border-radius: 10px;
  border: 4px solid #FFFFFF;
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  justify-content: center;
}
.category__btn.outlet .btn {
    border: 0;
    padding-right: 2em;
}
.category__btn.outlet .btn + .btn {
    margin-left: 0.4em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category__btn .btn {
    max-width: 490px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .category__btn .btn {
    max-width: 325px;
    height: 65px;
    font-size: 0.875rem;
  }
}

.category__btn .ping::before {
  background-size: 102%;
  height: 27px;
  width: 12px;
  right: 60px;
  transform: rotate(90deg);
}
.category__btn.outlet .ping::before {
    right: 24px;
}

@media (max-width: 767px) {
  .category__btn .ping::before {
    background-size: 65%;
    right: 27px;
  }
}

@media (min-width: 769px) {
  .category__btn .ping:hover {
    opacity: 0.8;
    background-color: #E86E9D;
    color: #fff;
  }
  .category__btn .ping:hover::before {
    height: 27px;
    width: 12px;
    background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
    background-size: 102%;
  }
}

.category__list-item .btn.ping:hover {
  background-color: #E86E9D;
  color: #fff;
  opacity: 0.8;
}

.category__list-item .btn.ping:hover::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.category--select {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .category--select {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .category--select.lst {
    padding-top: 50px;
  }
}

.category--select.lst h2::before {
  display: none;
}

.category--select .container {
  max-width: 1060px;
}

.category--select .category--select-ttl {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .category--select .category--select-ttl {
    margin-bottom: 10px;
  }
}

.category--select .category--select-ttl h2 {
  display: inline-block;
  color: #41312F;
  position: relative;
}

.category--select .category--select-ttl h2::before {
  background: url("../images/category/women/ttl.png") no-repeat;
  width: 137%;
  height: 90px;
  background-size: 100% 100%;
  top: -50px;
  left: -58px;
}

@media (max-width: 767px) {
  .category--select .category--select-ttl h2::before {
    width: 160%;
  }
}

.category--select .collection__select span {
  font-size: 1.25rem;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .category--select .collection__select span {
    font-size: 1rem;
  }
}

.category--select .collection__select .text-red {
  color: #E86E9D;
}

.category--select .collection__select .text-blue2 {
  color: #3DA1EE;
}

.category--select .collection__select .acclink {
  padding-left: 0;
}

.category--select .collection__select .acclink::before {
  left: auto;
  right: -40px;
}

@media (max-width: 767px) {
  .category--select .collection__select .acclink::before {
    width: 20px;
    height: 20px;
    right: -24px;
  }
}

.category--select .collection__select .acclink::after {
  left: auto;
  right: -30px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .category--select .collection__select .acclink::after {
    right: -16px;
  }
}

.category--select .collection__select .acclink.longTxtFix span {
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  .category--select .collection__select .acclink.longTxtFix span {
    
  }
}

@media (max-width: 1050px) {
  .category--select .collection__select .acclink {
    margin-bottom: 15px;
  }
}

@media (min-width: 1051px) {
  .category--select .collection__select .acclink.type3 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1050px) {
  .category--select .collection__select .acclink.type3 {
    margin-bottom: 10px;
  }
}

.category--select .ranking {
  background: transparent;
}

.category--select .ranking-container {
  max-width: 825px;
  margin: auto;
}

@media (max-width: 767px) {
  .category--select .ranking .head_ttl h2 {
    display: block;
  }
}

.category--select .ranking .head_ttl-en::before {
  left: 0;
}

.category--select .ranking h2::before, .category--select .ranking h2::after {
  display: none;
}

.list-item-sort {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .list-item-sort {
    display: block;
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .list-item-sort .count-item {
    margin-bottom: 15px;
  }
}

.list-item-sort .count-item span {
  color: #44302E;
  font-family: "GenJyuuGothic";
}

.list-item-sort .count-item-product {
  font-size: 1.125rem;
}

.list-item-sort .count-item-numb {
  font-size: 1.625rem;
  /*font-family: $font_jp !important;*/
  font-weight: bold;
  margin-left: 8px;
}

.list-item-sort .count-item-txt {
  font-size: 1rem;
}

.list-sort .arrow-sl-op {
  max-width: 210px;
}

.list-sort .arrow-sl-op .sel-opt {
  height: 45px;
}

.baby-first {
  background-color: #FBFCF5;
  padding-top: 110px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .baby-first {
    padding-bottom: 30px;
  }
}

.baby-first-head {
  position: relative;
  display: inline-block;
}

.baby-first-head::before {
  background: url("../images/category/women/pict.png") no-repeat;
  width: 164px;
  height: 140px;
  left: -67px;
  top: -40px;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .baby-first-head::before {
    width: 140px;
    height: 119px;
    left: -40px;
  }
}

.baby-first h5, .baby-first h4 {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  letter-spacing: 0.8px;
}

@media (max-width: 767px) {
  .baby-first h5, .baby-first h4 {
    font-size: 0.8125rem;
  }
}

.baby-first h5 {
  color: #41312F;
  position: relative;
}

.baby-first h4 {
  font-size: 1.75rem;
  letter-spacing: 1.4px;
  color: #44302E;
}

@media (max-width: 767px) {
  .baby-first h4 {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.baby-first .icon-line {
  display: inline-block;
  margin-bottom: 26px;
}

.baby-first .icon-line::before {
  background: url("../images/category/women/line.png") repeat;
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  background-size: 35px;
  bottom: -10px;
}

.baby-btn {
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .baby-btn {
    margin-top: 10px;
  }
}

.baby-btn .ping {
  max-width: 360px;
  justify-content: center;
}

.banner-catelog-category-page {
  margin-top: 70px;
}

.model__section .model__head-item h3 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .model__section .model__head-item h3 {
    margin-top: 4px;
  }
}

.model__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
.model__head {
  margin-bottom: 0;
}
}

.model__head-wrap {
  display: flex;
}
.model__head-wrap._wrap {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .model__head-wrap._wrap {
    margin-bottom: 20px;
  }
}

.model__head-wrap._wrap .model__head.top {
  width: 100%;
}
.model__head-wrap-bottom {
  display: flex;
}
@media (max-width: 767px) {
  .model__head-wrap-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .model__head-wrap {
    display: block;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
.model__head-wrap.strong .model__head {
  margin-bottom: 10px;
}
}

.model__head-wrap .model__head {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .model__head-wrap .model__head {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.model__head-wrap .model__head:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .model__head-wrap .model__head:last-child {
    margin-bottom: 0;
  }
}

.model__head .avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .model__head .avatar {
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
}

.model__head-item .tag {
  color: #fff;
  background-color: #F6AD3B;
  font-size: 0.8125rem;
  font-family: "GenJyuuGothic";
  border: 0;
}

.model__head-item .tag.pink {
  padding: 3px 20px 5px;
  background-color: #F7887A;
}

@media (max-width: 767px) {
  .model__head-item .tag {
    font-size: 0.5rem;
    padding: 3px 8px;
  }
}

.model__head-item h3 {
  color: #56AC41;
  letter-spacing: 3px;
  font-size: 1.875rem;
}
.model__head-item.type02 h3 {
  color: #56AC41;
  letter-spacing: 3px;
  font-size: 1.875rem;
  padding-left: 0;
}


@media (max-width: 767px) {
  .model__head-item h3 {
    font-size: 1.25rem;
  }
}

.model__head-info p {
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 1.8px;
  color: #41312F;
  margin-bottom: 39px;
}

@media (max-width: 767px) {
  .model__head-info p {
    font-size: 0.875rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}

.model__col {
  margin-top: 60px;
  padding-bottom: 10px;
}

.model__col .point-tag {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .model__col .point-tag {
    padding-left: 12px;
  }
}

.model__col .point-tag .numb {
  line-height: 1.2;
}

.model__col-item h3 {
  padding-left: 20px;
  color: #44302E;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .model__col-item h3 {
    font-size: 1rem;
  }
}

.model__col-item .avatar {
  margin-bottom: 28px;
}

.model__col-item-box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.strong-btn_wrap {
  width: 100%;
  background-color: #EEEDE4;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .strong-btn_wrap {
    padding: 15px;
    text-align: center;
    max-width: 310px;
    margin: 0 auto 60px;
  }
}

.strong-btn_wrap .strong-btn_item {
  background-color: #3DA1EE;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 23px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .strong-btn_wrap .strong-btn_item {
    padding: 16px 0;
    width: 280px;
  }
}

.strong-btn_wrap .strong-btn_item::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/top-slider/arrow-btn-white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.model__col.strong {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .model__col.strong {
    margin-bottom: 0px;
  }
}

.model__col-item.strong .model__head {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .model__col-item.strong .model__head {
    margin-bottom: 10px;
  }
}

.model__col-item.strong .model__head .avatar {
  margin-bottom: 0;
}
.strong .model__head-item.type02 h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
.strong .model__col-item .avatar {
  margin-bottom: 10px;
}
}


.model__col .note {
  font-size: 0.75rem;
}

.model__col .note::before {
  font-size: 0.75rem;
}

.point__wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .point__wrap {
    margin-bottom: 30px;
  }
}

.ranking-numb6 {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .ranking-numb6 {
    padding-bottom: 40px;
  }
}

.ranking-numb6 .container {
  max-width: 1024px;
}

.ranking-numb6 .collection__select {
  text-align: center;
  margin-bottom: 60px;
}

.ranking-numb6 .collection__select-head .d-inline-flex > span {
  font-size: 26px;
}

@media (max-width: 767px) {
  .ranking-numb6 .collection__select-head .d-inline-flex > span {
    font-size: 20px;
  }
}

.baby-btn_outer {
  padding-bottom: 100px;
}
.baby-btn_outer .baby-btn {
  margin: 0 auto 0;
  padding: 28px 0;
  max-width: 1000px;
  background: #fbfcf5;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .baby-btn_outer .baby-btn > :nth-child(1) {
    margin-right: 26px;
  }
  .baby-btn_outer .baby-btn > * {
    max-width: 459px!important;
  }
}
@media (max-width: 949px) {
  .baby-btn_outer .baby-btn > :nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .baby-btn_outer {
    padding-bottom: 65px;
  }
}

.ranking-numb6 .collection__select-head .icon-bg-start {
  position: relative;
}

.ranking-numb6 .collection__select-head .icon-bg-start::before {
  background: url("../images/category/women/h2-ranking-numb6.png") no-repeat;
  width: 95px;
  height: 24px;
  background-size: 100% 100%;
  top: -48px;
}

@media (max-width: 767px) {
  .ranking-numb6 .collection__select-head .icon-bg-start::before {
    width: 77px;
    height: 19px;
    top: -27px;
  }
}

.ranking-numb6 .collection__select-head .icon-bg-start .text-red {
  color: #EC4695;
}

.ranking-numb6-item {
  background-color: #fff;
  margin-bottom: 42px;
  padding: 42px 30px 40px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ranking-numb6-item_inner {
  margin-left: 50px;
}
.ranking-numb6 .baby-btn {
  margin-top: 50px;
}
.ranking-numb6 .baby-btn .ping {
  max-width: 465px;
}

@media (max-width: 767px) {
  .ranking-numb6-item {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .ranking-numb6-item_last {
    margin-bottom: 40px;
  }
  .ranking-numb6-item::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #E86E9D;
    border-radius: 0px 10px;
    right: 0;
    top: 0;
  }
  .ranking-numb6-item::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-135deg);
    right: 12px;
    top: 11px;
    margin: auto;
    transform: rotate(135deg);
  }

  .ranking-numb6-item_inner {
    margin-left: 0;
    width: 100%;
  }
}

.ranking-numb6-item > .numb {
  position: absolute;
  top: -27px;
  left: -8px;
}

.ranking-numb6-item .thumb {
  text-align: center;
}

@media (max-width: 767px) {
  .ranking-numb6-item .thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
}

.ranking-numb6-item .thumb .tag-cic {
  position: absolute;
  top: -25px;
  right: 10px;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .ranking-numb6-item .thumb .tag-cic {
    top: -3px;
    right: -55px;
    padding-top: 18px;
  }
}

.ranking-numb6-item .thumb .avatar {
  margin: auto;
}

.ranking-numb6-item .tag-cic {
  width: 140px;
  height: 140px;
}

@media (max-width: 767px) {
  .ranking-numb6 .tag-cic {
    width: 95px;
    height: 95px;
  }
}

.ranking-numb6-item .tag-cic > .txt {
  font-size: 18px;
}

.ranking-numb6-item .tag-cic .list-numb .numb {
  font-size: 40px;
}

@media (max-width: 767px) {
  .ranking-numb6 .tag-cic .list-numb .numb {
    font-size: 1.5rem;
    letter-spacing: -1.1px;
  }
}

.ranking-numb6-item .tag-cic .list-numb .txt {
  font-size: 21px;
}

.ranking-numb6-item .thumb > .avatar {
  width: 250px;
  height: 250px;
}

@media (max-width: 767px) {
  .ranking-numb6-item .thumb > .avatar {
    position: relative;
    width: 160px;
    height: 160px;
  }
}

.ranking-numb6-item .logo-item {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .ranking-numb6-item .logo-item {
    margin-bottom: 10px;
  }
}

.ranking-numb6-item .logo-item img {
  width: auto;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ranking-numb6-item .logo-item .product-name {
  font-size: 22px;
  color: #44302E;
  margin-top: 18px;
}
.ranking-numb6-item .logo-item .product-name.txt-s {
  font-size: 1rem;
  margin-top: 15px;
}
@media (max-width: 980px) {
    .ranking-numb6-item .logo-item .product-name.txt-s {
    font-size: .875rem;  /* 14px */
  }
}
@media (max-width: 888px) {
  .ranking-numb6-item .logo-item .product-name.txt-s {
    font-size: .8125rem; /* 13px */
  }
}


@media (max-width: 767px) {
  .ranking-numb6-item .logo-item .product-name {
    font-size: 1.125rem;
  }
}

.ranking-numb6-item .numb img {
  max-height: 95px;
}

.ranking-numb6-item .info {
  margin-bottom: 25px;
  color: #44302E;
}

@media (max-width: 767px) {
  .ranking-numb6-item .info {
    margin-bottom: 10px;
  }
}

.ranking-numb6-item .info p {
  font-size: 16px;
  line-height: 1.625;
  color: #434242;
}

.ranking-numb6-item .ping {
  max-width: 280px;
  height: 60px;
  justify-content: center;
}
/*
@media (max-width: 767px) {
  .ranking-numb6-item .ping {
    display: none;
  }
}
*/
@media (max-width: 767px) {
  .rank-more-btn-23 .ping {
    max-width: 280px;
    height: 60px!important;
    justify-content: center;
  }
}

.ranking-numb6-item-numb-02 .thumb, .ranking-numb6-item-numb-03 .thumb {
  margin-top: 53px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ranking-numb6-item-numb-02 .thumb, .ranking-numb6-item-numb-03 .thumb {
    margin-top: 0;
    margin-bottom: 18px;
  }
}

.ranking-numb6-item-numb-02 .flex-item, .ranking-numb6-item-numb-03 .flex-item {
  display: inline-flex;
  align-items: center;
}

.ranking-numb6-item-numb-02 .info, .ranking-numb6-item-numb-03 .info {
  margin-bottom: 16px;
}

.ranking-numb6-item-numb-02 .logo-item, .ranking-numb6-item-numb-03 .logo-item {
  margin-bottom: 20px;
}

.ranking-numb6-item-numb-02 .logo-item-sp, .ranking-numb6-item-numb-03 .logo-item-sp {
  display: none;
}

@media (max-width: 767px) {
  .ranking-numb6-item-numb-02 .logo-item-sp, .ranking-numb6-item-numb-03 .logo-item-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .ranking-numb6-item-numb-02 .logo-item-pc, .ranking-numb6-item-numb-03 .logo-item-pc {
    display: none;
  }
}

.ranking-numb6-item-numb-02 .ping, .ranking-numb6-item-numb-03 .ping {
  height: 50px;
}
/*
.ranking-numb6-item-numb-02 {
  margin-bottom: 42px;
}
*/
.ranking-numb6-item-numb-03 .numb img {
  max-height: 116px;
}

.ranking-numb6-item.numb-col03 {
  height: 400px;
  padding-top: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ranking-numb6-item.numb-col03 {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .ranking-numb6-item.numb-col03 {
    height: auto;
  }
}

.ranking-numb6-item.numb-col03 .thumb > .avatar {
  width: 140px;
  height: 140px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ranking-numb6-item.numb-col03 .thumb > .avatar {
    width: 120px;
  }
}

.ranking-numb6-item.numb-col03 .tag-cic {
  padding-top: 10px;
  top: -10px;
}

@media (max-width: 767px) {
  .ranking-numb6-item.numb-col03 .tag-cic {
    width: 70px;
    top: -25px;
    right: -45px;
  }
}

.ranking-numb6-item.numb-col03 .tag-cic .list-numb .txt {
  margin-left: -3px;
}

@media (max-width: 767px) {
  .ranking-numb6-item.numb-col03 .tag-cic .list-numb .numb {
    font-size: 1rem;
  }
}

.ranking-numb6-item.numb-col03 .thumb {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ranking-numb6-item.numb-col03 .thumb {
    margin-top: 50px;
  }
}

.ranking-numb6-item.numb-col03 .info {
  margin-bottom: 5px;
  height: 50px;
}

.ranking-numb6-item.numb-col03 .logo-item {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ranking-numb6-item.numb-col03 .ping::before {
    right: 5px;
  }
}
.rank-23_box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .rank-23_box {
    display: block;
  }
  .rank-23_box .ranking-numb6-item:last-child {
    margin-bottom: 40px;
  }
}
.rank-456_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rank-456_wrap {
    margin-top: 0px;
  }
}
.rank-45_box {
  width: 49.5%;
  max-width: 509px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .rank-45_box {
    display: block;
    margin-top: 20px;
  }
}
.rank-66_box {
  width: 49.5%;
  max-width: 509px;
}
.rank-66_box_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .rank-66_box_inner {
    padding: 0;
  }
}

.rank-66_box_inner .ranking-numb6-item-numb-02:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rank-45_box , .rank-66_box {
    width: 100%;
    max-width: 100%;
  }
  .rank-66_box {
    margin-bottom: 40px;
  }
  .rank-66_box .ranking-numb6-item:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sp-more-view {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: 0.5s all;
  }
  .sp-more-view.active {
    visibility: visible;
    position: relative;
    opacity: 1;
  }
}

.selectColor .list-girl-bag h3 {
  margin-bottom: 40px;
  text-align: center;
}

.selectColor .list-girl-bag h3 img {
  height: 64px;
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .selectColor .list-girl-bag h3 img {
    height: 50px;
  }
}

.selectColor .list-girl-bag ul {
  max-width: 970px;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .selectColor .list-girl-bag ul {
    display: grid;
    margin: 0 auto;
    gap: 1rem 0.5rem;
    grid-template: repeat(3, 1fr) / repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .selectColor .list-girl-bag ul {
    padding: 0;
  }
}


.selectColor .list-girl-bag ul li {
  list-style: none;
  width: calc(20% - 1rem);
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 0;
}
.selectColor .list-girl-bag ul li a {
  color: #44302E;
  background-color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding-bottom: 19px;
}

@media (max-width: 767px) {
  .selectColor .list-girl-bag ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.selectColor-list {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .selectColor-list {
    margin-top: 50px;
  }
}

.selectColor-item {
  margin-bottom: 80px;
}

.selectColor-item.item-men .ranking-numb6-item .thumb {
  background-color: #fff;
}

.selectColor-item.item-men .ranking-numb6-item .ping {
  background: #3DA1EE;
  border: 0;
}

.selectColor-item:last-child {
  margin-bottom: 0;
}

.selectColor-item--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 50px;
  color: #fff;
  background: url("../images/category/women4/bg-ttl-red.svg") no-repeat;
  background-position: center center;
  text-align: center;
}

@media (max-width: 767px) {
  .selectColor-item--ttl {
    background-size: contain;
  }
}

.selectColor-item--ttl.pink {
  background-image: url("../images/category/women4/bg-ttl-pink.svg");
}

.selectColor-item--ttl.purple {
  background-image: url("../images/category/women4/bg-ttl-purple.svg");
}

.selectColor-item--ttl.sky {
  background-image: url("../images/category/women4/bg-ttl-sky.svg");
}

.selectColor-item--ttl.brown {
  background-image: url("../images/category/women4/bg-ttl-brown.svg");
}

.selectColor-item--ttl.camel {
  background-image: url("../images/category/women4/bg-ttl-camel.svg");
}

.selectColor-item--ttl.other {
  background-image: url("../images/category/women4/bg-ttl-other.svg");
}

.selectColor-item--ttl.other.other-men {
  background-image: url("../images/category/men/ttl/bg-other.svg");
}

.selectColor-item--ttl.black {
  background-image: url("../images/category/men/ttl/bg-black.svg");
}

.selectColor-item--ttl.nebi {
  background-image: url("../images/category/men/ttl/bg-nebi.svg");
}

.selectColor-item--ttl.buru {
  background-image: url("../images/category/men/ttl/bg-buru.svg");
}

.selectColor-item--ttl.green {
  background-image: url("../images/category/men/ttl/bg-green.svg");
}

.selectColor-item .ranking-numb6-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .selectColor-item .ranking-numb6-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item {
    margin-bottom: 0;
  }
}

.selectColor-item .ranking-numb6-itemWrap {
  min-height: 480px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-itemWrap {
    min-height: 240px;
  }
}

.selectColor-item .ranking-numb6-item .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item .thumb {
    height: 140px;
  }
}

.selectColor-item .ranking-numb6-item .thumb .avatar {
  width: 200px;
  height: 200px;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item .thumb .avatar {
    width: 100px;
    height: 100px;
  }
}

.selectColor-item .ranking-numb6-item .ping {
  max-width: 100%;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item .ping {
    display: inline-block;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    border-radius: 10px 0;
  }
  .selectColor-item .ranking-numb6-item .ping:before {
    right: 5px;
  }
}

.selectColor-item .ranking-numb6-item-cnt {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item-cnt {
    padding: 10px 10px 40px;
  }
}

.selectColor-item .ranking-numb6-item-cnt .logo-item {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item-cnt .logo-item {
    margin-bottom: 5px;
  }
  .selectColor-item .ranking-numb6-item-cnt .logo-item img {
    height: 35px;
  }
}

.selectColor-item .ranking-numb6-item-cnt .info {
  height: auto;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item-cnt .info {
    font-size: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .selectColor-item .ranking-numb6-item-cnt .product-name {
    font-size: 13px;
  }
}

.main25Index02 .category__list {
  margin-top: -81px;
}

@media (max-width: 768px) {
  .main25Index02 .category__list {
    margin-top: -49px;
  }
}

.main25Index02 .category--select.lst {
  padding-top: 190px;
}

@media (max-width: 768px) {
  .main25Index02 .category--select.lst {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .main25Index02 #women-list {
    padding-top: 30px;
  }
}

.main25Index02 .category__btn {
  background: inherit;
}

@media (max-width: 767px) {
  .func_shokai .container-info16 p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .func_shokai .list-style-dot li {
    font-size: 0.875rem;
  }
}

.func_com .list-btn {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .func_com .list-btn {
    margin-bottom: 70px;
  }
}

.func_com .list-btn .btn {
  width: 100%;
  max-width: 100%;
  height: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .func_com .list-btn .btn {
    font-size: 0.8125rem;
    height: 70px;
  }
}

.func_com .list-btn .ping {
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  .func_com .list-btn .ping {
    margin-bottom: 10px;
  }
}

.func_com .list-btn .ping:hover {
  border-color: #E86E9D;
}

.func_com .list-btn .ping:before {
  transform: rotate(90deg);
}

.func_com .list-btn .green-rando:before {
  transform: rotate(90deg);
}

.func_com .list-btn-bg {
  background-color: #EEEDE4;
  border-radius: 10px;
  padding: 20px;
}

.func_com .show-option-body {
  padding-left: 20px;
}

.func_com .show-option-body .tag {
  font-size: 0.6875rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.28px;
  padding: 2px 17px;
  color: #fff;
  border: 0;
}

.func_com .show-option-body .tag-ping {
  background-color: #F7887A;
}
.func_com .show-option-body .tag-yellow {
  background-color: #F6AD3B;
}
.func_com .show-option-body .tag-special {
  background-color: #F46480;
}

.func_com .show-option-body h5 {
  font-family: "GenJyuuGothic";
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  color: #44302E;
}

.func_com .show-option-body p {
  font-size: 0.8125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
}

.func_com .show-option {
  margin-bottom: 100px;
}

.func_com .show-option-item .info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.func_com .show-option-item .info .tag {
  margin-bottom: 7px;
  display: inline-block;
}

.func_shokai .list-style-dot {
  font-weight: bold;
}

.func__box-one {
  margin-bottom: 90px;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .func__box-one {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.func__box-one-row {
  max-width: 850px;
  margin: 0 auto 0;
}

.func__box-one-item {
  position: relative;
}

.func__box-one-item-01 .ttl {
  margin-left: -20px;
}

.func__box-one-item-01 .avatar img {
  width: 213px;
}

.func__box-one-item-02 .ttl {
  margin-left: -4px;
}

.func__box-one-item-02 .avatar img {
  width: 176px;
}

.func__box-one-item-03 .ttl {
  margin-left: -6px;
}

.func__box-one-item-03 .avatar img {
  width: 212px;
}

.func__box-one-item .avatar {
  margin: auto;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .func__box-one-item .avatar {
    height: 200px;
  }
}

.func__box-one-item .ttl {
  position: absolute;
  font-size: 1.875rem;
  color: #E86E9D;
  letter-spacing: 0.75px;
  font-family: "GenJyuuGothic";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.func__box-one-item .ttl span {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.38px;
  line-height: 1;
}

.func__box-one p {
  font-size: 0.9375rem;
  font-weight: bold;
}

.func__box-type {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .func__box-type {
    margin-bottom: 50px;
  }
}

.func__box-type h3 {
  margin-bottom: 40px;
}

.func__box-type ul {
  margin-bottom: 0;
  padding-left: 0;
}

.func__box-type ul li {
  list-style: none;
}

.func__box-type-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 30px;
  height: 280px;
}

@media (max-width: 768px) {
  .func__box-type-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .func__box-type-item {
    height: auto;
  }
}

.func__box-type-item h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9375rem;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .func__box-type-item h4 {
    height: auto;
  }
}

.func__box-type-logo {
  text-align: center;
  margin-bottom: 30px;
}

.func__box-type-logo img {
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .func__box-type-logo img {
    height: 25px;
  }
}

.func__box-type .list-star li {
  margin-right: 5px;
}

.func__box-type .list-star li:last-child {
  margin-right: 0;
}

.func__box-type .list-star svg {
  width: 16px;
}

.func__box-type .list-star .selected svg {
  fill: #FFE200;
}

.func__box-type .list-star .notSelected svg {
  fill: #fff;
  stroke: #FFE200;
  stroke-width: 11px;
}

.func__box-type .info .txt {
  font-size: 0.9375rem;
  font-family: "GenJyuuGothic";
  margin-bottom: 0;
}

.func__box-type .info .px-0 p {
  line-height: 1.6;
}

.func__box-type .info p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.table-scrollHow {
  margin-bottom: 100px;
}

.table-scrollHow .hand-scroll {
  margin-left: 200px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .table-scrollHow .hand-scroll {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .table-scrollHow .table tr {
    display: revert;
  }
}

@media (max-width: 767px) {
  .table-scrollHow .table th {
    display: revert;
  }
}

@media (max-width: 767px) {
  .table-scrollHow .table th, .table-scrollHow .table td {
    padding: 6px 11px;
  }
}

#man-scrollTable02 .table-scroll .first-th {
  background-color: #66B3EF;
}

#man-scrollTable02 .table-scroll .first-th img {
  width: 200px;
  height: 182px;
}

#man-scrollTable02 .btn-viewTabl {
  background-color: #3DA1EE;
}

.memo-page .review {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .memo-page .review {
    margin-bottom: 50px;
  }
}

.memo-page .returnproduct-info .box--boder {
  height: auto;
}

.memo-page .note-top {
  font-size: 65%;
  font-family: "GenJyuuGothic";
  transform: translateY(-8px);
  margin-left: 0;
}

@media (max-width: 767px) {
  .memo-page .note-top {
    transform: translateY(-6px);
  }
}

.memo-page .memo-step-item .note-top {
  font-size: 0.6875rem;
  margin-left: 2px;
  margin-right: 2px;
  transform: translateY(-6px);
}

.memo-mv {
  position: relative;
  margin-top: -50px;
  background: url("../images/memo/bg.png") no-repeat;
  padding-bottom: 60px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .memo-mv {
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: -30px;
  }
}

.memo-mv .ttl {
  font-family: "GenJyuuGothic";
  font-size: 1.875rem;
  color: #41312F;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .memo-mv .ttl {
    font-size: 1.25rem;
    top: 20px;
  }
}

.memo-mv .info {
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  margin: -50px auto 0;
}

@media (max-width: 767px) {
  .memo-mv .info {
    margin-top: -10px;
  }
}

.memo-mv .info p {
  font-family: "GenJyuuGothic";
  line-height: 2.25;
  color: #41312F;
}

@media (max-width: 767px) {
  .memo-mv .info p {
    font-size: 14px !important;
  }
}

.memo-mini .head {
  text-align: center;
  margin-bottom: -130px;
}

.memo-mini .head .ttl {
  font-size: 1.625rem;
  letter-spacing: 1.3px;
  font-family: "GenJyuuGothic";
  display: inline-block;
  color: #fff;
  background: url("../images/memo/mini-tag.png") no-repeat;
  width: 650px;
  height: 160px;
  background-size: 100% 100%;
  padding-top: 14px;
}

@media (max-width: 767px) {
  .memo-mini .head .ttl {
    width: 100%;
    height: 100px;
    font-size: 0.875rem;
  }
}

.memo-mini-box {
  background: url("../images/memo/mini-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 140px 20px 30px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .memo-mini-box {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .memo-mini-item {
    margin-bottom: 40px;
  }
}

.memo-mini-item > p {
  font-weight: bold;
  font-size: 1rem;
  color: #434242;
}

.memo-mini-item .tag {
  text-align: center;
  color: #ED6FA0;
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  background: #FBFCF5;
  border: 2px solid #ED6FA0;
  max-width: 90%;
  margin: 10px auto 0;
}

@media (max-width: 768px) {
  .memo-mini-item .tag {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .memo-mini-item .tag {
    font-size: 0.8125rem;
  }
}

.memo-mini-item .tag:hover {
  opacity: 1;
}

.memo-mini-list-dot {
  background-color: #FBFCF5;
  border-radius: 10px;
  border: 6px solid #EEEDE5;
  padding: 20px 40px 20px;
  margin-bottom: 15px;
}

.memo-mini-list-dot .note-top {
  font-size: 0.75rem;
  transform: translateY(-8px);
  margin-left: 3px;
  margin-right: 3px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .memo-mini-list-dot {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .memo-mini-list-dot {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.memo-mini-list-dot .ttl {
  text-align: center;
  font-size: 1.25rem;
  color: #624848;
  font-family: "GenJyuuGothic";
  background: url("../images/memo/star.png") no-repeat;
  background-size: 100% 100%;
  height: 56px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .memo-mini-list-dot .ttl {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .memo-mini-list-dot .ttl {
    font-size: 0.875rem;
    background: transparent;
  }
}

.memo-mini-list-dot .list-style-dot li {
  font-family: "GenJyuuGothic";
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  color: #41312F;
}

@media (max-width: 767px) {
  .memo-mini-list-dot .list-style-dot li {
    font-size: 0.875rem;
  }
}

.memo-mini-list-dot .list-style-dot li::before {
  background: url("../images/memo/dot.png") no-repeat;
  width: 13px;
  height: 12px;
  background-size: 100% 100%;
  top: 4px;
}

.memo-mini-bottom h5 {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.4px;
  color: #ED6FA0;
  margin-bottom: 20px;
}

.memo-mini-bottom > p {
  font-size: 0.875rem;
  margin-bottom: 8px;
  letter-spacing: 0.35px;
}

.memo-mini-bottom > .note {
  font-size: 0.875rem;
  margin-bottom: 5px;
  letter-spacing: 0.35px;
  display: block;
  font-weight: 500;
}

.memo-number .head {
  margin-bottom: 60px;
}

.memo-number .head .ttl {
  font-family: "GenJyuuGothic";
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  color: #624848;
  position: relative;
}

@media (max-width: 767px) {
  .memo-number .head .ttl {
    font-size: 1rem;
  }
}

.memo-number .head .ttl::before {
  background: url("../images/memo/line.png") repeat-x;
  width: 100%;
  height: 15px;
  background-size: contain;
  bottom: -30px;
}

.memo-number-item {
  position: relative;
  margin-bottom: 35px;
}

.memo-number-box {
  margin-bottom: 80px;
}

.memo-number .numb-tag {
  position: absolute;
  top: -15px;
  left: 0;
}

.memo-number .numb-tag img {
  width: 54px;
  height: 54px;
}

.memo-rando-box.box-h2 {
  position: relative;
  margin-bottom: 40px;
}

.memo-rando-box.box-h2 .memo-rando-box-col:nth-child(2) {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .memo-rando-box.box-h2 .memo-rando-box-col:nth-child(2) {
    margin-top: 0;
  }
}

.memo-rando-box.box-h3 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .memo-rando-box.box-h3 {
    margin-bottom: 40px;
  }
}

.memo-rando-box.box-h3 h4 {
  margin-bottom: 0;
}

.memo-rando-box.box-h3 .note {
  font-size: 0.875rem;
  margin-bottom: 20px;
  display: block;
}

.memo-rando-box.box-h3 .memo-rando-item {
  margin-bottom: 40px;
}

.memo-rando-box h5 {
  font-family: "GenJyuuGothic";
  font-size: 1.125rem;
  color: #41312F;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .memo-rando-box h5 {
    font-size: 1rem;
  }
}

.memo-rando-item > * {
  font-size: 0.875rem;
}

.memo-rando-item .note::before {
  font-size: 0.875rem;
}

.memo-step.lineup .container {
  max-width: 1030px;
}

.memo-step-item {
  background-color: #FBFCF5;
  border-radius: 10px;
  border: 3px dashed #ED6FA0;
  position: relative;
  margin-bottom: 40px;
  padding: 30px 0;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .memo-step-item {
    border-width: 2px;
    padding: 15px 20px;
  }
}

.memo-step-item-row {
  align-items: center;
}

.memo-step-item .info {
  font-family: "GenJyuuGothic";
  letter-spacing: 0.6px;
}

.memo-step-item .info.left {
  font-size: 1.5rem;
  color: #ED6FA0;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .memo-step-item .info.left {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .memo-step-item .info.left {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.memo-step-item .info.right {
  font-size: 1.25rem;
  color: #41312F;
}

@media (max-width: 767px) {
  .memo-step-item .info.right {
    font-size: 1rem;
  }
}

.memo-step-item .note {
  font-size: 0.875rem;
  display: block;
}

.memo-step.lineup {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .memo-step.lineup {
    padding-bottom: 20px;
  }
}

.memo-step .step-mask {
  position: absolute;
  background: url("../images/memo/step-bg.png") no-repeat;
  width: 100px;
  height: 50px;
  background-size: 100% 100%;
  top: -10px;
  left: -10px;
}

@media (max-width: 767px) {
  .memo-step .step-mask {
    width: 85px;
    height: 42px;
  }
}

.memo-step .step-mask .numb {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .memo-step .step-mask .numb {
    font-size: 1.125rem;
  }
}

.memo-step .step-mask .txt {
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .memo-step .step-mask .txt {
    font-size: 0.8125rem;
  }
}

.memo-step .step-mask span {
  margin-top: -8px;
}

.memo-step .box--boder {
  padding: 35px 25px 30px;
  margin-bottom: 18px;
}

.memo-step .box--boder .icon-info {
  display: inline-block;
}

.memo-step .box--boder p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.memo-step .box--boder .tell-otherStyle {
  font-size: 1.5rem;
}

.memo-step-body {
  position: relative;
  margin-top: 55px;
}

.memo-step-body::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 2px dashed #ED6FA0;
  left: 15%;
}

@media (max-width: 767px) {
  .memo-step-body::before {
    border-width: 1px;
  }
}

.memo-guide-info .btn {
  padding: 20px;
}

@media (max-width: 767px) {
  .memo-guide-info .btn {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
}

.memo-border-box {
  margin-top: 80px;
}

.memo-border-box .box--boder {
  padding-top: 30px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .memo-border-box .box--boder {
    padding: 17px;
  }
}

.memo-border-box .box--boder h5 {
  margin-bottom: 15px;
}

.memo-border-box .box--boder .icon-star {
  font-size: 1.125rem;
  color: #44302E;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .memo-border-box .box--boder .icon-star {
    font-size: 1rem;
  }
}

.memo-border-box .box--boder .icon-star::before {
  background: url("../images/memo/icon-star.png") no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  background-size: 100% 100%;
}

.memo-border-box .box--boder ol li {
  font-size: 0.9375rem;
  margin-bottom: 8px;
}

.memo-border-box .box--boder ol li::marker {
  font-family: "Montserrat", sans-serif;
  color: #44302E;
  font-weight: 600;
}

.style-note-top .note-top {
  font-size: 0.75rem;
  transform: translateY(-8px);
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .style-note-top .note-top {
    font-size: 0.5625rem;
  }
}

@media (max-width: 767px) {
.part-page.sp-mt0.orchid-page {
  margin-top: 0;
}
}

.orchid-page .table th {
  background-color: #F2DAAE;
}

.orchid-page .guide__pay-table-info p {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

.orchid-page .guide__pay-table-info .note {
  font-size: 0.75rem;
  display: block;
}

.orchid-page .guide__pay-table-info .note::before {
  font-size: 0.75rem;
}

.orchid-page .returnproduct-info .box--boder {
  height: auto;
}

.orchid-page .memo-step .box--boder .tell-otherStyle {
  font-size: 1.625rem;
  color: #624848;
}

.orchid-page .product-shiyo .guide__pay-table .table p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .orchid-page .product-shiyo {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .orchid-page .product-shiyo {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-page .memo-border-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .orchid-page .memo-border-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .orchid-page .school-detail-page .guide__pay-table {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .orchid-page .lineup .boy-girl .ttl {
    margin-bottom: -8px;
  }
}

.orchid-page-detail .part_h1 {
  background-color: #E6C08B;
  margin-bottom: 0;
}

.orchid-page-detail .part_h1 h1 {
  color: #FFFFFF;
}

.orchid-page-detail .orchid-step {
  padding-top: 50px;
  padding-bottom: 20px;
}

.orchid-page-detail .orchid-step .submenu-list-info .avatar > ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.orchid-page-detail .orchid-step .submenu-list-info .avatar > ul li {
  list-style: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .orchid-page-detail .orchid-step {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .orchid-page-detail .orchid-step .icon-star::before {
    bottom: -106px;
  }
}

.orchid-page-detail .orchid-step .ping {
  color: #E86E9D;
}

.orchid-page-detail .orchid-step h2 {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .orchid-page-detail .orchid-step h2 {
  margin-bottom: 0px;
}
}


.orchid-page-detail .orchid-step .submenu-list-item {
  padding: 0;
  position: relative;
}

.orchid-page-detail .orchid-step .submenu-list-item::before {
  background: url("../images/orchid/nav-thumb.png") no-repeat;
  width: 320px;
  height: 450px;
  background-size: 100% 100%;
  right: -290px;
  bottom: -20px;
  z-index: 0;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .orchid-page-detail .orchid-step .submenu-list-item::before {
    right: -45px;
  }
}

@media (max-width: 768px) {
  .orchid-page-detail .orchid-step .submenu-list-item::before {
    display: none;
  }
}

.orchid-page-detail .orchid-step .submenu-list-item > .row {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .orchid-page-detail .orchid-step .submenu-list-item > .row {
    max-width: 80%;
  }
}

.orchid-page-detail .orchid-step .submenu-list-info .avatar {
  display: flex;
  align-items: center;
  background-color: #FBFCF5;
  border-radius: 6px;
}

@media (min-width: 769px) {
  .orchid-page-detail .orchid-step .submenu-list-info .avatar {
    height: 100px;
  }
}

.orchid-page-detail .orchid-step .submenu-list-info h4 {
  text-align: center;
  color: #624848;
  display: block;
}

@media (max-width: 767px) {
  .orchid-page-detail .orchid-step .submenu-list-info h4 {
    line-height: 1.4;
    font-size: 0.75rem;
  }
}

.orchid-page-detail .cart-selectBuy {
  padding-top: 110px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-page-detail .cart-selectBuy {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .orchid-page-detail .cart-selectBuy {
    padding-top: 30px;
  }
}

.orchid-page-detail .cart-selectBuy__box {
  margin-bottom: 130px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-page-detail .cart-selectBuy__box {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .orchid-page-detail .cart-selectBuy__box {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .orchid-page-detail .cart-selectBuy__box-item {
    margin-bottom: 30px;
  }
}

.orchid-page-detail .cart-selectBuy__box-item .avatar {
  background: transparent;
  padding: 0;
}

.orchid-page-detail .cart-selectBuy__box-item .avatar img {
  width: 100%;
  height: 100%;
}

.orchid-page-detail .review {
  margin-bottom: 90px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-page-detail .review {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .orchid-page-detail .review {
    margin-bottom: 45px;
  }
}

.orchid-page-detail .cart-action .sel-opt {
  border-radius: 4px;
}

.orchid-mv {
  background: #E6C08B;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}

.orchid-mv-last {
  background: #F2DAAE;
  padding-top: 1px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .orchid-mv-last {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .orchid-mv-last {
    margin-top: -35px;
  }
}

.orchid-mv-last .white-bg {
  font-family: "GenJyuuGothic";
  text-align: center;
  font-size: 1.25rem;
  color: #6E4308;
  max-width: 740px;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .orchid-mv-last .white-bg {
    font-size: 1rem;
    height: auto;
    padding: 21px 15px;
    border-radius: 20px;
    max-width: 96%;
  }
}

.orchid-mv-last .container {
  max-width: 680px;
  padding: 0 75px;
  margin: auto;
}

.orchid-mv-last .info {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .orchid-mv-last .info {
    /*padding-right: 120px;*/
  }
}

.orchid-mv-last .info p {
  font-family: "GenJyuuGothic";
  font-size: 1.0625rem;
  color: #41312F;
  line-height: 1.8;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .orchid-mv-last .info p {
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-mv-last .info .avatar img {
    max-width: 86%;
  }
}

.orchid-mv-last .right {
  position: absolute;
  top: -160px;
  right: -245px;
  z-index: 3;
}
.orchid-mv-last .left {
  position: absolute;
  left: -220px;
  top: -260px;
  z-index: 3;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .orchid-mv-last .right {
    right: -200px;
  }
  .orchid-mv-last .left {
    left: -190px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-mv-last .right {
    right: 0;
    top: 120px;
  }
  .orchid-mv-last .left {
    left: 0;
    top: 155px;
  }
}

@media (max-width: 767px) {
  .orchid-mv-last .right {
    right: -8px;
    top: 130px;
  }
  .orchid-mv-last .left {
    left: -8px;
    top: 265px;
  }
}

.orchid-mv-last .right img {
  max-width: 250px;
}
.orchid-mv-last .left img {
  max-width: 205px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .orchid-mv-last .right img {
    max-width: 100px;
  }
  .orchid-mv-last .left img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .orchid-mv-last .right img {
    max-width: 80px;
  }
  .orchid-mv-last .left img {
    max-width: 68px;
  }
}

.orchid-mv .ttl {
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .orchid-mv .ttl {
    padding-bottom: 120px;
}
}

.orchid-mv .ttl img {
  max-width: 690px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-mv .ttl img {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .orchid-mv .ttl img {
    max-width: 94%;
    margin-left: 15px;
  }
}

.orchid-mv .left {
  position: absolute;
  bottom: -120px;
  left: 147px;
  z-index: 3;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .orchid-mv .left {
    left: -100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-mv .left {
    left: 0;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .orchid-mv .left {
    bottom: -7px;
    left: 0;
    text-align: left;
    position: relative;
  }
}

.orchid-mv .left img {
  max-width: 310px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-mv .left img {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .orchid-mv .left img {
    max-width: 160px;
  }
}

.orchid-child {
  padding: 0;
  background: transparent;
}

.orchid-child .container {
  max-width: 1030px;
}

.orchid-child .boy-girl-item {
  height: 220px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.orchid-child .boy-girl-item .info .sub-txt {
  padding-left: 1.2rem;
  margin-top: 10px;
  display: inline-block;
}


@media (max-width: 767px) {
  .orchid-child .boy-girl-item {
    height: 120px;
  }
  .orchid-child .boy-girl-item .info .sub-txt {
    width: 96%;
  }
}

.orchid-child .boy-girl-item .info {
  margin-left: 0;
  margin-top: 0;
}

.orchid-child .boy-girl-item .svg text {
  font-size: 2.5rem;
}

.orchid-child .boy-girl-item .boy-girl .ttl {
  margin-bottom: 0;
}

.orchid-step {
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  .orchid-step {
    padding-top: 30px;
  }
}

.orchid-step .container {
  max-width: 1030px;
}

.orchid-step h2 {
  letter-spacing: 1.8px;
  padding-left: 65px;
}

@media (min-width: 769px) {
  .orchid-step h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .orchid-step h2 {
    padding-left: 40px;
  }
}

.orchid-step .icon-star::before {
  background: url("../images/orchid/star.png") no-repeat;
  width: 100%;
  height: 71px;
  background-size: 100% 100%;
  bottom: -6px;
}

@media (max-width: 767px) {
  .orchid-step .icon-star::before {
    background-size: 100%;
    bottom: -70px;
  }
}

.orchid-step-body {
  margin-top: 80px;
  position: relative;
}

.orchid-step-body::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 2px dashed #E6C08B;
  left: 15%;
}

@media (max-width: 767px) {
  .orchid-step-body::before {
    left: 6%;
    height: 80%;
    border-width: 1px;
  }
}

.orchid-step-item {
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-step-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .orchid-step-item {
    margin-bottom: 40px;
  }
}

.orchid-step-item.step01 .left img {
  width: 80px;
}

.orchid-step-item.step02 .left img {
  width: 70px;
}

.orchid-step-item.step02 .step-img {
  position: absolute;
  top: -129px;
  right: -35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-step-item.step02 .step-img {
    top: -80px;
  }
}

@media (max-width: 767px) {
  .orchid-step-item.step02 .step-img {
    display: none;
  }
}

.orchid-step-item.step02 .step_support .step-img {
  top: -25px!important;
}

.orchid-step-item.step02 .step-img img {
  max-width: 340px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-step-item.step02 .step-img img {
    max-width: 200px;
  }
}

.orchid-step-item.step02 .box--boder {
  position: relative;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .orchid-step-item.step02 .box--boder {
    padding: 10px 8px;
  }
}

.orchid-step-item.step03 .left img {
  width: 70px;
}

.orchid-step-item .ttl {
  font-family: "GenJyuuGothic";
  letter-spacing: 1.6px;
  color: #624848;
}

.orchid-step-item .left {
  text-align: center;
  position: relative;
  background-color: #FBFCF5;
  border-radius: 10px 40px;
  border: 3px dashed #E6C08B;
  padding: 30px;
}

@media (max-width: 767px) {
  .orchid-step-item .left {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border-width: 1px;
  }
}

.orchid-step-item .left .ttl {
  font-size: 2rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .orchid-step-item .left .ttl {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .orchid-step-item .right {
    padding-left: 13%;
  }
}

.orchid-step-item .right .ttl {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .orchid-step-item .right .ttl {
    font-size: 1rem;
  }
}

.orchid-step-item .right .item p {
  margin-bottom: 5px;
  font-size: 0.875rem;
}

.orchid-step-item .step-mask {
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("../images/orchid/step-bg.png") no-repeat;
  width: 100px;
  height: 50px;
  background-size: 100% 100%;
}

.orchid-step .memo-guide-info {
  text-align: center;
}

.orchid-detail-mv {
  background: #E6C08B;
  padding: 36px 0 50px;
}

.orchid-detail-mv .ttl {
  max-width: 490px;
  margin: 0 auto 36px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-detail-mv .ttl {
    max-width: 390px;
  }
}

.orchid-detail-mv .box-info {
  background: #FBFCF5;
  border-radius: 20px;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

.orchid-detail-mv .box-info h4 {
  font-size: 1.75rem;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .orchid-detail-mv .box-info h4 {
    font-size: 1.125rem;
  }
}

.orchid-detail-mv .box-info h5 {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  letter-spacing: 0.4px;
}

@media (max-width: 767px) {
  .orchid-detail-mv .box-info h5 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.orchid-detail-mv .box-info .info {
  margin-bottom: 20px;
}

.orchid-detail-mv .box-info .black {
  padding: 20px;
}

@media (max-width: 767px) {
  .orchid-detail-mv .box-info .black {
    width: 100%;
  }
}

.orchid-detail-mv .box-info .mv-detail-avatar {
  position: absolute;
}

.orchid-detail-mv .box-info .mv-detail-avatar.left {
  left: 0;
  bottom: -25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.left {
    left: -50px;
    top: -84px;
  }
}

@media (max-width: 767px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.left {
    display: none;
  }
}

.orchid-detail-mv .box-info .mv-detail-avatar.left img {
  max-width: 320px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.left img {
    max-width: 270px;
  }
}

.orchid-detail-mv .box-info .mv-detail-avatar.right {
  right: 0px;
  bottom: -25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.right {
    right: -50px;
    top: -84px;
  }
}

@media (max-width: 767px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.right {
    display: none;
  }
}

.orchid-detail-mv .box-info .mv-detail-avatar.right img {
  max-width: 320px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .orchid-detail-mv .box-info .mv-detail-avatar.right img {
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .review-form .back {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.review-form .contact__form-row {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .review-form .contact__form-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.review-form .contact__form-row p {
  color: #42210B;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .review-form .txt {
    line-height: 40px;
  }
}

.review-form .small {
  font-size: 0.75rem;
  color: #42210B;
}

.review-form .checkbox-item label, .review-form .radio-item label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #42210B;
}

.kubon-form .radio-item [type="radio"]:checked + label, .kubon-form .radio-item [type="radio"]:not(:checked) + label {
  color: #44302E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
}

.kubon-form .ec-cartRole__actions {
  margin: auto;
  background: transparent;
  padding: 0;
  border: 0;
  max-width: 380px;
  height: auto;
}

.category-Modal-kubon .modal-header {
  background: #FFFABF;
  border: 0;
  padding-top: 35px;
}

.category-Modal-kubon .modal-header .ttl {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .category-Modal-kubon .modal-header .ttl {
    font-size: 1.125rem;
    padding-top: 30px;
  }
}

.category-Modal-kubon .avatar {
  position: relative;
}

.category-Modal-kubon .cic {
  position: absolute;
  top: -40px;
  left: -35px;
}

@media (max-width: 767px) {
  .category-Modal-kubon .cic {
    top: -35px;
    left: -15px;
  }
}

.category-Modal-kubon .cic img {
  width: 70px;
  height: 70px;
}

@media (max-width: 767px) {
  .category-Modal-kubon .cic img {
    width: 45px;
    height: 45px;
  }
}

.category-Modal-kubon .modal-body {
  margin-top: 0;
  border-radius: 0 0 20px 20px;
}

.category-Modal-kubon .box-kubon {
  margin-top: 0;
  background: #FFFABF;
  position: relative;
  padding: 30px 50px 35px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .category-Modal-kubon .box-kubon {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .category-Modal-kubon .box-kubon .avatar {
    margin-bottom: 25px;
  }
}

.category-Modal-kubon .box-kubon::before {
  background: url("../images/kubon/bg.png") repeat-x;
  background-size: 28px;
  width: 100%;
  height: 18px;
  z-index: 2;
  bottom: -12px;
}

.kubon__code {
  max-width: 636px;
  margin: auto;
}

@media (max-width: 767px) {
  .kubon__code {
    padding: 0 20px;
  }
}

@media (max-width: 320px) {
  .kubon__code {
    padding: 0 10px;
  }
}

.kubon__code-box {
  display: flex;
  align-items: center;
}

.kubon__code-box > * {
  color: #66B3EF;
}

.kubon__code-box .txt {
  font-family: "GenJyuuGothic";
  font-size: 1.375rem;
  letter-spacing: 0.55px;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .kubon__code-box .txt {
    font-size: 1rem;
    margin-right: 30px;
  }
}

.kubon__code-box .code {
  font-family: "GenJyuuGothic";
  font-size: 4.75rem;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .kubon__code-box .code {
    font-size: 2.1875rem;
  }
}

.kubon__code-info {
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.38px;
}

.show-option .category-Modal-kubon .modal-body {
  padding: 0;
  padding-bottom: 40px;
}

.category-Modal-nameplate .modal-header {
  background: #F0EFE1;
  padding-top: 0;
}

@media (max-width: 767px) {
  .category-Modal-nameplate .modal-header {
    padding-top: 67px;
  }
}

.category-Modal-nameplate .modal-header .tag-service-item {
  border: 0;
  width: 530px;
  height: 84px;
  padding-top: 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .category-Modal-nameplate .modal-header .tag-service-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .category-Modal-nameplate .modal-header .tag-service-item {
    height: 70px;
    padding-top: 6px;
  }
}

.category-Modal-nameplate .modal-header .tag-service-item .ttl {
  color: #fff;
  padding-top: 6px;
}

.category-Modal-nameplate .modal-body {
  background: #F0EFE1;
}

.name-service .show-option.rando__movie .modal-dialog {
  max-width: 1065px;
}

.nameplate__box {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .nameplate__box {
    margin-bottom: 50px;
  }
}

.nameplate__box-col:nth-child(1) {
  padding-left: 44px;
}

@media (max-width: 767px) {
  .nameplate__box-col:nth-child(1) {
    padding-left: 12px;
  }
}

.nameplate__box-item .ttl {
  font-size: 1.125rem;
  color: #44302E;
  font-family: "GenJyuuGothic";
}

@media (max-width: 767px) {
  .nameplate__box-item .ttl {
    font-size: 1rem;
  }
}

.nameplate__box-item .small {
  font-size: 0.75rem;
  color: #434242;
}

@media (max-width: 767px) {
  .nameplate__box-list {
    margin-bottom: 30px;
  }
}

.nameplate__box-list p {
  font-family: "GenJyuuGothic";
  font-size: 0.8125rem;
  margin-bottom: 6px;
  color: #44302E;
}

.nameplate__box-list img {
  margin-bottom: 10px;
}

.nameplate__box-list span {
  font-size: 0.75rem;
}

.nameplate__box-list .small {
  color: #44302E;
  font-weight: bold;
}

.nameplate__box-list-row {
  max-width: 512px;
  margin: auto;
}

.nameplate-step {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .nameplate-step {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nameplate-step .ttl {
  font-family: "GenJyuuGothic";
  color: #41312F;
  letter-spacing: 0.85px;
  font-size: 1.0625rem;
}

.nameplate-step-item {
  background: #FBFCF5;
  border-radius: 10px;
  padding: 16px 24px 2px;
  position: relative;
  margin-bottom: 15px;
  height: 100%;
}

.nameplate-step-item-col {
  margin-bottom: 20px;
}

.nameplate-step-item .ping {
  color: #ED6FA0;
  font-weight: bold;
}

.nameplate-step-item h4 {
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  color: #ED6FA0;
  letter-spacing: 0.9px;
  padding-left: 22px;
}

@media (max-width: 767px) {
  .nameplate-step-item h4 {
    font-size: 1rem;
  }
}

.nameplate-step-item p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.nameplate-step-item .nameplate__tag {
  background: url("../images/nameplate/bg.png") no-repeat;
  width: 48px;
  height: 46px;
  background-size: 100%;
  position: absolute;
  top: -6px;
  left: -6px;
}

.nameplate-step-item .nameplate__tag span {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  margin-left: -3px;
  font-weight: bold;
}

.nameplate-step-item .nameplate__tag .txt {
  font-size: 0.625rem;
  font-family: "Raleway", sans-serif;
  margin-top: 9px;
}

.nameplate-step-item .nameplate__tag .numb {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .nameplate-step-item .nameplate__tag .numb {
    font-size: 0.9375rem;
  }
}

.nameplate-step-item .name .small {
  text-align: center;
  display: block;
  font-size: 0.625rem;
  margin-bottom: 10px;
}

.nameplate-step-item .write-name-right {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .nameplate-step-item .write-name-right {
    margin-top: 30px;
  }
}

.nameplate-step-item .write-name .item {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E86E9D;
  font-size: 0.75rem;
  padding: 7px 8px;
  margin-bottom: 7px;
}

.nameplate-step-item .list-txt {
  margin-top: -30px;
  margin-bottom: 12px;
}

.nameplate-step-item .list-txt .note::before {
  top: 0;
  left: 2px;
  font-size: 11px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nameplate-step-item .list-txt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .nameplate-step-item .list-txt {
    margin-top: 10px;
  }
}

.nameplate-step-item .list-txt p {
  font-size: 0.625rem;
  margin-bottom: 5px;
}

.cart-modal-product .list-btn {
  max-width: 740px;
  margin: auto;
}

.cart-modal-product .list-btn .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .cart-modal-product .list-btn .btn {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.cart-modal-product .list-btn .btn::before {
  display: none;
}

.cart-modal-product .list-btn .btn.ping {
  max-width: 100%;
  height: 72px;
  justify-content: center;
  background-color: #EC4695;
}

@media (max-width: 767px) {
  .cart-modal-product .list-btn .btn.ping {
    height: 55px;
  }
}

.cart-modal-product .list-btn .btn.ping:hover {
  background-color: #EC4695;
  color: #fff;
  opacity: 0.8;
}

.show-option .cart-modal-product .modal-body {
  padding: 15px  30px 0;
}

.cart-modal-product .avatar {
  padding-top: 40px;
}

.cart-modal-product .category__list-item-col {
  margin-bottom: 30px;
}

.cart-modal-product .category__list-item {
  margin-top: 0;
}

.cart-modal-product .modal-body {
  background-color: #F0EFE1;
}

.cart-modal-product .modal-body h4 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 2.8px;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .cart-modal-product .modal-body h4 {
    font-size: 1.125rem;
    margin-top: 0;
  }
}

.cart-modal-product .box-item .logo-item {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-modal-product .box-item .logo-item .product-name {
  font-size: 1.125rem;
  text-align: left;
}

.cart-modal-product .box-item .content {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
}

.cart-modal-product .box-item .content .price .buy-price {
  /*
                .price-info{
                    @include fontSize(15px);
                }*/
}

.cart-modal-product .box-item .content .price .buy-price .txt, .cart-modal-product .box-item .content .price .buy-price .price-info {
  font-size: 0.75rem;
}

.cart-modal-product .box-item .content .price .buy-price .txt {
  margin-right: 0;
}

.cart-modal-product .box-item .content .online-price {
  display: block;
  margin-top: 10px;
}

.cart-modal-product .box-item .content .online-price span {
  display: block;
}

.cart-modal-product .box-item .content .online-price .txt {
  font-size: 0.875rem;
}

.cart-modal-product .box-item .content .online-price .price-info {
  font-size: 1.25rem;
  margin-left: 0;
  line-height: 1.4;
}

.cart-modal-product .category-Modal-kubon .modal-header {
  background-color: #fff;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .cart-modal-product .category-Modal-kubon .modal-header {
    padding-bottom: 0;
  }
}

.cart-modal-product .category-Modal-kubon .modal-header .ttl {
  margin-bottom: 30px;
}

.btn-property {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.btn-property .btn-cic:after {
  transform: rotate(-45deg);
  left: 9px;
}

@media (min-width: 769px) {
  .review__head .cust-star {
    margin-top: -35px;
  }
}

.randsel__counseling-mv {
  max-width: 1330px;
  margin: 45px auto 340px;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 768px) {
  .randsel__counseling-mv {
    margin-bottom: 160px;
  }
}

.randsel__counseling-mv-ping {
  text-align: center;
}

.randsel__counseling-mv-ping .ping {
  justify-content: center;
  max-width: 420px;
}

.randsel__counseling-mv .big-img {
  max-width: 990px;
  margin: auto;
  position: relative;
}

.randsel__counseling-mv .big-img .ttl {
  max-width: 730px;
  margin: auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.randsel__counseling-mv .info {
  text-align: center;
}

@media (min-width: 769px) {
  .randsel__counseling-mv .info {
    margin-top: -70px;
  }
}

.randsel__counseling-mv .info .tag-dot-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #E0DAC5;
  border-radius: 80px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .randsel__counseling-mv .info .tag-dot-bg {
    margin-top: 40px;
  }
}

.randsel__counseling-mv .info .tag-dot {
  font-family: "GenJyuuGothic";
  color: #744F4D;
  font-size: 0.9375rem;
  background: #F5EFDB;
  border-radius: 80px;
  padding: 7px 30px;
  border: 2px solid #fff;
}

.randsel__counseling-mv .info p {
  font-family: "GenJyuuGothic";
  font-size: 1rem;
  line-height: 1.8;
  color: #41312F;
  font-family: "GenJyuuGothic";
}

@media (min-width: 769px) {
  .randsel__counseling-mv .info p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .randsel__counseling-mv .info p {
    font-size: 0.875rem;
  }
}

.randsel__counseling-mv .info .acclink:hover {
  color: #44302E;
}

.randsel__counseling-mv .info .acclink::after {
  transform: rotate(135deg);
  left: 12px;
}

.randsel__counseling-mv .info .acclink::before {
  width: 30px;
  height: 30px;
}

.randsel__counseling-mv .btn-randsel {
  background-color: #967977;
  height: 90px;
  max-width: 480px;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 1.2;
  color: #fff;
  border: 6px solid #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .btn-randsel {
    font-size: 1.125rem;
    max-width: 45%;
    line-height: 32px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .randsel__counseling-mv .btn-randsel {
    font-size: 0.875rem;
    height: 68px;
    border-width: 2px;
  }
}

.randsel__counseling-mv .btn-randsel::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
  background-size: 120% 111%;
}

@media (max-width: 767px) {
  .randsel__counseling-mv .LeftRightImg {
    display: none;
  }
}

.randsel__counseling-mv .LeftRightImg .avatar {
  position: absolute;
  bottom: -70px;
}

.randsel__counseling-mv .LeftRightImg .left {
  left: 0;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .randsel__counseling-mv .LeftRightImg .left {
    left: -140px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .LeftRightImg .left {
    left: -140px;
  }
}

.randsel__counseling-mv .LeftRightImg .left img {
  max-width: 450px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .LeftRightImg .left img {
    max-width: 350px;
  }
}

.randsel__counseling-mv .LeftRightImg .right {
  right: 0;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .randsel__counseling-mv .LeftRightImg .right {
    right: -130px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .LeftRightImg .right {
    right: -139px;
  }
}

.randsel__counseling-mv .LeftRightImg .right img {
  max-width: 485px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .LeftRightImg .right img {
    max-width: 330px;
  }
}

.bg__hitachi {
  background: url("../images/randsel_counseling/bg-hitachi.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  padding: 10px;
}

.bg__hitachi-line {
  border: 2px dashed #FFD659;
  max-width: 90%;
  margin: -40px auto 0;
  padding: 3px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bg__hitachi-line {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .bg__hitachi-line {
    margin-top: 32px;
  }
}

.bg__hitachi-body {
  background-color: #fff;
  padding: 50px 50px;
}

@media (max-width: 767px) {
  .bg__hitachi-body {
    padding: 10px 10px;
  }
}

.bg__hitachi-body .ttl-question {
  max-width: 480px;
  margin: 0 auto 36px;
}

.bg__hitachi-body.completed-goal h4 {
  font-size: 1.375rem;
  color: #573431;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .bg__hitachi-body.completed-goal h4 {
    font-size: 1rem;
  }
}

.bg__hitachi-body h4 {
  font-size: 1.875rem;
  letter-spacing: 3px;
  color: #483230;
}

@media (max-width: 767px) {
  .bg__hitachi-body h4 {
    font-size: 1rem;
  }
}

.bg__hitachi .choices {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 20px;
}

.bg__hitachi .choices label {
  display: inline-block;
  width: 220px;
  padding: 10px;
  transition: all 0.3s;
  margin: 0 10px;
  border-radius: 46px;
  background: #E0DAC5;
  font-family: "Courier", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 1.4px;
  color: #967977;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bg__hitachi .choices label {
    width: 110px;
    font-size: 0.9375rem;
  }
}

.bg__hitachi .choices label:after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #967977;
  border-left: 2px solid #967977;
  transform: rotate(135deg);
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bg__hitachi .choices input[type="radio"] {
  display: none;
}

.bg__hitachi .choices input[type="radio"]:checked + label {
  background-color: #967977;
  color: #fff;
}

.bg__hitachi .choices input[type="radio"]:checked + label:after {
  border-color: #fff;
}

.box-result-mv {
  margin-bottom: 100px;
}

@media (min-width: 769px) {
  .box-result-mv {
    margin-top: 50px;
  }
}

.randsel__counseling-result .result__osusume .bg__hitachi {
  background: url("../images/randsel_counseling/randol-item-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}

.randsel__counseling-result .result__osusume .bg__hitachi .logo-item img {
  max-height: 30px;
}

.randsel__counseling-result .bg__hitachi {
  background: url("../images/randsel_counseling/reslt-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}

.randsel__counseling-result-mv {
  position: relative;
}

.randsel__counseling-result-mv h4 {
  text-align: center;
  font-size: 3.125rem;
  color: #432220;
  font-family: "GenJyuuGothic";
  letter-spacing: 2.5px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-result-mv h4 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .randsel__counseling-result-mv h4 {
    font-size: 0.875rem;
  }
}

.randsel__counseling-result-mv-ttl {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 60%;
  text-align: center;
}

.randsel__counseling-result-mv-ttl .line-color::before {
  width: 58px;
  height: 8px;
}

@media (max-width: 767px) {
  .randsel__counseling-result-mv-ttl .line-color::before {
    width: 40px;
    top: 20px;
  }
}

.randsel__counseling-result .result-bg {
  background: url("../images/randsel_counseling/dot-women.png") repeat;
  padding: 25px;
  border-radius: 15px;
  background-size: 10px;
  margin-bottom: 20px;
}

.randsel__counseling-result .result-bg.men {
  background: url("../images/randsel_counseling/dot-men.png") repeat;
  background-size: 10px;
}

.randsel__counseling-result .result-bg p {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 1.7;
  margin-bottom: 0;
  font-family: "GenJyuuGothic";
  color: #fff;
}

@media (max-width: 767px) {
  .randsel__counseling-result .result-bg p {
    font-size: 0.9375rem;
  }
}

.randsel__counseling-result .bg__hitachi-body {
  background: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .randsel__counseling-result .bg__hitachi-body .col-lg-6:last-child .result-item {
    margin-bottom: 0;
  }
}

.randsel__counseling-result .result-item {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .randsel__counseling-result .result-item {
    margin-bottom: 15px;
  }
}

.randsel__counseling-result .result-item .btn.ping {
  height: 70px;
}

.randsel__counseling-result .result-item .btn {
  justify-content: center;
}

.randsel__counseling-result .result-item .green-rando {
  width: 100%;
  border: 0;
}

.randsel__counseling-result .result-item .green-rando:hover {
  background: #3DA1EE;
  color: #fff;
}

.randsel__counseling-result .result-item .green-rando:hover::before {
  background: url("../images/icon-defaul-arrow-white.svg") no-repeat;
}

.randsel__counseling-result .bg__hitachi-line {
  margin-top: -15px;
  max-width: 100%;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .randsel__counseling-result .bg__hitachi-line {
    margin-top: -5px;
  }
}

.randsel__counseling-result .result__osusume .logo-item {
  margin-bottom: 0;
}

.randsel__counseling-result .logo-item {
  margin-bottom: 20px;
}

.randsel__counseling-result .logo-item img {
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
}

.result__osusume-items-col {
  margin-bottom: 20px;
}

.result__osusume-items .randsel__counseling-mv {
  margin-bottom: 90px;
}

.result__osusume-items .randsel__counseling-mv .btn-randsel {
  border: 8px solid #fff;
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .result__osusume-items .randsel__counseling-mv .btn-randsel {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .result__osusume-items .randsel__counseling-mv .btn-randsel {
    font-size: 0.6875rem;
    border-width: 2px;
  }
}

.result__osusume-items .bg-white {
  border-radius: 20px;
  padding: 30px 10px 27px;
}

.result__osusume-items .bg-white .men {
  background-color: #3DA1EE;
  border: 0;
}

.result__osusume-items .bg-white .btn {
  justify-content: center;
}

@media (max-width: 768px) {
  .result__osusume-items .bg-white .btn {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .result__osusume-items .bg-white .btn {
    font-size: 0.6875rem;
  }
}

.result__osusume-items .bg-white .btn::before {
  right: 10px;
}

.result__osusume-items .avatar {
  margin-bottom: 10px;
  padding: 15px;
}

@media (min-width: 769px) {
  .part-page .result__osusume-item .line-color {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.line-color {
  font-family: "GenJyuuGothic";
  font-size: 1.5rem;
  color: #44302E;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.line-color::before {
  width: 40px;
  height: 7px;
  background: url("../images/randsel_counseling/line-color.png") no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
}

.qr_contact {
  margin-top: 100px;
}

@media (min-width: 769px) {
  .qr_contact h2 {
    margin-bottom: 40px;
  }
}

.qr_contact .box--boder {
  padding: 35px 30px;
  margin-bottom: 100px;
}

.qr_contact .box--boder .note {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.safe .container {
  position: relative;
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
  z-index: 1;
}

.safe .rank-col3 {
  position: relative;
}

@media (max-width: 768px) {
  .safe .rank-col3 .col-lg-4.col-md-6 {
    margin-bottom: 20px;
  }
}

.safe-img {
  position: absolute;
  left: -165px;
  top: 50px;
  width: 283px;
}

@media (max-width: 768px) {
  .safe-img {
    display: none;
  }
}

.safe-img img {
  width: 100%;
}

.safe-ttl {
  margin-bottom: 30px;
  font-family: "GenJyuuGothic";
  letter-spacing: 1px;
  color: #41312F;
  font-size: 1.25rem;
  line-height: 1.8;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .safe-ttl {
    padding-left: 0;
  }
}

.safe-ttl::before {
  width: 36px;
  height: 13px;
  background: url("../images/icon--h3.svg") no-repeat;
  top: 14px;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .safe-ttl::before {
    bottom: auto;
    background: url("../images/icon--h3-sp.svg") no-repeat;
    top: -8px;
  }
}

.safe-item {
  transition: all .25s;
}

.safe-item:hover {
  opacity: .8;
}

.safe-item--inner {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.safe-item--head {
  padding: 35px 20px 30px;
  color: #44302E;
  background-color: #fff;
}

.safe-item--head-ttl {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.safe-item--head-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-bottom: 30px;
}

.safe-item--head-img img {
  max-height: 100%;
  width: auto;
}

.safe-item--head-ratingWrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .safe-item--head-ratingWrap {
    display: block;
  }
}

.safe-item--head-rating {
  margin-right: 25px;
}

.safe-item--head-rating-row {
  display: flex;
  align-items: center;
  flex-flow: row;
  direction: unset;
  padding: 0;
}

.safe-item--head-rating-row-ttl {
  width: 50px;
  margin-right: 6px;
  flex-shrink: 0;
  padding-top: 5px;
  font-size: 0.9375rem;
  letter-spacing: .75px;
  font-weight: bold;
}

.safe-item--head-desc {
  padding-top: 8px;
  font-size: 0.875rem;
}

.safe-item--foot {
  background: url("../images/category/men/safe/bg-item.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 20px;
}

.safe-item--foot-inner {
  display: block;
}

.safe-item--foot-ttl {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: .75px;
}

.safe .list-start {
  display: flex;
  margin-bottom: 0;
}

.safe .list-start li {
  line-height: 2;
  margin: 0 2px;
  list-style: none;
}

.name-servise--head {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

.name-servise--head::before, .name-servise--head::after {
  width: 94%;
  height: 12px;
  background: url("../images/user_data/name-servise/line.svg") repeat;
  right: 0;
  top: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .name-servise--head::before, .name-servise--head::after {
    top: 5px;
  }
}

.name-servise--head::after {
  top: auto;
  bottom: 12px;
}

@media (max-width: 767px) {
  .name-servise--head::after {
    bottom: 11px;
  }
}

.name-servise--head .left {
  width: 110px;
  height: 130px;
  background: url("../images/user_data/name-servise/step-bg.png") no-repeat;
  background-size: 100%;
  padding-top: 18px;
  z-index: 3;
  position: relative;
}

@media (max-width: 767px) {
  .name-servise--head .left {
    width: 52px;
    height: 67px;
    padding-top: 9px;
  }
}

.name-servise--head .left > * {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.name-servise--head .right {
  font-family: "GenJyuuGothic";
  font-size: 2.125rem;
  letter-spacing: 3.4px;
  color: #41312F;
  padding-left: 20px;
  width: calc(100% - 110px);
}

@media (max-width: 767px) {
  .name-servise--head .right {
    width: calc(100% - 65px);
    font-size: 1.125rem;
    margin-top: -8px;
  }
}

.name-servise--head .icon-left {
  position: relative;
}

.name-servise--head .icon-left > * {
  color: #fff;
}

.name-servise--head .icon-left .jp {
  font-family: "GenJyuuGothic";
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .name-servise--head .icon-left .jp {
    font-size: 0.8125rem;
  }
}

.name-servise--head .icon-left .numb {
  font-family: "Courier", sans-serif;
  font-size: 3.375rem;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .name-servise--head .icon-left .numb {
    font-size: 1.25rem;
  }
}

.name-servise-body {
  max-width: 890px;
  margin: auto;
}

.name-servise .container {
  max-width: 1050px;
}

.name-servise-stepItem .nameplate-step-item-col {
  margin-bottom: 30px;
}

.name-servise-stepItem .nameplate-step-item .write-name .item {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #44302E;
}

.name-servise-stepItem .nameplate-step-item .list-txt {
  margin-top: 60px;
  background: #FCF3F3;
  border: 1px solid #F2C2CA;
  border-radius: 4px;
  padding: 15px;
}

@media (max-width: 767px) {
  .name-servise-stepItem .nameplate-step-item .list-txt {
    margin-top: 20px;
  }
}

.name-servise-stepItem .nameplate-step-item .list-txt .note::before {
  font-size: 0.75rem;
}

.name-servise-stepItem .nameplate-step-item .list-txt p {
  font-size: 0.75rem;
}

.name-servise--kubon {
  margin-top: -50px;
}

@media (max-width: 767px) {
  .name-servise--kubon {
    margin-top: -18px;
  }
}

.name-servise--kubon .border-box {
  margin-top: 35px;
}

.name-servise--kubon .border-box .ttl {
  margin-bottom: 22px;
}

.name-servise--kubon .border-box .ttl img {
  max-height: 99px;
}

.name-servise--kubon .border-box-item .opt-border {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .name-servise .category-Modal-kubon .avatar {
    margin-bottom: 20px;
  }
}

.name-servise .lineup {
  padding-bottom: 95px;
}

@media (max-width: 767px) {
  .name-servise .lineup {
    padding-bottom: 40px;
  }
}

.name-servise .news {
  padding-bottom: 70px;
}

.name-servise .nameplate-step {
  padding-left: 0;
  padding-right: 0;
}

.name-servise .nameplate-step-item {
  padding-bottom: 15px;
  padding-top: 13px;
}

.name-servise .nameplate-step-item h4 {
  font-size: 1.25rem;
  padding-left: 38px;
}

.name-servise .nameplate-step-item .nameplate__tag {
  width: 60px;
  height: 58px;
  background-size: 100%;
}

.name-servise .nameplate-step-item .nameplate__tag .txt {
  font-size: 0.6875rem;
}

.name-servise .nameplate-step-item .nameplate__tag .numb {
  font-size: 1.5rem;
}

.name-servise .nameplate-step-item .nameplate__tag span {
  margin-left: -7px;
}

.name-servise .nameplate__box-list-row {
  max-width: 100%;
}

.name-servise .nameplate__box-row {
  margin-left: -18px;
  margin-right: -18px;
}

.name-servise .nameplate__box-col {
  padding-left: 18px;
  padding-right: 18px;
}

.name-servise .nameplate__box-col:nth-child(1) {
  padding-left: 0;
}

.name-servise .name-row .small {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 6px;
}

.name-servise .name-row-step02 {
  justify-content: flex-end;
  margin-top: -50px;
}

.name-servise .write-name .item {
  padding: 16px 20px;
}

.name-servise .sale-off {
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .name-servise .sale-off {
    padding: 20px;
  }
}

.name-servise .sale-off-item {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .name-servise .sale-off-item img {
    margin-bottom: 20px;
  }
}

.name-servise .sale-off-item p {
  font-size: 0.9375rem;
}

.name-servise .sale-off .container-info14 p {
  margin-bottom: 5px;
}

.name-servise .sale-off .list-note .note {
  font-size: 0.8125rem;
  margin-bottom: 20px;
}

.name-servise .sale-off .list-note .note::before {
  font-size: 0.8125rem;
}

.name-servise .sale-off .checkBox-icon {
  position: relative;
  font-size: 1.25rem;
  padding-left: 36px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .name-servise .sale-off .checkBox-icon {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}

.name-servise .sale-off .checkBox-icon .bigTxt-ping {
  font-size: 1.25rem;
}

.name-servise .sale-off .checkBox-icon::before {
  background: url("../images/user_data/name-servise/icon-check.png") no-repeat;
  width: 23px;
  height: 30px;
  background-size: 100%;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .name-servise .sale-off .checkBox-icon::before {
    top: 5px;
  }
}

.name-servise .sale-off .bigTxt-ping {
  font-size: 1.5rem;
}

.name-servise .send {
  padding: 50px 40px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .name-servise .send {
    padding: 20px;
  }
}

.name-servise .send ul {
  margin-bottom: 0;
}

.name-servise .send ul li {
  list-style-type: none;
}

.name-servise .send .left img {
  width: 90px;
}

.name-servise .send .right {
  margin-left: 25px;
}

.name-servise .send .right h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .name-servise .send .right h4 {
    font-size: 0.9375rem;
  }
}

.name-servise .send .right h4 .bigTxt-ping {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .name-servise .send .right h4 .bigTxt-ping {
    font-size: 0.9375rem;
  }
}

.name-servise-box3-col {
  position: relative;
  margin-bottom: 30px;
}

.name-servise-box3-info {
  padding-left: 20px;
  padding-right: 20px;
}

.name-servise-box3-info .name-servise--head::after {
  bottom: -27px;
}

@media (max-width: 767px) {
  .name-servise-box3-info .name-servise--head::after {
    bottom: -21px;
  }
}

.name-servise-box3-info .name-servise--head::before {
  top: -18px;
}

.name-servise-box3-info .name-servise--head::before, .name-servise-box3-info .name-servise--head::after {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100% 100%;
}

.name-servise-box3-info .name-servise--head .right {
  font-size: 1.625rem;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  padding-left: 0;
}

@media (max-width: 767px) {
  .name-servise-box3-info .name-servise--head .right {
    font-size: 1.125rem;
  }
}

.name-servise-box3-info .name-servise--head .right .note-top {
  font-weight: bold;
  font-size: 0.75rem;
}

.name-servise-box3-info .container-info14 p {
  font-family: "GenJyuuGothic";
  letter-spacing: 0.35px;
}

.name-servise-box3-info .note {
  font-size: 0.75rem;
}

.name-servise-box3-info .note::before {
  font-size: 0.75rem;
}

.name-servise-box3 .name-tag {
  position: absolute;
  top: -13px;
  left: 4px;
}

.name-servise-box3 .name-tag .name-servise--head {
  margin-bottom: 0;
}

.name-servise-box3 .name-tag .name-servise--head::before, .name-servise-box3 .name-tag .name-servise--head::after {
  display: none;
}

.name-servise-box3 .name-tag .name-servise--head .left {
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .name-servise-box3 .name-tag .name-servise--head .left {
    width: 61px;
    height: 61px;
  }
}

.name-servise-box3 .name-tag .name-servise--head .left .jp {
  font-size: 1rem;
  line-height: 1;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .name-servise-box3 .name-tag .name-servise--head .left .jp {
    font-size: 0.8125rem;
  }
}

.name-servise-box3 .name-tag .name-servise--head .left .numb {
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  .name-servise-box3 .name-tag .name-servise--head .left .numb {
    font-size: 1.5625rem;
    font-weight: bold;
  }
}

.name-servise-box3 .item {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
}

.name-servise-box3 .item .avatar {
  padding: 10px;
  margin-bottom: 30px;
}

.name-servise .boy-girl .container {
  max-width: 1290px;
}

.name-servise .lineup .boy-girl-item .svg text {
  font-size: 2.2rem;
}

.name-servise .lineup.box-glr-boy {
  padding-top: 20px;
  background: inherit;
  padding-bottom: 0;
}

.name-servise .lineup.box-glr-boy .boy-girl {
  margin-bottom: 40px;
}

.line-dash {
  position: relative;
}

.line-dash::before {
  width: 2px;
  height: 100%;
  border: 2px dashed #E86E9D;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40%;
}

@media (max-width: 767px) {
  .line-dash::before {
    border-width: 1px;
  }
}

.border-box-info {
  background: #fff;
  color: #434242;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 40px;
  border-radius: 10px;
  border: 3px dashed #E86E9D;
  line-height: 2;
  position: relative;
}

@media (max-width: 767px) {
  .border-box-info {
    padding: 7px;
    font-size: 0.75rem;
    border-width: 1px;
  }
}

.opt-border {
  display: inline-block;
  padding: 5px;
  border-radius: 60px;
  border: 3px dashed #E86E9D;
  position: relative;
  background-color: #f2ede2;
}

@media (max-width: 767px) {
  .opt-border {
    border-width: 1px;
  }
}

.opt-border span {
  color: #fff;
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  background: #E88AAE;
  border-radius: 60px;
  display: inline-block;
  padding: 12px 48px;
}

@media (max-width: 767px) {
  .opt-border span {
    padding: 3px 15px;
    font-size: 0.75rem;
  }
}

.bg-opacity {
  background: url("../images/nameplate/bg-op.png") repeat;
}

.orchid-page-man .orchid-step .submenu-list-item::before {
  background: url("../images/orchid/img_boy.png") no-repeat;
  background-size: 100% 100%;
  width: 320px;
  height: 490px;
}

.orchid-page-detail .orchid-page-man .orchid-step .ping {
  color: #00ACF1;
}
.orchid-page-detail .orchid-page-rent .orchid-step .ping {
  color: #FF9200;
}

.full_order-page ul {
  padding-left: 0;
}

.full_order-page ul li {
  list-style: none;
}

.full_order-page .review {
  margin-bottom: 80px;
}

.full_order-bg {
  margin-bottom: 80px;
}

.full_order-bg.easy_order-bg {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .full_order-bg {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .full_order-bg > img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.full_order-bg_02 {
  background: url("../images/user_data/full_order/bg-order02.png") no-repeat;
  background-size: cover;
  padding: 70px 0 30px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .full_order-bg_02 {
    padding: 40px 0 40px;
    margin-bottom: 50px;
  }
}

.full_order-bg_02-item img {
  margin-bottom: 20px;
}

.full_order-bg_02 h3 {
  text-align: center;
  font-family: Honoka-Shin-Antique-Maru_R;
  font-size: 1.625rem;
  color: #41312F;
  margin-bottom: 40px;
  padding: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .full_order-bg_02 h3 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

.full_order-bg_02 h3:before {
  display: none;
}

.full_order-bg_02 h4 {
  color: #5B2E18;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media (max-width: 767px) {
  .full_order-bg_02 h4 {
    font-size: 1.0625rem;
  }
}

.full_order-bg_02 p {
  font-size: 0.875rem;
}

.full_order-bg_02 .faSww {
  color: #44302E;
  letter-spacing: 0.35px;
  line-height: 1.6;
}

.blank-yellow .yellow {
  color: #fff;
  font-family: "GenJyuuGothic";
  height: 70px;
  justify-content: center;
}

.blank-yellow .yellow:before {
  background: url("../images/user_data/full_order/icon_blank.png") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 13px;
}

.list-tag-full ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -6px;
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .list-tag-full ul {
    margin-bottom: 30px;
  }
}

.list-tag-full ul li {
  list-style: none;
  width: 25%;
  padding: 0 6px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-tag-full ul li {
    width: 50%;
  }
}

.list-tag-full ul li a {
  color: #44302E;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  display: block;
  border-radius: 8px;
  border: 1px dashed #563128;
  padding: 2px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .list-tag-full ul li a {
    font-size: 0.9375rem;
  }
}

.list-tag-full ul li a:before {
  height: 12px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  height: 10px;
  width: 10px;
  bottom: 10px;
  transform: rotate(45deg);
}

.list-tag-full ul li a span {
  background: #fff;
  padding: 25px 0px;
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .list-tag-full ul li a span {
    padding: 15px 0px;
  }
}

.list-tag-easy ul li {
  width: 33.333%;
}

.full_order .banner {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .full_order .banner {
    margin-bottom: 50px;
  }
}

.full_order .faq-img {
  margin-top: 35px;
  text-align: center;
}

.full_order .faq-img img {
  max-width: 420px;
  margin: auto;
}

.full_order .faq-img p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.8px;
  color: #41312F;
  font-weight: bold;
}

@media (max-width: 767px) {
  .full_order .faq-img p {
    font-size: 0.875rem;
  }
}

.full_order-table .txt, .full_order-table .price {
  font-size: 0.9375rem;
  color: #44302E;
  font-family: "GenJyuuGothic";
}

.full_order-table .price {
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.full_order-table .guide__pay-table-info > p > span {
  color: #44302E;
  font-weight: bold;
}

.full_order-box-items {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .full_order-box-item {
    margin-bottom: 40px;
  }
}

.full_order-box-item h4 {
  text-align: center;
  font-family: "GenJyuuGothic";
  font-size: 1.25rem;
  color: #44302E;
  position: relative;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .full_order-box-item h4 {
    font-size: 1.125rem;
  }
}

.full_order-box-item h4:before, .full_order-box-item h4:after {
  width: 100%;
  height: 2px;
  background: url("../images/user_data/full_order/bg-line.svg") repeat;
  left: 0;
  top: 0;
}

.full_order-box-item h4:after {
  top: auto;
  bottom: 0;
}

.full_order-box-item > .avatar {
  margin-bottom: 15px;
}

.full_order-box-item .info > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.full_order-box-item .info > ul li {
  margin-bottom: 0;
}

.full_order-box-item .info > ul li > img {
  width: 50px;
}

.full_order-box-item .info > ul .ttl {
  width: calc(100% - 65px);
  font-size: 1.125rem;
  letter-spacing: 0.45px;
  font-family: "GenJyuuGothic";
  color: #56AC41;
  margin-left: 15px;
  line-height: 1.3;
}

.full_order-box-item .info > ul .ttl span {
  display: block;
  font-size: 0.625rem;
}

.full_order-box-item .info > p {
  font-size: 0.875rem;
  margin-top: 6px;
}

.full_order-box-item .info > p.note {
  font-size: 0.75rem;
}

.full_order-box-item .info > p.note:before {
  font-size: 0.75rem;
}

.full_order-step-body {
  background: #F0EDE2;
  border-radius: 20px;
  position: relative;
  padding: 0 20px 40px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .full_order-step-body {
    padding-bottom: 0;
  }
}

.full_order-step-body:last-child {
  margin-bottom: 100px;
}

.full_order-step-bg {
  background: url("../images/user_data/full_order/step-bg.png") no-repeat;
  background-size: 100%;
  width: 110px;
  height: 128px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 6;
}

@media (max-width: 768px) {
  .full_order-step-bg {
    background-size: 100%;
    width: 52px;
    height: 62px;
  }
}

.full_order-step-bg > span {
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .full_order-step-bg > span {
    font-size: 0.75rem;
  }
}

.full_order-step-bg > span.numb {
  font-size: 3.5rem;
  letter-spacing: -4.2px;
  line-height: 1;
}

@media (max-width: 768px) {
  .full_order-step-bg > span.numb {
    font-size: 1.875rem;
  }
}

.full_order-step-bg > span.txt {
  padding-top: 17px;
}

@media (max-width: 768px) {
  .full_order-step-bg > span.txt {
    padding-top: 5px;
  }
}

.full_order-step-header {
  padding-left: 106px;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .full_order-step-header {
    padding-left: 46px;
    display: block;
    height: auto;
  }
}

.full_order-step-header:before {
  width: 100%;
  height: 3px;
  background: url("../images/user_data/full_order/bg-line.svg") repeat;
  z-index: 1;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .full_order-step-header:before {
    display: none;
  }
}

.full_order-step-header > span {
  font-family: Honoka-Shin-Antique-Maru_R;
  color: #5B2E18;
}

@media (max-width: 768px) {
  .full_order-step-header > span {
    display: block;
  }
}

.full_order-step-header > span:first-child {
  font-size: 1.875rem;
  margin-right: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .full_order-step-header > span:first-child {
    font-size: 1.25rem;
    margin-right: 10px;
  }
}

.full_order-step-header > span:last-child {
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  max-width: 560px;
}

.full_order-step-header .note {
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
}

.full_order-step-header .note:before {
  font-size: 0.75rem;
}

.full_order-step__items {
  margin-top: 40px;
}

.full_order-step__item .head--top {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .full_order-step__item .head--top {
    display: block;
  }
}

.full_order-step__item .head--top > p {
  font-size: 0.875rem;
}

.full_order-step__item .head--top_left {
  display: flex;
  width: 40%;
}

@media (max-width: 768px) {
  .full_order-step__item .head--top_left {
    display: block;
    width: 100%;
  }
}

.full_order-step__item .head--top_left .left > .avatar {
  max-width: 188px;
  margin-top: 8px;
}

.full_order-step__item .head--top_left .left > span {
  font-size: 0.875rem;
  font-weight: bold;
}

.full_order-step__item .head--top_right {
  display: flex;
}

.full_order-step__item .head--top_right .safe {
  margin-top: -7px;
}

.full_order-step__item .head--top_right .safe .list-start li {
  line-height: 1;
}

.full_order-step__item .head--top_right-item {
  display: flex;
  width: 60%;
  align-items: center;
}

@media (max-width: 768px) {
  .full_order-step__item .head--top_right-item {
    width: 100%;
  }
}

.full_order-step__item .head--top_right-item > p {
  font-size: 0.875rem;
}

.full_order-step__item .head--top_right .right .safe-item--head-rating-row-ttl {
  font-size: 0.8125rem;
}

.full_order-step__item .content {
  background: #FBFCF5;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
}

.full_order-step__item .item {
  max-width: 180px;
  margin: 0 auto 16px;
  text-align: center;
}

.full_order-step__item .item > span {
  font-family: Honoka-Shin-Antique-Maru_R;
  font-size: 0.875rem;
  color: #5B2E18;
  letter-spacing: 2px;
  margin-top: 10px;
  display: block;
}

.full_order-step__gift {
  margin-bottom: 60px;
}

.sakusei-rei {
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .sakusei-rei.lineup {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.sakusei-rei .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  .sakusei-rei-item {
    margin-bottom: 30px;
  }
}

.lineup.full_order--line {
  padding: 80px 0 20px;
  margin-bottom: 80px;
}

.lineup.full_order--line .container {
  max-width: 1030px;
}

.lineup.full_order--line .table-bg-top tbody th {
  background: #fff;
}

.lineup.full_order--line .table-bg-top .table th, .lineup.full_order--line .table-bg-top .table td {
  width: 50%;
}

.lineup.full_order--line .container-info14 h4 {
  color: #44302E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.lineup.full_order--line .container-info14 p {
  color: #44302E;
  font-size: 0.8125rem;
}

.lineup.full_order--line .table-bg-top tbody th {
  padding-top: 20px;
  padding-bottom: 15px;
}

.part-page .icon-kimchi {
  font-family: Honoka-Shin-Antique-Maru_R;
  font-weight: bold;
}

@media (max-width: 768px) {
  .part-page .icon-kimchi {
    padding-left: 35px;
  }
}

.part-page .icon-kimchi:before {
  background: url("../images/user_data/full_order/icon-kimchi.png") no-repeat;
  width: 46px;
  height: 39px;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .part-page .icon-kimchi:before {
    width: 22px;
    height: 26px;
    background-size: 100% 100%;
    top: 0;
  }
}

.sakusei-rei-items-row {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sakusei-rei-items-row {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sakusei-rei-items-row.m-10 {
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media (max-width: 767px) {
  .sakusei-rei-items-row > .p-10 {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.sakusei-rei-items-row:last-child {
  margin-bottom: 0;
}

.sakusei-rei-items-col6 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sakusei-rei-items-col6 {
    margin-bottom: 0;
  }
}

.color--list_line > ul li span {
  font-size: 0.75rem;
  font-weight: bold;
}

.color--list > ul {
  display: flex;
  flex-wrap: wrap;
}

.color--list > ul > li {
  width: 14.28%;
}

@media (max-width: 768px) {
  .color--list > ul > li {
    width: 20%;
  }
}

.color--list > ul > li img {
  max-width: 100%;
}

.color--list > ul > li span {
  display: block;
  font-size: 0.6875rem;
  color: #44302E;
  letter-spacing: 0;
}

.color--list > ul > li span > label {
  position: relative;
  text-align: center;
  font-size: 0.5625rem;
  padding: 0 10px;
}

.color--list > ul > li span > label:before, .color--list > ul > li span > label:after {
  width: 1px;
  height: 100%;
  background: #BCBCBC;
  left: 0;
  top: 0;
}

.color--list > ul > li span > label:after {
  right: 0;
  left: auto;
}

.color--list.color--list_line > ul > li {
  width: 16.666%;
}

@media (max-width: 768px) {
  .color--list.color--list_line > ul > li {
    width: 20%;
  }
}

.color--list.color--list_line > ul > li > span {
  font-size: 0.75rem;
}

.color--list.color--list_line > ul > li img {
  max-width: 100%;
}

.color--list.color--list_step03 ul li {
  width: 20%;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .color--list.color--list_step03 ul li {
    width: 33.333%;
  }
}

.color--list.color--list_step03 ul li span {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.color--list.color--list_step05 ul li {
  width: 25%;
}

.color--list.color--list_step05 ul li span {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.color--list.color--list_step09 ul li {
  width: 33.333%;
}

.color--list.color--list_step09 ul li span {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.option-money {
  display: flex;
  align-items: center;
  background: #5A453B;
  border-radius: 6px;
  margin-top: 15px;
}

.option-money .numb {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #A06C14;
  background: #F0EDE2;
  border: 1px solid #D3B685;
  padding: 0 4px;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 768px) {
  .option-money .numb {
    width: calc( 100% - 121px);
  }
}

.option-money .numb .tax {
  font-size: 0.8125rem;
  letter-spacing: 0.65px;
}

.option-money-bg {
  max-width: 400px;
}

.option-money-bg .numb {
  background: #FBFCF5;
}

.option-money > * {
  font-weight: bold;
}

.option-money .txt {
  font-size: 0.9375rem;
  color: #fff;
  padding: 0 8px;
}

.item-12 h4 {
  color: #44302E;
}

.item-12 .option-money {
  margin-bottom: 20px;
}

.item-12 .option-money .txt {
  font-size: 1.0625rem;
  width: 40%;
  text-align: center;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .item-12 .option-money .txt {
    font-size: 0.9375rem;
  }
}

.item-12 .option-money .numb {
  font-size: 1.125rem;
  width: 62%;
  padding: 5px;
}

.nameplate-step-item .icon-checkNample {
  font-family: Honoka-Shin-Antique-Maru_R;
  font-size: 1.375rem;
  color: #845D17;
  position: relative;
  line-height: 1.5;
  font-weight: normal;
}

.nameplate-step-item .icon-checkNample:before {
  width: 22px;
  height: 18px;
  background: url("../images/user_data/full_order/icon-check.svg") no-repeat;
  left: 0;
  top: 0;
}

.name-servise .nameplate-step-item .icon-checkNample {
  padding-left: 30px;
  font-size: 1.375rem;
}

.full_order-step__item .name-servise .nameplate-step-item {
  padding: 0;
  margin-bottom: 0;
}

.full_order-step__item .name-servise .nameplate-step-item.ps-4 {
  padding-left: 0 !important;
}

.full_order-step__item .name-servise .nameplate-step-item.pslfFFs {
  margin-bottom: -25px;
}

.full_order-step__item .name-servise .nameplate-step-item.pslfFFs .name-row-step02 {
  max-width: 95%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .full_order-step__item .name-servise .nameplate-step-item.pslfFFs .name-row-step02 {
    margin-top: 0;
  }
}

.full_order-step__item .name-servise .write-name .item {
  font-size: 0.8125rem;
}

.full_order-step__item .name-servise .item {
  max-width: 100%;
  padding: 10px;
  text-align: left;
  border-color: #B9995B;
}

.full_order-step__item .name-servise .item.dafaDg {
  background: #FCF3F3;
  border-color: #F2C2CA;
}

.full_order-step__item .name-servise .item.dafaDg > span {
  color: #434242;
  font-size: 0.75rem;
  margin-bottom: 9px;
}

.full_order-step__item .name-servise .item.dafaDg > span:last-child {
  margin-bottom: 0;
}

.full_order-step__item .name-servise .item.dafaDg > span:before {
  font-size: 12px;
}

.full_order-step__item .name-servise .item > span {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 0.8125rem;
  color: #BD9F58;
  margin: 0;
}

.full_order-step__item .name-servise .item > span.ping {
  color: #BD9F58;
}

.full_order-step__item .color--list small {
  display: block;
  line-height: 1.1;
  margin-top: 3px;
}

.full_order-step__gift .name-servise-box3-col {
  margin-bottom: 20px;
}

.full_order-step__gift .name-servise-box3 .name-tag .name-servise--head .left {
  background: url("../images/user_data/full_order/gift.png") no-repeat;
  background-size: 100%;
  width: 66px;
  height: 86px;
}

@media (max-width: 768px) {
  .full_order-step__gift .name-servise-box3 .name-tag .name-servise--head .left {
    width: 50px;
  }
}

.full_order-step__gift .name-servise-box3 .item {
  background-color: #F0EDE2;
  padding-bottom: 15px;
}

.full_order-step__gift .name-servise-box3 .item .avatar {
  margin-bottom: 0;
}

.full_order-step__gift .name-servise-box3 .jp {
  font-size: 0.9375rem;
  font-family: "Amiri", serif;
  font-weight: normal;
  letter-spacing: 2px;
}

.full_order-step__gift .name-servise-box3 .numb {
  font-size: 2.5rem;
  font-family: "Amiri", serif;
  font-weight: normal;
}

.full_order-step__gift h4 {
  font-family: Honoka-Shin-Antique-Maru_R;
  font-size: 1.375rem;
  color: #41312F;
  text-align: center;
  font-weight: normal;
}

.full_order-step__gift .link-tab-arrow {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #41312F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.full_order-step__gift .link-tab-arrow::before {
  background: url("../images/user_data/full_order/arrow.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  top: 3px;
}

.order__step {
  background: url("../images/user_data/full_order/step-order.png") no-repeat;
  width: 90px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  display: flex;
  align-items: baseline;
  padding-left: 8px;
}

.order__step > * {
  font-family: "Amiri", serif;
  color: #fff;
}

.order__step .txt {
  font-size: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-right: 3px;
}

.order__step .numb {
  font-size: 1.625rem;
  letter-spacing: -1.95px;
}

.order-step {
  padding-bottom: 50px;
}

.order-step .sakusei-rei-item {
  position: relative;
}

.order-step .sakusei-rei-item .btn {
  padding: 18px;
}

@media (max-width: 768px) {
  .order-step .sakusei-rei-item .btn {
    width: 100%;
    padding: 15px;
  }
}

.order-step .sakusei-rei-item img {
  border-radius: 20px;
}

.order-step .sakusei-rei-items {
  background: #FBFCF5;
  border-radius: 20px;
  padding: 34px 20px 20px 30px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .order-step .sakusei-rei-items {
    padding-left: 20px;
  }
}

.order-step .sakusei-rei-items-row {
  margin-bottom: 50px;
}

.order-step .sakusei-rei-items .blank-yellow .yellow {
  margin-top: 10px;
}

.order-step .sakusei-rei-item h4 {
  font-size: 1.25rem;
  color: #5B2E18;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .order-step .sakusei-rei-item h4 {
    font-size: 0.9375rem;
  }
}

.order-step .sakusei-rei-item h5 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #44302E;
}

.order-step .sakusei-rei-item > p {
  font-size: 0.875rem;
  color: #44302E;
}

.order-step .sakusei-rei-item .list-style-dot {
  margin-bottom: 0;
}

.order-step .sakusei-rei-item .list-style-dot li {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #434242;
}

.order-step .line {
  position: relative;
}

.order-step .line::before {
  width: 3px;
  height: 82%;
  background: url("../images/user_data/full_order/bg-line02.svg") repeat;
  top: 70%;
  left: 17%;
}

@media (max-width: 768px) {
  .order-step .line::before {
    display: none;
  }
}

.order-step .line:last-child:before {
  display: none;
}

.step08-table :not(caption) > * > * {
  border-width: 0;
}

.step08-table tr:first-child th {
  background: #FBFCF5;
  color: #44302E;
  border-radius: 20px;
}

.step08-table tr:nth-child(n + 2) th {
  background: #5A453B;
  color: #fff;
}

.step08-table tr:last-child th {
  border-radius: 0 0 0 20px;
}

@media (max-width: 768px) {
  .step08-table tr:last-child th {
    border-radius: 0;
  }
}

.step08-table tr th {
  vertical-align: middle;
  font-size: 0.9375rem;
  border-bottom: 0;
  max-width: 166px;
}

@media (max-width: 768px) {
  .step08-table tr th {
    max-width: 100%;
  }
}

.step08-table tr th, .step08-table tr td {
  border-right: 1px dashed #B8A697;
  padding-top: 11px;
  padding-bottom: 11px;
}

.step08-table td {
  background: inherit;
  padding: 0;
}

.step08-table td:last-child {
  border-right: 0;
}

.step08-table td span {
  font-size: 0.8125rem;
  color: #44302E;
  display: block;
  text-align: center;
  font-family: Honoka-Shin-Antique-Maru_R;
}

.step08-table .priceColSpan {
  background-color: #F0EDE2;
}

@media (max-width: 768px) {
  .step08-table .priceColSpan {
    display: block;
    width: 100%;
  }
}

.step08-table .priceColSpan .price {
  padding-left: 15px;
  font-size: 1.125rem;
  color: #A06C14;
  font-weight: bold;
}

.step08-table .priceColSpan .price small {
  font-size: 0.8125rem;
  display: inline-block;
}

.full_order-table .table th, .full_order-table .table td {
  padding-top: 10px;
  padding-bottom: 5px;
}

.full_order-table .table td {
  font-size: 0.875rem;
  color: #434242;
}

@media (max-width: 768px) {
  .full_order-table .table td {
    display: block;
    width: 100%;
  }
}

.easy__order-kihonsei {
  background: url("../images/user_data/easy_order/easy_order-kihonsei-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background-position-y: 185px;
}

.easy__order-kihonsei .list-tag-full ul li {
  width: 50%;
}

@media (min-width: 769px) {
  .easy__order-col6-left {
    width: 52%;
  }
}

@media (min-width: 769px) {
  .easy__order-col6-right {
    width: 48%;
  }
}

.easy__order-grandCompact, .easy__order-Myfriend {
  margin-bottom: 60px;
}

.easy__order-sakusei-rei {
  margin-top: 70px;
}

.easy__order-step .full_order-step-bg {
  background: url("../images/user_data/easy_order/step-bg.png") no-repeat;
  background-size: 100%;
}

.easy__order-step .full_order-step-header:before {
  background: url("../images/user_data/easy_order/bg-line.svg") repeat;
}

.easy__order-logoStep {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.easy__order-logoStep .left {
  margin-right: 30px;
}

.easy__order-logoStep .left > img {
  max-width: 196px;
}

.easy__order-logoStep .right {
  font-size: 1.25rem;
  font-family: Honoka-Shin-Antique-Maru_R;
  color: #5B2E18;
  letter-spacing: 2px;
}

.easy__order-box-step span {
  font-weight: bold;
  color: #44302E;
  display: block;
}

.easy__order-box-step-col > span {
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.easy__order-box-step .picupPonit {
  max-width: 280px;
  margin: 28px auto 10px;
}

.easy__order-box-step .picupPonit .ttl {
  text-align: center;
  margin-bottom: 13px;
}

.easy__order-box-step .picupPonit .ttl > img {
  max-width: 150px;
}

.easy__order-box-step .picupPonit span {
  font-size: 0.75rem;
  margin-top: 8px;
  display: block;
  text-align: center;
}

.shop_box--map {
  background: url("../images/maps/bg.png") repeat;
  z-index: -2;
}

.shop_box--map .inner {
  position: relative;
}

.map-anker {
  position: relative;
}

.map-anker__li {
  position: relative;
  display: block;
  color: #44302E;
  font-weight: bold;
  transition: .2s;
  z-index: 3;
}

.map-anker__li.active {
  color: #fff !important;
  text-decoration: none !important;
  background: #E86E9D;
}

.map-anker__li.active::after {
  border-color: #fff;
}

.map-img__li--bg {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.map-img__li:not(.map-img__li--bg) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .2s .2s;
}

.map-img__li.active {
  opacity: 1;
  visibility: visible;
  transition: .2s;
  z-index: 1;
}

.map-btn--1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.2%;
  height: 26.5%;
  z-index: 2;
}

.map-btn--2 {
  position: absolute;
  top: 27%;
  right: 0;
  width: 35.2%;
  height: 34.2%;
  z-index: 2;
}

.map-btn--3 {
  position: absolute;
  top: 61.8%;
  right: 0;
  width: 32%;
  height: 21.2%;
  z-index: 2;
}

.map-btn--4 {
  position: absolute;
  top: 50%;
  right: 33%;
  width: 15%;
  height: 33%;
  z-index: 2;
}

.map-btn--5 {
  position: absolute;
  top: 63%;
  right: 48.5%;
  width: 13.5%;
  height: 27%;
  z-index: 2;
}

.map-btn--6 {
  position: absolute;
  top: 63%;
  right: 62.5%;
  width: 15%;
  height: 10%;
  z-index: 2;
}

.map-btn--7 {
  position: absolute;
  top: 73.5%;
  right: 62.5%;
  width: 15%;
  height: 10%;
  z-index: 2;
}

.map-btn--8 {
  position: absolute;
  top: 63%;
  right: 78.2%;
  width: 23%;
  height: 37%;
  z-index: 2;
}

.map-anker {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}

@media screen and (max-width: 750px) {
  .map-img {
    position: relative;
    width: 66.66%;
    margin: 0vw auto 0;
  }
  .map-img__li {
    width: 100%;
  }
  .map-deco {
    display: none;
  }
  .map-anker__li {
    width: 42.5vw;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #D3D3CF;
    border-radius: 8px;
  }
  .map-anker__li::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #44302E;
    border-right: 2px solid #44302E;
    border-radius: 2px;
  }
  .map-anker__li:nth-child(n + 4) {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 751px) {
  .map-anker {
    width: 460px;
    margin-left: 8%;
    padding-bottom: 34%;
  }
  .map-anker__li {
    width: 220px;
    padding: 27.5px 0;
    font-size: 18px;
    background: #fff;
    border: 1px solid #D3D3CF;
    border-radius: 8px;
    text-align: center;
  }
  .map-anker__li::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #44302E;
    border-bottom: 2px solid #44302E;
    border-radius: 2px;
  }
  .map-anker__li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .map-img {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 66.66%;
  }
  .map-img__li {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .map-deco {
    position: absolute;
    top: 60px;
    margin-left: -35px;
    left: calc(100% + 60px);
    transform: translateY(-50%);
    width: auto;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .map-anker {
    width: 50%;
  }
  .map-anker__li {
    width: calc(50% - 10px);
  }
}

/*****************************************/
.map-link__box,
.map-link__box a:visited {
  color: #41312f !important;
}

.map-link__box {
  text-align: left;
  background: #fbfcf5;
  border-radius: 8px;
}

.map-link__box h3 {
  position: relative;
  font-weight: bold;
}

.map-link__box h3 a {
  display: block;
  transition: .2s;
  color: #41312F;
}

.map-link__box a {
  transition: .2s;
  text-decoration: none !important;
}

.map-link__box a:hover {
  opacity: .7;
}

.map-link__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.map-link__btn::before,
.map-link__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #E86E9D;
  border-radius: 2px;
}

.map-link__btn::before {
  transform: translate(-50%, -50%);
}

.map-link__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: .2s;
}

.mapOpen .map-link__btn::after {
  transform: translate(-50%, -50%);
}

.map-link__box h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  background: url("../images/maps/h-deco.svg") no-repeat center;
  background-size: 100% 100%;
}

.map-link__list a {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1.5em;
  color: #41312F;
}

.map-link__list a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
}

.map-link__inner {
  position: relative;
  overflow: hidden;
}

.map-link__list {
  max-height: 0;
}

.mapOpen .map-link__list {
  max-height: 999px;
}

@media screen and (max-width: 750px) {
  .map-link {
    padding-top: 50px;
  }
  .map-link__box {
    margin-top: 5vw;
    padding: 5vw;
  }
  .map-link__box h3 {
    padding-left: 30px;
  }
  .map-link__box h3::after {
    height: 22px;
  }
  .mapOpen .map-link__list {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 751px) {
  .map-link {
    padding-top: 90px;
  }
  .map-link__box {
    padding: 0 30px;
    background: #fbfcf5;
    border-radius: 8px;
  }
  .map-link__box h3 {
    padding: 30px;
    font-size: 22px;
  }
  .map-link__box:nth-child(n + 2) {
    margin-top: 30px;
  }
  .mapOpen .map-link__wrap {
    padding-bottom: 40px;
  }
  .map-link__list a {
    font-size: 18px;
  }
}

/*****************************************/
.banner-li {
  display: block;
}

.banner-li h3 {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1.5em;
  transition: opacity .2s;
}

.banner-li p {
  transition: opacity .2s;
}

.banner-li:visited p {
  color: #333 !important;
}

.banner-li {
  text-decoration: none !important;
}

.banner-li:hover h3,
.banner-li:hover p {
  opacity: .7;
}

.banner-li h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #E86E9D;
  border-right: 3px solid #E86E9D;
  border-radius: 2px;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .banner-li {
    margin: 0 5vw;
  }
  .banner-li:nth-child(n + 2) {
    margin-top: 5vw;
  }
  .banner-li h3 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
}

@media screen and (min-width: 751px) {
  .banner-ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .banner-li {
    width: calc(50% - 15px);
  }
  .banner-li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .banner-li h3 {
    margin: 15px 0 10px;
    font-size: 18px;
  }
}

.sp-head {
  display: none;
}

#footer_wrap .footer_guide *,
#footer_wrap .footer_menu *,
.search_box a {
  font-family: meiryo,
 sans-serif !important;
}

.cont_box .border_box a {
  font-size: 10px;
}

.btn_close img {
  width: 20% !important;
}

.btn_close--top {
  width: 20px;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .navOpen .sp-head {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #accordion .ac li,
  #accordion .ac li a {
    font-family: Helvetica, san-serif !important;
  }
}

@media screen and (min-width: 751px) {
  #footer_wrap .footer_menu .inner {
    display: flex;
    flex-wrap: wrap;
  }
  #footer_wrap .footer_menu .inner > div {
    float: none;
  }
}

.map-link__list a {
  font-family: "GenJyuuGothic";
}

/* u_order_tit */
.u_order_tit {
  text-align: center;
  font-family: "GenJyuuGothic";
  letter-spacing: 2.6px;
  color: #563128;
  padding: 45px 0 0;
  background: url(../images/user_data/u-order/bg-order.png) no-repeat top center;
  background-size: cover;
}

.u_order_tit h1 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .u_order_tit h1 {
    font-size: 18px;
  }
}

.u_order_tit h1 span {
  font-size: 2.5rem;
  display: block;
}
@media (max-width: 767px) {
  .u_order_tit h1 span {
    font-size: 24px;
  }
}


.u_order_tit_txt {
  font-family: "GenJyuuGothic";
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  color: #624936;
  margin-bottom: 0;
  padding-bottom: 26px;
}

.u_order_tit_txt span {
  font-size: 0.6875rem;
  position: relative;
  top: -2px;
  margin: 0 10px 0 8px;
}

.u_order_tit_txt img {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 22px;
  height: 20px;
}

/* u_order_tit01 */
.u_order_tit01 {
  text-align: center;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.45px;
  color: #563128;
  font-size: 1.13rem;
  line-height: 1.55;
  margin-top: 42px;
}

/* u_order_type */
.u_order_type_tit {
  text-align: center;
  font-family: "GenJyuuGothic";
  letter-spacing: 2.8px;
  color: #5B2E18;
  font-size: 1.76rem;
  line-height: 1.5;
  position: relative;
  margin-top: -29px;
  padding: 29px 0 24px;
  background: url(../images/user_data/u-order/u_order_type_tit_img01.png) no-repeat top center;
  background-size: 66px auto;
}

.u_order_type_tit:before {
  position: absolute;
  top: 13px;
  left: 1px;
  width: 47px;
  height: 67px;
  background: url(../images/user_data/u-order/u_order_type_tit_img02.png) no-repeat top left;
  background-size: 100% auto;
  z-index: -1;
  content: "";
}

@media (max-width: 767px) {
  .u_order_type_tit:before {
    top: 26px;
    left: -9px;
    width: 24px;
    height: 34px;
  }
}

.u_order_type_tit:after {
  position: absolute;
  top: 6px;
  right: -58px;
  width: 320px;
  height: 112px;
  background: url(../images/user_data/u-order/u_order_type_tit_img03.png) no-repeat top left;
  background-size: 100% auto;
  z-index: -1;
  content: "";
}

@media (max-width: 767px) {
  .u_order_type_tit:after {
    top: auto;
    bottom: -9px;
    right: -8px;
    width: 160px;
    height: 56px;
  }
}

.u_order_type_box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .u_order_type_box {
    display: block;
  }
}

.u_order_type_box > div {
  margin: 0 2% 0 0;
  width: 32%;
}

@media (max-width: 767px) {
  .u_order_type_box > div {
    margin: 0 0 10px;
    width: 100%;
  }
  .u_order_type_box > div:last-child {
    margin-bottom: 0;
  }
}

.u_order_type_box > div:nth-child(3n) {
  margin-right: 0;
}

.u_order_type_box > div > div {
  background: #F3EFE4;
  border-radius: 20px;
}

.u_order_type_box > div > div > a {
  display: block;
  position: relative;
  padding: 0 15px 0;
}

@media (max-width: 767px) {
  .u_order_type_box > div > div > a {
    padding: 0 15px 17px;
  }
}


.u_order_type_box_num {
  text-align: center;
  font-family: Courier;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.8;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 64px;
  height: 80px;
  border-radius: 20px 0px;
  z-index: 1;
}
.typeA .u_order_type_box_num {
  background: #EE87B4;
}
.typeB .u_order_type_box_num {
  background: #ABD276;
}
.typeC .u_order_type_box_num {
  background: #F6AF6C;
}


@media (max-width: 767px) {
  .u_order_type_box_num {
    font-size: 0.4rem;
    width: 56px;
    height: 70px;
    border-radius: 10px 0px;
  }
}

.u_order_type_box_num > span {
  font-size: 2.7rem;
  display: block;
  padding-top: 19px;
}

@media (max-width: 767px) {
  .u_order_type_box_num > span {
    font-size: 2.4rem;
    padding-top: 17px;
  }
}

.u_order_type_box_tit {
  font-family: "GenJyuuGothic";
  font-size: 1.39rem;
  line-height: 1.9;
  letter-spacing: 0;
  color: #563128;
  margin: 0 0 10px;
  padding: 16px 0 0 64px;
}

@media (max-width: 767px) {
  .u_order_type_box_tit {
    font-size: 1.28rem;
    line-height: 1.9;
    margin: 0 0 5px;
    padding: 9px 0 0 61px;
  }
}

.u_order_type_box_inner {
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .u_order_type_box_inner {
    position: relative;
    padding-bottom: 12px;
    min-height: 140px;
  }
}

.u_order_type_box_inner_txt {
  font-family: "GenJyuuGothic";
  font-size: 1.12rem;
  line-height: 1.38;
  letter-spacing: 0.45px;
  color: #563128;
  margin: 0 0 0;
  padding: 21px 20px 0 26px;
}

@media (max-width: 767px) {
  .u_order_type_box_inner_txt {
    font-size: 1rem;
    margin: 0 0 0 auto;
    padding: 17px 20px 0 0;
    width: 70%;
    width: calc(100% - 135px);
  }
}

.u_order_type_box_inner_img {
  margin: 15px 0 15px;
  padding: 0 35px;
}

@media (max-width: 767px) {
  .u_order_type_box_inner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 135px;
    margin: 0;
    padding: 20px 15px 0 20px;
  }
}

.u_order_type_box_inner_price {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.68;
  letter-spacing: 0.55px;
  color: #44302E;
  margin: 0;
  padding: 0 21px 16px;
}

@media (max-width: 767px) {
  .u_order_type_box_inner_price {
    font-size: 1.12rem;
    line-height: 1.5;
    margin: 10px 0 0 auto;
    padding: 0 20px 0 0;
    width: 70%;
    width: calc(100% - 135px);
  }
}

.u_order_type_box_inner_price > span {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .u_order_type_box_inner_price > span {
    font-size: 0.72rem;
    display: block;
  }
}

.u_order_type_box_btn {
  text-align: center;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.8px;
  color: #434242;
  margin: 16px 0 0;
  padding: 0 0 17px 21px;
}

@media (max-width: 767px) {
  .u_order_type_box_btn {
    position: absolute;
    top: 12px;
    right: 15px;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .u_order_type_box_btn > span {
    display: none;
  }
}

.u_order_type_box_btn:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 34px;
  height: 34px;
  background-image: url(../images/user_data/u-order/icon_next_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  border-radius: 50%;
  content: "";
}
.typeA .u_order_type_box_btn:after {
  background-color: #EE87B4;
}
.typeB .u_order_type_box_btn:after {
  background-color: #ABD276;
}
.typeC .u_order_type_box_btn:after {
  background-color: #F6AF6C;
}


@media (max-width: 767px) {
  .u_order_type_box_btn:after {
    top: 0;
    margin-left: 0;
    width: 30px;
    height: 30px;
  }
}

.u_order_type_box_caution {
  font-size: 0.8125rem;
  line-height: 1.45;
  letter-spacing: 0.33px;
  color: #563128;
  margin: 16px 5px 0 -13px;
}

.u_order_type_box_caution > li {
  list-style: none;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.u_order_type_box_caution > li:before {
  margin-right: 3px;
  content: "※";
}

/* u_order_caution */
.u_order_caution {
  font-size: 0.875rem;
  line-height: 2;
  color: #434242;
  margin: 20px 0 61px;
  padding: 13px 20px 11px;
  background: #F3EFE4;
  border-radius: 10px;
}

.u_order_caution > li {
  list-style: none;
  text-indent: -1em;
  margin-bottom: 0 !important;
  padding-left: 1em;
}

.u_order_caution > li:before {
  content: "※";
}

/* u_order_alink */
.u_order_alink {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 767px) {
  .u_order_alink {
    display: block;
  }
}

.u_order_alink_outer {
  padding: 20px 0 17px;
}

.u_order_alink > p {
  margin: 0 2% 0 0;
  width: 32%;
}

@media (max-width: 767px) {
  .u_order_alink > p {
    margin: 0 0 6px;
    width: 100%;
  }
  .u_order_alink > p:last-child {
    margin-bottom: 0;
  }
}

.u_order_alink > p:nth-child(3n) {
  margin-right: 0;
}

.u_order_alink > p > a {
  text-align: center;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 0.8px;
  color: #44302E;
  position: relative;
  display: block;
  padding: 25px 0 33px;
  background: #FFF;
  border: 1px solid #D3D3CF;
  border-radius: 8px;
}

.u_order_alink > p > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 11px;
  height: 7px;
  background: url(../images/user_data/u-order/icon_next_brown.png) no-repeat center;
  background-size: 11px auto;
  content: "";
}

/* faq-img */
.u_order .faq-img {
  margin-top: 65px;
  text-align: center;
}

.u_order .faq-img p {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.8px;
  color: #41312F;
  font-weight: bold;
}

.u_order .faq-img img {
  max-width: 420px;
  margin: auto;
}

/* .full_order--line */
.u_order .full_order--line {
  margin-top: 80px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .u_order .full_order--line {
    margin: 50px 0;
    padding: 40px 0 40px;
  }
}

.u_order .table-bg-top {
  border: 1px solid #D3D3CF !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .u_order .table-bg-top {
    margin-bottom: 0 !important;
  }
  .u_order .sakusei-rei-item .table-bg-top {
    margin: 0 -20px 0!important;
  }
}

.u_order .table-bg-top > table {
  margin-bottom: 0 !important;
}

.u_order .table-bg-top > table > thead > tr > th {
  border-bottom: none !important;
  border-radius: 0 !important;
}

.u_order .table-bg-top > table > tbody > tr > th,
.u_order .table-bg-top > table > tbody > tr > td {
  padding: 0 !important;
  border-bottom: none !important;
  border-right: 1px solid #D3D3CF !important;
  border-radius: 0 !important;
}

.u_order .table-bg-top > table > tbody > tr > th th,
.u_order .table-bg-top > table > tbody > tr > td th {
  font-size: 0.75rem;
  width: 40% !important;
  border: none !important;
  border-top: 1px solid #D3D3CF !important;
  border-radius: 0 !important;
  background: #EEEDE5 !important;
}
@media (max-width: 767px) {
  .u_order .table-bg-top > table > tbody > tr > th th,
  .u_order .table-bg-top > table > tbody > tr > td th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
      vertical-align: middle;
    height: 60px;
  }
}
@media (max-width: 345px) {
  .u_order .table-bg-top > table > tbody > tr > th th,
  .u_order .table-bg-top > table > tbody > tr > td th {
    height: 100px;

  }
}

.u_order .table-bg-top > table > tbody > tr > th td,
.u_order .table-bg-top > table > tbody > tr > td td {
  font-weight: normal !important;
  width: 60% !important;
  border-top: 1px solid #D3D3CF !important;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .u_order .table-bg-top > table > tbody > tr > th td,
  .u_order .table-bg-top > table > tbody > tr > td td {
    vertical-align: middle;
    height: 60px;
  }
}

.u_order .table-bg-top > table > tbody > tr > th table,
.u_order .table-bg-top > table > tbody > tr > td table {
  margin-bottom: 0 !important;
}

.u_order .table-bg-top > table.min > thead > tr > th {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 50%;
}

.table-bg-top table.min tbody th {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* faq */
.faq_tit {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.86;
  letter-spacing: 0.38px;
  color: #434242;
  margin: 10px 0 6px;
}

.faq_titPink {
  font-size: 0.875rem;
  line-height: 1.86;
  color: #E56E93;
  margin: -3px 0 0;
}

.faq_titS {
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.6px;
  color: #434242;
  margin: -11px 0 19px;
}

.map-link__list {
  max-height: none;
  margin: 0 0 0 -6px;
}

.map-link__list a {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0.8px;
  white-space: normal;
  color: #434242;
  margin-right: 0;
}

.map-link__list a:after {
  top: 12px;
}

/* u_order_review */
.u_order_review {
  margin-top: 81px;
}

/* u_order_is_tit */
.u_order_is_tit {
  margin-top: 106px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .u_order_is_tit {
    margin-top: 60px;
  }
}

/* u_order_info */
.u_order_info {
  position: relative;
  padding: 0 0 13px 55%;
}

@media (max-width: 767px) {
  .u_order_info {
    padding: 0 0 13px 0;
  }
}

.u_order_info_left {
  position: absolute;
  top: -6px;
  left: 0;
  width: 49%;
}

@media (max-width: 767px) {
  .u_order_info_left {
    position: static;
    margin-top: 12px;
    width: 100%;
  }
}

.u_order_info_left_img {
  margin: 0 0 16px;
  padding: 14px 0 29px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .u_order_info_left_img {
    margin: 0 0 10px;
    padding: 14px 0 12px;
  }
}

.u_order_info_left_img img {
  display: block;
  margin: 0 auto;
  width: 71.5%;
}

.u_order_info_left_btn {
  margin: 0;
}

@media (max-width: 767px) {
  .u_order_info_left_btn {
    display: none;
  }
}

.u_order_info_tit {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.07;
  letter-spacing: 1.3px;
  color: #5B2E18;
  margin: 56px 0 0;
}

@media (max-width: 767px) {
  .u_order_info_tit {
    font-size: 1.56rem;
  }
}

.u_order_info_tit span {
  text-align: center;
  font-family: Courier;
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 0.84;
  position: relative;
  top: 2px;
}
.u_order_info_tit.typeA span {
  color: #EE87B4;
}
.u_order_info_tit.typeB span {
  color: #ABD276;
}
.u_order_info_tit.typeC span {
  color: #F6AF6C;
}

@media (max-width: 767px) {
  .u_order_info_tit span {
    font-size: 2.8rem;
  }
}

.u_order_info_tit span span {
  font-size: 0.9rem;
  letter-spacing: 0;
  position: relative;
  top: -4px;
  margin: 0 9px 0 -1px;
}

@media (max-width: 767px) {
  .u_order_info_tit span span {
    margin-left: -2px;
  }
}

.u_order_info_txt {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: 0.35px;
  color: #44302E;
  margin: 22px 0 0;
}

@media (max-width: 767px) {
  .u_order_info_txt {
    margin-top: 17px;
  }
}

.u_order_info_caution {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #44302E;
  margin: 6px 0 13px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.u_order_info_caution:before {
  margin-right: 4px;
  content: "※";
}

.u_order_info_price {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #44302E;
  margin: 6px 0 0;
}

.u_order_info_price span {
  font-size: 1.125rem;
  font-family: "GenJyuuGothic";
  letter-spacing: 0px;
  color: #44302E;
  position: relative;
  top: -2px;
  margin-right: 14px;
}

.u_order_info_table {
  color: #44302E;
  margin: 9px 0 0;
}

@media (max-width: 767px) {
  .u_order_info_table {
    display: block;
    padding-top: 8px;
    border-top: 2px solid #EEEDE5 !important;
  }
  .u_order_info_table > thead,
  .u_order_info_table > tbody,
  .u_order_info_table tr {
    display: block;
  }
}

.u_order_info_table th {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.46;
  font-family: "GenJyuuGothic";
  padding-right: 3px;
  width: 80px;
}

@media (max-width: 767px) {
  .u_order_info_table th {
    padding: 15px 2px 0 !important;
    border: none !important;
  }
}

.u_order_info_table td {
  font-size: 0.9375rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .u_order_info_table td {
    padding: 7px 0 13px !important;
    line-height: 1.7;
    border: none !important;
    border-bottom: 2px solid #EEEDE5 !important;
  }
}

.u_order_info_table th,
.u_order_info_table td {
  padding-top: 15px;
  padding-bottom: 14px;
  border: 2px solid #EEEDE5;
  border-right: none;
  border-left: none;
}

@media (max-width: 767px) {
  .u_order_info_table th,
  .u_order_info_table td {
    display: block;
    width: 100%;
  }
}

.u_order_info_table th p,
.u_order_info_table td p {
  margin-bottom: 0;
}

.u_order_info_table_feasible {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.u_order_info_table_feasible > p {
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.35;
  font-family: "GenJyuuGothic";
  margin: 0 12px 0 0;
  width: 80px;
}

@media (max-width: 767px) {
  .u_order_info_table_feasible > p {
    margin-right: 11px;
    width: 78px;
  }
}

.u_order_info_table_feasible > p:last-child {
  margin-right: 0;
}

.u_order_info_table_feasible > p > img {
  display: block;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .u_order_info_table_feasible > p > img {
    margin-bottom: 7px;
  }
}

.u_order_info_table_fsS {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

#btype .u_order_info_left_img img {
  width: 67%;
}

/* u_order_spec */
.u_order_spec {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .u_order_spec {
    padding: 0;
  }
}

.u_order_spec_outer {
  margin: 50px 0 0;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .u_order_spec_outer {
    margin: 18px 0 20px;
    padding: 19px 0 12px;
  }
}

.u_order_spec_exp {
  font-weight: bold;
  font-family: "GenJyuuGothic";
  line-height: 1.4;
  color: #44302E;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 18px 26px 12px;
  background: #FBFCF5;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .u_order_spec_exp {
    padding: 11px 15px 2px;
    border-radius: 10px;
  }
}

.u_order_spec_exp > p {
  margin: 0 22px 7px 0;
}

@media (max-width: 767px) {
  .u_order_spec_exp > p {
    margin: 0 20px 7px 0;
    font-size: 0.95rem;
  }
}

.u_order_spec_exp > p:before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #45BDE6;
  content: "";
}

@media (max-width: 767px) {
  .u_order_spec_exp > p:before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}

.u_order_spec_exp > p.option:before {
  background: #E56E93;
}

.u_order_spec_exp > p span {
  font-size: 1rem;
  margin: 0 5px 0 6px;
}

@media (max-width: 767px) {
  .u_order_spec_exp > p span {
    position: relative;
    top: 3px;
    font-size: 0.9rem;
    margin: 0 5px 0 4px;
  }
}

.u_order_spec_img {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 19px;
}

@media (min-width: 769px) {
  .u_order_spec_img.sp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .u_order_spec_img {
    display: block;
    position: relative;
    margin-top: 15px;
  }
  .u_order_spec_img.pc_only {
    display: none;
  }
  .u_order_spec_img .slick-prev {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -14px;
    z-index: 10;
    transform: translateY(-50%);
    border: none;
  }
  .u_order_spec_img .slick-prev span img {
    width: 12px;
    transform: rotate(90deg);
  }
  .u_order_spec_img .slick-next {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -14px;
    z-index: 10;
    transform: translateY(-50%);
    border: none;
  }
  .u_order_spec_img .slick-next span img {
    width: 12px;
    transform: rotate(-90deg);
  }
  .u_order_spec_img .slick-counter {
    text-align: center;
    font-family: "GenJyuuGothic";
    font-size: 0.7rem;
    color: #BCBCBC;
    margin-bottom: 20px;

  }
  .u_order_spec_img .slick-counter span {
    font-size: 11px;
    color: #796663;
  }
}

.u_order_spec_img p {
  margin: 0 2% 20px 0;
  width: 49%;
}

@media (max-width: 767px) {
  .u_order_spec_img p {
    margin: 0 0 9px 0;
  }
}

.u_order_spec_img p:nth-child(2n) {
  margin-right: 0;
}

/* u_order */
.u_order .mt100 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .u_order .mt100 {
    margin-top: 50px;
  }
}

/* .sakusei-rei */
@media (max-width: 767px) {
  .sakusei-rei {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* u_order_recommend */
.u_order_recommend {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 32px 34px 35px;
  background: #EEEDE4;
}

@media (max-width: 767px) {
  .u_order_recommend {
    display: block;
    margin: 20px 0 0;
    padding: 15px;
  }
}

.u_order_recommend > * {
  margin: 0 2% 0 0;
  width: 49%;
}

@media (max-width: 767px) {
  .u_order_recommend > * {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .u_order_recommend > *:last-child {
    margin-bottom: 0;
  }
}

.u_order_recommend > *:nth-child(2n) {
  margin-right: 0;
}

.u_order_recommend_img {
  margin-bottom: 0;
}

.u_order_recommend_tit {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #44302E;
  margin: 12px 7px 0;
}

.u_order_recommend_txt {
  font-size: 0.8125rem;
  color: #44302E;
  margin: 2px 7px 0;
}

/* -- h -- */
/* h2 */
.u_order h2 {
  font-family: "GenJyuuGothic" !important;
}

/*# sourceMappingURL=map/style.css.map */



/* 02/15 kkzw追加 */
.slider-navDetail{
  display: none;
}
.slider-navDetail.slick-initialized{
  display: block;
}
.detail-slider-js{
  display: none;
}
.detail-slider-js.slick-initialized{
  display: block;
}

/*
    grandPrix
*/
/* -- grandPrix_imgBox -- */
.grandPrix_imgBox {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 20px;
   /* background: url(../images/grandPrix/grandPrix_linkBox_bg.png) no-repeat top center; */
   /* background-size: 544px auto; */
}
.grandPrix_imgBox > * {
    margin: 0 2% 20px 0;
    width: 32%;
}
.grandPrix_imgBox > :nth-child(3n) {
    margin-right: 0;
}
.grandPrix_imgBox > :nth-last-child(3),
.grandPrix_imgBox > :nth-last-child(2),
.grandPrix_imgBox > :last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .grandPrix_imgBox {
        margin-top: 20px;
        padding-top: 60px;
        background-size: 272px auto;
    }
    .grandPrix_imgBox > :nth-last-child(3),
    .grandPrix_imgBox > :nth-child(3n),
    .grandPrix_imgBox > * {
        margin: 0 4% 13px 0;
        width: 48%;
    }
    .grandPrix_imgBox > :nth-child(2n) {
        margin-right: 0;
    }
}

/* -- grandPrix_linkBox -- */
.grandPrix_linkBox {
    position: relative;
    margin-top: 174px;
    padding-bottom: 55px;
}
.grandPrix_linkBox:after {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    background: #FFFCDB;
    content: "";
    z-index: -10;
}
.grandPrix_linkBox_top {
    text-align: center;
    padding-top: 31px;
    background: url(../images/grandPrix/grandPrix_linkBox_top_bg.png) no-repeat top center;
    background-size: 1000px auto;
}
.grandPrix_linkBox_top img {
    margin-left: 23px;
    width: 70px;
}
.grandPrix_linkBox_inner {
    padding: 0 40px;
}
.grandPrix_linkBox_tit {
    text-align: center;
    font-family: "GenJyuuGothic";
    letter-spacing: 2.5px;
    color: #41312F;
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 22px 0 42px;
}
.grandPrix_linkBox h4 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .grandPrix_linkBox {
        margin-top: 45px;
        padding-bottom: 55px;
    }
    .grandPrix_linkBox_top {
        background-size: 737px auto;
    }
    .grandPrix_linkBox_top img {
        margin-left: 18px;
    }
    .grandPrix_linkBox_inner {
        padding: 0 15px;
    }
    .grandPrix_linkBox_tit {
        letter-spacing: 1px;
        font-size: 1.3rem;
        margin: 30px 0;
    }
    .grandPrix_linkBox h4 {
        margin-top: 12px;
    }
}

/* grandPrix_linkBox_link */
.grandPrix_linkBox_link {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 13px 0 0;
}
.grandPrix_linkBox_link > * {
    margin: 0 2% 16px 0;
    width: 32%;
}
.grandPrix_linkBox_link > :nth-child(3n) {
    margin-right: 0;
}
.grandPrix_linkBox_link > :nth-last-child(3),
.grandPrix_linkBox_link > :nth-last-child(2),
.grandPrix_linkBox_link > :last-child {
    margin-bottom: 6px;
}
.grandPrix_linkBox_link a {
    text-align: center;
    display: block;
    position: relative;
    height: 80px;
    background: #44302E;
    border-radius: 10px;
}
.grandPrix_linkBox_link a:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    width: 10px;
    height: 13px;
    background: url(../images/icon-defaul-arrow-white.svg) no-repeat 0 0;
    background-size: auto 100%;
    content: "";
}
.grandPrix_linkBox_link span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    font-family: "GenJyuuGothic";
    letter-spacing: 0.4px;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 25px;
    left: 25px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 900px) {
    .grandPrix_linkBox_link {
        margin: 8px 0 0;
    }
    .grandPrix_linkBox_link > :nth-last-child(3),
    .grandPrix_linkBox_link > :nth-child(3n),
    .grandPrix_linkBox_link > * {
        margin: 0 2% 8px 0;
        width: 49%;
    }
    .grandPrix_linkBox_link > :nth-child(2n) {
        margin-right: 0;
    }
    .grandPrix_linkBox_link > :nth-last-child(2),
    .grandPrix_linkBox_link > :last-child {
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {
    .grandPrix_linkBox_link {
        margin: 8px 0 0;
    }
    .grandPrix_linkBox_link > :nth-last-child(3),
    .grandPrix_linkBox_link > :nth-last-child(2),
    .grandPrix_linkBox_link > :nth-child(3n),
    .grandPrix_linkBox_link > * {
        margin: 0 0 8px;
        width: 100%;
    }
}

/* -- grandPrix_mv -- */
.grandPrix_mv {
    margin-top: 57px;
}
.grandPrix_mv_img01 {
    margin: 26px auto 0;
    max-width: 313px;
}
.grandPrix_mv_txt01 {
    text-align: center;
    font-size: 17px;
    line-height: 1.88;
    margin-top: 30px;
}
.grandPrix_mv_txt01 > p {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .grandPrix_mv {
        margin-top: 35px;
    }
    .grandPrix_mv_img01 {
        margin: 35px auto 0;
        max-width: 230px;
    }
    .grandPrix_mv_txt01 {
        font-size: 15px;
        margin-top: 25px;
    }
}

/* -- grandPrix_grandPrix -- */
.grandPrix_grandPrix {
    margin-bottom: 111px;
}
.grandPrix_grandPrix_img {
    margin: 85px auto 0;
    max-width: 339px;
}
.grandPrix_grandPrix_tit {
    margin: 15px auto 0;
    max-width: 365px;
}
.grandPrix_grandPrix_people {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 47px;
}
.grandPrix_grandPrix_people > * {
    margin: 0 3% 65px 0;
    width: 48.5%;
}
.grandPrix_grandPrix_people > :nth-child(2n) {
    margin-right: 0;
}
.grandPrix_grandPrix_people > :nth-last-child(2),
.grandPrix_grandPrix_people > :last-child {
    margin-bottom: 0;
}
.grandPrix_grandPrix_people > * > p {
    margin-bottom: 0;
}
.grandPrix_grandPrix_people_name {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    font-family: "GenJyuuGothic";
    letter-spacing: 1.5px;
    color: #41312F;
    margin-top: 11px;
}
@media (max-width: 767px) {
    .grandPrix_grandPrix {
        margin-bottom: 60px;
    }
    .grandPrix_grandPrix_img {
        margin: 50px auto 0;
        max-width: 230px;
    }
    .grandPrix_grandPrix_tit {
        margin: 20px auto 0;
        max-width: 280px;
    }
    .grandPrix_grandPrix_people {
        margin-top: 20px;
    }
    .grandPrix_grandPrix_people > :nth-last-child(2),
    .grandPrix_grandPrix_people > * {
        margin: 0 0 25px;
        width: 100%;
    }
    .grandPrix_grandPrix_people_name {
        font-size: 26px;
        margin-top: 8px;
    }
}

/* add 230206 */
@media (max-width: 767px) {
  .rank2-3_box {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.rank2-3_item {
  width: 48%;
}
.rank-bg_wh02 {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 17px;
  width: 43%;
  position: relative;
}
.rank-bg_wh02::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/collection/tab-arrow-wh.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: top 9px right 10px;
  background-color: #E86E9D;
  border-radius: 0 10px 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.rank-bg_wh02.left {
  margin: 0 auto 0 20px;
}
.rank-bg_wh02.right {
  margin: 0 20px 0 auto;
}
.ranking__items-img {
  margin-bottom: 0;
  border-bottom: 0;
}
.ranking__items.type02 .ranking__items-img {
  padding: 10px 0 0 0;
  margin-bottom: 17px;
}
.ranking__items.type02 .ranking__items-info .product-name {
  font-size: 14px;
}
.ranking__items.type02 .ranking__items-info .price {
  font-size: 12px;
}
.product-name .link_arrow::before {
  display: none;
}


}


/* add 230221 */

.rankatsu_order_wrap {
  padding-top: 100px;
}
.order__top-section.type02 {
    max-width: 1000px;
}
@media (max-width: 767px) {
.type02 .order__top-boder {
  padding: 12px 20px 0;
}
}
.type02 .order__top-section-left.order_left .top-product {
  width: 100%;
  max-width: 380px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .type02 .order__top-section-left.order_left {
    width: 100%!important;
  }
  .type02 .order__top-section-left.order_left .top-product {
    margin: 0 auto;
  }

  .type02 .order__top-section-left.order_left .top-product img {
    width: 100%;
    max-width: 280px;
  }
}

.type02 .order__top-section-right {
  width: 100%;
  max-width: 460px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .type02 .order__top-section-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

.type02 .order__top-section-right h6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  color: #41312F;
}
.type02 .order__top-section-right .serviceTxt {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 30px;
  color: #41312F;
  position: relative;
}
.type02 .order__top-section-right .serviceTxt::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #E86E9D;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.type02 .order__top-section-right .serviceTxt::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #E86E9D;
  border-left: 2px solid #E86E9D;
  transform: rotate(-135deg);
  position: absolute;
  left: 8px;
  top: 7px;
}
.type02 .order__top-section-right .serviceTxt.type02::after {
  transform: rotate(135deg);
  left: 7px;
  top: 8px;
}
.type02 .order__top-section-right .serviceTxt a {
  color: #41312F;
}
.type02 .faq .card {
  border-bottom: 0;
}
.type02 .faq .card .card-header {
  position: relative;
  background-color: #ECA94F;
  border: 1px solid #D3D3CF;
}
.type02 .faq .card .card-header::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 6px;
  content: "";
}
.type02 .faq .card .card-header .faq-title p {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .type02 .faq .card .card-header .faq-title p {
    width: 100%;
    margin-left: 15px;
  }
  .type02 .faq .card .card-header::before {
    right: 8px;
    width: 30px;
    height: 30px;
  }
}

.type02 .order__top-boder .faq {
  margin-top: 24px;
  margin-bottom: 0;
}
.type02 .order__top-boder .faq .card .card-body {
  margin-bottom: 0;
  border-left: 1px solid #D3D3CF;
  border-right: 1px solid #D3D3CF;
  border-bottom: 1px solid #D3D3CF;
}

@media (max-width: 767px) {
.order__top-row.order_inner.type02 {
  flex-direction: column;
  margin-left: 0;
  padding-right: 0;
}
}



.pc-mt-20 {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .pc-mt-20 {
    margin-top: 0;
  }
}


.acTable_outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.acTable {
  width: 100%;
  margin-bottom: 20px;
}
.acTable_inner {
  width: 100%;
  display: flex;
}
@media (max-width: 870px) {
  .acTable_inner {
    flex-wrap: wrap;
  }
}
.acTable_box {
  width: 16.6666%;
  border-right: 1px solid #D3D3CF;
  border-bottom: 1px solid #D3D3CF;
}
@media (max-width: 870px) {
  .acTable_box {
    width: 100%;
    border-right: 0;
  }
}
.acTable_inner.noborder .acTable_box:last-child {
  border-right: 0;
}
.acTable_th {
  background-color: #F2F1EA;
  padding: 10px 20px 10px 10px ;
  height: 78px;
}
@media (max-width: 950px) {
  .acTable_th {
  padding: 10px;
}
}
@media (max-width: 767px) {
  .acTable_th {
    padding: 5px 10px 10px;
    height: 60px;
  }
}





.acTable_th ._step {
  font-size: 9px;
  color: #E2AB5F;
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 5px;
}
.acTable_th ._step p {
  font-size: 13px;
  padding-left: 3px;
  margin: 0;
}
.acTable_th ._ttl {
  font-size: 13px;
  font-weight: bold;
  color: #6E4308;
  line-height: 1.29;
}
.acTable_td {
  padding: 10px;
  height: 50px;
}
.acTable_td p {
  font-size: 12px;
  font-weight: bold;
  color: #624848;
  padding-left: 10px;
  position: relative;
  margin: 0;
  line-height: 1.2;
}
.acTable_td p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #E2AB5F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}


.acTable_outer .txt-att {
  line-height: 1.6;
}



.category__btn.only-linkRight.type02 {
  margin-left: auto;
  justify-content: flex-end;
  padding-right: 0;
}




/* add 230301 - urand rental */

.sp_only02 {
  display: none;
}
.sp_only03 {
  display: none;
}
@media (max-width: 767px) {
  .pc_only02 {
    display: none;
  }
  .sp_only02 {
    display: block;
  }
}
@media (max-width: 430px) {
  .sp_only03 {
    display: block;
  }
}



.lineup.Urent-bg {
  padding: 130px 0 124px;
}
.Urent-typeArea_wrap {
  margin-bottom: 80px;
}
.u_order_alink_outer.type01-top {
  padding: 0;
  margin-bottom: 115px;
}
.u_order_alink_outer.type02 {
  padding: 0;
  margin-bottom: 60px;
}
.Urent-order-alink_wrap {
  margin-bottom: 180px;
}
.Urent_btn._alink {
  margin-bottom: 20px;
  color: #fff;
}

.container.w1000 {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
@media (max-width: 1000px) {
  .container.w1000 {
    padding: 0 15px;
  }
}


.orchid-page-detail .w1000 .orchid-step {
  padding: 0;
}
.orchid-page-detail .w1000 .orchid-step h2 {
  margin-bottom: 40px;
}
@media screen and ( max-width: 767px ) {
  .orchid-page-detail .w1000 .orchid-step {
    margin-bottom: 0;
  }
  .orchid-page-detail .w1000 .orchid-step h2 {
    padding-left: 0;
  }

}

.orchid-page-detail .orchid-step .type-ttl {
  padding: 0 0 0 8px;
  margin: 0;
}
.orchid-page-detail .orchid-step .type-ttl::before {
  display: none;
}
.type-ttl_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}
@media screen and ( max-width: 767px ) {
  .type-ttl_wrap {
    margin-bottom: 0;
  }
}
.type-alphabet {
  font-size: 3.75em;/*60px*/
  font-family: Courier;
}
.type-alphabet span {
  font-size: 1.125rem; /* 18px */
}
@media screen and ( max-width: 767px ) {
  .type-alphabet {
    font-size: 2.813em;/*45px*/
    font-family: Courier;
  }
  .type-alphabet span {
    font-size: .9375rem; /* 15px */
  }
}
.type-alphabet.typeA {
  color: #EE87B4;
}
.type-alphabet.typeB {
  color: #ABD276;
}
.type-alphabet.typeC {
  color: #F6AF6C;
}



.u_readTxt {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 15px;
  line-height: 2;
}
@media screen and ( max-width: 767px ) {
  .u_readTxt {
    margin-bottom: 0;
  }

}

.product-shiyo.type01 {
  margin-bottom: 79px;
}
.type01 .school-detail-page .guide__pay-table {
  margin-bottom: 79px;
}

.guide__pay-table.typeU th {
  background: #F2DAAE;
}

.u_order_type_box._rent > div > div {
  background: #FBFCF4;
  height: calc(100% - 38px);
}
._rent .u_order_type_box_inner {
  background: #FBFCF4;
}
._rent .u_order_type_box > div > div > a {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
._rent .u_order_type_box_btn {
  padding-bottom: 0;
}
._rent .u_order_type_box_btn:after {
  transform: rotate(90deg);
}

@media screen and ( max-width: 767px ) {
._rent .u_order_type_box_inner {
  display: flex;
  align-items: center;
}
}

.Urent-faqArea_wrap {
  padding-top: 120px;
}
@media screen and ( max-width: 767px ) {
  .Urent-faqArea_wrap {
    padding-top: 30px;
  }
}
.faq-section.typeU {
  margin-bottom: 140px;
}
@media screen and ( max-width: 767px ) {
  .faq-section.typeU {
    margin-bottom: 70px;
  }
}

.Urent-partsArea_warp {
  margin-bottom: 105px;
}
.orchid-page-detail.typeU .orchid-step {
  padding-top: 86px;
  padding-bottom: 80px;
}
.acTable.typeU {
  border-radius: 5px;
}
.typeU .acTable_inner {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #D3D3CF;
  border-top: 1px solid #D3D3CF;
  border-right: 1px solid #D3D3CF;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: content-box;
}
.typeU .acTable_box {
  width: 20%;
}
.typeU .acTable_box.no-border-right {
  border-right: 0;
}
@media screen and ( max-width: 767px ) {
  .typeU .acTable_box {
    width: 50%;
  }
}

.typeU .acTable_th {
  background: #44302E;
}
.typeU .acTable_th ._ttl {
  color: #fff;
}
.typeU .acTable_td {
  background: #fff;
}

.Urent_typeBox {
  width: 100%;
  height: 80px;
  display: flex;
  margin-bottom: 80px;
  border: 1px solid #D3D3CF;
  border-radius: 6px;
}
@media screen and ( max-width: 979px ) {
  .Urent_typeBox {
    flex-wrap: wrap;
    height: auto;
  }
}
.Urent_typeBox_th {
  background: #44302E;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  font-size: .9375rem; /* 15px */
  text-align: center;
}
.Urent_typeBox_th.th01 {
  width: 10%;
  border-radius: 6px 0 0 6px;
}
.Urent_typeBox_th.th02,
.Urent_typeBox_th.th03 {
  width: 8.9%;
}

@media screen and ( max-width: 979px ) {
  .Urent_typeBox_th.th01,
  .Urent_typeBox_th.th02,
  .Urent_typeBox_th.th03 {
    width: 100px;
  }
  .Urent_typeBox_th.th01 {
    border-radius: 5px 0 0 0;
  }
  .Urent_typeBox_th.th03 {
    border-radius: 0 0 0 5px;
  }
}
.Urent_typeBox_td {
  background: #fff;
  padding: 20px 0 20px 16px;
  font-size: .875rem;  /* 14px */
}
@media screen and ( max-width: 979px ) {
  .Urent_typeBox_td {
    padding: 20px 16px;
  }
}

.Urent_typeBox_td.td01 {
  width: 21.1%;
}
.Urent_typeBox_td.td02 {
  width: 34%;
}
.Urent_typeBox_td.td03 {
  width: 17.6%;
  border-radius: 0 6px 6px 0;
}
@media screen and ( max-width: 979px ) {
  .Urent_typeBox_td.td01,
  .Urent_typeBox_td.td02,
  .Urent_typeBox_td.td03 {
    width: calc(100% - 100px);
  }
  .Urent_typeBox_td.td01 {
    border-radius: 0 5px 0 0;
  }
  .Urent_typeBox_td.td03 {
    border-radius: 0 0 5px 0;
  }
}




/* Urent slider */

/*画像の横幅を100%にしてレスポンシブ化*/
.Urent-slider-img li img,
.Urent-slider-thum li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.Urent-slider-img {
  margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2.5px solid #624848;/*矢印の色*/
    border-right: 2.5px solid #624848;/*矢印の色*/
    height: 10px;
    width: 10px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/* メイン画像 */
.Urent-item-main {
  margin-bottom: 10px;
  border-radius: 10px;
}

/*選択するサムネイル画像の設定*/

.Urent-slider-thum li{
  cursor: pointer;
  outline: none;
  background:#333;
  width:25%!important;
}

.Urent-slider-thum li img{
  opacity: 0.4;/*選択されていないものは透過40%*/
}

.Urent-slider-thum .Urent-item.slick-current img{
  border: 2px solid #796663;
  border-radius: 4px;
}

.Urent-slider-thum .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
  display: flex;
  gap: 0 4px;
}
.Urent-slider-thum {
  padding: 0 0.6em;
}

.Urent-slider-box_outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
}
.Urent-slider-box_inner {
  width: 48.5%;
  padding: 40px 30px 35px;
  background: #FBFCF3;
  border-radius: 10px;
}
@media screen and ( max-width: 767px ) {
  .Urent-slider-box_inner {
    width: 100%;
  }
}
.Urent-slider-box {
  width: 100%;
}

.Urent-ttl {
  margin-bottom: 29px;
}
.Urent-ttl ._number {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
}
.Urent-ttl ._name {
  font-size: 1.625rem;/* 26px */
  font-weight: bold;
}
@media screen and ( max-width: 980px ) {
  .Urent-ttl ._name {
    font-size: 1.25rem;  /* 20px */
  }
}
@media screen and ( max-width: 768px ) {
  .Urent-ttl ._name {
    font-size: 1.125rem; /* 18px */
  }
}


.Urent_btn {
  width: 100%;
  height: 80px;
  background: #F39700;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-family: 'GenJyuuGothic';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  position: relative;
}
.Urent_btn._cart {
  background: #EC4695;
}
.Urent_btn._cart.mt0 {
  margin-top: 0;
}
.Urent_btn::before {
  content: "";
  width: 10px;
  height: 12px;
  background: url(../images/orchid/arrow_white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and ( max-width: 768px ) {
  .Urent_btn::before {
    right: 12px;
}
}
.Urent-slider-box a:hover {
  color: #fff;
}



/* Urent modal */
.Urent .modal-content {
  border-radius: 20px;
  position: relative;
}
.typeU .modal-dialog {
  max-width: 1000px;
}
.typeU .modal-header {
  background: #fff;
  padding: 20px 34px 17px;
  flex-wrap: wrap;
  border-radius: 20px 20px 0 0;
}
.Urent-modal-ttl_wrap {
  width: 100%;
  position: relative;
}
.btn-close.Urent {
  position: absolute;
  top: 21px;
  right: 22px;
  opacity: 1;
  width: 20px;
  height: 20px;
  padding: 0;
}
.Urent.modal-body {
  padding: 20px 20px 26px;
}

.Urent-modal-body01 .txt-att {
  font-size: 13px;
}
/*
.Urent-modal-body01 {
}
*/
.Urent-modal-body02 {
  background: #EEEDE5;
  padding: 20px;
}
@media screen and ( max-width: 767px ) {
  .Urent-modal-body01 {
    padding: 0;
  }
  .Urent-modal-body02 {
    padding: 20px 0;
  }

}

.Urent-modal-ttl {
  width: 100%;
  text-align: center;
}
.Urent-modal-ttl h2 {
  font-size: 1.625em;/*26px*/
  margin-bottom: 18px;
  padding-left: 0;
}
.Urent-modal-ttl h2::before {
  display: none;
}

.Urent-modalImg-desc {
  background: #FBFCF5;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 8px 15px;
}
.Urent-modalImg-desc_box {
  display: flex;
  align-items: center;
}
.Urent-modalImg-desc_box.box01 {
  margin-right: 15px;
}
.Urent-modalImg-desc_box ._dot {
  width: 15px;
  display: flex;
  align-items: center;
}
.Urent-modalImg-desc_box ._point {
  margin: 0 4px;
}
.Urent-modalImg-desc_box ._txt {
  font-family: 'GenJyuuGothic';
  font-weight: bold;
  font-size: 12px;
}


.Urent-modalImg-step_wrap {
  display: flex;
  justify-content: space-between;
}
.Urent-modalImg-step_img {
  width: 24%;
}
@media screen and ( max-width: 767px ) {
  .Urent-modalImg-step_wrap {
    flex-wrap: wrap;
    gap: 15px;
  }
  .Urent-modalImg-step_img {
    width: 100%;
  }
}


.typeU-modal.acTable {
  margin-bottom: 15px;
}
.typeU-modal .acTable_box {
  width: 16.6666%;
  background: #FBFCF3;
}
.typeU-modal .acTable_inner {
  display: flex;
  flex-wrap: wrap;
  border-right: 0;
}
@media screen and ( max-width: 767px ) {
  .typeU-modal .acTable_box {
    width: 50%;
    border-right: 1px solid #D3D3CF;
  }
}

.typeU-modal .acTable_th {
  height: 60px;
  padding: 6px 12px;
}
@media screen and ( max-width: 850px ) {
.typeU-modal .acTable_th ._ttl {
  font-size: 10px;
}
}
.typeU-modal .acTable_td {
  background: #FBFCF3;
  padding: 6px 12px;
  height: 50px;
}
.typeU-modal .acTable_td p {
  font-weight: 400;
  padding: 0;
}
.typeU-modal .acTable_td p::before {
  display: none;
}



@media screen and ( max-width: 767px ) {
  .typeU-modal .acTable_th {
    padding-top: 8px;
    height: 55px;
  }
  .typeU-modal .acTable_td {
    height: 45px;
  }
}


.Urent-to-cart-btn_wrap {
  width: 100%;
}


.rand-ttl {
  font-family: "GenJyuuGothic";
  font-size: 22px;
  line-height: 1.2;
  margin: 40px 0 30px;
}
@media (max-width: 767px) {
  .rand-ttl {
    font-size: 18px;
  }
}

/* add 230418 - remake リメイクランドセル */

.remake-page .part_h1 {
  margin-bottom: 0;
}
.taC {
  text-align: center;
}
.remake-mv {
  font-family: "GenJyuuGothic";
  color: #41312F;
  padding: 25px 0 100px;
}
.remake-mv_inner {
  width: 80%;
  max-width: 772px;
  margin: 0 auto 3.2em;
  position: relative;
}
@media screen and ( max-width: 767px ) {
  .remake-page .part_h1 {
    margin-top: 0;
  }
  .remake-mv {
    padding-bottom: 3em;
  }
  .remake-mv_inner {
    margin: 0 auto 2.5em;
  }
}
.remake-mv_bg_img01 {
  position: absolute;
  width: 43%;
  max-width: 430px;
  top: 15%;
  left: -15%;
}
.remake-mv_bg_img02 {
  position: absolute;
  width: 32%;
  max-width: 320px;
  bottom: -17%;
  left: -28%;
}
.remake-mv_bg_img03 {
  position: absolute;
  width: 40%;
  max-width: 400px;
  bottom: -15%;
  right: -30%;
}
@media screen and ( max-width: 767px ) {
  .remake-mv_bg_img01 {
    width: 55%;
    top: 48%;
    left: -20%;
  }
  .remake-mv_bg_img02 {
    width: 45%;
    bottom: -8%;
    left: -20%;
  }
  .remake-mv_bg_img03 {
    width: 50%;
    bottom: 10%;
    right: -10%;
  }
}


.remake-mv .ttl_img {
  width: 100%;
  margin: 0 auto 3em;  
}
.remake-mv .ttl_img img {
  max-width: 998px;
}
@media screen and ( max-width: 767px ) {
  .remake-mv .ttl_img {
    width: 200%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .remake-mv .ttl_img img {
    max-width: 200%;
  }
}

.remake-mv .read_ttl {
  font-size: 2.5em;/*40px*/
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.125em;
}
.remake-mv .read_txt01 {
  font-size: 1.25em;/*20px*/
  font-weight: bold;
  letter-spacing: 0.063em;
}
.remake-mv .read_txt02 {
  font-size: 1em;/*16px*/
  line-height: 2;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
}
.remake-mv .read_txt03 {
  font-size: 1.125em;/*18px*/
  letter-spacing: 0.056em;
}
@media screen and ( max-width: 767px ) {
  .remake-mv .read_ttl {
    font-size: 1.8rem;
    position: relative;
    letter-spacing: 0.08em;
  }
  .remake-mv .read_txt01 {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    position: relative;
  }
  .remake-mv .read_txt02 {
    position: relative;
  }
  .remake-mv .read_txt03 {
    position: relative;
  }
}

.remake-mv_inner02 {
  margin: 0 auto 3.5em;
}
.remake_handmade_ttl {
  width: 780px;
  background: url(/html/template/fuwarii21/assets2/images/category/remake/handmade_bg.png) no-repeat center top;
  background-size: contain;
  padding-top: 76px;
  margin: 0 auto;
  position: relative;
}
.remake_handmade_ttl_txt {
  font-family: "GenJyuuGothic";
  font-size: 1.5em;
  letter-spacing: 0.038em;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remake_handmade_img {
  width: 860px;
  margin: -1.2em auto 0;
  position: relative;
}
@media screen and ( max-width: 900px ) {
  .remake_handmade_ttl {
    width: 95%;
    padding-top: 9.74%;
  }
  .remake_handmade_ttl_txt {
    font-size: 3vw;
  }
  .remake_handmade_img {
    width: 100%;
    margin-top: -0.5em;
  }
}


.remake_productType_outer {
  width: 100%;
  background: #FBFCF5;
  border-radius: 1.25em;
  padding: 5em 3.75em 3.125em;
  position: relative;
}
.remake_productType_ribbon {
  width: 680px;
  margin: 0 auto;
  background: url(/html/template/fuwarii21/assets2/images/category/remake/remake_ttl_ribbon.png) no-repeat center top;
  background-size: contain;
  padding-top: 155.5px;
  position: absolute;
  top: -115px;
  left: 0;
  right: 0;
  margin: auto;
}
.remake_productType_txt_main {
  color: #fff;
  font-family: "GenJyuuGothic";
  font-size: 25px;
  letter-spacing: 0.078em;
  text-align: center;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
}
.remake_productType_txt_sub {
  color: #842E19;
  font-family: "GenJyuuGothic";
  font-size: 1.125em;
  letter-spacing: 0.056em;
  text-align: center;
  background: #EDD7B2;
  border: 4px solid #fff;
  border-radius: 70px;
  padding: 0 12px;
  display: inline-block;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and ( max-width: 767px ) {
  .remake_productType_outer {
    padding: 24vw 10vw 8vw;
  }
  .remake_productType_ribbon {
    width: 100%;
    max-width: 100%;
    padding-top: 24%;/*100%のとき 22.92%*/
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .remake_productType_txt_main {
    font-size: 4vw;
    top: 0.6em;
  }
  .remake_productType_txt_sub {
    bottom: -2.5em;
    font-size: 4vw;
    border-radius: 9999px;
    padding: 0 0.5em;
    border: 3px solid #FFF;
    letter-spacing: 0;
    width: 75%;
  }
}


.remake_productType_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2em;
}
.remake_productType_item {
  width: 31.8%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.remake_productType_ttl {
  font-family: "GenJyuuGothic";
  font-size: 1.25em;
  text-align: center;
  padding-bottom: 1.5em;
}
@media screen and ( max-width: 767px ) {
  .remake_productType_inner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .remake_productType_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
  }
  .remake_productType_item.sp-mb0 {
    margin-bottom: 0;
  }
  .remake_productType_item:last-child {
    margin-bottom: 0;
  }

}

.remake_productType_ttl.color01 {
  color: #F39700;
  background: url(/html/template/fuwarii21/assets2/images/category/remake/bg_thread_orange.png) no-repeat center bottom;
  background-size: contain;
}
.remake_productType_ttl.color02 {
  color: #9DC814;
  background: url(/html/template/fuwarii21/assets2/images/category/remake/bg_thread_green.png) no-repeat center bottom;
  background-size: contain;
}
.remake_productType_ttl.color03 {
  color: #72D6FF;
  background: url(/html/template/fuwarii21/assets2/images/category/remake/bg_thread_sky.png) no-repeat center bottom;
  background-size: contain;
}
.remake_productType_cap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 0.813em;
  font-weight: 500;
  letter-spacing: 0.019em;
}

.remake_typeBox_outer {
  margin: 120px auto 130px;
}
.remake_typeBox_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2em;
}
.remake_typeBox_inner a {
  width: 23.5%;
  max-width: 235px;
}
@media screen and ( max-width: 767px ) {
  .remake_typeBox_outer {
    margin: 3em auto 5em;
  }
  .remake_typeBox_inner {
    flex-wrap: wrap;
  }
  .remake_typeBox_inner a {
    width: 48%;
    max-width: 48%;
    margin-bottom: 1em;
  }
}

.remake_typeBox_item {
  background: #F3EFE4;
  border-radius: 1.25em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.remake_typeBox_img {
  margin-bottom: 1.8em;
  position: relative;
}
.remake_typeBox_label {
  width: 70px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25em 0 1.25em 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and ( max-width: 767px ) {
  .remake_typeBox_label {
    width: 50px;
    height: 50px;
  }
}

.type01 .remake_typeBox_label {
  background: #FFA857;
}
.type02 .remake_typeBox_label {
  background: #ABD276;
}
.type03 .remake_typeBox_label {
  background: #72D6FF;
}
.type04 .remake_typeBox_label {
  background: #ED6FA0;
}
.remake_typeBox_label_txt {
  color: #fff;
  text-align: center;
  font-family: 'Courier Prime', monospace;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
.remake_typeBox_label_txt span {
  font-size: 0.8em;
  letter-spacing: 0.041em;
}
@media screen and ( max-width: 767px ) {
  .remake_typeBox_label_txt {
    font-size: 0.85em;
  }
  .remake_typeBox_label_txt span {
    font-size: 0.6em;
  }
}


.remake_typeBox_txt {
  color: #563128;
  font-family: "GenJyuuGothic";
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 1.25em;
}
.re-kabuse_productBox_outer .remake_typeBox_txt {
  padding: 0;
}

@media screen and ( max-width: 767px ) {
  .remake_typeBox_txt {
    font-size: 0.9em;
  }
}
.remake_typeBox_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0.9em auto 1.8em;
  position: relative;
}
@media screen and ( max-width: 767px ) {
  .remake_typeBox_arrow {
    margin-bottom: 1em;
  }
}
.remake_typeBox_arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  left: 13px;
}
.type01 .remake_typeBox_arrow {
  background: #FFA857;
}
.type02 .remake_typeBox_arrow {
  background: #ABD276;
}
.type03 .remake_typeBox_arrow {
  background: #72D6FF;
}
.type04 .remake_typeBox_arrow {
  background: #ED6FA0;
}
.remake_typeBox_cap {
  font-size: 0.813em;
}


.remake-step .type-ttl_wrap {
  margin-bottom: 1.5em;
}
.remake-step-num {
  display: flex;
  align-items: center;
  font-size: 3.75em;
  font-family: Courier;
}
.remake-step-num span {
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media screen and ( max-width: 767px ) {
  .remake-step-num {
    font-size: 2em;
  }
  .remake-step-num span {
    font-size: 0.8rem;
  }
}
.remake-step-num.num01 {
  color: #FFA857;
}
.remake-step-num.num02 {
  color: #ABD276;
}
.remake-step-num.num03 {
  color: #72D6FF;
}
.remake-step-num.num04 {
  color: #ED6FA0;
}
.remake-step .type-ttl {
  padding-left: 0.5em;
}


.box-item_cap01 {
  padding: 0 20px;
  font-size: 0.813em;
  padding-bottom: 25px;
}
._remake01 .item-btn {
  margin: 1.5em 0;
}
.remake_category__list-item_outer {
  margin-bottom: 10em;
}
@media screen and ( max-width: 767px ) {
  .box-item_cap01 {
    padding-bottom: 0;
  }
  .remake_category__list-item_outer {
    margin-bottom: 5em;
  }
  .category__list-item.remake01 {
    margin-bottom: 2em;
  }
}
.category__list-item.remake02 {
  margin-top: 0;
}
._remake .box-white {
  padding-bottom: 0!important;
}
.box-item.type-row {
  display: flex;
  align-items: center;
}
.type-row .avatar {
  width: 49%;
  max-width: 490px;
}
.box-item-row_desc {
  width: 51%;
  max-width: 510px;
}
._remake .btn.ping {
  background-color: #F39700;
  border: none;
}
._remake .btn.ping:hover {
  background-color: #F39700;
}

@media screen and ( max-width: 767px ) {
  ._remake .box-white {
    padding-bottom: 20px!important;
  }
  ._remake a.ping {
    width: 91%;
    margin-top: 0 !important;
    height: 70px;
    margin-bottom: 15px;
  }


  .box-item.type-row {
    flex-direction: column;
  }
  .type-row .avatar {
    width: 100%;
    max-width: 100%;
  }
  .box-item-row_desc {
    width: 100%;
    max-width: 100%;
  }
}

.category__list-item .box-item.type-row .avatar img {
  margin-top: 0;
  border-radius: 10px 0 0 10px;
}
.box-item.type-row .logo-item {
  margin-top: 0;
  padding: 0 1.8em;
}
.box-item-row_desc .content {
  padding: 0 1.8em;
  margin-bottom: 1.5em;
}
.box-item-row_desc .content .price .online-price {
  align-items: baseline;
}
.box-item-row_desc .content .price .online-price .price-info {
  font-size: 1.2rem;
}

.box-item-row_desc .item-btn {
  padding: 0 1.8em;
  margin-bottom: 1.5em;
}
.box-item-row_cap {
  padding: 0 1.8em;
  font-size: 0.813em;
  color: #434242;
}
.remake_category__list-item_cap {
  margin-top: 2em;
  font-size: 0.813em;
}
@media screen and ( max-width: 767px ) {
  .category__list-item .box-item.type-row .avatar img {
    border-radius: 10px 10px 0 0;
  }
  .box-item.type-row .logo-item {
    margin-top: 12px;
    padding: 0 1.25em;
  }
  .box-item.type-row .logo-item .product-name {
    font-size: 1.25rem;
  }
  .box-item-row_desc .content {
    margin-top: 0;
    padding: 0 1.25em;
  }
  .box-item-row_desc .content p {
    font-size: 15px;
  }
  .box-item-row_desc .item-btn {
    padding: 0 1.25em;
  }
  .box-item-row_cap {
    padding: 0 1.25em;
  }
  .remake_category__list-item_cap {
    margin-bottom: 1.5em;
  }

  .category__list-item ._remake01 .box-item .logo-item h3 {
    font-size: 1.25rem;
  }
  .category__list-item ._remake01 .content {
    margin-top: 0;
  }
  .category__list-item ._remake01 .content p {
    font-size: 15px;
  }
  .category__list-item ._remake01 .content .price .online-price {
    align-items: baseline;
  }
  .category__list-item ._remake01 .content .price .online-price .price-info {
    font-size: 1.2rem;
  }

}


/* リメイクランドセル 商品詳細 */

.lineup.remake_detail_anchor {
  padding: 55px 0 60px;
}
.lineup.remake_detail {
  padding: 10em 0 5em;
}

.remake_detail_sec01 {
  padding: 99px 0 10px;
}
@media screen and ( max-width: 767px ) {
  .lineup.remake_detail_anchor {
    padding: 2em 0 1em;
  }
  .lineup.remake_detail {
    padding: 6em 0 3em;
  }
  .remake_detail_sec01 {
    padding: 2em 0 10px;
  }
}


/* カブセからリメイク */
.remake_typeBox_item.type-kabuse {
  background: #FBFCF4;
  flex-direction: column;
  padding-top: 1.25em;
}
.re-kabuse_item_inner {
  width: 100%;
}
.type-kabuse .remake_typeBox_txt {
  text-align: center;
  margin-bottom: 0.8em;
}
.type-kabuse .remake_typeBox_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 20px);
  padding-top: 74.42%;
  margin: 0 auto;
}
.type-kabuse .remake_typeBox_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: contain;
}
.type-kabuse .remake_typeBox_img.type02 img {
  max-width: 160px;
}
.type-kabuse .remake_typeBox_arrow {
  background: #FFA857;
  margin-bottom: 1.25em;
}

.re-kabuse_product_outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10em;
}
.re-kabuse_slider_outer {
  width: 49%;
  max-width: 490px;
}
.re-kabuse_desc_outer {
  width: 46%;
  max-width: 460px;
}
.re-kabuse_desc_inner02 ul sup {
  font-size: 10px;
}
.re-kabuse_desc_inner01 h3.product-name::before {
  display: none;
}
.re-kabuse_desc_inner01 h3.product-name {
  padding-left: 0;
}

  .re-kabuse_desc_inner01 .price .online-price {
    align-items: baseline;
    flex-direction: row;
  }
  .re-kabuse_desc_inner01 .price .online-price .txt {
    font-size: 1.375rem;
  }
  .re-kabuse_desc_inner01 .price .online-price .price-info {
    font-size: 1.5rem;
  }
@media screen and ( max-width: 768px ) {
  .re-kabuse_product_outer {
    flex-wrap: wrap;
    margin-bottom: 5em;
  }
  .re-kabuse_product_outer:last-child {
    margin-bottom: 2em;
  }

  .re-kabuse_slider_outer {
    width: 100%;
    max-width: 100%;
  }
  .re-kabuse_desc_outer {
    width: 100%;
    max-width: 100%;
  }
  .re-kabuse_desc_inner01 .price .online-price {
    align-items: baseline;
  }
  .re-kabuse_desc_inner01 .price .online-price .price-info {
    font-size: 1.375rem;
  }
  .re-kabuse_desc_inner01 .re-kabuse_desc_outer .price {
    margin-bottom: 1.5em;
  }
  .re-kabuse_desc_inner03 {
    margin-bottom: 2em;
  }
}

.re-kabuse_desc_outer .product-name {
  font-size: 1.75em;
  margin-bottom: 1.8em;
}
.re-kabuse_desc_outer .price {
  margin-bottom: 2.5em;
}
.re-kabuse_desc_outer .price .online-price {
  flex-direction: row;
}

.re-kabuse_desc_outer li {
  margin-bottom: 1.25em;
}
.re-kabuse_desc_imgBox {
  padding-left: 1.25em;
  display: flex;
  gap: 10px;
}
.re-kabuse_desc_imgBox.box01 {
  margin-bottom: 3.75em;
}
.re-kabuse_desc_imgBox.box02 {
  margin-bottom: 1.25em;
}
.re-kabuse_desc_imgBox .txt01 {
  font-size: 12px;
  line-height: 2;
  color: #434242;
}
@media screen and ( max-width: 900px ) {
  .re-kabuse_desc_outer .product-name {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .re-kabuse_desc_imgBox.box01 {
    margin-bottom: 2em;
  }

}


.re-kabuse_slider_inner {
  margin-bottom: 3em;
}
.re-kabuse_slider_inner ul {
  padding-left: 0;
}
.remake_slider_main li img {
  border-radius: 10px;
}
.remake_slider_thum li img {
  border-radius: 5px;
}
.remake_slider_thum .slick-current {
  border: 2px solid #796663;
  border-radius: 5px;
}
@media screen and ( max-width: 900px ) {
  .re-kabuse_slider_inner {
    margin-bottom: 1em;
  }
}


.remake_slider_thum .slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  width: 100%!important;
}
.remake_slider_thum li {
  width: calc(20% - 0.3em)!important;
}

.re-kabuse_slider_bottom p {
  font-size: 0.875em;
  margin-bottom: 1.8em;
}
@media screen and ( max-width: 900px ) {
  .re-kabuse_slider_bottom p {
    margin-bottom: 1em;
  }
  .re-kabuse_slider_inner .slick-prev,
  .re-kabuse_slider_inner .slick-next {
    width: 14px;
    height: 14px;
  }
  .re-kabuse_slider_inner .slick-prev {
    left: 3.5%;
  }
  .re-kabuse_slider_inner .slick-next {
    right: 3.5%
  }
}

.re-kabuse_slider_bottom .txt_strong {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}

.remake_anchor_att {
  font-size: 16px;
  font-weight: bold;
  padding-left: 46px;
  position: relative;
  line-height: 34px;
  display: inline-block;
  color: #44302E;
}
.remake_anchor_att:hover {
  color: #44302E;
}
.remake_anchor_att::before {
  content:"";
  width: 34px;
  height: 34px;
  background: #E86E9D;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.remake_anchor_att::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 11px;
  left: 13px;
}


.item-btn.type01 .btn.ping {
  max-width: 360px;
  justify-content: center;
}
.item-btn.type01 .btn.ping::before {
  display: none;
}
.item-btn.type02 {
  display: flex;
  justify-content: center;
}
.item-btn.type02 .btn.ping {
  max-width: 600px;
  margin: 1.8em auto 0;
  justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .item-btn.type01 {
    text-align: center;
  }
}



/* 同意してからカートに入れるボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  padding: 8px 24px;
  background-color: #EC4695;
  cursor: pointer; /* ポインターカーソルを表示 */
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: default; /* クリック不可のカーソルを表示 */
}
.cart_agree > input[type="checkbox"] {
  border: 1px solid #D3D3CF;
  border-radius: 4px;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.5em;
  position: relative;
}
.cart_agree > input[type="checkbox"]:checked {
  background-color: #41312F;
}
.cart_agree > input[type="checkbox"]:checked::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.cart_desc01 {
  margin-bottom: 1.25em;
}
.cart_desc01 a {
  color: #434242;
  text-decoration: underline;
}

.cart_agree {
  display: flex;
  align-items: center;
  margin: 2.5em 0;
}
.remake_cart {
  margin: 7em auto 9em;
}
.remake_cart .cart-selectBuy__box-item .avatar {
  padding: 0;
  background: transparent;
}
.remake_cart .cart-selectBuy__box-item .avatar img {
  width: 100%;
  max-width: 490px;
  height: auto;
}
.remake_cart .price .online-price {
  margin-bottom: 1.8em;
}
@media screen and ( max-width: 768px ) {
  .remake_cart {
    margin: 2.5em auto 4em;
  }
  .remake_cart .price .online-price {
    align-items: center;
  }
  .remake_cart .price .online-price .price-info {
    font-size: 1.375rem;
  }
}




/* wrapping */
.remake_wrapping_outer {
  margin: 100px 0 140px;
}
.remake_wrapping_inner {
  display: flex;
  justify-content: space-between;
}
.remake_wrapping_img {
  width: 39%;
  max-width: 390px;
}
.remake_wrapping_img .txt_small {
  padding-left: 40px;
  font-size: 0.75em;
}
.remake_wrapping_desc {
  width: 50%;
  max-width: 500px;
}
.remake_wrapping_desc h5 {
  font-family: "GenJyuuGothic";
  font-size: 1.25em;
  font-weight: bold;
  margin: 1.2em 0 1.4em;
  line-height: 1.8;
  letter-spacing: 0.063em;
  color: #41312F;
}
.remake_wrapping_desc p {
  line-height: 2;
  margin-bottom: 1.4em;
}
.remake_wrapping_desc .txt_small {
  font-size: 0.875em;
}
@media screen and ( max-width: 768px ) {
  .remake_wrapping_outer {
    margin: 4em 0;
  }
  .remake_wrapping_inner {
    flex-wrap: wrap;
  }
  .remake_wrapping_img {
    width: 100%;
    max-width: 100%;
  }
  .remake_wrapping_img .txt_small {
    padding-left: 0px;
    text-align: right;
  }
  .remake_wrapping_desc {
    width: 100%;
    max-width: 100%;
  }
  .remake_wrapping_desc h5 {
    font-size: 1.15em;
  }

}


.memorial_cart_cap {
  display: none;
}
.pd-276 .memorial_cart_cap {
  display: block;
  font-size: 15px;
}


/* -- alink -- */
.alink {
  display: flex;
  flex-wrap: wrap;
}
.alink a {
  font-family: "GenJyuuGothic";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #44302E;
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 4px 0 6px 46px;
}
.alink a:not(:last-child) {
  margin-right: 50px;
}
.alink a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: #E86E9D url(../images/icon-arrow-white.svg) no-repeat center / 12px auto;
  border-radius: 50%;
  content: "";
}
@media screen and ( max-width: 768px ) {
  .alink {
    display: block;
  }
}

/* -- h4_flg -- */
h4.h4_flg {
  font-size: 20px;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 61px;
  padding-left: 40px;
}
h4.h4_flg::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 27px;
  background: url(../images/h4_flg_icon.png) no-repeat 0 0 / 30px auto;
  content: "";
}
@media screen and ( max-width: 768px ) {
  h4.h4_flg::before {
    top: 8px;
  }
}

/* -- crm -- */
.crm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 37px;
}
.crm .txt {
  line-height: 1.8125;
}
.crm .txt p {
  margin-bottom: 0;
}
.crm .img img {
  margin-top: 0;
}
.crm h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #41312F;
  margin-bottom: 20px;
  width: 100%;
}
/* - ptrn01 - */
.ptrn01.crm .txt {
  margin-right: 6.745%;
  width: 58%;
}
.ptrn01.crm .img {
  margin-top: 7px;
  width: 35.255%;
}
/* - ptrn02 - */
.ptrn02.crm .txt {
  font-size: 14px;
  line-height: 2;
  margin-right: 7.898%;
  width: 46%;
}
.ptrn02.crm .img {
  margin-top: 8px;
  width: 46.102%;
}
@media screen and ( max-width: 768px ) {
  .crm {
    display: block;
    margin-top: 25px;
  }
  .crm h5 {
    margin-bottom: 10px;
  }
  /* - ptrn01 - */
  .ptrn01.crm .txt {
    margin: 0 0 15px;
    width: 100%;
  }
  .ptrn01.crm .img {
    margin-top: 0;
    width: 100%;
  }
  /* - ptrn02 - */
  .ptrn02.crm .txt {
    margin: 0 0 15px;
    width: 100%;
  }
  .ptrn02.crm .img {
    margin-top: 0;
    width: 100%;
  }
}

/* -- ctgry110 -- */
.ctgry110 {
  padding: 60px 0 15px;
  background: url(../images/lineup/bg-rea.png) repeat;
}
.ctgry110 .txt01 {
  text-align: center;
  margin-bottom: 10px;
}
.ctgry110 .txt01 svg {
  text-align: center;
  font-size: 43px;
  font-family: "GenJyuuGothic";
  letter-spacing: 3.23px;
  width: 294px;
  height: 60px;
  background: url(/assets/images/line_yerrow.png) no-repeat center top;
}
.ctgry110 .txt01 .background {
  stroke: #624848;
  stroke-width: 8px;
  stroke-linejoin: round;
}
.ctgry110 .txt01 .foreground {
  fill: #fff;
}
.ctgry110 .txt02 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 2px;
  color: #624848;
  position: relative;
  margin: 0 auto;
  padding-bottom: 19px;
  width: fit-content;
  background: url(../images/category/men/safe/ctgry110_txt02_bg01.png) repeat-x bottom center / auto 15px;
}
.ctgry110 .txt02::before {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100px;
  height: 151px;
  background: url(../images/category/men/safe/ctgry110_txt02_bg02.png) no-repeat 0 0 / 100px auto;
  content: "";
  transform: translateX(-100%);
}
.ctgry110 .txt03 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 1.1px;
  color: #624848;
  margin: 60px auto 0;
  padding: 27px 0;
  max-width: 1000px;
  background: #FBFCF5;
  border-radius: 10px;
}
.ctgry110 .txt03 img {
  position: relative;
  top: -4px;
  margin: 0 20px 0 12px;
  width: 116px;
}
.ctgry110 .txt04 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 33px auto 0;
  height: 82px;
  background: url(../images/category/men/safe/ctgry110_txt04_bg.png) no-repeat top center/ 120px auto;
}
.ctgry110 .crm {
  margin: 70px auto 0;
  max-width: 1000px;
}
.ctgry110 .crm > * {
  margin-right: 2%;
  width: 32%;
}
.ctgry110 .crm .tit {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "GenJyuuGothic";
  letter-spacing: 1.1px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  height: 63px;
  background: url(../images/category/men/safe/ctgry110_crm_tit_bg.png) no-repeat top center/ auto 63px;
}
.ctgry110 .crm .tit svg {
  width: 100%;
  height: 63px;
}
.ctgry110 .crm .tit .background {
  stroke: #624848;
  stroke-width: 5px;
  stroke-linejoin: round;
}
.ctgry110 .crm .tit .foreground {
  fill: #fff;
}
@media screen and ( min-width: 769px ) {
  .ctgry110 .crm > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and ( max-width: 1200px ) {
  .ctgry110 .txt03 {
    font-size: 18px;
    line-height: 2;
    margin: 40px 15px 0;
    padding: 15px;
  }
  .ctgry110 .crm {
    margin: 60px 15px 0;
  }
}
@media screen and ( max-width: 1080px ) {
  .ctgry110 .txt02 {
    font-size: 26px;
    margin: 0 50px;
  }
  .ctgry110 .txt02::before {
    bottom: -10px;
    width: 50px;
    background-size: 42px auto;
    background-position: center bottom;
  }
}
@media screen and ( max-width: 768px ) {
  .ctgry110 .txt01 svg {
    width: 255px;
    height: 50px;
  }
  .ctgry110 .crm > * {
    margin: 0 0 30px;
    width: 100%;
  }
}

/* fs */
.fs36_18 { font-size: 36px!important; }
.fs22_11 { font-size: 22px!important; }
@media screen and ( max-width: 768px ) {
  .fs36_18 { font-size: 18px!important; }
  .fs22_11 { font-size: 11px!important; }
}


/* -- u_order_type_box_btn:after -- */
.u_order_type_box_btn.dwn:after {
  transform: rotate(90deg);
}


/* -- mb0_sp -- */
@media screen and ( max-width: 768px ) {
  .mb0_sp {
    margin-bottom: 0!important;
  }
}

/* -- orchid-mv_sp -- */
@media screen and ( max-width: 768px ) {
  .orchid-mv_sp {
    padding-top: 6px;
  }
  .orchid-mv_sp .ttl {
    padding-bottom: 25px;
  }
}

/* -- randsel__counseling-mv -- */
.randsel__counseling-mv .LeftRightImg .avatar {
  bottom: -100px;
}
.randsel__counseling-mv .LeftRightImg .left {
  left: 40px;
}
.randsel__counseling-mv .LeftRightImg .left img {
  max-width: 370px;
}
.randsel__counseling-mv .LeftRightImg .right {
  right: 100px;
}
.randsel__counseling-mv .LeftRightImg .right img {
  max-width: 320px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .randsel__counseling-mv .LeftRightImg .avatar {
    bottom: 0;
  }
  .randsel__counseling-mv .LeftRightImg .left {
    left: 0;
  }
  .randsel__counseling-mv .LeftRightImg .left img {
    max-width: 270px;
  }
  .randsel__counseling-mv .LeftRightImg .right {
    right: 0;
  }
  .randsel__counseling-mv .LeftRightImg .right img {
    max-width: 250px;
  }
}

/* -- ns_alink -- */
.ns_alink {
    display: flex;
    margin: 70px 0 -85px;
}
.ns_alink a {
    text-align: center;
    font-family: "GenJyuuGothic";
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.05em;
    color: #44302E;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    width: 100%;
    height: 84px;
    background: #FFF;
    border: 1px solid #D3D3CF;
    border-radius: 8px;
}
.ns_alink a:not(:last-child) {
  margin-right: 10px;
}
.ns_alink a::before {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #44302E;
    border-right: 2px solid #44302E;
    content: "";
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
  .ns_alink {
      margin: 30px 0 -55px;
      flex-wrap: wrap;
  }
  .ns_alink a {
      font-size: 12px;
      padding-bottom: 12px;
      width: 100%;
      height: 70px;
  }
  .ns_alink a:nth-child(1),
  .ns_alink a:nth-child(2),
  .ns_alink a:nth-child(3) {
    width: 30.5%;
    margin: 0 4.25% 4.25% 0;
  }
  .ns_alink a:nth-child(3) {
    margin-right: 0;
  }
  .ns_alink a:nth-child(4),
  .ns_alink a:nth-child(5) {
    width: 47.875%;
    margin-right: 4.25%;
  }
  .ns_alink a:nth-child(5) {
    margin-right: 0;
  }
  .ns_alink a::before {
      position: absolute;
      bottom: 12px;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #44302E;
      border-right: 2px solid #44302E;
      content: "";
      transform: rotate(45deg);
  }
}

@media (min-width: 769px) {
  .name-servise .lineup .boy-girl-item .info.info_line3 {
    margin-top: 42px;
  }
  .name-servise .lineup .boy-girl-item .info.info_line3 .txt-sha {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .name-servise .lineup .boy-girl-item .info.info_line3 .pc_only {
    font-size: 20px;
  }
  .lineup .boy-girl-item.girl-item .boy-girl-img img {
    max-width: 320px!important;
    width: 25vw!important;
  }
}
@media screen and ( max-width: 768px ) {
  .lineup .boy-girl-item.girl-item .boy-girl-img img {
    width: 31.5vw!important;
  }
  .lineup .boy-girl-item .boy-girl-img.pc_only {
    display: block;
  }
  .lineup .boy-girl-item .boy-girl-img.sp_only {
    display: none;
  }
}

/* ハンバーガーナビ */
#container {
    overflow: hidden;
    margin-top: 144px;
}
#container main.main-contents {
    margin-top: 0;
  }
@media (min-width: 768px) {
  .list__line .btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
    #container {
        margin-top: 0;
    }
    .frame_outer {
      margin-top: 30vw;
    }
    .list--nav a {
        font-size: 0.5rem;
    }
}