.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.libre-caslon-display-regular {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
}
#aimeine-top *, #aimeine-top *::before, #aimeine-top *::after {
  box-sizing: border-box;
}

#aimeine-top * {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#aimeine-top {
  -webkit-font-smoothing: antialiased;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  padding-bottom: min(1 / 1440 * 100vw, 1px);
}
@media (max-width: 768px) {
  #aimeine-top {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  #aimeine-top .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  #aimeine-top .sp-only {
    display: none !important;
  }
}
#aimeine-top img, #aimeine-top picture, #aimeine-top video, #aimeine-top canvas, #aimeine-top svg {
  display: block;
  max-width: 100%;
  width: 100%;
}
#aimeine-top a {
  color: #505050;
  /* transition: opacity .3s ease; */
}
#aimeine-top a:hover {
  opacity: .7;
}
@media (max-width: 768px) {
  #aimeine-top a:hover {
    opacity: 1;
  }
}



.item-slider {
  pointer-events: none;
}
.item-slider2 {
  pointer-events: none;
}
.item-description {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: calc(16 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
  position: absolute;
}
.item-description a {
  display: inline;
}
@media (max-width: 768px) {
  .item-description {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    position: relative;
  }
  .item-description a {
    padding-bottom: calc(3 / 375 * 100vw);
}

}
.item-outline {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  letter-spacing: 0.02em;
  position: absolute;
}
.item-outline a {
  text-decoration-line: underline;
}
.item-outline a span {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .item-outline {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(12 / 375 * 100vw);
    position: relative;
  }
}

@media (min-width: 769px) {
  #aimeine-top .hero {
    margin: 0 auto;
    text-align: center;
    width: calc(1280 / 1440 * 100vw);
  }
  #aimeine-top .hero #mv {
    position: relative;
    overflow: hidden;
  }
  #aimeine-top .mv-title {
    position: absolute;
    z-index: 2;
    top: calc(365 / 1440 * 100vw);
    left: calc(88 / 1440 * 100vw);
  }
  #aimeine-top .mv-title svg {
    width: 100%;
    height: auto;
  }
  #aimeine-top .mt1 {
    width: calc(460 / 1440 * 100vw);
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-title.aos-animate .mt1 {
    animation: img-wrap .6s ease-out forwards .6s;
  }
  #aimeine-top .mt2 {
    margin-top: calc(34 / 1440 * 100vw);
    width: calc(664 / 1440 * 100vw);
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-title.aos-animate .mt2 {
    animation: img-wrap .9s ease-out forwards 1.2s;
  }
  #aimeine-top .mv-logo {
    position: absolute;
    top: calc(40 / 1440 * 100vw);
    left: calc(1025 / 1440 * 100vw);
    width: calc(215 / 1440 * 100vw);
    z-index: 2;
    overflow: hidden;
  }
  #aimeine-top .mv-bg {
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-bg.aos-animate {
    animation: img-wrap .6s ease-out forwards;
  }
}


@media (max-width: 768px) {
  #aimeine-top .hero #mv {
    position: relative;
    overflow: hidden;
    aspect-ratio: 640/906;
  }
  #aimeine-top .mv-title {
    position: absolute;
    top: calc(697 / 640 * 100vw);
    left: calc(35 / 640 * 100vw);
    z-index: 2;
  }
  #aimeine-top .mv-title svg {
    width: 100%;
    height: auto;
  }
  #aimeine-top .mt1 {
    width: calc(321 / 640 * 100vw);
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-title.aos-animate .mt1 {
    animation: img-wrap .6s ease-out forwards .6s;
  }
  #aimeine-top .mt2 {
    margin-top: calc(30 / 640 * 100vw);
    width: calc(464 / 640 * 100vw);
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-title.aos-animate .mt2 {
    animation: img-wrap .9s ease-out forwards 1.2s;
  }
  #aimeine-top .mv-logo {
    top: calc(30 / 640 * 100vw);
    left: calc(30 / 640 * 100vw);
    width: calc(135 / 640 * 100vw);
    position: absolute;
    z-index: 2;
    overflow: hidden;
  }
  #aimeine-top .mv-bg {
    clip-path: inset(0 100% 0 0);
  }
  #aimeine-top .mv-bg.aos-animate {
    animation: img-wrap .6s ease-out forwards;
  }
}

