@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
  font-size: 62.5%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

img {
  width: 100%;
}


/*--フォント--*/
.cormorant-infant-medium {
  font-family: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: normal;
}
.cormorant-infant-bold {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  font-style: normal;
}

/*--SP--*/
@media only screen and (max-width: 767px) {
.sp {
  display: block;
}
.pc {
  display: none;
}

/**/
.op_anime {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: #ffffff;
}
.img_wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
.animated-image {
  width: 160px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  animation: image-switch-animation 1S forwards;
}
.image1 {
  animation-delay: 0s;
}
.image2 {
  animation-delay: 0.2s;
}
.image3 {
  animation-delay: 0.4s;
}
.image4 {
  animation-delay: 0.6s;
}
.image5 {
  animation-delay: 0.8s;
}
.image6 {
  animation-delay: 1.0s;
}
.image7 {
  animation-delay: 1.2s;
}
.image8 {
  animation-delay: 1.4s;
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 1;}
  100%{ opacity: 1;}
}

.move1 {
  animation-name: move1;
  animation-delay: 0.5s;
}
@keyframes move1 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    top: -136px;
    left: -291px;
  }
}
.move2 {
  animation-name: move2;
  animation-delay: 0.5s;
}
@keyframes move2 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    top: -136px;
    left: -97px;
  }
}
.move3 {
  animation-name: move3;
  animation-delay: 0.5s;
}
@keyframes move3 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    top: -136px;
    right: -97px;
  }
}
.move4 {
  animation-name: move4;
  animation-delay: 0.5s;
}
@keyframes move4 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    top: -136px;
    right: -291px;
  }
}
.move5 {
  animation-name: move5;
  animation-delay: 0.5s;
}
@keyframes move5 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    bottom: -136px;
    left: -291px;
  }
}
.move6 {
  animation-name: move6;
  animation-delay: 0.5s;
}
@keyframes move6 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    bottom: -136px;
    left: -97px;
  }
}
.move7 {
  animation-name: move7;
  animation-delay: 0.5s;
}
@keyframes move7 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    bottom: -136px;
    right: -97px;
  }
}
.move8 {
  animation-name: move8;
  animation-delay: 0.5s;
}
@keyframes move8 {
  0% {
    opacity: 1;
  }
  100% {
    width: 97px;
    opacity: 1;
    bottom: -136px;
    right: -291px;
  }
}

/**/
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**/
.fixed_title {
  width: 60.51%;
  position: fixed;
  bottom: 6.89%;
  left: 3.98%;
  z-index: 2;
}

/**/
.main_visual {
  margin-bottom: 440px;
}

/**/
.contents {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.group {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.inner {
  padding: 0 0 50px 0;
}

.look {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
}

.items {
  width: 330px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.item {
  width: 160px;
  height: 160px;
  position: relative;
}

.imgarea {
  position: relative;
  cursor: pointer;
}
.imgarea.no_pointer {
  cursor: default !important;
}

.credit_open {
  font-size: 2.0rem;
  color: #EE0077;
  position: absolute;
}
.look .imgarea .credit_open {
  bottom: 22px;
  right: 30px;
}
.items .imgarea .credit_open {
  bottom: 10px;
  right: 16px;
}
.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #EE0077;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 18px;
  background: currentColor;
  transform: rotate(-45deg);
}
.arrow-down::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -1px;
  box-sizing: border-box;
}

.textarea {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.look .credit {
  margin: 50px;
  text-align: left;
}
.look .credit li {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
}
.look a {
  color: #ffffff;
  text-decoration: none;
}
.look .credit li .brand {
  font-size: 1.0rem;
}

.items .credit {
  margin: 10px;
  text-align: left;
}
.items .credit li {
  margin-bottom: 10px;
  font-size: 1.0rem;
  line-height: 1;
  color: #ffffff;
}
.items a {
  color: #ffffff;
  text-decoration: none;
}
.items .credit li .brand {
  font-size: 0.8rem;
}

.btn {
  position: absolute;
  bottom: 13px;
  right: 7px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
}

.look02 .look, 
.look04 .look, 
.look06 .look, 
.look08 .look {
  order: 1;
}

.separator {
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1;
}
.separator:last-child {
  margin: 0;
}
.separator div {
  margin: -1px 0;
}

}

/*--PC--*/
@media only screen and (min-width: 768px) {
.sp {
  display: none;
}
.pc {
  display: block;
}

/**/
.op_anime {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: #ffffff;
}
.img_wrapper{
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: 800px;
  position: relative;
}
.animated-image {
  width: 320px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  animation: image-switch-animation 1S forwards;
}
.image1 {
  animation-delay: 0s;
}
.image2 {
  animation-delay: 0.2s;
}
.image3 {
  animation-delay: 0.4s;
}
.image4 {
  animation-delay: 0.6s;
}
.image5 {
  animation-delay: 0.8s;
}
.image6 {
  animation-delay: 1.0s;
}
.image7 {
  animation-delay: 1.2s;
}
.image8 {
  animation-delay: 1.4s;
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 1;}
  100%{ opacity: 1;}
}

.move1 {
  animation-name: move1;
  animation-delay: 0.5s;
}
@keyframes move1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: -450px;
    left: -960px;
  }
}
.move2 {
  animation-name: move2;
  animation-delay: 0.5s;
}
@keyframes move2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: -450px;
    left: -320px;
  }
}
.move3 {
  animation-name: move3;
  animation-delay: 0.5s;
}
@keyframes move3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: -450px;
    right: -320px;
  }
}
.move4 {
  animation-name: move4;
  animation-delay: 0.5s;
}
@keyframes move4 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: -450px;
    right: -960px;
  }
}
.move5 {
  animation-name: move5;
  animation-delay: 0.5s;
}
@keyframes move5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: -450px;
    left: -960px;
  }
}
.move6 {
  animation-name: move6;
  animation-delay: 0.5s;
}
@keyframes move6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: -450px;
    left: -320px;
  }
}
.move7 {
  animation-name: move7;
  animation-delay: 0.5s;
}
@keyframes move7 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: -450px;
    right: -320px;
  }
}
.move8 {
  animation-name: move8;
  animation-delay: 0.5s;
}
@keyframes move8 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: -450px;
    right: -960px;
  }
}

