/* 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 {
   
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    color: #222;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Arial",
        "Microsoft JhengHei",
        "微軟正黑體",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
   /* overflow-x: hidden; */
}

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

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

#mainContent img {
    width: 100%;
    vertical-align: bottom;
    font-size: .5em;
}




/* 主視覺 */
.mv{
    position: relative;
}
.pc{
position: relative;
display: flex;
   
    }

@media screen and (max-width: 767px){
.pc {display: none;}
}

.mb {
    position: relative;
    display: none;}


    
@media screen and (max-width: 767px) {
    .mb {display: block;}
}

.visual_absolute{
    position: absolute;
   top:150px;
   left: 54%;
}

.title-img{
    width: 80%;
}
@media screen and (max-width: 1200px) {

    .visual_absolute {
        position: absolute;
        top:150px;
        left: 54%;
    }

    .title-img {
        width: 76%;
    }

    .visual_txt {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}

@media screen and (max-width: 1024px) {
    
  .visual_absolute {
      position: absolute;
      top:150px;
      left: 54%;
  }

   .title-img {
       width: 67%;
   }
   .visual_txt {
       font-size: 18px !important;
       line-height: 1.6 !important;
   }
}
@media screen and (max-width: 768px) {
.visual_txt {
    font-size: 17px !important;
}

    .visual_absolute {
        position: absolute;
     top:120px;
     left: 54%;
 }
       .title-img {
           width: 63%;
       }
    
    .goodvalue {
        width: 45px !important;
        top: 4% !important;
        right: 2% !important;
    }
      .goodvalue_2 {
          width: 40px !important;
          top: 10px !important;
          right: 20px !important;
      }
}
.visual_ttl {
  font-size: clamp(40px, 3.4vw, 68px);
    font-weight: 700;
    font-family: "Noto Sans TC","微軟正黑體", "Arial",Helvetica,sans-serif;
    color: #1e2b68;
    text-align: center;
    padding: 30px 0px 10px 0px;
}

.visual_txt{
font-size:  22px;
font-weight: 400;
font-family: "Arial","Noto Sans TC","微軟正黑體",Helvetica,sans-serif;
line-height: 1.6;
color: #1e2b68;
text-align: center;
padding: 20px 0px 80px 0px;
}

.visual_txt span {
    display: block;
}

@media (max-width: 568px) {
        .visual_absolute {
            position: absolute;
            top: 100px;
            left: 9%;
        }
        .title-img {
            width: 64%;
        }
        .visual_txt{
            font-size: 4.8vw !important;
            padding: 20px 0px 40px 0px;
        }
        .goodvalue {
            width: 45px !important;
            top: 2% !important;
            right: 2% !important;
        }
        
        .goodvalue_2 {
            width: 40px !important;
            top: 10px !important;
            right: 20px !important;
        }
        .mp_app {
            width: 42px !important;
            top: 10px !important;
            right: 20px !important;
        }
        .mp_app_2 {
            width: 42px !important;
            top: 10px !important;
            right: 20px !important;
        }
        .discount {
            width: 45px !important;
            top: 2% !important;
            right: 2% !important;
        }
         .discount {
               width: 40px !important;
               top: 10px !important;
               right: 20px !important;
         }
}

@media (max-width: 320px) {
        .visual_absolute {
            position: absolute;
            top: 100px;
            left: 9%;
        }
         .title-img {
             width: 55%;
         }
        .visual_txt{
            font-size: 4.5vw !important;
        }
}
.goodvalue{
    position: absolute;
    width: 60px;
    top: 5%;
    right: 2%;
}

.goodvalue_2{
    position: absolute;
  width: 45px;
  top: 10px;
  right: 25px; 
}
.mp_app{
     position: absolute;
     width: 60px;
     top: 5%;
     right: 2%;
}
.mp_app_2{
     position: absolute;
     width: 50px;
        top: 10px;
        right: 30px;
        
}
.discount {
    position: absolute;
    width: 60px;
    top: 5%;
    right: 2%;
}
.discount_2 {
    position: absolute;
    width: 45px;
    top: 10px;
    right: 25px;
}


.muji_color {
    color:  #7F0019 !important;   
}
.muji_black {
    color:  #222 !important;   
   
}

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

    #system

===================== */
#system {
   
    text-align: center;
}


#system .section__heading {
    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 {
    margin: 60px 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    color:#222;
}

@media (max-width: 575.98px) {

    #system .section__heading p {
           margin: 60px 0px;
        font-size: 1.1563rem !important;
        font-weight: 700;
        line-height: 1.8;
        color: #222;
        
    }

    #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: #003778;
    line-height: 1.2;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
}


/* 斷行 */
#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;
}

.title-txt2 span {
    display: initial !important;
}
}

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

#system .section__heading p {
    margin: 40px 0px;
    font-size: 20px;
  
    line-height: 1.6;
  
}
.title-txt {
    font-size: 24px !important;
}


.title-txt2 {
    font-size: 15px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    width: 95% !important;
}
.sp_txt {
    font-size: 14px !important;
    line-height: 1.1;
    color: #666666;
 }
    .sp_txt_2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
       
    }
    .num2_1 {
        font-size: 17px !important;
      
    }
    .num2 {
        font-size: 23px !important;
    }
    .num3 {
        font-size: 25px !important;
    }
    
}

.num3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #7F0019;
    
}

.btn-sp{
     display: inline-block;
     padding: .3571em .7857em;
     border: 1px solid #7f0019;
     border-radius: 2px;
     color: #7f0019;
     font-size: 14px;
     line-height: 1;
}

.date{
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}
.position-top {
    position: absolute;
    left:5%;
    top: 10% !important;
}




.position-content {
    display: block;
    width: 32%;
    text-align: left;
}

/* 文字 */
.title-txt {
    font-size: 28px ;
    font-weight: 700;
    color: #003778;
    line-height: 1.2;
    margin-bottom: 5px;
}
.title-txt span {
    display: block;
}

.title-txt2 {
    font-size: 16px ;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom:20px;
    line-height: 1.6;
    word-break: break-all;
}

.title-txt2 span {
  display: inline-block;
}

.app_ttl{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    
}
.app_ttl2{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    
}
.sp_txt3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.1;
    color: #666666;
}

.sp_txt3::after{
content: "→";
font-family: FontAwesome;
color: #666666;
padding: 0 3px;
}


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

.name2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
        color: #003778;

}
.app_sp {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color:#222;
    margin-top: 5px;
    margin-bottom: 2px;
}
.app_sp_price {
    font-size: 26px;
    font-weight: 700;
    font-family: "Arial",
    Helvetica,
    sans-serif;
   color: #7F0019;
    line-height: 1;
}

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

.sp_txt {
    font-size: 14px;
    line-height: 1.1;
    color: #666666;
    margin-bottom: 10px;
    /* text-align: left; */
}
.sp_txt_1 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    /* text-align: left; */
}
.sp_txt_2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
     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;
    font-weight: 500;
    color: #7F0019;
}

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

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


.sp-txt4::before {
    content: "→";
    font-family: FontAwesome;
    color: #003778;
    padding: 0 3px;
}
.sp-txt5 {
    font-size: 16px;
    font-weight: 500;
    color: #003778;
}
.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: #003778;
    line-height: 1;
    padding: 0px 2px;
   
}
.num2_1 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Arial",
    Helvetica,
    sans-serif;
    /* color: #7F0019; */
    line-height: 1.2;
   
}
 .link-top {
     width: 185px;
     height: 1px;
     padding-top: 8px;
     border-top: solid #003778 1px;
 }


.num3 {
    font-size: 26px;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #7F0019;
    line-height: 1.2 !;
}
/* button */
.btn {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    margin-top: 10px;
    border: #afafaf 1px solid;
 
    padding: 6px 8px ;
    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;
}

.note_txt ul {
    padding: 0px 0px 0px 20px;
}

.note_txt li {
list-style-type: disc;

}




.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%;
   }
.position-top {
    position: absolute;
    left: 3%;
    top: 8% !important;
}

   .position-content {
       width:36%;
   }
.title-txt2 span {
    display: inline;
}
    
    }



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



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

    /* 文字 */
    .title-txt {
        font-size: 7.5vw !important;
    }

    .title-txt2 {
        font-size: 16px !important;
        width: 100%!important;
        text-align: left;
    }

    .btn-sp {
     margin-bottom: 10px;
    }
/* 
    .name {
        font-size: 15px;
        line-height: 1.4;
    } */

     .num2 {
         font-size: 28px !important;
        
     }
.num3 {
    font-size: 8.6vw;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
    color: #7F0019;
    line-height: 1.2 !important;
}
    .lead_txt {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
       line-height: 1.4;
    }
.sp_txt {
    font-size: 14px;
    line-height: 1.5;
}

    .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;
  }

  .link-top {
      width: 60%;
      text-align: center;
      margin: auto;
  }

}


/* 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 #003778;
  }


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


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

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


  #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%;
}
      }


.line-height-06 {
    line-height: 0.6;
}



/* =====================
  動態
===================== */
.js_fade-in {
    opacity: 0;
    transition: all 1000ms;
    transform: translate(0, 35px);
}

.js_fade-in.js_slow {
    transition: all 1400ms;
}

.js_fade-in.js_fast {
    transition: all 600ms;
}

.js_fade-in.js_scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
    .js_fade-in {
        transform: translate(0, 20px);
    }

    .js_fade-in.js_slow {
        transition: all 1000ms;
    }

    .js_fade-in.js_fast {
        transition: all 1000ms;
    }
}
