@charset "UTF-8";

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
cmn
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
li{list-style:none;}
.floup{transition: .2s ease-out;}
.floup:hover{opacity: 0.75;transform:translateY(-5px);}

.pagetop {
  width: 72px;
  height: 72px;
  position: fixed;
}
.pagetop a {
	display: block;
	width: 72px;
	height: 72px;
	padding-top: 10px;
	background-color: #002E55;
	color: #fff;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	transition: all 300ms 0s ease;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
}
.pagetop a::before {
	content: '▲';
	display: block;
	margin-bottom: 4px;
	color: #fff;
}
.pagetop a:hover {
  opacity: 0.65;
  transition: all 300ms 0s ease;
}
  @media screen and (max-width: 639px) {
    .pagetop {bottom: 32px;right: 16px;}
  }
  @media screen and (min-width: 640px) {
    .pagetop {bottom: 24px; right: 24px;}
    .pagetop a {font-size: 0.8rem;}
  }


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
top
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
@media screen and (max-width:768px) {
  #top #header{
    display: none;
  }
}

#top .main-visual{
  text-align: center;
  padding-bottom: 2rem;
}
  #top .main-visual img{
    width: 100%;
  }
  @media screen and (min-width:1024px) {
    #top .main-visual{
      padding-bottom: 60px;
    }
    #top .main-visual img{
      width: auto;
      max-width: 100%;
    }
  }
  #top .movie{
    width:84%;
    margin:0 auto 3.4rem;
  }
    #top .movie iframe{
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
    }
    @media screen and (min-width:820px) {
      #top .movie{
        width: 90%;
      }
    }
    @media screen and (min-width:1024px) {
      #top .movie{
        margin-bottom:70px;
        width: 960px;
      }
    }
  #top .division{
    width:90%;
    margin:0 auto 3.4rem;
  }
    #top .division .lead{
      margin-bottom: 2.3rem;
      text-align: center;
      font-size: 1.35rem;
      font-weight: 600;
      line-height: 1.6;
    }
    #top .division .division-img.sp{text-align: center;}
    #top .division .division-img.pc{display: none;}
    @media screen and (min-width:1024px) {
      #top .division .lead br.sp{display: none;}
      #top .division{
        max-width: 880px;
        aspect-ratio: 880 / 735;
        margin-bottom: 115px;
      }
      #top .division .division-img.sp{display: none;}
      #top .division .division-img.pc{
        position: relative;
        display: block;
      }
        #top .division .division-img.pc a{
          display: block;
          position: absolute;
        }
          #top .division .division-img.pc a.link01{margin-top:10em;left:02.272727272727272727272727272727%;top:12.925170068027210884353741496599%;}
          #top .division .division-img.pc a.link02{margin-top:10em;left:29.545454545454545454545454545455%;top:12.925170068027210884353741496599%;}
          #top .division .division-img.pc a.link03{left:75%;top:12.925170068027210884353741496599%;}
          #top .division .division-img.pc a.link04{left:75%;top:56.462585034013605442176870748299%;}
    }
  #top .products{
    width:84%;
    margin:0 auto 3.4rem;
  }
    #top .products h2{
      margin-bottom: 0.8em;
      font-size: 1.4rem;
      font-weight: 900;
    }
    #top .products .products-list{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
      #top .products .products-list li{
        width: 47%;
        margin-bottom: 1.5rem;
        text-align: center;
      }
    #top .products .products-list.pl01{
      margin-bottom: 3rem;
    }
    @media screen and (min-width:1024px) {
      #top .products{
        max-width: 880px;
        margin-bottom: 120px;
      }
      #top .products h2.pl01,
      #top .products .products-list.pl01{display: none;}
      #top .products .products-list{
        justify-content: start;
      }
        #top .products .products-list li{
          width: 200px;
          margin-right: 26px;
        }
    }


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
subpage
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.under #main{
  padding-bottom: 5rem;
}
.under .main-visual{
  width: 100%;
  aspect-ratio: 750 / 570;
  /* background: #D0A1BB; */
  /* background: linear-gradient(90deg,rgba(208, 161, 187, 1) 0%, rgba(231, 208, 221, 1) 100%); */
  text-align: center;
}
  @media screen and (min-width:1024px) {
    .under .main-visual{
      height: 460px;
      aspect-ratio: auto;
      position: relative;
      overflow: hidden;
    }
    .under .main-visual img{
      width: 1366px;
      max-width: 1366px;
      position: absolute;
      left: calc(50% - 683px);
    }
  }

.under .lead{
  margin:3.2rem auto 3.2rem;
  line-height: 1.6;
  font-size: 1.2rem;
}
  @media screen and (min-width:1024px) {
    .under .lead{
      margin-bottom:70px;
    }
  }

.under .l-nav{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 120px;
}
  .under .l-nav ul{
    display: flex;
    justify-content: center;
  }
    .under .l-nav ul li{
      width: 25%;
      padding: 0 10px;
    }
      .under .l-nav ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #000;
        height: 45px;
        color: #000;
        font-size: 20px;
      }
      .under .l-nav ul li a:hover{
        opacity:1 !important;
        background: #000;
        color: #fff;
      }
  @media screen and (max-width:959px) {
    .under .l-nav{
      /* display: none; */
      width: 100%;
      padding-bottom: 60px;
    }
      .under .l-nav ul{
        flex-wrap: wrap;
      }
        .under .l-nav ul li{
          width: auto;
          padding: 2px 2px;
        }
          .under .l-nav ul li a{
            height: auto;
            padding: .6rem .6rem;
            font-size: 1.2rem;
          }
  }

