@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

ol, ul, li {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

picture {
  display: block;
}

img {
  display: block;
  height: auto;
}

html {
  line-height: 1.5;
  font-size: 1rem !important;
  max-width: 2200px;
  margin: auto;
}

body {
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴシック", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

.rn_main {
  position: relative;
}
.rn_main sup {
  font-size: 0.7em;
}
.rn_main strong {
  font-weight: bold;
}
.rn_main .sec {
  padding: 0 10px;
}
.rn_main .sec_inner {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
.rn_main .sec_content {
  margin-top: 64px;
}
.rn_main .tac {
  text-align: center;
}

.rn_foot {
  background-color: #f2f2f2;
}

.rn_foot .btn_pagetop {
  z-index: 10;
}

.rn_footer {
  width: 100%;
  padding-bottom: 24px;
  background-color: #f2f2f2;
}
.rn_footer p:nth-child(1) {
  float: none;
}
.rn_footer p:nth-child(2) {
  float: none;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
  padding: 16px 10px 0;
  font-size: 12px;
}

.footer_title a {
  font-size: 20px;
  color: #eb3349;
  font-weight: bold;
  text-decoration: none;
}
.footer_title a:hover {
  text-decoration: underline;
}

.footer_copy .logo {
  text-align: center;
}
.footer_copy .small {
  margin-top: 8px;
  font-size: 1em;
  text-align: right;
}

.rn_main .lead_conv {
  display: flex;
  justify-content: center;
  gap: 46px;
  align-items: center;
  width: 735px;
  margin: auto;
  margin-top: 40px;
}

a.btn_conv {
    color: #ffffff; /* リンクの文字色が白の場合 */
    text-decoration: underline; /* 下線が必要な場合 */
    text-decoration-color: white; /* 下線の色も白に */
}

a.btn_conv:hover {
    text-decoration-color: white; /* ホバー時も白に */
}

.rn_main .btn_conv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 100%;
  max-width: 512px;
  padding: 0 8px;
  background: #EA334A;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 99em;
}
.rn_main .qr_conv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 16px;
  width: 350px;
  padding: 14px;
  background-color: #fff;
  color: #EA334A;
  font-size: 1.25rem;
  font-weight: bold;
}
.rn_main .qr_conv img {
  flex-shrink: 0;
}
.rn_main .store_conv {
  margin-top: 60px;
  text-align: center;
}
.rn_main .store_conv .text_small {
  margin-top: 20px;
}
.rn_main .conv_lead {
  color: #EA334A;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.rn_main .conv_lead > span {
  display: inline-block;
  position: relative;
}
.rn_main .conv_lead > span::before, .rn_main .conv_lead > span::after {
  content: "";
  width: 1px;
  height: 35px;
  position: absolute;
  top: calc(50% - 18px);
  background-color: currentColor;
}
.rn_main .conv_lead > span::before {
  left: -16px;
  transform: rotate(-25deg);
}
.rn_main .conv_lead > span::after {
  right: -16px;
  transform: rotate(25deg);
}
.rn_main .store_conv_link {
  margin-top: 20px;
}
.rn_main .store_conv_link > a {
  margin: auto;
}
.rn_main .app_conv .conv_lead {
  color: #ED4C93;
  margin-top: 40px;
}
.rn_main .app_conv_box {
  display: grid;
  grid-template: "app_icon app_bnr_app" max-content "app_icon app_bnr_google" max-content/158px 1fr;
  gap: 14px 44px;
  width: 580px;
  margin: 20px auto 0;
}
.rn_main .app_conv_icon {
  grid-area: app_icon;
  padding-top: 8px;
}
.rn_main .app_name {
  font-weight: bold;
  text-align: center;
}
.rn_main .app_conv_bnr.appstore {
  grid-area: app_bnr_app;
}
.rn_main .app_conv_bnr.googleplay {
  grid-area: app_bnr_google;
}
.rn_main .app_conv_bnr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.rn_main .foot_conv {
  padding: 48px 0;
  background: url(/library/cmn/img/ft_01_bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.rn_main .foot_conv_ttl {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.rn_main .foot_conv_busho.foot_conv_busho {
  margin-top: 40px;
}
.rn_main .foot_conv_tel {
  position: relative;
  padding-left: 48px;
  margin-top: 4px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.rn_main .foot_conv_tel:hover {
  text-decoration: none;
}
.rn_main .foot_conv_tel::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/library/hajimete_kagin/img/cmn_tel.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.rn_main .foot_conv_time {
  margin-top: 16px;
}
.rn_main .foot_conv_note {
  margin-top: 8px;
}

.rn_main .maru_list > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.25rem;
  font-weight: bold;
}
.rn_main .maru_list > li > span {
  position: absolute;
  left: 0;
  top: 0;
}

.rn_main .ttl_lead {
  color: #EA334A;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.52;
}
.rn_main .ttl_sec {
  text-align: center;
}
.rn_main .ttl_sec .text_xlarge + .ttl_secmain {
  margin-top: 16px;
}
.rn_main .ttl_sec .ttl_secmain {
  display: block;
  color: #EA334A;
  font-size: 2.375rem;
  font-weight: bold;
}
.rn_main .ttl_h4 {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.rn_main .text_large {
  font-size: 1.25rem;
}
.rn_main .text_small {
  font-size: 0.875rem;
}
.rn_main .text_middle {
  font-size: 1.125rem;
}
.rn_main .text_xlarge {
  font-size: 1.5rem;
}
.rn_main .text_bold {
  font-weight: bold;
}
.rn_main .text_note {
  margin-top: 20px;
}
.rn_main .text_note > span {
  display: block;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1em;
}
.rn_main .text_note > span::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .text_list > li {
  padding-left: 1em;
  position: relative;
}
.rn_main .text_list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.rn_main .sec_header {
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 1;
}
.rn_main .mv {
  background-image: url("/library/hajimete_kagin/img/mv_bg_pc.jpg");
  background-size: cover;
}
.rn_main .mv_inner {
  display: grid;
  grid-template: "h1 mv_illust" max-content "mv_text mv_illust" max-content/58% 42%;
  gap: 25px 0;
  width: 1125px;
  margin: auto;
  padding: 20px 0 118px;
  position: relative;
}
.rn_main h1 {
  grid-area: h1;
  margin: auto;
}
.rn_main .mv_text {
  grid-area: mv_text;
  margin: auto;
}
.rn_main .mv_illust {
  grid-area: mv_illust;
  margin: auto;
  padding-top: 40px;
}
.rn_main .mv_lead {
  position: relative;
  padding-bottom: 44px;
  background-color: #FFEFF4;
}
.rn_main .mv_ribbon {
  position: absolute;
  left: calc(50% - 403px);
  top: -70px;
}
.rn_main .mv_ribbon_note {
  padding-top: 30px;
  font-size: 0.875rem;
  text-align: center;
}
.rn_main .mv_present_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}
.rn_main .mv_present_box {
  background: #fff;
  padding: 5px;
  border-radius: 6px;
}
.rn_main .mv_present_name {
  margin-top: 10px;
  font-weight: bold;
}

.rn_main .sec01 {
  background-color: #FBFBFB;
  background-image: url("/library/hajimete_kagin/img/sec01_bg_pc.jpg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.rn_main .sec01 .sec_inner {
  padding-top: 80px;
  position: relative;
}
.rn_main .sec01_box {
  margin-top: 50px;
  position: relative;
  top: 50px;
  background: #fff;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 34px;
}
.rn_main .sec01_box_icon {
  position: absolute;
  left: -24px;
  top: -37px;
}
.rn_main .sec01_box_text {
  margin-top: 32px;
  padding-left: 16px;
}
.rn_main .sec01_deco {
  width: 491px;
  height: 317px;
  background-image: url("/library/hajimete_kagin/img/sec01_photo_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -38px;
  bottom: -100px;
}

.rn_main .sec_present {
  background-color: #FBFBFB;
}
.rn_main .sec_present .sec_inner {
  padding-top: 140px;
  padding-bottom: 100px;
}
.rn_main .present_last .present_box {
  margin-top: 0;
}
.rn_main .present_box {
  margin-top: 120px;
  padding: 80px 72px 66px;
  position: relative;
  background-color: #FFEFF4;
  border-radius: 10px;
}
.rn_main .ttl_present {
  position: absolute;
  top: -68px;
  left: calc(50% - 403px);
}
.rn_main .present_image {
  margin-top: 40px;
}
.rn_main .present_image img {
  margin: auto;
}
.rn_main .present_apply {
  margin-top: 48px;
}
.rn_main .present_apply_item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #ED4C93 6px, transparent 6px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.rn_main .present_apply_item + .present_apply_item {
  padding-top: 32px;
}
.rn_main .present_apply_item dt {
  width: 80px;
  flex-shrink: 0;
  padding: 10px 8px;
  color: #fff;
  background: #ED4C93;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 600px) {
  .rn_main .present_apply_item {
    flex-direction: column;
    gap: 8px;
  }
  .rn_main .present_apply_item dt {
    width: 40%; /* 幅を全体に広げる */
    text-align: left;
  }
}
.rn_main .present_apply_item dd {
  margin-top: 2px;
}

.rn_main .sec02 {
  position: relative;
  padding: 0;
  background-color: #FFF7E4;
}
.rn_main .sec02 .sec_inner {
  position: relative;
  padding-top: 100px;
}
.rn_main .sec02_deco::before, .rn_main .sec02_deco::after {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.rn_main .sec02_deco::before {
  width: 242px;
  height: 242px;
  background-image: url("/library/hajimete_kagin/img/sec02_photo01.png");
  left: -117px;
  top: -164px;
}
.rn_main .sec02_deco::after {
  width: 202px;
  height: 202px;
  background-image: url("/library/hajimete_kagin/img/sec02_photo02.png");
  right: -95px;
  top: -20px;
}
.rn_main .sec02_ttl {
  color: #ED4C93;
  font-size: 2rem;
  font-weight: bold;
}
.rn_main .sec02_ttl + .text_large {
  margin-top: 40px;
}
.rn_main .sec02_list {
  margin-top: 100px;
}
.rn_main .sec02_list-item {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.rn_main .sec02_list-item + .sec02_list-item {
  margin-top: 72px;
}
.rn_main .sec02_list-item.type-a {
  padding-left: 80px;
  padding-right: 240px;
  border-radius: 0 99em 99em 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 80px);
}
.rn_main .sec02_list-item.type-b {
  padding-left: 362px;
  border-radius: 99em 0 0 99em;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.rn_main .sec02_item_inner {
  position: relative;
}
.rn_main .sec02_item-illust {
  position: absolute;
}
.rn_main .sec02_list-num {
  position: absolute;
  left: -130px;
  top: -87px;
}
.rn_main .sec02_list-item01 .sec02_item-illust {
  right: -22px;
  bottom: -18px;
}
.rn_main .sec02_list-item02 .sec02_item-illust {
  left: -33px;
  top: 84px;
}
.rn_main .sec02_list-item02 .store_conv {
  margin-top: 40px;
}
.rn_main .sec02_list-item03 .sec02_item-illust {
  right: 48px;
  bottom: 18px;
}
.rn_main .sec03_list {
  margin-top: 70px;
  padding-bottom: 100px;
}
.rn_main .sec03_item {
  padding: 40px 88px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.rn_main .sec03_item + .sec03_item {
  margin-top: 52px;
}
.rn_main .sec03_item:last-child::before {
  display: none;
}
.rn_main .sec03_item::before {
  content: "";
  display: block;
  width: 54px;
  height: 28px;
  background-image: url("/library/hajimete_kagin/img/sec03_arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 27px);
  bottom: -28px;
}
.rn_main .sec03_list_num {
  position: absolute;
  left: -15px;
  top: -16px;
}
.rn_main .sec03_flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rn_main .sec03_flex > img {
  flex-shrink: 0;
}
.rn_main .sec03_body {
  width: 100%;
}
.rn_main .sec03_body .text_default {
  margin-top: 16px;
}
.rn_main .sec03_ttl {
  color: #ED4C93;
  font-size: 1.5rem;
  font-weight: bold;
}
.rn_main .sec03_box {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.rn_main .sec03_shorui {
  width: 336px;
  flex-shrink: 0;
}
.rn_main .sec03_box_ttl {
  padding: 8px;
  background-color: #ED4C93;
  border-radius: 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.rn_main .sec03_shorui_list {
  margin-top: 12px;
}
.rn_main .sec03_shorui_list li {
  padding-left: 1em;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
}
.rn_main .sec03_shorui_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.rn_main .sec03_shorui_flex {
  margin-top: 12px;
}
.rn_main .sec03_shorui_flex > div {
  display: flex;
}
.rn_main .sec03_shorui_flex > div.align-center {
  align-items: center;
}
.rn_main .sec03_shorui_flex > div + div {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px dashed #CECECE;
}
.rn_main .sec03_shorui_flex dt {
  width: 100px;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 1rem;
}
.rn_main .sec03_shorui_flex dd {
  width: 100%;
}
.rn_main .sec03_shorui_flex dd .text_default {
  margin-top: 0;
}
.rn_main .sec03_shorui_flex dd .text_note {
  margin-top: 8px;
}

.rn_main .sec_caution {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 80px 20px;
  font-size: 0.875rem;
}
.rn_main .sec_caution .text_bold {
  margin-top: 16px;
}
.rn_main .sec_caution .text_list {
  margin-top: 8px;
}
.rn_main .sec_caution .text_list > li + li {
  margin-top: 4px;
}
.rn_main .sec_caution .text_num-list {
  margin-top: 8px;
}
.rn_main .sec_caution .text_num-list > li + li {
  margin-top: 4px;
}
@media screen and (max-width: 736px){
  .rn_main .sec {
    padding: 0 20px;
  }
  .rn_main .sec_content {
    margin-top: 32px;
  }
  .rn_footer {
    padding: 0 8px 24px;
    background-color: #f2f2f2;
  }
  .footer_inner {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .footer_title a {
    font-size: 1rem;
  }
  .footer_copy .logo a {
    display: block;
    margin: auto;
    margin-top: 16px;
    width: 133px;
  }
  .footer_copy .small {
    margin-top: 12px;
    text-align: center;
  }
  .rn_main .lead_conv {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-top: 32px;
    padding: 0 20px;
  }
  .rn_main .btn_conv {
    font-size: 1.125rem;
  }
  .rn_main .qr_conv {
    display: none;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }
  .rn_main .qr_conv img {
    width: 70px;
  }
  .rn_main .store_conv {
    margin-top: 40px;
  }
  .rn_main .conv_lead {
    font-size: 1rem;
  }
  .rn_main .app_conv .conv_lead {
    margin-top: 32px;
  }
  .rn_main .app_conv_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 28px;
  }
  .rn_main .app_conv_box .qpp_qr {
    display: none;
  }
  .rn_main .app_conv_icon {
    padding-top: 0;
  }
  .rn_main .app_conv_icon img {
    width: 138px;
  }
  .rn_main .app_conv_bnr.appstore a > img {
    width: 150px;
  }
  .rn_main .app_conv_bnr.googleplay a > img {
    width: 170px;
  }
  .rn_main .foot_conv {
    padding: 32px 8px;
    background-image: url(/library/cmn/img/ft_01_bg_sp.png);
    background-position: center top;
  }
  .rn_main .foot_conv_ttl {
    font-size: 1.75rem;
  }
  .rn_main .foot_conv_busho.foot_conv_busho {
    margin-top: 30px;
    font-size: 1rem;
  }
  .rn_main .foot_conv_tel {
    padding-left: 32px;
    font-size: 2rem;
  }
  .rn_main .foot_conv_tel::before {
    width: 24px;
    height: 24px;
    top: 4px;
  }
  .rn_main .maru_list > li {
    font-size: 1rem;
  }
  .rn_main .ttl_lead {
    font-size: 1.5rem;
  }
  .rn_main .ttl_sec .text_xlarge + .ttl_secmain {
    margin-top: 8px;
  }
  .rn_main .ttl_sec .ttl_secmain {
    font-size: 1.5rem;
  }
  .rn_main .ttl_h4 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .rn_main .text_large {
    font-size: 1rem;
  }
  .rn_main .text_small {
    font-size: 0.75rem;
  }
  .rn_main .text_middle {
    font-size: 0.875rem;
  }
  .rn_main .text_xlarge {
    font-size: 1.25rem;
  }
  .rn_main .text_note {
    margin-top: 12px;
  }
  .rn_main .text_note > span {
    font-size: 0.75rem;
  }
  .rn_main .sec_header {
    left: 20px;
  }
  .rn_main .sec_header img {
    width: 150px;
  }
  .rn_main .mv {
    background-image: url("/library/hajimete_kagin/img/mv_bg_sp.jpg");
  }
  .rn_main .mv_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 50px 10px 90px;
    width: 100%;
  }
  .rn_main .mv_text {
    margin-top: 12px;
  }
  .rn_main .mv_illust {
    padding-top: 8px;
  }
  .rn_main .mv_lead {
    padding-bottom: 60px;
  }
  .rn_main .mv_ribbon {
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 370px;
  }
  .rn_main .mv_ribbon_note {
    padding-top: 46px;
    font-size: 0.75rem;
  }
  .rn_main .mv_present_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 15px;
    margin-top: 32px;
    padding: 0 20px;
  }
  .rn_main .mv_present_box img {
    margin: auto;
  }
  .rn_main .sec01 {
    background-image: url("/library/hajimete_kagin/img/sec01_bg_sp.jpg"), linear-gradient(115deg, rgb(251, 251, 251) 0%, rgb(244, 244, 244) 100%);
    background-position: bottom right, center;
  }
  .rn_main .sec01 .sec_inner {
    padding-top: 44px;
    padding-bottom: 230px;
  }
  .rn_main .sec01_box {
    top: auto;
    width: 100%;
    padding: 22px;
  }
  .rn_main .sec01_box img {
    margin: auto;
  }
  .rn_main .sec01_box_icon {
    top: -24px;
    left: -12px;
    width: 100px;
    height: 100px;
  }
  .rn_main .sec01_box_text {
    margin-top: 24px;
    padding: 0 16px;
  }
  .rn_main .sec01_deco {
    width: 205px;
    height: 228px;
    background-image: url("/library/hajimete_kagin/img/sec01_photo_sp.png");
    right: auto;
    left: 0;
    bottom: -25px;
  }
  .rn_main .sec_present .sec_inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .rn_main .present_last .present_box {
    margin-top: 60px;
  }
  .rn_main .present_last .sec_inner {
    padding-bottom: 64px;
  }
  .rn_main .present_box {
    margin-top: 90px;
    padding: 64px 20px;
  }
  .rn_main .present_box .lead_conv {
    padding: 0;
  }
  .rn_main .ttl_present {
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    max-width: 370px;
  }
  .rn_main .present_image {
    margin-top: 24px;
  }
  .rn_main .present_apply_item {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 24px;
  }
  .rn_main .present_apply_item + .present_apply_item {
    padding-top: 24px;
  }
  .rn_main .present_apply_item dt {
    font-size: 0.875rem;
  }
  .rn_main .sec02_deco::before {
    width: 148px;
    height: 148px;
    left: -12px;
    top: -121px;
  }
  .rn_main .sec02_deco::after {
    width: 100px;
    height: 100px;
    right: 48px;
    top: -50px;
  }
  .rn_main .sec02_ttl {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
  }
  .rn_main .sec02_ttl + .text_large {
    margin-top: 28px;
  }
  .rn_main .sec02_list {
    margin-top: 70px;
  }
  .rn_main .sec02_list-item {
    padding: 0;
  }
  .rn_main .sec02_list-item + .sec02_list-item {
    margin-top: 122px;
  }
  .rn_main .sec02_list-item.type-a {
    padding: 70px 20px;
    border-radius: 99em 99em 0 0;
    margin-left: 0;
  }
  .rn_main .sec02_list-item.type-b {
    padding: 70px 20px;
    border-radius: 99em 99em 0 0;
    margin-right: 0;
  }
  .rn_main .sec02_list-num {
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
  }
  .rn_main .sec02_list-item01 .sec02_list-num {
    left: calc(50% - 10px);
  }
  .rn_main .sec02_list-item01 .sec02_list-num img {
    width: 27px;
  }
  .rn_main .sec02_list-item01 .sec02_item-illust {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -46px;
    width: 202px;
  }
  .rn_main .sec02_list-item01.type-a {
    padding-bottom: 262px;
  }
  .rn_main .sec02_list-item02 .sec02_item-illust {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    width: 280px;
  }
  .rn_main .sec02_list-item02 .store_conv {
    margin-top: 24px;
  }
  .rn_main .sec02_list-item02 .sec02_list-num img {
    width: 41px;
  }
  .rn_main .sec02_list-item02.type-b {
    padding-bottom: 245px;
  }
  .rn_main .sec02_list-item03 .sec02_list-num img {
    width: 43px;
  }
  .rn_main .sec02_list-item03 .sec02_item-illust {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -79px;
    width: 100px;
  }
  .rn_main .sec02_list-item03.type-a {
    padding-bottom: 207px;
  }
  .rn_main .sec03_inner.sec03_inner {
    padding-top: 160px;
  }
  .rn_main .sec03_list {
    margin-top: 56px;
  }
  .rn_main .sec03_item + .sec03_item {
    margin-top: 40px;
  }
  .rn_main .sec03_item::before {
    width: 44px;
    height: 24px;
    left: calc(50% - 22px);
    bottom: -24px;
  }
  .rn_main .sec03_item {
    padding: 26px 20px;
  }
  .rn_main .sec03_list_num {
    left: -10px;
    top: -10px;
  }
  .rn_main .sec03_list_num img {
    width: 60px;
  }
  .rn_main .sec03_flex {
    flex-direction: column;
    gap: 24px;
  }
  .rn_main .sec03_flex > img {
    width: 80px;
  }
  .rn_main .sec03_ttl {
    font-size: 1.25rem;
    text-align: center;
  }
  .rn_main .sec03_box {
    flex-direction: column;
    gap: 24px;
  }
  .rn_main .sec03_shorui {
    width: 100%;
  }
  .rn_main .sec03_box_ttl {
    font-size: 1rem;
  }
  .rn_main .sec03_shorui_list li {
    font-size: 0.875rem;
  }
  .rn_main .sec03_shorui_flex > div {
    flex-direction: column;
  }
  .rn_main .sec03_shorui_flex > div.align-center {
    align-items: flex-start;
  }
  .rn_main .sec03_shorui_flex dt {
    width: 100%;
    font-size: 0.875rem;
  }
  .rn_main .sec03_shorui_flex dd {
    margin-top: 8px;
  }
  .rn_main .sec_caution {
    padding: 64px 20px;
  }
}
@media (min-width: 737px) and (max-width: 1040px){
  .rn_main .mv_inner {
    width: 1040px;
  }
  .rn_main .mv_illust img {
    width: 100%;
  }
  .rn_main .sec02_list-item.type-a {
    margin-left: 0;
    padding-left: 80px;
  }
  .rn_main .sec02_list-item.type-b {
    margin-right: 0;
    padding-right: 10px;
  }
  .rn_main .sec02_list-item01 .sec02_list-num {
    left: -80px;
  }
  .rn_main .sec02_list-item03 .sec02_list-num {
    left: -80px;
  }
}
@media (min-width: 737px){
  .rn_main .foot_conv_tel {
    pointer-events: none;
    cursor: default;
  }
}