body, html {
  height: 100%;
}

body {
  background-color: #f9f9f9;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
}

#container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 100px;
}

#contentwrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding-bottom: 100px;
}

header#site-header {
  width: 100%;
}

footer#site-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100px;
}

.content-wrap {
  width: 1040px;
  margin: 0 auto;
}

.content-and-aside {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.content-and-aside .post-body {
  width: 775px;
}
.content-and-aside aside {
  width: 245px;
}

#head-caution {
  background: #ffca14;
  height: 50px;
  line-height: 50px;
}
#head-caution .content-wrap {
  display: flex;
  justify-content: space-between;
}
#head-caution a {
  color: #000;
  display: flex;
  align-items: center;
}
#head-caution a img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#head-caution .close {
  display: block;
  padding-right: 30px;
  background: url("../img/icon.close.svg") right center no-repeat;
  background-size: 20px;
  cursor: pointer;
}
#head-caution .close:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

#site-header {
  background: #fff;
  padding-bottom: 15px;
}
#site-header .utill {
  width: 1040px;
  height: 65px;
  padding: 10px 0;
  margin: 0 auto 15px;
  position: relative;
}
#site-header .utill a.logo {
  display: block;
  width: 87px;
  margin: 0 auto;
}
#site-header .utill a.logo img {
  width: 100%;
}
#site-header .utill .menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
#site-header .utill .menu .language {
  display: flex;
}
#site-header .utill .menu .language a {
  display: block;
  color: #999;
  font-size: 12px;
  padding: 0 5px;
  border-left: 1px solid #000;
  height: 12px;
  line-height: 12px;
}
#site-header .utill .menu .language a:first-child {
  border: none;
}
#site-header .utill .menu .language a.selected {
  color: #000;
  pointer-events: none;
}
#site-header .utill .menu .language a:hover {
  opacity: 1;
  color: #000;
}
#site-header .utill .menu .sns {
  display: flex;
  margin-left: 20px;
}
#site-header .utill .menu .sns a {
  display: block;
  margin-left: 5px;
}
#site-header .utill .menu .sns a img {
  width: 30px;
  height: 30px;
}
#site-header #gMenu {
  position: relative;
  height: 40px;
}
#site-header #gMenu ul {
  position: relative;
  display: flex;
  width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}
#site-header #gMenu ul li a {
  display: block;
  line-height: 40px;
  text-overflow: #000;
  background: #fff;
  color: #000;
  width: 150px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05em;
}
#site-header #gMenu ul li a.shop {
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a496+0,008489+100 */
  background: #00a496;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a496 0%, #008489 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a496 0%, #008489 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a496 0%, #008489 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a496', endColorstr='#008489',GradientType=0 );
  /* IE6-9 */
  display: flex;
}
#site-header #gMenu ul li a.shop .icon-shop {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  vertical-align: top;
  margin: 3px;
}
#site-header #gMenu ul li a.shop .icon-shop img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#site-header #gMenu ul li a.shop .txt {
  display: block;
  width: 110px;
  text-align: center;
}
#site-header #gMenu ul li a:hover {
  opacity: 1;
}
#site-header #gMenu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url("../img/bg.line.svg") center center repeat-x;
  top: 50%;
  transform: translate(0, -50%);
}
#site-header #gMenu .wave {
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  height: 11px;
}
#site-header #gMenu .wave span {
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  background: #00a496;
  bottom: 0;
}
#site-header #gMenu .wave.under {
  left: auto;
  right: 0;
  top: calc(50% + 2px);
}
#site-header #gMenu .wave.under span {
  bottom: auto;
  top: 0;
  background: #00696b;
}

#site-footer .sp-contact {
  display: none;
}
#site-footer .contact-bnr {
  background: #fff;
  border-top: 1px solid #eee;
}
#site-footer .contact-bnr .content-wrap {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
#site-footer .contact-bnr .content-wrap h2 {
  font-size: 30px;
  border-right: #99b1b1 solid 2px;
  line-height: 90px;
  padding-right: 40px;
  margin-right: 20px;
}
#site-footer .contact-bnr .content-wrap ul {
  display: flex;
}
#site-footer .contact-bnr .content-wrap ul li {
border-right: 1px solid #ebebeb;
width: 347px;
  padding-right: 20px;
}
#site-footer .contact-bnr .content-wrap ul li:last-child {
  border: none;
}
#site-footer .contact-bnr .content-wrap ul li a {
  display: block;
  color: #000;
  text-align: left;
  padding-left: 25px;
  height: 90px;
}
#site-footer .contact-bnr .content-wrap ul li a h3 {
  line-height: 50px;
  font-size: 20px;
}
#site-footer .contact-bnr .content-wrap ul li a p {
  font-size: 12px;
  line-height: 1.4em;
}
#site-footer .sitemap .sitemap-cols {
  background: #e2e9e9;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
