@charset "UTF-8";
@media only screen and (max-width: 1100px) {
  .header {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .txt {
    text-align: center;
  }
}

.js-slider .slick-slide {
  margin: 0 5px;
}
.js-slider .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.js-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.js-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.js-slider .prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.js-slider .next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#affiliate {
  color: #555555;
  max-width: 1250px;
  margin: 140px auto;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  #affiliate {
    padding: 0 2%;
    margin-top: 50px;
  }
}
#affiliate p {
  font-size: 1rem;
}
@media only screen and (max-width: 1100px) {
  #affiliate p {
    font-size: 0.875rem;
  }
}
#affiliate h1 {
  width: unset;
  font-size: 2.4375rem;
}
@media only screen and (max-width: 1100px) {
  #affiliate h1 {
    font-size: 1.1875rem;
    margin: 0 0 1em;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  #affiliate h1 {
    display: block;
  }
}
#affiliate h2 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1100px) {
  #affiliate h2 {
    font-size: 1.75rem;
    margin: 5% 0;
  }
}

.u-fw-b {
  font-weight: bold;
}

.u-fz-xxl {
  font-size: 3.6875rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-xxl {
    font-size: 2.5rem;
  }
}

.u-fz-xl {
  font-size: 3.6875rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-xl {
    font-size: 1.4375rem;
  }
}

.u-fz-l {
  font-size: 2rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-l {
    font-size: 1.3125rem;
  }
}

.u-fz-m {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-m {
    font-size: 1.125rem;
  }
}

.u-fz-n {
  font-size: 1rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-n {
    font-size: 0.875rem;
  }
}

.u-fz-sm {
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-sm {
    font-size: 0.8125rem;
  }
}

.u-fz-xs {
  font-size: 0.8125rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-xs {
    font-size: 0.75rem;
  }
}

.u-fz-xxs {
  font-size: 0.625rem;
}
@media only screen and (max-width: 1100px) {
  .u-fz-xxs {
    font-size: 0.5625rem;
  }
}

.u-color-red {
  color: #DE3C3A;
}

.u-color-pink {
  color: #E77574;
}

.u-color-black {
  color: #555555;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-mt-05em {
  margin-top: 0.5em;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-mt-2em {
  margin-top: 2em;
}

.u-mt-3em {
  margin-top: 3em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-2em {
  margin-bottom: 2em;
}

.u-mb-3em {
  margin-bottom: 3em;
}

@media only screen and (min-width: 1101px) {
  .u-pc-mt-05em {
    margin-top: 0.5em;
  }
  .u-pc-mt-1em {
    margin-top: 1em;
  }
  .u-pc-mt-2em {
    margin-top: 2em;
  }
  .u-pc-mt-3em {
    margin-top: 3em;
  }
  .u-pc-mb-05em {
    margin-bottom: 0.5em;
  }
  .u-pc-mb-1em {
    margin-bottom: 1em;
  }
  .u-pc-mb-2em {
    margin-bottom: 2em;
  }
  .u-pc-mb-3em {
    margin-bottom: 3em;
  }
}
.c-grid {
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .c-grid {
    flex-direction: column;
    align-items: center;
  }
}
.c-grid__small {
  flex-shrink: 0;
}
.c-grid__long {
  padding-right: 1em;
}
.c-grid.-re {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1100px) {
  .c-grid.-re {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1101px) {
  .c-grid.-sb {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1101px) {
  .c-grid.-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 1101px) {
  .c-grid.-middle {
    align-items: center;
  }
}
@media only screen and (min-width: 1101px) {
  .c-grid.-bottom {
    align-items: flex-end;
  }
}

.l-center {
  display: flex;
  justify-content: center;
}

.c-btn-area {
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .c-btn-area {
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.c-btn-txt {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 0.9375rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media only screen and (max-width: 1100px) {
  .c-btn-txt {
    text-align: center;
  }
}
.c-btn-txt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #555555;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.c-btn-txt::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #555555;
  border-radius: 3px;
  transform: rotate(25deg);
}

.c-btn-a-block {
  width: 100%;
}

.c-btn-a {
  background: #E77574;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
@media only screen and (min-width: 1101px) {
  .c-btn-a {
    max-width: 354px;
    height: 55px;
  }
}
@media only screen and (max-width: 1100px) {
  .c-btn-a {
    padding: 1em;
  }
}

.c-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-check {
  display: none;
}
.c-check__label {
  display: block;
}
.c-check__content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.c-check:checked + .c-check__label + .c-check__content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.l-stack + .l-stack {
  padding-top: 100px;
}
@media only screen and (max-width: 1100px) {
  .l-stack + .l-stack {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1100px) {
  #affiliate .box + .box {
    margin-top: 3em;
  }
}
#affiliate .nav {
  margin: 4em auto 6em;
  max-width: 960px;
  width: 98%;
}
#affiliate .nav .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #affiliate .nav .list {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  #affiliate .nav .list .item {
    margin-top: 1em;
    width: 80%;
  }
}
#affiliate .nav .list .item a {
  color: #555555;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 0.25em 2em;
  line-height: 2;
  font-size: 1rem;
}
@media only screen and (max-width: 1100px) {
  #affiliate .nav .list .item a {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  #affiliate .nav .list .item a {
    width: 100%;
    display: inline-block;
    padding: 0.25em 0;
    text-align: center;
  }
}
#affiliate .nav .list .item a::after {
  content: "▼";
  display: inline-block;
}
#affiliate .intro .circle {
  background: #E77574;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  #affiliate .intro .circle {
    width: 250px;
    height: 250px;
    font-size: 1.25rem;
  }
}
#affiliate .gift .pink-box {
  background: #F9DADA;
  border-radius: 18px;
  padding: 3em 2em;
}
@media only screen and (max-width: 1100px) {
  #affiliate .gift .pink-box {
    padding: 1em;
  }
}
#affiliate .gift .info {
  background: #fff;
  padding: 0.5em;
}
@media only screen and (max-width: 1100px) {
  #affiliate .gift .info {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  #affiliate .flow .box img {
    width: 80%;
  }
}
@media only screen and (max-width: 1100px) {
  #affiliate .keisai .box img {
    width: 80%;
  }
}

.text {
  display: inline-block;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}/*# sourceMappingURL=affiliate.css.map */