/*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 */
.instagramContainer {
  position: relative;
  background: linear-gradient(180deg, rgb(250, 230, 223) 0%, rgb(249, 230, 224) 25%, rgb(229, 230, 236) 80%, rgb(236, 252, 247) 100%);
  padding-top: 101px;
  padding-bottom: 95px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramContainer {
    padding-top: 10.1vw;
    padding-bottom: 9.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramContainer {
    padding-top: 14.21875vw;
    padding-bottom: 22.8125vw;
  }
}
.instagramContainer::after {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/voice_insta_elm_02.svg) no-repeat;
  width: 92px;
  height: 85px;
  left: 387px;
  bottom: 69px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramContainer::after {
    width: 9.2vw;
    height: 8.5vw;
    left: 3.7vw;
    bottom: 6.9vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramContainer::after {
    width: 14.375vw;
    height: 13.28125vw;
    left: 3.125vw;
    bottom: 9.6875vw;
  }
}
.instagramList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 31px 25px;
  margin-bottom: 73px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramList {
    gap: 3.1vw 2.5vw;
    margin-bottom: 7.3vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramList {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125vw 2.34375vw;
    margin-bottom: 14.375vw;
  }
}
.instagramItem {
  cursor: pointer;
}
.instagramItem img {
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 4px #F4C1C6;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramItem img {
    border-radius: 2vw;
    border: solid 0.4vw #F4C1C6;
  }
}
@media screen and (max-width: 640px) {
  .instagramItem img {
    border-radius: 3.125vw;
    border: solid 0.625vw #F4C1C6;
  }
}
.instagramMore__btnTxt {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  background: #DA3343;
  border: none;
  margin: 0 auto;
  width: 336px;
  height: 60px;
  border-radius: 50px;
  transition: 0.5s all;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramMore__btnTxt {
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramMore__btnTxt {
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.instagramMore__btnTxt::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramMore__btnTxt::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramMore__btnTxt::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.instagramModal {
  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;
}
.instagramModal.js-active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
}
.instagramModal.js-close {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.instagramModal__contents {
  position: relative;
  height: auto;
  z-index: 200;
  width: 560px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramModal__contents {
    width: 56vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramModal__contents {
    width: 87.5vw;
  }
}
.instagramModal__body {
  overflow-y: auto;
}
.instagramModal__body img {
  box-sizing: border-box;
  border-radius: 20px;
  border: solid 4px #F4C1C6;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramModal__body img {
    border-radius: 2vw;
    border: solid 0.4vw #F4C1C6;
  }
}
@media screen and (max-width: 640px) {
  .instagramModal__body img {
    border-radius: 3.125vw;
    border: solid 0.625vw #F4C1C6;
  }
}
.instagramModal__close {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  top: -62px;
  right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instagramModal__close {
    width: 4.9vw;
    height: 4.9vw;
    top: -6.2vw;
    right: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramModal__close {
    width: 7.65625vw;
    height: 7.65625vw;
    top: -9.6875vw;
    right: 1.09375vw;
  }
}
.instagramModal__close::before, .instagramModal__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) {
  .instagramModal__close::before, .instagramModal__close::after {
    height: 0.5vw;
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .instagramModal__close::before, .instagramModal__close::after {
    height: 0.78125vw;
    border-radius: 0.46875vw;
  }
}
.instagramModal__close::before {
  transform: rotate(45deg);
}
.instagramModal__close::after {
  transform: rotate(-45deg);
}
.instagramModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(92, 92, 92, 0.4);
}

.loading-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 4px solid #fff;
  border-top: 4px solid #DA3343;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .loading-spinner {
    width: 4vw;
    height: 4vw;
    border: 0.4vw solid #fff;
    border-top: 0.4vw solid #DA3343;
  }
}
@media screen and (max-width: 640px) {
  .loading-spinner {
    width: 6.25vw;
    height: 6.25vw;
    border: 0.625vw solid #fff;
    border-top: 0.625vw solid #DA3343;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 641px) {
  .voiceInsta__txtElm--01 {
    bottom: -110px !important;
    right: 28px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtElm--01 {
    bottom: -11vw !important;
    right: 2.8vw !important;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtElm--01 {
    bottom: -17.96875vw !important;
  }
}

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;
}

.voiceInsta__ttl {
  position: relative;
}
.voiceInsta__ttl--01 {
  color: #DA3343;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 296px;
  border-radius: 20px 0;
  border: solid 2px #DA3343;
  width: 328px;
  height: 43px;
  letter-spacing: 0.13rem;
  padding-left: 15px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttl--01 {
    margin-left: 25.6vw;
    border-radius: 2vw 0;
    border: solid 0.2vw #DA3343;
    width: 32.8vw;
    height: 4.3vw;
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttl--01 {
    margin: 0 auto;
    border-radius: 3.125vw 0;
    border: solid 0.3125vw #DA3343;
    width: 61.5625vw;
    height: 8.4375vw;
    padding-left: 2.34375vw;
  }
}
.voiceInsta__ttl--02 {
  padding-right: 58px;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttl--02 {
    padding-right: 5.8vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttl--02 {
    line-height: 1.4;
    margin-top: 3.75vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlSpace--01 {
    letter-spacing: 0.5953125vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlSpace--02 {
    letter-spacing: -0.825vw;
  }
}
.voiceInsta__ttlColor {
  color: #DA3343;
}
.voiceInsta__ttlElm {
  position: absolute;
}
.voiceInsta__ttlElm--01 {
  width: 848px;
  top: -4px;
  left: 72px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttlElm--01 {
    width: 84.8vw;
    top: -0.4vw;
    left: 0.2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlElm--01 {
    width: 92.5vw;
    top: -7.65625vw;
    left: -2.5vw;
  }
}
.voiceInsta__ttlElm--02 {
  width: 843px;
  top: -26px;
  left: 34px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__ttlElm--02 {
    width: 84.3vw;
    top: -2.6vw;
    left: -1.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__ttlElm--02 {
    width: 91.25vw;
    top: -7.34375vw;
    left: -1.5625vw;
  }
}
.voiceInsta__txt {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txt {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txt {
    line-height: 1.9047619048;
    margin-top: 6.09375vw;
    margin-bottom: 6.25vw;
  }
}
.voiceInsta__txtElm {
  position: absolute;
  z-index: 10;
}
.voiceInsta__txtElm--01 {
  width: 71px;
  bottom: -45px;
  right: -34px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtElm--01 {
    width: 7.1vw;
    bottom: -4.5vw;
    right: -3.4vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtElm--01 {
    width: 11.09375vw;
    bottom: -7.03125vw;
    right: 2.65625vw;
  }
}
.voiceInsta__txtAction {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #DA3343;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction {
    margin-top: 0;
    margin-bottom: 1.5625vw;
  }
}
.voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
  position: absolute;
  display: block;
  content: "";
  background: #DA3343;
  bottom: 10px;
  width: 2px;
  height: 25px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
    bottom: 1vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::before, .voiceInsta__txtAction::after {
    bottom: 10px;
    width: 0.3125vw;
    height: 5.15625vw;
  }
}
.voiceInsta__txtAction::before {
  left: 396px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::before {
    left: 31.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::before {
    left: 25vw;
  }
}
.voiceInsta__txtAction::after {
  right: 396px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .voiceInsta__txtAction::after {
    right: 31.6vw;
  }
}
@media screen and (max-width: 640px) {
  .voiceInsta__txtAction::after {
    right: 25vw;
  }
}

.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=instagram.css.map */