@charset "UTF-8";
/* =============================================================================
 Reset
============================================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =============================================================================
 Fonts
============================================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
}

.karka {
  font-family: 'Karla', sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
/* =============================================================================
 Base
============================================================================= */
/* =============================================================================
 Elements
============================================================================= */
/* color setting */
html,
body {
  color: #333;
}

/* link setting */
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.64;
  color: #666666;
  font-size: 16px;
}

/* image setting */
img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
/* =============================================================================
 Common Class
============================================================================= */
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .on img,
  img.on {
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }

  .on img:hover,
  img.on:hover {
    opacity: 0.7;
  }

  .only-sp {
    display: none;
  }
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

#container {
  width: 1024px;
  margin: 0 auto;
}

.sectionTitle {
  margin: 0 auto 20px;
  text-align: center;
}
.sectionTitle .title {
  display: block;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Karla', sans-serif;
}
.sectionTitle .lead {
  margin-top: 12px;
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.contTitle {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 1.46;
}
.contTitle .title {
  font-weight: normal;
}

.sectionStitle {
  margin: 0 auto 30px;
  padding-bottom: 12px;
  /*  border-bottom: #eeeeee 1px solid;*/
  text-align: left;
}
.sectionStitle .title {
  padding-right: 1em;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Karla', sans-serif;
}
.sectionStitle .lead {
  font-size: 16px;
  font-weight: normal;
}

/* =============================================================================
 common header
============================================================================= */
#commonHeader .headerInner {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: #000 5px solid;
}
#commonHeader .headerInner .logo {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}
#commonHeader .headerInner .logo .image {
  width: 150px;
}
#commonHeader .headerInner .logo .image img {
  width: 100%;
  height: auto;
}
#commonHeader .headerInner .logo .text {
  padding-bottom: 10px;
}
#commonHeader .headerInner .logo .flag {
  width: 40px;
  padding-bottom: 10px;
  margin-left: 10px;
}
#commonHeader .headerInner .logo .flag img {
  width: 100%;
  height: auto;
}
#commonHeader .headerInner #globalNavi {
  text-align: center;
}
#commonHeader .headerInner #globalNavi ul li {
  margin-right: 32px;
  display: inline-block;
}
#commonHeader .headerInner #globalNavi ul li a {
  display: block;
  font-size: 18px;
}
#commonHeader .headerInner #headerLinks {
  position: absolute;
  right: 0;
  top: 20px;
}
#commonHeader .headerInner #headerLinks ul li {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
#commonHeader .headerInner #headerLinks ul li a {
  display: block;
}
#commonHeader .headerInner #headerLinks ul li.shopLink a {
  padding: 10px 50px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: #4a4a4a;
  position: relative;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
  vertical-align: middle;
  letter-spacing: .05em;
}
#commonHeader .headerInner #headerLinks ul li.shopLink a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
#commonHeader .headerInner #headerLinks ul li.shopLink a span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  margin-top: 3px;
}
#commonHeader .headerInner #headerLinks ul li:after {
  content: "";
  display: block;
  margin: auto 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

/* =============================================================================
 global navi
============================================================================= */
/* =============================================================================
 common footer
============================================================================= */
#commonFooter {
  text-align: center;
}
#commonFooter .footerInner {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 100px;
  border-top: #eeeeee 1px solid;
}

