@charset "UTF-8";
.clearfix, .img-slider ul,
.img-slider ol, .pagenation-nextprev ul, .products-search-biglink-list > li, .products-img-slider ul,
.products-img-slider ol, .relation-item-list ul,
.relation-item-list ol, .privilege-box, .purchase-flow, .purchase-postage, .purchase-pay-box, .purchase-pay-loan, .purchase-other, .store-info-main, .store-info-sub, .store-info-sub-box, .news-page-pickup-list li, .event-list-link {
  *zoom: 1;
}
.clearfix:after, .img-slider ul:after,
.img-slider ol:after, .pagenation-nextprev ul:after, .products-search-biglink-list > li:after, .products-img-slider ul:after,
.products-img-slider ol:after, .relation-item-list ul:after,
.relation-item-list ol:after, .privilege-box:after, .purchase-flow:after, .purchase-postage:after, .purchase-pay-box:after, .purchase-pay-loan:after, .purchase-other:after, .store-info-main:after, .store-info-sub:after, .store-info-sub-box:after, .news-page-pickup-list li:after, .event-list-link:after {
  content: "";
  display: table;
  clear: both;
}

.page-header {
  position: relative;
  height: 100px;
  background-image: url(../images/bg_page_header_sp.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #413d92;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-header {
    height: 140px;
  }
}
@media screen and (min-width: 1056px) {
  .page-header {
    background-image: url(../common/images/bg_page_header_pc.jpg);
    background-position: center center;
  }
}
.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/images/bg_page_header_dotted.png) repeat;
}
.page-header-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-header-title {
    height: 140px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media screen and (min-width: 1056px) {
  .page-header-title {
    padding: 0 32px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
  }
}

.page-base-title {
  margin: 0 0 12px;
  text-align: center;
  color: #1a1a1a;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.26667;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.page-base-title span {
  margin-top: 0px;
  display: block;
  color: #1a1a1a;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-base-title {
    margin: 0 0 16px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222;
  }
  .page-base-title span {
    margin-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
@media screen and (min-width: 1056px) {
  .page-base-title {
    margin: 0 0 32px;
  }
}
.page-base-sub-title {
  margin: 0 0 10px;
  padding: 8px 10px;
  background-color: #413d92;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.page-base-sub-title.black {
  background-color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .page-base-sub-title {
    margin: 0 0 16px;
    padding: 10px 16px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
@media screen and (min-width: 1056px) {
  .page-base-sub-title {
    margin: 0 0 24px;
  }
}
.page-base-sub-sub-title {
  margin: 0 0 16px;
  padding: 4px 8px;
  color: #413d92;
  border-bottom: 1px #413d92 solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
}
.page-base-sub-sub-title.black {
  color: #1a1a1a;
  border-bottom: 1px #1a1a1a solid;
}
@media screen and (min-width: 768px) {
  .page-base-sub-sub-title {
    margin: 0 0 16px;
    padding: 8px 8px 4px 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1056px) {
  .page-base-sub-sub-title {
    margin: 0 0 24px;
  }
}

@media screen and (min-width: 1056px) {
  .page-left {
    float: left;
    width: 700px;
  }
}
@media screen and (min-width: 1056px) {
  .page-right {
    float: right;
    width: 300px;
  }
}
.page-right-sns {
  display: none;
}
@media screen and (min-width: 1056px) {
  .page-right-sns {
    display: block;
    margin-bottom: 24px;
    padding: 0;
    width: 220px;
  }
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap.disnon,
.bouon-content_wrap.disnon {
  display: none;
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media screen and (min-width: 1056px) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
@media screen and (min-width: 1056px) {
  .accordion-menu-sp-box {
    display: block;
  }
}

.sub-menu {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .sub-menu {
    margin-bottom: 24px;
  }
}
.sub-menu-title {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  color: #1a1a1a;
  border: 1px #dbdbdb solid;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .sub-menu-title {
    padding: 0 0 4px 8px;
    border: none;
    border-bottom: 1px #1a1a1a solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.sub-menu-title.open .sub-menu-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top-width: 3px;
  border-top-color: #444;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #444;
  border-right-style: solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sub-menu-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  border: 1px #444 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sub-menu-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top-width: 3px;
  border-top-color: #444;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #444;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 1056px) {
  .sub-menu-btn {
    display: none;
  }
}
.sub-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu-list li {
  margin: 0;
  border-bottom: 1px #dbdbdb dotted;
}
.sub-menu-list a {
  position: relative;
  display: block;
  padding: 10px;
}
.sub-menu-list 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: #444;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #444;
  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) {
  .sub-menu-list a {
    padding: 8px 8px 8px 22px;
  }
  .sub-menu-list a::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    width: 6px;
    height: 11px;
    margin-top: 0;
    border: none;
    background-image: url(../images/arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center -63px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.img-slider {
  position: relative;
}
.img-slider ul,
.img-slider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-slider li {
  margin: 0;
}
.img-slider-ph {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.img-slider .flex-direction-nav {
  *height: 0;
}
.img-slider .flex-direction-nav a {
  outline: none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
}
@media screen and (min-width: 1056px) {
  .img-slider .flex-direction-nav a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.img-slider .flex-direction-nav .flex-prev {
  left: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.img-slider .flex-direction-nav .flex-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 12px;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 5px;
  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);
}
@media screen and (min-width: 768px) {
  .img-slider .flex-direction-nav .flex-prev {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
.img-slider .flex-direction-nav .flex-next {
  right: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.img-slider .flex-direction-nav .flex-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #fff;
  border-top-style: solid;
  border-right-width: 5px;
  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) {
  .img-slider .flex-direction-nav .flex-next {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
.img-slider .flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
  cursor: default;
  z-index: -1;
}

.pagenation {
  margin: 0 0 24px;
  padding-top: 8px;
}
@media screen and (min-width: 1056px) {
  .pagenation {
    margin: 0 0 32px;
    padding-top: 16px;
  }
}
.pagenation ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 1056px) {
  .pagenation ul {
    margin: 0;
    padding: 8px 0 0;
  }
}
.pagenation ul li {
  display: inline-block;
  margin: 0 0 8px 0;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagenation ul li a,
.pagenation ul li span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  color: #1a1a1a;
}
.pagenation ul li a:hover {
  background-color: #413d92;
  border: 1px #413d92 solid;
  color: #fff;
}
.pagenation ul li.prev a,
.pagenation ul li.prev span, .pagenation ul li.next a,
.pagenation ul li.next span {
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pagenation ul li.prev a::before, .pagenation ul li.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagenation ul li.prev a:hover::before, .pagenation ul li.next a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  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);
}
.pagenation ul li.prev span, .pagenation ul li.next span {
  background-color: #dbdbdb;
}
.pagenation ul li.prev span::before, .pagenation ul li.next span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  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);
}
.pagenation ul li.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagenation ul li.prev a:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  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);
}
.pagenation ul li.prev span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  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);
}
.pagenation ul li.active span {
  background-color: #413d92;
  border-color: #413d92;
  color: #fff;
}
.pagenation ul li.more span {
  border: none;
}
.pagenation ul li.more span:hover {
  background: none;
  border: none;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .pagenation ul li {
    margin: 0 1px 8px 1px;
  }
  .pagenation ul li.back {
    width: 210px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagenation ul li.back a {
    width: 210px;
  }
}
.pagenation-nextprev ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagenation-nextprev li {
  margin: 0 1%;
  display: inline-block;
  width: 48%;
}
@media screen and (min-width: 1056px) {
  .pagenation-nextprev li {
    width: 20%;
  }
}
.pagenation-nextprev li.prev span {
  position: relative;
  padding-left: 14px;
}
.pagenation-nextprev li.prev span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagenation-nextprev li.next span {
  position: relative;
  padding-right: 14px;
}
.pagenation-nextprev li.next span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top-width: 2px;
  border-top-color: #3b3b3b;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #3b3b3b;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagenation-nextprev a {
  padding: 4px;
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 1056px) {
  .pagenation-nextprev a:hover {
    border-color: #413d92;
    background-color: #413d92;
    color: #fff;
  }
  .pagenation-nextprev a:hover span::before {
    border-color: #fff;
  }
}

.social-btn-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: right;
}
@media screen and (min-width: 1056px) {
  .social-btn-list {
    margin: 0 0 24px;
  }
}
.social-btn-list li {
  margin: 0 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

.youtube-movie {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .youtube-movie {
    width: 640px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
}

.youtube-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .youtube-movie iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 640px;
    height: 480px;
    min-width: 640px;
    min-height: 480px;
  }
}

/******************************************
　商品一覧
******************************************/
.products-search {
  position: relative;
  margin: 0 10px 14px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .products-search {
    margin: 0 10px 24px 10px;
  }
}
@media screen and (min-width: 1056px) {
  .products-search {
    margin: 76px 16px 40px 16px;
    border: 1px #dbdbdb solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
.products-search-btn {
  position: relative;
  border: 1px #dbdbdb solid;
  margin-bottom: 4px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .products-search-btn {
    position: absolute;
    top: -52px;
    width: 224px;
    margin: 0 32px;
    padding: 0;
    text-align: center;
    -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-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-left-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .products-search-btn.tab1 {
    left: 8px;
  }
  .products-search-btn.tab2 {
    left: 248px;
  }
  .products-search-btn.tab3 {
    left: 488px;
  }
  .products-search-btn.tab4 {
    left: 728px;
  }
  .products-search-btn:hover {
    color: #fff;
    font-weight: bold;
    border-color: #413d92;
    background-color: #413d92;
  }
}
.products-search-btn-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  border: 1px #413d92 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.products-search-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top-width: 3px;
  border-top-color: #413d92;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #413d92;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 1056px) {
  .products-search-btn-arrow {
    display: none;
  }
}
.products-search-btn.select {
  border: 1px #413d92 solid;
  background-color: #413d92;
  color: #fff;
  font-weight: bold;
}
.products-search-btn.select .products-search-btn-arrow {
  border: 1px #fff solid;
}
.products-search-btn.select .products-search-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  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: 1056px) {
  .products-search-btn.select {
    position: relative;
  }
  .products-search-btn.select::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #413d92 transparent transparent transparent;
  }
}
.products-search-box {
  margin-bottom: 8px;
  padding: 12px 12px 2px 12px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .products-search-box {
    border: none;
    padding: 24px 24px 0 24px;
  }
}
.products-search-biglink-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-title {
    margin-bottom: 16px;
  }
}
.products-search-biglink-title ,
.products-search-biglink-title span {
  display: block;
  padding: 6px 10px;
  background-color: #1a1a1a;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.products-search-biglink-title.kokusan  {
  background-color: #2581b7;
}
.products-search-biglink-title.kaigai  {
  background-color: #b59a5e;
}
.products-search-biglink-title.denshi  {
  background-color: #52bea6;
}
.products-search-biglink-title.electone  {
  background-color: #497737;
}
.products-search-biglink-title.bouonshitsu  {
  background-color: #faa701;
}
.products-search-biglink-title.other  {
  background-color: #7f7f7f;
}
.products-search-biglink-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-list {
    margin: 0 0 8px;
  }
}
.products-search-biglink-list > li {
  margin: 0;
}
.products-search-biglink-list > li > a {
  display: block;
  padding: 0 4px 4px 4px;
  margin-bottom: 8px;
  border-bottom: 1px #1a1a1a solid;
  font-weight: bold;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-list > li > a {
    float: left;
    margin-left: 24px;
    padding: 4px 0;
    border: none;
    width: 200px;
  }
}
.products-search-biglink-list-sub {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-list-sub {
    margin: 0 0 12px 224px;
  }
  .products-search-biglink-list-sub.linkonly {
    margin: 0 0 16px 24px;
  }
  .products-search-biglink-list-sub.linkonly a {
    color: #1a1a1a;
    font-weight: bold;
    padding: 8px 16px;
  }
  .products-search-biglink-list-sub.linkonly a span {
    font-weight: normal;
  }
}
.products-search-biglink-list-sub li {
  margin: 0 4px 8px 0;
  display: inline-block;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-list-sub li {
    margin: 0 6px 12px 0;
  }
}
.products-search-biglink-list-sub a {
  display: block;
  padding: 4px 8px;
  color: #666;
  border: 1px #dbdbdb solid;
  -webkit-box-shadow: 1px 1px 0px #dbdbdb;
  -moz-box-shadow: 1px 1px 0px #dbdbdb;
  -o-box-shadow: 1px 1px 0px #dbdbdb;
  -ms-box-shadow: 1px 1px 0px #dbdbdb;
  box-shadow: 1px 1px 0px #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .products-search-biglink-list-sub a {
    -webkit-box-shadow: 2px 2px 0px #dbdbdb;
    -moz-box-shadow: 2px 2px 0px #dbdbdb;
    -o-box-shadow: 2px 2px 0px #dbdbdb;
    -ms-box-shadow: 2px 2px 0px #dbdbdb;
    box-shadow: 2px 2px 0px #dbdbdb;
  }
  .products-search-biglink-list-sub a:hover {
    color: #fff;
    background-color: #413d92;
    border-color: #413d92;
  }
}
.products-search-smalllink-list {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
@media screen and (min-width: 1056px) {
  .products-search-smalllink-list {
    margin: 0;
    padding-bottom: 8px;
  }
}
.products-search-smalllink-list li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
@media screen and (min-width: 1056px) {
  .products-search-smalllink-list li {
    margin: 0 6px 12px 0;
  }
}
.products-search-smalllink-list a {
  display: block;
  padding: 8px 16px;
  color: #1a1a1a;
  font-weight: bold;
  border: 1px #dbdbdb solid;
  -webkit-box-shadow: 1px 1px 0px #dbdbdb;
  -moz-box-shadow: 1px 1px 0px #dbdbdb;
  -o-box-shadow: 1px 1px 0px #dbdbdb;
  -ms-box-shadow: 1px 1px 0px #dbdbdb;
  box-shadow: 1px 1px 0px #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.products-search-smalllink-list a span {
  font-weight: normal;
}
@media screen and (min-width: 1056px) {
  .products-search-smalllink-list a {
    padding: 12px 24px;
    -webkit-box-shadow: 2px 2px 0px #dbdbdb;
    -moz-box-shadow: 2px 2px 0px #dbdbdb;
    -o-box-shadow: 2px 2px 0px #dbdbdb;
    -ms-box-shadow: 2px 2px 0px #dbdbdb;
    box-shadow: 2px 2px 0px #dbdbdb;
  }
  .products-search-smalllink-list a:hover {
    color: #fff;
    background-color: #413d92;
    border-color: #413d92;
  }
}

.products-category-header {
  margin: 0 10px 8px 10px;
}
@media screen and (min-width: 768px) {
  .products-category-header {
    margin: 0 16px 16px 16px;
  }
}
@media screen and (min-width: 1056px) {
  .products-category-header {
    margin: 0 16px 32px 16px;
  }
}
.products-category-title {
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-align: center;
  font-weight: normal;
}
.products-category-title span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .products-category-title span {
    margin-bottom: 4px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}
@media screen and (min-width: 1056px) {
  .products-category-title span {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
}
.products-category-title-img {
  margin: 0 auto 16px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-category-title-img {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .products-category-title-img {
    margin-bottom: 40px;
  }
}

.bouon-used {
  position: relative;
  margin: 0 0 14px 0;
}
@media screen and (min-width: 768px) {
  .bouon-used {
    margin: 0 0 24px 0;
  }
}
@media screen and (min-width: 1056px) {
  .bouon-used {
    margin: 76px 0 40px 0;
  }
}
.bouon-used-btn {
  position: relative;
  border: 1px #dbdbdb solid;
  margin: 0 10px 4px 10px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .bouon-used-btn {
    position: absolute;
    top: -52px;
    width: 30.333333333333333%;
    margin: 0 1.5%;
    padding: 0;
    text-align: center;
  }
  .bouon-used-btn.tab1 {
    left: 0;
  }
  .bouon-used-btn.tab2 {
    left: 33.333333333%;
  }
  .bouon-used-btn.tab3 {
    left: 66.666666666%;
  }
  .bouon-used-btn:hover {
    color: #fff;
    font-weight: bold;
    border-color: #faa701;
    background-color: #faa701;
  }
}
.bouon-used-btn-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  border: 1px #faa701 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.bouon-used-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top-width: 3px;
  border-top-color: #faa701;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #faa701;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 1056px) {
  .bouon-used-btn-arrow {
    display: none;
  }
}
.bouon-used-btn.select {
  border: 1px #faa701 solid;
  background-color: #faa701;
  color: #fff;
  font-weight: bold;
}
.bouon-used-btn.select .bouon-used-btn-arrow {
  border: 1px #fff solid;
}
.bouon-used-btn.select .bouon-used-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  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: 1056px) {
  .bouon-used-btn.select {
    position: relative;
  }
  .bouon-used-btn.select::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: #faa701 transparent transparent transparent;
  }
}
.bouon-used-box {
  padding: 8px 0 0;
}
@media screen and (min-width: 1056px) {
  .bouon-used-box {
    padding: 32px 0 0;
    margin-top: -52px;
  }
}
.bouon-used-header {
  margin: 0 10px 16px 10px;
  padding: 8px;
  border-top: 3px #faa701 solid;
  border-bottom: 1px #dbdbdb dotted;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (min-width: 1056px) {
  .bouon-used-header {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    margin: 0 32px 24px 32px;
    padding: 12px 16px;
  }
}
.bouon-used-link {
  margin: 0 16px;
}
.bouon-used-link a {
  display: block;
}

