﻿@charset 'utf-8';
/* CSS Document */
a.hover_link:hover, #sustainability-report a.hover_link:hover > *, .shareIcons a img:hover {
  opacity: 0.7;
  transition: .3s linear;
}
#wrapper{
  overflow-x: initial;
}

header.header .menuTrigger {
    display: none;
}

@media screen and (max-width: 1370px) and (min-width: 768px){
  #wrapper .container .mainContents{
    margin: 0 auto;
  }
}

@media screen and (min-width: 1240px){
  #wrapper .container .mainContents{
    width: 100%;
    max-width: 1240px;
    /*padding-bottom: 120px;*/
  }
}

@media screen and (max-width: 1239px) and (min-width: 768px){
  #wrapper .container .mainContents{
    padding: 0 0;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  #wrapper .container .mainContents{
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px){
  #wrapper .container{
    max-width: 1240px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.mainContents .main .shareIcons {
  z-index: 1;
}
*{
  margin: 0px;
  padding: 0px;
}

.color_green{
  color: #379d49 !important;
}

.responsive_img{
  width: 100%;
}

.breads{
  margin-bottom: 0;
}


.breads ul .item.noHomeIcon a{
  width: auto;
  height: auto;
  background: none;
}

.breads ul .item.noHomeIcon a span{
  display: block;
}



@media (min-width: 768px){
  .sp_display{
    display: none;
  }
  #bcfo .cover .cover__img {
    margin-bottom: 70px;
    width: 110%;
    margin-left: -5%;
  }
}

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

    #wrapper .container .mainContents .cover{
      width: 94vw;
      padding-right: 3vw;
      padding-left: 3vw;
    }

    .breads ul .item::before{
      background: none;
      margin-left: 0;
      margin-right: 2.5vw;
      width: 10px;
      height: 10px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
    }

    
}

@media (max-width: 364px){

}


@media (min-width: 767px) {

}

footer.footer .pagetop{
  display: none;
}

#page_top {
  position: fixed;
  width: 1072px;
  margin-left: 50%;
  height: 0;
  bottom: 0;
  left: -530px;
}

#page_top a {
  opacity: 0;
  transition: 0.5s;
  display: block;
  width: 30px;
  height: 30px;
}

#page_top img {
  background: #fff;
  width: 100%;
  height: 100%;
}

#page_top .page_top_inner {
  position: absolute;
  bottom: 30px;
  right: 0px;
  display: flex;
}

#page_top.fixd {
  width: 100%;
  margin: 0;
  left: 0;
  position: relative;
}

#page_top.fixd .page_top_inner {
  bottom: -60px;
}

#page_top .re_uniqlo_top{
  display: block;
  width: 109px;
  height: 30px;
  margin-right: 30px;
  background: #fff;
  border: solid 2px #379e49;
  overflow: hidden;
}

#page_top .re_uniqlo_top img{
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1167px) {
  #page_top {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  #page_top {
    left: -3vw;
    right: -3vw;
    margin-left: 6vw;
    width: 94%;
  }
  #page_top .page_top_inner{
    width: 100%;
    /*justify-content: space-between;*/
    justify-content: flex-end;
  }
  #page_top a {
    width: 8.4vw;
    height: 8.4vw;
  }
  #page_top.fixd {
    position: absolute;
    bottom: -13.6vw;
    margin-bottom: 60px;
  }
  #page_top.fixd .page_top_inner{
    /* bottom: 0; */
  }

  #re_uniqlo_top{
    width: 33.6vw;
    height: 8.4vw;
    bottom: -13.6vw;
    right: auto;
    left: 0;
  }

  #re_uniqlo_top a img{
    border: solid 2px #379e49;
  }
}
@media (min-width: 768px) {

  #wrapper .container {
    padding: 0 78px 120px;
  }

}

footer.footer .inner .item a,
footer.footer .inner .copyright small{
    word-break: keep-all;
}


