/* ===============================================
  ### 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: "NotoSansCJKjp", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  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%;
}
.main-area a,
.main_inner a {
  overflow: visible;
  display: block;
}
.main-area {
  overflow-x: hidden;
}

/* toggle visibility for responsive object */
.sp-component {
  display: block;
}
.pc-component {
  display: none;
}
#main-container picture{
  display: block;
}
#main-container #breadcrumb a{
  display: inline;
}


/* ===============================================
  ### fonts ###
=============================================== */
/* heading */
.mainvisual__title-txt .en{
  font-family: "Poppins";
  font-size: calc(24 * (100vw / 375));
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: pre;
  color: #4d4d4d;
}
.mainvisual__title-txt span .bold{
  font-weight: 500;
}
.mainvisual__title-txt .en:nth-of-type(2){
  font-size: calc(30 * (100vw / 375));
  font-weight: normal;
  line-height: calc(39 * (100vw / 375));
}
.mainvisual__title-txt .jp{
  font-size: calc(13 * (100vw / 375));
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: 0.04em;
}
.heading__lead-txt{
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
  font-size: calc(14 * (100vw / 375));
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #4d4d4d;
}
.section-container dt.powder-container__title-txt,
.section-container dt.gelato-container__title-txt{
  font-family: "Poppins";
  font-size: calc(36 * (100vw / 375));
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #4d4d4d;
}
.section-container dd.powder-container__lead-txt,
.section-container dd.gelato-container__lead-txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
  letter-spacing: normal;
}
dl .title-txt{
  font-size: calc(16 * (100vw / 375));
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.02em;
}
dl .lead-txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.81;
  letter-spacing: normal;
}
.credit__prod{
  font-family: "Poppins";
  font-size: calc(11 * (100vw / 375));
  line-height: 2;
  letter-spacing: 0.02em;
}
.credit__prod a{
  display: inline-block;
}
.grid-container__credit .credit__prod{
  letter-spacing: 0.04em;
  color: #fff;
}
/* ===============================================
  ### Layout ###
=============================================== */
/* ===========================
* Style of SP-view *
=========================== */
/* heading */
.heading{
  width: 100%;
}
.mainvisual__animation-wrapper{
  position: relative;
}
.mainvisual__item{
  width: 100%;
}
.mainvisual__title-txt{
  position: absolute;
  bottom: calc(20 * (100vw / 375));
  left: 50%;
  transform: translateX(-50%);
  width: calc(330 * (100vw / 375));
}
.mainvisual__title-txt span{
  display: block;
  padding: 0 calc(4 * (100vw / 375));
}
.mainvisual__title-txt .title--om:nth-of-type(2){
  margin-top: calc(4 * (100vw / 375));
  padding-top: calc(1 * (100vw / 375));
}
.mainvisual__title-txt .title--om.jp{
  margin-top: calc(18 * (100vw / 375));
}
.heading__lead-txt{
  margin: calc(26 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
}


/* section01 */
.sec01,
.sec02{
  position: relative;
  width: 100%;
  margin-top: calc(75 * (100vw / 375));
  padding-bottom: calc(64.7 * (100vw / 375));
  background-color: #F8F8F8;
}
.sec01::before,
.sec02::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - (10 * (100vw / 375)));
  height: calc(100% - (10 * (100vw / 375)));
  border: solid calc(1 * (100vw / 375)) #707070;
  pointer-events: none;
  z-index: 90;
}
/* sec01-product */
.sec01 .product-container{
  margin-top: calc(60 * (100vw / 375));
}
.sec01__powder-container,
.sec02__gelato-container{
  padding: calc(20 * (100vw / 375)) calc(24 * (100vw / 375)) calc(30 * (100vw / 375));
  background-color: #FFF;
}
.product-container__item-wrapper{
  width: calc(300 * (100vw / 375));
}
.product-about{
  margin: calc(30 * (100vw / 375)) calc(25 * (100vw / 375)) 0;
}
.product-about .lead-txt {
  margin-top: calc(10 * (100vw / 375));
}
/* sec01-credit */
.sec01 .credit-container{
  margin: calc(40 * (100vw / 375)) auto 0 calc(75 * (100vw / 375));
}
.credit-container__item-wrapper{
  width: calc(270 * (100vw / 375));
}
.credit-container .credit{
  margin-top: calc(17 * (100vw / 375));
}
.credit-container .credit .credit__yen,
.grid-container .credit .credit__yen{
  margin: 0 calc(10 * (100vw / 375));
}
/* sec01-grit */
.grid-container{
  margin-top: calc(78 * (100vw / 375));
}
.grid-container__item-wrap{
  position: relative;
  width: calc(325 * (100vw / 375));
  margin: calc(9.7 * (100vw / 375)) auto 0;
}
.grid-container__item-wrap:nth-of-type(1){
  margin-top: 0;
}
.grid-about__lead-txt{
  margin-top: calc(10 * (100vw / 375));
}
.grid-container__item-wrap:nth-of-type(2){
  margin-top: calc(20 * (100vw / 375));
}
.grid-container__item-wrap > a{
  position: relative;
}
.grid-container__item-wrap > a::before{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
}
.grid-container .grid-container__credit{
  position: absolute;
  left: calc(10 * (100vw / 375));
  bottom: calc(10 * (100vw / 375));
  transform: translateY(20%);
}



