.BoxSizing {
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
/* Margin */
.mt_0 {
  margin-top: 0;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
  margin-top: 70px;
}
.mb_0 {
  margin-bottom: 0px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_70 {
  margin-bottom: 70px;
}
.ml_0 {
  margin-left: 0;
}
.ml_10 {
  margin-left: 10px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_40 {
  margin-left: 40px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_60 {
  margin-left: 60px;
}
.ml_70 {
  margin-left: 70px;
}
.mr_0 {
  margin-right: 0;
}
.mr_10 {
  margin-right: 10px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_40 {
  margin-right: 40px;
}
.mr_50 {
  margin-right: 50px;
}
.mr_60 {
  margin-right: 60px;
}
.mr_70 {
  margin-right: 70px;
}
/* Padding */
.pt_0 {
  padding-top: 0;
}
.pt_10 {
  padding-top: 10px;
}
.pt_15 {
  padding-top: 15px;
}
.pt_20 {
  padding-top: 20px;
}
.pt_30 {
  padding-top: 30px;
}
.pt_40 {
  padding-top: 40px;
}
.pt_50 {
  padding-top: 50px;
}
.pt_60 {
  padding-top: 60px;
}
.pt_70 {
  padding-top: 70px;
}
.pb_0 {
  padding-bottom: 0;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pb_30 {
  padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_60 {
  padding-bottom: 60px;
}
.pb_70 {
  padding-bottom: 70px;
}
.pl_0 {
  padding-left: 0;
}
.pl_10 {
  padding-left: 10px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_30 {
  padding-left: 30px;
}
.pl_40 {
  padding-left: 40px;
}
.pl_50 {
  padding-left: 50px;
}
.pl_60 {
  padding-left: 60px;
}
.pl_70 {
  padding-left: 70px;
}
.pr_0 {
  padding-right: 0;
}
.pr_10 {
  padding-right: 10px;
}
.pr_20 {
  padding-right: 20px;
}
.pr_30 {
  padding-right: 30px;
}
.pr_40 {
  padding-right: 40px;
}
.pr_50 {
  padding-right: 50px;
}
.pr_60 {
  padding-right: 60px;
}
.pr_70 {
  padding-right: 70px;
}
/* Font-size */
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
/* Color */
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-bold {
  font-weight: bold !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-light {
  font-weight: 200 !important;
}
/* Device */
@media only screen and (max-width: 767px) {
  /* Margin Device */
  .mt_0 {
    margin-top: 0;
  }
  .mt_10 {
    margin-top: 10px;
  }
  .mt_20 {
    margin-top: 10px;
  }
  .mt_30 {
    margin-top: 10px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mt_50 {
    margin-top: 20px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mt_70 {
    margin-top: 30px;
  }
  .mb_0 {
    margin-bottom: 0;
  }
  .mb_10 {
    margin-bottom: 10px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_30 {
    margin-bottom: 10px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 20px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_70 {
    margin-bottom: 30px;
  }
  .ml_0 {
    margin-left: 0;
  }
  .ml_10 {
    margin-left: 10px;
  }
  .ml_20 {
    margin-left: 10px;
  }
  .ml_30 {
    margin-left: 10px;
  }
  .ml_40 {
    margin-left: 20px;
  }
  .ml_50 {
    margin-left: 20px;
  }
  .ml_60 {
    margin-left: 30px;
  }
  .ml_70 {
    margin-left: 30px;
  }
  .mr_0 {
    margin-right: 0;
  }
  .mr_10 {
    margin-right: 10px;
  }
  .mr_20 {
    margin-right: 10px;
  }
  .mr_30 {
    margin-right: 10px;
  }
  .mr_40 {
    margin-right: 20px;
  }
  .mr_50 {
    margin-right: 20px;
  }
  .mr_60 {
    margin-right: 30px;
  }
  .mr_70 {
    margin-right: 30px;
  }
  /* Padding Device */
  .pt_0 {
    padding-top: 0;
  }
  .pt_10 {
    padding-top: 10px;
  }
  .pt_20 {
    padding-top: 10px;
  }
  .pt_30 {
    padding-top: 10px;
  }
  .pt_40 {
    padding-top: 20px;
  }
  .pt_50 {
    padding-top: 20px;
  }
  .pt_60 {
    padding-top: 30px;
  }
  .pt_70 {
    padding-top: 30px;
  }
  .pb_0 {
    padding-bottom: 0;
  }
  .pb_10 {
    padding-bottom: 10px;
  }
  .pb_20 {
    padding-bottom: 10px;
  }
  .pb_30 {
    padding-bottom: 10px;
  }
  .pb_40 {
    padding-bottom: 20px;
  }
  .pb_50 {
    padding-bottom: 20px;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
  .pb_70 {
    padding-bottom: 30px;
  }
  .pl_0 {
    padding-left: 0;
  }
  .pl_10 {
    padding-left: 10px;
  }
  .pl_20 {
    padding-left: 10px;
  }
  .pl_30 {
    padding-left: 10px;
  }
  .pl_40 {
    padding-left: 20px;
  }
  .pl_50 {
    padding-left: 20px;
  }
  .pl_60 {
    padding-left: 30px;
  }
  .pl_70 {
    padding-left: 30px;
  }
  .pr_0 {
    padding-right: 0;
  }
  .pr_10 {
    padding-right: 10px;
  }
  .pr_20 {
    padding-right: 10px;
  }
  .pr_30 {
    padding-right: 10px;
  }
  .pr_40 {
    padding-right: 20px;
  }
  .pr_50 {
    padding-right: 20px;
  }
  .pr_60 {
    padding-right: 30px;
  }
  .pr_70 {
    padding-right: 30px;
  }
  /* Font-size Device */
  .f17 {
    font-size: 16px;
  }
  .f18 {
    font-size: 16px;
  }
  .f19 {
    font-size: 16px;
  }
  .f20 {
    font-size: 16px;
  }
  .f21 {
    font-size: 16px;
  }
  .f22 {
    font-size: 16px;
  }
}
/* ====================================================================================================================
 * BASE GIRD
 * ====================================================================================================================*/
.grid-row {
  margin: 0px -10px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
.grid-row:before,
.grid-row:after {
  display: table;
  content: " ";
  clear: both;
}
@media only screen and (max-width: 767px) {
  .grid-row {
    padding: 0 20px;
  }
}
.grid-row [class^='dgrid'] {
  float: left;
  padding: 0px 10px;
  position: relative;
  min-height: 1px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
.grid-row [class^='dgrid'].pull-right {
  float: right;
}
.hidden {
  display: none;
}
.dgrid-lg-20 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .dgrid-lg-20 {
    width: 20%;
  }
}
.dgrid-lg-25 {
  width: 20%;
}
.dgrid-lg-25-banner {
  width: 25%;
}
.dgrid-lg-25-news {
  width: 25%;
}
.dgrid-lg-25-eco {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .dgrid-lg-25 {
    width: 100%;
  }
  .dgrid-lg-25.opt2 {
    width: 50%;
  }
  .dgrid-lg-25-news.opt2 {
    width: 50%;
  }
  .dgrid-lg-25-eco.opt2 {
    width: 50%;
  }
}
.dgrid-lg-33_3 {
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .dgrid-lg-33_3 {
    width: 100%;
  }
}
.dgrid-lg-37_5 {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .dgrid-lg-37_5 {
    width: 37.5%;
  }
}
.dgrid-lg-50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .dgrid-lg-50 {
    width: 100%;
  }
}
.dgrid-lg-66_6 {
  width: 66.66666667%;
}
@media only screen and (min-width: 640px) {
  .dgrid-lg-66_6 {
    width: 66.66666667%;
  }
}
.dgrid-lg-75 {
  width: 75%;
}
@media only screen and (min-width: 640px) {
  .dgrid-lg-75 {
    width: 75%;
  }
}
.dgrid-lg-100 {
  width: 100%;
}
/* ====================================================================================================================
 * TEXT LINK BUTTON
 * ====================================================================================================================*/
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-big {
  font-size: 16px;
}
.text-big strong {
  font-size: 22px;
}
.text-small {
  font-size: 11px !important;
}
@media only screen and (max-width: 767px) {
  .text-small {
    font-size: 6px !important;
  }
}
.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .mt_70 {
    margin-top: 30px;
  }
}
.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 20px;
  }
}
.mt_20 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 20px;
  }
}
.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding: 50px 10px 10px;
  }
}
.max-width {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .max-width {
    width: 100%;
    font-size: 6px;
  }
}
h2 {
  font-size: 20px;
  margin: 0px;
  line-height: 18px;
}
h2.no-mt {
  margin-top: 0;
}
h2.eng-text,
h2 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
h2.recent-title {
  margin-bottom: 21px;
}
h2.ranking.recent-watch:after {
  display: none;
}
h2.ranking:after {
  content: "";
  background: url(../../dk_top/img/ranking.png) no-repeat left top;
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 70px 0 18px 0px;
    font-size: 24px;
    line-height: 30px;
  }
  h2.module {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    margin: 35px 0 18px 0px;
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 18px;
  margin: 30px 0 16px !important;
  line-height: 18px;
}
h3.eng-text {
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  h3 {
    margin: 65px 0 17px 20px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    margin: 35px 0 18px 20px;
    font-size: 20px;
  }
}
.btn-see-more {
  background: #dfe2e3;
  border-radius: 60px;
  padding: 20px 30px 20px 10px;
  text-align: center;
  position: relative;
  margin: 20px auto 10px;
  border: 5px solid #fff;
  height: 20px;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .btn-see-more {
    margin: 20px auto 0px;
    max-width: 450px;
    border-radius: 60px;
    height: 25px;
    width: auto;
    min-width: 210px;
    max-width: 240px;
    padding: 15px 0 10px;
    border: 3px solid #fff;
  }
}
.btn-see-more a {
  color: #000;
  font-weight: bold;
  position: relative;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .btn-see-more a {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 0;
  }
}
.btn-see-more a:after {
  content: "";
  background: url(../../dk_top/img/arrow-down.png) no-repeat left top;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  position: absolute;
  right: -28px;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .btn-see-more a:after {
    width: 17px;
    height: 17px;
    top: 12px;
    right: -34px;
    background-size: 80%;
  }
}
.img {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}
.btn-top {
  background: #afb0bc;
  border-radius: 5px;
  width: 75%;
  display: block;
  color: #fff;
  height: 30px;
  text-align: center;
  padding: 5px;
  margin: 10px auto 0;
  font-size: 12px;
  outline: none;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
.btn-top:after {
  content: "";
  background: url(../../dk_top/img/btn-totop.png) no-repeat left top;
  width: 8px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}
.btn-top:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-top {
    display: none;
  }
}
.cap-shadow-black {
  text-shadow: 0 0 2px #000000,0 0 2px #000000,0 0 2px #000000;
}
.cap-shadow-white {
  text-shadow: 0 0 2px #ffffff,0 0 2px #ffffff,0 0 2px #ffffff;
}
.breadcrumb {
  margin: 0px 0 0 20px;
  font-size: 12px;
  text-align: left !important;
  clear: both;
  overflow: hidden;
  z-index: 200;
}
.breadcrumb ul li {
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb a {
  margin: 10px  0 0 0 !important;
  display: inline-block;
}
.breadcrumb a:after {
  content: ">";
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 3px;
}
.breadcrumb p,
.breadcrumb span {
  margin: 10px  0 0 0 !important;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .contain .section .wrap .container.logo {
    text-align: left;
  }
  .breadcrumb {
    text-align: left !important;
    margin-left: 8px;
  }
  .breadcrumb a,
  .breadcrumb span {
    margin: 0px 0 !important;
    width: auto !important;
  }
  .breadcrumb p {
    margin-top: 5px !important;
  }
  .sticky .breadcrumb {
    text-align: left !important;
    margin-left: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    display: block;
    margin-bottom: 120px !important;
  }
  .sticky .breadcrumb a,
  .sticky .breadcrumb span {
    float: left;
  }
  .sticky .breadcrumb p {
    float: left;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none !important;
  }
  .breadcrumbs {
    display: none !important;
  }
  .container.color-f6f7f7 {
    border-top: 50px solid #edeef0 !important;
  }
}
.cl-f6f7f7 .breadcrumb {
  margin: 10px 0 0 20px;
}
.title-menu.support-menu-toppage .breadcrumb {
  margin: 5px 0 0 10px;
  display: inline-block;
  float: left;
  display: none !important;
  cursor: default !important;
  z-index: 200;
}
.title-menu.support-menu-toppage .breadcrumb a {
  color: #555 !important;
  cursor: pointer !important;
  z-index: 200;
}
@media only screen and (max-width: 1024px) {
  .title-menu.support-menu-toppage .breadcrumb {
    display: block !important;
  }
  .title-menu.support-menu-toppage .breadcrumb p {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .title-menu.support-menu-toppage .breadcrumb {
    display: none !important;
  }
}
.title-menu.support-menu-toppage.show .breadcrumb {
  display: none !important;
}
#header {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #header {
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    min-height: 45px;
  }
}
#header .head-wrapper {
  width: 1280px;
  margin: auto;
}
#header .head-wrapper *{
  font-family: 'Noto Sans Japanese',sans-serif;
}
#header .head-wrapper h1 {
  position: absolute;
  top: -9999px;
}
#header .head-wrapper .logo {
  width: 150px;
  height: 45px;
  background: url('../../dk_top/img/daihatsu_logo.png') no-repeat;
  margin: 19px 0 0 20px;
  position: absolute;
}
#header .head-wrapper .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .head-wrapper .logo a img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header .head-wrapper .logo {
    margin: 22px 0 0 20px;
    background: url('../../dk_top/img/daihatsu_logo_sp.png') no-repeat;
    width: 100%;
    max-width: 300px;
    height: 23px;
    background-size: 100 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .head-wrapper .logo {
    background-size: 100% auto;
    margin: 13px 0 0 12px;
    max-width: 300px;
    max-height: 23px;
    width: 70%;
  }
}
@media only screen and (max-width: 360px) {
  #header .head-wrapper .logo {
    width: 80%;
    margin: 14px 0 0 12px;
  }
}
#header .head-wrapper ul.top_ul {
  float: right;
  margin: 14px 10px 0 0;
}
#header .head-wrapper ul.top_ul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
#header .head-wrapper ul.top_ul li a {
  font-size: 12px;
  color: #868686;
}
#header .head-wrapper ul.top_ul li a:hover {
  color: #fa0014;
}
#header .head-wrapper ul.top_ul .searchbar {
  background-color: #abadae;
  border-radius: 20px;
  height: 25px;
  width: 80px;
}
#header .head-wrapper ul.top_ul .searchbar input[type=text] {
  display: inline-block;
  background: none;
  border: none;
  padding: 2px 0px;
  width: 55px;
  color: #555;
  outline: none;
  font-family: 'Noto Sans Japanese', sans-serif;
}
#header .head-wrapper ul.top_ul .searchbar input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
#header .head-wrapper ul.top_ul .searchbar input[type=text]:-moz-placeholder {
  color: #fff;
}
#header .head-wrapper ul.top_ul .searchbar input[type=text]::-moz-placeholder {
  color: #fff;
}
#header .head-wrapper ul.top_ul .searchbar input[type=text]:-ms-input-placeholder {
  color: #fff;
}
#header .head-wrapper ul.top_ul .searchbar .placeholder {
  color: #333;
}
#header .head-wrapper ul.top_ul .searchbar .btn.rollover {
  display: inline-block;
  width: 20px;
  height: 24px;
  vertical-align: top;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  #header .head-wrapper ul.top_ul {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  #header .head-wrapper {
    width: 100%;
    padding: 0px;
  }
}
#header .head-wrapper .nav-button {
  display: none;
  background: url('../../dk_top/img/icon-nav-responsive.png') no-repeat;
  width: 40px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #header .head-wrapper .nav-button {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #header .head-wrapper .nav-button {
    background-size: 70% auto;
    top: 10px;
    right: 0;
  }
}
#header .head-wrapper .nav-button:hover {
  cursor: pointer;
}
#header .head-wrapper .main-nav {
  clear: right;
  margin: 12px 0 0;
  list-style: none;
  position: relative;
  font-size: 0;
}
#header .head-wrapper .main-nav li {
  display: inline-block;
  margin: 0;
  padding: 0 4.7% 0 0;
}
#header .head-wrapper .main-nav li:last-child ul {
  margin-left: -125px;
}
#header .head-wrapper .main-nav li a {
  color: #404040;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 0 19px 0;
  height: 32px;
  font-weight: normal;
}
#header .head-wrapper .main-nav li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
@media only screen and (max-width: 1140px) {
  #header .head-wrapper .main-nav li a {
    font-size: 13px;
    padding: 0 13px 0;
  }
}
#header .head-wrapper .main-nav li ul {
  display: none;
  position: absolute;
  top: 32px;
  z-index: 81;
  background-color: #fff;
  margin-left: -9px;
  font-size: 0;
  border-top: 3px solid #fa0014;
}
#header .head-wrapper .main-nav li ul li {
  min-width: 260px;
  float: none;
  display: list-item;
  position: relative;
  margin: 0;
  padding: 0;
}
#header .head-wrapper .main-nav li ul li a {
  display: block;
  padding: 12px 20px;
  text-align: left;
  font-weight: normal;
  color: #000 !important;
  font-size: 14px;
  height: auto;
}
#header .head-wrapper .main-nav li ul li a:hover {
  color: #fff !important;
}
#header .head-wrapper .main-nav li ul li:hover {
  background-color: #fa0014;
}
#header .head-wrapper .main-nav li ul li.active a {
  font-weight: normal!important;
}
#header .head-wrapper .main-nav li:hover a {
  color: #fa0014;
}
#header .head-wrapper .main-nav li.active a {
  font-weight: bold;
  color: #000;
}
#header .head-wrapper .main-nav li.active ul li a {
  font-weight: normal;
}
#header .head-wrapper .main-nav li:nth-child(7) ul {
  right: 0;
}
#header .head-wrapper .main-nav li:hover ul {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #header .head-wrapper .main-nav {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #header .head-wrapper .main-nav.show-nav {
    display: block;
    position: absolute;
    top: 86px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 99;
  }
  #header .head-wrapper .main-nav.show-nav li {
    background-color: #fff;
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  #header .head-wrapper .main-nav.show-nav li a {
    display: block;
    padding: 20px;
    font-size: 14px;
  }
  #header .head-wrapper .main-nav.show-nav li:hover {
    background-color: #eee;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
}
#sidebar-wrap .sidebar .overlaysidebar {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: -10px;
  background-color: #000;
  opacity: 0.4;
  display: none;
  z-index: 71;
  -webkit-overflow-scrolling: touch;
}
#sidebar-wrap .sidebar .overlaysidebar.show {
  display: block;
}
#sidebar-wrap .sidebar .wrap {
  /* padding: 10px;
      background-color: #fff;
      border-radius:5px;
      margin-bottom: 0px;
      overflow: hidden;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; */
}
#sidebar-wrap .sidebar .wrap .title_black {
  color: #fff;
  background-color: #383943;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  margin: -10px 0px 8px;
}
#sidebar-wrap .sidebar .wrap .title_black a {
  display: block;
  padding: 12px 0;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}
