/* googl字體  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700;900&display=swap&subset=chinese-traditional');

/* mainContent */
/* ================================#mainContent initialize================================ */


#mainContent {
    display: block;
    color: #222;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Arial",
        "Microsoft JhengHei",
        "微軟正黑體",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
    margin: 0 auto;
}

#mainContent a {
    display: inline-block;
    color: #222;
    box-shadow: none;
    outline: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

/* =====================

    #hero

===================== */
/* #hero {
    margin-bottom: 70px;
} */

#hero .mainVisual {
    text-align: center;
    margin: 0 auto;
}

/* ---------------------
    #hero SP
--------------------- */
@media screen and (max-width: 767px) {
    #hero {
        margin-bottom: 0vw;
    }
}

/* 上方banner */

.hero-bg {
    position: relative;
    height:65vh;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/bg-0106.png)
}

.hero-ty{
   position: absolute;
/* width: 100%;
    height: 470px; */
    top: 10vh;
    left: 13vw;
}
.hero-cow {
    width: 100%;
}

 @media (max-width: 768px) {
.hero-cow {
    width: 90%;
}

 }



 
/* @media (max-width: 768px) {
    .hero-ty {
        /* width: 100%; */
        height: 360px !important;
          top: 10vh;
          left: 15vw;
    }
    .hero-cow {
        position: absolute;
        width: 130%;
        /* height: 250px; */
       top: 15vh;
       /* right:5vw; */
    }
} */



.hero_ttl {
    position: absolute;
    top: 120px;
    left: 60%;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
     .hero-bg {
         height: 55vh;
     }
     
}

/* @media (max-width: 768px) {
    .hero-bg {
        height: 55vh;
    }
} */

@media (max-width: 568px) {
    .hero-bg {
        height: 100%;
    }

    .hero_tt2 {
        position: absolute;
        top: 80px;
        left: 70%;
    }
}


/* =====================

    #system

===================== */
#system {
    margin-bottom: 80px;
    text-align: center;
}


#system .section__heading {
    margin-bottom: 80px;
    text-align: center;
}

#system .section__ttl {
    margin-bottom: calc(30px - .2em);
    font-size: 32px;
    font-weight: 700;
    font-family: 'Noto Sans TC',
        sans-serif;
}

#system .section__heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 575.98px) {
    #system .section__ttl {
        font-size: 28px;
    }
}

/* #mainContent {
    margin-bottom: 180px;
}

#mainContent .section__ttl {
    font-size: 32px;
    font-weight: bold;
} */

/* 單元標題 */
.project-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
}

/* .project-title::after {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    background-color: #e1e1e1;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 50%;
}

.project-title::before {
    content: "";
    width: 40%;
    height: 1px;
    display: block;
    background-color: #e1e1e1;
    margin: 0 auto;
    position: absolute;
    left: 10px;
    top: 50%;
}
 */


/* 斷行 */
#pconly {
    display: block;
}

#mbonly {
    display: none;
}

/* 定位 */
.position-top{
    position: absolute;
    left: 5%;
    top: 15%;
}
.position-content{
    display: block;
    width: 360px;
    /* margin-left: 80px; */
    text-align: left;
}

@media screen and (max-width: 576px){
.position-top {
    position: static !important;
}

.position-content {
    left: 0%;
    display: block;
    width: 100% !important;
    padding: 20px 15px !important;
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 4px;
    margin-top: 0 !important;
    text-align: center !important;
}
}

@media screen and (max-width: 768px){

.title-txt {
    font-size: 24px !important;
    line-height: 1 !important;
}
.title-txt2 {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 0px !important;
    line-height: 1.8;
}
.sp_txt {
    font-size: 15px;
    line-height: 1.1;
    color: #666666;
}

.num3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #7F0019;
}
.position-top {
    position: absolute;
    left: 5%;
    top: 10% !important;
}
.position-content {
    display: block;
    width: 270px;
    /* margin-left: 80px; */
    text-align: left;
}

}

/* 文字 */
.title-txt {
    font-size: 30px ;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}

.title-txt2 {
    font-size: 17px ;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.6;
    }


.name {
    font-size: 14px;
    line-height: 1.5;
}

.name2 {
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
    color: #222;
}

.lead_txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}



.sp_txt {
    font-size: 15px;
    line-height: 1.1;
    color: #666666;
}
.sp_txt_2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
     font-weight: bold;
     color: #222;
}


