@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* easeOutcubic */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

html {
  height: -webkit-fill-available;
  font-size: 62.5%;
}
@media screen and (max-width: 1023px) {
  html.is-fixed {
    height: 100vh;
    overflow: hidden;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.67;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  letter-spacing: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #323233;
}
@media screen and (max-width: 1023px) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 1.4rem;
  }
}
@media print {
  body {
    width: 1025px;
  }
}
@media screen and (max-width: 1023px) {
  body.is-fixed {
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
button:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
  outline: none;
}

@media screen and (max-width: 1023px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media all and (min-width: 1024px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .container-half {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .container-half {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media all and (min-width: 1024px) {
  .container-half {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .container-half {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .container-sp {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.content-wrap {
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content-wrap--no-breadcrumb {
  margin-top: 40px !important;
}

.container-small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .container-small {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media all and (min-width: 1024px) {
  .container-small {
    width: 800px;
  }
}
@media print {
  .container-small {
    width: 800px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .content-main {
    padding-right: 8px;
  }
}
@media all and (min-width: 1024px) {
  .content-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80.5%;
  }
}
@media print {
  .content-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 80.5%;
  }
}

@media all and (min-width: 1024px) {
  .content-side {
    width: 180px;
    width: 18.6%;
    max-width: 180px;
    margin-right: 24px;
  }
}
@media print {
  .content-side {
    width: 180px;
    width: 18.6%;
    max-width: 180px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .content-side {
    margin-right: 12px !important;
    padding-left: 8px;
  }
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  src: url("../font/icomoon.eot?q6ygm4");
  src: url("../font/icomoon.eot?q6ygm4#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?q6ygm4") format("truetype"), url("../font/icomoon.woff?q6ygm4") format("woff"), url("../font/icomoon.svg?q6ygm4#icomoon") format("svg");
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-window:before {
  content: "\e903";
}

.icon-key:before {
  content: "\e900";
}

.icon-uniE901:before {
  content: "\e901";
}

.icon-point2:before {
  content: "\e902";
}

.icon-batch:before {
  content: "\e906";
}

.icon-expensive:before {
  content: "\e90c";
}

.icon-application:before {
  content: "\e90d";
}

.icon-box:before {
  content: "\e90e";
}

.icon-cardboard:before {
  content: "\e90f";
}

.icon-cart:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e911";
}

.icon-clock:before {
  content: "\e912";
}

.icon-coin:before {
  content: "\e913";
}

.icon-deck:before {
  content: "\e914";
}

.icon-favorite:before {
  content: "\e915";
}

.icon-graph:before {
  content: "\e916";
}

.icon-point:before {
  content: "\e917";
}

.icon-return:before {
  content: "\e918";
}

.icon-safety:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91a";
}

.icon-trophy:before {
  content: "\e91b";
}

.icon-truck:before {
  content: "\e91c";
}

.icon-up:before {
  content: "\e91d";
}

.icon-user:before {
  content: "\e91e";
}

.icon-wallet:before {
  content: "\e91f";
}

@media all and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
@media print {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .hidden-tb {
    display: none !important;
  }
}

.header__fixed {
  pointer-events: auto;
}

.header__top {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f0f2f5;
}
@media screen and (max-width: 1023px) {
  .header__top {
    height: 25px;
    font-size: 0.8rem;
  }
}
@media all and (min-width: 1024px) {
  .header__top {
    font-size: 1.2rem;
  }
}
@media print {
  .header__top {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .header__top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .header__top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .header__top__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .header__top__text--normal {
    display: inline-block;
    margin-right: 11px;
  }
}
@media print {
  .header__top__text--normal {
    display: inline-block;
    margin-right: 11px;
  }
}
.header__top__text--emphasis {
  color: #e10041;
}
.header__top__navi {
  color: #585858;
  white-space: nowrap;
}
.header__top__navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__top__navi__list li:nth-child(n+2):before {
  content: " / ";
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  color: #bebfc2;
}
@media all and (min-width: 1024px) {
  .header__top__navi__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__top__navi__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .header__top__navi__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__top__navi__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1023px) {
  .header__middle {
    height: 60px;
  }
}
.header__middle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0 !important;
}
@media all and (min-width: 1024px) {
  .header__middle__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print {
  .header__middle__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__middle__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .header__middle__right {
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .header__logo {
    width: 176px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .header__logo {
    width: 15% !important;
    min-width: 140px;
  }
}
@media all and (min-width: 1024px) {
  .header__logo {
    width: 180px;
    padding-top: 14px;
    padding-bottom: 5px;
  }
}
@media print {
  .header__logo {
    width: 180px;
    padding-top: 14px;
    padding-bottom: 5px;
  }
}
.header__logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__logo__link picture,
.header__logo__link img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__logo__link picture,
.header__logo__link img {
    width: 176px;
  }
}

@media screen and (max-width: 1023px) {
  .header__info {
    background-color: rgba(255, 245, 130, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 1024px) {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 34px;
  }
}
@media print {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 34px;
  }
}
.header__info__text {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 1023px) {
  .header__info__text {
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media all and (min-width: 1024px) {
  .header__info__text {
    font-size: 1.4rem;
  }
}
@media print {
  .header__info__text {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .header__info__text:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    z-index: 0;
    margin: auto;
    background: rgba(255, 245, 130, 0.7);
  }
}
@media print {
  .header__info__text:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    z-index: 0;
    margin: auto;
    background: rgba(255, 245, 130, 0.7);
  }
}
.header__info__text span {
  position: relative;
  z-index: 1;
}
.header__info__text--point {
  color: #e10041;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .header__info__text--point {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .header__info__text--point {
    font-size: 2.2rem;
  }
}
@media print {
  .header__info__text--point {
    font-size: 2.2rem;
  }
}
.header__info__text--cash {
  color: #29905e;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .header__info__text--cash {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1024px) {
  .header__info__text--cash {
    font-size: 2.2rem;
  }
}
@media print {
  .header__info__text--cash {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__info__text:nth-child(2) {
    margin-left: 40px;
  }
}
@media all and (min-width: 1024px) {
  .header__info__text:nth-child(2) {
    margin-left: 12px;
  }
}
@media print {
  .header__info__text:nth-child(2) {
    margin-left: 12px;
  }
}
.header__info__text .icon {
  margin-left: 5px;
}
.header__info__text .icon-point:before {
  color: #e10041;
  font-size: 2.4rem;
}
.header__info__text .icon-point2:before {
  color: #e10041;
  font-size: 1.8rem;
}
.header__info__text .icon-up:before {
  color: #29905e;
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .header__cart {
    position: relative;
    z-index: 1000;
    padding-bottom: 8px;
  }
}
@media all and (min-width: 1024px) {
  .header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print {
  .header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__cart__item {
  position: relative;
}
.header__cart__item:nth-child(n+2) {
  margin-left: 3px;
}
.header__cart__item:hover .header__cart__modalnone,
.header__cart__item:hover .header__cart__modalitem {
  visibility: visible;
  opacity: 1;
}
.header__cart__link {
  display: block;
  border-radius: 4px;
  font-size: 1rem;
}
@media all and (min-width: 1024px) {
  .header__cart__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .header__cart__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__link:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .header__cart__link {
    height: 30px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0f2f5;
    color: #0079d9;
    font-size: 1.2rem;
  }
}
@media print {
  .header__cart__link {
    height: 30px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0f2f5;
    color: #0079d9;
    font-size: 1.2rem;
  }
}
.header__cart__link--icon {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__cart__link--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
  }
}
.header__cart__link--icon .icon-cart {
  color: #323233;
}
.header__cart__link--icon .icon-cart:before {
  font-size: 3rem;
}
@media all and (min-width: 1024px) {
  .header__cart__link--icon .icon-cart:before {
    margin-right: 7px;
    font-size: 2.2rem;
  }
}
@media print {
  .header__cart__link--icon .icon-cart:before {
    margin-right: 7px;
    font-size: 2.2rem;
  }
}
.header__cart__batch {
  height: 16px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  left: 18px;
  border-radius: 8px;
  background: #e10041;
  color: #ffffff;
  font-size: 1rem;
}
.header__cart__modalnone {
  height: 150px;
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: 3px 7px 6px 0 rgba(50, 50, 51, 0.4);
  box-shadow: 3px 7px 6px 0 rgba(50, 50, 51, 0.4);
  background: #ffffff;
  background-image: url(../img/common/cart_modal.jpg);
  background-position: center;
  background-size: 67px 67px;
  background-repeat: no-repeat;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.header__cart__modalnone__text {
  font-weight: 700;
}
.header__cart__modalitem {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 320px;
  padding: 26px 16px;
  border: solid 1px #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: 3px 7px 6px 0 rgba(50, 50, 51, 0.4);
  box-shadow: 3px 7px 6px 0 rgba(50, 50, 51, 0.4);
  background: #ffffff;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.header__cart__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
.header__cart__subtotal__text {
  font-weight: 700;
}
.header__cart__subtotal__price {
  color: #e10541;
  font-weight: 700;
}
.header__cart__subtotal__item {
  margin-top: 8px;
  text-align: right;
}
.header__cart__subtotal__item span {
  font-weight: 700;
}
.header__cart__button {
  height: 48px;
  margin-top: 16px;
}
.header__cart__free {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  text-align: center;
}
.header__cart__box {
  margin-top: 12px;
  padding: 0 8px;
  background: #f0f2f5;
}
.header__cart__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0 10px;
}
.header__cart__box__item:nth-child(n+2) {
  border-top: 1px solid #bebfc2;
}
.header__cart__box__img {
  width: 40px;
  margin-right: 8px;
}
.header__cart__box__img img {
  width: 100%;
}
.header__cart__box__detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
}
.header__cart__box__product {
  line-height: 1.6;
}
.header__cart__box__product--tag {
  font-size: 1rem;
  line-height: 1;
  padding: 3px 16px;
  border: 1px solid #323233;
  border-radius: 4px;
}
.header__cart__box__product--status {
  display: inline-block;
  margin-left: 8px;
}
.header__cart__box__product--name {
  display: block;
  margin-top: 8px;
}
.header__cart__box__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
.header__cart__box__quantity input {
  height: 18px;
  width: 40px;
  border: 1px solid #bebfc2;
  font-size: 1.2rem;
}
.header__cart__box__quantity__delete {
  display: inline-block;
  margin-left: 4px;
  color: #4a8fe7;
}
@media all and (min-width: 1024px) {
  .header__cart__box__quantity__delete {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__box__quantity__delete:hover {
    opacity: 0.6;
  }
}
@media print {
  .header__cart__box__quantity__delete {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__box__quantity__delete:hover {
    opacity: 0.6;
  }
}
.header__cart__box__quantity__delete:focus {
  outline: none;
}
.header__cart__box__price {
  color: #e10541;
  font-size: 1.2rem;
}
.header__cart__box__price span {
  font-weight: 700;
}
.header__cart__favorite {
  display: block;
  margin-top: 14px;
  color: #4a8fe7;
  font-size: 1.4rem;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .header__cart__favorite a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__favorite a:hover {
    opacity: 0.6;
  }
}
@media print {
  .header__cart__favorite a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__cart__favorite a:hover {
    opacity: 0.6;
  }
}
.header__cart__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}
.header__cart__close__lines {
  height: 14px;
  width: 14px;
  position: relative;
  margin-right: 14px;
}
.header__cart__close__line {
  height: 2px;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #323233;
}
.header__cart__close__line:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__cart__close__line:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__cart__close__text {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  width: 55px;
  margin-left: 10px;
  padding: 14px 8px 8px;
}
.header__menu__lines {
  height: 22px;
  width: 33px;
  position: relative;
  min-height: 22px;
}
.header__menu__line {
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  background: #323233;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu__line:first-child {
  top: 0;
}
.header__menu__line:nth-child(2) {
  top: 9px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header__menu__line:last-child {
  bottom: 0;
}
.header__menu__text {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1;
  font-family: Helvetica, “Helvetica Neue”, Segoe UI, SegoeUI, Arial, sans-serif;
  white-space: nowrap;
}
.header__menu.is-open {
  background: #e10041;
}
.header__menu.is-open .header__menu__line {
  height: 3px;
  width: 28px;
  background: #ffffff;
}
.header__menu.is-open .header__menu__line:first-child {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu.is-open .header__menu__line:nth-child(2) {
  opacity: 0;
}
.header__menu.is-open .header__menu__line:last-child {
  top: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header__menu.is-open .header__menu__text {
  color: #ffffff;
}

.header__tab {
  padding-top: 6px;
}
.page-sale .header__tab {
  background: #e10041;
}
.page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}
.page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #e10041;
}
@media screen and (max-width: 1023px) {
  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
@media print {
  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
.page-buy .header__tab {
  background: #29905e;
}
.page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}
.page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #29905e;
}
@media screen and (max-width: 1023px) {
  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
@media print {
  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
.page-tournament .header__tab {
  background: #4a8fe7;
}
.page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}
.page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #4a8fe7;
}
@media screen and (max-width: 1023px) {
  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
@media print {
  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
.page-column .header__tab {
  background: #9c81ad;
}
.page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}
.page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #9c81ad;
}
@media screen and (max-width: 1023px) {
  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }
}
@media all and (min-width: 1024px) {
  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
@media print {
  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }
}
.header__tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .header__tab__item {
    height: 34px;
    width: 84px;
  }
}
@media all and (min-width: 1024px) {
  .header__tab__item {
    height: 38px;
    width: 130px;
  }
}
@media print {
  .header__tab__item {
    height: 38px;
    width: 130px;
  }
}
.header__tab__item:nth-child(1) .header__tab__link {
  background: #e10041;
}
.header__tab__item:nth-child(1).is-current .header__tab__link::after {
  background: #e10041;
}
.header__tab__item:nth-child(2) .header__tab__link {
  background: #29905e;
}
.header__tab__item:nth-child(2).is-current .header__tab__link::after {
  background: #29905e;
}
.header__tab__item:nth-child(3) .header__tab__link {
  background: #4a8fe7;
}
.header__tab__item:nth-child(3).is-current .header__tab__link::after {
  background: #4a8fe7;
}
.header__tab__item:nth-child(4) .header__tab__link {
  background: #9c81ad;
}
.header__tab__item:nth-child(4).is-current .header__tab__link::after {
  background: #9c81ad;
}
.header__tab__item:nth-child(n+2) {
  margin-left: 4px;
}
.header__tab__link {
  display: block;
  height: 100%;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1023px) {
  .header__tab__link {
    padding: 10px 7px;
  }
}
@media all and (min-width: 1024px) {
  .header__tab__link {
    padding: 12px 16px;
  }
}
@media print {
  .header__tab__link {
    padding: 12px 16px;
  }
}
@media all and (min-width: 1024px) {
  .header__tab__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media print {
  .header__tab__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .header__search {
    -webkit-box-shadow: 1px 1.7px 3px 0 rgba(98, 98, 98, 0.4);
    box-shadow: 1px 1.7px 3px 0 rgba(98, 98, 98, 0.4);
  }
}
@media all and (min-width: 1024px) {
  .header__search {
    -webkit-box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
    box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
  }
}
@media print {
  .header__search {
    -webkit-box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
    box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
  }
}
@media screen and (max-width: 1023px) {
  .page-sale .header__search {
    border-bottom: 1px solid #e10041;
  }
}
@media all and (min-width: 1024px) {
  .page-sale .header__search {
    border-bottom: 3px solid #e10041;
  }
}
@media print {
  .page-sale .header__search {
    border-bottom: 3px solid #e10041;
  }
}
@media screen and (max-width: 1023px) {
  .page-buy .header__search {
    border-bottom: 1px solid #29905e;
  }
}
@media all and (min-width: 1024px) {
  .page-buy .header__search {
    border-bottom: 3px solid #29905e;
  }
}
@media print {
  .page-buy .header__search {
    border-bottom: 3px solid #29905e;
  }
}
@media screen and (max-width: 1023px) {
  .page-tournament .header__search {
    border-bottom: 1px solid #4a8fe7;
  }
}
@media all and (min-width: 1024px) {
  .page-tournament .header__search {
    border-bottom: 0px solid #4a8fe7;
  }
}
@media print {
  .page-tournament .header__search {
    border-bottom: 0px solid #4a8fe7;
  }
}
@media screen and (max-width: 1023px) {
  .page-column .header__search {
    border-bottom: 1px solid #9c81ad;
  }
}
@media all and (min-width: 1024px) {
  .page-column .header__search {
    border-bottom: 3px solid #9c81ad;
  }
}
@media print {
  .page-column .header__search {
    border-bottom: 3px solid #9c81ad;
  }
}
.header__search__inner {
  padding-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .header__search__inner {
    padding-top: 8px;
  }
}
@media all and (min-width: 1024px) {
  .header__search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 14px;
  }
}
@media print {
  .header__search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header__search__box {
    position: relative;
    position: sticky;
    top: 0;
  }
}
@media all and (min-width: 1024px) {
  .header__search__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media print {
  .header__search__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.header__search__category {
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .header__search__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .header__search__button {
    width: calc((100% - 18px) / 2);
    height: 30px;
  }
}
@media all and (min-width: 1024px) {
  .header__search__button {
    height: 30px;
    width: 180px;
    margin-left: 24px;
    font-size: 1.2rem;
  }
}
@media print {
  .header__search__button {
    height: 30px;
    width: 180px;
    margin-left: 24px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .header__search__button .button-fill-noshadow {
    font-size: 1.2rem !important;
  }
}
@media print {
  .header__search__button .button-fill-noshadow {
    font-size: 1.2rem !important;
  }
}

.header__searchbox__inner {
  padding-top: 8px;
}
.header__searchbox.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  z-index: 100;
  padding-bottom: 8px;
}

.header__error {
  font-size: 2.2rem;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #e10041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__error::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/common/error_icon.png) no-repeat center/contain;
  margin-right: 16px;
}
.header__error__txt {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
}

.footer__wrap {
  margin-top: 80px;
  border-top: 5px solid #e10041;
}

.footer__guide {
  background: #323233;
  color: #cccccc;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 1023px) {
  .footer__guide {
    padding: 40px 0 100px;
  }
}
@media all and (min-width: 1024px) {
  .footer__guide {
    padding: 32px 0 108px;
  }
}
@media print {
  .footer__guide {
    padding: 32px 0 108px;
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .footer__guide__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__guide a {
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  .footer__guide a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__guide a:hover {
    opacity: 0.6;
  }
}
@media print {
  .footer__guide a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__guide a:hover {
    opacity: 0.6;
  }
}
.footer__guide__link {
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  .footer__guide__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__guide__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .footer__guide__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__guide__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .footer__guide__item {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__item {
    width: 35.3%;
  }
}
@media print {
  .footer__guide__item {
    width: 35.3%;
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__item:last-child {
    width: 25.3%;
  }
}
@media print {
  .footer__guide__item:last-child {
    width: 25.3%;
  }
}
@media screen and (max-width: 1023px) {
  .footer__guide__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.footer__guide__title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.footer__guide__text {
  margin-top: 12px;
}
.footer__guide__text:nth-child(n+2) {
  margin-top: 16px;
}
.footer__guide__payment {
  margin-top: 24px;
}
@media all and (min-width: 1024px) {
  .footer__guide__payment {
    width: 79%;
    min-width: 270px;
  }
}
@media print {
  .footer__guide__payment {
    width: 79%;
    min-width: 270px;
  }
}
.footer__guide__payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (min-width: 1024px) {
  .footer__guide__payment__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .footer__guide__payment__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__guide__payment__list:before, .footer__guide__payment__list:after {
  content: "";
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer__guide__payment__list:before, .footer__guide__payment__list:after {
    width: calc((100% - 48px) / 5);
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__payment__list:before, .footer__guide__payment__list:after {
    width: calc((100% - 48px) / 4);
  }
}
@media print {
  .footer__guide__payment__list:before, .footer__guide__payment__list:after {
    width: calc((100% - 48px) / 4);
  }
}
.footer__guide__payment__list:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 1023px) {
  .footer__guide__payment__item {
    width: calc((100% - 48px) / 5);
    margin-right: 12px;
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__payment__item {
    width: calc((100% - 48px) / 4);
  }
}
@media print {
  .footer__guide__payment__item {
    width: calc((100% - 48px) / 4);
  }
}
@media all and (min-width: 1024px) {
  .footer__guide__payment__item:nth-child(n+5) {
    margin-top: 16px;
  }
}
@media print {
  .footer__guide__payment__item:nth-child(n+5) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__guide__payment__item:nth-child(n+6) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .footer__guide__payment__item:nth-child(5n) {
    margin-right: 0;
  }
}
.footer__guide__delivery dt {
  margin-top: 16px;
  font-weight: 700;
}

.footer__bottom {
  position: relative;
  background: #f0f2f5;
  color: #9da1a6;
}
@media screen and (max-width: 1023px) {
  .footer__bottom {
    padding: 51px 0 33px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .footer__bottom {
    padding: 71px 0 30px;
  }
}
@media print {
  .footer__bottom {
    padding: 71px 0 30px;
  }
}

.footer__logo {
  height: 160px;
  width: 160px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  border-radius: 80px;
  background: #f0f2f5;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    top: -61px;
  }
}
@media all and (min-width: 1024px) {
  .footer__logo {
    top: -41px;
  }
}
@media print {
  .footer__logo {
    top: -41px;
  }
}
.footer__logo img {
  height: 56px;
  width: 88px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.footer__about {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(190, 191, 194, 0.5);
}
@media screen and (max-width: 1023px) {
  .footer__about {
    padding-bottom: 32px;
  }
}
@media all and (min-width: 1024px) {
  .footer__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 84px;
  }
}
@media print {
  .footer__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 84px;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__shop {
    width: 15%;
  }
}
@media print {
  .footer__about__shop {
    width: 15%;
  }
}
.footer__about__shop__title {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .footer__about__shop__title {
    text-align: center;
  }
}
.footer__about__shop__title--lg {
  display: block;
  font-size: 2rem;
}
@media all and (min-width: 1024px) {
  .footer__about__shop__title--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .footer__about__shop__title--sm {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__about__shop__img {
    width: 72%;
    min-width: 270px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__shop__img {
    margin-top: 16px;
  }
}
@media print {
  .footer__about__shop__img {
    margin-top: 16px;
  }
}
.footer__about__shop__button {
  height: 30px;
  width: 180px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 1024px) {
  .footer__about__shop__button {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media print {
  .footer__about__shop__button {
    width: 100%;
    font-size: 1.2rem;
  }
}
.footer__about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  .footer__about__items {
    width: 80.3%;
  }
}
@media print {
  .footer__about__items {
    width: 80.3%;
  }
}
.footer__about__item {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .footer__about__item {
    margin-top: 32px;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item {
    width: calc((100% - 80px) / 3);
    font-size: 1.2rem;
  }
}
@media print {
  .footer__about__item {
    width: calc((100% - 80px) / 3);
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__about__item--wide {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media print {
  .footer__about__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
  }
}
@media print {
  .footer__about__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media print {
  .footer__about__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 40px;
  }
}
@media print {
  .footer__about__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 40px;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media print {
  .footer__about__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media all and (min-width: 1024px) {
  .footer__about__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print {
  .footer__about__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.footer__about__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  width: 120px;
  border: 1px solid #9da1a6;
  font-weight: 700;
}
.footer__about__item__text {
  margin-top: 16px;
  line-height: 1.67;
}
.footer__about__item__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__about__item__pay__icon {
  height: 40px;
  width: 40px;
}
.footer__about__item__pay__icon:nth-child(n+2) {
  margin-left: 8px;
}
.footer__about__item__link {
  display: block;
}
@media all and (min-width: 1024px) {
  .footer__about__item__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__about__item__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .footer__about__item__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__about__item__link:hover {
    opacity: 0.6;
  }
}
.footer__about__item__highlight {
  margin-bottom: 16px;
  color: #e10541;
  font-weight: 700;
}

.footer__navi {
  padding-top: 32px;
  color: #9da1a6;
}
@media screen and (max-width: 1023px) {
  .footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
  }
}
@media print {
  .footer__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer__navi__list {
    width: calc((100% - 8px) / 2);
  }
}
@media all and (min-width: 1024px) {
  .footer__navi__list {
    max-width: 148px;
  }
}
@media print {
  .footer__navi__list {
    max-width: 148px;
  }
}
@media all and (min-width: 1024px) {
  .footer__navi__list:nth-child(n+2) {
    margin-left: 8%;
  }
}
@media print {
  .footer__navi__list:nth-child(n+2) {
    margin-left: 8%;
  }
}
@media all and (min-width: 1024px) {
  .footer__navi__item {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__navi__item:hover {
    opacity: 0.6;
  }
}
@media print {
  .footer__navi__item {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__navi__item:hover {
    opacity: 0.6;
  }
}
.footer__navi__item:nth-child(n+2) {
  margin-top: 12px;
}
.footer__navi__item .icon-window {
  font-size: 80%;
  display: inline-block;
  margin-left: 4px;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background: #323233;
}
.footer__copyright__text {
  color: #ffffff;
  font-size: 1.2rem;
}

.breadcrumb-wrap {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (min-width: 1024px) {
  .breadcrumb-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .breadcrumb-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.breadcrumb-wrap--main {
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb-wrap--main {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1rem;
}
.breadcrumb-list li {
  color: #4a8fe7;
  text-decoration: underline;
}
.breadcrumb-list li:last-child {
  pointer-events: none;
  color: #323233;
  text-decoration: none;
}
.breadcrumb-list li:nth-child(n+2) {
  position: relative;
  padding-left: 2em;
}
.breadcrumb-list li:nth-child(n+2):before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #b3b5be;
  border-bottom: 1px solid #b3b5be;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.5em;
}

@media screen and (max-width: 1023px) {
  .button-size--xl {
    height: 48px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .button-size--xl {
    height: 56px;
    width: 320px;
  }
}
@media print {
  .button-size--xl {
    height: 56px;
    width: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .button-size--lg {
    height: 48px;
    width: 200px;
  }
}
@media all and (min-width: 1024px) {
  .button-size--lg {
    height: 56px;
    width: 200px;
  }
}
@media print {
  .button-size--lg {
    height: 56px;
    width: 200px;
  }
}
.button-size--md {
  height: 40px;
  width: 200px;
}
.button-size--sm {
  height: 30px;
  width: 180px;
}

.button-fill-arrow {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-fill-arrow:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 1024px) {
  .button-fill-arrow:hover {
    -webkit-box-shadow: 0 0 0 0 #60001d;
    box-shadow: 0 0 0 0 #60001d;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media print {
  .button-fill-arrow:hover {
    -webkit-box-shadow: 0 0 0 0 #60001d;
    box-shadow: 0 0 0 0 #60001d;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.button-fill-arrow--sale {
  background-color: #e10041;
  -webkit-box-shadow: 0 3px 0 0 #60001d;
  box-shadow: 0 3px 0 0 #60001d;
}
.button-fill-arrow--buy {
  background-color: #29905e;
  -webkit-box-shadow: 0 3px 0 0 #165537;
  box-shadow: 0 3px 0 0 #165537;
}
.button-fill-arrow--tournament {
  background-color: #4a8fe7;
  -webkit-box-shadow: 0 3px 0 0 #214066;
  box-shadow: 0 3px 0 0 #214066;
}
.button-fill-arrow--column {
  background-color: #9c81ad;
  -webkit-box-shadow: 0 3px 0 0 #27202b;
  box-shadow: 0 3px 0 0 #27202b;
}
.button-fill-arrow--inactive {
  background-color: #bebfc2;
  -webkit-box-shadow: 0 3px 0 0 #999;
  box-shadow: 0 3px 0 0 #999;
  pointer-events: none;
  cursor: auto;
}
@media all and (min-width: 1024px) {
  .button-fill-arrow--inactive:hover {
    -webkit-box-shadow: 0 3px 0 0 #999;
    box-shadow: 0 3px 0 0 #999;
  }
}
@media print {
  .button-fill-arrow--inactive:hover {
    -webkit-box-shadow: 0 3px 0 0 #999;
    box-shadow: 0 3px 0 0 #999;
  }
}

.button-fill-noshadow {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  position: relative;
}
@media all and (min-width: 1024px) {
  .button-fill-noshadow {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-fill-noshadow:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-fill-noshadow {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-fill-noshadow:hover {
    opacity: 0.6;
  }
}
.button-fill-noshadow:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-fill-noshadow--sale {
  background-color: #e10041;
}
.button-fill-noshadow--buy {
  background-color: #29905e;
}
.button-fill-noshadow--tournament {
  background-color: #4a8fe7;
}
.button-fill-noshadow--column {
  background-color: #9c81ad;
}
.button-fill-noshadow--inactive {
  background-color: #bebfc2;
  pointer-events: none;
}
@media all and (min-width: 1024px) {
  .button-fill-noshadow--inactive:hover {
    opacity: 1;
  }
}
@media print {
  .button-fill-noshadow--inactive:hover {
    opacity: 1;
  }
}

.button-shadow {
  display: block;
  font-size: 1.6rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-shadow:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (min-width: 1024px) {
  .button-shadow:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media print {
  .button-shadow:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.button-shadow--sale {
  color: #e10041;
  border: 2px solid #e10041;
  -webkit-box-shadow: 0 3px 0 0 #e10041;
  box-shadow: 0 3px 0 0 #e10041;
}
.button-shadow--sale:after {
  border-top: 2px solid #e10041;
  border-right: 2px solid #e10041;
}
.button-shadow--buy {
  color: #29905e;
  border: 2px solid #29905e;
  -webkit-box-shadow: 0 3px 0 0 #29905e;
  box-shadow: 0 3px 0 0 #29905e;
}
.button-shadow--buy:after {
  border-top: 2px solid #29905e;
  border-right: 2px solid #29905e;
}
.button-shadow--tournament {
  color: #4a8fe7;
  border: 2px solid #4a8fe7;
  -webkit-box-shadow: 0 3px 0 0 #4a8fe7;
  box-shadow: 0 3px 0 0 #4a8fe7;
}
.button-shadow--tournament:after {
  border-top: 2px solid #4a8fe7;
  border-right: 2px solid #4a8fe7;
}
.button-shadow--column {
  color: #9c81ad;
  border: 2px solid #9c81ad;
  -webkit-box-shadow: 0 3px 0 0 #9c81ad;
  box-shadow: 0 3px 0 0 #9c81ad;
}
.button-shadow--column:after {
  border-top: 2px solid #9c81ad;
  border-right: 2px solid #9c81ad;
}
.button-shadow--low {
  color: #323233;
  border: 1px solid #bebfc2;
  -webkit-box-shadow: 0 3px 0 0 #bebfc2;
  box-shadow: 0 3px 0 0 #bebfc2;
}
.button-shadow--low:after {
  border-top: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
}
.button-shadow--inactive {
  color: #ffffff;
  background-color: #bebfc2;
  border: 1px solid #bebfc2;
  -webkit-box-shadow: 0 3px 0 0 #999;
  box-shadow: 0 3px 0 0 #999;
  pointer-events: none;
}
.button-shadow--inactive:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.button-shadow--inactive:hover {
  -webkit-box-shadow: 0 3px 0 0 #999;
  box-shadow: 0 3px 0 0 #999;
}

.button-border {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}
@media all and (min-width: 1024px) {
  .button-border {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-border:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-border {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-border:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-border {
    font-size: 0.872vw;
    white-space: nowrap;
  }
}
.button-border:focus {
  outline: none;
}
.button-border--negative {
  color: #bebfc2;
}

.button-normal {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .button-normal {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-normal:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-normal {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-normal:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-normal {
    font-size: 0.872vw;
    white-space: nowrap;
  }
}
.button-normal:focus {
  outline: none;
}

.button-thin {
  display: block;
  border: 1px solid #bebfc2;
  color: #bebfc2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}
@media all and (min-width: 1024px) {
  .button-thin {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-thin:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-thin {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-thin:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-thin {
    white-space: nowrap;
  }
}
.button-thin:focus {
  outline: none;
}
.button-thin--arrow {
  position: relative;
}
.button-thin--arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
}

.button-right {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
}
@media all and (min-width: 1024px) {
  .button-right {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-right:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-right {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-right:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-right {
    font-size: 0.972vw;
  }
}
.button-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 2px solid #bebfc2;
  border-right: 2px solid #bebfc2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-right--sm {
  font-size: 1rem;
}
.button-right.is-active {
  background: #323233;
  color: #ffffff;
  pointer-events: none;
}
.button-right.is-active:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.button-icon {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media all and (min-width: 1024px) {
  .button-icon {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-icon:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-icon {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-icon:hover {
    opacity: 0.6;
  }
}
.button-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-icon .icon-user {
  font-size: 2rem;
  left: 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-icon .icon-user {
    font-size: 1.6rem;
  }
}
.button-icon .icon-key {
  font-size: 2.4rem;
  left: 19px;
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-icon .icon-key {
    font-size: 1.8rem;
  }
}
.button-icon .icon-favorite {
  font-size: 2rem;
  left: 22px;
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .button-icon .icon-favorite {
    font-size: 1.6rem;
  }
}

.button-accordion {
  border: 1.5px solid #9c81ad;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .button-accordion {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-accordion:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-accordion {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-accordion:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .button-accordion {
    height: 19px;
    width: 78px;
  }
}
@media all and (min-width: 1024px) {
  .button-accordion {
    height: 24px;
    width: 100px;
  }
}
@media print {
  .button-accordion {
    height: 24px;
    width: 100px;
  }
}
.button-accordion:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #9c81ad;
}
.button-accordion:after {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  background: #9c81ad;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.button-accordion--sale {
  border: 1.5px solid #e10041;
}
.button-accordion--sale:before, .button-accordion--sale:after {
  background: #e10041;
}
.button-accordion:focus {
  outline: none;
}
.button-accordion.is-open:after {
  content: none;
}

.button-pagetop {
  height: 61px;
  width: 95px;
  position: fixed;
  right: 61px;
  bottom: 70px;
  display: block;
}
@media all and (min-width: 1024px) {
  .button-pagetop {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-pagetop:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-pagetop {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-pagetop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .button-pagetop {
    display: none;
    height: 32px;
    width: 50px;
    right: 16px;
    bottom: 20px;
  }
}

.button-color-right {
  background: #e10041;
  border-radius: 4px;
  border: solid 2px var(cherry);
  color: #ffffff;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
}
@media all and (min-width: 1024px) {
  .button-color-right {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-color-right:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-color-right {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-color-right:hover {
    opacity: 0.6;
  }
}
.button-color-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-right-icon {
  border-radius: 4px;
  font-size: 1.2rem;
  border: solid 1px #bebfc2;
  -webkit-box-shadow: 0 3px 0 0 #bebfc2;
  box-shadow: 0 3px 0 0 #bebfc2;
  background-color: #ffffff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding-left: 12px;
  position: relative;
}
.button-right-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  border-top: 2px solid #bebfc2;
  border-right: 2px solid #bebfc2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-right-icon .icon {
  margin-right: 4px;
}
.button-right-icon .icon-key {
  font-size: 2.4rem;
}
.button-right-icon .icon-favorite {
  font-size: 2rem;
}

.button-icon-color {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}
.button-icon-color--sale {
  border: solid 1px #c60438;
  -webkit-box-shadow: 0 3px 0 0 #c60438;
  box-shadow: 0 3px 0 0 #c60438;
}
.button-icon-color--sale:after {
  border-top: 2px solid #c60438;
  border-right: 2px solid #c60438;
}
.button-icon-color--buy {
  border: solid 1px #29905e;
  -webkit-box-shadow: 0 3px 0 0 #29905e;
  box-shadow: 0 3px 0 0 #29905e;
}
.button-icon-color--buy:after {
  border-top: 2px solid #29905e;
  border-right: 2px solid #29905e;
}
.button-icon-color--tournament {
  border: solid 1px #4a8fe7;
  -webkit-box-shadow: 0 3px 0 0 #4a8fe7;
  box-shadow: 0 3px 0 0 #4a8fe7;
}
.button-icon-color--tournament:after {
  border-top: 2px solid #4a8fe7;
  border-right: 2px solid #4a8fe7;
}
.button-icon-color--column {
  border: solid 1px #9c81ad;
  -webkit-box-shadow: 0 3px 0 0 #9c81ad;
  box-shadow: 0 3px 0 0 #9c81ad;
}
.button-icon-color--column:after {
  border-top: 2px solid #9c81ad;
  border-right: 2px solid #9c81ad;
}
.button-icon-color:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-icon-color .icon {
  margin-right: 8px;
  display: inline-block;
}
.button-icon-color .icon-search {
  font-size: 1.8rem;
}
.button-icon-color .icon-application {
  font-size: 1.8rem;
}
.button-icon-color .icon-trophy {
  font-size: 1.8rem;
}

.button-point__item {
  display: block;
  padding: 12px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #898a8d;
  box-shadow: 0 3px 0 0 #898a8d;
  border: 1px solid #bebfc2;
}
@media all and (min-width: 1024px) {
  .button-point__item {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-point__item:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-point__item {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-point__item:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .button-point__item {
    width: calc((100% - 48px) / 3);
  }
}
@media print {
  .button-point__item {
    width: calc((100% - 48px) / 3);
  }
}
.button-point__item__title {
  font-size: 1.8rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.button-point__item__title--color {
  color: #29905e;
  font-weight: bold;
}
.button-point__item__title:before {
  content: "";
  display: block;
  height: 27px;
  width: 32px;
  background-image: url(../img/common/icon_check.svg);
  opacity: 0.2;
  background-size: 32px 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.button-point__item__text {
  font-size: 1.2rem;
  margin-top: 8px;
  min-height: 40px;
}

.button-fill-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffcc2e;
  -webkit-box-shadow: 0 3px 0 0 #b28f23;
  box-shadow: 0 3px 0 0 #b28f23;
}
.button-fill-action:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  border-right: 2px solid #323233;
  border-bottom: 2px solid #323233;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 1024px) {
  .button-fill-action:hover {
    -webkit-box-shadow: 0 0 0 0 #b28f23;
    box-shadow: 0 0 0 0 #b28f23;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@media print {
  .button-fill-action:hover {
    -webkit-box-shadow: 0 0 0 0 #b28f23;
    box-shadow: 0 0 0 0 #b28f23;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.button-news__heading {
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .button-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print {
  .button-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.button-news__item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 1023px) {
  .button-news__item {
    padding: 16px 0;
  }
}
@media all and (min-width: 1024px) {
  .button-news__item {
    padding: 20px 0;
  }
}
@media print {
  .button-news__item {
    padding: 20px 0;
  }
}
@media all and (min-width: 1024px) {
  .button-news__date {
    min-width: 120px;
    width: 120px;
  }
}
@media print {
  .button-news__date {
    min-width: 120px;
    width: 120px;
  }
}
.button-news__heading.is-open .button-news__button:after {
  content: none;
}
.button-news__title {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .button-news__title {
    margin-top: 8px;
    padding-right: 80px;
  }
}
@media all and (min-width: 1024px) {
  .button-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }
}
@media print {
  .button-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }
}
.button-news__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.button-news__text {
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .button-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }
}
@media print {
  .button-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }
}

.button-fav {
  color: #e10041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 38px;
  border: 1px solid #e10041;
  font-size: 1.4rem;
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .button-fav {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-fav:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-fav {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-fav:hover {
    opacity: 0.6;
  }
}
.button-fav .icon {
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-fav--added {
  border: 1px solid #bebfc2;
  color: #bebfc2;
}

.button-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
}
@media all and (min-width: 1024px) {
  .button-line {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-line:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-line {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-line:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .button-line {
    font-size: 1.6rem;
  }
}
@media print {
  .button-line {
    font-size: 1.6rem;
  }
}
.button-line--sale {
  color: #e10041;
  border: 1px solid #e10041;
}

.button-action-fill {
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #323233;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
@media all and (min-width: 1024px) {
  .button-action-fill {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-action-fill:hover {
    opacity: 0.6;
  }
}
@media print {
  .button-action-fill {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .button-action-fill:hover {
    opacity: 0.6;
  }
}

.text-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(40%, rgba(255, 245, 130, 0.7)));
  background: linear-gradient(transparent 45%, rgba(255, 245, 130, 0.7) 40%);
  display: inline;
}
.text-highlight--lg {
  font-size: 1.6rem;
  font-weight: bold;
}
.text-highlight--buy {
  font-size: 2rem;
  font-weight: bold;
  color: #29905e;
}

.text-caption {
  font-size: 1rem;
}
.text-caption--strong {
  color: #e10041;
}

.text-link-back {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media all and (min-width: 1024px) {
  .text-link-back {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .text-link-back:hover {
    opacity: 0.6;
  }
}
@media print {
  .text-link-back {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .text-link-back:hover {
    opacity: 0.6;
  }
}
.text-link-back:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-bottom: 3px solid #323233;
  border-left: 3px solid #323233;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 16px;
}

.text-link {
  color: #0079d9;
}
@media all and (min-width: 1024px) {
  .text-link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .text-link:hover {
    opacity: 0.6;
  }
}
@media print {
  .text-link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .text-link:hover {
    opacity: 0.6;
  }
}

.text-center {
  text-align: center;
}
@media all and (min-width: 1024px) {
  .text-center--pc {
    text-align: center;
  }
}
@media print {
  .text-center--pc {
    text-align: center;
  }
}

.heading-more {
  position: relative;
}
.heading-more__title {
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  border-bottom: 3px solid #323233;
}
@media all and (min-width: 1024px) {
  .heading-more__title {
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print {
  .heading-more__title {
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.heading-more__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.heading-more--sale .heading-more__title:before {
  background: #e10041;
}
.heading-more--buy .heading-more__title:before {
  background: #29905e;
}
.heading-more--tournament .heading-more__title:before {
  background: #4a8fe7;
}
.heading-more--column .heading-more__title:before {
  background: #9c81ad;
}
.heading-more__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .heading-more__title--sm {
    font-size: 1.2rem;
    display: inline-block;
  }
}
@media all and (min-width: 1024px) {
  .heading-more__title--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .heading-more__title--sm {
    font-size: 1.2rem;
  }
}
.heading-more__title--lg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .heading-more__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
    padding-right: 130px;
  }
}
@media all and (min-width: 1024px) {
  .heading-more__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}
@media print {
  .heading-more__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}
.heading-more__link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.heading-more__link:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 14px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 14px solid transparent;
  }
}
@media all and (min-width: 1024px) {
  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 12px solid transparent;
  }
}
@media print {
  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 12px solid transparent;
  }
}
.heading-more__link__text {
  font-size: 1.4rem;
  color: #ffffff;
  background: #323233;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .heading-more__link__text {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .heading-more__link__text:hover {
    opacity: 0.6;
  }
}
@media print {
  .heading-more__link__text {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .heading-more__link__text:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .heading-more__link__text {
    height: 37px;
    width: 133px;
  }
}
@media all and (min-width: 1024px) {
  .heading-more__link__text {
    height: 37px;
    width: 157px;
  }
}
@media print {
  .heading-more__link__text {
    height: 37px;
    width: 157px;
  }
}
.heading-more__link__text:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .heading-more__link__text:after {
    right: 12px;
  }
}
@media all and (min-width: 1024px) {
  .heading-more__link__text:after {
    right: 24px;
  }
}
@media print {
  .heading-more__link__text:after {
    right: 24px;
  }
}

.heading-normal {
  position: relative;
}
.heading-normal__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}
@media all and (min-width: 1024px) {
  .heading-normal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print {
  .heading-normal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.heading-normal__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.heading-normal--sale .heading-normal__title:before {
  background: #e10041;
}
.heading-normal--buy .heading-normal__title:before {
  background: #29905e;
}
.heading-normal--tournament .heading-normal__title:before {
  background: #4a8fe7;
}
.heading-normal--column .heading-normal__title:before {
  background: #9c81ad;
}
@media all and (min-width: 1024px) {
  .heading-normal__title--caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print {
  .heading-normal__title--caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .heading-normal__title--caption:before {
    bottom: 34px;
  }
}
.heading-normal__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .heading-normal__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal__title--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .heading-normal__title--sm {
    font-size: 1.2rem;
  }
}
.heading-normal__title--caption .heading-normal__title--sm {
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  .heading-normal__title--caption .heading-normal__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }
}
@media print {
  .heading-normal__title--caption .heading-normal__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }
}
.heading-normal__title--lg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .heading-normal__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}
@media print {
  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}

.heading-normal-side {
  position: relative;
}
.heading-normal-side__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}
@media all and (min-width: 1024px) {
  .heading-normal-side__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print {
  .heading-normal-side__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.heading-normal-side__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.heading-normal--sale .heading-normal-side__title:before {
  background: #e10041;
}
.heading-normal--buy .heading-normal-side__title:before {
  background: #29905e;
}
.heading-normal--tournament .heading-normal-side__title:before {
  background: #4a8fe7;
}
.heading-normal--column .heading-normal-side__title:before {
  background: #9c81ad;
}
.heading-normal-side__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .heading-normal-side__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal-side__title--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .heading-normal-side__title--sm {
    font-size: 1.2rem;
  }
}
.heading-normal__title--caption .heading-normal-side__title--sm {
  font-weight: normal;
}
@media all and (min-width: 1024px) {
  .heading-normal__title--caption .heading-normal-side__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }
}
@media print {
  .heading-normal__title--caption .heading-normal-side__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }
}
.heading-normal-side__title--lg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .heading-normal-side__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal-side__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}
@media print {
  .heading-normal-side__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}

.heading-under-bold {
  text-align: center;
}
.heading-under-bold span {
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .heading-under-bold span {
    font-size: 2.2rem;
    border-bottom: 3px solid #323233;
  }
}
@media all and (min-width: 1024px) {
  .heading-under-bold span {
    font-size: 2.4rem;
    border-bottom: 5px solid #323233;
  }
}
@media print {
  .heading-under-bold span {
    font-size: 2.4rem;
    border-bottom: 5px solid #323233;
  }
}

.heading-bg-fill {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 4px 8px;
  border-bottom: 2px solid #323233;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
}
.heading-bg-fill--sale {
  background: #e10041;
}
.heading-bg-fill--buy {
  background: #29905e;
}
.heading-bg-fill--tournament {
  background: #4a8fe7;
}
.heading-bg-fill--column {
  background: #9c81ad;
}
.heading-bg-fill:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
  background-color: #ffffff;
}
.heading-bg-fill--grey {
  background: #cccccc;
  font-weight: bold;
  color: #323233;
}
.heading-bg-fill--grey:before {
  background-color: #323233;
}

.heading-sand {
  font-weight: 700;
  position: relative;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .heading-sand {
    padding-left: 22px;
  }
}
@media all and (min-width: 1024px) {
  .heading-sand {
    padding-left: 56px;
  }
}
@media print {
  .heading-sand {
    padding-left: 56px;
  }
}
@media all and (min-width: 1024px) {
  .heading-sand--lg {
    font-size: 2rem;
  }
}
@media print {
  .heading-sand--lg {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .heading-sand--grey .heading-sand {
    padding-left: 12px;
  }
}
@media all and (min-width: 1024px) {
  .heading-sand--grey .heading-sand {
    padding-left: 22px;
  }
}
@media print {
  .heading-sand--grey .heading-sand {
    padding-left: 22px;
  }
}
.heading-sand:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #323233;
}
@media screen and (max-width: 1023px) {
  .heading-sand:before {
    height: 2px;
  }
}
@media all and (min-width: 1024px) {
  .heading-sand:before {
    height: 3px;
  }
}
@media print {
  .heading-sand:before {
    height: 3px;
  }
}
.heading-sand__text {
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .heading-sand__text {
    padding: 0 3px;
  }
}
@media all and (min-width: 1024px) {
  .heading-sand__text {
    padding: 0 10px;
  }
}
@media print {
  .heading-sand__text {
    padding: 0 10px;
  }
}
.heading-sand--grey .heading-sand__text {
  background: #eff2f5;
  font-size: 1.6rem;
}
.heading-sand--color01:before {
  background: #9c81ad;
}

.heading-line {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 4px solid #323233;
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .heading-line {
    font-size: 1.111vw;
  }
}

.heading-side-fill {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 5px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .heading-side-fill {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .heading-side-fill:hover {
    opacity: 0.6;
  }
}
@media print {
  .heading-side-fill {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .heading-side-fill:hover {
    opacity: 0.6;
  }
}
.heading-side-fill--sale {
  background: #e10041;
}
.heading-side-fill--buy {
  background: #29905e;
}
.heading-side-fill--tournament {
  background: #4a8fe7;
}
.heading-side-fill--column {
  background: #9c81ad;
}

.heading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 168px;
  border-top: 5px solid #e10541;
  background: #353535;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .heading-box {
    height: 60px;
    width: 104px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1024px) {
  .heading-box {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
@media print {
  .heading-box {
    font-weight: 700;
    font-size: 1.6rem;
  }
}

.heading-hl {
  font-weight: 700;
  text-align: center;
  border-top: 4px solid #323233;
  border-bottom: 4px solid #323233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .heading-hl {
    font-size: 1.2rem;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .heading-hl {
    font-size: 0.972vw !important;
  }
}
@media all and (min-width: 1024px) {
  .heading-hl {
    font-size: 1.4rem;
  }
}
@media print {
  .heading-hl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .heading-hl--cardlist {
    width: 72px;
    min-width: 72px;
  }
}
@media all and (min-width: 1024px) {
  .heading-hl--cardlist {
    width: 104px;
    min-width: 104px;
  }
}
@media print {
  .heading-hl--cardlist {
    width: 104px;
    min-width: 104px;
  }
}

.heading-normal {
  position: relative;
}
.heading-normal__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}
@media all and (min-width: 1024px) {
  .heading-normal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media print {
  .heading-normal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.heading-normal__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.heading-normal--sale .heading-normal__title:before {
  background: #e10041;
}
.heading-normal__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .heading-normal__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal__title--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .heading-normal__title--sm {
    font-size: 1.2rem;
  }
}
.heading-normal__title--lg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .heading-normal__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}
@media print {
  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .index-charm {
    margin-top: 66px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm {
    margin-top: 115px;
  }
}
@media print {
  .index-charm {
    margin-top: 115px;
  }
}
.index-charm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-charm__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 5px solid #323233;
  background: #e10041;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .index-charm__title {
    width: calc((100% - 8px) / 2);
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__title {
    width: calc((100% - 48px) / 4);
  }
}
@media print {
  .index-charm__title {
    width: calc((100% - 48px) / 4);
  }
}
.index-charm__title--lg {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .index-charm__title--lg {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__title--lg {
    font-size: 2.4rem;
  }
}
@media print {
  .index-charm__title--lg {
    font-size: 2.4rem;
  }
}
.index-charm__title--sm {
  display: block;
}
@media screen and (max-width: 1023px) {
  .index-charm__title--sm {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__title--sm {
    font-size: 1.6rem;
  }
}
@media print {
  .index-charm__title--sm {
    font-size: 1.6rem;
  }
}
.index-charm__img {
  width: 50%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 1024px) {
  .index-charm__img {
    max-width: 88px;
  }
}
@media print {
  .index-charm__img {
    max-width: 88px;
  }
}
.index-charm__img img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}
.index-charm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #f0f2f5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .index-charm__item {
    width: calc((100% - 8px) / 2);
    padding: 44px 8px 24px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__item {
    width: calc((100% - 48px) / 4);
    padding: 56px 8px 32px;
  }
}
@media print {
  .index-charm__item {
    width: calc((100% - 48px) / 4);
    padding: 56px 8px 32px;
  }
}
@media screen and (max-width: 1023px) {
  .index-charm__item:nth-of-type(n + 2) {
    margin-top: 44px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__item:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
@media print {
  .index-charm__item:nth-of-type(n + 4) {
    margin-top: 60px;
  }
}
.index-charm__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  border: 4px solid #f0f2f5;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .index-charm__icon {
    height: 56px;
    width: 56px;
    border-radius: 28px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__icon {
    height: 72px;
    width: 72px;
    border-radius: 36px;
  }
}
@media print {
  .index-charm__icon {
    height: 72px;
    width: 72px;
    border-radius: 36px;
  }
}
.index-charm__icon--truck {
  background-image: url(../img/index/charm_truck.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--truck {
    background-size: 31px;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__icon--truck {
    background-size: 40px;
  }
}
@media print {
  .index-charm__icon--truck {
    background-size: 40px;
  }
}
.index-charm__icon--safety {
  background-image: url(../img/index/charm_safety.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--safety {
    background-size: 35px;
  }
}
.index-charm__icon--clock {
  background-image: url(../img/index/charm_clock.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--clock {
    background-size: 31px;
  }
}
.index-charm__icon--check {
  background-image: url(../img/index/charm_check.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--check {
    background-size: 31px;
  }
}
.index-charm__icon--box {
  background-image: url(../img/index/charm_box.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--box {
    background-size: 28px;
  }
}
.index-charm__icon--privacy {
  background-image: url(../img/index/charm_privacy.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--privacy {
    background-size: 28px;
  }
}
.index-charm__icon--coin {
  background-image: url(../img/index/charm_coin.svg);
}
@media screen and (max-width: 1023px) {
  .index-charm__icon--coin {
    background-size: 28px;
  }
}
.index-charm__catch {
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 1023px) {
  .index-charm__catch--sm {
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__catch--sm {
    font-size: 1.2rem;
  }
}
@media print {
  .index-charm__catch--sm {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .index-charm__catch--lg {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1024px) {
  .index-charm__catch--lg {
    font-size: 1.6rem;
  }
}
@media print {
  .index-charm__catch--lg {
    font-size: 1.6rem;
  }
}
.index-charm__text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .index-charm__text {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .index-charm__text {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.index-charm__button {
  width: 100%;
  height: 30px;
  margin-top: auto;
}
@media all and (min-width: 1024px) {
  .index-charm__button {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}
@media print {
  .index-charm__button {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}

.tag-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5px;
  overflow-x: auto;
}
@media screen and (max-width: 1023px) {
  .tag-top__wrap {
    margin-top: 14px;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .tag-top__wrap {
    margin-top: 12px;
  }
}
@media print {
  .tag-top__wrap {
    margin-top: 12px;
  }
}
.tag-top__wrap::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}
.tag-top__wrap::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  box-shadow: inset 0 0 6px #dfdfdf;
}
.tag-top__wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 0 1px #8f8f8f;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
  border-radius: 5px;
}

.tag-normal__item {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #585858;
  border-radius: 2px;
  background: #fafafa;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .tag-normal__item {
    font-size: 0.8rem;
  }
}
@media all and (min-width: 1024px) {
  .tag-normal__item {
    font-size: 1rem;
  }
}
@media print {
  .tag-normal__item {
    font-size: 1rem;
  }
}
.tag-normal__item:nth-child(n+2) {
  margin-left: 4px;
}

.menu-sp {
  pointer-events: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 100vw;
  height: 0;
  overflow: auto;
  border-top: 6px solid #e10041;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.menu-sp.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
  height: calc(100vh - 85px);
  height: calc(var(--vh, 1vh) * 100 - 85px);
}
.menu-sp__overlay {
  opacity: 0.32;
  position: fixed;
  top: 89px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-color: #323233;
}
.menu-sp__container {
  padding-right: 8px;
  padding-left: 8px;
}
.menu-sp__inner {
  position: relative;
  position: fixed;
  right: 0;
  z-index: 100;
  width: 85.6%;
  width: 334px;
  height: calc(var(--vh, 1vh) * 100 - 85px);
  margin-left: auto;
  overflow: auto;
  background: #ffffff;
}
.menu-sp__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 1.2rem;
}
.menu-sp__block {
  margin-top: 32px;
}
.menu-sp__block:first-child {
  margin-top: 16px;
}
.menu-sp__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 18px;
}
.menu-sp__section--01 {
  border-bottom: 1px solid #c60038;
}
.menu-sp__section--02 {
  border-bottom: 1px solid #29905e;
}
.menu-sp__section--03 {
  border-bottom: 1px solid #4a8fe7;
}
.menu-sp__section--04 {
  border-bottom: 1px solid #9c81ad;
}
.menu-sp__section__heading {
  height: 34px;
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 1.4rem;
}
.menu-sp__section__heading--01 {
  background: #c60038;
}
.menu-sp__section__heading--02 {
  background: #29905e;
}
.menu-sp__section__heading--03 {
  background: #4a8fe7;
}
.menu-sp__section__heading--04 {
  background: #9c81ad;
}
.menu-sp__section__text {
  font-size: 1rem;
}
.menu-sp__section span {
  font-weight: 700;
  font-size: 1.4rem;
}
.menu-sp__section--01 span {
  color: #e10041;
}
.menu-sp__section--02 span {
  color: #29905e;
}
.menu-sp__button {
  height: 48px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
}
.menu-sp__cart-point {
  padding: 14px 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.menu-sp__cart-point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-sp__cart-point__link {
  margin-top: 4px;
  color: #0079d9;
  text-align: right;
}
.menu-sp__cart-point__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.menu-sp__cart-point__button {
  width: calc((100% - 8px) / 2);
  height: 40px;
}
.menu-sp__cart {
  width: calc((100% - 12px) / 2);
}
.menu-sp__cart__heading {
  font-weight: 700;
  font-size: 1.4rem;
}
.menu-sp__cart__price {
  display: block;
  margin-top: 4px;
  color: #e10541;
  font-size: 1.4rem;
  text-align: right;
}
.menu-sp__cart__price span {
  font-weight: 700;
}
.menu-sp__point {
  width: calc((100% - 12px) / 2);
}
.menu-sp__point__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu-sp__point__heading img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.menu-sp__point__own {
  display: block;
  margin-top: 6px;
  font-size: 1.4rem;
  text-align: right;
}
.menu-sp__point__own span {
  font-weight: 700;
}
.menu-sp__handle {
  padding: 0 8px;
}
.menu-sp__handle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 8px;
  overflow-x: auto;
}
.menu-sp__handle__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}
.menu-sp__handle__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  box-shadow: inset 0 0 6px #dfdfdf;
}
.menu-sp__handle__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  -webkit-box-shadow: 0 0 0 1px #8f8f8f;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}
.menu-sp__handle__item {
  width: 112px;
  min-width: 112px;
  margin-bottom: 8px;
}
.menu-sp__handle__item:nth-child(n+2) {
  margin-left: 8px;
}
.menu-sp__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  border-top: 1px solid #bebfc2;
}
.menu-sp__nav--noheading {
  margin-top: 0;
  border-top: none;
}
.menu-sp__navitem {
  width: 50%;
  border-bottom: 1px solid #bebfc2;
}
.menu-sp__navitem:nth-child(2n) {
  border-left: 1px solid #bebfc2;
}
.menu-sp__navitem--wide {
  width: 100%;
}
.menu-sp__navlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 12px;
  font-size: 1rem;
}
.menu-sp__navlink:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
}
.menu-sp__navlink .icon {
  display: block;
  width: 24px;
  margin-right: 4px;
}
.menu-sp__navlink .icon-cart {
  font-size: 1.6rem;
}
.menu-sp__navlink .icon-check {
  font-size: 1.8rem;
}
.menu-sp__navlink .icon-truck {
  font-size: 1.3rem;
}
.menu-sp__navlink .icon-safety {
  font-size: 1.4rem;
}
.menu-sp__navlink .icon-wallet {
  font-size: 1.6rem;
}
.menu-sp__navlink .icon-return {
  font-size: 1.8rem;
}
.menu-sp__navlink .icon-deck {
  font-size: 1.3rem;
}
.menu-sp__navlink .icon-cardboard {
  font-size: 1.3rem;
}
.menu-sp__navlink .icon-graph {
  font-size: 1.3rem;
}
.menu-sp__navlink .icon-expensive {
  font-size: 1.3rem;
}
.menu-sp__other__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 32px;
  padding-left: 4px;
  background: #f1f2f2;
}
.menu-sp__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 0;
}
.menu-sp__close__lines {
  height: 14px;
  width: 14px;
  position: relative;
  margin-right: 14px;
}
.menu-sp__close__line {
  height: 2px;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #323233;
}
.menu-sp__close__line:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-sp__close__line:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-sp__close__text {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.pager-normal {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
.pager-normal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager-normal__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
}
.pager-normal__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  background-color: #f0f2f5;
  color: #0079d9;
}
@media all and (min-width: 1024px) {
  .pager-normal__item a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager-normal__item a:hover {
    opacity: 0.6;
  }
}
@media print {
  .pager-normal__item a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager-normal__item a:hover {
    opacity: 0.6;
  }
}
.pager-normal__item--active {
  pointer-events: none;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}
.pager-normal__item--active a {
  background-color: #e10041;
  color: #ffffff;
}
.page-buy .pager-normal__item--active a {
  background-color: #29905e;
}
.page-column .pager-normal__item--active a {
  background-color: #9c81ad;
}
.pager-normal__item--prev a, .pager-normal__item--next a {
  position: relative;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  background-color: #323233;
}
@media all and (min-width: 1024px) {
  .pager-normal__item--prev a, .pager-normal__item--next a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager-normal__item--prev a:hover, .pager-normal__item--next a:hover {
    opacity: 0.6;
  }
}
@media print {
  .pager-normal__item--prev a, .pager-normal__item--next a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager-normal__item--prev a:hover, .pager-normal__item--next a:hover {
    opacity: 0.6;
  }
}
.pager-normal__item--prev a:after, .pager-normal__item--next a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pager-normal__item--prev {
  margin-right: 12px;
}
.pager-normal__item--prev a:after {
  -webkit-transform: rotate(-135deg) translate(-1px, 1px);
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pager-normal__item--next {
  margin-left: 12px;
}
.pager-normal__item--next a:after {
  -webkit-transform: rotate(45deg) translate(-1px, 1px);
  transform: rotate(45deg) translate(-1px, 1px);
}
.pager-normal__item--disable {
  pointer-events: none;
  opacity: 0.3;
}

.pager .pager-normal .page-numbers {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  color: inherit;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  background-color: #f0f2f5;
  color: #0079d9;
}
@media all and (min-width: 1024px) {
  .pager .pager-normal .page-numbers {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager .pager-normal .page-numbers:hover {
    opacity: 0.6;
  }
}
@media print {
  .pager .pager-normal .page-numbers {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager .pager-normal .page-numbers:hover {
    opacity: 0.6;
  }
}
.pager .pager-normal .page-numbers.current {
  pointer-events: none;
  background-color: #9c81ad;
  color: #ffffff;
}
.pager .pager-normal .page-numbers.prev,
.pager .pager-normal .page-numbers.next {
  position: relative;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  background-color: #323233;
}
@media all and (min-width: 1024px) {
  .pager .pager-normal .page-numbers.prev,
.pager .pager-normal .page-numbers.next {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager .pager-normal .page-numbers.prev:hover,
.pager .pager-normal .page-numbers.next:hover {
    opacity: 0.6;
  }
}
@media print {
  .pager .pager-normal .page-numbers.prev,
.pager .pager-normal .page-numbers.next {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pager .pager-normal .page-numbers.prev:hover,
.pager .pager-normal .page-numbers.next:hover {
    opacity: 0.6;
  }
}
.pager .pager-normal .page-numbers.prev:after,
.pager .pager-normal .page-numbers.next:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pager .pager-normal .page-numbers.prev:after {
  -webkit-transform: rotate(-135deg) translate(-1px, 1px);
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pager .pager-normal .page-numbers.next:after {
  -webkit-transform: rotate(45deg) translate(-1px, 1px);
  transform: rotate(45deg) translate(-1px, 1px);
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.modal {
  position: absolute;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
}
@media screen and (max-width: 1023px) {
  .modal {
    width: 95%;
    top: 45%;
    max-height: calc(100vh - 200px);
  }
}
@media all and (min-width: 1024px) {
  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }
}
@media print {
  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }
}
.modal__heading {
  position: relative;
}
.modal__close {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  color: #ffffff;
  z-index: 2;
  font-size: 1rem;
  padding-right: 30px;
  font-weight: bold;
}
.modal__close:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.modal__close:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.modal__close:focus {
  outline: none;
}
.modal__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1023px) {
  .modal__overlay {
    position: relative;
  }
}
.modal__bottom {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  width: 60px;
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .modal__bottom {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 150px;
  }
}
@media all and (min-width: 1024px) {
  .modal__bottom {
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print {
  .modal__bottom {
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.modal__bottom:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.modal__bottom:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.modal-cart {
  background-color: transparent;
}
.modal-cart__inner {
  background-color: #ffffff;
  padding: 64px 24px;
}
@media all and (min-width: 1024px) {
  .modal-cart__inner {
    padding: 64px 40px;
  }
}
@media print {
  .modal-cart__inner {
    padding: 64px 40px;
  }
}
.modal-cart__text {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .modal-cart__text {
    font-size: 2.4rem;
  }
}
@media print {
  .modal-cart__text {
    font-size: 2.4rem;
  }
}
.modal-cart__buttons {
  margin-top: 32px;
}
@media all and (min-width: 1024px) {
  .modal-cart__buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print {
  .modal-cart__buttons {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.modal-cart__button {
  height: 56px;
  width: 310px;
}
@media screen and (max-width: 1023px) {
  .modal-cart__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .modal-cart__button {
    height: 56px;
    width: 280px;
  }
}
@media print {
  .modal-cart__button {
    height: 56px;
    width: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-cart__button:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media all and (min-width: 1024px) {
  .modal-cart__button:nth-child(n+2) {
    margin-left: 24px;
  }
}
@media print {
  .modal-cart__button:nth-child(n+2) {
    margin-left: 24px;
  }
}
.modal-cart__close {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  margin-top: 24px;
  font-weight: bold;
}
.modal-cart__close__text {
  position: relative;
}
.modal-cart__close__text:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
}
.modal-cart__close__text:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
}
.modal-cart__close__text:focus {
  outline: none;
}

.order-cart {
  padding: 16px;
  background-color: #f0f2f5;
  margin-bottom: 80px;
}
.order-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
}
.order-cart__item:nth-child(n+2) {
  padding-top: 16px;
  border-top: 1px solid #bebfc2;
}
.order-cart__item:last-child {
  padding-bottom: 0;
}
.order-cart__item__img {
  width: 64px;
  margin-right: 8px;
}
.order-cart__item__detail {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .order-cart__item__detail {
    margin-top: -4px;
  }
}
.order-cart__item__detail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}
.order-cart__item__detail--tag {
  font-size: 0.8rem;
  line-height: 1;
  padding: 2px 8px;
  border: 1px solid #585858;
  border-radius: 2px;
}
.order-cart__item__detail--status {
  font-size: 1rem;
  display: inline-block;
  margin-left: 8px;
}
.order-cart__item__detail--name {
  display: block;
  font-size: 1.2rem;
  margin-top: 4px;
}
.order-cart__item__detail--price {
  color: #e10041;
  font-weight: bold;
  font-size: 1.4rem;
}
.order-cart__item__detail--count {
  font-size: 1rem;
}
.order-cart__item__detail--count strong {
  font-size: 1.6rem;
}
.order-cart__item__detail--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order-cart__item__detail--point img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.order-cart__item__detail--point-num {
  font-size: 1.2rem;
}
.order-cart__item__detail--point-num span {
  font-weight: bold;
}

.order-total__inner {
  padding-top: 24px;
  padding-bottom: 16px;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
}
.order-total__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-total__item:nth-of-type(n + 2) {
  margin-top: 16px;
}
.order-total--title {
  white-space: nowrap;
  font-size: 1.2rem;
}
.order-total--data {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}
.order-total--data span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.order-total--data span strong {
  font-weight: bold;
}
.order-total--price {
  color: #e10041;
  font-weight: bold;
}
.order-total__result {
  margin-top: 16px;
}
.order-total__result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
}
.order-total__result__item:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 4px;
}
.order-total__result__heading--bold {
  font-weight: bold;
}
.order-total__result__data--price {
  color: #e10041;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
.order-total__result__data--unit {
  font-weight: normal;
}
.order-total__result__data--tax {
  font-size: 1rem;
  font-weight: normal;
}
.order-total__result__data--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.order-total__result__data--point img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.order-total__result__data--point-num {
  font-size: 1.2rem;
}
.order-total__result__data--point-num span {
  font-weight: bold;
}
.order-total__result__button {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .order-total__result__button {
    width: 100%;
    height: 48px;
  }
}
@media all and (min-width: 1024px) {
  .order-total__result__button {
    margin-left: auto;
    margin-right: auto;
    height: 56px;
    width: 240px;
  }
}
@media print {
  .order-total__result__button {
    margin-left: auto;
    margin-right: auto;
    height: 56px;
    width: 240px;
  }
}
.order-total__result__back {
  margin-top: 32px;
}

.order-postage {
  padding: 0 0 12px;
}
@media all and (min-width: 1024px) {
  .order-postage {
    padding: 24px 40px;
    overflow: initial;
    width: 1020px;
  }
}
@media print {
  .order-postage {
    padding: 24px 40px;
    overflow: initial;
    width: 1020px;
  }
}
.order-postage__strong {
  color: #e10041;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.order-postage__wrap {
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .order-postage__wrap {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media all and (min-width: 1024px) {
  .order-postage__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print {
  .order-postage__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 1024px) {
  .order-postage__box {
    width: 33.3333333333%;
  }
}
@media print {
  .order-postage__box {
    width: 33.3333333333%;
  }
}
.order-postage__area {
  font-size: 1rem;
  text-align: center;
  background-color: #f0f2f5;
}
@media all and (min-width: 1024px) {
  .order-postage__area {
    border-right: 1px solid #ffffff;
  }
}
@media print {
  .order-postage__area {
    border-right: 1px solid #ffffff;
  }
}
.order-postage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #bebfc2;
}
@media screen and (max-width: 1023px) {
  .order-postage__item {
    border-right: 1px solid #bebfc2;
  }
}
@media all and (min-width: 1024px) {
  .order-postage__item {
    height: 72px;
  }
}
@media print {
  .order-postage__item {
    height: 72px;
  }
}
@media all and (min-width: 1024px) {
  .order-postage__item--lg {
    height: 114px;
  }
}
@media print {
  .order-postage__item--lg {
    height: 114px;
  }
}
.order-postage__item__place {
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  border-left: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-postage__item__price {
  min-width: 80px;
  width: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (min-width: 1024px) {
  .order-postage__box:last-of-type .order-postage__item__price {
    border-right: 1px solid #bebfc2;
  }
}
@media print {
  .order-postage__box:last-of-type .order-postage__item__price {
    border-right: 1px solid #bebfc2;
  }
}

.order-text {
  margin-top: 24px;
}

.order-time {
  margin-top: 16px;
  display: block;
}

.column-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .column-title {
    height: 110px;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .column-title {
    margin-bottom: 56px;
  }
}
@media print {
  .column-title {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .column-title img {
    height: 100%;
    width: 100%;
    -o-object-position: left center;
    object-position: left center;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.column-section {
  margin-top: 40px;
}
@media all and (min-width: 1024px) {
  .column-section {
    margin-top: 56px;
  }
}
@media print {
  .column-section {
    margin-top: 56px;
  }
}

@media all and (min-width: 1024px) {
  .column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }
}
@media print {
  .column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .column-wrap__item {
    margin-top: 32px;
  }
}
@media all and (min-width: 1024px) {
  .column-wrap__item {
    width: calc((100% - 24px) / 2);
  }
}
@media print {
  .column-wrap__item {
    width: calc((100% - 24px) / 2);
  }
}
.column-wrap__item__text {
  margin-top: 16px;
}
.column-wrap__item__button {
  height: 40px;
  width: 100%;
  margin-top: 8px;
}

.column-article {
  margin-top: 24px;
}
.column-article__item {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #cccccc;
}
.column-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (min-width: 1024px) {
  .column-article__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-article__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-article__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-article__link:hover {
    opacity: 0.6;
  }
}
.column-article__img {
  height: 64px;
  width: 96px;
}
.column-article__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.column-article__detail {
  width: calc(100% - 96px);
  margin-left: 16px;
}
.column-article__detail--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
.column-article__tag {
  font-size: 1rem;
  padding: 0 12px;
  min-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-width: 1px;
  border-style: solid;
}
.column-article__tag--cat01 {
  border-color: #804d40;
  color: #804d40;
}
.column-article__tag--cat02 {
  border-color: #6fb347;
  color: #6fb347;
}
.column-article__tag--cat03 {
  border-color: #f27318;
  color: #f27318;
}
.column-article__tag--cat04 {
  border-color: #f2aa18;
  color: #f2aa18;
}
.column-article__tag--cat05 {
  border-color: #e65050;
  color: #e65050;
}
.column-article__tag--cat06 {
  border-color: #0f9499;
  color: #0f9499;
}
.column-article__tag--cat07 {
  border-color: #7386e6;
  color: #7386e6;
}
.column-article__tag--cat08 {
  border-color: #9877d9;
  color: #9877d9;
}
.column-article__tag--cat09 {
  border-color: #7386e6;
  color: #7386e6;
}
.column-article__tag--cat10 {
  border-color: #323233;
  color: #323233;
}
.column-article__tag--cat11 {
  border-color: #e10041;
  color: #e10041;
}
.column-article__date {
  font-size: 1rem;
  color: #bebfc2;
  font-weight: bold;
}
.column-article__title {
  display: block;
  font-weight: bold;
  line-height: 1.43;
  font-size: 1.4rem;
  margin-top: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.column-card {
  margin-top: 18px;
}
.column-card .slick-list {
  padding-right: 70px;
}
@media all and (min-width: 1024px) {
  .column-card .slick-list {
    padding-right: 52px;
  }
}
@media print {
  .column-card .slick-list {
    padding-right: 52px;
  }
}
.column-card .slick-track {
  margin-left: 0;
}
.column-card__item {
  margin-right: 8px;
}
@media all and (min-width: 1024px) {
  .column-card__item {
    margin-right: 20px;
  }
}
@media print {
  .column-card__item {
    margin-right: 20px;
  }
}
.column-card__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .column-card__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-card__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-card__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-card__link:hover {
    opacity: 0.6;
  }
}
.column-card__img {
  padding-top: 66.66%;
  overflow: hidden;
  position: relative;
}
.column-card__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.column-card__info {
  margin-top: 8px;
}
@media all and (min-width: 1024px) {
  .column-card__info {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .column-card__info {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .column-card__info--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.column-card__title {
  font-weight: bold;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  margin-bottom: 6px;
  margin-top: 8px;
}
.column-card__date {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #bebfc2;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .column-card__date {
    margin-top: 4px;
  }
}
@media all and (min-width: 1024px) {
  .column-card__date {
    font-size: 1.2rem;
  }
}
@media print {
  .column-card__date {
    font-size: 1.2rem;
  }
}
.column-card__arrow {
  height: 68px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  border: 1px solid #9c81ad;
}
.column-card__arrow:focus {
  outline: none;
}
.column-card__arrow.slick-disabled {
  display: none !important;
}
.column-card__arrow--prev {
  left: 0;
  z-index: 1;
}
.column-card__arrow--prev:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  border-bottom: 1px solid #9c81ad;
  border-left: 1px solid #9c81ad;
}
.column-card__arrow--next {
  right: 0;
}
@media all and (min-width: 1024px) {
  .column-card__arrow--next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media print {
  .column-card__arrow--next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.column-card__arrow--next:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #9c81ad;
  border-right: 1px solid #9c81ad;
}

.column-banner {
  margin-top: 32px;
}
@media all and (min-width: 1024px) {
  .column-banner {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .column-banner {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .column-banner__item {
    height: 80px;
    width: 326px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1024px) {
  .column-banner__item {
    width: calc((100% - 20px) / 3);
  }
}
@media print {
  .column-banner__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1023px) {
  .column-banner__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.column-banner__link {
  display: block;
}
@media all and (min-width: 1024px) {
  .column-banner__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-banner__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-banner__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-banner__link:hover {
    opacity: 0.6;
  }
}

.column-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-tags--title {
  padding-left: 30px;
}
.column-tags li {
  margin-right: 4px;
}

.content-side .heading-line:nth-of-type(n + 2) {
  margin-top: 30px;
}

.column-side {
  margin-top: 8px;
}
@media all and (min-width: 1024px) {
  .column-side {
    margin-top: 16px;
  }
}
@media print {
  .column-side {
    margin-top: 16px;
  }
}
.column-side a {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
@media all and (min-width: 1024px) {
  .column-side a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-side a:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-side a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-side a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .column-side a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    border-bottom: 1px solid #bebfc2;
  }
}
@media all and (min-width: 1024px) {
  .column-side a {
    margin-top: 8px;
  }
}
@media print {
  .column-side a {
    margin-top: 8px;
  }
}
.column-side a:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
}
@media all and (min-width: 1024px) {
  .column-side a:before {
    top: 6px;
  }
}
@media print {
  .column-side a:before {
    top: 6px;
  }
}

@media screen and (max-width: 1023px) {
  .column-side-sp {
    margin-top: 40px;
  }
}

@media all and (min-width: 1024px) {
  .column-articles {
    margin-top: 8px;
  }
}
@media print {
  .column-articles {
    margin-top: 8px;
  }
}
@media all and (min-width: 1024px) {
  .column-articles__item:nth-child(n+2),
.column-articles .cat-item:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media print {
  .column-articles__item:nth-child(n+2),
.column-articles .cat-item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.column-articles__link,
.column-articles .cat-item > a {
  display: block;
}
@media all and (min-width: 1024px) {
  .column-articles__link,
.column-articles .cat-item > a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-articles__link:hover,
.column-articles .cat-item > a:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-articles__link,
.column-articles .cat-item > a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-articles__link:hover,
.column-articles .cat-item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .column-articles__link,
.column-articles .cat-item > a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #bebfc2;
  }
}
.column-articles__date {
  color: #bebfc2;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}
.column-articles__title {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
}

.column-button--back {
  margin-top: 40px;
  height: 46px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1024px) {
  .column-button--back {
    height: 56px;
    width: 280px;
  }
}
@media print {
  .column-button--back {
    height: 56px;
    width: 280px;
  }
}

.column-list {
  margin-top: 32px;
}
@media all and (min-width: 1024px) {
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print {
  .column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .column-list:after {
    content: "";
    display: block;
    width: calc((100% - 48px) / 3);
  }
}
@media print {
  .column-list:after {
    content: "";
    display: block;
    width: calc((100% - 48px) / 3);
  }
}
@media all and (min-width: 1024px) {
  .column-list__item {
    width: calc((100% - 48px) / 3);
  }
}
@media print {
  .column-list__item {
    width: calc((100% - 48px) / 3);
  }
}
@media all and (min-width: 1024px) {
  .column-list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media print {
  .column-list__item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .column-list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.column-wysiwyg {
  margin-top: 32px;
}
.column-wysiwyg h2 {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 4px 8px;
  border-bottom: 2px solid #323233;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  background: #9c81ad;
  margin-bottom: 24px;
}
.column-wysiwyg h2:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
  background-color: #ffffff;
}
.column-wysiwyg h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 4px solid #323233;
  padding-bottom: 6px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .column-wysiwyg h3 {
    font-size: 1.111vw;
  }
}
.column-wysiwyg a {
  color: #0079d9;
}
@media all and (min-width: 1024px) {
  .column-wysiwyg a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-wysiwyg a:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-wysiwyg a {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-wysiwyg a:hover {
    opacity: 0.6;
  }
}
.column-wysiwyg p {
  margin-bottom: 24px;
}
.column-wysiwyg img {
  display: inline-block;
  height: auto !important;
  margin-bottom: 8px;
}
.column-wysiwyg iframe {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .column-wysiwyg table {
    width: 100%;
  }
}

.column-prev-next {
  padding-top: 24px;
  border-top: 1px solid #bebfc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.column-prev-next__link {
  display: block;
  max-width: calc(50% - 10px);
}
@media all and (min-width: 1024px) {
  .column-prev-next__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-prev-next__link:hover {
    opacity: 0.6;
  }
}
@media print {
  .column-prev-next__link {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column-prev-next__link:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 1024px) {
  .column-prev-next__link {
    max-width: calc(50% - 40px);
  }
}
@media print {
  .column-prev-next__link {
    max-width: calc(50% - 40px);
  }
}
.column-prev-next__link:nth-child(1) strong {
  position: relative;
  padding-left: 1.2em;
}
.column-prev-next__link:nth-child(1) strong:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.column-prev-next__link:nth-child(2) {
  text-align: right;
}
.column-prev-next__link:nth-child(2) strong {
  position: relative;
  padding-right: 1.2em;
}
.column-prev-next__link:nth-child(2) strong:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.column-prev-next__link strong {
  font-size: 1.8rem;
  display: block;
  font-weight: normal;
}
.column-prev-next__title {
  margin-top: 8px;
}

.error-strong {
  text-align: center;
}
.error-strong__text {
  color: #e10041;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  padding-left: 56px;
}
.error-strong__text:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/common/error_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-column .error-strong__text {
  color: #9c81ad;
}

.error-sub {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 16px;
}

.error-text {
  margin-top: 24px;
}
@media all and (min-width: 1024px) {
  .error-text {
    text-align: center;
  }
}
@media print {
  .error-text {
    text-align: center;
  }
}

.error-top-back {
  height: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media all and (min-width: 1024px) {
  .error-top-back {
    height: 56px;
    width: 280px;
  }
}
@media print {
  .error-top-back {
    height: 56px;
    width: 280px;
  }
}