
body {
  font-family: "Granjon LT W01 Roman", "Yu Mincho", "YuMincho", "游明朝", "MS PMincho", "Shippori Mincho B1", serif, 'Source Sans Pro', "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300 }
header, main, article, section, footer, small, figure {
	margin:  0 0 0 0;
	padding: 0;
	display: block;
}
*,
*:focus { outline: none !important }
a { color: #2d2d2d }
a:hover,
a:focus {
  color: #0c86b6;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-green {
  color: #fff;
  background-color: #71be3c;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #2a3940;
}
.loader {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/fading-line.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#navbar-top { min-height: 31px }
.navbar-default {
  margin-bottom: 0;
  background-color: #fff;
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar-default .navbar-brand {
  font-weight: 200;
  text-transform: none;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0093cf;
  background-color: transparent;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #333 }
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
     -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.page { overflow: hidden }
.page .content { padding: 20px 0 0 0 }
.page .content.cover { padding: 26px 0 }
.page .heading h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page .border {
  width: 80px;
  height: 2px;
  margin: 0px auto 20px auto;
  background-color: #71be3c;
}
.page .heading p { margin: 0px auto 0 }
#home {
  padding: 0;
  margin-top: -20px;
  color: #fff;
  background-image: url(../../img/c1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100vw;
}
#home h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}
#home a { margin: 0 5px }
#home h3 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
#services {
  background-color: #f5f5f5;
  border-bottom: solid 1px #e7e7e7;
}
#services .service i { margin-top: 60px }
#services .service:hover i { color: #71be3c }
#showcase .heading p { margin-bottom: 45px }
#portfolio { width: 100% }
#portfolio .filters { 
  margin-bottom: 30px;
  margin-top: 20px;
 }
#portfolio .filters li a {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .filters li a:hover,
#portfolio .filters li a:focus { color: #333 }
#portfolio .filters li a.active { color: #0093cf }
#portfolio .items { margin-bottom: 0 }
#portfolio .items li {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}
#portfolio .items li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#portfolio .items li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
  opacity: 0;
}
#portfolio .items li a .overlay span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
#portfolio .items li a:hover .overlay { opacity: 1 }
#portfolio .items li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news {
  color: #fff;
  background-color: #2a3940;
}
#testimonials .item { margin-bottom: 30px }
#testimonials .quote {
  padding: 0 90px;
  font-size: 16px;
}
#testimonials .quote:before {
  margin-right: 10px;
  font-family: fontawesome;
  content: '\f10d';
}
#testimonials .client { color: #ccc }
#testimonials .carousel-indicators li {
  width: 9px;
  height: 9px;
  border-color: #a6a6a6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
       -o-transition: all 0.25s linear;
          transition: all 0.25s linear;
}
#testimonials .carousel-indicators li:hover,
#testimonials .carousel-indicators li:focus { border-color: #fff }
#testimonials .carousel-indicators .active {
  width: 9px;
  height: 9px;
  margin: 1px;
  background-color: #71be3c;
  border-color: #fff;
}
#testimonials .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
#testimonials .carousel-control {
  top: 15%;
  width: 0%;
  display: none;
  font-size: 40px;
  background-image: none;
  text-shadow: none;
}
#about .content { padding-bottom: 0 }
#about .teammate {
  margin-top: 60px;
  margin-bottom: 60px;
}
#about .teammate .bio { padding-top: 10px }
#about .teammate .profile-photo {
  overflow: hidden
}
#about .teammate .profile-photo img {
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}
#about .teammate:hover .profile-photo img,
#about .teammate:focus .profile-photo img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#about .teammate .bio .border {
  height: 1px;
  margin: 15px auto;
}
#about .teammate .bio ul {
  margin-bottom: 0;
  font-size: 16px;
}
#about .teammate .bio a { color: #666 }
#about .teammate .bio a:hover,
#about .teammate .bio a:focus { color: #222 }
#about .twitter {
  padding: 20px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #e7e7e7;
}
#about .twitter p { margin-bottom: 0 }
#about .twitter i {
  margin-bottom: 10px;
  color: #00afee;
}
#about .facebook {
  padding: 20px 0;
  background-color: #f5f5f5;
  border-top: solid 1px #e7e7e7;
}
#about .facebook p { margin-bottom: 0 }
#about .facebook i {
  margin-bottom: 10px;
  color: #0f44af;
}
#contact {
  margin-top: 60px;
  background: url(../../img/contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#contact, 
#contact a,
#contact a:hover,
#contact a:focus { color: #fff }
#contact .heading .border { background-color: #fff }
#contact a { display: block }
#contact i { margin: 60px 0 15px }

#contentMenu {
	width: 40px;
	height: 17px;
	position: fixed;
	top: 64px;
	right: 24px;
	z-index: 17000;
	cursor: pointer;
	display: none;
}