@keyframes blur {
  0% {
    filter: blur(18px);
  }
  100% {
    filter: blur(0);
  }
}

@keyframes img-wrap {
  100% {
    clip-path: inset(0);
  }
}
@keyframes img-wrap-p {
  100% {
    clip-path: polygon(0 0, 200% 0, 0 200%);
  }
}
@keyframes blink{
  0% {opacity:1;}
  100% {opacity:0;}
}
.has-item-detail {
  cursor: pointer;
}
.has-item-detail .img-inner:hover img {
  opacity: .7;
}
.is-show-detail.has-item-detail .img-inner:hover img {
  opacity: 1;
}
.is-show-detail .item-detail {
  opacity: 1;
  pointer-events: all;
}
.is-show-detail .item-btn {
  pointer-events: all;
  transform: rotate(45deg);
}
.item-detail {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(15 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  letter-spacing: 0.02em;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease-out;
}
.item-detail p {
  position: absolute;
  text-align: right;
  bottom: calc(100 / 1440 * 100vw);
  right: calc(28 / 1440 * 100vw);
  z-index: 3;
}
.item-detail a {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}
.item-detail span {
  /* border-bottom: 0.5px solid #fff; */
  display: block;
  margin-top: calc(3 / 1440 * 100vw);
}
.item-btn {
  transition: transform .5s ease-out;
  position: absolute;
  z-index: 4;
  width: calc(38 / 1440 * 100vw);
  height: calc(38 / 1440 * 100vw);
  pointer-events: none;
  cursor: pointer;
  bottom: calc(20 / 1440 * 100vw);
  right: calc(20 / 1440 * 100vw);
}
.item-btn:before {
  content: "";
  width: 1px;
  height: calc(38 / 1440 * 100vw);
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.item-btn:after {
  content: "";
  width: calc(38 / 1440 * 100vw);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .has-item-detail .img-inner:hover img {
    opacity: 1;
  }
  .item-detail {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
  .item-detail p {
    bottom: calc(80 / 375 * 100vw);
    right: calc(16 / 375 * 100vw);
  }
  .item-btn {
    width: calc(35 / 375 * 100vw);
    height: calc(35 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
    right: calc(10 / 375 * 100vw)
  }
  .item-btn:before {
    height: calc(35 / 375 * 100vw);
  }
  .item-btn:after {
    width: calc(35 / 375 * 100vw);
  }
  .item-img {
    position: relative;
  }
}

.temp-01 {
  position: relative;
}
.image-area {
  position: relative;
}
.item-img {
  position: absolute;
  display: block;
  cursor: pointer;
  background: #fff;
}
.item-img:hover {
  opacity: 1 !important;
}
.item-img img {
  transition: .3s ease-out;
}
a.item-img:hover img {
  opacity: .7;
}
.item-img--inner {
  position: relative;
}
@media (max-width: 768px) {
  .item-img {
    position: relative;
  }
  a.item-img:hover img {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@media (min-width: 769px) {
  #lead-content {
    margin: calc(120 / 1440 * 100vw) auto 0;
    width: 100%;
    height: calc(440 / 1440 * 100vw);
    position: relative;
    overflow: hidden;
  }
  #lead-content .lead-content__bg {
    position: absolute;
    top: 0;
    right: calc(870 / 1440 * 100vw);
    width: calc(570 / 1440 * 100vw);
    height: calc(440 / 1440 * 100vw);
    background-color: #fff;
    z-index: 2;
  }
  #lead-content .lead-content__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: 233%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    position: absolute;
    width: calc(387 / 1440 * 100vw);
    height: calc(440 / 1440 * 100vw);
    display: flex;
    align-items: center;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: calc(-406 / 1440 * 100vw);
    text-align: center;
    z-index: 3;
  }
  #lead-content .lead-content__image {
    top: 0;
    left: calc(570 / 1440 * 100vw);
    width: calc(315 / 1440 * 100vw);
    z-index: 2;
    position: absolute;
    z-index: 1;
  }
  #lead-content .lead-content__image .slick-list {
    overflow: visible;
  }
  #lead-content .lead-content__image .slick-slide {
    margin-right: calc(15 / 1440 * 100vw);
  }
}
@media (max-width: 768px) {
  #lead-content {
    margin-top: calc(50 / 375 * 100vw);
    overflow: hidden;
  }
  #lead-content .lead-content__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 233%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
  }
  #lead-content .lead-content__image {
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(50 / 375 * 100vw);
    width: calc(285 / 375 * 100vw);
    z-index: 2;
  }
  #lead-content .lead-content__image .slick-list {
    overflow: visible;
  }
  #lead-content .lead-content__image .slick-slide {
    margin-right: calc(15 / 375 * 100vw);
  }
}


