@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック体 Pr6N", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.cp__product-name, .cp__btn, .cp__btn-link, .cp__btn-link--orange, .cp__btn-link--red, .cp__accordion-header, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cp__product-name > *, .cp__btn > *, .cp__btn-link > *, .cp__btn-link--orange > *, .cp__btn-link--red > *, .cp__accordion-header > *, .cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .cont__container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cp__receipt-link, .cp__btn-link, .cp__btn-link--orange, .cp__btn-link--red, .cp__accordion-link, .anchor__inner-link, .anchor__inner-link--close, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.cp__receipt-link:hover, .cp__btn-link:hover, .cp__btn-link--orange:hover, .cp__btn-link--red:hover, .cp__accordion-link:hover, .anchor__inner-link:hover, .anchor__inner-link--close:hover, .link:hover {
  opacity: 0.7;
}

.contact__container, .cp__follow-container, .cp__receipt-container, .anchor__container, .kv__container {
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .contact__container, .cp__follow-container, .cp__receipt-container, .anchor__container, .kv__container {
    padding-bottom: 1.3333333333vw;
  }
}
.contact__container::after, .cp__follow-container::after, .cp__receipt-container::after, .anchor__container::after, .kv__container::after {
  content: "";
  background-image: url(../img/pc/cont_bg_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__container::after, .cp__follow-container::after, .cp__receipt-container::after, .anchor__container::after, .kv__container::after {
    background-image: url(../img/sp/cont_bg_line.png);
    background-position: left bottom;
    background-size: contain;
    height: 1.3333333333vw;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

/* common:end */
/* kv:start */
/* kv:end */
.anchor__inner-link--close, .anchor__inner-link {
  width: 320px;
  height: 88px;
  background-color: #fff8c9;
  border: 2px solid #f57000;
  border-radius: 10px;
  box-shadow: 0 4px 0 #bf5700;
  position: relative;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #f57000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .anchor__inner-link--close, .anchor__inner-link {
    height: 15.2vw;
    border-width: 0.5333333333vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0.8vw 0 #bf5700;
    padding-bottom: 1.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.0714285714;
    text-align: center;
  }
}
.anchor__inner-link--close::after, .anchor__inner-link::after {
  content: "";
  background-image: url(../img/pc/anchor_icon_arrow.png);
  background-size: 100% 100%;
  width: 12px;
  height: 10px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .anchor__inner-link--close::after, .anchor__inner-link::after {
    background-image: url(../img/sp/anchor_icon_arrow.png);
    width: 2vw;
    height: 1.7333333333vw;
    bottom: 1.3333333333vw;
  }
}

/* anchor:start */
.anchor__container {
  padding: 30px 0 35px;
}
@media screen and (max-width: 767px) {
  .anchor__container {
    padding: 5.3333333333% 0 7.4666666667%;
  }
}
.anchor__inner {
  max-width: 670px;
  height: 92px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anchor__inner {
    max-width: 89.3333333333%;
    height: 16vw;
  }
}
.anchor__inner-close {
  position: relative;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .anchor__inner-close {
    border-radius: 1.3333333333vw;
    width: 47.7611940299%;
  }
}
@media screen and (max-width: 767px) {
  .anchor__inner-link {
    width: 47.7611940299%;
  }
}
.anchor__inner-link--close {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor__inner-link--close {
    width: 100%;
  }
}

/* anchor:end */
.cp__receipt-container, .cp__follow-container {
  background-image: radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 1px, transparent 1px), radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 1px, transparent 1px);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  padding: 140px 0 66px;
}
@media screen and (max-width: 767px) {
  .cp__receipt-container, .cp__follow-container {
    background-image: radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 0.2666666667vw, transparent 0.2666666667vw), radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 0.2666666667vw, transparent 0.2666666667vw);
    background-position: 0 0, 0.8vw 0.8vw;
    background-size: 1.6vw 1.6vw;
    padding: 22.2666666667vw 0 14.6666666667vw;
  }
}

.cp__box--receipt, .cp__box {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cp__box--receipt, .cp__box {
    border-radius: 2.6666666667vw;
  }
}