.price-contents{
     margin-bottom: 5px;
}

.price-box {
    border: 3px dashed #ff0088;
    background-color: #faff8375;
    text-align:center;
}

p.kantou{
  text-align:center;
  font-size:19px;
  font-weight:bold;
  color: #1689ff;
}

.subt{
 font-size:18px;
  background-color: #002cba;
}

img.mit{
 border:1px dotted #8d7676;
 padding:5px;
 margin-bottom:5px;
 width: 90%;
}

h3.come{
  padding-left: 5px;
  background-color: #fcfff0;
  border:5px double #26ed93;
  color:#004787;
}
p.re{
 color:#ff0000;
}

.products-usmainl {
    margin-bottom:10px;
    text-align:center;
  }

@media screen and (min-width: 768px) {
.price-contents{
  width:50%;
 float: left;
 margin-top: 15px;
 margin-bottom: 5px;
}

  .products-mainl {
    float: left;
    margin-bottom: 10px;
    width: 40%;
  }
  .products-main {
    float: left;
    margin-bottom: 10px;
    width: 60%;
  }
  .products-usmainl {
    float: left;
    margin-bottom:10px;
    text-align:center;
    width: 25%;
  }
  .products-usmain {
    float: left;
    margin-bottom: 10px;
    width: 70%;
    border: 1px solid #dddddd;
    border-radius: 5px;
  }
}
.products-main-end {
  margin-bottom: 16px;
  padding: 8px 4px;
  text-align: center;
  background-color: #eb1e24;
  color: #fff;
}
.products-main-opp {
  margin-bottom: 24px;
  padding: 12px 8px;
  text-align: center;
  background-color: #0000ff;
  font-size:18px;
  font-weight:bold;
  color: #fff;
}

.products-main24 {
  margin: 8px;
  padding: 8px;
  text-align: center;
  background-color: #ff0000;
  font-size:18px;
  font-weight:bold;
  color: #fff;
}
.products-main58 {
  margin: 8px;
  padding: 8px;
  text-align: center;
  background-color: #0000ff;
  font-size:18px;
  font-weight:bold;
  color: #fff;
}
.products-main48 {
  margin: 8px;
  padding: 8px;
  text-align: center;
  background-color: #008500;
  font-size:18px;
  font-weight:bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .products-main-end {
    margin-bottom: 24px;
    padding: 12px 8px;
  }
}

