@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #000000; }
  a.disabled {
    pointer-events: none;
    text-decoration: none;
    color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }
  a:visited {
    color: #000000; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

html {
  scroll-behavior: smooth; }

body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  -webkit-overflow-scrolling: auto; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

.fadeIn {
  opacity: 0;
  transition: opacity 1s; }
  .fadeIn.visible {
    opacity: 1; }

.img-animation {
  overflow: hidden;
  position: relative; }
  .img-animation::before {
    animation: img-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    height: calc(100% - 40px);
    z-index: 4000; }
  .img-animation.mv_slide::before {
    background: #DBDCDC;
    animation: animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
    height: 100%; }
  .img-animation.series1::before {
    background: #515679; }
  .img-animation.series2::before {
    background: #893233; }
  .img-animation.series3::before {
    background: #875D14; }
  .img-animation.series4::before {
    background: #D4AEA4; }
  .img-animation.series5::before {
    background: #5E7B92; }

@keyframes img-animation {
  100% {
    transform: translateX(105%); } }
@keyframes animation {
  100% {
    transform: translateY(100%); } }
/*--------------------------------------------*/
#loadBox {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #loadBox.loading.is-active {
    opacity: 0;
    visibility: hidden; }
  #loadBox .loading-animation {
    opacity: 0;
    visibility: hidden; }
    #loadBox .loading-animation.is-active {
      opacity: 1;
      visibility: visible; }
  #loadBox .loading_svg {
    z-index: +1;
    max-width: 400px; }
    @media screen and (max-width: 600px) {
      #loadBox .loading_svg {
        max-width: 250px; } }
  #loadBox .animeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%); }
    #loadBox .animeBox img {
      display: block;
      text-align: center;
      margin: 0 auto;
      max-width: 200px; }
      @media screen and (max-width: 600px) {
        #loadBox .animeBox img {
          max-width: 150px; } }
      #loadBox .animeBox img.anime_2 {
        opacity: 0; }
        #loadBox .animeBox img.anime_2.visible {
          animation: anime 2.0s ease 2.0s forwards; }
    #loadBox .animeBox .loading_svg {
      margin-top: -1.0em; }
    #loadBox .animeBox .svg-elem-1 {
      animation: animate_1 0.7s linear 1s both; }
    #loadBox .animeBox .svg-elem-2 {
      animation: animate_1 0.7s linear 1.07s both; }
    #loadBox .animeBox .svg-elem-3 {
      animation: animate_1 0.7s linear 1.14s both; }
    #loadBox .animeBox .svg-elem-4 {
      animation: animate_1 0.7s linear 1.21s both; }
    #loadBox .animeBox .svg-elem-5 {
      animation: animate_1 0.7s linear 1.28s both; }
    #loadBox .animeBox .svg-elem-6 {
      animation: animate 0.7s linear 1.35s both; }
    #loadBox .animeBox .svg-elem-7 {
      animation: animate 0.7s linear 1.4s both; }
    #loadBox .animeBox .svg-elem-8 {
      animation: animate 0.7s linear 1.5s both; }
    #loadBox .animeBox .svg-elem-9 {
      animation: animate 0.7s linear 1.6s both; }
    #loadBox .animeBox .svg-elem-10 {
      animation: animate 0.7s linear 1.7s both; }
    #loadBox .animeBox .svg-elem-11 {
      animation: animate 0.7s linear 1.8s both; }
    #loadBox .animeBox .svg-elem-12 {
      animation: animate 0.7s linear 1.9s both; }
    #loadBox .animeBox .svg-elem-13 {
      animation: animate 0.7s linear 2.0s both; }
    #loadBox .animeBox .svg-elem-14 {
      animation: animate 0.7s linear 2.1s both; }

@keyframes anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes animate_1 {
  0% {
    transition-duration: .3s;
    transform-origin: left bottom;
    transform: translate(10%, 10%) rotate(10deg) rotateY(100deg) rotateX(-30deg) scale(0.8);
    opacity: .01; }
  100% {
    transform: translate(0, 0) rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
    opacity: 1; } }
