@charset "UTF-8";
/*
 * CSS style.css
 */
/*========================================

  .header

========================================*/
.header{
  background: #1a1a1a;
}

.header__inner{
  display: flex;
  display: -webkit-flex;

  -webkit-align-items: center; 
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__inner.mod__wrapper{
  max-width: 1400px;
  width: 93.75%; 
  margin: 0 auto;
}

.header__logo{
  display: block;
  width: 100px; 
  padding: 15px 0;
}

.header__txt{
  width: 351px;
  margin-left: auto;
  padding: 14px 0 18px;
  line-height: 0;
}

.mod__img img{
  width: 100%;
}

@media (max-width: 960px){
  .header__txt{
    width: 300px;
  }
}

@media (max-width: 640px){
  .header__logo{
    width: 80px;
  }
  .header__txt{
    width: 52%;
  }
}

/* ---------------------------------------
footer
--------------------------------------- */
footer .mod__wrapper{
  box-sizing: border-box;
  max-width: 1200px;
  width: 93.75%; 
  margin: 0 auto;
}
@media (max-width: 640px){
  footer .mod__wrapper{
    width: 90.625%;
  }
}

/* ---------------------------------------
base
--------------------------------------- */
body{
  position: relative;
  min-height: 100%;
  margin: 0;
  background: #fff;
  color: #444;
  font-family: sans-serif;
  font-size: 100%;

  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased; 
  -webkit-text-size-adjust: none;
}

/* ---------------------------------------
wrapper
--------------------------------------- */
.mod__wrapper .mod__incnt{
  max-width: 1200px; 
  width: 100%;
  margin: 0 auto;
}

ul{
  list-style: none;
}

.rowSet{
  overflow: hidden;
}
.rowSet:before,
.rowSet:after{
  display: table;
  content: "";
}
.rowSet:after{
  clear: both;
}
.rowSet .col{
  float: left;
}

.rowSetRight{
  overflow: hidden;
}
.rowSetRight:before,
.rowSetRight:after{
  display: table;
  content: "";
}
.rowSetRight:after{
  clear: both;
}
.rowSetRight .col{
  float: right;
}

a{
  text-decoration: none;
}

a:hover{
  opacity: 0.8;
}

.fadeIn{
  opacity: 0;
  transition: opacity 0.7s;
}

.fadeInDone{
  opacity: 1.0;
}

/* ---------------------------------------
mainvisual
--------------------------------------- */
.mainvisual{
  background-image: url("../img/back_camera.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 640px){
  .mainvisual{
    display: none;
  }
}
.mainvisual .mod__incnt{
  max-width: 1400px;
  width: 93.75%;
}
.mainvisual .mod__pad__incnt{
  padding: 5.71% 0 7.14%;
}
.mainvisual .mainvisual__title h1{
  margin-left: 0.71%;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2; 
  letter-spacing: 0.1em;
}
.mainvisual .mainvisual__description img{
  width: 41.43%;
  height: auto;
  margin: 1.43% 0 3.57%;
}
.mainvisual p{
  font-size: 1.25rem; 
  line-height: 2;
}
@media (max-width: 1100px){
  .mainvisual p{
    font-size: 1.125rem;
  }
}
@media (max-width: 900px){
  .mainvisual p{
    font-size: 1rem;
  }
}
@media (max-width: 700px){
  .mainvisual p{
    font-size: 0.875rem;
  }
}
@media (max-width: 1400px){
  .mainvisual{
    background-size: 135% auto;
  }
}

.mainsp{
  display: none;
}
@media (max-width: 640px){
  .mainsp{
    display: block;
    width: 100%;
    padding: 3.75% 0; 
    background-image: url("../img/visual_sp.jpg");
    background-size: 100% auto;
	background-repeat: no-repeat;
    background-color: #f4f4f4;
  }
  .mainsp .img02{
    display: block;
    width: 72.5%;
    height: auto; 
    margin: 0 auto 60.94%;
  }
  .mainsp h1{
    margin: 0 0 2.34% 13.75%;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.2; 
    letter-spacing: 0.1em;
  }
  .mainsp .mainsp__txt{
    width: 90%;
    margin: 0 auto;
  }
  .mainsp .mainsp__txt p{
    font-size: 1.35rem;
    line-height: 2;
  }
}

/* ---------------------------------------
intro
--------------------------------------- */
.intro .mod__incnt{
  width: 93.75%;
}

.intro .mod__pad__incnt{
  padding: 7.17% 0 10.83%;
}

.intro .intro__box{
  position: relative;
}

.intro .txt01{
  position: relative;
  z-index: 3;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.4375rem;
  line-height: 1.69;
  letter-spacing: 0.15em;
}
@media (max-width: 900px){
  .intro .txt01{
    font-size: 2rem;
  }
}
@media (max-width: 700px){
  .intro .txt01{
    font-size: 2rem;
  }
}

.intro .intro__img{
  position: absolute;
  top: 23.08%;
  right: 0;
  width: 76%;
  padding: 1.5% 5% 1.17% 3.83%; 
  background-image: url("../img/sensor__bg.png");
  background-size: cover;
}
@media (max-width: 640px){
  .intro .intro__img{
    position: relative;
    width: 100%;
    margin-top: 5%;
	padding: 1.5% 1.5% 1.17% 1.5%;
	background-image: none;
	background-color:#f4f4f4;
  }
}

.intro .img01{
  width: 100%;
}

.intro .txt02{
  margin-top: 19.5%;
  font-size: 1.25rem;
  line-height: 2; 
  letter-spacing: 0.03em;
}
@media (max-width: 640px){
  .intro .txt02{
    margin-top: 10%;
  }
}

.intro .txt03{
  margin: 4% 0 1.67%; 
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.intro .txthigh{
  color: #ea5504; 
  font-weight: bold;
}

.intro .navi{
  display: flex;
  display: -webkit-flex;
  list-style: none; 
  margin: 1.0% 0 0;
  padding: 0;

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intro .navi__item{
  box-sizing: border-box;
  position: relative;
  width: 16.6666666%;
  height: 111px;
  border-left: 1px solid #000;
  opacity: 1; 
  font-size: 1.125rem;
  line-height: 1.3;
  transition: opacity 0.2s;
}
.intro .navi__item:hover{
  opacity: 0.7;
}
.intro .navi__item:first-child{
  border: none;
}
@media (max-width: 640px){
  .intro .navi__item{
    width: 33.3333%;
	border-bottom: 1px solid #000 !important;
  }
  .intro .navi__item:nth-child(4){
    border: none;
  }
  .intro .navi__item:nth-child(4),
  .intro .navi__item:nth-child(5),
  .intro .navi__item:nth-child(6){
    border-bottom: none !important;
  }
}
.intro .navi__item a{
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background-image: url("../img/navi__colorbar.jpg");
  background-size: cover;
  color: #fff;
  text-decoration: none; 
  text-align: center;

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.intro .navi__item a:after{
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-height: 15px;
  height: 1.172vw;
  background-image: url(../img/navi_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
}

/* ---------------------------------------
content
--------------------------------------- */
.title__box{
  margin: 0; 
  background-color: #222;
}
.title__box .mod__incnt{
  max-width: 1200px;
  width: 93.75%;
  width: 100%;
  margin: 0 auto;
}
.title__box .mod__pad__incnt{
  padding: 7.17% 0 10.83%;
}
.title__box .title__name .txt01{
  padding: 4.17% 0 0; 
  color: #eb6015;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-style: italic;
  font-size: 4.375rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px){
  .title__box .title__name .txt01{
    font-size: 3.75rem;
  }
}
@media (max-width: 900px){
  .title__box .title__name .txt01{
    font-size: 3.125rem;
  }
}
@media (max-width: 700px){
  .title__box .title__name .txt01{
    font-size: 2.5rem;
  }
}
.title__box .title__name .txt02{
  padding: 1.17% 0 4.17%; 
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 4.625rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px){
  .title__box .title__name .txt02{
    font-size: 4rem;
  }
}
@media (max-width: 900px){
  .title__box .title__name .txt02{
    font-size: 3.375rem;
  }
}
@media (max-width: 700px){
  .title__box .title__name .txt02{
    font-size: 2.75rem;
  }
}
.title__box .title__name .txt03{
  padding: 6.67% 0 6.67%; 
  color: #fff;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 4.375rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px){
  .title__box .title__name .txt03{
    font-size: 3.75rem;
  }
}
@media (max-width: 900px){
  .title__box .title__name .txt03{
    font-size: 3.125rem;
  }
}
@media (max-width: 700px){
  .title__box .title__name .txt03{
    font-size: 2.5rem;
  }
}

/* ---------------------------------------
contentの共通部分
--------------------------------------- */
.txthigh{
  color: #ea5504;
  font-weight: bold;
}

.articlePG .mod__incnt{
  width: 93.75%;
}

.articlePG .comment h3{
  margin: 7.5% 0 5.83%; 
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.4375rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.435;
  letter-spacing: 0.1em;
}
@media (max-width: 640px){
  .articlePG .comment h3{
    font-size: 2rem;
  }
  #size .articlePG .comment h3,
  #lens .articlePG .comment h3{
	  padding-bottom: 4%; 
  }
}

.articlePG .description__pic{
  font-size: 0;
}
.articlePG .description__pic .description__pic__col{
  display: inline-block;
  width: 47.83%;
  vertical-align: top;
}
.articlePG .description__pic .description__pic__col.size_aps-c{
  width: 32.33%;
}
.articlePG .description__pic .description__pic__col.size_full{
  width: 66.17%; 
}
.articlePG .description__pic .description__pic__col img{
  width: 100%;
}
.articlePG .description__pic .description__pic__col p{
  margin: 1.74% 0.83% 4.88%; 
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 640px){
  .articlePG .description__pic .description__pic__col p{
	  margin: 5% 0 4.88%; 
	}
  .articlePG .description__pic .description__pic__col.size_aps-c{
	  width: 100%;
	}
  .articlePG .description__pic .description__pic__col.size_full{
	  width: 100%;
	}
}
.articlePG .description__pic .description__pic__col p.annotation{
  margin: 0; 
  font-size: 0.8125rem;
  text-align: left;
}
@media (max-width: 640px){
  .articlePG .description__pic .description__pic__col{
    display: block;
    width: 100%;
  }
}
.articlePG .description__pic .description__leftpic{
  margin-right: 1.5%;
}
@media (max-width: 640px){
  .articlePG .description__pic .description__leftpic{
    margin-right: 0;
    margin-bottom: 10%;
  }
}
.articlePG .description__pic .description__rightpic{
  margin-top: -0.83%;
}
@media (max-width: 640px){
  .articlePG .description__pic .description__rightpic{
	margin-top: 0%;
    margin-bottom: 10%;
  }
}

.articleHG .usage{
  position: relative;
  margin: 8.67% 0 8.33%;
  padding: 3.83% 4.17% 1.92%; 
  background-image: url("../img/section__backimg.jpg");
  background-size: cover;
}

@media (max-width: 640px){
  .articleHG .usage{
	  background-image: none;
	  background-color: #f4f4f4;
	  padding: 3.83% 4.17% 5%;
	}
  .articleHG .usage__lens__pc{
    display: none;
  }
}

.articleHG .usage__title__img{
  position: absolute;
  top: 0;
  left: 4.17%;
  width: 29.5%;
  margin-top: -1.33%;
}
@media (max-width: 640px){
  .articleHG .usage__title__img{
    width: 75%;
	margin-top: -2.5%;
  }
}

.articleHG h3{
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2rem; 
  font-weight: normal;
}
@media (max-width: 900px){
  .articleHG h3{
    font-size: 1.75rem;
  }
}
@media (max-width: 800px){
  .articleHG h3{
    font-size: 1.5rem;
  }
}
@media (max-width: 700px){
  .articleHG h3{
    font-size: 1.75rem;
	margin-top: 10px;
  }
}

.articleHG .usage__sub__desc{
  margin: 2.11% 0 3.02%; 
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 900px){
  .articleHG .usage__sub__desc{
    font-size: 1.125rem;
  }
}
@media (max-width: 800px){
  .articleHG .usage__sub__desc{
    font-size: 1rem;
  }
}
@media (max-width: 700px){
  .articleHG .usage__sub__desc{
    font-size: 1rem;
  }
}

.articleHG .usage__ul{
  padding: 0;
}
@media (max-width: 640px){
  .articleHG .usage__ul{
    margin-bottom: 6.25%;
  }
}
.articleHG .usage__ul li{
  margin-top: 2.11%; 
  padding-left: 1em;
  font-size: 1.125rem;
  text-indent: -1em;
  line-height: 1.33;
}
@media (max-width: 900px){
  .articleHG .usage__ul li{
    font-size: 1rem;
  }
}
@media (max-width: 800px){
  .articleHG .usage__ul li{
    font-size: 0.9375rem;
  }
}
@media (max-width: 700px){
  .articleHG .usage__ul li{
    font-size: 1rem;
  }
}

.articleHG .usage__lens{
  margin-top: 4.23%;
}

.articleHG .imgcol{
  font-size: 0;
}

.articleHG .usage__left{
  display: inline-block;
  width: 60.18%; 
  vertical-align: top;
}
.articleHG .usage__left.usage__lens__sp{
  display: none;
}
@media (max-width: 640px){
  .articleHG .usage__left.usage__lens__sp{
    display: block;
  }
}
@media (max-width: 640px){
  .articleHG .usage__left{
    display: block;
    width: 100%;
  }
}

.articleHG .usage__right{
  display: inline-block;
  width: 38.82%; 
  vertical-align: top;
}
@media (max-width: 640px){
  .articleHG .usage__right{
    display: block;
    width: 100%;
  }
}
.articleHG .usage__right .usage__works__by{
  margin-top: 1.17%; 
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
}
.articleHG .usage__right img{
  width: 100%;
}

.articleHG .usage__lens__img{
  display: inline-block;
  width: 13.44%;
  vertical-align: top;
}
.articleHG .usage__lens__img img{
  width: 100%;
}

.articleHG .usage__lenscomment{
  display: inline-block;
  width: 86.25%;
  padding-left: 3.02%; 
  vertical-align: top;
}
.articleHG .usage__lenscomment .txt03{
  font-size: 1rem; 
  line-height: 1;
}
.articleHG .usage__lenscomment .txt04{
  margin: 1.45% 0 1.09%; 
  font-size: 1.3125rem;
  line-height: 1;
}
.articleHG .usage__lenscomment .txt05{
  margin-bottom: 2.55%; 
  font-size: 0.875rem;
  line-height: 1;
}
.articleHG .usage__lenscomment .lens__ref{
  padding: 0;
}
.articleHG .usage__lenscomment .lens__ref__item span{
  position: relative;
  top: -2px; 
  margin-right: 6px;
}
.articleHG .usage__lenscomment .lens__ref__item a{
  padding-left: 8px;
  background-image: url("../img/arrow__usage.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 4px 7px;
  color: #5787e4;
  font-size: 1rem;
  line-height: 1;
  transition: opacity 0.25s;
}
.articleHG .usage__lenscomment .lens__ref__item:last-child{
  margin-left: 12px;
}

/* ---------------------------------------
#opacity
--------------------------------------- */
#opacity .articleHG .usage__lens__img{
  width: 13.9%;
}

#opacity .articleHG .usage__lenscomment{
  width: 84.59%;
}

#opacity .articlePG .description__pic .description__pic__col .txt02,
#opacity .articlePG .description__pic .description__pic__col .txt04{
  /*margin-bottom: 0;*/
  font-size: 1.5rem;
}

#opacity .articlePG .description__pic .description__pic__col .txt03,
#opacity .articlePG .description__pic .description__pic__col .txt05{
  margin-top: 0;
}

#opacity .usage{
  margin-top: 4.33%;
}

/* ---------------------------------------
#tone
--------------------------------------- */
#tone .usage{
  margin-top: 5%;
}

