/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
/* =========================================================
layout
========================================================= */
/* =========================================================
colors
========================================================= */
.fw-bold {
  font-weight: bold;
}

body {
  background: #DEDDDA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.625;
}

.main-contents__left {
  width: 45.3125vw;
  position: fixed;
  left: 0;
  top: 40px;
}

@media (max-width: 1023px) {
  .main-contents__left {
    display: none;
  }
}

.main-contents__center {
  width: 34.375vw;
  height: calc(100vh - 80px);
  position: fixed;
  top: 40px;
  overflow-y: scroll;
  left: 45.3125vw;
  padding-top: calc(118 / 1280 * 100vw);
  box-sizing: border-box;
  background-color: #EFC4CE;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  transition: 1s all;
}

.main-contents__center.active {
  opacity: 1;
}

.main-contents__center::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1023px) {
  .main-contents__center {
    left: 0;
    width: 100%;
    padding-top: 0;
  }
}

.main-contents__right {
  width: 20.3125vw;
  position: fixed;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 1.5s all;
}

.main-contents__right.active {
  opacity: 1;
}

@media (max-width: 1023px) {
  .main-contents__right {
    display: none;
  }
}

.repeat-fix-run__img {
  background: #222222 url("../images/pict-repeat-header.svg") repeat-x center;
  background-size: auto 18px;
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}

.footer .repeat-fix-run__img {
  top: unset;
  bottom: 0;
}

.repeat-fix-run__top .repeat-fix-run__img {
  animation: bg-marquee 40s linear 0s infinite;
}

.repeat-fix-run__bottom .repeat-fix-run__img {
  animation: bg-marquee-reverse 40s linear 0s infinite;
}

.mini-mv {
  position: relative;
}

.mini-mv__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  will-change: transform;
  transition: .3s all;
}

.mini-mv__image.active img {
  transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: scale(1);
  opacity: 1;
  transition: 3s all;
}

.mini-mv__ttl {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 23.75vw;
  width: 100%;
  bottom: 12vh;
  margin: auto;
  text-align: center;
  opacity: 0;
  transform: translateY(3rem);
}

.mini-mv__ttl.active {
  transition: 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateY(0);
  opacity: 1;
}

.nav-item {
  margin-bottom: 35px;
}

.nav-item:last-child {
  margin-bottom: 0;
}

.nav-item a {
  background: none;
  border: none;
  font-family: "gill-sans-nova";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.1;
  padding: 0;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
}

.nav-item a.active span, .nav-item a:hover span {
  opacity: 1;
}

.nav-item__check {
  height: 30px;
  margin-right: 10px;
  opacity: 0;
  transition: .3s all !important;
}

.scroll {
  position: absolute;
  top: -88px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
}

@media (max-width: 1023px) {
  .scroll {
    position: relative;
    top: 0;
    z-index: 2;
    margin-bottom: -34px;
  }
}

.scroll__body {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}

.scroll__body .scroll-image {
  animation: rotate 5s linear infinite;
  width: 120px;
  height: 120px;
}

.scroll__body .scroll__arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll__body .circle-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-body {
  position: relative;
}