/* sec02 */
.sec02{
  margin-top: calc(79 * (100vw / 375));
  padding-bottom: calc(64 * (100vw / 375));
}
.sec02 .product-container__item-wrapper{
  margin: calc(58 * (100vw / 375)) 0 0 auto;
}
.sec02 .credit-container{
  margin: calc(40 * (100vw / 375)) auto 0 calc(25 * (100vw / 375));
}


/* View_All */
#main-container .view_all{
  width: 100%;
  margin: calc(80 * (100vw / 375)) auto calc(63.9 * (100vw / 375));
  text-align: center;
}
#main-container .viewall__btn img{
  width: calc(300 * (100vw / 375));
}
#main-container .viewall__btn{
  display: inline-block;
}
/* credit__btn */
.credit__btn img{
  width: calc(40 * (100vw / 375));
  height: calc(16 * (100vw / 375));
  vertical-align: text-bottom;
}
/* breadcrumb */
#main-container .cateList{
  width: 89%;
  margin: calc(5 * (100vw / 375)) auto;
  padding: calc(16 * (100vw / 375)) 0;
  color: #0A1F05;
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 375));
}





@media only screen and (min-width: 560px) {
  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container{
    padding: 0;
  }
  #main-container .item-content{
    margin: auto;
  }
  .main-area, .main_inner{
    padding: 0;
  }
  .sp-component {
    display: none !important;
  }
  .pc-component {
    display: block;
  }