.under .sec84{
  width:84%;
}
  @media screen and (min-width:820px) {
    .under .sec84{
      width:90%;
    }
  }
  @media screen and (min-width:1024px) {
    .under .sec84{
      width:860px;
    }
  }

  .under .sec{
  margin-left:auto;
  margin-right:auto;
  font-size: 1.2rem;
  line-height: 1.6;
}
  .under .sec img{
    max-width: 100%;
    vertical-align: top;
  }

.under .sec90{
  width:90%;
}
  @media screen and (min-width:1024px) {
    .under .sec90{
      width:860px;
    }
  }

.under .section-bg{
  padding: 3.2rem 0;
}
.under .heading-sq{
  margin-bottom: 2.4rem;
  font-size:1.7rem;
  font-weight:600;
}
.under .heading-sq:before{
  content: "■";
  display: inline-block;
  width: 1em; height: 1em;
  margin-right: .3em;
  color: #000;
}

.under .h01{
  margin-bottom: .3em;
  font-size:1.8rem;
  font-weight:600;
  color:#002e55;
}
.under .h02{
  margin-bottom: .2em;
  font-size:1.4rem;
  font-weight:600;
  color:#002e55;
}
.under .h03{
  padding-bottom: .6em;
  margin-bottom: .6em;
  border-bottom: 1px solid #595757;
  font-size:1.95rem;
  font-weight:400;
}
  @media screen and (min-width:960px) {
    .under .h03{
      font-size: 26px;
      color: #595757 !important;
    }
  }
.under .h04{
  margin-bottom: .3em;
  font-size:1.75rem;
  font-weight:800;
}
.under .h05{
  display: flex;
  align-items: center;
  width: 100%;
  padding: .4rem;
  margin-bottom: 1em;
  background: #000;
  color: #fff;
}
  .under .h05 .num{
    display: inline-block;
    width: 2rem;
    margin-right: .6rem;
    border-right: 1px solid #fff;
    text-align: center;
  }

.under .caseList{
}
  .under .caseList li{
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 0.4em;
    font-size: 1.2rem;
    position: relative;
  }
  .under .caseList li:before{
    content: "●";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0; left: 0;
  }
  .under .caseList li.lsnone:before{
    display: none;
  }
  .under .caseList li:last-child{
    margin-bottom: 0em;
  }
  @media screen and (min-width:960px) {
    .under .caseList{
      display: flex;
      flex-wrap: wrap;
    }
    .under .caseList li{
      min-width: 50%;
      /* padding-right: 2em; */
    }
  }

.under .ingredient-table{
  margin: 0 auto;
}
  .under .ingredient-table th,
  .under .ingredient-table td{
    padding: .4em;
    border-bottom: 1px solid #231815;
    text-align: left;
    vertical-align: middle;
  }
  .under .ingredient-table th{
    font-weight:600;
    white-space: nowrap;
  }
  .under .ingredient-table td{
  }
    /* .under .ingredient-table td.wsn{
      width: 3em;
      text-align: center;
    } */
  .under .ingredient-table ul{
    padding-left: 1.2rem;
  }
    .under .ingredient-table ul li{
      list-style-type: disc;
    }
  @media screen and (min-width:960px) {
    .under .ingredient-table th,
    .under .ingredient-table td{
      padding: 1em 1em;
    }
    .under .ingredient-table td{
    }
      /* .under .ingredient-table td.wsn{
        width: 4em;
      } */
  }