#tone .articleHG .usage__left,
#tone .articleHG .usage__mid,
#tone .articleHG .usage__right{
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 640px){
  #tone .articleHG .usage__left,
  #tone .articleHG .usage__mid,
  #tone .articleHG .usage__right{
    display: block;
  }
}

#tone .articleHG .usage__mid img,
#tone .articleHG .usage__right img{
  width: 100%;
}

#tone .articleHG .usage__left{
  width: 38.18%;
}
#tone .articleHG .usage__left .txt02{
  margin-top: 2.38%; 
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 900px){
  #tone .articleHG .usage__left .txt02{
    font-size: 1rem;
  }
}
@media (max-width: 800px){
  #tone .articleHG .usage__left .txt02{
    font-size: 0.9375rem;
  }
}
@media (max-width: 700px){
  #tone .articleHG .usage__left .txt02{
    font-size: 1rem;
  }
}
@media (max-width: 640px){
  #tone .articleHG .usage__left{
    width: 100%;
  }
}

#tone .articleHG .usage__mid{
  width: 31.55%;
}
#tone .articleHG .usage__mid .txt03{
  margin-top: 2.31%;
  font-size: 1.25rem;
  text-align: center; 
  line-height: 1;
}
#tone .articleHG .usage__mid .txt04{
  margin-top: 2.31%;
  font-size: 1rem;
  text-align: center; 
  line-height: 1.5;
}
@media (max-width: 640px){
  #tone .articleHG .usage__mid{
    width: 100%;
  }
}