/* ===============================================
  ### fonts ###
=============================================== */
/* heading */
  .mainvisual__title-txt .en{
    padding-top: calc(1 * (100vw / 1400));
    font-size: calc(30 * (100vw / 1400));
    line-height: calc(32 * (100vw / 1400));
  }
  .mainvisual__title-txt .en:nth-of-type(2){
    font-size: calc(48 * (100vw / 1400));
    line-height: 1;
    letter-spacing: normal;
    padding-top: calc(1 * (100vw / 1400));
  }
  .mainvisual__title-txt .jp{
    font-size: calc(16 * (100vw / 1400));
    line-height: calc(24 * (100vw / 1400));
  }
  .heading__lead-txt{
    text-shadow: none;
    font-size: calc(16 * (100vw / 1400));
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .section-container dt.powder-container__title-txt,
  .section-container dt.gelato-container__title-txt{
    font-size: calc(48 * (100vw / 1400));
    line-height: 1.25;
  }
  .section-container dd.powder-container__lead-txt,
  .section-container dd.gelato-container__lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
    letter-spacing: 0.04em;
  }
  dl .title-txt{
    font-size: calc(20 * (100vw / 1400));
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  dl .lead-txt{
    font-size: calc(14 * (100vw / 1400));
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .credit__prod{
    font-size: calc(12 * (100vw / 1400));
    line-height: 1.75;
  }


/* ===============================================
  ### Layout ###
=============================================== */
/* ===========================
* Style of Tab-view *
=========================== */
/* heading */
  .mainvisual{
    width: calc(1200 * (100vw / 1400));
    margin: calc(40 * (100vw / 1400)) auto 0;
  }
  .mainvisual__title-txt{
    width: 60%;
    bottom: 50%;
    left: calc(61 * (100vw / 1400));
    transform: translateY(50%);
  }
  .mainvisual__title-txt span{
    display: inline-block;
    padding: 0 calc(4 * (100vw / 1400));
  }
  .mainvisual__title-txt .title--om:nth-of-type(2){
    margin-top: calc(5 * (100vw / 1400));
  }
  .mainvisual__title-txt .title--om.jp{
    margin-top: calc(19 * (100vw / 1400));
    height: calc(25 * (100vw / 1400));
    padding-bottom: calc(1 * (100vw / 1400));
    line-height: calc(24 * (100vw / 1400));
  }
  .heading__lead-txt{
    margin: calc(65 * (100vw / 1400)) auto 0;
  }

  /* section01 */
  .sec01,
  .sec02{
    width: calc(1200 * (100vw / 1400));
    margin: calc(120 * (100vw / 1400)) auto 0;
    padding-bottom: calc(120.5 * (100vw / 1400));
  }
  .sec01::before,
  .sec02::before{
    width: calc(100% - (20 * (100vw / 1400)));
    height: calc(100% - (15 * (100vw / 1400)));
    border: solid calc(1 * (100vw / 1400)) #707070;
  }
  /* sec01-product */
  .section-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sec01__powder-container{
    order: 1;
    width: calc(520 * (100vw / 1400));
    margin-right: calc(680 * (100vw / 1400));
  }
  .powder-container__lead-txt.lead-txt,
  .gelato-container__lead-txt.lead-txt{
    margin-top: calc(9 * (100vw / 1400));
  }
  .sec01__powder-container,
  .sec02__gelato-container{
    padding: calc(34 * (100vw / 1400)) calc(50 * (100vw / 1400)) calc(40 * (100vw / 1400));
  }
  .sec01 .product-container{
    order: 3;
    width: calc(480 * (100vw / 1400));
    margin: calc(-111 * (100vw / 1400)) 0 0 calc(30 * (100vw / 1400));
  }
  .product-container__item-wrapper{
    width: 100%;
  }
  .product-about{
    margin: calc(40 * (100vw / 1400)) 0 0 calc(20 * (100vw / 1400));
  }
  .product-about .lead-txt{
    width: calc(460 * (100vw / 1400));
    margin-top: calc(14 * (100vw / 1400));
  }
  /* sec01-credit */
  .sec01 .credit-container{
    order: 2;
    margin: calc(115 * (100vw / 1400)) 0 0 calc(135 * (100vw / 1400));
  }
  .credit-container__item-wrapper{
    width: calc(420 * (100vw / 1400));
  }
  .credit-container .credit{
    margin-top: calc(21 * (100vw / 1400));
  }
  .credit-container .credit .credit__yen{
    margin: 0 calc(11 * (100vw / 1400));
  }
  /* sec01-grit */
  .grid-container{
    order: 4;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-gap: calc(10 * (100vw / 1400));
    gap: calc(10 * (100vw / 1400));
    -ms-grid-rows: 1fr calc(10 * (100vw / 1400)) 1fr calc(10 * (100vw / 1400));
    -ms-grid-columns: 1fr calc(10 * (100vw / 1400)) 1fr;
    width: 100%;
    margin: calc(75 * (100vw / 1400)) calc(135 * (100vw / 1400)) 0;
  }
  .grid-container .grid-container__item-wrap{
    width: calc(460 * (100vw / 1400));
    margin: auto;
  }
  .grid-container__item-wrap:nth-of-type(1){
    order: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin-top: calc(30 * (100vw / 1400));
  }
  .grid-container__item-wrap:nth-of-type(2){
    order: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .grid-container__item-wrap:nth-of-type(3){
    order: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .grid-container__item-wrap:nth-of-type(4){
    order: 4;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .grid-about__lead-txt{
    margin-top: calc(15 * (100vw / 1400));
  }
  .grid-container__item-wrap > a{
    position: relative;
  }
  .grid-container__item-wrap > a::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
  }
  .grid-container .grid-container__credit{
    position: absolute;
    left: calc(13 * (100vw / 1400));
    bottom: calc(13 * (100vw / 1400));
    transform: translateY(20%);
  }
   .grid-container .grid-container__credit .credit__prod{
     font-size: calc(11 * (100vw / 1400));
   }
  .grid-container .credit .credit__yen{
    margin: 0 calc(11 * (100vw / 1400));
  }

/* sec02 */
  .sec02{
    margin-top: calc(101 * (100vw / 1400));
    padding-bottom: calc(114 * (100vw / 1400));
  }
  .sec02 .sec02__gelato-container{
    order: 2;
    width: calc(520 * (100vw / 1400));
    margin: 0 0 0 auto;
  }
  .sec02 .product-container{
    order: 1;
    width: calc(480 * (100vw / 1400));
    margin: calc(55 * (100vw / 1400)) 0 0 calc(120 * (100vw / 1400));
  }
  .sec02 .product-about {
    margin: calc(40 * (100vw / 1400)) 0 0 0;
  }
  .sec02 .credit-container{
    order: 3;
    width: calc(420 * (100vw / 1400));
  }
  .sec02 .product-container__item-wrapper{
    margin: calc(60 * (100vw / 1400)) 0 0 auto;
  }
  .sec02 .credit-container{
    margin: calc(-664 * (100vw / 1400)) auto 0 calc(630 * (100vw / 1400));
  }
  .sec02 .credit__prod{
    text-align: right;
  }


/* credit__btn */
  .credit__btn img{
    max-width: 40px;
    width: calc(40 * (100vw / 1400));
    max-height: 16px;
    height: calc(16 * (100vw / 1400));
  }
/* view_all */
  #main-container .view_all{
    width: 100%;
    margin: calc(102 * (100vw / 1400)) auto calc(86 * (100vw / 1400));
  }
  #main-container .view_all img{
    width: calc(370 * (100vw / 1400));
    height: calc(60 * (100vw / 1400));
  }
/* breadcrumb */
  #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 calc(40 * (100vw / 1400));
    padding: 0 calc(40 * (100vw / 1400)) 0 0;
    font-size: calc(13 * (100vw / 1400));
    letter-spacing: 0.03em;
    line-height: normal;
  }
  #main-container .cateList a{
    -webkit-transition: 0s;
    text-decoration: none;
    transition: 0s;
  }
  #main-container .cateList span{
    padding: 0 calc(5 * (100vw / 1400));
  }
}




@media only screen and (min-width: 1400px) {
  /* ===========================
  * Style of Tablet-view *
  =========================== */
  #main-container{
    padding: 0;
  }
  .main-area, .main_inner{
    padding: 0;
  }
  .sp-component {
    display: none!important;
  }
  .pc-component {
    display: block;
  }
  #main-container .item-content{
    margin: auto;
  }
  
  /* ===============================================
  ### fonts ###
  =============================================== */
/* heading */
  .mainvisual__title-txt .en{
    font-size: 30px;
    line-height: 32px;
    padding-top: 1px;
  }
  .mainvisual__title-txt .en:nth-of-type(2){
    font-size: 48px;
    padding-top: 1px;
  }
  .mainvisual__title-txt .jp{
    font-size: 16px;
  }
  .heading__lead-txt{
    font-size: 16px;
  }
  .section-container dt.powder-container__title-txt,
  .section-container dt.gelato-container__title-txt{
    font-size: 48px;
  }
  .section-container dd.powder-container__lead-txt,
  .section-container dd.gelato-container__lead-txt{
    font-size: 14px;
  }
  dl .title-txt{
    font-size: 20px;
  }
  dl .lead-txt{
    font-size: 14px;
  }
  .credit__prod{
    font-size: 12px;
  }


  /* ===============================================
  ### Layout ###
  =============================================== */
  /* ===========================
  * Style of SP-view *
  =========================== */
/* heading */
  .mainvisual{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
  }
  .mainvisual__title-txt{
    width: 60%;
    bottom: 50%;
    left: 61px;
  }
  .mainvisual__title-txt span{
    display: inline-block;
    padding: 0 4px;
  }
  .mainvisual__title-txt .title--om:nth-of-type(2){
    margin-top: 5px;
  }
  .mainvisual__title-txt .title--om.jp{
    height: 25px;
    line-height: 24px;
    margin-top: 19px;
    padding-bottom: 1px;
  }
  .heading__lead-txt{
    margin: 65px auto 0;
  }

  /* section01 */
  .sec01,
  .sec02{
    max-width: 1200px;
    width: 100%;
    margin: 120px auto 0;
    padding-bottom: 120.5px;
  }
  .sec01::before,
  .sec02::before{
    width: calc(100% - 20px);
    height: calc(100% - 15px);
    border: solid 1px #707070;
  }
  /* sec01-product */
  .sec01__powder-container{
    width: 520px;
    margin-right: 680px;
  }
  .powder-container__lead-txt.lead-txt,
  .gelato-container__lead-txt.lead-txt{
    margin-top: 9px;
  }
  .sec01__powder-container,
  .sec02__gelato-container{
    padding: 34px 50px 40px;
  }
  .sec01 .product-container{
    width: 480px;
    margin: -111px 0 0 30px;
  }
  .product-container__item-wrapper{
    width: 100%;
  }
  .product-about{
    margin: 40px 0 0 20px;
  }
  .product-about .lead-txt{
    width: 460px;
    margin-top: 14px;
  }
  /* sec01-credit */
  .sec01 .credit-container{
    order: 2;
    margin: 115px 0 0 135px;
  }
  .credit-container__item-wrapper{
    width: 420px;
  }
  .credit-container .credit{
    margin-top: 18px;
  }
  .credit-container .credit .credit__yen{
    margin: 0 11px;
  }
  /* sec01-grit */
  .grid-container{
    grid-gap: 10px;
    gap: 10px;
    -ms-grid-rows: 1fr 10px 1fr 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    margin: 75px 135px 0;
  }
  .grid-container .grid-container__item-wrap{
    width: 460px;
    margin: auto;
  }
  .grid-container__item-wrap:nth-of-type(1){
    margin-top: 30px;
  }
  .grid-container__item-wrap:nth-of-type(2){ order: 1;}
  .grid-container__item-wrap:nth-of-type(3){ order: 2;}
  .grid-container__item-wrap:nth-of-type(4){ order: 4;}
  .grid-about__lead-txt{
    margin-top: 15px;
  }
  .grid-container .grid-container__credit{
    left: 13px;
    bottom: 13px;
  }
  .grid-container .grid-container__credit .credit__prod {
    font-size: 11px;
  }
  .grid-container .credit .credit__yen{
    margin: 0 11px;
  }


  /* sec02 */
  .sec02{
    margin-top: 104px;
    padding-bottom: 114px;
  }
  .sec02 .sec02__gelato-container{
    order: 2;
    width: 520px;
    margin: 0 0 0 auto;
  }
  .sec02 .product-container{
    order: 1;
    width: 480px;
    margin: 55px 0 0 120px;
  }
  .sec02 .product-about {
    margin: 40px 0 0 0;
  }
  .sec02 .credit-container{
    order: 3;
    width: 420px;
  }
  .sec02 .product-container__item-wrapper{
    margin: 60px 0 0 auto;
  }
  .sec02 .credit-container{
    margin: -664px auto 0 630px;
  }


