@charset "euc-jp";


.prd_lst_ttl_block {
  text-align: center;
}
.prd_lst_ttl_block h2 {
  text-align: center;
  color: #333333;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.prd_lst_ttl_block h3 {
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
}



@media only screen and (max-width: 980px) {
  .prd_lst_ttl_block h2 {
    font-size: 1.6rem!important;
  }
  .prd_lst_ttl_block h3 {
    font-size: 1.4rem!important;
  }
}
@media (max-width: 567px) {
  .prd_lst_ttl_block h2 {
    font-size: 1.6rem!important;
  }
  .prd_lst_ttl_block h3 {
    font-size: 1.3rem!important;
  }
}

section.product_box {
	max-width: 90%;
	margin: 0 auto;
}

section.product_box img {
  margin: 15px 0;
}

.group_eyacatch img { width: 100%; }

.desc_area {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  border-bottom: solid 1px #cbcbcb;
}

.desc_area figure {
  margin: 0;
}
.desc_area .story_btn {
	margin-left: 0;
	text-align: right;
	list-style: none;
}

.desc_area .story_btn li { display: inline-flex; }

.desc_area .story_btn a {
	padding: 10px 15px 0px 15px;
	font-size: 90%;
}

.desc_area .lead {
  width: 80%;
  text-align: left;
  margin: 50px auto 50px;
}
.desc_area .lead h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
.desc_area .lead p {
  font-size: 1.4rem;
  line-height: 2.3;
  text-align: center;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.desc_area #concept {
  border-top: solid 1px #cbcbcb;
}

.desc_area #concept h2 {
  font-size: 2rem;
  font-family: yu-mincho-pr6n,sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 60px;
  margin-bottom: 10px;
	text-align: center;
}
.desc_area #concept p {
  font-size: 1.4rem;
  font-family: 'fot-tsukuardgothic-std', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
}

.desc_area2 {
  margin-top: 100px;
}

@media only screen and (max-width: 480px) {
  /* グループ・シリーズのページだけpaddingを詰める */
  .container_series {
		padding-top: 58px!important;
  }

  .desc_area .series_mv figure {
    position: relative!important;
    width: 100vw!important;
    height: 0!important;
    padding-bottom: 100%!important;
    overflow: hidden!important;
    background:#fff;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
  }
  .desc_area .series_mv figure img {
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    width: auto!important;
    height: auto!important;
    max-width: 179%!important;
    max-width: 201%!important;
    max-height: initial!important;
  }
  .desc_area #concept figure {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
		overflow: hidden;
  }

  .desc_area .lead h2,
  .desc_area #concept h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .desc_area .lead p {
    font-size: 1.4rem;
    line-height: 2.3;
    width: 100%;
    word-wrap:break-word;
  }
  .desc_area #concept p {
    font-size: 1.4rem;
    width: 100%;
  }

  .desc_area2 {
    margin-top: 80px;
  }
}

.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 { padding-top: 2em; }

/* sub category & sub group */
.grp-lst { 
  margin: 40px 0;
}
.grp-lst ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.grp-lst li {
  text-align: center;
  font-size: 1.1rem;
  width: 25%;
  margin-bottom: 15px;
  line-height: 1.2;
}
.grp-lst li img {
  width: 25%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

/*
@media only screen and (max-width: 768px) {
  section.product_box {
		width: 100%;
		max-width: 100%;
	}
  .desc_area .story_btn {
    margin-top: 20px;
    text-align: center;
  }

  .grp-lst { 
    margin: 10px 0 40px;
  }
  .grp-lst li img {
    width: 60%;
  }
}
*/

/*-- 詳しく読むボタン用ラインgrad-btn-center-line----------*/
.grad-btn-center-line {
    margin-left: 0;
    text-align: right;
    list-style: none;
    border-bottom: solid 1pt #d7d4d1;
    margin-bottom: -40px;
    margin-top: 20px;
}

/*-- 詳しく読む ボタンと内容----------*/
.grad-btn {
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    width: 128px;
    margin: auto;
    padding: .6em 0;
    border-radius: 22px;
    background: #fff;
    color: #969595;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
  
  /*.grad-btnのCSSその２。
    width: 138px;
    margin: auto;
    padding: .6em 0;
    border-radius: 22px;
    background: #969595;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
  */
}
.grad-btn::before {
  content: "続きを読む"
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 170px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.pr_btn_more,
.pr_btn_more_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 30%;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 50px auto;
}
.pr_btn_more:hover {
  cursor: pointer;
  text-decoration: none;
  color: #333!important;
}

.pr_btn_more:after {
  content: "+";
  position: absolute;
  right: 10px;
  color: #333;
}

.pr_btn_more_open {
  background: #23374A;
  color: #fff!important;
  cursor: pointer;
}
.pr_btn_more_open::after {
  content: "-";
  position: absolute;
  right: 10px;
  color: #fff;
}

@media only screen and (max-width: 567px) {
  .pr_btn_more,
  .pr_btn_more_open {
    width: 100%;
  }
  section.product_box {
		width: 100%;
		max-width: 100%;
	}
  .desc_area .story_btn {
    margin-top: 20px;
    text-align: center;
  }

  .grp-lst { 
    margin: 10px 0 40px;
  }
  .grp-lst li img {
    width: 60%;
  }
}

/*------ ボトムに置いたKIKIMEシリーズ ---------------  */	
.col-bottom img {
    margin-bottom: 15px;
}

.other_series {
    margin-bottom: 15px;
}
