body[name=ig_userpost] {
  margin: 0;
  margin-block: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

html p,
body {
  margin-block: 0;
}

main {
  overflow-x: hidden;
}

main h2,
main h1,
main h3,
main h4,
main span,
main em,
main p {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  margin-block: 0;
}
main ul,
main li,
main dd,
main dl,
main div {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-block: 0;
}

.sp_display {
  display: none;
}

.pc_diplay {
  display: block;
}

@media screen and (max-width: 700px) {
  .pc_display {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sp_display {
    display: block;
  }
}
.coffee {
  color: #c5916a;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
}

@media screen and (min-width: 701px) {
  main {
    width: 1000px;
    margin: 0 auto;
  }
}

#bread {
  width: auto;
  height: auto;
  padding: 0 0 10px 0;
  width: 800px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  color: #333;
}
#bread ol {
  line-height: 25px;
  list-style-type: none;
  clear: both;
}
#bread ol li {
  list-style-type: none;
  float: left;
  width: auto;
  padding: 0px 10px 0px 0px;
}

@media screen and (min-width: 701px) {
  #cont_aside_wrap {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
  }
}
#mv_wrap {
  display: flex;
  width: 100vw;
  height: 39.8vw;
}
@media screen and (max-width: 700px) {
  #mv_wrap {
    position: relative;
    height: auto;
  }
}
@media screen and (min-width: 701px) {
  #mv_wrap {
    width: 1000px;
    height: 389px;
  }
}

@keyframes bggrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mv_cover {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  animation: bggrow 1s 3s linear;
  opacity: 1;
  animation-fill-mode: forwards;
  z-index: 3;
}

#mv_white {
  width: 50vw;
  position: relative;
  overflow: hidden;
  background: url("../images/mv_bg_logo.svg") no-repeat #fff;
  background-size: 56.3vw 56.3vw;
  background-position: -18.5vw 9vw;
}
@media screen and (max-width: 700px) {
  #mv_white {
    width: 66.66vw;
    height: 46.8vw;
    background-color: #fff;
    z-index: 2;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: -12.5vw 10vw;
    opacity: 0.97;
  }
}
@media screen and (min-width: 701px) {
  #mv_white {
    width: 500px;
    height: 398px;
    background-size: 563px 563px;
    background-position: -185px 90px;
  }
}

.mv_white_inner {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76.8%;
  top: 53%;
}

