@charset "utf-8";

/*------------------------------
 reset & General
-------------------------------*/

#mGlobalNavButton,
#siteHeader::after{
  display: none;
}

div#footer div.wrapper p.copyright {
  float: none;
  text-align: center;
}

#siteHeader ul,
#siteContent ul{
  padding-left:0;
  margin:0;
  font-size:0;
}
#siteHeader li,
#siteContent li{
  list-style: none;
  display:inline-block;
}

#siteContent{
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 12px;
  letter-spacing: -.015em;
  line-height: 1.66;
  text-align: justify;
  color: #231815;
}
#siteContent *{
  box-sizing: border-box;
}
#siteContent h1,
#siteContent h2,
#siteContent h3,
#siteContent h4,
#siteContent h5{
  font-weight: normal;
}
#siteContent img{
  width: 100%;
}
#siteContent a{
  color: #2446FF;
}
#siteContent em{
  font-style: normal;
  font-weight: inherit;
  color: #C6000A;
}
#siteContent sub{
  display: inline-block;
  font-size: .7em;
  margin-right: .1em;
  margin-left: .05em;
  transform: translateY(-.3em);
}
#siteContent .e2-caution{
  color: #CF000E;
  font-size: 10px;
}
#siteContent .b-caution{
  line-height: 1.6;
  margin-top: 1em;
}
#siteContent .e-caution{
  vertical-align: top;
}
#siteContent .e2-caution{
  vertical-align: top;
}
#siteContent .m-mark::before{
  content: "▼";
  display: inline-block;
  transform-origin: center center;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  html{
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  #siteContent{
    font-size: 15px;
  }
}
@media screen and (min-width: 1001px) {
  #siteContent {
    width: 100%;
    max-width: 1280px;
	}
}

/* slider-inner */
@media screen and (max-width: 768px){
  .b-slideImg{
    overflow-x: scroll;
    padding-bottom: .5em;
    position: relative;
  }
  .slide-inner{
    padding-bottom: 1em;
  }
  .scroll{
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-70%);
  }
  .scroll .inner{
    width: 100% !important;
    padding: 0 !important;
    background: none !important;
    position: relative;
  }
  .scroll .inner::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/scroll-hand.png) center center / cover;
    position: absolute;
    z-index: 1;
    left: 7px;
    animation: scrollHand .8s ease-in 3s infinite alternate forwards running;
  }
}
@keyframes scrollHand{
  0% {
    left: 7px;
  }
  100%{
    left: -5px;
  }
}
@media screen and (min-width: 769px){
  .b-slideImg{
    margin: .5em 0;
  }
  .scroll{
    display: none;
  }
}

/*------------------------------
 header
-------------------------------*/
#fixHeader{
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0;
}
#siteHeader{
  width: 93%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.siteHeader__info{
  padding-left: 0 !important;
}
.siteHeader__infoLogo {
  padding: 0;
}
.pageHeader__navi li{
  font-size: 12px;
}
.pageHeader__navi li+li{
  border-left: 1px solid #000;
}
.pageHeader__navi a{
  color: #000;
  padding: 0 .8em;
}
.pageHeader__navi li:nth-last-child(1) a{
  padding-right: 0;
}
.leadTtl .inner{
  width: 324px;
  max-width: 90%;
  margin: auto;
  padding: 22px 0 20px;
}
@media screen and (min-width: 769px){
  #fixHeader{
    min-width: 1000px;
  }
  #siteHeader{
    max-width: 1000px;
    height: 46px;
  }
  .m-lp #siteHeader{
    max-width: 1280px;
  }
  #siteHeader .siteHeader__infoLogo img {
		height: auto;
		width: 88px;
	}
  
  .leadTtl .inner{
    width: 634px;
    padding: 35px 10px 34px;
  }
}

/*------------------------------
 main
-------------------------------*/
:root{
  --notoJP: "Noto Sans JP", sans-serif;
  --gray: #F3F5F5;
  --red: #C6000F;
  --line: #707070;
  --shadow: drop-shadow( 0 3px 6px rgba(0,0,0,.16));
}

.container{
  width: 93vw;
  margin: auto;
}
@media screen and (min-width: 769px){
  .container{
    width: 1000px;
    margin: 0 50px;
  }
}
@media screen and (min-width: 1100px){
  .container{
    margin: auto;
  }
}

.inner{
  width: 87.64%;
  max-width: 860px;
  margin: auto;
}