/* 自訂 */
#bcfo ._767{
  display: none;
}
#bcfo .cover{
  margin-bottom: 90px;
}
#bcfo .cover_txt{
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 90px;
}
#bcfo .cover_txt_img{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#bcfo .cover_txt{
  color: #00a040;
  font-weight: 600;
  margin-bottom: 50px;
}
#bcfo .cover_txt_2{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 90px;
}
#bcfo .cover_txt_2 p{
  margin-bottom: 20px;
}
#bcfo .cover_txt_2 p:last-child{
  margin-bottom: 0;
}
#bcfo .together{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 90px;
}
#bcfo .together>div{
  width: 740px;
}
#bcfo .together .img{
  margin-bottom: 10px;
}
#bcfo .feature{
  margin-bottom: 90px;
}
#bcfo .feature .sec{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#bcfo .feature .sec .title_arrow{
  width: calc( (100% - 60px) / 2 );
}
#bcfo .feature .sec .title_arrow:last-child{
  margin-left: 60px;
}
#bcfo .feature .sec .title_arrow img{
  width: 100%;
}

#bcfo .feature .sec .con_before{
  width: calc( (100% - 60px) / 2 );
  min-height: 110px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
#bcfo .feature .sec .con_before::after{
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/line_dotted.svg);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bcfo .feature .sec .con_after{
  width: calc( (100% - 60px) / 2 );
  min-height: 110px;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
#bcfo .feature .sec .con_after::after{
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../img/line_dotted.svg);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
#bcfo .feature .sec .con_before.bottom::after{
  display: none;
}
#bcfo .feature .sec .con_after.bottom::after{
  display: none;
}
#bcfo .arrow_icon{
  width: 60px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bcfo .arrow_icon img{
  width: 20px;
}
#bcfo .demonstration{
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 50px;
}
#bcfo .demonstration .sec{
  display: flex;
  flex-flow: column nowrap;
  font-size: 14px;
}
#bcfo .demonstration .sec:first-child{
  width: calc( ((100% - 50px) / 3) * 2 );
}
#bcfo .demonstration .sec:last-child{
  margin-left: 50px;
  width: calc( ((100% - 50px) / 3) * 1 );
}
#bcfo .demonstration .sec>div:first-child{
  margin-bottom: 10px;
}
#bcfo .demonstration .sec img{
  width: 100%;
}
#bcfo .demonstration_more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}
#bcfo .demonstration_more a{
  display: block;
  cursor: pointer;
}
#bcfo .demonstration_more a img{
  height: 37px;
  width: auto;
}
#bcfo .ending{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
}
#bcfo .ending>div{
  width: 740px;
}
#bcfo .ending .img{
  margin-bottom: 10px;
}





@media (max-width: 767px) {
  #bcfo .cover_txt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 6vw;
  }
  #bcfo ._767{
    display: inline-block;
  }
  #bcfo .cover {
    margin-bottom: 35px;
  }
  #bcfo .cover_txt_img{
    margin-bottom: 35px;
  }
  #bcfo .cover_txt_img>div{
    width: 85%;
  }
  #bcfo .cover_txt_img>div img{
    width: 100%;
  }
  #bcfo .cover_txt_2{
    margin-bottom: 50px;
  }
  #bcfo .together{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #bcfo .together>div{
    width: 100%;
  }
  #bcfo .together>div img{
    width: 100%;
  }
  #bcfo .feature{
    margin-bottom: 50px;
  }
  #bcfo .feature .sec {
    align-items: inherit;
  }
  #bcfo .feature .sec .title_arrow {
    width: calc( (100% - 15px) / 2 );
  }
  #bcfo .feature .sec .title_arrow:last-child {
    margin-left: 15px;
  }
  #bcfo .feature .sec .con_before {
    width: calc( (100% - 15px) / 2 );
    font-size: 15px;
    line-height: 1.8;
    padding: 10px 0;
    align-items: flex-start;
  }
  #bcfo .feature .sec .con_after {
    width: calc( (100% - 15px) / 2 );
    font-size: 15px;
    line-height: 1.8;
    padding: 10px 0;
    align-items: flex-start;
  }
  #bcfo .arrow_icon{
    width: 15px;
  }
  #bcfo .arrow_icon img{
    width: 12px;
  }
  #bcfo .demonstration{
    flex-flow: column nowrap;
    margin-bottom: 50px;
  }
  #bcfo .demonstration .sec:first-child{
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
  #bcfo .demonstration .sec:last-child {
    margin-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
  }
  #bcfo .ending{
    font-size: 15px;
    line-height: 1.8;
  }
  #bcfo .ending>div {
    width: 100%;
  }
  #bcfo .ending>div img{
    width: 100%;
  }


}