@keyframes grow {
  0% {
    transform: translateY(60%);
    opacity: 0;
  }
  70% {
    transform: translateY(-10%);
    opacity: 1;
  }
  90% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translateY(-3%);
    opacity: 1;
  }
  25% {
    transform: translateY(3%);
    opacity: 1;
  }
  50% {
    transform: translateY(-3%);
    opacity: 1;
  }
  75% {
    transform: translateY(3%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.mv_ill {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-end;
}
.mv_ill.upper {
  width: 33.8vw;
}
@media screen and (max-width: 700px) {
  .mv_ill.upper {
    width: 40.56vw;
  }
}
.mv_ill.upper li {
  align-self: center;
}
.mv_ill.upper li:hover {
  animation: shake 0.6s ease;
}
.mv_ill.upper li img[name=sofa] {
  width: 13.3vw;
  height: 7vw;
  animation: grow 1s ease-in 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv_ill.upper li img[name=light] {
  width: 2.8vw;
  height: 6.6vw;
  animation: grow 1s ease-in 1.6s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv_ill.upper li img[name=lotable] {
  width: 10.9vw;
  height: 5.3vw;
  animation: grow 1s ease-in 1.4s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 700px) {
  .mv_ill.upper li img[name=sofa] {
    width: 15.96vw;
    height: 8.4vw;
  }
  .mv_ill.upper li img[name=light] {
    width: 3.36vw;
    height: 7.92vw;
  }
  .mv_ill.upper li img[name=lotable] {
    width: 13.08vw;
    height: 5.83vw;
  }
}
@media screen and (min-width: 701px) {
  .mv_ill.upper {
    width: 338px;
  }
  .mv_ill.upper li img[name=sofa] {
    width: 132px;
    height: 68px;
  }
  .mv_ill.upper li img[name=light] {
    width: 28px;
    height: 66px;
  }
  .mv_ill.upper li img[name=lotable] {
    width: 109px;
    height: 53px;
  }
}
.mv_ill.under {
  width: 35.8vw;
}
@media screen and (max-width: 700px) {
  .mv_ill.under {
    width: 42.96vw;
  }
}
.mv_ill.under li {
  align-self: center;
}
.mv_ill.under li:hover {
  animation: shake 0.6s ease;
}
.mv_ill.under li img[name=chair] {
  width: 6.2vw;
  height: 9.8vw;
  animation: grow 1s ease-in 1.1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv_ill.under li img[name=animo] {
  width: 7.5vw;
  height: 5.4vw;
  animation: grow 1s ease-in 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv_ill.under li img[name=stool] {
  width: 6vw;
  height: 6.3vw;
  animation: grow 1s ease-in 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.mv_ill.under li img[name=chest] {
  width: 8vw;
  height: 8.3vw;
  animation: grow 1s ease-in 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 700px) {
  .mv_ill.under li img[name=chair] {
    width: 7.75vw;
    height: 12.25vw;
  }
  .mv_ill.under li img[name=animo] {
    width: 9.375vw;
    height: 6.75vw;
  }
  .mv_ill.under li img[name=stool] {
    width: 7.5vw;
    height: 7.875vw;
  }
  .mv_ill.under li img[name=chest] {
    width: 10vw;
    height: 10.375vw;
  }
}
@media screen and (min-width: 701px) {
  .mv_ill.under {
    width: 358px;
  }
  .mv_ill.under li img[name=chair] {
    width: 62px;
    height: 98px;
  }
  .mv_ill.under li img[name=animo] {
    width: 75px;
    height: 54px;
  }
  .mv_ill.under li img[name=stool] {
    width: 60px;
    height: 63px;
  }
  .mv_ill.under li img[name=chest] {
    width: 80px;
    height: 83px;
  }
}

.mv_ttl_wrap {
  position: relative;
}
@keyframes grow2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv_ttl_wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: grow2 1.2s 1.6s ease-in-out;
  animation-fill-mode: forwards;
}
.mv_ttl_wrap span img {
  width: 38.4vw;
  height: 11.5vw;
}
@media screen and (max-width: 700px) {
  .mv_ttl_wrap span img {
    width: 49.92vw;
    height: 14.95vw;
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 701px) {
  .mv_ttl_wrap span img {
    width: 384px;
    height: 115px;
  }
}
.mv_ttl_wrap p {
  text-align: center;
}
.mv_ttl_wrap #mv_ttl {
  text-align: center;
  font-size: 2.6vw;
  font-weight: 600;
  color: #444;
  line-height: 2.3vw;
  opacity: 0;
  animation: grow2 1.2s 1.6s ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 700px) {
  .mv_ttl_wrap #mv_ttl {
    font-size: 3.38vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 701px) {
  .mv_ttl_wrap #mv_ttl {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.05rem;
  }
}
.mv_ttl_wrap #mv_ttl em {
  font-size: 1.2em;
  margin-right: 0.5vw;
}
.mv_ttl_wrap .ttl_eng {
  font-size: 1.6vw;
  letter-spacing: 0.08rem;
  line-height: 1.6vw;
  letter-spacing: 0.1vw;
  font-weight: 500;
  opacity: 0;
  animation: grow2 1.2s 1.6s ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 700px) {
  .mv_ttl_wrap .ttl_eng {
    font-size: 2.08vw;
    line-height: 2.08vw;
  }
}
@media screen and (min-width: 701px) {
  .mv_ttl_wrap .ttl_eng {
    font-size: 16px;
    line-height: 20px;
  }
}
.mv_ttl_wrap .ttl_eng.upper {
  margin: 2.3vw 0 3.4vw 0;
}
@media screen and (max-width: 700px) {
  .mv_ttl_wrap .ttl_eng.upper {
    margin: 1.2vw 0 4.8vw 0;
  }
}
@media screen and (min-width: 701px) {
  .mv_ttl_wrap .ttl_eng.upper {
    margin: 18px 0 28px 0;
    letter-spacing: 0.08rem;
  }
}
.mv_ttl_wrap .ttl_eng.under {
  margin: 3.3vw 0 2vw 0;
}
@media screen and (max-width: 700px) {
  .mv_ttl_wrap .ttl_eng.under {
    margin: 4.3vw 0 1.6vw 0;
  }
}
@media screen and (min-width: 701px) {
  .mv_ttl_wrap .ttl_eng.under {
    margin: 28px 0 16px 0;
    letter-spacing: 0.08rem;
  }
}
.mv_ttl_wrap .ttl_eng.under em {
  font-style: inherit;
}

#mv_mov_wrap {
  width: 50vw;
  position: relative;
  animation: mov_wrap 2s 2s ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  #mv_mov_wrap {
    width: 100vw;
    height: 77.3vw;
  }
}
@media screen and (min-width: 701px) {
  #mv_mov_wrap {
    width: 50%;
  }
}
#mv_mov_wrap {
  overflow: hidden;
}