.madein {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.madein span {
  padding-bottom: 10px;
  font-weight: bold;
}
.madein .flag {
  margin-left: 10px;
  width: 40px;
}
.madein .flag img {
  width: 100%;
  height: auto;
}

/* =============================================================================
 Page Styles
============================================================================= */
.mv .mvSlider {
  width: 800px;
  margin: 0 auto 80px;
  padding-bottom: 54px;
}

.news {
  margin-bottom: 90px;
}
.news dl.newsArea dt {
  margin-bottom: 1em;
  color: #333333;
  text-align: center;
}
.news dl.newsArea dd {
  margin-bottom: 1.46em;
  color: #666666;
  text-align: center;
}

.about {
  margin-bottom: 90px;
}

.about-green-hinza {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #5DB15C;
  padding: 30px;
  margin-bottom: 60px;
}
.about-green-hinza .imgBlock {
  width: 30%;
}
.about-green-hinza .imgBlock img {
  width: 100%;
  height: auto;
}
.about-green-hinza .txBlock {
  width: 70%;
}
.about-green-hinza .txBlock .sectionStitle {
  padding-bottom: 0;
}

.hinza-life {
  background-color: #C8DC4D;
  margin-bottom: 50px;
}
.hinza-life .imgBlock {
  position: relative;
}
.hinza-life .imgBlock img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.hinza-life .imgBlock .text {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
}
.hinza-life .txBlock {
  padding: 40px 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hinza-life .txBlock h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.hinza-life .txBlock p {
  margin-bottom: 2em;
}
.hinza-life .txBlock p:last-of-type {
  margin-bottom: 0;
}

.howtouse {
  margin-bottom: 90px;
}

.howtouse-info {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.howtouse-info .txBlock {
  width: 50%;
}
.howtouse-info .txBlock h2 {
  line-height: 1.5;
  font-size: 24px;
}
.howtouse-info .imgBlock {
  width: 45%;
}
.howtouse-info .imgBlock .madein {
  margin-top: 30px;
}

.howtouuse-list {
  width: 1064px;
}
.howtouuse-list .contTitle .title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.howtouuse-list .list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.howtouuse-list .list .listitem {
  width: calc(100% / 3 - 2px);
  border-right: 1px solid #eee;
  padding: 20px;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.howtouuse-list .list .listitem img {
  width: 100%;
  height: auto;
}
.howtouuse-list .list .listitem:nth-of-type(3n) {
  border-right-color: transparent;
}
.howtouuse-list .list .listitem .txBlock h3 {
  font-size: 20px;
  padding: 20px 0;
  font-weight: bold;
  font-family: 'Karla', sans-serif;
}
.howtouuse-list .list .listitem .txBlock ul {
  list-style-type: disc;
  margin-left: 2em;
}
.howtouuse-list .list .listitem .txBlock ul li {
  font-size: 16px;
  line-height: 1.6;
}

.history {
  margin-bottom: 90px;
}
.history .sectionTitle {
  width: 60%;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.history-content-item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.history-content-item:last-of-type {
  margin-bottom: 0;
}
.history-content-item .imgBlock {
  width: 45%;
}
.history-content-item .txBlock {
  width: 50%;
}
.history-content-item .txBlock p {
  margin-bottom: 20px;
}
.history-content-item .txBlock p:last-of-type {
  margin-bottom: 0;
}

.logo-print {
  margin-bottom: 90px;
}
.logo-print .sectionTitle {
  text-align: left;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.logo-print .sectionTitle span {
  margin-bottom: 10px;
}

.logo-print-content {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.logo-print-content:last-of-type {
  margin-bottom: 0;
}
.logo-print-content .imgBlock {
  width: 30%;
}
.logo-print-content .txBlock {
  width: 65%;
}
.logo-print-content .btn_contact {
  margin-top: 30px;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo-print-content .btn_contact a {
  padding: 15px 3em;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #666666;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
  vertical-align: middle;
  position: relative;
}
.logo-print-content .btn_contact a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.logo-print-content .btn_contact a:after {
  content: "";
  display: block;
  margin: auto 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 0;
  bottom: 0;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.products {
  margin-bottom: 90px;
}
.products .sectionTitle {
  text-align: left;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.products .note {
  margin-bottom: 30px;
}
.products .product-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.products .product-list:last-of-type {
  margin-bottom: 0;
}
.products .product-list h3 {
  width: 238px;
}
.products .product-list h3 span {
  text-align: center;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 235px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.products .product-list .item {
  width: 238px;
  margin-bottom: 30px;
  margin-left: 24px;
}
.products .product-list .item:nth-of-type(4n) {
  margin-left: 0;
}
.products .product-list .item .productImg {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.products .product-list .item .productName {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.products .product-list .item .productPrice {
  font-size: 16px;
  text-align: center;
}
.products .products-content {
  margin-bottom: 50px;
}
.products .green-hinza .sectionTitle:after {
  content: '';
  width: 90px;
  height: 74px;
  display: block;
  background-image: url(../../assets/images/I-m-Green.png);
  position: absolute;
  top: 0;
  right: 20px;
}
.products .green-hinza h3 span {
  background-color: #a3c202;
}
.products .standard-hinza h3 span {
  background-color: #2E3192;
}
.products .moomin-hinza .sectionTitle:after {
  content: '';
  width: 90px;
  height: 74px;
  display: block;
  background-image: url(../../assets/images/I-m-Green.png);
  position: absolute;
  top: 0;
  right: 20px;
}
.products .moomin-hinza h3 span {
  background-color: #EC008C;
}
.products .moomin-hinza .moomin-hinza-list .moomin-hinza-ttl {
  width: 100%;
  background-image: url(../images/moomin-hinza-img.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 30px;
}
.products .moomin-hinza .moomin-hinza-list .moomin-hinza-img {
  width: 786px;
}
.products .moomin-hinza .moomin-hinza-list .item {
  margin-left: 0;
  margin-right: 24px;
}
.products .moomin-hinza .moomin-hinza-list .item:nth-of-type(5n) {
  margin-right: 0;
  margin-left: 0;
}

.footer-content {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-content .sectionStitle {
  border-bottom: 1px solid #eee;
}

.company {
  width: 492px;
  margin-bottom: 50px;
  display: block;
}

.contact {
  width: 492px;
  margin-bottom: 50px;
  display: block;
}
.contact ul li {
  margin-bottom: 12px;
  font-size: 16px;
}
.contact ul li .call:before {
  padding-right: 10px;
  content: url(../images/icon_phone.png);
}
.contact ul li .mail:before {
  padding-right: 10px;
  content: url(../images/icon_mail.png);
}
.contact ul li .arrow {
  padding-left: 1.8em;
  position: relative;
}
.contact ul li .arrow:before {
  content: "";
  display: block;
  margin: auto 0;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 0;
  bottom: 0;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.btnArea {
  width: 680px;
  margin: 0 auto;
  text-align: center;
}
.btnArea a.btn-black {
  padding: 14px 0 10px;
  display: block;
  background-color: #333333;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.btnArea a.btn-black:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.btnArea a.btn-black .font-s {
  display: block;
  font-size: 14px;
}
.btnArea a.btn-black:after {
  content: "";
  display: block;
  margin: auto 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  right: 30px;
  top: 0;
  bottom: 0;
  border-top: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
}
.pagetop a {
  padding: 15px 15px 40px;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #666666;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: opacity ease .3s;
  -moz-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.pagetop a:after {
  content: "";
  display: block;
  margin: auto 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: 15px;
  margin-left: -4px;
  border-top: 5px solid #b5b5b5;
  border-right: 5px solid #b5b5b5;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
