@charset "UTF-8";
/* ------------------------------------- */
/*  franework-custom
/* ------------------------------------- */
/* ------------------------------------- */
/*  bootstrup-custom
/* ------------------------------------- */
/*  pagination
/* ------------------------------------- */
/* line 7, scss/core/_bootstrap-custom.scss */
.pager {
  text-align: left;
  margin-left: 20px;
  margin-top: 30px;
}
/* line 11, scss/core/_bootstrap-custom.scss */
.pager .pagination {
  text-align: center;
  margin: 0 auto;
}
/* line 15, scss/core/_bootstrap-custom.scss */
.pager .pagination li a {
  margin: 0 1px 0 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  background: #B1AFB0;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 28, scss/core/_bootstrap-custom.scss */
.pager .pagination li.active a {
  background: #414141;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4) inset;
}
@media screen and (max-width: 768px) {
  /* line 36, scss/core/_bootstrap-custom.scss */
  .pager {
    text-align: center;
  }
}

/* ------------------------------------- */
/*  core
/* ------------------------------------- */
/* ------------------------------------- */
/* setting
/* ------------------------------------- */
/*  media query
/* ------------------------------------- */
/*  extend
/* ------------------------------------- */
/* line 13, scss/core/_setting.scss */
.responsiveimage {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1200px) {
  /* line 18, scss/core/_setting.scss */
  .none-lg {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  /* line 23, scss/core/_setting.scss */
  .none-md {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 28, scss/core/_setting.scss */
  .none-sm {
    display: none;
  }
}

/* ------------------------------------- */
/*  base
/* ------------------------------------- */
/* line 7, scss/core/_base.scss */
a {
  color: #000;
  text-decoration: none;
}
/* line 10, scss/core/_base.scss */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 13, scss/core/_base.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 19, scss/core/_base.scss */
.page-heading {
  background: #F2F2F2;
  border-bottom: 1px solid #CFCFCF;
  font-weight: normal;
  padding: 10px 20px;
  font-size: 25px;
  margin: 0;
  margin-bottom: 30px;
}
/* line 27, scss/core/_base.scss */
.page-heading span {
  float: right;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 32px;
}

/* line 34, scss/core/_base.scss */
.h2-heading {
  font-size: 21px;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 24px;
  //height: 24px;
  background: url(../images/h2-heading-circle.png) left center no-repeat;
}
/* line 41, scss/core/_base.scss */
.h2-heading i {
  display: none;
}

/* line 45, scss/core/_base.scss */
.h3-heading {
  font-size: 18px;
  margin-bottom: 30px;
  border-left: 10px solid #B3B3B3;
  padding: 2px 0 2px 7px;
  border-bottom: 1px solid #B3B3B3;
  margin: 30px 0;
}

/* ------------------------------------- */
/*  layout
/* ------------------------------------- */
/*  layout-header
/* ------------------------------------- */
/* line 7, scss/core/_layout.scss */
.layout-header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 125px;
  border-bottom: 1px solid #D8D8D8;
  /* container
  /* --------------------------------- */
  /* logo
  /* --------------------------------- */
  /* globalnav
  /* --------------------------------- */
  /* infonav
  /* --------------------------------- */
}
@media screen and (max-width: 768px) {
  /* line 7, scss/core/_layout.scss */
  .layout-header {
    background: #fff;
    position: relative;
  }
}
/* line 21, scss/core/_layout.scss */
.layout-header .container {
  position: relative;
}
/* line 27, scss/core/_layout.scss */
.layout-header .logo {
  margin: 0;
  padding: 35px 0;
  text-align: center;
}
/* line 35, scss/core/_layout.scss */
.layout-header .globalnav {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  /* line 35, scss/core/_layout.scss */
  .layout-header .globalnav {
    display: none;
  }
}
/* line 43, scss/core/_layout.scss */
.layout-header .globalnav ul {
  margin: 0;
  padding: 0;
}
/* line 46, scss/core/_layout.scss */
.layout-header .globalnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 47, scss/core/_layout.scss */
.layout-header .globalnav ul li.gnav-onlineshop img {
  width: 151px;
  height: auto;
}
/* line 48, scss/core/_layout.scss */
.layout-header .globalnav ul li.gnav-dogwear img {
  width: 120px;
  height: auto;
}
/* line 49, scss/core/_layout.scss */
.layout-header .globalnav ul li.gnav-support img {
  width: 43px;
  height: auto;
}
/* line 50, scss/core/_layout.scss */
.layout-header .globalnav ul li.gnav-magazine img {
  width: 146px;
  height: auto;
}
/* line 55, scss/core/_layout.scss */
.layout-header .globalnav ul li img {
  width: 100%;
  height: auto;
}
/* line 59, scss/core/_layout.scss */
.layout-header .globalnav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 45px;
}
@media screen and (max-width: 992px) {
  /* line 59, scss/core/_layout.scss */
  .layout-header .globalnav ul li a {
    margin-right: 15px;
  }
  /* line 64, scss/core/_layout.scss */
  .layout-header .globalnav ul li a img {
    width: 100%;
    height: auto;
  }
}
/* line 76, scss/core/_layout.scss */
.layout-header .infonav {
  background: #414243;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  font-weight: bold;
}
/* line 83, scss/core/_layout.scss */
.layout-header .infonav ul {
  margin: 0;
  padding: 0;
  padding: 8px 0;
}
/* line 87, scss/core/_layout.scss */
.layout-header .infonav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 92, scss/core/_layout.scss */
.layout-header .infonav ul li a {
  font-size: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding: 3px 2em;
  border-right: 1px solid #fff;
}
/* line 98, scss/core/_layout.scss */
.layout-header .infonav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 104, scss/core/_layout.scss */
.layout-header .infonav ul li:last-child a {
  border: 0;
}
@media screen and (max-width: 768px) {
  /* line 111, scss/core/_layout.scss */
  .layout-header .infonav {
    display: none;
  }
}

/* ------------------------------------- */
/* globalnav-sp
/* ------------------------------------- */
/* line 125, scss/core/_layout.scss */
.globalnav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 125, scss/core/_layout.scss */
  .globalnav-sp {
    display: block;
  }
}
/* line 130, scss/core/_layout.scss */
.globalnav-sp .navbar {
  margin: 0 !important;
  background: #fff;
  border: 0;
}
/* line 134, scss/core/_layout.scss */
.globalnav-sp .navbar button {
  border: 0;
  margin-right: 20px;
}
/* line 137, scss/core/_layout.scss */
.globalnav-sp .navbar button:hover {
  background: #E6E6E6 !important;
}
/* line 141, scss/core/_layout.scss */
.globalnav-sp .navbar span {
  background: #000 !important;
}
/* line 145, scss/core/_layout.scss */
.globalnav-sp #globalnav-sp {
  border: 0;
  margin-bottom: 15px;
}
/* line 149, scss/core/_layout.scss */
.globalnav-sp #globalnav-sp .navbar-nav li {
  border-top: 1px solid #E6E6E6;
}
/* line 151, scss/core/_layout.scss */
.globalnav-sp #globalnav-sp .navbar-nav li a {
  color: #000;
}
/* line 153, scss/core/_layout.scss */
.globalnav-sp #globalnav-sp .navbar-nav li a:hover {
  color: #000;
}

