  .inner-block {
      position: relative;
      max-width: 1300px;
      width: 100%;
      padding: 0 20px;
  }
  
  .concept .concept-block {
      /*padding-top: 136px;*/
      margin-bottom: 3%;
      overflow: hidden;
  }
  
  .concept .concept-block .c-ttl02:before {
      display: none;
  }
  
  .concept .concept-block .box {
      position: relative;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  
  .concept .concept-block .box:before {
      position: absolute;
      content: "";
      width: 100px;
      height: 6px;
      background-color: #B93232;
      left: 0;
      top: 0;
  }
  /*.concept .concept-block .box:last-child:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 6px;
    background-color: #B93232;
    left: 0;
    bottom: 0;
  }*/
  
  .concept .concept-block .box:nth-child(2n+1) .img {
      position: relative;
      z-index: 1;
  }
  
  .concept .concept-block .box:nth-child(2n+1) .img:after {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
  }
  
  .concept .concept-block .txt-area>.note {
      margin-top: 20px;
  }
  
  .concept .concept-block .pic {
      margin-top: 210px;
  }
  
  .concept .concept-block .pic.img {
      position: relative;
      z-index: 1;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
  }
  
  .concept .concept-block .pic.img:after {
      position: absolute;
      content: "";
      width: 611px;
      left: -40px;
      top: 40px;
      height: 354px;
      background: url(https://www.duo.jp/wp/wp-content/themes/duo_2021/img/concept/concept-img-bg.png) no-repeat center;
      z-index: -1;
  }
  
  .concept .concept-block .ttl {
      font-size: 38px;
      letter-spacing: 0.1em;
      line-height: 1.78;
      margin-bottom: 55px;
  }
  
  .concept .concept-block .txt {
      line-height: 2;
      letter-spacing: 0.05em;
      font-size: 1.8rem;
  }
  
  .concept .concept-block .txt.indent-5 {
      text-indent: -5em;
      padding-left: 5em;
  }
  
  .concept .concept-block .txt .small {
      font-size: 14px;
  }
  
  .concept .concept-block .fsc {
      margin-top: 30px;
      max-width: 100px;
  }
  
  .concept .concept-block .c-additive-free-list {
      margin-top: 0;
  }
  
  .concept .bnr-block {
      padding-bottom: 140px;
  }
  
  .c-ttl02 {
      font-size: 42px;
      /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;*/
      font-weight: 400;
      margin-bottom: 55px;
      padding-top: 90px;
      position: relative;
      letter-spacing: 0.1em;
  }
  
  .c-ttl02::before {
      background: #b93232;
      content: "";
      display: block;
      width: 100px;
      height: 6px;
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
  }
  
  .c-ttl02 sup {
      font-size: 16px;
  }
  
  .c-ttl02 .small {
      font-size: 24px;
  }
  
  .c-additive-free-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px;
  }
  
  .c-additive-free-list li {
      background: #fff;
      border: 1px solid #c8c8c8;
      border-radius: 10px;
      line-height: 1.4;
      margin: 0 6px 12px;
      padding: 15px 10px 55px;
      position: relative;
      text-align: center;
      width: 172px;
  }
  
  .c-additive-free-list li::before,
  .c-additive-free-list li::after {
      background: #ff8073;
      content: "";
      display: block;
      width: 4px;
      height: 28px;
      position: absolute;
      bottom: 15px;
      right: 0;
      left: 0;
      margin: auto;
  }
  
  .c-additive-free-list li::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .c-additive-free-list li::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
  .c-additive-free-list .txt {
      font-size: 14px;
  }
  
  @media only screen and (min-width: 991px) {
      .concept .concept-block .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding: 0 0 137px;
      }
      .concept .concept-block .txt-area {
          max-width: 630px;
          margin-right: auto;
      }
      .concept .concept-block .pic {
          margin-left: 44px;
          max-width: 587px;
      }
      .concept .concept-block .pic:not(.img) {
          max-width: 552px;
      }
  }
  
  .c-lineup-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -16px -8px 0;
  }
  
  .c-lineup-list li {
      margin: 16px 8px 0;
      width: 222px;
  }
  
  .c-lineup-list .inn {
      background: #fff;
      border: 1px solid #c8c8c8;
      border-radius: 8px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      position: relative;
      padding: 22px 12px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }
  
  .c-lineup-list .inn .img {
      width: 65px;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .c-lineup-list .inn .img img {
      vertical-align: middle;
  }
  
  .c-lineup-list--mini {
      margin: -30px -15px 0;
  }
  
  .c-lineup-list--mini li {
      width: 214px;
      margin: 30px 15px 0;
  }
  
  .c-lineup-list--mini li:last-child {
      margin-right: 0;
  }
  
  .c-lineup-list--mini li.is-active .inn {
      border-color: #f0f0eb;
      background-color: #f0f0eb;
      color: #b93232;
  }
  
  .c-lineup-list--mini .inn {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px;
      letter-spacing: 0.05em;
      text-align: center;
  }
  
  .c-lineup-list--mini .small {
      font-size: 14px;
  }
  
  .c-lineup-list.img-none .inn {
      padding-right: 10px;
  }
  
  .c-news-list a {
      display: block;
      padding: 15px 65px 15px 20px;
      position: relative;
  }
  
  .c-news-list a.unlink {
      padding-right: 20px;
  }
  
  .c-news-list .cat-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px;
  }
  
  .c-news-list .cat-area .date,
  .c-news-list .cat-area .cat {
      font-size: 14px;
      line-height: 1.2;
  }
  
  .c-news-list .cat-area .date {
      color: #969696;
  }
  
  .c-news-list .cat-area .cat {
      background: #969696;
      border-radius: 10px;
      color: #fff;
      min-width: 108px;
      text-align: center;
      padding: 2px 10px;
      margin-left: 20px;
  }
  
  .c-news-list .ico {
      display: inline-block;
      line-height: 1;
      font-size: 0;
      position: absolute;
      right: 20px;
      top: 30px;
      bottom: 0;
      height: 5px;
      margin: auto;
  }
  
  @media only screen and (max-width: 990px) {
      .concept .concept-block .box {
          padding-bottom: 92px;
      }
      .concept .concept-block .box.img-box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      }
      .concept .concept-block .pic {
          margin-top: 62px;
      }
      .concept .concept-block .pic.img {
          margin-bottom: 38px;
          right: -20px;
      }
  }
  
  @media only screen and (min-width: 641px) and (min-width: 991px) {
      .concept .concept-block .box:nth-child(2n+1) .img {
          right: -80px;
          margin-left: -80px;
      }
  }
  
  @media only screen and (min-width: 641px) and (max-width: 1375px) {
      .concept .concept-block .box:nth-child(2n+1) .img {
          right: 0;
          margin-left: 30px;
      }
      .concept .concept-block .pic.img {
          right: 0;
          margin-left: 30px;
      }
  }
  
  @media only screen and (min-width: 641px) and (max-width: 1375px) and (max-width: 990px) {
      .concept .concept-block .box:nth-child(2n+1) .img {
          margin-left: auto;
          margin-right: auto;
      }
      .concept .concept-block .pic.img {
          margin-left: auto;
          margin-right: auto;
      }
  }
  
  @media only screen and (min-width: 641px) {
      .inner-block {
          margin: 0 auto;
      }
      .sp {
          display: none !important;
      }
  }
  
  @media only screen and (max-width: 640px) {
      .c-ttl02 {
          font-size: 30px;
          padding-top: 40px;
          margin-bottom: 35px;
      }
      .c-additive-free-list li {
          margin: 0.5%;
          padding: 12px 10px 48px;
          width: calc((100% - 16px) / 3);
      }
      .concept .concept-block .txt {
          line-height: 1.5;
          font-size: 1.5rem;
      }
      .concept .concept-block .pic.img:after {
          background-image: url(https://www.duo.jp/wp/wp-content/themes/duo_2021/img/concept/sp/concept-img-bg.png);
          background-size: 100%;
          width: 100%;
          height: 100%;
          top: 54px;
          left: auto;
          right: 54px;
      }
      .pc {
          display: none !important;
      }
  }

/*240902 KEN START*/
.sloganBg{
    width: 100%;
    max-width: 1280px;
    margin: 80px auto 150px auto;
    text-align: center;
}
.sloganBg .headArea{
    margin-bottom: 40px;
}
.sloganBg .headArea h2{
    font-size: 54px;
    color: #973538;
    font-weight: 700;
    margin: 0;
}
.sloganBg .headArea h4{
    font-size: 22px;
    color: #973538;
    margin-top: 10px;
}
.sloganBg .infoArea p{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
}
.sloganBg .infoArea p.textSet{
    font-size: 38px;
}
.sloganBg .infoArea .pic{
    width: 490px;
    margin: 10px auto 20px auto;
}
.historyBg{
    margin: 60px 0 0 0;
}
.historyBg .infoArea{
    background-color: #e1f7fe;
    padding: 20px 0px 0 0px;
}
.historyBg .infoArea .infoInner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.historyBg .infoArea .infoInner .text h3{
    font-size: 42px;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 2px;
}
.historyBg .infoArea .infoInner .text p{
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 2px;
}
.historyBg .infoArea .infoInner .movie{
    width: 640px;
    margin-top: -60px;
}
.historyBg .infoArea .infoInner .movie video{
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    width: 100%;
}
.historyBg .yearArea{
    border-bottom: 1px solid #000;
    background: linear-gradient(to bottom, #e1f7fe 60%, white 0%); 
    padding-top: 60px;
}
.historyBg .yearArea .infoInner{
    display: flex;
    justify-content: center;
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.historyBg .yearArea .infoInner .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1 1;
    box-sizing: border-box;
}
.historyBg .yearArea .infoInner .item:after{
    content:"";
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,558%);
}
.historyBg .yearArea .infoInner .item .pic{
    margin-bottom: 54px;
    width: 80%;
}
.historyBg .yearArea .infoInner .item .num{
    font-size: 26px;
    margin-bottom: -50px;
}
.twoColumnsBg{
    margin-top: 200px;
}
.twoColumnsBg .infoInner{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.twoColumnsBg .infoInner .twoColumnsArea{
    display: flex;
    margin-bottom: 80px;
}
.twoColumnsBg .infoInner .twoColumnsArea.reverseSet{
    flex-direction: row-reverse;
}
.twoColumnsBg .infoInner .twoColumnsArea .item{
    flex: 1 1;
}
.twoColumnsBg .infoInner .twoColumnsArea .item.picSet{
    margin: 0 36px 0 0;
}
.twoColumnsBg .infoInner .twoColumnsArea.reverseSet .item.picSet{
    margin: 0 0 0 36px;
}
.twoColumnsBg .infoInner .twoColumnsArea.reverseSet .item.picSet.fscSet{
    flex: 0 0 150px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .points{
    width: 100%;
    max-width: 642px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .award{
    width: 100%;
    max-width: 574px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .award img{
    width: 100%;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .dirty{
    width: 100%;
    max-width: 550px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .dirty img{
    width: 100%;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .fsc{
    width: 100%;
    max-width: 150px;
    margin-top: 80px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item h3{
    font-size: 42px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0;
}
.twoColumnsBg .infoInner .twoColumnsArea .item p{
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 0 0 4px;
    line-height: 1.8;
    letter-spacing: 2px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .list{
    padding: 0 0 0 30px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .list li{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: disc;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .list li .note{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 4px;
    margin: 4px 0 10px 0;
}

.twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet{
    padding: 0 0 0 52px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet li{
    list-style-type: decimal;
    position: relative;
    font-size: 14px;
}
.twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet li:before{
    content: "※";
    position: absolute;
    top: 0px;
    left: -44px;
}
.typeBg h2{
    font-size: 54px;
    color: #973538;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
}
.typeBg .infoInner{
    background-color:#eff6f8 ;
    padding: 80px 0;
}
.typeBg .typeArea{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.typeBg .typeArea .productBase {
    cursor: pointer;
}
.typeBg .typeArea .productBase .title{
    border: 1px solid #000;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    padding: 26px 0 0 0;
    box-sizing: border-box;
}
.typeBg .typeArea .productBase .pic{
    margin: -66px 0 0 0;
    display: flex;
    justify-content: center;
}
.typeBg .typeArea .productBase .text{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.typeBg .typeArea .productBase .text .component{
    background-color: #fff;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.typeBg .typeArea .productBase .text .effect{
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.typeBg .typeArea .productBase .text .effect.red{
    background-color: #fab2af;
}
.typeBg .typeArea .productBase .text .effect.green{
    background-color: #00dcb7;
}
.typeBg .typeArea .productBase .text .effect.white{
    background-color: #d2d5f7;
}
.typeBg .typeArea .productBase .text .effect.yellow{
    background-color: #f5e393;
}
.typeBg .typeArea .productBase .text .effect.black{
    background-color: #cccccc;
}
.brandBg{
    padding: 80px 0;
    border-top: 1px dashed #ccc;
}
.brandBg .infoInner{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.brandBg .infoInner .logo{
    width: 284px;
}
.brandBg .infoInner h3{
    margin: 20px 0 40px 0;
    font-size: 36px;
    background: linear-gradient(45deg,  #d5d3d3 0%,#ede8e8 33%,#e5e0e0 64%,#d3cece 100%);
    padding: 8px 60px;
    box-sizing: border-box;
    border-radius: 100px;
    letter-spacing: 8px;
    color: #433c3c;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
}
.brandBg .infoInner p{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: center;
}
@media only screen and (max-width: 1280px) {
    .sloganBg{
        max-width: 980px;
    }
    .historyBg .infoArea .infoInner{
        max-width: 980px;
    }
    .historyBg .yearArea .infoInner{
        width: 980px;
    }
    .twoColumnsBg .infoInner{
        max-width: 980px;
    }
    .typeBg .typeArea{
        max-width: 980px;
    }
    .brandBg .infoInner{
        max-width: 980px;
    }
    .historyBg .infoArea .infoInner .movie{
        width: 470px;
    }
    .historyBg .yearArea .infoInner .item .pic{
        margin-bottom: 43px;
    }
    .historyBg .yearArea .infoInner .item:after{
        width: 12px;
        height: 12px;
        transform: translate(-50%, 552%);
    }
    .typeBg .typeArea .productBase{
        margin: 0 10px;
    }
    .typeBg .typeArea .productBase .text .component{
        font-size: 16px;
    }
    .typeBg .typeArea .productBase .text .effect{
        font-size: 15px;
    }
    .typeBg .typeArea .productBase .title{
        width: 130px;
        height: 130px;
        font-size: 20px;
        padding: 14px 0 0 0;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .award{
        max-width: 352px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1000px) {
    .sloganBg .headArea h2{
        font-size: 48px;
    }
    .sloganBg .infoArea p{
        font-size: 14px;
    }
    .sloganBg .headArea h4{
        font-size: 20px;
    }
    .sloganBg .infoArea p.textSet{
        font-size: 28px;
    }
    .sloganBg .infoArea .pic{
        width: 366px;
    }
    .historyBg .infoArea .infoInner .text h3{
        font-size: 38px;
    }
    .historyBg .infoArea .infoInner .text p{
        text-align: justify;
        font-size: 14px;
    }
    .historyBg .infoArea .infoInner .text p br{
        display: none;
    }
    .historyBg .yearArea{
        padding-top: 5vw;
    }
    .historyBg .yearArea .infoInner{
        width: 100%;
    }
    .historyBg .infoArea .infoInner .movie{
        width: 172vw;
        margin-top: 0;
        margin-left: 10px;
    }
    .historyBg .yearArea .infoInner .item .pic{
        margin-bottom: 7vw;
        width: 15vw;
    }
    .historyBg .yearArea .infoInner .item:after{
        width: 1.6vw;
        height: 1.6vw;
        transform: translate(-50%, 458%);
    }
    .historyBg .yearArea .infoInner .item .num{
        font-size: 2.5vw;
        margin-bottom: -6vw;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item p{
        font-size: 14px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list li{
        font-size: 14px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item h3{
        font-size: 38px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item h3 br{
        display: none;
    }
    .twoColumnsBg .infoInner .twoColumnsArea.reverseSet .item.picSet{
        margin: 0 0 0 12px;
        flex: 0 0 33vw;
    }
    .typeBg h2{
        font-size: 48px;
    }
    .typeBg .typeArea{
        flex-wrap: wrap;
        justify-content: center;
    }
    .typeBg .typeArea .productBase{
        margin: 0 10px 30px 10px;
        flex: 0 0 28vw;
    }
    .brandBg .infoInner .logo{
        width: 184px;
    }
    .brandBg .infoInner h3{
        font-size: 20px;
        padding: 8px 30px;
    }
    .brandBg .infoInner p{
        font-size: 14px;
    }
    .typeBg .typeArea .productBase .text .effect{
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .sloganBg{
        max-width: 980px;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 80px auto 80px auto;
    }
    .sloganBg .headArea h2{
        font-size: 38px;
    }
    .sloganBg .headArea h4{
        font-size: 16px;
    }
    .sloganBg .infoArea p{
        font-size: 16px;
        width: 86%;
        margin: 0 auto 12px auto;
    }
    .sloganBg .infoArea p br{
        display: none;
    }
    .sloganBg .infoArea p.textSet{
        font-size: 27px;
        line-height: 1.4;
    }
    .sloganBg .infoArea .pic{
        width: 86%;
    }
    
    .historyBg .infoArea{
        padding: 20px 0px 20px 0px;
    }
    .historyBg .infoArea .infoInner{
        flex-direction: column;
    }
    .historyBg .infoArea .infoInner .text p{
        font-size: 16px;
    }

    .historyBg .infoArea .infoInner .movie{
        width: 100%;
        margin: 16px 0 0 0;
    }
    .historyBg .yearArea{
        border: none;
        margin: 0;
        background: none;
        padding-top: 0;
    }
    .historyBg .yearArea .infoInner{
        flex-direction: column;
        padding: 0;
        position: relative;
        padding: 30px 0 30px 0;
    }
    .historyBg .yearArea .infoInner:before{
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 6px 0 6px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
    }
    .historyBg .yearArea .infoInner:after{
        content: "";
        width: 0.2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        background-color: #333;
    }
    .historyBg .yearArea .infoInner .item{
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding: 6px 20px;
        box-sizing: border-box;
    }
    .historyBg .yearArea .infoInner .item:after{
        width: 2.1vw;
        height: 2.1vw;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .historyBg .yearArea .infoInner .item .pic{
        width: 24vw;
        margin-bottom: 0;
        flex: 0 0 44%;
        padding: 0 7%;
        box-sizing: border-box;
    }
    .historyBg .yearArea .infoInner .item .num{
        font-size: 5.5vw;
        margin-bottom: 0;
        flex: 0 0 43%;
    }
    .historyBg .infoArea .infoInner .text h3{
        text-align: center;        
    }
    .twoColumnsBg{
        margin-top: 20px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea{
        flex-direction: column-reverse;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item.picSet{
        margin: 0;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list li{
        text-align: justify;
        font-size: 16px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list li .note{
        font-size: 14px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet{
        padding: 0 0 0 44px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet li{
        font-size: 12px;;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet li:before{
        left: -33px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item h3{
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: center;
        font-size: 36px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item h3.mobSet{
        font-size: 32px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item h3 br{
        display: initial;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item p {
        text-align: justify;
        padding: 0;
        font-size: 16px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item p br{
        display: none;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .fsc{
        margin: 20px auto 0 auto;
    }
    .twoColumnsBg .infoInner .twoColumnsArea.reverseSet{
        flex-direction: column-reverse;
    }
    .twoColumnsBg .infoInner .twoColumnsArea.reverseSet .item.picSet{
        margin: 0;
    }
    .typeBg h2{
        font-size: 38px;
        line-height: 1.4;
        margin-top: 90px;
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .typeBg h2 br{
        display: none;
        margin-bottom: 20px;
    }
    .typeBg .typeArea{
        padding: 0;
    }
    .typeBg .typeArea .productBase{
        flex: 0 0 42%;
    }
    .brandBg .infoInner p{
        text-align: justify;
        font-size: 16px;
    }
    .typeBg .infoInner{
        padding: 40px 0 20px 0;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .dirty{
        margin:10px auto 0 auto;
    }

}

@media only screen and (max-width: 480px) {
    .sloganBg .infoArea .pic{
        width: 96%;
    }
    .typeBg .typeArea .productBase .text .component{
        font-size: 14px;
    }
    .typeBg .typeArea .productBase .text .effect{
        font-size: 14px;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet{
        padding: 0 0 0 13.3vw;
    }
    .twoColumnsBg .infoInner .twoColumnsArea .item .list.numSet li:before{
        left: -14%;
    }
}

/*240902 KEN END*/