#tone .articleHG .usage__right{
  width: 25.64%; 
  margin-left: 4.55%;
}
@media (max-width: 640px){
  #tone .articleHG .usage__right{
    width: 100%;
    margin-top: 6.25%; 
    margin-left: 0;
  }
}
#tone .articleHG .usage__right .txt05{
  margin-top: 2.84%;
  font-size: 1.25rem;
  text-align: center; 
  line-height: 1;
}
#tone .articleHG .usage__right .txt06{
  margin-top: 2.84%;
  font-size: 1rem;
  text-align: center; 
  line-height: 1.5;
}

/* ---------------------------------------
#ability
--------------------------------------- */
#ability .usage{
  margin-top: 5.83%;
}

/* ---------------------------------------
#size
--------------------------------------- */
#size .annotation{
  margin: 3.33% 0 8.33%; 
  font-size: 0.8125rem;
  text-align: left;
}

#size .articlePG .description__pic .description__pic__col{
  position: relative;
  background-image: url("../img/section5__backimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
@media (max-width: 640px){
  #size .articlePG .description__pic .description__pic__col{
	  background-image: none;
	  background-color: #f4f4f4;
  }
}
#size .articlePG .description__pic .description__pic__col .img01{
  display: block;
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 39.43%;
  margin: -3.48% auto 0;
}
#size .articlePG .description__pic .description__pic__col .img02{
  display: block;
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 35.01%;
  margin: -3.48% auto 0;
}
#size .articlePG .description__pic .description__pic__col .img03{
  width: 79.9%;
  margin-bottom: 6.94%; 
  margin-left: 8.76%;
}
#size .articlePG .description__pic .description__pic__col .img04{
  width: 100%;
  margin-bottom: 4.88%; 
  margin-left: 10.71%;
}
#size .articlePG .description__pic .description__pic__col.description__leftpic{
  padding-top: 10.58%;
}
@media (max-width: 640px){
  #size .articlePG .description__pic .description__pic__col.description__leftpic{
    margin-bottom: 12.5%;
	padding: 10% 3% 0.3% 3%;
  }
}
#size .articlePG .description__pic .description__pic__col.description__rightpic{
  margin-top: 0;
