@import "//use.fontawesome.com/releases/v5.7.2/css/all.css";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

body {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: noto-sans-cjk-jp,sans-serif;
  font-weight: 500;
}

li::marker {
  margin-right: 0 !important;
}

a {
  outline: none;
  -webkit-transition: .5s;
  transition: .5s;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s;
}

a:active {
  color: #000;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: .75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.wrapper>*:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.wrapper>*:nth-child(2) {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.wrapper>*:nth-child(3) {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.sectioninner {
  max-width: 1100px;
  margin: 0 auto;
}

.products {
  background-color: #f7f7f7;
  padding-top: 170px;
  padding-bottom: 170px;
}

.products .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.products .itemboxover .itembox {
  background-color: #fff;
  padding: 20px;
}

.products .itemboxover .itembottombox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 40px;
  grid-template-columns: 1fr 40px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.products .itemboxover .itembottombox .cate {
  margin: 10px 0;
}

.products .itemboxover .itembottombox .cate span {
  color: #f0243f;
  border: 1px #f0243f solid;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 12px;
}

.products .itemboxover .itembottombox .txt {
  font-size: 15px;
}

.bottomcontact {
  background: url("../img/common/bottombg.webp") center center no-repeat;
  padding: 60px 0;
}

.bottomcontact .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.8);
  padding: 80px;
}

.bottomcontact .itemboxover h2 {
  font-weight: bold;
  font-size: 35px;
  position: relative;
  margin-bottom: 40px;
}

.bottomcontact .itemboxover h2:after {
  width: 80px;
  height: 5px;
  content: "";
  background-color: #f0243f;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.bottomcontact .itemboxover .telbox {
  text-align: left;
}

.bottomcontact .itemboxover .telbox p {
  padding-left: 1.5em;
}

.bottomcontact .itemboxover .telbox img {
  margin-right: 10px;
}

.bottomcontact .itemboxover .telbox .telnumber {
  font-weight: bold;
  font-size: 25px;
}

.bottomcontact .itemboxover .btnbox a {
  width: 300px;
  margin: 0 auto;
  background-color: #f0243f;
  padding: 30px;
  border-radius: 50px;
  color: #fff;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
  box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
}

.bottomcontact .itemboxover .btnbox a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_mail.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2 {
  font-weight: bold;
  font-size: 35px;
  position: relative;
  margin-bottom: 40px;
}

h2:after {
  width: 80px;
  height: 5px;
  content: "";
  background-color: #f0243f;
  position: absolute;
  bottom: -15px;
  left: 0;
}

#pageTop {
  background-color: #f0243f;
  padding: 20px 0;
  text-align: center;
}

#pageTop img {
  margin-right: 10px;
}

#pageTop a {
  color: #fff;
}

.popup-img {
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 9999;
  width: 200px;
  height: 200px;
}

.popup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header {
  width: 100%;
  background-color: #f0243f;
  padding: 0;
  position: fixed;
  z-index: 30;
}

header a:link,
header a:visited,
header a:active {
  color: #fff;
}

header .headerinner {
  padding: 20px 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 1fr 20px 160px;
  grid-template-columns: 300px 1fr 160px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerinner .logo {
  text-align: left;
}

header .headerinner .logo h1 {
  margin-bottom: 0;
  font-weight: bold;
}

header .headerinner .headother {
  text-align: right;
  position: relative;
}

header .headerinner .headother a.languagebtn {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  color: #000;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  font-size: 16px;
}

header .headerinner .headother a.languagebtn:hover {
  opacity: 1;
}

header .headerinner .headother a.languagebtn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
}

header .headerinner .headother a.languagebtn:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/common/icon_lang.svg") 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
}

header .headerinner .headother a.languagebtn.active:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
}

header .headerinner .headother .languagelist {
  display: none;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 32px;
  right: 0px;
  width: 160px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

header .headerinner .headother .languagelist.active {
  display: block;
}

header .headerinner .headother .languagelist a {
  color: #000;
}

header .headerinner .headother .languagelist ul li {
  text-align: left;
  font-size: 16px;
}

header .headerinner .headother .languagelist ul li a,
header .headerinner .headother .languagelist ul li span {
  padding: 5px 0;
  display: block;
}

header .headerinner .globalmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

header .headerinner .globalmenu ul li a {
  font-size: 17px;
  display: block;
  font-weight: bold;
}

.menu-trigger,
nav {
  display: none;
}

footer {
  padding: 40px 0 20px 0;
  background-color: #fff;
}

footer .footerinner {
  max-width: 1100px;
  margin: 0 auto;
}

footer .logobox p {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
}

footer .footnav {
  margin: 40px 0 80px 0;
}

footer .footnav ul {
  font-size: 14px;
}

footer .footnav ul li {
  display: inline-block;
}

footer .footnav ul li a {
  padding: 0 10px;
}

footer .footnav ul li.contact {
  display: none;
}

footer .footnav .sublinkbox {
  font-size: 14px;
  margin-top: 20px;
}

footer .languagelink {
  text-align: right;
  font-size: 16px;
}

footer .languagelink .current {
  color: #f0243f;
  text-decoration: underline;
}

footer .footbottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
  font-size: 16px;
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px #e4e4e4 solid;
}

footer .footbottom .sublinkbox {
  text-align: left;
}

footer .footbottom .copyright {
  text-align: right;
}

footer .telbox img {
  margin-right: 10px;
}

footer .telbox .telnumber {
  font-weight: bold;
  font-size: 25px;
}

footer .btnbox a {
  width: 300px;
  margin: 0 auto;
  background-color: #f0243f;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
  box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
}

footer .btnbox a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_mail.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .sectioninner {
    width: 90%;
  }

  footer .footerinner {
    width: 90%;
  }
}

@media screen and (max-width: 842px) {
  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  .flexbox {
    display: block;
  }

  .products .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bottomcontact {
    display: none;
  }

  .bottomcontact .itemboxover .telbox p {
    padding-left: 0;
    text-align: center;
  }

  .popup-img {
    display: none;
  }

  header .headerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 70px;
    padding-left: 20px;
    height: 60px;
  }

  header .headerinner .headother {
    display: none;
  }

  header .headerinner .globalmenu {
    display: none;
  }

  .wrapper {
    overflow-x: hidden;
    position: relative;
  }

  .wrapper.on {
    height: 100vh;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
  }

  .wrapp_bace {
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
  }

  .wrapp_bace.open {
    height: 0;
  }

  .menu-trigger {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: #f0243f;
    border: 1px #fff solid;
  }

  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 7px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 11px;
  }

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

  .menu-trigger span:nth-of-type(3) {
    top: 27px;
  }

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

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

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

  nav {
    display: block;
    width: 100vw;
    height: 100%;
    padding: 100px 30px;
    background-color: #f0243f;
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  nav a:link {
    color: #fff;
  }

  nav a:visited {
    color: #fff;
  }

  nav.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  nav ul {
    margin-bottom: 60px;
  }

  nav li {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  nav li a {
    display: block;
  }

  nav .languagelink {
    padding-top: 20px;
    border-top: #fff 1px solid;
    color: #fff;
    line-height: 2;
  }

  nav .languagelink .current {
    text-decoration: underline;
  }

  footer .footnav {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  footer .languagelink {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
  }

  footer .footbottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  footer .footbottom .copyright {
    font-size: 12px;
    text-align: center;
  }

  footer .btnbox {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */