/* 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;
    /* display: block; */
    color: #333333 ;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Arial",
        "Microsoft JhengHei",
        Helvetica,
        sans-serif;
        max-width: 1200px; 
}

/* #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%;
    height: auto;
    vertical-align: bottom;
    font-size: .5em;
}


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

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


/* section{
    margin:80px 0 30px 0;
} */
/* 主視覺 */
.hero_bg {
    background-color: #ececec;
    width: 100vw;
    height: 55vh;
    margin-top: -420px;
}



.bg {
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.pc {
    display: block;
}


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

.mb {
    position: relative;
    display: none;
}
 .product__ttl {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 760px;
     width: 100%;
     margin: 0 auto calc(20px - .2em);
     padding-top: 30px;
     font-size: 28px;
     font-weight: 600;
 }
   .product__ttl::before {
         content: '';
         position: absolute;
         left: 0;
         width: 100%;
         height: 1px;
         background-color:#cccccc;
     }

.product__ttl span {
         position: relative;
         padding: 0 .4em;
         background: #fff;
     }

.box{
    width: 100%;
    height: 220px;
    border: 4px solid #e5e5e5;
    margin: 9px 0;
    padding: 37px 0 37px 33px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }

 .Description_w {
     width: 980px;
     margin: 0 auto;
     color: #333333;
 }

.Description_ttl{
     font-size: 18px;
font-weight:700;
}


 .Description_txt{
     font-size: 16px;
     line-height: 1.6;
     text-align: left;
     align-items: center;
 }
 .Description_txt span {
     padding: 1px 7px 5px 7px;
     margin-right: 7px;
     background-color: #dfdfdf;
     line-height: 2;

     
 }
 .icon{
     width: 270px;
 }

.note{
font-size: 15px;
line-height: 1.6;
}
 .note ul {
    list-style: disc;
    padding: 0 24px 0;
 }
 .note li {
       list-style: disc;
       font-size: 0.8rem;
       line-height: 1.6;
       }
 
.last-child {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-top: 20px;
    padding-top: 22px;
}

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

    .hero_ttl {
        font-size: 26px !important;

    }

    .Description_txt span {
        margin: 5px 0px;
        text-align: center;
    }

    .product__ttl {
       
        font-size: 21px;
    
    }
     .Description_w {
         width: 100%;
         margin: 0 auto;
     }
    .hero_bg {
        background-color: #ececec;
        width: 0vw;
        height: 0vh;
        margin-top: 0px;
    }

    .hero_txt {
        font-size: 17px !important;
        line-height: 1.6 !important;
        text-align: left !important;

    }

    .head_ttl {
        font-size: 20px !important;
        width: 260px !important;
        margin-top: -18px !important;
    }

    .step_txt {
        font-size: 17px !important;
    }

    

    .link {
        font-size: 17px !important;
    }

    .step {
        font-size: 15px !important;
        width: 68px !important;
    }

    .food_name {
        font-size: 0.95rem !important;
    }

    .food_txt {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;

    }


   
    .logo_ttl {
        /* display: flex; */
        top: 80px !important;

    }

    .bg {
        height: 200px;

    }

    .section_ttl {
        font-size: 32px !important;
        padding-top: 80px !important;
    }

    .market_txt {
        font-size: 16px;
        line-height: 1.4;
    }

}

.absolute_ttl {
    position: absolute;
    display: flex;
    top: 100px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
    text-shadow: 3px 3px 8px rgb(0 0 0 / 70%);
}

.market_ttl {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
}

.market_txt {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.8;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
}

.section_ttl {
    z-index: 1;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 4px;
    padding-top: 150px;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
    text-shadow: 3px 3px 8px rgb(0 0 0 / 70%);
}

.section_txt {
    font-size: 1rem;
    line-height: 1.6;

}

.food_name {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 10px 0;

}

.food_txt {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0;
}

.warning {
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    margin-top: 20px;
}

.hero_ttl {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  /* position: relative; */
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
    margin: 0 auto;
    margin-bottom: 15px;
}


/* .hero_ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100px;
  width: 1px;
  height: 1.5em;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  }
.hero_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  right:100px ;
  width: 1px;
  height: 1.5em;
  background-color: #333;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  } */



.hero_ttl2 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;

}

.hero_ttl2::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;

}

.hero_txt {
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 1.8;
    text-align: center;
    font-family: "Arial",
        "Noto Sans TC",
        Helvetica,
        sans-serif;
    /* margin: 40px auto; */
}

.head_ttl {
    font-size: 28px;
    font-weight: 700;
    background: #fff;
   width: 400px;
   text-align: center;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Arial", "Noto Sans TC",
        Helvetica,
        sans-serif;
}


.Header_ttl {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    padding: 5px 6px;
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #222;
    color: #222;
    width: 220px;
    margin: 0 auto;

}

.aco-line {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 980px;
    border-top: 1px solid #ccc;
}

.download_txt{
font-size: 15px;
line-height: 1.6;
text-align: center;
margin-top: 15px;
}
.download_txt span{
    font-size: 15px;
    margin-left: 10px;
    color: #fff;
}
.download_txt span a{
   text-align: center;
   color: #fff;
   /* border-radius: 5px; */
   background: #999;
     padding: 4px 8px;
}

.download_txt span a:hover {
    background: #7F0019;
    transition: all .5s ease 0s;
   
}


.step {
    font-size: 18px;
    font-weight: 700;
    color: #7F0019;
    margin-bottom: 10px;
    border: #7F0019 1px solid;
    padding: 2px;
    width: 85px;
    text-align: center;
    line-height: 1.4;
}

.store {
    font-size: 1.2rem;
    line-height: 1.8;
}

.store a {
    color: #666;
    text-decoration: none;
}

.store a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #222;
}

.step_txt {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* span {
    font-size: 13px;
} */

.arrow {
    width: 40px;
    padding: 10px 0px;
}

.link {
    font-size: 20px;
    font-weight: 900;
    color: #7F0019;
    text-decoration: underline;

}

.link:hover {
    text-decoration: none;
    cursor: pointer;
}

.online {
    display: none;
    /* width: 35px;
    height: 35px; */
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    position: fixed;
    bottom: 120px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

.online_txt {
    font-size: 17px;
    text-align: center;
    color: #7F0019;

}

.online img {
    width: 80px;

}

.colLeft {
    width: 150px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .online {

        right: 10px;

    }

    .online img {
        width: 90px;

    }

    .colLeft {
        max-width: 50%;
        width: 180px;
        margin: 0 auto;
    }

    .aco-line {
        max-width: 100% !important;
    }

}


.logo {
    display: block;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


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

  function

===================== */
/* 画面外にいる状態 */
.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;
    }
}

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

/* but */

.relatedLink {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
}

.relatedLink a {
    display: inline-block;
    background: url(//www.muji.net/cache/img/common/arrow_right.png) no-repeat 14px 50%;
    border: 1px solid #ccc;
    color: #222;
    padding: 7px 14px 7px 28px;
    text-decoration: none;
    font-weight: bold;
}

.relatedLink a:hover {
    border: 1px solid #7F0019;
}

.muji_color {
    color: #7F0019;
}


/* 換行 */

.mbonly {
    display: none;
}

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

    .relatedLink {
        font-size: 15px !important;
        text-align: center !important;
        /* padding: 7px 5px 7px 28px !important; */
    }

}

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

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

/* 平板 */
@media screen and (max-width: 768px) {
    .Description_w {
        width:100%;
      
    }
    .hero_bg {
        height: 38vh !important;
        margin-top: -320px !important;
    }
    .hero_ttl{
        font-size: 28px;
    }
    
    .relatedLink{
        font-size: 18px;
        text-align: center;
    }
  /* .Description_txt{
      font-size: 15px;
  } */
}

.material__lead {
    /* width: 50%; */
    margin: auto;
    padding: 30px;
}

/* 流程 */
.activity__ttl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.activity__date {
    font-size: 22px;
    color: #7F0019;
    font-weight: bold;
}

.activity__txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.activity__box {
    background-color: #fff;
    height: auto;
    border-radius: 10px;
    width: 180px;
   height: auto;
}

.activity__box__left {
    background-color: #fff;
    width: 18%;
    height: 180px;
    border-radius: 10px;
}

.activity__box__center {
    background-color: #fff;
    width: 27%;
    height: 180px;
    border-radius: 10px;
}

.activity__box__right {
    background-color: #fff;
    width: 42%;
    height: 180px;
    border-radius: 10px;
}

.activity__box__shadow {
    box-shadow: 0px 0px 7px 3px #cbcbcb;
}

.activity__box__ttl {
    color: #7F0019;
    font-size: 20px;
    font-weight: 700;
    /* margin-bottom: 5px; */
}

.activity__box__ttl span {
    font-size: 36px;
    font-family: 'Helvetica', sans-serif;
    line-height: 1;
}

.activity__box__txt {

    font-size: 18px;
    font-weight: bold;
    /* line-height: 1.6; */
}

.activity_icon{
width: 60% !important;

}
.bg_F2F2F2 {
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
}

.arrow {
    width: 10px;
    display: flex;
    align-items: center;
    margin: 2px;
}

.activity__btn {
    background-color: #f2f2f2;
    padding: 10px;
    margin: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #E0E0E0;
    display: flex !important;
    justify-content: center;
}
@media screen and (max-width: 576px){
.arrow {
    width: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px auto;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
}

.lead__txt {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.8;
}

.Precautions_txt ul {
    margin-left: 0;
    padding-left: 20px;
}

.Precautions_txt li {
    font-size: 16px;
    line-height: 1.6;
    list-style-type: decimal;
}
.Precautions_txt li a{
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #7F0019;
    transition: all .5s ease 0s;
    padding: 7px 15px;
    
}
.Precautions_txt li a:hover{
    font-size: 16px;
    background: #666;
}

.Precautions_txt1 ul {
    margin-left: 0;
    padding-left: 20px;
}

.Precautions_txt1 li {
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
}

.stept_ttl {
    color: #7F0019;
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 5px; */
}

@media screen and (max-width: 576px){
.Precautions_txt li {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.Precautions_txt1 li {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.Precautions_txt li a {
    font-size: 3.8vw !important;
    display: block;
    width: 150px;
    margin-top: 10px;
}


}

/* 表格 */
.timeandlist {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50%;
}

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

.timeandlist table,
tr,
td {
    border: solid 1px #999;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

    .timeandlist table,
    tr,
        {
        padding-right: 10px;
        padding-left: 10px;

    }
}

.timeandlist td.left {
    text-align: center;
    padding: 0;
}

.timeandlist td.subject {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .timeandlist td.left {
        padding-left: 10px;
        padding-right: 10px;

    }
}

@media screen and (max-width: 767px) {
    .timeandlist td.artist {
        width: 40%
    }

    .timeandlist td.job {
        width: 60%
    }
}