@keyframes animate {
  0% {
    transition-duration: .3s;
    transform-origin: left bottom;
    transform: translate(40%, 20%) rotate(20deg) rotateY(100deg) rotateX(-30deg) scale(0.8);
    opacity: .1; }
  100% {
    transform: translate(0, 0) rotate(0deg) rotateY(0deg) rotateX(0deg) scale(1);
    opacity: 1; } }
/*--------------------------------------------*/
#collection {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  -webkit-overflow-scrolling: auto;
  /* mv */
  /* main */
  /* sliderBox */
  /* modal */ }
  #collection.lp_wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    text-align: left;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    width: 100%;
    background: #DBDCDC; }
  #collection section {
    margin: 0 auto; }
  #collection .mv {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0; }
    #collection .mv .back {
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: bottom; }
    #collection .mv .brandlogo {
      position: absolute;
      bottom: 10vh;
      left: 50%;
      transform: translateX(-50%);
      max-width: 200px; }
      @media screen and (max-width: 600px) {
        #collection .mv .brandlogo {
          bottom: 7vh;
          max-width: 100px; } }
    #collection .mv .sp_logo {
      display: none; }
      @media screen and (max-width: 600px) {
        #collection .mv .sp_logo {
          display: block;
          position: absolute;
          top: 10%;
          left: 50%;
          width: 60%;
          max-width: 240px;
          transform: translateX(-50%); } }
  #collection .main {
    /* mainBox */ }
    #collection .main .ttlsvg {
      margin: 5% auto;
      width: 80%; }
      @media screen and (max-width: 1080px) {
        #collection .main .ttlsvg {
          margin: 15% auto 10%;
          text-align: center; } }
      @media screen and (max-width: 600px) {
        #collection .main .ttlsvg {
          max-width: 250px; } }
    #collection .main .main_Box {
      margin-bottom: 20%; }
      #collection .main .main_Box .box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        @media screen and (max-width: 1080px) {
          #collection .main .main_Box .box {
            justify-content: space-evenly; } }
        #collection .main .main_Box .box .pc_ttl {
          position: relative;
          width: 10%; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .box .pc_ttl {
              display: none; } }
          #collection .main .main_Box .box .pc_ttl img {
            position: absolute;
            top: 50%;
            right: 1.0em;
            transform: translateY(-50%); }
        #collection .main .main_Box .box .sp_ttl {
          display: none; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .box .sp_ttl {
              display: block;
              max-width: 11px; } }
        #collection .main .main_Box .box .imgBox {
          width: 90%; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .box .imgBox {
              overflow: hidden;
              width: 75%; } }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .box .imgBox .pc_img {
              display: none; } }
        #collection .main .main_Box .box .swiper_mv {
          display: none; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .box .swiper_mv {
              display: block;
              width: 100%; } }
          #collection .main .main_Box .box .swiper_mv .swiper-slide img, #collection .main .main_Box .box .swiper_mv .swiper-slide-active img {
            animation: zoom 7.5s linear 0s normal both; }
      #collection .main .main_Box .anchorlink {
        margin: 5% 5% 5% auto;
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media screen and (max-width: 1080px) {
          #collection .main .main_Box .anchorlink {
            width: 80%;
            margin: 5% auto;
            justify-content: space-between; } }
        #collection .main .main_Box .anchorlink a {
          display: block;
          margin-left: 5%; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .anchorlink a {
              margin: auto 2.5%; } }
          #collection .main .main_Box .anchorlink a img {
            height: 30px;
            width: auto; }
      #collection .main .main_Box p {
        width: fit-content;
        margin: 15% auto;
        font-size: 1.2em;
        line-height: 2.2;
        text-align: center;
        letter-spacing: .1em; }
        @media screen and (max-width: 1080px) {
          #collection .main .main_Box p {
            font-size: 1.0em; } }
        @media screen and (max-width: 600px) {
          #collection .main .main_Box p {
            font-size: 3.7vw;
            margin: 20% auto; } }
      #collection .main .main_Box .scroll {
        margin: 0 auto;
        width: fit-content; }
        #collection .main .main_Box .scroll a {
          display: block;
          background: #E5493A;
          color: #ffffff;
          line-height: 1.0;
          padding: 0.5em 0.7em;
          letter-spacing: .1em;
          font-size: .9em; }
          @media screen and (max-width: 1080px) {
            #collection .main .main_Box .scroll a {
              font-size: .8em; } }
          @media screen and (max-width: 600px) {
            #collection .main .main_Box .scroll a {
              font-size: 3.0vw; } }
    #collection .main .youtube {
      position: relative; }
      #collection .main .youtube .gif {
        text-align: center;
        width: 100%;
        max-width: none; }
        @media screen and (max-width: 600px) {
          #collection .main .youtube .gif {
            transform: rotate(-15deg);
            margin-left: -40px; } }
        #collection .main .youtube .gif img {
          max-width: auto;
          width: 100%; }
          @media screen and (max-width: 1800px) {
            #collection .main .youtube .gif img {
              max-width: 100%; } }
      #collection .main .youtube .btn {
        width: fit-content;
        margin: 5% auto; }
        @media screen and (max-width: 600px) {
          #collection .main .youtube .btn {
            position: absolute;
            top: -5%;
            right: 20%;
            margin: auto; } }
        #collection .main .youtube .btn img {
          max-width: 170px; }
          @media screen and (max-width: 600px) {
            #collection .main .youtube .btn img {
              max-width: 100px; } }
  #collection .line {
    width: 80%;
    margin: 20% auto;
    height: 1px;
    background: #000000;
    max-width: 1400px; }
    #collection .line.last {
      margin-bottom: 0; }
  #collection .sliderBox {
    margin: 10% auto;
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
    /* block_1 */
    /* block_2 */ }
    @media screen and (max-width: 1080px) {
      #collection .sliderBox {
        flex-direction: column; } }
    #collection .sliderBox .block_1 {
      width: 40%; }
      @media screen and (max-width: 1080px) {
        #collection .sliderBox .block_1 {
          width: 100%;
          text-align: center; } }
      #collection .sliderBox .block_1 img {
        display: block;
        width: auto;
        height: 50px; }
        @media screen and (max-width: 1080px) {
          #collection .sliderBox .block_1 img {
            margin: 0 auto;
            height: 40px; } }
        @media screen and (max-width: 600px) {
          #collection .sliderBox .block_1 img {
            height: 30px; } }
      #collection .sliderBox .block_1 p {
        font-size: 1.5em;
        margin-top: 1.0em; }
        @media screen and (max-width: 1080px) {
          #collection .sliderBox .block_1 p {
            font-size: 1.2em; } }
        @media screen and (max-width: 600px) {
          #collection .sliderBox .block_1 p {
            font-size: 3.8vw; } }
    #collection .sliderBox .block_2 {
      width: 60%;
      position: relative; }
      @media screen and (max-width: 1080px) {
        #collection .sliderBox .block_2 {
          width: 100%;
          margin-top: 7%; } }
      #collection .sliderBox .block_2 .swiper {
        padding-bottom: 40px; }
      #collection .sliderBox .block_2 .swiper-pagination {
        text-align: left; }
      #collection .sliderBox .block_2 .swiper-pagination-bullet {
        background: #000000;
        opacity: 1;
        width: 6px;
        height: 6px;
        border-radius: 50%; }
      #collection .sliderBox .block_2 .swiper-pagination-bullet-active {
        background: #E5493A;
        width: 6px;
        height: 6px;
        border-radius: 50%; }
      #collection .sliderBox .block_2 .morebtn {
        position: absolute;
        right: 0;
        bottom: -10px;
        cursor: pointer;
        z-index: +1; }
        @media screen and (max-width: 600px) {
          #collection .sliderBox .block_2 .morebtn {
            bottom: 0; } }
        #collection .sliderBox .block_2 .morebtn a img {
          max-width: 110px; }
          @media screen and (max-width: 1080px) {
            #collection .sliderBox .block_2 .morebtn a img {
              max-width: 95px; } }
          @media screen and (max-width: 600px) {
            #collection .sliderBox .block_2 .morebtn a img {
              max-width: 85px; } }
  #collection #allitems {
    padding: 20% 0; }
    #collection #allitems.color {
      background: #DBDCDC; }
      #collection #allitems.color.visible {
        background-image: linear-gradient(0deg, gray 90%, #dbdcdc);
        transition: background 3.0s linear; }
    #collection #allitems .innerBox {
      width: 90%;
      margin: 0 auto; }
    #collection #allitems h3 {
      text-align: center;
      width: 100%;
      background: #000000;
      line-height: 1.0;
      margin-bottom: .5em; }
      @media screen and (max-width: 1080px) {
        #collection #allitems h3 {
          max-width: 500px;
          margin: 0 auto 0.2em; } }
      #collection #allitems h3 img {
        margin: 0.7em;
        max-height: 15px;
        width: auto; }
        @media screen and (max-width: 600px) {
          #collection #allitems h3 img {
            max-height: 10px; } }
    #collection #allitems ul {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 auto;
      padding: 0; }
      @media screen and (max-width: 1080px) {
        #collection #allitems ul {
          max-width: 500px; } }
      #collection #allitems ul li {
        width: calc(100%/6 - 0.5em);
        border: 1px solid #000;
        background: #ffffff;
        padding: 1.0em;
        margin-bottom: 0.5em;
        transition: .5s;
        text-align: center; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li {
            width: calc(100%/2 - .1em);
            margin-bottom: 0.2em; } }
        #collection #allitems ul li.empty {
          background: #DBDCDC; }
          #collection #allitems ul li.empty.tablet {
            display: block; }
            @media screen and (max-width: 1080px) {
              #collection #allitems ul li.empty.tablet {
                display: none; } }
        #collection #allitems ul li.comming {
          padding: 0; }
          #collection #allitems ul li.comming a img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        #collection #allitems ul li.red:hover {
          background: #893233; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.red.visible {
            background: #893233; } }
        #collection #allitems ul li.navy:hover {
          background: #515679; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.navy.visible {
            background: #515679; } }
        #collection #allitems ul li.pink:hover {
          background: #D4AEA4; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.pink.visible {
            background: #D4AEA4; } }
        #collection #allitems ul li.gold:hover {
          background: #875D14; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.gold.visible {
            background: #875D14; } }
        #collection #allitems ul li.blue:hover {
          background: #5E7B92; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.blue.visible {
            background: #5E7B92; } }
        #collection #allitems ul li.brown:hover {
          background: #808080; }
        @media screen and (max-width: 1080px) {
          #collection #allitems ul li.brown.visible {
            background: #808080; } }
    #collection #allitems .at {
      font-size: 0.7em;
      margin: 1.0em; }
      @media screen and (max-width: 1080px) {
        #collection #allitems .at {
          max-width: 500px;
          margin: 1.0em auto; } }
      @media screen and (max-width: 600px) {
        #collection #allitems .at {
          font-size: 2.8vw;
          margin: 1.0em auto; } }
  #collection .lp_footer {
    background: #ffffff;
    padding: 5%; }
    @media screen and (max-width: 1080px) {
      #collection .lp_footer {
        padding: 25% 0 15%;
        text-align: center; } }
    #collection .lp_footer .sp_logo {
      display: none; }
      @media screen and (max-width: 1080px) {
        #collection .lp_footer .sp_logo {
          display: block;
          margin: 0 auto 10%;
          width: 55%;
          max-width: 250px; } }
    #collection .lp_footer .credit {
      margin-bottom: 50vh; }
      @media screen and (max-width: 1080px) {
        #collection .lp_footer .credit {
          margin-bottom: 25%; } }
      #collection .lp_footer .credit p {
        font-size: .9em;
        line-height: 2.2;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 600px) {
          #collection .lp_footer .credit p {
            font-size: 2.9vw;
            letter-spacing: 0; } }
    #collection .lp_footer .snsBox {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media screen and (max-width: 1080px) {
        #collection .lp_footer .snsBox {
          width: 50%;
          max-width: 250px;
          margin: 0 auto; } }
      #collection .lp_footer .snsBox a {
        display: block;
        width: calc(100%/4);
        margin-right: 2.0em; }
        @media screen and (max-width: 1080px) {
          #collection .lp_footer .snsBox a {
            margin: 0 1.0em; } }
        #collection .lp_footer .snsBox a img {
          max-width: 30px; }
          @media screen and (max-width: 600px) {
            #collection .lp_footer .snsBox a img {
              max-width: 15px; } }
    #collection .lp_footer .flex {
      display: flex;
      align-items: baseline;
      justify-content: space-between; }
      @media screen and (max-width: 1080px) {
        #collection .lp_footer .flex .pc_logo {
          display: none;
          justify-content: center; } }
  #collection .modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9999; }
    #collection .modal .modal__bg {
      background: rgba(0, 0, 0, 0.5);
      height: 100vh;
      position: absolute;
      width: 100%; }
    #collection .modal .modal__content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 80%;
      width: fit-content;
      min-width: 800px;
      max-height: 90vh; }
      @media screen and (max-width: 1080px) {
        #collection .modal .modal__content {
          min-width: auto;
          max-width: 98%;
          width: 90%;
          height: 80vh; } }
      @media screen and (max-width: 600px) {
        #collection .modal .modal__content {
          max-height: 70vh; } }
      #collection .modal .modal__content .m_ttl {
        color: #ffffff;
        background: #E5493A;
        padding: 0.5em;
        border: 1px solid #000000;
        text-align: center;
        font-size: 1.2em;
        letter-spacing: .1em; }
        @media screen and (max-width: 600px) {
          #collection .modal .modal__content .m_ttl {
            font-size: 4.0vw; } }
      #collection .modal .modal__content .itemList {
        max-height: 80vh;
        overflow-y: auto;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        background: #808080;
        border: 1px solid #000000;
        flex-wrap: wrap; }
        @media screen and (max-width: 600px) {
          #collection .modal .modal__content .itemList {
            max-height: calc(70vh - 50px);
            height: 100%; } }
        #collection .modal .modal__content .itemList div {
          width: calc(100%/4);
          background: #ffffff;
          border: 1px solid #000000;
          padding: 1.0em;
          position: relative; }
          @media screen and (max-width: 1080px) {
            #collection .modal .modal__content .itemList div {
              width: calc(100%/3); } }
          @media screen and (max-width: 600px) {
            #collection .modal .modal__content .itemList div {
              width: calc(100%/2);
              padding: 1em .5em; } }
          #collection .modal .modal__content .itemList div .sizeicon {
            position: absolute;
            top: 1.0em;
            left: 1.0em; }
            @media screen and (max-width: 600px) {
              #collection .modal .modal__content .itemList div .sizeicon {
                max-width: 23px;
                left: 0.5em; } }
          #collection .modal .modal__content .itemList div.comming {
            padding: 0;
            position: relative; }
            #collection .modal .modal__content .itemList div.comming img:first-child {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            #collection .modal .modal__content .itemList div.comming .comming {
              position: absolute;
              top: 10%;
              left: 50%;
              width: 55%;
              transform: translateX(-50%); }
          #collection .modal .modal__content .itemList div p {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 0.9em;
            margin-top: 1.0em; }
            @media screen and (max-width: 600px) {
              #collection .modal .modal__content .itemList div p {
                font-size: 3.2vw; } }
            #collection .modal .modal__content .itemList div p.at {
              font-size: 80%; }
            #collection .modal .modal__content .itemList div p span {
              font-size: 100%; }
            #collection .modal .modal__content .itemList div p a {
              display: block; }
              #collection .modal .modal__content .itemList div p a img {
                max-width: 70px; }
    #collection .modal .js-modal-close {
      font-size: 1.0em;
      position: absolute;
      top: 0;
      right: 0; }
      #collection .modal .js-modal-close.closebtn {
        font-size: 2.0em;
        color: #ffffff;
        text-align: center;
        height: 25px;
        line-height: 1.0;
        top: -1.0em; }

/* collection */
@keyframes zoom {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1.02); } }