.look_txt {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    padding-left: 1.2em;
    text-indent: -1.1em;
    font-weight: normal;
}



.look_txt_ul {
    padding-inline-start: 0px;
}

.sp-txt {
    font-size: 26px;
    font-weight: 700;
    color: #004a8b;
    margin-bottom: 5px;
    
}

.sp-txt2 {
    font-size: 14px;
    color: #666;
    
}

.sp-muji {
    font-size: 20px;
    color: #7F0019;
}

.sp-txt3 {
    font-size: 16px;
    color: #7F0019;
}

.sp-txt3::before {
    content: "\f178";
    font-family: FontAwesome;
    color: #7F0019;
    padding: 0 3px;
}

.sp-txt4 {
    font-size: 16px;
    font-weight: 700;
    color: #003778;
}

.sp-txt4::before {
    content: "→";
    /* content: "\f178"; */
    font-family: FontAwesome;
    color: #003778;
    padding: 0 3px;
}

.num{
    font-size:34px;
    font-weight: 700;
    font-family: "Arial",Helvetica,sans-serif;
}

.num2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #003B76;
}
.num3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #7F0019;
}
/* button */
.btn {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    /* font-weight: 800; */
    text-align: left;
    margin-top: 10px;
    border: #afafaf 1px solid;
    /*    background: url(https://www.muji.net/cache/img/common/arrow_right.png) no-repeat 10px 50%;*/
    padding: 8px 10px 8px 18px;
    color: #666;
}

.btn-white {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    /* font-weight: 800; */
    text-align: left;
    margin-top: 10px;
    border: #fff 1px solid;
    /*    background: url(https://www.muji.net/cache/img/common/arrow_right.png) no-repeat 10px 50%;
    */
    padding: 8px 10px 8px 18px;
    color: #fff;
}

.btn-white::before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #fff;

}

.btn::before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #666;
}

.btn-txt {
    position: absolute;
    top: 80%;
    right: 2%;
    text-align: left;
    color: #fff;
}



/* hover */
.bright {
    opacity: 1;

}

.bright:hover {
    opacity: 0.9;
    transition: 0.3s;
    transition: 0.3s ease-in-out;
}

.note_txt {
    font-size: 13px;
    color: #999;
    line-height: 1;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 80px;
}

.giveaway_txt{
    font-size: 13px;
    font-weight: normal;
    color: #666;
    display: block;

} 

/* Pad */
@media screen and (max-width: 767.98px) {
    #pconly {
        display: none;
    }

    #mbonly {
        display: block;
    }
}


/* share icon */
.section-social a .share-icon {
    opacity: .4;
}

.section-social a:hover .share-icon {
    opacity: 1;
}

.section-social .share-icon {
    max-width: 35px;
    transition: all .3s ease;
}

.bright:hover {
    opacity: 0.8;
}



/*  ---------------------
 選單
---------------------  */

.tab-nav {
    width: 100%;
    height: 68px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */

}

.tab-nav .tab-nav-item a {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 15px;
    padding-top: 20px;
}

