@charset "UTF-8";
/*---------------------
Mixins
-----------------------*/
#rn202601 * {
  box-sizing: border-box;
}

#rn202601 {
  color: #241E18;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: min(3.5vw, 1rem);
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
  word-break: break-all;
  overflow: hidden;
  /*■■■■■■■■■■■■■■■■■■■■■■■■
     Component
   ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
     Project
   ■■■■■■■■■■■■■■■■■■■■■■■■■*/
  /*■■■■■■■■■■■■■■■■■■■■■■■■
     Utility
   ■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
#rn202601 ol,
#rn202601 ul {
  list-style: none;
}
#rn202601 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
#rn202601 a {
  color: #241E18;
}
#rn202601 a:hover {
  text-decoration: none;
}
#rn202601 .c-nw {
  display: inline-block;
}
#rn202601 .c-inner {
  padding: 0 20px !important;
}
@media print, (min-width: 769px) {
  #rn202601 .c-inner {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#rn202601 .c-ttl {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0 4rem;
}
@media print, (min-width: 769px) {
  #rn202601 .c-ttl {
    font-size: 4rem;
    margin: 8rem 0 6rem;
  }
}
#rn202601 .c-ttl::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, rgb(137, 192, 166), rgba(248, 155, 84, 0.6), rgba(216, 39, 58, 0.6));
  margin: 0.3em auto 0;
}
#rn202601 .c-ttl--noDeco {
  margin-bottom: 2rem;
}
#rn202601 .c-ttl--noDeco::after {
  display: none;
}
#rn202601 .c-ttl--white {
  color: #fff;
}
#rn202601 .c-leftTtl {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .c-leftTtl {
    font-size: 3rem;
  }
}
#rn202601 .c-leftTtl::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, rgb(137, 192, 166), rgba(248, 155, 84, 0.6), rgba(216, 39, 58, 0.6));
  margin-top: 0.3em;
}
#rn202601 .c-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2em 0;
}
@media print, (min-width: 769px) {
  #rn202601 .c-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
#rn202601 .c-card__item img {
  border-radius: 15px;
  overflow: hidden;
}
#rn202601 .c-card__item p {
  margin-top: 0.5em;
  font-size: 1.5em;
}
#rn202601 .c-card__item:hover p {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .c-btn {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  border-radius: 40px;
  padding: 18px 2.5em;
  color: #008833;
  background-color: #fff;
  border: 2px solid #008833;
  margin: 2em auto 4em;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0px 4px 14px -4px #a4a4a4;
}
@media print, (min-width: 769px) {
  #rn202601 .c-btn {
    margin: 3em auto 5em;
  }
}
#rn202601 .c-btn--small {
  width: 200px;
  padding: 12px 2.5em;
  font-size: 1.2rem;
  margin: 0;
  box-shadow: 0px 3px 10px -4px #a4a4a4;
}
#rn202601 .c-btn:hover {
  background-color: #008833;
  color: #fff;
}
#rn202601 .c-btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#rn202601 .c-btn::after {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.65em;
  height: 0.65em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 2px solid #008833;
  border-right: 2px solid #008833;
}
#rn202601 .c-hover--green:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
  text-decoration-thickness: 2px;
  color: #008833;
}
#rn202601 .c-hover--green--thin:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
  text-decoration-thickness: 1px;
  color: #008833;
}
#rn202601 .c-glass {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.65) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}
#rn202601 .c-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(120% 60% at 50% -10%, rgba(255, 255, 255, 0.35), transparent 60%), radial-gradient(60% 100% at 50% 110%, rgba(255, 255, 255, 0.25), transparent 70%);
}
#rn202601 .p-mv {
  position: relative;
}
#rn202601 .p-mv h2 {
  width: 100%;
}
#rn202601 .p-mv__line {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(60deg, #45BF6B, #287C42);
}
@media print, (min-width: 769px) {
  #rn202601 .p-mv__line {
    flex-direction: row;
    gap: 2em;
  }
}
#rn202601 .p-mv__line p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
#rn202601 .p-notice {
  margin: 4em 0 0;
}
@media screen and (max-width: 768px) {
  #rn202601 .p-notice__wrap.is-open .p-notice__ttl::after {
    background: url(/library/common/rn202601/images/parts/btn_minus3.png) center center no-repeat;
    background-size: contain;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__wrap {
    display: flex;
    gap: 1em;
    margin-top: 6em;
  }
  #rn202601 .p-notice__wrap.is-open .p-notice__content::after {
    background: url(/library/common/rn202601/images/parts/btn_minus3.png) center center no-repeat;
    background-size: contain;
  }
}
#rn202601 .p-notice__ttl {
  color: #DE3A3A;
  background-color: #FDF2F2;
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding: 0.5em 1em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__ttl {
    font-size: 2em;
    padding-top: 2em;
  }
}
#rn202601 .p-notice__ttl::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/library/common/rn202601/images/parts/btn_plus3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__ttl::after {
    display: none;
  }
}
#rn202601 .p-notice__content {
  border-bottom: 1.5px solid #CBCBCB;
  padding: 1.5em 0;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__content {
    border-top: 1.5px solid #CBCBCB;
    padding-right: 5em;
    flex: 1;
  }
}
#rn202601 .p-notice__content::after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/library/common/rn202601/images/parts/btn_plus3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__content::after {
    display: block;
  }
}
#rn202601 .p-notice__list li {
  padding: 0.5em 1em;
  line-height: 1.8;
}
#rn202601 .p-notice__list li a {
  font-size: 1.5em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-notice__list li a {
    font-size: 1.5em;
  }
}
#rn202601 .p-notice__list li a:hover {
  color: #008833;
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
}
#rn202601 .p-notice__list li a::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  border-top: solid 2px #008833;
  border-right: solid 2px #008833;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
#rn202601 .p-notice__accordion {
  display: none;
}
#rn202601 .p-harassment {
  margin: 4em 0 0;
}
#rn202601 .p-harassment p {
  background-color: #F7FAF8;
  padding: 1.5em 1em;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
@media print, (min-width: 769px) {
  #rn202601 .p-harassment p {
    font-size: 2em;
  }
}
#rn202601 .p-harassment p a::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  border-top: solid 2px #008833;
  border-right: solid 2px #008833;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
#rn202601 .p-harassment p a:hover {
  color: #008833;
  text-decoration: underline;
  -webkit-text-decoration-color: #008833;
          text-decoration-color: #008833;
}
#rn202601 .p-products {
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8));
  position: relative;
  padding: 2rem 0;
}
#rn202601 .p-products::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/library/common/rn202601/images/parts/bg_products.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  background-position: center;
  z-index: -1;
}
#rn202601 .p-products__note {
  position: absolute;
  font-size: 1.2rem;
  bottom: -3.5rem;
  margin: 0 auto;
}
@media print, (min-width: 769px) {
  #rn202601 .p-products__note {
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
#rn202601 .p-products__slide {
  margin-bottom: 10em;
}
#rn202601 .p-products__item {
  padding: 0 1em;
  color: #6C6C6C;
}
#rn202601 .p-products__item img {
  display: block;
  width: 100%;
  height: auto;
}
#rn202601 .p-products__item p {
  text-align: center;
  margin-top: 0.5em;
  font-size: 1.5em;
}
#rn202601 .p-products__item:hover p {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .p-products__item.slick-center {
  color: #241E18;
}
#rn202601 .p-products__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
  padding: 0 20px;
  margin: 16px auto 0;
  max-width: 500px;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .p-products__controls {
    max-width: 1200px;
  }
}
#rn202601 .p-products__arrow {
  width: 20px !important;
  height: 20px !important;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  bottom: auto !important;
}
#rn202601 .p-products__arrow::before {
  content: "";
  display: block;
  border-top: 3px solid #008833;
  border-right: 3px solid #008833;
  margin: 0 auto;
}
#rn202601 .p-products__arrow--prev::before {
  transform: rotate(-135deg);
}
#rn202601 .p-products__arrow--next::before {
  transform: rotate(45deg);
}
#rn202601 .p-products__toggle {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
#rn202601 .p-products__toggle-icon--pause::before, #rn202601 .p-products__toggle-icon--pause::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999;
  margin: 0 2px;
  vertical-align: middle;
}
#rn202601 .p-products__toggle-icon--play {
  width: 0;
  height: 0;
  border-left: 12px solid #999;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
}
#rn202601 .p-products__dots {
  flex: 1;
}
@media print, (min-width: 769px) {
  #rn202601 .p-products__dots {
    flex: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#rn202601 .p-products__dots .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#rn202601 .p-products__dots .slick-dots li {
  margin: 0 5px !important;
}
#rn202601 .p-products__dots .slick-dots li button {
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  border-radius: 50%;
  background-color: #cfcfcf;
  border: none;
  text-indent: -9999px;
}
#rn202601 .p-products__dots .slick-dots li button::before {
  display: none;
}
#rn202601 .p-products__dots .slick-dots li button:hover {
  background-color: #6C6C6C;
}
#rn202601 .p-products__dots .slick-dots li.slick-active button {
  background-color: #008833;
}
#rn202601 .p-cmp {
  position: relative;
  padding-bottom: 12% !important;
}
@media print, (min-width: 769px) {
  #rn202601 .p-cmp {
    padding-bottom: 60px !important;
  }
}
#rn202601 .p-cmp__tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-cmp__tab {
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
  }
}
#rn202601 .p-cmp__tab button {
  color: #008833;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 0.8em 1em;
  border: solid 1px #008833;
  font-size: 1.2em;
  transition: all 0.3s;
  box-shadow: 0px 2px 5px -2px #a4a4a4;
}
@media print, (min-width: 769px) {
  #rn202601 .p-cmp__tab button {
    font-size: 1.5em;
  }
}
#rn202601 .p-cmp__tab button.is-active, #rn202601 .p-cmp__tab button:hover {
  background-color: #008833;
  color: #fff;
}
#rn202601 .p-cmp .c-btn {
  position: absolute;
  display: block;
  content: "";
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, (min-width: 769px) {
  #rn202601 .decoWrap {
    position: relative;
    overflow: visible;
  }
  #rn202601 .decoWrap::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    right: 80%;
    width: 100%;
    height: 100%;
    background-image: url(/library/common/rn202601/images/parts/bg_round--red.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
  }
  #rn202601 .decoWrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    right: -20%;
    width: 100%;
    height: 100%;
    background-image: url(/library/common/rn202601/images/parts/bg_round--green.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
  }
}
#rn202601 .p-app {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-top: 4em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app {
    grid-template-columns: 1fr 1fr;
    margin-top: 5em;
  }
}
#rn202601 .p-app__card {
  padding: 2em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__card {
    padding: 3em;
  }
}
#rn202601 .p-app__card--sej {
  background-color: #45BF6B;
}
#rn202601 .p-app__card--sej .p-app__ttl,
#rn202601 .p-app__card--sej .p-app__desc {
  color: #fff;
}
#rn202601 .p-app__card--7now {
  background-color: #EBEBEB;
}
#rn202601 .p-app__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__flex {
    gap: 3em;
  }
}
#rn202601 .p-app__icon {
  width: min(20vw, 80px);
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__icon {
    width: 100px;
  }
}
#rn202601 .p-app__ttl {
  font-size: 2em;
  text-align: center;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__ttl {
    text-align: left;
    font-size: 2.8em;
  }
}
#rn202601 .p-app__desc {
  font-size: 1.5em;
  text-align: center;
  margin-top: 1em;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__desc {
    text-align: left;
    max-width: none;
  }
}
#rn202601 .p-app__linkArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding-top: 3em;
  margin-top: 2em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-app__linkArea {
    justify-content: space-between;
  }
}
#rn202601 .p-app__linkArea--sej {
  border-top: 1px solid #fff;
}
#rn202601 .p-app__linkArea--7now {
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
  #rn202601 .js-app.is-ios .p-app__storeLink--android {
    display: none;
  }
  #rn202601 .js-app.is-android .p-app__storeLink--ios {
    display: none;
  }
}
#rn202601 .p-other {
  margin-top: 10em;
}
#rn202601 .p-other__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4em;
}
#rn202601 .p-other__flexWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__flexWrap {
    flex-direction: row;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__flexWrap--reverce {
    flex-direction: row-reverse;
  }
}
#rn202601 .p-other__card {
  border-radius: 10px;
  margin-top: -10%;
  width: 96%;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__card {
    width: 50%;
    margin-top: 0;
    margin-left: -10%;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__card--reverce {
    margin-left: 0;
    margin-right: -10%;
  }
}
#rn202601 .p-other__cardInner {
  padding: 20px;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__cardInner {
    padding: 3em 4em;
  }
}
#rn202601 .p-other__cardTtl span {
  position: relative;
}
#rn202601 .p-other__cardTtl span::after {
  position: absolute;
  display: block;
  transition: all 0.3s;
  top: 50%;
  right: -1.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.1em solid #008833;
  border-right: 0.1em solid #008833;
}
#rn202601 .p-other__card p {
  font-size: 1.2em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__card p {
    font-size: 1.5em;
  }
}
#rn202601 .p-other__img {
  border-radius: 10px;
  overflow: hidden;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__img {
    width: 60%;
  }
}
#rn202601 .p-other__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  margin-top: 4em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__link {
    grid-template-columns: repeat(4, 1fr);
  }
}
#rn202601 .p-other__linkCard {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 21px -10px #b6b6b6;
}
#rn202601 .p-other__linkCard:hover .p-other__linkTtl {
  color: #008833;
}
#rn202601 .p-other__linkImg {
  width: 22%;
}
#rn202601 .p-other__linkImg img {
  opacity: 1 !important;
}
#rn202601 .p-other__linkTtl {
  width: 78%;
  padding: 0 3em;
  font-size: 1.5em;
  position: relative;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__linkTtl {
    padding: 0 2em 0 1em;
  }
}
#rn202601 .p-other__linkTtl::after {
  position: absolute;
  display: block;
  transition: all 0.3s;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.1em solid #008833;
  border-right: 0.1em solid #008833;
}
@media print, (min-width: 769px) {
  #rn202601 .p-other__linkTtl::after {
    right: 1em;
  }
}
#rn202601 .p-attempt {
  position: relative;
  margin-top: 8em;
  padding-top: 4em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt {
    padding-top: 6em;
    margin-top: 10em;
  }
}
#rn202601 .p-attempt__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  background: linear-gradient(60deg, #45BF6B, #287C42);
  z-index: -1;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt__bg {
    height: 70%;
  }
}
#rn202601 .p-attempt__content {
  display: grid;
  gap: 2em;
  grid-template-columns: 1fr;
  margin-bottom: 2em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt__content {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
}
#rn202601 .p-attempt__card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 6px 21px -10px #b6b6b6;
}
#rn202601 .p-attempt__card:hover .p-attempt__cardTtl {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .p-attempt__card:hover .p-attempt__cardTtl span {
  text-decoration: underline;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt__card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
#rn202601 .p-attempt__cardTtl {
  font-size: 2em;
}
#rn202601 .p-attempt__card p {
  font-size: 1em;
  margin-top: 1em;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt__card p {
    font-size: 1.5em;
  }
}
#rn202601 .p-attempt__text {
  padding: 2em;
  margin-top: -20px;
  border-radius: 0;
}
@media print, (min-width: 769px) {
  #rn202601 .p-attempt__text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
}
#rn202601 .p-sustainability {
  background-image: url(/library/common/rn202601/images/sustainability/bg_sp.jpg);
  padding: 4em 0 18em;
  background-position: bottom center;
  background-size: cover;
}
@media print, (min-width: 769px) {
  #rn202601 .p-sustainability {
    background-image: url(/library/common/rn202601/images/sustainability/bg_pc.jpg);
    padding: 2em 0 8em;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-sustainability__inner {
    margin: 0;
    background-image: none;
    max-width: 500px;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-sustainability__ttl {
    text-align: left;
  }
  #rn202601 .p-sustainability__ttl::after {
    margin-left: 0;
  }
}
#rn202601 .p-sustainability__desc {
  font-size: 1.5em;
  color: #363636;
  line-height: 1.8;
}
@media print, (min-width: 769px) {
  #rn202601 .p-sustainability__desc {
    font-size: 2em;
  }
}
@media print, (min-width: 769px) {
  #rn202601 .p-sustainability .c-btn {
    margin-left: 0;
  }
}
#rn202601 .p-info {
  display: grid;
  gap: 8em;
  grid-template-columns: 1fr;
  margin: 8em 0;
}
@media print, (min-width: 769px) {
  #rn202601 .p-info {
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
}
#rn202601 .p-info__ttlWrap {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  align-items: center;
}
@media print, (min-width: 769px) {
  #rn202601 .p-info__ttlWrap {
    padding: 0 0 6px 10px;
    margin-bottom: 15px;
  }
}
#rn202601 .p-info__title {
  color: #241e18;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media print, (min-width: 769px) {
  #rn202601 .p-info__title {
    font-size: 2.4rem;
  }
}
#rn202601 .p-info__flex {
  display: flex;
  gap: 1em;
}
#rn202601 .p-info__rssWrap {
  color: #241e18;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
}
#rn202601 .p-info__rssWrap .p-info__aboutRss:hover {
  color: #D43500;
  text-decoration: underline;
}
#rn202601 .p-info__rss {
  width: 18px;
  margin: 0 4px 2px 0;
}
#rn202601 .p-info__rss a:hover img {
  opacity: 0.7;
}
#rn202601 .p-info__aboutRss {
  cursor: pointer;
}
#rn202601 .p-info__viewAll {
  color: #008833;
  position: relative;
  padding-right: 2em;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #rn202601 .p-info__viewAll {
    display: block;
    text-align: end;
    margin-top: 1em;
  }
}
#rn202601 .p-info__viewAll:hover {
  text-decoration: underline;
}
#rn202601 .p-info__viewAll::after {
  position: absolute;
  display: block;
  transition: all 0.3s;
  top: 40%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  border-top: 0.1em solid #008833;
  border-right: 0.1em solid #008833;
}
#rn202601 .p-info__item {
  color: #3c3c3c;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 29px 9px 14px;
  border-bottom: 1px solid #DDDDDD;
}
#rn202601 .p-info__item:last-of-type {
  padding-bottom: 22px;
}
#rn202601 .p-info__border {
  border: solid 1px #ddd;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  #rn202601 .p-info__border {
    margin-top: 29px;
  }
}
#rn202601 .p-info__border li {
  border: none !important;
  padding: 10px 9px;
}
#rn202601 .p-info__border li:first-of-type {
  padding-top: 22px;
}
#rn202601 .p-info__date {
  color: #8e8e8e;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#rn202601 .p-info__text a {
  color: #3C3C3C;
}
#rn202601 .p-info__text a:hover {
  color: #008833;
  text-decoration: underline;
}
#rn202601 .p-info__text a::after {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  content: "";
  border-top: 0.1em solid #008833;
  border-right: 0.1em solid #008833;
  vertical-align: middle;
  margin-left: 3em;
}
#rn202601 .p-info__topicsSection {
  padding: 60px 0 50px;
}
#rn202601 .p-info__infoSection {
  padding-bottom: 60px;
  margin-bottom: 94px;
}
#rn202601 .p-info__pickupSection {
  margin-bottom: 60px;
}
#rn202601 .p-info__infoBox {
  padding: 26px 30px;
  border: 1px solid #CBCBCB;
}
@media print, (min-width: 769px) {
  #rn202601 .p-info__infoBox {
    padding: 12px 15px;
    margin-bottom: 5px;
  }
}
#rn202601 .p-info__infoBox > li {
  margin-bottom: 19px;
}
#rn202601 .p-info__infoBox > li:last-of-type {
  margin-bottom: 0;
}
@media print, (min-width: 769px) {
  #rn202601 .p-info__pageBtn {
    bottom: calc(16vw + 20px);
  }
}
#rn202601 .p-info .label--products,
#rn202601 .p-info .label--sustainability,
#rn202601 .p-info .label--service,
#rn202601 .p-info .label--campaign,
#rn202601 .p-info .label--company,
#rn202601 .p-info .label--area {
  display: inline-block;
  padding: 0.25em 0.75em;
  font-size: 0.8em;
  margin-left: 0.5em;
  color: #241E18;
  border-radius: 2px;
}
#rn202601 .p-info .label--products {
  background-color: #F2BC9D;
}
#rn202601 .p-info .label--sustainability {
  background-color: #E2EBD6;
}
#rn202601 .p-info .label--service {
  background-color: #E0E1F5;
}
#rn202601 .p-info .label--campaign {
  background-color: #F8EAB4;
}
#rn202601 .p-info .label--company {
  background-color: #CCDFED;
}
#rn202601 .p-info .label--area {
  background-color: #E8D5C4;
}
#rn202601 .u-mt0em {
  margin-top: 0em !important;
}
#rn202601 .u-mb0em {
  margin-bottom: 0em !important;
}
#rn202601 .u-pt0em {
  padding-top: 0em !important;
}
#rn202601 .u-pb0em {
  padding-bottom: 0em !important;
}
#rn202601 .u-mt1em {
  margin-top: 1em !important;
}
#rn202601 .u-mb1em {
  margin-bottom: 1em !important;
}
#rn202601 .u-pt1em {
  padding-top: 1em !important;
}
#rn202601 .u-pb1em {
  padding-bottom: 1em !important;
}
#rn202601 .u-mt2em {
  margin-top: 2em !important;
}
#rn202601 .u-mb2em {
  margin-bottom: 2em !important;
}
#rn202601 .u-pt2em {
  padding-top: 2em !important;
}
#rn202601 .u-pb2em {
  padding-bottom: 2em !important;
}
#rn202601 .u-mt3em {
  margin-top: 3em !important;
}
#rn202601 .u-mb3em {
  margin-bottom: 3em !important;
}
#rn202601 .u-pt3em {
  padding-top: 3em !important;
}
#rn202601 .u-pb3em {
  padding-bottom: 3em !important;
}
#rn202601 .u-mt4em {
  margin-top: 4em !important;
}
#rn202601 .u-mb4em {
  margin-bottom: 4em !important;
}
#rn202601 .u-pt4em {
  padding-top: 4em !important;
}
#rn202601 .u-pb4em {
  padding-bottom: 4em !important;
}
#rn202601 .u-mt5em {
  margin-top: 5em !important;
}
#rn202601 .u-mb5em {
  margin-bottom: 5em !important;
}
#rn202601 .u-pt5em {
  padding-top: 5em !important;
}
#rn202601 .u-pb5em {
  padding-bottom: 5em !important;
}
#rn202601 .u-mt6em {
  margin-top: 6em !important;
}
#rn202601 .u-mb6em {
  margin-bottom: 6em !important;
}
#rn202601 .u-pt6em {
  padding-top: 6em !important;
}
#rn202601 .u-pb6em {
  padding-bottom: 6em !important;
}
#rn202601 .u-mt7em {
  margin-top: 7em !important;
}
#rn202601 .u-mb7em {
  margin-bottom: 7em !important;
}
#rn202601 .u-pt7em {
  padding-top: 7em !important;
}
#rn202601 .u-pb7em {
  padding-bottom: 7em !important;
}
#rn202601 .u-mt8em {
  margin-top: 8em !important;
}
#rn202601 .u-mb8em {
  margin-bottom: 8em !important;
}
#rn202601 .u-pt8em {
  padding-top: 8em !important;
}
#rn202601 .u-pb8em {
  padding-bottom: 8em !important;
}
#rn202601 .u-mt9em {
  margin-top: 9em !important;
}
#rn202601 .u-mb9em {
  margin-bottom: 9em !important;
}
#rn202601 .u-pt9em {
  padding-top: 9em !important;
}
#rn202601 .u-pb9em {
  padding-bottom: 9em !important;
}
#rn202601 .u-mt10em {
  margin-top: 10em !important;
}
#rn202601 .u-mb10em {
  margin-bottom: 10em !important;
}
#rn202601 .u-pt10em {
  padding-top: 10em !important;
}
#rn202601 .u-pb10em {
  padding-bottom: 10em !important;
}
#rn202601 .u-m0a {
  margin: 0 auto !important;
}
#rn202601 .u-center {
  text-align: center !important;
}
#rn202601 .u-bold {
  font-weight: bold !important;
}
#rn202601 .u-red {
  color: #f00 !important;
}
#rn202601 .u-small {
  font-size: 0.8em !important;
}
#rn202601 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media print, (min-width: 769px) {
  #rn202601 .u-dispSP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #rn202601 .u-dispPC {
    display: none !important;
  }
}
/*# sourceMappingURL=top.css.map */