@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents a,.l-contents a:link,.l-contents a:visited,.l-contents a:hover,.l-contents a:active {
  color: #fff;
}
.l-contents a:hover {
  text-decoration: none !important;
}

.l-contents__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg_main.png) 0 0 repeat;
  transition: height;
  z-index: -1;

  -webkit-overflow-scrolling: auto;
}

.bg_section {
  position: relative;
}
.bg_section::before {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
@media screen and (max-width: 768px) {
  .bg_section::before {
    max-width: 100%;
    width: 100%;
  }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .l-footer__logo-link {
    transition: opacity 300ms;
  }
  .l-footer__logo-link:hover {
    opacity: 0.8;
  }
}
/*  pagetop
--------------------------------------------- */
.pagetop {
  position: -webkit-sticky;
  position:         sticky;
  right: 3.625rem;
  bottom: 1.625rem;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 3.4375vw;
    bottom: 6.5625vw;
  }
}

.pagetop__link {
  width: 4.625rem;
  position: absolute;
  right: 3.625rem;
  bottom: 1.625rem;
  transition: opacity 300ms;
}
@media screen and (max-width: 768px) {
  .pagetop__link {
    width: 11.5625vw;
    right: 3.4375vw;
    bottom: 6.5625vw;
  }
}

.pagetop__link:hover {
  opacity: 0.8;
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .l-footer-nav__link {
    transition: opacity 300ms;
  }
  .l-footer-nav__link:hover {
    opacity: 0.8;
  }
}
/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
  display: none;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 0;
  }
}
.l-header__container {
  display: flex;
  box-sizing: border-box;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 1rem;

  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .l-header__logo-link {
    transition: opacity 300ms;
  }
  .l-header__logo-link:hover {
    opacity: 0.8;
  }
}
/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
  display: flex;
}

.l-header-nav__item {
  margin-left: 1em;
}