/*  padding-top: 4.5%;*/
  background-image: url("../img/section5-1__backimg.jpg");
}
@media (max-width: 640px){
  #size .articlePG .description__pic .description__pic__col.description__rightpic{
	background-image: none;
	padding: 10% 3% 0.3% 3%;
  }
}
.size_full_parent {
	display: flex;
  }

.size_full_child {
	width: 40.05%;
	padding: 14.05% 0 2.48% 0;
}
.size_full_child.other{
	width: 52.14%;
	padding-top: 9.26%;
}

  @media screen and (max-width: 960px) {
	.size_full_parent {
	  flex-wrap: wrap;
	}
  }

  @media screen and (max-width: 640px) {
	#size .articlePG .description__pic .description__pic__col .img03{
	  width: 74.56%;
	}
	#size .articlePG .description__pic .description__pic__col .img04 {
      margin-left: 2.34%;
	}
	#size .articlePG .description__pic .description__pic__col .img04.aps-img{
      margin-left: 7.81%;
	}
	.size_full_parent {
	  display: block;
	}
	.size_full_child {
	  width: 78.13%;
	  padding: 5.15% 0 2.48% 2.34%;
	}
	.size_full_child.other{
	  width: 99.69%;
	  padding: 5.15% 0 2.48% 0%;
	}
	#size .articlePG .description__pic .description__pic__col .img01 {
      width: 31.36%;
	}
	#size .articlePG .description__pic .description__pic__col .img02 {
      width: 48.26%;
	}
}


