@charset "utf-8";

/* アニメーションjs用記述 ここから */
/* ------------------
フェードイン設定
--------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}



/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
#pi_contents {
  width: 100% !important;
  margin: 0 auto 100px !important;
  padding: 0 !important;
  color: #1b1b1b;
  line-height: 1.7em;

  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;

  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */
  -webkit-text-size-adjust: 100%;
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

#pi_contents div,
#pi_contents h1,
#pi_contents h2,
#pi_contents p,
#pi_contents ul,
#pi_contents li,
#pi_contents span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

#pi_contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
  width: 100%;
}

#pi_contents a {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
  display: block;
}

#pi_contents a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
  text-decoration: none;
}

.sp_br {
  display: block;
}

/* --------------------------------------
pi_contents
----------------------------------------- */

/* -----------------------
main banner
-------------------------- */

#pi_contents h1.pi_main_ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* -----------------------
lead
-------------------------- */
.pi_lead {
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  margin: 50px 0;
  /*---▼文字間の設定 */
  font-feature-settings: "palt";
}

.ttl_lineup
{
  margin: 0 auto 40px;
  width: 193px;
}

/* -----------------------
navi
-------------------------- */
ul.pi_navi {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 40px 18px;
  list-style: none;
  letter-spacing: 0.01rem;
}

ul.pi_navi li {
  width: 40%;
}

/* -----------------------
anchor
-------------------------- */

#anchor-1,
#anchor-2,
#anchor-3,
#anchor-4,
#anchor-5,
#anchor-6,
#anchor-7 {
  margin-top: 50px;
}

/* -----------------------
main
-------------------------- */
.pi_main {
  width: 100%;
  text-align: center;
}

/*--------------------------商品タイトル*/
.ttl_product_01,
.ttl_product_02,
.ttl_product_03,
.ttl_product_04 {
  margin: 0 auto 35px;
}
.ttl_product_01{
  width:256px;
}
.ttl_product_02{
  width:191px;
}
.ttl_product_03{
  width:224px;
}
.ttl_product_04{
  width:225px;
}


/*--------------------------画像スライド*/
.sec_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto 50px;
}
/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*--------------------------STYLING ITEM*/
.sec_styling_item{
  margin-top: 40px;
  padding-bottom: 20px !important;
  background-color: #f6f6f6;
}
.sec_styling_item h3{
  width: 117px;
  margin: 0 auto 30px;
  padding-top: 40px;
}
.sec_styling_item ul{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
.sec_styling_item ul li{
  width: 45%;
  margin-bottom: 20px;
  list-style: none;
}
.sec_styling_item img{
  vertical-align: bottom !important;
}

/*--------------------------キャンペーン内容*/
.sec_campaign{
  font-size: 1.3rem;
  line-height: 1.7em;
  margin: 60px 30px 40px;
  text-align: center;
}
.sec_campaign a{
  color: #ff5a2e;
  text-decoration: underline !important;
}
.sec_campaign p{
  margin-bottom: 20px;
}
.ttl_campaign{
  font-weight: normal;
  border-bottom: solid 1px;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.sec_campaign h3{
  font-weight: normal;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.sec_campaign .atten{
  font-size: 1.1rem;
}


/* PC
----------------------------------*/
@media screen and (min-width: 768px) {
  #pi_contents {
    margin: 0 auto;
    width: 500px !important;
    /* PC表示の幅を変えたいときはここを変更する */
  }

  .sp_br {
    display: none;
}

  /* -----------------------
  lead
  -------------------------- */
  .pi_lead {
    font-size: 1.5rem;
    line-height: 2;
  }
  .ttl_lineup
  {
    width: 250px;
  }

  /* -----------------------
anchor
-------------------------- */

  #anchor-1,
  #anchor-2,
  #anchor-3,
  #anchor-4,
  #anchor-5,
  #anchor-6,
  #anchor-7 {
    margin-top: 80px;
  }

  /*--------------------------商品タイトル*/
  .ttl_product_01{
    width:332px;
  }
  .ttl_product_02{
    width:248px;
  }
  .ttl_product_03{
    width:291px;
  }
  .ttl_product_04{
    width:292px;
  }

  /*--------------------------STYLING ITEM*/
  .sec_styling_item h3{
    width: 152px;
    padding-top: 60px;
  }

}