@charset 'utf-8';
/* CSS Document */

#wrapper{
  overflow-x: initial;
}

@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;
  }
}
@media (max-width: 767px){
  .pc_none {
    display: none;
  }
}
#wrapper .container{
  font-family: 'UniqloProLight', '-apple-system', 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'meiryo', sans-serif;
  width: 94vw;
  padding-right: 3vw;
  padding-left: 3vw;
}
.color_green{
  color: #379d49 !important;
}
main p{
  line-height: 1;
  margin: 0;
}
main img{
  width: 100%;
}
main video{
  width: 100%;
}
.contentsTitle{
  color: #379d49 !important;
  font-family: UniqloProRegular,sans-serif;
  font-size: 24px;
}
.contentsTitle.blue{
  color: #0095DC!important;
}
.contentsTitle span{
  font-size: 12px;
}
  /* cover */
.bigTitile,.CoverTitile{
  color: #0095DC;
  font-family: UniqloProRegular,sans-serif;
  font-size: 45px;
  margin: 0 auto;
  margin-top: 24px;
}
.bigTitile{
  font-size: 35px;
}
.CoverTitile{
  color: #379d49!important;
  font-family: UniqloProRegular,sans-serif;
}
.cover .text{
  color: #0095DC !important;
  font-family: UniqloProRegular,sans-serif;
  font-size: 21px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: justify;
}
.cover .text sup{
  font-size: 14px;
}
/* facts */
.facts{
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #379d49;
}
.facts-flex .textArea{
  padding: 20px;
  color: white;
  background-color: #0095DC !important;
  margin-top: 32px;
  font-family: UniqloProRegular,sans-serif;
}
.facts-flex .textArea .title{
  font-size: 24px;
}
.facts-flex .textArea .text{
  padding-top: 32px;
}
.facts-flex .imageArea .copyLight{
  color: #0095DC !important;
  text-align: right;
  margin-right: 30px;
}
/* anniversary */
.anniversary{
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #379d49;
}
.anniversary .contentsTitle{
  display: flex;
  align-items: flex-start;
}
.anniversary-flex{
  margin-top: 32px;
  align-items: center;
}
.anniversary-flex .textArea .text{
  padding-top: 32px;
  font-size: 16px;
  color: #0095DC;
}
/* feature */
.feature{
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #379d49;
}
.feature-flex{
  margin-top: 32px;
}
.feature-flex .textArea .text{
  font-size: 21px;
  font-family: UniqloProRegular,sans-serif;
  color: #379d49;
  text-align: justify;
}
.feature-flex .imageArea{
  margin-top: 32px;
}
/* better */
.better{
  margin-top: 32px;
}
.better .contentsTitle,.feature .contentsTitle{
  font-size: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.better .subTitle{
  margin-top: 32px;
  color: #379d49;
  font-size: 21px;
  font-family: UniqloProRegular,sans-serif;
  text-align: justify;
}
.better .text{
  margin-top: 32px;
  font-size: 16px;
  text-align: justify;
}
/* linkButton */
.linkButton a{
  text-decoration: none;
  width: 100%;
}
.linkButton .inner{
  text-align: center;
  border: solid 3px #379d49;
  padding: 9px 20px 7px;
  font-size: 21px;
  margin: 45px 0 0;
  color: #379d49;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.contentBottom{
  display: none;
}
.otherNavigation{
  margin-top: 0;
}

video:focus {
  outline:0;
}
footer.footer .inner .item a,
footer.footer .inner .copyright small{
    word-break: keep-all;
}
.breads {
  margin-bottom: 0;
  font-size: 10px;
  width: 100%;
}
.breads ul .item {
  max-width: 1000px;
}
.breads ul .item.noHomeIcon a {
  width: auto;
  height: auto;
  background: none;
  font-size: 10px;
}
.breads ul .item:first-child a span {
  display: block;
}
.breads ul .item::before {
  background: none;
  margin-left: 0;
  margin-right: 2.5vw;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.toen {
  margin-top: 0;
  padding-right: 0;
}
.toen a{
  font-size: 10px;
}

/* pagetop */
#pageTop {
  position: fixed;
  right: 4vw;
  left: 4vw;
  height: 0;
  bottom: 0;
}
#pageTop .pageTop_inner{
  width: 100%;
  bottom: calc(((60/750)*100vw));
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
#pageTop .oneTop{
  justify-content: flex-end;
}
#pageTop a {
  width: calc((60/750)*100vw);
  height: calc((61/750)*100vw);
  opacity: 0;
  transition: 0.5s;
  display: block;
}
#pageTop img {
  background: #fff;
  width: 100%;
  height: 100%;
}
#pageTop.fixd {
  position: relative;
  bottom: calc((-150/750)*100vw);
  width: 100%;
  margin: 0;
  right: 4vw;
  left: 0;
}
#pageTop .re_uniqlo_top {
  display: block;
  width: auto;
  height: 30px;
  margin-right: 30px;
  background: #fff;
  border: solid 2px #379e49;
  overflow: hidden;
}
#pageTop .re_uniqlo_top img {
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}
.navigation_tagItemLink{
  text-decoration: none;
}