/*  layout-contents
/* ------------------------------------- */
/* line 168, scss/core/_layout.scss */
.layout-contents {
  padding-top: 180px;
  padding-bottom: 60px;
  margin-bottom: 120px;
  /* contents-main
  /* --------------------------------- */
  /* contents-left
  /* --------------------------------- */
  /* contents-right
  /* --------------------------------- */
}
@media screen and (max-width: 768px) {
  /* line 168, scss/core/_layout.scss */
  .layout-contents {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* line 179, scss/core/_layout.scss */
  .layout-contents .contents-main {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  /* line 187, scss/core/_layout.scss */
  .layout-contents .contents-left {
    margin-bottom: 0;
  }
}
/* line 192, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu .sidemenu-heading {
  background: #B4B4B4;
  margin: 0;
}
/* line 195, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu .sidemenu-heading img {
  width: 100%;
  height: auto;
}
/* line 200, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul {
  margin: 0;
  padding: 0;
}
/* line 203, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 208, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
}
/* line 212, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul li a img {
  width: 100%;
  height: auto;
}
/* line 219, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul ul a {
  margin-left: 30px;
  border-bottom: 3px solid #fff;
  background: #F2F2F2;
  padding: 10px 20px;
}
/* line 224, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul ul a:hover {
  background: #D8D8D8;
  text-decoration: none;
}
/* line 228, scss/core/_layout.scss */
.layout-contents .contents-left .sidemenu ul ul a.active {
  background: #D8D8D8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /* line 240, scss/core/_layout.scss */
  .layout-contents .contents-right {
    margin-bottom: 60px;
  }
}

/*  layout-footer
/* ------------------------------------- */
/* line 253, scss/core/_layout.scss */
.layout-footer {
  background: #E6E6E6;
  /* footernav
  /* --------------------------------- */
  /* copyright
  /* --------------------------------- */
}
/* line 257, scss/core/_layout.scss */
.layout-footer .footernav {
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  /* line 261, scss/core/_layout.scss */
  .layout-footer .footernav dl:nth-child(2) {
    margin-bottom: 0;
  }
}
/* line 265, scss/core/_layout.scss */
.layout-footer .footernav dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  /* line 268, scss/core/_layout.scss */
  .layout-footer .footernav dl dt.none {
    display: none;
  }
}
/* line 274, scss/core/_layout.scss */
.layout-footer .footernav dl dd {
  margin: 0 0 5px;
  padding: 0;
}
/* line 277, scss/core/_layout.scss */
.layout-footer .footernav dl dd ul {
  margin: 0;
  padding: 0;
}
/* line 280, scss/core/_layout.scss */
.layout-footer .footernav dl dd ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 284, scss/core/_layout.scss */
.layout-footer .footernav dl dd ul li a {
  color: #666666;
}
/* line 286, scss/core/_layout.scss */
.layout-footer .footernav dl dd ul li a:hover {
  color: #666666;
}
/* line 297, scss/core/_layout.scss */
.layout-footer .copyright {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #CCCCCC;
  margin-top: 40px;
}

/* ------------------------------------- */
/*  module
/* ------------------------------------- */
/* totop
/* ------------------------------------- */
/* line 7, scss/core/_module.scss */
.pagetop {
  text-align: right;
  background: #E6E6E6;
}
/* line 10, scss/core/_module.scss */
.pagetop a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding: 0 10px 30px;
  margin-top: -35px;
  background: #E6E6E6;
  font-size: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 18, scss/core/_module.scss */
.pagetop a:hover {
  color: #fff;
}

/* gallery-list
/* ------------------------------------- */
/* line 30, scss/core/_module.scss */
.gallery-list {
  margin-bottom: 20px;
}
/* line 33, scss/core/_module.scss */
.gallery-list .item dl {
  border: 1px solid #D8D8D8;
  margin: 0 0 20px;
}
/* line 36, scss/core/_module.scss */
.gallery-list .item dl dt {
  font-weight: normal;
}
/* line 38, scss/core/_module.scss */
.gallery-list .item dl dt a {
  color: #000;
}
/* line 40, scss/core/_module.scss */
.gallery-list .item dl dt a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 45, scss/core/_module.scss */
.gallery-list .item dl dt a span {
  display: block;
  padding: 10px;
}
/* line 49, scss/core/_module.scss */
.gallery-list .item dl dt a:hover {
  color: #000;
  text-decoration: none;
}
/* line 55, scss/core/_module.scss */
.gallery-list .item dl dd {
  border: 1px solid #D0D0D0;
  border-width: 1px 0 0;
  padding: 10px;
  margin: 0 10px;
}
/* line 60, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon {
  text-align: right;
  margin: 10px 10px 0;
}
/* line 63, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span {
  font-weight: bold;
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 67, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span.comment {
  color: #B9B7B4;
}
/* line 70, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span.love {
  color: #FF3D3E;
}
/* line 78, scss/core/_module.scss */
.gallery-list .lightbox {
  display: none;
}
/* line 80, scss/core/_module.scss */
.gallery-list .lightbox #colorbox {
  padding: 20px;
  background: #cee;
}