@media (max-width: 767px) {
  .content-body {
    padding-bottom: 64px;
  }
  .content-body:before {
    content: "";
    width: 100%;
    height: 200px;
    background: #c4deef;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

.tilte-jp {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  line-height: 1;
  margin-bottom: 10px;
  transition: .6s all !important;
  top: 50px;
  opacity: 0;
}

@media (max-width: 1023px) {
  .tilte-jp {
    font-size: 16px;
  }
}

.tilte-jp:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  background: url("../images/icon-muinhon.svg") no-repeat;
  left: 0;
  top: 0px;
}

.tilte-en {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  font-family: "gill-sans-nova";
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  transition: .6s all !important;
  top: 50px;
  opacity: 0;
}

@media (max-width: 1250px) and (min-width: 1023px) {
  .tilte-en {
    font-size: 52px;
  }
}

.content-title {
  position: relative;
  z-index: 2;
}

.content-title__header {
  opacity: 0;
  transform: translateY(20px);
  transition: ease all 0.5s;
}

.content-title__header > h2 {
  margin-bottom: -30px;
}

.content-title__header > h2 > span {
  display: block;
}

.autumn-fair__body .content-title__header > h2 {
  padding-left: 20px;
}

.section.active .content-title__header {
  opacity: 1;
  transform: translateY(0px);
}

.shoplist {
  background: #fff;
  padding: 60px 20px 20px;
}

@media (max-width: 767px) {
  .shoplist {
    padding-top: 40px;
  }
}

.shoplist__item-info {
  margin-top: 30px;
}

.shoplist__item-info-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.shoplist__item-info-logo {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

@media (max-width: 1023px) {
  .shoplist__item-info-logo {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}

.shoplist__item-info-logo img {
  max-width: 100%;
}

.shoplist__item-info-content {
  width: calc(100% - 110px - 20px);
}

.shoplist-floor {
  display: inline-block;
  background: #222222;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  padding: 4px 11px;
  margin-bottom: 10px;
}

.shoplist-title {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
}

.shoplist-description {
  font-size: 14px;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .shoplist-description {
    font-size: 12px;
  }
}

.shoplist-description p {
  margin-bottom: 8px;
}

.shoplist-description p:last-child {
  margin-bottom: 0;
}

.shoplist-description h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.shoplist-description h4 {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
}

.shoplist__item {
  padding-bottom: 40px;
  border-bottom: 2px solid #222222;
  margin-bottom: 40px;
}

.shoplist__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.content-bottom .logo img {
  width: 100%;
  max-width: 255px;
  margin: auto;
}

.main-visual__list-item img {
  width: 100%;
}

.slick-dots {
  text-align: center;
  font-size: 0;
  padding-top: 18px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 14px;
  height: 14px;
  border: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline-style: none;
  transition: .3s;
  border: 1px solid #222222;
}

@media (max-width: 767px) {
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slick-dots .slick-active button {
  background: #222222;
}

.banner-mobile {
  display: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .banner-mobile {
    display: block;
  }
}

.fashion__ribo {
  padding: 60px 40px 20px;
  letter-spacing: 0;
  background: #fff;
  background: #fff;
  border-radius: 60px 60px 0px 0px;
}

@media (max-width: 1023px) {
  .fashion__ribo {
    font-size: 14px;
  }
}

.fashion__body {
  background: #F8D513;
  padding: 100px 20px 60px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .fashion__body {
    padding-top: 70px;
  }
}

.fashion__body.fash {
  padding-bottom: 100px;
}

.fashion__body.fash .title-line {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .fashion__body.fash .title-line {
    z-index: 2;
    left: -2vw;
    width: 104vw;
  }
}

.fashion__body.fash .title-line img {
  -o-object-fit: cover;
  object-fit: cover;
}

.fashion__body.novelty {
  padding-top: 56px;
  background: #efe3c4;
}

.fashion__body.novelty:before {
  display: none;
}

.fashion__body.novelty .shoplist {
  padding-bottom: 45px;
}

.fashion__body.campaign {
  background: #EFC4CE;
}

.fashion__body.campaign:before {
  display: none;
}

.fashion__body.campaign .line-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #efc4ce;
}

.fashion__body.campaign .slick-dots {
  display: none;
}

@media (max-width: 767px) {
  .fashion__body.campaign .tilte-en {
    font-size: 52px !important;
  }
}

.fashion__body.profile {
  padding-bottom: 0;
}

.fashion__body.profile:before {
  display: none;
}

.fashion__body.profile .line-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8d513;
}

.head-autumn-fair {
  background: #F8D513;
  text-align: center;
  padding: 0 20px 30px 20px;
  position: relative;
}

.head-autumn-fair:after {
  content: "";
  width: 100%;
  height: calc(100% - 46px);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 80px 80px 0 0;
}

.head-autumn-fair .title-head {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.head-autumn-fair .title-head img {
  width: 100%;
}

.head-autumn-fair .bnr {
  position: relative;
  z-index: 2;
}

.head-autumn-fair .bnr img {
  width: 100%;
}

.head-autumn-fair .content-title__header > h2 {
  margin-bottom: 15px;
  margin-top: -80px;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .head-autumn-fair .content-title__header > h2 {
    padding-left: 0;
  }
}

.w-100 {
  width: 100%;
}

.line-title {
  background: #fff;
  display: flex;
  align-items: center;
}

.line-bottom {
  display: flex;
  align-items: center;
}

.autumn-fair__body {
  background: #C4DEEF;
}

.autumn-fair__body .line-bottom {
  background: #EFE3C4;
}

.autumn-fair__body .content-title {
  padding-top: 55px;
}

@media (max-width: 767px) {
  .content-body {
    overflow-x: hidden;
  }
}

.content-spec {
  padding: 0 20px 70px 20px;
}

.content-spec .list-special {
  padding: 30px 0 0 0;
}

.content-spec .list-special .row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.content-spec .list-special .row .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .content-spec .list-special .row .col-6 {
    margin-top: 25px;
  }
}

.content-spec .list-special .date {
  opacity: 0;
}

.content-spec .list-special .active .date {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceIn;
  opacity: 1;
}

.item-special {
  height: 100%;
  background: #fff;
}

.item-special .avarta {
  position: relative;
  display: flex;
  align-items: center;
}

.item-special .avarta .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #222222;
  border-radius: 10px 10px 0 0;
  padding: 6px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 1023px) {
  .item-special .avarta .caption {
    font-size: 12px;
    padding: 4px 22px;
  }
}

.item-special .avarta .date {
  position: absolute;
  top: -10px;
  right: -10px;
  border: 2px solid #222222;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  line-height: initial;
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  width: 64px;
  min-height: 85px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .item-special .avarta .date {
    font-size: 12px;
    padding: 9px 4px;
    min-height: 68px;
    width: 58px;
  }
}

.item-special .avarta .date .top {
  font-size: 22px;
  font-weight: bold;
  font-family: "gill-sans-nova";
}

@media (max-width: 1023px) {
  .item-special .avarta .date .top {
    font-size: 18px;
    line-height: 1;
    margin-bottom: -12px;
  }
}

.item-special .info {
  font-size: 14px;
  padding: 12px 12px 60px 12px;
}

@media (max-width: 1023px) {
  .item-special .info {
    font-size: 12px;
  }
}

.item-special .info p {
  margin-bottom: 12px;
}

.item-special .info p:last-child {
  margin-bottom: 0;
}

.item-special .info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 1023px) {
  .item-special .info h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.btn-follow {
  padding-top: 65px;
}

@media (max-width: 767px) {
  .btn-follow {
    padding-top: 40px;
  }
}

.btn-follow a {
  color: #fff;
  text-decoration: none;
  background: #222222;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 60px;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}

@media (max-width: 1364px) {
  .btn-follow a {
    font-size: 15px;
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) {
  .btn-follow a {
    font-size: 14px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .btn-follow a {
    font-size: 16px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.btn-follow a .icon {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px 0 0;
  height: 100%;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .btn-follow a .icon {
    position: relative;
    padding: 0 0 0 12px;
  }
}

.btn-follow a .icon img {
  max-height: 36px;
}

@media (max-width: 767px) {
  .btn-follow a .icon img {
    height: 30px;
  }
}

.list-profile {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  background: #fff;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  padding: 62px 40px 40px 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .list-profile {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item-profile {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #222222;
}

@media (max-width: 767px) {
  .item-profile {
    margin-bottom: 40px;
  }
}

.item-profile:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.item-profile .desc {
  padding: 22px 0 30px 0;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .item-profile .desc {
    font-size: 12px;
  }
}

.item-profile .social ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "gill-sans-nova";
}

.item-profile .social ul li {
  margin-right: 24px;
}

.item-profile .social ul li:last-child {
  margin: 0;
}

.item-profile .social ul li img {
  max-width: 20px;
}

.item-profile .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-profile .model {
  text-align: center;
  position: relative;
  margin-top: 16px;
}

.item-profile .model span {
  font-size: 62px;
  font-weight: bold;
  line-height: 1;
  font-family: "gill-sans-nova";
  color: #222222;
  opacity: 0.05;
}

@media (max-width: 1023px) {
  .item-profile .model span {
    font-size: 58px;
  }
}

.item-profile .model p {
  font-size: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .item-profile .model p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .main-bottom {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}

.main-bottom .content-bottom {
  background: #C4DEEF;
  padding: 47px 40px 75px 40px;
  font-size: 14px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .main-bottom .content-bottom {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .main-bottom .content-bottom {
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
  }
}

.main-bottom .content-bottom .desc {
  padding: 16px 0 36px 0;
}

@media (max-width: 767px) {
  .main-bottom .content-bottom .desc {
    padding: 10px 0 32px 0;
    box-sizing: border-box;
  }
}

.main-bottom .content-bottom .info {
  text-align: center;
}

.main-bottom .content-bottom .social {
  padding: 30px 0 50px 0;
}

@media (max-width: 767px) {
  .main-bottom .content-bottom .social {
    padding-bottom: 0;
  }
}

.main-bottom .content-bottom .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-bottom .content-bottom .social ul li {
  margin-right: 30px;
}

.main-bottom .content-bottom .social ul li:last-child {
  margin: 0;
}

.main-bottom .content-bottom .copyright {
  font-size: 12px;
  font-weight: 500;
  font-family: "gill-sans-nova";
}

@media (max-width: 767px) {
  .main-bottom .content-bottom .copyright {
    display: none;
  }
}

.icon-scroll-top {
  position: absolute;
  bottom: 60px;
  right: 20px;
  z-index: 10;
  transition: .3s all !important;
  opacity: 0;
}

.icon-scroll-top.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .icon-scroll-top {
    right: 10px;
    bottom: 50px;
    position: fixed;
  }
}

.icon-scroll-top a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .icon-scroll-top a {
    display: block;
  }
}

.section.active .tilte-jp {
  top: 0;
  opacity: 1;
}

.section.active .tilte-en {
  top: 0;
  opacity: 1;
}

/*------------------------------------------
animation
------------------------------------------*/

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(365deg);
  }
}

@keyframes bg-marquee {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: -1110px 50%;
  }
}

@keyframes bg-marquee-reverse {
  0% {
    background-position: 0px 50%;
  }
  100% {
    background-position: 1110px 50%;
  }
}

/*base code*/
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes title {
  0% {
    transform: translate(100%, 80%) scale(1);
  }
  70% {
    transform: translate(0%, 0%) scale(1.01);
  }
  100% {
    transform: translate(1%, 1%) scale(1);
  }
}

.animation-title img {
  transform-origin: 100% 100%;
  transform: translate(100%, 80%);
}

.animation-title.is-show img {
  animation: title 0.5s ease-out 0s both;
}

.novelty .slick-dots {
  display: none;
}

/*# sourceMappingURL=map/style.css.map */