/* ---------------------------------------
common parts
--------------------------------------- */

.articlePG .description__pic .description__pic__col .img00{
  width: 26.83%;
  margin: 0 auto 3%;
  display:block;
}
.articlePG .description__pic .description__pic__col .img00-2{
  width: 48.26%;
  margin: 0 auto 3%;
  display:block;
}


/* ---------------------------------------
#lens
--------------------------------------- */
#lens .articlePG .description__pic .description__pic__col{
  position: relative;
  background-image: url("../img/section6__backimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; 
  vertical-align: top;
}
@media (max-width: 640px){
	#lens .articlePG .description__pic .description__pic__col{
	  background-image: none;
	  background-color:#f4f4f4;
	}
}
#lens .articlePG .description__pic .description__pic__col .img01{
  display: block;
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 31.36%;
  margin: -3.48% auto 0;
}
#lens .articlePG .description__pic .description__pic__col .img02{
  display: block;
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 48.26%;
  margin: -4.88% auto 0;
}
#lens .articlePG .description__pic .description__pic__col .img03{
  width: 96.7071%;
  margin-bottom: 4.88%;
}
#lens .articlePG .description__pic .description__pic__col .img04{
  width: 96.7071%;
  margin-bottom: 4.88%;
}
#lens .articlePG .description__pic .description__pic__col .txt02,
#lens .articlePG .description__pic .description__pic__col .txt04{
  margin-bottom: 0.87%; 
  font-size: 1.5rem;
}
#lens .articlePG .description__pic .description__pic__col.description__leftpic{
  padding-top: 4%;
}
@media (max-width: 640px){
  #lens .articlePG .description__pic .description__pic__col.description__leftpic{
    margin-bottom: 12.5%;
	padding: 10% 3% 0.3% 3%;
  }
}
#lens .articlePG .description__pic .description__pic__col.description__rightpic{
  margin-top: 0; 
  padding-top: 4%;
}
@media (max-width: 640px){
  #lens .articlePG .description__pic .description__pic__col.description__rightpic{
	padding: 10% 3% 0.3% 3%;
  }
}

#lens .articleHG .usage__lens__img{
  width: 10.1208%;
}

#lens .articleHG .usage__lenscomment{
  padding-left: 5.44%;
}

#lens .article__howto__distinguish{
  margin-top: 6.92%; 
  border: solid 1px #444;
}
#lens .article__howto__distinguish h3{
  margin: 7.5% 0 0 8.33%;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 640px){
  #lens .article__howto__distinguish h3{
    margin-left: 3.33%;
  }
}
#lens .article__howto__distinguish .txt01{
  margin: 3% 0 5.67% 8.33%;
  padding-right: 6.67%; 
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 640px){
  #lens .article__howto__distinguish .txt01{
    margin-left: 3.33%;
  }
}
#lens .article__howto__distinguish .img01{
  width: 88.83%; 
  margin: 10% 0 6.67%;
}
@media (max-width: 640px){
  #lens .article__howto__distinguish .img01{
    margin: 3.33% 0 3.33% 3.33%; 
    margin-left: 3.33%;
  }
}
#lens .article__howto__distinguish .img02{
  width: 88.83%;
}
@media (max-width: 640px){
  #lens .article__howto__distinguish .img02{
    margin: 0 0 6.67% 3.33%;
  }
}
#lens .article__howto__distinguish .col{
  width: 50%;
}
@media (max-width: 640px){
  #lens .article__howto__distinguish .col{
    width: 100%;
  }
}

