@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
  font-family: 'RakutenSans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fril.jp/ts/assets/font/RakutenSans_UI_W_Rg.woff2') format('woff2'),
    url('https://fril.jp/ts/assets/font/RakutenSans_UI_W_Rg.woff') format('woff');
}
@font-face {
  font-family: 'RakutenSans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fril.jp/ts/assets/font/RakutenSans_UI_W_Bd.woff2') format('woff2'),
    url('https://fril.jp/ts/assets/font/RakutenSans_UI_W_Bd.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Regular'),
    local('NotoSansJP-Regular'),
    url('https://fril.jp/ts/assets/font/NotoSansJP-Regular.woff2') format('woff2'),
    url('https://fril.jp/ts/assets/font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('https://fril.jp/ts/assets/font/NotoSansJP-Bold.woff2') format('woff2'),
    url('https://fril.jp/ts/assets/font/NotoSansJP-Bold.woff') format('woff');
}



/*
========================================
base
========================================
*/
body {
  font-family: "RakutenSans", "Noto Sans", "Noto Sans CJK JP", "Noto Sans JP", "NotoSansJP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.45;
}
.body {
  overflow-x: hidden;
}
a {
  color: #1e48ba;
  text-decoration: underline;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}
figure,
picture,
source {
  /* width: 100%;
  max-width: 100%; */
}
table {
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
.hr {
  border-top: 1px solid #333;
}


/*
========================================
SP/PCの出し分け
========================================
*/
.onlyPC {
  display: none !important;
}
.onlySP {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .onlyPC {
    display: block !important;
  }
  .onlySP {
    display: none !important;
  }
}



/*
========================================
button REX
========================================
*/
.rex-button {
  width: 100% !important;
}



/*
========================================
button
========================================
*/
/* SP */
.rkm-button {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  background-color: #bf0000;
  border-radius: 50px;
  width: calc((345 / 375) * 100%);
  max-width: 360px;
}
.rkm-button__link {
  display: block;
  padding: 12px 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  max-width: 460px;
}
.rkm-button__link:hover {
  text-decoration: none;
}

/* PC */
@media (min-width: 768px) {
  .rkm-button {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 0;
    font-size: 20px;
  }
}



/*
========================================
JS | scroll top
========================================
*/
/* SP */
.rc-toTop {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  bottom: 75px;
  right: 24px;
  width: 52px;
  height: 52px
}
@media (max-width: 767px) {
.rc-toTop {
    cursor: pointer;
    z-index: 100;
    position: fixed;
    bottom: 56px;
    right: 5px;
    width: 52px;
    height: 52px;
  }
}
.rc-toTop:hover {
  -webkit-filter: contrast(.86);
  filter: contrast(.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
========================================
*/
/* SP */
.rkm-c-d1d1d1 {
  color: #d1d1d1 !important;
}

.rkm-p-8 {
  padding: 8px !important;
}

.rkm-mx-4vw {
  margin-left: 4vw;
  margin-right: 4vw;
}

.rkm-mt-12 {
  margin-top: 12px !important;
}
.rkm-mt-16 {
  margin-top: 16px !important;
}
.rkm-mt-20 {
  margin-top: 20px !important;
}
.rkm-mt-28 {
  margin-top: 28px !important;
}

.rkm-ml-24 {
  margin-left: 24px !important;
}

/* PC */
@media screen and (min-width: 768px) {
  .rkm-pc-mt-24 {
    margin-top: 24px !important;
  }
  .rkm-pc-mt-28 {
    margin-top: 28px !important;
  }
  .rkm-pc-mt-36 {
    margin-top: 36px !important;
  }
}



/*
========================================
headline
========================================
*/
/* SP */
.rkm-headline {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 4vw;
}
.rkm-headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 80px;
  height: 2px;
  background-color: #333;
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline {
    font-size: 24px;
  }
  .rkm-headline::before {
    bottom: -7px;
    width: 100px;
  }
}



/*
========================================
headline | underline
========================================
*/
/* SP */
.rkm-headline.--underline {
  position: relative;
  margin-bottom: 24px;
}
.rkm-headline.--underline::before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 90px;
  height: 4px;
  content: "";
  background-color: #ec0606;
  transform: translateX(-50%);
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline.--underline::before {
    width: 130px;
  }
}



/*
========================================
headline | slash
========================================
*/
/* SP */
.rkm-headline.--slash {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.rkm-headline.--slash::before,
.rkm-headline.--slash::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 2px;
  content: "";
  background-color: #333333;
  border-radius: 8px;
}
.rkm-headline.--slash::before {
  left: -20px;
  -webkit-transform: rotate(56deg);
  transform: rotate(56deg);
}
.rkm-headline.--slash::after {
  right: -20px;
  -webkit-transform: rotate(-56deg);
  transform: rotate(-56deg);
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline.--slash {
    font-size: 16px;
  }
  .rkm-headline.--slash::before,
  .rkm-headline.--slash::after {
    width: 20px;
  }
  .rkm-headline.--slash::before {
    left: -24px;
  }
  .rkm-headline.--slash::after {
    right: -24px;
  }
}



/*
========================================
headline__balloon
========================================
*/
/* SP */
.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;
}
.rkm-headline__balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border: 6px solid transparent;
  transform: translateX(-50%);
}
.rkm-headline__balloon.--orange {
  background-color: #ff9f2d;
}
.rkm-headline__balloon.--orange::before {
  border-top: 6px solid #ff9f2d;
}
.rkm-headline__balloon.--green {
  background-color: #2bc53d;
}
.rkm-headline__balloon.--green::before {
  border-top: 6px solid #2bc53d;
}
.rkm-headline__balloon.--lightGreen {
  background-color: #03d5ae;
}
.rkm-headline__balloon.--lightGreen::before {
  border-top: 6px solid #03d5ae;
}
.rkm-headline__balloon.--blue {
  background-color: #3c4aff;
}
.rkm-headline__balloon.--blue::before {
  border-top: 6px solid #3c4aff;
}
.rkm-headline__balloon.--purple {
  background-color: #d182ff;
}
.rkm-headline__balloon.--purple::before {
  border-top: 6px solid #d182ff;
}
.rkm-headline__balloon.--pink {
  background-color: #f58282;
}
.rkm-headline__balloon.--pink::before {
  border-top: 6px solid #f58282;
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline__balloon {
    width: 324px;
    margin: 0 auto 32px;
    font-size: 16px;
  }
}



/*
========================================
headline__marker
========================================
*/
/* SP */
.rkm-headline__marker {
  position: relative;
  padding-bottom: 2px;
  font-size: 16px;
  background: linear-gradient(to bottom, transparent 60%, #ffe6ab 0%);
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline__marker {
    font-size: 18px;
  }
}