.cp__ttl--close, .cp__ttl {
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .cp__ttl--close, .cp__ttl {
    top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__ttl--close, .cp__ttl {
    top: -14.2666666667vw;
  }
}

.cp__btn-link--orange, .cp__btn-link, .cp__btn-link--red {
  width: 340px;
  height: 64px;
  border-radius: 34px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  text-decoration: none;
}
.cp__btn-link--orange::after, .cp__btn-link::after, .cp__btn-link--red::after {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cp__btn-link--orange, .cp__btn-link, .cp__btn-link--red {
    width: 84.126984127%;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
  }
}

.cp__accordion-header::after, .cp__accordion-header::before {
  content: "";
  background-color: #442001;
  width: 20px;
  height: 3px;
  transition: all 0.3s;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cp__accordion-header::after, .cp__accordion-header::before {
    width: 3.2vw;
    height: 0.5333333333vw;
    right: 4.8vw;
  }
}

.cp__accordion-num, .cp__accordion-note-small, .cp__accordion-note, .cp__accordion-note-space, .cp__accordion-txt-space, .cp__accordion-txt, .cp__accordion-ttl, .cp__accordion-ttl-course, .cp__accordion-lead {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .cp__accordion-num, .cp__accordion-note-small, .cp__accordion-note, .cp__accordion-note-space, .cp__accordion-txt-space, .cp__accordion-txt, .cp__accordion-ttl, .cp__accordion-ttl-course, .cp__accordion-lead {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}

/* cp:start */
.cp__follow-container {
  background-color: #ffe9b5;
}
.cp__receipt-container {
  background-color: #fff9b6;
}
.cp__receipt-contents {
  text-align: center;
}
.cp__receipt-hdg {
  margin: -5px 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3846153846;
  letter-spacing: 0.08em;
  color: #f57000;
}
.cp__receipt-cautions {
  margin: 23px 0 -4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .cp__receipt-cautions {
    margin: 8.7301587302% 0 -2.380952381%;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.cp__receipt-caution {
  text-decoration: underline;
}
.cp__receipt-txt {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #010101;
}
.cp__receipt-qr {
  width: 100px;
  margin: 20px auto 0;
}
.cp__receipt-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #010101;
  text-decoration: underline;
}
.cp__box {
  padding: 103px 30px 70px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cp__box {
    padding: 22.0895522388% 2.6666666667vw 22.3880597015%;
  }
}
.cp__box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cp__box::before {
    border-radius: 2.6666666667vw;
  }
}
.cp__box--receipt {
  padding: 103px 30px 40px;
}
@media screen and (max-width: 767px) {
  .cp__box--receipt {
    padding: 32.5373134328% 2.6666666667vw 22.3880597015%;
  }
}
.cp__ttl--close {
  z-index: 2;
}
.cp__img {
  width: 412px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cp__img {
    width: 100%;
    margin-bottom: 11.1111111111%;
  }
}
.cp__period {
  width: 550px;
  margin: 50px auto 0;
  border: 3px solid #442001;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cp__period {
    width: 100%;
    margin-top: 11.1111111111%;
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__period.cp__period {
    margin-top: 4.7619047619%;
  }
}
.cp__period-txt, .cp__period-txt--multi {
  background-color: #442001;
  height: 51px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cp__period-txt, .cp__period-txt--multi {
    height: 7.2vw;
    padding-bottom: 0.2666666667vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__period-txt--multi {
    height: 11.3333333333vw;
    padding-top: 0.4vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cp__period-txt-small {
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1.5;
  }
}
.cp__period-img {
  width: 499px;
  margin: 20px auto 17px;
}
@media screen and (max-width: 767px) {
  .cp__period-img {
    width: 80vw;
    margin: 2.6666666667vw auto 2.2666666667vw;
  }
}
.cp__hdg {
  width: 348px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .cp__hdg {
    width: 100%;
    margin-top: 12.6984126984%;
  }
}
@media screen and (max-width: 767px) {
  .cp__product {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 9.2063492063%;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-txts-first {
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-txts-last {
    padding-left: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-name {
    height: 8.5333333333vw;
    margin: 1.3333333333vw 0 -0.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: bold;
    line-height: 1.2307692308;
    letter-spacing: 0.04em;
    color: #f57000;
  }
}
@media screen and (max-width: 767px) {
  .cp__product-txt {
    margin-top: 2.4vw;
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    color: #442001;
    white-space: nowrap;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .cp__product-txt {
      letter-spacing: -0.06em;
    }
  }
}
.cp__steps {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cp__steps {
    display: block;
    margin: 9.5238095238% auto 0;
    max-width: 84.126984127%;
  }
}
.cp__step {
  width: 30%;
  border: 3px solid #f57000;
  border-radius: 10px;
  padding: 61px 0 27px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .cp__step {
    padding: 6.1vw 0 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__step {
    width: 100%;
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
    padding: 17.7358490566% 0 8.3018867925%;
  }
}
.cp__step:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .cp__step:nth-child(n+2) {
    margin-top: 24.3396226415%;
    margin-left: 0;
  }
}
.cp__step:nth-child(n+2)::before {
  content: "";
  background-image: url(../img/pc/cp_icon_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .cp__step:nth-child(n+2)::before {
    width: 2.6vw;
    height: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__step:nth-child(n+2)::before {
    background-image: url(../img/sp/cp_icon_arrow.png);
    width: 7.7333333333vw;
    height: 7.2vw;
    top: auto;
    bottom: calc(100% + 5.3333333333vw);
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
.cp__step-top {
  background-color: #f57000;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .cp__step-top {
    width: 13.1vw;
    border-radius: 0 0 1vw 0;
  }
}
@media screen and (max-width: 767px) {
  .cp__step-top {
    width: 24.5333333333vw;
    border-radius: 0 0 2.6666666667vw 0;
  }
}
.cp__step-txt {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cp__step-txt {
    margin-top: 2vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__step-txt {
    margin-top: 6.7567567568%;
    margin-bottom: -0.9652509653%;
    font-size: 4vw;
    line-height: 1.3333333333;
  }
}
.cp__btn-link, .cp__btn-link--red {
  margin-top: 40px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .cp__btn-link, .cp__btn-link--red {
    margin-top: 9.5238095238%;
    letter-spacing: 0.1em;
  }
}
.cp__btn-link::after, .cp__btn-link--red::after {
  background-image: url(../img/pc/cp_icon_arrow_01.png);
  width: 11px;
  height: 17px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .cp__btn-link::after, .cp__btn-link--red::after {
    background-image: url(../img/sp/cp_icon_arrow_01.png);
    width: 2.2666666667vw;
    height: 3.6vw;
    right: 4vw;
  }
}
.cp__btn-link--orange {
  margin-top: 60px;
  background-color: #f57000;
}
@media screen and (max-width: 767px) {
  .cp__btn-link--orange {
    width: 79.1044776119%;
    margin-top: 14.9253731343%;
    font-size: 3.7333333333vw;
  }
}
.cp__btn-link--orange::after {
  background-image: url(../img/pc/cp_icon_arrow_02.png);
  width: 12px;
  height: 20px;
  right: 23px;
}
@media screen and (max-width: 767px) {
  .cp__btn-link--orange::after {
    background-image: url(../img/sp/cp_icon_arrow_02.png);
    width: 2.2666666667vw;
    height: 3.7333333333vw;
    right: 4.8vw;
  }
}
.cp__btn-link--red {
  background-color: #eb0117;
}
@media screen and (max-width: 767px) {
  .cp__btn-link--red {
    margin-top: 6.3492063492%;
  }
}
.cp__btn-link--red::after {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .cp__btn-link--red::after {
    right: 4vw;
  }
}
.cp__accordion {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cp__accordion {
    margin-top: 7.9365079365%;
  }
}
.cp__accordion-header {
  width: 100%;
  height: 64px;
  background-color: #fff;
  border: 3px solid #442001;
  box-shadow: 0 4px 0 #442001;
  border-radius: 32px;
  margin-bottom: -30px;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .cp__accordion-header {
    height: 13.3333333333vw;
    border-width: 0.5333333333vw;
    box-shadow: 0 0.5333333333vw 0 #442001;
    border-radius: 6.6666666667vw;
    margin-bottom: -6.6666666667vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}
.cp__accordion-header::before {
  transform: translateY(-50%) rotate(90deg);
}
.cp__accordion-header.is-active {
  box-shadow: none;
}
.cp__accordion-header.is-active::before {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.cp__accordion-content {
  display: none;
  padding: 52px 17px 30px;
  border: 3px solid #442001;
  box-shadow: 0 4px 0 #442001;
  border-radius: 0 0 20px 20px;
  margin-bottom: -30px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #442001;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cp__accordion-content {
    padding: 10.6666666667vw 3.4666666667vw 6.8vw;
    border-width: 0.5333333333vw;
    box-shadow: 0 0.5333333333vw 0 #442001;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    margin-bottom: -6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.cp__accordion-lead {
  color: #f57000;
  font-weight: bold;
}
.cp__accordion-lead + .cp__accordion-ttl, .cp__accordion-lead + .cp__accordion-ttl-course {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cp__accordion-lead + .cp__accordion-ttl, .cp__accordion-lead + .cp__accordion-ttl-course {
    margin-top: 3.3333333333vw;
  }
}
.cp__accordion-ttl, .cp__accordion-ttl-course {
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cp__accordion-ttl, .cp__accordion-ttl-course {
    margin-top: 6vw;
  }
}
.cp__accordion-ttl-course {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cp__accordion-txt-space {
    margin-top: 6vw;
  }
}
.cp__accordion-list {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .cp__accordion-list {
    margin-top: 0.5333333333vw;
  }
}
.cp__accordion-list-detail {
  margin: 3px 0 4px;
}
@media screen and (max-width: 767px) {
  .cp__accordion-list-detail {
    margin: 0.5333333333vw 0 1.3333333333vw;
  }
}
.cp__accordion-note, .cp__accordion-note-space {
  text-indent: -1em;
  padding-left: 1em;
}
.cp__accordion-note-small {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
@media screen and (max-width: 767px) {
  .cp__accordion-note-space {
    margin-top: 6vw;
  }
}
.cp__accordion-num {
  list-style-type: none;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.cp__accordion-link {
  text-decoration: none;
  color: #0000ee;
}
.cp__course {
  position: relative;
  background-color: #fffac1;
  border: 0.5333333333vw solid #f57000;
  border-radius: 2.6666666667vw;
  padding-top: 18.0952380952%;
  padding-bottom: 5.7142857143%;
}
.cp__course + .cp__course {
  margin-top: 20.9523809524%;
  margin-bottom: 11.1111111111%;
}
.cp__course-name {
  position: absolute;
  top: -12.8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 28.9389067524%;
}
.cp__course-gift-01 {
  width: 86.6559485531%;
  margin: 0 auto 5.1446945338%;
}
.cp__course-gift-02 {
  width: 94.2122186495%;
  margin: 0 auto 5.1446945338%;
}
.cp__course-point {
  width: 35.0482315113%;
  margin: 0 auto 1.6077170418%;
}
.cp__course-selection {
  width: 83.7620578778%;
  margin: 0 auto;
}
.cp__course-box {
  display: flex;
  justify-content: space-between;
  width: 90.0321543408%;
  margin: 0 auto;
}
.cp__course-sbox {
  width: 46.4285714286%;
}
.cp__course-award {
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #442001;
  letter-spacing: 0.04em;
}
.cp__close {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 860px;
  padding: 45px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid #f57000;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .cp__close {
    width: 86vw;
  }
}
@media screen and (max-width: 767px) {
  .cp__close {
    top: 14.4vw;
    width: 84vw;
    padding: 12.6666666667vw 0 11.3333333333vw;
    border-width: 0.8vw;
    border-radius: 2.6666666667vw;
  }
}
.cp__close-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cp__close-img {
    margin-bottom: 5.6vw;
  }
}
.cp__close-txt {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .cp__close-txt {
    font-size: 4vw;
    line-height: 1.3333333333;
  }
}

/* cp:end */
/* contact:start */
.contact__container {
  background-color: #fff9b6;
  background-image: radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 1px, transparent 1px), radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 1px, transparent 1px);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  padding: 54px 0 63px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__container {
    background-image: radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 0.2666666667vw, transparent 0.2666666667vw), radial-gradient(circle, rgba(255, 177, 0, 0.2509803922) 0.2666666667vw, transparent 0.2666666667vw);
    background-position: 0 0, 0.8vw 0.8vw;
    background-size: 1.6vw 1.6vw;
    padding: 13.3333333333vw 0 14vw;
  }
}
.contact__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .contact__ttl {
    font-size: 6.1333333333vw;
  }
}
.contact__txt {
  margin: 26px 0 -4px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #442001;
}
@media screen and (max-width: 767px) {
  .contact__txt {
    margin: 4vw 0 -1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

/* contact:end */