.b-bg.-gray{
  background: var(--gray);
}
.b-bg.-white{
  background: #fff;
}
.b-bg.-r{
  border-radius: 10px;
  padding: 50px 0;
  filter: var(--shadow);
}
@media screen and (min-width: 769px){
  .b-bg.-r{
    border-radius: 30px;
    padding: 60px 0 70px;
  }
}
.e-mds{
  font-family: var(--notoJP);
}

sup.m-caution {
  font-size: 10px;
}

.e-caution{
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  color: #707070;
  margin-top: .5em;
}
.b-dots{
  font-family: var(--notoJP);
  background: url(images/dot.png);
  letter-spacing: .2em;
  padding-left: .5em;
  padding-bottom: .1em;
  color: #000;
  font-size: 13px;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px){
  .b-dots{
    font-size: 20px;
    padding-bottom: .12em;
    margin-bottom: .6em;
  }
}

.b-lnks .e-lnk{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 226px;
  margin: auto;
  padding: .7em;
  background: #C2C9D0;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.44;
}
.b-lnks .e-lnk:hover{
  text-decoration: none;
}
.b-lnks .e-lnk span{
  text-align: center;
  color: #fff;
}
.b-otherLnk.b-lnks .e-lnk{
  width: 305px;
  background: #AE56CD;
  font-size: 12px;
}
.b-otherLnk.b-lnks .e-lnk.m-kosodate {
  background: #6FBA2C;
  margin-top: 40px;
}
.b-otherLnk.b-bn .e-lnk{
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px){
  .b-otherLnk.b-lnks .e-lnk{
    width: 100%;
    max-width: 305px;
    height: 57px;
  }
  .b-otherLnk.b-lnks .e-lnk br{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .b-otherLnk.b-lnks .e-lnk{
    width: 360px;
    font-size: 16px;
  }
  .b-otherLnk.b-bn .e-lnk{
    width: 360px;
    font-size: 16px;
  }
}

#siteContent > .b-bg{
  padding-top: 50px;
  padding-bottom: 50px;
}
#siteContent > .b-bg:nth-of-type(1){
  padding-top: 35px;
}
@media screen and (min-width: 769px){
  #siteContent > .b-bg{
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #siteContent > .b-bg:nth-of-type(1){
    padding-top: 55px;
  }
}

#siteContent strong{
  font-weight: normal;
  color: var(--red);
}

/* main -------------------*/

@media screen and (max-width: 768px){
  .main{
    background: url(images/main-sp-bg.jpg) center center / cover;
  } 
  .main .container{
    width: 100% !important;
  }
}
@media screen and (min-width: 769px){
  .main{
    background: url(images/main-pc-bg.jpg) center center / cover;
  }  
}