@media (min-width: 769px) {
  #item-01 {
    margin-top: calc(200 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(970 / 1440 * 100vw);
    position: relative;
  }
  #item-01 .image-area {
    height: calc(1220 / 1440 * 100vw);
  }
  #item-01 .item-img--01 {
    top: 0;
    left: 0;
    width: calc(430 / 1440 * 100vw);
    z-index: 1;
  }
  #item-01 .item-img--02 {
    top: calc(810 / 1440 * 100vw);
    left: calc(100 / 1440 * 100vw);
    width: calc(280 / 1440 * 100vw);
    z-index: 1;
  }
  #item-01 .item-img--03 {
    top: calc(400 / 1440 * 100vw);
    left: calc(490 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
    z-index: 1;
  }
}
@media (min-width: 769px) {
  #item-02 {
    margin-top: calc(200 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1160 / 1440 * 100vw);
    position: relative;
  }
  #item-02 .image-area {
    height: calc(840 / 1440 * 100vw);
  }
  #item-02 .item-img--01 {
    top: calc(127 / 1440 * 100vw);
    left: calc(760 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 1;
  }
  #item-02 .item-img--02 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(640 / 1440 * 100vw);
    z-index: 1;
  }
}
@media (min-width: 769px) {
  #item-03 {
    margin-top: calc(200 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1440 / 1440 * 100vw);
    position: relative;
  }
  #item-03 .image-area {
    height: calc(843 / 1440 * 100vw);
  }
  #item-03 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    left: calc(420 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--02 {
    top: calc(0 / 1440 * 100vw);
    left: calc(900 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--03 {
    top: calc(93 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
    z-index: 1;
    cursor: auto;
  }
}
@media (min-width: 769px) {
  #item-04 {
    margin-top: calc(200 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(845 / 1440 * 100vw);
    position: relative;
  }
  #item-04 .image-area {
    height: calc(762 / 1440 * 100vw);
  }
  #item-04 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    left: calc(445 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-04 .item-img--02 {
    top: calc(176 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
}
@media (min-width: 769px) {
  #item-05 {
    margin-top: calc(194 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1132 / 1440 * 100vw);
    position: relative;
  }
  #item-05 .image-area {
    height: calc(890 / 1440 * 100vw);
  }
  #item-05 .item-img--01 {
    top: calc(146 / 1440 * 100vw);
    left: calc(714 / 1440 * 100vw);
    width: calc(412 / 1440 * 100vw);
    border: calc(6 / 1440 * 100vw) solid #7B6B6F;
    z-index: 2;
  }
  #item-05 .item-img--02 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(612 / 1440 * 100vw);
    border: calc(6 / 1440 * 100vw) solid #7B6B6F;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  #item-06 {
    margin-top: calc(194 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1280 / 1440 * 100vw);
    position: relative;
  }
  #item-06 .image-area {
    height: calc(1094 / 1440 * 100vw);
  }
  #item-06 .item-img--01 {
    top: 0;
    left: 0;
    width: calc(400 / 1440 * 100vw);
    z-index: 1;
  }
  #item-06 .item-img--02 {
    top: calc(626 / 1440 * 100vw);
    left: calc(260 / 1440 * 100vw);
    width: calc(320 / 1440 * 100vw);
    z-index: 1;
  }
  #item-06 .item-img--03 {
    top: calc(93 / 1440 * 100vw);
    left: calc(640 / 1440 * 100vw);
    width: calc(640 / 1440 * 100vw);
    z-index: 1;
  }
}
@media (min-width: 769px) {
  #item-07 {
    margin-top: calc(307 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1440 / 1440 * 100vw);
    position: relative;
  }
  #item-07 .image-area {
    height: calc(873 / 1440 * 100vw);
  }
  #item-07 .item-img--01 {
    top: calc(200 / 1440 * 100vw);
    left: calc(410 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
    z-index: 2;
  }
  #item-07 .item-img--02 {
    top: calc(200 / 1440 * 100vw);
    left: calc(900 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
    z-index: 2;
  }
  #item-07 .item-img--03 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
    z-index: 1;
    cursor: auto;
  }
}
@media (min-width: 769px) {
  #item-08 {
    margin-top: calc(200 / 1440 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(1280 / 1440 * 100vw);
    position: relative;
  }
  #item-08 .image-area {
    height: calc(1094 / 1440 * 100vw);
  }
  #item-08 .item-img--01 {
    top: calc(97 / 1440 * 100vw);
    left: 0;
    width: calc(640 / 1440 * 100vw);
    z-index: 1;
  }
  #item-08 .item-img--02 {
    top: calc(0 / 1440 * 100vw);
    left: calc(762 / 1440 * 100vw);
    width: calc(430 / 1440 * 100vw);
    z-index: 1;
  }
  #item-08 .item-img--03 {
    top: calc(690 / 1440 * 100vw);
    left: calc(893 / 1440 * 100vw);
    width: calc(300 / 1440 * 100vw);
    z-index: 1;
  }
}

