<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -----------------------------------------------
welcome__wrap
----------------------------------------------- */
.welcome__wrap .inner__wrap {
  position: relative;
  z-index: 1;
}
.welcome__heading {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  background: #FCFCF3;
  position: relative;
  z-index: 1;
}
.welcome__heading::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.welcome__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.welcome__heading h1 {
  font-weight: bold;
}
.welcome__heading h1 i {
  font-style: normal;
}
.welcome__sub__heading {
  text-align: center;
}
.welcome__sub__heading h2 {
  font-weight: bold;
}
.welcome__sub__heading h2 span {
  color: #B49266;
}
.welcome__wrap .register__benefits h3 {
  text-align: center;
  overflow-x: hidden;
  display: block;
}
.welcome__wrap .register__benefits h3 span {
  color: #B49266;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.welcome__wrap .register__benefits li {
  background-color: #FCFCF3;
}
.welcome__wrap .register__benefits li strong {
  font-weight: bold;
  display: block;
}
.welcome__coupon__wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  background: #FCFCF3;
  position: relative;
  z-index: 1;
}
.welcome__coupon__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.welcome__coupon__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.welcome__coupon a {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8BC9D7;
  position: relative;
}
.welcome__coupon a::after {
  content: '';
  aspect-ratio: 15/20;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.welcome__coupon a span {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .welcome__heading {
    padding: 32px 0 37px;
  }
  .welcome__heading::before {
    background: url(../img/common/flower_deco_right_small_sp.png) top right / contain no-repeat;
    width: 29.33%;
    aspect-ratio: 110/90;
  }
  .welcome__heading::after {
    background: url(../img/common/flower_deco_left_small_sp.png) bottom left / contain no-repeat;
    width: 25.6%;
    aspect-ratio: 96/49;
  }
  .welcome__heading h1 {
    font-size: 22px;
    line-height: 1.63;
  }
  .welcome__heading h1 i {
    font-size: 18px;
  }
  .welcome__heading p {
    font-size: 14px;
    line-height: 2;
    margin: 15px auto 0;
    width: 89.33%;
  }
  .welcome__sub__heading {
    margin-top: 24px;
  }
  .welcome__sub__heading h2 {
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 0;
  }
  .welcome__wrap .register__benefits {
    margin-top: 15px;
  }
  .welcome__wrap .register__benefits h3 span {
    font-size: 18px;
    line-height: 1.63;
    letter-spacing: 0.05em;
  }
  .welcome__wrap .register__benefits ul {
    margin-top: 22px;
  }
  .welcome__wrap .register__benefits li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    padding: 16px 5.97% 14px;
    border-radius: 20px;
  }
  .welcome__wrap .register__benefits li + li {
    margin-top: 10px;
  }
  .welcome__wrap .register__benefits li picture {
    width: 100px;
  }
  .welcome__wrap .register__benefits li .text {
    flex: 1;
  }
  .welcome__wrap .register__benefits li strong {
    font-size: 18px;
    line-height: 1.55;
    display: block;
  }
  .welcome__wrap .register__benefits li p {
    font-size: 14px;
    line-height: 2;
    margin-top: 8px;
  }
  .welcome__coupon__wrap {
    padding: 60px 0 60px;
    margin-top: 80px;
  }
  .welcome__coupon__wrap::before {
    background: url(../img/common/flower_deco_right_small_sp.png) top right / contain no-repeat;
    width: 29.33%;
    aspect-ratio: 110/90;
  }
  .welcome__coupon__wrap::after {
    background: url(../img/common/flower_deco_left_small_sp.png) bottom left / contain no-repeat;
    width: 25.6%;
    aspect-ratio: 96/49;
  }
  .welcome__coupon picture {
    width: 70.14%;
    margin-inline: auto;
  }
  .welcome__coupon a {
    width: 89.33%;
    height: 80px;
    margin: 30px auto 0;
  }
  .welcome__coupon a span {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .welcome__coupon a::after {
    width: 12px;
    right: 32px;
  }
}

@media (min-width: 768px) {
  .welcome__heading {
    padding: 70px 0 70px;
  }
  .welcome__heading::before {
    background: url(../img/common/flower_deco_right_pc.png) top right / contain no-repeat;
    width: min(23.61%, 340px);
    aspect-ratio: 340/283;
  }
  .welcome__heading::after {
    background: url(../img/common/flower_deco_left_pc.png) bottom left / contain no-repeat;
    width: min(22.91%, 330px);
    aspect-ratio: 330/260;
  }
  .welcome__heading h1 {
    font-size: 42px;
    line-height: 1.52;
    letter-spacing: 0.03em;
  }
  .welcome__heading h1 i {
    font-size: 36px;
  }
  .welcome__heading p {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
    margin-top: 32px;
  }
  .welcome__sub__heading {
    margin-top: 90px;
  }
  .welcome__sub__heading h2 {
    font-size: 30px;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
  .welcome__wrap .register__benefits {
    margin-top: 83px;
  }
  .welcome__wrap .register__benefits h3 span {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .welcome__wrap .register__benefits h3 span::before {
    content: '';
    width: 340px;
    aspect-ratio: 340/24;
    background: url(../img/common/register_deco.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    translate: 0 -50%;
  }
  .welcome__wrap .register__benefits h3 span::after {
    content: '';
    width: 340px;
    aspect-ratio: 340/24;
    background: url(../img/common/register_deco.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    translate: 0 -50%;
  }
  .welcome__wrap .register__benefits ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 1.78%;
    margin-top: 54px;
  }
  .welcome__wrap .register__benefits li {
    width: 32.14%;
    border-radius: 30px;
    padding: 20px 3.125% 34px;
    text-align: center;
  }
  .welcome__wrap .register__benefits li picture {
    width: 150px;
    max-width: 100%;
    margin-inline: auto;
  }
  .welcome__wrap .register__benefits li .text {
    margin-top: 14px;
  }
  .welcome__wrap .register__benefits li strong {
    font-size: 20px;
    line-height: 1.6;
  }
  .welcome__wrap .register__benefits li p {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 18px;
  }
  .welcome__coupon__wrap {
    margin-top: 160px;
    padding: 60px 0 60px;
  }
  .welcome__coupon__wrap::before {
    background: url(../img/common/flower_deco_right_02_pc.png) top right / contain no-repeat;
    width: min(22.91%, 330px);
    aspect-ratio: 330/260;
  }
  .welcome__coupon__wrap::after {
    background: url(../img/common/flower_deco_left_02_pc.png) bottom left / contain no-repeat;
    width: min(23.61%, 340px);
    aspect-ratio: 340/283;
  }
  .welcome__coupon {
    width: 670px;
    margin-inline: auto;
  }
  .welcome__coupon a {
    width: 670px;
    height: 100px;
    margin: 40px auto 0;
  }
  .welcome__coupon a span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .welcome__coupon a::after {
    width: 15px;
    right: 35px;
  }
}

/* -----------------------------------------------
news__wrap
----------------------------------------------- */
.news__wrap .sec__heading h2.font__oswald span.font__shuei {
  font-weight: bold;
}</pre></body></html>