/* b-mainLead */
.b-mainLead .b-ttls{
  font-family: var(--notoJP);
  text-align: center;
  line-height: 1.4;
}
.b-mainLead .b-ttls .e-mds{
  font-size: 20px;
  letter-spacing: .15em;
}
.b-mainLead .b-ttls span{
  display: inline-block;
}
.b-mainLead .b-ttls .e-ttlSmall{
  display: inline-block;
  transform-origin: center center;
  margin-top: .8em;
}
@media screen and (max-width: 768px){
  .b-mainLead .b-ttls .e-ttlSmall{
    width: 120%;
    transform: scale(.8) translateX(-10%);
  }
}
@media screen and (min-width: 769px){
  .b-mainLead .b-ttls .e-mds{
    font-size: 40px;
  }
}
.b-mainLead .e-txt{
  line-height: 1.83;
  letter-spacing: .05em;
  margin-top: 1.6em;
}
@media screen and (max-width: 768px){
  .b-mainLead .e-txt br{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .b-mainLead .e-txt{
    text-align: center;
  }
}

/* mainExp */
.b-expWrap .e-ttl,
.b-products .e-ttl{
  text-align: center;
  line-height: 1;
  border: 1px solid var(--line);
}
.b-exp .e-ttl,
.b-products .e-ttl{
  letter-spacing: .4em;
  text-indent: -.2em;
  font-size: 18px;
  padding: .4em .5em .2em;
}
.b-sub .b-exp .e-ttl{
  letter-spacing: .2em;
  text-indent: -.1em;
  font-size: 12px;
  padding: .5em .5em .3em;
}
.b-exp .b-imgs .line{
  display: block;
  background: var(--line);
}
.b-exp .e-caution{
  line-height: 1.5;
  font-size: 10px;
  margin-top: 1em;
}
.b-exp .e-nextmds {
  text-align: center;
  color: var(--red);
  margin-top: 2em;
}
.b-expWrap .b-sub picture{
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px){
  .b-mainExp{
    margin-top: 35px;
  }
  .b-exp .e-ttl{
    margin-bottom: 20px;
  }
  .b-sub .b-exp .e-ttl{
    margin-bottom: 15px;
  }
  .b-exp .b-imgs{
    max-width: 400px;
    margin: auto;
  }
  .b-exp .b-imgs .line{
    width: 100%;
    height: 1px;
    margin: 20px auto;
  }
  .b-exp .e-caution{
    padding-top: 10px;
  }
  .b-sub .b-exp{
    margin-top: 35px;
  }
  .b-exp .e-nextmds {
    font-size: 11px;
  }
  .b-sub .b-exp picture{
    width: 210px;
  }
  .b-expWrap .b-sub .b-exp:nth-of-type(1) picture{
    width: 108px;
  }
}
@media screen and (min-width: 769px){
  .b-mainExp{
    margin-top: 60px;
  }
  .b-expWrap{
    width: 706px;
    margin: auto;
  }
  .b-exp .b-imgs{
    display: flex;
    align-content: center;
  }
  .b-exp .b-imgs .b-item{
    width: 300px;
  }
  .b-exp .b-imgs .line{
    width: 1px;
    height: 157px;
    margin: 10px auto 0;
  }
  .b-exp .e-ttl,
  .b-products .e-ttl{
    font-size: 23px;
    margin-bottom: 33px;
  }
  .b-sub .b-exp .e-ttl{
    font-size: 16px;
    margin-bottom: 18px;
  }
  .b-exp .e-nextmds br{
    display: none;
  }
  
  .b-expWrap .b-sub{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .b-expWrap .b-sub .b-exp{
    width: 215px;
  }
  .b-expWrap .b-sub picture{
    width: 207px;
  }
  .b-expWrap .b-sub .b-exp:nth-of-type(1) picture{
    width: 135px;
    padding-top: 15px;
  }
  .b-expWrap .b-sub .b-exp:nth-of-type(3) picture{
    margin-top: -10px;
  }
}

.b-subjectWrap{
  margin-top: 40px;
}
.b-subject + .b-subject,
.b-subject .e-txt+.e-txt{
  margin-top: 27px;
}

.b-subject .e-txt{
  line-height: 1.55;
}
@media screen and (min-width: 769px){
  .b-subjectWrap{
    margin-top: 40px;
  }
  .b-subject .e-txt{
    font-size: 16px;
  }
}

/* b-products ---------------*/
.b-products .line,
.b-recomends .line{
  display: block;
  background: var(--line);
}
.b-products .b-item figcaption{
  text-align: center;
}
.b-products .b-item .e-name,
.b-recomends .b-item .e-name{
  font-family: var(--notoJP);
  font-weight: 500;
}
.b-products .b-item figcaption,
.b-recomends .b-item figcaption{
  text-align: center;
}
.b-products .b-item .b-lnks{
  margin-top: 20px;
}
.b-products .b-otherLnk{
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .b-products .b-item{
    padding: 35px 0 30px;
  }
  .b-products .line{
    width: 100%;
    height: 1px;
  }
  .b-products .b-item .e-img{
    width: 150px;
    margin: 0 auto 15px;
  }
  .b-products .b-item figcaption{
    font-size: 13px;
  }
  .b-products .b-item .e-name{
    font-size: 21px;
  }
}
@media screen and (min-width: 769px){
  .b-productsWrap .inner{
    width: 920px;
    max-width: 920px;
  }
  .b-products .b-items{
    display: flex;
    justify-content: center;
  }
  .b-products .line{
    width: 1px;
    min-width: 1px;
    height: 386px;
    margin: 0 55px;
  }
  .b-products .b-item .e-img{
    width: 185px;
    margin: 0 auto 20px;
  }
  .b-products .b-item:nth-of-type(2) .e-img{
    width: 185px;
    min-width: 185px;
  }
  .b-products .b-item figcaption{
    font-size: 16px;
  }
  .b-products .b-item .e-name{
    font-size: 26px;
  }
  .b-products .b-otherLnk{
    margin-top: 45px;
  }
}

/* b-recomends -------*/
.b-recomends{
  text-align: center;
  border: 1px solid var(--line);
  margin-top: 120px;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.b-recomends .e-ttl{
  display: inline-block;
  background: #fff;
  text-align: center;
  margin: auto;
  transform: translateY(-45%);
  letter-spacing: .01em;
  font-size: 18px;
  padding: 0 1em;
}
.b-recomends .e-ttl .e-blandName {
  display: block;
  margin: 0 auto 5px;
}
.b-recomends .b-item .e-img{
  margin: 0 auto 10px;
}
.b-recomends figcaption{
  font-size: 14px;
}
.b-recomends .e-name{
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: .3em;
}
.b-recomends .b-item .b-lnks{
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .b-recomends .line{
    width: 85%;
    height: 1px;
    margin: 30px auto;
  }
  .b-recomends .b-lnks{
    margin-top: 30px;
  }
  .b-recomends .e-ttl{
    font-size: 16px;
  }
  .b-recomends .e-ttl .e-blandName {
    width: 90%;
    max-width: 200px;
  }
  .b-recomends .b-item .e-img{
    width: 136px;
  }
  .b-recomends .b-item:nth-of-type(2) .e-img{
    width: 203px;
  }
}
@media screen and (min-width: 769px){
  .b-recomends{
    margin-top: 90px;
    padding-bottom: 50px;
    padding-bottom: 10px;
  }
  .b-recomends .b-items{
    display: flex;
    justify-content: center;
    margin: 10px auto 30px;
  }
  .b-recomends .line{
    width: 1px;
    min-width: 1px;
  }
  .b-recomends .b-item{
    width: 48%;
  }
  .b-recomends .e-ttl{
    width: 435px;
    font-size: 18px;
  }
  .b-recomends .e-ttl br{
    display: none;
  }
  .b-recomends .e-ttl .e-blandName {
    width: 200px;
  }
  .b-recomends .b-item .e-img{
    width: 178px;
  }
  .b-recomends .b-item:nth-of-type(2) .e-img{
    width: 267px;
    transform: translateX(20px);
  }
}

@media screen and (min-width: 769px){
  .b-productsWrap .b-cautions .e-txt{
    font-size: 14px;
  }
}

/* b-flowBox ---------------*/

.b-flowBox + .b-flowBox{
  margin-top: 40px;
}
.b-flowBox .b-txts+.b-txts{
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.b-flowBox .b-item+.b-item{
  margin-top: 10px;
}
.b-flowBox .b-item+.e-txt{
  margin-top: 1em;
}
.b-flowBox .b-item .e-caution {
  margin-bottom: 1em
}
.b-flowBox .b-img{
  margin: 25px auto 0;
}
.b-flowLnks{
  margin: 70px auto 80px;
}
.b-flowLnks .e-lnkTxt{
  text-align: center;
  font-size: 12px;
  line-height: 1.42;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px){
  .b-flowBox.m-01 .b-img{
    width: 280px;
  }
  .b-flowBox.m-02 .b-img .slide-inner{
    width: 600px;
  }
}
@media screen and (min-width: 769px){
  .b-flowBox.m-02 .b-img{
    width: 804px;
  }
  .b-flowLnks .e-lnkTxt br{
    display: none;
  }
  .b-flowBox .b-txts .e-caution{
    font-size: 10px;
  }
}

/* eco -----------------*/
.b-ecoWrap{
  margin-bottom: 80px;
}
.b-ecoWrap .inner{
  max-width: 685px;
}
.e-ecoTtl{
  color: var(--red);
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 20px;
}
.e-ecoTtl span{
  display: inline-block;
}
.b-ecoWrap .b-about{
  margin-top: 40px;
}
.b-ecoWrap .b-about .e-ttl{
  letter-spacing: .05em;
  white-space: nowrap;
  margin-bottom: .5em;
}
.b-ecoWrap .b-about .e-txt,
.b-kaeccoWrap .b-contents .e-txt{
  line-height: 1.93;
}
.b-ecoWrap .line{
  background: var(--line);
}
.b-kaeccoWrap{
  border-top: 1px solid var(--line);
}
.b-kaeccoWrap .e-lead {
  line-height: 1.45;
}
.b-ecoWrap .b-about.m-02 .e-caution{
  width: 100%;
  font-size: 10px;
  margin-top: 2.3em;
}
@media screen and (max-width: 768px){
  .b-ecoWrap .b-about .e-ttl{
    font-size: 18px;
    text-align: center;
  }
  .b-ecoWrap .b-about.m-01 .b-imgs{
    padding-left: 50%;
  }
  .b-ecoWrap .b-about.m-01 .b-imgs .line{
    display: block;
    width: 66.66vw;
    height: 1px;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .b-ecoWrap .b-about.m-01 .b-imgs .b-item{
    width: 95vw;
    max-width: 350px;
    transform: translateX(-50%);
    padding-top: 30px;
  }
  .b-ecoWrap .b-about.m-02{
    margin-top: 60px;
  }
  .b-ecoWrap .b-about.m-02 .b-imgs{
    width: 95%;
    margin: 20px auto;
  }
  .b-kaeccoWrap .e-lead br {
    display: none;
  }
}
@media screen and (min-width: 769px){
  .e-ecoTtl{
    font-size: 30px;
  }
  .b-ecoWrap .b-about .e-ttl,
  .b-kaeccoWrap .e-lead{
    font-size: 23px;
  }
  .b-kaeccoWrap .e-lead{
    display: inline-block;
    margin-top: -4px;
  }
  .b-ecoWrap .line{
    width: 1px;
    min-width: 1px;
    transform: translateX(10px);
  }
  .b-ecoWrap .b-about.m-01 .b-imgs{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .b-ecoWrap .b-about.m-01 .b-imgs .b-item:nth-of-type(1){
    width: 312px;
  }
  .b-ecoWrap .b-about.m-01 .b-imgs .b-item:nth-of-type(2){
    width: 288px;
  }
  .b-ecoWrap .b-about.m-02{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-ecoWrap .b-about.m-02 .b-txts{
    width: 340px;
  }
  .b-ecoWrap .b-about.m-02 .b-imgs{
    width: 272px;
  }
}

/* b-kaecco ------------------*/

.b-kaeccoWrap .b-ttls .b-2nd{
  display: flex;
  justify-content: center;
  align-items: end;
  line-height: 1;
}
.b-kaeccoWrap .b-ttls .b-2nd .e-blandName{
  display: inline-block;
}
.b-kaecco{
  border: 1px solid var(--line);
  border-radius: 10px;
}
.b-kaeccoTtl.e-mds{
  font-family: var(--notoJP);
  text-align: center;
  background: #fff;
  font-size: 10px;
}
.b-kaeccoTtl.e-mds .e-blandName{
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px){
  .b-kaeccoWrap{
    margin-top: 60px;
    padding-top: 55px;
  }
  .b-kaeccoWrap .b-ttls{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: min(4.5vw,17px);
    letter-spacing: 0;
  }
  .b-kaeccoWrap .b-ttls .b-02 {
    margin-top: 15px;
  }
  .b-kaeccoWrap .b-ttls .b-2nd{
    margin-top: 10px;
    font-size: min(6.1vw,23px);
  }
  .b-kaeccoWrap .b-ttls .b-2nd .e-blandName{
    width: min(50vw,156px);
    margin-right: 6px;
  }
  .b-kaeccoWrap .b-contents .b-item{
    max-width: 350px;
    margin: 40px auto 0;
  }
  
  .b-kaecco{
    margin-top: 50px;
    padding: 0 23px 40px;
  }
  .b-kaeccoTtl.e-mds{
    width: 161px;
    margin: -20px auto 25px;
    padding: 0 24px;
  }
  .b-kaecco .b-txts{
    margin-top: 20px;
  }
  .b-kaecco .b-txts br{
    display: none;
  }
  .b-kaecco .e-img{
    max-width: 350px;
    margin: auto;
  }
}
@media screen and (min-width: 769px){
  .b-kaeccoWrap{
    margin-top: 95px;
    padding-top: 75px;
  }
  .b-kaeccoWrap .b-ttls{
    display: flex;
    margin-bottom: 50px;
  }
  .b-kaeccoWrap .b-ttls .b-01{
    width:266px;
    min-width: 266px;
    margin-right: 35px;
  }
  .b-kaeccoWrap .b-ttls .b-2nd{
    margin-top: 5px;
    font-size: 28px;
  }
  .b-kaeccoWrap .b-ttls .b-2nd .e-blandName{
    width: 200px;
    margin-right: 15px;
  }
  
  .b-kaeccoWrap .b-contents{
    position: relative;
  }
  .b-kaeccoWrap .b-contents .e-txt{
    width: 343px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 1;
  }
  
  .b-kaecco{
    margin-top: 50px;
    padding: 0 50px 50px;
    text-align: center;
    font-size: 16px;
  }
  .b-kaeccoTtl.e-mds{
    width: 215px;
    margin: -30px auto 30px;
    padding: 0 25px;
    font-size: 12px;
  }
  .b-kaecco .b-txts{
    margin-top:25px;
  }
}

/* b-banner ------------*/
.b-banner a{
  display: block;
}
.b-banner a + a{
  margin-top: 30px;
}
@media screen and (min-width: 769px){
  .b-banner.inner{
    width: 475px;
  }
  .b-banner a + a{
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px){
  .pc{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .sp{
    display: none;
  }
}