
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

@charset "UTF-8";
/*──────────────────────────────────
共通指定
──────────────────────────────────*/
/* 游ゴシック Windows調整用 */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/*
section{
	margin-top:60px;
}

#trouble, #about, #cause, #tvcm, #mechanism {
	margin-top:50px;
}
*/

/*──────────────────────────────────
view-area
──────────────────────────────────*/
._view-area {
  background: #ffffff;
  position: relative;
  top: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 4px 10px #eee;
}

/*──────────────────────────────────
main-footer
──────────────────────────────────*/
._main-footer {
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', MyYuGothicM, YuGothic, sans-serif;
}

._main-footer .clearfix {
  *zoom: 1;
}

._main-footer .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

._main-footer img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

._main-footer ._share {
  background-color: #ececec;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}

._main-footer ._share p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background-color: #0080cc;
  color: #fff;
  font-weight: bold;
}

._main-footer ._share ul {
  float: left;
  margin: 0;
  padding: 15px 0;
  position: relative;
  left: 50%;
}

._main-footer ._share ul li {
  width: 50px;
  float: left;
  margin-right: 20px;
  position: relative;
  left: -50%;
}

._main-footer ._share ul li:last-child {
  margin-right: 0;
}

._main-footer ._ttl {
  font-size: 17.5px;
  font-weight: bold;
  color: #0080cc;
  padding-bottom: 13px;
  padding-left: 10px;
}

._main-footer ._relation {
  margin-bottom: 35px;
}

._main-footer ._relation li {
  border-bottom: 1px solid #b4b4b4;
}

._main-footer ._relation li:first-child {
  border-top: 1px solid #b4b4b4;
}

._main-footer ._relation li a {
  display: table;
  width: 100%;
  padding: 13px 20px;
  overflow: hidden;
  background: url(../img/common/component/btn/ico_btn--base-color.png) no-repeat 97% center;
  background-size: 17px;
  color: #cc7ab2;
}

._main-footer ._relation li span.icon {
  width: 57px;
  height: 57px;
  display: table-cell;
}

._main-footer ._relation li p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 4% 0 15px;
  height: 57px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

._main-footer ._relation .att {
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  color: #504d4b;
}

._main-footer ._brand-list ul {
  width: 100%;
  border-top: 1px solid #0080cc;
  box-sizing: border-box;
}

._main-footer ._brand-list ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: table;
  border-bottom: 1px solid #0080cc;
}

._main-footer ._brand-list ul li:nth-child(odd) {
  border-right: 1px solid #0080cc;
}

._main-footer ._brand-list ul li a {
  display: block;
}

._main-footer ._brand-list ul li a span {
  display: block;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 13px 5px;
  background-color: #e4efff;
}

._main-footer ._rnav {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  margin-top: 35px;
}

._main-footer ._rnav li {
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
}

._main-footer ._rnav li :nth-child(2n+1) {
  margin-right: 5px;
}

._main-footer ._rnav li a {
  display: inline;
  color: #333;
  margin-bottom: 15px;
}

._main-footer ._rnav li a span {
  background: url(../img/common/main-footer/ico_arrow.png) left center/5px auto no-repeat;
  padding-left: 10px;
  font-size: 12px;
}

._main-footer ._logo_kobayashi {
  clear: both;
  padding: 10px 0;
  text-align: center;
  width: 42.8125%;
  margin: 0 auto;
}

._main-footer ._copyright {
  padding-bottom: 35px;
}

._main-footer ._copyright small {
  display: block;
  text-align: center;
  font-size: 12px;
}

/*──────────────────────────────────
main-header
──────────────────────────────────*/
._main-header {
  width: 100%;
  height: 60px;
  background: #fff!important;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  position: relative;
  top: 0;
  right: 0;
  z-index: 9990;
  padding: 0!important;
  margin-bottom: 0!important;
}

._main-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

._main-header ._logo {
  width: 100px;
  max-width: 114px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 3.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


._main-header ._store-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 60px;
  top: 0;
  text-indent: -9999px;
  background: url(../img/common/main-header/btn_store.png) no-repeat center;
  background-size: 60px auto;
  -webkit-background-size: 60px auto;
  overflow: hidden;
  background-color: #fff;
  border-left:1px solid #EEEEEE;
}

._main-header ._store-btn a {
  text-indent: -99999px;
  display: block;
  width: 60px;
  height: 60px;
}

._main-header ._nav-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../img/common/main-header/btn_gnav.png) no-repeat center #f547a6;
  background-size: 64px auto;
  -webkit-background-size: 64px auto;
}

._main-header ._nav-btn.is_open {
  background: url(../img/common/main-header/btn_gnav--close.png) center no-repeat #f547a6;
  background-size: 64px auto;
  -webkit-background-size: 64px auto;
}


/*──────────────────────────────────
gnav
──────────────────────────────────*/
._gnav {
  width: 84%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding-bottom: 35px;
  background: #fff;
}

._gnav p {
 }

._gnav dl dt{
	background-image:none;
	border-top:none;
}

._gnav dl{
	margin-bottom:0;
}

._gnav__logo-wrap {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #f547a6;
}

._gnav__logo-wrap__logo {
  width: 100px;
  max-width: 114px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

._gnav__logo-wrap__logo img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

._gnav ._gnav__page-list li {
  width: 100%;
  font-size: 15px;
  position: relative;
	border-bottom:none!important;
	border-top:none!important;
}

._gnav ._gnav__page-list li a {
  display: block;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #504d4b;
  padding: 17px 35px 17px 17px;
  position: relative;
}

._gnav ._gnav__page-list li a:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  background: url(../img/common/component/btn/ico_arrow--white.png) no-repeat center #f547a6;
  right: 15px;
  background-size: 3px auto;
}

._gnav ._gnav__page-list li.is_active a {
  background: #fbdaea;
  font-weight: bold;
  color: #f547a6;
}

._gnav ._gnav__page-list li.toggle dt {
  padding: 17px 35px 17px 17px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #504d4b;
  border-bottom: 1px solid #b4b4b4;
}

._gnav ._gnav__page-list li.toggle dt:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  background: #f547a6;
}

._gnav ._gnav__page-list li.toggle dt:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  display: block;
  right: 22px;
  top: 50%;
  margin-top: -8px;
  background: #f547a6;
}

._gnav ._gnav__page-list li.toggle dt.is_open:before {
  display: none;
}

._gnav ._gnav__page-list li.toggle dt.is_active {
  color: #f547a6;
  background: #fff3f3;
}

._gnav ._gnav__page-list li.toggle dd {
  display: none;
}

._gnav ._gnav__page-list li.toggle dd li.is_active a {
  background: #fbdaea !important;
}

._gnav ._gnav__page-list li.toggle dd ul li a {
  font-weight: bold;
  line-height: 1.4;
  padding-left: 30px;
  background: #f5f5f5;
}

._gnav__product-list {
  padding-left: 6%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._gnav__product-list li {
  margin-bottom: 15px;
}

._gnav__product-list li a {
  display: block;
  padding-left: 15px;
  background: url(../img/common/component/btn/ico_link--blue.png) no-repeat left center;
  background-size: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}

._gnav__close-btn {

  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  box-sizing: border-box;
  font-weight: normal;

  width: 190px!important;
  padding: 17px;
  border: 2px solid #f547a6;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #504d4b;

}

._gnav__close-btn:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  background: url(../img/common/component/btn/ico_close--white.png) no-repeat center #f547a6;
  background-size: 4px auto;
}