/* credit__btn */
  .credit__btn img{
    max-width: 40px;
    width: 40px;
    max-height: 16px;
    height: 16px;
  }
  /* view_all */
  #main-container .view_all{
    width: 100%;
    margin: 102px auto 86px;
  }
  #main-container .view_all img{
    width: 370px;
    height: 60px;
  }
  /* breadcrumb */
  #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: 1280px;
    max-width: 1280px;
    height: 50px;
    max-height: 50px;
    margin: 0 auto 40px;
    padding: 0 40px 0 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: normal;
  }
  #main-container .cateList a{
    -webkit-transition: 0s;
    text-decoration: none;
    transition: 0s;
  }
  #main-container .cateList span{
    padding: 0 5px;
  }
}

/* ====================================================================
### animation ###
==================================================================== */
/* mainvisual */
.mainvisual__animation-wrapper.animation,
.mainvisual__animation-wrapper.animation .title--om::before{
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}
.mainvisual__animation-wrapper.animation .title--om{
  display: inline-block;
  position: relative;
  overflow-y: hidden;
  z-index: 5;
}
.mainvisual__animation-wrapper.animation .title--om span{
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  display: block;
  transition-delay: 1.9s;
  transform: translateY(-110%);
}
.mainvisual__animation-wrapper.animation.onView .title--om span{
  transform: translateY(0%);
}
.mainvisual__animation-wrapper.animation .title--om::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -5;
}
.mainvisual__animation-wrapper.animation.onView .title--om::before{
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .mainvisual__animation-wrapper.animation,
  .mainvisual__animation-wrapper.animation .title--om::before{
    -webkit-transition-duration: 2.0s;
    -o-transition-duration: 2.0s;
    transition-duration: 2.0s;
  }
  .mainvisual__animation-wrapper.animation .title--om span{
    transition-delay: 2.0s;
  }
}

/* grid hover animation */
.item-animation.animation,
.grid-container .grid-container__credit,
.grid-container .grid-container__item-wrap.fadeIn,
.grid-container .grid-container__item-wrap.fadeIn > a::before,
.grid-container .grid-container__item-wrap.animation{
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
}
.grid-container .grid-container__item-wrap.fadeIn.onView_sp,
.grid-container .grid-container__item-wrap.fadeIn.onView_sp .grid-container__credit,
.grid-container .grid-container__item-wrap.fadeIn.onView_sp > a::before,
.grid-container .grid-container__item-wrap.animation.onView{
  opacity: 1;
}
.grid-container .grid-container__credit{
  transform: translateY(20%);
}
@media only screen and (min-width: 560px) {
  .grid-container.animation.onView .grid-container__item-wrap{
    opacity: 1;
  }
  .grid-container__item-wrap:hover .grid-container__credit{
    opacity: 1;
    transform: translateY(0);
  }
  .grid-container .grid-container__item-wrap.animation.onView:hover > a::before{
    opacity: 1;
  }
}

/* fade-in */
.item-animation.animation.onView{
  opacity: 1;
}


/* hover */
.heading a:hover{
  opacity: 1;
}