/* ---------------------------------------
aplaza
--------------------------------------- */
.aplaza{
  padding: 70px 0 120px;
  background-color: #eaeaea;
}
.aplaza .mod__wrapper{
  box-sizing: border-box;
  max-width: 1200px;
  width: 93.75%; 
  margin: 0 auto;
}

.aplaza__title{
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.375rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: #444;
  letter-spacing: normal;
}

.aplaza__imgBox{
  margin: 30px 0 50px;
  font-size: 0;
}
.aplaza__imgBox img{
  display: inline-block;
  width: 50%;
}

.aplaza__txt{
  font-size: 1.125rem;
  line-height: 1.66;
  font-family: "Yu Gothic", "???S?V?b?N", YuGothic, "???S?V?b?N??", "???C???I", "?q???L??m?p?R? Pro W3", "Hiragino Kaku Gothic Pro", "MS P?R??V?b?N", sans-serif;
  color: #444;
}

@media (max-width: 960px){
  .aplaza__title{
    font-size: 2.125rem;
  }
}

@media (max-width: 640px){
  .aplaza{
    padding: 50px 0 50px;
  }
  .aplaza__title{
    font-size: 5.8vw;
  }
  .aplaza__imgBox{
    margin: 30px 0;
  }
}

/*========================================

  .store

========================================*/
.store{
  display: flex;
  display: -webkit-flex;
  margin-top: 55px; 

  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.store__item{
  display: block;
  width: 19.167%;
  transition: opacity 0.25s !important;
}
.store__item:hover{
  opacity: 0.8;
}

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

.store__name{
  display: flex;
  display: -webkit-flex;
  height: 56px;
  margin: 0;
  background: #5787e4; 
  color: #fff;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  font-family: "Yu Gothic", "???S?V?b?N", YuGothic, "???S?V?b?N??", "???C???I", "?q???L??m?p?R? Pro W3", "Hiragino Kaku Gothic Pro", "MS P?R??V?b?N", sans-serif;

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.store__name:before{
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.store__sp{
  display: none;
}

@media (max-width: 960px){
  .store__name{
    height: 45px;
    font-size: 1.2vw;
  }
}

@media (max-width: 640px){
  .store{
    margin-top: 30px;
  }
  .store__item{
    width: 48.5%; 
    margin-top: 3%;
  }
  .store__name{
    height: 40px;
    font-size: 3.2vw;
  }
  .store{
    display: none;
  }
  .store__sp{
    display: block;
  }
  .store__sp .store__item{
    width: 100%;
    margin: 5% auto 10%; 
    border: none;
  }
}

/*========================================

  #matome

========================================*/
#matome .mod__incnt{
  width: 93.75%;
}

#matome .matome__box01 ul{
  margin: 0 0 0 8.35%; 
  padding: 0;
}
#matome .matome__box01 ul.txt02_aps-c{
  margin: 0 0 3.96% 8.35%; 
}
#matome .matome__box01 li{
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 900px){
  #matome .matome__box01 li{
    font-size: 1rem;
  }
}
@media (max-width: 800px){
  #matome .matome__box01 li{
    font-size: 0.9375rem;
  }
}
@media (max-width: 700px){
  #matome .matome__box01 li{
    font-size: 0.875rem;
  }
}
@media (max-width: 640px){
  #matome .matome__box01 li{
    font-size: 1.125rem;
  }
}

#matome .matome__box01 .matome_diff_box{
  margin-top: 6.67%;
  font-size: 0;
}
#matome .matome__box01 .matome_diff_box img{
  display: block;
  margin: 0 auto;
}
#matome .matome__box01 .matome_diff_box .txt02,
#matome .matome__box01 .matome_diff_box .txt05{
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 1.75rem;
  line-height: 1.2;
}
#matome .matome__box01 .matome_diff_box .txt02{
  margin: 13% 0 3.48% 8.35%; 
}
#matome .matome__box01 .matome_diff_box .txt05{
  margin: 6.26% 0 3.48% 8.35%; 
}
#matome .matome__box01 .matome_diff_box .txt03,
#matome .matome__box01 .matome_diff_box .txt06{
  margin-bottom: 1.74%; 
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
}
#matome .matome__box01 .matome_diff_box .txt04,
#matome .matome__box01 .matome_diff_box .txt07{
  margin-bottom: 5.57%; 
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
}
#matome .matome__box01 .matome_diff_box .imgBox__zoom{
  width: 81.74%;
}
#matome .matome__box01 .matome_diff_box .img01{
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 31.3%;
  margin-top: -3.48%;
}
#matome .matome__box01 .matome_diff_box .img02{
  width: 46.61%;
}
#matome .matome__box01 .matome_diff_box .img03{
  width: 100%;
  margin-top: 4.52%;
  margin-bottom: 3.48%;
}
#matome .matome__box01 .matome_diff_box .img04{
  position: absolute;
  top: 0;
  right: 0; 
  left: 0;
  width: 48.17%;
  margin-top: -4.35%;
}
#matome .matome__box01 .matome_diff_box .img05{
  width: 87.65%;
}
#matome .matome__box01 .matome_diff_box .img06{
  width: 100%;
  margin-top: 4.52%;
  margin-bottom: 3.48%;
}
#matome .matome__box01 .matome_diff_box .matome__link{
  display: block;
  width: 81.74%;
  margin: 0 auto;
  padding: 3.48% 0;
  background-image: url("../img/section_matome_link.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  transition: opacity 0.25s;
}