@media (max-width: 575.98px) {
    .tab-nav {
        width: 100%;
        height: 70px;
        }
    .tab-nav .tab-nav-item a {
        font-size: 18px !important;
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    .tab-nav .tab-nav-item a {
        font-size: 18px;
        line-height: 18px;
    }
}

.full-center {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-nav-top {
    height:68px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}



.tab-nav-top.is-sticky {
    height: 68px;
    overflow: hidden;
    /* box-shadow: 0 3px 4px rgba(0, 0, 0, .18); */
    transition: .15s ease opacity;
        /* border-bottom: 1px solid #ddd; */

}

.tab-nav-top.is-sticky + .wrap {
    padding-top: 120px;
}

@media screen and (max-width: 480px) {
    .tab-nav-top {
        height: 100px;
    }

    .tab-nav-top.is-sticky {
        height: 100px;
        overflow: hidden
    }

    .tab-nav-top.is-sticky + .wrap {
        padding-top: 100px;
    }

    .long.tab-nav-top {
        height: 65px;
  /* border-bottom: 1px solid #ddd; */

    }

    .long.tab-nav-top.is-sticky {
        /* height: 70px; */
        height: 65px;
        overflow: hidden;
    }

    .long.tab-nav-top.is-sticky + .wrap {
        padding-top: 110px;
    }
}


@media screen and (max-width: 320px) {
    .long.tab-nav-top {
        height: 110px;
    }

    .long.tab-nav-top.is-sticky {
        height: 70px;
        overflow: hidden
    }

    .long.tab-nav-top.is-sticky + .wrap {
        padding-top: 110px;
    }
}

.tab-nav {
    /* width: 100%; */
    /* height: 70px; */
    /* position: relative; */
    /* z-index: 3; */
    /* background-color: rgba(255, 255, 255, 0.95); */
    /* background-color: #fff; */
}

.tab-nav .tab-nav-item {
    /* border-left: 1px solid #b2b2b2; */
}

.tab-nav .tab-nav-item:last-child {
    /* border-right: 1px solid #b2b2b2; */
}

.tab-nav .tab-nav-item a {
    font-weight: 700;
    color: #808080 !important;
}

.tab-nav .tab-nav-item.active a {
    font-weight: 700;
    color: #053b74 !important;
}

.tab-nav .tab-nav-item a:hover {
    color: #053b74 !important;
    border-bottom:5px solid #053b74;
}



.tab-nav .tab-nav-item {
    padding: 0 3%;
}

@media screen and (max-width: 920px) {
    .tab-nav .tab-nav-item {
        padding: 0 40px;
        height: 36px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .tab-nav .tab-nav-item {
        padding: 0 24px;
        height: 33px;
    }
}

@media screen and (max-width: 320px) {
    .tab-nav .tab-nav-item {
        padding: 0 10px;
        height: 33px;
    }
}

/* PAD */
@media (max-width: 768px) {

    .project-title {
        font-size: 24px;
    }

  .project-title::before {
      content: "";
      width: 28%;
      left: 5px;
      top: 60%;
  }

   .project-title::after {
       content: "";
       width: 28%;
       right: 5px;
       top: 60%;
   }
    
    }



/* 手機 */
@media (max-width: 568px) {

    .project-title {
        font-size: 26px;
    }

    /* 文字 */
    .title-txt {
        font-size: 24px !important;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .title-txt2 {
        font-size: 16px !important;
    }
/* 
    .name {
        font-size: 15px;
        line-height: 1.4;
    } */

     .num2 {
         font-size: 28px;
         font-weight: 700;
         font-family: "Arial", Helvetica, sans-serif;
         color: #003B76;
     }

    .lead_txt {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
       
    }
.sp_txt {
    font-size: 14px;
    line-height: 1.2;
}

    .sp_txt_2 {
        font-size:16px;
        /* font-weight: 500; */
        line-height: 1.4;
    }
 

.pa-logo {
    max-width: 100%;
    height: auto;
    width: 100px !important;
    padding: 20px 0 50px 0 !important;
}
.sp-txt3 {
    font-size: 15px;
   
}

  .num {
      font-size: 24px;
      font-weight: 700;
      font-family: "Arial", Helvetica, sans-serif;
  }
}


/* gototop按鈕 */
.back-to-top {
    display: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
    color: #666 !important;
    background-color: #c8c8c8;
    text-align: center;
    position: fixed;
    bottom: 45px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: content-box;
    z-index: 999;
    line-height: 25px;
    /* transition: 0.3s ease-in-out; */
}

.back-to-top i {
    color: #fff;
    opacity: .8;
}

.back-to-top:hover {
    background-color: #7e7e7e;
    text-decoration: none;
    color: #fff !important;
}

.back-to-top:hover i {
    opacity: 1;
    filter: invert(1);
    color: #fff;
}


/* 選單新 */
/* =====================

    #localNav

===================== */
#localNav {}

#localNav .localNav__wrap {
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
}

#localNav .localNav__list {
    display: flex;
    justify-content: center;
    text-align: center;
}

#localNav .localNav__list > li {
    position: relative;
    width: 17.65%;
    min-width: 150px;
    margin-left: 0.98%;
    margin-right: 0.98%;
    opacity: .3;
    transition: .3s ease;
}

#localNav .localNav__list > li.js_current {
    opacity: 1;
}

#localNav .localNav__list > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    background-color: #808080;
    transition: .3s ease;
}

#localNav .localNav__list > li.js_current::after {
    height: 3px;
}

#localNav .localNav__list > li a {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    #localNav .localNav__list > li:hover {
        opacity: 1;
    }

    #localNav .localNav__list > li:hover::after {
        height: 3px;
    }
}



/* top選單 */
.is-sticky {
    position: relative;
}