.under .products-detail{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
  .under .products-detail > .img{
    width: 17%;
  }
  .under .products-detail > .txt{
    width: 65%;
  }
    .under .products-detail > .txt h3{
      margin-bottom: .4em;
      font-size: 1.4rem;
      font-weight: 600;
    }
    .under .products-detail > .txt h4{
      margin-bottom: .2em;
      font-size: 1.1rem;
      font-weight: 600;
    }
    .under .products-detail > .txt .tag{
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 1rem;
    }
      .under .products-detail > .txt .tag li{
        display: inline-block;
        min-width: 6.2em;
        padding: .3em .6em;
        margin-right: .2rem;
        border: 1px solid #727171;
        line-height: 1;
        font-size: 1.0rem;
        color: #727171;
        text-align: center;
      }
    .under .products-detail > .txt .spec{
    }
      .under .products-detail > .txt .spec.and-img{
        display: flex;
        justify-content: start;
        align-items: flex-end;
      }
        .under .products-detail > .txt .spec.and-img .txt{
          padding-bottom: 1em;
        }
        .under .products-detail > .txt .spec.and-img .img{
          padding-left: 1em;
          max-width: calc(40px + 1em);
        }
  @media screen and (min-width:960px) {
    .under .products-detail{
      width: 90%;
      width: 100%;
      padding-left: 62px;
      padding-left: 32px;
      justify-content: start;
    }
    .under .products-detail > .img{
      width: 111px;
      width: 30%;
    }
    .under .products-detail > .txt{
      width: auto;
      width: 70%;
      padding-left: 62px;
    }
      .under .products-detail > .txt h3{
        font-size: 29px;
      }
      .under .products-detail > .txt .tag{
        margin-bottom: 1.5rem;
        .under .products-detail > .txt .tag li{
          margin-right: .6rem;
        }
      }
      .under .products-detail > .txt .spec{
      }
        .under .products-detail > .txt .spec.and-img{
          justify-content: start;
        }
          .under .products-detail > .txt .spec.and-img .img{
            padding-left: 1em;
            max-width: calc(80px + 1em);
          }
  }

.att-pcp{
  padding: 1rem;
  border: 1px solid rgba(35,25,21,0.6);
  font-size: 0.85em;
}
.att-pcp span.bd{
  border: 1px solid rgba(35,25,21,0.6);
  padding: .3rem;
}

.name-block table{
  width: 100%;
  border-top: 1px solid rgba(35,25,21,0.2);
}
  .name-block table th,
  .name-block table td{
    padding: .6rem;
    border-right: 1px solid rgba(35,25,21,0.2);
    border-bottom: 1px solid rgba(35,25,21,0.2);
    vertical-align: middle;
  }
  .name-block table th:last-child,
  .name-block table td:last-child{
    border-right: none;
  }


.under .btn{
  display: flex;
  flex-wrap: wrap;
  padding-top: 3.2rem;
}
  .under .btn a{
    display: block;
    width: 100%;
    padding: .8em 0;
    margin-bottom: 1rem;
    border-radius: .5rem;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
  }
  .under .btn a::after{
    content: "";
    display: block;
    width: 2.0rem;
    height: 2.0rem;
    font-size: 2.0rem;
    background: url(../img/btn_ico_dl.svg) center center no-repeat;
    position: absolute;
    top: calc(50% - .5em);
    right: .5em;
  }
  .under .btn a.ext::after{
    background: url(../img/btn_ico_ext.svg) center center no-repeat;
  }
    .under .btn a .fss{
      font-size: .9rem;
    }
  @media screen and (min-width:960px) {
    .under .btn{
      align-items: stretch;
    }
    .under .btn a{
      width: 830px;
      margin: 0 auto;
      font-size: 1.4rem;
    }
  }

.under #feature{
  padding-bottom: 4.8rem;
}
  .under #feature.imgs{
    text-align: center;
  }
  .under #feature.w960flex .img{
    text-align: center;
  }
    .under #feature.w960flex .img img{
      width: 66%;
    }
  @media screen and (min-width:960px) {
    .under #feature .inner{
      width: 700px;
      margin: 0 auto;
    }
    .under #feature .w960flex{
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-shrink: 0;
    }
      .under #feature .w960flex .img{
        order: -1;
      }
        .under #feature .w960flex .img img{
          width: 267px;
          max-width: 267px;
        }
      .under #feature .w960flex p{
        padding-left: 1em;
      }
  }

@media screen and (min-width:960px) {
  .under #case .heading-sq.pb40{
    padding-bottom: 0px !important;
  }
}

.under #ingredient{
  padding-top: 3.2rem;
}
.under #spec{
  padding-top: 4.8rem;
}

.recomend li{
  padding-left: 1.2em;
  position: relative;
}
.recomend li:before{
  content: "";
  display: block;
  width: 8px;
  height: 1em;
  background: #000;
  position: absolute;
  left: 0; top: 4px;
}
  @media screen and (min-width:960px) {
    .recomend li{
      font-size: 16px;
    }
  }

