@charset "UTF-8";
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,
figure {
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  background-color: #fbfbfb;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.06em;
  background-color: #fff;
}

@media (min-width: 649px) {
  body {
    width: 375px;
    margin: 0 auto;
  }
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  list-style-type: none;
  zoom: 1;
}

.onlyPC {
  display: block !important;
}

@media (max-width: 648px) {
  .onlyPC {
    display: none !important;
  }
}
.onlySP {
  display: none !important;
}

@media (max-width: 648px) {
  .onlySP {
    display: block !important;
  }
}
.userAgent_sp,
.userAgent_pc {
  display: none;
}

.cf {
  zoom: 1;
}

.cf::before,
.cf::after {
  display: table;
  content: "";
}

.cf::after {
  clear: both;
}

a {
  color: #0783c2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

.rexSurveyNamespace .dteCCc {
  bottom: 90px !important;
}

@media (min-width: 512px) {
  .rexSurveyNamespace .dteCCc {
    right: 3% !important;
    bottom: 122px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 4px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 4px 8px;
  }
}
.rkm-app {
  width: 100%;
  padding: 32px 38px;
  margin-top: 28px;
  border-radius: 26px;
}

.rkm-app__title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 649px) {
  .rkm-app__title {
    font-size: 18px;
  }
}
.rkm-app__container.-pc {
  display: none;
}

@media (min-width: 649px) {
  .rkm-app__container.-pc {
    display: block;
  }
  .rkm-app__container.-sp {
    display: none;
  }
}
.rkm-app__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(58% - 12px);
}

.rkm-app__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 649px) {
  .rkm-app__image {
    margin: 0;
  }
}
.rkm-button {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  background-color: #bf0000;
  border-radius: 50px;
}

.rkm-button__link {
  display: block;
  padding: 16px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.rkm-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.rkm-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 649px) {
  .rkm-button::after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 649px) {
  .rkm-button {
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 0;
    font-size: 20px;
  }
}
/* header */
.header {
  width: 100%;
  background-color: #fff;
  border-bottom: #002896 2px solid;
  margin: 0 auto;
}

.header__inner {
  width: 100%;
  height: 58px;
  padding: 9px 0;
  text-align: center;
}

.header__image {
  width: auto;
  height: 40px;
  margin: 0 auto;
}

.header__inner img {
  height: 40px;
  margin: 0 auto;
}

a.header__logo {
  display: block;
  text-align: center;
}

.rkm-headline {
  padding: 0 16px;
}

.rkm-headline__balloon {
  position: relative;
  width: 233px;
  padding: 8px;
  margin: 0 auto 16px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 26px;
}

@media (min-width: 649px) {
  .rkm-headline__balloon {
    width: 324px;
    margin: 0 auto 32px;
    font-size: 16px;
  }
}
.rkm-headline__balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border: 6px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rkm-headline__balloon.-purple {
  background-color: #d182ff;
}

.rkm-headline__balloon.-purple::before {
  border-top: 6px solid #d182ff;
}

.rkm-headline__balloon.-lightBlue {
  background-color: #78c3ff;
}

.rkm-headline__balloon.-lightBlue::before {
  border-top: 6px solid #78c3ff;
}

.rkm-headline__balloon.-blue {
  background-color: #3c4aff;
}

.rkm-headline__balloon.-blue::before {
  border-top: 6px solid #3c4aff;
}

.rkm-headline__balloon.-pink {
  background-color: #ff7070;
}

.rkm-headline__balloon.-pink::before {
  border-top: 6px solid #ff7070;
}

.rkm-headline__marker {
  position: relative;
  padding-bottom: 2px;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe6ab));
  background: linear-gradient(to bottom, transparent 60%, #ffe6ab 0%);
}

@media (min-width: 649px) {
  .rkm-headline__marker {
    font-size: 18px;
  }
}
.rkm-item {
  max-width: 252px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
}

.rkm-item__link {
  color: #333333 !important;
}

.rkm-item__image:hover {
  opacity: 0.8;
}