.is-sticky {
    position: -webkit-sticky;
    position: fixed;
    /* position: sticky; */
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

/*Link Effect*/
.f_link_effect a,
a.f_link_effect,
.link_effect a,
a.link_effect,
.block_link_effect {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.f_link_effect a:hover,
a.f_link_effect:hover {
    opacity: 1
}

.link_effect a:hover,
a.link_effect:hover {
    opacity: .80
}

.block_link_effect:hover {
    opacity: .8
}


/* 選單結束 */

/* ---------------------
    #localNav SP
--------------------- */
@media screen and (max-width: 767px) {
    #localNav .localNav__list {
        justify-content: space-between;
        margin-left: 2.667vw;
        margin-right: 2.667vw;
    }

    #localNav .localNav__list > li {
        width: 22.67vw;
        min-width: 0;
        margin: 0;
    }

    #localNav .localNav__list > li.js_current::after {
        height: 3px;
    }

    #localNav .localNav__list > li a {
        padding-top: 1.333em;
        padding-bottom: 1.333em;
        font-size: 4.8vw;
    }
}

/* =====================

    #contents

===================== */
#contents {
    margin-bottom: 80px;
}


/* 顏色 */
.txt_red {
    color: #7f0019 !important;
}


/* css捲軸 */
html {
    scroll-behavior: smooth;
}


.pa-logo{
    max-width: 100%;
    height: auto;
    width: 125px;
    padding: 20px 0 60px 0;
    }

  /* 選單 */

  /*------------------------------
                            #section_nav
                            -------------------------------*/
  #section_nav {
      /* margin:60px 0 0; */
      font-size: 20px;
      font-weight: 00;
      /* border-bottom: solid 1px #ddd; */
         font-family: "Arial",
           "Noto Sans TC",
         "微軟正黑體",Helvetica,sans-serif;
border-bottom: 1px #ddd solid;
/* margin-bottom: 50px; */
  }

  #section_nav ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  #section_nav ul li {
     /* width: calc(100% / 6); */
     text-align: center;
     border-bottom: solid 3px transparent;
     width: 180px;
  }
 
  #section_nav ul li a {
      display: block;
      padding: 12px 0;
          color: #999 ;
  }