/* gallery-list
/* ------------------------------------- */
/* line 92, scss/core/_module.scss */
.gallery-list {
  margin-bottom: 20px;
}
/* line 95, scss/core/_module.scss */
.gallery-list .item dl {
  border: 1px solid #D8D8D8;
  margin: 0 0 20px;
}
/* line 98, scss/core/_module.scss */
.gallery-list .item dl dt {
  font-weight: normal;
  color: #000;
}
/* line 101, scss/core/_module.scss */
.gallery-list .item dl dt img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 106, scss/core/_module.scss */
.gallery-list .item dl dt span {
  display: block;
  padding: 10px;
}
/* line 110, scss/core/_module.scss */
.gallery-list .item dl dt:hover {
  color: #000;
  text-decoration: none;
}
/* line 115, scss/core/_module.scss */
.gallery-list .item dl dd {
  border: 1px solid #D0D0D0;
  border-width: 1px 0 0;
  padding: 10px;
  margin: 0 10px;
}
/* line 120, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon {
  text-align: right;
  margin: 10px 10px 0;
}
/* line 123, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span {
  font-weight: bold;
  margin-left: 5px;
}
/* line 126, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span.comment {
  color: #B9B7B4;
}
/* line 129, scss/core/_module.scss */
.gallery-list .item dl dd.responseicon span.love {
  color: #FF3D3E;
}
/* line 137, scss/core/_module.scss */
.gallery-list .gallery-list-modal {
  display: none;
}
/* line 141, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content {
  padding: 40px 40px 10px;
}
/* line 143, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .photo {
  text-align: center;
}
/* line 145, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .photo img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 145, scss/core/_module.scss */
  .gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .photo img {
    width: 100%;
    height: auto;
  }
}
/* line 154, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .responseicon {
  text-align: right;
  margin: 10px;
}
/* line 157, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .responseicon span {
  font-weight: bold;
  margin-left: 5px;
}
/* line 160, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .responseicon span.comment {
  color: #B9B7B4;
}
/* line 163, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .responseicon span.love {
  color: #FF3D3E;
}
/* line 168, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .text {
  border: 1px solid #DADADA;
  border-width: 2px 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* line 173, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .text .h2-heading {
  font-size: 21px;
  line-height: 1.4;
  margin: 30px 0 20px;
}
/* line 178, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .text dd {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 186, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .todetails {
  margin: 5px 0 20px;
  text-align: right;
}
/* line 192, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .logo {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
/* line 197, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .logo img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  width: 150px;
  height: auto;
}
/* line 203, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .copyright {
  text-align: center;
  font-size: 12px;
}
/* line 207, scss/core/_module.scss */
.gallery-list .gallery-list-modal .modal-dialog .modal-content .gallery-list-modal-content .modalclose {
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

/* snslist
/* ------------------------------------- */
/* line 225, scss/core/_module.scss */
.snslist {
  margin-bottom: 30px;
}
/* line 227, scss/core/_module.scss */
.snslist ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
/* line 231, scss/core/_module.scss */
.snslist ul li {
  margin: 0;
  padding: 0;
  list-style: 0;
  display: inline;
}
/* line 236, scss/core/_module.scss */
.snslist ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
/* line 239, scss/core/_module.scss */
.snslist ul li a img {
  width: 40px;
  height: 40px;
}

/* searchbox
/* ------------------------------------- */
/* line 254, scss/core/_module.scss */
.searchbox {
  text-align: left;
  margin-bottom: 30px;
}
/* line 257, scss/core/_module.scss */
.searchbox .item {
  display: inline-block;
  margin-right: 10px;
}
/* line 260, scss/core/_module.scss */
.searchbox .item select {
  font-size: 20px;
}

/* followlist
/* ------------------------------------- */
/* line 272, scss/core/_module.scss */
.followlist {
  border: 1px solid #B3B3B3;
  border-width: 1px 0;
  padding: 30px 0;
  text-align: center;
}
/* line 277, scss/core/_module.scss */
.followlist .followlist-heading {
  margin: 0 0 30px;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
}
/* line 283, scss/core/_module.scss */
.followlist ul {
  margin: 0;
  padding: 0;
}
/* line 286, scss/core/_module.scss */
.followlist ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 291, scss/core/_module.scss */
.followlist ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 23%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
  padding: 3px 0;
}
/* line 299, scss/core/_module.scss */
.followlist ul li a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 303, scss/core/_module.scss */
.followlist ul li a.facebook {
  background: #3A56A0;
}
/* line 304, scss/core/_module.scss */
.followlist ul li a.twitter {
  background: #20A6E4;
}
/* line 305, scss/core/_module.scss */
.followlist ul li a.instagram {
  background: #0C558A;
}