#matome .matome__box01 .matome_diff_col{
  display: inline-block;
  position: relative;
  width: 47.92%;
  background-image: url("../img/section_matome_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
@media (max-width: 640px){
  #matome .matome__box01 .matome_diff_col{
    width: 100%;
	background-image: none;
	background-color: #f4f4f4;
  }
}

#matome .matome__box01 .matome_diff_colL{
  margin-right: 4%; 
  padding: 11.17% 0 4.67%;
}
@media (max-width: 640px){
  #matome .matome__box01 .matome_diff_colL{
    margin-right: 0; 
    margin-bottom: 9.38%;
  }
}

#matome .matome__box01 .matome_diff_colR{
  padding: 5.83% 0 4.67%;
}

#matome .matome__box01 .txt01{
  margin-top: 5.83%; 
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.4375rem;
  text-align: center;
  line-height: 1.435;
}
@media (max-width: 640px){
  #matome .matome__box01 .txt01{
    font-size: 2rem;
	padding-bottom: 5%;
  }
}

#matome .matome_under_box{
  padding: 6.5% 0 3.33%; 
  font-size: 0;
}
#matome .matome_under_box .txt08{
  padding: 1.39% 5.56% 0 0; 
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px){
  #matome .matome_under_box .txt08{
    width: 100%;
    padding-right: 0;
  }
}
#matome .matome_under_box .matome_under_col{
  display: inline-block;
  vertical-align: top;
}
#matome .matome_under_box .matome_under_colL{
  width: 60%;
}
@media (max-width: 640px){
  #matome .matome_under_box .matome_under_colL{
    width: 100%;
    margin-bottom: 9.38%;
  }
}
#matome .matome_under_box .matome_under_colR{
  width: 39.75%;
}
@media (max-width: 640px){
  #matome .matome_under_box .matome_under_colR{
    width: 100%;
  }
}
#matome .matome_under_box .matome_under_colR img{
  width: 100%;
}

/*========================================

  #thanks

========================================*/
#thanks .mod__incnt{
  width: 93.75%;
}

#thanks .mod__pad__incnt{
  padding: 3.83% 0;
}

#thanks h2{
  margin-bottom: 1%; 
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明?", "HGP明?", "HG明?", serif;
  font-size: 2.375rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

#thanks .txt01{
  margin-bottom: 2.5%; 
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.78;
}

#thanks a{
  display: block;
  width: 79.17%;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #5787e4;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1;
  transition: opacity 0.25s;
}
@media (max-width: 640px){
  #thanks a{
    font-size: 1.25rem;
  }
}

/*========================================

  .anybox__outer

========================================*/
.anybox__outer{
  overflow: hidden;
  position: fixed;
  z-index: 2010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition-timing-function: ease; 
  transition-property: opacity;
}

