@charset "UTF-8";
/* ----メインビジュアル---- */
.block-main-visual {
  padding-bottom: 8.9vw;
}

.block-main-visual--image img {
  width: 100%;
}

.block-main-visual--btn-list {
  margin-top: 8vw;
}

.block-main-visual--btn-list-item {
  margin-top: 2.4vw;
}

.block-segment {
  position: relative;
  width: 100%;
}

.block-segment::after {
  position: absolute;
  bottom: 0;
  display: block;
  background: url(../images/merit_wave_bg.png) repeat-x;
  background-size: auto 1.6vw;
  width: 100%;
  height: 1.6vw;
  content: '';
}

/* ----メリット---- */
.block-merit {
  padding: 5.3vw 0 10vw;
}

.block-merit--title {
  text-align: center;
}

.block-merit--title img {
  width: auto;
  height: 11.8vw;
}

.block-merit--inner {
  margin-top: 1vw;
  padding: 0 3vw;
}

.block-merit--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;
}

.block-merit--list:last-child {
  margin-top: 7.5vw;
}

.block-merit--list:last-child .block-merit--list-item {
  padding: 0 2.2vw;
}

.block-merit--list-item {
  position: relative;
  width: 33.3333%;
  padding: 0 1.6vw;
  margin-top: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-merit--list-item a {
  display: block;
  color: #364043;
}

.block-merit--list-item.soon {
  pointer-events: none;
}

.block-merit--list-item-image {
  text-align: center;
}

.block-merit--list-item-image img {
  width: auto;
  height: 35.6vw;
}

.block-merit--list-item-text {
  position: relative;
  text-align: left;
  margin-top: 2vw;
  padding-left: 2vw;
  line-height: 1.5;
  font-size: 3.2vw;
  color: #364043;
}

.block-merit--list-item-text span {
  font-size: 2.6vw;
}

.block-merit--list-item-text::after {
  position: absolute;
  top: 0;
  right: 1vw;
  bottom: 0;
  display: block;
  background: url(../images/merit_icon_arrow.png) no-repeat;
  background-size: auto 5.3vw;
  width: 5.3vw;
  height: 5.3vw;
  margin: auto 0;
  content: '';
}

.block-merit--list-item-text.no-arrow::after {
  display: none;
}

.block-merit--list-item-detail {
  display: none;
}

.block-merit--list-item-detail-title {
  padding: 10vw 0 2vw 23vw;
  font-size: 4.5vw;
  color: #469de2;
}

.block-merit--list-item-detail-title.point--title-program {
  background: url(../images/merit_title_bg_01_sp.png) no-repeat;
  background-size: auto 19vw;
}

.block-merit--list-item-detail-title.point--title-shipping {
  background: url(../images/merit_title_bg_02_sp.png) no-repeat;
  background-size: auto 19vw;
  padding-left: 21vw;
}

.block-merit--list-item-detail-title.point--title-birthday {
  background: url(../images/merit_title_bg_03_sp.png) no-repeat;
  background-size: auto 19vw;
  padding-left: 26vw;
}

.block-merit--list-item-detail-title.point--title-wrapping {
  background: url(../images/merit_title_bg_04_sp.png) no-repeat;
  background-size: auto 19vw;
  padding-left: 27vw;
}

.block-merit--list-item-detail-title.point--title-campaign {
  background: url(../images/merit_title_bg_05_sp.png) no-repeat;
  background-size: auto 19vw;
  padding-left: 20vw;
}

.block-merit--list-item-detail-image {
  text-align: center;
}

.block-merit--list-item-detail-image img {
  width: auto;
  height: 30vw;
}

.block-merit--list-item-detail-text {
  margin-top: 9vw;
  line-height: 1.5;
  font-size: 3.4vw;
  color: #364043;
}

.block-merit--list-item-detail-text em {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #fffea1));
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0, #fffea1 0);
  font-style: normal;
}

.block-merit--list-item-detail-link {
  margin-top: 6vw;
  font-size: 3.2vw;
}

.block-merit--list-item-detail-link a {
  color: #364043;
  text-decoration: underline;
}

/* ----ポイント---- */
.block-point {
  padding: 5.3vw 0 10vw;
}

.block-point--title {
  text-align: center;
}

.block-point--title img {
  width: auto;
  height: 11vw;
}

.block-point--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;
}

.block-point--list-item {
  width: 33.3333%;
  padding: 0 2.4vw;
  margin-top: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-point--list-item-image {
  position: relative;
}

.block-point--list-item-image img {
  width: auto;
  height: 35.6vw;
}

.block-point--list-item-oval {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  background-color: #c2c2c2;
  width: 100%;
  height: 85%;
  margin: 0 auto;
  border-radius: 20%;
}

.block-point--list-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-top: 2vw;
  line-height: 1.5;
  font-size: 3.4vw;
  color: #364043;
}