@media (min-width: 768px){
  
  /* pagetop */
  #pageTop {
    width: 1130px;
    margin-left: 50%;
    left: -588px;
  }
  #pageTop a{
    width: 30px;
    height: 30px;
  }

  #pageTop .pageTop_inner{
    bottom: 130px;
    justify-content: flex-end;
  }
  #pageTop.fixd {
    position: relative;
    bottom: -120px;
    left: 0;
  }
  #pageTop.fixd .pageTop_inner {
    bottom: 30px;
    padding: 0;
  }

  .sp_none {
    display: none;
  }
  #wrapper .container{
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 78px 120px;
  }
  .contentsTitle{
    font-size: 82px;
  }
  .contentsTitle span{
    font-size: 20px;
  }
  /* cover */
  .bigTitile{
    font-size: 90px;
    margin-top: 42px;
  }
  .CoverTitile{
    font-size: 125px;
    margin-top: 42px;
  }
  .cover .text{
    font-size: 40px;
    margin-top: 64px;
  }
  .cover .text sup{
    font-size: 26px;
  }
  /* facts */
  .facts{
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .facts-flex,.anniversary-flex{
    display: flex;
    align-items: center;
  }
  .facts-flex{
    flex-direction: row-reverse;
  }
  .facts-flex .textArea{
    width: 30%;
    margin-top: 0px;
    height: 140px;
    padding: 35px;
  }
  .facts-flex .textArea .title{
    font-size: 24px;
  }
  .facts-flex .textArea .text{
    padding-top: 35px;
  }
  .facts-flex .imageArea{
    width: calc(70% - 50px);
    margin-left: 50px;
  }
  /* anniversary */
  .anniversary{
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .anniversary .contentsTitle{
    display: flex;
    align-items: flex-start;
  }
  .anniversary-flex{
    margin-top: 64px;
    align-items: center;
    justify-content: space-around;
  }
  .anniversary-flex .imageArea{
    width: 30%;
  }
  .anniversary-flex .textArea{
    width: 50%;
  }
  .anniversary-flex .textArea .text{
    padding-top: 0;
    font-size: 45px;
    letter-spacing: 1.2px;
  }
  video:focus {
    outline:0;
  }
  /* feature */
  .feature{
    margin-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #379d49;
  }
  .feature-flex{
    margin-top: 64px;
  }
  .feature-flex .imageArea{
    width: 60%;
    margin: 0 auto;
    margin-top: 64px;
  }
  .feature-flex .textArea .text{
    font-size: 40px;
    color:#379d49;
    font-family: UniqloProRegular,sans-serif;
    letter-spacing: 1.2px;
  }
  /* better */
  .better{
    margin-top: 64px;
  }
  .better .contentsTitle,.feature .contentsTitle{
    font-size: 90px;
  }
  .better .subTitle{
    margin-top: 64px;
    color: #379d49;
    font-size: 40px;
    font-family: UniqloProRegular,sans-serif;
  }
  .better .text{
    margin-top: 64px;
    font-size: 32px;
  }
  /* linkButton */
  .linkButton .inner{
    font-size: 26px;
  }

  .breads {
    margin-bottom: 0;
    font-family: UniqloProRegular,sans-serif;
    font-size: 14px;
  }
  .breads ul .item {
    max-width: 1000px;
  }
  .breads ul .item.noHomeIcon a {
    width: auto;
    height: auto;
    background: none;
    font-size: 14px;
  }
  .breads ul .item:first-child a span {
    display: block;
  }
  .breads ul .item::before {
    background: none;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  .toen {
    margin-top: 0;
    padding-right: 0;
  }
  .toen a{
    font-size: 14px;
  }

}

@media(max-width: 767px) and (min-width: 467px){
  #wrapper .container {
    margin: 0 auto;
  }
  .bigTitile{
    font-size: 82px;
  }
  .contentsTitle {
    font-size:44px;
  }
  .contentsTitle span {
    font-size: 20px;
  }
  .better .contentsTitle {
    font-size: 84px;
  }
  .cover .text {
    font-size: 28px;
  }
  .facts-flex .textArea .title {
    font-size: 31px;
  }
  .anniversary-flex .textArea .text {
    font-size: 28px;
  }
  .feature-flex .textArea .text {
    font-size: 22px;
  }
  .better .subTitle {
    font-size: 33px;
  }
  .better .text {
    font-size: 22px;
  }
  .facts-flex .textArea .text {
    font-size: 20px;
  }
}

@media (min-width: 813px) and (max-width: 1240px) {
  #pageTop {
    right: 105px;
    left: auto;
  }
}

@media all and (-ms-high-contrast: none) and (max-width:812px){
  #pageTop .pageTop_inner{
    bottom: calc(((90/750)*100vw));
  }
  .pickupList_itemTxt{
    width: calc((529/750)*100vw);
  }
}
