@charset "UTF-8";

/*カラーパレット*/
:root {
  --main-bg :#F8E8E8;
  --main :#ae5443;
  --text :#404040;
  --white :#FFF;
  --white-pink :#FDFBFB;
  --jill: #E6C0C4;
  --add: #DBB3AC;
  --vs: #f5d9cd;
  --esp: #f5e8ca;
  --sekkisei-blue: #E2EBF2;
  --bb: #E9C8CC;
  --tarte: #D5B6C5;
}

/*共通*/
.fall-wrap {
  color: #404040;
  background-image: url(/img/freepage/fall250801cp/bg.png);
  background-size: 6%;
  background-color: var(--white-pink);
}
.fall-wrap img {
  width: 100%;
}
.fall-wrap .for-pc {
  display: block;
}
.fall-wrap .for-sp {
  display: none;
}
@media (max-width:901px){
  .fall-wrap {
    background-size: auto;
  }
  .fall-wrap .for-pc {
    display: none;
  }
  .fall-wrap .for-sp {
    display: block;
  }
}

.fall-top {
  max-width: 1080px;
  margin: 32px auto 40px;
  padding: 24px;
  text-align: center;
  background-color: var(--white-pink);
  box-sizing: border-box;
}
.fall-top__title {
  color: var(--main);
  font-size: 32px;
  line-height: 1.3;
}
.fall-top__lead {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.3;
}

.fall-period {
  max-width: 760px;
  margin: 16px auto 0;
  display: flex;
}
.fall-period__heading {
  display: flex;
  align-items: center; 
  padding: 24px;
  width: 33%;
  background: var(--main);
  color: var(--white);
}
.fall-period__lead {
  padding: 24px;
  width: 67%;
  color: var(--main);
  background-color: var(--white-pink);
  border: 1px solid var(--main);
}
.fall-period__note{
  display: inline-block;
  margin-top: 8px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.5;
}

.fall-present {
  max-width: 1080px;
  padding: 32px 64px;
  margin: 40px auto 64px;
  background: var(--main-bg);
  position: relative;
  box-sizing: border-box;
}
.fall-present:before {
  display: block;
  content: "";
  width: 240px;
  height: 240px;
  background: center / contain url("/img/freepage/fall250801cp/flower01.png") no-repeat;
  position: absolute;
  top: -16%;
  right: -5%;
}
.fall-present__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fall-present__img {
  width: 35%;
  margin-right: 30px;
}
.fall-present__detail {
  width: 65%;
}
.fall-present__heading {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
.fall-present__text {
  font-size: 16px;
  margin-bottom: 24px;
}
.fall-present__note {
  font-size: 12px;
}

.fall-menu{
  max-width: 1080px;
  padding: 40px 80px;
  margin: 0 auto;
  background-color: var(--main);
  box-sizing: border-box;
  position: relative;
  z-index: 8;
}
.fall-menu:before {
  display: block;
  content: "";
  width: 240px;
  height: 240px;
  background: center / contain url("/img/freepage/fall250801cp/flower02.png") no-repeat;
  position: absolute;
  top: -15%;
  left: -6%;
  z-index: -1;
}
.fall-menu__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: var(--white);
}
.fall-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}
.fall-menu__list::after{
  content: "";
  flex: auto;
}
.fall-menu__item-link{
  display: flex;
  align-items: center;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--white);
  transition: 0.3s;
}
.fall-menu__item-link:hover{
  opacity: 0.9;
  transition: 0.3s;
}

.fall-product {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 112px;
  position: relative;
}
.fall-product--jill {
  z-index: 7;
  background-color:var(--jill);
}
.fall-product--jill:before {
  display: block;
  content: "";
  width: 100vw;
  height: 152px;
  position: absolute;
  top: -8%;
}
.fall-product--add {
  z-index: 6;
  background-color:var(--add);
}
.fall-product--vs {
  z-index: 5;
  background-color:var(--vs);
}
.fall-product--esp {
  z-index: 4;
  background-color:var(--esp);
}
.fall-product--sekkisei-blue {
  z-index: 3;
  background-color:var(--sekkisei-blue);
}
.fall-product--bb {
  z-index: 2;
  background-color:var(--bb);
}
.fall-product--tarte {
  z-index: 1;
  background-color:var(--tarte);
}
.fall-product__heading {
  width: 320px;
  margin: 56px auto 16px;
}