/**/
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**/
.fixed_title {
  width: 83.20%;
  position: fixed;
  bottom: 6.89%;
  left: 3.98%;
  z-index: 2;
}

/**/
.contents {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.look_wrapper {
  padding: 50px 0 0;
}

.group {
  width: 87.5%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.inner {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.look {
  width: 50%;
  max-width: 560px;
  height: 100%;
  position: relative;
}

.items {
  width: 50%;
  max-width: 560px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.look01 .items,
.look03 .items,
.look05 .items,
.look07 .items,
.look09 .items,
.look11 .items,
.look13 .items {
  padding-left: 30px;
}
.look02 .items,
.look04 .items,
.look06 .items,
.look08 .items,
.look10 .items,
.look12 .items,
.look14 .items {
  padding-right: 30px;
}

.item:nth-child(odd) {
  width: calc(50% - 15px);
  max-width: 250px;
  margin-right: 15px;
  margin-bottom: 50px;
  position: relative;
}
.item:nth-child(even) {
  width: calc(50% - 15px);
  max-width: 250px;
  margin-left: 15px;
  margin-bottom: 50px;
  position: relative;
}
.item:nth-of-type(5),
.item:nth-of-type(6) {
  margin-bottom: 0;
}

.imgarea {
  position: relative;
  cursor: pointer;
}
.imgarea.no_pointer {
  cursor: default !important;
}

.credit_open {
  font-size: 2.5rem;
  color: #EE0077;
  position: absolute;
}
.look .imgarea .credit_open {
  bottom: 30px;
  right: 20px;
}
.items .imgarea .credit_open {
  bottom: 14px;
  right: 26px;
}
.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #EE0077;
  line-height: 1;
  position: relative;
  width: 2px;
  height: 28px;
  background: currentColor;
  transform: rotate(-45deg);
}
.arrow-down::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -1px;
  box-sizing: border-box;
}

.textarea {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

/*PCのみホバーアクション*/
.look:hover .textarea, 
.item:hover .textarea {
    opacity: 1;
}
.look:hover .credit_open, 
.item:hover .credit_open {
    opacity: 0;
}

.look .credit {
  margin: 60px;
  text-align: left;
}
.look .credit li {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
}
.look a {
  color: #ffffff;
  text-decoration: none;
}
.look .credit li .brand {
  font-size: 1.2rem;
}

.items .credit {
  margin: 20px;
  text-align: left;
}
.items .credit li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}
.items a {
  color: #ffffff;
  text-decoration: none;
}
.items .credit li .brand {
  font-size: 1.2rem;
}

.btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}

.look02 .look, 
.look04 .look, 
.look06 .look, 
.look08 .look, 
.look10 .look, 
.look12 .look, 
.look14 .look {
  order: 1;
}

.separator {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.separator:last-child {
  margin: 50px 0 0;
}

}

/*--SP/PC共通アニメーション--*/
.slideUp {
  opacity: 0;
  animation-name: slideUp;
  animation-delay: 4s;
  animation-duration: 1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}