:root {
  --pc: 1366 * 100vw;
  --sp: 375 * 100vw;
}

#main {
  color: #000;
  font-family: "Cinzel Bold";
}
#main .fade, #main .fade2, #main .fade22, #main .fade3, #main .fade4, #main .slideup, #main .blur, #main .zoom {
  opacity: 0;
}
#main .fade.active {
  animation: fade 1s ease-in-out forwards;
}
#main .fade2.active {
  animation: fade 1s ease-in-out forwards 0.2s;
}
#main .fade22.active {
  animation: fade 1s ease-in-out forwards 0.4s;
}
#main .fade3.active {
  animation: fade 1s ease-in-out forwards 0.8s;
}
#main .fade4.active {
  animation: fade 1s ease-in-out forwards 1.2s;
}
#main .slideup.active {
  animation: slideup 0.8s ease-in-out forwards;
}
#main .blur.active {
  animation: blur 0.8s ease-in-out forwards;
}
#main .zoom.active {
  animation: zoom 0.6s ease-in-out forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(110%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
@font-face {
  font-family: "Cinzel Bold";
  src: url("font/Cinzel-Bold.ttf");
}
@font-face {
  font-family: "Cinzel Regular";
  src: url("font/Cinzel-Regular.ttf");
}
#main section.kv-area {
  text-align: center;
}
#main section.kv-area .kv-img {
  position: relative;
  width: 736px;
  margin: 0 auto;
  overflow: visible;
}
#main section.kv-area .kv-img .kv-box {
  opacity: 0;
  display: block;
}
#main section.kv-area .kv-img .kv-box img {
  width: 100%;
  height: auto;
  display: block;
}
#main section.kv-area .kv-img .kvimage {
  animation: fade 1.2s ease-in-out forwards;
}
#main section.kv-area .kv-img .kvtxt {
  position: absolute;
  width: 342px;
  height: auto;
  bottom: 23px;
  left: 26px;
  animation: fade 1.2s ease-in-out forwards 0.4s;
  overflow: visible;
  display: block;
}
#main section.kv-area .kv-img .kvtxt img {
  width: 100%;
  height: auto;
  display: block;
}
#main section.feature {
  position: relative;
  margin: 0 auto;
}
#main section.feature .look-container .price {
  font-family: "Cinzel Bold", serif;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
}
#main section.feature .look-container .price span {
  margin-left: 10px;
}
#main section.feature .look-container .price a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main section.feature01 {
  width: 805px;
  margin: 100px auto 180px;
}
#main section.feature01 .look-container {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 180px;
}
#main section.feature01 .look-container .img01 {
  width: 555px;
}
#main section.feature01 .warp-container {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  flex-wrap: wrap;
  width: 555px;
  margin: 0 0 0 auto;
}
#main section.feature01 .warp-container .img02 {
  width: 272px;
}
#main section.feature02 {
  width: 805px;
  padding-bottom: 110px;
}
#main section.feature02 .look-container {
  position: relative;
}
#main section.feature02 .look-container .img01 {
  width: 555px;
  margin: 0 auto;
}
#main section.feature02 .look-container p {
  font-size: 14px;
  font-family: "Cinzel Regular", serif;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  position: absolute;
  top: 12px;
  left: 131px;
}
#main section.feature02 .look-container .price {
  position: absolute;
  left: 141px;
  bottom: 18px;
  color: #fff;
}
#main section.feature02 .tag-container {
  display: flex;
  justify-content: center;
  gap: 64px;
  padding: 120px 0 130px;
}
#main section.feature02 .tag-container .img02 {
  width: 298px;
}
#main section.feature02 .warp-container {
  display: flex;
  justify-content: flex-end;
  gap: 97px;
}
#main section.feature02 .warp-container .img02 {
  width: 273px;
}
#main section.feature02 .warp-container .img02:nth-of-type(1) {
  order: 2;
}
#main section.feature02 .warp-container .img02:nth-of-type(2) {
  padding-top: 180px;
}
#main section.feature03 {
  width: 805px;
  padding-bottom: 143px;
}
#main section.feature03 .look-container {
  position: relative;
}
#main section.feature03 .look-container .img01 {
  width: 555px;
  margin: 0 auto;
}
#main section.feature03 .look-container .price {
  position: absolute;
  left: 150px;
  bottom: 26px;
  color: #fff;
}
#main section.feature03 .tag-container {
  display: flex;
  justify-content: center;
  gap: 29px;
  padding-bottom: 34px;
  margin-top: 84px;
  background: url("https://file.petal-online.com/cms/co/images/summer_0522/look3-bg.jpg") no-repeat center/cover;
}
#main section.feature03 .tag-container .img02 {
  padding-top: 33px;
  width: 337px;
}
#main section.feature03 .img03 {
  width: 381px;
  padding: 120px 0 0 108px;
}
#main section.feature04 {
  width: 736px;
  padding-bottom: 180px;
}
#main section.feature04 .warp-container {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-bottom: 114px;
}
#main section.feature04 .warp-container .img01 {
  width: 502px;
  flex-shrink: 0;
}
#main section.feature04 .warp-container .img01 a picture img {
  width: 100%;
  display: block;
}
#main section.feature04 .warp-container p {
  font-size: 12px;
  font-family: "Cinzel Regular", serif;
  color: #000;
  writing-mode: vertical-rl;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