.l-header-nav__item:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .l-header-nav__link {
    transition: opacity 300ms;
  }
  .l-header-nav__link:hover {
    opacity: 0.8;
  }
}
/*  l-header-sp-trigger
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .l-header-sp-trigger {
    display: none;
  }
}
/* ---------------------------------------------
*   c-intro
--------------------------------------------- */
.c-intro {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 2.875rem 0 1.625rem;
  background-image: url(../img/bg_intro.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-intro {
    padding: 5.78125vw 0 3.125vw;
  }
}
.c-intro::before,.c-intro::after {
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-intro::before,.c-intro::after {
    left: initial;
    transform: translateX(0);
  }
}
.c-intro::before {
  width: 14.625rem;
  height: 14.0625rem;
  top: -1rem;
  margin-left: -24.1875rem;
  background-image: url(../img/img_firework-1.png);
}
@media screen and (max-width: 768px) {
  .c-intro::before {
    width: 21.875vw;
    height: 20.9375vw;
    top: 0;
    left: -4.6875vw;
    margin-left: 0;
  }
}
.c-intro::after {
  width: 7.6875rem;
  height: 7.6875rem;
  top: 4.1875rem;
  margin-left: 25rem;
  background-image: url(../img/img_firework-2.png);
}
@media screen and (max-width: 768px) {
  .c-intro::after {
    width: 14.375vw;
    height: 14.375vw;
    top: initial;
    right: -1.875vw;
    bottom: 0;
    margin-left: 0;
  }
}

.c-intro__txt {
  width: 32.063rem;
  margin: 0 auto 1.0625rem;
  padding: 0.625rem 0;
  border: 3px solid #fff;
  border-radius: 1.5rem;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-intro__txt {
    width: 67.1875vw;
    position: relative;
    margin: 0 11.5625vw 2.5vw;
    padding: 0.9375vw 0;
    border: 0.46875vw solid #fff;
    border-radius: 3.4375vw;
    font-size: 2.8125vw;
  }
}

.c-intro__img {
  max-width: 468px;
  width: 29.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-intro__img {
    max-width: 61.25vw;
    width: 61.25vw;
    margin-right: 0;
    margin-left: 15.625vw;
  }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
  padding-top: 3.125rem;
  background-image: url(../img/bg_kv.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-kv {
    padding-top: 0;
    background-position: top;
  }
}

.c-kv__inner {
  display: flex;
  max-width: 1024px;
  width: 64rem;
  position: relative;
  margin: 0 auto;

  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-kv__inner {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.c-kv__ttl {
  width: 45.5625rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-kv__ttl {
    width: 100%;
    margin-left: 0;
  }
}

.c-kv__img {
  width: 16.5625rem;
  margin-top: -5.625rem;
}
@media screen and (max-width: 768px) {
  .c-kv__img {
    width: 18.4375vw;
    position: absolute;
    top: -26.875vw;
    right: 0;
    margin-top: 0;
  }
}

/* ---------------------------------------------
*   c-section__inner
--------------------------------------------- */
.c-section__inner {
  max-width: 700px;
  width: 43.75rem;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-section__inner {
    max-width: 100%;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-pointBox
--------------------------------------------- */
.c-pointBox {
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox {
    padding-top: 10.9375vw;
    padding-bottom: 11.5625vw;
  }
}
.c-pointBox::before {
  width: 81.25rem;
  height: 100%;
  top: 0;
  background-image: url(../img/img_firework-2.png), url(../img/img_firework-1.png);
  background-position: left 1.875rem top 1.125rem, right 8rem top 12.875rem;
  background-size: 21.25rem auto, 11.625rem auto;
}
@media screen and (max-width: 768px) {
  .c-pointBox::before {
    width: 100%;
    left: 0;
    background-position: left -5.46875vw top 3.4375vw, right -0.78125vw top 21.09375vw;
    background-size: 31.875vw auto, 18.28125vw auto;
    transform: translateX(0);
  }
}
.c-pointBox .c-attention {
  margin-top: 0.5rem;
  padding: 0 1rem 0 2.8125rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox .c-attention {
    margin-top: 2.5vw;
    padding: 0 3.75vw;
  }
}
.c-pointBox .c-attention p {
  padding-left: 1em;
  line-height: 1.834;
  font-size: 0.75rem;
  font-weight: 400;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .c-pointBox .c-attention p {
    line-height: 1.667;
    font-size: 2.8125vw;
  }
}

.c-pointBox__ttl {
  width: 16.25rem;
  margin: 0 auto 1.875rem;
  padding: 0.375rem 0;
  border: 3px solid #fff;
  border-radius: 2.5rem;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pointBox__ttl {
    width: 41.25vw;
    margin-bottom: 4.6875vw;
    padding: 0.9375vw 0 1.5625vw;
    border: 0.46875vw solid #fff;
    border-radius: 6.25vw;
    font-size: 6.25vw;
  }
}

.c-pointBox__catch {
  width: 18.125rem;
  margin: 0 auto;
  padding: 0.3125rem 0;
  color: #0553b1;
  font-size: 1.25rem;
  text-align: center;
  background-color: #ffeb42;
}
@media screen and (max-width: 768px) {
  .c-pointBox__catch {
    width: 45.3125vw;
    margin-bottom: 1.5625vw;
    padding: 0.9375vw 0;
    font-size: 3.125vw;
  }
}

.c-pointBox__txt {
  margin-bottom: 0.625rem;
  color: #ffeb42;
  line-height: 1.667;
  font-size: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pointBox__txt {
    margin-bottom: 7.03125vw;
    line-height: 1.25;
    font-size: 6.25vw;
  }
}
.c-pointBox__txt .big {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox__txt .big {
    font-size: 7.8125vw;
  }
}
.c-pointBox__txt .small {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox__txt .small {
    font-size: 6.25vw;
  }
}

.c-pointBox__img {
  display: flex;

  align-items: center;
  justify-content: center;
}
.c-pointBox__img li {
  max-width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox__img li {
    max-width: 45vw;
    width: 45vw;
  }
}
.c-pointBox__img li:first-child {
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-pointBox__img li:first-child {
    margin-right: 1.875vw;
  }
}

/* ---------------------------------------------
*   c-presentBox
--------------------------------------------- */
.c-presentBox {
  position: relative;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox {
    padding-bottom: 85.9375vw;
  }
}
.c-presentBox::before {
  max-width: 81.25rem;
  height: 40rem;
  top: -5rem;
  background-image: url(../img/bg_present-left.png), url(../img/bg_present-right.png);
  background-position: left 0 bottom 1.875rem, right 0 top 0;
  background-size: 11rem auto, 12.25rem auto;
}
@media screen and (max-width: 768px) {
  .c-presentBox::before {
    max-width: 100%;
    height: 85.9375vw;
    top: initial;
    bottom: 0;
    background-image: url(../img/sp/bg_present.png), none;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

.c-presentBox__list {
  width: 40rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-presentBox__list {
    width: 93.75vw;
  }
}
.c-presentBox__list li {
  display: flex;
  position: relative;
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.375rem;
  border: 0.1875rem solid #fff;
  border-radius: 0.375rem;

  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-presentBox__list li {
    margin-bottom: 7.8125vw;
    padding: 4.6875vw 3.125vw 3.125vw;
    border: 0.46875vw solid #fff;
    border-radius: 0.9375vw;
  }
}
.c-presentBox__list li:last-child {
  margin-bottom: 0;
}
.c-presentBox__list li:last-child .c-presentBox__pkg {
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__list li:last-child .c-presentBox__pkg {
    width: 13.59375vw;
    padding-left: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-presentBox__list li:nth-child(1) .c-presentBox__pkg {
    width: 10vw;
  }
}
.c-presentBox__list li:nth-child(2) .c-presentBox__pkg {
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__list li:nth-child(2) .c-presentBox__pkg {
    width: 12.34375vw;
    padding-left: 1.5625vw;
  }
}

.c-presentBox__prize {
  width: 3.9375rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__prize {
    width: 9.84375vw;
    margin-right: 4.6875vw;
  }
}

.c-presentBox__txt-1 {
  line-height: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__txt-1 {
    font-size: 3.4375vw;
  }
}

.c-presentBox__txt-2 {
  margin-top: 0.5rem;
  color: #ffeb42;
  line-height: 1;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__txt-2 {
    margin-top: 2.8125vw;
    font-size: 4.6875vw;
  }
}
.c-presentBox__txt-2 .big {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__txt-2 .big {
    font-size: 9.375vw;
    letter-spacing: -0.04em;
  }
}

.c-presentBox__num {
  width: 6.25rem;
  position: absolute;
  top: -1.5625rem;
  right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-presentBox__num {
    width: 18.125vw;
    top: -5.9375vw;
    right: -2.03125vw;
  }
}

.c-presentBox__pkg {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  margin-left: 5rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-presentBox__pkg {
    top: 0;
    margin-left: 21.25vw;
  }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section__container {
  max-width: 81.25rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-section__container {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}
.c-section__container .c-pkg01,.c-section__container .c-pkg02 {
  height: 85%;
  position: absolute;
  z-index: 5;
}
.c-section__container .c-pkg01 img,.c-section__container .c-pkg02 img {
  position: -webkit-sticky;
  position:         sticky;
}
.c-section__container .c-pkg01 {
  top: 5.3125rem;
  left: 10.3125rem;
}
@media screen and (max-width: 1250px) {
  .c-section__container .c-pkg01 {
    left: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-section__container .c-pkg01 {
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section__container .c-pkg01 {
    top: 13.28125vw;
    left: 0;
  }
}
.c-section__container .c-pkg01 img {
  width: 10.375rem;
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-section__container .c-pkg01 img {
    width: 16.5625vw;
  }
}
.c-section__container .c-pkg02 {
  top: 35.375rem;
  right: 8.75rem;
}
@media screen and (max-width: 1250px) {
  .c-section__container .c-pkg02 {
    right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-section__container .c-pkg02 {
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section__container .c-pkg02 {
    top: 115.625vw;
    right: 0;
  }
}
.c-section__container .c-pkg02 img {
  width: 12.625rem;
  top: 31rem;
}
@media screen and (max-width: 768px) {
  .c-section__container .c-pkg02 img {
    width: 19.53125vw;
    top: 104.375vw;
  }
}

.c-section__ttl {
  width: 16.5rem;
  margin: 0 auto 2.625rem;
  padding: 1rem 0 1.25rem;
  border: 0.1875rem solid #a5661b;
  border-radius: 2.5rem;
  color: #a5661b;
  line-height: 1;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section__ttl {
    width: 41.40625vw;
    margin-bottom: 3.125vw;
    padding: 3.125vw 0;
    border: 0.46875vw solid #a5661b;
    border-radius: 6.25vw;
    font-size: 6.25vw;
  }
}
.c-section__ttl + .c-txt {
  margin-bottom: 2.125rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-section__ttl + .c-txt {
    margin-bottom: 4.6875vw;
    margin-left: 0;
  }
}

/* ---------------------------------------------
*   c-overview
--------------------------------------------- */
.c-overview {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-overview {
    padding-bottom: 15.625vw;
  }
}
.c-overview::before {
  max-width: auto;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bg_overview-left.png), url(../img/bg_overview-right.png);
  background-position: left 5.3125rem top 16.5rem, right 0 top 32.1875rem;
  background-size: 16.9375rem 63rem, 21.25rem 96.125rem;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .c-overview::before {
    background-image: url(../img/sp/bg_overview-left.png), url(../img/sp/bg_overview-right.png);
    background-position: left -3.59375vw top 31.25vw, right -12.96875vw top 107.5vw;
    background-size: 21.875vw 239.6875vw, 31.875vw 366.71875vw;
  }
}
.c-overview .c-txt {
  color: #a5661b;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-overview .c-txt {
    line-height: 2;
    font-size: 3.125vw;
  }
}
.c-overview .c-section__inner {
  padding: 5.9375rem 4.375rem 3.75rem;
  border-radius: 0.375rem;
  background-image: url(../img/bg_section.jpg);
  background-position: top;
}
@media screen and (max-width: 768px) {
  .c-overview .c-section__inner {
    width: 73.4375vw;
    margin: 0 auto;
    padding: 11.71875vw 3.125vw;
    border-radius: 1.875vw;
    background-image: url(../img/sp/bg_section.jpg);
  }
}

.c-list-overview__item {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .c-list-overview__item {
    margin-bottom: 10.9375vw;
  }
}
.c-list-overview__item:last-child {
  margin-bottom: 0;
}
.c-list-overview__item:last-child dd {
  margin-left: 0;
}
.c-list-overview__item dt {
  width: 6.875rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem 0;
  border: 0.1875rem solid #a5661b;
  border-radius: 1.25rem;
  color: #a5661b;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-list-overview__item dt {
    width: 19.53125vw;
    margin-bottom: 4.6875vw;
    padding: 1.875vw 0;
    border: 0.46875vw solid #a5661b;
    border-radius: 3.75vw;
    font-size: 3.125vw;
  }
}
.c-list-overview__item dd {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-list-overview__item dd {
    margin-left: 0;
  }
}
.c-list-overview__item.adjust dt {
  width: 11.875rem;
}
@media screen and (max-width: 768px) {
  .c-list-overview__item.adjust dt {
    width: 35.46875vw;
  }
}
.c-list-overview__item .c-note__box {
  margin: 4.375rem 2.5rem 0;
  padding: 0.8125rem 1.25rem;
  border: 0.125rem solid #a5661b;
}
@media screen and (max-width: 768px) {
  .c-list-overview__item .c-note__box {
    margin: -3.125vw 0 0;
    padding: 1.25vw 3.125vw 1.5625vw;
    border: 0.3125vw solid #a5661b;
  }
}

.c-attention__list li span {
  color: #ffc600;
}
.c-attention__list .c-txt {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .c-attention__list .c-txt {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.c-attention__list .c-txt__adjust01 {
  margin: 1.625rem 0;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-attention__list .c-txt__adjust01 {
    margin: 6.25vw 0 5.625vw;
    padding-left: 1em;
    text-indent: 0;
  }
}
.c-attention__list .c-txt__adjust02 {
  margin: 1.5rem 0 1.4375rem;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .c-attention__list .c-txt__adjust02 {
    margin: 6.25vw 0 9.375vw;
  }
}
.c-attention__list .c-txt__adjust03 {
  margin: 1.75rem 0 1.4375rem;
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .c-attention__list .c-txt__adjust03 {
    margin: 4.6875vw 0 5.625vw;
  }
}
.c-attention__list .ti-none {
  padding-left: 0;
  text-indent: 0;
}

.c-step__list {
  margin-top: 4rem;
  /* 個別調整 */
}
@media screen and (max-width: 768px) {
  .c-step__list {
    margin-top: 9.0625vw;
  }
}
.c-step__list li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-step__list li {
    display: block;
  }
}
.c-step__list .c-step__head {
  margin-right: 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-step__list .c-step__head {
    margin-right: 0;
    margin-bottom: 4.6875vw;
  }
}
.c-step__list .c-step__ttl {
  width: 3.875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-step__list .c-step__ttl {
    width: 11.25vw;
    margin-bottom: 0;
  }
}
.c-step__list .c-txt {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .c-step__list .c-txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-step__list .c-step__img {
    margin: 0 auto;
  }
}
.c-step__list li:nth-child(1) {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(1) {
    padding-bottom: 10.9375vw;
  }
}
.c-step__list li:nth-child(1) .c-step__head {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(1) .c-step__head {
    margin-top: 0;
  }
}
.c-step__list li:nth-child(1) .c-step__img {
  width: 9.3125rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(1) .c-step__img {
    width: 37.34375vw;
  }
}
.c-step__list li:nth-child(2) {
  padding-bottom: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(2) {
    padding-bottom: 12.5vw;
  }
}
.c-step__list li:nth-child(2) .c-step__img {
  width: 14.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(2) .c-step__img {
    width: 56.09375vw;
    margin-top: 0;
  }
}
.c-step__list li:nth-child(3) .c-step__img {
  width: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .c-step__list li:nth-child(3) .c-step__img {
    width: 20vw;
  }
}

/* ---------------------------------------------
*   c-essential
--------------------------------------------- */
.c-essential {
  position: relative;
}
.c-essential::before {
  height: 110%;
  top: -13.75rem;
  left: 0;
  background-image: url(../img/bg_essential-left.png), url(../img/bg_essential-right.png);
  background-position: left 9.375rem top 0, right 0 top 37.5rem;
  background-size: 12.1875rem 18.875rem, 15.0625rem 23.4375rem;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .c-essential::before {
    height: 100%;
    top: -31.25vw;
    background-image: url(../img/sp/bg_essential-left.png), url(../img/sp/bg_essential-right.png);
    background-position: left -5.9375vw top, right -6.875vw top 82.8125vw;
    background-size: 18.28125vw 28.4375vw, 22.5vw 35.3125vw;
  }
}
.c-essential .c-txt {
  color: #a5661b;
  line-height: 1.8;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-essential .c-txt {
    line-height: 2.22;
    font-size: 2.8125vw;
  }
}
.c-essential .c-section__inner {
  padding: 3.125rem 3.75rem 3.4375rem;
  border-radius: 0.375rem;
  background-image: url(../img/bg_section.jpg);
  background-position: top;
}
@media screen and (max-width: 768px) {
  .c-essential .c-section__inner {
    width: 73.4375vw;
    margin: 0 auto;
    padding: 11.71875vw 3.125vw;
    border-radius: 1.875vw;
  }
}
.c-essential .c-lead {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-essential .c-lead {
    margin-bottom: 0;
  }
}

.c-essentialBox__scrollWrap {
  border-radius: 0.375rem;
  background-color: #fffcef;
}
@media screen and (max-width: 768px) {
  .c-essentialBox__scrollWrap {
    border-radius: 0.9375vw;
  }
}

.c-list-essential__item dt {
  color: #a5661b;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-list-essential__item dt {
    font-size: 2.8125vw;
  }
}
.c-list-essential__item dt span {
  color: #ffc600;
}
.c-list-essential__item .c-txt a {
  color: #a5661b;
}

.c-essentialBox__scroll {
  overflow: auto;
  max-height: 360px;
  height: 22.5rem;
  padding: 1.875rem 1.875rem 3.125rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-essentialBox__scroll {
    max-height: 56.5625vw;
    height: 56.5625vw;
    padding: 1.5625vw 6.25vw 0 5.46875vw;
  }
}

.c-list-essential__item {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-list-essential__item {
    margin-bottom: 4.6875vw;
  }
}
.c-list-essential__item:last-child {
  margin-bottom: 0;
}

.c-essential__agree {
  width: 16.25rem;
  margin: 1.6875rem auto 0;
  padding-left: 3.4375rem;
  color: #a5661b;
}
@media screen and (max-width: 768px) {
  .c-essential__agree {
    width: 67.1875vw;
    margin-top: 7.8125vw;
    padding-left: 15.625vw;
  }
}

.c-essential__agree label {
  display: inline-block;
  cursor: pointer;
}

.c-essential__check-box {
  display: none;
}

.c-essential__check-lead {
  position: relative;
  line-height: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-essential__check-lead {
    font-size: 4.0625vw;
  }
}

.c-essential__check-txt {
  margin-top: 0.3125rem;
  line-height: 1.285;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-essential__check-txt {
    margin-top: 0.9375vw;
    line-height: 1.5;
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 769px) {
  .c-essential__agree label {
    transition: opacity 300ms;
  }
  .c-essential__agree label:hover {
    opacity: 0.8;
  }
}
.c-essential__check-lead::before,.c-essential__check-lead::after {
  position: absolute;
  content: "";
}

.c-essential__check-lead::before {
  box-sizing: border-box;
  width: 2.375rem;
  height: 2.375rem;
  top: 0.125rem;
  left: -3.4375rem;
  border: 0.1875rem solid #a5661b;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-essential__check-lead::before {
    width: 5.9375vw;
    height: 5.9375vw;
    top: 0.9375vw;
    left: -9.0625vw;
    border: 0.46875vw solid #a5661b;
  }
}

.c-essential__check-lead::after {
  width: 1.5rem;
  height: 1.3125rem;
  top: 0.625rem;
  left: -3rem;
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.15s;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .c-essential__check-lead::after {
    width: 3.75vw;
    height: 3.28125vw;
    top: 2.1875vw;
    left: -7.96875vw;
  }
}

input:checked + .c-essential__check-lead::after {
  transform: scale(1);
}

.c-essential__btn {
  display: flex;
  margin-top: 2.5rem;

  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-essential__btn {
    display: block;
    margin-top: 8.59375vw;
  }
}
.c-essential__btn .c-btn {
  display: block;
  width: 15.1875rem;
  margin-right: 2.75rem;
  padding: 1.4375rem 0 2.625rem;
  border-radius: 0.875rem;
  box-shadow: 0px 0.75rem 0px 0px #e9d97a;
  line-height: 1;
  font-size: 1.625rem;
  text-align: center;
  background-color: #a5661b;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-essential__btn .c-btn {
    width: 51.5625vw;
    margin: 0 auto 4.6875vw;
    padding: 2.5vw 0 5vw;
    border-radius: 2.1875vw;
    box-shadow: 0px 1.875vw 0px 0px #e9d97a;
    font-size: 4.6875vw;
  }
}
.c-essential__btn .c-btn .small {
  display: inline-block;
  padding-bottom: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-essential__btn .c-btn .small {
    display: inline-block;
    padding-bottom: 0.5rem;
    line-height: 1;
    font-size: 0.875rem;
  }
}
.c-essential__btn .c-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .c-essential__btn .c-btn:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-essential__btn .c-btn:hover {
    box-shadow: none;
    transform: translate3d(0, 0.75rem, 0);
  }
}
.c-essential__btn .c-btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.c-essential__txt {
  margin: 1.875rem 1.5rem 0;
  color: #a5661b;
  line-height: 1.8;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-essential__txt {
    margin: 14.0625vw 0 0;
    line-height: 2;
    font-size: 3.125vw;
  }
}

/* ---------------------------------------------
*   c-contact
--------------------------------------------- */
.c-contact {
  padding-top: 3.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding-top: 10.9375vw;
    padding-bottom: 31.25vw;
  }
}

.c-contact_wrap {
  margin-bottom: 4.5rem;
  margin-left: 9.375rem;
}
@media screen and (max-width: 768px) {
  .c-contact_wrap {
    width: 67.1875vw;
    margin: 0 auto 10.9375vw;
  }
}

.c-contact__ttl {
  padding-bottom: 1.375rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-contact__ttl {
    padding-bottom: 2.9375vw;
    font-size: 3.90625vw;
  }
}

.c-contact__txt {
  padding-bottom: 0.875rem;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-contact__txt {
    padding-bottom: 2.125vw;
    line-height: 2;
    font-size: 3.125vw;
  }
}

.c-contact__txt__small {
  line-height: 1.6;
  font-size: 0.725rem;
}
@media screen and (max-width: 768px) {
  .c-contact__txt__small {
    line-height: 1.7;
    font-size: 2.525vw;
  }
}


.btn_brandSite {
  display: block;
  width: 21.25rem;
  margin: 0 auto;
  padding: 1.625rem 0;
  color: #fff;
  text-align: center;
  background-color: #962000;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .btn_brandSite:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .btn_brandSite {
    width: 53.125vw;
    padding: 3.75vw 0;
  }
}

/* ---------------------------------------------
*   c-figure-id6318
--------------------------------------------- */
.c-figure-id6318 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.c-figure-id6318 img {
  width: 100%;
}

.c-figure-id6318__caption {
  margin-top: 0.75em;
  text-align: center;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__row {
  display: flex;
  margin-bottom: 1.25rem;
}

.c-form__label {
  width: 30%;
  font-weight: bold;
}

.c-form__item {
  width: 70%;
}

/*  c-input-txt
--------------------------------------------- */
.c-input-txt {
  width: 100%;
  padding: 1rem;
  border: 1px solid #2c2c2c;
}

.c-input-txt[disabled] {
  background-color: rgba(44, 44, 44, 0.3);
}

/*  c-input-pw
--------------------------------------------- */
.c-input-pw {
  width: 100%;
  padding: 1rem;
  border: 1px solid #2c2c2c;
}

/*  c-input-file
--------------------------------------------- */
.c-input-file {
  width: 100%;
}

/*  c-txtarea
--------------------------------------------- */
.c-txtarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #2c2c2c;
}

/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

.c-checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-checkbox__txt {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-checkbox__txt::before,.c-checkbox__txt::after {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  content: "";
}

.c-checkbox__txt::before {
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
  border: 2px solid #223a70;
}

.c-checkbox__txt::after {
  width: 0.3125rem;
  height: 0.625rem;
  top: 0.125rem;
  left: 0.375rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotateZ(45deg);
}

.c-checkbox__input:checked + .c-checkbox__txt::before {
  background-color: #223a70;
}

.c-checkbox__input:checked + .c-checkbox__txt::after {
  opacity: 1;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
  display: inline-block;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

.c-radio__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-radio__txt {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-radio__txt::before {
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #223a70;
  border-radius: 50%;
  content: "";
}

.c-radio__input:checked + .c-radio__txt::before {
  border-width: 0.3125rem;
}

/*  .c-select-id6345
--------------------------------------------- */
.c-select-id6345 {
  width: 200px;
  position: relative;
  background-color: #eee;
}

.c-select-id6345::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  transform: translateY(-50%);
  content: "";
}

.c-select-id6345__select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-right: 2em;
  padding-left: 1em;
  border: 1px solid #000;
  color: #000;
}

.c-select-id6345__select::-ms-value {
  color: #000;
  /* IE11における選択時の色反転を解消 */
  background: none;
}

/* ---------------------------------------------
*   c-img-1
--------------------------------------------- */
.c-img-1--1 {
  width: 55.625rem;
  margin-right: 0.625rem;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-img-1--1 {
    width: 81.25vw;
    margin-top: 9.375vw;
    margin-right: auto;
  }
}
.c-img-1--672 {
  width: 42rem;
  margin-top: 0.1875rem;
  margin-right: auto;
  margin-left: 7.1875rem;
}

@media screen and (max-width: 768px) {
  .c-img-1--sp-404 {
    width: 63.125vw;
    margin: 3.125vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-img-1--sp-547 {
    width: 100%;
    margin: 6.25vw auto 0;
  }
}
.c-img-1__caption {
  line-height: 1.625;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .c-img-1__caption {
    margin-top: 0.78125vw;
    line-height: 1.35;
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-img-1--sp-400 {
    width: 62.5vw;
    margin: 3.125vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-img-1--sp100 {
    width: 100%;
    margin: 9.375vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .c-img-1--sp186 {
    width: 29.0625vw;
    margin: 9.6875vw auto 3.125vw;
  }
}
/* ---------------------------------------------
*   c-link-list-id6861
--------------------------------------------- */
.c-link-list-id6861 {
  display: flex;
  margin-bottom: 50px;

  flex-wrap: wrap;
}

.c-link-list-id6861__item {
  margin-top: 1em;
  margin-right: 30px;
}

.c-link-list-id6861__item:last-of-type {
  margin-right: 0;
}

.c-link-list-id6861__link {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

.c-link-list-id6861__link:hover {
  text-decoration: underline;
}

.c-link-list-id6861__link::before {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 2px);
  left: 2px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.c-table__th,.c-table__td {
  padding: 1em;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.c-table__thead .c-table__th {
  color: red;
}

.c-table__tbody .c-table__th {
  font-weight: bold;
}

/* ---------------------------------------------
*   c-tile-id8501
--------------------------------------------- */
.c-tile-id8501 {
  display: grid;

  --col: 3;
  grid-template-columns: repeat(var(--col), 1fr);
  gap: 20px;
}

@media screen and (max-width: 750px) {
  .c-tile-id8501 {
    --col: 2;
  }
}
.c-tile-id8501__item:first-of-type {
  grid-area: 1/1/3/3;
}

.c-tile-id8501__item:nth-of-type(4) {
  grid-area: 3/2/5/4;
}

@media screen and (max-width: 750px) {
  .c-tile-id8501__item:nth-of-type(4) {
    grid-area: 4/1/6/3;
  }
}
.c-tile-id8501__item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------------------------------------------
*   c-ttl-id6692
--------------------------------------------- */
.c-ttl-id6692 {
  padding: 0.8em 1em;
  border-left: 5px solid #000;
  font-size: 1.5rem;
  background-color: #eee;
}

/* ---------------------------------------------
*   c-ttl-id6771
--------------------------------------------- */
.c-ttl-id6771 {
  box-sizing: border-box;
  width: 300px;
  position: relative;
  padding: 15px 0.5em 15px 0;
  border-bottom: 4px solid #007bbb;
  font-size: 24px;
}

.c-ttl-id6771::after {
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #223a70;
  content: "";
}

.c-txt--copy-contact {
  display: block;
  position: absolute;
  right: 1.5625rem;
  bottom: 1.125rem;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-txt--copy-contact {
    right: inherit;
    right: initial;
    bottom: 0.625vw;
    left: 2.34375vw;
    font-size: 4.0625vw;
  }
}
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
  background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
  text-align: center !important;
}

.txt-al-right {
  text-align: right !important;
}

.txt-al-left {
  text-align: left !important;
}

/* ---------------------------------------------
*   js-fadein-up
--------------------------------------------- */
.js-fadein {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s cubic-bezier(0, 0, 0.58, 1);
  transform: translateY(20px);
}

.js-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------
*   js-load
--------------------------------------------- */
.js-load {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s ease;
  transform: translateY(20px);
}

.is-loaded .js-load {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
  display: inline-block;
  pointer-events: none;
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
/*  js-perfect-scrollbar
--------------------------------------------- */
.js-perfect-scrollbar {
  overflow: auto;
  position: relative;
}

/*  PerfectScrollbar
--------------------------------------------- */
.ps--active-x > .ps__rail-x,.ps--active-y > .ps__rail-y {
  opacity: 1;
}

.ps__thumb-y,.ps__thumb-x {
  background-color: #a5661b;
}

.ps__thumb-y {
  width: 0.75rem;
  right: 0;
  border-radius: 0.375rem;
}

@media screen and (max-width: 768px) {
  .ps__thumb-y {
    width: 1.875vw;
    border-radius: 0.9375vw;
  }
}
.ps .ps__rail-y {
  width: 0.75rem;
  border-radius: 0.375rem;
  background-color: #e7d2bd;
}

@media screen and (max-width: 768px) {
  .ps .ps__rail-y {
    width: 1.875vw;
    border-radius: 0.9375vw;
  }
}
.ps__rail-x:hover > .ps__thumb-x,.ps__rail-x:focus > .ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-,.ps__rail-y:hover > .ps__thumb-y,.ps__rail-y:focus > .ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
  /* -- スクロールバー ホバー時 棒部分style-- */
  width: 0.75rem;
  right: 0;
  border-radius: 0.375rem;
  background-color: #a07f5e;
}

@media screen and (max-width: 768px) {
  .ps__rail-x:hover > .ps__thumb-x,.ps__rail-x:focus > .ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-,.ps__rail-y:hover > .ps__thumb-y,.ps__rail-y:focus > .ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y {
    width: 1.875vw;
    border-radius: 0.9375vw;
  }
}
.ps:hover > .ps__rail-x,.ps:hover > .ps__rail-y,.ps--focus > .ps__rail-x,.ps--focus > .ps__rail-y,.ps--scrolling-x > .ps__rail-x,.ps--scrolling-y > .ps__rail-y {
  /* -- スクロール要素をホバー時のスクロールバーopacity (default: 0.6))-- */
  opacity: 1;
  background-color: #e7d2bd;
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important;
}

.mgt-pc--5 {
  margin-top: 5px !important;
}

.mgt-pc--10 {
  margin-top: 10px !important;
}

.mgt-pc--15 {
  margin-top: 15px !important;
}

.mgt-pc--20 {
  margin-top: 20px !important;
}

.mgt-pc--25 {
  margin-top: 25px !important;
}

.mgt-pc--30 {
  margin-top: 30px !important;
}

.mgt-pc--35 {
  margin-top: 35px !important;
}

.mgt-pc--40 {
  margin-top: 40px !important;
}

.mgt-pc--45 {
  margin-top: 45px !important;
}

.mgt-pc--50 {
  margin-top: 50px !important;
}

.mgt-pc--55 {
  margin-top: 55px !important;
}

.mgt-pc--60 {
  margin-top: 60px !important;
}

.mgt-pc--65 {
  margin-top: 65px !important;
}

.mgt-pc--70 {
  margin-top: 70px !important;
}

.mgt-pc--75 {
  margin-top: 75px !important;
}

.mgt-pc--80 {
  margin-top: 80px !important;
}

.mgt-pc--85 {
  margin-top: 85px !important;
}

.mgt-pc--90 {
  margin-top: 90px !important;
}

.mgt-pc--95 {
  margin-top: 95px !important;
}

.mgt-pc--100 {
  margin-top: 100px !important;
}

.mgt-pc--105 {
  margin-top: 105px !important;
}

.mgt-pc--110 {
  margin-top: 110px !important;
}

.mgt-pc--115 {
  margin-top: 115px !important;
}

.mgt-pc--120 {
  margin-top: 120px !important;
}

.mgt-pc--125 {
  margin-top: 125px !important;
}

.mgt-pc--130 {
  margin-top: 130px !important;
}

.mgt-pc--135 {
  margin-top: 135px !important;
}

.mgt-pc--140 {
  margin-top: 140px !important;
}

.mgt-pc--145 {
  margin-top: 145px !important;
}

.mgt-pc--150 {
  margin-top: 150px !important;
}

.mgt-pc--155 {
  margin-top: 155px !important;
}

.mgt-pc--160 {
  margin-top: 160px !important;
}

.mgt-pc--165 {
  margin-top: 165px !important;
}

.mgt-pc--170 {
  margin-top: 170px !important;
}

.mgt-pc--175 {
  margin-top: 175px !important;
}

.mgt-pc--180 {
  margin-top: 180px !important;
}

.mgt-pc--185 {
  margin-top: 185px !important;
}

.mgt-pc--190 {
  margin-top: 190px !important;
}

.mgt-pc--195 {
  margin-top: 195px !important;
}

.mgt-pc--200 {
  margin-top: 200px !important;
}

.mgt-pc--205 {
  margin-top: 205px !important;
}

.mgt-pc--210 {
  margin-top: 210px !important;
}

.mgt-pc--215 {
  margin-top: 215px !important;
}

.mgt-pc--220 {
  margin-top: 220px !important;
}

.mgt-pc--225 {
  margin-top: 225px !important;
}

.mgt-pc--230 {
  margin-top: 230px !important;
}

.mgt-pc--235 {
  margin-top: 235px !important;
}

.mgt-pc--240 {
  margin-top: 240px !important;
}

.mgt-pc--245 {
  margin-top: 245px !important;
}

.mgt-pc--250 {
  margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
  .mgt-sp--0 {
    margin-top: 0 !important;
  }
  .mgt-sp--5 {
    margin-top: 0.78125vw !important;
  }
  .mgt-sp--10 {
    margin-top: 1.5625vw !important;
  }
  .mgt-sp--15 {
    margin-top: 2.34375vw !important;
  }
  .mgt-sp--20 {
    margin-top: 3.125vw !important;
  }
  .mgt-sp--25 {
    margin-top: 3.90625vw !important;
  }
  .mgt-sp--30 {
    margin-top: 4.6875vw !important;
  }
  .mgt-sp--35 {
    margin-top: 5.46875vw !important;
  }
  .mgt-sp--40 {
    margin-top: 6.25vw !important;
  }
  .mgt-sp--45 {
    margin-top: 7.03125vw !important;
  }
  .mgt-sp--50 {
    margin-top: 7.8125vw !important;
  }
  .mgt-sp--55 {
    margin-top: 8.59375vw !important;
  }
  .mgt-sp--60 {
    margin-top: 9.375vw !important;
  }
  .mgt-sp--65 {
    margin-top: 10.15625vw !important;
  }
  .mgt-sp--70 {
    margin-top: 10.9375vw !important;
  }
  .mgt-sp--75 {
    margin-top: 11.71875vw !important;
  }
  .mgt-sp--80 {
    margin-top: 12.5vw !important;
  }
  .mgt-sp--85 {
    margin-top: 13.28125vw !important;
  }
  .mgt-sp--90 {
    margin-top: 14.0625vw !important;
  }
  .mgt-sp--95 {
    margin-top: 14.84375vw !important;
  }
  .mgt-sp--100 {
    margin-top: 15.625vw !important;
  }
  .mgt-sp--105 {
    margin-top: 16.40625vw !important;
  }
  .mgt-sp--110 {
    margin-top: 17.1875vw !important;
  }
  .mgt-sp--115 {
    margin-top: 17.96875vw !important;
  }
  .mgt-sp--120 {
    margin-top: 18.75vw !important;
  }
  .mgt-sp--125 {
    margin-top: 19.53125vw !important;
  }
  .mgt-sp--130 {
    margin-top: 20.3125vw !important;
  }
  .mgt-sp--135 {
    margin-top: 21.09375vw !important;
  }
  .mgt-sp--140 {
    margin-top: 21.875vw !important;
  }
  .mgt-sp--145 {
    margin-top: 22.65625vw !important;
  }
  .mgt-sp--150 {
    margin-top: 23.4375vw !important;
  }
  .mgt-sp--155 {
    margin-top: 24.21875vw !important;
  }
  .mgt-sp--160 {
    margin-top: 25vw !important;
  }
  .mgt-sp--165 {
    margin-top: 25.78125vw !important;
  }
  .mgt-sp--170 {
    margin-top: 26.5625vw !important;
  }
  .mgt-sp--175 {
    margin-top: 27.34375vw !important;
  }
  .mgt-sp--180 {
    margin-top: 28.125vw !important;
  }
  .mgt-sp--185 {
    margin-top: 28.90625vw !important;
  }
  .mgt-sp--190 {
    margin-top: 29.6875vw !important;
  }
  .mgt-sp--195 {
    margin-top: 30.46875vw !important;
  }
  .mgt-sp--200 {
    margin-top: 31.25vw !important;
  }
  .mgt-sp--205 {
    margin-top: 32.03125vw !important;
  }
  .mgt-sp--210 {
    margin-top: 32.8125vw !important;
  }
  .mgt-sp--215 {
    margin-top: 33.59375vw !important;
  }
  .mgt-sp--220 {
    margin-top: 34.375vw !important;
  }
  .mgt-sp--225 {
    margin-top: 35.15625vw !important;
  }
  .mgt-sp--230 {
    margin-top: 35.9375vw !important;
  }
  .mgt-sp--235 {
    margin-top: 36.71875vw !important;
  }
  .mgt-sp--240 {
    margin-top: 37.5vw !important;
  }
  .mgt-sp--245 {
    margin-top: 38.28125vw !important;
  }
  .mgt-sp--250 {
    margin-top: 39.0625vw !important;
  }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important;
}

.mgb-pc--5 {
  margin-bottom: 5px !important;
}

.mgb-pc--10 {
  margin-bottom: 10px !important;
}

.mgb-pc--15 {
  margin-bottom: 15px !important;
}

.mgb-pc--20 {
  margin-bottom: 20px !important;
}

.mgb-pc--25 {
  margin-bottom: 25px !important;
}

.mgb-pc--30 {
  margin-bottom: 30px !important;
}

.mgb-pc--35 {
  margin-bottom: 35px !important;
}

.mgb-pc--40 {
  margin-bottom: 40px !important;
}

.mgb-pc--45 {
  margin-bottom: 45px !important;
}

.mgb-pc--50 {
  margin-bottom: 50px !important;
}

.mgb-pc--55 {
  margin-bottom: 55px !important;
}

.mgb-pc--60 {
  margin-bottom: 60px !important;
}

.mgb-pc--65 {
  margin-bottom: 65px !important;
}

.mgb-pc--70 {
  margin-bottom: 70px !important;
}

.mgb-pc--75 {
  margin-bottom: 75px !important;
}

.mgb-pc--80 {
  margin-bottom: 80px !important;
}

.mgb-pc--85 {
  margin-bottom: 85px !important;
}

.mgb-pc--90 {
  margin-bottom: 90px !important;
}

.mgb-pc--95 {
  margin-bottom: 95px !important;
}

.mgb-pc--100 {
  margin-bottom: 100px !important;
}

.mgb-pc--105 {
  margin-bottom: 105px !important;
}

.mgb-pc--110 {
  margin-bottom: 110px !important;
}

.mgb-pc--115 {
  margin-bottom: 115px !important;
}

.mgb-pc--120 {
  margin-bottom: 120px !important;
}

.mgb-pc--125 {
  margin-bottom: 125px !important;
}

.mgb-pc--130 {
  margin-bottom: 130px !important;
}

.mgb-pc--135 {
  margin-bottom: 135px !important;
}

.mgb-pc--140 {
  margin-bottom: 140px !important;
}

.mgb-pc--145 {
  margin-bottom: 145px !important;
}

.mgb-pc--150 {
  margin-bottom: 150px !important;
}

.mgb-pc--155 {
  margin-bottom: 155px !important;
}

.mgb-pc--160 {
  margin-bottom: 160px !important;
}

.mgb-pc--165 {
  margin-bottom: 165px !important;
}

.mgb-pc--170 {
  margin-bottom: 170px !important;
}

.mgb-pc--175 {
  margin-bottom: 175px !important;
}

.mgb-pc--180 {
  margin-bottom: 180px !important;
}

.mgb-pc--185 {
  margin-bottom: 185px !important;
}

.mgb-pc--190 {
  margin-bottom: 190px !important;
}

.mgb-pc--195 {
  margin-bottom: 195px !important;
}

.mgb-pc--200 {
  margin-bottom: 200px !important;
}

.mgb-pc--205 {
  margin-bottom: 205px !important;
}

.mgb-pc--210 {
  margin-bottom: 210px !important;
}

.mgb-pc--215 {
  margin-bottom: 215px !important;
}

.mgb-pc--220 {
  margin-bottom: 220px !important;
}

.mgb-pc--225 {
  margin-bottom: 225px !important;
}

.mgb-pc--230 {
  margin-bottom: 230px !important;
}

.mgb-pc--235 {
  margin-bottom: 235px !important;
}

.mgb-pc--240 {
  margin-bottom: 240px !important;
}

.mgb-pc--245 {
  margin-bottom: 245px !important;
}

.mgb-pc--250 {
  margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
  .mgb-sp--0 {
    margin-bottom: 0 !important;
  }
  .mgb-sp--5 {
    margin-bottom: 0.78125vw !important;
  }
  .mgb-sp--10 {
    margin-bottom: 1.5625vw !important;
  }
  .mgb-sp--15 {
    margin-bottom: 2.34375vw !important;
  }
  .mgb-sp--20 {
    margin-bottom: 3.125vw !important;
  }
  .mgb-sp--25 {
    margin-bottom: 3.90625vw !important;
  }
  .mgb-sp--30 {
    margin-bottom: 4.6875vw !important;
  }
  .mgb-sp--35 {
    margin-bottom: 5.46875vw !important;
  }
  .mgb-sp--40 {
    margin-bottom: 6.25vw !important;
  }
  .mgb-sp--45 {
    margin-bottom: 7.03125vw !important;
  }
  .mgb-sp--50 {
    margin-bottom: 7.8125vw !important;
  }
  .mgb-sp--55 {
    margin-bottom: 8.59375vw !important;
  }
  .mgb-sp--60 {
    margin-bottom: 9.375vw !important;
  }
  .mgb-sp--65 {
    margin-bottom: 10.15625vw !important;
  }
  .mgb-sp--70 {
    margin-bottom: 10.9375vw !important;
  }
  .mgb-sp--75 {
    margin-bottom: 11.71875vw !important;
  }
  .mgb-sp--80 {
    margin-bottom: 12.5vw !important;
  }
  .mgb-sp--85 {
    margin-bottom: 13.28125vw !important;
  }
  .mgb-sp--90 {
    margin-bottom: 14.0625vw !important;
  }
  .mgb-sp--95 {
    margin-bottom: 14.84375vw !important;
  }
  .mgb-sp--100 {
    margin-bottom: 15.625vw !important;
  }
  .mgb-sp--105 {
    margin-bottom: 16.40625vw !important;
  }
  .mgb-sp--110 {
    margin-bottom: 17.1875vw !important;
  }
  .mgb-sp--115 {
    margin-bottom: 17.96875vw !important;
  }
  .mgb-sp--120 {
    margin-bottom: 18.75vw !important;
  }
  .mgb-sp--125 {
    margin-bottom: 19.53125vw !important;
  }
  .mgb-sp--130 {
    margin-bottom: 20.3125vw !important;
  }
  .mgb-sp--135 {
    margin-bottom: 21.09375vw !important;
  }
  .mgb-sp--140 {
    margin-bottom: 21.875vw !important;
  }
  .mgb-sp--145 {
    margin-bottom: 22.65625vw !important;
  }
  .mgb-sp--150 {
    margin-bottom: 23.4375vw !important;
  }
  .mgb-sp--155 {
    margin-bottom: 24.21875vw !important;
  }
  .mgb-sp--160 {
    margin-bottom: 25vw !important;
  }
  .mgb-sp--165 {
    margin-bottom: 25.78125vw !important;
  }
  .mgb-sp--170 {
    margin-bottom: 26.5625vw !important;
  }
  .mgb-sp--175 {
    margin-bottom: 27.34375vw !important;
  }
  .mgb-sp--180 {
    margin-bottom: 28.125vw !important;
  }
  .mgb-sp--185 {
    margin-bottom: 28.90625vw !important;
  }
  .mgb-sp--190 {
    margin-bottom: 29.6875vw !important;
  }
  .mgb-sp--195 {
    margin-bottom: 30.46875vw !important;
  }
  .mgb-sp--200 {
    margin-bottom: 31.25vw !important;
  }
  .mgb-sp--205 {
    margin-bottom: 32.03125vw !important;
  }
  .mgb-sp--210 {
    margin-bottom: 32.8125vw !important;
  }
  .mgb-sp--215 {
    margin-bottom: 33.59375vw !important;
  }
  .mgb-sp--220 {
    margin-bottom: 34.375vw !important;
  }
  .mgb-sp--225 {
    margin-bottom: 35.15625vw !important;
  }
  .mgb-sp--230 {
    margin-bottom: 35.9375vw !important;
  }
  .mgb-sp--235 {
    margin-bottom: 36.71875vw !important;
  }
  .mgb-sp--240 {
    margin-bottom: 37.5vw !important;
  }
  .mgb-sp--245 {
    margin-bottom: 38.28125vw !important;
  }
  .mgb-sp--250 {
    margin-bottom: 39.0625vw !important;
  }
}
@media print and (max-width: 768px) {
  .androidphone .c-section__container .c-pkg01 {
    top: 15vw;
  }
  .androidphone .c-section__container .c-pkg02 {
    top: 120vw;
  }
}