.anime_trigger {
  -webkit-transition: opacity 0.75s ease,
    -webkit-transform 0.75s ease;
  transition: opacity 0.75s ease,
    -webkit-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition: opacity 0.75s ease, transform 0.75s ease,
    -webkit-transform 0.75s ease;
}
.anime_trigger.base_anime {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.anime_trigger.base_anime.is_anim {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes textRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes textRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circle_anim {
  0% {
    stroke-dashoffset: 3140;
    opacity: 0;
  }
  10% {
    stroke-dashoffset: 3140;
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@keyframes circle_anim {
  0% {
    stroke-dashoffset: 3140;
    opacity: 0;
  }
  10% {
    stroke-dashoffset: 3140;
    opacity: 1;
  }
  30% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
*:where(
    :not(iframe, canvas, img, svg, video):not(
        svg *,
        symbol *
      )
  ) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
}
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  cursor: pointer;
}
body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
img {
  vertical-align: top;
  height: auto;
  width: 100%;
}
strike {
  text-decoration: line-through;
}
[id] {
  scroll-margin-top: 0;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 0;
  }
}
.main-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-wrapper:not(.top) {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  footer.footer .profile-box {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 80px;
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer.footer .profile-box .logo {
    width: 113px;
    margin-top: 4px;
  }
  footer.footer .profile-box .logo svg {
    width: 100%;
    height: auto;
  }
  footer.footer .profile-box .text-box {
    width: calc(100% - 113px);
    padding-left: 76px;
  }
  footer.footer .profile-box .text-box .text {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 18px;
    text-align: left;
    color: #222;
  }
  footer.footer .profile-box .text-box .link-box {
    margin-top: 17px;
  }
  footer.footer .profile-box .text-box .link-box .item {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.twitter::before {
    content: '';
    display: block;
    background-image: url(../images/top/logo_X.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 11px;
    margin-right: 5px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.instagram::before {
    content: '';
    display: block;
    background-image: url(../images/top/ico_footer_instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.site::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 4px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item
    + .item {
    margin-left: 20px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item:hover {
    opacity: 0.5;
  }
  footer.footer .copy {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #f5f5f5;
  }
  footer.footer .copy .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #222;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .profile-box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.footer .profile-box .logo {
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer.footer .profile-box .logo svg {
    width: 100%;
    height: auto;
  }
  footer.footer .profile-box .text-box {
    width: 100%;
    margin-top: 13px;
  }
  footer.footer .profile-box .text-box .text {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 18px;
    text-align: left;
    color: #222;
  }
  footer.footer .profile-box .text-box .link-box {
    margin-top: 17px;
  }
  footer.footer .profile-box .text-box .link-box .item {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #222;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.twitter::before {
    content: '';
    display: block;
    background-image: url(../images/top/logo_X.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 11px;
    margin-right: 5px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.instagram::before {
    content: '';
    display: block;
    background-image: url(../images/top/ico_footer_instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item.site::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 4px;
  }
  footer.footer
    .profile-box
    .text-box
    .link-box
    .item
    + .item {
    margin-left: 20px;
  }
  footer.footer .copy {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #f5f5f5;
  }
  footer.footer .copy .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #222;
  }
}
@media screen and (min-width: 768px) {
  header.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  header.header:not(.is-white) {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
  }
  header.header.is-white {
    background-color: rgba(0, 0, 0, 0);
    height: 70px;
  }
  header.header.is-white .logo svg {
    width: 244px;
  }
  header.header.is-white .logo svg .header_logo .a {
    fill: #fff;
  }
  header.header.is-white .links .item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  header.header.is-white .links .item.active {
    border-bottom: 1px solid #fff;
  }
  header.header.is-white .links .item:hover {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #fff;
  }
  header.header .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header.header .logo svg {
    width: 170px;
    height: auto;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  header.header .logo svg .header_logo .a {
    fill: #3e3a39;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  header.header .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
  }
  header.header .links .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #222;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
    border-bottom: 1px solid rgba(34, 34, 34, 0);
  }
  header.header .links .item.active {
    border-bottom: 1px solid #222;
  }
  header.header .links .item:hover {
    color: rgba(34, 34, 34, 0.5);
    border-bottom: 1px solid #222;
  }
}
@media screen and (max-width: 768px) {
  header.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  header.header:not(.is-white) {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
  }
  header.header.is-white {
    background-color: rgba(0, 0, 0, 0);
    height: 55px;
  }
  header.header.is-white .logo svg {
    width: 148px;
  }
  header.header.is-white .logo svg .header_logo .a {
    fill: #fff;
  }
  header.header.is-white .links .item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  header.header.is-white .links .item.active {
    border-bottom: 1px solid #fff;
  }
  header.header .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  header.header .logo svg {
    width: 118px;
    height: auto;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  header.header .logo svg .header_logo .a {
    fill: #3e3a39;
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  header.header .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
    height: 100%;
  }
  header.header .links .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #222;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
    border-bottom: 1px solid rgba(34, 34, 34, 0);
  }
  header.header .links .item.active {
    border-bottom: 1px solid #222;
  }
}
@media screen and (min-width: 768px) {
  .main-wrapper.top .scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
  }
  .main-wrapper.top .scroll.is_anim {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .main-wrapper.top .scroll.is_hide {
    opacity: 0 !important;
  }
  .main-wrapper.top .scroll .scroll-line {
    width: 1px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    left: 28px;
    bottom: 0;
  }
  .main-wrapper.top .scroll .scroll-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 90px;
    background-color: #000;
    -webkit-animation: scrolldown 3s ease-in-out infinite;
    animation: scrolldown 3s ease-in-out infinite;
  }
  @-webkit-keyframes scrolldown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes scrolldown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .main-wrapper.top .section-firstAnime {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 10;
    background: #fff;
    -webkit-transition: opacity 0.75s ease 1.25s;
    -o-transition: opacity 0.75s ease 1.25s;
    transition: opacity 0.75s ease 1.25s;
  }
  .main-wrapper.top .section-firstAnime .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease 1s,
      -webkit-transform 2s 1s;
    transition: opacity 0.5s ease 1s,
      -webkit-transform 2s 1s;
    -o-transition: opacity 0.5s ease 1s, transform 2s 1s;
    transition: opacity 0.5s ease 1s, transform 2s 1s;
    transition: opacity 0.5s ease 1s, transform 2s 1s,
      -webkit-transform 2s 1s;
  }
  .main-wrapper.top .section-firstAnime .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-wrapper.top .section-firstAnime .logo {
    width: 54.921875%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main-wrapper.top .section-firstAnime .logo svg {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 1s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 0.75s ease;
    transition: transform 1s ease, opacity 0.75s ease;
    transition: transform 1s ease, opacity 0.75s ease,
      -webkit-transform 1s ease;
  }
  .main-wrapper.top
    .section-firstAnime
    .logo
    svg
    .header_logo
    .a {
    fill: #3e3a39;
    -webkit-transition: fill 0.75s ease 1s;
    -o-transition: fill 0.75s ease 1s;
    transition: fill 0.75s ease 1s;
  }
  .main-wrapper.top .section-firstAnime.is_anim {
    opacity: 0;
    pointer-events: none;
  }
  .main-wrapper.top .section-firstAnime.is_anim .logo svg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-wrapper.top .section-firstAnime.is_anim .bg {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-wrapper.top .section-mv {
    width: 100%;
    position: relative;
  }
  .main-wrapper.top .section-mv .kvCheck {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .main-wrapper.top .section-mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .main-wrapper.top .section-mv .bg img {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    left: 0;
  }
  .main-wrapper.top .section-mv .wrap01 {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
  }
  .main-wrapper.top
    .section-mv
    .wrap01.is_anim
    > .text
    img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-wrapper.top .section-mv .wrap01.is_anim .logo-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-wrapper.top .section-mv .wrap01.is_anim::after {
    height: 100%;
  }
  .main-wrapper.top .section-mv .wrap01 > .text {
    position: absolute;
    width: 46.875%;
    left: 5.234375%;
    top: 21.5vh;
  }
  .main-wrapper.top .section-mv .wrap01 > .text .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    > .text
    .circle
    svg {
    display: block;
    overflow: visible;
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    > .text
    .circle
    svg
    circle {
    stroke: #fff;
    fill: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    display: block;
    stroke-dasharray: 3140;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-animation: circle_anim linear 5s infinite;
    animation: circle_anim linear 5s infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-transition: opacity 0.3s ease 3.5s;
    -o-transition: opacity 0.3s ease 3.5s;
    transition: opacity 0.3s ease 3.5s;
  }
  .main-wrapper.top .section-mv .wrap01 > .text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  .main-wrapper.top .section-mv .wrap01 .logo-box {
    position: absolute;
    left: 56.640625%;
    width: 37.109375%;
    top: 16.125vh;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
  }
  .main-wrapper.top .section-mv .wrap01 .logo-box .logo {
    width: auto;
    height: 100%;
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    .logo-box
    .logo
    img {
    height: 100%;
    width: 100%;
  }
  .main-wrapper.top .section-mv .wrap01::after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }
  .main-wrapper.top .section-mv .wrap02 {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box {
    width: 50%;
    height: 150vh;
    min-height: 1200px;
    margin-right: auto;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8e6df;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box .inner {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 800px;
    padding-left: 80px;
    padding-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .story-box
    .inner.is-hidden {
    opacity: 0;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .story-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .story-box
    .title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.13em;
    line-height: 42px;
    text-align: left;
    color: #222;
    margin-top: 30px;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 35px;
    text-align: left;
    color: #222;
    margin-top: 46px;
  }
  .main-wrapper.top .section-mv .wrap02 .animation-box {
    background-color: #fff;
    position: sticky;
    z-index: 2;
    width: 100%;
    padding-top: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .img-box {
    width: 39.06%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .img-box
    img {
    width: 100%;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .circle-text {
    position: absolute;
    width: 199.921875%;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 32.2%;
    opacity: 0.1;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .circle-text
    img {
    -webkit-animation: 60s linear infinite textRotation;
    animation: 60s linear infinite textRotation;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: -1;
  }
  .main-wrapper.top .section-concept {
    padding-top: 280px;
    padding-bottom: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .main-wrapper.top .section-concept > .img-box {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 139px;
  }
  .main-wrapper.top .section-concept > .img-box .img {
    width: 65.625%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child) {
    opacity: 0;
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child)
    img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    -o-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease,
      -webkit-transform 0.75s ease;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child):nth-child(2) {
    z-index: 2;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child):nth-child(3) {
    z-index: 3;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child):nth-child(4) {
    z-index: 4;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .main-wrapper.top
    .section-concept
    > .img-box
    .img
    picture:not(:first-child):nth-child(5) {
    z-index: 5;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .main-wrapper.top
    .section-concept
    > .img-box.is_anim
    .img
    picture:not(:first-child) {
    opacity: 1;
  }
  .main-wrapper.top
    .section-concept
    > .img-box.is_anim
    .img
    picture:not(:first-child)
    img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-wrapper.top .section-concept > .text-box {
    width: 50%;
    padding-left: 104px;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.11em;
    line-height: 42px;
    text-align: left;
    color: #222;
    margin-top: 30px;
  }
  .main-wrapper.top .section-concept > .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 27px;
    text-align: left;
    color: #222;
    margin-top: 15px;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .text
    + .text {
    margin-top: 15px;
  }
  .main-wrapper.top .section-concept::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-message {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
  }
  .main-wrapper.top .section-message .text-box {
    width: 50%;
    padding-left: 80px;
    padding-right: 96px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }
  .main-wrapper.top .section-message .text-box .circle {
    position: absolute;
    left: -151px;
    top: 72px;
    width: 500px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-wrapper.top .section-message .text-box .circle svg {
    display: block;
    overflow: visible;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .circle
    svg
    circle {
    stroke: #e1e1e1;
    fill: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    display: block;
    stroke-dasharray: 3140;
    -webkit-animation: circle_anim linear 5s infinite;
    animation: circle_anim linear 5s infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
  }
  .main-wrapper.top .section-message .text-box .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top .section-message .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 27px;
    text-align: left;
    color: #222;
    margin-top: 44px;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 42px;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box
    .position {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 16px;
    text-align: left;
    color: #222;
    margin-right: 9px;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box
    .name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top .section-message .img-box {
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top .section-message::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-collection {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .main-wrapper.top .section-collection::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-collection > .inner {
    padding-top: 178px;
    padding-bottom: 0;
  }
  .main-wrapper.top .section-collection .collection-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #222;
    padding-left: 80px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #222;
    margin-top: 10px;
    padding-left: 83px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists {
    margin-top: 46px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    .slide-box {
    pointer-events: none;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > * {
    width: 50%;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box {
    padding-left: 105px;
    padding-right: 101px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .category {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 32px;
    font-size: 22px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #222;
    margin-top: 7px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .price {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222;
    margin-top: 12px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .price
    .tax {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #222;
    margin-left: 1px;
    margin-bottom: 6px;
    display: inline-block;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #000;
    margin-top: 33px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    background-image: url(../images/top/ico_link_arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-left: 9px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link:hover {
    opacity: 0.3;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box {
    margin-top: 25px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box
    .text {
    display: inline-block;
    padding: 6px 15px 7px;
    background-color: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 17px;
    text-align: left;
    color: #666;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box
    + .thumbnail-box {
    margin-top: 60px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box {
    margin-top: 66px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37px 10px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item {
    position: relative;
    width: calc((100% - 50px) / 6);
    cursor: pointer;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box {
    display: block;
    position: relative;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::after,
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::after {
    border: 1px solid #999;
    z-index: 2;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::before {
    border: 3px solid #fff;
    z-index: 1;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select {
    pointer-events: none;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box {
    position: relative;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box::after,
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box::before {
    opacity: 1;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .text-box {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #222;
    width: 100%;
  }
  .main-wrapper.top .section-about {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F5F5F4;
    border: solid #fff 80px;
    border-bottom: solid #fff 120px;
  }
  .main-wrapper.top .section-about > .box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top .section-about > .box .logo-box {
    width: 265px;
    height: 18px;
    margin: auto;
  }
  .main-wrapper.top .section-about > .box .text-box {
    margin-top: 28px;
  }
  .main-wrapper.top .section-about > .box .logo-box img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-wrapper.top .section-about > .box .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.11em;
    line-height: 27px;
    text-align: center;
    color: #222;
    margin-top: 28px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .text-box
    .text
    a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .main-wrapper.top
    .section-about
    > .box
    .text-box
    .text
    a:hover {
    opacity: 0.5;
  }
  .main-wrapper.top .section-about > .box .link-box,
  .main-wrapper.top .section-rental > .inner .link-box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top .section-about > .box .link-box .text,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .text {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 17px;
    margin-right: 8px;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top .section-about > .box .link-box .links,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item, .instagram-icon {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    -webkit-transition: background-color 0.3s ease,
      border 0.3s ease;
    -o-transition: background-color 0.3s ease,
      border 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease;
    height: 55px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item
    .ico,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item
    .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child {
    background-color: #222;
    border: 1px solid #222;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 17px;
    text-align: left;
    color: #fff;
    border-radius: 100px;
    padding-left: 70px;
    padding-right: 20px;
  }
  /* .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child {
    margin-right: 25px;
  } */
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    path,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    path {
    fill: #fff;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    svg,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    svg {
    margin-left: 38px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    .text,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    .text {
    color: #fff;
    margin-right: 0;
    margin-top: 0;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child:hover,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child:hover {
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child:hover
    .text,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child:hover
    .text {
    color: #222;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child:hover
    path,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child:hover
    path {
    fill: #222;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:hover,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:hover, .instagram-icon:hover {
    background-color: #222;
    border: 1px solid #222;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:hover
    path,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:hover
    path, .ico_instagram:hover path {
    fill: #fff;
  }
  .main-wrapper.top .section-rental {
    position: relative;
    z-index: 0;
    padding-top: 80px;
    padding-bottom: 90px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .main-wrapper.top .section-rental .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-wrapper.top .section-rental .bg img {
    position: sticky;
    top: 0;
    margin-top: -100vh;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-wrapper.top .section-rental > .inner {
    padding-top: 60px;
    padding-bottom: 100px;
    background: -o-linear-gradient(
      36.067deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(
      53.933deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }
  .main-wrapper.top .section-rental > .inner .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #222;
  }
  .main-wrapper.top .section-rental > .inner .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.11em;
    text-align: center;
    color: #222;
    margin-top: 66px;
  }
  .main-wrapper.top .section-rental .collection-box {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top .section-rental .collection-box .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
  .main-wrapper.top .section-rental .collection-box .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 32px;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item {
    width: calc((100% - 15px) / 2);
    padding-top: 63.38%;
    position: relative;
    overflow: hidden;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item
    .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(
      36.067deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(
      53.933deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item
    .inner
    .coming:not(.logo) {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #666;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item
    .inner
    .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54.83%;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item
    .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item
    .mask
    .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: -webkit-transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    -o-transition: transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: transform 1.2s
        cubic-bezier(0.01, 0.32, 0.33, 1),
      -webkit-transform 1.2s cubic-bezier(0.01, 0.32, 0.33, 1);
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    background: url(../images/top/highlight.png) no-repeat
      center/auto 100%;
  }
  .main-wrapper.top
    .section-rental
    .collection-box
    .lists
    .item.is_anim
    .mask
    .gradient {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .main-wrapper.top .section-rental .other-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-wrapper.top .section-rental .other-box > * {
    width: 100%;
  }
  .main-wrapper.top .section-rental .other-box > * .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
  }
  .main-wrapper.top .section-rental .other-box > * .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item {
    width: 100%;
    padding-top: 85.8%;
    position: relative;
    pointer-events: none;
    overflow: hidden;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item
    .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(
      36.067deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(
      53.933deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item
    .inner
    .coming {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #3e3a39;
    display: block;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item
    .inner
    .coming-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.11em;
    line-height: 21px;
    text-align: center;
    color: #3e3a39;
    margin-top: 30px;
    display: block;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item
    .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item
    .mask
    .gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: -webkit-transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    -o-transition: transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: transform 1.2s
      cubic-bezier(0.01, 0.32, 0.33, 1);
    transition: transform 1.2s
        cubic-bezier(0.01, 0.32, 0.33, 1),
      -webkit-transform 1.2s cubic-bezier(0.01, 0.32, 0.33, 1);
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    background: url(../images/top/highlight.png) no-repeat
      center/auto 100%;
  }
  .main-wrapper.top
    .section-rental
    .other-box
    > *
    .lists
    .item.is_anim
    .mask
    .gradient {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .main-wrapper.top .section-rental .other-box > * + * {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main-wrapper.top .scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
  }
  .main-wrapper.top .scroll.is_hide {
    opacity: 0 !important;
  }
  .main-wrapper.top .scroll.is_anim {
    opacity: 1;
  }
  .main-wrapper.top .scroll .scroll-line {
    width: 1px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    left: 40px;
    bottom: 0;
  }
  .main-wrapper.top .scroll .scroll-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 90px;
    background-color: #000;
    -webkit-animation: scrolldown 3s ease-in-out infinite;
    animation: scrolldown 3s ease-in-out infinite;
  }
  @-webkit-keyframes scrolldown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes scrolldown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .main-wrapper.top .section-firstAnime {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 10;
    background: #fff;
    -webkit-transition: opacity 0.75s ease 1.25s;
    -o-transition: opacity 0.75s ease 1.25s;
    transition: opacity 0.75s ease 1.25s;
  }
  .main-wrapper.top .section-firstAnime .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s ease 1s,
      -webkit-transform 2s 1s;
    transition: opacity 0.5s ease 1s,
      -webkit-transform 2s 1s;
    -o-transition: opacity 0.5s ease 1s, transform 2s 1s;
    transition: opacity 0.5s ease 1s, transform 2s 1s;
    transition: opacity 0.5s ease 1s, transform 2s 1s,
      -webkit-transform 2s 1s;
  }
  .main-wrapper.top .section-firstAnime .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-wrapper.top .section-firstAnime .logo {
    width: 81.33%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .main-wrapper.top .section-firstAnime .logo svg {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 1s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 0.75s ease;
    transition: transform 1s ease, opacity 0.75s ease;
    transition: transform 1s ease, opacity 0.75s ease,
      -webkit-transform 1s ease;
  }
  .main-wrapper.top
    .section-firstAnime
    .logo
    svg
    .header_logo
    .a {
    fill: #3e3a39;
    -webkit-transition: fill 0.75s ease 1s;
    -o-transition: fill 0.75s ease 1s;
    transition: fill 0.75s ease 1s;
  }
  .main-wrapper.top .section-firstAnime.is_anim {
    opacity: 0;
    pointer-events: none;
  }
  .main-wrapper.top .section-firstAnime.is_anim .logo svg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-wrapper.top .section-firstAnime.is_anim .bg {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .main-wrapper.top .section-mv {
    width: 100%;
    position: relative;
  }
  .main-wrapper.top .section-mv .kvCheck {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
  }
  .main-wrapper.top .section-mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .main-wrapper.top .section-mv .bg img {
    width: 100%;
    height: 100vh;
    height: 100lvh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    left: 0;
  }
  .main-wrapper.top .section-mv .wrap01 {
    width: 100%;
    height: 170vw;
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
  }
  .main-wrapper.top
    .section-mv
    .wrap01.is_anim
    > .text
    img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-wrapper.top .section-mv .wrap01.is_anim .logo-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-wrapper.top .section-mv .wrap01.is_anim::after {
    height: 100%;
  }
  .main-wrapper.top .section-mv .wrap01 > .text {
    position: absolute;
    width: 74.66%;
    right: -16px;
    bottom: 64px;
  }
  .main-wrapper.top .section-mv .wrap01 > .text .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    > .text
    .circle
    svg {
    display: block;
    overflow: visible;
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    > .text
    .circle
    svg
    circle {
    stroke: #fff;
    fill: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    display: block;
    stroke-dasharray: 3140;
    -webkit-animation: circle_anim linear 5s infinite;
    animation: circle_anim linear 5s infinite;
    opacity: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-transition: opacity 0.3s ease 3.5s;
    -o-transition: opacity 0.3s ease 3.5s;
    transition: opacity 0.3s ease 3.5s;
    width: 100%;
    height: 100%;
  }
  .main-wrapper.top .section-mv .wrap01 > .text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  .main-wrapper.top .section-mv .wrap01 .logo-box {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
    -webkit-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
    margin-top: 94px;
  }
  .main-wrapper.top .section-mv .wrap01 .logo-box .logo {
    width: 72.8%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-wrapper.top
    .section-mv
    .wrap01
    .logo-box
    .logo
    img {
    height: 100%;
    width: 100%;
  }
  .main-wrapper.top .section-mv .wrap02 {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box {
    width: 100%;
    padding-top: 86px;
    padding-bottom: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box .inner {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity 0.75s ease;
    -o-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .story-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .story-box
    .title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 31px;
    text-align: left;
    color: #fff;
    margin-top: 27px;
  }
  .main-wrapper.top .section-mv .wrap02 .story-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 27px;
    text-align: left;
    color: #fff;
    margin-top: 25px;
  }
  .main-wrapper.top .section-mv .wrap02 .animation-box {
    background-color: #fff;
    position: sticky;
    z-index: 2;
    width: 100%;
    padding-bottom: 122px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 130px;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .inner {
    overflow: hidden;
    padding-top: 130px;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .img-box {
    width: 73.33%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .img-box
    img {
    width: 100%;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .circle-text {
    position: absolute;
    width: 128%;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 73px;
    opacity: 0.1;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box
    .circle-text
    img {
    -webkit-animation: 60s linear infinite textRotation;
    animation: 60s linear infinite textRotation;
  }
  .main-wrapper.top
    .section-mv
    .wrap02
    .animation-box::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: -1;
  }
  .main-wrapper.top .section-mv::after {
    content: '';
    width: 1px;
    height: 0;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #fff;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
  }
  .main-wrapper.top .section-mv.is_anim::after {
    height: 100%;
  }
  .main-wrapper.top .section-concept {
    padding-bottom: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .main-wrapper.top .section-concept > .text-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .title-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 31px;
    text-align: left;
    color: #222;
    margin-top: 27px;
  }
  .main-wrapper.top .section-concept > .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 18px;
    text-align: left;
    color: #222;
    margin-top: 25px;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    .text
    + .text {
    margin-top: 7px;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box {
    width: 67.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child) {
    opacity: 0;
    -webkit-transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    transition: opacity 0.75s ease,
      -webkit-transform 0.75s ease;
    -o-transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition: opacity 0.75s ease, transform 0.75s ease,
      -webkit-transform 0.75s ease;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child)
    img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    -o-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease,
      -webkit-transform 0.75s ease;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child):nth-child(2) {
    z-index: 2;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child):nth-child(3) {
    z-index: 3;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child):nth-child(4) {
    z-index: 4;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    .img
    picture:not(:first-child):nth-child(5) {
    z-index: 5;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box.is_anim
    .img
    picture:not(:first-child) {
    opacity: 1;
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box.is_anim
    .img
    picture:not(:first-child)
    img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-wrapper.top
    .section-concept
    > .text-box
    > .img-box
    + .text {
    margin-top: 27px;
  }
  .main-wrapper.top .section-concept::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-message {
    padding-top: 108px;
    padding-bottom: 98px;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-wrapper.top .section-message .text-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .main-wrapper.top .section-message .text-box > .img-box {
    width: 100%;
    margin-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-wrapper.top .section-message .text-box .circle {
    display: none;
    position: absolute;
    left: -151px;
    top: 72px;
    width: 500px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-wrapper.top .section-message .text-box .circle svg {
    display: block;
    overflow: visible;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .circle
    svg
    circle {
    stroke: #e1e1e1;
    fill: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    display: block;
    stroke-dasharray: 3140;
    -webkit-animation: circle_anim linear 5s infinite;
    animation: circle_anim linear 5s infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
  }
  .main-wrapper.top .section-message .text-box .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-wrapper.top .section-message .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 22px;
    text-align: left;
    color: #222;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box
    .position {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 16px;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-message
    .text-box
    .position-box
    .name {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: left;
    color: #222;
    margin-top: 5px;
  }
  .main-wrapper.top .section-message > .img-box {
    display: none;
  }
  .main-wrapper.top .section-message::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-collection {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .main-wrapper.top .section-collection::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-collection > .inner {
    /* padding-top: 80px; */
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .main-wrapper.top .section-collection .collection-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #222;
    padding-left: 30px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    .title-sub {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #222;
    margin-top: 10px;
    padding-left: 30px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists {
    margin-top: 25px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box {
    padding-bottom: 70px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    .slide-box {
    pointer-events: none;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > * {
    width: 100%;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .category {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .name {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #222;
    margin-top: 3px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .price {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222;
    margin-top: 9px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .price
    .tax {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #222;
    margin-left: 0;
    margin-bottom: 6px;
    display: inline-block;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 15px;
    text-align: left;
    color: #000;
    margin-top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    background-image: url(../images/top/ico_link_arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    margin-left: 9px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .detail-box
    .link:hover {
    opacity: 0.3;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box {
    margin-top: 20px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box
    .text {
    display: inline-block;
    padding: 6px 15px 7px;
    background-color: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 17px;
    text-align: left;
    color: #666;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .info-box
    + .thumbnail-box {
    margin-top: 36px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box {
    margin-top: 35px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px 10px;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item {
    position: relative;
    width: calc((100% - 40px) / 5);
    cursor: pointer;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box {
    display: block;
    position: relative;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::after,
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::after {
    border: 1px solid #999;
    z-index: 2;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .img-box::before {
    border: 3px solid #fff;
    z-index: 1;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select {
    pointer-events: none;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box {
    position: relative;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box::after,
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item.select
    .img-box::before {
    opacity: 1;
  }
  .main-wrapper.top
    .section-collection
    .collection-box
    > .lists
    > .box
    > *.text-box
    .thumbnail-box
    .lists
    .item
    .text-box {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #222;
    width: 100%;
  }
  .main-wrapper.top .section-about {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F5F5F4;
    padding: 0 35px 80px;
    background-image: linear-gradient(to bottom, rgba(245,245,244, 1) 0%, rgba(245,245,244, 1) 100%), linear-gradient(to bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 1) 100%);
    background-clip: content-box, padding-box;
  }
  .main-wrapper.top .section-about::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .main-wrapper.top .section-about > .box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
  }
  .main-wrapper.top .section-about > .box .logo-box {
    width: 212px;
    height: 15px;
    margin: auto;
  }
  .main-wrapper.top .section-about > .box .text-box {
    margin-top: 20px;
  }
  .main-wrapper.top .section-about > .box .logo-box img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-wrapper.top .section-about > .box .text-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-wrapper.top .section-about > .box .text-box .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.11em;
    line-height: 22px;
    text-align: left;
    color: #222;
    margin-top: 20px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .text-box
    .text
    a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .main-wrapper.top
    .section-about
    > .box
    .text-box
    .text
    a:hover {
    opacity: 0.5;
  }
  .main-wrapper.top .section-about > .box .link-box,
  .main-wrapper.top .section-rental > .inner .link-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top .section-about > .box .link-box .text,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .text {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 17px;
    margin-top: 0;
    margin-right: 8px;
    text-align: left;
    color: #222;
  }
  .main-wrapper.top .section-about > .box .link-box .links,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 220px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item, .instagram-icon {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    -webkit-transition: background-color 0.3s ease,
      border 0.3s ease;
    -o-transition: background-color 0.3s ease,
      border 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease;
    width: 55px;
    height: 55px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item
    .ico
    .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item
    .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child {
    background-color: #222;
    border: 1px solid #222;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    position: relative;
    width: 220px;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    path,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    path {
    fill: #fff;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    svg,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    svg {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .main-wrapper.top
    .section-about
    > .box
    .link-box
    .links
    .item:first-child
    .text,
  .main-wrapper.top
    .section-rental
    > .inner
    .link-box
    .links
    .item:first-child
    .text {
    color: #fff;
  }
  .main-wrapper.top .section-rental {
    position: relative;
    z-index: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-wrapper.top .section-rental::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
  .main-wrapper.top .section-rental .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main-wrapper.top .section-rental .bg img {
    position: sticky;
    top: 0;
    margin-top: -100vh;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-wrapper.top .section-rental > .inner {
    padding-top: 33px;
    padding-bottom: 51px;
    padding-left: 30px;
    padding-right: 30px;
    background: -o-linear-gradient(
      36.067deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
    background: linear-gradient(
      53.933deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.8) 50.58%,
      rgba(255, 255, 255, 0.2) 100%
    );
  }
  .main-wrapper.top .section-rental > .inner .title {
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #222;
  }
  .main-wrapper.top .section-rental > .inner .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #222;
    margin-top: 43px;
  }
}

.archive-div {
  overflow: hidden;
  transition: height 0.5s ease;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #fff;
  font-weight: 400;
  font-family: 'soleil', sans-serif;
  line-height: 35px;
  text-align: left;
  color: #222;
  .title {
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0.07em;
    padding-left: 80px;
  }
  .title-sub {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.04em;
    margin-top: 10px;
    padding-left: 83px;
    padding-bottom: 16px;
  }
  .flex {
    display: flex;
    align-items: center;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .archive-div {
    padding-top: 50px;
    .title {
      font-size: 17px;
      line-height: 21px;
      letter-spacing: 0.07em;
      padding-left: 30px;
    }
    .title-sub {
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 0.04em;
      margin-top: 10px;
      padding-left: 30px;
      padding-bottom: 0;
    }
  }
}

.archive-header {
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .archive-header::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 11px;
    top: 0;
    background-color: #ddd;
    z-index: 1;
  }
  .archive-header {
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper.top
    .archive-content
    .section-collection::after {
    content: '';
    width: 0px;
  }
}

.archive-content {
  transition: height 0.5s ease;
  height: 0;
}

@media screen and (max-width: 768px) {
  .main-wrapper.top .archive-content .section-collection {
    background-color: rgba(255, 255, 255, 0);
  }
}

.archive-title {
  font-family: 'soleil', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.07em;
}

.flex.archive-trigger {
  display: inline-flex;
  margin-left: 80px;
  cursor: pointer;
}

.archive-trigger .title {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .flex.archive-trigger {
    margin-left: 30px;
  }
}

.arrow {
  transition: transform 0.3s ease;
  margin-top: 4px;
  margin-left: 32px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .arrow {
    height: 15px;
    margin-left: 15px;
    margin-top: 2px;
  }
}

.rotated {
  transform: rotate(90deg);
}

.new-arrivals {
  background-color: #e3e2dd;
  padding-top: 150px;
  padding-bottom: 500px;
}

@media screen and (max-width: 768px) {
  .new-arrivals {
    padding-top: 50px;
    padding-bottom: 350px;
  }
}

@media screen and (max-width: 768px) {
  .new-arrivals-img-pc {
    display: none;
  }
  .new-arrivals-img-sp {
    display: block;
    padding: 40px 30px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .new-arrivals-img-pc {
    display: block;
    padding: 40px 50px 50px 50px;
  }
  .new-arrivals-img-sp {
    display: none;
  }
}

.look-book {
  background: url('../images/top/marble.png') no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .look-book {
    padding: 50px 0;
    position: relative;
  }
}

.collection-grid {
  position: relative;
  padding: 0 50px;
  display: grid;
  grid-gap: 10px;
  margin-top: 40px;
  grid-auto-rows: auto;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-auto-flow: dense;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .collection-grid {
    display: none;
  }
}

.image1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
.image2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}
.image3 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
}
.image4 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 2;
}
.image5 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
}
.image6 {
  grid-column: 3 / span 2;
  grid-row: 3 / span 2;
}
.image7 {
  grid-column: 1 / span 2;
  grid-row: 4 / span 2;
}
.image8 {
  grid-column: 3 / span 2;
  grid-row: 5 / span 1;
}

.collection-intro {
  width: 50%;
  float: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 27px;
  color: #222;
  padding: 50px 100px;
}

@media screen and (max-width: 768px) {
  .collection-intro {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (min-width: 2400px) {
  .collection-intro {
    padding: 50px 200px;
  }
}

.stylist-name {
  padding: 15px 0px 0px 50px;
  font-family: 'soleil', sans-serif;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .stylist-name {
    padding: 15px 0px 0px 30px;
  }
}

.collection-subtitle {
  font-size: 28px;
  font-weight: bold;
  width: max-content;
  position: relative;
  padding: 40px 30px 30px 30px;
  margin-left: -30px;
  background-color: #e3e2dd;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .collection-subtitle {
    font-size: 24px;
    padding: 30px 20px 20px 30px;
  }
}

.collection-title,
.collection-text,
.stylist-name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .collection-title,
  .collection-text,
  .stylist-name {
    font-size: 13px;
  }
}

.collection-subtitle,
.collection-text {
  position: relative;
  z-index: 1;
}

.circle {
  border: solid rgb(255 254 254 / 63%) 2px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: -200px;
  height: 60vw;
  width: 60vw;

  @media screen and (min-width: 2400px) {
    left: 50vw;
  }

  @media screen and (min-width: 768px) {
    min-width: 800px;
    min-height: 800px;
  }

  @media screen and (max-width: 768px) {
    top: 17.5%;
    left: 15vw;
    height: 115vw;
    width: 115vw;
  }
}

.collection-look-book-sp {
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
  }
}

.image1-sp,
.image2-sp,
.image3-sp,
.image4-sp, 
.group1-image-sp, .group2-image-sp {
  margin-top: 50px;
}
.image1-sp {
  margin-top: 30px;
}
.image1-sp,
.image3-sp,
.group1-image-sp {
  padding: 0 30px;
}
.image2-sp {
  padding-left: 30px;
}
.image4-sp,
.group2-image-sp {
  width: 100%;
}
.image4-sp {
  margin-bottom: 0px;
}

.sustainable-logo {
  width: 140px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.mes-sustainability-message {
  background: #fff;
  padding: 30px 0;
  margin: 60px 23vw;
}

@media screen and (max-width: 768px) {
  .mes-sustainability-message {
    margin: 30px 0;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mes-sustainability-message {
    margin: auto;
    width: 750px;
  }
}

.online-store-btn, .item-detail-btn {
    background-color: #222;
    border: 1px solid #222;
    font-family: 'soleil', sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    letter-spacing: 0.02em;
    line-height: 17px;
    text-align: left;
    color: #fff;
    border-radius: 100px;
    padding: 20px 30px 20px 70px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.item-detail-btn {
  padding: 18px 24px 18px 64px;
}

.online-store-btn:hover, .item-detail-btn:hover {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #222;
}

.online-store-btn .text, .item-detail-btn .text {
  margin-right: 38px;
}

.online-store-btn svg {
  margin-right: -14px;
}
.online-store-btn:hover path {
  fill: #222;
}

.link-div {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .link-div {
    padding-bottom: 80px;
  }
}

.youtube .a {
  fill: none;
}

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
}

.item-detail-floating {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  z-index: 1002;
  -webkit-transition: opacity 0.25s ease 0.25s, visibility 0.25s ease 0.25s;
  -o-transition: opacity 0.25s ease 0.25s, visibility 0.25s ease 0.25s;
  transition: opacity 0.25s ease 0.25s, visibility 0.25s ease 0.25s;
  opacity: 0;
  visibility: hidden;
}

.item-detail-floating.active {
  opacity: 1;
  visibility: visible;
}

.item-detail-floating-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 152px;
  background-color: #ffffff;
}

.item-detail-floating-text {
  font-family: 'soleil', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .item-detail-floating {
    justify-content: end;
  }

  .item-detail-floating-box {
    flex-direction: row;
    width: 342px;
    height: 152px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    margin: 30px;
  }
}
