@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;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.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: #ec0606;
  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: 24px;
  }
}



/*
========================================
JS | scroll top
========================================
*/
/* SP */
.rc-toTop {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  bottom: 24px;
  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(.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-24 {
  margin-top: 24px !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;
  }
  .rkm-pc-mt-42 {
    margin-top: 42px !important;
  }
}



/*
========================================
headline
========================================
*/
/* SP */
.rkm-headline {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 0 4vw;
}

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



/*
========================================
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;
  }
}

/*
========================================
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 以上
========================================
*/
html.web .only-app { display: none !important; }
html.app .only-web { display: none !important; }

/*
========================================
js 依存
========================================
*/
body {
  opacity: 0;
}
body.done {
  opacity: 1;
}
/*
========================================
js 依存
========================================
*/
img[loading="lazy"] {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  will-change: opacity;
}
img[loading="lazy"].lazyfade {
  opacity: 0;
}