/* ----登録---- */
.block-register {
  padding-top: 11vw;
}

.block-register--title {
  text-align: center;
}

.block-register--title img {
  width: auto;
  height: 12.5vw;
}

.block-register--title-sub {
  margin-top: 10vw;
  text-align: center;
}

.block-register--title-sub img {
  width: auto;
  height: 7.4vw;
}

.block-register--tab-content {
  position: relative;
  display: block;
  margin-top: 19vw;
  padding: 12vw 0 13vw;
  border-top: 1px solid #469de2;
  opacity: 1 !important;
}

.block-register--tab-content::before {
  position: absolute;
  top: -13.4444vw;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 13.3333vw;
  margin: 0 auto;
  content: '';
}

.block-register--tab-content:nth-of-type(1) {
  background-color: #e4f3f8;
}

.block-register--tab-content:nth-of-type(1)::before {
  background: url(../images/register_tab_bg_01.png) no-repeat center bottom;
  background-size: auto 13.3333vw;
}

.block-register--tab-content:nth-of-type(2) {
  background-color: #f3f3f3;
  margin-top: 13vw;
}

.block-register--tab-content:nth-of-type(2)::before {
  background: #e4f3f8 url(../images/register_tab_bg_02.png) no-repeat center bottom;
  background-size: auto 13.3333vw;
}

.block-register--tab-content .anchor {
  position: absolute;
  top: -30vw;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

.block-register--slider {
  /* スライダー dot arrow css */
}

.block-register--slider-about-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-register--slider-about-step img {
  width: auto;
  height: 8.6vw;
}

.block-register--slider-about-text {
  margin-top: 3vw;
  text-align: center;
  font-size: 4.2vw;
  font-weight: bold;
  color: #364043;
}

.block-register--slider-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vw;
}

.block-register--slider-thumb img {
  width: auto;
  height: 57vw;
}

.block-register--slider .slide-arrow {
  position: absolute;
  width: 9.3vw;
  z-index: 10;
}

.block-register--slider .slide-arrow img {
  width: auto;
  height: 9.3vw;
}

.block-register--slider .slide-arrow.prev-arrow {
  top: 53%;
  left: 5%;
}

.block-register--slider .slide-arrow.next-arrow {
  top: 53%;
  right: 5%;
}

.block-register--slider .slide-arrow.slick-disabled {
  display: none !important;
}

.block-register--slider .slick-dots {
  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;
  margin-top: 4vw;
}

.block-register--slider .slick-dots li {
  position: relative;
  background-color: #469de2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

.block-register--slider .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.block-register--slider .slick-dots li + li {
  margin-left: 14px;
}

.block-register--slider .slick-dots li button {
  display: none;
}

.block-register--btn {
  margin-top: 4vw;
}

/* ----注意事項---- */
.block-register-attention {
  padding: 8vw 4.5vw;
}

.block-register-attention--title {
  text-align: center;
  font-size: 4.2vw;
  color: #469de2;
}

.block-register-attention-list {
  margin-top: 4.6vw;
}

.block-register-attention-list-item {
  margin-left: 5.5vw;
  list-style: disc;
  font-size: 2.9vw;
  color: #364043;
}

.block-register-attention-list-item + .block-register-attention-list-item {
  margin-top: 4.6vw;
}

.block-register-attention-list-item a {
  text-decoration: underline;
  color: #364043;
}

/* ----modal---- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.block-modal-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.block-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 87%;
  height: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200;
}

.block-modal--header__close {
  position: relative;
}

.block-modal--content {
  background-color: #fff;
  padding: 9vw 7vw 17vw;
  min-height: 82vw;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-modal__btn {
  position: absolute;
  top: -30px;
  right: 25px;
}

.close {
  width: 25px;
}

.close__icon {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

.close__icon::before, .close__icon::after {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.close__icon::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close__icon::after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ----ボタン---- */
.block-btn {
  position: relative;
  display: block;
  width: 74.6vw;
  height: 13.5vw;
  margin: 0 auto;
  padding: 5vw 0;
  line-height: 1;
  -webkit-box-shadow: 0 4px #dcdcdc;
          box-shadow: 0 4px #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  letter-spacing: .1em;
  font-size: 3.7vw;
  font-weight: 500;
}

.block-btn--color01 {
  background-color: #469de2;
  color: #fff;
}

.block-btn--color02 {
  background-color: #fff;
  border: 2px solid #469de2;
  color: #469de2;
}

.block-btn--color03 {
  background-color: #62c877;
  border: 1px solid #fff;
  color: #fff;
}

.block-btn--arrow01::after {
  position: absolute;
  top: 50%;
  right: 3.8666667vw;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: '';
}

.block-btn--arrow02::after {
  position: absolute;
  top: 50%;
  right: 3.8666667vw;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid #469de2;
  border-right: 1px solid #469de2;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: '';
}