/* contentsright-ranking
/* ------------------------------------- */
/* line 316, scss/core/_module.scss */
.contentsright-ranking {
  margin-bottom: 30px;
}
/* line 318, scss/core/_module.scss */
.contentsright-ranking .contentsright-ranking-heading {
  background: #B3B3B3;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 15px 0;
  text-align: center;
}
/* line 327, scss/core/_module.scss */
.contentsright-ranking ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 331, scss/core/_module.scss */
.contentsright-ranking ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 335, scss/core/_module.scss */
.contentsright-ranking ul li a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
/* line 339, scss/core/_module.scss */
.contentsright-ranking ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/* line 345, scss/core/_module.scss */
.contentsright-ranking ul li a span {
  display: block;
}
/* line 348, scss/core/_module.scss */
.contentsright-ranking ul li a:hover {
  text-decoration: none;
  color: #000;
}

/* contentsright-recommend
/* ------------------------------------- */
/* line 363, scss/core/_module.scss */
.contentsright-recommend {
  margin-bottom: 30px;
}
/* line 365, scss/core/_module.scss */
.contentsright-recommend .contentsright-recommend-heading {
  background: #B3B3B3;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  line-height: 1.4;
}
/* line 375, scss/core/_module.scss */
.contentsright-recommend ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 379, scss/core/_module.scss */
.contentsright-recommend ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 383, scss/core/_module.scss */
.contentsright-recommend ul li a {
  color: #000;
  display: block;
  margin-bottom: 10px;
}
/* line 387, scss/core/_module.scss */
.contentsright-recommend ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/* line 392, scss/core/_module.scss */
.contentsright-recommend ul li a:hover {
  text-decoration: none;
  color: #000;
}