.rkm-item__title {
  font-size: 14px;
  padding: 8px;
  font-weight: 700;
}

@media (min-width: 649px) {
  .rkm-item__title {
    font-size: 16px;
  }
}
.rkm-column1 {
  padding: 0 16px;
}

@media (min-width: 649px) {
  .rkm-column1 {
    padding: 0;
  }
}
.rkm-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rkm-button {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 18px;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 700;
  background-color: #333333;
  border: 2px solid #333333;
  border-radius: 4px;
  width: 87%;
}

.rkm-button:hover {
  text-decoration: none;
}

.rkm-button__link {
  display: block;
  padding: 16px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.rkm-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.rkm-button__text {
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 768px) {
  .rkm-button__text {
    font-size: 16px;
  }
}
.rkm-button::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .rkm-button::after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .rkm-button {
    position: relative;
    width: 66%;
    max-width: 460px;
    padding: 12px 0;
    font-size: 20px;
    margin-top: 28px;
  }
}

.rkm-column2 > * {
  width: calc((100% - 12px) / 2);
}

.rkm-column2 > :nth-of-type(2n) {
  margin-left: 12px;
}

.rkm-column2 > :nth-of-type(n + 3) {
  margin-top: 12px;
}

@media (min-width: 649px) {
  .rkm-column2 > * {
    width: auto;
  }
  .rkm-column2 > :nth-of-type(2n) {
    margin-left: 0;
  }
  .rkm-column2 > :nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 649px) {
  .rkm-columnPC4 {
    max-width: 644px;
    margin: 0 auto;
  }
  .rkm-columnPC4 > * {
    width: calc((100% - 72px) / 4);
    margin-right: 24px;
  }
  .rkm-columnPC4 > :nth-of-type(4n) {
    margin-right: 0;
  }
  .rkm-columnPC4 > :nth-of-type(n + 5) {
    margin-top: 24px;
  }
}
@media (min-width: 649px) {
  .rkm-pc-width468 {
    width: 468px;
    margin: 0 auto;
  }
}
@media (min-width: 649px) {
  .rkm-pc-width848 {
    max-width: 880px;
    padding: 0 16px;
    margin: 0 auto;
  }
}
@media (min-width: 649px) {
  .rkm-pc-width960 {
    max-width: 960px;
    padding: 0 32px;
    margin: 0 auto;
  }
}
.rkm-pt-16 {
  padding-top: 16px;
}

.rkm-mt-16 {
  margin-top: 16px;
}

.rkm-ml-32 {
  margin-left: 32px;
}

@media (min-width: 649px) {
  .rkm-pc-pt-28 {
    padding-top: 28px;
  }
}
/*************************************
breakpoint
*************************************/
/*************************************
font-size
*************************************/
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

@media screen and (min-width: 649px) {
  .display-sp {
    display: none !important;
  }
}
@media screen and (max-width: 648px) {
  .display-pc {
    display: none !important;
  }
}
.l-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-container h1, .l-container h2 {
  text-align: center;
}

@media screen and (min-width: 649px) {
  .l-container {
   padding: 8.5333333333% 4.2666666667%;
  }
}
@media screen and (max-width: 648px) {
  .l-container {
    padding: 6.4vw 4.2666666667vw;
  }
}
.c-btn {
  line-height: 1.5;
  text-align: center;
}

.c-btn__link {
  background-color: #bf0000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 16px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1rem;
  max-width: 343px;
}

.c-btn__link::after {
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}

.c-btn__link:hover {
  opacity: 0.8;
}