.anybox__outer:before{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

/*========================================

  .anybox__wrap

========================================*/
.anybox__wrap{
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 2020;
  max-width: 100%; 
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

/*========================================

  .anybox__content

========================================*/
.anybox__content{
  position: relative;
}

/*========================================

  .anybox__loading

========================================*/
.anybox__loading{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url(../img/anybox/loading@2x.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*========================================

  .anybox-backdrop

========================================*/
.anybox__backdrop{
  overflow: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: inherit;
  transition-timing-function: ease; 
  transition-property: opacity;
}

/*========================================

  .anybox-image

========================================*/
.anybox__imageWrap{
  position: relative;
  -webkit-animation: anybox--direction_enter 0.4s;
  animation: anybox--direction_enter 0.4s;
}

.anybox--direction_next .anybox__imageWrap{
  -webkit-animation: anybox--direction_next 0.4s;
  animation: anybox--direction_next 0.4s;
}

.anybox--direction_prev .anybox__imageWrap{
  -webkit-animation: anybox--direction_prev 0.4s;
  animation: anybox--direction_prev 0.4s;
}

.anybox__imageInner{
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.anybox__imageInner:after{
  display: block;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  content: '';
}

.anybox__imageItem{
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto; 
  margin: 0 auto;
  padding: 20px 0 0;
}

.anybox__imageCaption{
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  color: #fff; 
  font-size: 13px;
  text-align: right;
  line-height: 1.2;
}

.anybox__imageBlank{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*========================================

  .anybox-close

========================================*/
.anybox__close{
  position: absolute;
  z-index: 2030;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-image: url(../img/anybox/icn_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;

  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.anybox--state_loading .anybox__close{
  display: none;
}

.anybox__close::-moz-focus-inner{
  padding: 0;
  border: 0;
}

.anybox__close:hover{
  opacity: 0.5;
}

.anybox__close:active{
  opacity: 0.8;
}

/*========================================

  .anybox-arrows

========================================*/
.anybox__arrows{
  position: absolute;
  top: 50%;
  right: 0; 
  left: 0;
}

.anybox--state_loading .anybox__arrows{
  display: none;
}

.anybox__arrow{
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 50px;
  width: 5.2vw;
  max-height: 50px;
  height: 5.2vw;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;

  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.anybox__arrow::-moz-focus-inner{
  padding: 0;
  border: 0;
}

.anybox__arrow:hover{
  opacity: 0.5;
}

.anybox__arrow:active{
  opacity: 0.8;
}

.anybox__arrowPrev{
  left: 0;
  background-image: url(../img/anybox/icn_prev.svg);
}

.anybox__arrowNext{
  right: 0;
  background-image: url(../img/anybox/icn_next.svg);
}

/*========================================

  animation

========================================*/
/*----------------------------------------
  anybox--direction_enter
----------------------------------------*/
@-webkit-keyframes anybox--direction_enter{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anybox--direction_enter{
  from{
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------
  anybox--direction_next
----------------------------------------*/
@-webkit-keyframes anybox--direction_next{
  from{
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anybox--direction_next{
  from{
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
    transform: translate3d(3em, 0, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------
  anybox--direction_prev
----------------------------------------*/
@-webkit-keyframes anybox--direction_prev{
  from{
    opacity: 0;
    -webkit-transform: translate3d(-3em, 0, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anybox--direction_prev{
  from{
    opacity: 0;
    -webkit-transform: translate3d(-3em, 0, 0);
    transform: translate3d(-3em, 0, 0);
  }
  to{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*========================================

  .imgBox

========================================*/
.imgBox{
  margin: 50px auto 0;
  line-height: 0;
}

.imgBox+.imgBox{
  margin-top: 90px;
}

.imgBox img{
  width: 100%;
  height: auto;
}

.imgBox__caption{
  margin-top: 15px;
  color: #fff; 
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.4;
}

.imgBox__zoom{
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 0;
}

.imgBox__zoom:before{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ''; 
  transition: background-color 0.2s;
}

.imgBox__zoom:hover:before{
  background-color: rgba(255, 255, 255, 0.3);
}

.imgBox__zoom:after{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/zoom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}

@media (max-width: 640px){
  .imgBox{
    margin-top: 40px;
  }
  .imgBox+.imgBox{
    margin-top: 50px;
  }
}


/* acafe banner */
.recipe-banner {
    margin: 40px 0;
}
.recipe-banner__inner{
    max-width: 1260px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.recipe-banner__inner a{
    display: block;
    transition: 0.3s;
}
.recipe-banner__img {
    display: block;
    text-align: center;
}
.recipe-banner__img img {
    max-width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

/*@media (width >= 769px) {*/
@media (min-width: 641px){
.recipe-banner {
margin-top: 84px;
margin-bottom: 84px;
}
.recipe-banner__inner{
padding-right: 30px;
padding-left: 30px;
}

}

.recipe-banner__title {
  font-family: "Yu Mincho", YuMincho, "??????", "HGS???", "HGP???", "HG???", serif;
  font-size: 2.375rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  color: #444;
  letter-spacing: normal;
  margin-bottom: 30px;
}
@media (max-width: 960px){
  .recipe-banner__title{
    font-size: 2.125rem;
  }
}
@media (max-width: 640px){
  .recipe-banner__title{
    font-size: 5.8vw;
  }
}

/* addition */
/* reset */
.footer{background: #000;}
/* contents */
.articleHG .usage__right .usage__img:last-child{margin-top: 2rem;}

/* academy banner */
.tpl__alphainfo__academy--banner {
    text-align: center;
    box-sizing: border-box;
    max-width: 1200px;
    width: 93.75%;
    margin: 80px auto 0;
}
.tpl__alphainfo__academy--banner--heading {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    font-weight: 400;
    line-height: 1;
}
.tpl__alphainfo__academy--banner--link {
    display: block;
    margin-top: 30px;
    transition: 0.2s;
}
.tpl__alphainfo__academy--banner--link img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.tpl__alphainfo__academy--banner--caution {
    margin-top: 16px;
    font-size: 1.125rem;
    line-height: 1.66;
}