/* text-photo
/* ------------------------------------- */
/* line 408, scss/core/_module.scss */
.photo.full {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
/* line 413, scss/core/_module.scss */
.photo.left {
  float: left;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  /* line 413, scss/core/_module.scss */
  .photo.left {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}
/* line 423, scss/core/_module.scss */
.photo.right {
  float: right;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  /* line 423, scss/core/_module.scss */
  .photo.right {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}

/* ------------------------------------- */
/*  home
/* ------------------------------------- */
/* line 4, scss/core/_page.scss */
body.home {
  /* catch-carousel
  /* --------------------------------- */
  /* contentsbanner
  /* --------------------------------- */
  /* socialbox
  /* --------------------------------- */
}
/* line 5, scss/core/_page.scss */
body.home .layout-contents {
  padding-top: 0;
}
/* line 11, scss/core/_page.scss */
body.home .catch-carousel {
  margin-bottom: 40px;
}
/* line 14, scss/core/_page.scss */
body.home .catch-carousel .carousel-inner img {
  width: 100%;
  height: auto;
}
/* line 19, scss/core/_page.scss */
body.home .catch-carousel .carousel-indicators {
  top: auto;
  bottom: -40px;
}
/* line 22, scss/core/_page.scss */
body.home .catch-carousel .carousel-indicators li {
  background: #9097A7;
  border: 0;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
/* line 28, scss/core/_page.scss */
body.home .catch-carousel .carousel-indicators li.active {
  background: #47526D;
  border: 0;
}
/* line 35, scss/core/_page.scss */
body.home .catch-carousel .carousel-control img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  /* line 35, scss/core/_page.scss */
  body.home .catch-carousel .carousel-control img {
    margin-top: -15px;
  }
}
/* line 45, scss/core/_page.scss */
body.home .catch-carousel .carousel-control.left img {
  left: 30px;
}
/* line 50, scss/core/_page.scss */
body.home .catch-carousel .carousel-control.right img {
  right: 30px;
}
/* line 59, scss/core/_page.scss */
body.home .contentsbanner {
  background: #f2f2f2;
  margin-bottom: 40px;
}
/* line 62, scss/core/_page.scss */
body.home .contentsbanner .items {
  padding: 0 15px;
}
/* line 64, scss/core/_page.scss */
body.home .contentsbanner .items .item {
  padding: 0;
}
/* line 66, scss/core/_page.scss */
body.home .contentsbanner .items .item img {
  width: 100%;
  height: auto;
}
/* line 76, scss/core/_page.scss */
body.home .socialbox {
  border-top: 1px solid #CCCCCC;
  padding-top: 60px;
  text-align: center;
}
/* line 80, scss/core/_page.scss */
body.home .socialbox img {
  width: 100%;
  height: auto;
}

/* ------------------------------------- */
/*  gallery
/* ------------------------------------- */
/* line 94, scss/core/_page.scss */
body.gallery {
  /* gallery-details
  /* --------------------------------- */
}
/* line 97, scss/core/_page.scss */
body.gallery .gallery-details {
  margin-bottom: 60px;
}
/* line 99, scss/core/_page.scss */
body.gallery .gallery-details .photo {
  text-align: center;
  margin-bottom: 60px;
}
/* line 102, scss/core/_page.scss */
body.gallery .gallery-details .photo img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 102, scss/core/_page.scss */
  body.gallery .gallery-details .photo img {
    width: 100%;
  }
}
/* line 110, scss/core/_page.scss */
body.gallery .gallery-details .text {
  border-top: 1px solid #C0C0C0;
  padding: 0 120px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 110, scss/core/_page.scss */
  body.gallery .gallery-details .text {
    padding: 0;
  }
}
/* line 117, scss/core/_page.scss */
body.gallery .gallery-details .text .h2-heading {
  margin: 30px 0 20px;
}
/* line 120, scss/core/_page.scss */
body.gallery .gallery-details .text p {
  margin-left: 10px;
  margin-bottom: 20px;
}
/* line 125, scss/core/_page.scss */
body.gallery .gallery-details .responseicon {
  margin: 10px 0 20px;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 20px;
  text-align: right;
}
/* line 130, scss/core/_page.scss */
body.gallery .gallery-details .responseicon span {
  border: 0;
  font-weight: bold;
  margin-left: 5px;
}
/* line 134, scss/core/_page.scss */
body.gallery .gallery-details .responseicon span.comment {
  color: #B9B7B4;
}
/* line 137, scss/core/_page.scss */
body.gallery .gallery-details .responseicon span.love {
  color: #FF3D3E;
}
/* line 142, scss/core/_page.scss */
body.gallery .gallery-details .commentlist {
  padding: 60px 100px 0;
  border-top: 1px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  /* line 142, scss/core/_page.scss */
  body.gallery .gallery-details .commentlist {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 149, scss/core/_page.scss */
body.gallery .gallery-details .commentlist .writing {
  margin-bottom: 60px;
}
/* line 151, scss/core/_page.scss */
body.gallery .gallery-details .commentlist .writing input[type="text"] {
  padding: 20px;
  width: 100%;
  font-size: 21px;
  border: 1px solid #B7B7B7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 159, scss/core/_page.scss */
body.gallery .gallery-details .commentlist ul {
  margin: 0 0 0 20px;
  padding: 0;
}
/* line 162, scss/core/_page.scss */
body.gallery .gallery-details .commentlist ul li {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #B7B7B7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* ------------------------------------- */
/*  shop
/* ------------------------------------- */
/* line 183, scss/core/_page.scss */
body.shop {
  /* area-nav
  /* --------------------------------- */
  /* shop-list
  /* --------------------------------- */
  /* toareanav
  /* --------------------------------- */
}
/* line 186, scss/core/_page.scss */
body.shop .area-nav {
  text-align: left;
}
@media screen and (max-width: 992px) {
  /* line 186, scss/core/_page.scss */
  body.shop .area-nav {
    text-align: left;
  }
}
/* line 191, scss/core/_page.scss */
body.shop .area-nav ul {
  margin: 0;
  padding: 0;
}
/* line 194, scss/core/_page.scss */
body.shop .area-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 199, scss/core/_page.scss */
body.shop .area-nav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 12%;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 5px;
  background: #F2F2F2;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 992px) {
  /* line 199, scss/core/_page.scss */
  body.shop .area-nav ul li a {
    width: auto;
  }
}
/* line 211, scss/core/_page.scss */
body.shop .area-nav ul li a:hover {
  background: #B3B3B3;
  text-decoration: none;
}
/* line 223, scss/core/_page.scss */
body.shop .shop-list .area {
  margin-bottom: 30px;
}
/* line 225, scss/core/_page.scss */
body.shop .shop-list .area .item {
  margin-bottom: 10px;
  margin-left: 0;
  border-left: 10px solid #B3B3B3;
}
/* line 229, scss/core/_page.scss */
body.shop .shop-list .area .item .name {
  font-weight: normal;
  padding-left: 5px;
}
/* line 243, scss/core/_page.scss */
body.shop .toareanav {
  text-align: right;
  margin: 20px 0;
}
/* line 246, scss/core/_page.scss */
body.shop .toareanav a {
  cursor: pointer;
}
/* line 248, scss/core/_page.scss */
body.shop .toareanav a i {
  color: #B3B3B3;
}

/* ------------------------------------- */
/*  support
/* ------------------------------------- */
/* line 262, scss/core/_page.scss */
body.support {
  /* contents-nav
  /* --------------------------------- */
  /* item
  /* --------------------------------- */
}
/* line 265, scss/core/_page.scss */
body.support .contents-nav {
  text-align: left;
}
@media screen and (max-width: 992px) {
  /* line 265, scss/core/_page.scss */
  body.support .contents-nav {
    text-align: left;
  }
}
/* line 270, scss/core/_page.scss */
body.support .contents-nav ul {
  margin: 0;
  padding: 0;
}
/* line 273, scss/core/_page.scss */
body.support .contents-nav ul li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline;
  text-align: center;
}
/* line 279, scss/core/_page.scss */
body.support .contents-nav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 5px;
  background: #F2F2F2;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  /* line 279, scss/core/_page.scss */
  body.support .contents-nav ul li a {
    width: auto;
  }
}
/* line 289, scss/core/_page.scss */
body.support .contents-nav ul li a:hover {
  background: #B3B3B3;
  text-decoration: none;
}
/* line 300, scss/core/_page.scss */
body.support .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #CECECE;
}
/* line 303, scss/core/_page.scss */
body.support .item:last-child {
  border: 0;
}
/* line 306, scss/core/_page.scss */
body.support .item .h2-heading {
  margin-bottom: -10px;
}
/* line 309, scss/core/_page.scss */
body.support .item .h3-heading {
  border-bottom: 0;
  margin-bottom: 10px;
  margin-top: 30px;
}
/* line 314, scss/core/_page.scss */
body.support .item .h4-heading {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 30px;
}
/* line 320, scss/core/_page.scss */
body.support .item .note {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
/* line 324, scss/core/_page.scss */
body.support .item .note:before {
  content: "※";
  padding-right: 3px;
}
/* line 329, scss/core/_page.scss */
body.support .item img {
  width: 100%;
  height: auto;
}
/* line 335, scss/core/_page.scss */
body.support .item#care .strong {
  margin: 0 0 20px;
  font-weight: bold;
}
/* line 338, scss/core/_page.scss */
body.support .item#care .strong:before {
  content: "●";
  padding-right: 3px;
}
/* line 343, scss/core/_page.scss */
body.support .item#care ul {
  margin: 0 0 20px;
  padding: 0;
}
/* line 346, scss/core/_page.scss */
body.support .item#care ul li {
  margin-left: 1.5em;
}
/* line 350, scss/core/_page.scss */
body.support .item#care .support-contact {
  border: 3px solid #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 30px 0;
}
/* line 358, scss/core/_page.scss */
body.support .item#size table {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 361, scss/core/_page.scss */
body.support .item#size table th, body.support .item#size table td {
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid #565656;
}
/* line 366, scss/core/_page.scss */
body.support .item#size table th {
  white-space: nowrap;
}
/* line 369, scss/core/_page.scss */
body.support .item#size table thead {
  background: #A5A5A5;
}
/* line 373, scss/core/_page.scss */
body.support .item#size table tbody th {
  font-weight: normal;
}
/* line 378, scss/core/_page.scss */
body.support .item#size ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
}
/* line 382, scss/core/_page.scss */
body.support .item#size ul li {
  margin-left: 1.5em;
}
/* line 384, scss/core/_page.scss */
body.support .item#size ul li.caution {
  font-weight: bold;
  color: #A52D23;
}
/* line 393, scss/core/_page.scss */
body.support .item#measure .h2-heading {
  margin-bottom: 20px;
}
/* line 396, scss/core/_page.scss */
body.support .item#measure .method {
  margin-bottom: 60px;
}
/* line 398, scss/core/_page.scss */
body.support .item#measure .method img {
  width: 100%;
  height: auto;
}
/* line 403, scss/core/_page.scss */
body.support .item#measure .originalmasure {
  text-align: right;
  margin-bottom: 10px;
}
/* line 406, scss/core/_page.scss */
body.support .item#measure .originalmasure img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 406, scss/core/_page.scss */
  body.support .item#measure .originalmasure img {
    width: 100%;
  }
}

