@charset "UTF-8";
/*
------------------------------------------------------------------------------------
	setting
------------------------------------------------------------------------------------
*/
/*////////////////////////////////////////////////////////////////////

contents.css 
	
////////////////////////////////////////////////////////////////////*/
/*
================================================================================
	index
================================================================================
*/
/*
------------------------------------------------------------------------------------
	swiper
------------------------------------------------------------------------------------
*/
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  margin-bottom: 0px;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  width: 18px !important;
  background-image: none !important;
}

.swiper-button-prev.black,
.swiper-button-next.black {
  fill: #333;
  top: 32%;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #a99270 !important;
}

.swiper-container a:hover img {
  opacity: 1 !important;
}

@media (min-width: 769px) {
  .swiper-container {
    margin-bottom: 70px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 16px;
    margin-top: -18px;
  }
  .swiper-button-prev.black,
  .swiper-button-next.black {
    display: none;
  }
  .swiper-container a:hover img {
    opacity: 1 !important;
  }
}

/*
------------------------------------------------------------------------------------
	philosophy
------------------------------------------------------------------------------------
*/
@media (min-width: 769px) {
  .philosophy {
    width: 100%;
    height: auto;
    position: relative;
  }
  .philosophy .text {
    width: 600px;
    bottom: 60px;
    left: 7%;
    position: absolute;
  }
  .philosophy p.ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .philosophy {
    width: 100%;
    height: auto;
    position: relative;
  }
  .philosophy .text {
    width: 88%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .philosophy p.ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.navigation.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

.navigation.pagination .nav-links .page-numbers {
  display: block;
  border: 1px solid #333;
  padding: 6px 10px;
  min-width: 36px;
  margin-right: 4px;
  font-size: 16px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #333;
  color: #fff;
}

.navigation.pagination .nav-links .page-numbers.prev {
  margin-right: 4px;
}

.navigation.pagination .nav-links .page-numbers.prev::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  left: calc(50% - (17px / 2));
  bottom: 13px;
  -webkit-transform: skewY(320deg);
          transform: skewY(320deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.navigation.pagination .nav-links .page-numbers.next {
  margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.next::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  right: calc(50% - (17px / 2));
  bottom: 13px;
  -webkit-transform: skewY(220deg);
          transform: skewY(220deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  position: relative;
}

.navigation.pagination .nav-links .page-numbers.prev::after, .navigation.pagination .nav-links .page-numbers.next::after {
  content: "";
  position: absolute;
  width: 17px;
  border-bottom: 1px solid #333;
  left: calc(50% - (17px / 2));
  bottom: 13px;
}

.navigation.pagination .nav-links .page-numbers.prev:hover, .navigation.pagination .nav-links .page-numbers.next:hover {
  opacity: 0.6;
}

/*
------------------------------------------------------------------------------------
	product
------------------------------------------------------------------------------------
*/
@media (min-width: 769px) {
  .product {
    width: 100%;
    position: relative;
  }
  .product .text {
    width: 370px;
    height: 220px;
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    color: #fff;
    text-align: center;
    position: absolute;
  }
  .product p.ttl1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .product p.ttl2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .product {
    width: 100%;
    position: relative;
  }
  .product .text {
    width: 88%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .product p.ttl1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .product p.ttl2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

/*
------------------------------------------------------------------------------------
	news
------------------------------------------------------------------------------------
*/
@media (min-width: 769px) {
  .index .newsArea {
    background: #fff !important;
    /* margin-top: 70px; */
    margin-bottom: 70px;
  }
  .newsArea .inner {
    width: 50%;
    margin: 0px auto;
  }
  .newsArea .inner li {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* border-top: #969696 1px solid; */
  }
  .newsArea .inner li:last-child {
    /* border-bottom: #969696 1px solid; */
  }
  .newsArea .inner li p.date {
    width: 100px;
    float: left;
    color: #858585;
  }
  .newsArea .inner li p.text {
    color: #333;
  }
}

@media (max-width: 768px) {
  .index .newsArea {
    /* margin-top: 10%; */
    margin-bottom: 10%;
  }
  .newsArea .inner {
    width: 90%;
    margin: 0px auto;
  }
  .newsArea .inner li {
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* border-top: #969696 1px solid; */
  }
  .newsArea .inner li:last-child {
    /* border-bottom: #969696 1px solid; */
  }
  .newsArea .inner li p.date {
    color: #858585;
  }
  .newsArea .inner li p.text {
    color: #333;
  }
}

/*
================================================================================
	navArea
================================================================================
*/
@media (min-width: 769px) {
  .navArea .inner {
    width: 94%;
    margin: 0px auto;
  }
  .navArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navArea li {
    width: 32%;
    margin-right: 2%;
  }
  .navArea .nav {
    overflow: hidden;
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    border: #a37f58 1px solid;
  }
  .navArea .nav p.ttl {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .navArea .nav:hover {
    border: #666 1px solid;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navArea .nav-a {
    display: block;
    color: #a37f58 !important;
    padding: 40px 0;
    text-align: center;
  }
  .navArea .nav-a:hover {
    color: #666 !important;
  }
}

@media (max-width: 768px) {
  .navArea {
    width: 94%;
    margin: 0px auto;
  }
  .navArea li {
    width: 100%;
    margin-bottom: 3%;
    /* margin-right: 3%; */
    /* float: left; */
  }
  .navArea .nav {
    overflow: hidden;
    width: 100%;
    height: auto;
    color: #b4946e;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: #b4946e 1px solid;
  }
  .navArea .nav-a {
    display: block;
    color: #b4946e !important;
    padding: 20px 0;
    text-align: center;
  }
  .navArea .nav p.ttl {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
  }
}

/*
================================================================================
	company
================================================================================
*/
@media (min-width: 961px) {
  .company .inner {
    width: 100%;
    max-width: 70%;
    min-width: 960px;
    margin: 0px auto;
    padding: 80px 0;
  }
}

@media (max-width: 960px) {
  .company .inner {
    width: 88%;
    margin: 0px auto;
    padding: 8% 0;
  }
}

/*
------------------------------------------------------------------------------------
	subnaviArea
------------------------------------------------------------------------------------
*/
@media (min-width: 769px) {
  .company .subnaviArea {
    width: 100%;
    padding: 16px 0;
  }
  .company .subnaviArea .subnavi {
    width: 728px;
    margin: 0px auto 16px;
    text-align: center;
  }
  .company .subnaviArea .subnavi ul li {
    width: 80px;
    height: 30px;
    padding: 0 50px;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    float: left;
  }
  .company .subnaviArea .subnavi ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .company .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

@media (max-width: 768px) {
  .company .subnaviArea {
    width: 100%;
  }
  .company .subnaviArea .subnavi {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .company .subnaviArea .subnavi ul li {
    width: 50%;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .company .subnaviArea .subnavi-a {
    display: block;
    color: #333333 !important;
    padding: 3%;
    text-align: center;
  }
  .company .subnaviArea .subnavi-a:hover {
    color: #999 !important;
  }
  .company .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

/*
------------------------------------------------------------------------------------
	companyArea 
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .company .companyArea {
    width: 730px !important;
    margin: 0px auto;
    padding: 80px 0;
  }
  .company .companyArea .leftArea {
    width: 250px;
    margin-top: 100px;
    float: left;
  }
  .company .companyArea .rightArea {
    width: 440px;
    float: right;
    line-height: 1.9em;
  }
  .company .companyArea .rightArea .row {
    margin-bottom: 2px;
  }
  .company .companyArea .rightArea .left {
    width: 120px;
    float: left;
    text-align: right;
  }
  .company .companyArea .rightArea .right {
    width: 300px;
    float: right;
  }
}

@media (max-width: 960px) {
  .company .companyArea {
    width: 88%;
    margin: 0px auto;
    padding: 8% 0;
  }
  .company .companyArea .leftArea {
    width: 40%;
    float: none;
    margin: 0px auto;
  }
  .company .companyArea .rightArea {
    width: 100%;
    float: none;
  }
  .company .companyArea .rightArea .row {
    margin-bottom: 3%;
  }
  .company .companyArea .rightArea .left {
    width: 100%;
    margin-bottom: 1%;
    color: #666;
    float: none;
    text-align: left;
  }
  .company .companyArea .rightArea .right {
    width: 100%;
    padding-left: 5%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*
------------------------------------------------------------------------------------
	history・Profile・workshop 
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .company .history .ttl_img {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: #333333 1px solid;
  }
  .company .history .ttl_img img {
    width: 300px;
  }
  .company .history .ttl_01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .company .ttl_02 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .company .history .row {
    margin-bottom: 30px;
    line-height: 1.8em;
    overflow: hidden;
  }
  .company .history_01 {
    width: 360px;
    float: right;
    margin-left: 50px;
  }
  .company .history_02 {
    width: 310px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .company .history_03 {
    width: 243px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .company .history_04 {
    width: 420px;
    float: left;
    margin-right: 30px;
  }
  .company .profileArea .row {
    margin-bottom: 40px;
    background: #fff;
  }
  .company .profileArea .photo_L {
    width: 30%;
    float: left;
    overflow: hidden;
  }
  .company .profileArea .photo_R {
    width: 30%;
    float: right;
  }
  .company .profileArea .text {
    width: 70%;
    padding: 50px;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company .profileArea .text .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .company .history .ttl_img {
    text-align: center;
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: #333333 1px solid;
  }
  .company .history .ttl_img img {
    width: 220px;
  }
  .company .history .ttl_01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .company .history .ttl_01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
    /*padding-bottom: 3%;
		border-bottom: #333333 1px solid;*/
  }
  .company .ttl_02 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
  }
  .company .history .row {
    margin-bottom: 12%;
    line-height: 1.6em;
    overflow: hidden;
  }
  .company .history_01,
  .company .history_02,
  .company .history_03 {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company .history_04 {
    width: 100%;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company .profileArea .row {
    margin-bottom: 5%;
    background: #fff;
  }
  .company .profileArea .photo_L,
  .company .profileArea .photo_R {
    width: 100%;
    float: none;
  }
  .company .profileArea .text {
    width: 100%;
    padding: 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
  .company .profileArea .text .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
}

/*
================================================================================
	instruments・bows
================================================================================
*/
/* → common.css*/
@media (min-width: 769px) {
  .instruments .navArea {
    width: 94%;
    margin: 70px auto 0;
  }
}

@media (max-width: 768px) {
  .instruments .navArea {
    width: 96%;
    margin: 70px auto 0;
  }
}

/*
================================================================================
	hori yuki
================================================================================
*/
@media (min-width: 961px) {
  .profileArea_hori {
    width: 100%;
  }
  .profileArea_hori .inner {
    width: 70%;
    max-width: 80%;
    min-width: 960px;
    padding: 40px 0;
    margin: 0px auto;
    border-top: #9a9283 1px solid;
    border-bottom: #9a9283 1px solid;
  }
  .profileArea_hori .photo {
    width: 20%;
    float: left;
  }
  .profileArea_hori .text {
    width: 80%;
    float: right;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .profileArea_hori .text .ttl1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .profileArea_hori .text .ttl2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .profileArea_hori {
    width: 100%;
    padding: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .profileArea_hori .inner {
    width: 100%;
    margin: 0px auto;
    padding: 40px 0;
    border-top: #9a9283 1px solid;
    border-bottom: #9a9283 1px solid;
  }
  .profileArea_hori .photo {
    width: 70%;
    float: none;
    margin: 0px auto 5%;
  }
  .profileArea_hori .textArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5%;
    float: none;
  }
  .profileArea_hori .textArea .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .profileArea_hori .text .ttl1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3%;
    text-align: center;
  }
  .profileArea_hori .text .ttl2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
    text-align: center;
  }
}

/*
================================================================================
	rosin
================================================================================
*/
@media (min-width: 961px) {
  .rosin .promiseArea {
    width: 70%;
    min-width: 960px;
    margin: 50px auto 80px;
  }
  .rosin .promiseArea .left {
    width: 68.888%;
    float: left;
  }
  .rosin .promiseArea .right {
    width: 31.111%;
    padding-top: 10%;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .rosin .rosin_lineup {
    width: 70%;
    margin: 0 auto 50px;
    padding: 80px 0;
  }
  .rosin .rosin_lineup li {
    width: 29.333%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
    float: left;
  }
  .rosin .caseArea {
    width: 70%;
    min-width: 960px;
    margin: 50px auto 80px;
  }
  .rosin .caseArea .left {
    width: 48%;
    float: left;
  }
  .rosin .caseArea .right {
    width: 48%;
    float: right;
  }
}

@media (max-width: 960px) {
  .rosin .promiseArea {
    width: 90%;
    margin: 8% auto;
  }
  .rosin .promiseArea .left {
    width: 100%;
    float: none;
  }
  .rosin .promiseArea .right {
    width: 50%;
    float: none;
    margin: 0 auto 3%;
  }
  .rosin .rosin_lineup {
    width: 90%;
    margin: 0 auto;
    padding: 7% 0;
  }
  .rosin .rosin_lineup li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
  }
  .rosin .caseArea {
    width: 90%;
    margin: 0 auto;
  }
  .rosin .caseArea .left,
  .rosin .caseArea .right {
    width: 100%;
    margin-bottom: 2%;
    float: none;
  }
}

/*
================================================================================
	statement
================================================================================
*/
/*
------------------------------------------------------------------------------------
	subnaviArea
------------------------------------------------------------------------------------
*/
@media (min-width: 960px) {
  .statement .subnaviArea {
    width: 100%;
    padding: 16px 0;
    font-size: 12px;
  }
  .statement .subnaviArea .subnavi {
    /*width: 645px;*/
    width: 535px;
    margin: 0px auto 16px;
    text-align: center;
  }
  .statement .subnaviArea .subnavi ul li {
    width: 120px;
    height: 24px;
    padding: 0 5px;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    float: left;
  }
  .statement .subnaviArea .subnavi ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .statement .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

@media (max-width: 960px) {
  .statement .subnaviArea {
    width: 100%;
  }
  .statement .subnaviArea .subnavi {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .statement .subnaviArea .subnavi ul li {
    width: 50%;
    line-height: 2em;
    border-right: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .statement .subnaviArea .subnavi ul li:last-child {
    border-bottom: none;
  }
  .statement .subnaviArea .subnavi-a {
    display: block;
    color: #333333 !important;
    padding: 3%;
    text-align: center;
  }
  .statement .subnaviArea .subnavi-a:hover {
    color: #999 !important;
  }
  .statement .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

/*
------------------------------------------------------------------------------------
	statementArea
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .statement .statementArea {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .statement .statementArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .statement .statementArea ul li {
    width: 49%;
    padding: 50px 25px 20px 25px;
    margin-bottom: 15px;
    /*border-right: #9F9383 1px solid;
		border-bottom: #9F9383 1px solid;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: left;
  }
  .statement .statementArea ul li img {
    width: 100%;
  }
  .statement .statementArea ul li:before {
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 100%;
    height: 15px;
    background: #f1eae2;
    content: "";
  }
  .statement .statementArea ul li:last-child {
    margin-bottom: 15px !important;
  }
  .statement .statementArea ul li:nth-child(3n) {
    /**3の倍数**/
    border-right: #efe9e3 1px solid;
  }
  .statement .statementArea ul li .name {
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .statement .statementArea ul li .btn {
    width: 90px;
    margin-top: 10px;
  }
  .statement .statementArea .note {
    float: right;
    margin: 10px 0 30px;
  }
  .statement_Syllabary-order {
    text-align: left;
    font-size: 16px;
    padding-left: 23px;
  }
}

@media (max-width: 960px) {
  .statement .statementArea {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
  }
  .statement .statementArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /** 2列構成 **/
  .statement .statementArea ul li {
    width: 100%;
    padding: 3%;
    margin-bottom: 10%;
    /*border-right: #9F9383 1px solid;
		border-bottom: #9F9383 1px solid;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: left;
  }
  .statement .statementArea ul li img {
    width: 100%;
  }
  .statement .statementArea ul li:before {
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 100%;
    /*height: 5%;*/
    background: #f1eae2;
    content: "";
  }
  .statement .statementArea ul li:last-child {
    margin-bottom: 2% !important;
  }
  .statement .statementArea ul li:nth-child(2n) {
    border-right: #efe9e3 1px solid;
  }
  /** 1列構成 **/
  /*
	..statement .statementArea ul li {
		width:100%;
		padding: 5% 3%;
		border-bottom: #9F9383 1px solid;
		box-sizing: border-box;
		position: relative;
	float: left;
	}
	.statement .statementArea ul li:last-child {
		margin-bottom: 2% !important;
		border-bottom: none;
	}*/
  .statement .statementArea ul li .name {
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .statement .statementArea ul li .address {
    font-size: 12px;
  }
  .statement .statementArea ul li .btn {
    width: 90px;
    margin-top: 10px;
  }
  .statement .statementArea .note {
    float: right;
    font-size: 1.2rem;
    margin: 2% 0 5%;
  }
}

/*
================================================================================
	statement-preson
================================================================================
*/
.statement-person .newsArea {
  margin-top: 80px;
}

/*
------------------------------------------------------------------------------------
	statement-presonArea
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .statement-p_Introduction {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .statement-p_photo {
    margin: 0 auto 50px auto;
    width: 100%;
    text-align: center;
  }
  .statement-p_photo img {
    width: 100%;
  }
  .statemetn-p_Description1 {
    text-align: left;
    padding-bottom: 25px;
  }
  .statemetn-p_Description2 {
    text-align: left;
    padding-bottom: 10px;
  }
  .statemetn-p_comment_haedline {
    text-align: left;
    font-size: 16px;
    color: #fff;
    background-color: #8d4944;
    border-radius: 2em;
    padding: 7px 12px;
  }
  .statemetn-p_comment {
    text-align: left;
    color: #8d4944;
    margin-top: 15px;
    padding: 15px 0 20px 0;
  }
  .statemetn-p_profile_haedline_line {
    text-align: left;
    border-top: #9a9282 1px solid;
    padding-bottom: 10px;
  }
  .statemetn-p_profile_haedline {
    text-align: left;
    padding: 20px 0 10px 0;
    font-weight: 800;
  }
  .statemetn-p_profile {
    text-align: left;
    padding-bottom: 20px;
  }
  .st-moji27b {
    font-size: 27px;
    font-weight: 200;
  }
  .st-moji21 {
    font-size: 21px;
  }
  .st-moji24 {
    font-size: 24px;
  }
  .st-moji16 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .statement-p_Introduction {
    width: 90%;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 50px auto;
  }
  .statement-p_photo {
    margin: 0 auto 50px auto;
    width: 100%;
    text-align: center;
  }
  .statement-p_photo img {
    width: 100%;
  }
  .statemetn-p_Description1 {
    text-align: left;
    padding-bottom: 25px;
  }
  .statemetn-p_Description2 {
    text-align: left;
    padding-bottom: 10px;
  }
  .statemetn-p_comment_haedline {
    text-align: left;
    font-size: 16px;
    color: #fff;
    background-color: #8d4944;
    border-radius: 2em;
    padding: 7px 12px;
  }
  .statemetn-p_comment {
    text-align: left;
    color: #8d4944;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .statemetn-p_profile_haedline_line {
    text-align: left;
    border-top: #9a9282 1px solid;
    padding-bottom: 10px;
  }
  .statemetn-p_profile_haedline {
    text-align: left;
    padding: 25px 0 10px 0;
    font-weight: 800;
  }
  .statemetn-p_profile {
    text-align: left;
    padding-bottom: 20px;
  }
  .st-moji27b {
    font-size: 22px;
    font-weight: 200;
  }
  .st-moji24 {
    font-size: 24px;
  }
  .st-moji21 {
    font-size: 21px;
  }
  .st-moji16 {
    font-size: 16px;
  }
}

/*
================================================================================
	shop
================================================================================
*/
/*
------------------------------------------------------------------------------------
	subnaviArea
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .shop .subnaviArea {
    width: 100%;
    padding: 16px 0;
    font-size: 12px;
  }
  .shop .subnaviArea .subnavi {
    width: 800px;
    margin: 0px auto 16px;
    text-align: center;
  }
  .shop .subnaviArea .subnavi ul li {
    width: 150px;
    height: 24px;
    padding: 0 5px;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    float: left;
  }
  .shop .subnaviArea .subnavi ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .shop .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

@media (max-width: 960px) {
  .shop .subnaviArea {
    width: 100%;
  }
  .shop .subnaviArea .subnavi {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .shop .subnaviArea .subnavi ul li {
    width: 50%;
    line-height: 2em;
    border-right: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .shop .subnaviArea .subnavi ul li:last-child {
    border-bottom: none;
  }
  .shop .subnaviArea .subnavi-a {
    display: block;
    color: #333333 !important;
    padding: 3%;
    text-align: center;
  }
  .shop .subnaviArea .subnavi-a:hover {
    color: #999 !important;
  }
  .shop .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

/*
------------------------------------------------------------------------------------
	shopArea
------------------------------------------------------------------------------------
*/
@media (min-width: 961px) {
  .shop .shopArea {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .shop .shopArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop .shopArea ul li {
    width: 33.333%;
    padding: 20px;
    margin-bottom: 15px;
    border-right: #9f9383 1px solid;
    border-bottom: #9f9383 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: left;
  }
  .shop .shopArea ul li:before {
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 100%;
    height: 15px;
    background: #f1eae2;
    content: "";
  }
  .shop .shopArea ul li:last-child {
    margin-bottom: 15px !important;
  }
  .shop .shopArea ul li:nth-child(3n) {
    /**3の倍数**/
    border-right: #efe9e3 1px solid;
  }
  .shop .shopArea ul li .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .shop .shopArea ul li .btn {
    width: 90px;
    margin-top: 10px;
  }
  .shop .shopArea .note {
    float: right;
    margin: 10px 0 30px;
  }
}

@media (max-width: 960px) {
  .shop .shopArea {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
  }
  .shop .shopArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /** 2列構成 **/
  /*　保存 START*/
  /*.shop .shopArea u.statement-p_photo{
    margin: 0 auto 0px auto;
    width: 100%;
    text-align: center;*/
  /*　保存 END*/
  .shop .shopArea ul li {
    width: 50%;
    padding: 3%;
    margin-bottom: 2%;
    border-right: #9f9383 1px solid;
    border-bottom: #9f9383 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: left;
  }
  .shop .shopArea ul li:before {
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 100%;
    height: 5%;
    background: #f1eae2;
    content: "";
  }
  .shop .shopArea ul li:last-child {
    margin-bottom: 2% !important;
  }
  .shop .shopArea ul li:nth-child(2n) {
    border-right: #efe9e3 1px solid;
  }
  /** 1列構成 **/
  /*
	..shop .shopArea ul li {
		width:100%;
		padding: 5% 3%;
		border-bottom: #9F9383 1px solid;
		box-sizing: border-box;
		position: relative;
	float: left;
	}
	.shop .shopArea ul li:last-child {
		margin-bottom: 2% !important;
		border-bottom: none;
	}*/
  .shop .shopArea ul li .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .shop .shopArea ul li .address {
    font-size: 12px;
  }
  .shop .shopArea ul li .btn {
    width: 90px;
    margin-top: 10px;
  }
  .shop .shopArea .note {
    float: right;
    font-size: 1.2rem;
    margin: 2% 0 5%;
  }
}

/*
================================================================================
	FAQ
================================================================================
*/
.disnon {
  display: none;
}

/*
------------------------------------------------------------------------------------
	subnaviArea
------------------------------------------------------------------------------------
*/
@media (min-width: 769px) {
  .faq .subnaviArea {
    width: 100%;
    padding: 16px 0;
  }
  .faq .subnaviArea .subnavi {
    width: 450px;
    margin: 0px auto 16px;
    text-align: center;
  }
  .faq .subnaviArea .subnavi ul li {
    width: 120px;
    height: 30px;
    padding: 0 50px;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    float: left;
  }
  .faq .subnaviArea .subnavi ul li:hover {
    cursor: pointer;
    cursor: hand;
  }
  .faq .subnaviArea .subnavi ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .faq .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

@media (max-width: 768px) {
  .faq .subnaviArea {
    width: 100%;
  }
  .faq .subnaviArea .subnavi {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .faq .subnaviArea .subnavi ul li {
    width: 50%;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    border-top: #e5e5e5 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .faq .subnaviArea .subnavi-a {
    display: block;
    color: #333333 !important;
    padding: 3%;
    text-align: center;
  }
  .faq .subnaviArea .subnavi-a:hover {
    color: #999 !important;
  }
  .faq .subnaviArea .shadow {
    width: 100%;
    height: 10px;
    background: url(../images/company/shadow.png) repeat-x;
  }
}

/*
------------------------------------------------------------------------------------
	faqArea
------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 961px) {
  .faq .faqArea .contents {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .faq .faqArea .contents ul.list li {
    margin-bottom: 20px;
  }
  .faq .faqArea .contents ul.list li:hover {
    cursor: pointer;
    cursor: hand;
  }
  .faq .faqArea .contents ul.list li span.a_icon {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #8d4944;
    font-size: 23px;
    vertical-align: top;
    margin-top: 4px;
    width: 23px;
    height: 23px;
    margin-right: 12px;
  }
  .faq .faqArea .contents ul.list li .question {
    background-color: #f7f3f2;
    position: relative;
    padding: 15px 15px 15px 26px;
  }
  .faq .faqArea .contents ul.list li .question p {
    line-height: 2.4em;
    font-weight: bold;
    display: inline-block;
    max-width: 94%;
    font-size: 16px;
  }
  .faq .faqArea .contents ul.list li .question p span.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-color: #d9d1ce;
    background-image: url(../images/faq/arrow_open.png);
    background-repeat: no-repeat;
    background-size: 13px 8px;
    background-position: center;
    margin: 0px;
  }
  .faq .faqArea .contents ul.list li .question p.active span.open {
    background-image: url(../images/faq/arrow_close.png);
  }
  .faq .faqArea .contents ul.list li .answer {
    padding: 26px;
    padding-bottom: 35px;
  }
  .faq .faqArea .contents ul.list li .answer span.a_icon {
    margin-top: -2px;
  }
  .faq .faqArea .contents ul.list li .answer p {
    display: inline-block;
    max-width: 96%;
    line-height: 1.6em;
  }
  .faq .faqArea .contents ul.list li .answer span.advice {
    color: #fff;
    background-color: #8d4944;
    border-radius: 2em;
    padding: 10px 12px;
    margin-right: 20px;
  }
  .faq .faqArea .contents ul.list li .answer span.red {
    color: #8d4944;
  }
}

@media only screen and (max-width: 960px) {
  .faq .faqArea .contents {
    width: 92%;
    margin: 0 auto;
  }
  .faq .faqArea .contents ul.list li {
    margin-bottom: 3%;
  }
  .faq .faqArea .contents ul.list li span.a_icon {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #8d4944;
    font-size: 16px;
    margin-right: 0px;
    float: left;
    margin-top: -2px;
  }
  .faq .faqArea .contents ul.list li .question {
    background-color: #f7f3f2;
    position: relative;
    padding: 12px;
  }
  .faq .faqArea .contents ul.list li .question p {
    margin-left: 24px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 50px;
  }
  .faq .faqArea .contents ul.list li .question span.open {
    float: left;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #d9d1ce;
    background-image: url(../images/faq/arrow_open.png);
    background-repeat: no-repeat;
    background-size: 13px 8px;
    background-position: center;
    margin: 0px;
  }
  .faq .faqArea .contents ul.list li .question p.active span.open {
    background-image: url(../images/faq/arrow_close.png);
  }
  .faq .faqArea .contents ul.list li .answer {
    padding: 12px 0px 5px 10px;
  }
  .faq .faqArea .contents ul.list li .answer p {
    margin-left: 24px;
  }
  .faq .faqArea .contents ul.list li .answer span.advice {
    font-size: 12px;
    color: #fff;
    background-color: #8d4944;
    border-radius: 2em;
    padding: 10px 12px;
  }
  .faq .faqArea .contents ul.list li .answer span.red {
    color: #8d4944;
  }
}

/*
================================================================================
	HORI / OHSE   productsArea01 
================================================================================
*/
@media (min-width: 961px) {
  .productsArea01 {
    width: 100%;
  }
  .productsArea01 .inner {
    width: 70%;
    max-width: 80%;
    min-width: 1140px;
    padding: 80px 0;
    margin: 0px auto;
  }
  .productsArea01 .row {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: #808080 1px solid;
    position: relative;
  }
  .productsArea01 .row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .productsArea01 .photo {
    width: 45%;
    float: left;
  }
  .productsArea01 .textArea {
    width: 55%;
    padding: 40px;
    height: auto;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .productsArea01 .textArea .text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .productsArea01 .photo_02 {
    width: 40%;
    bottom: 0;
    position: absolute;
  }
  .hori .productsArea01 .textArea .text .ttl {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
    color: #7f3039;
    margin-bottom: 20px;
  }
  .ohse .productsArea01 .textArea .text .ttl1 {
    font-size: 16px;
    line-height: 1.2em;
    color: #666;
  }
  .ohse .productsArea01 .textArea .text .ttl2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #666;
  }
  .ohse .productsArea01 .textArea .text .ttl3 {
    font-size: 16px;
    line-height: 1.2em;
    color: #666;
    margin-bottom: 20px;
  }
  /*
------------------------------------------------------------------------------------
	ohse
------------------------------------------------------------------------------------
*/
  .fullArea .text2 {
    width: 70%;
    max-width: 1140px;
    min-width: 960px;
    border-bottom: #9a9283 1px solid;
    padding: 20px 0;
  }
  .fullArea .text2 .text2_left {
    width: 90%;
    float: left;
  }
  .fullArea .text2 .text2_left .name {
    width: 20%;
    float: left;
    padding: 35px 20px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullArea .text2 .text2_left .explain {
    width: 80%;
    float: right;
    padding: 20px;
    border-left: #9a9283 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullArea .text2 .text2_right {
    width: 10%;
    float: right;
  }
  .fullArea .text2 .ttl1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }
  .fullArea .text2 .ttl2 {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 960px) {
  .productsArea01 {
    width: 100%;
    padding: 6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .productsArea01 .row {
    width: 100%;
    margin: 0 auto 5%;
    padding-bottom: 5%;
    border-bottom: #808080 1px solid;
  }
  .productsArea01 .row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .productsArea01 .photo {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
  .productsArea01 .textArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
  .productsArea01 .photo_02 {
    display: none;
  }
  .hori .productsArea01 .textArea .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #7f3039;
    margin-bottom: 3%;
  }
  .ohse .productsArea01 .textArea .ttl1 {
    font-size: 16px;
    color: #666;
    margin-bottom: 1%;
  }
  .ohse .productsArea01 .textArea .ttl2 {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    margin-bottom: 3%;
  }
  .ohse .productsArea01 .textArea .ttl3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 3%;
  }
  .ohse .productsArea .products_box .row-2 {
    width: 100%;
    min-width: 990px;
    margin: 0px auto 30px;
    padding: 0px 16.666% 30px;
    border-bottom: #808080 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ohse .productsArea .products_box .row-2:last-child {
    margin: 0px auto;
    padding: 0px 16.666%;
    border-bottom: none;
  }
  .ohse .productsArea .products_box .row-2 li {
    width: 46.8%;
    text-align: center;
    float: left;
  }
  /*
------------------------------------------------------------------------------------
	ohse
------------------------------------------------------------------------------------
*/
  .fullArea .text2 {
    width: 100%;
    padding: 5%;
    margin: 8% auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullArea .text2 .text2_left {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullArea .text2 .text2_left .name {
    width: 100%;
    float: none;
    text-align: center;
  }
  .fullArea .text2 .text2_left .explain {
    width: 100%;
    float: none;
    border-top: #9a9283 1px solid;
    padding-top: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fullArea .text2 .text2_right {
    width: 30%;
    float: none;
    margin: 5% auto 0;
  }
  .fullArea .text2 .ttl1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1%;
  }
  .fullArea .text2 .ttl2 {
    color: #666;
    margin-bottom: 3%;
  }
}

/*
================================================================================
	pygmalius
================================================================================
*/
@media only screen and (min-width: 961px) {
  .pygmalius .productsArea .inner {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .pygmalius .productsArea .rubino_box {
    width: 49%;
    float: left;
    border: #e7e7e7 1px solid;
  }
  .pygmalius .productsArea .derius_box {
    width: 49%;
    float: right;
    border: #e7e7e7 1px solid;
  }
  .pygmalius .productsArea .rubino_box .left,
  .pygmalius .productsArea .derius_box .left {
    width: 44%;
    float: left;
  }
  .pygmalius .productsArea .rubino_box .right,
  .pygmalius .productsArea .derius_box .right {
    width: 50%;
    float: left;
  }
  .pygmalius .productsArea .derius_box .right li {
    width: 50%;
    float: left;
  }
  .pygmalius .productsArea .products_box {
    border-bottom: #808080 1px solid;
    margin-bottom: 50px;
    padding-bottom: 50px;
    margin-top: -120px;
    /**アンカー対策**/
    padding-top: 120px;
    /**アンカー対策**/
  }
  .pygmalius .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .pygmalius .productsArea .products_box .products_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .pygmalius .productsArea .products_box .products_ttl2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  .pygmalius .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 20px;
  }
  .pygmalius .productsArea .products_box img {
    /*display: block;*/
    margin-bottom: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .pygmalius .productsArea .products_box img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .pygmalius .productsArea .products_box .row-4 {
    width: 100%;
    min-width: 920px;
    margin: 0px auto;
  }
  .pygmalius .productsArea .products_box .row-4 li {
    width: 21.8%;
    margin: 0 1.6%;
    text-align: center;
    float: left;
  }
  .pygmalius .productsArea .products_box .row-3 {
    width: 75%;
    min-width: 690px;
    margin: 0px auto;
  }
  .pygmalius .productsArea .products_box .row-3 li {
    width: 29%;
    margin: 0 2.2%;
    text-align: center;
    float: left;
  }
  .pygmalius .productsArea .products_box .row-2 {
    width: 50%;
    min-width: 460px;
    margin: 40px auto 0;
  }
  .pygmalius .productsArea .products_box .row-2 li {
    width: 43.4%;
    margin: 0 3.3%;
    text-align: center;
    float: left;
  }
  .pygmalius .productsArea .products_box .row-1 {
    width: 25%;
    min-width: 230px;
    margin: 0px auto;
  }
  .pygmalius .productsArea .products_box .row-1 li {
    width: 87%;
    margin: 0 6.5%;
    text-align: center;
  }
}

/**------------------------------------ 180317 add  pygmalius_1803------------------------------------**/
@media only screen and (min-width: 961px) {
  .pygmalius_1803 .productsArea .inner {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .pygmalius_1803 .productsArea .flag_box {
    width: 49%;
    float: left;
    border: #e7e7e7 1px solid;
  }
  .pygmalius_1803 .productsArea .entry_box {
    width: 49%;
    float: right;
    border: #e7e7e7 1px solid;
  }
  .pygmalius_1803 .productsArea .flag_box .left,
  .pygmalius_1803 .productsArea .entry_box .left {
    width: 44%;
    float: left;
  }
  .pygmalius_1803 .productsArea .flag_box .right,
  .pygmalius_1803 .productsArea .entry_box .right {
    width: 50%;
    float: left;
  }
  .pygmalius_1803 .productsArea .products_box {
    border-bottom: #808080 1px solid;
    margin-bottom: 50px;
    padding-bottom: 50px;
    margin-top: -120px;
    /**アンカー対策**/
    padding-top: 120px;
    /**アンカー対策**/
  }
  .pygmalius_1803 .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .pygmalius_1803 .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 20px;
  }
  .pygmalius_1803 .productsArea .products_box img {
    /*display: block;*/
    margin-bottom: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .pygmalius_1803 .productsArea .products_box img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .pygmalius_1803 .productsArea .products_box .row-3 {
    width: 75%;
    min-width: 690px;
    margin: 0px auto;
  }
  .pygmalius_1803 .productsArea .products_box .row-3 li {
    width: 29%;
    margin: 0 2.2%;
    text-align: center;
    float: left;
  }
  .pygmalius_1803 .productsArea .products_box .row-2 {
    width: 100%;
    min-width: 920px;
    margin: 40px auto 0;
  }
  .pygmalius_1803 .productsArea .products_box .row-2 li {
    width: 35%;
    margin: 0 7.5%;
    text-align: center;
    float: left;
  }
  .pygmalius_1803 .productsArea .products_box .row-1 {
    width: 35%;
    min-width: 320px;
    margin: 0px auto;
  }
  .pygmalius_1803 .productsArea .products_box .row-1 li {
    width: 100%;
    text-align: center;
  }
  .link_box .left {
    width: 50%;
    float: left;
    text-align: center;
    border-right: #808080 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_box .right {
    width: 50%;
    float: right;
    text-align: center;
  }
  .link_box img {
    width: 32%;
    margin-bottom: 20px;
  }
  .link_box .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

/**------------------------------------ /180317 add  pygmalius_1803 ------------------------------------**/
@media only screen and (max-width: 960px) {
  .pygmalius .productsArea .inner {
    width: 88%;
    margin: 0 auto;
  }
  .pygmalius .productsArea .rubino_box {
    width: 100%;
    float: none;
    border: #e7e7e7 1px solid;
    margin-bottom: 3%;
  }
  .pygmalius .productsArea .derius_box {
    width: 100%;
    float: none;
    border: #e7e7e7 1px solid;
  }
  .pygmalius .productsArea .rubino_box .left,
  .pygmalius .productsArea .derius_box .left {
    width: 44%;
    float: left;
  }
  .pygmalius .productsArea .rubino_box .right,
  .pygmalius .productsArea .derius_box .right {
    width: 50%;
    float: left;
  }
  .pygmalius .productsArea .derius_box .right li {
    width: 50%;
    float: left;
  }
  .pygmalius .productsArea .products_box {
    border-bottom: #808080 1px solid;
    margin-bottom: 8%;
    padding-bottom: 8%;
    margin-top: -80px;
    /**アンカー対策**/
    padding-top: 80px;
    /**アンカー対策**/
  }
  .pygmalius .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .pygmalius .productsArea .products_box .products_ttl1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1%;
  }
  .pygmalius .productsArea .products_box .products_ttl2 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 4%;
  }
  .pygmalius .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 8%;
  }
  .pygmalius .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .pygmalius .productsArea .products_box .row-4,
  .pygmalius .productsArea .products_box .row-3,
  .pygmalius .productsArea .products_box .row-2,
  .pygmalius .productsArea .products_box .row-1 {
    width: 60%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 1.2em;
  }
  .pygmalius .productsArea .products_box .row-4 li,
  .pygmalius .productsArea .products_box .row-3 li,
  .pygmalius .productsArea .products_box .row-2 li,
  .pygmalius .productsArea .products_box .row-1 li {
    width: 100%;
    padding: 0 1.6% 3%;
    margin-bottom: 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*.pygmalius .productsArea .products_box .row-3{
		width: 100%;
		margin: 0px auto;
		font-size: 12px;
		line-height: 1.2em;
	}
	.pygmalius .productsArea .products_box .row-3 li{
		width: 33.333%;
		padding: 0 1.6% 3%;
		text-align: center;
		float: left;
		box-sizing: border-box;
	}
	.pygmalius .productsArea .products_box .row-4,
	.pygmalius .productsArea .products_box .row-2{
		width: 66.666%;
		margin: 0px auto;
		font-size: 12px;
		line-height: 1.2em;
	}
	.pygmalius .productsArea .products_box .row-4 li,
	.pygmalius .productsArea .products_box .row-2 li{
		width: 50%;
		padding: 0 1.6% 3%;
		text-align: center;
		float: left;
		box-sizing: border-box;
	}
	.pygmalius .productsArea .products_box .row-1{
		width: 33.333%;
		margin: 0px auto;
		font-size: 12px;
		line-height: 1.2em;
	}
	.pygmalius .productsArea .products_box .row-1 li{
		width: 100%;
		padding: 0 1.6% 3%;
		text-align: center;
		box-sizing: border-box;
	}*/
}

/**------------------------------------ 180317 add  pygmalius_1803 ------------------------------------**/
@media only screen and (max-width: 960px) {
  .pygmalius_1803 .productsArea .inner {
    width: 88%;
    margin: 0 auto;
  }
  .pygmalius_1803 .productsArea .flag_box {
    width: 100%;
    float: none;
    border: #e7e7e7 1px solid;
    margin-bottom: 3%;
  }
  .pygmalius_1803 .productsArea .entry_box {
    width: 100%;
    float: none;
    border: #e7e7e7 1px solid;
  }
  .pygmalius_1803 .productsArea .flag_box .left,
  .pygmalius_1803 .productsArea .entry_box .left {
    width: 44%;
    float: left;
  }
  .pygmalius_1803 .productsArea .flag_box .right,
  .pygmalius_1803 .productsArea .entry_box .right {
    width: 50%;
    float: left;
  }
  .pygmalius_1803 .productsArea .products_box {
    border-bottom: #808080 1px solid;
    margin-bottom: 8%;
    padding-bottom: 8%;
    margin-top: -80px;
    /**アンカー対策**/
    padding-top: 80px;
    /**アンカー対策**/
  }
  .pygmalius_1803 .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1%;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl2 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 1%;
  }
  .pygmalius_1803 .productsArea .products_box .products_ttl3 {
    text-align: center;
    margin-bottom: 4%;
  }
  .pygmalius_1803 .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 8%;
  }
  .pygmalius_1803 .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .pygmalius_1803 .productsArea .products_box .row-3 {
    width: 60%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 1.2em;
  }
  .pygmalius_1803 .productsArea .products_box .row-2,
  .pygmalius_1803 .productsArea .products_box .row-1 {
    width: 90%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 1.2em;
  }
  .pygmalius_1803 .productsArea .products_box .row-3 li,
  .pygmalius_1803 .productsArea .products_box .row-2 li,
  .pygmalius_1803 .productsArea .products_box .row-1 li {
    width: 100%;
    padding: 0 1.6% 3%;
    margin-bottom: 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .link_box {
    font-size: 12px;
  }
  .link_box .left {
    width: 100%;
    float: none;
    text-align: center;
    border-bottom: #808080 1px solid;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
  .link_box .right {
    width: 100%;
    text-align: center;
  }
  .link_box img {
    width: 70%;
    margin-bottom: 5%;
  }
  .link_box .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2%;
  }
}

/**------------------------------------ /180317 add  pygmalius_1803 ------------------------------------**/
/*
================================================================================
	archet
================================================================================
*/
@media only screen and (min-width: 961px) {
  .archet .productsArea .inner {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .archet .archetNav {
    width: 60%;
    min-width: 960px;
    padding: 16px 0;
    margin: 0px auto;
    text-align: center;
  }
  .archet .archetNav ul li {
    width: 33%;
    height: 30px;
    font-size: 20px;
    line-height: 2em;
    border-left: #e5e5e5 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .archet .archetNav ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .archet .bg1 {
    background-color: #eae7e6 !important;
  }
  .archet .bg2 {
    background-color: #dcd8d5 !important;
  }
  .archet .red {
    color: #8d4944 !important;
  }
  .archet .green {
    color: #819775 !important;
  }
  .archet .gray {
    color: #968980 !important;
  }
  .archet .brown {
    color: #9c6625 !important;
  }
  .archet .productsArea .products_box {
    border-bottom: #808080 1px solid;
    padding: 80px 0;
    overflow: hidden;
  }
  .archet .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .archet .productsArea .products_box .products_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -120px;
    /**アンカー対策**/
    padding-top: 120px;
    /**アンカー対策**/
  }
  .archet .productsArea .products_box .products_ttl2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  .archet .productsArea .products_box .aproducts_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -120px;
    /**アンカー対策**/
    padding-top: 120px;
    /**アンカー対策**/
  }
  .archet .productsArea .products_box .aproducts_ttl2 {
    font-size: 35px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    line-height: 50px;
  }
  .archet .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 40px;
  }
  .archet .productsArea .products_box img {
    display: block;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .archet .productsArea .products_box img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .archet .productsArea .products_box .row-3 {
    width: 100%;
    min-width: 990px;
    margin: 0px auto 30px;
    padding-bottom: 30px;
    border-bottom: #808080 1px solid;
  }
  .archet .productsArea .products_box .row-3:last-child {
    margin: 0px auto;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .archet .productsArea .products_box .row-3 li {
    width: 31.333%;
    text-align: center;
    float: left;
  }
  .archet .productsArea .products_box .row-2 {
    width: 100%;
    min-width: 990px;
    margin: 0px auto 30px;
    padding: 0px 16.666% 30px;
    border-bottom: #808080 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .archet .productsArea .products_box .row-2:last-child {
    margin: 0px auto;
    padding: 0px 16.666%;
    border-bottom: none;
  }
  .archet .productsArea .products_box .row-2 li {
    width: 46.8%;
    text-align: center;
    float: left;
  }
  .archet .productsArea .products_box .row-1 {
    width: 100%;
    min-width: 990px;
    margin: 0px auto 30px;
    padding: 0px 33.333% 30px !important;
    border-bottom: #808080 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .archet .productsArea .products_box .row-1:last-child {
    margin: 0px auto;
    padding: 0px 3.2%;
    border-bottom: none;
  }
  .archet .productsArea .products_box .row-1 li {
    width: 100%;
    text-align: center;
    float: left;
  }
}

@media only screen and (max-width: 960px) {
  .archet .productsArea .inner {
    width: 88%;
    margin: 0 auto;
  }
  .archet .archetNav {
    width: 88%;
    padding: 5% 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .archet .archetNav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .archet .archetNav ul li {
    width: 33.333%;
    height: 30px;
    line-height: 1.2em;
    padding: 0 6%;
    border-left: #e5e5e5 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archet .archetNav ul li:last-child {
    border-right: #e5e5e5 1px solid;
  }
  .archet .bg1 {
    background-color: #eae7e6 !important;
  }
  .archet .bg2 {
    background-color: #dcd8d5 !important;
  }
  .archet .red {
    color: #8d4944 !important;
  }
  .archet .green {
    color: #819775 !important;
  }
  .archet .gray {
    color: #968980 !important;
  }
  .archet .brown {
    color: #9c6625 !important;
  }
  .archet .productsArea .products_box {
    border-bottom: #808080 1px solid;
    padding: 8% 0;
  }
  .archet .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .archet .productsArea .products_box .products_ttl1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1%;
    margin-top: -80px;
    /**アンカー対策**/
    padding-top: 80px;
    /**アンカー対策**/
  }
  .archet .productsArea .products_box .products_ttl2 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 4%;
  }
  .archet .productsArea .products_box .aproducts_ttl2 {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .archet .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 4%;
  }
  .archet .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .archet .productsArea .products_box .row-3,
  .archet .productsArea .products_box .row-2,
  .archet .productsArea .products_box .row-1 {
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0px auto 6%;
  }
  /*.archet .productsArea .products_box .row-3:last-child,
	.archet .productsArea .products_box .row-2:last-child{
		margin: 0px auto;
		padding-bottom:0;
		border-bottom: none;
	}*/
  .archet .productsArea .products_box .row-3 li,
  .archet .productsArea .products_box .row-2 li,
  .archet .productsArea .products_box .row-1 li {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 6%;
    margin-bottom: 6%;
    border-bottom: #808080 1px solid;
  }
  .archet .productsArea .products_box .row-3 li.line,
  .archet .productsArea .products_box .row-2 li.line,
  .archet .productsArea .products_box .row-1 li.line {
    border-bottom: #000000 1px solid;
  }
  /** 3列表示 **/
  /*.archet .productsArea .products_box .row-3{
		width: 100%;
		font-size: 12px;
		line-height: 1.2em;
		margin: 0px auto 5%;
		padding-bottom: 5%;
		border-bottom: #808080 1px solid;
	}
	.archet .productsArea .products_box .row-3:last-child{
		margin: 0px auto;
		padding-bottom:0;
		border-bottom: none;
	}
	.archet .productsArea .products_box .row-3 li{
		width: 33.333%;
		text-align: center;
		float: left;
		box-sizing: border-box;
	}
	.archet .productsArea .products_box .row-2{
		width: 100%;
		margin: 0px auto 5%;
		padding: 0px 16.666% 5%;		
		font-size: 12px;
		line-height: 1.2em;
		border-bottom: #808080 1px solid;
		box-sizing: border-box;
	}
	.archet .productsArea .products_box .row-2:last-child{
		margin: 0px auto;
		padding-bottom:0;
		border-bottom: none;
	}
	.archet .productsArea .products_box .row-2 li{
		width: 50%;
		text-align: center;
		float: left;
		box-sizing: border-box;
	
	}*/
}

/*
================================================================================
	bows_bunsu
================================================================================
*/
.bows_bunsu .bg1 {
  background-color: #eae7e6 !important;
}

.bows_bunsu .red {
  color: #8d4944 !important;
}

.bows_bunsu .green {
  color: #819775 !important;
}

.bows_bunsu .gray {
  color: #968980 !important;
}

@media (min-width: 961px) {
  .bows_bunsu .bunsubox {
    width: 100%;
  }
  .bows_bunsu .bunsubox .inner {
    width: 100%;
    min-width: 1140px;
    padding: 60px 15% 80px;
    margin: 0px auto;
    border-bottom: #cfc0aa 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bows_bunsu .bunsubox .inner .photo_L {
    width: 53%;
    float: left;
  }
  .bows_bunsu .bunsubox .inner .photo_R {
    width: 43%;
    float: right;
  }
  .bows_bunsu .productsArea .inner {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .bows_bunsu .productsArea .products_box {
    padding: 40px 0;
    overflow: hidden;
  }
  .bows_bunsu .productsArea .products_box .products_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
  .bows_bunsu .productsArea .products_box .products_ttl2 {
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
  }
  .bows_bunsu .productsArea .products_box .products_ttl3 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  .bows_bunsu .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 40px;
  }
  .bows_bunsu .productsArea .products_box .row {
    width: 100%;
    min-width: 990px;
    margin: 0px auto;
    border-top: #cac7c6 1px solid;
  }
  .bows_bunsu .productsArea .products_box .none {
    border-top: none !important;
  }
  .bows_bunsu .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .bows_bunsu .productsArea .products_box .row li {
    width: 50%;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 5%;
    text-align: center;
    float: left;
    border-left: #cac7c6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bows_bunsu .productsArea .products_box .row li:nth-child(2n + 1) {
    /**3の倍数**/
    border-left: none;
  }
  .bows_bunsu .productsArea .products_box .row li .text {
    margin-top: 20px;
  }
}

@media (max-width: 960px) {
  .bows_bunsu .bunsubox {
    width: 100%;
  }
  .bows_bunsu .bunsubox .inner {
    width: 100%;
    padding: 0 6% 8%;
    margin: 3% auto;
    border-bottom: #cfc0aa 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bows_bunsu .bunsubox .inner .photo_L {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  .bows_bunsu .bunsubox .inner .photo_R {
    width: 100%;
    float: none;
  }
  .bows_bunsu .productsArea .inner {
    width: 88%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bows_bunsu .productsArea .products_box {
    padding: 8% 0;
    overflow: hidden;
  }
  .bows_bunsu .productsArea .products_box .products_ttl1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1%;
  }
  .bows_bunsu .productsArea .products_box .products_ttl2 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 1%;
  }
  .bows_bunsu .productsArea .products_box .products_ttl3 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 4%;
  }
  .bows_bunsu .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 4%;
  }
  .bows_bunsu .productsArea .products_box .row {
    width: 100%;
    margin: 0px auto;
    font-size: 12px;
    border-top: #cac7c6 1px solid;
  }
  .bows_bunsu .productsArea .products_box .none {
    border-top: none !important;
  }
  .bows_bunsu .productsArea .products_box img {
    margin-bottom: 5%;
  }
  .bows_bunsu .productsArea .products_box .row li {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
    padding: 0 5% 6%;
    text-align: center;
    float: none;
    border-bottom: #cac7c6 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bows_bunsu .productsArea .products_box .row li:last-child {
    border-bottom: none;
  }
  .bows_bunsu .productsArea .products_box .row li .text {
    font-size: 14px;
    margin-top: 20px;
  }
}

/*
================================================================================
	instruments_bunsu
================================================================================
*/
.instruments_bunsu .bg1 {
  background-color: #eae7e6 !important;
}

.instruments_bunsu .red {
  color: #8d4944 !important;
}

@media (min-width: 961px) {
  .instruments_bunsu .bunsubox {
    width: 100%;
  }
  .instruments_bunsu .bunsubox .inner {
    width: 100%;
    min-width: 1140px;
    padding: 60px 15% 80px;
    margin: 0px auto;
    border-bottom: #cfc0aa 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .instruments_bunsu .bunsubox .inner .photo_L {
    width: 43%;
    float: left;
  }
  .instruments_bunsu .bunsubox .inner .photo_R {
    width: 53%;
    float: right;
  }
  .instruments_bunsu .productsArea .inner {
    width: 80%;
    min-width: 960px;
    margin: 0 auto;
  }
  .instruments_bunsu .productsArea .products_box {
    padding: 60px 0;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    border-bottom: #808080 1px solid;
  }
  .instruments_bunsu .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .instruments_bunsu .productsArea .products_box .products_ttl1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
  .instruments_bunsu .productsArea .products_box .products_ttl2 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
  }
  .instruments_bunsu .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 40px;
  }
  .instruments_bunsu .productsArea .products_box .row {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 50px;
  }
  .instruments_bunsu .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .instruments_bunsu .productsArea .products_box .text {
    text-align: center;
    float: none;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-3 {
    width: 59.666%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-3 li {
    width: 33.333%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-1 {
    width: 40.333%;
    float: right;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-1 li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row3 {
    width: 80% !important;
    margin: 0 auto;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-2 {
    width: 49.6%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-2 li {
    width: 50%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-1 {
    width: 50.4%;
    float: right;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-1 li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row2 {
    width: 60% !important;
    margin: 0 auto;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-L {
    width: 33%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-L li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-R {
    width: 67%;
    float: right;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-R li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row1 {
    width: 50.4%;
    margin: 0px auto;
  }
}

@media (max-width: 960px) {
  .instruments_bunsu .bunsubox {
    width: 100%;
  }
  .instruments_bunsu .bunsubox .inner {
    width: 100%;
    padding: 0 6% 8%;
    margin: 3% auto;
    border-bottom: #cfc0aa 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .instruments_bunsu .bunsubox .inner .photo_L {
    width: 100%;
    float: none;
  }
  .instruments_bunsu .bunsubox .inner .photo_R {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  .instruments_bunsu .productsArea .inner {
    width: 88%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .instruments_bunsu .productsArea .products_box {
    padding: 8% 0;
    border-bottom: #808080 1px solid;
  }
  .instruments_bunsu .productsArea .products_box:last-child {
    border-bottom: none;
  }
  .instruments_bunsu .productsArea .products_box .products_ttl1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1%;
  }
  .instruments_bunsu .productsArea .products_box .products_ttl2 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 4%;
  }
  .instruments_bunsu .productsArea .products_box .products_text {
    text-align: center;
    margin-bottom: 4%;
  }
  .instruments_bunsu .productsArea .products_box .row {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .instruments_bunsu .productsArea .products_box img {
    margin-bottom: 10px;
  }
  .instruments_bunsu .productsArea .products_box .text {
    font-size: 12px;
    text-align: center;
    float: none;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-3 {
    width: 100%;
    margin-bottom: 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-3 li {
    width: 33.333%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-1 {
    width: 67.6%;
    margin: 0px auto 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row4-1 li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-2 {
    width: 66.666%;
    margin: 0px auto 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-2 li {
    width: 50%;
    float: left;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-1 {
    width: 67.666%;
    margin: 0px auto 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row3-1 li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-L {
    width: 33.333%;
    float: left;
    margin-bottom: 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-L li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-R {
    width: 66.666%;
    float: right;
    margin-bottom: 5%;
  }
  .instruments_bunsu .productsArea .products_box .row .row2-R li {
    width: 100%;
  }
  .instruments_bunsu .productsArea .products_box .row .row1 {
    width: 67.666%;
    margin: 0px auto 5%;
  }
}

/*
================================================================================
	products
================================================================================
*/
.products .itemArea .photoArea {
  -webkit-animation-name: my-fade-in;
          animation-name: my-fade-in;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .products .ttlContents {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    position: relative;
  }
  .products .ttlContents .ttlContentsArea {
    width: 1000px !important;
  }
  .products .ttlContents .ttlContentsArea p.ttl1 {
    font-size: 25px !important;
    font-weight: normal !important;
    margin-bottom: 15px;
  }
  .products .ttlContents .ttlContentsArea p.ttl2 {
    font-size: 40px !important;
    font-weight: normal !important;
  }
  .rubino p.ttl1 {
    color: #487257 !important;
  }
  .rubino p.ttl2 {
    color: #333333 !important;
  }
  .derius p.ttl1 {
    color: #807a6e !important;
  }
  .derius p.ttl2 {
    color: #333333 !important;
  }
  /**------------------------------------ 180317 add ------------------------------------**/
  .flagship p.ttl1 {
    color: #5a2e28 !important;
  }
  .flagship p.ttl2 {
    color: #333333 !important;
  }
  .entry p.ttl1 {
    color: #a78f6f !important;
  }
  .entry p.ttl2 {
    color: #333333 !important;
  }
  /**------------------------------------ /180317 add ------------------------------------**/
  .cuniot p.ttl1 {
    color: #968980 !important;
  }
  .cuniot p.ttl2 {
    color: #8d4944 !important;
  }
  .sonore p.ttl1 {
    color: #968980 !important;
  }
  .sonore p.ttl2 {
    color: #819775 !important;
  }
  .archet p.ttl1 {
    color: #968980 !important;
  }
  .archet p.ttl2 {
    color: #968980 !important;
  }
  .products .itemArea {
    width: 100%;
    background: #f3f2f0;
    margin: -80px auto 50px;
    position: relative;
  }
  .products .itemArea .photoArea {
    width: 50%;
    background: #eae7e6;
    float: left;
  }
  .products .itemArea .detailArea {
    width: 50%;
    padding: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
  }
  .products .itemArea .detailArea .itemName {
    font-size: 30px;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .products .itemArea .detailArea .itemDetail {
    padding: 20px 0;
    border-top: #808080 1px solid;
    border-bottom: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemDetail tr {
    font-size: 16px;
  }
  .products .itemArea .detailArea .itemDetail th {
    width: 20%;
    min-width: 120px;
    padding: 5px 20px 5px 5px;
  }
  .products .itemArea .detailArea .itemDetail td {
    width: 80%;
    border-left: #808080 1px solid;
    padding: 5px 5px 5px 20px;
  }
  .products .itemArea .detailArea .itemExplain {
    margin-top: 20px;
  }
  .products .itemArea .detailArea .itemNav-8 {
    width: 50%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  .products .itemArea .detailArea .itemNav-8 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: #808080 1px solid;
    overflow: hidden;
  }
  .products .itemArea .detailArea .itemNav-8 ul:last-child {
    border-bottom: none;
  }
  .products .itemArea .detailArea .itemNav-8 ul li {
    width: 25%;
    height: 50px;
    border-left: #808080 1px solid;
    font-size: 18px;
    line-height: 1.4em;
    margin: 8px 0;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-8 ul li:last-child {
    border-right: #808080 1px solid;
    margin: 8px 0 !important;
  }
  .products .itemArea .detailArea .itemNav-4 {
    width: 50%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  .products .itemArea .detailArea .itemNav-4 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .products .itemArea .detailArea .itemNav-4 ul li {
    width: 25%;
    height: 50px;
    border-left: #808080 1px solid;
    font-size: 18px;
    line-height: 1.4em;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-4 ul li:last-child {
    border-right: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-3 {
    width: 50%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  .products .itemArea .detailArea .itemNav-3 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .products .itemArea .detailArea .itemNav-3 ul li {
    width: 33.333%;
    height: 50px;
    border-left: #808080 1px solid;
    font-size: 18px;
    line-height: 1.4em;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-3 ul li:last-child {
    border-right: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-2 {
    width: 50%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  .products .itemArea .detailArea .itemNav-2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .products .itemArea .detailArea .itemNav-2 ul li {
    width: 50%;
    height: 50px;
    border-left: #808080 1px solid;
    font-size: 18px;
    line-height: 1.4em;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-2 ul li:last-child {
    border-right: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-1 {
    width: 50%;
    padding: 0 5%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
  }
  .products .itemArea .detailArea .itemNav-1 ul {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .products .itemArea .detailArea .itemNav-1 ul li {
    width: 100%;
    height: 50px;
    border-left: #808080 1px solid;
    font-size: 18px;
    line-height: 1.4em;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-1 ul li:last-child {
    border-right: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-8,
  .products .itemArea .detailArea .itemNav-4,
  .products .itemArea .detailArea .itemNav-3,
  .products .itemArea .detailArea .itemNav-2,
  .products .itemArea .detailArea .itemNav-1 {
    color: #a09e9d;
  }
  .products .itemArea .detailArea .itemNav-8 a,
  .products .itemArea .detailArea .itemNav-4 a,
  .products .itemArea .detailArea .itemNav-3 a,
  .products .itemArea .detailArea .itemNav-2 a,
  .products .itemArea .detailArea .itemNav-1 a {
    color: #333333;
  }
  .products .itemArea .detailArea .itemNav-8 a:hover,
  .products .itemArea .detailArea .itemNav-4 a:hover,
  .products .itemArea .detailArea .itemNav-3 a:hover,
  .products .itemArea .detailArea .itemNav-2 a:hover,
  .products .itemArea .detailArea .itemNav-1 a:hover {
    color: #a09e9d;
  }
}

@media screen and (max-width: 1000px) {
  .products .ttlContents {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .products .ttlContents .ttlContentsArea p.ttl1 {
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 1.5%;
  }
  .products .ttlContents .ttlContentsArea p.ttl2 {
    font-size: 26px !important;
    font-weight: normal !important;
  }
  .rubino p.ttl1 {
    color: #487257 !important;
  }
  .rubino p.ttl2 {
    color: #333333 !important;
  }
  .derius p.ttl1 {
    color: #807a6e !important;
  }
  .derius p.ttl2 {
    color: #333333 !important;
  }
  /**------------------------------------ 180317 add ------------------------------------**/
  .flagship p.ttl1 {
    color: #5a2e28 !important;
  }
  .flagship p.ttl2 {
    color: #333333 !important;
  }
  .entry p.ttl1 {
    color: #a78f6f !important;
  }
  .entry p.ttl2 {
    color: #333333 !important;
  }
  /**------------------------------------ /180317 add ------------------------------------**/
  .cuniot p.ttl1 {
    color: #968980 !important;
  }
  .cuniot p.ttl2 {
    color: #8d4944 !important;
  }
  .sonore p.ttl1 {
    color: #968980 !important;
  }
  .sonore p.ttl2 {
    color: #819775 !important;
  }
  .archet p.ttl1 {
    color: #968980 !important;
  }
  .archet p.ttl2 {
    color: #968980 !important;
  }
  .products .itemArea {
    width: 100%;
    background: #f3f2f0;
    margin: -50px auto 50px;
  }
  .products .itemArea .photoArea {
    width: 100%;
    background: #eae7e6;
    float: none;
  }
  .products .itemArea .detailArea {
    width: 100%;
    padding: 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
  .products .itemArea .detailArea .itemName {
    font-size: 26px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 5%;
  }
  .products .itemArea .detailArea .itemDetail {
    padding: 5% 0;
    border-top: #808080 1px solid;
    border-bottom: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemDetail tr {
    font-size: 14px;
  }
  .products .itemArea .detailArea .itemDetail th {
    width: 40%;
    min-width: 100px;
    padding: 3% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .products .itemArea .detailArea .itemDetail td {
    width: 60%;
    border-left: #808080 1px solid;
    padding: 3% 0 3% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .products .itemArea .detailArea .itemExplain {
    margin-top: 5%;
  }
  .products .itemArea .detailArea .itemNav-8,
  .products .itemArea .detailArea .itemNav-4,
  .products .itemArea .detailArea .itemNav-3,
  .products .itemArea .detailArea .itemNav-2 {
    width: 100%;
    margin: 10% auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
  }
  .products .itemArea .detailArea .itemNav-1 {
    width: 70%;
    margin: 10% auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
  }
  .products .itemArea .detailArea .itemNav-8 ul {
    overflow: hidden;
    border-bottom: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-8 ul:last-child {
    border-bottom: none;
  }
  .products .itemArea .detailArea .itemNav-8 ul li {
    width: 25%;
    height: 50px;
    border-left: #808080 1px solid;
    float: left;
    margin: 3% 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-4 ul li {
    width: 25%;
    height: 50px;
    border-left: #808080 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-3 ul li {
    width: 33.333%;
    height: 50px;
    border-left: #808080 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-2 ul li {
    width: 50%;
    height: 50px;
    border-left: #808080 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-1 ul li {
    width: 100%;
    height: 50px;
    border-left: #808080 1px solid;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products .itemArea .detailArea .itemNav-8 ul li:last-child,
  .products .itemArea .detailArea .itemNav-4 ul li:last-child,
  .products .itemArea .detailArea .itemNav-3 ul li:last-child,
  .products .itemArea .detailArea .itemNav-2 ul li:last-child,
  .products .itemArea .detailArea .itemNav-1 ul li:last-child {
    border-right: #808080 1px solid;
  }
  .products .itemArea .detailArea .itemNav-8 ul li:last-child {
    margin: 3% 0 !important;
  }
  .products .itemArea .detailArea .itemNav-8,
  .products .itemArea .detailArea .itemNav-4,
  .products .itemArea .detailArea .itemNav-3,
  .products .itemArea .detailArea .itemNav-2,
  .products .itemArea .detailArea .itemNav-1 {
    color: #a09e9d;
  }
  .products .itemArea .detailArea .itemNav-8 a,
  .products .itemArea .detailArea .itemNav-4 a,
  .products .itemArea .detailArea .itemNav-3 a,
  .products .itemArea .detailArea .itemNav-2 a,
  .products .itemArea .detailArea .itemNav-1 a {
    color: #333333;
  }
}

/*
================================================================================
	contents low    terms / privacy
================================================================================
*/
@media screen and (min-width: 769px) {
  .low .ttlContents {
    width: 100%;
    height: 300px;
    background: url(../images/low/ttl_back.png) repeat-x;
    position: relative;
  }
  .low .ttlContents .ttlContentsArea p {
    color: #333333;
  }
  .low .inner {
    width: 60%;
    min-width: 768px;
    margin: 0 auto 80px;
  }
  .low .st {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .low .ttlContents {
    width: 100%;
    height: 220px;
    background: url(../images/low/sp/ttl_back.png) repeat-x;
    position: relative;
  }
  .low .ttlContents .ttlContentsArea p {
    color: #333333;
  }
  .low .inner {
    width: 88%;
    margin: 0 auto 8%;
  }
  .low .st {
    font-weight: bold;
  }
}

/*
================================================================================
	News
================================================================================
*/
@media (min-width: 769px) {
  .newsArea {
    background: #fff;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .newsArea {
    background: #fff;
    margin-top: 0;
  }
}

/*
================================================================================
	newsDetail
================================================================================
*/
.newsDetail p + p {
  margin-top: 2em;
}

.newsDetail dt {
  margin-top: 2em;
}

@media screen and (min-width: 769px) {
  .newsDetail .inner {
    width: 60%;
    min-width: 768px;
    margin: 0 auto 80px;
  }
  .newsDetail .date {
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 30px;
  }
  .newsDetail .date span {
    border-top: #9f9383 3px solid;
  }
  .newsDetail .st {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .newsDetail img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsDetail hr {
    border: #b2b2b2 1px solid;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .newsDetail h1,
  .newsDetail h2,
  .newsDetail h3,
  .newsDetail h4 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .newsDetail .inner {
    width: 88%;
    margin: 0 auto 8%;
  }
  .newsDetail .date {
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 5%;
  }
  .newsDetail .date span {
    border-top: #9f9383 3px solid;
  }
  .newsDetail .st {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .newsDetail img {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .newsDetail hr {
    border: #b2b2b2 1px solid;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .newsDetail h1,
  .newsDetail h2,
  .newsDetail h3,
  .newsDetail h4 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 3% !important;
  }
}

/*
================================================================================
	contact
================================================================================
*/
.contact .ttlContents .ttlContentsArea .ttl,
.contact .ttlContents .ttlContentsArea p {
  text-shadow: 0px 0px 0px #000;
}

/*  input */
.formArea input {
  outline: 0;
  background: #ffffff;
  border: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  margin-top: -10px;
}

.formArea textarea {
  outline: 0;
  background: #ffffff;
  width: 100%;
  border: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  height: 250px;
}

/*  ラジオボタン */
.formArea .radio01 {
  font-size: 14px;
  margin: 20px 0 30px;
}

.formArea .radio01 input {
  outline: 0;
  margin-top: -5px;
  margin-right: 5px;
  background: #fff;
  border: 0;
}

.formArea .radio01 label {
  margin-right: 25px;
}

/*.formArea .radio01-input{
		margin: 20px 0;
		display: none;
	}
	.formArea .radio01-input + label{
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
	}
	.formArea .radio01-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #333;
		border-radius: 50%;
	}
	.formArea .radio01-input:checked + label{
		color: #333;
	}
	.formArea .radio01-input:checked + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 11px;
		height: 11px;
		background: #333;
		border-radius: 50%;
	}*/
/* チェックボックス */
.formArea .checkbox01 {
  margin: 20px 0 10px;
  font-size: 16px;
}

.formArea .checkbox01 input {
  margin-top: -5px;
  margin-right: 5px;
}

.formArea .checkbox01 label {
  margin-right: 30px;
}

/*.formArea	.checkbox01-input{
		display: none;
	}
	.formArea	.checkbox01-parts{
		padding-left: 25px;
		position:relative;
		margin-right: 20px;
	}
	.formArea	.checkbox01-parts::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 15px;
		border: 1px solid #333;
		border-radius: 2px;
	}
	.formArea	.checkbox01-input:checked + .checkbox01-parts{
		color: #333;
	}
	.formArea	.checkbox01-input:checked + .checkbox01-parts::after{
		content: "";
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 11px;
		height: 11px;
		background: #333;
		border-radius: 2px;
	}*/
.formArea .error {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .contact .ttlContents {
    width: 100%;
    height: 300px;
    background: url(../images/low/ttl_back.png) repeat-x;
    position: relative;
  }
  .contact .ttlContents .ttlContentsArea p {
    color: #333333;
  }
  .contact .contactArea {
    width: 95%;
    max-width: 1180px;
    margin: 0 auto 80px;
    padding: 80px 40px;
    background: #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .contactArea .ttl {
    width: 380px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 60px;
    border-bottom: #333333 1px solid;
    padding-bottom: 10px;
  }
  .contact .contactArea .stepArea {
    width: 100%;
    border-bottom: #cbcbcb 1px solid;
    margin-bottom: 60px;
  }
  .contact .contactArea .stepArea li {
    width: 30%;
    padding-bottom: 5px;
    margin-right: 5%;
    font-size: 18px;
    text-align: center;
    color: #cbcbcb;
    border-bottom: #cbcbcb 3.5px solid;
    float: left;
  }
  .contact .contactArea .stepArea li.active {
    color: #958880;
    border-bottom: #958880 3.5px solid;
  }
  .contact .contactArea .stepArea li:last-child {
    margin-right: 0 !important;
  }
  .contact .contactArea .formArea .row {
    border-top: #cbcbcb 1px solid;
    font-size: 14px;
    padding: 20px;
  }
  .contact .contactArea .formArea .row .font_18B {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }
  .contact .contactArea .formArea .left {
    width: 30%;
    float: left;
    margin-top: 10px;
  }
  .contact .contactArea .formArea .left .reset {
    line-height: 1em !important;
  }
  .contact .contactArea .formArea .right {
    width: 70%;
    float: right;
    margin-top: 10px;
  }
  .formArea input.width100per {
    width: 100% !important;
  }
  .formArea input.width150 {
    width: 150px !important;
  }
  .contact .contactArea .formArea .required {
    color: #fff;
    background: #958880;
    font-size: 14px;
    line-height: 1em;
    padding: 6px 9px;
    border-radius: 6px;
    margin: 2px 0 0 10px;
  }
  .formArea .send {
    width: 270px;
    margin: 30px auto 0;
    padding: 15px;
    background-color: #fff;
    color: #333;
    font-size: 18px;
  }
  .formArea .back {
    width: 270px;
    margin: 30px auto 0;
    padding: 15px;
    background-color: #fff;
    color: #666;
    font-size: 18px;
  }
  .formArea .center {
    font-size: 16px;
    padding: 50px 0;
    text-align: center;
    line-height: 1.8em;
  }
}

@media screen and (max-width: 768px) {
  /*  input */
  .formArea input {
    outline: 0;
    background: #ffffff;
    border: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    margin-top: 1%;
  }
  .formArea textarea {
    outline: 0;
    background: #ffffff;
    width: 100%;
    border: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    height: 250px;
  }
  .contact .ttlContents {
    width: 100%;
    height: 220px;
    background: url(../images/low/sp/ttl_back.png) repeat-x;
    position: relative;
  }
  .contact .ttlContents .ttlContentsArea p {
    color: #333333;
  }
  .contact .contactArea {
    width: 94%;
    margin: 0 auto 8%;
    padding: 10% 4%;
    background: #efefef;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .contactArea .ttl {
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10%;
    border-bottom: #333333 1px solid;
    padding-bottom: 3%;
  }
  .contact .contactArea .stepArea {
    width: 100%;
    border-bottom: #cbcbcb 1px solid;
    margin-bottom: 10%;
  }
  .contact .contactArea .stepArea li {
    width: 32%;
    padding-bottom: 5px;
    margin-right: 2%;
    font-size: 12px;
    text-align: center;
    color: #cbcbcb;
    border-bottom: #cbcbcb 3.5px solid;
    float: left;
  }
  .contact .contactArea .stepArea li.active {
    color: #958880;
    border-bottom: #958880 3.5px solid;
  }
  .contact .contactArea .stepArea li:last-child {
    margin-right: 0 !important;
  }
  .contact .contactArea .formArea .row {
    border-top: #cbcbcb 1px solid;
    font-size: 14px;
    padding: 5% 2%;
  }
  .contact .contactArea .formArea .row .font_18B {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
  }
  .contact .contactArea .formArea .left {
    width: 100%;
    font-weight: bold;
    float: none;
    margin-bottom: 4%;
  }
  .contact .contactArea .formArea .left .reset {
    line-height: 1em !important;
  }
  .contact .contactArea .formArea .right {
    width: 100%;
    float: none;
  }
  .formArea input[type="text"] {
    width: 100% !important;
  }
  .formArea input[type="email"] {
    width: 100% !important;
  }
  .formArea input.width100per {
    width: 100% !important;
  }
  .formArea input.width150 {
    width: 80px !important;
  }
  .contact .contactArea .formArea .required {
    color: #fff;
    background: #958880;
    font-size: 14px;
    line-height: 1em;
    padding: 6px 9px;
    border-radius: 6px;
    margin: 2px 0 0 10px;
  }
  .formArea .send {
    width: 80%;
    margin: 5% auto 0;
    padding: 5%;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formArea .back {
    width: 80%;
    margin: 5% auto 0;
    padding: 5%;
    background-color: #fff;
    color: #666;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formArea .center {
    text-align: left;
    font-size: 14px;
    padding: 5% 2%;
    line-height: 1.8em;
  }
}

/*PULL-NET追加*/
/*
================================================================================
	TOPページ
================================================================================
*/
@media (min-width: 961px) {
  .recorankArea {
    width: 100%;
  }
  .recorankArea .inner {
    width: 70%;
    max-width: 80%;
    min-width: 1180px;
    padding: 80px 0;
    margin: 0px auto;
  }
  .recorankArea .row {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*左右中央揃え*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*上下中央揃え*/
  }
  .recorankArea .row_spnone {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*左右中央揃え*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*上下中央揃え*/
  }
  .recorankArea div:after {
    content: none;
  }
  .recorankArea .row .col-3 {
    width: 31%;
    padding: 0 1%;
    text-align: center;
    margin-bottom: 20px;
  }
  .recorankArea .row .col-4 {
    width: 22%;
    padding: 0 1%;
    text-align: center;
  }
  .recorankArea .row_spnone .col-5 {
    width: 17%;
    padding: 0 1%;
    text-align: center;
  }
  .recorankArea .row .col-5_col-2 {
    width: 17%;
    padding: 0 1%;
    text-align: center;
  }
  .recorankArea .row .no,
  .recorankArea .row_spnone .no {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    background-color: #efefef;
    color: #827a73;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recorankArea .row .no img,
  .recorankArea .row_spnone .no img {
    width: auto;
    height: 80%;
  }
  .recorankArea .row_spnone .no1 {
    background-color: #d9b759;
  }
  .recorankArea .row_spnone .no2 {
    background-color: #898989;
  }
  .recorankArea .row_spnone .no3 {
    background-color: #898989;
  }
  .recorankArea .gray {
    opacity: 0.5 !important;
  }
  .recorankArea .photo {
    position: relative;
    width: 100%;
  }
  .recorankArea .photo img {
    width: 100%;
  }
  .recorankArea .textArea {
    width: 100%;
    padding: 20px 0px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .recorankArea .textArea .text .text_cate {
    font-size: 13px;
  }
  .recorankArea .textArea .text .text_name {
    font-weight: normal;
    font-size: 22px;
    color: #552019;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #dcdddd;
  }
  .recorankArea .textArea .text .text_price {
    color: #827a73;
    font-weight: bold;
  }
  .recorankArea .overtext {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recorankArea .overtext .overtext_inner {
    position: absolute;
    top: -33%;
    right: 3%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 94%;
    height: 90%;
    color: #a37f58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recorankArea .overtext .overtext_inner {
    position: absolute;
    top: -26%;
    right: 3%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 94%;
    height: 90%;
    color: #a37f58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 0.5em;
  }
  .recorankArea .overtext .overtext_inner span {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (max-width: 960px) {
  .recorankArea {
    width: 100%;
    padding: 15% 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recorankArea .slider-rank {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .recorankArea .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*左右中央揃え*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*上下中央揃え*/
  }
  .recorankArea div:after {
    content: none;
  }
  .recorankArea .row .col-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .recorankArea .row .col-4 {
    width: 48%;
    text-align: center;
  }
  .recorankArea .row_spnone .col-5 {
    width: 48%;
    text-align: center;
  }
  .recorankArea .row .col-5_col-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .recorankArea .row .no,
  .recorankArea .row_spnone .no {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #efefef;
    color: #827a73;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recorankArea .row .no img,
  .recorankArea .row_spnone .no img {
    width: auto;
    height: 80%;
  }
  .recorankArea .row_spnone .no1 {
    background-color: #d9b759;
  }
  .recorankArea .row_spnone .no2 {
    background-color: #898989;
  }
  .recorankArea .row_spnone .no3 {
    background-color: #1e1e1e;
  }
  .recorankArea .gray {
    opacity: 0.5 !important;
  }
  .recorankArea .photo {
    position: relative;
    width: 100%;
  }
  .recorankArea .photo img {
    width: 100%;
  }
  .recorankArea .textArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 0;
  }
  .recorankArea .textArea .text {
    text-align: left;
  }
  .recorankArea .textArea .text .text_name {
    font-weight: normal;
    font-size: 16px;
    color: #552019;
    border-bottom: solid 1px #dcdddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .recorankArea .textArea .text .text_price {
    color: #858585;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .recorankArea .overtext {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .recorankArea .overtext .overtext_inner {
    position: absolute;
    top: -23%;
    right: 3%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    width: 94%;
    height: 90%;
    color: #a37f58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 0.5em;
  }
  .recorankArea .overtext .overtext_inner span {
    color: #3e3e3e;
    font-size: 10px;
    font-weight: bold;
  }
}

@media (max-width: 960px) {
  .catebrandArea {
    padding: 15% 12%;
  }
}

.catebrandArea .text {
  margin: 10px 0;
  font-weight: bold;
}

/*
================================================================================
	下層カテゴリページ
================================================================================
*/
/* カテゴリメイン
------------------------------------- */
@media (min-width: 961px) {
  .category_mainArea {
    width: 100%;
  }
  .category_mainArea .main_inner {
    position: relative;
    width: 100%;
    min-height: 600px;
  }
  .category_mainArea .main_inner.cate01 {
    background: url("../images/newtop/archet_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate02 {
    background: url("../images/newtop/hausset_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate03 {
    background: url("../images/newtop/pygmalius_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate04 {
    background: url("../images/newtop/accessory_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate05 {
    background: url("../images/newtop/violin_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate06 {
    background: url("../images/newtop/violinbow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate07 {
    background: url("../images/newtop/viola_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate08 {
    background: url("../images/newtop/violabow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate09 {
    background: url("../images/newtop/cello_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate10 {
    background: url("../images/newtop/cellobow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate11 {
    background: url("../images/newtop/rosin_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate12 {
    background: url("../images/newtop/contrabass_ttl.png") center/cover;
  }
  .category_mainArea .main_inner.cate13 {
    background: url("../images/newtop/blog_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate14 {
    background: url("../images/newtop/blog_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate15 {
    background: url("../images/newtop/movie_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate16 {
    background: url("../images/newtop/company_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner .title_top {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    background: url("../images/newtop/title_underline.png") bottom repeat-x;
    padding-bottom: 4px;
    text-shadow: 0px 0px 7px #000;
  }
  .category_mainArea .main_inner .title_under {
    margin: 0;
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 7px #000;
  }
}

@media (max-width: 960px) {
  .category_mainArea {
    width: 100%;
    padding: 0%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .category_mainArea .main_inner {
    position: relative;
    width: 100%;
    min-height: 200px;
  }
  .category_mainArea .main_inner.cate01 {
    background: url("../images/newtop/archet_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate02 {
    background: url("../images/newtop/hausset_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate03 {
    background: url("../images/newtop/pygmalius_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate04 {
    background: url("../images/newtop/accessory_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate05 {
    background: url("../images/newtop/violin_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate06 {
    background: url("../images/newtop/violinbow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate07 {
    background: url("../images/newtop/viola_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate08 {
    background: url("../images/newtop/violabow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate09 {
    background: url("../images/newtop/cello_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate10 {
    background: url("../images/newtop/cellobow_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate11 {
    background: url("../images/newtop/rosin_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate12 {
    background: url("../images/newtop/contrabass_ttl.png") center/cover;
  }
  .category_mainArea .main_inner.cate13 {
    background: url("../images/newtop/blog_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate14 {
    background: url("../images/newtop/blog_detail_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate15 {
    background: url("../images/newtop/movie_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner.cate16 {
    background: url("../images/newtop/company_ttl.jpg") center/cover;
  }
  .category_mainArea .main_inner .title_top {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background: url("../images/newtop/title_underline.png") bottom repeat-x;
    padding-bottom: 4px;
    text-shadow: 0px 0px 7px #000;
    white-space: nowrap;
  }
  .category_mainArea .main_inner .title_under {
    margin: 0;
    position: absolute;
    top: 67%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 7px #000;
  }
}

.main_inner .title_top {
  white-space: nowrap;
}

@media (max-width: 960px) {
  .main_inner .title_top {
    white-space: inherit;
  }
}

/*
================================================================================
	ブログページ
================================================================================
*/
.blog_desc_area {
  width: 95%;
  padding: 40px 0;
  margin: 20px auto;
}

.blog_desc_area * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog_desc_area *::after {
  content: none;
}

.blog_desc_area .sub_column {
  width: 100%;
  padding: 0 15px;
}

.blog_desc_area .sub_column .blog_category_list_title {
  font-size: 20px;
  background-color: #b2916e;
  color: #fff;
  padding: 14px 0;
  text-align: center;
}

.blog_desc_area .sub_column li {
  padding: 16px 0;
  border-bottom: 1px solid #e4e1e0;
}

.blog_desc_area .sub_column li a {
  color: #333;
  font-size: 16px;
}

.blog_desc_area .main_column {
  margin-bottom: 65px;
}

.blog_desc_area .main_column img {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}

.blog_desc_area .main_column .blog_col {
  padding: 0 15px;
  margin-bottom: 20px;
}

.blog_desc_area .main_column .blog_col:nth-child(n + 2) img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

.blog_desc_area .main_column .blog_category_tag {
  margin-bottom: 14px;
}

.blog_desc_area .main_column .blog_category_tag span {
  background-color: #5a2e28;
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
}

.blog_desc_area .main_column .blog_title {
  font-size: 20px;
  color: #333;
  margin-bottom: 7px;
}

.blog_desc_area .main_column .blog_date {
  font-size: 14px;
  color: #827a73;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 961px) {
  .blog_desc_area {
    max-width: 1180px;
  }
  .blog_desc_area .main_column {
    max-width: 880px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .blog_desc_area .main_column .blog_col {
    margin-bottom: 58px;
  }
  .blog_desc_area .main_column .blog_col:nth-child(n + 2) {
    width: calc(100% / 3);
  }
  .blog_desc_area .main_column .blog_col:nth-child(n + 2) .blog_title {
    font-size: 14px;
  }
  .blog_desc_area .main_column img {
    margin-bottom: 22px;
  }
  .blog_desc_area .sub_column {
    max-width: 280px;
    width: 90%;
    padding: 0;
  }
}

/*
================================================================================
	ブログ詳細ページ
================================================================================
*/
.blog_detail_area .main_column h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e1e0;
}

.blog_detail_area .main_column h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.blog_detail_area .main_column p {
  font-size: 14px;
}

.blog_detail_area .main_column img {
  margin-bottom: 27px;
}

.blog_detail_area .main_column .text_content {
  margin-bottom: 42px;
}

.blog_detail_area .main_column .blog_title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}

.blog_detail_area .main_column .blog_category_tag {
  margin-bottom: 20px;
}

.blog_detail_area .main_column .blog_category_tag span {
  display: inline-block;
  padding: 4px 7px;
}

.blog_detail_area .main_column .return_button_wrap {
  margin-top: 42px;
}

.blog_detail_area .main_column .return_button_wrap a {
  border: 1px solid #333;
  padding: 8px 58px 8px 15px;
  position: relative;
}

.blog_detail_area .main_column .return_button_wrap a::after {
  content: "";
  position: absolute;
  width: 17px;
  border-bottom: 1px solid #333;
  right: 23px;
  bottom: 16px;
}

.blog_detail_area .main_column .return_button_wrap a::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  right: 23px;
  bottom: 16px;
  -webkit-transform: skewY(220deg);
          transform: skewY(220deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.blog_detail_area .main_column .return_button_wrap a:hover {
  opacity: 0.6;
}

/*
================================================================================
	ムービーページ
================================================================================
*/
.movie_desc_area {
  width: 95%;
  padding: 40px 0;
  margin: 40px auto;
}

@media screen and (min-width: 961px) {
  .movie_desc_area {
    width: 1180px;
  }
}

.movie_desc_area * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.movie_desc_area *::after {
  content: none;
}

.movie_desc_area .main_inner {
  padding: 0 15px;
}

@media screen and (min-width: 961px) {
  .movie_desc_area .main_inner {
    padding: 0;
  }
}

.movie_desc_area .main_column {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}

@media screen and (min-width: 961px) {
  .movie_desc_area .main_column {
    margin-bottom: 80px;
  }
}

.movie_desc_area .main_column .movie_col {
  margin-bottom: 58px;
  padding: 0 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 961px) {
  .movie_desc_area .main_column .movie_col {
    width: calc(100% / 4);
  }
}

.movie_desc_area .main_column .movie_col .movie_title {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (min-width: 961px) {
  .movie_desc_area .main_column .movie_col .movie_title {
    margin-bottom: 0;
  }
}

.movie_desc_area .main_column img {
  margin-bottom: 12px;
  width: 100%;
  height: 204px;
  max-width: 272px;
}

@media screen and (min-width: 961px) {
  .movie_desc_area .main_column img {
    height: 199px;
  }
}

/*
================================================================================
	ムービー詳細ページ
================================================================================
*/
@media screen and (min-width: 961px) {
  .movie_detail_area {
    width: 95%;
  }
}

@media (min-width: 1180px) {
  .movie_detail_area {
    max-width: 1180px;
  }
}

.movie_detail_area .main_column > div {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1180px) {
  .movie_detail_area .main_column > div {
    max-width: 1180px;
  }
}

.movie_detail_area .main_column .movie_contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}

.movie_detail_area .main_column .movie_contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie_detail_area .main_column h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e1e0;
}

.movie_detail_area .main_column h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.movie_detail_area .main_column p {
  font-size: 14px;
}

.movie_detail_area .main_column img {
  margin-bottom: 27px;
}

.movie_detail_area .main_column .text_content {
  margin-bottom: 42px;
}

.movie_detail_area .main_column .movie_title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
}

.movie_detail_area .main_column .movie_category_tag {
  margin-bottom: 20px;
}

.movie_detail_area .main_column .movie_category_tag span {
  display: inline-block;
  padding: 4px 7px;
}

.movie_detail_area .main_column .return_button_wrap {
  margin-top: 42px;
}

.movie_detail_area .main_column .return_button_wrap a {
  border: 1px solid #333;
  padding: 8px 58px 8px 15px;
  position: relative;
}

.movie_detail_area .main_column .return_button_wrap a::after {
  content: "";
  position: absolute;
  width: 17px;
  border-bottom: 1px solid #333;
  right: 23px;
  bottom: 16px;
}

.movie_detail_area .main_column .return_button_wrap a::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  right: 23px;
  bottom: 16px;
  -webkit-transform: skewY(220deg);
          transform: skewY(220deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.movie_detail_area .main_column .return_button_wrap a:hover {
  opacity: 0.6;
}

/*
================================================================================
	会社概要ページ
================================================================================
*/
#wrapper.company .about_section {
  margin-bottom: 140px;
  padding-bottom: 0px;
}

@media screen and (min-width: 961px) {
  #wrapper.company .about_section {
    margin-bottom: 80px;
    padding-bottom: 20px;
  }
}

#wrapper.company .profile_section {
  padding-bottom: 0;
}

#wrapper.company .workshop_section {
  padding-top: 0;
}

@media screen and (min-width: 961px) {
  #wrapper.company .workshop_section {
    padding-top: 10px;
  }
}

.company * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.company .subnaviArea .subnavi ul li {
  width: calc(100% / 3);
}

.company .ttlArea .ttl:before {
  content: none;
}

.company .companyArea {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .company .companyArea {
    width: 1040px !important;
  }
}

.company .companyArea .row {
  border-top: 1px solid #e7e7e7;
  padding: 28px 0;
}

.company .companyArea .row:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.company .companyArea .row .left {
  padding-left: 20px;
  min-width: 300px;
  width: 90%;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .company .companyArea .row .left {
    padding-left: 40px;
    width: 30%;
    padding-left: 0;
    font-weight: unset;
  }
}

.company .companyArea .row .right {
  text-align: left;
  width: 90%;
  padding-left: 20px;
}

@media screen and (min-width: 961px) {
  .company .companyArea .row .right {
    width: 70%;
  }
}

.company .profileArea .inner {
  padding: 0 0 80px 0;
}

@media screen and (min-width: 961px) {
  .company .profileArea .inner {
    min-width: 960px;
    max-width: 1180px;
  }
}

.company .profileArea .inner .ttl_02 {
  font-weight: normal;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 24px 0;
}

.company #workshop {
  margin: 0 auto 9%;
}

@media screen and (min-width: 961px) {
  .company #workshop {
    margin: 0 auto 60px;
  }
}

.company .workshop .inner {
  padding: 0;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.company .workshop .inner p {
  padding: 0;
}

@media screen and (min-width: 961px) {
  .company .workshop .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .company .workshop .inner p {
    padding-right: 40px;
  }
  .company .workshop .inner img {
    margin-right: 0;
  }
}

/*
================================================================================
	特定商取引法ページ
================================================================================
*/
@media screen and (min-width: 961px) {
  .law .pc_none_lg {
    display: none;
  }
}

.law .category_mainArea .main_inner {
  min-height: 197px;
}

@media screen and (min-width: 961px) {
  .law .category_mainArea .main_inner {
    min-height: 317px;
  }
}

.law .category_mainArea .main_inner .title_top,
.law .category_mainArea .main_inner .title_under {
  color: #333;
  text-shadow: 0px 0px 0px #000;
}

.law .category_mainArea .main_inner .title_top {
  top: unset;
  bottom: 20%;
  width: 281px;
}

.law .category_mainArea .main_inner .title_under {
  top: unset;
  bottom: -6%;
  white-space: nowrap;
}

@media screen and (min-width: 961px) {
  .law .category_mainArea .main_inner .title_under {
    bottom: 13%;
  }
}

.law .law_section {
  padding-top: 30px !important;
}

@media screen and (min-width: 961px) {
  .law .law_section {
    padding-top: 98px !important;
  }
}

.law .law_section .company * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.law .law_section .company .subnaviArea .subnavi ul li {
  width: calc(100% / 3);
}

.law .law_section .company .ttlArea .ttl:before {
  content: none;
}

.law .law_section .company .companyArea {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .law .law_section .company .companyArea {
    width: 1040px !important;
  }
}

.law .law_section .company .companyArea .row {
  border-top: 1px solid #e7e7e7;
  padding: 28px 0;
}

.law .law_section .company .companyArea .row:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.law .law_section .company .companyArea .row .left {
  padding-left: 20px;
  min-width: 300px;
  width: 90%;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  .law .law_section .company .companyArea .row .left {
    padding-left: 40px;
    width: 30%;
    padding-left: 0;
    font-weight: unset;
  }
}

.law .law_section .company .companyArea .row .right {
  text-align: left;
  width: 90%;
  padding-left: 20px;
}

@media screen and (min-width: 961px) {
  .law .law_section .company .companyArea .row .right {
    width: 70%;
  }
}

/* パンくず
------------------------------------- */
.breadcrumbs_area {
  background-color: #f4f4f4;
  width: 100%;
  height: 35px;
  margin: 0px 0px;
}

.breadcrumbs_area .pan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: 0.07em;
  line-height: 35px;
  background-color: #f4f4f4;
  font-weight: normal;
  padding: 0px 0px;
  max-width: 1180px;
  margin: 0px auto;
  color: #333333;
  display: block;
  font-size: 11px !important;
}

@media (max-width: 960px) {
  .breadcrumbs_area .pan {
    padding: 0px 15px;
    width: 100%;
  }
}

.pan a {
  color: #333333;
}

/* カテゴリ詳細
------------------------------------- */
@media (min-width: 961px) {
  .category_descArea {
    width: 100%;
    padding: 50px 0;
  }
  .category_descArea .main_inner {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .category_descArea .main_inner img {
    position: relative;
    margin: 30px;
  }
  .category_descArea .main_inner .title_top {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
  }
}

@media (max-width: 960px) {
  .category_descArea {
    width: 100%;
    padding: 15% 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .category_descArea .main_inner {
    text-align: center;
  }
  .category_descArea .main_inner img {
    position: relative;
    margin: 30px;
    max-width: 80%;
  }
}

/*
================================================================================
	ghost_btn
================================================================================
*/
.ghost_btn a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 15px 15px;
  -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  color: #333333;
  border-radius: 0px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ghost_btn a {
    max-width: auto;
    max-width: initial;
    font-size: 14px;
    padding: 10px;
  }
}

.ghost_btn a:hover .c-arrow {
  width: 40px;
}

.ghost_btn.mt-auto {
  margin-top: auto;
}

.ghost_btn .c-learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.1em;
}

.ghost_btn .c-learn-more__label {
  white-space: nowrap;
}

.ghost_btn .c-learn-more__arrow {
  display: inline-block;
}

.ghost_btn .c-learn-more__line {
  height: 1px;
  background-color: #333333;
}

.ghost_btn .c-learn-more .c-arrow {
  position: relative;
  width: 30px;
  height: 10px;
  margin-left: 12px;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ghost_btn .c-learn-more .c-arrow__line {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 1px;
  background-color: #333333;
}

.ghost_btn .c-learn-more .c-arrow__line--01 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.ghost_btn .c-learn-more .c-arrow__line--02 {
  width: 14px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/*
================================================================================
	下層ブランドページ
================================================================================
*/
.brand_page div:after {
  content: none;
}

.brand_page .normal {
  font-weight: normal !important;
}

.brand_page .alL {
  text-align: left !important;
}

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

.brand_page .ttlArea p {
  font-size: 14px;
}

.brand_page .ttlArea .ttl-01 {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}

.brand_page .ttlArea .ttl-02 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .brand_page .ttlArea .ttl-02 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.brand_page .ttlArea .ttl-03 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.brand_page .ttlArea .ttl-03 span {
  font-size: 14px;
  margin: 0 20px;
}

.brand_page .ttlArea img {
  margin: 0 0 10px;
}

.brand_page .inner {
  width: 80%;
  min-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .brand_page .inner {
    width: 88%;
    min-width: auto;
    margin: 0 auto;
  }
}

.fullArea .photo_pc {
  display: block !important;
}

.brand_page .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand_page .d-flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.brand_page .d-flex.alcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand_page .d-flex p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .brand_page .d-flex .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .brand_page .d-flex .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.brand_page .d-flex .col-6 {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .brand_page .d-flex .col-6 {
    width: 100%;
  }
}

.brand_page .d-flex .col-5 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .brand_page .d-flex .col-5 {
    width: 100%;
  }
}

.brand_page .d-flex .col-4 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .brand_page .d-flex .col-4 {
    width: 100%;
  }
}

.brand_page .fullArea .textwrap {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .brand_page .fullArea .textwrap {
    padding: 5% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.brand_page .fullArea .textwrap .ttl {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.brand_page .maindesc .ttlArea {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .brand_page .maindesc .ttlArea {
    width: 90%;
  }
}

.brand_page .maindesc .ttlArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.brand_page .maindesc .ttlArea.arche:before {
  width: 328px;
  height: 110px;
  background: url(../images/newtop/brand_archeimg03.png) no-repeat;
}

.brand_page .maindesc .ttlArea.pygmalius:before {
  width: 436px;
  height: 106px;
  background: url(../images/newtop/brand_pygmaliusimg06.png) no-repeat;
}

.brand_page p {
  font-size: 1.5rem;
}

/* コラム
------------------------------------- */
.brand_page .columnArea {
  border: none;
}

.brand_page .columnArea .wrap {
  overflow: hidden;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea .wrap {
    padding: 20px;
  }
}

.brand_page .columnArea .wrap .right {
  width: 70%;
  float: right;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea .wrap .right {
    width: 100%;
  }
}

.brand_page .columnArea .wrap .right .ttlArea {
  width: auto;
  margin: initial;
  padding: initial;
}

.brand_page .columnArea .wrap .btn_more_bl {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea .wrap .btn_more_bl {
    margin: 10px 0 0;
  }
}

.brand_page .columnArea .wrap .left {
  width: 25%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea .wrap .left {
    width: 100%;
  }
}

/* コラム2
------------------------------------- */
.brand_page .columnArea.box2 {
  border: #978881 1px solid;
}

.brand_page .columnArea.box2 .wrap {
  padding: 20px;
}

.brand_page .columnArea.box2 .wrap .right {
  width: 25%;
  height: auto;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea.box2 .wrap .right {
    width: 100%;
  }
}

.brand_page .columnArea.box2 .wrap .btn_more_bl {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea.box2 .wrap .btn_more_bl {
    margin: 10px 0;
  }
}

.brand_page .columnArea.box2 .wrap .left {
  width: 70%;
  float: left;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .brand_page .columnArea.box2 .wrap .left {
    width: 100%;
  }
}

.brand_page .columnArea.box2 .wrap .left .ttlArea {
  width: auto;
  margin: initial;
  padding: initial;
}

/*ページ送り*/
.nav-links .wp-pagenavi a,
.nav-links .wp-pagenavi span {
  padding: 6px 10px;
  min-width: 36px;
  margin-right: 4px;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border: 1px solid #333;
}

.nav-links .wp-pagenavi span.current {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}

.nav-links .wp-pagenavi .nextpostslink {
  position: relative;
  display: inline-block !important;
}

.nav-links .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  width: 17px;
  border-bottom: 1px solid #333;
  left: calc(50% - (17px / 2));
  bottom: 13px;
}

.nav-links .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  right: calc(50% - (17px / 2));
  bottom: 13px;
  -webkit-transform: skewY(220deg);
  transform: skewY(220deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.nav-links .wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block !important;
}

.nav-links .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  width: 7px;
  border-bottom: 1px solid #333;
  left: calc(50% - (17px / 2));
  bottom: 13px;
  -webkit-transform: skewY(320deg);
  transform: skewY(320deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.nav-links .wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  width: 17px;
  border-bottom: 1px solid #333;
  left: calc(50% - (17px / 2));
  bottom: 13px;
}

/*
================================================================================
	ショッピングガイド　about
================================================================================
*/
.about .category_mainArea .main_inner {
  min-height: 317px;
}

@media screen and (min-width: 961px) {
  .about .category_mainArea .main_inner {
    min-height: 317px;
  }
}

.about .category_mainArea .main_inner .title_top,
.about .category_mainArea .main_inner .title_under {
  text-shadow: 0px 0px 0px #000;
  color: #333;
}

.about .category_mainArea .main_inner .title_top {
  top: unset;
  bottom: 20%;
  width: 281px;
}

.about .category_mainArea .main_inner .title_under {
  top: unset;
  bottom: -6%;
  white-space: nowrap;
}

@media screen and (min-width: 961px) {
  .about .category_mainArea .main_inner .title_under {
    bottom: 13%;
  }
}

.about .cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 961px) {
  .about .about_section {
    padding-top: 98px !important;
  }
}

.about .about_section .main_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.about .about_section .main_data .main_data_thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
}

.about .about_section .main_data .main_data_name {
  margin: 5px 0 0 110px;
  line-height: 1.5;
}

.about .about_section .main_data .main_data_name dl {
  padding-left: 2px;
}

.about .about_section .main_data .main_data_name dt {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}

.about .about_section .main_data .main_data_name dd {
  font-size: 14px;
  color: #888;
  letter-spacing: 0.03em;
}

.about .about_section .main_data .main_data_name .sns_link_cointainer {
  display: block;
}

.about .about_section .main_data .main_data_name .sns_link_cointainer .about_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 6px;
}

.about .about_section .main_data .main_data_name .sns_link_cointainer .about_links li {
  margin-right: 6px;
}

.about .about_section .main_data .main_data_name .sns_link_cointainer .about_links li img {
  width: 18px;
  height: 18px;
}

.about .about_section .thumb_summary {
  margin: 40px 10px 40px 10px;
}

.about .about_section .thumb_summary p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
================================================================================
	利用規約 terms
================================================================================
*/
.terms .ttlContents .ttlContentsArea p {
  color: #333333;
  text-shadow: 0px 0px 0px #000;
}

/*
================================================================================
	プライバシーポリシー privacy
================================================================================
*/
.privacy .ttlContents .ttlContentsArea p {
  color: #333333;
  text-shadow: 0px 0px 0px #000;
}
/*# sourceMappingURL=contents.css.map */