@keyframes mov_wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#disp {
  width: 100vw;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 701px) {
  #disp {
    width: 1000px;
    padding-bottom: 40px;
  }
}
#disp .balloon_outer {
  margin: 70px 0 35px 0;
}
@media screen and (max-width: 700px) {
  #disp .balloon_outer {
    margin: 9.5vw 0 5.6vw 0;
  }
}
@media screen and (min-width: 701px) {
  #disp .balloon_outer {
    margin: 76px 0 35px 0;
  }
}
#disp .balloon_outer p {
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 700px) {
  #disp .balloon_outer p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 701px) {
  #disp .balloon_outer p {
    font-size: 13px;
  }
}
#disp .balloon_outer p::after {
  position: absolute;
  content: "";
  width: 440px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/disp_balloon.svg") 100% 100% no-repeat;
  background-position: center center;
  top: 75%;
}
@media screen and (max-width: 700px) {
  #disp .balloon_outer p::after {
    width: 78.6vw;
  }
}
@media screen and (min-width: 701px) {
  #disp .balloon_outer p::after {
    width: 410px;
    height: 63px;
  }
}
#disp h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 2em;
  letter-spacing: 0.2rem;
  display: block;
}
@media screen and (max-width: 700px) {
  #disp h2 {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}
#disp h2 em > a {
  font-style: normal;
  font-weight: 600;
  color: #333;
}
#disp h2 em > a.jost {
  font-weight: 700;
}
#disp h2:before {
  content: none;
}
#disp .disp_sub {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin: 12px 0 0 0;
  letter-spacing: 0.2rem;
  color: #333;
}
@media screen and (max-width: 700px) {
  #disp .disp_sub {
    font-size: 2.13vw;
    margin: 3.7vw 0 8vw 0;
    letter-spacing: 0.05rem;
  }
}
#disp .disp_sub span {
  font-size: 0.6rem;
  vertical-align: super;
}
@media screen and (max-width: 700px) {
  #disp .disp_sub span {
    vertical-align: inherit;
  }
}