.fall-product__heading--jill{
 background-color:var(--jill);
}
.fall-product__heading--add{
  background-color:var(--add);
}
.fall-product__heading--vs{
  background-color:var(--vs);
}
.fall-product__heading--esp{
  background-color:var(--esp);
}
.fall-product__heading--bb{
  background-color:var(--bb);
}
.fall-product__heading--tarte{
  background-color:var(--tarte);
}

.fall-product__list {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 0 64px;
}
.fall-product__list::before{
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background: center / contain url("/img/freepage/fall250801cp/flower03.png") no-repeat ;
  position: absolute;
  z-index: -1;
  rotate: 200deg;
  opacity: 0.6;
}
.fall-product__list::after{
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  background: center / contain url("/img/freepage/fall250801cp/flower03.png") no-repeat ;
  position: absolute;
  z-index: -1;
  opacity: 0.6;
}
.fall-product__list--jill::before{
  top: -20%;
  left: -2%;
}
.fall-product__list--jill::after{
  bottom: -7%;
  right: -6%;
}
.fall-product__list--add::before{
  bottom: -20%;
  left: -3%;
  width: 160px;
  height: 160px;
  rotate: 100deg;
}
.fall-product__list--add::after{
  top: -25%;
  right: -4%;
  width: 120px;
  height: 120px;
  rotate: 270deg;
}
.fall-product__list--vs::before{
  top: -20%;
  left: 0;
}
.fall-product__list--vs::after{
  bottom: -20%;
  right: -6%;
}
.fall-product__list--esp::before{
  bottom: -20%;
  left: 0;
  width: 160px;
  height: 160px;
  rotate: 100deg;
}
.fall-product__list--esp::after{
  top: -10%;
  right: 4%;
  width: 120px;
  height: 120px;
  rotate: 270deg;
}
.fall-product__list--sekkisei-blue::before{
  top: -27%;
  left: 0;
}
.fall-product__list--sekkisei-blue::after{
  bottom: -20%;
  right: -6%;
}
.fall-product__list--bb::before{
  bottom: -30%;
  left: 0;
  width: 160px;
  height: 160px;
  rotate: 100deg;
}
.fall-product__list--bb::after{
  top: -20%;
  right: 0;
  width: 120px;
  height: 120px;
  rotate: 270deg;
}
.fall-product__list--tarte::before{
  top: 10%;
  left: 0;
}
.fall-product__list--tarte::after{
  bottom: 0;
  right: 0;
}