#site-footer .sitemap .sitemap-cols .widgettitle {
  display: none;
}
#site-footer .sitemap .sitemap-cols > li {
  width: 245px;
  margin: 0 10px;
  text-align: left;
}
#site-footer .sitemap .sitemap-cols > li a {
  color: #000;
  display: block;
  padding: 7px 12px;
}
#site-footer .sitemap .sitemap-cols > li h3 {
  border-bottom: 2px solid #fff;
  font-size: 14px;
}
#site-footer .sitemap .sitemap-cols > li ul {
  margin-bottom: 20px;
}
#site-footer .sitemap .sitemap-cols > li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#site-footer .sitemap .cols {
  width: 245px;
  margin: 0 10px;
  text-align: left;
}
#site-footer .sitemap .cols a {
  color: #000;
  display: block;
  padding: 7px 12px;
}
#site-footer .sitemap .cols h3 {
  border-bottom: 2px solid #fff;
  font-size: 14px;
}
#site-footer .sitemap .cols ul {
  margin-bottom: 20px;
}
#site-footer .sitemap .cols ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#site-footer .signature {
  background: #66bdb3 url("../img/bg.footer.png") right center no-repeat;
  color: #fff;
  height: 120px;
}
#site-footer .signature .content-wrap {
  display: flex;
  justify-content: space-between;
}
#site-footer .signature .content-wrap .col1 {
  padding-top: 36px;
  text-align: left;
}
#site-footer .signature .content-wrap .col1 h3 {
  margin-bottom: 10px;
}
#site-footer .signature .content-wrap .col1 h3 img {
  width: 192px;
  height: 30px;
}
#site-footer .signature .content-wrap .col1 p {
  font-size: 12px;
}
#site-footer .signature .content-wrap nav {
  padding-top: 53px;
}
#site-footer .signature .content-wrap nav ul {
  display: flex;
}
#site-footer .signature .content-wrap nav ul li {
  height: 14px;
  border-right: 1px solid  #fff;
}
#site-footer .signature .content-wrap nav ul li a {
  display: block;
  line-height: 14px;
  color: #fff;
  padding: 0 20px;
}
#site-footer .signature .content-wrap nav ul li:last-child {
  border: none;
}
#site-footer small {
  display: block;
  background: #373737;
  line-height: 60px;
  color: #fff;
}

@keyframes wave {
  0% {
    height: 0px;
  }
  15% {
    height: 26px;
  }
  100% {
    height: 0px;
  }
}
/**/
.btn {
  display: block;
  position: relative;
  overflow: hidden;
}

.btn:before, .btn:after,
.btn .btn--inner:before,
.btn .btn--inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #00a496 !important;
  transition: 0.3s ease-in-out;
}

.btn--cw:after,
.btn--ccw:after,
.btn--cw-tlbr:after,
.btn--ccw-tlbr:after,
.btn--cw-trbl:after,
.btn--ccw-trbl:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.btn--cw .btn--inner:before,
.btn--ccw .btn--inner:before,
.btn--cw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:before,
.btn--cw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:before {
  right: 0;
  left: auto;
}

.btn--cw .btn--inner:after,
.btn--ccw .btn--inner:after,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl .btn--inner:after {
  top: auto;
  bottom: 0;
}

.btn--cw:before, .btn--cw:after {
  width: 0;
  height: 1px;
}

.btn--cw .btn--inner:before,
.btn--cw .btn--inner:after {
  width: 1px;
  height: 0;
}

.btn--cw:hover:before, .btn--cw:hover:after {
  width: 100%;
}

.btn--cw:hover .btn--inner:before,
.btn--cw:hover .btn--inner:after {
  height: 100%;
}

.btn--ccw:before, .btn--ccw:after {
  width: 1px;
  height: 0;
}

.btn--ccw .btn--inner:before,
.btn--ccw .btn--inner:after {
  width: 0;
  height: 1px;
}

.btn--ccw:hover:before, .btn--ccw:hover:after {
  height: 100%;
}

.btn--ccw:hover .btn--inner:before,
.btn--ccw:hover .btn--inner:after {
  width: 100%;
}