.tab-wrap {
  background: #f4efe9;
  position: relative;
}
@media screen and (max-width: 700px) {
  .tab-wrap {
    width: 100vw;
    height: 19vw;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap {
    width: 840px;
    height: 62px;
    margin: 0 auto;
    border-radius: 50px;
  }
}
.tab-wrap .ttl-tab-wrap {
  font-weight: 500;
  position: absolute;
}
@media screen and (max-width: 700px) {
  .tab-wrap .ttl-tab-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 1%;
    font-size: 2.93vw;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .ttl-tab-wrap {
    top: -8px;
    left: 30px;
    font-size: 14px;
  }
}
.tab-wrap .ttl-tab-wrap span {
  font-size: 0.9em;
  margin-left: 0.5rem;
  letter-spacing: 0;
  font-weight: 500;
}
.tab-wrap .tab-category {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .tab-wrap .tab-category {
    justify-content: center;
    width: 89.3vw;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .tab-category {
    width: 780px;
    margin: 0 auto;
  }
}
.tab-wrap .tab-category li {
  color: #333;
  font-weight: 500;
  padding: 2px 10px;
  box-sizing: border-box;
  border: 2px solid #f4efe9;
  border-radius: 50px;
  cursor: pointer;
}
.tab-wrap .tab-category li span {
  font-size: 0.8em;
}
@media screen and (max-width: 700px) {
  .tab-wrap .tab-category li {
    padding: 0.2vw 2vw 0.05vw 2.26vw;
    font-size: 2.9vw;
    margin-top: 1.2vw;
    border: 1px solid #f4efe9;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .tab-category li {
    font-size: 17px;
    border: 2px solid #f4efe9;
  }
}
.tab-wrap .tab-category li.is-active {
  position: relative;
}
@media screen and (max-width: 700px) {
  .tab-wrap .tab-category li.is-active {
    border: 1px solid #c5916a;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .tab-category li.is-active {
    border: 2px solid #c5916a;
  }
}
.tab-wrap .tab-category li.is-active::before {
  display: block;
  content: "";
  width: 4px;
  height: 10px;
  transform: rotate(52deg);
  position: absolute;
  z-index: 2;
  background-color: #f4efe9;
}
@media screen and (max-width: 700px) {
  .tab-wrap .tab-category li.is-active::before {
    top: -2.3vw;
    left: 3vw;
    width: 3px;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .tab-category li.is-active::before {
    top: -5px;
    left: 15px;
    width: 3px;
  }
}
.tab-wrap .tab-category li.is-active::after {
  display: block;
  content: "";
  width: 4px;
  height: 10px;
  transform: rotate(52deg);
  position: absolute;
  z-index: 2;
  background-color: #f4efe9;
}
@media screen and (max-width: 700px) {
  .tab-wrap .tab-category li.is-active::after {
    bottom: -1.5vw;
    right: 3vw;
    width: 3px;
  }
}
@media screen and (min-width: 701px) {
  .tab-wrap .tab-category li.is-active::after {
    bottom: -5px;
    right: 15px;
    width: 3px;
  }
}

@media screen and (max-width: 700px) {
  #ugc_content {
    width: 100vw;
  }
}
@media screen and (min-width: 701px) {
  #ugc_content {
    width: 840px;
    margin: 0 auto;
  }
}
#ugc_content .yotpo-pictures-widget {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #ugc_content .yotpo-pictures-widget {
    width: 92vw;
  }
}

#ugc_content .yotpo-pictures-widget .yotpo-pictures-gallery-header-wrapper {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  #ugc_content .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 701px) {
  #ugc_content .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  #ugc_content .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container {
    width: 28.9vw;
    margin-bottom: 3.3vw;
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) {
  #ugc_content .yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container {
    width: calc((100% - 40px) / 3);
    margin-bottom: 23px;
    margin-right: 0;
  }
}

.panel.is-show {
  opacity: 1;
  display: block;
  animation: tab-appear 0.5s linear;
}
.panel:not(.is-show) {
  opacity: 0;
  display: none;
}

@keyframes tab-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body footer {
  width: 1000px;
  margin: 20px auto;
}/*# sourceMappingURL=ig_userpost.css.map */