/* ------------------------------------- */
/*  report
/* ------------------------------------- */
/* line 425, scss/core/_page.scss */
body.report {
  /* report-list
  /* --------------------------------- */
  /* report-details
  /* --------------------------------- */
}
/* line 428, scss/core/_page.scss */
body.report .report-list {
  margin-bottom: 60px;
}
/* line 430, scss/core/_page.scss */
body.report .report-list .item {
  margin-bottom: 20px;
}
/* line 433, scss/core/_page.scss */
body.report .report-list .item .photo img {
  width: 100%;
  height: auto;
}
/* line 439, scss/core/_page.scss */
body.report .report-list .item dl dt {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
}
/* line 444, scss/core/_page.scss */
body.report .report-list .item dl dd {
  margin: 0;
  padding: 0;
}
/* line 454, scss/core/_page.scss */
body.report .report-details {
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
  /* page-heading
  /* --------------------------------- */
}
/* line 460, scss/core/_page.scss */
body.report .report-details .page-heading {
  margin: 0 0 30px;
  padding: 0;
  background: 0;
  border: 0;
}
/* line 465, scss/core/_page.scss */
body.report .report-details .page-heading img {
  width: 100%;
  height: auto;
}

/* ------------------------------------- */
/*  news
/* ------------------------------------- */
/* line 480, scss/core/_page.scss */
body.news {
  /* news-list
  /* --------------------------------- */
}
/* line 484, scss/core/_page.scss */
body.news .news-list table {
  width: 100%;
}
/* line 486, scss/core/_page.scss */
body.news .news-list table th {
  background: #F2F2F2;
  width: 10%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
/* line 495, scss/core/_page.scss */
body.news .news-list table td {
  padding: 10px 20px;
  border: 1px solid #F2F2F2;
  border-width: 4px 0;
}
/* line 499, scss/core/_page.scss */
body.news .news-list table td i {
  color: #EC252D;
}

/* ------------------------------------- */
/*  event
/* ------------------------------------- */
/* line 515, scss/core/_page.scss */
body.event {
  /* event-list
  /* --------------------------------- */
}
/* line 519, scss/core/_page.scss */
body.event .event-list table {
  width: 100%;
}
/* line 521, scss/core/_page.scss */
body.event .event-list table th {
  background: #F2F2F2;
  width: 10%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
/* line 530, scss/core/_page.scss */
body.event .event-list table td {
  padding: 10px 20px;
  border: 1px solid #F2F2F2;
  border-width: 4px 0;
}

/* ------------------------------------- */
/*  contact
/* ------------------------------------- */
/* line 546, scss/core/_page.scss */
body.contact {
  /* contactnav
  /* --------------------------------- */
  /* contact-form
  /* --------------------------------- */
}
/* line 549, scss/core/_page.scss */
body.contact .contactnav {
  margin-bottom: 30px;
}
/* line 551, scss/core/_page.scss */
body.contact .contactnav ul {
  margin: 0;
  padding: 0;
}
/* line 554, scss/core/_page.scss */
body.contact .contactnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
/* line 559, scss/core/_page.scss */
body.contact .contactnav ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 20%;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  background: #F2F2F2;
}
/* line 566, scss/core/_page.scss */
body.contact .contactnav ul li a.active {
  background: #B3B3B3;
}
/* line 569, scss/core/_page.scss */
body.contact .contactnav ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 581, scss/core/_page.scss */
body.contact .contact-form table {
  width: 100%;
  margin: 30px 0;
}
/* line 584, scss/core/_page.scss */
body.contact .contact-form table th {
  background: #F2F2F2;
  width: 30%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 2px 0;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
}
/* line 594, scss/core/_page.scss */
body.contact .contact-form table td {
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-width: 2px 0;
}
/* line 598, scss/core/_page.scss */
body.contact .contact-form table td label {
  font-weight: normal;
}
/* line 601, scss/core/_page.scss */
body.contact .contact-form table td input[type="text"] {
  width: 100%;
  border: 1px solid #D2D2D2;
  padding: 5px;
}
/* line 605, scss/core/_page.scss */
body.contact .contact-form table td input[type="text"].size-half {
  width: 50%;
}
/* line 609, scss/core/_page.scss */
body.contact .contact-form table td input[type="radio"] {
  margin-right: 5px;
}
/* line 612, scss/core/_page.scss */
body.contact .contact-form table td textarea {
  width: 100%;
  height: 10em;
}
/* line 619, scss/core/_page.scss */
body.contact .policymemo {
  margin: 0 0 30px;
  padding: 0;
  border: 2px solid #5F5F5F;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
}
/* line 626, scss/core/_page.scss */
body.contact .policymemo dt {
  margin: 0 0 5px;
  padding: 0;
}
/* line 630, scss/core/_page.scss */
body.contact .policymemo dd {
  margin: 0;
  padding: 0;
}
/* line 635, scss/core/_page.scss */
body.contact .action {
  text-align: center;
}
/* line 637, scss/core/_page.scss */
body.contact .action button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 0;
  background: #B3B3B3;
  width: 20%;
  padding: 5px 0;
  margin: 0 5px;
  text-align: center;
}
/* line 645, scss/core/_page.scss */
body.contact .action button.reset {
  background: #F2F2F2;
}
/* line 648, scss/core/_page.scss */
body.contact .action button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* ------------------------------------- */
/*  link
/* ------------------------------------- */
/* line 662, scss/core/_page.scss */
body.link {
  /* link-list
  /* --------------------------------- */
}
/* line 665, scss/core/_page.scss */
body.link .link-list {
  margin-bottom: 60px;
}
/* line 667, scss/core/_page.scss */
body.link .link-list .item {
  margin-bottom: 20px;
}
/* line 670, scss/core/_page.scss */
body.link .link-list .item .photo img {
  width: 100%;
  height: auto;
}
/* line 676, scss/core/_page.scss */
body.link .link-list .item dl dt {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
}
/* line 681, scss/core/_page.scss */
body.link .link-list .item dl dd {
  margin: 0;
  padding: 0;
}