.purpose .connect{
  width: 88%;
  margin: 0 auto;
}
  .purpose .connect .img{
    text-align: center;
  }
    .purpose .connect .img img{
      width: 74%;
    }
  @media screen and (min-width:960px) {
    .purpose .connect{
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .purpose .connect > li{
      width: 48%;
    }
      .purpose .connect > li .img{
      }
        .purpose .connect > li .img img{
          width: auto;
        }
  }

.purpose .shape{
}
  .purpose .shape li{
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(35,25,21,0.6);
  }
  .purpose .shape li:last-child{
    margin-bottom: 0;
    padding-bottom: 6rem;
    border: none;
  }
  .purpose .shape .txt{
    margin-bottom: 1.5rem;
  }
  .purpose .shape .flexBox{
  }
    .purpose .shape .flexBox > .img{
      margin-bottom: 2.5rem;
      text-align: center;
    }
      .purpose .shape .flexBox > .img img{
        /* max-width: 74%; */
        min-width: 300px;
      }
    .purpose .shape .flexBox > .right{
    }
      .purpose .shape .flexBox > .right .img{
        text-align: center;
        margin-bottom: 1rem;
      }
        .purpose .shape .flexBox > .right .img img{
          max-width: 90%;
        }
      .purpose .shape .flexBox > .right table{
        width: 100%;
      }
        .purpose .shape .flexBox > .right table th,
        .purpose .shape .flexBox > .right table td{
          padding: 1rem .6rem;
          border-right: 1px solid rgba(35,25,21,0.2);
          border-bottom: 1px solid rgba(35,25,21,0.2);
          text-align: center;
          vertical-align: middle;
          font-size: 1rem;
        }
        .purpose .shape .flexBox > .right table th:last-child,
        .purpose .shape .flexBox > .right table td:last-child{
          border-right: none;
        }
        .purpose .shape .flexBox > .right table th{
          background: rgba(0,46,85,0.5);
          color: #fff;
        }
        .purpose .shape .flexBox > .right table td{}
        .purpose .shape .flexBox > .right table td img{
          max-width: 46%;
        }
  @media screen and (min-width:960px) {
    .purpose .shape .flexBox{
      display: flex;
    }
      .purpose .shape .flexBox > .img{
        .purpose .shape .flexBox > .img img{
          max-width: 100%;
        }
      }
      .purpose .shape .flexBox > .right{
        padding-left: 2em;
      }
        .purpose .shape .flexBox > .right table{
          width: 100%;
        }
          .purpose .shape .flexBox > .right table th,
          .purpose .shape .flexBox > .right table td{
            padding: .4rem .4rem;
          }
  }

.under .cases{
  display: flex;
}
.under .cases li{
  width: 29%;
  margin-right: 6.3%;
  text-align: center;
  position: relative;
}
.under .cases li::after{
  content: "▶";
  display: inline-block;
  position: absolute;
  top: 32%;
  right: -17%;
}
.under .cases li:last-child{
  margin-right: 0;
}
.under .cases li:last-child::after{
  display: none;
}
.under .cases li figcaption{
  font-size: 0.9rem;
}
  @media screen and (min-width:960px) {
    .under .cases li{
      width: 22%;
      margin-right: 4.3%;
    }
    .under .cases li::after{
      top: 43%;
      right: -15%;
    }
  }
  @media screen and (max-width:959px) {
    .under .cases.c4{
      flex-wrap: wrap;
    }
    .under .cases.c4 li:nth-child(n+3){
      order: 1;
    }
    .under .cases.c4 li:nth-child(3){
      margin-left: 35.3%;
    }
  }



/* one-paste.html
background: #D0A1BB;
background: linear-gradient(90deg,rgba(208, 161, 187, 1) 0%, rgba(231, 208, 221, 1) 100%);
keycolor: #b1638e
font-keycolor: #bc6997
bg: 177,92,142,0.1
----- ----- ----- ----- ----- ----- ----- ----- */
#one-paste .main-visual{
  /* background: #D0A1BB; */
  /* background: linear-gradient(90deg,rgba(208, 161, 187, 1) 0%, rgba(231, 208, 221, 1) 100%); */
}
#one-paste .l-nav ul li a{
  border: 1px solid #b1638e;
  color: #b1638e;
}
  #one-paste .l-nav ul li a:hover{
    background: #b1638e;
    color: #fff;
  }
#one-paste .btn a{background: #b1638e;}
#one-paste .heading-sq:before{color: #b1638e;}
#one-paste .section-bg{background: rgba(177,99,142,0.1);}
#one-paste .h03{color:#b1638e;}
#one-paste .caseList li:before{color: #b1638e;}
#one-paste .h04{color:#bc6997;}
#one-paste .cl{color:#bc6997;}
#one-paste .pagetop a{background-color: #bc6997;}
#one-paste .cases li::after{color: #d4699a;}

#one-paste #feature{
  padding-bottom: 4.8rem;
}
  @media screen and (min-width:960px) {
    #one-paste #feature .inner{
      width: 700px;
      margin: 0 auto;
    }
  }
  #one-paste #feature .component{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 338px;
    margin: 0 auto .8rem;
    font-size: 1.0rem;
  }
  #one-paste #feature .component::after {
    content: '';
    width: 100%;
  }
    #one-paste #feature .component li{
      display: flex;
      align-items: center;
      margin-bottom: .3rem;
      margin-left: .6em;
    }
    #one-paste #feature .component li:nth-child(1),
    #one-paste #feature .component li:nth-child(4) {
      margin-left: 0;
    }
    #one-paste #feature .component li:nth-child(n+4) {
      order: 1;
    }
    @media screen and (min-width:960px) {
      #one-paste #feature .component{
        width: 100%;
        max-width: 100%;
        justify-content: flex-end;
      }
      #one-paste #feature .component li{
        margin-right: .5rem;
        margin-bottom: .5rem;
      }
        #one-paste #feature .component li img{
          margin-right: .2rem;
        }
    }
  #one-paste #feature .flow{
    width: 82%;
    max-width: 338px;
    margin: 0 auto;
    text-align: center;
  }
    #one-paste #feature .flow li{
      margin-bottom: 2.4rem;
      position: relative;
      padding-bottom: 3.9rem;
    }
    #one-paste #feature .flow li:last-child{
      padding-bottom: 0;
    }
    #one-paste #feature .flow li::after{
      content: "▼";
      display: inline-block;
      color: #bc6997;
      font-size: 1.5rem;
      position: absolute;
      bottom: 0;
      right: 50%;
      transform: translateX(50%);
    }
    #one-paste #feature .flow li:last-child::after{
      display: none;
    }
      #one-paste #feature .flow li figure{
      }
        #one-paste #feature .flow li figure img{
          margin-bottom: .4rem;
        }
        #one-paste #feature .flow li figure figcaption{
          font-size: 1.3rem;
        }
    #one-paste #feature .flow li:last-child{
      margin-bottom: 0;
    }
    @media screen and (min-width:960px) {
      #one-paste #feature .flow{
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      #one-paste #feature .flow li{
        width: 47%;
        margin-bottom: 1.8rem;
      }
      #one-paste #feature .flow li{
        padding-bottom: 0;
      }
      #one-paste #feature .flow li::after{
        content: "▶";
        font-size: inherit;
        top: 80px;
        right: -10%;
        bottom: auto;
        transform: unset;
      }


      #one-paste #feature .flow li figure{
        }
          #one-paste #feature .flow li figure img{
            margin-bottom: .3rem;
          }
          #one-paste #feature .flow li figure figcaption{
            font-size: 1.0rem;
            font-size: 0.95rem;
          }
        #one-paste #feature .flow li :nth-child(3),
        #one-paste #feature .flow li :last-child{
          margin-bottom: 0;
        }
    }

  #one-paste #feature .particulars{
    padding-top: 4.8rem;
  }
    #one-paste #feature .particulars p{
      margin-bottom: 1.6rem;
    }
    #one-paste #feature .particulars figure{
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
      #one-paste #feature .particulars figure img{
      }
        #one-paste #feature .particulars figure img:first-child{
          width: 30%;
        }
        #one-paste #feature .particulars figure img:last-child{
          width: 41%;
        }
    @media screen and (min-width:960px) {
      #one-paste #feature .particulars{
        padding-top: 40px;
        padding-bottom: 73px;
        position: relative;
      }
      #one-paste #feature .particulars h3.h02{
        padding-left: 202px;
      }
      #one-paste #feature .particulars p{
        padding-left: 202px;
        margin-bottom: 0;
        font-size: 14.48px;
      }
      #one-paste #feature .particulars figure{
        justify-content: start;
        position: absolute;
        top: 50px;
      }
        #one-paste #feature .particulars figure img{
        }
          #one-paste #feature .particulars figure img:first-child{
            width: auto;
          }
          #one-paste #feature .particulars figure img:last-child{
            width: auto;
          }
    }

    #one-paste #feature .imgs{
    }
      #one-paste #feature .imgs img{
        margin-bottom: .4rem;
      }
      #one-paste #feature .imgs figcaption{
        font-size: 1.0rem;
        text-align: left;
      }
        #one-paste #feature .imgs figcaption dl{
          display: flex;
        }
          #one-paste #feature .imgs figcaption dl dt{
            white-space: nowrap;
          }
          #one-paste #feature .imgs figcaption dl dd{}


