@charset "UTF-8";
/*
========================================
font
========================================
*/
/* RakutenSans */
@font-face {
  font-family: "RakutenSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_RakutenSans/UI/RakutenSans_UI_W_Rg.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_RakutenSans/UI/RakutenSans_UI_W_Rg.woff") format("woff");
}
@font-face {
  font-family: "RakutenSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_RakutenSans/UI/RakutenSans_UI_W_Bd.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_RakutenSans/UI/RakutenSans_UI_W_Bd.woff") format("woff");
}
/* RakutenSansJP */
@font-face {
  font-family: "RakutenSansJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_RakutenSansJP/RakutenSansJP_W_Regular.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_RakutenSansJP/RakutenSansJP_W_Regular.woff") format("woff");
}
@font-face {
  font-family: "RakutenSansJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_RakutenSansJP/RakutenSansJP_W_Bold.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_RakutenSansJP/RakutenSansJP_W_Bold.woff") format("woff");
}
/* Edu NSW ACT Foundation */
@font-face {
  font-family: "Edu NSW ACT Foundation";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_EduNSWACTFoundation/EduNSWACTFoundation-Regular.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_EduNSWACTFoundation/EduNSWACTFoundation-Regular.woff") format("woff");
}
@font-face {
  font-family: "Edu NSW ACT Foundation";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/ts/assets/font/woff2/Subset_EduNSWACTFoundation/EduNSWACTFoundation-Bold.woff2") format("woff2"), url("/ts/assets/font/woff/Subset_EduNSWACTFoundation/EduNSWACTFoundation-Bold.woff") format("woff");
}
/* utility */
.--ff-EduNSWACTFoundation {
  font-family: "Edu NSW ACT Foundation";
}

.--fw-regular {
  font-weight: 400;
}

.--fw-bold {
  font-weight: 700;
}
/*
========================================
base
========================================
*/
body {
  font-family: "RakutenSans", "RakutenSansJP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.5;
}

.body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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 {
  content: "";
  content: none;
}

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;
  }
}
@media screen and (max-width: 374px) {
  .only-max374 {
    display: block !important;
  }
}
@media screen and (min-width: 375px) {
  .only-max374 {
    display: none !important;
  }
}
/*
========================================
button REX
========================================
*/
.rex-button {
  width: 100% !important;
}

/*
========================================
button
========================================
*/
/* SP */
/* PC */
@media (min-width: 768px) {
  .rkm-button {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 0;
    font-size: 24px;
  }
}
/*
========================================
JS | scroll top
========================================
*/
/* SP */
.rc-toTop {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
}
.rc-toTop:hover {
  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%;
}

@media (max-width: 767px) {
  .rc-toTop {
    cursor: pointer;
    z-index: 100;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 52px;
    height: 52px;
  }
}
/*
========================================
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-24 {
  margin-top: 24px !important;
}

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

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

@media screen and (max-width: 767px) {
  .rmk-sp-fz-10 {
    font-size: 10px !important;
  }
  .rmk-sp-fz-8 {
    font-size: 10px !important;
    transform: scale(0.8);
  }
  .rmk-sp-mt-5 {
    margin-top: 5px;
  }
}
/* 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;
  }
  .rkm-pc-mt-42 {
    margin-top: 42px !important;
  }
}
/*
========================================
headline
========================================
*/
/* SP */
.rkm-headline {
  position: relative;
  margin: 0 auto 25px;
  padding: 20px 20px 10px 20px;
  text-align: center;
  font-size: 19px;
}
.rkm-headline.--no-bg {
  margin-bottom: 0;
}
.rkm-headline.--no-bg::after {
  content: none;
}
.rkm-headline__header {
  text-align: center;
}
.rkm-headline__pink {
  color: #ff696d;
}
.rkm-headline__blue {
  color: #005dee;
}
.rkm-headline__small {
  font-size: 20px;
}
.rkm-headlineSub {
  position: relative;
  display: inline-block;
  padding: 0 20px 15px;
  font-size: 18px;
  font-weight: 600;
}
.rkm-headlineSub.is-pink {
  background: url(/img/bg_womensub.png) top left/contain no-repeat;
  background-position: 50%;
}
.rkm-headlineSub.is-blue {
  background: url(/img/bg_mensub.png) top left/contain no-repeat;
  background-position: 50%;
}

/* PC */
@media (min-width: 768px) {
  .rkm-headline {
    display: inline-block;
    font-size: 24px;
  }
  .rkm-headlineSub {
    padding: 0 25px 20px;
    font-size: 20px;
  }
}
/*
========================================
headline | underline
========================================
*/
/* SP */
/* PC */
@media (min-width: 768px) {
  .rkm-headline.--underline::before {
    width: 130px;
  }
}
/*
========================================
headline | slash
========================================
*/
/* SP */
/* 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;
  }
}
/*
========================================
uppercase
========================================
*/
.rkm-uppercase {
  text-transform: uppercase;
}

/*
========================================
uppercase
========================================
*/
.visually-hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/*
========================================
notice
========================================
*/
.noticebox {
  width: 80%;
  margin: 12px auto 0;
  padding: 8px 8px;
  text-align: left;
  border: solid 1px #bf0000;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
}

/* PC */
@media (min-width: 768px) {
  .noticebox {
    max-width: 600px;
    margin: 18px auto 0;
    padding: 12px 24px;
  }
}

/*
========================================
device-detect_v2-0.js
========================================
*/
html.web .only-app { display: none !important; }
html.app .only-web { display: none !important; }