@media (max-width: 768px) {
  #item-01 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-01 .item-img--01 {
    width: calc(300 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
  #item-01 .item-img--02 {
    width: calc(240 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(100 / 375 * 100vw);
  }
  #item-01 .item-img--03 {
    width: calc(340 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  #item-02 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-02 .item-img--01 {
    width: calc(280 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(47.5 / 375 * 100vw);
  }
  #item-02 .item-img--02 {
    width: calc(375 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  #item-03 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-03 .item-img--01 {
    width: calc(320 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--02 {
    width: calc(320 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--03 {
    width: calc(338 / 375 * 100vw);
    position: absolute;
    top: calc(380 / 375 * 100vw);
    left: calc(37 / 375 * 100vw);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #item-04 {
    margin-top: calc(290 / 375 * 100vw);
  }
  #item-04 .item-img--01 {
    width: calc(280 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(75 / 375 * 100vw);
  }
  #item-04 .item-img--02 {
    width: calc(280 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  #item-05 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-05 .item-img--01 {
    width: calc(240 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(40 / 375 * 100vw);
    border: calc(4 / 375 * 100vw) solid #7B6B6F;
  }
  #item-05 .item-img--02 {
    width: calc(330 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(22 / 375 * 100vw);
    border: calc(4 / 375 * 100vw) solid #7B6B6F;
  }
}
@media (max-width: 768px) {
  #item-06 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-06 .item-img--01 {
    width: calc(300 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
  #item-06 .item-img--02 {
    width: calc(280 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(75 / 375 * 100vw);
  }
  #item-06 .item-img--03 {
    width: calc(375 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  #item-07 {
    margin-top: calc(290 / 375 * 100vw);
  }
  #item-07 .item-img--01 {
    width: calc(320 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
    z-index: 2;
  }
  #item-07 .item-img--02 {
    width: calc(320 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
    z-index: 2;
  }
  #item-07 .item-img--03 {
    width: calc(337 / 375 * 100vw);
    position: absolute;
    top: calc(-190 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #item-08 {
    margin-top: calc(100 / 375 * 100vw);
  }
  #item-08 .item-img--01 {
    width: calc(375 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
  }
  #item-08 .item-img--02 {
    width: calc(300 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
  #item-08 .item-img--03 {
    width: calc(240 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    margin-left: calc(135 / 375 * 100vw);
  }
}

#aimeine-top .all-items {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40 / 1440 * 100vw);
  line-height: calc(51 / 1440 * 100vw);
  margin-top: calc(160 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0.02em;
}
#aimeine-top .all-items a {
  color: #494949 !important;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#aimeine-top .all-items a:hover {
  opacity: .5;
}
@media (max-width: 768px) {
  #aimeine-top .all-items {
    font-size: calc(25 / 375 * 100vw);
    margin-top: calc(100 / 375 * 100vw);
  }
}
#aimeine-top .credit {
  margin-top: calc(140 / 1440 * 100vw);
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(30 / 1440 * 100vw);
  letter-spacing: 0.02em;
}
#aimeine-top .credit dl {
  margin-top: calc(30 / 1440 * 100vw);
}
#aimeine-top .credit dl:first-child {
  margin-top: 0;
}
#aimeine-top .credit dt {
  font-weight: bold;
  /* font-style: italic; */
}
@media (max-width: 768px) {
  #aimeine-top .credit {
    margin-top: calc(95 / 375 * 95vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    letter-spacing: 0;
    letter-spacing: -0.01em;
  }
}

#aimeine-top .slick-slide {
  height: auto;
}

#aimeine-top .archive {
  width: min(1166 / 1440 * 100vw, 1166px);
  margin: min(186 / 1440 * 100vw, 186px) auto min(196 / 1440 * 100vw, 196px) auto;
}
#aimeine-top .archive ul li + li {
  margin-top: min(25 / 1440 * 100vw, 25px);
}
@media (max-width: 768px) {
  #aimeine-top .archive {
    width: calc(340 / 390 * 100vw);
    margin-top: calc(58 / 390 * 100vw);
  }
  #aimeine-top .archive ul li + li {
    margin-top: calc(6 / 390 * 100vw);
  }
}
/*以下インスタ用*/
.aimeine-instagram {
  width: 71.4285714286vw;
  margin: auto;
  padding-top: 10.1428571429vw;
  border-top: 1px solid #E0E0E0;
}
.aimeine-instagram h2 {
  width: 16.2142857143vw;
  margin: 0 auto 4vw;
}
.aimeine-instagram .instagram-account {
  display: flex;
  justify-content: center;
  margin-bottom: 4vw;
  margin-left: 0.8571428571vw;
}
.aimeine-instagram .instagram-account a {
  height: 1.5vw;
}
.aimeine-instagram .instagram-account a:nth-of-type(2) {
  height: 1.6428571429vw;
}
.aimeine-instagram .instagram-account a + a {
  margin-left: 9.6428571429vw;
}
.aimeine-instagram .instagram-account a img {
  width: auto;
  height: 100%;
}
.aimeine-instagram .instagram-item-list ul {
  display: flex;
  flex-wrap: wrap;
}
.aimeine-instagram .view-all {
  display: block;
  width: calc(80 / 1440 * 100vw);
  margin: 6.328125% auto 0;
  position: relative;
  height: calc(23 / 1440 * 100vw);
}
.aimeine-instagram .view-all:before {
  display: block;
  content: "View All";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #767171;
  font-size: calc(20 / 1440 * 100vw);
  line-height: calc(23 / 1440 * 100vw);
  font-family: YuMincho, "Yu Mincho", serif;
  font-style: normal;
  margin-left: calc(1 / 1440 * 100vw);
  letter-spacing: calc(-0.9 / 1440 * 100vw);
}
.aimeine-instagram .view-all img {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .aimeine-instagram .instagram-item-list ul {
    gap: 0.2857142857vw;
  }
  .aimeine-instagram .instagram-item-list ul li {
    width: 17.6428571429vw;
  }
  .aimeine-instagram .instagram-item-list ul li:not(:nth-of-type(-n+8)) {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .aimeine-instagram {
    width: 1000px;
    padding-top: 142px;
  }
  .aimeine-instagram h2 {
    width: 227px;
    margin: 0 auto 56px;
  }
  .aimeine-instagram .instagram-account {
    margin-bottom: 56px;
    margin-left: 12px;
  }
  .aimeine-instagram .instagram-account a {
    height: 21px;
  }
  .aimeine-instagram .instagram-account a:nth-of-type(2) {
    height: 23px;
  }
  .aimeine-instagram .instagram-account a + a {
    margin-left: 135px;
  }
  .aimeine-instagram .instagram-item-list ul {
    gap: 4px;
  }
  .aimeine-instagram .instagram-item-list ul li {
    width: 247px;
  }
}
@media screen and (max-width: 768px) {
  .aimeine-instagram {
    width: 100%;
    padding-top: calc(80 / 390 * 100vw);
  }
  .aimeine-instagram h2 {
    width: calc(143 / 390 * 100vw);
    margin: 0 auto calc(38 / 390 * 100vw);
  }
  .aimeine-instagram .instagram-account {
    margin-bottom: calc(35 / 390 * 100vw);
    margin-left: 0;
  }
  .aimeine-instagram .instagram-account a {
    height: calc(12 / 390 * 100vw);
  }
  .aimeine-instagram .instagram-account a:nth-of-type(2) {
    height: calc(13.5 / 390 * 100vw);
  }
  .aimeine-instagram .instagram-account a + a {
    margin-left: calc(21 / 390 * 100vw);
  }
  .aimeine-instagram .instagram-item-list ul {
    gap: calc(4 / 390 * 100vw);
  }
  .aimeine-instagram .instagram-item-list ul li {
    width: calc(33.3333333333% - 4 / 390 * 100vw * 2 / 3);
  }
  .aimeine-instagram .view-all {
    width: 10.6666666667vw;
    margin: calc(16 / 390 * 100vw) auto 0;
    height: calc(14 / 390 * 100vw);
  }
  .aimeine-instagram .view-all:before {
    font-size: calc(10 / 390 * 100vw);
    line-height: calc(15 / 390 * 100vw);
    margin-left: calc(1 / 390 * 100vw);
    letter-spacing: calc(-0.2 / 390 * 100vw);
  }
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}
[data-aos=zoom-in] {
  transform: scale(.8);
  transition-timing-function: cubic-bezier(0,.25,.5,1.25) !important;
}
.item-img--inner[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
}
.item-detail__img[data-aos=fade-up] {
  transform: translate3d(0, 5px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -28%, 0);
}

[data-aos=fade-up-lite] {
  transform: translate3d(0, 15px, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -15px, 0);
}

[data-aos=fade-left] {
  transform: translate3d(15px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-15px, 0, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -30px, 0);
}

[data-aos=fade-up-lite] {
  transform: translate3d(0, 15px, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -15px, 0);
}

[data-aos=zoom-out] {
  transform: scale(1.1);
}

[data-aos=w-right] {
  transition-property: all;
  width: 0;
}

[data-aos=w-right].aos-animate {
  width: 100%;
}

[data-aos=bdr-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=bdr-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos=bdr-top] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=bdr-bottom] {
  transform: translate3d(0, -100%, 0);
}

[data-aos^=bdr][data-aos^=bdr] {
  transition-duration: 0.5s !important;
}
[data-aos^=bdr][data-aos^=bdr].aos-animate {
  transform: translate3d(0, 0, 0);
}
#footer {
  margin-top: 0;
}