/*custam*/
      /**/
@media screen and (min-width:1025px){
  .positionR {position:relative;}
  .positionA {color: #1d4a6b;position:absolute; top:50px; right:2em;}

/* .positionA {color: #e8ecef;position:absolute; top:50px; right:2em;background-color: rgba(31, 49, 33, 0.63);}
*/
  .positionAcon {color: #f9fbfc;position:absolute; top:50px; right:2em;}
  .positionAyel {color: #99b0c1;position:absolute; top:50px; right:2em;}
  .positionAwhi {color: #ffffff;position:absolute; top:50px; right:0em;}
  }
  .drcap:first-letter {
    font-size: 2em;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
}
.line {
	border: 1px dotted rgba(47, 51, 74, 0.57);width: 70%;margin-top: 3em
}
.top-slide{
	
}


/* Responsive style */
@media screen and (max-width: 1024px) {
  #testimonials .carousel-control { display: block }
        /**/
  .positionA {color: #f6f2f1;background-color: rgba(26, 52, 0, 0.64);}
  .positionAico {color: #f6f2f1;background-color: rgba(58, 17, 29, 0.85);}
}
@media screen and (max-width: 991px) {
  #portfolio .items li { width: 50% }
  #testimonials .quote { padding: 0 70px }
}
@media (max-width: 767px) {
  .page .content.cover { padding: 160px 0 }
  #testimonials .quote { padding: 0 50px }
  #testimonials .carousel-control.right { right: 10px }
}
@media (max-width: 480px) {
  .page .content.cover { padding: 110px 0 50px 0 }
  #portfolio .items li { width: 100% }
  #testimonials .quote { padding: 0 30px }
 #home{
	 background-image: url(../../img/home_sp.jpg) !important;
	 background-position: 0% 0%;
	}
}

/*カスタムCSS*/
#sidebar .box {
    margin: 0 0 45px 0;
}
.box-heading h2 {
    font: normal 18px/18px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    padding-bottom: 0;
	margin: 0 0 10px 0;
}
.left_menu ul li a:hover{
    height: 39px;
    background: #f5f7f9;
    margin: 0 -6px;
    padding: 0 6px;
    line-height: 40px;
}
.left_menu ul li a.active {
    background: #7ac5ce;
    border: 1px solid #71b9c1;
    color: #fff;
    height: 38px;
    margin: 0 -6px;
    padding: 0 6px;
}
.box-category li a, .box-category li.level_0 > a {
    font-weight: bold;
}
ul.box-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left_menu ul li a {
    border: 0 none;
    border-bottom: 1px solid #eee;
    display: block;
    color: #444;
    height: 39px;
    font: normal 13px/40px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.left_menu{
	padding:0;
	margin:0;
}
.box-heading {
    margin: 6px 0 15px;
    min-height: 18px;
    height: auto;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #444;
    font: normal 18px/18px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
/*商品詳細
*****************************/
.product_page .img_slid {
    margin-bottom: 20px;
}
.container_12 .grid_4 {
    width: 312px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
.product-info .prev_bg .cloud-zoom img {
    max-width: 294px;
    max-height: 294px;
}
.product_page .img_slid .preview {
    margin: 0 0 12px 0;
    width: 294px;
    height: 294px;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    position: relative;
}
.product_page .available-options {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.container_12 .grid_9 {
    width: 732px;
}
.product_page .block-cart .cart .add-cart {
    float: right;
    display: block;
    width: 120px;
    height: 35px;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    font: bold 13px/35px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background: #59b7c2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 2;
}
.product_page .price-block {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 15px;
    min-height: 40px;
}
.block-cart{
    padding: 20px 15px;
}
.available-options {
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 15px;
    min-height: 40px;
}
.product_page .block-cart {
    font: normal 13px/20px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #777;
    padding: 20px 0 0 0;
}
.product_page .block-cart .cart {
    float: right;
    font: normal 12px/20px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #777;
    margin-left: 10px;
}
.button, button, input[type="submit"], .checkout-box a, .product-list .product_li .cart .bay input, .product_page .block-cart .cart .add-cart, .add_comments .buttons a {
    background: #59b7c2;
}
.add-cart {
    float: right;
    display: block;
    width: 120px;
    height: 35px;
    color: #fefefe;
    text-align: center;
    text-decoration: none;
    font: bold 13px/35px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background: #59b7c2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 2;
}
.add-cart:hover{
    background: #2AB4C4;
    box-shadow: 0px 0px 2px #2AB4C4;
    -moz-box-shadow: 0px 0px 2px #2ab4c4;
    -webkit-box-shadow: 0px 0px 2px #2AB4C4;
}
.button, button, input[type="submit"] {
    height: 35px;
    display: block;
    background: #59b7c2;
    color: #fefefe;
    text-align: center;
    font: normal 14px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
    cursor: pointer;
    padding: 0 20px;
    text-decoration: none;
	border: none;
}
.container_12 .grid_5 {
    width: 396px;
}
.product_page .price-block .availability_sku {
    float: left;
    font: normal 12px/16px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #777;
}
.page_title {
    margin: 0 0 23px 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #E0E0E0;
}
.product_page .block-cart .cart a.bay:hover{
    background: #2AB4C4;
    box-shadow: 0px 0px 2px #2AB4C4;
    -moz-box-shadow: 0px 0px 2px #2ab4c4;
    -webkit-box-shadow: 0px 0px 2px #2AB4C4;
}
.product_page .block-cart .cart span{
    float: right;
    color: #707070;
    line-height: 35px;
    margin: 0 5px 0 0;
}
.product_page .block-cart .minimum{
    text-align: center;
}
.product-info .prev_bg img {
    max-width: 278px;
    max-height: 278px;
}
.product_page .img_slid .pagination {
	width: 321px;
    list-style: none!important;
    padding: 0 0 0 1px!important;
    height: 70px!important;
    margin: 0!important;
    border: 0 none!important;
}
.product_page .img_slid .pagination li a {
    border: 1px solid #e0e0e0;
    padding: 2px;
    float: left;
    width: 88px;
    height: 88px;
    text-align: center;
    background: #fff;
}
.product_page .img_slid .pagination li {
    float: left;
    margin: 0 12px 12px 0;
    padding: 0 0 1px 0;
    border: 0 none;
    width: 90px;
    height: 90px;
}
.product_page .img_slid .pagination li img {
    max-width: 82px;
    height: 82px;
    text-align: center;
}
.product_page .price-block .price {
    float: right;
    font: normal 18px/20px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #2e8f9a;
    text-align: right;
}
select, .selectBox {
    display: inline-block;
    position: relative;
    height: 33px;
    font: normal 12px/33px -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #444;
    text-decoration: none!important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    behavior: url(PIE.htc);
}
.available-options select {
    width: 200px;
}

/*ギャラリー
*****************************/
.blog-article .blog-image {margin:0 0 20px 0px; padding:0px; }
.blog-image img{ width:100%;}
.blog-article-grid { padding:0; }
.blog-article { float:left; border:1px solid #E7E7E7; border-radius:3px; display:inline-block; margin:0 5px 11px 0; padding:10px 10px 6px; vertical-align:top; width:24%; }
.blog-article h2 { padding-left:0; padding-right:0; border:0; font-weight:bold; text-transform:normal; }
.blog-image { float:none; margin:0 0 10px 0; border:0 none; padding:0; }
.blog-article h2 a { color:#FA5F51; display:block; font-size:14px; text-decoration:none; }
.blog-article .blog-meta { margin-bottom:0; }

/*ニュース
*****************************/
.blog-image02 {
    margin: 0 0 20px 0px;
    border: 1px solid #E7E7E7;
    padding: 5px;
}
.blog-image02 img{
	width:100%;
}


@media (min-width: 768px){
 .item-block{
    float: right !important;
 }

}
@media (max-width: 767px) {
 .item-block{
 }

}
#sidebar .box {
    margin: 30px 0 30px 0;
}
 .available-options select {
    width: 100%;
}
/*ギャラリー
*****************************/
.blog-article { float:left; border:1px solid #E7E7E7; border-radius:3px; display:inline-block; margin:0 5px 11px 0; padding:10px 10px 6px; vertical-align:top; width:47%; }

}
@media (max-width: 991px) {
 .available-options select {
    width: 100%;
}

}
.add-cart{
	width: 100%;
}
.product-info .prev_bg img {
    max-width: 100%;
    max-height: 100%;
	border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.product_page .img_slid .pagination li img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.product_page .img_slid .preview {
    margin: 0 0 12px 0;
    width: auto;
    height: auto;
    padding: 0px;
    border: none;
    /*border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;*/
    behavior: url(PIE.htc);
    position: relative;

}
.product_page .img_slid .pagination {
	width:100%;
	text-align:center;
}
.product_page .img_slid .pagination li a {
    border: 1px solid #e0e0e0;
    padding: 2px;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
}
.product_page .img_slid .pagination li {
	width:30%;
	padding:0;
	margin:4px;
}
/*.product_page .img_slid .pagination li:nth-child(3),
.product_page .img_slid .pagination li:nth-child(6),
.product_page .img_slid .pagination li:nth-child(9),
.product_page .img_slid .pagination li:nth-child(12)
 {
    margin:5px 0 5px 5px;
    padding: 0 0 0px 0;
    border: 0 none;
    width: 30%;
    height: auto;
}*/

/* ---------------------------------- modalMenu ---------------------------------- */

#contentMenu .menu-trigger,
#contentMenu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#contentMenu .menu-trigger {
	position: relative;
	width: 40px;
	height: 17px;
}
#contentMenu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
}

#contentMenu .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#contentMenu .menu-trigger span:nth-of-type(2) {
	top: 7px;
}

#contentMenu .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#contentMenu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

#contentMenu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

#contentMenu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

.menuLock {
	overflow: hidden;
	height: inherit;
}

#modalMenuS {
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0px;
	left: 0px;
	animation-duration: 0.6s;
	overflow-y: auto;
	background: url(".../images/bg_modal.png") left top repeat;
	display: none;
}

.modal-content .close-modalMenu {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 64px;
	right: 30px;
	cursor: pointer;
}

.modal-content {
	max-width: 1180px;
	margin: 0 auto;
}

.modal-content li {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 32px;
	letter-spacing: .08em;
	text-align: center;
}

.modal-content li,
.modal-content li a {
	color: #646464;
}

.modal-content .contentMenu {
	margin: 64px 0 96px;
}

.modal-content .contentMenu li {
	margin-bottom: 42px;
}

.modal-content .contentMenu li span {
	margin-bottom: 1em;
	display: block;
}

.modal-content .contentMenu li ul {
	display: inline-block;
	background: url(".../images/de_menu.png") center bottom no-repeat;
}

.modal-content .contentMenu li ul li {
	width: 5em;
	margin: 0 0 1.8em 1em;
	font-size: 24px;
	display: inline-block;
	text-align: center;
}

.modal-content .contentMenu li ul li:first-child {
	margin-left: 0;
}

.modal-content .socialMenu {
	margin-bottom: 64px;
	text-align: center;
}

.modal-content .socialMenu li {
	margin: 0 1em;
	display: inline-block;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: .1;
		-webkit-transform: translate3d(0,-100%,0);
		transform:translate3d(0,-100%,0);
	}
	100% {
		opacity:.8;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: .1;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	100% {
		opacity:.8;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: .8;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.closeModal {
	width: 26px;
	height: 26px;
	margin-bottom: 48px;
	cursor: pointer;
	opacity: .8;
}

.detailModal .closeModal:hover {
	opacity: .6;
}

.detailModal { 
	width: 295px;
	height: 100%;
	position: absolute;
	top: 64px;
	background: #fff;
	overflow: hidden;
}

.detailModal span.bra {
	margin: 0 24px 8px 0;
	font-size: 18px;
}

.detailModal span.brj {
	margin: 0 24px 24px 0;
	font-size: 12px;
}

.detailModal span.text {
	margin: 0 24px 24px 0;
	font-size: 12px;
	line-height: 1.6;
}

.closeModal {
	width: 26px;
	height: 26px;
	margin-bottom: 48px;
	cursor: pointer;
	opacity: .8;
}

.detailModal .closeModal:hover {
	opacity: .6;
}

.detailModal span.bra {
	margin: 0 24px 8px 0;
	font-size: 18px;
}

.detailModal span.brj {
	margin: 0 24px 24px 0;
	font-size: 12px;
}

.detailModal span.text {
	margin: 0 24px 24px 0;
	font-size: 12px;
	line-height: 1.6;
}

.mt40 {
	margin-top: 40px;
}

footer {
	background: #f4f4f4;
}

/* ---------------------------------- footer ---------------------------------- */

#footer {
	/*display: none;*/
}

.content-footer {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 32px 0;
	background: #f4f4f4;
	position: relative;
	z-index: 999;
}

.content-footer #pageNav {
	/*min-width: 1180px;*/
	/*margin: 0 auto;*/
	/*position: absolute;*/
	position: fixed;
	left: 0;
	right: 24px;
	bottom: 40px;
	text-align: right;
}

.content-footer .footerMenu {
	margin: 0 auto;
	text-align: center;
}

.content-footer .footerMenu ul {
	margin-bottom: 34px;
}

.content-footer .footerMenu li {
	margin: 0 1em;
	display: inline-block;
}

.content-footer .footerMenu li i {
	font-size: 20px;
}

.content-footer .footerMenu .socialLink {
	margin-bottom: 40px;
	clear: both;
}

.content-footer .footerMenu .socialLink li {
	font-size: 32px;
	margin: 0 .4em;
	display: inline-block;
}

.content-footer .lanMenu {
	margin: 0 auto 32px;
	text-align: center;
}

.content-footer .lanMenu li {
	margin: 0 1em 1em;
	padding-bottom: 4px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	opacity: .4;
	display: inline-block;
	cursor: pointer;
}

.content-footer .lanMenu li.active {
	border-bottom: 2px solid #000;
	opacity: 1;
}

.content-footer .copyRight {
	clear: both;
	text-align: center;
	opacity: .38;
}

.cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cfx {
	display: inline-block;
}

* html .cfx {
	height: 1%;
}

.cfx {
	display: block;
}

.en {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing: .08em;
	color: #7B7B7B;
}

#body-home {
	/*display: none;*/
}
.center {
	text-align: center;
}
* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
ul { -webkit-padding-start: 0px; }

/*プルダウンメニュー用CSS*/
.pd_menu{
	text-align: right;
	margin:20px 10px 0px 10px;
}
.pd_menu select {

  /* styling */
  background-color: white;
  border: thin solid #2b246a;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.pd_menu select.shortmenu {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.pd_menu select.shortmenu:focus {
  background-image:
    linear-gradient(45deg, #9ed059 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #9ed059 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #9ed059;
  outline: 0;
}


/*ショップボタン用*/
.shop_btn {
	text-align: center;
	margin:40px auto;
}
.shop_btn a{
	padding:15px 20px;
	width:200px;
	border-radius: 15px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-size:1.6rem;
	background-color: #f39700;
}

/*フッター固定ボタン用*/
@media only screen and (max-width: 767px) {
.sp-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.sp-footer .sp-footer_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: white;
    background-color: #f39700;
    border-right: 2px solid white;
    box-sizing: border-box;
}
}