/* ------------------------------------- */
/*  brand
/* ------------------------------------- */
/* line 697, scss/core/_page.scss */
body.brand {
  /* story
  /* --------------------------------- */
  /* concept
  /* --------------------------------- */
  /* particular
  /* --------------------------------- */
}
/* line 698, scss/core/_page.scss */
body.brand .h3-heading {
  font-weight: bold;
  padding: 0;
  margin: 30px 0 10px;
  border: 0;
}
/* line 707, scss/core/_page.scss */
body.brand .story {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  /* line 707, scss/core/_page.scss */
  body.brand .story {
    padding-bottom: 30px;
  }
}
/* line 714, scss/core/_page.scss */
body.brand .story .photo {
  width: 40%;
}
@media screen and (max-width: 768px) {
  /* line 714, scss/core/_page.scss */
  body.brand .story .photo {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
  }
}
/* line 726, scss/core/_page.scss */
body.brand .concept {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
/* line 731, scss/core/_page.scss */
body.brand .concept .photo {
  width: 40%;
}
@media screen and (max-width: 768px) {
  /* line 731, scss/core/_page.scss */
  body.brand .concept .photo {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
  }
}

/* ------------------------------------- */
/*  company
/* ------------------------------------- */
/* line 754, scss/core/_page.scss */
body.company {
  /* companydata
  /* --------------------------------- */
  /* history
  /* --------------------------------- */
  /* recruit
  /* --------------------------------- */
}
/* line 755, scss/core/_page.scss */
body.company .h2-heading {
  margin: 30px 0;
}
/* line 758, scss/core/_page.scss */
body.company .h3-heading {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  font-weight: bold;
}
/* line 764, scss/core/_page.scss */
body.company .h4-heading {
  border-left: 10px solid #B3B3B3;
  padding: 0 0 0 5px;
  margin: 20px 0 10px;
  font-size: 18px;
}
/* line 774, scss/core/_page.scss */
body.company .companydata table {
  width: 100%;
}
/* line 776, scss/core/_page.scss */
body.company .companydata table th {
  background: #F2F2F2;
  width: 30%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
/* line 785, scss/core/_page.scss */
body.company .companydata table td {
  padding: 10px 20px;
  border: 1px solid #F2F2F2;
  border-width: 4px 0;
}
/* line 796, scss/core/_page.scss */
body.company .history table {
  width: 100%;
}
/* line 798, scss/core/_page.scss */
body.company .history table th {
  background: #F2F2F2;
  width: 30%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
/* line 807, scss/core/_page.scss */
body.company .history table td {
  padding: 10px 20px;
  border: 1px solid #F2F2F2;
  border-width: 4px 0;
}
/* line 817, scss/core/_page.scss */
body.company .recruit-treatment-photo {
  float: right;
  width: 40%;
}
@media screen and (max-width: 768px) {
  /* line 817, scss/core/_page.scss */
  body.company .recruit-treatment-photo {
    display: none;
  }
}
/* line 825, scss/core/_page.scss */
body.company .recruit table {
  width: 60%;
}
@media screen and (max-width: 768px) {
  /* line 825, scss/core/_page.scss */
  body.company .recruit table {
    width: 100%;
  }
}
/* line 832, scss/core/_page.scss */
body.company .recruit table tr:first-child th {
  font-weight: bold;
}
/* line 836, scss/core/_page.scss */
body.company .recruit table tr th {
  background: #F2F2F2;
  width: 30%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-width: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
/* line 845, scss/core/_page.scss */
body.company .recruit table tr td {
  padding: 10px 20px;
  border: 1px solid #F2F2F2;
  border-width: 4px 0;
}
/* line 851, scss/core/_page.scss */
body.company .recruit table.selection {
  border-top: 2px solid #999999;
}
/* line 853, scss/core/_page.scss */
body.company .recruit table.selection th, body.company .recruit table.selection td {
  border-top: 0;
}
