@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,700&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  transition: 0.3s;
}
.bnr:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.floating-bnr {
  position: fixed;
  top: 36vh;
  right: 0;
  width: 9%;
}
@media screen and (max-width: 640px) {
  .floating-bnr {
    top: auto;
    bottom: 0.5%;
    right: 50%;
    transform: translateX(50%);
    width: 92%;
    z-index: 100;
  }
}

.blue-tit {
  background: #DDECFF;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  text-align: center;
  padding-block: 20px;
  margin-block-start: 40px;
}
@media screen and (max-width: 640px) {
  .blue-tit {
    font-size: 16px !important;
    padding-block: 10px;
    margin-block-start: 8%;
  }
}
.blue-tit--not-received {
  margin-block-start: 72px;
}
@media screen and (max-width: 640px) {
  .blue-tit--not-received {
    margin-block-start: 12%;
  }
}
.blue-tit--sub-user {
  margin-block-start: 60px;
}
@media screen and (max-width: 640px) {
  .blue-tit--sub-user {
    margin-block-start: 16%;
  }
}

.blue-tit-sub {
  font-weight: 700;
  text-align: center;
  margin-block-start: 22px;
}
@media screen and (max-width: 640px) {
  .blue-tit-sub {
    margin-block-start: 6%;
  }
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.yellow-btn {
  position: relative;
  background: #FFF5A3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  max-inline-size: 360px;
  width: 100%;
  padding-block: 18px;
}
@media screen and (max-width: 640px) {
  .yellow-btn {
    font-size: 14px;
    max-inline-size: none;
    padding-block: 16px;
  }
}
.yellow-btn--border {
  border: 2px solid #212121;
  max-inline-size: 430px;
}
@media screen and (max-width: 640px) {
  .yellow-btn--border {
    font-size: 13px;
    max-inline-size: none;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .yellow-btn--border span {
    display: inline-block;
    transform: translateX(-10px);
  }
}
.yellow-btn::before {
  content: "";
  background: url(../uploads/seven-things_btn-arrow01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-45%);
  inline-size: 23px;
  block-size: 23px;
}
@media screen and (max-width: 640px) {
  .yellow-btn::before {
    right: 14px;
    inline-size: 20px;
    block-size: 20px;
  }
}

.bracketed-tit {
  position: relative;
  background: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  padding-block: 34px;
}
@media screen and (max-width: 640px) {
  .bracketed-tit {
    font-size: 16px !important;
    padding-block: 18px;
  }
}
.bracketed-tit::before, .bracketed-tit::after {
  content: "";
  background: url(../uploads/seven-things_bracketed-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 15px;
  height: 94px;
}
@media screen and (max-width: 640px) {
  .bracketed-tit::before, .bracketed-tit::after {
    width: 3%;
    height: 100%;
  }
}
.bracketed-tit::before {
  left: 0;
}
.bracketed-tit::after {
  right: 0;
  transform: scale(-1, 1);
}

.bracketed-tit-sub {
  text-align: center;
  margin-block-start: 32px;
}
@media screen and (max-width: 640px) {
  .bracketed-tit-sub {
    text-align: left;
    margin-block-start: 8%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: url(../uploads/seven-things_swiper-arrow.png) no-repeat;
  background-size: contain;
  inline-size: 72px;
  block-size: 72px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    inline-size: 52px;
    block-size: 52px;
  }
}

.swiper-button-prev {
  left: -48px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev {
    left: -28px;
  }
}

.swiper-button-next {
  right: -48px;
}
@media screen and (max-width: 640px) {
  .swiper-button-next {
    right: -28px;
  }
}
.swiper-button-next::after {
  transform: scale(-1, 1);
}

.slider-wrap {
  position: relative;
  background: #F8F8F8;
  padding: 40px 70px 48px;
}
@media screen and (max-width: 640px) {
  .slider-wrap {
    width: 90%;
    padding: 8% 6%;
    margin: 6% auto 0;
  }
}
.slider-wrap__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .slider-wrap__head {
    flex-direction: column;
  }
}
.slider-wrap__step {
  color: #fff;
  background: #5E8ECB;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-inline-size: 170px;
  width: 100%;
  padding-block: 10px;
}
@media screen and (max-width: 640px) {
  .slider-wrap__step {
    max-inline-size: none;
    width: 64%;
    padding-block: 4px;
  }
}
.slider-wrap__step .lato {
  font-size: 25px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .slider-wrap__step .lato {
    font-size: 18px;
  }
}
.slider-wrap__step .lato + .lato {
  font-size: 32px;
  margin-inline-start: 6px;
}
@media screen and (max-width: 640px) {
  .slider-wrap__step .lato + .lato {
    font-size: 24px;
    margin-inline-start: 4%;
  }
}
.slider-wrap__tit {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-bottom: 3px dotted #92B7E8;
  padding-block-end: 12px;
  margin-inline-start: 20px;
}
@media screen and (max-width: 640px) {
  .slider-wrap__tit {
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: center;
    padding-block-end: 8px;
    margin-inline-start: 0;
    margin-block-start: 6%;
  }
}
.slider-wrap__tit--multiline {
  line-height: 1.4 !important;
}
@media screen and (max-width: 640px) {
  .slider-wrap__tit--multiline {
    line-height: 1.3 !important;
  }
}
.slider-wrap__tit--fs-16 {
  font-size: 16px !important;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 640px) {
  .slider-wrap__tit--ls-s {
    letter-spacing: -0.01em !important;
  }
}
.slider-wrap__img {
  margin-block-start: 30px;
}
@media screen and (max-width: 640px) {
  .slider-wrap__img {
    margin-block-start: 8%;
  }
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}

.what-comfortable {
  margin-block-start: 60px;
}
@media screen and (max-width: 640px) {
  .what-comfortable {
    margin-block-start: 10%;
  }
}
.what-comfortable__top-txt {
  text-align: center;
  margin-block-start: 28px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__top-txt {
    margin-block-start: 6%;
  }
}
.what-comfortable__click-ico {
  position: relative;
  background: #F3F4EF;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  text-align: center;
  border-block-end: 1px solid #212121;
  border-radius: 10px 10px 0 0;
  max-inline-size: 500px;
  padding-block: 12px;
  margin: 42px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .what-comfortable__click-ico {
    font-size: 16px;
    max-inline-size: none;
    width: 82%;
    margin: 6% auto 0;
  }
}
.what-comfortable__click-ico::before {
  content: "";
  background: url(../uploads/seven-things_click-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  inline-size: 14px;
  block-size: 16px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .what-comfortable__click-ico::before {
    bottom: -41%;
    inline-size: 4%;
    block-size: 42%;
  }
}
.what-comfortable__img {
  position: relative;
  max-inline-size: 590px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img {
    max-inline-size: none;
    width: 88%;
    margin: 10% auto 0;
  }
}
.what-comfortable__img__ico {
  position: absolute;
  width: 100%;
}
.what-comfortable__img__ico--01 {
  top: 312px;
  left: 68px;
  max-inline-size: 55px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--01 {
    top: 48%;
    left: 11%;
    max-inline-size: none;
    width: 10%;
  }
}
.what-comfortable__img__ico--02 {
  top: 312px;
  left: 160px;
  max-inline-size: 73px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--02 {
    top: 48.5%;
    left: 26.5%;
    max-inline-size: none;
    width: 12.5%;
  }
}
.what-comfortable__img__ico--03 {
  top: 312px;
  left: 254px;
  max-inline-size: 85px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--03 {
    top: 48.5%;
    left: 43%;
    max-inline-size: none;
    width: 14.25%;
  }
}
.what-comfortable__img__ico--04 {
  top: 312px;
  left: 355px;
  max-inline-size: 84px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--04 {
    top: 48.75%;
    left: 60%;
    max-inline-size: none;
    width: 13.75%;
  }
}
.what-comfortable__img__ico--05 {
  top: 312px;
  left: 458px;
  max-inline-size: 73px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--05 {
    top: 48.75%;
    left: 77.5%;
    max-inline-size: none;
    width: 12.5%;
  }
}
.what-comfortable__img__ico--06 {
  bottom: 130px;
  left: 60px;
  max-inline-size: 73px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--06 {
    bottom: 20.5%;
    left: 10%;
    max-inline-size: none;
    width: 12%;
  }
}
.what-comfortable__img__ico--07 {
  bottom: 130px;
  left: 162px;
  max-inline-size: 72px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--07 {
    bottom: 20.5%;
    left: 27%;
    max-inline-size: none;
    width: 12%;
  }
}
.what-comfortable__img__ico--08 {
  bottom: 130px;
  left: 264px;
  max-inline-size: 72px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--08 {
    bottom: 20.5%;
    left: 45%;
    max-inline-size: none;
    width: 12%;
  }
}
.what-comfortable__img__ico--09 {
  bottom: 130px;
  left: 356px;
  max-inline-size: 83px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--09 {
    bottom: 20.5%;
    left: 60%;
    max-inline-size: none;
    width: 14%;
  }
}
.what-comfortable__img__ico--10 {
  bottom: 110px;
  left: 458px;
  max-inline-size: 72px;
}
@media screen and (max-width: 640px) {
  .what-comfortable__img__ico--10 {
    bottom: 18%;
    left: 77.5%;
    max-inline-size: none;
    width: 11.5%;
  }
}

.registration {
  margin-block-start: 80px;
}
@media screen and (max-width: 640px) {
  .registration {
    margin-block-start: 12%;
  }
}
.registration .slider-wrap {
  margin-block-start: 30px;
}
@media screen and (max-width: 640px) {
  .registration .slider-wrap {
    margin-block-start: 6%;
  }
}
.registration__link {
  text-align: center;
  margin-block-start: 28px;
}
@media screen and (max-width: 640px) {
  .registration__link {
    margin-block-start: 8%;
  }
}
.registration__blue-wrap {
  position: relative;
  background: #1968A2;
  text-align: center;
  border-radius: 4px;
  max-inline-size: 780px;
  padding-block: 44px;
  margin: 56px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .registration__blue-wrap {
    max-inline-size: none;
    padding: 9%;
    margin: 14% auto 0;
  }
}
.registration__blue-wrap::before {
  content: "";
  background: url(../uploads/seven-things_blue-wrap-frame.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  inline-size: 800px;
  block-size: 208px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .registration__blue-wrap::before {
    background: none;
    border: 2px dotted #212121;
    border-radius: 2%;
    inline-size: 103%;
    block-size: 106%;
  }
}
.registration__blue-wrap__txt {
  color: #fff;
  font-weight: 500;
  margin-block-start: 20px;
}
@media screen and (max-width: 640px) {
  .registration__blue-wrap__txt {
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin-block-start: 6%;
  }
}

.campaign {
  margin-block-start: 100px;
}
@media screen and (max-width: 640px) {
  .campaign {
    margin-block-start: 16%;
  }
}
.campaign__img {
  position: relative;
  margin-block-start: 60px;
}
@media screen and (max-width: 640px) {
  .campaign__img {
    margin-block-start: 10%;
  }
}
.campaign__img__btn {
  position: absolute;
  bottom: 420px;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
}
@media screen and (max-width: 640px) {
  .campaign__img__btn {
    bottom: 46%;
    width: 80%;
  }
}
.campaign__img__survey {
  position: absolute;
  bottom: 346px;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
}
@media screen and (max-width: 640px) {
  .campaign__img__survey {
    bottom: 38.25%;
    width: 80%;
  }
}
.campaign .slider-wrap {
  margin-block-start: 30px;
}
@media screen and (max-width: 640px) {
  .campaign .slider-wrap {
    margin-block-start: 6%;
  }
}
.campaign__survey {
  position: relative;
  background-image: linear-gradient(90deg, rgba(235, 64, 52, 0.36), rgb(255, 245, 163));
  text-align: center;
  border-radius: 4px;
  max-inline-size: 780px;
  padding-block: 48px;
  margin: 50px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .campaign__survey {
    max-inline-size: none;
    padding-block: 10%;
    margin: 10% auto 0;
  }
}
.campaign__survey::before {
  content: "";
  background: url(../uploads/seven-things_survey-frame.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  inline-size: 800px;
  block-size: 171px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .campaign__survey::before {
    background: none;
    border: 2px dotted #212121;
    border-radius: 2%;
    inline-size: 103%;
    block-size: 106%;
  }
}

.smileage {
  margin-block-start: 90px;
}
@media screen and (max-width: 640px) {
  .smileage {
    margin-block-start: 16%;
  }
}
.smileage__what {
  position: relative;
  background: #FFFCE0;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-inline-size: 780px;
  padding: 36px 36px 24px 24px;
  margin: 60px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .smileage__what {
    max-inline-size: none;
    padding: 8% 4% 10%;
    margin: 12% auto 0;
  }
}
.smileage__what::before {
  content: "";
  background: url(../uploads/seven-things_what-frame.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  inline-size: 800px;
  block-size: 269px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .smileage__what::before {
    background: none;
    border: 2px dotted #212121;
    border-radius: 2%;
    inline-size: 104%;
    block-size: 104%;
  }
}
.smileage__what__body {
  width: 72%;
}
@media screen and (max-width: 640px) {
  .smileage__what__body {
    width: 100%;
  }
}
.smileage__what__tit {
  color: #29B0D0;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1 !important;
}
@media screen and (max-width: 640px) {
  .smileage__what__tit {
    font-size: 20px !important;
    text-align: center;
  }
}
.smileage__what__txt {
  margin-block-start: 16px;
}
@media screen and (max-width: 640px) {
  .smileage__what__txt {
    margin-block-start: 8%;
  }
}
.smileage__what__img {
  width: 22.25%;
  transform: translateY(-12px);
}
@media screen and (max-width: 640px) {
  .smileage__what__img {
    width: 48%;
    margin: 8% auto 0;
    transform: translateY(0);
  }
}
.smileage__head {
  color: #29B0D0;
  font-size: 24px !important;
  font-weight: 700;
  text-align: center;
  line-height: 1 !important;
  margin-block-start: 88px;
}
@media screen and (max-width: 640px) {
  .smileage__head {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-block-start: 16%;
  }
}
.smileage__head span {
  position: relative;
  display: inline-block;
}
.smileage__head span::before, .smileage__head span::after {
  content: "";
  background: #29B0D0;
  position: absolute;
  bottom: -16px;
  width: 2px;
  height: 54px;
}
@media screen and (max-width: 640px) {
  .smileage__head span::before, .smileage__head span::after {
    bottom: 0;
    height: 44px;
  }
}
.smileage__head span::before {
  left: -20px;
  rotate: -28deg;
}
@media screen and (max-width: 640px) {
  .smileage__head span::before {
    rotate: -16deg;
  }
}
.smileage__head span::after {
  right: -20px;
  rotate: 28deg;
}
@media screen and (max-width: 640px) {
  .smileage__head span::after {
    right: -16px;
    rotate: 16deg;
  }
}
.smileage__how-to-use {
  background: rgba(172, 225, 247, 0.2);
  padding: 40px 40px 48px;
  margin-block-start: 24px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use {
    padding: 8% 5%;
    margin-block-start: 6%;
  }
}
.smileage__how-to-use__img {
  margin-block-start: 28px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__img {
    margin-block-start: 8%;
  }
}
.smileage__how-to-use__list-tit {
  text-align: center;
  margin-block-start: 36px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list-tit {
    font-size: 16px !important;
    margin-block-start: 8%;
  }
}
.smileage__how-to-use__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin-block-start: 24px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list {
    flex-direction: column;
    gap: 12px 0;
    margin-block-start: 20px;
  }
}
.smileage__how-to-use__list-item {
  width: 32.2%;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list-item {
    width: 100%;
  }
}
.smileage__how-to-use__list-item a {
  position: relative;
  color: #1968A2;
  background: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  border: 2px solid #70A0C3;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-block: 16px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list-item a {
    font-size: 16px;
    border: 1px solid #70A0C3;
    padding-block: 14px;
  }
}
.smileage__how-to-use__list-item a::before {
  content: "";
  background: url(../uploads/seven-things_btn-arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-48%);
  inline-size: 26px;
  block-size: 26px;
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list-item a::before {
    right: 16px;
    inline-size: 24px;
    block-size: 24px;
  }
}
.smileage__how-to-use__list-item a .h-c {
  display: inline-block;
  transform: translateX(-12px);
}
@media screen and (max-width: 640px) {
  .smileage__how-to-use__list-item a .h-c {
    transform: translateX(0);
  }
}
.smileage__exchange {
  background: rgba(172, 225, 247, 0.2);
  padding: 40px 40px 48px;
  margin-block-start: 30px;
}
@media screen and (max-width: 640px) {
  .smileage__exchange {
    padding: 8% 5%;
    margin-block-start: 8%;
  }
}
.smileage__exchange__link {
  text-align: center;
  margin-block-start: 12px;
}
@media screen and (max-width: 640px) {
  .smileage__exchange__link {
    font-size: 16px !important;
    text-align: center;
    margin-block-start: 6%;
  }
}
.smileage__whats-new {
  position: relative;
  background: #1968A2;
  text-align: center;
  border-radius: 4px;
  max-inline-size: 780px;
  padding-block: 44px;
  margin: 50px auto 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .smileage__whats-new {
    max-inline-size: none;
    padding: 9%;
    margin: 12% auto 0;
  }
}
.smileage__whats-new::before {
  content: "";
  background: url(../uploads/seven-things_blue-wrap-frame.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  inline-size: 800px;
  block-size: 208px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .smileage__whats-new::before {
    background: none;
    border: 2px dotted #212121;
    border-radius: 2%;
    inline-size: 103%;
    block-size: 108%;
  }
}
.smileage__whats-new__txt {
  color: #fff;
  font-weight: 500;
  margin-block-start: 20px;
}
@media screen and (max-width: 640px) {
  .smileage__whats-new__txt {
    font-size: 12px !important;
    margin-block-start: 6%;
  }
}

.modaal-container {
  max-width: fit-content;
}

.modaal-content-container {
  position: relative;
  padding: 0;
}

.modaal-close {
  display: none;
}

.modaal-close.sub {
  cursor: pointer;
  opacity: 1;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .modaal-close.sub {
    border-radius: 5px;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
  }
}

.modaal-close.sub::before,
.modaal-close.sub::after {
  content: "";
  background: #212121;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 28px;
}
@media screen and (max-width: 640px) {
  .modaal-close.sub::before,
  .modaal-close.sub::after {
    height: 20px;
  }
}

.modaal-close.sub::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modaal-close.sub::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__inner {
  max-inline-size: 500px;
  padding: 36px 24px 28px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .modal__inner {
    max-inline-size: none;
    padding: 8% 4%;
    margin-inline: auto;
  }
}
.modal__inner--wide {
  max-inline-size: 930px;
}
@media screen and (max-width: 640px) {
  .modal__inner--wide {
    max-inline-size: none;
  }
}
.modal__easy {
  color: #1968A2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .modal__easy {
    font-size: 16px;
  }
}
.modal__easy .line {
  position: relative;
  display: inline-block;
}
.modal__easy .line::before, .modal__easy .line::after {
  content: "";
  background: #1968A2;
  position: absolute;
  bottom: -12px;
  width: 2px;
  height: 40px;
}
@media screen and (max-width: 640px) {
  .modal__easy .line::before, .modal__easy .line::after {
    bottom: -8px;
    width: 1px;
    height: 32px;
  }
}
.modal__easy .line::before {
  left: -12px;
  rotate: -28deg;
}
.modal__easy .line::after {
  right: -6px;
  rotate: 28deg;
}
.modal__easy .dot {
  position: relative;
  display: inline-block;
}
.modal__easy .dot::before {
  content: "";
  background: url(../uploads/seven-things_dot.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-52%);
  inline-size: 58px;
  block-size: 8px;
}
@media screen and (max-width: 640px) {
  .modal__easy .dot::before {
    top: -8px;
    inline-size: 42px;
    block-size: 5px;
  }
}
.modal__tit {
  background: #FFF5A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 40px;
  padding-block: 16px 14px;
  margin-block-start: 16px;
}
@media screen and (max-width: 640px) {
  .modal__tit {
    font-size: 18px;
    padding-block: 12px;
    margin-block-start: 6%;
  }
}
.modal__tit--fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .modal__tit--fs-22 {
    font-size: 14px;
  }
}
.modal__note {
  font-size: 17px;
  text-align: center;
  margin-block-start: 6px;
}
@media screen and (max-width: 640px) {
  .modal__note {
    font-size: 13px;
    margin-block-start: 2%;
  }
}
.modal__flex {
  display: flex;
  justify-content: space-between;
  margin-block-start: 20px;
}
@media screen and (max-width: 640px) {
  .modal__flex {
    margin-block-start: 6%;
  }
}
.modal__wrap {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  .modal__wrap {
    width: 100%;
  }
}
.modal__txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-block-start: 20px;
}
@media screen and (max-width: 640px) {
  .modal__txt {
    font-size: 13px;
    margin-block-start: 6%;
  }
}
.modal__txt--flex {
  margin: 0;
}
.modal__img {
  width: 85%;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .modal__img {
    width: 90%;
    margin: 4% auto 0;
  }
}
.modal__img--flex {
  width: 48%;
  margin: 0;
}
.modal__img--mt-0 {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .modal__img--mt-0 {
    width: 100%;
    margin: 2% auto 0;
  }
}
.modal__bottom-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-block-start: 48px;
}
@media screen and (max-width: 640px) {
  .modal__bottom-txt {
    font-size: 14px;
    margin-block-start: 6%;
  }
}
.modal__bottom-txt span {
  color: #E36666;
  font-size: 24px;
  border-bottom: 2px solid #E36666;
  display: inline-block;
  padding-block-end: 4px;
  transform: translate(6px, -4px);
}
@media screen and (max-width: 640px) {
  .modal__bottom-txt span {
    font-size: 18px;
    line-height: 1.7;
    border-bottom: 1px solid #E36666;
    display: inline;
    padding-block-end: 2px;
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=seven-things.css.map */

/*******************************************
2507_キャンペーン概要追加
********************************************/
.campaign-2507{
  margin-top: 80px;
}
.campaign-2507__deadline-tit{
  position: relative;
  background: #F3F4EF;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  text-align: center;
  border-block-end: 1px solid #212121;
  border-radius: 10px 10px 0 0;
  max-width: 500px;
  padding: 12px 0;
  margin: 50px auto 0;
  z-index: 0;
}
.campaign-2507__deadline-tit::before{
  content: "";
  background: url(../uploads/seven-things_click-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  inline-size: 14px;
  block-size: 16px;
  z-index: -1;
}
.campaign-2507__deadline-sub{
  margin-top: 36px;
}
.campaign-2507__img{
  margin-top: 40px;
}
.campaign-2507 .blue-tit{
  margin-top: 80px;
}
.campaign-2507__step{
  background: #F8F8F8;
  padding: 40px 70px;
  margin-top: 30px;
}
.campaign-2507__step + .campaign-2507__step{
  margin-top: 12px;
}
.campaign-2507__step__head{
  display: flex;
  align-items: center;
}
.campaign-2507__step__num{
  color: #fff;
  background: #5E8ECB;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-inline-size: 170px;
  width: 100%;
  padding-block: 10px;
}
.campaign-2507__step__num .lato{
  font-size: 25px;
  line-height: 1;
  display: inline-block;
}
.campaign-2507__step__num .lato + .lato{
  font-size: 32px;
  margin-left: 6px;
}
.campaign-2507__step__tit{
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-bottom: 3px dotted #92B7E8;
  padding-block-end: 12px;
  margin-inline-start: 20px;
}
.campaign-2507__step__tit--multiline{
  line-height: 1.4 !important;
}
.campaign-2507__step__wrap{
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 44px 0;
  margin-top: 28px;
}
.campaign-2507__step__iphone{
  text-align: center;
  max-width: 134px;
}
.campaign-2507__step__android{
  text-align: center;
  max-width: 143px;
}
.campaign-2507__step__type{
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.88 !important;
}
.campaign-2507__step__iphone-btn{
  max-width: 109px;
  margin: 12px auto 0;
}
.campaign-2507__step__android-btn{
  max-width: 135px;
  margin: 12px auto 0;
}
.campaign-2507__step__qr-code{
  max-width: 120px;
  margin: 12px auto 0;
}

@media screen and (max-width: 640px){
  .campaign-2507{
    margin-top: 16%;
  }
  .campaign-2507__deadline-tit{
    max-width: none;
    width: 82%;
    margin: 9% auto 0;
  }
  .campaign-2507__deadline-tit::before{
    bottom: -41%;
    inline-size: 4%;
    block-size: 42%;
  }
  .campaign-2507__deadline-sub{
    margin-top: 8%;
  }
  .campaign-2507__img{
    margin-top: 10%;
  }
  .campaign-2507 .blue-tit{
    margin-top: 12%;
  }
  .campaign-2507__step{
    width: 90%;
    padding: 6% 6% 7%;
    margin: 5% auto 0;
  }
  .campaign-2507__step + .campaign-2507__step{
    margin-top: 3%;
  }
  .campaign-2507__step__head{
    flex-direction: column;
  }
  .campaign-2507__step__num{
    max-inline-size: none;
    width: 41%;
    padding-block: 4px;
  }
  .campaign-2507__step__num .lato{
    font-size: 13px;
  }
  .campaign-2507__step__num .lato + .lato{
    font-size: 18px;
    margin-left: 4%;
  }
  .campaign-2507__step__tit{
    font-size: 15px !important;
    line-height: 1.3 !important;
    text-align: center;
    border-bottom: 2px dotted #92B7E8;
    padding-block-end: 6px;
    margin-inline-start: 0;
    margin-block-start: 5%;
  }
  .campaign-2507__step__tit--multiline{
    line-height: 1.3 !important;
  }
  .campaign-2507__step__wrap{
    flex-direction: column;
    gap: 32px;
    padding: 9% 0;
    margin-top: 9%;
  }
  .campaign-2507__step__iphone{
    max-width: none;
    width: 55%;
    margin: 0 auto;
  }
  .campaign-2507__step__android{
    position: relative;
    max-width: none;
    width: 55%;
    margin: 0 auto;
  }
  .campaign-2507__step__android::before{
    content: '';
    background: #E3E3E3;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 182%;
    height: 1px;
  }
  .campaign-2507__step__type{
    font-size: 14px !important;
    line-height: 2.14 !important;
  }
  .campaign-2507__step__iphone-btn{
    max-width: none;
    width: 81%;
    margin: 1% auto 0;
  }
  .campaign-2507__step__android-btn{
    max-width: none;
    margin: 1% auto 0;
  }
  .campaign-2507__step__qr-code{
    max-width: none;
    margin: 5% auto 0;
  }
}