/* style CSS */
html, body, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

div, h1, h2, h3, h4, h5, h6, footer, header, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  word-break: break-all;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* _______________________form setting  */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

input, textarea, select, option, optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

select {
  min-width: 2em;
}

option, optgroup {
  padding-right: 0.4em;
}

/* _______________________mouse cursor */
label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select, option, button {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  font-size: 62.5%;
  background: #9ed8f5;
  font-family: "Noto Sans JP", sans-serif;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html.js #apply:not(.is-visible),
  html.js #campaign:not(.is-visible),
  html.js #present .cv_area:not(.is-visible) {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.kv_msg {
  -webkit-transform: translateZ(0) scale(0.8);
          transform: translateZ(0) scale(0.8);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.kv_img {
  -webkit-transform: translate3d(-5px, 5px, 0) scale(0.85) !important;
          transform: translate3d(-5px, 5px, 0) scale(0.85) !important;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.kv_msg,
.kv_img {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#follow a {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

body.loaded.fixed #follow a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
  body.loaded.fixed #follow a {
    -webkit-animation: none;
            animation: none;
  }
}
.loaded .kv_msg {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}
.loaded .kv_img {
  opacity: 1;
  -webkit-transform: translate3d(-5px, 0, 0) scale(1) !important;
          transform: translate3d(-5px, 0, 0) scale(1) !important;
}
.loaded #follow a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media all and (max-width: 460px) {
  body.fixed #follow {
    position: fixed;
    top: auto;
    right: 2.17391vw;
    bottom: 4.34783vw;
  }

  #header {
    padding: 3.91304vw 0;
  }
  #header .logo {
    width: 50.21739vw;
    margin: 0 auto;
  }

  .anchor {
    padding-top: 3vw;
    margin-top: -3vw;
  }

  .pc_acce {
    display: none;
  }

  .main_cont {
    background: url("../images/top_bg.png?id=20260528") center top/100% no-repeat;
  }

  #kv {
    background: url("../images/kv_bg1.png") center bottom/100% no-repeat;
    padding-bottom: 1.30435vw;
  }
  #kv .kv_msg {
    position: relative;
    width: 94.34783vw;
    margin: 0 auto;
    z-index: 1;
  }
  #kv .kv_img {
    width: 92.3913vw;
    margin: 0 auto 1.08696vw;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  #kv .kv_period {
    width: 93.47826vw;
    margin: 0 auto 3.91304vw;
  }
  #kv .kv_txt {
    font-size: 4.56522vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4545;
    text-align: center;
    letter-spacing: .05em;
    padding-left: 1vw;
  }
  #kv .kv_txt span {
    letter-spacing: -.4em;
  }
  #kv .kv_txt sup {
    display: inline-block;
    position: relative;
    font-size: 2.82609vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4545;
    -webkit-transform: translateY(-1.8vw);
        -ms-transform: translateY(-1.8vw);
            transform: translateY(-1.8vw);
  }
  #kv .kv_txt .mnote {
    display: inline-block;
    -webkit-transform: translateX(-1vw);
        -ms-transform: translateX(-1vw);
            transform: translateX(-1vw);
  }
  #kv .kv_adjust {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  #design .design_title {
    width: 92.17391vw;
    margin: 0 auto 2.17391vw;
  }
  #design .design_note {
    width: 61.30435vw;
    margin: 0 auto;
  }
  #design .design_cont .design_cont_detail_wrap {
    width: 93.47826vw;
    border: 0.86957vw solid #002169;
    border-radius: 2.17391vw;
    background: #fff;
  }
  #design .design_cont_wrap {
    -webkit-transform: translateY(-4vw);
        -ms-transform: translateY(-4vw);
            transform: translateY(-4vw);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #8bbfe6), color-stop(40%, #8bbfe6), color-stop(40%, #aedbdc), color-stop(70%, #aedbdc), color-stop(70%, #84c9ab), color-stop(90%, #84c9ab), color-stop(90%, transparent), to(transparent));
    background: -o-linear-gradient(top, transparent 0%, transparent 10%, #8bbfe6 10%, #8bbfe6 40%, #aedbdc 40%, #aedbdc 70%, #84c9ab 70%, #84c9ab 90%, transparent 90%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 10%, #8bbfe6 10%, #8bbfe6 40%, #aedbdc 40%, #aedbdc 70%, #84c9ab 70%, #84c9ab 90%, transparent 90%, transparent 100%);
  }
  #design .design_cont1 {
    padding-top: 11.73913vw;
    background: url("../images/design_cont1_bg.png") center top/100% no-repeat;
  }
  #design .design_cont1 .design_cont_title {
    width: 85.43478vw;
    margin: 0 0 2.17391vw 8.69565vw;
  }
  #design .design_cont1 .design_cont_detail_wrap {
    padding-top: 8.69565vw;
    padding-bottom: 2.82609vw;
    margin: 0 auto;
  }
  #design .design_cont1 .design_cont_detail_img {
    margin-bottom: 5.43478vw;
  }
  #design .design_cont1 .design_cont_detail {
    width: 60.21739vw;
    margin: 0 auto;
  }
  #design .design_cont2 {
    padding: 10.86957vw 0 2.17391vw;
    background: url("../images/design_cont2_bg.png") center top/100% no-repeat;
  }
  #design .design_cont2 .design_cont_title {
    width: 88.26087vw;
    margin: 0 auto 1.52174vw;
    -webkit-transform: translateX(-1vw);
        -ms-transform: translateX(-1vw);
            transform: translateX(-1vw);
  }
  #design .design_cont2 .design_cont_detail_wrap {
    padding-top: 5.43478vw;
    padding-bottom: 4.34783vw;
    margin: 0 auto;
  }
  #design .design_cont2 .design_cont_detail_img {
    margin-bottom: 3.26087vw;
  }
  #design .design_cont2 .design_cont_detail {
    width: 74.34783vw;
    margin: 0 auto;
  }
  #design .design_cont3 {
    padding: 8.69565vw 0 19.56522vw;
    background: url("../images/design_cont3_bg.png?id=20260528") center top/100% no-repeat;
  }
  #design .design_cont3 .design_cont_title {
    width: 88.26087vw;
    margin: 0 auto 1.52174vw;
  }
  #design .design_cont3 .design_cont_detail_wrap {
    padding-top: 8.69565vw;
    padding-bottom: 4.78261vw;
    margin: 0 auto;
  }
  #design .design_cont3 .design_cont_detail_img {
    margin-bottom: 4.78261vw;
  }
  #design .design_cont3 .design_cont_detail {
    width: 65.21739vw;
    margin: 0 auto;
  }

  .campaign_course_wrap {
    margin-bottom: 13.04348vw;
    background: url("../images/campaign_course_bg.png?id=2-260528") center 20.4%/100% no-repeat;
  }

  #campaign {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #campaign .campaign_title {
    width: 93.69565vw;
    margin: 0 auto 4.34783vw;
  }
  #campaign .campaign_period {
    width: 93.47826vw;
    margin: 0 auto 13.04348vw;
  }

  html.js #campaign:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(2.6087vw);
        -ms-transform: translateY(2.6087vw);
            transform: translateY(2.6087vw);
  }

  #course .course_title {
    width: 90.21739vw;
    margin: 0 auto 2.82609vw;
  }
  #course .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.26087vw;
  }
  #course .list .item {
    width: 22.82609vw;
  }
  #course .list .item a {
    display: block;
  }
  #course .course_cont_wrap {
    padding-top: 13.04348vw;
  }
  #course .course_cont {
    position: relative;
    width: 93.47826vw;
    margin: 0 auto;
    border: 1.08696vw solid #e83832;
    border-top: 18.91304vw solid #e83832;
    border-radius: 2.82609vw;
    background-color: #fff;
    padding-bottom: 4.78261vw;
    margin-bottom: 3.04348vw;
    -webkit-box-shadow: 0 0 3px #000;
            box-shadow: 0 0 3px #000;
  }
  #course .course_cont.show .course_display_cont {
    display: block;
  }
  #course .course_cont.show .display_btn {
    display: none;
  }
  #course .course_cont .course_cont_stitle {
    width: 86.95652vw;
    margin: 0 auto 2.17391vw;
  }
  #course .course_cont .display_btn {
    width: 75vw;
    margin: 0 auto;
  }
  #course .course_cont .course_display_cont {
    display: none;
    position: relative;
    width: 86.95652vw;
    margin: 0 auto;
  }
  #course .course_cont .course_close_btn {
    position: absolute;
    bottom: 4.5vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 19.78261vw;
  }
  #course .course_cont .link {
    font-size: 3.47826vw;
    line-height: 1.29412;
    letter-spacing: -.05em;
    color: #002169;
    text-align: center;
    margin-top: 4.34783vw;
  }
  #course .course_cont1 {
    padding-top: 2.17391vw;
  }
  #course .course_cont1 .course_cont_title {
    position: absolute;
    top: -28vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 59.13043vw;
  }
  #course .course_cont1 .course_cont_stitle {
    margin: 0 auto;
  }
  #course .course_cont1 .cover {
    width: 61.30435vw;
    margin-left: 26.52174vw;
    margin-bottom: 5.43478vw;
  }
  #course .course_cont1 .detail {
    width: 81.52174vw;
    margin: 0 auto;
  }
  #course .course_cont2 {
    border: 1.08696vw solid #00ab93;
    border-top: 18.91304vw solid #00ab93;
  }
  #course .course_cont2 .course_cont_title {
    position: absolute;
    top: -28vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 55.21739vw;
  }
  #course .course_cont2 .cover {
    width: 60.86957vw;
    margin-left: 28.26087vw;
    margin-bottom: 3.26087vw;
  }
  #course .course_cont2 .detail {
    width: 84.34783vw;
    margin: 0 auto 2.17391vw;
  }
  #course .course_cont3 {
    padding-top: 3.26087vw;
    border: 1.08696vw solid #f49d19;
    border-top: 23.91304vw solid #f49d19;
  }
  #course .course_cont3 .course_cont_title {
    position: absolute;
    top: -33vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 77.82609vw;
  }
  #course .course_cont3 .cover {
    width: 87.6087vw;
    margin: 0 auto 6.52174vw;
  }
  #course .course_cont3 .detail {
    width: 83.47826vw;
    margin: 0 auto;
  }
  #course .link {
    color: #002169;
    font-size: 3.47826vw;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -.09em;
  }
  #course .link a {
    color: #002169;
    text-decoration: none;
    letter-spacing: 0;
  }
  #course .note {
    color: #002169;
    font-size: 3.04348vw;
    text-align: center;
    line-height: 1.58;
    margin-top: 1.08696vw;
  }
  #course .note sup {
    display: inline-block;
    position: relative;
    font-size: 2.17391vw;
    color: #002169;
    -webkit-transform: translateY(-1vw);
        -ms-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }

  .present_apply_wrap {
    background: url("../images/present_apply_bg.png?id=20260528") center 71.4%/100% no-repeat;
  }

  #present {
    margin-bottom: 9.78261vw;
  }
  #present .present_title {
    width: 93.47826vw;
    margin: 0 auto 3.26087vw;
  }
  #present .present_lead {
    width: 86.52174vw;
    margin: 0 auto 7.6087vw;
  }
  #present .present_img {
    width: 93.47826vw;
    margin: 0 auto 15.21739vw;
  }
  #present .cv_area {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #present .cv_area .cv_area_title {
    width: 76.95652vw;
    margin: 0 auto 4.34783vw;
  }
  #present .cv_area .cv_btn {
    width: 75vw;
    margin: 0 auto 2.17391vw;
  }

  html.js #present .cv_area:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(2.6087vw);
        -ms-transform: translateY(2.6087vw);
            transform: translateY(2.6087vw);
  }

  #apply {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #apply .apply_inner {
    width: 93.47826vw;
    padding: 4.34783vw 2.17391vw 9.78261vw;
    margin: 0 auto 4.34783vw;
    background-color: #fff;
    border-radius: 3.26087vw;
  }
  #apply .apply_title {
    width: 57.82609vw;
    margin: 0 auto 3.26087vw;
  }
  #apply .flow {
    width: 86.95652vw;
    margin: 0 auto 5.65217vw;
  }
  #apply .flow .item {
    margin-bottom: 3.91304vw;
  }
  #apply .flow .item:last-child {
    margin-bottom: 0;
  }
  #apply .note {
    font-size: 3.47826vw;
    line-height: 1.375;
    color: #002169;
    padding-left: 1.08696vw;
    margin-bottom: 8.69565vw;
  }
  #apply .btn {
    width: 75vw;
    margin: 0 auto;
  }

  html.js #apply:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(2.6087vw);
        -ms-transform: translateY(2.6087vw);
            transform: translateY(2.6087vw);
  }

  #terms {
    width: 93.47826vw;
    padding: 4.34783vw 2.17391vw;
    margin: 0 auto 10.86957vw;
    background-color: #fff;
    border-radius: 3.26087vw;
  }
  #terms .terms_cont {
    height: 67.3913vw;
    padding: 2.17391vw;
    overflow-y: scroll;
  }
  #terms .terms_title {
    width: 29.56522vw;
    margin: 0 auto 3.26087vw;
  }
  #terms .terms_detail {
    font-size: 3.47826vw;
    line-height: 1.5625;
    color: #002169;
  }
  #terms .terms_detail h3 {
    font-size: 3.91304vw;
    font-weight: bold;
  }
  #terms .terms_detail h4 {
    font-size: 3.69565vw;
    font-weight: bold;
  }
  #terms .terms_detail a {
    color: #002169;
  }

  #xcampaign {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, transparent), color-stop(8%, #c2e4d6), color-stop(98%, #c2e4d6), color-stop(98%, transparent), to(transparent));
    background: -o-linear-gradient(top, transparent 0%, transparent 8%, #c2e4d6 8%, #c2e4d6 98%, transparent 98%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 8%, #c2e4d6 8%, #c2e4d6 98%, transparent 98%, transparent 100%);
    padding-bottom: 15.21739vw;
    overflow: hidden;
  }
  #xcampaign.v2 .version_switch .version_switch_btn1::before {
    display: block;
  }
  #xcampaign.v2 .version_switch .version_switch_btn2::before {
    display: none;
  }
  #xcampaign.v2 .version_detail1 {
    display: none;
  }
  #xcampaign.v2 .version_detail2 {
    display: block;
  }
  #xcampaign::before, #xcampaign::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    width: 130.43478vw;
    -webkit-transform: translateX(14vw);
        -ms-transform: translateX(14vw);
            transform: translateX(14vw);
  }
  #xcampaign::before {
    top: 24.78261vw;
    height: 17.3913vw;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    background-color: #c2e4d6;
  }
  #xcampaign::after {
    height: 15.21739vw;
    bottom: 0;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    background-color: #c2e4d6;
  }
  #xcampaign .xcampaign_title {
    position: relative;
    width: 93.91304vw;
    margin: 0 auto 4.34783vw;
    z-index: 10;
  }
  #xcampaign .version_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92.17391vw;
    margin: 0 auto;
  }
  #xcampaign .version_switch .version_switch_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45vw;
    height: 13.91304vw;
    border-radius: 3.04348vw 3.04348vw 0 0;
  }
  #xcampaign .version_switch .version_switch_btn img {
    width: 21.73913vw;
  }
  #xcampaign .version_switch .version_switch_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3.04348vw 3.04348vw 0 0;
  }
  #xcampaign .version_switch .version_switch_btn1 {
    background-color: #00ab93;
  }
  #xcampaign .version_switch .version_switch_btn1::before {
    display: none;
  }
  #xcampaign .version_switch .version_switch_btn2 {
    background-color: #f49d19;
  }
  #xcampaign .version_detail {
    width: 95.65217vw;
    border: 1.73913vw solid #00ab93;
    border-radius: 2.17391vw 2.17391vw 3.26087vw 3.26087vw;
    padding: 5.86957vw 3.69565vw;
    margin: 0 auto;
    background-color: #fff;
  }
  #xcampaign .version_detail2 {
    display: none;
    border: 1.73913vw solid #f49d19;
  }
  #xcampaign .version_detail2 .version_detail_cont .period {
    width: 65.65217vw;
  }
  #xcampaign .version_detail_cont .period {
    width: 67.6087vw;
    margin: 0 auto 6.52174vw;
  }
  #xcampaign .version_detail_cont .method {
    margin-bottom: 5.43478vw;
  }
  #xcampaign .version_detail_cont .method_title {
    width: 85.21739vw;
    margin: 0 auto 4.34783vw;
  }
  #xcampaign .version_detail_cont .method_lead {
    width: 70vw;
    margin: 0 auto 3.26087vw;
  }
  #xcampaign .version_detail_cont .btn {
    width: 80.43478vw;
    margin: 0 auto 4.78261vw;
  }
  #xcampaign .version_detail_cont .text {
    width: 66.95652vw;
    margin: 0 auto 4.78261vw;
  }
  #xcampaign .version_detail_cont .prize_title {
    width: 85.21739vw;
    margin: 0 auto 4.34783vw;
  }
  #xcampaign .version_detail_cont .prize_lead {
    width: 56.52174vw;
    margin: 0 auto 2.17391vw;
  }
  #xcampaign .version_detail_cont .prize_img {
    width: 75vw;
    margin-left: 10vw;
    margin-bottom: 2.17391vw;
  }
  #xcampaign .version_detail_cont .prize_memo {
    width: 26.95652vw;
    margin: 0 auto 4.34783vw;
  }
  #xcampaign .version_detail_cont .note {
    font-size: 3.47826vw;
    line-height: 1.625;
    letter-spacing: -0.05em;
    color: #002169;
    margin-bottom: 6.52174vw;
  }
  #xcampaign .terms {
    width: 84.78261vw;
    height: 78.26087vw;
    padding: 4.34783vw 2.17391vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3.26087vw;
    border: 0.43478vw solid #b9aea9;
  }
  #xcampaign .terms .terms_cont {
    height: 67.3913vw;
    padding: 2.17391vw;
    overflow-y: scroll;
  }
  #xcampaign .terms .terms_title {
    width: 29.56522vw;
    margin: 0 auto 5vw;
  }
  #xcampaign .terms .terms_detail {
    font-size: 3.47826vw;
    line-height: 1.5625;
    color: #002169;
  }
  #xcampaign .terms .terms_detail h3 {
    font-size: 3.91304vw;
    font-weight: bold;
  }
  #xcampaign .terms .terms_detail h4 {
    font-size: 3.69565vw;
    font-weight: bold;
  }
  #xcampaign .terms .terms_detail a {
    color: #002169;
  }

  #follow {
    position: absolute;
    top: 43.47826vw;
    right: 2.17391vw;
    width: 23.47826vw;
    height: 23.47826vw;
    z-index: 100;
  }
  #follow a {
    display: block;
  }

  #footer {
    padding-top: 8.69565vw;
    background-color: #9ed8f5;
  }
  #footer .links {
    position: relative;
  }
  #footer .links::before, #footer .links::after {
    position: absolute;
    content: '';
    display: block;
    width: 11.30435vw;
    height: 13.69565vw;
    background: url("../images/links_acce.svg") center center/100% no-repeat;
  }
  #footer .links::before {
    top: -10vw;
    left: 2.17391vw;
  }
  #footer .links::after {
    bottom: -7vw;
    right: 1.08696vw;
  }
  #footer .links .brand_link {
    position: relative;
    margin-bottom: 6.52174vw;
  }
  #footer .links .brand_link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85.86957vw;
    height: 1.73913vw;
    background: url("../images/footer_dot_border.svg") center center/100% no-repeat;
  }
  #footer .links .brand_link .btn {
    width: 80.43478vw;
    margin: 0 auto;
    padding-bottom: 8.69565vw;
  }
  #footer .links .xlink .lead {
    width: 77.17391vw;
    margin-left: 9.78261vw;
    margin-bottom: 2.17391vw;
  }
  #footer .links .xlink .link {
    width: 80.43478vw;
    margin: 0 auto 8.69565vw;
  }
  #footer .contact {
    background-color: #002169;
    padding-bottom: 6.52174vw;
  }
  #footer .contact .contact_title {
    width: 93.47826vw;
    padding: 6.52174vw 0;
    margin: 0 auto;
  }
  #footer .contact .lead {
    font-size: 4.34783vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    text-align: center;
    letter-spacing: -.03em;
    margin-bottom: 2.6087vw;
  }
  #footer .contact .tel {
    width: 82.6087vw;
    margin: 0 auto 4.34783vw;
  }
  #footer .contact .tel a {
    display: block;
  }
  #footer .contact .detail {
    width: 92.17391vw;
    margin: 0 auto;
  }
  #footer .common_footer {
    text-align: center;
    padding: 6.52174vw 0;
    background-color: #fff;
  }
  #footer .common_footer .common_links {
    margin-bottom: 4.34783vw;
  }
  #footer .common_footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.30435vw;
    margin-bottom: 4.34783vw;
  }
  #footer .common_footer .item {
    font-size: 3.04348vw;
  }
  #footer .common_footer .item a {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
    font-size: 3.47826vw;
    color: #4a413e;
    letter-spacing: -.08em;
    text-decoration: none;
    padding-right: 1.30435vw;
  }
  #footer .common_footer .item span {
    position: relative;
    top: -.5vw;
  }
  #footer .common_footer .item_last a {
    padding-right: 0;
  }
  #footer .common_footer .logo {
    width: 47.3913vw;
    margin: 0 auto 3.91304vw;
  }
  #footer .common_footer .copyright {
    font-size: 3.69565vw;
  }
}
@media all and (min-width: 461px) {
  body {
    background-color: #9ed8f5;
  }
  body.fixed #follow {
    position: fixed;
    top: auto;
    bottom: 30px;
  }

  .main_cont {
    position: relative;
    z-index: 10;
    width: 460px;
    margin: 0 auto;
    background: url("../images/top_bg.png?id=20260528") center top/100% no-repeat #9ed8f5;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }

  #header {
    padding: 18px 0;
  }
  #header .logo {
    width: 231px;
    margin: 0 auto;
  }

  #main {
    position: relative;
    width: 100%;
  }

  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }

  .pc_acce {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pc_acce::after {
    content: '';
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: clamp(137px, calc(549px - 21vw), 320px);
    background: url(../images/pc_kv_hill.png) center top/cover no-repeat;
  }

  .pc_chara {
    position: fixed;
    width: calc((100% - 460px) / 2);
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url("../images/pc_kv_left_ball.png") center 0 no-repeat;
  }
  .pc_chara .pc_chara_img_wrap {
    width: 100%;
    height: 100%;
    max-width: 770px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc_chara .pc_chara_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
  }

  .pc_menu {
    position: fixed;
    width: calc((100% - 460px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url("../images/pc_kv_right_ball.png?id=2-260528") center top no-repeat;
  }
  .pc_menu .pc_menu_cont {
    width: 70%;
    margin-left: 12.97%;
    max-width: 342px;
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  .pc_menu .pc_menu_title {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
  }
  .pc_menu .pc_menu_title img {
    max-width: 111px;
  }
  .pc_menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: 4px solid #002169;
    border-radius: 14px;
    padding: 10px 7px;
    padding: 4% 5%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px #000;
            box-shadow: 0 0 3px #000;
  }
  .pc_menu .item {
    position: relative;
  }
  .pc_menu .item::after {
    content: '';
    display: block;
    background: url("../images/pc_menu_border.svg") center center/100% no-repeat;
    max-width: 300px;
    width: 96%;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .pc_menu .item:last-child::after {
    display: none;
  }
  .pc_menu .item a {
    display: block;
    text-align: center;
    padding: 6% 0;
  }
  .pc_menu .item a:hover {
    opacity: .9;
  }
  .pc_menu .item_design img {
    max-width: 269px;
  }
  .pc_menu .item_campaign img {
    max-width: 243px;
  }
  .pc_menu .item_present img {
    max-width: 132px;
  }
  .pc_menu .item_apply img {
    max-width: 181px;
  }
  .pc_menu .item_xcampaign img {
    max-width: 204px;
  }

  #kv {
    background: url("../images/kv_bg1.png") center bottom/100% no-repeat;
    padding-bottom: 6px;
  }
  #kv .kv_msg {
    position: relative;
    width: 434px;
    margin: 0 auto;
    z-index: 1;
  }
  #kv .kv_img {
    width: 425px;
    margin: 0 auto 5px;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  #kv .kv_period {
    width: 430px;
    margin: 0 auto 18px;
  }
  #kv .kv_txt {
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4545;
    text-align: center;
    letter-spacing: .05em;
    padding-left: 4px;
  }
  #kv .kv_txt span {
    letter-spacing: -.4em;
  }
  #kv .kv_txt sup {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4545;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  #kv .kv_txt .mnote {
    display: inline-block;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  #kv .kv_adjust {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  #design .design_title {
    width: 424px;
    margin: 0 auto 10px;
  }
  #design .design_note {
    width: 282px;
    margin: 0 auto;
  }
  #design .design_cont .design_cont_detail_wrap {
    width: 430px;
    border: 4px solid #002169;
    border-radius: 10px;
    background: #fff;
  }
  #design .design_cont_wrap {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #8bbfe6), color-stop(40%, #8bbfe6), color-stop(40%, #aedbdc), color-stop(70%, #aedbdc), color-stop(70%, #84c9ab), color-stop(90%, #84c9ab), color-stop(90%, transparent), to(transparent));
    background: -o-linear-gradient(top, transparent 0%, transparent 10%, #8bbfe6 10%, #8bbfe6 40%, #aedbdc 40%, #aedbdc 70%, #84c9ab 70%, #84c9ab 90%, transparent 90%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 10%, #8bbfe6 10%, #8bbfe6 40%, #aedbdc 40%, #aedbdc 70%, #84c9ab 70%, #84c9ab 90%, transparent 90%, transparent 100%);
  }
  #design .design_cont1 {
    padding-top: 54px;
    background: url("../images/design_cont1_bg.png") center top/100% no-repeat;
  }
  #design .design_cont1 .design_cont_title {
    width: 393px;
    margin: 0 0 10px 40px;
  }
  #design .design_cont1 .design_cont_detail_wrap {
    padding-top: 40px;
    padding-bottom: 13px;
    margin: 0 auto;
  }
  #design .design_cont1 .design_cont_detail_img {
    margin-bottom: 25px;
  }
  #design .design_cont1 .design_cont_detail {
    width: 277px;
    margin: 0 auto;
  }
  #design .design_cont2 {
    padding: 50px 0 10px;
    background: url("../images/design_cont2_bg.png") center top/100% no-repeat;
  }
  #design .design_cont2 .design_cont_title {
    width: 406px;
    margin: 0 auto 7px;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  #design .design_cont2 .design_cont_detail_wrap {
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  #design .design_cont2 .design_cont_detail_img {
    margin-bottom: 15px;
  }
  #design .design_cont2 .design_cont_detail {
    width: 342px;
    margin: 0 auto;
  }
  #design .design_cont3 {
    padding: 40px 0 90px;
    background: url("../images/design_cont3_bg.png?id=20260528") center top/100% no-repeat;
  }
  #design .design_cont3 .design_cont_title {
    width: 406px;
    margin: 0 auto 7px;
  }
  #design .design_cont3 .design_cont_detail_wrap {
    padding-top: 40px;
    padding-bottom: 22px;
    margin: 0 auto;
  }
  #design .design_cont3 .design_cont_detail_img {
    margin-bottom: 22px;
  }
  #design .design_cont3 .design_cont_detail {
    width: 300px;
    margin: 0 auto;
  }

  .campaign_course_wrap {
    margin-bottom: 60px;
    background: url("../images/campaign_course_bg.png?id=20260528") center 20.4%/100% no-repeat;
  }

  #campaign {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #campaign .campaign_title {
    width: 430px;
    margin: 0 auto 20px;
  }
  #campaign .campaign_period {
    width: 430px;
    margin: 0 auto 60px;
  }

  html.js #campaign:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }

  #course .course_title {
    width: 415px;
    margin: 0 auto 13px;
  }
  #course .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  #course .list .item {
    width: 105px;
  }
  #course .list .item a {
    display: block;
  }
  #course .list .item a:hover {
    opacity: .8;
  }
  #course .course_cont_wrap {
    padding-top: 60px;
  }
  #course .course_cont {
    position: relative;
    width: 430px;
    margin: 0 auto;
    border: 5px solid #e83832;
    border-top: 87px solid #e83832;
    border-radius: 13px;
    background-color: #fff;
    padding-bottom: 22px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0 0 3px #000;
            box-shadow: 0 0 3px #000;
  }
  #course .course_cont.show .course_display_cont {
    display: block;
  }
  #course .course_cont.show .display_btn {
    display: none;
  }
  #course .course_cont .course_cont_stitle {
    width: 400px;
    margin: 0 auto 10px;
  }
  #course .course_cont .display_btn {
    width: 345px;
    margin: 0 auto;
  }
  #course .course_cont .display_btn:hover {
    opacity: .8;
    cursor: pointer;
  }
  #course .course_cont .course_display_cont {
    display: none;
    position: relative;
    width: 400px;
    margin: 0 auto;
  }
  #course .course_cont .course_close_btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 91px;
  }
  #course .course_cont .course_close_btn:hover {
    opacity: .8;
    cursor: pointer;
  }
  #course .course_cont .link {
    font-size: 1.6rem;
    line-height: 1.29412;
    letter-spacing: -.05em;
    color: #002169;
    text-align: center;
    margin-top: 20px;
  }
  #course .course_cont1 {
    padding-top: 10px;
  }
  #course .course_cont1 .course_cont_title {
    position: absolute;
    top: -124px;
    right: 0;
    left: 0;
    margin: auto;
    width: 272px;
  }
  #course .course_cont1 .course_cont_stitle {
    margin: 0 auto;
  }
  #course .course_cont1 .cover {
    width: 282px;
    margin-left: 122px;
    margin-bottom: 25px;
  }
  #course .course_cont1 .detail {
    width: 375px;
    margin: 0 auto;
  }
  #course .course_cont2 {
    border: 5px solid #00ab93;
    border-top: 87px solid #00ab93;
  }
  #course .course_cont2 .course_cont_title {
    position: absolute;
    top: -130px;
    right: 0;
    left: 0;
    margin: auto;
    width: 254px;
  }
  #course .course_cont2 .cover {
    width: 280px;
    margin-left: 130px;
    margin-bottom: 15px;
  }
  #course .course_cont2 .detail {
    width: 388px;
    margin: 0 auto 10px;
  }
  #course .course_cont3 {
    padding-top: 15px;
    border: 5px solid #f49d19;
    border-top: 110px solid #f49d19;
  }
  #course .course_cont3 .course_cont_title {
    position: absolute;
    top: -155px;
    right: 0;
    left: 0;
    margin: auto;
    width: 358px;
  }
  #course .course_cont3 .cover {
    width: 404px;
    margin: 0 auto 30px;
  }
  #course .course_cont3 .detail {
    width: 384px;
    margin: 0 auto;
  }
  #course .link {
    color: #002169;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -.09em;
  }
  #course .link a {
    color: #002169;
    text-decoration: none;
    letter-spacing: 0;
  }
  #course .note {
    color: #002169;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.58;
    margin-top: 5px;
  }
  #course .note sup {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    color: #002169;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }

  .present_apply_wrap {
    background: url("../images/present_apply_bg.png?id=20260528") center 71.4%/100% no-repeat;
  }

  #present {
    margin-bottom: 45px;
  }
  #present .present_title {
    width: 430px;
    margin: 0 auto 15px;
  }
  #present .present_lead {
    width: 398px;
    margin: 0 auto 35px;
  }
  #present .present_img {
    width: 430px;
    margin: 0 auto 70px;
  }
  #present .cv_area {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #present .cv_area .cv_area_title {
    width: 354px;
    margin: 0 auto 20px;
  }
  #present .cv_area .cv_btn {
    width: 345px;
    margin: 0 auto 10px;
  }
  #present .cv_area .cv_btn a:hover {
    opacity: .8;
  }

  html.js #present .cv_area:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }

  #apply {
    -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
    -o-transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out;
    transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
  }
  #apply .apply_inner {
    width: 430px;
    padding: 20px 10px 45px;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 15px;
  }
  #apply .apply_title {
    width: 266px;
    margin: 0 auto 15px;
  }
  #apply .flow {
    width: 400px;
    margin: 0 auto 26px;
  }
  #apply .flow .item {
    margin-bottom: 18px;
  }
  #apply .flow .item:last-child {
    margin-bottom: 0;
  }
  #apply .note {
    font-size: 16px;
    line-height: 1.375;
    color: #002169;
    padding-left: 5px;
    margin-bottom: 40px;
  }
  #apply .btn {
    width: 345px;
    margin: 0 auto;
  }
  #apply .btn a:hover {
    opacity: .8;
  }

  html.js #apply:not(.is-visible) {
    opacity: 0;
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
  }

  #terms {
    width: 430px;
    padding: 20px 10px;
    margin: 0 auto 50px;
    background-color: #fff;
    border-radius: 15px;
  }
  #terms .terms_cont {
    height: 310px;
    padding: 10px;
    overflow-y: scroll;
  }
  #terms .terms_title {
    width: 136px;
    margin: 0 auto 15px;
  }
  #terms .terms_detail {
    font-size: 1.6rem;
    line-height: 1.5625;
    color: #002169;
  }
  #terms .terms_detail h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #terms .terms_detail h4 {
    font-size: 1.7rem;
    font-weight: bold;
  }
  #terms .terms_detail a {
    color: #002169;
  }

  #xcampaign {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, transparent), color-stop(8%, #c2e4d6), color-stop(98%, #c2e4d6), color-stop(98%, transparent), to(transparent));
    background: -o-linear-gradient(top, transparent 0%, transparent 8%, #c2e4d6 8%, #c2e4d6 98%, transparent 98%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 8%, #c2e4d6 8%, #c2e4d6 98%, transparent 98%, transparent 100%);
    padding-bottom: 70px;
    overflow: hidden;
  }
  #xcampaign.v2 .version_switch .version_switch_btn1::before {
    display: block;
  }
  #xcampaign.v2 .version_switch .version_switch_btn2::before {
    display: none;
  }
  #xcampaign.v2 .version_detail1 {
    display: none;
  }
  #xcampaign.v2 .version_detail2 {
    display: block;
  }
  #xcampaign::before, #xcampaign::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    width: 600px;
    -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
            transform: translateX(70px);
  }
  #xcampaign::before {
    top: 114px;
    height: 80px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    background-color: #c2e4d6;
  }
  #xcampaign::after {
    height: 70px;
    bottom: 0;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    background-color: #c2e4d6;
  }
  #xcampaign .xcampaign_title {
    position: relative;
    width: 432px;
    margin: 0 auto 20px;
    z-index: 10;
  }
  #xcampaign .version_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 424px;
    margin: 0 auto;
  }
  #xcampaign .version_switch .version_switch_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 208px;
    height: 64px;
    border-radius: 14px 14px 0 0;
  }
  #xcampaign .version_switch .version_switch_btn img {
    width: 100px;
  }
  #xcampaign .version_switch .version_switch_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 14px 14px 0 0;
  }
  #xcampaign .version_switch .version_switch_btn1 {
    background-color: #00ab93;
  }
  #xcampaign .version_switch .version_switch_btn1::before {
    display: none;
  }
  #xcampaign .version_switch .version_switch_btn2 {
    background-color: #f49d19;
  }
  #xcampaign .version_detail {
    width: 440px;
    border: 8px solid #00ab93;
    border-radius: 10px 10px 17px 17px;
    padding: 27px 17px;
    margin: 0 auto;
    background-color: #fff;
  }
  #xcampaign .version_detail2 {
    display: none;
    border: 8px solid #f49d19;
  }
  #xcampaign .version_detail2 .version_detail_cont .period {
    width: 302px;
  }
  #xcampaign .version_detail_cont .period {
    width: 311px;
    margin: 0 auto 25px;
  }
  #xcampaign .version_detail_cont .method {
    margin-bottom: 25px;
  }
  #xcampaign .version_detail_cont .method_title {
    width: 392px;
    margin: 0 auto 20px;
  }
  #xcampaign .version_detail_cont .method_lead {
    width: 322px;
    margin: 0 auto 15px;
  }
  #xcampaign .version_detail_cont .btn {
    width: 370px;
    margin: 0 auto 22px;
  }
  #xcampaign .version_detail_cont .btn a:hover {
    opacity: .8;
  }
  #xcampaign .version_detail_cont .text {
    width: 308px;
    margin: 0 auto 22px;
  }
  #xcampaign .version_detail_cont .prize_title {
    width: 392px;
    margin: 0 auto 20px;
  }
  #xcampaign .version_detail_cont .prize_lead {
    width: 260px;
    margin: 0 auto 22px;
  }
  #xcampaign .version_detail_cont .prize_img {
    width: 345px;
    margin-left: 46px;
    margin-bottom: 10px;
  }
  #xcampaign .version_detail_cont .prize_memo {
    width: 124px;
    margin: 0 auto 20px;
  }
  #xcampaign .version_detail_cont .note {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: -0.05em;
    color: #002169;
    margin-bottom: 30px;
  }
  #xcampaign .terms {
    width: 390px;
    height: 360px;
    padding: 20px 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #b9aea9;
  }
  #xcampaign .terms .terms_cont {
    height: 312px;
    padding: 10px;
    overflow-y: scroll;
  }
  #xcampaign .terms .terms_title {
    width: 136px;
    margin: 0 auto 23px;
  }
  #xcampaign .terms .terms_detail {
    font-size: 1.6rem;
    line-height: 1.5625;
    color: #002169;
  }
  #xcampaign .terms .terms_detail h3 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #xcampaign .terms .terms_detail h4 {
    font-size: 1.7rem;
    font-weight: bold;
  }
  #xcampaign .terms .terms_detail a {
    color: #002169;
  }

  #follow {
    position: absolute;
    top: 108px;
    right: calc(50% - 230px);
    width: 108px;
    height: 108px;
    z-index: 100;
  }
  #follow:hover {
    opacity: .9;
  }
  #follow a {
    display: block;
    opacity: 0;
  }

  #footer {
    width: 460px;
    padding-top: 40px;
    margin: 0 auto;
    background-color: #9ed8f5;
  }
  #footer .links {
    position: relative;
  }
  #footer .links::before, #footer .links::after {
    position: absolute;
    content: '';
    display: block;
    width: 52px;
    height: 63px;
    background: url("../images/links_acce.svg") center center/100% no-repeat;
  }
  #footer .links::before {
    top: -47px;
    left: 10px;
  }
  #footer .links::after {
    bottom: -24px;
    right: 5px;
  }
  #footer .links .brand_link {
    position: relative;
    margin-bottom: 30px;
  }
  #footer .links .brand_link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 395px;
    height: 8px;
    background: url("../images/footer_dot_border.svg") center center/100% no-repeat;
  }
  #footer .links .brand_link .btn {
    width: 370px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  #footer .links .brand_link .btn a:hover {
    opacity: .8;
  }
  #footer .links .xlink .lead {
    width: 355px;
    margin-left: 45px;
    margin-bottom: 10px;
  }
  #footer .links .xlink .link {
    width: 370px;
    margin: 0 auto 40px;
  }
  #footer .links .xlink .link a:hover {
    opacity: .8;
  }
  #footer .contact {
    background-color: #002169;
    padding-bottom: 30px;
  }
  #footer .contact .contact_title {
    width: 430px;
    padding: 30px 0;
    margin: 0 auto;
  }
  #footer .contact .lead {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    text-align: center;
    letter-spacing: -.03em;
    margin-bottom: 12px;
  }
  #footer .contact .tel {
    width: 380px;
    margin: 0 auto 20px;
  }
  #footer .contact .tel a {
    display: block;
  }
  #footer .contact .tel a:hover {
    opacity: .8;
  }
  #footer .contact .detail {
    width: 424px;
    margin: 0 auto;
  }
  #footer .common_footer {
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
  }
  #footer .common_footer .common_links {
    margin-bottom: 20px;
  }
  #footer .common_footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
  }
  #footer .common_footer .item {
    font-size: 1.4rem;
  }
  #footer .common_footer .item a {
    display: inline-block;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", YuGothic, "Meiryo", sans-serif;
    font-size: 1.6rem;
    color: #4a413e;
    letter-spacing: -.08em;
    text-decoration: none;
    padding-right: 6px;
  }
  #footer .common_footer .item a:hover {
    text-decoration: underline;
  }
  #footer .common_footer .item span {
    position: relative;
    top: -2px;
  }
  #footer .common_footer .item_last a {
    padding-right: 0;
  }
  #footer .common_footer .logo {
    width: 218px;
    margin: 0 auto 18px;
  }
  #footer .common_footer .logo a:hover {
    opacity: .8;
  }
  #footer .common_footer .copyright {
    font-size: 1.7rem;
  }
}
@media all and (min-width: 2001px) {
  .pc_chara {
    width: 100%;
    background: url("../images/pc_kv_left_ball.png") left 0 no-repeat;
  }
  .pc_chara .pc_chara_img_wrap {
    margin: 0;
  }

  .pc_acce::after {
    height: 137px;
  }
}
@media all and (max-width: 1270px) {
  .pc_chara_img {
    display: none;
  }

  .pc_menu_cont {
    display: none;
  }
}
/* MCC */
.mcc .present_apply_wrap {
  background: url(../images/mcc_present_apply_bg.png?id=20260528) center bottom/100% no-repeat;
}
