﻿/* ===============================================
  ### Foundation ###
=============================================== */

/* base style */
.main-area,
.main_inner {
  width: 100%;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #3e3e3e;
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
}
.main-area *,
.main_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-area *::before, .main-area *::after,
.main_inner *::before, .main_inner *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-area img, .main-area svg,
.main_inner img,
.main_inner svg {
  height: auto;
  width: 100%;
}
.sp-component {
  display: block;
}
.pc-component {
  display: none;
}
#main-container picture{
  display: block;
}
/* View_All */
#main-container .view_all{
  margin: calc(80 * (100vw / 375)) auto calc(61 * (100vw / 375));
  font-family: 'Poppins', sans-serif;
}
#main-container .viewall__btn a{
  display: inline-block;
}
.main-area, .main_inner{
  background-color: #FAFAFA;
}
@media only screen and (min-width: 560px) {
  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container{
    padding: 0;
    padding-top: calc(40 * (100vw / 1400));
  }
  #main-container .item-content{
    margin: auto;
  }
  .main-area, .main_inner{
    padding: 0;
  }
  .sp-component {
    display: none !important;
  }
  .pc-component {
    display: block;
  }
}

@media only screen and (min-width: 1400px) {
/* ===========================
* Style of Tablet-view *
=========================== */
  #main-container{
    padding: 0;
    padding-top: 40px;
  }
}





/*========================================================
breadcrumb
========================================================*/
  /* ----------[ breadcrumb SP ]---------- */
  #main-container .cateList{
    width: 89%;
    margin: calc(78 * (100vw / 390)) auto 0;
    padding:0 0 calc(15 * (100vw / 390));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(10 * (100vw / 390));
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 390));
    color: #333333;
    white-space: nowrap;

}

/* ----------[ breadcrumb table ]---------- */
@media only screen and (min-width: 560px){
    #main-container .cateList {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: calc(1280 * (100vw / 1400));
        max-width: 1280px;
        height: calc(50 * (100vw / 1400));
        max-height: 50px;
        margin: 0 auto;
        padding: 0 calc(40 * (100vw / 1400)) calc(24 * (100vw / 1400)) 0;
        font-size: calc(13 * (100vw / 1400));
        letter-spacing: 0.01em;
        line-height: normal;
        color: #333333;
    }
    #main-container .cateList span {
      padding: 0 calc(5 * (100vw / 1400));
  }
}
 
/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px){
  #main-container .cateList {
    margin: auto;
    padding: 0 40px 20px 0;
    font-size: 13px;
    height: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  #main-container .cateList span {
    padding: 0 5px;
  }
}





/*========================================================
mainvisual
========================================================*/
@media only screen and (max-width: 559px) {
  .mainvisual {
    position: relative;
    width: 100%;
    padding-bottom: calc(86 * (100vw / 375));
  }
  .mainvisual .mvLpogo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(280 * (100vw / 375));
  }
}
@media only screen and (min-width: 560px) {
  .heading{
    text-align: center;
  }
  .heading a{
    display: inline-block;
  }
  .mainvisual {
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    /* align-items: center; */
    width: calc(1280 * (100vw / 1400));
    padding: calc(20 * (100vw / 1400)) 0 calc(55 * (100vw / 1400)) 0;
    margin: calc(0 * (100vw / 1400)) auto 0;
    border: 1px solid #D9D9D9;
    background-color: #fff;
  }
  .mainvisual .mvLpogo{
    width: calc(382 * (100vw / 1400));
    margin: calc(42 * (100vw / 1400)) auto 0;
  }
  .firstview_img{
    width: calc(1152 * (100vw / 1400));
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .firstview_img li{
    position: relative;
    width: calc(370 * (100vw / 1400));
  }
  
}
@media only screen and (min-width: 1400px) {
  /* â–½headingâ–½ */
  .mainvisual{
    width: 1200px;
    padding: 20px 0 55px 0;
    margin: 0px auto 0;
  }
  .mainvisual .mvLpogo{
    width: 382px;
    margin: 42px auto 0;
  }
  .firstview_img{
    width: 1152px;
  }
  .firstview_img li{
    width: 370px;
  }
}


/*========================================================
collection
========================================================*/
@media only screen and (min-width: 560px) {
  .collection{
    margin-bottom: calc(94 * (100vw / 1400));
  }
}
@media only screen and (min-width: 1400px) {
  .collection{
    margin-bottom: 94px;
  }
}


/*========================================================
animation
========================================================*/
.animation{
  transition: opacity 0.8s;
  opacity: 0;
}
.animation.onView{
  opacity: 1;
}
.mainvisual {
  position: relative;
  max-width: 1200px;
}


@media only screen and (min-width: 560px) {
  .mainvisual.animation .firstview_img01,
  .mainvisual.animation .firstview_img02,
  .mainvisual.animation .firstview_img03{
    transition: opacity 1.0s;
    opacity: 0;
  }
  .mainvisual.animation .firstview_img01{
    transition-delay: 1.0s;
  }
  .mainvisual.animation .firstview_img02{
    transition-delay: 1.65s;
  }
  .mainvisual.animation .firstview_img03{
    transition-delay: 2.3s;
  }
  .mainvisual.animation.onView .firstview_img01,
  .mainvisual.animation.onView .firstview_img02,
  .mainvisual.animation.onView .firstview_img03,
  .mainvisual.animation.onView .mainvisual_title{
    opacity: 1;
  }
}