/* tt-plus.html
----- ----- ----- ----- ----- ----- ----- ----- */
#tt-plus .main-visual{
  /* background: #D3C184; */
  /* background: linear-gradient(90deg, rgba(211, 193, 132, 1) 0%, rgba(240, 234, 214, 1) 100%); */
}
#tt-plus .lead{
  width: 84%;
  text-align: center;
}
  @media screen and (min-width:820px) {
    #tt-plus .lead{
      width:90%;
    }
  }
  @media screen and (min-width:960px) {
    #tt-plus .lead{
      width:100%;
    }
  }


#tt-plus .l-nav ul li a{
  border: 1px solid #b69832;
  color: #b69832;
}
#tt-plus .l-nav ul li a:hover{
  background: #b69832;
  color: #fff;
}
#tt-plus .btn a{background: #b69832;}
#tt-plus .heading-sq:before{color: #b69832;}
#tt-plus .section-bg{background: rgba(182,152,50,0.1);}
#tt-plus .h03{color:#b69832;}
#tt-plus .caseList li:before{color: #b69832;}
#tt-plus .h04{color:#b69832;}
#tt-plus .cl{color:#b69832;}
#tt-plus .pagetop a{background-color: #b69832;}
#tt-plus .cases li::after{color: #c29a21;}

#tt-plus{
}
  #tt-plus #feature{
  }
    #tt-plus #feature .imgs{
    }
      #tt-plus #feature .imgs img{
        margin-bottom: .4rem;
      }
      #tt-plus #feature .imgs figcaption{
        font-size: 1.0rem;
        text-align: left;
      }
        #tt-plus #feature .imgs figcaption dl{
          display: flex;
        }
          #tt-plus #feature .imgs figcaption dl dt{
            white-space: nowrap;
          }
          #tt-plus #feature .imgs figcaption dl dd{}

/* ap-plus.html
----- ----- ----- ----- ----- ----- ----- ----- */
#ap-plus .main-visual{
  /* background: #AEAEAD; */
  /* background: linear-gradient(90deg,rgba(174, 174, 173, 1) 0%, rgba(228, 228, 228, 1) 100%); */
}
#ap-plus .l-nav{
  margin: 3.2rem auto 3.2rem;
  margin-bottom: 0px;
  padding-bottom: 120px;
}
  #ap-plus .l-nav ul li a{
    border: 1px solid #797876;
    color: #797876;
  }
  #ap-plus .l-nav ul li a:hover{
    background: #797876;
    color: #fff;
  }
#ap-plus .btn a{background: #797876;}
#ap-plus .heading-sq:before{color: #797876;}
#ap-plus .section-bg{background: rgba(121,120,118,0.1);}
#ap-plus .h03{color:#797876;}
#ap-plus .caseList li:before{color: #797876;}
#ap-plus .h04{color:#797876;}
#ap-plus .cl{color:#797876;}
#ap-plus .pagetop a{background-color: #797876;}
#ap-plus .cases li::after{color: #a6a187;}

#ap-plus{
}
  #ap-plus #feature{
    padding-top: 3.2rem;
  }
    @media screen and (min-width:960px) {
      #ap-plus #feature{
        padding-top: 0px;
      }
    }
  #ap-plus #case{
  }
    #ap-plus #case .picture{
    }
      @media screen and (max-width:959px) {
        #ap-plus #case .picture{
          margin-bottom: 2rem;
        }
        #ap-plus #case .picture img{
          max-width: 68% !important;
        }
      }



