@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
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;
}

ul, ol {
  list-style: none;
}
ul li, ol li {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  -webkit-margin-block-start: 0;
  -webkit-margin-block-end: 0;
  -webkit-margin-inline-start: 0;
  -webkit-margin-inline-end: 0;
}

.before-clearfix:before {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

body {
  color: #333;
}

a:link, a:visited {
  text-decoration: none;
}

@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*==================================================
	Project layout
==================================================*/
body {
  line-height: 1em;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-selif;
  line-height: 1em;
  font-size: 18px;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 429px) and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
  line-height: 1em;
  font-size: 1em;
  font-weight: 300;
}

/*==================================================
	Header
==================================================*/
header {
  min-height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 429px) and (max-width: 768px) {
  header {
    min-height: 30vh;
  }
}
@media (max-width: 428px) {
  header {
    min-height: 100vh;
  }
}

.bg-pos-tp {
  background-position: top center;
}
.bg-pos-cnt {
  background-position: center center;
}

.bg-img-frnt-lineup {
  background-image: url("../images/bg-frnt-01.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-lineup {
    background-image: url("../images/bg-frnt-01-sm.jpg");
  }
}
.bg-img-frnt-base {
  background-image: url("../images/bg-frnt-base.jpg");
}
.bg-img-frnt-fiveclean {
  background-image: url("../images/bg-frnt-02.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-fiveclean {
    background-image: url("../images/bg-frnt-02-sm.jpg");
  }
}
.bg-img-frnt-nekosogi {
  background-image: url("../images/bg-frnt-03.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-nekosogi {
    background-image: url("../images/bg-frnt-03-sm.jpg");
  }
}
.bg-img-frnt-hivawood {
  background-image: url("../images/bg-frnt-04.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-hivawood {
    background-image: url("../images/bg-frnt-04-sm.jpg");
  }
}
.bg-img-frnt-migacoat {
  background-image: url("../images/bg-frnt-05.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-migacoat {
    background-image: url("../images/bg-frnt-05-sm.jpg");
  }
}
.bg-img-frnt-sincere {
  background-image: url("../images/bg-frnt-06.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-sincere {
    background-image: url("../images/bg-frnt-06-sm.jpg");
  }
}
.bg-img-frnt-nekosogikakumei {
  background-image: url("../images/bg-frnt-07.jpg");
}
@media (max-width: 428px) {
  .bg-img-frnt-nekosogikakumei {
    background-image: url("../images/bg-frnt-07-sm.jpg");
  }
}

div.stcky-hd {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  background: white;
}
@media (max-width: 428px) {
  div.stcky-hd {
    font-size: .8em;
  }
}
div.stcky-hd-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  box-sizing: border-box;
  width: 90%;
  max-width: 1280px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  div.stcky-hd-inner {
    min-width: 320px;
  }
}

div.title-hd {
  margin-left: 35%;
}
@media (max-width: 768px) {
  div.title-hd {
    margin-left: 0;
  }
}
div.title-hd > h2 {
  padding-bottom: 1em;
  line-height: 1em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}
div.title-hd h1 {
  width: 245px;
  margin: 0 auto;
}
@media (max-width: 428px) {
  div.title-hd h1 {
    width: 135px;
  }
}

div.nav-corp {
  padding: .5em 1em;
  border-radius: 5px;
  background: linear-gradient(45deg, #7cba19, #aed03f);
  font-weight: 500;
}
div.nav-corp > a {
  color: white;
}

/*==================================================
  TopContents
==================================================*/
div.header-inner {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  max-width: 1280px;
  min-width: 769px;
  margin: auto;
}
@media (max-width: 768px) {
  div.header-inner {
    width: 90%;
    min-width: 320px;
  }
}
@media (max-width: 428px) {
  div.header-inner {
    flex-direction: column;
  }
}
div.header-inner > figure {
  width: 33%;
}
@media (max-width: 428px) {
  div.header-inner > figure {
    width: 100%;
  }
  div.header-inner > figure:nth-child(1) {
    order: 2;
  }
  div.header-inner > figure:nth-child(2) {
    order: 1;
  }
  div.header-inner > figure:nth-child(3) {
    order: 3;
  }
}

div.top {
  margin-top: -25vh;
}
@media (min-width: 429px) and (max-width: 768px) {
  div.top {
    margin-top: -12vh;
  }
}
@media (max-width: 428px) {
  div.top {
    margin-top: -50vh;
  }
}

div.inner, div.inner-1280, div.inner-1024, div.inner-960, div.inner-840 {
  box-sizing: border-box;
  width: 90%;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  div.inner, div.inner-1280, div.inner-1024, div.inner-960, div.inner-840 {
    min-width: 320px;
  }
}

div.inner {
  width: 100%;
  min-width: 320px;
}
div.inner-1280 {
  max-width: 1280px;
}
div.inner-1024 {
  max-width: 1024px;
}
div.inner-960 {
  max-width: 960px;
}
div.inner-840 {
  max-width: 840px;
}

/*==================================================
  middleContents
==================================================*/
section#front {
  background-size: 100%;
  background-repeat: repeat-y;
}

div.item {
  min-height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 429px) and (max-width: 768px) {
  div.item {
    min-height: 50vh;
  }
}
@media (max-width: 428px) {
  div.item {
    min-height: 70vh;
  }
}

