@charset "UTF-8";
/* =================================================

	共通設定
	
================================================= */
sup {
  font-size: 80%;
  vertical-align: baseline;
  position: relative;
  top: -0.8ex;
  left: 0.4ex;
  padding-right: 0.8ex;
}

img {
  vertical-align: top;
}

i {
  font-style: italic;
  padding-right: .5rem;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.icon-blank {
  display: inline-block;
  background: url(../images/icon_window.png) left center no-repeat;
  padding-left: 15px;
}

.icon-blank01{
	display: inline-block;
	background: url(../images/icon_window.png) left center no-repeat;
	margin-left:5px;
	padding-left: 10px;
}

.icon-blank02 {
  display: inline-block;
  background: url(../images/icon_window.png) right center no-repeat;
  padding-right: 15px;
}

.icon-blank03 {
  display: inline-block;
  background: url(../images/icon_window_on.png) right center no-repeat;
  padding-right: 15px;
}

.icon-blank05{
	display: inline-block;
	background: url(../images/icon_window.png) right center no-repeat;
	margin-left:25px;
	margin-right:5px;
	padding-right: 15px;
}

.produce-annotation.icon-blank05{
	display: inline-block;
	background: url(../images/icon_window.png) left center no-repeat;
	margin-left: 0;
	padding-left: 32px;
}


.clr-green {
  color: #5c9c00;
}

.clr-purple {
  color: #574699;
}

.clr-red {
  color: #e7302b;
}

.clr-orange {
  color: #e62d28;
}

.clr-yellow {
  color: #e8cf74;
}

.clr-blue {
  color: #0f73b1;
}

.txt-link:link,
.txt-link:active,
.txt-link:visited {
  color: #608aff;
}

.txt-link:hover {
  text-decoration: underline;
  color: #608aff;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .sp-zoom img {
    zoom: .5;
  }

  .align-c-sp {
    text-align: center;
  }

  .align-l-sp {
    text-align: left;
  }

  .align-r-sp {
    text-align: right;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	コンテンツ
	
================================================= */
/* .produce-wrap
------------------------------------------------- */
.produce-wrap {
  margin: 80px 0 50px;
}

.produce-sect {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b5b5b5;
}

.produce-sect:last-of-type {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.produce-sect .produce-inner {
  margin: 0 50px;
}

.produce-children {
  clear: both;
  border-top: 1px dotted #a9a9a9;
  padding-top: 25px;
  margin-top: 45px;
}

.produce-children.nobdr {
  border-top-width: 0;
}

.produce-children.pdt-s {
  padding-top: 5px;
}

.produce-grandchild {
  max-width: 625px;
  margin: 0 auto;
  clear: both;
  padding-bottom: 40px;
  border-top: 1px dotted #a9a9a9;
}

.produce-grandchild:first-of-type {
  border-top-width: 0;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-wrap {
    margin: 25px 0;
  }

  .produce-sect {
    margin-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 1px;
  }

  .produce-sect.nobdr {
    border-width: 0;
  }

  .produce-children.nobdr-sp {
    border-top-width: 0;
  }

  .produce-sect.nobdr-sp {
    border-width: 0;
  }

  .produce-sect .produce-inner {
    margin: 0;
  }

  .produce-children {
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .produce-children.bdr-solid {
    border-style: solid;
  }

  .produce-smallwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* コピー
------------------------------------------------- */
.produce-copy {
  font-size: 1.8rem;
  font-weight: 900;
  clear: both;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  position: relative;
}

.produce-copy:before,
.produce-copy:after {
  content: "";
  border-width: 2.3rem 2rem;
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
}

.produce-copy:before {
  top: -1px;
  border-color: #fff #fff transparent transparent;
}

.produce-copy:after {
  bottom: -1px;
  border-color: transparent #fff #fff transparent;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  /* コピー
  ------------------------------------------------- */
  .produce-copy {
    font-size: 1rem;
    padding: 5px 25px 5px 10px;
  }

  .produce-copy:before,
  .produce-copy:after {
    border-width: 1.2rem 1rem;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* タイトル系
------------------------------------------------- */
.produce-ttl {
  font-size: 3rem;
  font-weight: 900;
  clear: both;
  color: #000;
  margin-top: 25px;
}

.produce-ttl.size-m {
  font-size: 2rem;
}

.produce-ttl.size-s {
  font-size: 1.5rem;
}

.produce-sub {
  font-size: 2.4rem;
  font-weight: 900;
  color: #777;
  margin-top: 5px;
  clear: both;
}

.produce-sub.black {
  color: #000;
}

.produce-sub.dblack {
  color: #535353;
}

.produce-sub.size-xs {
  font-size: 1.8rem;
}

.produce-sub.size-xxs {
  font-size: 1.6rem;
}

.produce-sub.size-s {
  font-size: 2rem;
}

.produce-sub.size-m {
  font-size: 2.2rem;
}

.produce-sub.size-l {
  font-size: 2.8rem;
}

.produce-sub.regular {
  font-weight: 300;
}

.produce-sub.bold {
  font-weight: bold;
}

.produce-sub.mgt-l {
  margin-top: 70px;
}

.produce-sub.mgt-lm {
  margin-top: 40px;
}

.produce-sub.mgt-lmm {
  margin-top: 30px;
}

.produce-sub.mgt-m {
  margin-top: 20px;
}

.produce-sub.mgt-s {
  margin-top: 10px;
}


.produce-clrttl {
  color: #1297a1;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 70px;
}

.produce-clrttl.lightblue {
  color: #1cbcff;
}

.produce-clrttl.lightgreen {
  color: #8fc31f;
}

.produce-clrttl.hexadecimal {
  color: #777;
}

.produce-clrttl.size-m {
  font-size: 1.8rem;
}

.produce-clrttl.size-l {
  font-size: 2rem;
}

.produce-clrttl.mgt-m {
  margin-top: 35px;
}

.produce-clrttl.mgt-s {
  margin-top: 5px;
}

.produce-clrttl.regular {
  font-weight: 300;
}
.produce-clrttl span {
  color: #000;
}

.produce-bgttl {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  background: #00b6f1;
  border-radius: 3px;
  padding: 5px;
}

.produce-bgttl.type02 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #1297a1;
  border-radius: 0;
}

.produce-bgttl.type03 {
  font-size: 2.4rem;
  background: #a0a0a0;
  border-radius: 0;
  padding: 2px;
}

.produce-bgttl.type04 {
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 5px;
  padding: 10px;
}

.produce-bgttl.type05 {
  font-size: 2rem;
  background: #eb6100;
  padding: 2px 2px 4px;
}

.produce-bgttl.type06 {
  font-size: 2rem;
  background: #1297a1;
  padding: 2px 2px 4px;
}

.produce-bgttl.type07 {
  font-size: 3rem;
  font-weight: bold;
  background: #dcdcdc;
  border-radius: 0;
  padding: 20px 10px;
  color: #535353;
  line-height: 1;
}

.produce-bgttl.type08 {
  font-size: 1.4rem;
  font-weight: 900;
  background: #254061;
  border-radius: 2px;
  height: 5.6rem;
  line-height: 5.6rem;
}

.produce-bgttl.type09 {
  font-size: 1.4rem;
  font-weight: 900;
  background: #558ed5;
  border-radius: 2px;
  height: 5.6rem;
  line-height: 5.6rem;
}

.produce-bgttl.type08 strong,
.produce-bgttl.type09 strong {
  font-weight: bold;
  padding-left: 10px;
  font-size: 1.9rem;
}

.produce-bgttl.type08 strong span,
.produce-bgttl.type09 strong span {
  font-size: 3rem;
}

.produce-bgttl.type10 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #535353;
  border-radius: 2px;
}

.produce-bgttl.type11 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #00b6f1;
  border-radius: 2px;
}

.produce-bgttl.type12 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #601986;
  border-radius: 2px;
}

.produce-bgttl.type13 {
  font-size: 2rem;
  font-weight: bold;
  background: #000;
  border-radius: 2px;
}

.produce-bgttl.mgt-xl {
  margin-top: 60px;
}

.produce-bgttl.mgt-l {
  margin-top: 50px;
}

.produce-bgttl.mgt-m {
  margin-top: 20px;
}

.produce-bgttl.size-l {
  font-size: 2.2rem;
}

.produce-bgttl.size-m {
  font-size: 2rem;
}

.produce-bgttl .size-s {
  font-size: 70%;
  display: inline-block;
  vertical-align: baseline;
}

.produce-bdrttl {
  border: 1px solid #dedddb;
  border-radius: 3px;
  padding: 5px;
  clear: both;
  text-align: center;
}

.produce-flex .produce-clrttl {
  margin-top: 0;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  /* タイトル系
  ------------------------------------------------- */
  .produce-ttl {
    font-size: 2rem;
    margin-top: 12px;
  }

  .produce-sub {
    font-size: 1.6rem;
    margin-top: 3px;
  }

  .produce-sub.size-l {
    font-size: 1.6rem;
  }

  .produce-sub.size-s {
    font-size: 1.4rem;
  }

  .produce-sub.size-m {
    font-size: 1.1rem;
  }

  .produce-sub.size-xs {
    font-size: 1rem;
  }

  .produce-sub.size-xxs {
    font-size: 1rem;
  }

  .produce-sub.size-s-sp {
    font-size: 1rem;
  }

  .produce-sub.size-m-sp {
    font-size: 1.2rem;
  }

  .produce-sub.size-l-sp {
    font-size: 1.4rem;
  }

  .produce-sub.size-xl-sp {
    font-size: 1.6rem;
  }

  .produce-sub.mgt-m {
    margin-top: 10px;
  }

  .produce-sub.mgt-lm {
    margin-top: 30px;
  }

  .produce-sub.mgt-s-sp {
    margin-top: 10px;
  }

  .produce-clrttl {
    font-size: 1.2rem;
    margin-top: 25px;
  }

  .produce-clrttl.size-m {
    font-size: 1.4rem;
  }

  .produce-clrttl.size-l {
    font-size: 1.6rem;
  }

  .produce-clrttl.mgt-m {
    margin-top: 18px;
  }

  .produce-clrttl.size-s-sp {
    font-size: 1rem;
  }

  .produce-bgttl {
    font-size: 1.1rem;
    padding: 3px;
  }

  .produce-bgttl.type02 {
    font-size: 1rem;
  }

  .produce-bgttl.type03 {
    font-size: 1.2rem;
  }

  .produce-bgttl.type05 {
    font-size: 1.2rem;
    padding: 1px 1px 2px;
  }

  .produce-bgttl.type06 {
    font-size: 1.2rem;
    padding: 1px 1px 2px;
  }

  .produce-bgttl.type07 {
    font-size: 1.5rem;
    padding: 5px;
    margin: 0 -10px;
  }

  .produce-bgttl.type07 img {
    width: 60px;
    height: auto;
  }

  .produce-bgttl.type08 {
    font-size: .7rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }

  .produce-bgttl.type09 {
    font-size: .7rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }

  .produce-bgttl.type08 strong,
  .produce-bgttl.type09 strong {
    padding-left: 5px;
    font-size: 1rem;
  }

  .produce-bgttl.type08 strong span,
  .produce-bgttl.type09 strong span {
    font-size: 1.5rem;
  }

  .produce-bgttl.type10 {
    font-size: .9rem;
  }

  .produce-bgttl.type11 {
    font-size: .9rem;
  }

  .produce-bgttl.type12 {
    font-size: .9rem;
  }

  .produce-bgttl.type13 {
    font-size: 1.5rem;
    margin-left: -10px;
    margin-right: -10px;
  }

  .produce-bgttl.mgt-xl {
    margin-top: 30px;
  }

  .produce-bgttl.mgt-l {
    margin-top: 25px;
  }

  .produce-bgttl.mgt-m {
    margin-top: 10px;
  }

  .produce-bgttl .size-s {
    font-size: 70%;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 本文
------------------------------------------------- */
.produce-str {
  font-size: 1.8rem;
  font-weight: bold;
  color: #777;
  margin-top: 30px;
  clear: both;
}

.produce-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  margin-top: 30px;
  clear: both;
}

.produce-txt.dblack {
  color: #535353;
}

.produce-txt.mgt-xl {
  margin-top: 50px;
}

.produce-txt.mgt-m {
  margin-top: 10px;
}

.produce-txt.mgt-s {
  margin-top: 5px;
}

.produce-small {
  font-size: 1.5rem;
  font-weight: 300;
  color: #535353;
  margin-top: 15px;
  clear: both;
}

.produce-small.glay {
  color: #777;
}

.produce-small.mgt-s {
  margin-top: 5px;
}

.produce-ssmall {
  font-size: 1.4rem;
  font-weight: 300;
  color: #777;
  margin-top: 20px;
  clear: both;
}

.produce-ssmall.mgt-s {
  margin-top: 2px;
}

.produce-ssmall.mgt-m {
  margin-top: 10px;
}

.produce-ssmall.size-s {
  font-size: 1.3rem;
}

.produce-ssmall.glay {
  color: #898989;
}

.produce-clrtxt {
  color: #00b0ec;
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 20px;
}

.produce-clrtxt .size-s {
  font-size: 1.8rem;
}

.produce-border .produce-str,
.produce-border .produce-txt {
  color: #535353;
  margin-top: 15px;
}

.produce-border .produce-children .produce-txt {
  color: #777;
}

.produce-flex .produce-small {
  color: #777;
}

.produce-copyright {
  font-size: 1.2rem;
  font-weight: 300;
  color: #535353;
  margin-top: 4px;
}

.produce-copyright.glay {
  color: #777;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-str {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .produce-txt {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .produce-txt.mgt-xl {
    margin-top: 20px;
  }

  .produce-txt.mgt-m {
    margin-top: 5px;
  }

  .produce-txt.size-m-sp {
    font-size: 1.2rem;
  }

  .produce-txt.size-s-sp {
    font-size: 1rem;
  }

  .produce-small {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .produce-small.mgt-s {
    margin-top: 5px;
  }

  .produce-small.size-s-sp {
    font-size: 1rem;
    margin-top: 5px;
  }

  .produce-ssmall {
    font-size: 1rem;
    margin-top: 10px;
  }

  .produce-ssmall.mgt-m {
    margin-top: 5px;
  }

  .produce-ssmall.size-s {
    font-size: 1rem;
  }

  .produce-ssmall.mgt-l-sp {
    margin-top: 15px;
  }

  .produce-clrtxt {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .produce-clrtxt .size-s {
    font-size: 1.1rem;
  }

  .produce-border .produce-str,
  .produce-border .produce-txt {
    margin-top: 5px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 画像コンテンツ
------------------------------------------------- */
.produce-img {
  margin-top: 40px;
  text-align: center;
  clear: both;
}

.produce-img.mgt-s {
  margin-top: 10px;
}

.produce-img.align-l {
  margin-left: 18px;
  text-align: left;
  clear: both;
}

.produce-imgwrap {
  text-align: center;
}

.produce-imgwrap .produce-img {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}

.produce-imgwrap .produce-img-txt {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #777;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-img {
    margin-top: 20px;
  }

  .produce-img.mgt-s {
    margin-top: 5px;
  }
  
  .produce-img.align-l {
    margin-left: 1.5%;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* アイコン系リスト
------------------------------------------------- */
.produce-icon {
  margin-top: 20px;
  clear: both;
}

.produce-icon.tsugimirukore {
  margin-top: 10px;
}

.produce-icon li {
  display: inline-block;
  margin-right: 5px;
}

.number-list dt {
  margin-bottom: 5px;
}

.number-list dt:before,
.number-list li:before {
  content: "1";
  border: 1px solid #1297a1;
  color: #1297a1;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 7px;
  margin-right: 4px;
}

.number-list dd,
.number-list li {
  margin-top: 20px;
}

.number-list dt.num2:before,
.number-list li.num2:before {
  content: "2";
}

.number-list dt.num3:before,
.number-list li.num3:before {
  content: "3";
}

.number-list dt.num4:before,
.number-list li.num4:before {
  content: "4";
}

.number-list dt.num5:before,
.number-list li.num5:before {
  content: "5";
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-icon {
    margin-top: 10px;
  }

  .produce-icon.tsugimirukore {
    margin-top: 5px;
  }

  .produce-icon li {
    zoom: .5;
  }

  .number-list dt:before,
  .number-list li:before {
    font-size: 1rem;
    padding: 0 5px;
  }

  .number-list dd,
  .number-list li {
    margin-top: 10px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
.produce-circle {
  position: relative;
  padding-left: 18px;
}
/*
.produce-circle:before {
  content: "";
  border: 6px solid #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 3.5rem;
  font-weight: bold;
}
.produce-circle.produce-circle1:before {
  content: "1";
}
.produce-circle.produce-circle2:before {
  content: "2";
}
.produce-circle.produce-circle3:before {
  content: "3";
}
.produce-circle.produce-circle4:before {
  content: "4";
}
.produce-circle.produce-circleOrenge:before {
  border-color: #f58220;
  color: #f58220;
}
*/

/* コンテンツ系リスト
------------------------------------------------- */
.produce-flex {
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.produce-flex.vertical {
  flex-direction: column;
}

.produce-flex.around {
  justify-content: space-around;
}

.produce-flex.center {
  justify-content: center;
}

.produce-flex.between {
  justify-content: space-between;
}

.produce-flex li {
  width: 100%;
  flex: 0 1 100%;
  float: left;
  box-sizing: border-box;
}
/*
.produce-flex.vertical > li {
  flex: 0 1 auto;
}
*/
.produce-flex.align li {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.produce-flex.column2pc li {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}

.produce-flex.column3pc li {
  width: 33.33%;
  max-width: 33.33%;
  flex-basis: 33.33%;
}

.produce-flex.column4pc li {
  width: 25%;
  max-width: 25%;
  flex-basis: 25%;
}

.produce-flex.column5pc li {
  width: 20%;
  max-width: 20%;
  flex-basis: 20%;
}

.produce-flex.column2pc li:nth-of-type(2n+1),
.produce-flex.column3pc li:nth-of-type(3n+1),
.produce-flex.column4pc li:nth-of-type(4n+1),
.produce-flex.column5pc li:nth-of-type(5n+1) {
  clear: left;
}

.produce-flex.columnpd10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.produce-flex.columnpd10 li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.produce-flex.columnpd15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.produce-flex.columnpd15 li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.produce-flex.columnpd20 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.produce-flex.columnpd20 li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.produce-flex.columnpd30 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
}
.produce-flex.columnpd30 li {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.produce-flex.columnpd40 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
}
.produce-flex.columnpd40 li {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-flex {
    margin-top: 10px;
  }

  .produce-flex.row-sp {
    flex-direction: row;
  }

  .produce-flex.column1sp li {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .produce-flex.column2sp li {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }

  .produce-flex.column3sp li {
    width: 33.33%;
    max-width: 33.33%;
    flex-basis: 33.33%;
  }

  .produce-flex.column4sp li {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }

  .produce-flex.column5sp li {
    width: 20%;
    max-width: 20%;
    flex-basis: 20%;
  }

  .produce-flex.column1sp li:nth-of-type(n+1),
  .produce-flex.column2sp li:nth-of-type(n+1),
  .produce-flex.column3sp li:nth-of-type(n+1),
  .produce-flex.column4sp li:nth-of-type(n+1),
  .produce-flex.column5sp li:nth-of-type(n+1) {
    clear: none;
  }

  .produce-flex.column1sp li:nth-of-type(n+1),
  .produce-flex.column2sp li:nth-of-type(2n+1),
  .produce-flex.column3sp li:nth-of-type(3n+1),
  .produce-flex.column4sp li:nth-of-type(4n+1),
  .produce-flex.column5sp li:nth-of-type(5n+1) {
    clear: left;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* コンテンツ2分割系
------------------------------------------------- */
.produce-separate {
  margin-top: 70px;
}

.produce-separate li {
  float: left;
  width: 50%;
  border-left: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.produce-separate li:nth-of-type(2n+1) {
  border-left-width: 0;
  clear: left;
}

.produce-separate li .separate-img,
.produce-separate li .separate-txt {
  margin: 0 20%;
  font-size: 1.5rem;
}

.produce-separate li .separate-txt {
  margin-top: 15px;
}

/*-- 画像とテキスト並びコンテンツ --*/
.produce-logolist {
  margin: 30px 20px 0;
  overflow: hidden;
}

.produce-logolist li {
  border-bottom: 1px dotted #dedede;
  padding: 10px 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.produce-logolist li:last-of-type {
  border-bottom-width: 0;
}

.produce-logolist-l {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}

.produce-logolist-r {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  padding-left: 1%;
}

.produce-logolist.type02 .produce-logolist-l {
  width: 10%;
}

.produce-logolist.type02 .produce-logolist-r {
  width: 90%;
  padding-left: 0;
}

.produce-logolist.type03 {
  margin: 0;
}

.produce-logolist.type03 li {
  margin: 0 0 8px;
  border-bottom-width: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.produce-logolist.type03 .produce-logolist-inner {
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  display: table-cell;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}

.produce-logolist.type03 .produce-logolist-inner-img {
  float: left;
  width: auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.produce-logolist.type03 .produce-logolist-inner-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  padding-left: 10px;
  float: left;
  width: 330px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.produce-logolist.type03 .produce-logolist-r {
  padding-left: 0;
}

.produce-logolist.type04 .produce-logolist-l {
  width: 29%;
}

.produce-logolist.type04 .produce-logolist-r {
  width: 71%;
  padding-left: 0;
}

.produce-logolist.type05 .produce-logolist-l {
  width: 40%;
}

.produce-logolist.type05 .produce-logolist-r {
  width: 60%;
}

.produce-border .produce-logolist {
  margin: 0;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-logolist {
    margin: 15px -10px 0;
  }

  .produce-logolist li {
    margin: 0;
    padding: 10px 15px;
  }

  .produce-logolist-l {
    box-sizing: border-box;
    padding-right: 10px;
    width: 30%;
  }

  .produce-logolist-r {
    font-size: 1rem;
    width: 70%;
  }

  .produce-logolist.type03 {
    margin-top: 15px;
  }

  .produce-logolist.type03 li {
    margin: 0 0 4px;
  }

  .produce-logolist.type03 .produce-logolist-inner-txt {
    font-size: 1rem;
    font-weight: 300;
    width: 160px;
  }

  .produce-logolist.type03 .produce-logolist-inner-txt strong {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 枠系コンテンツ
------------------------------------------------- */
.produce-border {
  border: 1px solid #dedddb;
  border-radius: 3px;
  padding: 20px 35px 35px;
  margin-top: 30px;
  clear: both;
}

.produce-border.type02 {
  border-width: 1px 0;
  border-radius: 0;
  padding: 15px 0 50px;
}

.produce-border.type04 {
  border-width: 1px 0 0;
  border-radius: 0;
  padding: 15px 0 50px;
  margin-top: 40px;
}

.produce-border.pd-s {
  padding: 10px 0;
}

.produce-border.mgt-l {
  margin-top: 50px;
}

.produce-point {
  border: 1px solid #dfdedc;
  border-radius: 3px;
  box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 30px;
  clear: both;
}

.produce-glaybox {
  border-radius: 4px;
  background-color: #eee;
  padding: 20px 30px;
  margin-top: 45px;
  clear: both;
}

.produce-border + .produce-glaybox,
.produce-glaybox + .produce-glaybox {
  margin-top: 35px;
}

.glaybox-l {
  float: left;
  width: 40%;
}

.glaybox-ttl {
  font-size: 1.8rem;
  font-weight: 900;
  color: #535353;
}

.glaybox-txt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #777;
  margin-top: 15px;
}

.glaybox-r {
  float: right;
  width: 60%;
}

.glaybox-r li {
  float: left;
  padding-left: 20px;
  width: 50%;
  box-sizing: border-box;
}

.glaybox-annotation {
  color: #777;
  font-size: 1.3rem;
  font-weight: 300;
}

.glaybox-annotation dt {
  color: #535353;
  font-size: 1.6rem;
  font-weight: 300;
}

.glaybox-annotation dd {
  color: #777;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 5px;
}

.glaybox-annotation dd + dt {
  margin-top: 20px;
}

.glaybox-annotation p {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.glaybox-annotation .mgt-l {
  margin-top: 15px;
}

.glaybox-annotation .medium {
  font-weight: 900;
}

.produce-glaybox a:link,
.produce-glaybox a:active,
.produce-glaybox a:visited {
  text-decoration: none;
  color: #608aff;
}

.produce-glaybox a:hover {
  text-decoration: underline;
  color: #608aff;
}

.border-list li {
  border: 1px solid #dedddb;
  border-radius: 3px;
  padding: 10px 4px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #777;
  text-align: center;
}

.produce-bdrflex {
  border: 1px solid #535353;
  border-radius: 2px;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 46%;
  margin: 25px auto 0;
  padding: 5px 10px;
  overflow: hidden;
}

.produce-bdrflex.mgt-l {
  margin-top: 80px;
}

.produce-bdrflex li {
  display: inline-block;
}

.produce-bdrflex-txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #777;
}

.produce-bdrflex-txt.size-m {
  font-size: 1.7rem;
}

.produce-bdrflex-txt.size-l {
  font-size: 3rem;
}

.produce-bdrflex-txt.clr01 {
  color: #601986;
}

.produce-bdrflex-txt.clr02 {
  color: #a4005b;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-border {
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
  }

  .produce-border-sp {
    border: 1px solid #dedddb;
    clear: both;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
  }

  .produce-border.mgt-s-sp {
    margin-top: 10px;
  }

  .produce-border.mgt-l-sp {
    margin-top: 30px;
  }

  .produce-border.type02 {
    padding: 7px 0 25px;
  }

  .produce-border.type03 {
    border-width: 1px 0;
    border-radius: 0;
    padding: 10px 20px 20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .produce-border.nobdr-sp {
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .produce-glaybox {
    padding: 10px;
    margin-top: 25px;
  }

  .produce-border + .produce-glaybox,
  .produce-glaybox + .produce-glaybox {
    margin-top: 15px;
  }

  .glaybox-l {
    float: none;
    width: 100%;
  }

  .glaybox-ttl {
    font-size: 1.2rem;
  }

  .glaybox-txt {
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .glaybox-r {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .glaybox-r li {
    padding-left: 8px;
  }

  .glaybox-r li:first-of-type {
    padding-left: 0;
  }

  .glaybox-annotation {
    font-size: 1rem;
  }

  .glaybox-annotation dt {
    font-size: 1rem;
  }

  .glaybox-annotation dd {
    font-size: 1rem;
  }

  .glaybox-annotation dd + dt {
    margin-top: 10px;
  }

  .glaybox-annotation p {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }

  .glaybox-annotation .mgt-l {
    margin-top: 10px;
  }

  .border-list li {
    padding: 5px 2px;
    font-size: 1rem;
  }

  .produce-bdrflex {
    width: 90%;
    margin-top: 15px;
    padding: 5px;
  }

  .produce-bdrflex.mgt-l {
    margin-top: 40px;
  }

  .produce-bdrflex-txt {
    font-size: .7rem;
  }

  .produce-bdrflex-txt.size-m {
    font-size: .8rem;
  }

  .produce-bdrflex-txt.size-l {
    font-size: 1.5rem;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* ご注意
------------------------------------------------- */
.produce-notice {
  border: 1px solid #a00400;
  width: 100%;
  display: table;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 35px;
}

.produce-notice li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 300;
  color: #a00400;
  padding: 0 10px;
}

.produce-notice .produce-notice-ttl {
  font-size: 1.6rem;
  font-weight: 900;
  width: 70px;
  text-align: center;
  border-right: 1px solid #a00400;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-notice {
    padding: 3px;
    margin-top: 20px;
  }

  .produce-notice li {
    font-size: .8rem;
    padding: 0 10px;
  }

  .produce-notice .produce-notice-ttl {
    font-size: .8rem;
    width: 40px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* テーブル要素
------------------------------------------------- */
.table-box {
  table-layout: fixed;
  width: 100%;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #535353;
  font-weight: 300;
  margin-top: 15px;
}

.table-box th,
.table-box td {
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  word-break: break-all;
}

.table-box th {
  border-right: 1px solid #fff;
  font-size: 1.4rem;
  background-color: #dbdbdb;
}

.table-box th:last-child {
  border-right-width: 0;
}

.table-box td {
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  font-size: 1.2rem;
}

.table-box td .small {
  display: inline-block;
  font-size: 1rem;
}

.table-box .table-separate {
  background-image: url(../images/bdr-table.png);
  background-size: 100% 100%;
}

.table-box .table-separate-inner {
  position: relative;
  min-height: 3rem;
}

.table-box .table-separate-lb {
  position: absolute;
  left: 0;
  bottom: 0;
}

.table-box .table-separate-rt {
  position: absolute;
  right: 0;
  top: 0;
}

.table-box.type02 {
  border-right-width: 0;
}

.table-box.type02 th {
  border-right-color: #acacac;
}

.table-box.type02 th:first-child,
.table-box.type02 td:first-child {
  text-align: left;
  border-left-width: 0;
}

.table-box.type03 {
  border-right-width: 0;
  font-weight: 300;
}

.table-box.type03 th {
  background-color: #e5e5e5;
  border-right-color: #b5b4b4;
}

.table-box.type03 td {
  font-weight: normal;
}

.table-box.type03 th:first-child,
.table-box.type03 td:first-child {
  text-align: left;
  border-left-width: 0;
  width: 28%;
}

.table-box.type03 td:first-child {
  font-weight: 300;
}

.table-box.type03 tr:nth-of-type(odd) td {
  background-color: #f8f8f8;
}

.table-box.type03 tr td.bg-white:first-child {
  background-color: #fff;
}

.table-box.type03 tr td.bdr-l:first-child {
  border-left-width: 1px;
}

.table-box .rowafter-cell th.align-c,
.table-box .rowafter-cell td.align-c {
  text-align: center;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .table-box {
    margin-top: 10px;
  }

  .table-box th,
  .table-box td {
    padding: 2px;
  }

  .table-box th {
    font-size: 1rem;
  }

  .table-box td {
    font-size: 1rem;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 動画コンテンツ
------------------------------------------------- */
.produce-movie {
  border-radius: 3px;
  padding: 20px;
  margin: 5px auto 0;
  width: 572px;
  color: #fff;
  clear: both;
  background: linear-gradient(#010101, #5e5d5d);
}

.produce-movie.mgt-l {
  margin-top: 50px;
}

.produce-movie .movie-ttl {
  font-size: 1.5rem;
}

.produce-movie .movie-box {
  border: 1px solid #fff;
  margin-top: 5px;
}

.produce-movie .produce-annotation {
  color: #c8c8c8;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-movie {
    padding: 0;
    width: 100%;
  }

  .produce-movie.mgt-l {
    margin-top: 25px;
  }

  .produce-movie .movie-ttl {
    padding: 10px 5px;
    font-size: 1.1rem;
  }

  .produce-movie .movie-box {
    margin-top: 0;
    border-right-width: 0;
    border-left-width: 0;
  }

  .produce-movie .movie-box iframe {
    max-width: 100%;
    height: 55vw;
  }

  .produce-movie .produce-annotation {
    padding: 5px;
    margin: 0;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* ボタン
------------------------------------------------- */
.btn-arw {
  background: url(../../images/icon/bg_arrow_right_off.gif) left center no-repeat;
  padding-left: 20px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
}

.btn-arw.type02 {
  font-size: 1.4rem;
  color: #038231;
}

.btn-arw.mgt-l {
  margin-top: 20px;
}

.btn-clr {
  margin-top: 5px;
}

.btn-clr.mgt-s {
  margin-top: 15px;
}

.btn-clr.mgt-m {
  margin-top: 35px;
}

.btn-clr.mgt-l {
  margin-top: 60px;
}

.btn-clr.mg-c {
  margin-left: auto;
  margin-right: auto;
}
.btn-clr.mg-r {
  margin-left: auto;
  margin-right: 0;
}

.btn-clr a {
  background-color: #028330;
  padding: 10px;
  border-radius: 2px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  display: block;
}

.btn-clr a.mirukore {
  background-color: #fff;
  padding: 23px 0;
  border-radius: 0;
  border: 4px solid #a0a0a0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
  display: block;
  text-align: center;
  line-height: 1.5;
}

.btn-clr .btn-arw {
  display: block;
  text-align: center;
}

.btn-clr.size-s {
  max-width: 190px;
  min-width: 150px;
}

.btn-clr.size-sm {
  max-width: 220px;
  min-width: 180px;
}

.btn-clr.size-m {
  max-width: 350px;
}

.btn-clr.size-l {
  max-width: 470px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .btn-arw {
    background-size: 10px;
    padding-left: 15px;
    font-size: 1rem;
  }

  .btn-arw.type02 {
    font-size: 1rem;
  }

  .btn-arw.mgt-l {
    margin-top: 10px;
  }

  .btn-clr {
    margin-top: 5px;
  }

  .btn-clr.mgt-s {
    margin-top: 10px;
  }

  .btn-clr.mgt-m {
    margin-top: 15px;
  }

  .btn-clr.mgt-l {
    margin-top: 30px;
  }

  .btn-clr.mg-r {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-clr a {
    padding: 8px;
    font-size: 1rem;
  }

  .btn-clr.size-s {
    max-width: 100px;
    min-width: 80px;
  }

  .btn-clr.size-l {
    max-width: none;
  }

  .btn-clr-sp-c {
    text-align: center;
  }

  .btn-clr-sp-c .btn-clr {
    display: inline-block;
    text-align: left;
    float: none;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 吹き出し
------------------------------------------------- */
.produce-tips {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #1297a1;
  border-radius: 50%;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-left: -10%;
}

.produce-tips:after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-width: 5px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #1297a1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.produce-tips.type02 {
  background-color: #ec6941;
  padding: 20px 15px;
}

.produce-tips.type02:after {
  border-left-color: #ec6941;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-tips {
    font-size: 1rem;
    padding: 7px 10px 5px;
    margin-right: 5px;
    margin-left: 0;
  }

  .produce-tips:after {
    right: -13px;
    bottom: 3px;
    border-width: 3px 10px;
  }

  .produce-tips.type02 {
    background-color: #ec6941;
    padding: 12px 8px 10px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 一文字目装飾系
------------------------------------------------- */
.produce-firsttxt {
  position: relative;
  padding-left: 100px;
}

.firsttxt-circle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1297a1;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 27px 7px;
  border-radius: 50%;
  height: 3rem;
  margin: auto;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-firsttxt {
    padding-left: 0;
  }

  .firsttxt-circle {
    position: static;
    font-size: 1.4rem;
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
    height: auto;
    display: block;
  }
}
/* 注釈
------------------------------------------------- */
.produce-annotation {
  clear: both;
  font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #898989;
  margin-top: 15px;
}

.produce-annotation a:link,
.produce-annotation a:active,
.produce-annotation a:visited {
  text-decoration: none;
  color: #608aff;
}

.produce-annotation a:hover {
  text-decoration: underline;
  color: #608aff;
}

p.produce-annotation,
span.produce-annotation,
.produce-annotation p,
.produce-annotation dt,
.produce-annotation dd,
.produce-annotation li {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
  display: block;
}

p.produce-annotation.indent-l,
span.produce-annotation.indent-l,
.produce-annotation.indent-l p,
.produce-annotation.indent-l dt,
.produce-annotation.indent-l dd,
.produce-annotation.indent-l li,
.produce-annotation .indent-num {
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}

.produce-annotation.mgt-l,
.produce-annotation .mgt-l {
  margin-top: 45px;
}

.produce-annotation.mgt-s,
.produce-annotation .mgt-s {
  margin-top: 5px;
}

.produce-annotation-list {
  clear: both;
  font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #898989;
  margin: 45px 50px 0;
}

.produce-annotation-list + .produce-annotation-list {
  margin-top: 20px;
}

.produce-annotation-list li {
  margin-top: 2px;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-annotation {
    font-size: 1rem;
    margin-top: 8px;
  }

  p.produce-annotation,
  span.produce-annotation,
  .produce-annotation p,
  .produce-annotation dt,
  .produce-annotation dd,
  .produce-annotation li {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }

  p.produce-annotation.indent-l,
  span.produce-annotation.indent-l,
  .produce-annotation.indent-l p,
  .produce-annotation.indent-l dt,
  .produce-annotation.indent-l dd,
  .produce-annotation.indent-l li,
  .produce-annotation .indent-num {
    text-indent: -1.8rem;
    padding-left: 1.8rem;
  }

  .produce-annotation.mgt-l {
    margin-top: 20px;
  }

  .produce-annotation.mgt-s {
    margin-top: 5px;
  }

  .produce-annotation-list {
    font-size: 1rem;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .produce-annotation-list + .produce-annotation-list {
    margin-top: 20px;
  }

  .produce-annotation-list li {
    margin-top: 3px;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* ページトップ
------------------------------------------------- */
.produce-sect .produce-top {
  clear: both;
  margin-top: 25px;
  overflow: hidden;
}

.produce-sect:last-of-type .produce-top {
  display: none;
}

.produce-sect .produce-top a {
  float: right;
  width: 44px;
  height: 40px;
  background: #999 url(../images/icon_pagetop.png) center center no-repeat;
  border-radius: 2px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-sect .produce-top {
    margin-top: 10px;
    display: none;
  }

  .produce-sect .produce-top a {
    width: 22px;
    height: 20px;
    background-size: 12px auto;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	コンテンツ -ページ固有記述-
	
================================================= */
/* 寸法図
------------------------------------------------- */
.spec-box {
  border: 1px solid #bdbcb8;
  border-radius: 2px;
  margin-top: 30px;
}

.spec-ttl {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  padding: 4px 10px 4px 15px;
  cursor: pointer;
}

.spec-name {
  float: left;
}

.spec-btn {
  float: right;
}

.spec-btn.open {
  display: block;
}

.active .spec-btn.open {
  display: none;
}

.spec-btn.close {
  display: none;
}

.active .spec-btn.close {
  display: block;
}

.spec-body {
  padding: 20px 25px 25px 30px;
  border-top: 1px solid #bdbcb8;
}

.spec-box-l {
  float: left;
  width: 35%;
  max-width: 330px;
  padding-right: 20px;
  box-sizing: border-box;
}

.spec-txt {
  font-size: 1.4rem;
  font-weight: 300;
  color: #535353;
  margin-top: 15px;
}

.spec-txt strong {
  font-weight: 900;
  display: block;
}

.spec-img {
  margin-top: 25px;
  text-align: left;
}

.spec-box-r {
  width: 65%;
  max-width: 624px;
  float: right;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #bdbcb8;
  border-radius: 5px;
}

.spec-in-ttl {
  font-size: 1.4rem;
  font-weight: 900;
  color: #535353;
}

.spec-box-in-l {
  float: left;
  width: 50%;
  margin-top: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.spec-in-txt {
  font-size: 1.4rem;
  font-weight: 300;
  color: #696969;
  padding: 3px 0;
  border-bottom: 1px dotted #bdbcb8;
}

.spec-in-txt:last-of-type {
  border-bottom-width: 0;
}

.spec-in-list li {
  font-size: 1.4rem;
  font-weight: 300;
  color: #696969;
  padding: 3px 0;
}

.spec-in-list li:before {
  content: "A";
  font-size: 1rem;
  font-weight: 300;
  margin-right: 3px;
  border: 1px solid #696969;
  border-radius: 50%;
  padding: 0 5px;
  line-height: 1;
}

.spec-in-list li:nth-of-type(2):before {
  content: "B";
}

.spec-in-list li:nth-of-type(3):before {
  content: "C";
}

.spec-in-list li:nth-of-type(4):before {
  content: "D";
}

.spec-in-list li:nth-of-type(5):before {
  content: "E";
}

.spec-box-in-r {
  float: right;
  width: 50%;
  margin-top: 20px;
  box-sizing: border-box;
}

.spec-inner-btn {
  clear: both;
}

.icon-setup {
  background: url(../images/icon09.jpg) left center no-repeat;
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
  min-height: 40px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .spec-box {
    margin-top: 20px;
  }

  .spec-ttl {
    font-size: 1.4rem;
    padding: 4px 10px;
  }

  .spec-btn {
    width: 11px;
  }

  .spec-btn img {
    vertical-align: baseline;
  }

  .spec-body {
    padding: 10px;
  }

  .spec-box-l {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .spec-txt {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .spec-img {
    margin-top: 20px;
    text-align: center;
  }

  .spec-box-r {
    width: 100%;
    float: none;
    padding: 12px 0 0;
    border-width: 0;
    border-radius: 0;
    margin-top: 12px;
  }

  .spec-in-ttl {
    font-size: 1rem;
  }

  .spec-box-in-l {
    padding-right: 10px;
  }

  .spec-in-txt {
    font-size: 1rem;
    padding: 2px 0;
  }

  .spec-in-list li {
    font-size: 1rem;
    padding: 4px 0;
  }

  .spec-in-list li:before {
    padding: 0 5px;
  }

  .spec-inner-btn {
    margin-top: 15px;
    text-align: center;
  }

  .spec-inner-btn li {
    display: inline-block;
    width: 49%;
  }

  .spec-inner-btn .btn-clr {
    width: 100%;
    max-width: none;
  }

  .icon-setup {
    background-size: 20px;
    padding: 5px 0 5px 25px;
    min-height: 20px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* ゲーム
------------------------------------------------- */
.game-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #1297a1;
  text-align: center;
  height: 4px;
  background: #1297a1;
}

.game-ttl span {
  background-color: #fff;
  display: inline-block;
  margin-top: -2.2rem;
  padding: 0 4px;
}

.game-aside {
  margin-top: 40px;
  border: 1px solid #dbdbdb;
  border-bottom-width: 0;
}

.game-aside li {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  background: url(../images/icon_arw.png) 30% center no-repeat;
}

.game-aside li span {
  display: block;
  float: left;
  padding: 20px 20px 20px 70px;
  box-sizing: border-box;
  width: 70%;
}

.game-aside li .game-aside-l {
  width: 30%;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .game-ttl {
    margin: 20px -10px 15px;
    font-size: 1.6rem;
    height: 3px;
  }

  .game-ttl span {
    margin-top: -1.1rem;
    padding: 0 4px;
  }

  .game-aside {
    margin-top: 20px;
  }

  .game-aside li {
    font-size: 1rem;
    background-position: 25% center;
    background-size: 10px 7px;
  }

  .game-aside li span {
    padding: 10px 2% 10px 5%;
    width: 75%;
  }

  .game-aside li .game-aside-l {
    width: 25%;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* レグザリンク
------------------------------------------------- */
.function-regza-link {
  background: url(../images/img_function_03_06_pc.jpg) center top no-repeat;
  margin: 15px auto 0;
  padding-top: 180px;
  max-width: 770px;
}

.function-regza-link li {
  padding: 0 10px;
  width: 33.33%;
  box-sizing: border-box;
}

.function-regza-link .produce-small {
  flex-grow: 1;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .function-regza-link {
    background: url(../images/img_function_03_06_sp.jpg) 15px 20px no-repeat;
    background-size: 86% auto;
    margin: 15px -5px 0;
    padding-top: 0;
    max-width: none;
  }

  .function-regza-link li:first-of-type {
    margin-left: 50%;
  }

  .function-regza-link li {
    padding: 0 5px 30px;
    min-height: 73vw;
  }

  .function-regza-link.column2sp .produce-flex:nth-of-type(3n) {
    clear: none;
  }

  .function-regza-link.column2sp .produce-flex:nth-of-type(2n) {
    clear: left;
  }

  .function-regza-link .produce-small {
    flex-grow: 1;
  }

  .function-regza-link .btn-clr {
    max-width: none;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* タイムシフト
------------------------------------------------- */
.timeshift-box {
  max-width: 744px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.timeshift-box .produce-flex {
  margin-top: 0;
}

/* レグザリモコン
------------------------------------------------- */
.controller-box {
  clear: both;
  margin-top: 60px;
}

.controller-box-l {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.controller-box-r {
  float: left;
  width: 75%;
  box-sizing: border-box;
}

.controller-inner li {
  margin-top: 40px;
}

.controller-inner li:first-of-type {
  margin-top: 0;
}

.controller-thumb {
  float: left;
  width: 28%;
  box-sizing: border-box;
  padding-right: 20px;
}

.controller-txtbox {
  float: left;
  width: 72%;
  box-sizing: border-box;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .controller-box {
    margin-top: 30px;
  }

  .controller-box-l {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .controller-box-r {
    float: none;
    width: 100%;
  }

  .controller-inner {
    margin-bottom: 20px;
  }

  .controller-inner li {
    margin-top: 20px;
  }

  .controller-inner li:first-of-type {
    margin-top: 30px;
  }

  .controller-thumb {
    width: 38%;
    padding-right: 10px;
    margin-top: 4px;
  }

  .controller-txtbox {
    width: 62%;
  }

  .controller-txtbox .produce-sub {
    margin-top: 0;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* SeeQVault
------------------------------------------------- */
.produce-sqv-box {
  max-width: 768px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #bababa;
}

.produce-sqv-ttl {
  font-size: 2.4rem;
  font-weight: 300;
  padding-bottom: 2px;
  color: #fff;
  text-align: center;
  background-color: #bababa;
}

.produce-sqv-img {
  float: left;
  width: 55%;
  padding: 8px 0 15px 20px;
  box-sizing: border-box;
}

.produce-sqv-r {
  float: right;
  width: 45%;
  padding: 10px 10px 15px 20px;
  box-sizing: border-box;
}

.produce-sqv-arw p {
  padding-bottom: 50px;
  background: url(../images/icon_arw02.jpg) 20px 75% no-repeat;
}

.produce-sqv-arw p:last-of-type {
  padding-bottom: 0;
  background: none;
}

.produce-sqv-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
}

.produce-sqvlist li {
  clear: both;
  margin-top: 100px;
}

.produce-sqvlist li:first-of-type {
  margin-top: 50px;
}

.produce-sqvlist-l {
  width: 35%;
  float: left;
  padding-right: 100px;
  box-sizing: border-box;
}

.produce-sqvlist-r {
  width: 65%;
  float: left;
  box-sizing: border-box;
}

.produce-sqvlist-ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50%;
  box-sizing: border-box;
  max-width: 230px;
}

.produce-sqvlist-txt {
  color: #535353;
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 40px;
}

.produce-sqvaside {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}

.produce-sqvaside-icon {
  position: absolute;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 45px 0;
}

.produce-sqvaside-ttl {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 300;
  color: #535353;
  padding: 15px 0;
}

.produce-sqvaside-ttl .clr-red {
  color: #ab1622;
}

.produce-sqvaside-ttl .clr-blue {
  color: #0c8bc8;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-sqv-box {
    max-width: none;
    margin-top: 15px;
  }

  .produce-sqv-ttl {
    font-size: 1.2rem;
  }

  .produce-sqv-img {
    float: none;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .produce-sqv-r {
    float: none;
    width: 100%;
    padding: 10px 5px;
  }

  .produce-sqv-arw p {
    padding-bottom: 15px;
    background: url(../images/icon_arw02.jpg) center 90% no-repeat;
    background-size: 12px;
  }

  .produce-sqv-arw p:last-of-type {
    padding-bottom: 0;
    background: none;
  }

  .produce-sqv-txt {
    font-size: 1rem;
    text-align: center;
  }

  .produce-sqvlist li {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dotted #e5e5e5;
  }

  .produce-sqvlist li:first-of-type {
    margin-top: 12px;
    padding-top: 0;
    border-top-width: 0;
  }

  .produce-sqvlist-l {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .produce-sqvlist-r {
    width: 100%;
    margin-top: 20px;
    float: none;
  }

  .produce-sqvlist-ttl {
    padding: 15px 5px;
    max-width: 120px;
    font-size: 1rem;
    margin: 0 auto;
  }

  .produce-sqvlist-txt {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
  }

  .produce-sqvaside {
    max-width: none;
    margin-bottom: 12px;
  }

  .produce-sqvaside-icon {
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
  }

  .produce-sqvaside-ttl {
    text-align: left;
    font-size: 1.2rem;
    padding: 0 0 0 65px;
  }
}

/* ok google追加時に作成
------------------------------------------------- */
.produce-add{
	padding-top: 50px;
}

.produce-hr{
	background-color: #b2b2b2;
	height: 1px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;	
}
.produce-hr_inner{
	display: inline-block;
	background-color: #fff;
	position: relative;
	top: -.8em;
	padding: 0 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #777777;
}

.produce-leda{
	text-align: center;
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 45px;
	color: #777777;
}

.produce-split{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 -30px;
}
.produce-split_list{
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 50%;
}

.produce-ttlIcon{
	background-color: #e8e8e8;
	padding: 10px 10px 10px 70px;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #535353;
	margin-bottom: 35px;
	position: relative;
}

.produce-ttlIcon::after{
	content:attr(data-icon);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #8c8c8c;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 300;
	padding-top: .25em;
	box-sizing: border-box;
}


.produce-orderList{
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
}
.produce-orderList_list{
	padding-bottom: 35px;
	margin-bottom: 20px;
	background: url(../images/icon_next.png) center bottom no-repeat;
}
.produce-orderList_list.-img{
	text-align: center;
}
.produce-orderList_list:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

.produce-circlefill{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	background-color: #8c8c8c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	padding-top: .15em;
	box-sizing: border-box;
}
/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-add{
		padding-top: 25px;
	}

	.produce-hr{
		margin-top: 10px;
		margin-bottom: 30px;	
	}
	.produce-hr_inner{
		top: -.8em;
		padding: 0 6px;
		font-size: 1.4rem;
	}

	.produce-split{
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		margin: 0;
	}
	.produce-split_list{
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0 0 30px;
		max-width: 100%;
	}

	.produce-ttlIcon{
		padding: 5px 5px 5px 35px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	.produce-ttlIcon::after{
		width: 30px;
		height: 30px;
		font-size: 2rem;
		padding-top: .02em;
	}


	.produce-orderList{
		font-size: 1.1rem;
	}
	.produce-orderList_list{
		padding-bottom: 20px;
		margin-bottom: 10px;
		background-size: 25px auto;
	}
	.produce-orderList_list.-img{
	}
	.produce-orderList_list:last-of-type{
	}

	.produce-circlefill{
		margin: 0 5px;
		width: 20px;
		height: 20px;
		font-size: 1.1rem;
		padding-top: .02em;
	}
}


/* ==========	コンテンツ -SP end- ========== */
/* ざんまいスマートアクセス
------------------------------------------------- */
.smart-access-block {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.smart-access-list {
  margin-top: 40px;
}

.smart-access-list li {
  margin-top: 25px;
}

.smart-access-list-l {
  float: left;
  width: 38%;
}

.smart-access-list-r {
  float: right;
  width: 61%;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .smart-access-block {
    max-width: none;
    margin-top: 45px;
  }

  .smart-access-list {
    margin-top: 40px;
  }

  .smart-access-list li {
    margin-top: 25px;
  }

  .smart-access-list-l {
    float: left;
    width: 38%;
  }

  .smart-access-list-r {
    float: right;
    width: 61%;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* まるごとチャンネル
------------------------------------------------- */
.marugotochannel-box {
  clear: both;
  margin-top: 45px;
  min-height: 32.4rem;
  position: relative;
}

.marugotochannel-box .channel-box01,
.marugotochannel-box .channel-box02,
.marugotochannel-box .channel-box03 {
  position: absolute;
  width: 23%;
}

.marugotochannel-box .channel-box01 {
  left: 0;
  top: 0;
}

.marugotochannel-box .channel-box02 {
  right: 0;
  top: 0;
}

.marugotochannel-box .channel-box03 {
  right: 0;
  top: 13rem;
}

.marugotochannel-box .channel-ttl {
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  position: relative;
}

.marugotochannel-box .channel-ttl.type01 {
  background-color: #ff971d;
}

.marugotochannel-box .channel-ttl.type02 {
  background-color: #1cbcff;
}

.marugotochannel-box .channel-ttl.type03 {
  background-color: #00d100;
}

.marugotochannel-box .channel-ttl:before,
.marugotochannel-box .channel-ttl:after {
  content: "";
  border-width: 1.7rem 1.2rem;
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.marugotochannel-box .channel-ttl.type01:before {
  top: -1px;
  right: -12px;
  border-color: #fff #fff transparent transparent;
}

.marugotochannel-box .channel-ttl.type01:after {
  bottom: -1px;
  right: -12px;
  border-color: transparent #fff #fff transparent;
}

.marugotochannel-box .channel-ttl.type02:before,
.marugotochannel-box .channel-ttl.type03:before {
  top: -1px;
  left: -12px;
  border-color: transparent transparent #fff #fff;
}

.marugotochannel-box .channel-ttl.type02:after,
.marugotochannel-box .channel-ttl.type03:after {
  bottom: -1px;
  left: -12px;
  border-color: #fff transparent transparent #fff;
}

.marugotochannel-box .channel-img {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 53%;
  margin: 0 auto;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .marugotochannel-box {
    margin-top: 30px;
    min-height: 0;
  }

  .marugotochannel-box .channel-box01,
  .marugotochannel-box .channel-box02,
  .marugotochannel-box .channel-box03 {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
  }

  .marugotochannel-box .channel-box01:after,
  .marugotochannel-box .channel-box02:after,
  .marugotochannel-box .channel-box03:after {
    content: "";
    position: absolute;
    width: 1px;
    height: auto;
    margin: auto;
    background-color: #000;
  }

  .marugotochannel-box .channel-box01:after {
    left: 10px;
    top: 0;
    bottom: 0;
    background-color: #ff971d;
  }

  .marugotochannel-box .channel-box02:after {
    right: 10px;
    top: 0;
    height: 260px;
    background-color: #1cbcff;
  }

  .marugotochannel-box .channel-box03:after {
    left: 10px;
    top: -20px;
    height: 40px;
    background-color: #00d100;
  }

  .marugotochannel-box .channel-box01 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .marugotochannel-box .channel-box01 .produce-txt {
    padding-left: 20px;
  }

  .marugotochannel-box .channel-box02 {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .marugotochannel-box .channel-box02 .produce-txt {
    padding-right: 20px;
  }

  .marugotochannel-box .channel-box03 {
    padding-top: 12px;
  }

  .marugotochannel-box .channel-ttl {
    font-size: .8rem;
    padding: 4px;
  }

  .marugotochannel-box .channel-ttl:before,
  .marugotochannel-box .channel-ttl:after,
  .marugotochannel-box .channel-ttl.type01:before,
  .marugotochannel-box .channel-ttl.type01:after,
  .marugotochannel-box .channel-ttl.type02:before,
  .marugotochannel-box .channel-ttl.type03:before,
  .marugotochannel-box .channel-ttl.type02:after,
  .marugotochannel-box .channel-ttl.type03:after {
    display: none;
  }

  .marugotochannel-box .channel-img {
    width: 100%;
  }

  .marugotochannel-box .channel-img img {
    width: 100%;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* ハードディスクのラインアップ
------------------------------------------------- */
.hdlineup-list {
  margin-top: 35px;
}

.hdlineup-list-l {
  width: 48%;
  float: left;
}

.hdlineup-list-r {
  width: 48%;
  float: right;
}

.hdlineup-list-inner {
  padding-top: 25px;
  text-align: center;
}

.hdlineup-list-inner-l {
  float: left;
  width: 49%;
}

.hdlineup-list-inner-r {
  float: right;
  width: 49%;
}

.hdlineup-list-border {
  border: 1px solid #254061;
  border-radius: 0 0 4px 4px;
  margin-top: 30px;
}

.hdlineup-list-sttl {
  background-color: #254061;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}

.type02 .hdlineup-list-border {
  border-color: #558ed5;
}

.type02 .hdlineup-list-sttl {
  background-color: #558ed5;
}

.hdlineup-list-aside {
  padding: 10px 0 15px;
}

.hdlineup-list-txt {
  font-size: 1.4rem;
  font-weight: 300;
  color: #777;
  padding: 3px 0;
  vertical-align: baseline;
}

.hdlineup-list .clr-orange {
  color: #f19149;
}

.hdlineup-list .size-xl {
  font-size: 3.5rem;
}

.hdlineup-list .size-l {
  font-size: 1.8rem;
}

.hdlineup-list .size-m {
  font-size: 1.5rem;
}

.hdlineup-list .size-s {
  font-size: 1.2rem;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .hdlineup-list-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: none;
    margin-top: 20px;
  }

  .hdlineup-list-r {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: none;
    margin-top: 20px;
  }

  .hdlineup-list-border {
    margin-top: 15px;
  }

  .hdlineup-list-sttl {
    font-size: .8rem;
    padding: 2px;
  }

  .hdlineup-list-img {
    margin: 0 10%;
  }

  .hdlineup-list-aside {
    padding: 5px;
  }

  .hdlineup-list-txt {
    font-size: .7rem;
    padding: 3px 0;
  }

  .hdlineup-list .size-xl {
    font-size: 1.5rem;
  }

  .hdlineup-list .size-l {
    font-size: 1rem;
  }

  .hdlineup-list .size-m {
    font-size: .7rem;
  }

  .hdlineup-list .size-s {
    font-size: .6rem;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* 固有class
------------------------------------------------- */
.quality0207box {
  max-width: 706px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.quality0301box {
  max-width: 944px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.quality0403box,
.quality0404box {
  max-width: 704px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.quality0505box {
  max-width: 704px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.quality0506box {
  max-width: 684px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.quality0508box {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.quality0508box .produce-bgttl,
.quality0508box .produce-small {
  margin-left: 15px;
  margin-right: 15px;
}

.quality0508box .produce-small {
  margin-bottom: 40px;
}

.quality0509box,
.quality0509box02 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}

.quality0509box li,
.quality0509box02 li {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}

.quality0509box .produce-flex.vertical > :nth-child(2),
.quality0509box02 .produce-flex.vertical > :nth-child(2) {
  flex-grow: 1;
}

.quality0509box li:last-of-type,
.quality0509box02 li:last-of-type {
  border-right-width: 0;
}

.quality0511box {
  margin-top: 30px;
}

.quality0511box li .separate-small {
  font-size: 1.4rem;
  font-weight: 900;
  color: #777;
}

.quality0511box li .separate-img {
  margin-top: 25px;
}

.quality0511box04 {
  position: relative;
}

.quality0511box04 li {
  position: relative;
}

.quality0511box04 ul {
  margin-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.quality0511box04 > li:nth-of-type(2) ul {
  margin: 15px 0 0;
}

.quality0511box04 ul li {
  padding: 0 15px;
  border-right: 1px solid #d9d9d9;
}

.quality0511box04 ul li:last-of-type {
  border-right-width: 0;
}

.quality0511box04 .quality0511box04-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 24rem;
}

.quality0511box04 .quality0511box04-first {
  padding-bottom: 390px;
}

.quality0511box04 .quality0511box04-last {
  margin-top: 25px;
  position: relative;
  z-index: 10;
}
.quality0511box04 .quality0511box04-last .bg_white {
  background-color: #fff;
  z-index: 100;
}

.quality0511box04 .point-num {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
}

.quality0511box04 .point-num01 {
  left: 0;
  top: -220px;
  width: 320px;
  height: 295px;
  background: url(../images/img_quality_04_07.png) left top no-repeat;
}

.quality0511box04 .point-num02 {
  left: 175px;
  left: -webkit-calc(50% - 370px);
  left: calc(50% - 370px);
  bottom: -57px;
  width: 237px;
  height: 246px;
  background: url(../images/img_quality_04_08.png) left top no-repeat;
}

.quality0511box04 .point-num03 {
  left: 530px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  bottom: -57px;
  width: 37px;
  height: 147px;
  background: url(../images/img_quality_05_22_cursor04.png) left top no-repeat;
}

.quality0511box04 .point-num04 {
  left: 795px;
  left: -webkit-calc(50% + 245px);
  left: calc(50% + 245px);
  bottom: -57px;
  width: 130px;
  height: 252px;
  background: url(../images/img_quality_05_22_cursor02.png) left top no-repeat;
}

.quality0511box02 {
  margin-left: -20px;
  margin-right: -20px;
}

.quality0511box02 li {
  padding: 0 20px;
  border-right: 1px solid #d9d9d9;
}

.quality0511box02 li:last-of-type {
  border-right-width: 0;
}

.quality0511box02 .produce-flex.vertical > :nth-child(3) {
  flex-grow: 1;
}

.quality0511box03.produce-flex.between {
  margin-left: 80px;
  margin-right: 80px;
}

.quality0511box03.produce-flex.between li {
  width: 19%;
  max-width: 19%;
  flex-basis: 19%;
  margin-bottom: 12px;
}

.sound0103box {
  margin-top: 70px;
  margin-left: -20px;
  margin-right: -20px;
}

.sound0103box li {
  padding: 0 20px 20px;
  border-right: 1px solid #d9d9d9;
}

.sound0103box li:last-of-type {
  border-right-width: 0;
}

.sound0107box li.sound0107box-l {
  width: 45%;
  max-width: 45%;
  flex-basis: 45%;
  box-sizing: border-box;
}

.sound0107box li.sound0107box-c {
  width: 10%;
  max-width: 10%;
  flex-basis: 10%;
  align-self: center;
  box-sizing: border-box;
  padding: 0 20px;
}

.sound0107box li.sound0107box-r {
  width: 45%;
  max-width: 45%;
  flex-basis: 45%;
  box-sizing: border-box;
}

.sound0108box,
.sound0109box,
.sound0110box,
.sound0111box {
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.sound0108box li,
.sound0109box li,
.sound0110box li,
.sound0111box li {
  text-align: center;
}

.sound0201box {
  max-width: 840px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.sound0201box li {
  padding: 0 10px;
}

.sound0301box {
  margin-top: 0;
}

.sound0301box li {
  padding-right: 20px;
}

.sound0301box li > :nth-child(2) {
  flex-grow: 1;
}

.sound0301box li .produce-img {
  width: 300px;
}

	.design0101box{
	}
	.design0101box li{
		padding: 15px 15px 0;
	}
	.design0101box-inner{
	}
	.design0101box-l{
	}
	.design0101box-l.first{
    text-align: left;
	}
	.design0101box-l.second{
    text-align: right;
	}


.design0103box {
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
}

.design0103box-l {
  width: 40%;
  max-width: 40%;
  flex-basis: 40%;
}

.design0103box-r {
  width: 60%;
  max-width: 60%;
  flex-basis: 60%;
  margin-top: 55px;
}

.design0201box {
  padding-top: 40px;
}

.design0201box-l {
  width: 50%;
  float: left;
  text-align: center;
}

.design0201box-r {
  width: 50%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
  clear: right;
}

.design0203 {
  max-width: 880px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.function0107box {
  margin-top: 60px;
  width: 100%;
}

.function0107box-l {
  float: left;
  width: 422px;
}

.function0107box-r {
  float: left;
  width: 678px;
  width: -webkit-calc(100% - 422px);
  width: calc(100% - 422px);
}

.function0201box {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.function0201box-l {
  float: left;
  text-align: left;
  clear: none;
}

.function0201box-r {
  float: right;
  clear: none;
}

.function0202box {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.function0302box {
  margin-top: 55px;
  margin-left: -20px;
  margin-right: -20px;
}

.function0302box li {
  padding: 0 20px;
  border-right: 1px solid #d9d9d9;
}

.function0302box li:last-of-type {
  border-right-width: 0;
}

.function0303box,
.function0305box {
  margin-top: 65px;
  margin-left: -25px;
  margin-right: -25px;
}

.function0303box li,
.function0305box li {
  padding: 0 25px;
  border-right: 1px solid #d9d9d9;
}

.function0303box li:last-of-type,
.function0305box li:last-of-type {
  border-right-width: 0;
}

.function0303box li :nth-child(2),
.function0305box li :nth-child(2) {
  flex-grow: 1;
}

.function0303box li .produce-img,
.function0305box li .produce-img {
  text-align: left;
}

.function0304box {
  margin-top: 60px;
  margin-left: -25px;
  margin-right: -25px;
}

.function0304box li {
  padding: 0 25px;
  border-right: 1px solid #d9d9d9;
}

.function0304box li:last-of-type {
  border-right-width: 0;
}

.function0404box {
  padding-left: 10%;
}

.function0404box-l {
  float: left;
  clear: left;
  margin-top: 20px;
  width: 23%;
  box-sizing: border-box;
}

.function0404box-r {
  float: left;
  padding-left: 2%;
  font-size: 1.4rem;
  font-weight: 300;
  color: #535353;
  margin-top: 20px;
  width: 77%;
  box-sizing: border-box;
}

.function0407box {
  max-width: 323px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.function0410box {
  margin-left: -20px;
  margin-right: -20px;
}

.function0410box li {
  padding: 0 20px;
  border-right: 1px solid #d9d9d9;
}

.function0410box li:last-of-type {
  border-right-width: 0;
}

.function0414box {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

.function0414box li {
  padding: 0 20px;
}

.rec0101box {
  margin-left: -10px;
  margin-right: -10px;
}

.rec0101box li {
  width: 30%;
  max-width: 30%;
  flex-basis: 30%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.rec0101box-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #777;
  text-align: center;
}

.rec0101box-ttl span {
  text-align: left;
  display: inline-block;
}

.rec0101box li .produce-img {
  margin-top: 5px;
}

.rec0102box {
  margin-top: 25px;
}

.rec0102box li {
  padding: 0 10px;
}

.rec0103box {
  max-width: 729px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.rec0103box02 {
  margin-left: -25px;
  margin-right: -25px;
}

.rec0103box02 li {
  padding: 0 25px 20px;
}

.rec0103box02 .produce-ssmall p {
  padding-left: 1.8rem;
  text-indent: -1.8rem;
}

.rec0103box03 {
  margin-top: 30px;
}

.rec0103box03 li {
  padding: 0 20px 20px;
  border-right: 1px solid #d9d9d9;
}

.rec0103box03 li:last-of-type {
  border-right-width: 0;
}

.rec0103box04 {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.rec0103box05 {
  max-width: 625px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.rec0103box05-l {
  float: left;
  width: 54%;
  background: url(../images/img_recording_01_21.png) right 80px no-repeat;
}

.rec0103box05-r {
  float: right;
  width: 40%;
}

.rec0103box06 {
  max-width: 625px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.rec0103box06-img {
  width: 46%;
  position: absolute;
  left: 0;
  top: 0;
}

.rec0103box06-r {
  margin-left: 48%;
}

.rec0104box {
  margin-left: 32%;
}

.rec0104box02 {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.rec0104box03 {
  margin-top: 10px;
}

.rec0104box03-l {
  float: left;
  width: 290px;
  position: relative;
}

.rec0104box03-iblock {
  display: inline-block;
  text-align: left;
}

.rec0104box03-arw01:after {
  content: "";
  background: url(../images/img_recording_01_39_arw.png) left top no-repeat;
  width: 330px;
  height: 138px;
  position: absolute;
  left: 5px;
  bottom: -45px;
}

.rec0104box03-arw02:after {
  content: "";
  background: url(../images/img_recording_01_40_arw.png) left top no-repeat;
  width: 129px;
  height: 28px;
  position: absolute;
  left: 205px;
  bottom: 75px;
  display: block;
}

.rec0104box03-r {
  float: right;
  width: 290px;
  padding-top: 11px;
}

.rec0104box03-r .produce-small img {
  vertical-align: baseline;
  padding: 0 1px;
}

.rec0104box03 a {
  position: relative;
  display: block;
}

.rec0105box {
  max-width: 950px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rec0105box li {
  padding: 0 30px;
  text-align: center;
}

.rec0105box02 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.rec0105box02-l {
  float: left;
}

.rec0105box02-r {
  float: right;
}

.rec0105box02-inner {
  padding-left: 40px;
  padding-right: 40px;
}

.rec0201box {
  margin-top: 50px;
  text-align: center;
}

.rec0201box-inner-l,
.rec0201box-inner-r {
  display: inline-block;
}

.rec0201box-inner-l {
  width: 24%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.rec0201box-inner-r {
  width: 64%;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
}

.rec0201box-inner-img {
  text-align: center;
}

.rec0201box02 {
  margin-left: -15px;
  margin-right: -15px;
}

.rec0201box02 li {
  padding: 0 15px;
}

.rec0201box02-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #777;
  padding: 10px 0 10px 50px;
  position: relative;
}

.rec0201box02-num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.6rem;
  height: 3.4rem;
  color: #fff;
  background-color: #72cff4;
  border-radius: 50%;
  padding: 4px 12px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.rec0201box02-img {
  text-align: center;
  margin-top: 10px;
}

.rec0301box {
  max-width: 704px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.rec0311box {
  margin-top: 25px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cacaca;
}

.rec0311box li {
  padding: 0 20px;
  border-right: 1px solid #d9d9d9;
  margin-bottom: 45px;
}

.rec0311box li:nth-of-type(3n) {
  border-right-width: 0;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .quality0207box {
    max-width: 706px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .quality0301box {
    max-width: 944px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .quality0403box {
    max-width: none;
    margin-top: 25px;
  }

  .quality0403box li {
    margin-top: 20px;
    text-align: center;
  }

  .quality0403box li:first-of-type {
    margin-top: 0;
  }

  .quality0404box ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  .quality0404box li {
    padding: 0 5px;
    text-align: center;
  }

  .quality0505box {
    max-width: 704px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .quality0506box {
    max-width: 684px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .quality0508box {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .quality0508box .produce-bgttl,
  .quality0508box .produce-small {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quality0508box .produce-small {
    margin-bottom: 20px;
  }

  .quality0509box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .quality0509box li {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-right-width: 0;
  }

  .quality0509box02 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .quality0509box02 li {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0;
  }

  .quality0509box02 li:nth-of-type(2n) {
    border-right-width: 0;
  }

  .quality0509box02 li img {
    zoom: .5;
  }

  .quality0511box {
    margin-top: 12px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .quality0511box li {
    padding: 0 10px;
  }

  .quality0511box li .separate-small {
    font-size: 1rem;
    text-align: left;
  }

  .quality0511box li .separate-img {
    margin-top: 8px;
  }

  .quality0511box04 li {
    position: relative;
  }

  .quality0511box04 ul {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quality0511box04 > li:nth-of-type(2) ul {
    margin: 0;
  }

  .quality0511box04 ul li {
    padding: 0 0 10px;
    border-right-width: 0;
  }

  .quality0511box04 li .produce-ttl {
    font-size: 1rem;
    font-weight: bold;
    color: #777;
  }

  .quality0511box04 .quality0511box04-img {
    position: static;
  }

  .quality0511box04 .quality0511box04-first {
    padding-bottom: 0;
  }

  .quality0511box04 .quality0511box04-first li {
    border-bottom: 1px solid #d9d9d9;
  }

  .quality0511box04 .quality0511box04-first li:last-of-type {
    border-bottom-width: 0;
  }

  .quality0511box04 .point-num {
    text-indent: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #1297a1;
    color: #1297a1;
  }

  .quality0511box04 .point-num01 {
    left: 2%;
    top: 15px;
    top: 7vw;
  }

  .quality0511box04 .point-num02 {
    left: 20%;
    top: 80px;
    top: 33vw;
  }

  .quality0511box04 .point-num03 {
    left: auto;
    right: 25%;
    top: 127px;
    top: 48vw;
  }

  .quality0511box04 .point-num04 {
    left: auto;
    right: 3%;
    top: 80px;
    top: 33vw;
  }

  .quality0511box04 .quality0511box04-spttl01,
  .quality0511box04 .quality0511box04-spttl02,
  .quality0511box04 .quality0511box04-spttl03,
  .quality0511box04 .quality0511box04-spttl04 {
    text-align: left;
    color: #1297a1;
    background: none;
    position: relative;
    margin-top: 20px;
    padding: 10px 0 10px 40px;
    font-size: 1.2rem;
  }

  .quality0511box04 .quality0511box04-spttl01:before,
  .quality0511box04 .quality0511box04-spttl02:before,
  .quality0511box04 .quality0511box04-spttl03:before,
  .quality0511box04 .quality0511box04-spttl04:before {
    content: "1";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #1297a1;
    color: #1297a1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .quality0511box04 .quality0511box04-spttl02:before {
    content: "2";
  }

  .quality0511box04 .quality0511box04-spttl03:before {
    content: "3";
  }

  .quality0511box04 .quality0511box04-spttl04:before {
    content: "4";
  }

  .quality0511box02 {
    margin-left: 0;
    margin-right: 0;
  }

  .quality0511box02 li {
    padding: 0;
    border-right-width: 0;
    border-bottom-width: 1px solid #d9d9d9;
  }

  .quality0511box02 li:last-of-type {
    border-bottom-width: 0;
  }

  .quality0511box02-imgwrap {
    width: 225px;
    margin: 0 auto;
  }

  .quality0511box02-imgwrap .produce-img {
    width: 50%;
    max-width: 50%;
    flex: 0 1 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 8px;
  }

  .quality0511box03.produce-flex.between {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .quality0511box03.produce-flex.between li {
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
    display: table;
    margin-left: 2.734375%;
  }
  .quality0511box03.produce-flex.between li:nth-child(3n+1) {
    margin-left: 0;
  }

  .quality0511box03.produce-flex.between li p {
    display: table-cell;
    vertical-align: middle;
    height: 3rem;
  }

  .sound0103box {
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sound0103box li {
    padding: 20px 10px;
    border-right-width: 0;
    border-top: 1px dotted #d9d9d9;
  }

  .sound0107box li.sound0107box-l {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .sound0107box li.sound0107box-c {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }

  .sound0107box li.sound0107box-c img {
    zoom: .5;
  }

  .sound0107box li.sound0107box-r {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }

  .sound0108box,
  .sound0109box,
  .sound0110box,
  .sound0111box {
    max-width: 840px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .sound0108box li,
  .sound0109box li,
  .sound0110box li,
  .sound0111box li {
    text-align: center;
  }

  .sound0201box {
    max-width: 100%;
    margin-top: 20px;
  }

  .sound0201box li {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }

  .sound0201box .sound0201box-wrap {
    text-align: center;
  }

  .sound0201box .sound0201box-inner {
    text-align: left;
    display: inline-block;
  }

  .sound0301box {
    margin-top: 0;
  }

  .sound0301box li {
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .sound0301box li .produce-img {
    width: auto;
  }

	.design0101box{
	}
	.design0101box li{
	}
	.design0101box-inner{
	}
	.design0101box-l{
	}
	.design0101box-l.first,
	.design0101box-l.second{
    text-align: center;
	}
  .design0101box-r{
    margin: 10px 10px 0;
  }

  .design0103box {
    margin-top: 15px;
  }

  .design0103box-l {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .design0103box-r {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
  }

  .design0201box {
    padding-top: 10px;
  }

  .design0201box-l {
    width: 100%;
    float: none;
  }

  .design0201box-r {
    width: 50%;
    float: left;
    padding-left: 0;
    clear: none;
  }

  .design0203 {
    margin-top: 20px;
  }

  .function0107box {
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .function0107box-l {
    float: none;
    width: 100%;
    text-align: center;
  }

  .function0107box-r {
    float: none;
    width: 100%;
  }

  .function0201box {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .function0201box-l {
    float: none;
    text-align: left;
    clear: both;
    max-width: 170px;
    margin: 25px auto 0;
  }

  .function0201box-r {
    float: none;
    clear: both;
  }

  .function0107box-r img {
    width: 47px;
  }

  .function0202box {
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .function0202box02 {
    max-width: 170px;
  }

  .function0202box03 {
    margin-top: 0;
  }

  .function0302box-ttl {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .function0302box {
    margin: 0;
  }

  .function0302box li {
    padding: 15px 0 25px;
    border-right-width: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .function0302box li:last-of-type {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .function0302box li img {
    zoom: .5;
  }

  .function0303box {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .function0303box li {
    padding: 15px 0;
    margin: 0;
    border-right-width: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .function0303box li:last-of-type {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .function0304box {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .function0304box li {
    padding: 15px 0;
    border-right-width: 0;
  }

  .function0305box {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .function0305box li {
    padding: 0 0 15px;
    margin: 0;
    border-right-width: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .function0305box li:last-of-type {
    border-bottom-width: 0;
  }

  .function0403box {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .function0404box {
    padding-left: 0;
  }

  .function0404box-l {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    float: none;
  }

  .function0404box-r {
    float: none;
    padding-left: 0;
    font-size: 1.4rem;
    margin-top: 10px;
    width: 100%;
  }

  .function0407box {
    max-width: 323px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .function0410box {
    margin-left: 0;
    margin-right: 0;
  }

  .function0410box li {
    padding: 0;
    border-right-width: 0;
  }

  .function0414box {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .function0414box li {
    padding: 0;
    margin-top: 20px;
  }

  .function0414box .produce-txt {
    margin-top: 10px;
  }

  .rec0101box {
    margin-left: -10px;
    margin-right: -10px;
  }

  .rec0101box li {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    text-align: left;
    display: table;
    table-layout: fixed;
    padding: 0 10px 10px;
    box-sizing: border-box;
  }

  .rec0101box-ttl {
    font-size: 1rem;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
  }

  .rec0101box-ttl span {
    text-align: left;
    display: inline-block;
  }

  .rec0101box li .produce-img {
    margin-top: 0;
    display: table-cell;
    width: 50%;
  }

  .rec0102box {
    margin-top: 15px;
  }

  .rec0102box li {
    padding: 0;
  }

  .rec0102box .rec0102box-img {
    padding: 15px 0;
    text-align: center;
  }

  .rec0103box {
    max-width: 729px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rec0103box02 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .rec0103box02 li {
    padding: 0 15px 15px;
  }

  .rec0103box02 .produce-ssmall p {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }

  .rec0103box03 {
    margin: 15px -10px 0;
  }

  .rec0103box03 li {
    padding: 0 10px 10px;
  }

  .rec0103box03 .produce-img {
    margin-top: 10px;
  }

  .rec0103box04 {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rec0103box04 .produce-clrttl {
    margin-top: 20px;
  }

  .rec0103box05 {
    max-width: none;
    margin-top: 23px;
  }

  .rec0103box05-l {
    background-position: right 40px;
    background-size: 20px 23px;
  }

  .rec0103box05-r {
    float: right;
    width: 40%;
  }

  .rec0103box05 .btn-clr {
    margin-right: 15px;
    margin-right: 8vw;
    min-width: 100px;
    max-width: none;
  }

  .rec0103box06 {
    max-width: none;
    margin-top: 23px;
  }

  .rec0103box06-img {
    width: 146px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  .rec0103box06-r {
    margin-left: 0;
  }

  .rec0103box06 .btn-clr {
    margin-right: 15px;
    margin-right: 8vw;
    min-width: 100px;
    max-width: none;
  }

  .rec0104box {
    margin-top: 20px;
    margin-left: 0;
  }

  .rec0104box02 {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rec0104box03 {
    margin-top: 10px;
  }

  .rec0104box03-l {
    float: left;
    width: auto;
    max-width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
  }

  .rec0104box03-iblock {
    font-size: 1rem;
  }

  .rec0104box03-arw01:after {
    content: "";
    background: url(../images/img_recording_01_39_arw.png) left top no-repeat;
    background-size: contain;
    width: 106%;
    height: 138px;
    left: 1.7%;
    bottom: -58%;
    bottom: -webkit-calc(50% - 132px);
    bottom: calc(50% - 132px);
  }

  .rec0104box03-arw02:after {
    content: "";
    background: url(../images/img_recording_01_40_arw.png) left top no-repeat;
    background-size: contain;
    width: 37%;
    height: 21px;
    left: 72%;
    bottom: -46%;
    bottom: -webkit-calc(49% - 6px);
    bottom: calc(49% - 6px);
  }

  .rec0104box03-r {
    float: right;
    width: auto;
    max-width: 50%;
    padding-left: 2%;
    padding-top: 11px;
    box-sizing: border-box;
  }

  .rec0104box03-r .produce-small {
    margin-top: 5px;
  }

  .rec0104box03-r .produce-small img {
    zoom: .8;
  }

  .rec0105box {
    max-width: none;
    margin-top: 10px;
  }

  .rec0105box li {
    padding: 0 15px;
  }

  .rec0105box02 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .rec0105box02-l {
    width: 40%;
    font-size: 1rem;
  }

  .rec0105box02-r {
    width: 80%;
    margin-top: -10%;
  }

  .rec0105box02-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .rec0105box02-inner .table-box {
    table-layout: auto;
  }

  .rec0201box {
    margin-top: 15px;
    position: relative;
  }

  .rec0201box-inner-l {
    width: 100%;
    padding: 45px 10px 0 45%;
    min-height: 320px;
    min-height: 54vw;
    box-sizing: border-box;
  }

  .rec0201box-inner-r {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .rec0201box-inner-l .rec0201box-inner-img {
    position: absolute;
    left: 10px;
    top: 0;
    width: 40%;
  }

  .rec0201box02 {
    margin-left: 0;
    margin-right: 0;
  }

  .rec0201box02 li {
    padding: 15px 0 0;
  }

  .rec0201box02-ttl {
    font-size: 1rem;
    padding: 5px 0 5px 25px;
  }

  .rec0201box02-num {
    padding: 2px 6px;
    font-size: 1.5rem;
    height: 1.8rem;
    width: .9rem;
  }

  .rec0201box02-img {
    margin-top: 5px;
  }

  .rec0201box02-img img {
    zoom: .5;
  }

  .rec0301box {
    max-width: 704px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .rec0301box .btn-clr {
    margin-right: 15px;
    margin-right: 8vw;
    min-width: 100px;
    max-width: none;
  }

  .rec0311box {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    border-bottom-width: 0;
  }

  .rec0311box li {
    padding: 10px 0;
    border-right-width: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
  }

  .rec0311box li:last-of-type {
    border-bottom-width: 0;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	ヘッダー部分とローカルナビ
	
================================================= */
/* .series-head
------------------------------------------------- */
.series-head {
  padding: 0;
  background-color: #000;
}

.series-head-block {
  border-top: 5px solid #000;
  padding: 15px 0 30px;
  line-height: 1;
  min-width: 960px;
  max-width: 1200px;
  min-height: 8rem;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.series-head-ttl {
  color: #ba8a17;
  font-size: 6rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  position: absolute;
  left: 0;
  bottom: 2.8rem;
  z-index: 0;
  transition: bottom .4s ease;
}

.series-head-ttl a {
  color: inherit;
}

.series-head-ttl a:hover {
  opacity: 1;
}

.series-head-small {
  font-size: 3rem;
  vertical-align: bottom;
  margin-left: 8px;
  display: inline-block;
  padding-bottom: 2px;
}

.series-head-new {
  background: #d80930;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  vertical-align: bottom;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.series-head-img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}

.series-head-img .img-list {
  display: table;
  margin: auto;
  width: 100%;
}

.series-head-img .img-list li {
  position: relative;
  text-align: center;
  display: table-cell;
  padding-left: 10px;
  vertical-align: bottom;
}

.series-head-img .img-list li img {
  width: 100%;
}

.series-head-img .img-list li:first-child {
  padding-left: 0;
}

.series-head-img .img-list li .label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #838383;
  display: block;
  padding: 1px 0 2px;
  vertical-align: middle;
  width: 65px;
  margin: auto;
}

.series-head-img .img-list li .label.zaiko {
  color: #FFF;
  background: #838383;
}

.series-head-release {
  font-size: 1.4rem;
  font-weight: 300;
  color: #b5b5b5;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}

.series-head-bnr {
  float: right;
  max-width: 250px;
  width: 20%;
}

.localnavi-fixed.fix .series-head-ttl {
  position: absolute;
  left: 0;
  bottom: -5.3rem;
  z-index: 100;
  font-size: 4.6rem;
  transition: font-size .4s ease;
}

.localnavi-fixed.fix .series-head-small {
  font-size: 1.4rem;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  /* .series-head
  ------------------------------------------------- */
  .series-head-block {
    padding: 10px;
    min-width: 0;
    max-width: none;
    min-height: 0;
    margin: 0;
    position: relative;
  }

  .series-head-ttl {
    font-size: 4rem;
    margin-left: 0;
    position: static;
  }

  .series-head-small {
    font-size: 2rem;
    margin-left: 2px;
    width: auto;
  }

  .series-head-new {
    font-size: 1rem;
    margin-left: 2px;
    margin-bottom: 2px;
  }

  .series-head-img {
    display: none;
  }

  .series-head-release {
    font-size: 1rem;
    margin-left: 0;
    clear: both;
    width: 100%;
  }

  .series-head-bnr {
    display: none;
  }

  .series-head-btn {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .localnavi-fixed.fix .series-head-ttl {
    position: static;
    font-size: 4rem;
  }

  .localnavi-fixed.fix .series-head-small {
    font-size: 2rem;
  }

  .series-headsp {
    transition: min-height .4s ease;
  }

  .series-headsp-inner {
    border-bottom: 1px solid #000;
    padding: 0 10px 10px;
    line-height: 1;
    position: relative;
    background-color: #fff;
  }

  .series-headsp-ttl {
    color: #ba8a17;
    font-size: 4rem;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
  }

  .series-headsp-ttl a {
    color: inherit;
    display: block;
  }

  .series-headsp-ttl a:hover {
    opacity: 1;
  }

  .series-headsp-small {
    font-size: 2rem;
    vertical-align: bottom;
    margin-left: 2px;
    display: inline-block;
    padding-bottom: 2px;
  }

  .series-headsp-new {
    background: #d80930;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    padding: 2px 5px;
    vertical-align: bottom;
  }

  .series-headsp-release {
    font-size: 1rem;
    font-weight: 300;
    color: #b5b5b5;
    display: inline-block;
    clear: both;
    vertical-align: bottom;
    width: 100%;
  }

  .series-headsp-point {
    display: none;
  }

  .js-navislide-btn {
    position: absolute;
    right: 13px;
    top: 17px;
    width: 25px;
    height: 23px;
    cursor: pointer;
  }

  .js-navislide-btn span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    margin: auto;
    transform-origin: center;
    transition: all .3s ease;
    border-radius: 1px;
  }

  .js-navislide-btn span:nth-of-type(1) {
    top: 0;
  }

  .js-navislide-btn span:nth-of-type(2) {
    top: 10px;
  }

  .js-navislide-btn span:nth-of-type(3) {
    bottom: 0;
  }

  .js-navislide-btn.series-head-btn span:nth-of-type(1) {
    top: 10px;
    transform: rotate(-45deg);
  }

  .js-navislide-btn.series-head-btn span:nth-of-type(2) {
    opacity: 0;
  }

  .js-navislide-btn.series-head-btn span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(45deg);
  }

  .series-headsp.fix .series-headsp-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding-bottom: 6px;
  }

  .series-headsp.fix .series-headsp-ttl {
    font-size: 2.5rem;
    padding: 5px 0;
  }

  .series-headsp.fix .series-headsp-small {
    font-size: 1.2rem;
  }

  .series-headsp.fix .series-headsp-new {
    margin-bottom: 5px;
    margin-left: 1px;
    padding: 1px 3px;
    transform: scale(0.8);
    transform-origin: left top;
  }

  .series-headsp.fix .series-headsp-release {
    display: none;
  }

  .series-headsp.fix .series-headsp-release {
    display: none;
  }

  .series-headsp.fix .series-headsp-point {
    display: table;
    font-size: 1.1rem;
    font-weight: 300;
    background-color: #eaeaea;
  }

  .series-headsp.fix .series-headsp-point-l {
    display: table-cell;
    color: #fff;
    padding: 3px 15px 3px 5px;
    background: url(../images/bg-spcrumb.png) right center no-repeat;
    background-size: auto 32px;
  }

  .series-headsp.fix .series-headsp-point-s {
    display: table-cell;
    color: #535353;
    padding: 3px 5px;
  }

  .series-headsp.fix .series-headsp-inner.spSlideIn {
    animation: spSlide .4s ease .6s both;
  }
}
/* =================================================

	js出力部分
	
================================================= */
/* .localnavi-react-localhead
------------------------------------------------- */
.series-head-react-localhead .react-localhead-inner {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.series-head-react-localhead .react-localheadmain-inner {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30.5rem;
}

.series-head-react-localhead .produce-annotation {
  display: none;
}

.series-head-react-localhead .series-head-txt {
  display: inline-block;
  vertical-align: bottom;
  flex: 1 1 auto;
/*  text-align: right; */
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding: 0 10px 5px 0;
}

.series-head-react-localhead .produce-release {
  color: #b5b5b5;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 20px;
  vertical-align: bottom;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  /* .series-head-react-localhead
  ------------------------------------------------- */
  .series-head-react-localhead .react-localheadmain-inner {
    padding-left: 0;
    display: block;
  }

  .series-head-react-localhead .series-head-new {
    margin-left: 5px;
  }

  .series-head-react-localhead .series-head-txt {
    clear: both;
    display: block;
  }

  .series-head-react-localhead .produce-release {
    clear: both;
    font-size: 1rem;
    margin-left: 0;
    width: 100%;
    color: #b5b5b5;
    display: inline-block;
    font-weight: 300;
    vertical-align: bottom;
  }

  /* .series-headsp-react-main
  ------------------------------------------------- */
  .series-headsp-react-main .series-head-new {
    margin-left: 5px;
  }

  .series-headsp-react-main .produce-release {
    clear: both;
    color: #b5b5b5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    vertical-align: bottom;
    width: 100%;
  }

  .series-headsp-react-main .produce-annotation {
    display: none;
  }

  .series-headsp.fix .series-headsp-react-main .series-head-txt {
    display: none;
  }

  .series-headsp.fix .series-headsp-react-main .series-head-ttl {
    font-size: 2.5rem;
    padding: 5px 0;
    color: #ba8a17;
    display: inline-block;
    font-weight: normal;
    vertical-align: bottom;
  }

  .series-headsp.fix .series-headsp-react-main .series-head-new {
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 1px 3px;
    transform: scale(0.8);
    transform-origin: left top;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	ローカルナビ
	
================================================= */
/* .localnavi
------------------------------------------------- */
.localnavi-fixed {
  height: 24.2rem;
  overflow: hidden;
}

.localnavi-fixed-inner {
  top: -200px;
  transition: margin .4s ease,top .4s ease;
}

.localnavi {
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
  z-index: 10;
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  transition: padding .4s ease;
  padding-bottom: 5.8rem;
}

.localnavi .localnavi-list {
  float: left;
  margin: 0 1px;
}

.localnavi .localnavi-list:first-of-type {
  margin-left: 0;
}

.localnavi .localnavi-list:last-of-type {
  margin-right: 0;
}

.localnavi .localnavi-list > a {
  display: block;
  border: 2px solid transparent;
  border-bottom-width: 0;
  padding: 20px 20px;
  color: #555;
  position: relative;
  cursor: pointer;
}

.localnavi .localnavi-list > a:hover,
.localnavi .localnavi-list > a.active {
  border-color: #b5b5b5;
  box-shadow: 0 -4px 0 0 #fff inset;
  opacity: 1;
  z-index: 10;
}

.localnavi-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  border: 2px solid #b5b5b5;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 8px 15px;
  background: #fff;
  min-height: 40px;
}

.localnavi-menu li {
  float: left;
  margin: 0 1px;
}

.localnavi-menu li a {
  display: block;
  padding: 10px 40px;
  color: #555;
  position: relative;
}

.localnavi-menu li a:hover,
.localnavi-menu li a.active {
  background: #a0a0a0;
  color: #fff;
  opacity: 1;
}

.localnavi-menu li:not(.localnavi-menu-spec) a:hover .icon-blank,
.localnavi-menu li:not(.localnavi-menu-spec) a.active .icon-blank {
  background-image: url(../images/icon_window_on.png);
}

.localnavi-menu li a:hover:after,
.localnavi-menu li a.active:after {
  content: "";
  border-width: 7px 5px;
  border-style: solid;
  border-color: #a0a0a0 transparent transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}

.localnavi-menu li a:hover:after {
  border-top-color: #a0a0a0;
}

.localnavi-menu li.localnavi-menu-spec {
  padding: 10px 20px;
}

.localnavi-menu li.localnavi-menu-spec a {
  display: inline-block;
  padding: 0;
}

.localnavi-menu li.localnavi-menu-spec a:hover,
.localnavi-menu li.localnavi-menu-spec a.active {
  background: none;
  color: #555;
  opacity: .7;
}

.localnavi-menu li.localnavi-menu-spec a:hover:after,
.localnavi-menu li.localnavi-menu-spec a.active:after {
  display: none;
}

.localnavi-menu li.localnavi-lineup {
  float: right;
}

.localnavi-menu li.localnavi-lineup a {
  border: 2px solid #b5b5b5;
  box-sizing: border-box;
  padding: 8px 20px;
}

.localnavi-menu li.localnavi-lineup a:hover {
  background-color: #fff;
  color: #555;
  opacity: .7;
}

.localnavi-menu li.localnavi-lineup a:after {
  display: none;
}

.localnavi-menu-anchor {
  font-size: 1.3rem;
  font-weight: 300;
  padding: 8px 12px;
  background-color: #eee;
}

.localnavi-menu-anchor li {
  float: left;
  padding: 2px 0;
  margin-left: 35px;
  min-height: 2rem;
}

.localnavi-menu-anchor li a {
  display: block;
  padding-left: 15px;
  color: #555;
  background: url(../images/icon_anchor.png) left center no-repeat;
}

.localnavi-annotation {
  clear: both;
  font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  color: #898989;
  margin-top: 5px;
}

/*-- ローカルナビ追従用 --*/
.localnavi-fixed.fix .localnavi-fixed-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.localnavi-fixed.fix .localnavi {
  padding-left: 240px;
}

.localnavi-fixed.fix .localnavi-fixed-inner.spSlideInPc {
  animation: spSlide .4s ease .6s both;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  /* .localnavi
  ------------------------------------------------- */
  .localnavi {
    min-width: 0;
    max-width: none;
    width: auto;
    margin: auto;
    background: none;
    border-top: 1px solid #17140b;
  }

  .localnavi .localnavi-list {
    float: none;
    margin: 0;
    border-bottom: 1px solid #17140b;
  }

  .localnavi .localnavi-list > a {
    display: block;
    border: 0 solid transparent;
    padding: 18px 10px 18px 20px;
    color: #555;
  }

  .localnavi .localnavi-list > a {
    background: url(../images/icon_tgl_open.png) 96% center no-repeat;
    background-size: 21px auto;
  }

  .localnavi .localnavi-list > a.active {
    padding-left: 10px;
    border-left: 10px solid #000;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .localnavi .localnavi-list > a:hover,
  .localnavi .localnavi-list > a.active {
    box-shadow: 0 0 0 0 #fff;
  }

  .localnavi .localnavi-list > a.tgl-active {
    background-image: url(../images/icon_tgl_close.png);
  }

  .localnavi-menu {
    position: static;
    border: 0 solid #b5b5b5;
    padding: 0;
    min-height: 0;
  }

  .localnavi-menu li {
    float: none;
    margin: 0;
    border-top: 1px solid #17140b;
    background-color: #e5e5e5;
  }

  .localnavi-menu li.localnavi-menu-spec {
    padding: 18px 10px 18px 20px;
  }

  .localnavi-menu li a {
    display: block;
    padding: 18px 10px 18px 40px;
    color: #555;
    background-image: url(../images/icon_navi.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
  }

  .localnavi .localnavi-list:first-of-type .localnavi-menu a {
    background-image: none;
    padding-left: 20px;
  }

  .localnavi .localnavi-list:first-of-type .localnavi-menu .localnavi-menu-spec a {
    padding-left: 0;
  }

  .localnavi-menu li:nth-of-type(1n).localnavi-menu-spec a {
    padding: 0;
  }

  .localnavi .localnavi-list:first-of-type li.localnavi-lineup a,
  .localnavi .localnavi-list:first-of-type li:first-of-type a {
    padding-left: 40px;
    background-image: url(../images/icon_navi.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
  }

  .localnavi .localnavi-list:first-of-type li.localnavi-lineup a:hover,
  .localnavi .localnavi-list:first-of-type li.localnavi-lineup a.active,
  .localnavi .localnavi-list:first-of-type li:first-of-type a:hover,
  .localnavi .localnavi-list:first-of-type li:first-of-type a.active {
    background-image: url(../images/icon_navi_active.png);
    background-color: #000;
    color: #FFF;
  }

  .localnavi-menu li a:hover,
  .localnavi-menu li a.active {
    background-color: #000;
    color: #fff;
    background-image: url(../images/icon_navi_active.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
  }

  .localnavi-menu li:not(.localnavi-menu-spec) a:hover .icon-blank,
  .localnavi-menu li:not(.localnavi-menu-spec) a.active .icon-blank {
    background-image: url(../images/icon_window.png);
  }

  .localnavi-menu li a:hover:after,
  .localnavi-menu li a.active:after {
    display: none;
  }

  .localnavi-menu li.localnavi-lineup {
    float: none;
  }

  .localnavi-menu li.localnavi-lineup a {
    border-width: 0;
    padding: 18px 10px 18px 20px;
  }

  .localnavi-menu li.localnavi-lineup a:hover {
    background-color: inherit;
    color: #555;
    opacity: 1;
  }

  .localnavi-menu-anchor {
    display: none;
  }

  .localnavi-annotation-sp {
    clear: both;
    font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    color: #898989;
    margin: -4rem 0 0;
    padding-bottom: 10rem;
  }

  /*-- ローカルナビ追従用 --*/
  .localnavi-fixed.fix .localnavi {
    padding-left: 0;
  }

  /*-- ローカルナビスライド用 --*/
  .localnavi-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: auto;
    height: 100vh;
    overflow-y: auto;
    background: #fff content-box content-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
  }

  .localnavi-fixed.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .localnavi-fixed.fix .localnavi-fixed-inner {
    position: static;
    background: #fff;
    margin-top: 0 !important;
  }
}
@keyframes spSlide {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	コンテンツ -1200px-960px-
	
================================================= */
@media screen and (max-width: 1200px) and (min-width: 641px) {
  /* .series-head
  ------------------------------------------------- */
  .series-head-ttl {
    font-size: 5rem;
    margin-left: 20px;
    bottom: 3.75rem;
  }

  .series-head-small {
    font-size: 2rem;
    margin-left: 8px;
  }

  .series-head-new {
    font-size: 1.4rem;
    padding: 2px 5px;
  }

  .series-head-img {
    margin-left: 10px;
  }

  .series-head-release {
    font-size: 1.4rem;
    margin-left: 20px;
    width: 12%;
  }

  .series-head-bnr {
    width: 20%;
  }

  	/* =================================================
  
  		react出力部分
  
  	================================================= */
  /* .localnavi-react-localhead
  ------------------------------------------------- */
  .series-head-react-localhead .react-localheadmain-inner {
    padding-left: 25rem;
  }

  /* =================================================
  
  	ローカルナビ
  	
  ================================================= */
  /* .localnavi
  ------------------------------------------------- */
  .localnavi {
    font-size: 1.6rem;
  }

  .localnavi .localnavi-list > a {
    padding: 20px 14px;
  }

  .localnavi-menu {
    padding: 8px 15px;
  }

  .localnavi-menu li a {
    padding: 10px 20px;
  }

  .localnavi-menu li.localnavi-menu-spec {
    padding: 10px 20px;
  }
}


.googleFont{
	font-family: "メイリオ", Meiryo, Arial, Helvetica, "sans-serif";
}


/* =================================================

	top
	
================================================= */
/* .top_img
------------------------------------------------- */
.top_img {
  margin: 0;
  padding: 0;
}

.top_img h2 img {
  width: 100%;
}

#top .label-new {
  background: #d80930;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 1px 5px 2px;
  vertical-align: middle;
}

#top .list-wrap a,
#top .list-wrap {
  transition: box-shadow 0.5s ease;
}

#top .produce-wrap {
  margin-top: 50px;
}

#top .series-head-block {
  border: 0;
}

#top .series-head-ttl {
  opacity: 0;
  transition: opacity .4s ease;
}

#top .series-head-new {
  display: none;
}

#top .fix .series-head-ttl {
  opacity: 1;
}

#top .series-head-txt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333333;
  clear: both;
  margin-left: 20px;
  vertical-align: super;
  flex: 0 0 auto;
}

#top .main-img {
  background: #f9f9f9;
}

#top .main-img li.main-img-l {
  position: relative;
  width: 61.67%;
  max-width: 61.67%;
  flex-basis: 61.67%;
}

#top .main-img li.main-img-r {
  width: 38.33%;
  max-width: 38.33%;
  flex-basis: 38.33%;
  text-align: center;
}

#top .main-img li.main-img-l .img-ttl {
  position: absolute;
  top: 55px;
  left: 25px;
  font-size: 2rem;
  color: #333333;
}

#top .main-img li.main-img-r .img-ttl {
  margin-top: 20px;
  font-size: 7.8rem;
  color: #ba8a17;
  line-height: 1;
}

#top .main-img li.main-img-r .img-ttl small {
  font-size: 4.2rem;
  margin-left: 10px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}

#top .main-img li.main-img-r .img-ttl small .label-new {
  position: absolute;
  left: 0;
  top: -20px;
}

#top .main-img li.main-img-r .img-txt {
  margin-top: 5px;
  font-size: 2.4rem;
  color: #333333;
}

#top .main-img li.main-img-r .img-item {
  margin-top: 20px;
}

#top .main-img li.main-img-r .img-item img {
  width: 77%;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  #top .main-img li.main-img-l .img-ttl {
    font-size: 1.5vw;
  }

  #top .main-img li.main-img-r .img-ttl {
    font-size: 6vw;
  }

  #top .main-img li.main-img-r .img-ttl small {
    font-size: 3.3vw;
  }

  #top .main-img li.main-img-r .img-ttl small .label-new {
    top: -16px;
  }

  #top .main-img li.main-img-r .img-txt {
    font-size: 1.8vw;
  }

  #top .label-new {
    font-size: 1vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  #top .main-img li.main-img-l .img-ttl {
    font-size: 1.5rem;
  }

  #top .main-img li.main-img-r .img-ttl {
    font-size: 5.9rem;
  }

  #top .main-img li.main-img-r .img-ttl small {
    font-size: 3.2rem;
  }

  #top .main-img li.main-img-r .img-ttl small .label-new {
    top: -14px;
  }

  #top .main-img li.main-img-r .img-txt {
    font-size: 1.8rem;
  }

  #top .label-new {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  #top .main-img li.main-img-l .img-ttl {
    top: 13%;
    left: 3%;
    font-size: 2.4rem;
    font-size: 2.7vw;
  }

  #top .main-img li.main-img-r .img-ttl {
    font-size: 7.8rem;
    font-size: 12vw;
    margin-top: 13px;
  }

  #top .main-img li.main-img-r .img-ttl small {
    font-size: 4.2rem;
    font-size: 6.5vw;
  }

  #top .main-img li.main-img-r .img-txt {
    font-size: 2.4rem;
    font-size: 3.7vw;
  }

  #top .main-img li.main-img-r .img-item {
    margin-top: 4%;
  }

  #top .label-new {
    font-size: 1.4rem;
    font-size: 2.5vw;
  }

  #top .main-img li.main-img-r {
    padding-bottom: 13px;
  }
}
#top .produce-ttl {
  margin-bottom: 10px;
  font-size: 4rem;
  color: #898989;
}

#top .produce-sub {
  margin: 0;
  font-size: 2rem;
  color: #333333;
}

#top .list-img {
  margin-bottom: 15px;
}

#top .list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

#top .box01 {
  border-bottom-width: 0;
}

#top .box01 ul {
  margin-top: 30px;
  margin-bottom: -10px;
}

#top .box01 li {
  padding: 20px;
  width: 32.728%;
  max-width: 32.728%;
  flex-basis: 32.728%;
  margin-bottom: 10px;
}

#top .box01 li a {
  display: block;
}

#top .box01 a:hover {
  opacity: 1;
}

#top .box01 .list-wrap:hover {
  box-shadow: inset 0 0 0 10px #d6d6d6;
}

#top .box02 {
  margin-top: 0;
}

#top .box02 .list-wrap a {
  display: block;
}

#top .box02 .list-wrap a:hover {
  box-shadow: inset 0 0 0 10px #d6d6d6;
  opacity: 1;
}

#top .box02 .produce-top-block {
  position: relative;
  margin: 0;
  padding: 10px 20px 10px 50.5%;
  min-height: 33rem;
  border-top: solid 2px #b5b5b5;
}

#top .box02 .produce-ttl {
  font-size: 2.4rem;
  color: #333;
}

#top .box02 .list-img {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 20px;
  margin: auto;
  margin-bottom: 0;
  width: 45%;
}

#top .box02 .list-img .produce-annotation {
  font-size: .9rem;
}

#top .box02 .list-tag {
  margin-bottom: 45px;
}

#top .box02 .list-tag li {
  padding: 0 15px 0 0;
}

#top .box02 .list-tag a {
  display: block;
  border: solid 3px #b5b5b5;
  padding: 10px;
  width: 100%;
  color: #333;
  font-size: 1.8rem;
  font-weight: 300;
  box-sizing: border-box;
}

#top .box02 .list-tag a:hover {
  box-shadow: inset 0 0 0 5px #d6d6d6;
}

#top .box02 .list-ttl {
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
}

#top .list-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
}

#top .box03 {
  margin-top: 70px;
}

#top .box03 .produce-sub {
  margin-bottom: 20px;
}

#top .box03 .list-txt {
  font-size: 2rem;
  color: #2a80b9;
  font-weight: bold;
}

#top .box03 .list-wrap {
  border: solid 1px #d6d6d6;
  margin-top: 20px;
}

#top .box03 .list-wrap:hover {
  box-shadow: inset 0 0 0 10px #d6d6d6;
}

#top .box03 .list-wrap a:hover {
  opacity: 1;
}

#top .box03 .list-wrap ul li {
  padding: 20px;
}

#top .box03 .produce-flex ul li {
  min-height: 20rem;
  padding: 20px;
}

#top .box03 .produce-flex li:nth-of-type(1) {
  width: 66.038%;
  max-width: 66.038%;
  flex-basis: 66.038%;
}

#top .box03 .produce-flex li:nth-of-type(2) {
  width: 33.3%;
  max-width: 33.3%;
  flex-basis: 33.3%;
}

#top .box04 .produce-flex:nth-of-type(1) {
  border-top: 1px solid #ccc;
}

#top .box04 .produce-flex {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

#top .box04 .produce-flex + .produce-annotation {
  margin-top: 30px;
}

#top .box04 .list-ttl {
  font-size: 2rem;
  font-weight: 300;
  width: 12.637%;
  max-width: 12.637%;
  flex-basis: 12.637%;
  padding-top: 20px;
}

#top .box04 .list-ttl br {
  display: none;
}

#top .box04 .list-ttl + li {
  width: 87.274%;
  max-width: 87.274%;
  flex-basis: 87.274%;
}

#top .box04 .list-wrap {
  width: 20%;
  max-width: 20%;
  flex-basis: 20%;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}

#top .box04 .list-wrap a {
  width: 100%;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  flex-flow: column nowrap;
}

#top .box04 .list-wrap a:hover {
  opacity: 1;
  transition: 0.5s;
  box-shadow: inset 0 0 0 10px #d6d6d6;
}

#top .box04 .list-wrap a:not([href]) {
  box-shadow: none;
}

#top .box04 .list-img {
  flex: 0 0 auto;
  height: 68px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#top .box04 .list-txt {
  font-size: 1.3rem;
  margin: 0;
  flex: 1 1 auto;
}

#top .box04 .produce-topfunction-list {
  display: flex;
  flex-flow: row wrap;
}

#top .box05 {
  text-align: center;
}

#top .box05 .produce-sub {
  margin-bottom: 65px;
}

#top .box05 .hdd-icon {
  margin-left: -25px;
  margin-bottom: 60px;
}

#top .box05 .hdd-icon li {
  display: inline-block;
  margin-left: 25px;
}

#top .box05 .hdd-icon li {
  zoom: 0.5;
}

#top .box05 .produce-annotation {
  margin-bottom: 30px;
}

#top .box05 .produce-note {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #777;
  border: solid 1px #d6d6d6;
  border-radius: 2px;
}

#top .box06 ul {
  text-align: center;
}

#top .box06 .list-ttl {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
  background: #000;
  margin-bottom: 20px;
  height: 8rem;
  border-radius: 4px;
}

#top .box06 .list-ttl:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 17px 8px 0 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
}

#top .box06 .list-sub {
  font-size: 1.8rem;
  color: #2a80b9;
  font-weight: bold;
  min-height: 5rem;
}

#top .box06 .list-txt {
  font-size: 1.4rem;
}

#top .box06 li {
  width: 32.728%;
  max-width: 32.728%;
  flex-basis: 32.728%;
}

#top .box06 .produce-top-flex .produce-top-flex-list-first {
  width: 66.365%;
  max-width: 66.365%;
  flex-basis: 66.365%;
}

#top .box06 .produce-top-flex .produce-top-flex-list .produce-top-flex-inner li {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

#top .box06 .produce-top-flex .produce-top-flex-list-first .produce-top-flex-inner li {
  width: 49.316%;
  max-width: 49.316%;
  flex-basis: 49.316%;
}

#top .box06 .list-box {
  padding: 20px;
  border: solid 2px #d6d6d6;
  box-sizing: border-box;
  height: 27.58rem;
}

#top .box06 li:nth-of-type(n + 4) {
  margin-top: 30px;
}

#top .box06 li:nth-of-type(n + 4) .list-box {
  min-height: 27.4rem;
}

#top .box06 .produce-flex {
  margin-top: 40px;
}

#top .box06 .produce-flex ul {
  margin-top: 0;
  margin-bottom: 0;
}

#top .box06 a {
  display: block;
}

#top .box06 a:hover {
  opacity: 0.5;
}

#top .box06 .list-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#top .box06 .produce-top-flex-list {
  float: left;
}

#top .box06 .list-txt {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

#top .box06 .list-img {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

#top .box06 .list-btn-wrap {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
}

#top .box06 .list-btn {
  flex: 1 1 auto;
}

#top .box06 .list-btn-wrap .list-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #118135;
  color: #fff;
  min-height: 5rem;
  margin: auto;
}

/* =================================================

	react出力部分

================================================= */
/* .series-head-react-localhead
------------------------------------------------- */
#top .series-head-react-localhead .react-localheadmain-inner {
  padding-left: 0;
}

#top .series-head-react-localhead .produce-release {
  clear: both;
  color: #333333;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 0;
  vertical-align: bottom;
  width: auto;
  min-width: 0;
  max-width: none;
}

#top .series-head-react-localhead .produce-annotation {
  display: block;
  clear: both;
}

#top .series-head-react-localhead .series-head-trophy {
  display: inline-block;
  border-left: 1px solid #b5b5b5;
  min-height: 82px;
}

#top .series-head-react-localhead .series-head-trophy li {
  display: table;
  padding-left: 20px;
  width: 16vw;
  min-width: 150px;
  max-width: 220px;
}

#top .series-head-react-localhead .series-head-trophy .trophy-img {
  display: table-cell;
  vertical-align: middle;
}

#top .series-head-react-localhead .series-head-trophy .trophy-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #bbb;
}

#top .produce-trophylist {
  display: none;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  #top .series-head-block {
    border-top: 5px solid #000;
  }

  #top .series-head-ttl {
    opacity: 1;
  }

  #top .series-head-new {
    display: inline-block;
  }

  #top .series-head-txt {
    margin-left: 0;
    clear: both;
    color: #b5b5b5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    vertical-align: bottom;
    width: 100%;
  }

  #top .series-head-txt .produce-annotation {
    margin-top: 5px;
    display: none;
  }

  #top .main-img .produce-flex {
    margin: 0;
  }

  #top .main-img li.main-img-l {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  #top .main-img li.main-img-r {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    background-color: #f9f9f9;
    text-align: center;
  }

  #top .main-img li.main-img-r img {
    max-width: 396px;
    width: 64%;
  }

  #top .produce-ttl {
    font-size: 2rem;
  }

  #top .produce-sub {
    font-size: 1.2rem;
  }

  #top .box01 ul {
    margin-top: 20px;
    margin-bottom: -10px;
  }

  #top .list-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  #top .list-txt {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  #top .box01 li {
    padding: 10px;
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 0;
  }

  #top .box01 .list-wrap:hover {
    box-shadow: none;
  }

  #top .box02 .list-wrap li {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }

  #top .box02 .list-tag {
    margin-bottom: 0;
    padding: 0 10px;
  }

  #top .box02 .list-tag a {
    font-size: 1.2rem;
    padding: 3px;
  }

  #top .box02 .list-wrap a:hover {
    box-shadow: none;
  }

  #top .box02 .produce-ttl {
    position: relative;
    font-size: 2rem;
    word-break: break-all;
    padding-left: 0;
    margin-bottom: 20px;
  }

  #top .box02 .list-ttl {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  #top .box02 .list-txt {
    font-size: 1.4rem;
    padding-top: 0;
  }

  #top .box02 .produce-top-block {
    padding: 0 10px 20px;
    margin: 0 -10px;
    border-top-width: 1px;
  }

  #top .box02 .list-img {
    position: static;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  #top .box02 .list-wrap ul li {
    padding: 1%;
  }

  #top .box02 ul ul .list-tag {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #top .box02 ul ul .list-tag li {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  #top .box03 {
    margin-top: 35px;
  }

  #top .produce-sect.box03 {
    border-bottom-width: 0;
  }

  #top .box03 .produce-flex li,
  #top .box03 .produce-flex li:nth-of-type(1),
  #top .box03 .produce-flex li:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
  }

  #top .box03 .list-wrap ul li {
    padding: 10px;
  }

  #top .box03 .list-wrap:hover {
    box-shadow: none;
  }

  #top .box03 .list-txt {
    font-size: 1rem;
  }

  #top .box03 .list-txt br {
    display: none;
  }

  #top .box04 .list-wrap {
    width: 33.3%;
    max-width: 33.3%;
    flex-basis: 33.3%;
    margin-top: 20px;
  }

  #top .box04 .list-wrap img {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #top .box04 .list-img {
    margin-bottom: 5px;
  }

  #top .box04 .list-wrap a {
    padding: 0;
  }

  #top .box04 .list-ttl {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    font-size: 1rem;
  }

  #top .box04 .list-txt {
    font-size: 0.65rem;
  }

  #top .box04 .list-ttl + li {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  #top .box04 .list-wrap a:hover {
    box-shadow: none;
  }

  #top .box04 .produce-flex {
    padding: 10px;
    margin: 0 -10px;
  }

  #top .box05 .produce-sub {
    margin-bottom: 30px;
  }

  #top .box05 .hdd-icon {
    margin-left: -15px;
    margin-bottom: 30px;
  }

  #top .box05 .hdd-icon li {
    margin-left: 15px;
    width: 18%;
    width: -webkit-calc(20% - 15px);
    width: calc(20% - 15px);
  }

  #top .box05 .produce-annotation {
    font-size: 0.8rem;
  }

  #top .box05 .produce-annotation {
    font-size: 0.8rem;
    text-align: left;
  }

  #top .box05 .produce-note {
    padding: 10px;
    font-size: 1rem;
    text-align: left;
  }

  #top .box06 li {
    width: 48.093%;
    max-width: 48.093%;
    flex-basis: 48.093%;
  }

  #top .box06 .produce-top-flex .produce-top-flex-list-first {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  #top .box06 .produce-top-flex .produce-top-flex-list-first .produce-top-flex-inner li,
  #top .box06 .produce-top-flex .produce-top-flex-list-first li {
    width: 48.093%;
    max-width: 48.093%;
    flex-basis: 48.093%;
  }

  #top .box06 .produce-top-flex-list:nth-of-type(n+1) {
    margin-top: 20px;
  }

  #top .box06 .list-box {
    padding: 10px;
    height: 20rem;
  }

  #top .box06 .produce-top-flex-list:nth-of-type(n+1) .list-box {
    min-height: 14rem;
  }

  #top .box06 .list-ttl {
    font-size: 1rem;
    margin-bottom: 15px;
    height: 5rem;
  }

  #top .box06 .list-ttl:after {
    bottom: -8px;
    border-width: 8px 4px 0 4px;
  }

  #top .box06 .list-sub {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-bottom: 13px;
    min-height: 2.8rem;
  }

  #top .box06 .list-txt {
    font-size: 1rem;
  }

  #top .box06 .list-btn {
    font-size: 0.6rem;
    min-height: 3rem;
  }

  #top .box06 .produce-flex {
    margin: 0;
  }

  #top .box06 .list-btn-wrap .list-btn {
    font-size: 0.8rem;
    min-height: 4rem;
  }

  	/* =================================================
  
  		react出力部分
  
  	================================================= */
  #top .series-head-react-localhead .produce-release {
    clear: both;
    color: #b5b5b5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0;
    vertical-align: bottom;
    width: 100%;
  }

  #top .series-head-react-localhead .series-head-trophy {
    display: none;
  }

  #top .series-headsp.fix .series-headsp-react-main .series-head-txt {
    display: none;
  }

  #top .produce-trophylist {
    display: block;
  }

  #top .produce-trophylist .series-head-trophy {
    display: block;
    border-bottom: 1px solid #a1a1a1;
  }

  #top .produce-trophylist .series-head-trophy li {
    display: table;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  #top .produce-trophylist .series-head-trophy .trophy-img {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
  }

  #top .produce-trophylist .series-head-trophy .trophy-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 300;
    color: #bbb;
    padding-left: 10px;
  }
}
/* ==========	コンテンツ -SP end- ========== */
/* =================================================

	回遊リンク

================================================= */
.locallink-foot {
  margin: 30px 15px;
  border-top: 2px solid #b5b5b5;
  padding-top: 30px;
  text-align: center;
}

