@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700);
.clearfix, .boder-bottom-solid,
.boder-bottom-dotted, .header-menu-subcontent-box, #pankuzu .pankuzu-list, #mainContents, .company-info-main, .company-info-sub, .company-info-sub-box, .products-list, .products-list-link, .footer-sitemap, .footer-sitemap-list-sub, .footer-copy {
  *zoom: 1;
}
.clearfix:after, .boder-bottom-solid:after,
.boder-bottom-dotted:after, .header-menu-subcontent-box:after, #pankuzu .pankuzu-list:after, #mainContents:after, .company-info-main:after, .company-info-sub:after, .company-info-sub-box:after, .products-list:after, .products-list-link:after, .footer-sitemap:after, .footer-sitemap-list-sub:after, .footer-copy:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************
　共通CSS
******************************************/
html {
  font-size: 62.5%;
  color: #545454;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  outline: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a span::before, a span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a::before, a::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

a:hover {
  text-decoration: none;
  color: #cccccc;
}

.wrapper {
  position: relative;
  margin: 0 auto;
}


@media screen and (min-width: 1056px) {
  .wrapper {
    width: 1056px;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.co-red {
  color: #eb1e24;
}

.co-black {
  color: #1a1a1a;
}

.co-white {
  color: #fff;
}

.co-gray {
  color: #999999;
}

.co-purple {
  color: #413d92;
}

.co-pink {
  color: #f26d7e;
}

.co-blue {
  color: #0852a0;
}

.co-green {
  color: #00ba5a;
}

.co-orange {
  color: #faa701;
}

.boder-gray-1px,
.boder-gray-4px {
  padding: 16px 16px 0 16px;
  border: 1px #dbdbdb solid;
}


@media screen and (min-width: 768px) {
  .boder-gray-1px,
  .boder-gray-4px {
    padding: 32px 24px 16px 24px;
  }
}

.boder-gray-4px {
  border: 4px #eee solid;
}

.boder-bottom-solid,
.boder-bottom-dotted {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px #dbdbdb solid;
}
.boder-bottom-solid > p:last-child,
.boder-bottom-dotted > p:last-child {
  margin-bottom: 0;
}

.boder-bottom-dotted {
  border-bottom: 1px #dbdbdb dotted;
}

.back-gray {
  background-color: #f7f7f7;
}

.contents-box {
  margin-left: 5px;
  margin-right: 10px;
}


@media screen and (min-width: 1056px) {
  .contents-box {
    margin-left: 5px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contents-2column {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contents-3column {
    float: left;
    width: 33.333333%;
  }
}

.icon-mail {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.icon-mail::before, .icon-mail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 10px;
  margin-top: -6px;
  background-image: url(../images/i_mail_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 14px 100px;
}
@media screen and (min-width: 1056px) {
  .icon-mail::before, .icon-mail::after {
    background-image: url(../images/i_mail_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-mail.purple::after {
  background-position: center -30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-mail.pink::after {
  background-position: center -60px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-mail.black::after {
  background-position: center -90px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.icon-arrow::before, .icon-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background-image: url(../images/arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 6px 95.33333px;
}
@media screen and (min-width: 1056px) {
  .icon-arrow::before, .icon-arrow::after {
    background-image: url(../images/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-arrow.purple::after {
  background-position: center -21px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.pink::after {
  background-position: center -42px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.black::after {
  background-position: center -63px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-arrow.orange::after {
  background-position: center -84px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-list {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.icon-list::before, .icon-list::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../images/i_list_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 13px 30px;
}
@media screen and (min-width: 1056px) {
  .icon-list::before, .icon-list::after {
    background-image: url(../images/i_list_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-list::after {
  background-position: center -20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.icon-pdf {
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.icon-pdf::before, .icon-pdf::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url(../images/i_pdf_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 11px 38px;
}
@media screen and (min-width: 1056px) {
  .icon-pdf::before, .icon-pdf::after {
    background-image: url(../images/i_pdf_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
  }
}
.icon-pdf::after {
  background-position: center -24px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}

.bg-white .icon-mail::before,
.bg-white .icon-arrow::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.bg-white .icon-mail::after,
.bg-white .icon-arrow::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}

.button {
  margin: 0;
}
.button .purple::before,
.button .pink::before,
.button .black::before,
.button .orange::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button .purple::after,
.button .pink::after,
.button .black::after,
.button .orange::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.button.purple, .button.pink, .button.black, .button.orange {
  margin: 0 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px #413d92 solid;
  background-color: #413d92;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.button.purple span::before, .button.pink span::before, .button.black span::before, .button.orange span::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.button.purple span::after, .button.pink span::after, .button.black span::after, .button.orange span::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button.purple.white-button, .button.pink.white-button, .button.black.white-button, .button.orange.white-button {
  background-color: #fff;
  color: #413d92;
}
.button.purple.white-button span::before, .button.pink.white-button span::before, .button.black.white-button span::before, .button.orange.white-button span::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.button.purple.white-button span::after, .button.pink.white-button span::after, .button.black.white-button span::after, .button.orange.white-button span::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button.purple, .button.pink, .button.black, .button.orange {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .button.purple, .button.pink, .button.black, .button.orange {
    width: 360px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
  }
  .button.purple:hover, .button.pink:hover, .button.black:hover, .button.orange:hover {
    color: #413d92;
    background-color: #fff;
  }
  .button.purple:hover span::before, .button.pink:hover span::before, .button.black:hover span::before, .button.orange:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .button.purple:hover span::after, .button.pink:hover span::after, .button.black:hover span::after, .button.orange:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .button.purple.white-button:hover, .button.pink.white-button:hover, .button.black.white-button:hover, .button.orange.white-button:hover {
    color: #fff;
    background-color: #413d92;
  }
  .button.purple.white-button:hover span::before, .button.pink.white-button:hover span::before, .button.black.white-button:hover span::before, .button.orange.white-button:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .button.purple.white-button:hover span::after, .button.pink.white-button:hover span::after, .button.black.white-button:hover span::after, .button.orange.white-button:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
}
.button.pink {
  border: 1px #f26d7e solid;
  background-color: #f26d7e;
}
.button.pink.white-button {
  color: #f26d7e;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.pink:hover {
    color: #f26d7e;
  }
  .button.pink.white-button:hover {
    color: #fff;
    background-color: #f26d7e;
  }
}
.button.black {
  border: 1px #1a1a1a solid;
  background-color: #1a1a1a;
}
.button.black.white-button {
  color: #1a1a1a;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.black:hover {
    color: #1a1a1a;
  }
  .button.black.white-button:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
.button.orange {
  border: 1px #faa701 solid;
  background-color: #faa701;
}
.button.orange.white-button {
  color: #faa701;
  background-color: #fff;
}
@media screen and (min-width: 1056px) {
  .button.orange:hover {
    color: #faa701;
  }
  .button.orange.white-button:hover {
    color: #fff;
    background-color: #faa701;
  }
}

/******************************************
　フォントサイズ
******************************************/
.t10_12px {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .t10_12px {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.rep {color:#ff0000; font-size:16px; font-weight:bold;
display : inline-block;
  text-shadow    : 
       1px  1px 1px #fabc3d;  
}

.t12_14px {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .t12_14px {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.t14_16px {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 768px) {
  .t14_16px {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.t16_18px {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .t16_18px {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.t18_20px {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}

@media screen and (min-width: 768px) {
  .t18_20px {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.t20_22px {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .t20_22px {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
.t22_24px {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
}

@media screen and (min-width: 768px) {
  .t22_24px {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
  }
}
.t24_26px {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}

@media screen and (min-width: 768px) {
  .t24_26px {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
  }
}
.t26_28px {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.30769;
}

@media screen and (min-width: 768px) {
  .t26_28px {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}
.t28_30px {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.28571;
}

@media screen and (min-width: 768px) {
  .t28_30px {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.26667;
  }
}
.t30_32px {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.26667;
}

@media screen and (min-width: 768px) {
  .t30_32px {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.t32_34px {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .t32_34px {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.23529;
  }
}
.t34_36px {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.23529;
}

@media screen and (min-width: 768px) {
  .t34_36px {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222;
  }
}
.t36_38px {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}

@media screen and (min-width: 768px) {
  .t36_38px {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.21053;
  }
}
.t38_40px {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.21053;
}

@media screen and (min-width: 768px) {
  .t38_40px {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
}
.t40_42px {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .t40_42px {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.19048;
  }
}
.t42_44px {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.19048;
}

@media screen and (min-width: 768px) {
  .t42_44px {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.18182;
  }
}
/******************************************
　マージン
******************************************/
.mg16_8 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_8 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_8 {
    padding-bottom: 8px !important;
  }
}
.mg16_16 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_16 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_16 {
    padding-bottom: 16px !important;
  }
}
.mg16_24 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_24 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_24 {
    padding-bottom: 24px !important;
  }
}
.mg16_32 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_32 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_32 {
    padding-bottom: 32px !important;
  }
}
.mg16_40 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_40 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_40 {
    padding-bottom: 40px !important;
  }
}
.mg16_48 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_48 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_48 {
    padding-bottom: 48px !important;
  }
}
.mg16_56 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_56 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_56 {
    padding-bottom: 56px !important;
  }
}
.mg16_64 {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mg16_64 {
    padding-bottom: 24px !important;
  }
}
@media screen and (min-width: 1056px) {
  .mg16_64 {
    padding-bottom: 64px !important;
  }
}
/******************************************
　body
******************************************/
body {
  overflow-x: hidden;
}

/******************************************
　ヘッダー
******************************************/
header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  height: 150px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1056px) {
  header {
    height: 172px;
    min-width: 1056px;
  }
}

.header-title {
  width: 100%;
  height: 28px;
  background-color: #413d92;
}
@media screen and (min-width: 1056px) {
  .header-title {
    height: 44px;
    min-width: 1056px;
  }
}

.main-title {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .main-title {
    position: absolute;
    top: 0;
    left: 16px;
    line-height: 44px;
  }
}

#page-body.menuhover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2000px;
  display: block;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-search {
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #f0f0f0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1056px) {
  .header-search {
    top: 0;
    left: auto;
    right: 9px;
    background: none;
    width: 290px;
    padding: 6px 0 0;
  }
}
.header-search .search-module-input {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.header-search .search-module-input > input {
  background-color: #fff;
  border: none;
  padding: 0 3%;
  width: 94%;
  height: 30px;
  color: #999999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .header-search .search-module-input > input {
    background-color: #fff;
  }
}
.header-search .search-module-button {
  margin-left: -1px;
  display: inline-block;
  vertical-align: top;
}
.header-search .search-module-button > input {
  position: relative;
  border: none;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: url(../images/i_glass_sp.png);
  background-repeat: no-repeat;
  background-position: 6px -14px;
  -webkit-background-size: 12px 34px;
  -moz-background-size: 12px 34px;
  -o-background-size: 12px 34px;
  -ms-background-size: 12px 34px;
  background-size: 12px 34px;
}
@media screen and (min-width: 1056px) {
  .header-search .search-module-button > input {
    background-image: url(../images/i_glass_pc.png);
    background-repeat: no-repeat;
    background-position: 6px -14px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

.header-logo {
  position: absolute;
  top: 14px;
  left: 10px;
  margin-top: 0px;
}
@media screen and (min-width: 1056px) {
  .header-logo {
    top: 34px;
    left: 16px;
    margin-top: 0;
  }
}
.header-logo-img {
  background-image: url(../images/title_main_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 180px 25px;
}
.header-logo-img a {
  display: block;
  width: 180px;
  height: 25px;
}
.header-logo-img img {
  display: none;
}
@media screen and (min-width: 1056px) {
  .header-logo-img {
    background: none;
    width: auto;
    margin-bottom: 6px;
  }
  .header-logo-img img {
    display: block;
  }
  .header-logo-img a {
    width: 240px;
    height: 33px;
  }
}
.header-logo-text {
  display: none;
}
/*pad用アコーディオン*/
.pdmenu-content ul{
  height:80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom:50px;
 }
.pdmenu-btn {
    position: fixed;
    top: 35px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #5e2a53a3;
}
.pdmenu-btn span,
.pdmenu-btn span:before,
.pdmenu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.pdmenu-btn span:before {
    bottom: 8px;
}
.pdmenu-btn span:after {
    top: 8px;
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#pdmenu-btn-check:checked ~ .pdmenu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#pdmenu-btn-check {
  display: none;
}
.pdmenu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #d5d5d5d9;
  transition: all 0.5s;
}
.pdmenu-content ul {
  padding: 10px 10px 0;
}
.pdmenu-content ul a{
  color: #ffff00;
}
.pdmenu-content ul li.tf{
  text-align:center;
  font-size:0;
  padding: 10px 0 10px 0;
  background-color: #3f27a18c;
}

.pdmenu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  font-size:16px;
  color:#ffffff;
  background-color: rebeccapurple;
  margin: 0;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}


.pdmenu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #b5d2e62e;
  transition: all 0.5s;
}
#pdmenu-btn-check:checked ~ .pdmenu-content {
  left: 0;/*メニューを画面内へ*/
}

img.four{
max-width:19%;
border:1px gray solid;
}

.pad{
display: block;
    position: absolute;
    top: 0;
    height:70px;
    right: 5px;
background-color: lightgoldenrodyellow;
}

@media screen and (min-width:1056px) {
  .pad {
    display: none;
  }
}
@media screen and (max-width:428px) {
  .pad {
    display: none;
  }
}

@media screen and (min-width: 1056px) {
  .header-logo-text {
    display: block;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #666;
    font-weight: bold;
  }
}

#menu-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border: 1px #413d92 solid;
  color: #1a1a1a;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 429px) {
  #menu-btn {
    display: none;
  }
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -6px 0 0 -12px;
  background-color: #413d92;
}
#menu-btn .menu-btn-icon::before, #menu-btn .menu-btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #413d92;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -8px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 6px;
}
#menu-btn .menu-btn-text {
  display: block;
  padding-top: 24px;
  font-size: 10px;
  font-size: 1rem;
  color: #413d92;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon::before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon::after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-menu-content {
  position: absolute;
  left: 0;
  top:56px;
  display: none;
  z-index: 800;
  background-color: rgba(65, 61, 146, 0.96);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media screen and (min-width: 1056px) {
  .header-menu-content {
    display: block;
    position: absolute;
    top:0;
    left: auto;
    right: 16px;
    width: auto;
    background: none;
  }
  .header-menu-content > ul {
    border-right: 1px #dbdbdb solid;
  }
}
.header-menu-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  .header-menu-content ul {
    float: left;
  }
}
.header-menu-content ul > li {
  margin: 0;
}
.header-menu-content a {
  position: relative;
  padding: 16px;
  display: block;
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}
.header-menu-content a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1056px) {
  .header-menu-content a {
    border: none;
    color: #1a1a1a;
    padding: 0;
  }
  .header-menu-content a::before {
    display: none;
  }
}
@media screen and (min-width: 1056px) {
  .header-menu-content-other ul {
    border: none;
  }
  .header-menu-content-other li {
    height: 64px;
    line-height: 64px;
    width: 165px;
    border-bottom: 1px #dbdbdb solid;
    text-align: center;
  }
  .header-menu-content-other li:last-child {
    height: 64px;
    line-height: 64px;
    border-bottom: none;
  }
  .header-menu-content-other a {
    height: 64px;
  }
  .header-menu-content-other a:hover {
    color: #cccccc;
  }
  .header-menu-content-other li.two {
    height: 62px;
    line-height: 63px;
    width: 80px;
    text-align: center;
  }
  .cl {
	clear:both;
  }
}

.header-menu-sublink.no-arrow > a::before {
  display: none;
}
@media screen and (min-width: 1056px) {
  .header-menu-sublink {
    float: left;
    height: 128px;
    width: 100px;
    border-left: 1px #dbdbdb solid;
    vertical-align: top;
  }
  .header-menu-sublink.no-arrow > a::before {
    display: block;
  }
  .header-menu-sublink > a {
    position: relative;
    height: 128px;
    width: 100px;
  }
  .header-menu-sublink > a::before {
    display: block;
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 72px;
    margin: 0;
    width: 32px;
    height: 41px;
    margin-left: -16px;
    background-image: url(../images/i_nav_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-menu-sublink > a.piano::before {
    width: 32px;
    height: 41px;
    margin-left: -16px;
    background-position: left top;
  }
  .header-menu-sublink > a.buy::before {
    width: 39px;
    height: 41px;
    margin-left: -16px;
    background-position: -52px top;
  }
  .header-menu-sublink > a.company::before {
    width: 30px;
    height: 41px;
    margin-left: -16px;
    background-position: -110px top;
  }
  .header-menu-sublink > a > span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 38px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-menu-sublink > a > span::before, .header-menu-sublink > a > span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 21px;
    height: 21px;
    margin-left: -10px;
    background-image: url(../images/arrow_nav_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .header-menu-sublink > a > span::after {
    background-position: center -30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .header-menu-sublink > a:hover span {
    color: #cccccc;
  }
  .header-menu-sublink > a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .header-menu-sublink > a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
.header-menu-subcontent {
  display: none;
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent {
    position: absolute;
    top: 128px;
    right: 0;
    width: 1024px;
    margin: 0 -500%;
    padding: 0 500%;
    border-top: 1px #dbdbdb solid;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent-box {
    width: 1056px;
    margin: 0 auto;
  }
}
.header-menu-subcontent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-subcontent li {
  margin: 0;
  display: block;
}
.header-menu-subcontent a {
  padding: 8px 16px 8px 32px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent a {
    padding: 0;
  }
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent .header-nav-piano {
    position: relative;
    float: left;
    width: 512px;
    margin: 24px 8px 16px 0;
  }
  .header-menu-subcontent .header-nav-piano > li {
    float: left;
    width: 232px;
    margin: 0 8px;
  }
  .header-menu-subcontent .header-nav-piano.sub {
    margin-left: 8px;
  }
  .header-menu-subcontent .header-nav-piano.sub::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 95%;
    background-color: #eee;
  }
  .header-menu-subcontent .header-nav-piano.sub li {
    margin-bottom: 16px;
  }
  .header-menu-subcontent .header-nav-piano .width-box,
  .header-menu-subcontent .header-nav-piano .width-box-sub {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 232px;
    height: 76px;
    padding: 0 16px 0 100px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .header-menu-subcontent .header-nav-piano .width-box::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 94px;
    height: 76px;
    margin: 0;
    background-image: url(../images/nav_subimg2.png);
    background-repeat: no-repeat;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-menu-subcontent .header-nav-piano .width-box.kokusan::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.kokusan::before {
    background-position: left top;
  }
  .header-menu-subcontent .header-nav-piano .width-box.kaigai::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.kaigai::before {
    background-position: -104px top;
  }
  .header-menu-subcontent .header-nav-piano .width-box.denshi::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.denshi::before {
    background-position: -209px top;
  }
  .header-menu-subcontent .header-nav-piano .width-box.denshitu::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.denshitu::before {
    background-position: -209px -172px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.electone::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.electone::before {
    background-position: 0 -86px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.bouonshitsu::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.bouonshitsu::before {
    background-position: -104px -86px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.other::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.other::before {
    background-position: -209px -86px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.acce::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.acce::before {
    background-position: 0px -258px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.lesson::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.lesson::before {
    background-position: 0 -172px;
  }
  .header-menu-subcontent .header-nav-piano .width-box.hall::before,
  .header-menu-subcontent .header-nav-piano .width-box-sub.hall::before {
    background-position: -104px -172px;
  }
  .header-menu-subcontent .header-nav-piano .width-box:hover,
  .header-menu-subcontent .header-nav-piano .width-box-sub:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
  .header-menu-subcontent .header-nav-piano .width-box-sub {
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
.header-menu-subcontent .header-nav-piano-sub {
  display: none;
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent .header-nav-piano-sub {
    display: block;
    padding-top: 16px;
    width: 232px;
  }
  .header-menu-subcontent .header-nav-piano-sub li {
    margin: 0 0 8px;
  }
  .header-menu-subcontent .header-nav-piano-sub li:last-child {
    padding-top: 8px;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list {
    text-align: center;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list a {
    padding: 0;
    background-color: #2581b7;
    border: 1px #2581b7 solid;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list a::before {
    display: none;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list a:hover {
    background-color: #fff;
    color: #2581b7;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list.kaigai a {
    background-color: #b59a5e;
    border: 1px #b59a5e solid;
  }
  .header-menu-subcontent .header-nav-piano-sub li.btn-list.kaigai a:hover {
    background-color: #fff;
    color: #b59a5e;
  }
  .header-menu-subcontent .header-nav-piano-sub a {
    position: relative;
    padding-left: 22px;
    display: block;
  }
  .header-menu-subcontent .header-nav-piano-sub a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    right: auto;
    width: 6px;
    height: 11px;
    margin: -6px 0 0 0;
    background-image: url(../images/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center -63px;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-menu-subcontent .header-nav-piano-sub a:hover {
    color: #cccccc;
  }
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent .header-nav-buy li {
    margin: 0 16px;
    padding: 24px 0;
    float: left;
    width: 480px;
  }
  .header-menu-subcontent .header-nav-buy li a {
    display: block;
    height: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-background-size: auto;
  }
  .header-menu-subcontent .header-nav-buy li a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
  .header-menu-subcontent .header-nav-buy li.buying a {
    background-image: url(../images/bg_banner_pbuying.png);
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .header-menu-subcontent .header-nav-buy li.purchase a {
    background-image: url(../images/bg_banner_elbuying.png);
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .header-menu-subcontent .header-nav-buy li.wsbuying a {
    background-image: url(../images/bg_banner_wsbuying.png);
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .header-menu-subcontent .header-nav-buy li.bobuying a {
    background-image: url(../images/bg_banner_bobuying.png);
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .header-menu-subcontent .header-nav-company {
    padding: 24px 0;
  }
}
.header-menu .menu-btn-sub {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px #fff solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.header-menu .menu-btn-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 13px;
  width: 11px;
  height: 11px;
  margin-top: -10px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-menu .menu-btn-sub.open::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  left: auto;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header-menu .menu-btn-sub {
    display: none;
  }
}

/******************************************
　パンくず
******************************************/
#pankuzu {
  background-color: #fafafa;
}
#pankuzu .pankuzu-list {
  margin: 0 10px;
  padding: 12px 0;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  #pankuzu .pankuzu-list {
    width: 1024px;
    margin: 0 auto;
  }
}
#pankuzu .pankuzu-list li {
  float: left;
  position: relative;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
#pankuzu .pankuzu-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #ccc;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pankuzu .pankuzu-list li:last-child {
  color: #999999;
}
#pankuzu .pankuzu-list li:last-child:before {
  display: none;
}

/******************************************
　メイン
******************************************/
#mainContents {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #mainContents {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1056px) {
  #mainContents {
    padding-bottom: 48px;
  }
}

#pageContents {
  padding-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  #pageContents {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1056px) {
  #pageContents {
    padding-top: 40px;
  }
}

.bg-new {
  background-color: #9b6aea;
}

.bg-old {
  background-color: #00ba5a;
}

.bg-sall {
  background-color: #ff002f;
}

.bg-actual {
  background-color: #ff5639;
}

.bg-used {
  background-color: #0094ff;
}

.bg-soon {
  background-color: #375d81;
}

.bg-adjustment {
  background-color: #172174;
}

.bg-quality {
  background-color: #8b7713;
}

.company-info {
  margin: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .company-info {
    margin: 0 16px 16px 16px;
  }
}
@media screen and (min-width: 1056px) {
  .company-info {
    margin: 0 16px 40px 16px;
  }
}
.company-info-header {
  margin: 0 10px 16px 10px;
  padding: 16px 8px 4px 8px;
  color: #413d92;
  border-bottom: 1px #413d92 solid;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company-info-header {
    margin: 0 16px 16px 16px;
    padding: 24px 8px 4px 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-header {
    margin: 0 16px 24px 16px;
    padding-top: 40px;
  }
}
.company-info-main {
  margin: 0 10px 16px 10px;
}
.company-info-main-img {
  margin: 0 auto 16px auto;
  width: 220px;
}
.company-info-main-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
}
.company-info-main-text {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-main-btn-s, .company-info-main-btn-b {
  float: left;
  margin: 0 0 12px 0;
  height: 36px;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-main-btn-s a, .company-info-main-btn-b a {
  display: block;
  margin: 0 4px;
  height: 36px;
  line-height: 36px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.company-info-main-btn-s a .black::before, .company-info-main-btn-b a .black::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.company-info-main-btn-s a .black::after, .company-info-main-btn-b a .black::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.company-info-main-btn-b {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-info-main {
    margin: 0 16px 32px 16px;
  }
  .company-info-main-img {
    margin: 0;
    float: left;
    width: 40%;
  }
  .company-info-main-detail {
    margin-left: 46%;
  }
  .company-info-main-title {
    margin: 0 0 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .company-info-main-text {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .company-info-main-btn-s, .company-info-main-btn-b {
    float: left;
    margin: 0 10px 12px 0;
    width: 132px;
  }
  .company-info-main-btn-s a, .company-info-main-btn-b a {
    margin: 0;
  }
  .company-info-main-btn-s a:hover, .company-info-main-btn-b a:hover {
    color: #fff;
    background-color: #413d92;
    border: 1px #413d92 solid;
  }
  .company-info-main-btn-s a:hover .black::before, .company-info-main-btn-b a:hover .black::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .company-info-main-btn-s a:hover .black::after, .company-info-main-btn-b a:hover .black::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .company-info-main-btn-b {
    width: 274px;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-main {
    float: left;
    margin: 0 16px;
    width: 540px;
  }
  .company-info-main-img {
    float: left;
    width: 200px;
  }
  .company-info-main-detail {
    margin-left: 232px;
  }
}
.company-info-sub {
  margin: 0 10px;
}
.company-info-sub-box {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .company-info-sub-box {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-sub-box {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }
  .company-info-sub-box:last-child {
    margin-bottom: 0;
  }
}
.company-info-sub-img {
  margin: 0 auto 16px auto;
  width: 180px;
}
.company-info-sub-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.company-info-sub-text {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.company-info-sub-text a {
  display: inline;
}
@media screen and (min-width: 768px) {
  .company-info-sub {
    margin: 0 16px;
  }
  .company-info-sub-img {
    margin: 0;
    float: left;
    width: 24%;
  }
  .company-info-sub-title {
    margin: 0 0 4px 28%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .company-info-sub-text {
    margin: 0 0 0 28%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .company-info-sub-text a {
    display: inline;
  }
  .company-info-sub-text a:hover {
    color: #cccccc;
  }
}
@media screen and (min-width: 1056px) {
  .company-info-sub {
    float: left;
    margin: 0 16px;
    width: 420px;
  }
  .company-info-sub-img {
    float: left;
    width: 100px;
  }
  .company-info-sub-title {
    margin: 0 0 4px 116px;
  }
  .company-info-sub-text {
    margin: 0 0 0 116px;
  }
}

.banner-buy {
  background-color: #f7f7f7;
}
.banner-buy.top {
  background-color: #1a1a1a;
}
.banner-buy ul {
  margin: 0;
  padding: 16px 10px 6px 10px;
  list-style: none;
}
.banner-buy li {
  margin: 0 0 10px;
  text-align: center;
}
.banner-buy a {
  display: block;
}
.banner-buy img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .banner-buy ul {
    padding: 24px 10px;
  }
  .banner-buy li {
    float: left;
    margin: 0 2%;
    width: 46%;
  }
  .banner-buy a {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-buy ul {
    margin: 0 16px;
    padding: 32px 0;
  }
  .banner-buy li {
    margin: 0 16px;
    width: 480px;
  }
  .banner-buy a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}

.banner-contact {
  position: relative;
  background-color: #413d92;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .banner-contact {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact {
    padding: 0;
    height: 196px;
  }
}
.banner-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_contact.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (min-width: 1056px) {
  .banner-contact-name {
    position: absolute;
    left: 40px;
    top: 64px;
  }
}
.banner-contact-title {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .banner-contact-title {
    margin: 0 0 10px;
  }
}
.banner-contact-title a {
  display: block;
  margin: 0 auto;
  width: 274px;
  height: 38px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/title_white_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 274px 38px;
  -moz-background-size: 274px 38px;
  -o-background-size: 274px 38px;
  -ms-background-size: 274px 38px;
  background-size: 274px 38px;
}
@media screen and (min-width: 768px) {
  .banner-contact-title a {
    width: 274px;
    height: 38px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-title a {
    margin: 0;
    background-image: url(../images/title_white_pc.png);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.banner-contact-text {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-align: center;
}
@media screen and (min-width: 1056px) {
  .banner-contact-text {
    text-align: left;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-btn {
    position: absolute;
    left: 440px;
    top: 64px;
  }
}
.banner-contact-tel {
  font-style: normal;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .banner-contact-tel {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-tel {
    float: left;
    margin-right: 24px;
  }
}
.banner-contact-tel p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.banner-contact-tel span,
.banner-contact-tel a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.banner-contact-tel .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}
.banner-contact-tel .number span {
  position: relative;
  padding-left: 57.66667px;
}
.banner-contact-tel .number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(../images/i_freedial_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 51.66667px 26px;
}
@media screen and (min-width: 1056px) {
  .banner-contact-tel .number span::before {
    background-image: url(../images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.banner-contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.banner-contact-mail {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1056px) {
  .banner-contact-mail {
    float: left;
    margin-top: 12px;
  }
}
.banner-contact-mail a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px #fff solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .banner-contact-mail a {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .banner-contact-mail a {
    margin: 0;
    width: 262px;
  }
  .banner-contact-mail a:hover {
    color: #413d92;
    background-color: #fff;
  }
  .banner-contact-mail a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .banner-contact-mail a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}

.products-list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .products-list {
    margin: 0 16px;
  }
}
.products-list li {
  padding-bottom: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.products-list li.no-date {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .products-list li {
    float: left;
    padding: 0;
    margin: 0 2% 4% 2%;
    width: 29.333333333%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .products-list li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1056px) {
  .products-list li {
    margin: 0 16px 28px 16px;
    width: 224px;
  }
  .products-list li:nth-child(3n+1) {
    clear: none;
  }
  .products-list li:nth-child(4n+1) {
    clear: both;
  }
}
.products-list-link {
  position: relative;
  display: block;
  background-color: #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .products-list-link {
    padding: 0;
  }
}
@media screen and (min-width: 1056px) {
  .products-list-link:hover {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.products-list-cateicon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .products-list-cateicon {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}
.products-list-cateicon span {
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
}
.products-list-img {
  float: left;
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  width: 80px;
  height: 80px;
  margin-top: 16px;
}
.products-list-img img.width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: auto;
}
.products-list-img img.height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .products-list-img {
    position: relative;
    float: none;
    margin: 0;
    border: 1px #eaeaea solid;
    width: auto;
    height: 202px;
  }
  .products-list-img img.width {
    width: 202px;
    height: auto;
  }
  .products-list-img img.height {
    width: auto;
    height: 202px;
  }
}
@media screen and (min-width: 1056px) {
  .products-list-img {
    width: 202px;
    vertical-align: middle;
  }
}
.products-list-saleicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px !important;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .products-list-saleicon {
    display: block;
    width: 55px;
    height: 55px !important;
  }
}
.products-list-annicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px !important;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .products-list-annicon {
    display: block;
    width: 75px;
    height: 75px !important;
  }
}

.products-list-date {
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: #f370b8;
  color: #fff;
  text-align: center;
}

.products-list-soon {
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: #375d81;
  color: #fff;
  text-align: center;
}

.products-list-adjustment {
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: #172174;
  color: #fff;
  text-align: center;
}

.products-list-quality {
  position: absolute;
  bottom: -24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background-color: #8b7713;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-list-date {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 2px 8px;
  }
  .products-list-soon {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 2px 8px;
  }
  .products-list-adjustment {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 2px 8px;
  }
  .products-list-quality {
    position: relative;
    bottom: 0;
    width: auto;
    padding: 2px 8px;
  }
}
.products-list-title {
  margin: 0 10px 0 110px;
  padding: 8px 0 4px;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .products-list-title {
    margin: 0;
    padding: 16px 0 4px;
  }
}
.products-list-price, .products-list-baseprice {
  margin: 0 15px 2px 90px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .products-list-price, .products-list-baseprice {
    margin: 0;
  }
}
.products-list-price {
  color: #f2395b;
}
.products-list-price span,
.products-list-price strong {
  color: #f2395b;
  font-weight: bold;
}
.products-list-price .price-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.products-list-price .price-num {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-family: Arial, Helvetica, sans-serif;
}
.products-list-baseprice {
  color: #7f7f7f;
}
.products-list-baseprice span,
.products-list-baseprice strong {
  color: #7f7f7f;
  font-weight: normal;
}
.products-list-baseprice .price-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.products-list-baseprice .price-num {
  font-family: Arial, Helvetica, sans-serif;
}
.products-list-datelist {
  margin: 0 10px 0 110px;
  padding: 8px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
.products-list-datelist span {
  display: inline-block;
  border: 1px #375d81 solid;
  color: #375d81;
  padding: 0 6px;
  margin: 0 4px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .products-list-datelist {
    margin: 0;
  }
}
.products-list-text {
  display: none;
  margin: 0;
  padding: 8px 0 16px;
  color: #545454;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .products-list-text {
    display: block;
    margin: 0;
    padding: 12px 0 0;
  }
}
.products-list-end  {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0);
}
.products-list-end span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  color: #111111;
font-weight:bold;
background-color: rgba(233, 233, 233, 0.8);
}

@media screen and (min-width: 768px) {
  .products-list-end {
    height: 224px;
  }
}

.products-list-opp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 300;
  background-color: rgba(155, 255, 200, 0.1);
}
.products-list-opp span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -11px;
  color: #f1f51b;
font-weight:bold;
background-color: rgba(0, 0, 255, 0.6);
}
@media screen and (min-width: 768px) {
 .products-list-opp {
    height: 224px;
  }
}
/******************************************
　フッター
******************************************/
#footer {
  padding-top: 48px;
  background-image: url(../images/bg_footer.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #000;
  -webkit-background-size: 110px 30px;
  -moz-background-size: 110px 30px;
  -o-background-size: 110px 30px;
  -ms-background-size: 110px 30px;
  background-size: 110px 30px;
}
@media screen and (min-width: 1056px) {
  #footer {
    min-width: 1056px;
    padding-top: 140px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer-base-data {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1056px) {
  .footer-base-data {
    width: 320px;
    margin-right: 48px;
  }
}

.footer-address {
  margin: 0 16px 24px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-address {
    margin: 0 16px 32px 16px;
    text-align: left;
  }
}
.footer-address-title {
  margin: 0 0 6px;
}
@media screen and (min-width: 768px) {
  .footer-address-title {
    margin: 0 0 10px;
  }
}
.footer-address-title a {
  margin: 0 auto;
  display: block;
  width: 274px;
  height: 38px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/title_white_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 274px 38px;
  -moz-background-size: 274px 38px;
  -o-background-size: 274px 38px;
  -ms-background-size: 274px 38px;
  background-size: 274px 38px;
}
@media screen and (min-width: 768px) {
  .footer-address-title a {
    margin: 0;
    width: 274px;
    height: 38px;
  }
}
@media screen and (min-width: 1056px) {
  .footer-address-title a {
    background-image: url(../images/title_white_pc.png);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.footer-address-text {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.footer-contact {
  margin: 0 16px 24px 16px;
  font-style: normal;
}
.footer-contact-title {
  margin: 0 0 4px;
  padding: 2px;
  border: 1px #fff solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .footer-contact-title {
    margin-bottom: 8px;
  }
}
.footer-contact-tel {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .footer-contact-tel {
    margin-bottom: 16px;
  }
}
.footer-contact-tel p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.footer-contact-tel span,
.footer-contact-tel a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer-contact-tel .number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}
.footer-contact-tel .number span {
  position: relative;
  padding-left: 57.66667px;
}
.footer-contact-tel .number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(../images/i_freedial_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 51.66667px 26px;
}
@media screen and (min-width: 1056px) {
  .footer-contact-tel .number span::before {
    background-image: url(../images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.footer-contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.footer-contact-mail {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-contact-mail a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px #f26d7e solid;
  background-color: #f26d7e;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1056px) {
  .footer-contact-mail a:hover {
    color: #f26d7e;
    background-color: #000;
  }
  .footer-contact-mail a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .footer-contact-mail a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}

.footer-sitemap {
  margin: 0;
  border-top: 1px #333 solid;
}
@media screen and (min-width: 768px) {
  .footer-sitemap {
    float: left;
    width: 50%;
    margin: 0 0 32px;
    border: none;
  }
}
@media screen and (min-width: 1056px) {
  .footer-sitemap {
    width: 672px;
  }
}
.footer-sitemap a {
  padding: 8px 16px;
  position: relative;
  display: block;
  color: #fff;
  border-bottom: 1px #333 solid;
}
.footer-sitemap a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top-width: 3px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer-sitemap a {
    border: 1px #222 solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .footer-sitemap a {
    display: inline-block;
    padding: 0;
    border: none;
  }
  .footer-sitemap a::before {
    display: none;
  }
  .footer-sitemap a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
    filter: alpha(opacity = 30);
    opacity: 0.3;
  }
}
.footer-sitemap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1056px) {
  .footer-sitemap-list {
    float: left;
  }
  .footer-sitemap-list.wide {
    width: 416px;
  }
  .footer-sitemap-list.small {
    width: 256px;
  }
}
.footer-sitemap-list > li {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-sitemap-list > li {
    margin: 0 16px 8px 0;
  }
}
.footer-sitemap-list-sub {
  display: none;
}
@media screen and (min-width: 1056px) {
  .footer-sitemap-list-sub {
    display: block;
    margin: 0 0 0 16px;
    padding: 10px 0 4px 0;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .footer-sitemap-list-sub > li {
    margin-bottom: 8px;
  }
  .footer-sitemap-list-sub.product > li {
    float: left;
    width: 190px;
  }
}

.footer-copy {
  text-align: center;
  padding: 16px 0;
}
@media screen and (min-width: 1056px) {
  .footer-copy {
    padding: 24px 0 16px;
  }
}
.footer-copy-sns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copy-sns li {
  margin: 0;
  display: inline-block;
}
.footer-copy-sns a {
  position: relative;
  display: block;
  white-space: nowrap;
  width: 40px;
  height: 40px;
}
.footer-copy-sns a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/i_sns_sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 54px 20px;
  -moz-background-size: 54px 20px;
  -o-background-size: 54px 20px;
  -ms-background-size: 54px 20px;
  background-size: 54px 20px;
}
@media screen and (min-width: 1056px) {
  .footer-copy-sns a::before {
    background-image: url(../images/i_sns_pc.png);
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
    background-size: auto;
  }
}
.footer-copy-sns a.twitter::before {
  width: 24px;
  height: 20px;
  margin: -10px 0 0 -12px;
}
.footer-copy-sns a.facebook::before {
  width: 10px;
  height: 20px;
  margin: -10px 0 0 -5px;
  background-position: -44px top;
}
@media screen and (min-width: 768px) {
  .footer-copy-sns {
    float: right;
    margin: 0 16px;
  }
}
.footer-copy-text {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.72727;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-copy-text {
    float: left;
    margin: 0 16px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
  }
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 24px;
  z-index: 1000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  #PagetopBtn {
    bottom: 48px;
  }
}
#PagetopBtn.visible {
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
#PagetopBtn a {
  outline: none;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -999999px;
  background-color: rgba(41, 44, 48, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
#PagetopBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -4px;
  margin-top: -2px;
  border-top-width: 2px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #fff;
  border-right-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#PagetopBtn a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  opacity: 0.6;
}

/******************************************
　Not Found
******************************************/
#notFound {
  padding: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #notFound {
    margin: 0 auto;
    padding: 120px 0 64px 0;
    width: 480px;
  }
}

.svg-icon-arrow-s {
  width: 7px;
  height: 10px;
}

.notfound-title {
  margin-bottom: 40px;
}
.notfound-title-main {
  margin-bottom: 0px;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.16667;
}
.notfound-title-sub {
  margin: 0;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}
.notfound-text {
  padding-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.notfound-text p {
  margin-bottom: 24px;
}
.notfound-text-button a {
  display: inline-block;
  padding: 0 48px;
  border: 1px #413d92 solid;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #413d92;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.notfound-text-button a svg {
  margin-right: 8px;
  fill: #413d92;
}
.notfound-text-button a:hover {
  background-color: #413d92;
  color: #fff;
}
.notfound-text-button a:hover svg {
  fill: #fff;
}
.notfound-copy {
  margin: 0;
  font-family: 'Crimson Text';
  font-weight: 400;
}

.event-side {
  margin: 0 auto 24px auto;
  background-color: #fff;
  font-size:16px;
  border-left: 3px #6600cc double;
  padding: 5px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
h3.eveside{
background-color:#ffff00;
}

h3.sk{
font-size:22px;
font-family:"Hiragino Kaku Gothic Pro", "Yu Gothic", メイリオ, Meiryo, sans-serif;
}

.skgp {
font-size:18px;
}


#shortcut {
    z-index: 2;
    position: fixed;
    top: 200px;
    right: -10px;
    width: 44px;
    padding: 0;
 }
}

/*# sourceMappingURL=common.css.map */
/* チェックボックスを非表示にする */
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .header-menu-content {
    left: 0;/*メニューを画面内へ*/
}