#section_nav ul li:hover {
        border-bottom: solid 3px #999;
  }


  #section_nav ul li a:hover {
      color: #222;
  }


  #section_nav ul li.js_current {
      border-bottom: solid 3px #999 !important;
  }

  #section_nav ul li.js_current a {
      color: #222;
  }


  #section_nav .section__navlist--follow li {
      max-width: 300px;
  }

  /*------------------------------
 #section_nav sp
 -------------------------------*/
  @media screen and (max-width: 767px) {
      #section_nav {
          /* margin: 10.6667vw 0 0; */
          font-size: 1.125rem;
          line-height: 1.3;
      }

      #section_nav .section_inner {
          padding: 0 vw;
      }

      #section_nav ul li a {
          /* padding: 2vw 0; */
           color: #222;
      }

      #section_nav ul li {
          width: auto;
          padding: 0 3vw;
      }

      #section_nav ul li:hover {
          border-bottom: solid 3px transparent;
      }
    
  }
     @media screen and (max-width: 374px) {

         #section_nav ul li {
             width: auto;
             padding: 0 2vw;
         }
     }

  /*------------------------------
#section00
-------------------------------*/
  #section01 {
      padding-top: 80px;
  }

  #section02,
  #section03,
  #section04 {
      /* margin-top: 60px; */
      padding-top: 100px;
  }

  #section01 .section_lead,
  #section02 .section_lead,
  #section03 .section_lead,
  #section04 .section_lead {
      display: inline-block;
      font-size: 70px;
      font-weight: 700;
      margin-top: -.7em;
  }

  #section01 .section_text_box,
  #section02 .section_text_box,
  #section03 .section_text_box,
  #section04 .section_text_box,
  #section01 .product_visual_wrap,
  #section02 .product_visual_wrap,
  #section03 .product_visual_wrap,
  #section04 .product_visual_wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }

  #section01 .section_sub_lead,
  #section02 .section_sub_lead,
  #section03 .section_sub_lead,
  #section04 .section_sub_lead {
      font-size: 40px;
      margin-top: 1vw;
  }

  #section01 .section_text,
  #section02 .section_text,
  #section03 .section_text,
  #section04 .section_text {
      display: inline-block;
      max-width: 700px;
      width: 61%;
      margin: 1.5vw 0 0 4vw;
      font-size: 16px;
  }

  #section01 .product_visual_wrap,
  #section02 .product_visual_wrap,
  #section03 .product_visual_wrap,
  #section04 .product_visual_wrap {
      margin-top: 80px;
  }

  #section01 .product_visual,
  #section02 .product_visual,
  #section03 .product_visual,
  #section04 .product_visual {
      width: calc((100% / 2) - 20px);
      font-size: 12px;
  }

  #section01 .figcaption span,
  #section02 .figcaption span,
  #section03 .figcaption span,
  #section04 .figcaption span {
      text-align: right;
      margin-top: 10px;
  }

  #section01 .figcaption span a,
  #section02 .figcaption span a,
  #section03 .figcaption span a,
  #section04 .figcaption span a {
      color: #585858 !important;
  }

  #section01 .section_text_link a,
  #section02 .section_text_link a,
  #section03 .section_text_link a {
      color: #585858 !important;
  }

  #section01 .figcaption span:first-child,
  #section02 .figcaption span:first-child,
  #section03 .figcaption span:first-child,
  #section04 .figcaption span:first-child {
      margin-top: 15px;
  }

  #section01 .section_text_link,
  #section03 .section_text_link {
      margin-top: 15px;
  }

  #section02 .section_text_link {
      margin-top: 15px;
      display: inline-block;
  }

  #section02 .section_text_link+.section_text_link {
      margin-left: 40px;
  }

  #section01 .section_text_link:before,
  #section02 .section_text_link:before,
  #section03 .section_text_link:before {
      content: "";
      display: inline-block;
      width: 8px;
      height: 15px;
      background: url(//www.muji.com/jp/feature/593181/img/link_element.svg) no-repeat center center;
      background-size: 8px 15px;
      vertical-align: text-top;
      margin-right: 5px;
  }

  #mainContent .single-other {
      display: block;
      text-align: center;
      margin-top: 80px;
      border: solid 1px #999;
      border-radius: 4px;
  }

  #mainContent .single-other a {
      padding: 20px;
      display: block;
  }

  #mainContent .single-other+.single-other,
  #mainContent .single-other+.single-other+.single-other {
      margin-top: 40px;
  }

  /*------------------------------
#section00 TAB
-------------------------------*/
  @media screen and (max-width: 1023px) {

      #section01 .section_text,
      #section02 .section_text,
      #section03 .section_text,
      #section04 .section_text {
          max-width: initial;
          width: 100%;
          margin: 4vw 0 0 0;
      }

      #section01 .section_lead,
      #section02 .section_lead,
      #section03 .section_lead,
      #section04 .section_lead {
          font-size: 50px;
      }
  }

  /*------------------------------
#section00 sp
-------------------------------*/
  @media screen and (max-width: 767px) {
      #section01 {
          padding-top: 16vw;
      }

      #section02,
      #section03,
      #section04 {
          margin-top: 6vw;
          padding-top: 20vw;
      }

      #section01 .section_lead,
      #section02 .section_lead,
      #section03 .section_lead,
      #section04 .section_lead {
          font-size: 11.7777vw;
      }

      #section01 .section_sub_lead,
      #section02 .section_sub_lead,
      #section03 .section_sub_lead,
      #section04 .section_sub_lead {
          font-size: 5.8667vw;
          margin-top: 4vw;
      }

      #section01 .section_text,
      #section02 .section_text,
      #section03 .section_text,
      #section04 .section_text {
          max-width: 100%;
          width: 100%;
          margin: 10.6667vw 0;
          font-size: 4.2667vw;
      }

      #section01 .product_visual_wrap,
      #section02 .product_visual_wrap,
      #section03 .product_visual_wrap,
      #section04 .product_visual_wrap {
          margin-top: 80px;
      }

      #section01 .product_visual,
      #section02 .product_visual,
      #section03 .product_visual,
      #section04 .product_visual {
          width: calc((100% / 2) - 20px);
      }

      #section01 .slick-dots,
      #section02 .slick-dots {
          bottom: 6.2em;
          text-align: right;
          right: .4em;
      }

      #section03 .slick-dots {
          bottom: 2.4em;
          text-align: right;
          right: .4em;
      }

      #mainContent .slick-dots li {
          position: relative;
          display: inline-block;
          width: 8vw;
          height: 4px;
          margin: 0 1.333vw !important;
          padding: 0;
          cursor: pointer;
          background-color: #fff;
          opacity: .6;
      }

      #mainContent .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 8vw;
          height: 4px;
          opacity: .6;
          content: '';
          background-color: #fff;
          -webkit-font-smoothing: ;
      }

      #mainContent .slick-dots li.slick-active button:before {
          background-color: #585858;
          width: 8vw;
          height: 4px;
          opacity: 1;
          content: '';
          -moz-animation: slideActive 10s infinite;
          -webkit-animation: slideActive 10s;
          animation: slideActive 10s;
          animation-duration: 4s;
          animation-timing-function: linear;
      }

      @-webkit-keyframes slideActive {
          0% {
              width: 0;
          }

          100% {
              width: 8vw;
          }
      }

      @keyframes slideActive {
          0% {
              width: 0;
          }

          100% {
              width: 8vw;
          }
      }

      #section01 .figcaption span a,
      #section02 .figcaption span a,
      #section03 .figcaption span a,
      #section04 .figcaption span a {
          font-size: 3.2vw;
      }

      #section01 .figcaption span,
      #section02 .figcaption span,
      #section03 .figcaption span,
      #section04 .figcaption span {
          text-align: right;
          margin-top: 2vw;
      }

      #section01 .figcaption span:first-child,
      #section02 .figcaption span:first-child,
      #section03 .figcaption span:first-child,
      #section04 .figcaption span:first-child {
          margin-top: 4vw;
      }

      #section01 .section_text_link,
      #section02 .section_text_link,
      #section03 .section_text_link {
          margin-top: 4vw;
          text-align: right;
          display: block;
      }

      #section02 .section_text_link+.section_text_link {
          margin-left: 0;
      }

      #section01 .section_text_link:before,
      #section02 .section_text_link:before,
      #section03 .section_text_link:before {
          width: 2.1333vw;
          height: 4vw;
          background-size: 2.1333vw 4vw;
      }

      #mainContent .single-other {
          margin-top: 21.333vw;
      }

      #mainContent .single-other a {
          padding: 5.3333vw;
      }

      #mainContent .single-other+.single-other,
      #mainContent .single-other+.single-other+.single-other {
          margin-top: 10.666vw;
      }
  }


  /*---------------
common
---------------*/
  #mainContent .flex-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -moz-flex-wrap: wrap;
  }

  #mainContent .section_inner {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      /* max-width: 1024px; */
      /* max-width: 1100px; */
      padding: 0 2vw;
      margin-bottom: 0;
  }

  #mainContent .contents_lead {
      font-size: 40px;
      margin-top: 120px;
      text-align: center;
  }

  #mainContent .price_minaoshi,
  #price_minaoshi {
      position: relative;
  }

  #mainContent .price_minaoshi:before,
  #price_minaoshi:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 160px;
      height: 40px;
      background-image: url(//www.muji.com/jp/feature/593181/img/icon_minaoshi.png);
      background-repeat: no-repeat;
      background-size: 100%;
      vertical-align: middle;
      top: 10px;
      right: 15px;
  }

  #mainContent .product-contents-item .price_minaoshi:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 100px;
      height: 25px;
      background-image: url(//www.muji.com/jp/feature/593181/img/icon_minaoshi.png);
      background-repeat: no-repeat;
      background-size: 100%;
      vertical-align: middle;
      top: -8px;
      right: 0;
  }

  #mainContent .saledate {
      font-size: 12px;
      color: #999;
      display: block;
      margin-top: 3px;
      text-align: center;
  }

  /*---------------
  common sp
  ---------------*/
  @media screen and (max-width: 767px) {
      #mainContent .section_inner {
          max-width: 100%;
          padding: 0 2vw;
      }

      #mainContent .contents_lead {
          font-size: 6.4vw;
          margin-top: 21.3333vw;
      }

      #mainContent .price_minaoshi:before,
      #price_minaoshi:before {
          width: 35%;
          height: 35%;
          top: 2vw;
          right: 4vw;
      }

      #mainContent .product-contents-item .price_minaoshi:before {
          width: 50%;
          height: 50%;
          top: -2vw;
          right: 0;
      }

      #mainContent .saledate {
          font-size: 3.2vw;
          margin-top: 3.2vw;
      }
      }




      .img-width{
width: 35%;

      }
.icon-width {
    width: 880px;
    padding: 0 40px;
    margin: 0 auto;
}

      @media screen and (max-width: 767px){
      .img-width {
          width: 45%;
      }
      }

      @media screen and (max-width:576px){
.icon-width {
    width: 100%;
}
      }