/* stain-off.html
----- ----- ----- ----- ----- ----- ----- ----- */
#stain-off{
}
  #stain-off .main-visual{
    /* background: #9EC9CC; */
    /* background: linear-gradient(90deg,rgba(158, 201, 204, 1) 0%, rgba(223, 237, 238, 1) 100%); */
  }
  #stain-off .l-nav ul li a{
    border: 1px solid #5ea6ab;
    color: #5ea6ab;
  }
  #stain-off .l-nav ul li a:hover{
    background: #5ea6ab;
    color: #fff;
  }
  #stain-off .btn{
  }
    #stain-off .btn a{
      background: #5ea6ab;
    }
    @media screen and (min-width:960px) {
      #stain-off .btn a{
        width: 49%;
      }
        #stain-off .btn a:first-child{
          padding-top: 30px;
        }
    }

  /* #stain-off .btn a{background: #5ea6ab;} */
  #stain-off .heading-sq:before{color: #5ea6ab;}
  #stain-off .section-bg{background: rgba(1,167,172,0.1);}
  #stain-off .h03{color:#002e55;}
  #stain-off .caseList li:before{color: #5ea6ab;}
  #stain-off .h04{color:#002e55;}
  #stain-off .cl{color:#002e55;}
  #stain-off .pagetop a{background-color: #002e55;}
  #stain-off .cases li::after{color: #002e55;}
  #stain-off #feature{
    /* padding-bottom: 0; */
  }

/* brush.html
----- ----- ----- ----- ----- ----- ----- ----- */
#brush{
}
  #brush .main-visual{
    /* background: #DEEAF7; */
    /* background: radial-gradient(circle,rgba(222, 234, 247, 1) 0%, rgba(180, 212, 228, 1) 100%); */
  }
  #brush .l-nav ul li{
    width: auto;
    min-idth: 25%;
  }
  #brush .l-nav ul li a{
    padding: 0 10px;
    border: 1px solid #002e55;
    color: #002e55;
  }
  #brush .l-nav ul li a:hover{
    background: #002e55;
    color: #fff;
  }
  @media screen and (max-width:959px) {
        .brush .l-nav ul li{
          width: auto;
          padding: 2px 2px;
        }
          #brush .l-nav ul li a{
            padding: .6rem .6rem;
          }
  }
  #brush .btn{
  }
    #brush .btn a{
      background: #002e55;
    }
    @media screen and (min-width:960px) {
      #brush .btn a{
        width: 49%;
      }
        #brush .btn a:first-child{
          padding-top: 30px;
        }
    }
  #brush .heading-sq:before{color: #002e55;}
  #brush .section-bg{background: rgba(181,212,228,0.45);}
  #brush .h04{color:#002e55;}
  #brush .lead{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #002e55;
  }
  #brush .h05{background: #002e55;}
  #brush .pagetop a{background-color: #002e55;}
  #brush .purpose{
  }
    #brush .purpose .products{
    }
      #brush .purpose .products .main{
        width: 88%;
        margin: 0 auto;
        padding: 0 0 3rem;
        background: url(../img/brush_purpose_img01_01.png) right 20% no-repeat;
        background-size: 50% auto;
        border-bottom: 1px solid #231815;
      }
        #brush .purpose .products .main .tags{
        }
          #brush .purpose .products .main .tags li{
            display: inline-block;
            padding: .4em 1em;
            margin-right: .6em;
            background: #002e55;
            border-radius: 100rem;
            font-size: 1.0rem;
            color: #fff;
            line-height: 1;
          }
        #brush .purpose .products .main .h01{
          margin-bottom: 4rem;
        }
        #brush .purpose .products .main .recomend{
          width: 64%;
          width: 100%;
        }
          #brush .purpose .products .main .recomend li{
          }
            #brush .purpose .products .main .recomend li:before{
              background: #002e55;
            }
      #brush .purpose .products .aside{
        width: 88%;
        margin: 0 auto;
      }
        #brush .purpose .products .aside .img{
          padding: 0 40px;
          margin-bottom: 3rem;
        }
      #brush .purpose .products li:nth-child(2) .main{
        background: url(../img/brush_purpose_img02_01.png) right 20% no-repeat;
        background-size: 50% auto;
      }
        li:nth-child(2) .main .recomend{
          width: 100%;
        }
      @media screen and (min-width:960px) {
        #brush .purpose .products{
          display: flex;
          justify-content: space-between;
          width: 100%;
        }
        #brush .purpose .products > li{
          width: 48%;
        }
          #brush .purpose .products > li .main{
            width: 100%;
            background-position: right 30% !important;
          }
            #brush .purpose .products > li .main .h01{
              margin-bottom: 8rem;
            }
          #brush .purpose .products > li .aside{
            width: 100%;
          }
            #brush .purpose .products > li .aside .img{
              padding: 0 30px;
            }
      }
      #brush #purpose03{
        padding-top: 3.2rem;
      }
  #brush .products-detail{
  }
    #brush .products-detail > .img{
      width: 30%;
    }
    #brush .products-detail > .txt{
      width: 60%;
    }
  #brush .tips{
    padding-top: 3em;
  }
    #brush .tips dl{}
    #brush .tips dl dt{
      display: inline-block;
      background: #002a55;
      border: 2px solid #002a55;
      border-radius: 2em;
      margin-bottom: -1em;
    }
    #brush .tips dl dt .t01{
      padding: 0 1.5em;
      font-weight: 600;
      color: #fff;
    }
    #brush .tips dl dt .t02{
      padding: 0 1.5em;
      display: inline-block;
      background: #fff;
      border-radius: 0em 2em 2em 0em;
      font-weight: 600;
      color: #002a55;
    }
    #brush .tips dl dd{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1em;
      background: rgba(0,42,85,0.1);
      margin-top: -1em;
    }
    #brush .tips dl dd .txt h4{
      color: #002a55;
      font-weight: 600;
    }
    #brush .tips dl dd .txt{
      padding-top: 1.5em;
    }
    #brush .tips dl dd .txt p{}
    #brush .tips dl dd .img{}
    @media screen and (max-width:959px) {
      #brush .tips dl dd{
        flex-wrap: wrap;
      }
      #brush .tips dl dd .txt{
        width: 100%;
      }
      #brush .tips dl dd .img{
        width: 100%;
      }
    }
    @media screen and (min-width:960px) {
      #brush .tips dl dd .txt{
        width: 60%;
      }
      #brush .tips dl dd .img{
        width: 35%;
      }
    }