.products-main-header {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .products-main-header {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1056px) {
  .products-main-header {
    margin-bottom: 20px;
  }
}
.products-main-category {
  margin: 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.products-main-category span {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .products-main-category span {
    margin: 0 6px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .products-main-category {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.products-main-title {
  font-weight: bold;
  padding-left:10px;
  margin: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
  color: #ffffff;
  background-image: linear-gradient(180deg,#000000 0.0%,#048288 50%,#101a11 100%);
}
.products-main-title span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .products-main-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.28571;
  }
  .products-main-title span {
    margin-bottom: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1056px) {
  .products-main-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    padding-left:25px;
  }
}
.products-main-price, .products-main-baseprice {
  margin: 0 0 6px;
}
.products-main-price {
  color: #ff0000;
}
.products-main-price span,
.products-main-price strong {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
}
.products-main-price .price-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.products-main-price .price-num{
  font-size: 30px;
  line-height: 1.26667;
  font-family: Arial, Helvetica, sans-serif;
}
.products-main-price .price-tax{
  font-size: 20px;
  font-style: italic;
  line-height: 1.26667;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .products-main-price .price-num {
    font-size: 34px;
    line-height: 1.23529;
  }
  .products-main-price .price-tax {
    font-size: 24px;
    font-style: italic;
    line-height: 1.23529;
  }
}
.products-main-baseprice {
  color: #7f7f7f;
}
.products-main-baseprice span,
.products-main-baseprice strong {
  color: #7f7f7f;
  font-weight: normal;
}
.products-main-baseprice .price-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.products-main-baseprice .price-num {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-family: Arial, Helvetica, sans-serif;
}
.products-main-loan {
  margin: 0 auto 24px auto;
  background-color: #fff;
  border: 3px #f26d7e solid;
  padding: 12px;
  font-size: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .products-main-loan {
    float: right;
    width: 40%;
    padding: 16px;
  }
}
.products-main-loan-title {
  margin: 0 0 12px;
  text-align: center;
  color: #f26d7e;
  border-bottom: 1px #dbdbdb dotted;
  font-size: 18px;
  line-height: 1.2;
}
.products-main-loan-title br {
  display: none;
}
@media screen and (min-width: 1056px) {
  .products-main-loan-title br {
    display: block;
  }
}
.products-main-loan-text, .products-main-loan-link {
  text-align:center;
  margin: 0 3% 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  vertical-align: middle;
}
@media screen and (min-width: 1056px) {
  .products-main-loan-text, .products-main-loan-link {
    width: 100%;
    text-align:center;
  }
}
.products-main-loan-text span, .products-main-loan-link span {
  margin: 0 2px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1a1a1a;
}
.products-main-loan-link {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1056px) {
  .products-main-loan-link {
    width: 100%;
  }
}
.products-main-loan-link a {
  padding: 5px 8px;
  display: block;
  background-color: #00ba5a;
  color: #fff;
  font-weight: bold;
  border: 1px #00ba5a solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.products-main-loan-link a span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  -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;
}
@media screen and (min-width: 1056px) {
  .products-main-loan-link a:hover {
    background-color: #fff;
    color: #00ba5a;
  }
  .products-main-loan-link a:hover span {
    color: #00ba5a;
  }
}
.products-main-icon {
  position: relative;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .products-main-icon {
    margin: 0;
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 1056px) {
  .products-main-icon {
    margin: 0 0 16px;
    padding: 20px 0 0;
  }
}
.products-main-icon li {
  display: inline-block;
  margin: 0 2px 6px 0;
}
@media screen and (min-width: 1056px) {
  .products-main-icon li {
    margin: 0 4px 8px 0;
  }
}
.products-main-icon img {
  border: 1px rgba(0, 0, 0, 0.2) solid;
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .products-main-icon img {
    width: 52px;
  }
}
.products-main-body {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .products-main-body {
    margin-bottom: 16px;
  }
}
.products-main-body h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
.products-main-body h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body h4 {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.products-main-body h5 {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body h5 {
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.products-main-body-more {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .products-main-body-more {
    margin: 0 10px 24px 10px;
  }
}
@media screen and (min-width: 1056px) {
  .products-main-body-more {
    margin: 0 16px 24px 16px;
  }
}
.products-main-body-more h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body-more h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
.products-main-body-more h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body-more h4 {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.products-main-body-more h5 {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-main-body-more h5 {
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.products-main-download {
  padding-top: 8px;
  margin: 0 16px 16px 16px;
}
@media screen and (min-width: 768px) {
  .products-main-download {
    padding-top: 12px;
    margin-bottom: 20px;
  }
}
.products-main-download a {
  display: block;
  border: 1px #e62126 solid;
  color: #e62126;
  text-align: center;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.products-main-download a span::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.products-main-download a span::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .products-main-download a {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .products-main-download a:hover {
    background-color: #e62126;
    color: #fff;
  }
  .products-main-download a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .products-main-download a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
}

.products-outline {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .products-outline {
    width:95%;
    margin: 0 0 32px;
    padding: 10px;
    background-color: #fff5f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1056px) {
  .products-outline {
    float: left;
  }
  .products-outline.width {
    float: none;
    width: auto;
    margin: 0 24px 48px 24px;
  }
}
@media screen and (min-width: 768px) {
  .products-outline-title {
    margin-bottom: 0;
  }
}
.products-outline-table {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .products-outline-table {
    margin-bottom: 16px;
  }
}
.products-outline-table table {
  width: 100%;
}
.products-outline-table th,
.products-outline-table td {
  padding: 4px 8px;
  text-align: left;
  display: block;
  line-height:25px;
  font-size:15px;
}
@media screen and (min-width: 768px) {
  .products-outline-table th,
  .products-outline-table td {
    display: table-cell;
    padding: 8px;
  }
}

.products-outline-table th {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border-top: 1px #dbdbdb solid;
  border-bottom: 1px #dbdbdb dotted;
}
.products-outline-table th br {
  display: none;
}
@media screen and (min-width: 768px) {
  .products-outline-table th {
    background-color: #fff;
    border-top: none;
    border-left: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
  }
}
@media screen and (min-width: 1056px) {
  .products-outline-table th {
    width: 110px;
    font-size:14px;
  }
  .products-outline-table th br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .products-outline-table td {
    background-color: #fff;
    border-left: 1px #dbdbdb dotted;
    border-right: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
  }
}

.products-movie {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .products-movie {
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1056px) {
  .products-movie {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .products-movie .youtube-movie {
    display: inline-block;
    width: 480px;
    margin: 0 auto 12px auto;
  }
}
@media screen and (min-width: 1056px) {
  .products-movie .youtube-movie {
    width: 420px;
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .products-movie .youtube-movie iframe {
    width: 480px;
    height: 360px;
    min-width: 480px;
    min-height: 360px;
  }
}
@media screen and (min-width: 1056px) {
  .products-movie .youtube-movie iframe {
    width: 420px;
    height: 315px;
    min-width: 420px;
    min-height: 315px;
  }
}

.products-img {
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .products-img {
    float: right;
    width: 452px;
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
.products-img-slider {
  position: relative;
  border: 1px #dbdbdb solid;
  margin-bottom: 10px;
}
.products-img-slider ul,
.products-img-slider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-img-slider li {
  margin: 0;
}
.products-img-slider-ph {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.products-img-slider-ph img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-user-select: none;
}
.products-img-slider-ph img.height {
  width: auto;
  height: 300px;
}
.products-img-slider-ph img.width {
  width: 300px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .products-img-slider-ph {
    height: 450px;
  }
  .products-img-slider-ph img.height {
    width: auto;
    height: 450px;
  }
  .products-img-slider-ph img.width {
    width: 450px;
    height: auto;
  }
}
.products-img-slider .flex-direction-nav {
  *height: 0;
}
.products-img-slider .flex-direction-nav a {
  outline: none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
}
@media screen and (min-width: 1056px) {
  .products-img-slider .flex-direction-nav a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.products-img-slider .flex-direction-nav .flex-prev {
  left: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.products-img-slider .flex-direction-nav .flex-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 12px;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 5px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .products-img-slider .flex-direction-nav .flex-prev {
    left: 0px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
    opacity: 0.8;
  }
}
@media screen and (min-width: 1056px) {
  .products-img-slider .flex-direction-nav .flex-prev {
    left: -42px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
.products-img-slider .flex-direction-nav .flex-next {
  right: 4px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.products-img-slider .flex-direction-nav .flex-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 5px;
  border-right-color: #1a1a1a;
  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) {
  .products-img-slider .flex-direction-nav .flex-next {
    right: 0px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
    opacity: 0.8;
  }
}
@media screen and (min-width: 1056px) {
  .products-img-slider .flex-direction-nav .flex-next {
    right: -42px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
.products-img-slider .flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
  cursor: default;
  z-index: -1;
}
.products-img-thumb ul,
.products-img-thumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-img-thumb li {
  position: relative;
  margin: 0;
}
.products-img-thumb-link {
  position: relative;
  display: block;
  margin: 0 8px 0 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  border: 1px #dbdbdb solid;
}
.products-img-thumb-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-user-select: none;
}
.products-img-thumb-link img.height {
  width: auto;
  height: 70px;
}
.products-img-thumb-link img.width {
  width: 70px;
  height: auto;
}
.products-img-thumb .flex-active-slide img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  opacity: 0.6;
}
.products-img-thumb .flex-active-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 66px;
  height: 66px;
  border: 3px #413d92 solid;
}

.products-contact {
  position: relative;
  margin-bottom: 16px;
  padding: 0 0 8px;
  border: 2px #ff16c069 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: 768px) {
  .products-contact {
    margin: 0 40px 24px 40px;
  }
}
@media screen and (min-width: 1056px) {
  .products-contact {
    margin: 0 80px 48px 80px;
  }
}
.products-contact-box {
  position: relative;
}
.products-contact-title {
  margin: 0 0 12px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #ff16a0ba;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-contact-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: normal;
  }
}
.products-contact-btn {
  text-align: center;
}
.products-contact-tel {
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .products-contact-tel {
    margin-bottom: 24px;
  }
}
.products-contact-tel p {
  margin: 0;
  text-align: center;
  color: #1a1a1a;
}
.products-contact-tel span,
.products-contact-tel a {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
}
.products-contact-tel .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .products-contact-tel .number {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.21053;
  }
}
@media screen and (min-width: 768px) {
  .products-contact-tel .number {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.19048;
  }
}
.products-contact-tel .number span {
  position: relative;
  padding-left: 57.66667px;
}
.products-contact-tel .number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(https://www.piano-plaza.com/common/images/i_freedial_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 1056px) {
  .products-contact-tel .number span::before {
    background-image: url(https://www.piano-plaza.com/common/images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.products-contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.products-contact-mail {
  margin: 0 24px 8px 24px;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .products-contact-mail {
    margin: 0 4px 16px 4px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.products-contact-mail a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px #f5560b solid;
  background-color: #ff2789c7;
  -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) {
  .products-contact-mail a {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .products-contact-mail a {
    margin: 0;
    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;
  }
  .products-contact-mail a:hover {
    color: #413d92;
    background-color: #fff;
  }
  .products-contact-mail a:hover span::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
  .products-contact-mail a:hover span::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}

.products-cautions {
  margin-bottom: 16px;
  border: 1px #f26d7e 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: 768px) {
  .products-cautions {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .products-cautions {
    margin: 0 48px 40px 48px;
  }
}
.products-cautions-title {
  margin: 0 0 10px;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #f26d7e;
  border-bottom: 1px #f26d7e solid;
}
@media screen and (min-width: 768px) {
  .products-cautions-title {
    margin-bottom: 16px;
  }
}
.products-cautions-box {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .products-cautions-box {
    padding: 0 16px;
  }
}
.products-cautions-list {
  margin: 0 0 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px #dbdbdb solid;
  background-color: #f7f7f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .products-cautions-list {
    margin: 0 0 16px;
    padding: 16px 24px;
  }
}
.products-cautions-list-title {
  margin: 0 0 8px;
  color: #f26d7e;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .products-cautions-list-title {
    float: left;
    width: 220px;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .products-cautions-list-text {
    margin: 0 0 0 236px;
  }
}
.products-cautions-list-text p:last-child {
  margin-bottom: 0;
}

.relation-item {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .relation-item {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1056px) {
  .relation-item {
    margin-bottom: 72px;
  }
}
.relation-item-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .relation-item-list {
    width: 642px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1056px) {
  .relation-item-list {
    width: 936px;
  }
}
.relation-item-list ul,
.relation-item-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.relation-item-list li {
  margin: 0;
}
.relation-item-list .flex-direction-nav {
  *height: 0;
}
.relation-item-list .flex-direction-nav a {
  outline: none;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 48px;
  margin: -24px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
}
@media screen and (min-width: 1056px) {
  .relation-item-list .flex-direction-nav a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.relation-item-list .flex-direction-nav .flex-prev {
  left: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.relation-item-list .flex-direction-nav .flex-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 12px;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 5px;
  border-right-color: #1a1a1a;
  border-right-style: solid;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .relation-item-list .flex-direction-nav .flex-prev {
    left: -40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
@media screen and (min-width: 1056px) {
  .relation-item-list .flex-direction-nav .flex-prev {
    left: -40px;
  }
}
.relation-item-list .flex-direction-nav .flex-next {
  right: 4px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.relation-item-list .flex-direction-nav .flex-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  width: 24px;
  height: 24px;
  margin-top: -15px;
  border-top-width: 5px;
  border-top-color: #1a1a1a;
  border-top-style: solid;
  border-right-width: 5px;
  border-right-color: #1a1a1a;
  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) {
  .relation-item-list .flex-direction-nav .flex-next {
    right: -40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
}
@media screen and (min-width: 1056px) {
  .relation-item-list .flex-direction-nav .flex-next {
    right: -40px;
  }
}
.relation-item-list .flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
  cursor: default;
  z-index: -1;
}
.relation-item-list .flex-control-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -32px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .relation-item-list .flex-control-nav {
    bottom: -40px;
  }
}
.relation-item-list .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.relation-item-list .flex-control-nav a {
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #dbdbdb;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.relation-item-list .flex-control-nav a.flex-active {
  background-color: #a286c0;
}
@media screen and (min-width: 1056px) {
  .relation-item-list .flex-control-nav a:hover {
    background-color: rgba(162, 134, 192, 0.7);
  }
}
.relation-item-link {
  display: block;
  margin: 0 auto;
  width: 144px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .relation-item-link {
    margin: 0 6px;
    width: 144px;
  }
}
@media screen and (min-width: 1056px) {
  .relation-item-link:hover {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.relation-item-img {
  position: relative;
  display: block;
  margin: 0;
  width: 142px;
  height: 142px;
  overflow: hidden;
  border: 1px #dbdbdb solid;
}
.relation-item-img img.height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 142px;
}
.relation-item-img img.width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 142px;
  height: auto;
}
.relation-item-saleicon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 55px !important;
  z-index: 100;
}
.relation-item-cateicon {
  margin: 0 0 8px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
.relation-item-cateicon span {
  display: block;
  padding: 2px 8px;
  color: #fff;
  font-weight: bold;
}
.relation-item-title {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: normal;
}

.products-point {
  position: relative;
  margin: 0 10px 14px 10px;
  padding-bottom: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .products-point {
    float: left;
    width: 48%;
    margin: 0 1% 3% 1%;
    border: none;
  }
  .products-point:nth-child(2n+1) {
    clear: both;
  }
  .products-point.width {
    width: 98%;
    margin: 0 1% 3% 1%;
  }
  .products-point.border {
    border: 1px #dbdbdb solid;
  }
}
@media screen and (min-width: 1056px) {
  .products-point {
    width: 31.3333333%;
    min-height: 220px;
  }
  .products-point:nth-child(2n+1) {
    clear: none;
  }
  .products-point:nth-child(3n+1) {
    clear: both;
  }
  .products-point.middle {
    width: 48%;
    min-height: 120px;
    margin: 0 1% 3% 1%;
  }
  .products-point.middle:nth-child(3n+1) {
    clear: none;
  }
  .products-point.middle:nth-child(2n+1) {
    clear: both;
  }
}
.products-point-icon {
  position: absolute;
  left: -8px;
  top: -6px;
  margin: 0;
  padding: 0;
}
.products-point-icon img {
  width: 40px;
}
.products-point-icon span {
  margin: 0 4px;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .products-point-icon {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -30px;
  }
  .products-point-icon img {
    width: 60px;
  }
}
@media screen and (min-width: 1056px) {
  .products-point-icon {
    top: -16px;
  }
}
.products-point-title {
  padding-top: 16px;
  margin-bottom: 10px;
  text-align: center;
  color: #f75a53;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-point-title {
    padding-top: 60px;
  }
}
.products-point-title-other {
  margin-bottom: 16px;
  padding: 4px 10px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-top-left-radius: 7px;
  -moz-border-top-right-radius: 7px;
  -o-border-top-left-radius: 7px;
  -o-border-top-right-radius: 7px;
  -ms-border-top-left-radius: 7px;
  -ms-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
@media screen and (min-width: 768px) {
  .products-point-title-other {
    padding: 10px 16px;
  }
}
.products-point-text {
  margin: 0 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .products-point-text {
    margin: 0 16px 12px 16px;
  }
}
.products-point-text p:last-child {
  margin-bottom: 0;
}
.products-point-text figure {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.products-point-text figure img {
  margin-bottom: 8px;
}
.products-point-text figure.width {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .products-point-text figure {
    margin: 0 auto;
    width: 90%;
  }
  .products-point-text figure img {
    margin-bottom: 16px;
  }
  .products-point-text figure.small {
    margin: 0 4px;
    width: 25%;
    display: inline-block;
  }
  .products-point-text figure.width {
    width: 70%;
    display: inline-block;
  }
}
.products-point-text figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.products-point-sub {
  position: relative;
  border: 1px #dbdbdb solid;
  margin: 0 10px 10px 10px;
  padding-bottom: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .products-point-sub {
    float: left;
    width: 31%;
    margin: 0 1% 2% 1%;
    min-height: 180px;
    overflow: hidden;
  }
  .products-point-sub:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1056px) {
  .products-point-sub {
    min-height: 330px;
  }
}
.products-point-sub-title {
  margin-bottom: 8px;
  padding: 6px;
  text-align: center;
  color: #1a1a1a;
  border-bottom: 1px #dbdbdb dashed;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-point-sub-title {
    padding: 8px;
    margin-bottom: 12px;
  }
}
.products-point-sub-text {
  margin: 0 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .products-point-sub-text {
    margin: 0 16px 12px 16px;
  }
}
.products-point-sub-text p:last-child {
  margin-bottom: 0;
}
.products-point-sub-text figure {
  margin: 0;
  text-align: center;
}
.products-point-sub-text figure img {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .products-point-sub-text figure img {
    margin-bottom: 12px;
  }
}
.products-point-sub-text figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}

.products-point-sub-option {
  position: relative;
  border: 1px #dbdbdb solid;
  margin: 0 10px 10px 10px;
  padding-bottom: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .products-point-sub-option {
    margin: 0 1% 2% 1%;
  }
}
.products-point-sub-option-title {
  margin-bottom: 8px;
  padding: 6px;
  text-align: center;
  color: #1a1a1a;
  border-bottom: 1px #dbdbdb dashed;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .products-point-sub-option-title {
    float: left;
    width: 200px;
    border: none;
    text-align: left;
    padding: 16px;
  }
}
.products-point-sub-option-text {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .products-point-sub-option-text {
    margin: 0 0 0 240px;
    padding: 16px 0;
  }
}
.products-point-sub-option-text p:last-child {
  margin-bottom: 0;
}
.products-point-sub-option-text figure {
  margin: 0;
  text-align: center;
}
.products-point-sub-option-text figure img {
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .products-point-sub-option-text figure {
    float: left;
    margin: 0 8px 0 0;
    text-align: left;
  }
  .products-point-sub-option-text figure figcaption {
    margin: 0;
  }
}
.products-point-sub-option-text figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.products-point-sub-option-text dl {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 1056px) {
  .products-point-sub-option-text dl {
    text-align: left;
  }
}
.products-point-sub-option-text dt,
.products-point-sub-option-text dd {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  width: 30%;
  background-color: #999999;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .products-point-sub-option-text dt,
  .products-point-sub-option-text dd {
    width: 100px;
  }
}
.products-point-sub-option-text dd {
  width: 54%;
  margin: 0 8px 4px 0;
  background-color: #f7f7f7;
  color: #545454;
}
@media screen and (min-width: 1056px) {
  .products-point-sub-option-text dd {
    width: 180px;
  }
}

.products-point-table {
  margin: 0 10px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .products-point-table {
    margin: 0 16px 16px 16px;
  }
}
.products-point-table table {
  margin-bottom: 6px;
  width: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 1056px) {
  .products-point-table table {
    width: 100%;
    display: table;
    white-space: normal;
  }
}
.products-point-table table tr.bg {
  background-color: #f7f7f7;
}
.products-point-table table th {
  padding: 4px;
  border: 1px #dbdbdb solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #1a1a1a;
}
.products-point-table table th span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
.products-point-table table td {
  padding: 4px;
  border: 1px #dbdbdb solid;
  text-align: center;
  vertical-align: middle;
}
.products-point-table table td span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}

/******************************************
　レッスン他
******************************************/
.lesson-contents {
  position: relative;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 3px #dbdbdb solid;
}
@media screen and (min-width: 768px) {
  .lesson-contents {
    margin-bottom: 24px;
    padding: 24px 0 0;
  }
  .lesson-contents::before {
    content: '';
    position: absolute;
    left: 20%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
  }
}
@media screen and (min-width: 1056px) {
  .lesson-contents {
    margin-bottom: 32px;
    padding: 32px 0 0;
  }
}
.lesson-contents-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #1a1a1a;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .lesson-contents-title {
    padding: 4px 0;
    float: left;
    width: 18%;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
@media screen and (min-width: 768px) {
  .lesson-contents-table {
    margin: 0 0 24px 23%;
  }
}
.lesson-contents-table table {
  margin-bottom: 10px;
  width: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lesson-contents-table table {
    width: 100%;
    display: table;
    white-space: normal;
  }
}
.lesson-contents-table table tr.bg th {
  color: #fff;
  text-align: center;
  background-color: #413d92;
}
.lesson-contents-table table th {
  padding: 8px;
  border: 1px #dbdbdb solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #f7f7f7;
  color: #1a1a1a;
}
.lesson-contents-table table th span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
.lesson-contents-table table td {
  padding: 8px;
  border: 1px #dbdbdb solid;
  text-align: left;
  vertical-align: middle;
}
.lesson-contents-table table td span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
}
.lesson-contents-add {
  margin-bottom: 24px;
  border: 4px #f0f0f0 solid;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lesson-contents-add {
    padding: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .lesson-contents-add {
    padding: 24px 10px;
    margin: 0 48px 48px 48px;
  }
}
.lesson-contents-add-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #413d92;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lesson-contents-add-title {
    margin-bottom: 16px;
  }
}
.lesson-contents-add-list {
  margin: 0 0 8px;
  padding: 0;
}
.lesson-contents-add-list dt,
.lesson-contents-add-list dd {
  margin: 0 0 4px 0;
  padding: 4px;
  display: inline-block;
  width: 45%;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 1056px) {
  .lesson-contents-add-list dt,
  .lesson-contents-add-list dd {
    width: 20%;
    padding: 4px 8px;
  }
}
.lesson-contents-add-list dt {
  background-color: #413d92;
  color: #fff;
}
.lesson-contents-add p {
  margin: 0;
}

.lesson-lecturer {
  border: 3px #f26d7e double;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .lesson-lecturer {
    margin: 0 0 24px 23%;
    padding: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .lesson-lecturer {
    margin-bottom: 32px;
    padding: 24px;
  }
}
.lesson-lecturer-title {
  position: relative;
  margin: 0 auto 8px auto;
  text-align: center;
  width: 160px;
  height: 160px;
  line-height: 160px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.lesson-lecturer-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  z-index: -1;
  background-color: #f26d7e;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .lesson-lecturer-title {
    float: left;
    margin: 0;
  }
}
.lesson-lecturer-voice {
  color: #f26d7e;
}
@media screen and (min-width: 768px) {
  .lesson-lecturer-voice {
    margin: 0 0 0 176px;
  }
}
@media screen and (min-width: 1056px) {
  .lesson-lecturer-voice {
    margin: 0 0 0 184px;
  }
}

.hall-overview {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .hall-overview {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .hall-overview {
    margin-bottom: 40px;
  }
}
.hall-overview-img {
  margin: 0 10px 10px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hall-overview-img {
    margin: 0 16px 0 0;
    float: right;
    width: 45%;
  }
}
@media screen and (min-width: 1056px) {
  .hall-overview-img {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .hall-overview-text {
    margin: 0 50% 0 16px;
  }
}
@media screen and (min-width: 1056px) {
  .hall-overview-text {
    margin: 0 40% 0 16px;
  }
}

.hall-price {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hall-price {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .hall-price {
    margin: 0 16px 40px 16px;
  }
}
.hall-price table {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px #dbdbdb solid;
}
@media screen and (min-width: 768px) {
  .hall-price table {
    width: 100%;
    display: table;
  }
}
.hall-price table tr.bg th {
  color: #fff;
  text-align: center;
  background-color: #413d92;
}
.hall-price table th {
  border-top: 2px #dbdbdb solid;
  border-bottom: 1px #dbdbdb dotted;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #f7f7f7;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hall-price table th span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .hall-price table th {
    width: 25%;
  }
}
.hall-price table td {
  text-align: left;
  vertical-align: middle;
}
.hall-price table td span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: normal;
}
.hall-price table td.price {
  border-bottom: 1px #dbdbdb solid;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #f2395b;
}
@media screen and (min-width: 768px) {
  .hall-price table td.price {
    text-align: left;
  }
}
.hall-price table th,
.hall-price table td {
  display: block;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .hall-price table th,
  .hall-price table td {
    display: table-cell;
    border: 1px #dbdbdb solid;
  }
}

.hall-instrument {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .hall-instrument {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .hall-instrument {
    margin-bottom: 32px;
  }
}
.hall-instrument-list {
  margin: 0 10px 16px 10px;
  padding: 10px;
  border: 1px #dbdbdb solid;
}
@media screen and (min-width: 768px) {
  .hall-instrument-list {
    border: none;
    padding: 0;
    float: left;
  }
  .hall-instrument-list.column-3 {
    width: 29.333333%;
    margin: 0 2%;
  }
  .hall-instrument-list.column-2 {
    width: 46%;
    margin: 0 2%;
  }
}
.hall-instrument-img {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .hall-instrument-img {
    position: relative;
    height: 160px;
  }
  .hall-instrument-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 160px;
  }
}
.hall-instrument-text {
  margin: 0;
}
.hall-instrument-text dt {
  margin: 0 0 8px;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #413d92;
  color: #fff;
}
.hall-instrument-text dd {
  margin: 0;
}
.hall-instrument-text dd strong {
  color: #f2395b;
}

/******************************************
　購入・買取について
******************************************/
.buy-header {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .buy-header {
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1056px) {
  .buy-header {
    margin: 0 0 32px;
  }
}

.buy-tel {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .buy-tel {
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1056px) {
  .buy-tel {
    margin: 0 0 40px;
  }
}
.buy-tel-title {
  margin: 0 16px 6px 16px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .buy-tel-title {
    margin: 0 0 10px 0;
  }
  .buy-tel-title img {
    width: 60%;
  }
}
.buy-tel-btn {
  font-style: normal;
  text-align: center;
}
.buy-tel-btn.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .buy-tel-btn.sp {
    display: none;
  }
}
.buy-tel-btn.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .buy-tel-btn.pc {
    display: block;
  }
}
.buy-tel-btn a, .buy-tel-btn-nolink {
  display: block;
  padding: 10px 0;
  background-color: #413d92;
  border: 1px #413d92 solid;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.buy-tel-btn p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .buy-tel-btn p {
    margin: 0 6px;
    display: inline-block;
  }
}
@media screen and (min-width: 1056px) {
  .buy-tel-btn p {
    margin: 0 8px;
  }
}
.buy-tel-btn .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .buy-tel-btn .number {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1056px) {
  .buy-tel-btn .number {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1.14815;
  }
}
.buy-tel-btn .number span {
  position: relative;
  padding-left: 57.66667px;
}
@media screen and (min-width: 768px) {
  .buy-tel-btn .number span {
    display: block;
  }
}
.buy-tel-btn .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) {
  .buy-tel-btn .number span::before {
    background-image: url(../images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.buy-tel-btn .time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.buy-contents {
  position: relative;
  margin: 0 0 14px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .buy-contents {
    margin: 0 0 24px 0;
  }
}
@media screen and (min-width: 1056px) {
  .buy-contents {
    margin: 72px 0 48px 0;
  }
}
.buy-contents-btn {
  position: relative;
  border: 1px #dbdbdb solid;
  margin-bottom: 4px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  -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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (min-width: 1056px) {
  .buy-contents-btn {
    position: absolute;
    top: -64px;
    width: 320px;
    height: 64px;
    line-height: 64px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    -o-border-radius: 8;
    -ms-border-radius: 8;
    border-radius: 8;
  }
  .buy-contents-btn.tab1 {
    left: 16px;
  }
  .buy-contents-btn.tab2 {
    left: 352px;
  }
  .buy-contents-btn.tab3 {
    left: 688px;
  }
  .buy-contents-btn.tab4 {
    left: 1024px;
  }
  .buy-contents-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #dbdbdb transparent transparent transparent;
    -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;
  }
  .buy-contents-btn:hover {
    top: -52px;
    color: #fff;
    font-weight: bold;
    border-color: #f75a53;
    background-color: #f75a53;
  }
  .buy-contents-btn:hover::after {
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f75a53 transparent transparent transparent;
  }
}
.buy-contents-btn-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  border: 1px #f75a53 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.buy-contents-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  border-top-width: 3px;
  border-top-color: #f75a53;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #f75a53;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 1056px) {
  .buy-contents-btn-arrow {
    display: none;
  }
}
.buy-contents-btn.select {
  border: 1px #f75a53 solid;
  background-color: #f75a53;
  color: #fff;
  font-weight: bold;
}
.buy-contents-btn.select .buy-contents-btn-arrow {
  border: 1px #fff solid;
}
.buy-contents-btn.select .buy-contents-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  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: 1056px) {
  .buy-contents-btn.select {
    position: relative;
    top: -52px;
  }
  .buy-contents-btn.select::after {
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f75a53 transparent transparent transparent;
  }
}
.buy-contents-title {
  margin: 0 0 12px;
  padding: 8px 16px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
  text-align: center;
  background-color: #1a1a1a;
  -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) {
  .buy-contents-title {
    margin: 0 0 16px;
    padding: 12px 16px;
    text-align: left;
  }
}
.buy-contents-box {
  margin-bottom: 8px;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .buy-contents-box {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .buy-contents-box {
    border: none;
    margin-top: -52px;
    padding: 24px 0 0 0;
  }
}

.buy-flow {
  margin: 0 0 8px;
}
.buy-flow dt {
  position: relative;
  margin: 0;
  padding: 12px 10px 12px 40px;
  border: 1px #3c468f solid;
  font-weight: bold;
  color: #8729b5;
}
@media screen and (min-width: 768px) {
  .buy-flow dt {
    padding: 24px 24px 24px 74px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.buy-flow dt::before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  bottom: auto;
  z-index: 10;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .buy-flow dt::before {
    top: 24px;
    left: 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.buy-flow dt::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: #212f5a;
}
@media screen and (min-width: 768px) {
  .buy-flow dt::after {
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
  }
}
.buy-flow dt.num1::before {
  content: "1";
}
.buy-flow dt.num2::before {
  content: "2";
}
.buy-flow dt.num3::before {
  content: "3";
}
.buy-flow dt.num4::before {
  content: "4";
}
.buy-flow dt.num5::before {
  content: "5";
}
.buy-flow dd {
  position: relative;
  margin: 0 0 18px;
  padding: 10px;
  color: #fff;
  background-color: #212f5a;
}
@media screen and (min-width: 768px) {
  .buy-flow dd {
    margin: 0 0 24px;
    padding: 16px 24px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.buy-flow dd::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #212f5a transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .buy-flow dd::before {
    bottom: -15px;
    margin-left: -16px;
    border-width: 16px 16px 0 16px;
  }
}
.buy-flow dd:last-child {
  margin: 0;
}
.buy-flow dd:last-child::before {
  display: none;
}
.buy-flow dd a {
  text-decoration: underline;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .buy-piano-form {
    float: left;
    width: 64%;
  }
}
.buy-piano-form .aform-header {
  display: none;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form .aform-content dl {
    margin: 0;
    border: none;
    border-bottom: 1px #dbdbdb dashed;
  }
  .buy-piano-form .aform-content dl:hover {
    background-color: #f7f7f7;
  }
}
.buy-piano-form .aform-content dl dt {
  border-top: 2px #dbdbdb solid;
  background-color: #f7f7f7;
  color: #1a1a1a;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form .aform-content dl dt {
    border: none;
    background: none;
    width: 35%;
  }
}
@media screen and (min-width: 1056px) {
  .buy-piano-form .aform-content dl dd {
    padding-left: 39%;
  }
}
@media screen and (min-width: 768px) {
  .buy-piano-form .aform-content .aform-name-ul li input,
  .buy-piano-form .aform-content .aform-kana-ul li input {
    width: 140px;
  }
}
@media screen and (min-width: 1056px) {
  .buy-piano-form .aform-content .aform-name-ul li input,
  .buy-piano-form .aform-content .aform-kana-ul li input {
    width: 140px;
  }
}
.buy-piano-form-sub-title {
  margin: 0 0 10px;
  padding: 0 8px 4px 8px;
  color: #413d92;
  border-bottom: 1px #413d92 solid;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.buy-piano-form-box {
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-box {
    margin-bottom: 32px;
  }
}
.buy-piano-form-table {
  width: 100%;
}
.buy-piano-form-table th,
.buy-piano-form-table td {
  display: block;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-table th,
  .buy-piano-form-table td {
    display: table-cell;
    padding: 10px;
  }
}
.buy-piano-form-table th {
  border-top: 2px #dbdbdb solid;
  background-color: #f7f7f7;
  color: #1a1a1a;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-table th {
    width: 30%;
    border-top: none;
    border-bottom: 1px #dbdbdb dashed;
    background-color: #fff;
  }
}
.buy-piano-form-table th br {
  display: none;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-table th br {
    display: block;
  }
}
.buy-piano-form-table th .icon-number {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  display: inline-block;
}
.buy-piano-form-table th .icon-number::before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  color: #fff;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.buy-piano-form-table th .icon-number::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #eb1e24;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.buy-piano-form-table th .icon-number.num1::before {
  content: "1";
}
.buy-piano-form-table th .icon-number.num2::before {
  content: "2";
}
.buy-piano-form-table th .icon-number.num3::before {
  content: "3";
}
.buy-piano-form-table th .icon-number.num4::before {
  content: "4";
}
.buy-piano-form-table th .icon-number.num5::before {
  content: "5";
}
.buy-piano-form-table td {
  border-top: 1px #dbdbdb dashed;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-table td {
    border-top: none;
    border-bottom: 1px #dbdbdb dashed;
  }
}
.buy-piano-form-table p {
  margin-bottom: 8px;
}
.buy-piano-form-table p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1056px) {
  .buy-piano-form-table p {
    margin-bottom: 16px;
  }
}
.buy-piano-description {
  margin: 0 10px 16px 10px;
  -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) {
  .buy-piano-description {
    margin: 0;
    float: right;
    width: 33%;
  }
}
.buy-piano-description-title {
  margin: 0 0 12px;
  padding: 8px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #eb1e24;
  border-bottom: 1px #eb1e24 solid;
}
.buy-piano-description-img {
  margin: 0 10px 10px 10px;
  text-align: center;
}
.buy-piano-description-img img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .buy-piano-description-img {
    margin: 0 16px 16px 16px;
  }
  .buy-piano-description-img img {
    width: 100%;
  }
}
.buy-piano-description-list {
  margin: 0 10px;
  padding: 0 0 8px;
  list-style: none;
}
.buy-piano-description-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
}
.buy-piano-description-list li::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}
.buy-piano-description-list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #eb1e24;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.buy-piano-description-list li.num1::before {
  content: "1";
}
.buy-piano-description-list li.num2::before {
  content: "2";
}
.buy-piano-description-list li.num3::before {
  content: "3";
}
.buy-piano-description-list li.num4::before {
  content: "4";
}
.buy-piano-description-list li.num5::before {
  content: "5";
}
.buy-piano-description-list-title {
  margin: 0 0 0 30px;
  padding: 1px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1a1a1a;
}
.buy-piano-description-list-text {
  margin: 0 0 0 30px;
}

@media screen and (min-width: 1056px) {
  .aform-select.buy-piano-type {
    width: auto;
  }
}

.aform-label.buy-piano-maker, .aform-label.buy-piano-devicename, .aform-label.buy-piano-serialnumber, .aform-label.buy-piano-pedal, .aform-label.buy-electone-type, .aform-label.buy-electone-serialnumber, .aform-label.buy-electone-year {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  display: inline-block;
}
.aform-label.buy-piano-maker::before, .aform-label.buy-piano-devicename::before, .aform-label.buy-piano-serialnumber::before, .aform-label.buy-piano-pedal::before, .aform-label.buy-electone-type::before, .aform-label.buy-electone-serialnumber::before, .aform-label.buy-electone-year::before {
  content: '1';
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  color: #fff;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.aform-label.buy-piano-maker::after, .aform-label.buy-piano-devicename::after, .aform-label.buy-piano-serialnumber::after, .aform-label.buy-piano-pedal::after, .aform-label.buy-electone-type::after, .aform-label.buy-electone-serialnumber::after, .aform-label.buy-electone-year::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #eb1e24;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.aform-label.buy-piano-devicename::before, .aform-label.buy-electone-serialnumber::before {
  content: '2';
}
.aform-label.buy-piano-serialnumber::before, .aform-label.buy-electone-year::before {
  content: '3';
}
.aform-label.buy-piano-pedal::before {
  content: '4';
}

#buy-piano-maker-3-text,
#buy-bouon-maker-3-text,
#buy-bouon-instrument-2-text {
  width: 160px;
}

#buy-piano-devicename,
#buy-piano-serialnumber,
#buy-piano-floornumber,
#buy-electone-serialnumber,
#buy-electone-year,
#buy-electone-floornumber,
#buy-bouon-devicename,
#buy-bouon-size,
#buy-bouon-year,
#buy-bouon-floornumber,
#mov-bouon-devicename,
#mov-bouon-size,
#mov-bouon-height,
#mov-bouon-floornumber-gen,
#mov-bouon-floornumber-saki {
  width: 30%;
}

.aform-content .mov-bouon-gakki li {
  display: block;
}

.privilege-box {
  margin-bottom: 16px;
  padding: 0 10px 10px 10px;
  background-color: #f26d7e;
}
@media screen and (min-width: 768px) {
  .privilege-box {
    margin: 0 16px 24px 16px;
    padding: 0 14px 8px 14px;
    -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) {
  .privilege-box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .privilege-box.white {
    background-color: #fff;
  }
  .privilege-box.white .privilege-title {
    background-image: url(../images/m_page_pickup_p_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 202.66667px 26.33333px;
  }
  .privilege-box.white .privilege-title::before {
    background-image: url(../images/bg_page_pickup_p.png);
  }
  .privilege-box.white .privilege-list-box {
    border: 2px #f26d7e solid;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-box.white .privilege-title {
    background-image: url(../images/m_page_pickup_p_pc.png);
    background-size: auto;
  }
}
.privilege-title {
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../images/m_page_pickup_w_sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 202.66667px 26.33333px;
}
@media screen and (min-width: 768px) {
  .privilege-title {
    height: 90px;
  }
  .privilege-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-image: url(../images/bg_page_pickup_w.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-title {
    background-image: url(../images/m_page_pickup_w_pc.png);
    background-size: auto;
  }
}
.privilege-list {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .privilege-list {
    float: left;
    margin: 0 0.5% 1% 0.5%;
    width: 32.3333333%;
  }
  .privilege-list.width {
    width: 49%;
  }
  .privilege-list.width .privilege-list-box {
    height: 330px;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-list.width .privilege-list-box {
    height: 290px;
  }
}
.privilege-list-box {
  background-color: #fff;
  padding: 8px 0 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .privilege-list-box {
    height: 240px;
  }
}
.privilege-list-title {
  margin: 0;
  padding: 10px 16px;
  color: #f26d7e;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (min-width: 1056px) {
  .privilege-list-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.privilege-list-text {
  position: relative;
  margin: 0 16px;
  font-size:14px;
}
.privilege-list-text span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 1056px) {
  .privilege-list-text {
    margin: 0 16px 16px 16px;
  }
}
.privilege-list-text.country {
  padding-top: 71px;
}
.privilege-list-text.country::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 101px;
  height: 55px;
  margin-left: -50px;
  background-image: url(../images/i_page_pickup_sp.png);
  background-position: left -11px;
  background-repeat: no-repeat;
  background-size: 294px 76px;
}
@media screen and (min-width: 768px) {
  .privilege-list-text.country {
    padding-top: 92px;
  }
  .privilege-list-text.country::before {
    top: 10px;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-list-text.country::before {
    background-image: url(../images/i_page_pickup_pc.png);
    background-size: auto;
  }
}
.privilege-list-text.year10th {
  padding-top: 79px;
}
.privilege-list-text.year10th::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 83px;
  height: 63px;
  margin-left: -41px;
  background-image: url(../images/i_page_pickup_sp.png);
  background-position: -121px -7px;
  background-repeat: no-repeat;
  background-size: 294px 76px;
}
@media screen and (min-width: 768px) {
  .privilege-list-text.year10th {
    padding-top: 92px;
  }
  .privilege-list-text.year10th::before {
    top: 7px;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-list-text.year10th::before {
    background-image: url(../images/i_page_pickup_pc.png);
    background-size: auto;
  }
}
.privilege-list-text.first-service {
  padding-top: 92px;
}
.privilege-list-text.first-service::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 70px;
  height: 76px;
  margin-left: -35px;
  background-image: url(../images/i_page_pickup_sp.png);
  background-position: -224px 0;
  background-repeat: no-repeat;
  background-size: 294px 76px;
}
@media screen and (min-width: 768px) {
  .privilege-list-text.first-service {
    padding-top: 92px;
  }
}
@media screen and (min-width: 1056px) {
  .privilege-list-text.first-service::before {
    background-image: url(../images/i_page_pickup_pc.png);
    background-size: auto;
  }
}
.privilege-list-ul {
  margin: 10px 16px 0 16px;
  padding: 10px 10px 6px 32px;
  border: 1px #f26d7e solid;
  color: #f26d7e;
  font-size:14px;
}
.privilege-list-ul li {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .purchase-flow {
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-flow {
    margin: 0 16px;
  }
}
.purchase-flow-box {
  position: relative;
  padding-bottom: 34px;
}
.purchase-flow-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0px;
  border-top-width: 2px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #dbdbdb;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.purchase-flow-box::before {
  top: auto;
  bottom: 16px;
  margin-left: -10px;
}
.purchase-flow-box:last-child {
  padding-bottom: 16px;
}
.purchase-flow-box:last-child::before {
  display: none;
}
@media screen and (min-width: 1056px) {
  .purchase-flow-box {
    float: left;
    width: 204px;
    margin-right: 58px;
  }
  .purchase-flow-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    left: auto;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    border-top-width: 2px;
    border-top-color: #dbdbdb;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-color: #dbdbdb;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .purchase-flow-box::before {
    top: auto;
    bottom: auto;
    margin-left: 0;
  }
  .purchase-flow-box:last-child {
    margin-right: 0;
  }
}
.purchase-flow-title {
  margin: 0 0 8px;
  padding: 8px;
  border: 1px #faa701 solid;
  text-align: center;
  color: #faa701;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.purchase-flow-text {
  margin: 0 10px;
}
@media screen and (min-width: 1056px) {
  .purchase-flow-text {
    margin: 0;
  }
}

.purchase-postage {
  margin: 0 0 16px;
}
@media screen and (min-width: 1056px) {
  .purchase-postage {
    margin: 0 16px 40px 16px;
  }
}
.purchase-postage-list {
  margin: 0 0 8px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .purchase-postage-list {
    float: left;
    width: 63%;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-postage-list {
    width: 610px;
  }
}
.purchase-postage-list table {
  width: 100%;
}
.purchase-postage-list tr {
  margin-bottom: 4px;
}
.purchase-postage-list th {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #1a1a1a;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .purchase-postage-list th {
    display: table-cell;
    padding: 12px 8px 12px 16px;
    border: 1px #dbdbdb solid;
  }
}
.purchase-postage-list td {
  display: block;
  margin: 0;
  padding: 6px 10px;
  vertical-align: top;
}
.purchase-postage-list td strong {
  color: #f2395b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.purchase-postage-list td span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 1056px) {
  .purchase-postage-list td {
    display: table-cell;
    padding: 12px 8px 12px 16px;
    border: 1px #dbdbdb solid;
  }
}
.purchase-postage-attention {
  border: 1px #eb1e24 solid;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .purchase-postage-attention {
    float: right;
    width: 32%;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-postage-attention {
    width: 332px;
  }
}
.purchase-postage-attention-title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #eb1e24;
  font-weight: bold;
}
.purchase-postage-attention-text {
  color: #eb1e24;
}
.purchase-postage-attention-text:last-child {
  margin-bottom: 0;
}

.purchase-pay {
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .purchase-pay {
    margin: 0 0 24px 0;
    padding: 0;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-pay {
    margin: 0 16px 40px 16px;
  }
}
.purchase-pay-box {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px #dbdbdb solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.purchase-pay-box.loan {
  border-color: #f75a53;
}
@media screen and (min-width: 768px) {
  .purchase-pay-box {
    padding: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-pay-box {
    padding: 24px 32px;
    margin-bottom: 16px;
  }
}
.purchase-pay-title {
  margin: 0 0 10px;
  padding: 0 0 4px;
  color: #413d92;
  border-bottom: 1px #413d92 solid;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.purchase-pay-title.loan {
  border-color: #eaeaea;
  color: #f75a53;
}
@media screen and (min-width: 768px) {
  .purchase-pay-title {
    margin: 0 0 12px;
    padding: 0 0 6px;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-pay-title {
    margin: 0 0 16px;
    padding: 0 0 6px;
  }
}
.purchase-pay-img {
  margin: 0 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .purchase-pay-img {
    float: right;
    width: 28%;
    margin: 0 0 0 16px;
  }
}
.purchase-pay-text {
  margin-bottom: 8px;
}
.purchase-pay-text:last-child {
  margin-bottom: 0;
}
.purchase-pay-text.pickup {
  padding: 8px;
  font-weight: bold;
  color: #413d92;
  border: 1px #413d92 solid;
}
@media screen and (min-width: 768px) {
  .purchase-pay-text.pickup {
    float: left;
    width: 50%;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.purchase-pay-text.biko {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .purchase-pay-text.biko {
    float: right;
    width: 43%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.purchase-pay-loan {
  margin-bottom: 10px;
  padding: 16px;
  background-color: #f75a53;
}
@media screen and (min-width: 768px) {
  .purchase-pay-loan {
    float: left;
    width: 44%;
    padding: 2%;
    margin: 0 1% 10px 1%;
  }
}
.purchase-pay-loan-img {
  margin: 0 0 12px;
  text-align: center;
}
.purchase-pay-loan-img img {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .purchase-pay-loan-img {
    float: right;
    margin: 0 0 0 16px;
    width: 80px;
    height: 80px;
  }
  .purchase-pay-loan-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-pay-loan-img {
    margin: 0 0 0 24px;
  }
}
.purchase-pay-loan-text {
  margin: 0;
  color: #fff;
}
.purchase-pay-loan-text dt {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.purchase-pay-loan-text dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .purchase-pay-loan-text dt {
    text-align: left;
  }
}

.purchase-other {
  padding-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .purchase-other {
    margin: 0 16px 24px 16px;
  }
}
.purchase-other p {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .purchase-other p {
    margin-bottom: 16px;
  }
}
.purchase-other-img {
  margin: 0 0 10px;
  text-align: center;
}
.purchase-other-img img {
  width: 60%;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .purchase-other-img img {
    margin-bottom: 6px;
    width: 70%;
  }
}
.purchase-other-img figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .purchase-other-img {
    float: right;
    width: 240px;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-other-img {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .purchase-other-text {
    margin-right: 264px;
  }
}
@media screen and (min-width: 1056px) {
  .purchase-other-text {
    margin-right: 344px;
  }
}

/******************************************
　店舗情報
******************************************/
.company-data {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .company-data {
    margin: 0 16px;
  }
}
.company-data-table {
  width: 100%;
}
.company-data-table th,
.company-data-table td {
  display: block;
  padding: 4px 8px;
  vertical-align: top;
  text-align: left;
}
.company-data-table th {
  background-color: #5e5c5d;
  color: #fff;
  border-bottom: 1px #fff solid;
}
.company-data-table td {
  background-color: #f7f7f7;
  border-bottom: 1px #fff solid;
}
@media screen and (min-width: 768px) {
  .company-data-table th,
  .company-data-table td {
    padding: 12px;
    display: table-cell;
  }
  .company-data-table th {
    width: 30%;
    border-bottom: 1px #fff solid;
    border-right: 1px #fff solid;
  }
  .company-data-table td {
    width: 70%;
    border-bottom: 1px #fff solid;
  }
}
.company-data-point {
  margin: 0;
  padding: 8px;
  border: 1px #f75a53 solid;
  color: #f75a53;
}
@media screen and (min-width: 768px) {
  .company-data-point {
    padding: 16px;
  }
}

.store-info {
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .store-info {
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 1056px) {
  .store-info {
    margin: 0 16px 40px 16px;
  }
}
.store-info-main {
  margin: 0 10px 16px 10px;
}
.store-info-main-img {
  margin: 0 auto 16px auto;
  width: 220px;
}
.store-info-main-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
.store-info-main-text {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.store-info-main-map {
  width: 100%;
  height: auto;
  border: 1px #dbdbdb solid;
}
.store-info-main-map iframe {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .store-info-main {
    margin: 0 16px 32px 16px;
  }
  .store-info-main-img {
    margin: 0 16px;
    float: left;
    width: 40%;
  }
  .store-info-main-detail {
    margin-right: 16px;
    margin-left: 46%;
  }
  .store-info-main-title {
    margin: 0 0 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .store-info-main-text {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.store-info-sub {
  margin: 0;
}
@media screen and (min-width: 1056px) {
  .store-info-sub {
    margin: 0 16px;
  }
}
.store-info-sub-box {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .store-info-sub-box {
    float: left;
    width: 50%;
  }
}
.store-info-sub-img {
  margin: 0 auto 16px auto;
  width: 180px;
}
.store-info-sub-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.store-info-sub-text {
  margin: 0 0 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
.store-info-sub-text a {
  display: inline;
}
.store-info-sub-map {
  margin: 0;
  height: 300px;
  border: 1px #dbdbdb solid;
}
.store-info-sub-map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .store-info-sub-img {
    margin: 0 auto 16px auto;
    width: 70%;
  }
  .store-info-sub-title {
    margin: 0 16px 4px 16px;
  }
  .store-info-sub-text {
    margin: 0 16px 16px 16px;
  }
  .store-info-sub-map {
    margin: 0 16px;
  }
}
.store-info-repair {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .store-info-repair {
    margin: 0 16px;
  }
}
.store-info-repair-img {
  margin: 0 auto 16px auto;
  width: 280px;
}
.store-info-repair-img figure {
  text-align: center;
}
.store-info-repair-img img {
  margin-bottom: 8px;
}
.store-info-repair-detail {
  margin: 0 0 16px;
}
.store-info-repair-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .store-info-repair-img {
    width: 480px;
  }
  .store-info-repair-detail {
    float: left;
    width: 29.3333333%;
    margin: 0 2% 16px 2%;
  }
  .store-info-repair-detail:nth-child(3n+1) {
    clear: both;
  }
  .store-info-repair-title {
    margin: 0 0 4px 0;
  }
}
@media screen and (min-width: 1056px) {
  .store-info-repair-img {
    float: right;
    margin: 0 16px 0 0;
    width: 480px;
  }
  .store-info-repair-info {
    margin: 0 520px 0 0;
  }
  .store-info-repair-detail {
    float: none;
    width: auto;
    margin: 0 16px 24px 16px;
  }
  .store-info-repair-detail:nth-child(3n+1) {
    clear: none;
  }
}

/******************************************
　FAQ
******************************************/
.faq-link {
  margin: 0 10px 10px 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 1056px) {
  .faq-link {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.faq-link li {
  margin: 0 1% 2% 1%;
  float: left;
  width: 48%;
  text-align: center;
}
.faq-link li:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 1056px) {
  .faq-link li {
    margin: 0 16px 32px;
    width: 232px;
  }
  .faq-link li:nth-child(2n+1) {
    clear: none;
  }
  .faq-link li:nth-child(4n+1) {
    clear: both;
  }
}
.faq-link a {
  position: relative;
  padding: 10px 4px 24px 4px;
  display: block;
  border: 1px #413d92 solid;
  color: #413d92;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.faq-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  border-top-width: 2px;
  border-top-color: #413d92;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #413d92;
  border-right-style: solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-link a::before {
  top: auto;
  left: 50%;
  bottom: 12px;
  margin-left: -6px;
}
@media screen and (min-width: 1056px) {
  .faq-link a {
    padding: 16px 4px 32px 4px;
  }
  .faq-link a::before {
    bottom: 16px;
  }
  .faq-link a:hover {
    background-color: #413d92;
    color: #fff;
  }
  .faq-link a:hover::before {
    border-color: #fff;
  }
  .faq-link a:hover span {
    color: #fff;
  }
}
.faq-link span {
  margin-bottom: -2px;
  display: block;
  color: #413d92;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .faq-link span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1056px) {
  .faq-link span {
    -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;
  }
}
.faq-contents {
  margin: 0 10px 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .faq-contents {
    margin: 0 16px 24px 16px;
  }
}
.faq-contents-title {
  margin-bottom: 4px !important;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .faq-contents-title {
    margin-bottom: 8px !important;
  }
}
.faq-contents-list {
  margin: 0 0 16px;
}
.faq-contents-q, .faq-contents-a > div {
  position: relative;
  margin: 0 0 4px;
  padding: 16px 8px 16px 48px;
  background-color: #ffe7ee;
  color: #f75a53;
  font-weight: bold;
}
.faq-contents-q::before, .faq-contents-a > div::before {
  content: 'Q';
  position: absolute;
  top: 11px;
  left: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table-cell;
  color: #fff;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: normal;
}
.faq-contents-q::after, .faq-contents-a > div::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: #f75a53;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 1056px) {
  .faq-contents-q, .faq-contents-a > div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1056px) {
  .faq-contents-q {
    -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;
  }
  .faq-contents-q:hover {
    background-color: #fff;
  }
}
.faq-contents-a > div {
  background-color: #fff;
  font-weight: normal;
  color: #545454;
}
.faq-contents-a > div::before {
  content: 'A';
}
.faq-contents-a > div::after {
  background-color: #52bea6;
}
.faq-contents-a {
  margin: 0;
  padding: 0;
}

/******************************************
　お問い合わせ
******************************************/
.contact-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #413d92;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .contact-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}

.contact-tel {
  margin: 0 10px 24px 10px;
}
@media screen and (min-width: 1056px) {
  .contact-tel {
    margin: 0 32px 40px 32px;
  }
}
.contact-tel p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact-tel p {
    margin: 0 8px 0 0;
    display: inline-block;
  }
}
.contact-tel span,
.contact-tel a {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
}
.contact-tel-number {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222;
}
.contact-tel-number span {
  position: relative;
  padding-left: 57.66667px;
}
.contact-tel-number span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 26px;
  margin-top: -13px;
  background-image: url(https://piano-plaza.com/common/images/i_freedial_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 51.66667px 26px;
}
@media screen and (min-width: 1056px) {
  .contact-tel-number span::before {
    background-image: url(https://piano-plaza.com/common/images/i_freedial_pc.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
  }
}
.contact-tel-time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.contact-from {
  margin: 0 10px 16px 10px;
}
@media screen and (min-width: 768px) {
  .contact-from {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .contact-from {
    margin: 0 32px 40px 32px;
  }
}
.contact-from .aform-header {
  display: none;
}
.contact-from .aform-content dl dt {
  background-color: #413d92;
  color: #fff;
}
.contact-from-table {
  margin-bottom: 16px;
}
@media screen and (min-width: 1056px) {
  .contact-from-table {
    margin-bottom: 24px;
  }
}
.contact-from-table table {
  width: 100%;
}
.contact-from-table form {
  margin: 0;
}
.contact-from-table th,
.contact-from-table td {
  display: block;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-from-table th,
  .contact-from-table td {
    display: table-cell;
    border: 1px #dbdbdb solid;
    padding: 12px;
  }
}
.contact-from-table th {
  background-color: #413d92;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-from-table th {
    width: 35%;
  }
}
@media screen and (min-width: 1056px) {
  .contact-from-table th {
    width: 30%;
  }
}
.contact-from-table td {
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .contact-from-table td {
    padding-bottom: 8px;
  }
}
.contact-from-table p {
  margin-bottom: 8px;
}
.contact-from-table p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1056px) {
  .contact-from-table p {
    margin-bottom: 16px;
  }
}

.request-item {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .request-item {
    margin-bottom: 16px;
    border: 1px #dbdbdb solid;
  }
}
.request-item-header {
  padding: 8px;
  background-color: #413d92;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .request-item-header {
    padding: 12px;
  }
}
.request-item-img {
  float: left;
  width: 30%;
  margin: 10px;
  text-align: center;
}
.request-item-img figure {
  display: block;
  padding: 4px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .request-item-img {
    width: 120px;
  }
}
.request-item-title {
  margin: 0 0 0 35%;
  padding: 10px;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .request-item-title {
    margin: 0 0 0 146px;
  }
}

.contact-banner {
  margin-bottom: 16px;
  padding: 0 0 10px;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .contact-banner {
    margin: 0 10px 24px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1056px) {
  .contact-banner {
    margin: 0 16px 40px 16px;
    padding: 0 0 16px;
  }
}
.contact-banner-title {
  margin: 0 0 12px;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background-color: #f75a53;
}
@media screen and (min-width: 768px) {
  .contact-banner-title {
    margin-bottom: 16px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-left-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media screen and (min-width: 1056px) {
  .contact-banner-title {
    margin: 0 0 24px;
    padding: 8px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.contact-banner-list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 1056px) {
  .contact-banner-list {
    margin: 0;
  }
}
.contact-banner-list li {
  display: inline-block;
  width: 48%;
  margin: 0 1% 2% 1%;
}
@media screen and (min-width: 768px) {
  .contact-banner-list li {
    width: 24%;
    margin: 0 0.5% 2% 0.5%;
  }
}
@media screen and (min-width: 1056px) {
  .contact-banner-list li {
    width: auto;
    margin: 0 7px 14px 7px;
  }
}
@media screen and (min-width: 1056px) {
  .contact-banner-list a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}

/******************************************
　お知らせ
******************************************/
.news {
  position: relative;
  margin: 0;
  padding: 16px 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 768px) {
  .news {
    margin: 0 16px;
    padding: 40px 0 24px;
  }
}
@media screen and (min-width: 1056px) {
  .news {
    float: left;
    margin: 0 16px;
    width: 656px;
  }
}
.news-title {
  padding: 0 0 8px;
  color: #1a1a1a;
  border-bottom: 1px #dbdbdb solid;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-title {
    margin-bottom: 18px;
    text-align: left;
  }
}
.news-list dt {
  margin: 0;
  padding: 0 0 4px 0;
}
@media screen and (min-width: 768px) {
  .news-list dt {
    float: left;
    padding: 0;
    width: 200px;
  }
}
.news-list dd {
  margin: 0;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .news-list dd {
    margin: 0 0 18px 210px;
    padding: 0;
  }
}
.news-date {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 0;
  vertical-align: top;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .news-date {
    width: 100px;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
.news-cate {
  display: inline-block;
  padding: 1px 0;
  width: 90px;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.news-link {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.news-link.black::before {
  top: 6px;
  margin-top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.news-link.black::after {
  top: 6px;
  margin-top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.news-more {
  margin: 0 10px;
  text-align: center;
}
.news-more a {
  display: block;
  border: 1px #dbdbdb solid;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.news-more a .icon-list::before {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.news-more a .icon-list::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
@media screen and (min-width: 1056px) {
  .news-more {
    margin: 0;
    position: absolute;
    right: 0;
    top: 32px;
  }
  .news-more a {
    padding: 4px 10px;
  }
  .news-more a:hover {
    color: #fff;
    background-color: #413d92;
    border: 1px #413d92 solid;
  }
  .news-more a:hover .icon-list::before {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  .news-more a:hover .icon-list::after {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
    filter: alpha(opacity = 0);
    opacity: 0;
  }
}

.news-page-header {
  margin-bottom: 8px;
}
@media screen and (min-width: 1056px) {
  .news-page-header {
    margin-bottom: 24px;
  }
}
.news-page-date {
  margin-bottom: 10px;
}
@media screen and (min-width: 1056px) {
  .news-page-date {
    margin-bottom: 16px;
  }
}
.news-page-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: normal;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .news-page-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
  }
}
@media screen and (min-width: 1056px) {
  .news-page-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.26667;
  }
}
.news-page-eventday {
  margin: 0 auto;
  padding: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-page-eventday {
    padding: 8px 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.news-page-eventend {
  padding: 12px 4px;
  color: #eb1e24;
  border: 3px #eb1e24 solid;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-page-eventend {
    padding: 16px 4px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.news-page-body {
  padding-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .news-page-body {
    padding-bottom: 32px;
  }
}
.news-page-body h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-page-body h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}
.news-page-body h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-page-body h4 {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.news-page-body h5 {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-page-body h5 {
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}
.news-page-table {
  padding-bottom: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (min-width: 1056px) {
  .news-page-table {
    padding-bottom: 40px;
  }
}
.news-page-table table {
  width: 100%;
  border-top: 1px #dbdbdb solid;
  border-left: 1px #dbdbdb solid;
  border-right: 1px #dbdbdb solid;
}
.news-page-table th,
.news-page-table td {
  display: block;
  padding: 6px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #dbdbdb solid;
}
@media screen and (min-width: 768px) {
  .news-page-table th,
  .news-page-table td {
    display: table-cell;
    padding: 8px 12px;
  }
}
.news-page-table th {
  font-weight: bold;
  color: #1a1a1a;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .news-page-table th {
    border-right: 1px #dbdbdb solid;
    width: 24%;
  }
}
.news-page-pickup {
  margin-bottom: 24px;
}
@media screen and (min-width: 1056px) {
  .news-page-pickup {
    margin-bottom: 40px;
  }
}
.news-page-pickup-header {
  position: relative;
  min-height: 108px;
  border: 2px #f26d7e solid;
  margin-bottom: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.news-page-pickup-header::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70px;
  height: 76px;
  background-image: url(../images/i_page_pickup_sp.png);
  background-position: -224px 0;
  background-repeat: no-repeat;
  background-size: 294px 76px;
}
.news-page-pickup-header::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #f26d7e transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-header::before {
    left: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .news-page-pickup-header::before {
    background-image: url(../images/i_page_pickup_pc.png);
    background-size: auto;
  }
}
.news-page-pickup-header > p {
  margin: 0;
  padding: 0 16px 10px 96px;
  color: #f26d7e;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-header > p {
    padding: 0 16px 10px 100px;
  }
}
.news-page-pickup-title {
  margin: 0;
  padding: 10px 10px 4px 96px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  color: #f26d7e;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-title {
    padding: 20px 10px 4px 100px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.news-page-pickup-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-page-pickup-list li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px #f26d7e dotted;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-list li {
    padding: 16px;
  }
}
.news-page-pickup-list-img {
  float: right;
  width: 100px;
  margin: 8px 0 10px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-list-img {
    width: 180px;
    margin: 0;
  }
  .news-page-pickup-list-img img {
    margin: 10px 0;
  }
}
.news-page-pickup-list-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: transparent;
  background: repeating-linear-gradient( 2deg, #4169e1 0 25%, #00cc66 35% 5% ,#da70d6 60% 100%);
    -webkit-background-clip: text;
    text-shadow: 0px 1px 100px greenyellow;
  font-family:emoji;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-list-title {
    margin: 0 200px 12px 0;
  }
}
.news-page-pickup-list-text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-page-pickup-list-text {
    margin: 0 200px 0 0;
  }
}

/******************************************
　イベント
******************************************/
.event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-list li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px #dbdbdb solid;
}
.event-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top-width: 3px;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-color: #dbdbdb;
  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) {
  .event-list li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1056px) {
  .event-list li {
    border: none;
  }
  .event-list li::before {
    display: none;
  }
}
.event-list-link {
  display: block;
  color: #fff;
}
@media screen and (min-width: 1056px) {
  .event-list-link:hover {
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    opacity: 0.6;
  }
}
.event-list-img {
  float: left;
  width: 96px;
  height: 65px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-list-img span {
  position: absolute;
  display: block;
  background-color: rgba(26, 26, 26, 0.8);
  width: 88%;
  height: 84%;
  padding: 16% 6% 0 6%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .event-list-img {
    width: 180px;
    height: 122px;
  }
  .event-list-img span {
    width: 89%;
    height: 72%;
    padding: 28% 6% 0 6%;
  }


}

@media screen and (min-width: 1056px) {
  .event-list-img {
    width: 240px;
    height: 162px;
    line-height: 162px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .event-list-img span {
    width: 100%;
    height: 162px;
    padding: 0;
  }
}
.event-list-date {
  margin: 0 0 0 106px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
}
@media screen and (min-width: 768px) {
  .event-list-date {
    margin: 0 0 16px 196px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
@media screen and (min-width: 1056px) {
  .event-list-date {
    margin: 0 0 16px 256px;
  }
}
.event-list-date .cate {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 6px;
  color: #fff;
}
.event-list-date .day {
  display: block;
  padding: 2px 0;
}
@media screen and (min-width: 768px) {
  .event-list-date .day {
    display: inline-block;
  }
}
.event-list-title {
  margin: 0 16px 8px 106px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .event-list-title {
    margin: 0 0 4px 196px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1056px) {
  .event-list-title {
    margin: 0 0 4px 256px;
  }
}
.event-list-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .event-list-text {
    display: block;
    margin: 0 16px 0 196px;
    color: #545454;
  }
}
@media screen and (min-width: 1056px) {
  .event-list-text {
    margin: 0 0 10px 256px;
  }
}

.thr-product-box {
	margin:0 3px;
	padding:5px;
	width:98%;
}

img.thr{
height:200px;
margin-left:60px;
padding:5px;
}

h4.thr{
	text-align:center;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #d30c0c;
    font-family: emoji;
}
.topic9{
 font-family:serif;
 font-weight: bold;
}

@media screen and (min-width: 1040px) {
.thr-product-box {
	margin:0 3px;
	padding:5px;
	width:320px;
	float:left;
 }
}
.thr{clear:both;}

h2.mid{
font-size: 16px;
font-weight:bold;
text-align:center;
color: #fff700;
    background: #0072ff;
    font-family: emoji;
}

@media screen and (min-width: 768px){
h2.mid{
font-size: 25px;
font-weight:bold;
text-align:center;
color: #fff700;
    background: #0072ff;
    font-family: emoji;
}
.bannar-list {
    margin: 0;
 }
}

.bannar-list {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

.toku-list {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.toku-list img{
border:1px solid #000000;
}


.bannar-list li {
    float: left;
    margin: 0 1%;
    width: 46%;
    margin-bottom: 16px;
    text-align: center;
    border:solid 1px #00ff70;
}

.b3list {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

.b3list li {
    float: left;
    margin: 0 1%;
    width: 30%;
    margin-bottom: 16px;
    text-align: center;
}

.b3-2list {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

.b3-2list li {
    float: left;
    margin: 0 1%;
    width: 30%;
    margin-bottom: 16px;
    text-align: center;
}
@media only screen and (max-width: 480px){
.thpoint {
	display: none !important;
 }
.b3list li {
    margin: 0 1%;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    clear:both
 }
.b3-2list {
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

.b3-2list li {
    float: left;
    margin: 0 1%;
    width: 48%;
    height:340px;
    margin-bottom: 16px;
    text-align: center;
}
}

h4.usm{
font-size:17px;
font-weight:bold;
margin-left:15px;
}

.pico{
border:3px solid #4cafdd;
border-radius:10px;
margin:3px;
padding:5px;
}

h3.products{
background-image: linear-gradient(180deg,rgba(118, 156, 255, 0.64) 0.0%,#ffffff 50%,#769cff 100%);
    padding-left: 10px;
    font-size: 18px;
    color: #1e27ce;
    text-shadow: 1px 1px 3px #fbff6f;
    border-left-style: solid;
    border-left-width: 5px;
}

h4.bo{
	background-color: #132a97;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
	margin:2px;
}
.bold{
	text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.two-product-box {
	margin:0 3px 3px 0;
	width:99%;
	height:auto;
 }
.map-box {
	margin:0 3px 3px 0;
	width:99%;
	height:auto;
 }
.two-left {
	margin:0;
	width:73%;
        float:left;
 }
.two-right {
	margin:0;
	padding:3px;
	width:25%;
        float:left;
 }
p.bo{
	background-color: #fff1907d;
	border-radius: 5px;
	padding: 3px;
	margin:0;
	font-size: 14px;
	line-height: 1.3;
}
p.boprice{
color: #ff0000;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
	text-align:center;
	line-height: 1.2;
}
.kkk{
	font-size:20px;
	font-family:impact;
}

@media screen and (min-width: 480px) {
.thr-product-box {
	margin:0 3px;
	padding:5px;
	width:330px;
	height:480px;
	float:left;
}
.two-product-box {
	margin:0 3px 3px 0;
	width:495px;
	height:auto;
	border: 1px solid #c5c5bc;
	border-radius: 5px;
	float:left;
}
.map-box {
	margin:0 3px 3px 0;
	width:495px;
	text-align: center;
	height:auto;
	border: 1px solid #c5c5bc;
	border-radius: 5px;
	float:left;
}
.two-left {
	margin:0 3px;
	padding:5px;
	width:320px;
	height:auto;
        float:left;
}
.two-right {
	margin:0 3px;
	padding:5px;
	width:135px;
	height:200px;
        float:left;
}
p.boprice{
color: #ff0000;
    padding: 3px;
    font-weight: bold;
    font-size: 18px;
	text-align:center;
	line-height: 1.2;
}
h4.bo{
background-color: #132a97;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
	margin:2px;
}
p.bo{
background-color: #fff1907d;
    border-radius: 5px;
    padding: 3px;
	margin:0;
font-size: 15px;
}
.kkk{
font-size:25px;
font-family:impact;
 }
}

@media screen and (min-width: 481px) {
.mob{
display:none !important;
 }
}

h2.mob{
	text-align: left;
	text-decoration:underline;
	margin-left:15px;
}
h4.mob{
	text-align: left;
	font-size:16px;
	text-decoration:underline;
	margin:10px 0 0 15px;
}
p.pan {
    font-size: 14px;
	text-align: left;
    margin:10px 0px 10px 25px;
}
ul.mob {
    font-size: 15px;
}

.blink{	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/*# sourceMappingURL=contents.css.map */