.fall-product__list--small{
  gap: 80px;
}
.fall-product__item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4);
  background-color: rgba(255, 255, 255, 0.8);
}
.fall-product__item-img {
  margin-bottom: 1em;
}
.fall-product__item-img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.fall-product__item-img a:hover {
  opacity: 0.7;
  transition: .3s;
}
.fall-product__item-detail{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fall-product__item-date{
  display: inline-block;
  width: 112px;
  padding: 4px 0;
  border-right: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  border-bottom-right-radius: 20px;
  color: var(--main);
  font-size: 12px;
  text-align: center;
}
.fall-product__item-brand {
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0 10px;
}
.fall-product__item-name {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.3;
  padding: 0 10px;
}
.fall-product__item-price {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: 1em;
  padding: 0 10px;
}
.fall-product__item-size {
  margin-right: 16px;
}
.fall-product__item-cart {
  display: block;
  background: var(--main);
  color: var(--white);
  width: 100%;
  padding: 12px 0;
  text-align: center;
  transition: .3s;
}
.fall-product__item-cart:hover {
  opacity: 0.7;
  transition: .3s;
}
.fall-product__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 64px;
  text-align: right;
}
.fall-product__bottom--jill a {
  background-color:var(--jill);
}
.fall-product__bottom--add a {
  background-color:var(--add);
}
.fall-product__bottom--esp a {
  background-color:var(--esp);
}
.fall-product__bottom--bb a {
  background-color:var(--bb);
}
.fall-product__bottom-link {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  color: var(--text);
  padding: 16px 70px 16px 60px;
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  max-width: 460px;
  position: relative;
  transition: 0.3s;
}
.fall-product__bottom-link:after {
  display: block;
  content: ">";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.fall-product__bottom-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (max-width:901px){
  .fall-mv {
    max-width: 642px;
    margin: 0 auto;
  }
  .fall-top {
    padding: 5vw;
  }
  .fall-top__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .fall-top__lead {
    margin-top: 10px;
    font-size: 15px;
  }

  .fall-period {
    width: 85vw;
    display: block;
  }
  .fall-period__heading {
    display: block;
    padding: 16px 0;
    width: 100%;
    text-align: center;
  }
  .fall-period__lead {
    padding: 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .fall-present {
    padding: 40px 32px;
  }
  .fall-present:before {
    width: 120px;
    height: 120px;
    top: -8%;
  }
  .fall-present__inner {
    display: block;
  }
  .fall-present__img {
    width: 62.5vw;
    margin: 0 auto;
  }
  .fall-present__detail {
    width: 100%;
    max-width: auto;
  }
  .fall-present__heading {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .fall-present__heading span {
    font-size: 16px;
  }
  .fall-present__text {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .fall-present__note {
    font-size: 10px;
  }

  .fall-menu{
    padding: 40px 5vw;
  }
  .fall-menu:before {
    width: 120px;
    height: 120px;
    top: -8%;
    left: -12%;
  }
  .fall-menu__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .fall-menu__list {
    max-width: 840px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .fall-menu__item-link{
    padding: 8px;
  }
  .fall-menu__item--jill:after {
    right: -5%;
    bottom: 5%;
  }
  .fall-menu__item--add:after {
    right: -5%;
    bottom: 5%;
  }
  .fall-menu__item--vs:after {
    right: -7%;
    bottom: 5%;
  }
  .fall-menu__item--esp:after {
    right: -7%;
    bottom: 16%;
  }

  .fall-product {
    padding-bottom: 56px;
  }
  .fall-product__heading {
    width: 240px;
    margin: 40px auto 16px;
  }

  .fall-product__list {
    flex-direction: column;
    gap: 24px;
    width: 80vw;
    margin: 0 auto 56px;
    padding: 0;
  }
  .fall-product__list::before{
    width: 200px;
    height: 200px;
    left: -32%;
    rotate: 200deg;
  }
  .fall-product__list::after{
    width: 160px;
    height: 160px;
    right: -32%;
    bottom: 0;
  }
  .fall-product__list--jill::before{
    top: -4%;
  }
  .fall-product__list--add::before{
    bottom: -3%;
  }
  .fall-product__list--add::after{
    top: -4%;
    rotate: 300deg;
  }
  .fall-product__list--vs::before{
    top: -4%;
  }
  .fall-product__list--esp::before{
    bottom: -3%;
  }
  .fall-product__list--esp::after{
    top: -4%;
    rotate: 300deg;
  }
  .fall-product__list--sekkisei-blue::before{
    top: -4%;
  }
  .fall-product__list--bb::before{
    bottom: -3%;
  }
  .fall-product__list--bb::after{
    top: -4%;
    rotate: 300deg;
  }
  .fall-product__list--tarte::before{
    top: -4%;
  }
  .fall-product__item{
    width: 100%;
  }
  .fall-product__item-img {
    width: 80%;
    margin: 0 auto;
  }
  .fall-product__item-brand {
    font-size: 12px;
  }
  .fall-product__item-name {
    margin-bottom: 8px;
  }
  .fall-product__item-price {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .fall-product__bottom {
    width: 80vw;
    padding: 0;
    text-align: left;
  }
  .fall-product__bottom-link {
    display: block;
    font-size: 14px;
    max-width: 100%;
    padding: 16px 32px 16px 8px;
  }
  .fall-product__bottom-link:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}