/* cup.html
----- ----- ----- ----- ----- ----- ----- ----- */
#cup{
}
  #cup .main-visual{
    /* background: #FDEBD1; */
    /* background: radial-gradient(circle,rgba(253, 235, 209, 1) 0%, rgba(242, 207, 155, 1) 100%); */
  }
  #cup .l-nav ul li a{
    padding: 0 10px;
    border: 1px solid #bf7220;
    color: #bf7220;
  }
  #cup .l-nav ul li a:hover{
    background: #bf7220;
    color: #fff;
  }
  #cup .btn{
  }
    #cup .btn a{
      background: #bf7220;
    }
    @media screen and (min-width:960px) {
      #cup .btn a{
        width: 49%;
      }
        #cup .btn a:first-child{
          padding-top: 30px;
        }
    }

  #cup .heading-sq:before{color: #bf7220;}
  #cup .section-bg{background: rgba(254,236,210,0.45);}
  #cup .h01{
    color:#bf7220;
    font-size: 1.6rem;
  }
  #cup .h02{
    color:#bf7220;
    font-size: 1.3rem;
  }
    #cup .h02 .tag{
      display: inline-block;
      padding: .3rem .6rem;
      margin-left: 1em;
      border: 1px solid #bf7220;
      border-radius: 100px;
      font-size: 1.1rem;
    }
  #cup .h04{color:#bf7220;}
  #cup .lead{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #bf7220;
  }
  #cup .h05{background: #bf7220;}
  #cup .pagetop a{background-color: #bf7220;}
  #cup .connect{
    width: 88%;
    margin: 0 auto;
  }
    #cup .connect .img{
    }
      #cup .connect .img img{
        max-width: 30%;
      }
    @media screen and (max-width:959px) {
      #cup .connect{
        width: 100%;
        display: flex;
        justify-content: space-between;
      }
      #cup .connect > li{
        width: 49%;
      }
      #cup .connect li .h01{
        font-size: 1.8rem;
      }
      #cup .connect .img img{
        max-width: auto;
        height: 80px;
      }
    }

  #cup .about{
    border: 1px solid #bf7220;
    padding: 1rem;
  }
    #cup .about dl{
    }
      #cup .about dl dt{
        font-weight: 600;
        color: #bf7220;
        margin-bottom: .3rem;
      }
      #cup .about dl dd{
        display: flex;
        justify-content: space-between;
      }
        #cup .about dl dd .img{
          min-width: 76px;
          padding-left: 1em;
        }
    #cup .about.about01{
      margin-bottom: 1.5rem;
    }
      #cup .about.about01 dl:first-child{
        margin-bottom: 1.5rem;
      }
    #cup .about.about02{
      margin-bottom: 3rem;
    }
    @media screen and (min-width:960px) {
      #cup .about{
        display: flex;
        justify-content: space-between;
      }
      #cup .about dl{
        width: 48%;
        #cup .about dl dd{
          #cup .about dl dd .img{
            width: 206px;
          }
        }
      }
      #cup .about.about02{
        display: block;
      }
        #cup .about.about02 dl{
          width: 100%;
        }
          #cup .about.about02 dl dd{
          }
            #cup .about.about02 dl dd .img{
              width: 100%;
              text-align: center;
            }
              #cup .about.about02 dl dd .img img{
                max-width: 100%;
              }
    }
  #cup #purpose03{
    padding-top: 3.2rem;
  }

  #cup .shape{
  }
    #cup .shape .flexBox{
    }
      #cup .shape .flexBox > .right{
      }
        #cup .shape .flexBox > .right table{
        }
          #cup .shape .flexBox > .right table tr:first-child td{
            border-top: 1px solid rgba(35,25,21,0.2);
          }
    #cup .shape .other{
      margin-top: 2rem;
    }
      #cup .shape .other dl{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        border: 1px solid #bf7220;
        color: #bf7220;
        font-weight: 600;
      }
  #cup .products-detail{
  }
    #cup .products-detail > .img{
      /* width: 30%; */
    }
    #cup .products-detail > .txt{
      /* width: 60%; */
    }