.btn--tlbr:before, .btn--tlbr:after {
  width: 0;
  height: 1px;
}

.btn--tlbr:after,
.btn--tlbr .btn--inner:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.btn--tlbr .btn--inner:before,
.btn--tlbr .btn--inner:after {
  width: 1px;
  height: 0;
}

.btn--tlbr:hover:before, .btn--tlbr:hover:after {
  width: 100%;
}

.btn--tlbr:hover .btn--inner:before,
.btn--tlbr:hover .btn--inner:after {
  height: 100%;
}

.btn--trbl:before, .btn--trbl:after {
  width: 0;
  height: 1px;
}

.btn--trbl:before,
.btn--trbl .btn--inner:before {
  right: 0;
  left: auto;
}

.btn--trbl:after,
.btn--trbl .btn--inner:after {
  top: auto;
  bottom: 0;
}

.btn--trbl .btn--inner:before,
.btn--trbl .btn--inner:after {
  width: 1px;
  height: 0;
}

.btn--trbl:hover:before, .btn--trbl:hover:after {
  width: 100%;
}

.btn--trbl:hover .btn--inner:before,
.btn--trbl:hover .btn--inner:after {
  height: 100%;
}

.btn--cw-tlbr:before, .btn--cw-tlbr:after,
.btn--cw-tlbr .btn--inner:before,
.btn--cw-tlbr .btn--inner:after,
.btn--ccw-tlbr:before,
.btn--ccw-tlbr:after,
.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after,
.btn--cw-trbl:before,
.btn--cw-trbl:after,
.btn--cw-trbl .btn--inner:before,
.btn--cw-trbl .btn--inner:after,
.btn--ccw-trbl:before,
.btn--ccw-trbl:after,
.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  transition: 0.15s ease-in-out;
}

.btn--cw-tlbr:before, .btn--cw-tlbr:after {
  width: 0;
  height: 1px;
  transition-delay: 0.15s;
}

.btn--cw-tlbr .btn--inner:before,
.btn--cw-tlbr .btn--inner:after {
  width: 1px;
  height: 0;
  transition-delay: 0s;
}

.btn--cw-tlbr:hover:before, .btn--cw-tlbr:hover:after {
  width: 100%;
  transition-delay: 0s;
}

.btn--cw-tlbr:hover .btn--inner:before,
.btn--cw-tlbr:hover .btn--inner:after {
  height: 100%;
  transition-delay: 0.15s;
}

.btn--ccw-tlbr:before, .btn--ccw-tlbr:after {
  width: 1px;
  height: 0;
  transition-delay: 0.15s;
}

.btn--ccw-tlbr .btn--inner:before,
.btn--ccw-tlbr .btn--inner:after {
  width: 0;
  height: 2px;
  transition-delay: 0s;
}

.btn--ccw-tlbr:hover:before, .btn--ccw-tlbr:hover:after {
  height: 100%;
  transition-delay: 0s;
}

.btn--ccw-tlbr:hover .btn--inner:before,
.btn--ccw-tlbr:hover .btn--inner:after {
  width: 100%;
  transition-delay: 0.15s;
}

.btn--cw-trbl:before, .btn--cw-trbl:after {
  width: 0;
  height: 1px;
  transition-delay: 0s;
}

.btn--cw-trbl .btn--inner:before,
.btn--cw-trbl .btn--inner:after {
  width: 1px;
  height: 0;
  transition-delay: 0.15s;
}

.btn--cw-trbl:hover:before, .btn--cw-trbl:hover:after {
  width: 100%;
  transition-delay: 0.15s;
}

.btn--cw-trbl:hover .btn--inner:before,
.btn--cw-trbl:hover .btn--inner:after {
  height: 100%;
  transition-delay: 0s;
}

.btn--ccw-trbl:before, .btn--ccw-trbl:after {
  width: 1px;
  height: 0;
  transition-delay: 0s;
}

.btn--ccw-trbl .btn--inner:before,
.btn--ccw-trbl .btn--inner:after {
  width: 0;
  height: 1px;
  transition-delay: 0.15s;
}

.btn--ccw-trbl:hover:before, .btn--ccw-trbl:hover:after {
  height: 100%;
  transition-delay: 0.15s;
}

.btn--ccw-trbl:hover .btn--inner:before,
.btn--ccw-trbl:hover .btn--inner:after {
  width: 100%;
  transition-delay: 0s;
}

/* Sass Document */
