/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  border-radius: unset;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  will-change: transform;
  color: inherit;
}

/* CSS Document */
.contactInner__ttl, .confirmInner__ttl {
  margin-bottom: 36px;
  margin-top: 86px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl, .confirmInner__ttl {
    margin-bottom: 3.6vw;
    margin-top: 8.6vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl, .confirmInner__ttl {
    margin-bottom: 5.625vw;
  }
}
.contactInner__ttl--icon, .confirmInner__ttl--icon {
  width: 28px;
  left: 355px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--icon, .confirmInner__ttl--icon {
    width: 2.8vw;
    left: 31.5vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--icon, .confirmInner__ttl--icon {
    width: 4.375vw;
    left: 21.125vw;
  }
}
.contactInner__ttl--eng, .confirmInner__ttl--eng {
  padding-left: 38px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--eng, .confirmInner__ttl--eng {
    padding-left: 3.8vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--eng, .confirmInner__ttl--eng {
    padding-left: 3.8125vw;
  }
}
.contactInner__ttl--jpn, .confirmInner__ttl--jpn {
  margin-top: 31px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .contactInner__ttl--jpn, .confirmInner__ttl--jpn {
    margin-top: 3.1vw;
  }
}
@media screen and (max-width: 640px) {
  .contactInner__ttl--jpn, .confirmInner__ttl--jpn {
    margin-top: 4.84375vw;
  }
}
.contactInner__txt, .confirmInner__txt {
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .contactInner__txt, .confirmInner__txt {
    line-height: 2.619047619;
  }
}

.inputContainer {
  margin-top: 78px;
  padding: 0 40px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputContainer {
    margin-top: 7.8vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 640px) {
  .inputContainer {
    padding: 0;
    margin-top: 20.15625vw;
  }
}
.input__ttl {
  text-align: center;
  margin-bottom: 63px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__ttl {
    margin-bottom: 6.3vw;
  }
}
@media screen and (max-width: 640px) {
  .input__ttl {
    margin-bottom: 9.84375vw;
  }
}
.input__ttl--icon {
  width: 38px;
  margin: 0 auto 13px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__ttl--icon {
    width: 3.8vw;
    margin: 0 auto 1.3vw;
  }
}
@media screen and (max-width: 640px) {
  .input__ttl--icon {
    width: 5.9375vw;
    margin: 0 auto 1.40625vw;
  }
}
.input__label {
  margin-bottom: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__label {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .input__label {
    margin-bottom: 2.96875vw;
  }
}
.confirmContainer .input__label + p {
  margin-bottom: 40px;
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .confirmContainer .input__label + p {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .confirmContainer .input__label + p {
    letter-spacing: 0vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .confirmContainer .input__label + p {
    font-size: 4.21875vw;
    letter-spacing: 0vw;
    line-height: 1;
  }
}
.input__txt {
  border: none;
  background: #FAE6DF;
  width: calc(100% - 40px);
  padding: 24px 20px;
  margin-bottom: 33px;
  line-height: 1.44;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__txt {
    width: calc(100% - 4vw);
    padding: 2.4vw 2vw;
    margin-bottom: 3.3vw;
  }
}
@media screen and (max-width: 640px) {
  .input__txt {
    width: calc(100% - 6.25vw);
    padding: 4.84375vw 3.125vw;
    margin-bottom: 11.5625vw;
  }
}
.input__txt::placeholder {
  color: #B9B9B9;
}
.input__txtArea {
  height: 262px;
  margin-bottom: 81px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__txtArea {
    height: 26.2vw;
    margin-bottom: 8.1vw;
  }
}
@media screen and (max-width: 640px) {
  .input__txtArea {
    height: 48.59375vw;
    margin-bottom: 10vw;
  }
}
.confirmContainer .input__check {
  display: none;
}
.input__privacyLink {
  text-align: center;
  display: block;
  line-height: 1;
  position: relative;
}
.input__privacyLink::before {
  position: absolute;
  display: block;
  content: "";
  background: #484848;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 340px;
  height: 1.5px;
  bottom: -3px;
  width: 358px;
  height: 1.5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__privacyLink::before {
    bottom: -0.3vw;
    width: 34vw;
    height: 0.15vw;
    bottom: -0.3vw;
    width: 35.8vw;
    height: 0.15vw;
  }
}
@media screen and (max-width: 640px) {
  .input__privacyLink::before {
    bottom: -0.46875vw;
    width: 55.9375vw;
    height: 0.234375vw;
  }
}
.input__privacyCheck {
  display: none;
}
.input__confirm {
  cursor: pointer;
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #DA3343;
  border: none;
  margin: 75px auto;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__confirm {
    margin: 7.5vw auto;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .input__confirm {
    margin: 11.40625vw auto;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.input__confirm::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .input__confirm::before {
    right: 2.6vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .input__confirm::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.inputModal {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transition: 0.8s all;
}
.inputModal.js-active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
}
.inputModal.js-close {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.inputModal__contents {
  position: relative;
  height: auto;
  background: #FFF;
  border-radius: 20px;
  z-index: 200;
  width: 782px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__contents {
    border-radius: 2vw;
    width: 78.2vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__contents {
    width: 87.5vw;
    border-radius: 3.125vw;
  }
}
.inputModal__body {
  height: 430px;
  overflow-y: auto;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__body {
    height: 43vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__body {
    height: 109.6875vw;
  }
}
.inputModal__ttl {
  text-align: center;
  margin-top: 54px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__ttl {
    margin-top: 5.4vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__ttl {
    margin-top: 9.53125vw;
  }
}
.inputModal__txt {
  text-align: center;
  margin-top: 16px;
  line-height: 2.4;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__txt {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__txt {
    line-height: 2;
    margin-top: 6.5625vw;
  }
}
.inputModal__txtColor {
  color: #DA3343;
}
.inputModal__close {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  top: -47px;
  right: -56px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__close {
    width: 4.9vw;
    height: 4.9vw;
    top: -4.7vw;
    right: -5.6vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__close {
    width: 7.65625vw;
    height: 7.65625vw;
    top: -9.6875vw;
    right: 1.09375vw;
  }
}
.inputModal__close::before, .inputModal__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__close::before, .inputModal__close::after {
    height: 0.5vw;
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__close::before, .inputModal__close::after {
    height: 0.78125vw;
    border-radius: 0.46875vw;
  }
}
.inputModal__close::before {
  transform: rotate(45deg);
}
.inputModal__close::after {
  transform: rotate(-45deg);
}
.inputModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(92, 92, 92, 0.4);
}
.inputModal__submit, .inputModal__back {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 58px auto 0;
  width: 336px;
  height: 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__submit, .inputModal__back {
    margin: 5.8vw auto 0;
    width: 33.6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__submit, .inputModal__back {
    margin: 11.25vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
  }
}
.inputModal__submit::before, .inputModal__back::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__submit::before, .inputModal__back::before {
    right: 2.6vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__submit::before, .inputModal__back::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.inputModal__submitTxt, .inputModal__backTxt {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #DA3343;
  border: none;
  border-radius: 50px;
  transition: 0.5s all;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .inputModal__submitTxt, .inputModal__backTxt {
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .inputModal__submitTxt, .inputModal__backTxt {
    border-radius: 7.8125vw;
  }
}

.mwform-checkbox-field label {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mwform-checkbox-field label {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 640px) {
  .mwform-checkbox-field label {
    margin-top: 2.1875vw;
  }
}
.mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  font-size: 1.25rem;
  padding-left: 42px;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 4.2vw;
  }
}
@media screen and (max-width: 640px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 3.28125vw;
    font-weight: 500;
    padding-left: 6.5625vw;
  }
}
.mwform-checkbox-field .mwform-checkbox-field-text::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  transition: 0.5s all;
  width: 25px;
  height: 25px;
  border: solid 2px #B9B9B9;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mwform-checkbox-field .mwform-checkbox-field-text::before {
    width: 2.5vw;
    height: 2.5vw;
    border: solid 0.2vw #B9B9B9;
  }
}
@media screen and (max-width: 640px) {
  .mwform-checkbox-field .mwform-checkbox-field-text::before {
    width: 3.90625vw;
    height: 3.90625vw;
    border: solid 0.3125vw #B9B9B9;
  }
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/contact/input_elm_sp_02.svg) no-repeat;
  width: 26px;
  height: 22px;
  top: -1px;
  left: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
    width: 2.6vw;
    height: 2.2vw;
    top: -0.1vw;
    left: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
    width: 4.0625vw;
    height: 3.4375vw;
    top: -0.15625vw;
    left: 0.46875vw;
  }
}

.thanks__ttl {
  text-align: center;
  margin-top: 68px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .thanks__ttl {
    margin-top: 6.8vw;
  }
}
@media screen and (max-width: 640px) {
  .thanks__ttl {
    margin-top: 15.9375vw;
  }
}
.thanks__txt {
  text-align: center;
  line-height: 2.5;
  margin-top: 29px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .thanks__txt {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 640px) {
  .thanks__txt {
    line-height: 2;
    margin-top: 12.65625vw;
  }
}
.thanks__topLink {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #DA3343;
  border: none;
  margin: 73px auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .thanks__topLink {
    margin: 7.3vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .thanks__topLink {
    margin: 14.6875vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.thanks__topLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .thanks__topLink::before {
    right: 2.6vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .thanks__topLink::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #484848;
}
@media screen and (min-width: 641px) {
  body {
    position: relative;
  }
}

main {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  main {
    padding-top: 120px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  main {
    padding-top: 12vw;
  }
}

.main {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 18.75vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .main {
    padding-top: 12vw;
  }
}

.u-hover {
  transition: 0.5s all;
}
.u-hover:hover {
  background: #ED98A0;
}
@media screen and (min-width: 641px) {
  .u-sp_disp {
    display: none;
  }
}
.u-tab_disp {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-tab_disp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u-pc_disp {
    display: none;
  }
}
.u-layout {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-layout {
    max-width: 100vw;
    padding: 0 6vw;
  }
}
@media screen and (max-width: 640px) {
  .u-layout {
    max-width: 87.5vw;
    padding: 0;
  }
}
.u-h2 {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 2.3333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .u-h2 {
    font-size: 6.25vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl {
    margin-top: 13.125vw;
  }
}
.u-ttl_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-ttl_eng {
  position: relative;
  text-align: center;
  color: #DA3343;
  letter-spacing: 0.21rem;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_eng {
    letter-spacing: 0.336vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_eng {
    font-size: 3.125vw;
    letter-spacing: 0.65625vw;
    line-height: 1.45;
  }
}
.u-ttl_jpn {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 1.4333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_jpn {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_jpn {
    font-size: 7.8125vw;
    line-height: 1.4;
  }
}
.u-svg_black {
  fill: #484848;
}
@media screen and (min-width: 1600px) {
  .u-fv_img {
    height: 266px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-fv_img {
    height: 16.6vw;
    overflow: hidden;
  }
}

.fs-pc__ {
  letter-spacing: -0.015rem;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc__ {
    letter-spacing: -0.024vw;
    font-size: 1.3vw;
  }
}
.fs-pc_9 {
  font-size: 0.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_9 {
    font-size: 0.7vw;
  }
}
.fs-pc_10 {
  font-size: 0.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_10 {
    font-size: 0.9vw;
  }
}
.fs-pc_12 {
  font-size: 0.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_12 {
    font-size: 1vw;
  }
}
.fs-pc_13 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_13 {
    font-size: 1.1vw;
  }
}
.fs-pc_14 {
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_14 {
    font-size: 1.2vw;
  }
}
.fs-pc_15 {
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_15 {
    font-size: 1.3vw;
  }
}
.fs-pc_16 {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_16 {
    font-size: 1.4vw;
  }
}
.fs-pc_17 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_17 {
    font-size: 1.5vw;
  }
}
.fs-pc_18 {
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_18 {
    font-size: 1.6vw;
  }
}
.fs-pc_19 {
  font-size: 1.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_19 {
    font-size: 1.7vw;
  }
}
.fs-pc_20 {
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_20 {
    font-size: 1.8vw;
  }
}
.fs-pc_21 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_21 {
    font-size: 1.9vw;
  }
}
.fs-pc_22 {
  font-size: 1.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_22 {
    font-size: 2vw;
  }
}
.fs-pc_23 {
  font-size: 1.4375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_23 {
    font-size: 2.1vw;
  }
}
.fs-pc_24 {
  font-size: 1.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_24 {
    font-size: 2.2vw;
  }
}
.fs-pc_25 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_25 {
    font-size: 2.3vw;
  }
}
.fs-pc_26 {
  font-size: 1.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_26 {
    font-size: 2.4vw;
  }
}
.fs-pc_28 {
  font-size: 1.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_28 {
    font-size: 2.6vw;
  }
}
.fs-pc_29 {
  font-size: 1.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_29 {
    font-size: 2.7vw;
  }
}
.fs-pc_30 {
  font-size: 1.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_30 {
    font-size: 2.8vw;
  }
}
.fs-pc_33 {
  font-size: 2.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_33 {
    font-size: 3.1vw;
  }
}
.fs-pc_35 {
  font-size: 2.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_35 {
    font-size: 3.3vw;
  }
}
.fs-pc_36 {
  font-size: 2.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_36 {
    font-size: 3.4vw;
  }
}
.fs-pc_38 {
  font-size: 2.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_38 {
    font-size: 3.6vw;
  }
}
.fs-pc_40 {
  font-size: 2.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_40 {
    font-size: 3.8vw;
  }
}
.fs-pc_43 {
  font-size: 2.6875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_43 {
    font-size: 4.1vw;
  }
}
.fs-pc_56 {
  font-size: 3.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_56 {
    font-size: 5.4vw;
  }
}
.fs-pc_57 {
  font-size: 3.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_57 {
    font-size: 5.5vw;
  }
}
.fs-pc_65 {
  font-size: 4.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_65 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 640px) {
  .fs-sp_14 {
    font-size: 2.1875vw;
  }
  .fs-sp_16 {
    font-size: 2.5vw;
  }
  .fs-sp_17 {
    font-size: 2.65625vw;
  }
  .fs-sp_18 {
    font-size: 2.8125vw;
  }
  .fs-sp_19 {
    font-size: 2.96875vw;
  }
  .fs-sp_20 {
    font-size: 3.125vw;
  }
  .fs-sp_21 {
    font-size: 3.28125vw;
  }
  .fs-sp_22 {
    font-size: 3.4375vw;
  }
  .fs-sp_23 {
    font-size: 3.59375vw;
  }
  .fs-sp_24 {
    font-size: 3.75vw;
  }
  .fs-sp_25 {
    font-size: 3.90625vw;
  }
  .fs-sp_26 {
    font-size: 4.0625vw;
  }
  .fs-sp_27 {
    font-size: 4.21875vw;
  }
  .fs-sp_28 {
    font-size: 4.375vw;
  }
  .fs-sp_29 {
    font-size: 4.53125vw;
  }
  .fs-sp_30 {
    font-size: 4.6875vw;
  }
  .fs-sp_32 {
    font-size: 5vw;
  }
  .fs-sp_35 {
    font-size: 5.46875vw;
  }
  .fs-sp_36 {
    font-size: 5.625vw;
  }
  .fs-sp_37 {
    font-size: 5.78125vw;
  }
  .fs-sp_40 {
    font-size: 6.25vw;
  }
  .fs-sp_50 {
    font-size: 7.8125vw;
  }
  .fs-sp_51 {
    font-size: 7.96875vw;
  }
  .fs-sp_56 {
    font-size: 8.75vw;
  }
  .fs-sp_59 {
    font-size: 9.21875vw;
  }
  .fs-sp_60 {
    font-size: 9.375vw;
  }
  .fs-sp_80 {
    font-size: 12.5vw;
  }
}

.fc-pink {
  color: #EA545C;
}
.fc-green {
  color: #52A28C;
}

.instaGuideContainer {
  padding-bottom: 65px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideContainer {
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideContainer {
    padding-bottom: 11.71875vw;
  }
}
.instaGuideInner__ttl {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl {
    line-height: 1.4;
  }
}
.instaGuideInner__ttl::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/elm_sp_02.svg) no-repeat;
  top: 7px;
  left: 77px;
  width: 87px;
  height: 84px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl::before {
    top: 0.7vw;
    left: 7.7vw;
    width: 8.7vw;
    height: 8.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl::before {
    top: 3.90625vw;
    left: 0.9375vw;
    width: 13.59375vw;
    height: 13.125vw;
  }
}
.instaGuideInner__ttl::after {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/elm_sp_01.svg) no-repeat;
  bottom: -337px;
  right: 190px;
  width: 92px;
  height: 85px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl::after {
    bottom: -33.7vw;
    right: 19vw;
    width: 9.2vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl::after {
    bottom: -55.3125vw;
    right: -3.125vw;
    width: 14.375vw;
    height: 13.28125vw;
  }
}
.instaGuideInner__ttl--small {
  text-align: center;
  position: relative;
  padding-top: 11px;
  padding-bottom: 18px;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small {
    padding-top: 1.1vw;
    padding-bottom: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small {
    padding-top: 9.84375vw;
    padding-bottom: 3.59375vw;
  }
}
.instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
  position: absolute;
  display: block;
  content: "";
  background: #484848;
  bottom: 11px;
  width: 2px;
  height: 25px;
  border-radius: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
    bottom: 1.1vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
    bottom: 3.90625vw;
    width: 0.3125vw;
    height: 3.90625vw;
    border-radius: 0.15625vw;
  }
}
.instaGuideInner__ttl--small::before {
  left: 424px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::before {
    left: 37.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::before {
    left: 33.125vw;
  }
}
.instaGuideInner__ttl--small::after {
  right: 424px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::after {
    right: 37.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::after {
    right: 33.125vw;
  }
}
.instaGuideInner__morebtn {
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 64px auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__morebtn {
    margin: 6.4vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__morebtn {
    margin: 10vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.instaGuideInner__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__morebtn::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.instaGuideScroll {
  display: flex;
  position: relative;
  margin-top: 25px;
  margin-bottom: 19px;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideScroll {
    margin-top: 2.5vw;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideScroll {
    margin-top: 6.5625vw;
    margin-bottom: 2.96875vw;
    width: 100vw;
    margin-left: -6.25vw;
  }
}
.instaGuideList {
  display: flex;
}
.instaGuideList:first-child {
  animation: loop-first 200s -100s linear infinite;
}
@keyframes loop-first {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.instaGuideList:last-child {
  animation: loop-last 200s linear infinite;
}
@keyframes loop-last {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.instaGuideItem {
  border-radius: 50%;
  background: #FAE6DF;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 14px;
  width: 234px;
  height: 234px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideItem {
    margin-right: 1.4vw;
    width: 23.4vw;
    height: 23.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideItem {
    margin-right: 2.1875vw;
    width: 36.5625vw;
    height: 36.5625vw;
  }
}
.instaGuideItem img {
  width: 147px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideItem img {
    width: 14.7vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideItem img {
    width: 22.96875vw;
  }
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: none;
  transition: 0.3s all;
  height: 120px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .header {
    height: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 18.75vw;
  }
}
.header.topSlide {
  background: #fff;
}
.header.notTop {
  background: #fff;
}
.headerPc {
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .headerPc {
    display: none;
  }
}
.headerPc .logoColor {
  fill: #e13c49;
}
.headerPc__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1vw;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1500px) {
  .headerPc__list {
    padding: 0 176px;
  }
}
.headerPc__item:not(.headerPc__item--02) {
  transition: 0.5s all;
}
.headerPc__item:not(.headerPc__item--02):hover {
  opacity: 0.6;
}
.headerPc__item--logo svg {
  width: 140px;
  aspect-ratio: 184.965/77.954;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__item--logo svg {
    width: 9vw;
  }
}
.headerPc__item--02 {
  position: relative;
}
.headerPc__itemInsta--icon img {
  width: 26px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__itemInsta--icon img {
    width: 3vw;
  }
}
.headerPc__accordBtn {
  position: relative;
  cursor: pointer;
}
.headerPc__accordBtn:hover .headerPc__accordContent {
  opacity: 1;
  height: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordBtn:hover .headerPc__accordContent {
    height: 10vw;
  }
}
.headerPc__accordState {
  position: absolute;
  top: 50%;
  right: -9%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: -0.3vw;
  }
}
.headerPc__accordState::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  border-top: 2px solid #DA3343;
  border-right: 2px solid #DA3343;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState::before {
    border-top: 0.2vw solid #DA3343;
    border-right: 0.2vw solid #DA3343;
  }
}
.headerPc__accordContent {
  position: absolute;
  overflow: hidden;
  transition: 0.5s all;
  width: 280px;
  top: 44px;
  left: -10px;
  border-radius: 0 0 20px 20px;
  background: #FFE0E0;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordContent {
    width: 28vw;
    top: 4.4vw;
    left: -1vw;
    border-radius: 0 0 2vw 2vw;
  }
}
.headerPc__accordContent::before {
  position: absolute;
  display: block;
  content: "";
  width: 93%;
  border-bottom: solid 1px #fff;
  bottom: 0;
  height: 1px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.headerPc__accordLink {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
.headerPc__accordLink:hover {
  opacity: 0.7;
}
.headerPc__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink::before {
    right: 1.5vw;
    border-top: 0.2vw solid #484848;
    border-right: 0.2vw solid #484848;
    width: 0.6vw;
    height: 0.6vw;
  }
}
.headerPc__accordLink--01 {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--01 {
    margin-top: -0.4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.headerPc__accordLink--02 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--02 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 0.9vw;
  }
}
.headerPc__accordLink--pink, .headerPc__accordLink--green {
  background: #fff;
  height: 21px;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink, .headerPc__accordLink--green {
    height: 2.1vw;
    border-radius: 0.3vw;
    margin-left: 1vw;
    padding: 1.7vw 0.4vw;
  }
}
.headerPc__accordLink--pink {
  color: #DA3343;
  margin-right: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink {
    margin-right: 1.7vw;
  }
}
.headerPc__accordLink--green {
  color: #52A28C;
  margin-right: 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--green {
    margin-right: 0.8vw;
  }
}
.headerSp {
  height: 100%;
}
@media screen and (min-width: 641px) {
  .headerSp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerSp {
    display: none;
  }
}
.headerSp__list {
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  z-index: 101;
  position: relative;
}
.headerSp__item--logo svg {
  width: 22.1875vw;
}
.headerSp .logoColor {
  fill: #e13c49;
  transition: 0.3s all;
}
.slide2 .headerSp .logoColor {
  fill: #fff;
}
.slide3 .headerSp .logoColor {
  fill: #fff;
}
.topSlide .headerSp .logoColor {
  fill: #e13c49;
}
.headerSp__navBtn {
  display: grid;
  gap: 1.09375vw 1.40625vw;
  grid-template-columns: repeat(2, 3.75vw);
  grid-template-rows: repeat(2, 3.75vw);
  transition: 0.5s all;
}
.js-menuBtnActive .headerSp__navBtn {
  transform: rotate(45deg);
}
.headerSp__navBtn--square {
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 1.09375vw;
  background: #DA3343;
  transition: 0.3s all;
}
.slide1 .headerSp__navBtn--square {
  background: #fff;
}
.slide2 .headerSp__navBtn--square {
  background: #fff;
}
.slide3 .headerSp__navBtn--square {
  background: #fff;
}
.topSlide .headerSp__navBtn--square {
  background: #DA3343;
}
.headerSp__menu {
  background: #FAE6DF;
  padding: 18.75vw 6.25vw 0;
  position: fixed;
  top: -100%;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  transition: 1s all;
}
.headerSp__menu.js-menuOpen {
  top: 0;
  opacity: 1;
}
.headerSp__menuList {
  margin-top: 3.4375vw;
}
.headerSp__menuItem {
  padding: 5.46875vw 0;
}
.headerSp__menuItem--06 {
  padding-top: 10.78125vw;
}
.headerSp__menuLink {
  position: relative;
  display: block;
}
.headerSp__menuLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1.40625vw;
  right: 4.375vw;
  border-top: 0.46875vw solid #DA3343;
  border-right: 0.46875vw solid #DA3343;
  width: 3.125vw;
  height: 3.125vw;
}
.headerSp__menuLink--eng {
  color: #DA3343;
  letter-spacing: 0.65625vw;
  line-height: 1;
}
.headerSp__menuLink--jpn {
  line-height: 1;
  margin-top: 3.125vw;
}
.headerSp__menuInsta--link {
  width: 70.625vw;
  height: 15vw;
  border-radius: 7.8125vw;
  margin: 0 auto;
  border: solid 0.3125vw #484848;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}
.headerSp__menuInsta--icon {
  margin-right: 3.125vw;
  margin-left: 2.1875vw;
}
@media screen and (max-width: 640px) {
  .headerSp__menuInsta--icon img {
    width: 6.25vw;
  }
}
.headerSp__menuInsta--txt {
  letter-spacing: 0.5159375vw;
  padding-left: 1.25vw;
}
.headerSp__accordBtn {
  position: relative;
}
.headerSp__accordState {
  position: absolute;
  top: 66%;
  right: 3%;
  width: 4.6875vw;
  height: 4.6875vw;
  margin-top: -2.34375vw;
}
.headerSp__accordState::before, .headerSp__accordState::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #DA3343;
  height: 0.46875vw;
  border-radius: 0.3125vw;
}
.headerSp__accordState::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.js-active .headerSp__accordState::after {
  transform: rotate(0);
}
.headerSp__accordContent {
  overflow: hidden;
  transition-duration: 0.3s;
}
.headerSp__accordContent.js-close {
  height: 0;
  opacity: 0;
}
.headerSp__accordContent.js-open {
  opacity: 1;
}
.headerSp__accordContentInner {
  padding-top: 5.46875vw;
}
.headerSp__accordLink {
  display: flex;
  align-items: center;
  width: 77.34375vw;
  height: 7.8125vw;
  border-radius: 0.78125vw;
  background: #fff;
  position: relative;
}
.headerSp__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 2.34375vw;
  border-top: 0.3125vw solid #484848;
  border-right: 0.3125vw solid #484848;
  width: 1.40625vw;
  height: 1.40625vw;
}
.headerSp__accordLink--02 {
  margin-top: 2.8125vw;
}
.headerSp__accordLink--pink {
  color: #DA3343;
  margin-left: 1.875vw;
  margin-right: 7.1875vw;
}
.headerSp__accordLink--green {
  color: #52A28C;
  margin-left: 1.875vw;
  margin-right: 4.375vw;
}

.footer {
  border-top: solid 1px #C4C4C4;
  position: sticky;
  top: 100vh;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footerInner {
    padding: 0 150px;
    justify-content: space-between;
    margin-top: 48px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerInner {
    padding: 0 5vw;
    justify-content: space-between;
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .footerInner {
    max-width: 87.5vw;
    padding: 0;
    margin: 0 auto;
  }
}
.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__list {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__list {
    margin-top: 7.03125vw;
  }
}
.footer__item {
  transition: 0.5s all;
}
.footer__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .footer__item--02 {
    margin: 0 85px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__item--02 {
    margin: 0 8.5vw;
  }
}
.footer__logo {
  width: 159px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__logo {
    width: 11.9vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: 28.90625vw;
    margin: 8.28125vw auto 0;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.03rem;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copyright {
    margin-top: 0.2vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin-top: 4.0625vw;
    letter-spacing: 0.1vw;
    padding-bottom: 4.6875vw;
  }
}/*# sourceMappingURL=contact.css.map */