/* pc-pellet.html
----- ----- ----- ----- ----- ----- ----- ----- */
#pc-pellet{
}
  #pc-pellet .main-visual{
    /* background: #E2D9E5; */
    /* background: linear-gradient(90deg,rgba(226, 217, 229, 1) 0%, rgba(170, 144, 179, 1) 100%); */
  }
  #pc-pellet .btn{
  }
    #pc-pellet .btn a{
      background: #751485;
    }
    @media screen and (min-width:960px) {
      #pc-pellet .btn a{
        width: 49%;
      }
    }
  #pc-pellet .heading-sq:before{color: #797876;}
  #pc-pellet .heading-pc{
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #751485;
  }
  #pc-pellet .h04{color:#751485;}
  #pc-pellet .lead{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    color: #751485;
  }
  #pc-pellet .h05{background: #751485;}
  #pc-pellet .pagetop a{background-color: #751485;}
  #pc-pellet #feature{
    padding-bottom: 6.8rem;
    margin-bottom: 4rem;
    background: url(../img/pc-pellet_feature_img02.png) 310% bottom no-repeat;
    background: url(../img/pc-pellet_feature_img02.png) 178% bottom no-repeat;
    background-size: 89% auto;
  }
    #pc-pellet #feature .inner{
      margin: 0 auto;
      position: relative;
    }
      #pc-pellet #feature .inner dl{
      }
        #pc-pellet #feature .inner dl dt{
          font-size: 1.3rem;
          font-weight: 600;
          color: #751485;
          border-bottom: 1px solid #751485;
        }
        #pc-pellet #feature .inner dl dd{
          font-size: 1.1rem;
        }
      #pc-pellet #feature .inner dl.f01{
        padding-top: 1.5rem;
        padding-left: 2rem;
        margin-bottom: 7rem;
      }
        #pc-pellet #feature .inner dl.f01 dt{
          padding-left: 10rem;
        }
        #pc-pellet #feature .inner dl.f01 dd{
          padding-left: 10rem;
        }
      #pc-pellet #feature .inner dl.f02{
        padding-left: 2rem;
      }
        #pc-pellet #feature .inner dl.f02 dt{
          text-align: right;
        }
      #pc-pellet #feature .inner .absolute{
        width: 30%;
        text-align: center;
        position: absolute;
        top: 0;
      }
    @media screen and (min-width:960px) {
      #pc-pellet #feature{
        padding-bottom: 4.8rem;
        background: url(../img/pc-pellet_feature_img02.png) right bottom no-repeat;
        background-size: 50% auto;
      }
      #pc-pellet #feature .inner{
        width: 900px;
      }
        #pc-pellet #feature .inner dl{
        }
          #pc-pellet #feature .inner dl dt{
            font-size: 1.3rem;
            font-weight: 600;
            color: #751485;
            border-bottom: 1px solid #751485;
          }
          #pc-pellet #feature .inner dl dd{
            font-size: 1.1rem;
          }
        #pc-pellet #feature .inner dl.f01{
          padding-top: 71px;
          padding-left: 37px;
          padding-right: 290px;
          margin-bottom: 5rem;
        }
          #pc-pellet #feature .inner dl.f01 dt{
            padding-left: 240px;
          }
          #pc-pellet #feature .inner dl.f01 dd{
            padding-left: 240px;
          }
        #pc-pellet #feature .inner dl.f02{
          padding-left: 409px;
        }
        #pc-pellet #feature .inner .absolute{
          width: 245px;
        }
          #pc-pellet #feature .inner .absolute figcaption{
            font-size: .8em;
          }
    }
  #pc-pellet #lineup{
  }
    #pc-pellet #lineup .products{
      margin-bottom: 4rem;
    }
      #pc-pellet #lineup .products h3{
        margin-bottom: .4rem;
        font-size: 1.4rem;
        font-weight: 900;
      }
      #pc-pellet #lineup .products .tag{
      }
        #pc-pellet #lineup .products .tag span{
          display: inline-block;
          padding: .1rem .3rem;
          border: 1px solid #333;
        }
      #pc-pellet #lineup .products .img{
        margin-top: -4rem;
        margin-bottom: 2rem;
        text-align: right;
      }
        #pc-pellet #lineup .products .img img{
          max-width: 50%;
        }
      #pc-pellet #lineup .products .tac{
      }
        #pc-pellet #lineup .products .tac img{
          max-width: 74%;
        }
    @media screen and (min-width:960px) {
      #pc-pellet #lineup .products{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0rem;
      }
        #pc-pellet #lineup .products h3{
          width: 100%;
          margin-bottom: .4rem;
          font-size: 1.4rem;
          font-weight: 900;
        }
        #pc-pellet #lineup .products .tag{
          width: 100%;
        }
          #pc-pellet #lineup .products .tag span{
            display: inline-block;
            padding: .1rem .3rem;
            border: 1px solid #333;
          }
        #pc-pellet #lineup .products .img{
          width: 49%;
          margin-top: 0rem;
          margin-bottom: 2rem;
          text-align: center;
        }
          #pc-pellet #lineup .products .img img{
            max-width: 100%;
          }
        #pc-pellet #lineup .products .tac{
          width: 49%;
        }
          #pc-pellet #lineup .products .tac img{
            max-width: 100%;
          }
    }
  #pc-pellet .products-detail{
  }
    #pc-pellet .products-detail > .img{
      width: 30%;
    }
    #pc-pellet .products-detail > .txt{
      width: 60%;
    }