#sidebar-wrap .sidebar .wrap .bt_hide_sitebar_sp {
  display: none;
}
#sidebar-wrap .sidebar .wrap .title-menu {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: -10px 0px 8px -10px;
  line-height: 13px;
  width: 145px;
  height: 16px;
  padding: 4px 0;
  font-weight: 300;
  background-color: #afb0bc;
}
#sidebar-wrap .sidebar .wrap .title-menu span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#sidebar-wrap .sidebar .wrap .title-menu a {
  color: #fff;
}
#sidebar-wrap .sidebar .wrap .title-menu:after {
  content: "ご購入サポートMENU";
}
#sidebar-wrap .sidebar .wrap .title-menu.support-menu-toppage-2 {
  display: none;
}
#sidebar-wrap .sidebar .wrap .title {
  color: red;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: block;
  height: 25px;
  margin-top: 4px;
  vertical-align: middle;
}
#sidebar-wrap .sidebar .wrap .title:after {
  content: "";
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -240px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0px;
  vertical-align: text-bottom;
}
#sidebar-wrap .sidebar .wrap .title-desc {
  display: none;
}
#sidebar-wrap .sidebar .wrap .car {
  margin-bottom: 10px;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap {
  border-radius: 10px;
  border: 1px dashed #d5d5d5;
  width: 95px;
  height: 95px;
  margin: 0 0 10px 15px;
  overflow: hidden;
  position: relative;
  background: url(../../dk_top/img/s_car_add.jpg) no-repeat center center;
  vertical-align: top;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct {
  display: block;
  border: 0;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct img:hover {
  opacity: 0.7;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct span.clipcar {
  display: block;
  width: 97px;
  text-align: center;
  font-size: 10px;
  color: #7f7f7f;
  position: absolute;
  bottom: 10px;
  z-index: 19;
  letter-spacing: -1px;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct span.h6,
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct .h6.no_br {
  display: none;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct.no_background {
  background: none;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct.no_background span.h6,
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap a.sp_wrap_ct.no_background .h6.no_br {
  text-align: center;
  margin: 60px auto 0;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .car_sp_link2,
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .car_sp_link3,
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .car_sp_link4,
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .car_sp_link5 {
  display: none;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .logo_car {
  display: none;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap .logo_car img {
  max-width: 100px;
}
#sidebar-wrap .sidebar .wrap .car .car_sp_wrap:hover {
  cursor: pointer;
}
#sidebar-wrap .sidebar .wrap .car.add a {
  border-style: dashed;
}
#sidebar-wrap .sidebar .wrap .convenient-link {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #3e3e3e;
  margin: 0 auto;
  line-height: 12px;
  font-weight: 300;
}
#sidebar-wrap .sidebar .wrap .convenient-link:after {
  content: "";
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -200px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom;
}
#sidebar-wrap .sidebar .wrap.sub_pages.no-lighter {
  padding-bottom: 0;
}
#sidebar-wrap .sidebar .wrap.sub_pages.no-lighter ul.darkgray {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sidebar-wrap .sidebar .wrap.sub_pages .title-menu {
  display: none;
}
#sidebar-wrap .sidebar .wrap.sub_pages .title {
  margin-top: 20px;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car {
  margin: 10px -6px 10px;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car .car_sp_wrap {
  border-radius: 0;
  border: 0;
  width: 43px;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: none;
  vertical-align: top;
  display: inline-block;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car .car_sp_wrap .sp_wrap_ct {
  width: 41px;
  height: 41px;
  display: block;
  background: url('../../dk_top/img/small_car_add.jpg') center center no-repeat;
  border: 1px dashed #d5d5d5;
  margin-right: 3px;
  float: left;
  border-radius: 5px;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car .car_sp_wrap .sp_wrap_ct .clipcar {
  display: none;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car .car_sp_wrap .sp_wrap_ct img {
  margin-top: 2px;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car .car_sp_wrap.no_mgr {
  margin-right: 0;
}
#sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .text {
  color: red;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
#sidebar-wrap .sidebar .wrap ul.darkgray {
  background: #78797f;
  clear: both;
  overflow: hidden;
  margin: -10px 0px 8px;
}
#sidebar-wrap .sidebar .wrap ul.darkgray li {
  background-color: #5b5c69;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
#sidebar-wrap .sidebar .wrap ul.darkgray li a {
  display: block;
  color: #fff;
  font-size: 11px;
  padding: 8px 8px 7px;
  font-weight: normal;
  background: url('../../dk_top/img/right-col-icon-menu.png') 129px -267px no-repeat;
}
#sidebar-wrap .sidebar .wrap ul.darkgray li:hover {
  background-color: #fa0014;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
#sidebar-wrap .sidebar .wrap ul.darkgray li.active {
  background-color: #fa0014;
}
#sidebar-wrap .sidebar .wrap ul.darkgray.lighter {
  margin-bottom: 0px;
}
#sidebar-wrap .sidebar .wrap ul.darkgray.lighter li {
  background-color: #7e7f8b;
}
#sidebar-wrap .sidebar .wrap ul.darkgray.lighter li:hover {
  background-color: #fa0014;
}
#sidebar-wrap .sidebar .wrap ul.darkgray.lighter li.active {
  background-color: #fa0014;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc {
  position: absolute;
  width: 532px;
  right: 175px;
  top: 10px;
  z-index: 70;
  background-color: #c5c8cc;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .bt_hide_sitebar_sp {
  font-size: 18px;
  padding: 6px 0 8px;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .bt_hide_sitebar_sp:before {
  height: 19px;
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat 0px -633px;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .title {
  font-size: 15px;
  margin-top: 14px;
  color: #333;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .title:after {
  content: "";
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -760px;
  width: 18px;
  height: 20px;
  display: inline-block;
  margin-left: 0px;
  vertical-align: text-bottom;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .title-desc {
  font-size: 14px;
  margin: 10px 0 0;
  color: #333;
  display: block;
  text-align: center;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2 {
  background-color: #c0111f ;
  color: #000;
  padding: 22px 0;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  cursor: default;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2:after {
  content: "";
  background: url(../../dk_top/img/arrow-go-black.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin: 3px 0 0 10px;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink {
  color: #fff;
  cursor: pointer;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink:after {
  background: url(../../dk_top/img/arrow-go.png) 0 0 no-repeat;
}
#sidebar-wrap .sidebar .wrap .popup_on_pc.show {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sidebar-wrap .sidebar .wrap .popup_on_pc.show {
    display: none;
  }
}
#sidebar-wrap .sidebar .wrap .popup_on_pc .car_sp_link2,
#sidebar-wrap .sidebar .wrap .popup_on_pc .car_sp_link3,
#sidebar-wrap .sidebar .wrap .popup_on_pc .car_sp_link4,
#sidebar-wrap .sidebar .wrap .popup_on_pc .car_sp_link5 {
  display: inline-block;
}
#sidebar-wrap .sidebar .car_sp_usage {
  display: none;
}
#sidebar-wrap .sidebar .clip_car {
  background-color: #fff;
  padding: 11px 0 12px 5px;
}
#sidebar-wrap .sidebar .clip_car .title {
  color: red;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: block;
  height: 25px;
  margin-top: 4px;
  vertical-align: middle;
}
#sidebar-wrap .sidebar .clip_car .title:after {
  content: "";
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -239px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0px;
  vertical-align: text-bottom;
}
#sidebar-wrap .sidebar .clip_car .text {
  color: red;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
#sidebar-wrap .sidebar .right-col-menu {
  clear: both;
}
#sidebar-wrap .sidebar .right-col-menu ul {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
#sidebar-wrap .sidebar .right-col-menu ul li {
  background-color: #9c010d;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
#sidebar-wrap .sidebar .right-col-menu ul li a {
  display: block;
  padding: 6px 0;
  color: #fff;
  font-size: 11px;
  text-indent: 27px;
}
#sidebar-wrap .sidebar .right-col-menu ul li.home {
  background: #9c010d url('../../dk_top/img/right-col-icon-menu.png') 7px 8px no-repeat;
}
#sidebar-wrap .sidebar .right-col-menu ul li.search {
  background: #9c010d url('../../dk_top/img/right-col-icon-menu.png') 7px -34px no-repeat;
}
#sidebar-wrap .sidebar .right-col-menu ul li.book {
  background: #9c010d url('../../dk_top/img/right-col-icon-menu.png') 7px -72px no-repeat;
}
#sidebar-wrap .sidebar .right-col-menu ul li.yen {
  background: #9c010d url('../../dk_top/img/right-col-icon-menu.png') 7px -114px no-repeat;
}
#sidebar-wrap .sidebar .right-col-menu ul li.person {
  background: #9c010d url('../../dk_top/img/right-col-icon-menu.png') 10px -154px no-repeat;
}
#sidebar-wrap .sidebar .right-col-menu ul li:hover {
  background-color: #fa0014;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1024px) {
  #sidebar-wrap .sidebar .right-col-menu {
    display: none;
  }
  #sidebar-wrap .sidebar .right-col-menu ul {
    background: url('../../dk_top/img/bg_tab_supportmenu_02.jpg');
    border-radius: 0;
    overflow: visible;
    text-align: center;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li {
    background-color: none;
    display: inline-block;
    padding: 0 20px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-indent: 45px;
    color: #000;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.home {
    background: url('../../dk_top/img/right-col-icon-menu.png') 27px -390px no-repeat;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.search {
    background: url('../../dk_top/img/right-col-icon-menu.png') 27px -430px no-repeat;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.book {
    background: url('../../dk_top/img/right-col-icon-menu.png') 27px -467px no-repeat;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.yen {
    background: url('../../dk_top/img/right-col-icon-menu.png') 27px -510px no-repeat;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.person {
    background: url('../../dk_top/img/right-col-icon-menu.png') 30px -550px no-repeat;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li:hover {
    background-color: none;
  }
  #sidebar-wrap .sidebar .right-col-menu.show {
    display: block;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-wrap .sidebar .right-col-menu ul {
    background: #e0dfe5;
    border-radius: 0;
    overflow: visible;
    text-align: center;
    display: table;
    width: 100%;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li {
    display: table-row;
    border-bottom: 1px solid #fff;
    padding: 0;
    height: 40px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li a {
    display: table-cell;
    padding: 0;
    color: #fff;
    font-size: 13px;
    text-indent: 45px;
    color: #000;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li a:before {
    content: "";
    width: 30px;
    height: 24px;
    position: absolute;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.home {
    background-position: 39% -391px;
    background-position: calc(50% - 45px) -391px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.search {
    background-position: 35% -432px;
    background-position: calc(50% - 60px) -432px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.book {
    background-position: 36% -469px;
    background-position: calc(50% - 55px) -469px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.yen {
    background-position: 36% -511px;
    background-position: calc(50% - 55px) -511px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.person {
    background-position: 40% -551px;
    background-position: calc(50% - 40px) -551px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li:hover {
    background-color: none;
  }
}
@media only screen and (max-width: 320px) {
  #sidebar-wrap .sidebar .right-col-menu ul li.home {
    background-position: 37% -391px;
    background-position: calc(50% - 45px) -391px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.search {
    background-position: 31% -432px;
    background-position: calc(50% - 60px) -432px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.book {
    background-position: 32% -469px;
    background-position: calc(50% - 55px) -469px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.yen {
    background-position: 32% -511px;
    background-position: calc(50% - 55px) -511px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li.person {
    background-position: 38% -551px;
    background-position: calc(50% - 40px) -551px;
  }
  #sidebar-wrap .sidebar .right-col-menu ul li:hover {
    background-color: none;
  }
  #sidebar-wrap .sidebar .right-col-menu.show {
    display: block;
  }
}
#sidebar-wrap .sidebar #popup_sidebar,
#sidebar-wrap .sidebar #popup_addcars {
  width: 532px;
  position: absolute;
  top: 10px;
  right: 175px;
  padding-bottom: 357px;
  border-radius: 10px;
  display: none;
  z-index: 31;
  background: #ffffff url(../../dk_top/img/bg_popup_sitebar.jpg) center bottom no-repeat;
}
#sidebar-wrap .sidebar #popup_sidebar.show,
#sidebar-wrap .sidebar #popup_addcars.show {
  display: block;
}
#sidebar-wrap .sidebar #popup_sidebar .close,
#sidebar-wrap .sidebar #popup_addcars .close {
  width: 19px;
  height: 19px;
  position: absolute;
  z-index: 22;
  top: 23px;
  right: 28px;
  border: 0;
  background: url('../../dk_top/img/close_popup_icon.png') 0px 0px no-repeat;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar-wrap .sidebar #popup_sidebar .close:hover,
#sidebar-wrap .sidebar #popup_addcars .close:hover,
#sidebar-wrap .sidebar #popup_sidebar .close:focus,
#sidebar-wrap .sidebar #popup_addcars .close:focus {
  cursor: pointer;
  outline: none;
}
#sidebar-wrap .sidebar #popup_sidebar h3,
#sidebar-wrap .sidebar #popup_addcars h3 {
  font-size: 15px;
  text-align: center;
  color: #fa0014;
  margin: 25px 0 15px;
}
#sidebar-wrap .sidebar #popup_sidebar h3:after,
#sidebar-wrap .sidebar #popup_addcars h3:after {
  content: "";
  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -320px;
  width: 17px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-bottom;
}
#sidebar-wrap .sidebar #popup_sidebar h4,
#sidebar-wrap .sidebar #popup_addcars h4 {
  color: #fa0014;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  text-indent: -20px;
  margin-bottom: 25px;
}
#sidebar-wrap .sidebar #popup_sidebar p,
#sidebar-wrap .sidebar #popup_addcars p {
  font-size: 14px;
  line-height: 26px;
  padding: 0 30px 28px;
  font-weight: 400;
}
#sidebar-wrap .sidebar #popup_addcars {
  background-image: none;
  padding-bottom: 20px;
}
#sidebar-wrap .sidebar #sp_popup_sidebar {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #eee;
  top: 50px;
  z-index: 23;
  display: none;
}
#sidebar-wrap .sidebar #sp_popup_sidebar.show {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #sidebar-wrap .sidebar {
    padding: 0!important;
    width: 100%!important;
    float: none!important;
    position: absolute;
    z-index: 70;
    top: 0;
  }
  #sidebar-wrap .sidebar .wrap {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #c5c8cc;
  }
  #sidebar-wrap .sidebar .wrap .bt_hide_sitebar_sp {
    display: none;
    width: 100%;
    text-align: center;
    background-color: #5c5d63;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
  }
  #sidebar-wrap .sidebar .wrap .bt_hide_sitebar_sp.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .bt_hide_sitebar_sp.show:after {
    content: "";
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -920px no-repeat;
    width: 10px;
    height: 18px;
    display: inline-block;
    margin-left: 15px;
    margin-top: -3px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .title_black {
    border-radius: 0;
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .title_black.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .title_black a {
    font-size: 16px;
  }
  #sidebar-wrap .sidebar .wrap .title_black a:after {
    content: "";
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -920px no-repeat;
    width: 10px;
    height: 18px;
    display: inline-block;
    margin-left: 15px;
    margin-top: -3px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .title {
    color: #000;
    font-size: 13px;
    padding-top: 10px;
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .title:after {
    content: "";
    background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat 4px -360px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: text-bottom;
  }
  #sidebar-wrap .sidebar .wrap .title.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .title-desc {
    display: none;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }
  #sidebar-wrap .sidebar .wrap .title-desc.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .title-menu {
    background: none;
    color: #555;
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    padding: 4px 0;
    font-size: 12px;
    position: absolute;
    width: auto;
    right: 20px;
    top: 18px;
    font-weight: 500;
    /* &.show.fixed-top{
            padding: 16px 0;
            font-size: 14px;
            bottom: -36px;
            color: #fff;
            width: 100%;
              background-color: #fa0014;
              right: auto;
              text-align: center;
              padding-right: 0;
            &:after{
              display: none;
            }
            &:before{
              content: "閉じる";
                    background: url(../../dk_top/img/icon-menu-support-close.png) no-repeat;
                    width: 24px;
                    height: 25px;
                    padding-left: 30px;
            }
          } */
  }
  #sidebar-wrap .sidebar .wrap .title-menu:hover {
    cursor: pointer;
  }
  #sidebar-wrap .sidebar .wrap .title-menu:after {
    content: "";
    background: url(../../dk_top/img/icon-menu-support-device.png) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
  }
  #sidebar-wrap .sidebar .wrap .title-menu.show {
    padding: 15px 0;
    font-size: 14px;
    bottom: -36px;
    color: #fff;
    right: auto;
    top: auto;
    position: static;
    background-color: #6d6d72;
    text-align: right;
    padding-right: 20px;
  }
  #sidebar-wrap .sidebar .wrap .title-menu.show:after {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .title-menu.show:before {
    content: "閉じる";
    background: url(../../dk_top/img/icon-menu-support-close.png) no-repeat;
    width: 24px;
    height: 25px;
    padding-left: 30px;
  }
  #sidebar-wrap .sidebar .wrap .clickcontrol {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc {
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .close,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .title,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .title-desc {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car {
    margin-top: 15px;
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap {
    display: inline-block;
    width: calc((100% - 93px) /3);
    margin: 0 15px 0 0;
    position: relative;
    height: auto;
    background: #fff;
    border: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct {
    display: inline-block;
    width: 100%;
    height: 205px;
    text-align: center;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    width: auto;
    height: 105px;
    margin-top: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.clipcar {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.h6 {
    display: block;
    background-color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding: 0 50px 20px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct .h6.no_br {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link2,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link3 {
    border: 0;
    position: absolute;
    top: 125px;
    left: 20px;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    display: block;
    background-color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link2:after,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link3:after {
    content: "";
    background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -200px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: text-bottom;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link3 {
    top: 145px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link4,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5 {
    display: block;
    background-color: #a3a5aa;
    border: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 7px 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link4:before,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5:before {
    content: "";
    background: url(../../dk_top/img/icon-minus.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5 {
    padding: 34px 0 29px;
    background-color: #c0111f;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5:before {
    content: "";
    background: url(../../dk_top/img/icon-plus2.png) 0 0 no-repeat;
    width: 27px;
    height: 31px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5.hide {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car {
    position: absolute;
    display: block;
    top: 12px;
    left: 14px;
    z-index: 30;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap:first-child {
    margin-left: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap:last-child {
    margin-right: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty {
    background: none!important;
    border: 1px dashed #eee;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a span.h6 {
    margin-top: 90px;
    background: none;
    font-size: 12px;
    color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2 {
    background-color: #c0111f;
    color: #996666;
    padding: 12px 0;
    width: 240px;
    border-radius: 30px;
    margin: 20px auto;
    display: none;
    text-align: center;
    text-indent: -12px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2:after {
    content: "";
    background: url(../../dk_top/img/arrow-go-2.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    margin: 5px 0 0 5px;
    position: absolute;
    opacity: .2;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink {
    color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink:after {
    background: url(../../dk_top/img/arrow-go-1.png) 0 0 no-repeat;
    opacity: 1;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages.no-lighter ul.darkgray {
    margin-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages.no-lighter + .car_sp_usage.show {
    margin-top: -1px;
    border-top: 1px solid #5c5d63;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title-menu {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title {
    clear: both;
    padding-top: 10px;
    margin-top: 0px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title_black {
    margin-top: 0px;
    background-color: #444b54;
    font-size: 16px;
    font-weight: 400;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .clip_car {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray {
    margin-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li {
    background-color: #78797f;
    width: calc(50% - 1px);
    border-right: 1px solid #5c5d63;
    border-bottom: 1px solid #5c5d63;
    text-align: center;
    float: left;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li a {
    font-size: 13px;
    background: none;
    padding: 14px 8px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li a:after {
    content: "";
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -960px no-repeat;
    width: 10px;
    height: 11px;
    display: inline-block;
    margin-left: 15px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li:nth-child(2n) {
    border-right: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li:nth-child(5) {
    border-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li:nth-child(6) {
    border-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter {
    margin-top: 0;
    background-color: #94969f;
    border-top: 1px solid #5c5d63;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: calc(33% - 54px);
    background-color: #94969f;
    border-right: 1px solid #94969f;
    border-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child {
    padding-left: 80px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:last-child {
    padding-right: 80px;
  }
  #sidebar-wrap .sidebar .wrap ul.darkgray {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap ul.darkgray.show {
    display: block;
  }
  #sidebar-wrap .sidebar .clip_car {
    display: none;
  }
  #sidebar-wrap .sidebar .car_sp_usage {
    display: none;
    text-align: center;
    background-color: #dddfea;
  }
  #sidebar-wrap .sidebar .car_sp_usage a.car_sp_usage_link {
    display: block;
    background-color: #a6a8b3;
    padding: 17px 0;
    color: #fff;
    font-size: 13px;
    cursor: default!important;
  }
  #sidebar-wrap .sidebar .car_sp_usage a.car_sp_usage_link:after {
    content: "";
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -720px no-repeat;
    width: 17px;
    height: 18px;
    margin-left: 5px;
    /* display: inline-block; */
    vertical-align: middle;
    display: none;
  }
  #sidebar-wrap .sidebar .car_sp_usage div {
    display: block;
    padding: 19px 20px;
    font-size: 12px;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p {
    padding: 5px 0;
    text-align: left;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p.size11 {
    font-size: 11px;
    /* padding: 0 150px; */
    padding: 0!important;
  }
  #sidebar-wrap .sidebar .car_sp_usage.show_info a:after {
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -680px no-repeat;
  }
  #sidebar-wrap .sidebar .car_sp_usage.show_info div {
    display: block;
  }
  #sidebar-wrap .sidebar .car_sp_usage.show {
    display: block;
  }
  #sidebar-wrap .sidebar .btn-top {
    display: none;
  }
  #sidebar-wrap .sidebar #popup_sidebar {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-wrap .sidebar .wrap .title-menu {
    right: 10px;
    top: 17px;
  }
  #sidebar-wrap .sidebar .wrap .bt_hide_sitebar_sp {
    padding: 6px 0 8px;
    /* &:before{
            content: "";
            width: 12px; 
            display: inline-block;
            height: 15px;
            margin-right: 3px;
                  background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat 0px -593px;
          } */
  }
  #sidebar-wrap .sidebar .wrap .title {
    margin-top: 14px;
  }
  #sidebar-wrap .sidebar .wrap .title:after {
    content: "";
    background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -760px;
    width: 18px;
    height: 19px;
    display: inline-block;
    margin-left: 0px;
    vertical-align: text-bottom;
  }
  #sidebar-wrap .sidebar .wrap .title-desc {
    font-size: 12px ;
    margin: 10px 0 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car {
    margin-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap {
    width: 88%;
    width: calc((100% - 42px));
    margin-left: 20px!important;
    margin-bottom: 10px;
    z-index: 10;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car {
    top: 8px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car img {
    width: 100%;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct {
    width: 180px;
    height: 130px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    height: 95px;
    margin-top: 28px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.h6 {
    font-size: 13px;
    letter-spacing: -2px;
    padding: 0 0 20px;
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct .h6.no_br {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    width: 40%;
    width: calc(100% - 102px - 26%);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2:after,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3:after {
    background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -800px;
    width: 19px;
    height: 23px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2 {
    font-size: 12px;
    top: 30px;
    left: 180px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    font-size: 12px;
    top: 80px;
    left: 180px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4 {
    width: 120px;
    right: 0;
    padding: 38px 5px;
    font-size: 12px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4:before {
    background: url(../../dk_top/img/icon-minus2.png) 0 0 no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin-left: calc(50% - 18px);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5 {
    width: 65%;
    width: calc(100% - 180px);
    right: 0;
    padding: 37px 0;
    font-size: 14px;
    z-index: 9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5:before {
    background: url(../../dk_top/img/icon-plus4.png) 0 0 no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin-left: 45%;
    margin-left: calc(50% - 18px);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct {
    width: 100%;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct span.h6 {
    font-size: 16px;
    margin: 60px 0 0;
    position: inherit;
    text-align: center;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.show {
    margin-top: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title-menu {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title_black {
    margin-top: 0px;
    background-color: #444b54;
    font-weight: 700;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .title {
    margin-top: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .clip_car {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li {
    background-color: #78797f;
    width: 49%;
    width: calc(50% - 1px);
    border-right: 1px solid #5c5d63;
    border-bottom: 1px solid #5c5d63;
    text-align: center;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li a {
    background: none;
    padding: 12px 0;
    font-size: 12px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li a:after {
    content: "";
    background: url('../../dk_top/img/right-col-icon-menu.png') 0px -920px no-repeat;
    width: 10px;
    height: 18px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray li:hover {
    background: none;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter {
    background-color: #94969f;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: 31%;
    width: calc(33% - 6px);
    background-color: #94969f;
    border-right: 1px solid #94969f;
    border-bottom: 0;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a {
    padding: 15px 6px;
    font-size: 12px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child {
    padding-left: 10px;
    width: calc(37% - 6px);
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:last-child {
    padding-right: 10px;
    width: calc(29% - 6px);
  }
  #sidebar-wrap .sidebar .wrap .convenient-link2 {
    font-size: 14px;
    line-height: 22px;
    width: 280px;
  }
  #sidebar-wrap .sidebar .car_sp_usage a.car_sp_usage_link {
    font-size: 14px;
    padding: 8px 0;
  }
  #sidebar-wrap .sidebar .car_sp_usage a.car_sp_usage_link:after {
    background-position: 0 -715px;
    width: 22px;
    height: 26px;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p {
    font-size: 16px;
    font-weight: 500;
    color: #4c4b4b;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p.size11 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 10px;
  }
  #sidebar-wrap .sidebar .car_sp_usage.show_info a.car_sp_usage_link:after {
    background-position: 0 -675px;
  }
}
@media only screen and (max-width: 640px) {
  #sidebar-wrap .sidebar .wrap .convenient-link2 {
    width: 280px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct {
    width: 150px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.h6 {
    font-size: 14px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2 {
    left: 160px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    left: 160px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4 {
    top: 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2:after,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3:after {
    height: 20px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5 {
    width: calc(100% - 155px);
    top: 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct span.h6 {
    font-size: 16px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: calc(33% - 8px);
  }
}
@media only screen and (max-width: 500px) {
  #sidebar-wrap .sidebar {
    /* .right-col-menu {
        ul {
          li {
            &.home{
              a{
                &:before{
                  background-position: 0 0px;
                }
              }
            }
            &.search{
              a{
                &:before{
                  background-position: 5px -68px;
                }
              }
            }
            &.book{
              a{
                &:before{
                  background-position: 7px -135px;
                }
              }
            }
            &.yen{
              a{  
                &:before{
                  background-position: 4px -210px;
                } 
              }     
            }
            &.person{
              a{
                &:before{
                  background-position: 8px -280px;
                }
              }         
            }
          }
        }
      } */
  }
  #sidebar-wrap .sidebar .wrap .title-menu.show {
    bottom: -32px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct {
    width: 120px;
    background-position: 40px 54px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.h6 {
    font-size: 12px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2 {
    font-size: 12px;
    left: 130px;
    width: calc(100% - 120px - 26%);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    font-size: 12px;
    left: 130px;
    width: calc(100% - 120px - 26%);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4 {
    font-size: 12px;
    width: 20%;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2:after,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3:after {
    height: 20px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5 {
    width: calc(100% - 130px);
    font-size: 14px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct span.h6 {
    font-size: 14px;
    margin: 60px 0 0;
    padding-right: 10px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: calc(33% - 8px);
  }
}
@media only screen and (max-width: 480px) {
  #sidebar-wrap .sidebar .wrap .title:after {
    background-position: left -760px;
  }
  #sidebar-wrap .sidebar .wrap .convenient-link2 {
    font-size: 14px;
    line-height: 22px;
    width: 280px;
    padding: 20px 0;
  }
  #sidebar-wrap .sidebar .wrap .convenient-link2:after {
    background: url(../../dk_top/img/arrow-go-sp-2.png) 0 0 no-repeat;
    height: 20px;
    width: 20px;
  }
  #sidebar-wrap .sidebar .wrap .convenient-link2.haslink:after {
    background: url(../../dk_top/img/arrow-go-sp-1.png) 0 0 no-repeat;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: 38%;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a {
    padding: 15px 0;
    font-size: 10px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a:after {
    margin-left: 5px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child {
    width: 32%!important;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child a:after {
    margin-left: 5px!important;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:last-child {
    padding-right: 0;
    width: 24%;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p {
    font-size: 14px;
  }
  #sidebar-wrap .sidebar .car_sp_usage div p.size11 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a {
    font-size: 10px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:last-child {
    width: 22%;
  }
}
@media only screen and (max-width: 380px) {
  #sidebar-wrap .sidebar .wrap .title:after {
    background-position: left -760px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    height: 90px;
    margin-top: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2 {
    top: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    left: 115px;
    font-size: 11px;
    width: calc(100% - 102px - 26%);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4 {
    padding: 27px 5px;
    width: 18%;
    font-size: 10px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link4:before {
    margin-left: 17%;
    margin-left: calc(50% - 18px);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5 {
    width: calc(100% - 113px);
    font-size: 12px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link5:before {
    margin-left: 42%;
    margin-left: calc(50% - 18px);
  }
}
@media only screen and (max-width: 340px) {
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li {
    width: 37%;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a:after {
    margin-left: 5px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child {
    width: 33%!important;
    padding-left: 5px!important;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:first-child a:after {
    margin-left: 5px!important;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li:last-child {
    padding-right: 0;
    width: 25%;
  }
}
@media only screen and (max-width: 300px) {
  #sidebar-wrap .sidebar .wrap.sub_pages ul.darkgray.lighter li a {
    font-size: 8px;
  }
}
.blackwrap {
  position: absolute;
  background-color: #000;
  width: 100%;
  display: none;
  top: 126px;
  left: 0;
  z-index: 30;
  background: url(../../dk_top/img/bg_hover.png) repeat;
}
.blackwrap.show {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .blackwrap {
    position: fixed;
  }
}
@media only screen and (max-width: 1024px) {
  body.changeScroll {
    overflow: auto;
  }
  .cast-wrap .section .wrap .container.logo {
    padding-top: 40px !important;
  }
  /* .article .contain.ca .section.logo, .article .contain.tt .section.logo { padding-top: 105px} */
}
@media only screen and (max-width: 767px) {
  /* .article .contain.ca .section.logo, .article .contain.tt .section.logo { padding-top: 100px} */
}
@media only screen and (min-width: 1025px) {
  #sidebar-wrap .sidebar {
    margin: 0;
  }
  #sidebar-wrap .sidebar.toppage .wrap {
    border-radius: 5px 5px 0 0;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu {
    margin: 0;
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
  }
  #sidebar-wrap .sidebar .wrap {
    background-color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .car .car_sp_wrap {
    margin: 0 0 10px 24px;
  }
  #sidebar-wrap .sidebar .wrap .title_black {
    margin: 0px 0px 8px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages {
    border-radius: 10px 10px 0 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .close {
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 22;
    top: 23px;
    right: 28px;
    border: 0;
    cursor: pointer;
    background: url('../../dk_top/img/close_popup_icon.png') 0px 0px no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap {
    display: inline-block;
    position: relative;
    height: auto;
    background: #fff;
    border: none;
    width: calc((100% - 42px));
    margin-left: 20px!important;
    margin-bottom: 10px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car img {
    width: 100%;
    max-width: 55px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct {
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 145px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    width: auto;
    height: 115px;
    margin-top: 15px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.clipcar {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct span.h6 {
    background-color: #fff;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: -2px;
    padding: 0 0 20px;
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct .h6.no_br {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct.no_background {
    background: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct.no_background span.h6,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct.no_background .h6.no_br {
    text-align: center;
    margin: 60px auto 0;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link2,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link3 {
    border: 0;
    position: absolute;
    top: 120px;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    background-color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link2:after,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link3:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    background: url(../../dk_top/img/right-col-icon-menu.png) no-repeat left -800px;
    width: 19px;
    height: 23px;
    vertical-align: middle;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link2 {
    font-size: 14px;
    top: 45px;
    left: 180px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.car_sp_link3 {
    font-size: 14px;
    top: 90px;
    left: 180px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link4,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5 {
    display: block;
    background-color: #a3a5aa;
    border: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 18%;
    right: 0;
    padding: 44px 5px;
    font-size: 14px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link4:before,
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5:before {
    content: "";
    vertical-align: middle;
    background: url(../../dk_top/img/icon-minus2.png) 0 0 no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin-left: calc(50% - 18px);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5 {
    background-color: #c0111f;
    width: calc(100% - 180px);
    right: 0;
    padding: 44px 0;
    font-size: 14px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5:before {
    content: "";
    vertical-align: middle;
    background: url(../../dk_top/img/icon-plus4.png) 0 0 no-repeat;
    width: 37px;
    height: 37px;
    display: block;
    margin-left: calc(50% - 18px);
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .car_sp_link5.hide {
    display: none;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car {
    position: absolute;
    display: block;
    top: 12px;
    left: 14px;
    z-index: 30;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap .logo_car img {
    width: 100%;
    max-width: 100px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap:first-child {
    margin-left: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap:last-child {
    margin-right: 25px;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty {
    background: none!important;
    border: 1px dashed #eee;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a span.h6 {
    margin-top: 127px;
    background: none;
    font-size: 12px;
    color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct {
    width: 100%;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap.empty a.sp_wrap_ct span.h6 {
    font-size: 16px;
    margin: 60px 0 0;
    position: inherit;
    text-align: center;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .car.show {
    display: block;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2 {
    padding: 16px 0;
    text-align: center;
    display: block;
    color: #000;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2:after {
    content: "";
    background: url(../../dk_top/img/arrow-go-black.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    margin: 3px 0 0 10px;
    position: absolute;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink {
    color: #fff;
  }
  #sidebar-wrap .sidebar .wrap .popup_on_pc .convenient-link2.haslink:after {
    background: url(../../dk_top/img/arrow-go.png) 0 0 no-repeat;
  }
  #sidebar-wrap .sidebar .wrap .convenient-link {
    padding-bottom: 10px;
  }
  #sidebar-wrap .sidebar .wrap.sub_pages .clickcontrol .car {
    margin: 0 0 10px 5px;
  }
}
#header.fixios {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.hidden-el {
  position: fixed!important;
  right: 9999px;
}
@media only screen and (max-width: 1024px) {
  .contain .section .wrap .container.logo.fixed-top {
    position: fixed!important;
    z-index: 70!important;
    top: 0;
  }
  #sidebar-wrap .sidebar.toppage {
    background: none;
  }
  #sidebar-wrap .sidebar.toppage .wrap .popup_on_pc {
    border-radius: 0;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu {
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    position: inherit;
    text-align: right;
    padding: 12px 0 20px;
    background-color: #edeef0;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu:after {
    margin-right: 21px;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu.fixed-top {
    background-color: #edeef0;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu.show.support-menu-toppage {
    padding: 15px 0;
    background: #6d6d72;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu.show.support-menu-toppage:before {
    margin-right: 13px;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu.show.support-menu-toppage-2 {
    display: none!important;
  }
  .touch .article .wrapper .main-wrap {
    padding-top: 46px!important;
  }
  .touch .wrapOnIos .article .wrapper .main-wrap {
    padding-top: 0px!important;
  }
  .touch #sidebar-wrap.sticky {
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    position: sticky!important;
    top: 0px;
    z-index: 100;
  }
  .touch #sidebar-wrap.sticky .sidebar {
    background: none!important;
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    position: sticky!important;
    top: 0px;
    z-index: 101;
  }
  .touch #sidebar-wrap.sticky .sidebar.toppage .wrap .title-menu {
    background: #edeef0!important;
    padding-top: 20px!important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap {
    background: none!important;
    /* &.sub_pages{
            .title-menu{
              top: 5px !important;
            }
          } */
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap .title-menu {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto!important;
    width: 100%!important;
    text-align: right!important;
    background: none!important;
    margin: 0!important;
    padding: 0!important;
    height: 40px!important;
    display: inline-block !important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap .title-menu.support-menu-toppage:after {
    margin-right: 21px!important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    margin-top: 0!important;
  }
  .touch #sidebar-wrap {
    background: #edeef0;
    text-align: center;
  }
  .touch #sidebar-wrap .car_sp_wrap {
    text-align: left;
  }
  .touch #sidebar-wrap .container.logo {
    display: inline-block;
  }
  .touch #sidebar-wrap .container.logo a {
    margin: 10px 0 -30px;
    display: inline-block;
    width: 170px;
  }
  .touch #sidebar-wrap .container.logo a img {
    width: 60%;
  }
  .touch .section.logo,
  .touch .contain .section .wrap .container.logo {
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    position: sticky!important;
    top: 0px;
    z-index: 60;
    /* background-color: green;  ========================================================================================================================= */
  }
  .touch .section.logo.fixed-top,
  .touch .contain .section .wrap .container.logo.fixed-top {
    margin-top: 0!important;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu.support-menu-toppage:before {
    content: "ご購入サポートMENU";
    vertical-align: super;
  }
  /* #sidebar-wrap .sidebar.toppage.fixed-top .wrap .title-menu.support-menu-toppage{
    width: 100%;
      text-align: right;
      background: #edeef0;
      margin: -20px -20px 20px;
      padding: 20px 20px 0 0;
      height: 40px;
  } */
  #sidebar-wrap .sidebar.toppage.fixed-top .wrap .title-menu.show.support-menu-toppage {
    background: #6d6d72;
    margin-top: 0;
  }
  #sidebar-wrap .sidebar .wrap .title-menu.show.support-menu-toppage:before {
    content: "閉じる";
  }
  .wrapOnIos #sidebar-wrap .sidebar .wrap .title-menu.support-menu-toppage-2,
  #sidebar-wrap .sidebar .wrap .title-menu.support-menu-toppage-2 {
    display: none!important;
  }
  .wrapOnIos #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2,
  #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2 {
    text-align: center;
    position: absolute!important;
    bottom: -47px !important;
    top: auto!important;
    right: 0!important;
    left: 0!important;
    display: block!important;
    width: 100%!important;
    background-color: #fa0014;
    padding: 16px 0;
    margin: 0;
    color: #fff;
    height: 16px;
  }
  .wrapOnIos #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2:after,
  #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2:after {
    display: none;
  }
  .wrapOnIos #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2:before,
  #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2:before {
    content: "閉じる";
    background: url(../../dk_top/img/icon-menu-support-close.png) no-repeat 0px -1px;
    width: 24px;
    height: 25px;
    padding-left: 30px;
  }
  .wrap.sub_pages .title-menu.support-menu-toppage.fixed-top {
    /* background: none!important; */
  }
  #sidebar-wrap .sidebar.fixed-top {
    position: fixed;
    z-index: 71;
  }
  .wrapOnIos #sidebar-wrap .sidebar.fixed-top {
    position: inherit;
  }
  .wrapOnIos #sidebar-wrap .sidebar.fixSidebarTablet {
    position: inherit;
  }
  .wrapOnIos #sidebar-wrap .sidebar.fixSidebarTablet .title-menu.show.fixed-top {
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .wrapOnIos #sidebar-wrap .sidebar .wrap .title-menu.show {
    bottom: 0px!important;
  }
  #sidebar-wrap .sidebar.toppage .wrap .title-menu:after {
    margin-right: 12px;
  }
  .article .wrapper .main-wrap {
    padding-top: 46px!important;
  }
  .touch .wrapOnIos .article .wrapper .main-wrap {
    padding-top: 0px!important;
  }
  .touch .wrapOnIos #sidebar-wrap .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    margin-top: 20px!important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap .title-menu.support-menu-toppage:after {
    margin-right: 13px!important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap .popup_on_pc .car .car_sp_wrap a.sp_wrap_ct img {
    margin-top: 0!important;
  }
  .touch #sidebar-wrap.sticky .sidebar .wrap.sub_pages .title-menu.support-menu-toppage:after {
    margin-top: 7px;
  }
  /*.wrapOnIos #sidebar-wrap.changePos .sidebar .wrap .title-menu.support-menu-toppage-2 {
    bottom: -77px !important;
    border-bottom: 30px solid #c5c8cc;
  }*/
}
@media only screen and (max-width: 1024px) {
  .hidden-tb {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .hidden-pc {
    display: none!important;
  }
}
/* ====================================================================================================================
 * LINK FOOTER
 * ====================================================================================================================*/
.wrap-link-footer {
  background: url(../../dk_top/img/bg-footer.jpg) repeat-y center center;
  background: -moz-linear-gradient(left, #eff0f2 0%, #eff0f2 50%, #dcdbe1 50%, #dcdbe1 100%);
  background: -ms-linear-gradient(left, #eff0f2 0%, #eff0f2 50%, #dcdbe1 50%, #dcdbe1 100%);
  background: -o-linear-gradient(left, #eff0f2 0%, #eff0f2 50%, #dcdbe1 50%, #dcdbe1 100%);
  background: -webkit-gradient(linear, 0% 50%, 50% 100%, from(#eff0f2), to(#dcdbe1));
  background: -webkit-linear-gradient(left, #eff0f2 0%, #eff0f2 50%, #dcdbe1 50%, #dcdbe1 100%);
  position: relative;
  overflow: hidden;
  clear: both;
}
.wrap-link-footer:before {
  width: 50%;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  content: "";
}
.wrap-link-footer a:hover {
  color: #fa0014!important;
}
.wrap-link-footer .content-footer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wrap-link-footer .link-footer {
  background: #eef0f1;
  width: 80%;
  width: calc(100% - 249px);
  float: left;
  padding: 10px 42px 145px;
  border-top: 1px solid #d5d5d5;
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .wrap-link-footer .link-footer {
    width: 100%;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Everything else */
  }
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .grid-row {
    padding: 0;
  }
}
.wrap-link-footer .link-footer .dgrid-lg-25 {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .dgrid-lg-25 {
    margin: 0;
    border: 1px solid #d5d5d5;
    border-top: none;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Everything else */
  }
}
.wrap-link-footer .link-footer .title-footer {
  font-size: 14px;
  margin-bottom: 10px;
  color: #5c5c5c;
  font-weight: bold;
}
.wrap-link-footer .link-footer .title-footer.padding-top {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .title-footer.padding-top {
    border-top: 1px solid #d5d5d5;
    margin-top: 0;
  }
}
.wrap-link-footer .link-footer .title-footer .icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .title-footer.open {
    background: #cc0212;
  }
  .wrap-link-footer .link-footer .title-footer.open a {
    color: #fff !important;
  }
}
.wrap-link-footer .link-footer .title-footer.open .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: url('../../dk_top/img/arrow-menu.png') no-repeat left bottom;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .title-footer {
    position: relative;
    margin-bottom: 0;
  }
  .wrap-link-footer .link-footer .title-footer .icon {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 20;
    width: 55px;
    height: 55px;
    cursor: pointer;
  }
  .wrap-link-footer .link-footer .title-footer .icon:after {
    content: "";
    width: 14px;
    height: 15px;
    background: url('../../dk_top/img/arrow-menu.png') no-repeat left top;
    display: inline-block;
    margin: 10px 0 0 20px;
    z-index: 20;
  }
  .wrap-link-footer .link-footer .title-footer.no-link {
    padding: 10px 10px 10px 20px;
    position: relative;
    font-weight: normal;
  }
  .wrap-link-footer .link-footer .title-footer.no-link.open {
    color: #fff !important;
  }
}
.wrap-link-footer .link-footer .title-footer a {
  color: #5c5c5c;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer .title-footer a {
    padding: 10px 10px 10px 20px;
    display: block;
    opacity: 1;
    font-weight: normal;
  }
}
.wrap-link-footer .link-footer ul {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer ul {
    display: none;
  }
  .wrap-link-footer .link-footer ul.block {
    display: block;
  }
}
.wrap-link-footer .link-footer ul li {
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer ul li {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px dashed #dcdce0;
  }
  .wrap-link-footer .link-footer ul li:last-child {
    border-bottom: none;
  }
}
.wrap-link-footer .link-footer ul li a {
  color: #5c5c5c;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    color: #5c5c5c!important;
    background: #fff;
  }
}
.wrap-link-footer .link-footer ul li.padding-top {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer ul li.padding-top {
    margin-top: 0;
  }
}
.wrap-link-footer .link-footer ul li.sub-link {
  padding-left: 36px;
}
@media only screen and (max-width: 767px) {
  .wrap-link-footer .link-footer ul li.sub-link {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html.no-touch .wrap-link-footer .link-footer ul li:hover {
    opacity: 1;
    background: #cc0212;
    color: #fff !important;
  }
  html.no-touch .wrap-link-footer .link-footer ul li a:hover {
    opacity: 1;
    background: #cc0212;
    color: #fff !important;
  }
}
/* ====================================================================================================================
 * FOOTER
 * ====================================================================================================================*/
#footer .contain {
  min-height: auto;
}
#footer .contain .section {
  clear: both;
}
#footer .contain .section .container {
  overflow: hidden;
  clear: both;
}
.footer {
  clear: both;
  margin-bottom: -13px;
  background: #767778;
  text-align: center;
}
.footer a:hover {
  color: #fa0014!important;
}
.footer .contain-copyright {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer .contain-copyright {
    padding: 0px 0 ;
  }
}
.footer .sitemap {
  background: #767778;
  text-align: center;
  width: calc(100% - 165px);
}
@media only screen and (max-width: 767px) {
  .footer .sitemap {
    border: none;
    float: none;
    margin-left: 0;
  }
}
.footer .sitemap a {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .sitemap a {
    padding: 10px 10px;
    font-size: 10px;
  }
}
.footer .copyright {
  background: #767778;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    float: none;
  }
}
.footer .copyright p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #dfdfdf;
  max-width: 1280px;
  margin: 0 auto ;
  text-align: center;
  padding: 0px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .footer .copyright p {
    font-size: 14px;
  }
}
.footer .copyright p a {
  color: #dfdfdf;
  font-size: 12px;
}
/* ====================================================================================================================
 * WRAP CONTENT TOPPAGE
 * ====================================================================================================================*/
#sidebar-wrap {
  position: relative;
}
#sidebar-wrap .sidebar {
  width: 145px;
  float: right;
  padding: 10px;
  background-color: #dcdbe1;
}
#sidebar-wrap .sidebar.fixMenu {
  position: fixed;
  top: 0;
  margin-left: 1115px;
  z-index: 31;
}
#sidebar-wrap .sidebar.fixMenu.fixBot {
  top: auto;
  position: absolute;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  #sidebar-wrap .sidebar.fixMenu {
    right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #sidebar-wrap .sidebar.fixMenu {
    position: absolute;
    margin-left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  }
  #sidebar-wrap.changePos .sidebar .title-menu.show.fixed-top {
    /* top: auto;
          position: fixed;
          bottom: 0; 
          z-index: 150; */
  }
  #sidebar-wrap.changePos .sidebar.fixSidebarSp {
    position: fixed;
    position: sticky;
    bottom: 24px;
    top: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
  }
  #sidebar-wrap.changePos .sidebar.fixSidebarSp .title-menu.show {
    /* top: auto;
          position: fixed;
          bottom: 0; 
          z-index: 150; */
  }
  #sidebar-wrap.changePos .sidebar.fixSidebarTablet {
    position: fixed;
    top: 0;
  }
  #sidebar-wrap.changePos .sidebar.fixSidebarTablet .title-menu.show.fixed-top {
    position: absolute;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-wrap.changePos .sidebar.fixSidebarSp {
    bottom: 36px;
  }
}
.txt_blue {
  color: #0099cd;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
  position: relative;
  height: 100%;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper .main-wrap {
  width: 85%;
  width: calc(100% - 185px);
  float: left;
  padding: 10px;
  background: #edeef0;
  min-height: 660px;
}
.wrapper .main-wrap.full-width {
  width: 100%;
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .wrapper .main-wrap {
    width: 100%;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Everything else */
    padding-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .main-wrap {
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 68px;
    position: initial;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .breadcrumbs {
    margin: 0 10px;
  }
}
.wrapper .breadcrumbs ul li a {
  font-size: 12px;
  color: #333;
}
.wrapper .breadcrumbs ul li a:after {
  content: ">";
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.wrapper .select-nav {
  margin: 35px auto 0px;
  width: 100%;
  max-width: 1055px;
  height: 60px;
  padding: 0px;
  overflow: hidden;
  clear: both;
  background: -moz-linear-gradient(left, #edeef0 0%, #edeef0 10%, #cc0111 10%, #cc0111 90%, #edeef0 90%, #edeef0 100%);
  background: -ms-linear-gradient(left, #edeef0 0%, #edeef0 10%, #cc0111 10%, #cc0111 90%, #edeef0 90%, #edeef0 100%);
  background: -o-linear-gradient(left, #edeef0 0%, #edeef0 10%, #cc0111 10%, #cc0111 90%, #edeef0 90%, #edeef0 100%);
  background: -webkit-gradient(linear, 0% 10%, 10% 90%, 90% 100%, from(#edeef0), to(#cc0111));
  background: -webkit-linear-gradient(left, #edeef0 0%, #edeef0 10%, #cc0111 10%, #cc0111 90%, #edeef0 90%, #edeef0 100%);
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav {
    height: auto;
    border-radius: 0;
  }
}
.wrapper .select-nav li {
  float: left;
  padding: 0;
  height: 60px;
  text-align: center;
  width: 16.65%;
}
.wrapper .select-nav li.active a {
  background: #fa0014;
}
.wrapper .select-nav li.active a:hover {
  background: #fa0014;
}
.wrapper .select-nav li.active.first span {
  background: url(../../dk_top/img/nav-L.png) no-repeat left bottom;
}
.wrapper .select-nav li.active.last span {
  background: url(../../dk_top/img/nav-R.png) no-repeat left bottom;
}
.wrapper .select-nav li:hover a {
  background: #fa0014;
}
.wrapper .select-nav li.first span {
  background: url(../../dk_top/img/nav-L.png) no-repeat left top;
  width: 32px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li.first span {
    display: none;
  }
}
.wrapper .select-nav li.first a {
  width: 81%;
  width: calc(100% - 32px);
  vertical-align: middle;
  float: left;
}
@media only screen and (max-width: 768px) {
  .wrapper .select-nav li.first a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li.first a {
    padding-left: 0;
    width: 100%;
  }
}
.wrapper .select-nav li.last:hover a {
  background-color: #fa0014;
}
.wrapper .select-nav li.first:hover span {
  background: url(../../dk_top/img/nav-L.png) no-repeat left bottom;
}
@media only screen and (max-width: 1024px) {
  .wrapper .select-nav li.last:hover a {
    background: #fa0014;
  }
}
.wrapper .select-nav li.last:hover span {
  background: url(../../dk_top/img/nav-R.png) no-repeat left bottom;
}
.wrapper .select-nav li.last span {
  background: url(../../dk_top/img/nav-R.png) no-repeat left top;
  width: 33px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li.last span {
    display: none;
  }
}
.wrapper .select-nav li.last a {
  width: 80%;
  width: calc(100% - 33px);
  vertical-align: middle;
  border-left: 1px solid #cc0111;
  background-color: #9c020c;
}
.wrapper .select-nav li.last a:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .select-nav li.last a {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li.last a {
    width: 100%;
  }
}
.wrapper .select-nav li a {
  padding: 18px 10px 22px;
  color: #fff;
  background: #cc0111;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
.wrapper .select-nav li a:after {
  position: absolute;
  width: 1px;
  height: 40px;
  top: 10px;
  right: 0;
  content: "";
  display: block;
  background: #a80310;
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li a:after {
    display: none;
  }
}
.wrapper .select-nav li a:hover {
  background: #fa0014;
}
@media only screen and (max-width: 960px) {
  .wrapper .select-nav li a {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1035px) and (min-width: 1025px) {
  .wrapper .select-nav li a {
    font-size: 13px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper .select-nav li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 705px) {
  .wrapper .select-nav li a {
    font-size: 11px;
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li a {
    font-size: 12px;
    padding: 15px 0;
    border-right: 1px solid #f16671;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* Everything else */
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper .select-nav li a:hover {
    background: #cc0111;
  }
}
@media only screen and (max-width: 320px) {
  .wrapper .select-nav li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .select-nav li {
    width: 33.33333333%;
    height: 50px;
    border-bottom: 1px solid #f16671;
  }
}
#footer .contain .section .container.link {
  background: #eef0f1;
  padding: 20px 30px 0 30px !important;
  z-index: 29;
}
@media only screen and (max-width: 1280px) {
  #footer .contain .section .container.link {
    padding: 0 20px !important;
  }
  #footer .contain .section .container.link .grid-row {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .contain .section .container.link {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .contain .section .container.link {
    padding: 0 10px !important;
  }
  #footer .contain .section .container.link .grid-row [class^='dgrid'] {
    padding: 0px 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #footer .contain .section .container.link h3 {
    margin: 15px 0 8px !important;
  }
}

.social-network {
  list-style: none;
  margin: 20px 0 55px;
}
@media only screen and (max-width: 767px) {
  .social-network {
    text-align: center;
    margin: 0px 0 20px;
  }
}
.social-network li {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .social-network li:first-child a {
    margin-left: 4px;
  }
}
.social-network li a {
  width: 60px;
  height: 60px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .social-network li a {
    width: 60px;
    height: 60px;
    background-size: 100% !important;
  }
}
.social-network li a.youtube {
  background: url(../../dk_top/img/icon-youtube.png) no-repeat left -200px;
  margin-right: 18px;
  height: 61px;
}
@media only screen and (max-width: 767px) {
  .social-network li a.youtube {
    background: url(../../dk_top/img/icon-youtube.png) no-repeat left 1px;
  }
}
.social-network li a.line {
  background: url(../../dk_top/img/icon-line.png) no-repeat left -200px;
}
@media only screen and (max-width: 767px) {
  .social-network li a.line {
    background: url(../../dk_top/img/icon-line.png) no-repeat left top;
  }
}
/* Fix for IE8 */
.no-canvas body {
  min-width: 1280px;
}
.no-canvas #article {
  min-width: 1280px;
}
.no-canvas #header {
  background: #fff;
  min-width: 1280px;
}
.no-canvas #footer {
  min-width: 1280px;
}
.no-canvas .section.hidden-pc {
  display: none;
}
.no-canvas .head-wrapper,
.no-canvas .content-footer {
  min-width: 1280px;
  max-width: 1280px;
}
.no-canvas .contain .section .wrap .container.logo .breadcrumb a {
  float: left;
}
.no-canvas .link-footer {
  min-width: 1015px;
  max-width: 1015px;
}
.no-canvas .wrapper {
  position: absolute;
  left: 0px;
  right: 10px;
  min-width: 1280px;
  margin: 0 auto;
}
.no-canvas .wrapper.toppage {
  position: relative;
  min-width: initial;
  left: initial;
  right: initial;
}
.no-canvas .wrapper.toppage .main-wrap {
  min-width: 1080px;
  max-width: 1080px;
}
.no-canvas .wrap-link-footer .link-footer ul li a {
  font-size: 11px;
}
.no-canvas #header .head-wrapper ul.top_ul .searchbar input[type=text] {
  padding: 3px 0 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.no-canvas ul.tab li.none .left,
.no-canvas ul.tab li.none .right {
  width: 480px;
}
.no-canvas .contain {
  min-width: 1100px;
}
.no-canvas .contain .section .wrap {
  min-width: 1280px;
  max-width: 1280px;
}
.no-canvas .contain .section .wrap .container {
  min-width: 1040px;
  max-width: 1040px;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Everything else */
}
.no-canvas .contain .section .wrap .container.logo,
.no-canvas .contain .section .wrap .container.social,
.no-canvas .contain .section .wrap .container.main-visual,
.no-canvas .contain .section .wrap .container.intro,
.no-canvas .contain .section .wrap .container.cl-f6f7f7,
.no-canvas .contain .section .wrap .container.lu_index_title.no_filter {
  min-width: 1100px;
  max-width: 1100px;
}
.no-canvas .contain .section .wrap .container.tab-index,
.no-canvas .contain .section .wrap .container.lu_index_title {
  min-width: 1050px;
  max-width: 1050px;
}
.no-canvas ul.tab li.none .left .img_inline {
  max-width: 80%;
  height: auto;
}
.no-canvas .slider-caption p {
  float: right;
}
.no-canvas .contain .section .wrap .container .title span.en {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.no-canvas #sidebar-wrap .sidebar .wrap ul.darkgray,
.no-canvas #sidebar-wrap .sidebar .wrap .title_black,
.no-canvas .sidebar .wrap .title-menu {
  margin: 0px;
}
.no-canvas #sidebar-wrap .sidebar .wrap {
  padding: 0px;
}
.no-canvas #sidebar-wrap .sidebar .wrap.sub_pages .title,
.no-canvas .clickcontrol {
  display: none;
}
.no-canvas #sidebar-wrap .sidebar.toppage .wrap .title-menu {
  margin: 0px;
}
.no-canvas #sidebar-wrap .sidebar.toppage .wrap .popup_sidebar_bt.title {
  display: none;
}
.no-canvas #sidebar-wrap .sidebar .right-col-menu.hidden-pc {
  display: none;
}
.no-canvas .blackwrap {
  display: none;
}
.no-canvas .hidden-lg {
  display: none !important;
}
.no-canvas .module9 .slider {
  display: none !important;
}
.no-canvas .wrapper .select-nav li.first {
  width: 159px;
}
.no-canvas .wrapper .select-nav li.first a {
  width: 127px;
}
.no-canvas .wrapper .select-nav li.last {
  width: 160px;
}
.no-canvas .wrapper .select-nav li.last a {
  width: 127px;
}
.no-canvas .toppage-ranking .ranking-see-more {
  height: 302px;
}
.no-canvas .toppage-ranking .ranking-see-more a {
  display: inline-block;
}
.no-canvas .toppage-ranking .dgrid-lg-33_3 .background {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.no-canvas .toppage-ranking .dgrid-lg-33_3 .background .num {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.no-canvas .toppage-ranking .dgrid-lg-33_3 .background .num:before {
  display: none;
}
.no-canvas .toppage-ranking .dgrid-lg-33_3 .background .num:after {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 65px;
  height: 76px;
  display: block;
  background: url("../img/bg_no1.png");
  z-index: 99;
  content: ' ';
}
.no-canvas .toppage-ranking .dgrid-lg-33_3 .background .num img {
  z-index: -1;
  position: relative;
}
.nivo-imageLink {
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  position: absolute;
}
#dk_js_attention {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 100%;
  text-align: center;
  color: #f00;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 999;
}
#dk_css_attention {
  display: none;
}
.btn-top-sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .btn-top-sp {
    position: fixed;
    bottom: 35px;
    right: 10px;
    opacity: 0.8;
    z-index: 98;
    border-radius: 3px;
    width: 100%;
    display: block;
    color: #fff;
    height: 27px;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    font-size: 12px;
    outline: none;
    width: 43px;
    box-shadow: 0px 0px 3px #5e5e5e;
    background: url("../img/arrow_to_top.png") no-repeat center center #a3a3a4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 50%;
  }
}
#back-top {
  z-index: 99;
}
#back-top .btn-top {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #back-top {
    display: none !important;
  }
}
/*
  jQuery.mmenu CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 0px ;
}
.mm-menu > .mm-list {
  padding-bottom: 0;
}
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.mm-list > li:last-child {
  border-bottom: none;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
html.no-touch .mm-list a:hover,
.mm-list li.active a {
  background: #cc0212;
  color: #fff;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  line-height: 20px;
  display: block;
  padding: 17px 10px 17px 17px;
  margin: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .mm-list > li > a,
  .mm-list > li > span {
    font-size: 13px;
    padding: 17px 10px 17px 17px;
  }
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 0px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 70px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
html.no-touch .mm-list li:hover a.mm-subopen,
html.no-touch .mm-list li:hover a.has-submenu {
  background: #cc0212;
  color: #fff;
}
html.no-touch .mm-list li.mm-opened:hover a.mm-subopen,
html.no-touch .mm-list li.mm-opened:hover a.has-submenu {
  background: #dcdce0;
  color: #000;
}
.mm-list a.mm-subopen:after {
  content: '';
  width: 14px;
  height: 15px;
  background: url('../../dk_top/img/arrow-menu.png') no-repeat left top;
  bottom: 50%;
  display: inline-block;
  border-top: none;
  border-left: none;
  right: 18px;
  margin: 18px 0 0 28px;
}
.mm-list li.active .sub-menu a {
  background: #fff !important;
  color: #000 !important;
}
.mm-list li.active a {
  background: #cc0212 !important;
  color: #fff !important;
}
.mm-list li.active .mm-subopen,
.mm-list li.active .mm-subopen:after {
  background: #cc0212 !important;
  color: #fff !important;
}
html.no-touch .mm-list li.active .sub-menu a:hover {
  background: #cc0212 !important;
  color: #fff !important;
}
.mm-list li.active a.mm-subopen:after {
  background: url('../../dk_top/img/arrow-menu.png') no-repeat left bottom !important;
}
html.no-touch .mm-list li:hover a.mm-subopen:after {
  background: url('../../dk_top/img/arrow-menu.png') no-repeat left bottom;
}
html.no-touch .mm-list li.mm-opened:hover a.mm-subopen:after {
  background: url('../../dk_top/img/arrow-menu.png') no-repeat left top;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 0px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 54px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}
.mm-menu {
  background: #dddce1;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: #fff;
}
.sub-menu.mm-list > li > a,
.sub-menu.mm-list > li > span {
  border-bottom: 1px dashed #dcdce0;
}
.sub-menu.mm-list > li:last-child > a,
.sub-menu.mm-list > li:last-child > span {
  border-bottom: none;
}
/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.device-android .mm-slideout {
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -ms-transition: -ms-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
@media only screen and and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media only screen and and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(154px, 0);
    -moz-transform: translate(154px, 0);
    -ms-transform: translate(154px, 0);
    -o-transform: translate(154px, 0);
    transform: translate(154px, 0);
  }
}
@media only screen and (min-width: 1280px) {
  #menu {
    display: none !important;
  }
}
.mm-page {
  position: relative;
}
@media (max-width: 1024px) {
  .touch .mm-opened + .mm-page {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }
  .touch .mm-opened + .mm-page #sidebar-wrap .sidebar .wrap .title-menu {
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 1024px) {
  .mm-opened + .mm-page:before {
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 101;
  }
}
.mm-menu-search {
  text-align: center;
}
.mm-menu li form {
  background: #fff;
  width: 80%;
  width: calc(100% - 40px);
  margin: 10px auto 22px;
  border-radius: 20px;
  height: 30px;
  text-align: left;
  padding: 8px 0 0px 15px ;
}
.mm-menu li form input {
  border: none;
  outline: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  float: left;
  max-width: 80%;
  background: #fff;
}
.mm-menu li form #i_search_input {
  width: calc(100% - 50px);
  padding: 6px 0;
  height: 10px;
}
@media only screen and (max-width: 1024px) {
  .mm-menu li form #i_search_input {
    font-size: 14px;
    padding: 4px 0;
    height: 14px;
  }
}
.mm-menu li form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.mm-menu li form .btn.rollover {
  float: right;
  margin: 2px 18px 0 0;
}
.mm-menu li.global {
  background: #e5e6eb !important;
  overflow: hidden;
}
.mm-menu li.global a {
  width: 17%;
  width: calc(20% - 17px);
  display: inline-block;
  padding-right: 0;
  font-size: 10px;
  color: #6d6d6d;
  background: #e5e6eb !important;
  float: left;
}
@media only screen and (max-width: 767px) {
  .mm-menu li.global a {
    width: 30%;
    width: calc(100%/3 - 17px);
    font-size: 12px;
  }
  .mm-menu li.global a:nth-child(4) {
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
  .mm-menu li.global a:nth-child(5) {
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mm-menu li.global a {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.no-touch .mm-menu li.global a:hover {
  color: #fff;
  background: #cc0212 !important;
}
.mm-menu #menu-close {
  background: #6a6b73;
  width: 70px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 12px 0;
  line-height: 16px;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0 0 17px;
}
.mm-menu #menu-close:hover {
  background: #82838a;
}
/* ====================================================================================================================
 * GENERAL CSS
 * ====================================================================================================================*/
.left {
  float: left !important;
}
.right {
  float: right !important;
}
@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media only screen and (min-width: 767px) {
  .visible-lg {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-lg {
    display: none !important;
  }
}
.padding-left-sm {
  padding-left: 16px !important;
}
.no-padding {
  padding: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.hidden {
  display: none;
}
.margin-top {
  margin-top: 32px !important;
}
@media only screen and (max-width: 767px) {
  .margin-top {
    margin-top: 16px !important;
  }
}
.margin-bottom {
  margin-bottom: 32px !important;
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 16px !important;
  }
}
.margin-bottom-big-size {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .margin-bottom-big-size {
    margin-bottom: 25px !important;
  }
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .align-center {
    margin: 0 20px;
  }
}
.img-responsive {
  width: 100%;
}

@charset "UTF-8";
/******************************************************************
com - reset
******************************************************************/
.com-header, .com-footer { -webkit-font-smoothing: antialiased; }
header, footer, .com-header *, .com-footer * { margin: 0; padding: 0; width: auto; height: auto; box-sizing: content-box; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; line-height: 1.8; color: #2f2f2f; font-size: 14px; background-color: transparent; text-align: left; }
.com-header__sub-logoimg-pc * { font-weight: bold; }
.com-header a, .com-footer a { text-decoration: none; }
.com-header a:focus, .com-footer a:focus, .com-header a:hover, .com-footer a:hover { color: #2f2f2f; }
.com-header li, .com-footer li { list-style: none; }
.com-header img, .com-footer img { max-width: 100%; height: auto; vertical-align: middle; }
.com-header input[type="text"] { -webkit-appearance: none; box-sizing: border-box; vertical-align: middle; background-color: #ffffff; border: 0; }
.com-header button { background-color: transparent; border: none; cursor: pointer; padding: 0; appearance: none; }
/******************************************************************
com - header
******************************************************************/
@media screen and (min-width: 1025px) { .com-header { border-top: 3px solid #e60012; background-color: #ffffff; }
  .com-header__main { border-bottom: 2px solid #dddddd; }
  .com-header__main-inner { max-width: 1280px; margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; display: flex; align-items: center; }
  .com-header__main-logo { padding-top: 8px; padding-bottom: 8px; }
  .com-header__main-logo a { display: block; width: 300px; height: 24px; text-indent: -9999px; overflow: hidden; background: url("/com_parts/img/logo.png") left top/contain no-repeat; }
  .com-header__main-nav-tb { display: none; }
  .com-header__main-nav-pc { flex-grow: 1; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; padding-top: 4px; padding-bottom: 4px; }
  .com-header__main-nav-pc li:not(:last-child) { margin-left: 32px; }
  .com-header__main-nav-pc li:last-child { margin-left: 20px; }
  .com-header__main-nav-pc a { font-weight: bold; transition-property: color; transition-duration: 0.3s; }
  .com-header__main-nav-pc a:focus, .com-header__main-nav-pc a:hover { color: #fa0014; }
  .com-header__main a.com-header__main-search-pc { position: relative; display: block; width: 26px; height: 27px; background: url("/com_parts/img/search.svg") left top/contain no-repeat; transition-property: opacity; transition-duration: 0.3s; }
  .com-header__main a.com-header__main-search-pc:focus, .com-header__main a.com-header__main-search-pc:hover { opacity: 0.6; }
  .com-header__main-searcharea { display: none; border-bottom: 2px solid #dddddd; background-color: #efefef; padding-top: 20px; padding-bottom: 20px; padding-right: 16px; padding-left: 16px; }
  .com-header__main-searcharea.is-active .com-header__main-searcharea-inner { opacity: 1; }
  .com-header__main-searcharea-inner { max-width: 900px; margin-right: auto; margin-left: auto; background-color: #ffffff; border-radius: 60px; padding: 8px 20px; display: flex; align-items: center; opacity: 0; transition-property: opacity; transition-duration: 0.3s; }
  .com-header__main-searcharea-inner input[type="text"] { flex-grow: 1; font-size: 20px; outline: 0; }
  .com-header__main-searcharea-inner button { display: block; width: 31px; height: 33px; background: url("/com_parts/img/search.svg") left top/contain no-repeat; transition-property: opacity; transition-duration: 0.3s; }
  .com-header__main-searcharea-inner button:focus, .com-header__main-searcharea-inner button:hover { opacity: 0.6; }
  .com-overlay { display: none; } }
@media all and (-ms-high-contrast: none) { .com-header__main-nav-pc a:not(.com-header__main-search-pc) { display: inline-block !important; padding-top: 8px !important; } }
@media screen and (max-width: 1024px) { .com-header { border-top: 3px solid #e60012; background-color: #ffffff; position: relative; z-index: 1001; }
  .com-header__main { border-bottom: 2px solid #dddddd; }
  .com-header__main-inner { display: flex; }
  .com-header__main-logo { padding-top: 15px; padding-bottom: 15px; padding-left: 15px; }
  .com-header__main-logo a { display: block; width: 65vw; height: 5.2vw; max-width: 300px; max-height: 24px; text-indent: -9999px; overflow: hidden; background: url("/com_parts/img/logo-l.png") left top/contain no-repeat; }
  .com-header__main-nav-pc { display: none; }
  .com-header__main-nav-tb { flex-grow: 1; display: flex; align-items: center; justify-content: flex-end; padding-right: 16px; }
  .com-header__main-search-tb { position: relative; display: block; width: 26px; height: 27px; background: url("/com_parts/img/search.svg") left top/contain no-repeat; }
  .com-header__main-menu-tb { display: block; width: 30px; height: 26px; margin-left: 16px; vertical-align: middle; position: relative; }
  .com-header__main-menu-tb::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 3px; border-top: 3px solid #000000; border-radius: 3px; }
  .com-header__main-menu-tb.is-active::after { border-top-color: transparent; }
  .com-header__main-menuitem-tb::before { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; right: 0; left: 0; width: 30px; height: 3px; border-top: 3px solid #000000; border-radius: 3px; transition-property: all; transition-duration: 0.3s; }
  .com-header__main-menuitem-tb::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; right: 0; bottom: 0; left: 0; width: 30px; height: 3px; border-top: 3px solid #000000; border-radius: 3px; transition-property: all; transition-duration: 0.3s; }
  .com-header__main-menu-tb.is-active .com-header__main-menuitem-tb::before { top: 12px; transform: rotate(45deg); }
  .com-header__main-menu-tb.is-active .com-header__main-menuitem-tb::after { bottom: 11px; transform: rotate(-45deg); }
  .com-header__main-searcharea { display: none; border-bottom: 2px solid #dddddd; background-color: #efefef; padding-top: 12px; padding-bottom: 12px; padding-right: 12px; padding-left: 12px; }
  .com-header__main-searcharea.is-active .com-header__main-searcharea-inner { opacity: 1; }
  .com-header__main-searcharea-inner { margin-right: auto; margin-left: auto; background-color: #ffffff; border-radius: 60px; padding: 4px 12px 4px 14px; display: flex; align-items: center; opacity: 0; transition-property: opacity; transition-duration: 0.3s; }
  .com-header__main-searcharea-inner input[type="text"] { width: calc(100% - 23px); flex-grow: 1; font-size: 16px; outline: 0; }
  .com-header__main-searcharea-inner button { display: block; width: 22px; height: 23px; background: url("/com_parts/img/search.svg") left top/contain no-repeat; transition-property: opacity; transition-duration: 0.3s; }
  .com-overlay { display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.65); } }
@media screen and (max-width: 767px) { .com-header__main-logo { padding-left: 12px; }
  .com-header__main-nav-tb { padding-right: 12px; }
  .com-header__main-menu-tb { margin-left: 12px; } }
/******************************************************************
com - nav
******************************************************************/
@media screen and (min-width: 1025px) { .com-header nav { background-color: #ffffff; }
  .com-header__sub-pc { border-bottom: 2px solid #dddddd; }
  .com-header__sub-inner-pc { max-width: 1280px; margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; display: flex; align-items: center; min-height: 35px; }
  .com-header__sub-logo-pc { font-size: 16px; font-weight: bold; line-height: 1.4; padding-top: 6px; padding-bottom: 6px; }
  .com-header__sub-logo-pc a { font-size: 16px; font-weight: bold; line-height: 1.4; transition-property: color; transition-duration: 0.3s; }
  .com-header__sub-logo-pc a:focus, .com-header__sub-logo-pc a:hover { color: #fa0014; }
  .com-header__sub-logoimg-pc { padding-top: 5px; padding-bottom: 5px; }
  .com-header__sub-nav-pc { flex-grow: 1; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
  .com-header__sub-nav-pc li:not(:first-child) { margin-left: 16px; }
  .com-header__sub-nav-pc a { display: inline-block; transition-property: color; transition-duration: 0.3s; font-size: 12px; padding: 7px 0; }
  .com-header__sub-nav-pc a:focus, .com-header__sub-nav-pc a:hover { color: #fa0014; }
  .com-header__sub-btn-red a { line-height: 1; transition-property: background,color; transition-duration: 0.3s; background-color: #d02d25; color: #ffffff; padding: 7px 0.8em; font-weight: bold; }
  .com-header__sub-btn-red a:focus, .com-header__sub-btn-red a:hover { background-color: #a5241d; color: #ffffff; }
  .com-header__sub-btn-gray a { line-height: 1; transition-property: background,color; transition-duration: 0.3s; background-color: #666666; color: #ffffff; padding: 7px 0.8em; font-weight: bold; }
  .com-header__sub-btn-gray a:focus, .com-header__sub-btn-gray a:hover { background-color: #4d4d4d; color: #ffffff; }
  .com-header__sub-btn-yellow a { line-height: 1; transition-property: background,color; transition-duration: 0.3s; background-color: #f68e1e; color: #ffffff; padding: 7px 0.8em; font-weight: bold; }
  .com-header__sub-btn-yellow a:focus, .com-header__sub-btn-yellow a:hover { background-color: #d87409; color: #ffffff; }
  .com-header__sub-btn-blue a { line-height: 1; transition-property: background,color; transition-duration: 0.3s; background-color: #006cad; color: #ffffff; padding: 7px 0.8em; font-weight: bold; }
  .com-header__sub-btn-blue a:focus, .com-header__sub-btn-blue a:hover { background-color: #004c7a; color: #ffffff; }
  .com-header__open-tb { display: none; } }
@media all and (-ms-high-contrast: none) { .com-header__sub-logo-pc { padding-top: 9px !important; padding-bottom: 3px !important; }
  .com-header__sub-logoimg-pc { padding-top: 6px !important; padding-bottom: 4px !important; }
  .com-header__sub-nav-pc a { padding-top: 9px !important; padding-bottom: 4px !important; } }
@media screen and (max-width: 1024px) { .com-header nav { background-color: #ffffff; }
  .com-header__sub-pc { display: none; }
  .com-header__open-tb { display: none; position: absolute; z-index: +1; width: 100%; background: #ffffff; }
  .com-header__open-logo-tb { border-bottom: 2px solid #dddddd; padding: 16px 16px 16px 16px; font-size: 17px; font-weight: bold; line-height: 1.4; }
  .com-header__open-logo-tb a { font-size: 17px; font-weight: bold; line-height: 1.4; }
  .com-header__open-logoimg-tb { border-bottom: 2px solid #dddddd; padding: 12px 16px 12px 16px; }
  .com-header__open-link1-tb { display: block; box-sizing: border-box; border-bottom: 1px solid #c7c7c7; font-size: 16px; font-weight: bold; line-height: 1.4; position: relative; padding-right: 26px; padding: 12px 32px 12px 16px; }
  .com-header__open-link1-tb::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-18px, 3.5px) rotate(45deg); transform-origin: top right; border-top: 2px solid #8e8e8e; border-right: 2px solid #8e8e8e; width: 9px; height: 9px; transition-property: top, right, bottom, left; transition-duration: 0.3s; }
  .com-header .com-header__open-button1-tb { display: block; box-sizing: border-box; width: 100%; border-bottom: 1px solid #c7c7c7; padding: 12px 32px 12px 16px; font-size: 16px; font-weight: bold; line-height: 1.4; position: relative; }
  .com-header .com-header__open-button1-tb::before, .com-header .com-header__open-button1-tb::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .com-header .com-header__open-button1-tb::before { border-top: 2px solid #8e8e8e; width: 12px; height: 0; top: 0; bottom: 0; right: 0; }
  .com-header .com-header__open-button1-tb::after { border-left: 2px solid #8e8e8e; width: 0; height: 12px; top: 0; bottom: 0; right: 5px; transition-property: all; transition-duration: 0.3s; }
  .com-header .com-header__open-button1-tb::before, .com-header .com-header__open-button1-tb::after { transform: translateX(-16px); }
  .com-header .com-header__open-button1-tb.is-active::after { height: 0; }
  .com-header__open-linkbutton1-tb { border-bottom: 1px solid #c7c7c7; display: flex; }
  .com-header__open-linkbutton1-link-tb { flex-grow: 1; display: block; box-sizing: border-box; font-size: 16px; font-weight: bold; line-height: 1.4; padding: 12px 32px 12px 16px; }
  .com-header__open-linkbutton1-button-tb { display: block; box-sizing: border-box; width: 45px; position: relative; }
  .com-header__open-linkbutton1-button-tb::before, .com-header__open-linkbutton1-button-tb::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; }
  .com-header__open-linkbutton1-button-tb::before { border-top: 2px solid #8e8e8e; width: 12px; height: 0; top: 0; bottom: 0; right: 0; }
  .com-header__open-linkbutton1-button-tb::after { border-left: 2px solid #8e8e8e; width: 0; height: 12px; top: 0; bottom: 0; right: 5px; transition-property: all; transition-duration: 0.3s; }
  .com-header__open-linkbutton1-button-tb::before, .com-header__open-linkbutton1-button-tb::after { transform: translateX(-16px); }
  .com-header__open-linkbutton1-button-tb.is-active::after { height: 0; }
  .com-header__open-local-target { display: none; border-bottom: 1px solid #c7c7c7; }
  .com-header__open-local-target li { background-color: #efefef; }
  .com-header__open-local-target li:not(:last-child) { border-bottom: 1px solid #ffffff; }
  .com-header__open-local-target a { display: block; box-sizing: border-box; width: 100%; font-size: 16px; line-height: 1.4; padding: 10px 16px 10px 16px; }
  .com-header__open-sub-tb { background-color: #efefef; }
  .com-header__open-sub-tb li:not(:last-child) { border-bottom: 1px solid #ffffff; }
  .com-header__open-sub-tb a { display: block; text-align: center; padding: 10px; line-height: 1.4; }
  .com-header__open-main-tb { display: flex; flex-wrap: wrap; border-top: 5px solid #e60012; }
  .com-header__open-main-tb li { width: 50%; box-sizing: border-box; border-bottom: 1px solid #c7c7c7; }
  .com-header__open-main-tb li:nth-child(odd) { border-right: 1px solid #c7c7c7; }
  .com-header__open-main-tb a { display: block; text-align: center; font-weight: bold; line-height: 1.4; position: relative; padding-right: 14.5px; padding: 15px 18px 15px 15px; }
  .com-header__open-main-tb a::after { position: absolute; content: ""; margin: auto; box-sizing: border-box; vertical-align: middle; top: 0; bottom: 0; right: 0; transform: translate(-8px, 2.5px) rotate(45deg); transform-origin: top right; border-top: 2px solid #e60012; border-right: 2px solid #e60012; width: 7px; height: 7px; transition-property: top, right, bottom, left; transition-duration: 0.3s; } }
/******************************************************************
com - footer
******************************************************************/
@media screen and (min-width: 1025px) { .com-footer__pagetop { background-color: #ffffff; }
  .com-footer__pagetop-inner { max-width: 1280px; margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; padding-top: 16px; padding-bottom: 16px; }
  .com-footer__pagetop-inner a { position: relative; display: block; margin-left: auto; background-color: #757575; width: 60px; height: 40px; border-radius: 5px; transition-property: opacity; transition-duration: 0.3s; }
  .com-footer__pagetop-inner a:focus, .com-footer__pagetop-inner a:hover { opacity: 0.7; }
  .com-footer__pagetop-inner a::after { display: block; content: ""; position: absolute; top: calc(50% - 3px); left: calc(50% - 7px); width: 10px; height: 10px; border-top: solid 2px #fff; border-right: solid 2px #fff; transform: rotate(-45deg); }
  .com-footer__main { background-color: #757575; }
  .com-footer__main-inner { max-width: 1280px; margin-right: auto; margin-left: auto; padding-right: 16px; padding-left: 16px; text-align: center; padding-top: 14px; padding-bottom: 14px; }
  .com-footer__main-nav { display: flex; justify-content: center; flex-wrap: wrap; }
  .com-footer__main-nav li { margin-right: 12px; margin-left: 12px; }
  .com-footer__main-nav a { color: #ffffff; transition-property: opacity; transition-duration: 0.3s; }
  .com-footer__main-nav a:focus, .com-footer__main-nav a:hover { color: #ffffff; opacity: 0.7; }
  .com-footer__main-copy a { color: #ffffff; transition-property: opacity; transition-duration: 0.3s; }
  .com-footer__main-copy a:focus, .com-footer__main-copy a:hover { color: #ffffff; opacity: 0.7; } }
@media screen and (max-width: 1024px) { .com-footer__pagetop { display: none; }
  .com-footer__main { background-color: #757575; }
  .com-footer__main-inner { text-align: center; padding-top: 13px; padding-bottom: 13px; }
  .com-footer__main-nav { display: flex; justify-content: center; flex-wrap: wrap; }
  .com-footer__main-nav li { margin-right: 12px; margin-left: 12px; }
  .com-footer__main-nav a { color: #ffffff; transition-property: opacity; transition-duration: 0.3s; }
  .com-footer__main-nav a:focus, .com-footer__main-nav a:hover { color: #ffffff; opacity: 0.7; }
  .com-footer__main-copy a { color: #ffffff; transition-property: opacity; transition-duration: 0.3s; }
  .com-footer__main-copy a:focus, .com-footer__main-copy a:hover { color: #ffffff; opacity: 0.7; } }
@media screen and (max-width: 767px) { .com-footer__main-nav li:not(:last-child) { margin-right: 15px; }
  .com-footer * { font-size: 13px; } }
.com-display-off { position: absolute; width: 0px; height: 0px; top: -999px; overflow: hidden; }


.com-header .head-wrapper { -webkit-font-smoothing: initial; }
.com-header a{
  color: #000;
}