div.item-title {
  display: flex;
  justify-content: center;
  margin-bottom: .5em;
  line-height: 1em;
  font-size: 3em;
}
@media (max-width: 428px) {
  div.item-title {
    font-size: 2em;
  }
}
div.item-title > h3 {
  padding: 1em 1em .3em;
  border-bottom: thin solid #333;
  font-weight: 400;
}

div.middle, div.middle-mgtp100 {
  position: relative;
  z-index: 2;
  margin-bottom: 8%;
}

div.middle-mgtp100 p, div.middle p {
  line-height: 1.8em;
  text-align: center;
  font-weight: 400;
  font-size: 1.5em;
}
div.middle-mgtp100 p > span, div.middle p > span {
  color: #e50012;
}

div.middle {
  margin-top: -20vh;
}
@media (max-width: 428px) {
  div.middle {
    margin-top: -35vh;
  }
}
div.middle-mgtp100 {
  margin-top: 5%;
}

/*==================================================
  Footer
==================================================*/
footer {
  padding-bottom: 3%;
  line-height: 1em;
  text-align: center;
  font-size: .8em;
}

#totopbtn {
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  line-height: 1em;
}
#totopbtn > a {
  padding: .2em;
  text-decoration: none;
  border-radius: 3px;
  background: linear-gradient(45deg, #7cba19, #aed03f);
  font-size: 3em;
  color: #fff;
}

/*==================================================
	10.ProductUtilitys
==================================================*/
.fadein {
  opacity: 0;
  transform: translateY(5%);
}
.fadeinactive {
  transition: 1s;
  opacity: 1;
  transform: translateY(0);
}

div.linkbtn {
  display: flex;
  justify-content: center;
  margin: 8% 0;
  font-weight: 400;
  font-size: 1.5em;
}
div.linkbtn > a {
  display: flex;
  justify-content: space-between;
  padding: 1em 2em;
  background: #009140;
  border: 2px solid #fff000;
  border-radius: 40px;
  color: white;
}

.mg-tp-1em {
  margin-top: 1em;
}
.mg-bt-1em {
  margin-bottom: 1em;
}
.mg-bt-2em {
  margin-bottom: 2em;
}
.mg-bt-3em {
  margin-bottom: 3em;
}
.mg-bt-5em {
  margin-bottom: 5em;
}
.mg-bt-8em {
  margin-bottom: 8em;
}
.mg-bt-10em {
  margin-bottom: 10em;
}

.pd-all-1em {
  padding: 1em;
}
.pd-all-2em {
  padding: 2em;
}
.pd-vr-1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pd-vr-2em {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pd-vr-3em {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pd-vr-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
.pd-vr-1p {
  padding-top: 1%;
  padding-bottom: 1%;
}
.pd-vr-2p {
  padding-top: 2%;
  padding-bottom: 2%;
}
.pd-vr-3p {
  padding-top: 3%;
  padding-bottom: 3%;
}
.pd-vr-4p {
  padding-top: 4%;
  padding-bottom: 4%;
}
.pd-vr-5p {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pd-vr-8p {
  padding-top: 8%;
  padding-bottom: 8%;
}
.pd-vr-10p {
  padding-top: 10%;
  padding-bottom: 10%;
}
.pd-tp-1em {
  padding-top: 1em;
}
.pd-tp-2em {
  padding-top: 2em;
}
.pd-tp-3em {
  padding-top: 3em;
}
.pd-tp-1p {
  padding-top: 1%;
}
.pd-tp-2p {
  padding-top: 2%;
}
.pd-tp-3p {
  padding-top: 3%;
}
.pd-tp-5p {
  padding-top: 5%;
}
.pd-tp-8p {
  padding-top: 8%;
}
.pd-tp-10p {
  padding-top: 10%;
}
.pd-bt-1em {
  padding-bottom: 1em;
}
.pd-bt-2em {
  padding-bottom: 2em;
}
.pd-bt-3em {
  padding-bottom: 3em;
}
.pd-bt-4em {
  padding-bottom: 4em;
}
.pd-bt-5em {
  padding-bottom: 5em;
}
.pd-bt-1p {
  padding-bottom: 1%;
}
.pd-bt-2p {
  padding-bottom: 2%;
}
.pd-bt-3p {
  padding-bottom: 3%;
}
.pd-bt-5p {
  padding-bottom: 5%;
}
.pd-bt-8p {
  padding-bottom: 8%;
}
.pd-bt-10p {
  padding-bottom: 10%;
}
.pd-bt-15p {
  padding-bottom: 15%;
}

.retina img {
  width: 100%;
}

figure img {
  width: 100%;
}
figure.brdr-gry {
  box-sizing: border-box;
}
figure.brdr-gry img {
  line-height: 0;
  border: thin solid #eee;
}

.font-wt {
  font-weight: 100;
}
.font-wl {
  font-weight: 300;
}
.font-wn {
  font-weight: 400;
}
.font-wb {
  font-weight: 700;
}
.font-sz-xsm {
  font-size: 0.6em;
}
.font-sz-sm {
  font-size: 0.8em;
}
.font-sz-md {
  font-size: 1.2em;
}
.font-sz-lg {
  font-size: 1.5em;
}
.font-sz-xlg {
  font-size: 2em;
}
.font-fm-min {
  font-family: 'Noto Serif JP', serif;
}