.locallink-foot-next {
  display: inline-block;
  background: url(../images/bg_nav.jpg) left center no-repeat;
  background-size: 100%;
  margin: auto;
  margin-bottom: 30px;
  max-width: 100%;
  min-width: 80%;
  min-height: 61px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}

.locallink-foot-next a {
  padding: 16px 10px;
  box-sizing: border-box;
}

.locallink-foot-next a,
.locallink-foot-next a:hover,
.locallink-foot-next a.active {
  display: block;
  color: #FFF;
  opacity: 1;
}

.locallink-foot-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -1%;
  margin-top: -3px;
}

.locallink-foot-link li {
  display: flex;
  flex-flow: row wrap;
  font-size: 1.3rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #333;
  width: 49%;
  max-width: 49%;
  flex-basis: 49%;
  margin-left: 1%;
  margin-top: 3px;
  margin-bottom: 0;
  text-align: center;
  min-height: 50px;
}

.locallink-foot-link li a {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  color: #777;
  border: 3px solid #b5b5b5;
  padding: 5px 0;
}

.locallink-foot-link li a:hover,
.locallink-foot-link li a.active {
  color: #777;
  opacity: 1;
  border-color: #000;
  background-color: #000;
}

.locallink-foot-link li a.active {
  color: #FFF;
}

.locallink-foot-link li a:hover,
.locallink-foot-link li a.active {
  color: #FFF;
  opacity: 1;
}


.disp {
  display: none;
}
