@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.notice__title-text, .join__title-text, .share__subtitle-text, .share__title-text, .find__subtitle-text, .find__title-text, .kv__title-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
  text-indent: -99999px;
}

@-webkit-keyframes effects-l2r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes effects-l2r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes effects-zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes effects-zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes effects-kvgift {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes effects-kvgift {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

.container--lg {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container--lg {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .container--lg {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--lg {
    width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container--lg {
    width: 1220px;
  }
}

.hide--sm {
  display: block;
}
@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.show--sm {
  display: none;
}
@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.hide--pc {
  display: none;
}
@media (max-width: 767px) {
  .hide--pc {
    display: block;
  }
}

@media (max-width: 1399px) {
  .show--lg {
    display: none;
  }
}

.show--mblg {
  display: none;
}
@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.gotop {
  position: fixed;
  bottom: 30px;
  right: 105px;
  z-index: 999;
  width: 74px;
  height: 74px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  cursor: pointer;
  background: url("../images/gotop.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .gotop {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .gotop {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .gotop {
    width: 50px;
    height: 50px;
    right: 1rem;
    bottom: 1rem;
  }
}
.gotop:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.form__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
.form__row:first-child {
  margin-top: 0;
}
.form__row--colspan .form__col:first-child {
  width: 100%;
}
.form__row--lg .form__col:first-child {
  width: 274px;
  padding-right: 0;
}
@media (max-width: 575px) {
  .form__row--lg .form__col:first-child {
    width: 100%;
  }
}
.form__row--lg .form__col:last-child {
  width: calc(100% - 274px);
}
@media (max-width: 575px) {
  .form__row--lg .form__col:last-child {
    width: 100%;
  }
}
.form__col:first-child {
  width: 174px;
}
@media (max-width: 575px) {
  .form__col:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.form__col:nth-child(2) {
  width: calc(100% - 174px);
}
@media (max-width: 575px) {
  .form__col:nth-child(2) {
    width: 100%;
  }
}
.form__item {
  position: relative;
}
.form__label {
  font-size: 1.125em;
  font-weight: 500;
  color: #ffffff;
  line-height: 56px;
  text-align: left;
  width: 100%;
  display: inline-block;
}
@media (max-width: 575px) {
  .form__label {
    text-align: left;
    font-size: 1.125em;
    line-height: 2;
  }
}
.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  padding: 0 14px 0 30px;
  font-size: 1.125em;
  color: #333333;
  background: #ffffff;
  border: none;
  border-radius: 30px;
  height: 56px;
  width: 100%;
}
@media (max-width: 575px) {
  .form__input {
    font-size: 1em;
    padding: 0 1rem;
  }
}
.form__input:disabled, .form__input [disabled] {
  color: #aaaaaa;
  background: #dddddd;
  cursor: not-allowed;
  -webkit-text-fill-color: #aaaaaa;
  opacity: 1;
}
.form__input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form__input::-moz-placeholder {
  color: #aaaaaa;
}
.form__input:-ms-input-placeholder {
  color: #aaaaaa;
}
.form__input::-ms-input-placeholder {
  color: #aaaaaa;
}
.form__input::placeholder {
  color: #aaaaaa;
}
.form__selectbox {
  position: relative;
  width: 100%;
  border-radius: 30px;
  background: #ffffff;
}
.form__selectbox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 30px;
  font-size: 1.125em;
  color: #333333;
  border: none;
  background: transparent;
  border-radius: 0;
  width: 100%;
  height: 56px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .form__select {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .form__select {
    font-size: 1em;
    padding: 0 1rem;
    padding-right: 40px;
  }
}
.form__select::-ms-expand {
  display: none;
}
.form__select:disabled, .form__select [disabled] {
  color: #aaaaaa;
  cursor: not-allowed;
  -webkit-text-fill-color: #aaaaaa;
  opacity: 1;
}
.form__check .form__checkbox {
  display: none;
}
.form__check .form__checkbox:checked + label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 4px;
  top: calc(50% - 9px);
  z-index: 2;
  background: #4a9a6a;
}
@media (max-width: 575px) {
  .form__check .form__checkbox:checked + label::after {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}
.form__check .form__checklabel {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  line-height: 1.33;
}
@media (max-width: 575px) {
  .form__check .form__checklabel {
    font-size: 1em;
    padding-left: 30px;
  }
}
.form__check .form__checklabel::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .form__check .form__checklabel::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
}
.form__check .form__checklabel span {
  display: inline-block;
  line-height: 1.5;
}
.form__check .form__checklabel a {
  color: white;
  text-decoration: underline;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}
.form__check .form__checklabel a:hover {
  color: #fffea0;
}
.form__file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 575px) {
  .form__file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__file-btn {
  font-size: 1.125em;
  font-weight: 400;
  color: #ffffff;
  background: #00b7ee;
  width: 200px;
  line-height: 52px;
  height: 56px;
  border: 2px solid #7ecef4;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
@media (max-width: 575px) {
  .form__file-btn {
    font-size: 1.125em;
    width: 100%;
  }
}
.form__file-btn:hover {
  background: #187ddb;
}
.form__file-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 26px;
  background-size: 100px 50px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -62px 0;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .form__file-btn::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-right: 0;
  }
}
.form__file-name {
  width: calc(100% - 210px);
  border: 2px solid #ffffff;
  min-height: 56px;
  background: transparent;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 1.125em;
  color: #ffffff;
  padding: 15px 30px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .form__file-name {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1em;
  }
}
.form__file .form__input {
  background: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  opacity: 0;
}
.form__add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__add-item:first-child {
  width: 250px;
}
@media (max-width: 991px) {
  .form__add-item:first-child {
    width: 45%;
  }
}
@media (max-width: 413px) {
  .form__add-item:first-child {
    width: 100%;
  }
}
.form__add-item:nth-child(2) {
  width: 290px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .form__add-item:nth-child(2) {
    width: calc(55% - 10px);
  }
}
@media (max-width: 413px) {
  .form__add-item:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.form__add-item:nth-child(3) {
  width: 100%;
  margin-top: 10px;
}
.form__text {
  font-size: 1.125em;
  font-weight: 400;
  color: #fffea0;
  margin-top: 15px;
  line-height: 1.33;
  word-break: break-all;
}
@media (max-width: 575px) {
  .form__text {
    font-size: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.form__text--pl {
  padding-left: 75px;
}
@media (max-width: 767px) {
  .form__text--pl {
    padding-left: 0;
  }
}
.form__btn {
  font-size: 1.375em;
  font-weight: 400;
  color: #ffffff;
  background: #ff6600;
  width: 200px;
  line-height: 44px;
  height: 54px;
  border: 2px solid #f6b37f;
  border-radius: 10px;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
@media (max-width: 575px) {
  .form__btn {
    font-size: 1.125em;
  }
}
.form__btn:hover {
  background: #f1553c;
}
.form__btn:disabled, .form__btn [disabled] {
  border-color: #777;
  background: #777;
  color: white;
  cursor: not-allowed;
}
.form__verify {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 413px) {
  .form__verify {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form__verify-refresh {
  width: 32px;
  height: 25px;
  display: inline-block;
  border: none;
  background-size: 100px 50px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -25px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.form__verify-refresh:hover {
  opacity: 0.8;
}
.form__verify-item:first-child {
  width: 194px;
}
@media (max-width: 767px) {
  .form__verify-item:first-child {
    width: calc(100% - 232px);
  }
}
@media (max-width: 413px) {
  .form__verify-item:first-child {
    width: 100%;
  }
}
.form__verify-item:nth-child(2) {
  width: 138px;
  margin-left: 10px;
}
@media (max-width: 413px) {
  .form__verify-item:nth-child(2) {
    margin-top: 10px;
  }
}
.form__verify-item:nth-child(2) img {
  max-width: 100%;
}
.form__verify-item:nth-child(3), .form__verify-item:nth-child(4) {
  width: 32px;
  margin-left: 10px;
}
@media (max-width: 413px) {
  .form__verify-item:nth-child(3), .form__verify-item:nth-child(4) {
    margin-top: 10px;
  }
}
.form__verify-item:nth-child(4) img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.form__verify-item:nth-child(4) img:hover {
  opacity: 0.8;
}

.header h1 {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #ffffff;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: background;
          transform: background;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.navbar-hidden {
  display: none;
}
.navbar-block {
  width: 100%;
  padding: 15px 18px;
  position: relative;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .navbar-block {
    padding: 12px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 57px;
  }
}
.navbar-head {
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-head {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar-logo {
  position: relative;
  display: block;
  width: 278px;
  z-index: 11;
}
@media (max-width: 767px) {
  .navbar-logo {
    width: 220px;
  }
}
@media (max-width: 374px) {
  .navbar-logo {
    width: 200px;
  }
}
.navbar-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.navbar-home {
  width: 32px;
  height: 26px;
  background-size: 100px 50px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 0;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .navbar-home {
    display: inline-block;
  }
}
@media (max-width: 374px) {
  .navbar-home {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.navbar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .navbar-link {
    margin-left: 4px;
  }
}
.navbar-link__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f2f2f2;
  font-size: 1em;
  color: #6e6e6e;
  border-radius: 10em;
  margin-left: 4px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
@media (max-width: 374px) {
  .navbar-link__item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.875em;
  }
}
.navbar-link__item.active, .navbar-link__item:hover {
  color: #ffffff;
  background: #ee2737;
}
.navbar-link__item:first-child {
  margin-left: 0;
}

.footer__item {
  font-size: 0.9375em;
  font-weight: 300;
  color: #48839d;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .footer__item {
    font-size: 0.8125em;
  }
}

.kv {
  background: url("../images/kv/kv-bg.jpg");
  background-size: cover;
  background-position: center top -5px;
  background-repeat: no-repeat;
  height: 980px;
  padding-top: 62px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .kv {
    background-size: auto;
  }
}
@media (max-width: 1399px) {
  .kv {
    height: 60vw;
    background-size: 117vw auto;
    background-position: center top 18px;
    padding-top: 44px;
  }
}
@media (max-width: 1199px) {
  .kv {
    background-size: 1300px auto;
    background-position: center top 17px;
    height: 700px;
  }
}
@media (max-width: 991px) {
  .kv {
    background-position: right calc(50% + 40px) top 17px;
  }
}
@media (max-width: 767px) {
  .kv {
    background: url("../images/kv/kv-bg-sm.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 900px;
  }
}
@media (max-width: 480px) {
  .kv {
    height: 800px;
  }
}
@media (max-width: 413px) {
  .kv {
    height: 750px;
  }
}
@media (max-width: 374px) {
  .kv {
    height: 700px;
  }
}
.kv .container {
  position: relative;
}
.kv__title {
  position: relative;
  padding-top: 34px;
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 1399px) {
  .kv__title {
    padding-top: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .kv__title img {
    width: 618px;
  }
}
@media (max-width: 1199px) {
  .kv__title img {
    width: 530px;
  }
}
.kv__subtitle {
  font-size: 1.125em;
  font-weight: 500;
  color: #333333;
  line-height: 1.083;
  text-align: center;
  margin-left: 17%;
  margin-top: 43px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
}
@media (max-width: 1399px) {
  .kv__subtitle {
    font-size: 0.9375em;
    width: 280px;
    margin-left: 25%;
    margin-top: 36px;
  }
}
@media (max-width: 1199px) {
  .kv__subtitle {
    margin-left: 23%;
    margin-top: 20px;
    width: 260px;
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .kv__subtitle {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .kv__subtitle {
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .kv__subtitle {
    font-size: 0.875em;
  }
}
.kv__subtitle::before {
  content: "";
  display: block;
  width: 70px;
  height: 12px;
  background: url("../images/kv/kv-subtitle-dot.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  position: absolute;
  top: -30px;
  left: -15px;
}
@media (max-width: 1199px) {
  .kv__subtitle::before {
    width: 40px;
    height: 8px;
    top: -10px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .kv__subtitle::before {
    margin-bottom: 5px;
  }
}
.kv__subtitle::after {
  content: "";
  display: block;
  width: 70px;
  height: 12px;
  background: url("../images/kv/kv-subtitle-dot.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -36px;
  right: -15px;
}
@media (max-width: 1399px) {
  .kv__subtitle::after {
    width: 50px;
    height: 10px;
    bottom: -28px;
    right: -6px;
  }
}
@media (max-width: 1199px) {
  .kv__subtitle::after {
    width: 40px;
    height: 8px;
    bottom: -10px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .kv__subtitle::after {
    bottom: -15px;
  }
}
.kv__subtitle span {
  display: inline-block;
}
.kv__subtitle--dot {
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 10em;
  margin-left: 10px;
  margin-right: 10px;
}
.kv__subtitle--pink {
  color: #cd3e69;
  font-size: 1.33333em;
}
.kv__subtitle--blue {
  color: #00688f;
  font-size: 1.33333em;
}
.kv__subtitle--orange {
  color: #d66200;
  font-size: 1.33333em;
}
.kv__subtitle--lg {
  display: inline-block;
  font-size: 1.33333em;
  font-weight: 700;
}
.kv__link {
  text-align: right;
  padding-right: 20.4%;
  margin-top: -100px;
}
@media (max-width: 1399px) {
  .kv__link {
    margin-top: -80px;
    padding-right: 24%;
  }
}
@media (max-width: 1199px) {
  .kv__link {
    padding-right: 17%;
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .kv__link {
    padding-right: 20%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .kv__link {
    text-align: left;
    padding-right: 0;
    padding-left: 20%;
  }
}
@media (max-width: 575px) {
  .kv__link {
    padding-left: 8%;
  }
}
@media (max-width: 480px) {
  .kv__link {
    padding-left: 0;
  }
}
.kv__link-item {
  position: relative;
  display: inline-block;
  -webkit-animation: effects-zoomin ease 0.8s infinite;
          animation: effects-zoomin ease 0.8s infinite;
}
@media (max-width: 1399px) {
  .kv__link-item img {
    width: 280px;
  }
}
@media (max-width: 374px) {
  .kv__link-item img {
    width: 200px;
  }
}
.kv__link-item::before {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  background-size: 100px 50px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -40px 0;
  position: absolute;
  top: 37.6%;
  right: 8.4%;
  z-index: 2;
  -webkit-animation: effects-l2r ease 0.7s infinite;
          animation: effects-l2r ease 0.7s infinite;
}
@media (max-width: 374px) {
  .kv__link-item::before {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    top: 35%;
    right: 7.4%;
  }
}
.kv__link-girl {
  padding-right: 12%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .kv__link-girl {
    padding-right: 0;
    padding-left: 20%;
  }
}
@media (max-width: 1399px) {
  .kv__link-girl img {
    width: 80px;
  }
}
.kv__gift {
  position: absolute;
  top: 30%;
  right: -14%;
  z-index: 3;
  -webkit-animation: effects-kvgift ease 2s infinite;
          animation: effects-kvgift ease 2s infinite;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media (max-width: 1399px) {
  .kv__gift {
    top: 45%;
    right: 0%;
  }
}
@media (max-width: 991px) {
  .kv__gift {
    top: 40%;
    right: -4%;
  }
}
@media (max-width: 767px) {
  .kv__gift {
    top: 55%;
    right: auto;
    left: 58%;
  }
}
@media (max-width: 650px) {
  .kv__gift {
    left: 65%;
  }
}
@media (max-width: 413px) {
  .kv__gift {
    top: 60%;
  }
}
@media (max-width: 1399px) {
  .kv__gift img {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .kv__gift img {
    width: 200px;
  }
}

.find {
  background: url("../images/find/find-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -30px;
  padding-top: 65px;
  padding-bottom: 180px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .find {
    padding-bottom: 178px;
  }
}
@media (max-width: 991px) {
  .find {
    padding-bottom: 152px;
  }
}
@media (max-width: 767px) {
  .find {
    padding-bottom: 134px;
  }
}
@media (max-width: 480px) {
  .find {
    padding-top: 49px;
    padding-bottom: 80px;
  }
}
.find__titlebox {
  text-align: center;
}
.find__title {
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .find__title img {
    width: 650px;
  }
}
@media (max-width: 991px) {
  .find__title img {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .find__title img {
    width: 350px;
  }
}
.find__title::before {
  content: "";
  display: block;
  width: 101px;
  height: 122px;
  background: url("../images/find/find-title-bg_01.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: -160px;
}
@media (max-width: 1199px) {
  .find__title::before {
    top: 10px;
    left: -120px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .find__title::before {
    top: 0;
    left: -90px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 480px) {
  .find__title::before {
    top: auto;
    bottom: -105px;
    left: -20px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (max-width: 374px) {
  .find__title::before {
    display: none;
  }
}
.find__title::after {
  content: "";
  display: block;
  width: 105px;
  height: 122px;
  background: url("../images/find/find-title-bg_02.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -90px;
  right: -160px;
}
@media (max-width: 1199px) {
  .find__title::after {
    bottom: -70px;
    right: -100px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .find__title::after {
    bottom: -50px;
    right: -90px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 480px) {
  .find__title::after {
    bottom: -105px;
    right: -20px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (max-width: 374px) {
  .find__title::after {
    display: none;
  }
}
.find__subtitle {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .find__subtitle {
    width: 230px;
    height: 66px;
    background: url("../images/find/find-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .find__subtitle img {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .find__subtitle img {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .find__subtitle img {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .find__subtitle img {
    display: none;
  }
}
.find__block {
  width: calc(100% + 24px);
  margin: 38px -12px -12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .find__block {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .find__block {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 575px) {
  .find__block {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .find__block {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
}
.find__block .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.find__item {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .find__item {
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 15px;
  }
}
.find__item-img {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 44.3262411348%;
}
.find__item-text {
  font-size: 1.125em;
  font-weight: 400;
  color: #242424;
  background: url("../images/find/find-text-bg.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat;
  padding: 25px 5px;
}
@media (max-width: 1399px) {
  .find__item-text {
    letter-spacing: -0.025em;
  }
}
@media (max-width: 1199px) {
  .find__item-text {
    font-size: 1em;
    letter-spacing: 0;
    padding: 15px 5px;
    min-height: 70px;
    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;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .find__item-text {
    font-size: 2.4vw;
    padding: 20px 2vw;
  }
}
@media (max-width: 480px) {
  .find__item-text {
    padding: 15px;
    font-size: 1em;
  }
}
@media (max-width: 374px) {
  .find__item-text {
    font-size: 4.6vw;
  }
}

.share {
  background: url("../images/share/share-bg_02.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
  padding-top: 75px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .share {
    background-size: 135% auto;
  }
}
@media (max-width: 767px) {
  .share {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .share {
    padding-bottom: 77px;
  }
}
@media (max-width: 374px) {
  .share {
    padding-bottom: 60px;
  }
}
.share::before {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  background: url("../images/share/share-bg_01.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -63px;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .share::before {
    background-size: 135% auto;
  }
}
.share__titlebox {
  text-align: center;
}
.share__title {
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .share__title img {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .share__title img {
    width: 350px;
  }
}
.share__title::before {
  content: "";
  display: block;
  width: 113px;
  height: 118px;
  background: url("../images/share/share-title-bg_01.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  left: -145px;
}
@media (max-width: 1199px) {
  .share__title::before {
    top: 10px;
    left: -120px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .share__title::before {
    top: 0;
    left: -90px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 480px) {
  .share__title::before {
    top: auto;
    bottom: -90px;
    left: -20px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (max-width: 374px) {
  .share__title::before {
    display: none;
  }
}
.share__title::after {
  content: "";
  display: block;
  width: 176px;
  height: 180px;
  background: url("../images/share/share-title-bg_02.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -200px;
}
@media (max-width: 1199px) {
  .share__title::after {
    top: -30px;
    right: -160px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .share__title::after {
    top: -50px;
    right: -140px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 480px) {
  .share__title::after {
    top: auto;
    bottom: -120px;
    right: -50px;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
@media (max-width: 374px) {
  .share__title::after {
    display: none;
  }
}
.share__subtitle {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .share__subtitle {
    width: 230px;
    height: 66px;
    background: url("../images/share/share-subtitle-sm.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .share__subtitle img {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .share__subtitle img {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .share__subtitle img {
    display: none;
  }
}
.share__block {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .share__block {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .share__block {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 575px) {
  .share__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .share__block .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 480px) {
  .share__block {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
}
.share__block .slick-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.share__block--2row .share__item {
  margin: 12px 0;
}
.share__block--2row .slick-slide {
  padding: 0 12px;
}
.share__block--2row .slick-dots {
  display: none;
}
.share__item {
  width: calc(33.33% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  background: #f7f2e8;
  border: 2px solid #ffffff;
  padding: 25px;
  position: relative;
  -webkit-box-shadow: 0 0 13px rgba(117, 94, 60, 0.3);
          box-shadow: 0 0 13px rgba(117, 94, 60, 0.3);
}
@media (max-width: 1199px) {
  .share__item {
    padding: 15px 15px 30px;
  }
}
@media (max-width: 991px) {
  .share__item {
    width: calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .share__item {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 24px);
  }
}
.share__item::before {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url("../images/share/share-item-bg_01.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 1;
}
.share__item::after {
  content: "";
  display: block;
  width: 105px;
  height: 100px;
  background: url("../images/share/share-item-bg_02.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  right: -30px;
  z-index: 1;
}
.share__img {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(14, 5, 10, 0.3) inset;
          box-shadow: 0 0 10px rgba(14, 5, 10, 0.3) inset;
}
.share__body {
  margin-top: 15px;
}
.share__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.share__row:first-child {
  margin-top: 0;
}
.share__tag {
  font-size: 1.125em;
  font-weight: 500;
  color: #3d3531;
  line-height: 1.22;
  display: inline-block;
  text-align: center;
  border-radius: 22px;
  white-space: nowrap;
  padding: 0 6px;
}
@media (max-width: 575px) {
  .share__tag {
    font-size: 1em;
  }
}
.share__tag--green {
  background: #b1d53c;
}
.share__tag--purple {
  background: #c4b0f8;
}
.share__thirdtitle {
  font-size: 1em;
  font-weight: 400;
  color: #3d3531;
  line-height: 1.22;
  padding-left: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .share__thirdtitle {
    font-size: 1em;
  }
}
.share__text {
  font-size: 1em;
  font-weight: 400;
  color: #3d3531;
  line-height: 1.22;
  padding-left: 10px;
  text-align: left;
}
@media (max-width: 575px) {
  .share__text {
    font-size: 1em;
  }
}

.join {
  background: url("../images/join/join-bg_01.jpg"), url("../images/join/join-bg_02.jpg");
  background-size: 100% auto, 100% auto;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  padding-top: 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .join {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .join {
    padding-top: 40px;
  }
}
.join::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url("../images/share/share-bg_03.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .join::before {
    background-size: 135% auto;
  }
}
.join .container--lg {
  position: relative;
}
.join .container--lg::before {
  content: "";
  display: block;
  width: 400px;
  height: 212px;
  background: url("../images/join/join-form-bg04.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  right: -200px;
  z-index: 1;
}
@media (max-width: 1699px) {
  .join .container--lg::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .join .container--lg::before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -80px;
    right: -110px;
  }
}
@media (max-width: 991px) {
  .join .container--lg::before {
    display: none;
  }
}
.join .container--lg::after {
  content: "";
  display: block;
  width: 250px;
  height: 485px;
  background: url("../images/join/join-form-bg03.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: -150px;
  z-index: 1;
}
@media (max-width: 1699px) {
  .join .container--lg::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .join .container--lg::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -100px;
    left: -70px;
  }
}
@media (max-width: 991px) {
  .join .container--lg::after {
    display: none;
  }
}
.join__titlebox {
  text-align: center;
}
.join__title {
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .join__title img {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .join__title img {
    width: 350px;
  }
}
.join__wrap {
  margin-top: 45px;
  background: url("../images/join/join-block-bg.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  padding: 110px 225px;
  position: relative;
}
@media (max-width: 1399px) {
  .join__wrap {
    padding-left: 190px;
    padding-right: 190px;
  }
}
@media (max-width: 1199px) {
  .join__wrap {
    padding: 110px 105px;
  }
}
@media (max-width: 991px) {
  .join__wrap {
    padding: 110px 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .join__wrap {
    padding: 60px 1rem;
  }
}
.join__wrap::before {
  content: "";
  display: block;
  width: 253px;
  height: 290px;
  background: url("../images/join/join-form-bg01.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: -54px;
  right: -65px;
  z-index: 1;
}
@media (max-width: 1699px) {
  .join__wrap::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 1199px) {
  .join__wrap::before {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: -100px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .join__wrap::before {
    top: -170px;
  }
}
@media (max-width: 575px) {
  .join__wrap::before {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    top: -130px;
  }
}
.join__wrap::after {
  content: "";
  display: block;
  width: 210px;
  height: 281px;
  background: url("../images/join/join-form-bg02.png");
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 1699px) {
  .join__wrap::after {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    bottom: -20px;
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .join__wrap::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    bottom: -60px;
    left: -40px;
  }
}
@media (max-width: 575px) {
  .join__wrap::after {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    bottom: -80px;
    left: -60px;
  }
}
.join__list {
  font-size: 1.375em;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  line-height: 2.181;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 991px) {
  .join__list {
    font-size: 1.125em;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 374px) {
  .join__list {
    font-size: 1em;
  }
}
.join__list::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #bcff81;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  margin-top: 20px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .join__list::before {
    position: absolute;
    top: 10px;
    left: 0;
    margin-top: 0;
  }
}
.join__list-item {
  width: calc(100% - 6em);
}
@media (max-width: 991px) {
  .join__list-item {
    width: 100%;
  }
}
.join__list--lighthigh {
  color: #bcff81;
  font-weight: 700;
  width: 4.2em;
}
@media (max-width: 991px) {
  .join__list--lighthigh {
    display: block;
    width: 100%;
    padding-left: 15px;
  }
}
.join__list--gift {
  color: #fffea0;
  text-decoration: underline;
}
.join__block {
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .join__block {
    margin-top: 30px;
  }
}
.join__ml {
  margin-left: 1em;
}
@media (max-width: 575px) {
  .join__ml {
    margin-left: 0;
  }
}
.join__ml .form__text {
  text-indent: -1em;
}

.notice {
  padding-top: 70px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .notice {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.notice__titlebox {
  text-align: center;
}
.notice__title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .notice__title img {
    width: 150px;
  }
}
.notice__wrap {
  margin-top: 50px;
  width: 955px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .notice__wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.notice__wrap:first-child {
  margin-top: 0;
}
.notice__lists {
  margin-top: 20px;
}
.notice__lists--dot {
  list-style: none;
}
.notice__lists--dot .notice__list {
  font-size: 1.375em;
  font-weight: 400;
  color: #264f9b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  line-height: 2.181;
}
@media (max-width: 767px) {
  .notice__lists--dot .notice__list {
    font-size: 1.125em;
  }
}
@media (max-width: 575px) {
  .notice__lists--dot .notice__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 1em;
  }
  .notice__lists--dot .notice__list:first-child {
    margin-top: 0;
  }
}
.notice__lists--dot .notice__list:nth-child(even) .notice__list-title::before {
  background: #f1553c;
}
.notice__lists--dot .notice__list-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.notice__lists--dot .notice__list-title::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #4a9a6a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}
.notice__lists--dot .notice__list-text {
  width: calc(100% - 122px);
}
@media (max-width: 575px) {
  .notice__lists--dot .notice__list-text {
    width: 100%;
    padding-left: 17px;
  }
}
.notice__lists--number {
  margin-left: 20px;
}
.notice__lists--number .notice__list {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .notice__lists--number .notice__list {
    margin-top: 10px;
  }
}
.notice__lists--number .notice__list:first-child {
  margin-top: 0;
}
.notice__list {
  text-align: left;
  font-size: 1.125em;
  font-weight: 300;
  color: #3d3531;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .notice__list {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .notice__list {
    font-size: 0.875em;
  }
}
.notice__list a {
  color: blue;
}
.notice__tab-body {
  display: none;
}
.notice__tab .jsNoticeContorller {
  cursor: pointer;
  position: relative;
}
.notice__tab .jsNoticeContorller::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #58ba66;
  position: absolute;
  top: 30%;
  right: -30px;
  z-index: 1;
}
@media (max-width: 575px) {
  .notice__tab .jsNoticeContorller::before {
    right: -20px;
  }
}
.notice__tab .jsNoticeContorller::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #58ba66;
  position: absolute;
  top: 30%;
  right: -30px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (max-width: 575px) {
  .notice__tab .jsNoticeContorller::after {
    right: -20px;
  }
}
.notice__tab--active .jsNoticeContorller::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.inside {
  background: url("../images/inside/inside-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 165px;
  min-height: 100vh;
}
@media (max-width: 575px) {
  .inside {
    padding-top: 100px;
  }
}
.inside__block {
  min-height: 70vh;
  padding-bottom: 65px;
}
@media (max-width: 575px) {
  .inside__block {
    min-height: auto;
  }
}
.inside__img {
  text-align: center;
}
@media (max-width: 767px) {
  .inside__img img {
    width: 400px;
  }
}
.inside__text {
  font-size: 1.5em;
  font-weight: 400;
  color: #242424;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .inside__text {
    font-size: 1.375em;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .inside__text {
    font-size: 1.125em;
  }
}
.inside__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 575px) {
  .inside__btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .inside__btn--2item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inside__btn--2item .inside__btn-item {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .inside__btn--3item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inside__btn--3item .inside__btn-item {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .inside__btn--3item .inside__btn-item:first-child {
    width: 100%;
  }
  .inside__btn--3item .inside__btn-item:nth-child(2) {
    margin-left: 0;
  }
}
.inside__btn-item {
  font-size: 1.375em;
  font-weight: 500;
  color: #ffffff;
  background: #ff6600;
  width: 295px;
  line-height: 52px;
  height: 56px;
  border: 2px solid #f6b37f;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-left: 30px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}
.inside__btn-item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .inside__btn-item {
    margin-left: 1rem;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .inside__btn-item {
    font-size: 1.125em;
    margin-top: 10px;
  }
}
.inside__btn-item:hover {
  background: #f1553c;
}