#main section.feature04 .look-container {
  display: flex;
  justify-content: start;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 180px;
}
#main section.feature04 .look-container .img01 {
  width: 352px;
}
#main section.feature04 .tag-container {
  position: relative;
}
#main section.feature04 .tag-container .img02 {
  width: 100%;
}
#main section.feature04 .tag-container p {
  position: absolute;
  font-size: 14px;
  font-family: "Cinzel Bold", serif;
  color: #fff;
  transform: rotate(-0.25turn);
  transform-origin: left top;
  white-space: nowrap;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  bottom: 208px;
  left: 9px;
}
#main section.feature05 {
  width: 821px;
  padding-bottom: 152px;
}
#main section.feature05 .look-container {
  position: relative;
}
#main section.feature05 .look-container .img01 {
  width: 502px;
  margin: 0 auto;
}
#main section.feature05 .look-container .price {
  position: absolute;
  left: 172px;
  bottom: 17px;
  color: #fff;
}
#main section.feature05 .tag-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 119px;
}
#main section.feature05 .tag-container .box .img02 {
  width: 252px;
}
#main section.feature05 .tag-container .box .img02:nth-of-type(1) {
  padding-bottom: 26px;
}
#main section.feature05 .tag-container .img03 {
  order: 2;
}
#main section.feature06 {
  width: 100%;
  margin: 0 auto;
  background: url("https://file.petal-online.com/cms/co/images/summer_0522/look6-bg.jpg") no-repeat center/cover;
  padding: 46px 0;
}
#main section.feature06 .look-container {
  position: relative;
  width: 861px;
  margin: 0 auto;
}
#main section.feature06 .look-container .img01 {
  position: absolute;
  width: 280px;
}
#main section.feature06 .look-container .box {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: flex-end;
  padding-bottom: 142px;
}
#main section.feature06 .look-container .box .img02 {
  width: 555px;
}
#main section.feature06 .look-container .box .price {
  color: #fff;
  text-align: right;
}
#main section.feature06 .warp-container {
  width: 861px;
  margin: 0 auto;
}
#main section.feature06 .warp-container .box {
  display: flex;
  justify-content: start;
  gap: 18px;
  flex-wrap: wrap;
  width: 549px;
}
#main section.feature06 .warp-container .box .img03 {
  width: 265px;
}
#main section.feature07 {
  width: 736px;
  padding: 168px 0;
}
#main section.feature07 .look-container {
  position: relative;
}
#main section.feature07 .look-container .img01 {
  width: 555px;
  margin: 0 auto;
}
#main section.feature07 .look-container .price {
  position: absolute;
  left: 109px;
  bottom: 14px;
  color: #fff;
}
#main section.feature07 .tag-container {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
  padding: 100px 0;
}
#main section.feature07 .tag-container .img02 {
  width: 245px;
}
#main section.feature07 .tag-container .img02:nth-of-type(2) {
  width: 246px;
}
#main section.feature07 .img03 {
  width: 368px;
  margin: 0 0 0 auto;
}
#main section.feature08 {
  width: 736px;
  margin: 0 auto;
}
#main section.feature08 .look-container {
  display: flex;
  justify-content: center;
  gap: 31px;
}
#main section.feature08 .look-container .img01 {
  width: 352px;
}
#main section.feature08 .look-container .box {
  text-align: right;
}
#main section.feature08 .look-container .box .img02 {
  width: 353px;
  padding-bottom: 12px;
}
#main section.feature08 .look-container .box .price {
  padding-right: 17px;
}
#main section.feature08 .warp-container {
  display: flex;
  justify-content: center;
  gap: 35px;
}
#main section.feature08 .warp-container .img03 {
  width: 299px;
}
#main section.feature08 .warp-container .img03:nth-of-type(2) {
  padding-top: 110px;
}
#main section.feature08 .img04 {
  width: 100%;
  padding: 112px 0 86px;
}
#main section.txt {
  font-size: 15px;
  line-height: 2.3em;
  font-family: "Cinzel Bold", serif;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 114px;
}
@media (max-width: 768px) {
  #main section.kv-area .kv-img {
    width: 100%;
  }
  #main section.kv-area .kv-img .kvtxt {
    width: calc(78 / var(--sp));
    top: calc(17 / var(--sp));
    left: calc(290 / var(--sp));
  }
  #main section.feature .img-container {
    gap: calc(4 / var(--sp)) 0;
    margin-top: calc(16 / var(--sp));
    flex-direction: column;
  }
  #main section.feature .price {
    font-size: calc(9 / var(--sp));
    line-height: calc(1.7em / var(--sp));
  }
  #main section.feature .price span {
    margin-left: calc(6 / var(--sp));
  }
  #main section.feature .look-container .price {
    font-size: calc(9 / var(--sp));
    line-height: calc(1.7em / var(--sp));
  }
  #main section.feature .look-container .price span {
    margin-left: calc(6 / var(--sp));
  }
  #main section.feature01 {
    width: 100%;
    margin: calc(92 / var(--sp)) auto calc(84 / var(--sp));
  }
  #main section.feature01 .look-container {
    display: block;
    position: relative;
    margin-bottom: calc(49 / var(--sp));
  }
  #main section.feature01 .look-container .img01 {
    width: 100%;
  }
  #main section.feature01 .look-container .price {
    position: absolute;
    left: calc(41 / var(--sp));
    bottom: calc(38 / var(--sp));
    color: #fff;
    font-size: calc(9 / var(--sp));
  }
  #main section.feature01 .warp-container {
    width: 100%;
    margin: auto;
    justify-content: center;
    gap: calc(8 / var(--sp));
  }
  #main section.feature01 .warp-container .img02 {
    width: calc(183.5 / var(--sp));
  }
  #main section.feature02 {
    width: 100%;
    padding-bottom: calc(100 / var(--sp));
  }
  #main section.feature02 .look-container .img01 {
    width: 100%;
  }
  #main section.feature02 .look-container p {
    font-size: calc(7 / var(--sp));
    top: calc(9 / var(--sp));
    left: calc(5 / var(--sp));
  }
  #main section.feature02 .look-container .price {
    left: calc(10 / var(--sp));
    bottom: calc(10 / var(--sp));
  }
  #main section.feature02 .tag-container {
    gap: 0;
    padding: calc(50 / var(--sp)) 0;
  }
  #main section.feature02 .tag-container .img02 {
    width: calc(188 / var(--sp));
  }
  #main section.feature02 .tag-container .img02:nth-of-type(2) {
    width: calc(187 / var(--sp));
  }
  #main section.feature02 .warp-container {
    display: block;
    position: relative;
    width: 100%;
    height: calc(492 / var(--sp));
    margin: 0 auto;
  }
  #main section.feature02 .warp-container .img02 {
    position: absolute;
    width: calc(209 / var(--sp));
  }
  #main section.feature02 .warp-container .img02:nth-of-type(1) {
    right: 0;
    z-index: 2;
    animation: fade 0.8s ease-in-out forwards;
  }
  #main section.feature02 .warp-container .img02:nth-of-type(2) {
    padding-top: 0;
    top: calc(220 / var(--sp));
  }
  #main section.feature03 {
    width: 100%;
    padding-bottom: calc(60 / var(--sp));
  }
  #main section.feature03 .look-container .img01 {
    width: 100%;
  }
  #main section.feature03 .look-container .price {
    left: calc(16 / var(--sp));
    bottom: calc(14 / var(--sp));
  }
  #main section.feature03 .tag-container {
    gap: calc(15 / var(--sp));
    margin-top: calc(50 / var(--sp));
    padding-bottom: calc(15 / var(--sp));
  }
  #main section.feature03 .tag-container .img02 {
    padding-top: calc(15 / var(--sp));
    width: calc(171 / var(--sp));
  }
  #main section.feature03 .img03 {
    width: calc(257 / var(--sp));
    padding: calc(50 / var(--sp)) 0 0 0;
    margin: 0 auto;
  }
  #main section.feature04 {
    width: 100%;
    padding-bottom: calc(100 / var(--sp));
  }
  #main section.feature04 .warp-container {
    gap: calc(7 / var(--sp));
    padding-bottom: calc(50 / var(--sp));
  }
  #main section.feature04 .warp-container .img01 {
    width: calc(339 / var(--sp));
  }
  #main section.feature04 .warp-container p {
    font-size: 7px;
    line-height: calc(1.7em / var(--sp));
  }
  #main section.feature04 .look-container {
    gap: calc(12 / var(--sp));
    margin-bottom: calc(50 / var(--sp));
  }
  #main section.feature04 .look-container .img01 {
    width: calc(238 / var(--sp));
  }
  #main section.feature04 .tag-container p {
    font-size: calc(7 / var(--sp));
    bottom: calc(104 / var(--sp));
    left: calc(5 / var(--sp));
  }
  #main section.feature05 {
    width: 100%;
    padding-bottom: calc(100 / var(--sp));
  }
  #main section.feature05 .look-container .img01 {
    width: 100%;
  }
  #main section.feature05 .look-container .price {
    left: calc(11 / var(--sp));
    bottom: calc(18 / var(--sp));
  }
  #main section.feature05 .tag-container {
    display: block;
    padding-top: calc(31 / var(--sp));
  }
  #main section.feature05 .tag-container .img03 {
    width: calc(235 / var(--sp));
    margin: 0 0 0 auto;
    padding-bottom: calc(32 / var(--sp));
  }
  #main section.feature05 .tag-container .box {
    display: flex;
    justify-content: center;
    gap: calc(6 / var(--sp));
  }
  #main section.feature05 .tag-container .box .img02 {
    width: calc(187 / var(--sp));
  }
  #main section.feature05 .tag-container .box .img02:nth-of-type(1) {
    width: calc(182 / var(--sp));
    padding-bottom: 0;
  }
  #main section.feature06 {
    padding: calc(26 / var(--sp)) 0 calc(22 / var(--sp)) 0;
  }
  #main section.feature06 .look-container {
    width: 100%;
    position: static;
  }
  #main section.feature06 .look-container .img01 {
    position: static;
    width: calc(189 / var(--sp));
    padding: calc(26 / var(--sp)) 0 calc(50 / var(--sp)) calc(11 / var(--sp));
  }
  #main section.feature06 .look-container .box {
    display: block;
    padding-bottom: calc(0 / var(--sp));
    position: relative;
  }
  #main section.feature06 .look-container .box .img02 {
    width: 100%;
  }
  #main section.feature06 .look-container .box .price {
    position: absolute;
    bottom: calc(13 / var(--sp));
    left: calc(13 / var(--sp));
    z-index: 2;
    text-align: left;
  }
  #main section.feature06 .warp-container {
    width: 100%;
    margin: calc(37 / var(--sp)) auto;
  }
  #main section.feature06 .warp-container .box {
    gap: calc(9 / var(--sp));
    width: calc(293 / var(--sp));
    padding-left: calc(8 / var(--sp));
  }
  #main section.feature06 .warp-container .box .img03 {
    width: calc(143 / var(--sp));
  }
  #main section.feature06 .warp-container .box .img03:nth-of-type(2) {
    width: calc(141 / var(--sp));
  }
  #main section.feature06 .warp-container .box .img03:nth-of-type(4) {
    width: calc(141 / var(--sp));
  }
  #main section.feature07 {
    width: 100%;
    padding: calc(100 / var(--sp)) 0;
  }
  #main section.feature07 .look-container .img01 {
    width: 100%;
  }
  #main section.feature07 .look-container .price {
    left: calc(12 / var(--sp));
    bottom: calc(7 / var(--sp));
  }
  #main section.feature07 .tag-container {
    padding: calc(50 / var(--sp)) 0;
  }
  #main section.feature07 .tag-container .img02 {
    width: calc(111 / var(--sp));
  }
  #main section.feature07 .tag-container .img02:nth-of-type(2) {
    width: calc(154 / var(--sp));
  }
  #main section.feature07 .tag-container .img02:nth-of-type(3) {
    width: calc(110 / var(--sp));
  }
  #main section.feature07 .img03 {
    width: calc(312 / var(--sp));
    margin: 0 auto 0 0;
  }
  #main section.feature08 {
    width: 100%;
  }
  #main section.feature08 .look-container {
    width: 100%;
    gap: 0;
  }
  #main section.feature08 .look-container .img01 {
    width: calc(187.5 / var(--sp));
  }
  #main section.feature08 .look-container .box .img02 {
    width: calc(187.5 / var(--sp));
    padding-bottom: calc(8 / var(--sp));
  }
  #main section.feature08 .look-container .box .price {
    padding-right: calc(6 / var(--sp));
  }
  #main section.feature08 .warp-container {
    display: block;
    padding-top: calc(45 / var(--sp));
  }
  #main section.feature08 .warp-container .img03 {
    width: calc(202 / var(--sp));
  }
  #main section.feature08 .warp-container .img03:nth-of-type(2) {
    padding-top: 0;
    margin: calc(-76 / var(--sp)) calc(6 / var(--sp)) 0 auto;
  }
  #main section.feature08 .img04 {
    padding: calc(100 / var(--sp)) 0 calc(50 / var(--sp));
  }
  #main section.txt {
    font-size: calc(9 / var(--sp));
    padding-bottom: calc(50 / var(--sp));
  }
}/*# sourceMappingURL=summer_0522.css.map */