.c-text__link {
  color: #a23f22 !important;
  text-decoration: underline !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-text__link.is_hover {
  opacity: 0.65;
}

.c-title {
  line-height: 1.5;
  text-align: center;
}

.c-title--primary {
  color: #333;
  font-weight: bold;
}

.c-title--primary {
  font-size: 22px;
}

.c-title--udr {
  border-bottom-color: #ffae00;
  border-bottom-style: solid;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
}

@media screen and (min-width: 649px) {
  .c-title--udr {
    border-bottom-width: 4px;
    width: 500px;
  }
}
@media screen and (max-width: 648px) {
  .c-title--udr {
    border-bottom-width: 3px;
    width: 80vw;
  }
}
.c-totop {
  bottom: 8px;
  position: fixed;
}

@media screen and (min-width: 649px) {
  .c-totop {
    right: 3%;
  }
}
@media screen and (max-width: 648px) {
  .c-totop {
    right: 16px;
    width: 14.4vw;
  }
}
.p-app {
  /*margin-top: 32px;*/
  text-align: center;
  width: 95.7333333333%;
  margin-top: 16px;
}

.p-app__note {
  margin-top: 16px;
  font-size: 0.9rem;
}

@media screen and (max-width: 648px) {
  .p-footer {
    font-size: 1.4rem;
  }
}
.p-footer__logo {
  text-align: center;
}

.p-footer__logo img {
  max-width: 160px;
}

.p-footer__nav {
  letter-spacing: -0.4em;
  margin-top: 24px;
  text-align: center;
}

.p-footer__nav > li {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 16px;
  padding-right: 16px;
}

.p-footer__nav > li:not(:last-child) {
  border-right: 1px solid #999;
}

.p-footer__nav > li > a {
  color: #333;
  text-decoration: none;
}

.p-footer__copyright {
  margin-top: 24px;
  text-align: center;
}

.p-overview {
  margin-top: 24px;
}

@media screen and (max-width: 648px) {
  .p-overview {
    font-size: 1.4rem;
  }
}
.p-overview__title {
  font-weight: bold;
  padding-left: 24px;
  position: relative;
}

.p-overview__title::before {
  background-color: #ebebeb;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}

.p-overview__des {
  font-size: 1rem;
  margin-top: 8px;
}

.p-overview__camId {
  background-color: #f8f8f8;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}

.p-overview__note {
  color: #999;
  font-size: 0.8rem;
  margin-top: 8px;
  padding-left: 16px;
  position: relative;
}

.p-overview__note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 1px;
}

@media screen and (max-width: 648px) {
  .p-precautions {
    font-size: 1.4rem;
  }
}
.p-precautions__list {
  font-size: 1rem;
  margin-top: 16px;
}

.p-precautions__list > li {
  position: relative;
  padding-left: 24px;
}

.p-precautions__list > li + li {
  margin-top: 24px;
}

.p-precautions__list > li::before {
  background-color: #aaa;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}

.p-precautions__listChild > li {
  margin-top: 8px;
  padding-left: 8px;
  position: relative;
}

.p-precautions__listChild > li::before {
  background-color: #aaa;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 4px;
}

.p-product {
  margin-top: 40px;
}

.p-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.p-step__item {
  margin-bottom: 16px;
}

@media screen and (min-width: 649px) {
  .p-step__item {
    width: 42.1333333333%;
  }
}
@media screen and (max-width: 648px) {
  .p-step__item {
    width: 40vw;
  }
}
@media screen and (min-width: 649px) {
  .p-step__item:nth-child(2n+1) {
    margin-right: 6.4%;
  }
}
@media screen and (max-width: 648px) {
  .p-step__item:nth-child(2n+1) {
    margin-right: 7.4666666667vw;
  }
}
@media screen and (max-width: 648px) {
  .p-step__item:nth-child(n+3) {
    margin-top: 16px;
  }
}
.p-step__num {
  text-align: center;
}

@media screen and (min-width: 649px) {
  .p-step__num img {
    width: 36px;
  }
}
@media screen and (max-width: 648px) {
  .p-step__num img {
    width: 8.5333333333vw;
  }
}
.p-step__image {
  margin-top: 8px;
}

.p-step__text {
  font-size: 0.9rem;
  padding: 8px 0 0;
}

.p-term__date {
  margin-top: 8px;
  text-align: center;
}

@media screen and (min-width: 649px) {
  .p-term__date {
    font-weight: 700;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 648px) {
  .p-term__date {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    /* font-size: 3.46667vw; */
  }
}
.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-bgclr-fff {
  background-color: #fff;
}

.u-bgclr-fff5c5 {
  background-color: #fff5c5;
}

.u-bgclr-fffae5 {
  background-color: #fffae5;
}

.u-bgclr-f8f8f8 {
  background-color: #f8f8f8;
}

.u-color-ffae00 {
  color: #ffae00;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

/*toTop*/
.rc-toTop {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  bottom: 25px;
  right: 24px;
  width: 52px;
  height: 52px;
}

@media (max-width: 767px) {
  .rc-toTop {
    cursor: pointer;
    z-index: 100;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 52px;
    height: 52px;
  }
}
.rc-toTop:hover {
  -webkit-filter: contrast(0.86);
  filter: contrast(0.86);
}

.rc-toTop:after {
  background-image: url(https://rakuma.rakuten.co.jp/info/campaign/common/img/ui-chevron-up-white.svg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

/* utility */
.rkm-bgc-002896 {
  background-color: #002896;
}

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

/* SP */
/* common */
.common_headline {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 8px 8px 32px;
}

.common_headlineM {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 32px 4vw 0;
}

.common_headlineS {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 16px 4vw 0;
}

/* mainVisual */
.mainVisual {
  position: relative;
  background: #ffffff url(../img/mainVisual_bg_pc.png) center no-repeat;
  background-size: cover;
}

.mainVisual__inner {
  max-width: 768px;
  margin: 0 auto;
}

.mainVisual__imageSP {
  width: 100%;
  height: auto;
}

/* term */
.term {
  padding: 20px 0 0;
}

.term__headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.term__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

/* distribution */


.distributionWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-distribution__item:not(:nth-of-type(1)) {
  margin-top: 12px;
}

.p-distribution__image {
  width: 100%;
  max-width: 196.7px;
}

.p-distribution {
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 348px;
}
.p-distribution__item{
  margin-bottom: calc(14/375*100%);
}
.p-distribution__item:nth-of-type(2n-1) {
  margin-right: calc(14/375*100%);
}
.p-distribution__item:nth-of-type(5) {
  margin: 0 auto;
}
.p-distribution__image {
  width: 44vw;
}

@media screen and (min-width: 649px) {
  .p-distribution__item{
    margin-bottom: 8px;
  }
  .p-distribution__item:nth-of-type(2n-1) {
    margin-right: 8px;
  }
  .p-distribution__item:nth-of-type(5) {
    margin-bottom: 0;
  }
  .p-distribution__image {
    width: 168px;
    max-width: 196.7px;
}
}
/* shop */
.shop{
  margin-top: 16px;
}
.p-shop__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}

.p-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.p-shop__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  width: 47.7333333333%;
  height: 52.8px;
  background: #ffffff;
  border: 2px solid #91B8FF;
  border-radius: 28.75px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(116, 147, 204, 0.3019607843);
  box-shadow: 1px 1px 3px 0px rgba(116, 147, 204, 0.3019607843);
}

.p-shop__item:nth-of-type(odd) {
  margin-right: 4vw;
}

.p-shop__item:nth-of-type(n + 3) {
  margin-top: 12px;
}

.p-shop__link {
  display: block;
  color: #333333;
  height: 100%;
  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;
  text-align: center;
  padding: 0 10px;
}

/* shop|category */
.rkm-categoryArea {
  padding-top: 16px;
}

.rkm-ancerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.rkm-ancerLink__item {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  width: calc((100% - 16px) / 2);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.rkm-ancerLink__item::after {
  position: absolute;
  content: "";
  border-bottom: solid 2px #333333;
  border-right: solid 2px #333333;
  width: 7px;
  height: 7px;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.rkm-ancerLink__text {
  color: #333;
  font-weight: 600;
  height: 100%;
  display: block;
  padding: 16px 0 24px;
}

.rkm-ancerLink__text:hover {
  text-decoration: none;
}

.rkm-categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.rkm-categoryList__item {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.rkm-categoryList__item:nth-of-type(n + 2) {
  border-top: 2px solid #ebebeb;
}

.rkm-categoryList__image {
  position: absolute;
  height: 50px;
  top: 50%;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.rkm-categoryList__link {
  display: block;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  padding: 16px 0 16px 32px;
  color: #333333;
}

.shoplogo__descriptionText {
  margin-top: 16px;
  font-size: 13px;
  text-align: center;
}

.shoplogo__item {
  display: flex;
  margin: auto;
  text-align: center;
}

.shoplogo__image {
  margin: 0 auto;
  width: calc(370/750*100%);
}

@media screen and (min-width: 769px){
  .shoplogo__image {
    margin: 0 auto;
    width: 172px;
  }
}

.rkm-categoryList__link:hover {
  text-decoration: none;
}

.rkm-productList__imageBox {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.rkm-productList__imageBoxItem {
  box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  width: 100%;
}

.rkm-productList__imageBoxItem:nth-of-type(n + 2) {
  margin-left: 8px;
}

.rkm-productList__imageBoxImage {
  margin: 0 auto;
}

.rkm-productList__item:nth-of-type(n + 2) {
  margin-top: 56px;
}

.rkm-productList__image {
  margin: 0 auto;
}

.rkm-productList__descriptionText {
  margin-top: 16px;
  font-size: 13px;
  text-align: left;
  text-align: left;
  text-align: left;
}

/* shop|accordion */
.rkm-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 16px 28px 16px;
}

.rkm-accordion__item {
  position: relative;
  width: calc((100% - 24px) / 3);
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 3px 18px -9px #737373;
  box-shadow: 2px 3px 18px -9px #737373;
}

.rkm-accordion__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.rkm-accordion__item.-display {
  display: block !important;
}

.rkm-accordion__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.rkm-accordion__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88%;
}

.rkm-accordion__item:nth-of-type(n + 13) {
  display: none;
}

.rkm-accordion__item:nth-of-type(n + 2) {
  margin-left: 12px;
}

.rkm-accordion__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.rkm-accordion__item:nth-of-type(n + 4) {
  margin-top: 12px;
}

.rkm-moreview {
  position: relative;
  text-align: center;
  font-size: 14px;
  /* margin-top: -60px; */
  padding-bottom: 6.4vw;
}

.rkm-moreview__text {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}

.rkm-moreview__text::after {
  position: absolute;
  content: "";
  background: url(../img/moreviewButton_icon.png);
  background-size: contain;
  width: 8px;
  height: 5px;
  bottom: 8px;
  right: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rkm-moreview__text.-open {
  display: none;
}

/* .rkm-moreview::before {
  content: "";
  position: absolute;
  background-image: url(../img/productArea_moreview_overlay_bg.png);
  background-size: cover;
  width: 100vw;
  height: 166px;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;

  background: linear-gradient(rgba(222,233,255,0),rgba(222,233,255,1));
  width: 100%;
  height: 120px;
} */
.rkm-moreview.-open {
  display: none;
}

.rkm-moreview.-open::before {
  display: none;
}

.rkm-coloseText {
  display: none;
  text-align: center;
}

.rkm-coloseText.-open {
  display: block;
}

.rkm-coloseText__inner {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

.rkm-coloseText__inner::after {
  position: absolute;
  content: "";
  background: url(../img/moreviewButton_icon.png);
  background-size: contain;
  width: 8px;
  height: 5px;
  bottom: 8px;
  right: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}

/* brand */
.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 16px auto 0;
}

@media screen and (min-width: 500px) {
  .brand {
    margin: 16px auto;
  }
}
.brand__item {
  width: 48%;
  margin: 0 0 20px;
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .brand__item {
    width: 163.5px;
    font-size: 14px;
  }
}
.brand__item:nth-last-child(-n+2) {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .brand__item:nth-last-child(-n+3) {
    margin: 0;
  }
}
.brand__itemLink {
  color: #333333;
}

.brand__itemLink:hover {
  text-decoration: none;
}

.brand__nameText {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 300;
  font-size: smaller;
  color: #333;
}

.brand__itemText {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 500;
}

.brand__itemImage {
  margin: 0 0 10px;
  border-radius: 6%;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.brand__item p + p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 400;
}

.brand__itemPrice01 {
  color: #BF0000;
}

.brand__itemPrice02 {
  margin: 0 0 0 10px;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .brand__itemPrice02 {
    font-size: 13px;
  }
}

/* product */
.product {
  background: #EBF2FF;
}

.product__title {
  margin: 8px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.product__link {
  width: 100%;
  max-width: 560px;
  margin: 8px auto 0;
}

/* howToUse */
/* application */
.application {
  padding: 28px 0;
}

.application__box {
  width: 92%;
  padding: 32px 38px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
}

.rkm-app__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  margin: 20px auto 0;
}

.rkm-app__iconBox {
  width: 42%;
  margin-right: 4vw;
}

@media (min-width: 649px) {
  .rkm-app__iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    max-width: 320px;
    height: 110px;
    margin: 0 auto;
  }
  .rkm-app__iconBox .rkm-app__image {
    height: 100%;
  }
}
.rkm-app__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* footer */
.footer {
  background: #ffffff;
  /* background: #f8f8f8; */
  padding: 28px 0;
}

.footer__image {
  display: block;
  height: 29px;
  margin: 0 auto;
}

.footer__copyright {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}

.rkm-brand__shop {
  margin: 0 auto;
  width: 100%;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop {
    margin: 20px auto 0;
    width: 90%;
    max-width: 1000px;
  }
} */
.rkm-brand__shop_menu {
  margin: 0 auto;
  padding: 15px 0 20px;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu {
    margin: 0 auto;
    padding: 10px 0 15px;
  }
} */
.rkm-brand__shop_menu_wrap {
  margin: 0 -5px 0 -10px;
  position: relative;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_wrap {
    margin: 0 auto;
  }
} */
.rkm-brand__shop_menu_ul {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_ul {
    margin: 0;
    padding: 0;
  }
} */
.rkm-brand__shop_menu_li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 4px 0 4px 11px;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 19px;
    background: none;
    border: none;
  }
} */
.rkm-brand__shop_menu_li a {
  display: block;
  color: #333;
  text-decoration: none;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_li a {
    border-right: 1px solid #adadad;
    display: inline-block;
    line-height: 17px;
    margin: 0 2px;
    padding: 0 12px 0 7px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_li a:hover {
    text-decoration: underline;
  }
} */
.rkm-brand__shop_menu_other {
  width: 76px;
  font-size: 10px;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_menu_other {
    width: auto;
    font-size: 14px;
  }
} */
.rkm-brand__shop_name_dt {
  padding: 4px 10px;
  display: block;
  color: #fff;
  background-color: #333;
  font-weight: 700;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_name_dt {
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0 4px 4px;
    color: #333;
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .rkm-brand__shop_name_dd {
    padding: 0 4px;
  }
}
@media screen and (min-width: 768px) {
  .rkm-brand__shop_name_ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
} */
.rkm-brand__shop_name_li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_name_li {
    margin: 0 10px 8px 0;
    width: 200px;
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    cursor: auto;
  }
} */
.rkm-brand__shop_name_li a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_name_li a {
    color: #888;
    display: inline;
  }
} */
.rkm-brand__shop_name_li a:hover {
  color: #333;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_name_li a:hover {
    text-decoration: underline;
  }
} */
.rkm-brand__shop_name_top {
  margin: 10px auto;
  width: 90%;
  list-style: none;
  font-size: 12px;
  text-align: right;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop_name_top {
    margin: 0 auto;
  }
} */
.rkm-brand__shop_name_top a {
  color: #333;
  text-decoration: underline;
  position: relative;
}

.rkm-brand__shop_name_top a:after {
  position: absolute;
  content: "";
  background: url(../img/moreviewButton_icon.png);
  background-size: contain;
  width: 8px;
  height: 5px;
  bottom: 8px;
  right: -12px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop .rkm-moreview {
    margin-top: 20px;
  }
} */
.rkm-brand__shop .rkm-moreview::before {
  width: 100%;
}

/* @media screen and (min-width: 768px) {
  .rkm-brand__shop .rkm-moreview::before {
    height: 140px;
    top: -30px;
  }
} */
/* SP */
.rkm-headline {
  padding: 0 16px;
  text-align: center;
}

.rkm-headline__headline {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.rkm-headline__headline.-slash {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.rkm-headline__headline.-slash::before,
.rkm-headline__headline.-slash::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: "";
  background-color: #333333;
  border-radius: 8px;
}

.rkm-headline__headline.-slash::before {
  left: -24px;
  -webkit-transform: rotate(56deg);
  transform: rotate(56deg);
}

.rkm-headline__headline.-slash::after {
  right: -24px;
  -webkit-transform: rotate(-56deg);
  transform: rotate(-56deg);
}


/*
========================================
itemList
========================================
*/
/* SP */
.itemList {
  padding-top: 55px;
}
.itemList__headline {
  display: flex;
  justify-content: center;
  height: 68px;
  width: auto;
}
.itemList__picture {
  display: block;
  height: 100%;
}
.itemList__image {
  height: 100%;
  width: auto;
}
.itemList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((371 / 375) * 100%);
  margin: 8px 0 auto;
}
.itemList__listItem-women,.itemList__listItem-men {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  width: calc(((358 / 2) / 375) * 100%);
  height: 113px;

  background-repeat:  no-repeat;
  background-position: center center;
  background-size:  cover;
}
.itemList__listItem-women:nth-of-type(1) 	{background-image: url(../img/category-ladies01.png);}
.itemList__listItem-women:nth-of-type(2)	{background-image: url(../img/category-ladies02.png);}
.itemList__listItem-women:nth-of-type(3)	{background-image: url(../img/category-ladies03.png);}
.itemList__listItem-women:nth-of-type(4)	{background-image: url(../img/category-ladies04.png);}
.itemList__listItem-women:nth-of-type(5)	{background-image: url(../img/category-ladies05.png);}
.itemList__listItem-women:nth-of-type(6)	{background-image: url(../img/category-ladies06.png);}
.itemList__listItem-women:nth-of-type(7)	{background-image: url(../img/category-ladies07.png);}
.itemList__listItem-women:nth-of-type(8)	{background-image: url(../img/category-ladies08.png);}
.itemList__listItem-women:nth-of-type(9)	{background-image: url(../img/category-ladies09.png);}
.itemList__listItem-women:nth-of-type(10)	{background-image: url(../img/category-ladies10.png);}

.itemList__listItem-men:nth-of-type(1)	{background-image: url(../img/category-mens01.png);}
.itemList__listItem-men:nth-of-type(2)	{background-image: url(../img/category-mens02.png);}
.itemList__listItem-men:nth-of-type(3)	{background-image: url(../img/category-mens03.png);}
.itemList__listItem-men:nth-of-type(4)	{background-image: url(../img/category-mens04.png);}
.itemList__listItem-men:nth-of-type(5)	{background-image: url(../img/category-mens05.png);}
.itemList__listItem-men:nth-of-type(6)	{background-image: url(../img/category-mens06.png);}
.itemList__listItem-men:nth-of-type(7)	{background-image: url(../img/category-mens07.png);}
.itemList__listItem-men:nth-of-type(8)	{background-image: url(../img/category-mens08.png);}
.itemList__listItem-women:nth-child(n + 3),.itemList__listItem-men:nth-child(n + 3) {
  margin-top: 16px;
}
.itemList__link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.itemList__linkInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 374px) {
  .itemList__link {
    font-size: 13px;
  }
}

/* PC */
@media (min-width: 768px) {
  .itemList {
    padding-top: 70px;
  }
  .itemList__headline {
    height: 135px;
  }

  .itemList__listItem-women,.itemList__listItem-men {
    /* max-height: 279.58909px; */
    width: calc(((358 / 2) / 375) * 100%);
  }
  .itemList__listItem:nth-child(2n-1) {
    flex-flow: row-reverse;
    margin-left: 0;
  }

}