@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  min-width: 100%;
  letter-spacing: 0px;
  color: #000000;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  opacity: .6;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header-top {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-top: 40px;
  position: absolute;
  background-color: transparent;
}

@media (max-width: 1399px) {
  .header-top {
    padding-top: 25px;
  }
}

.header-top .logo {
  height: 50px;
  margin-left: 50px;
  width: 120px;
}

@media (max-width: 991px) {
  .header-top .logo {
    margin-left: 20px;
    width: 85px;
    height: 32px;
  }
}

.header-top nav {
  margin-left: 205px;
  gap: 3rem;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .header-top nav {
    margin-left: 100px;
  }
}

.header-top nav ul.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top nav li.pc {
  margin-right: 40px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .header-top nav li.pc {
    margin-right: 30px;
  }
}

.header-top nav a {
  font-weight: 700;
  font-size: 1.1428571428571rem;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .header-top nav a {
    font-size: 0.9rem;
  }
}

.header-top nav a:hover {
  opacity: 1;
  color: #70B42C;
}

.header-top_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header-top_icon {
    position: absolute;
    right: 25px;
    top: 45px;
  }
}

@media (max-width: 991px) {
  .header-top_icon {
    position: absolute;
    right: 25px;
    top: 28px;
  }
}

.header-top_icon_search {
  position: relative;
  margin-left: 110px;
  margin-top: -25px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .header-top_icon_search {
    margin-left: 55px;
  }
}

.header-top_icon_search_text {
  /*入力部分スタイリング。width: 0px;にしておく*/
  height: 60px;
  display: inline-block;
  border: none;
  outline: none;
  padding: 3px;
  padding-right: 60px;
  border-radius: 100px;
  background-color: transparent;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

.header-top_icon_search_text:focus {
  width: 400px;
  z-index: 1;
  padding-left: 15px;
  cursor: text;
  background-color: #ffffff;
}

.header-top_icon_search_submit {
  /*アイコン部分*/
  height: 60px;
  width: 60px;
  border-radius: 100px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background-color: #ffffff;
}

.header-top_icon_search i {
  position: relative;
  top: 18px;
  right: 18px;
  z-index: 3;
  color: #70B42C;
}

.header-top_icon_search:hover .header_icon_search_submit {
  opacity: .6;
}

.header-top_icon_mail {
  position: relative;
  margin-left: 70px;
  margin-top: -25px;
}

@media (max-width: 991px) {
  .header-top_icon_mail {
    margin-left: 0;
    margin-top: -12px;
  }
}

.header-top_icon_mail a {
  height: 60px;
  display: inline-block;
  border: none;
  outline: none;
  padding: 3px;
  padding-right: 60px;
  border-radius: 100px;
  background-color: transparent;
  width: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.795, 0, 1);
  transition: all 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  color: #70B42C;
  overflow: hidden;
  white-space: pre;
}

.header-top_icon_mail a:focus {
  opacity: 1;
  width: 270px;
  z-index: 4;
  padding-left: 24px;
  padding-top: 19px;
  background-color: #70B42C;
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-top_icon_mail a:focus {
    width: 340px;
    padding-top: 24px;
    font-size: 1.3rem;
  }
}

.header-top_icon_mail button {
  /*アイコン部分*/
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  background-color: #70B42C;
}

@media (max-width: 991px) {
  .header-top_icon_mail button {
    height: 50px;
    width: 50px;
  }
}

.header-top_icon_mail button i {
  position: relative;
  top: 3px;
  right: 0px;
  z-index: 6;
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-top_icon_mail button i {
    font-size: 1.6rem;
  }
}

.header-top_icon_mail:hover button {
  opacity: .6;
}

.header-top_icon_mail_sp {
  margin-top: -12px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-top_icon_mail_sp {
    margin-top: -5px;
  }
}

.header-top_icon_mail_sp a {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  position: relative;
  background-color: #70B42C;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-top_icon_mail_sp a {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 991px) {
  .header-top_icon_mail_sp a {
    height: 50px;
    width: 50px;
  }
}

.header-top_icon_mail_sp a i {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-top_icon_mail_sp a i {
    font-size: 1.6rem;
  }
}

.header-top_icon_mail_sp:hover button {
  opacity: .6;
}

.header-top_icon_menu-trigger,
.header-top_icon_menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-top_icon_menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100px;
  margin-top: -12px;
  margin-left: 14px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header-top_icon_menu-trigger {
    margin-top: -5px;
  }
}

.header-top_icon_menu-trigger_close {
  position: absolute;
  top: 28px;
  right: 25px;
}

.header-top_icon_menu-trigger_close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-50%) rotate(45deg);
          transform: translateY(9px) translateX(-50%) rotate(45deg);
}

.header-top_icon_menu-trigger_close span:nth-of-type(2) {
  opacity: 0;
}

.header-top_icon_menu-trigger_close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(-50%) rotate(-45deg);
          transform: translateY(-9px) translateX(-50%) rotate(-45deg);
}

.header-top_icon_menu-trigger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background-color: #70B42C;
}

@media (max-width: 991px) {
  .header-top_icon_menu-trigger span {
    width: 10px;
    height: 2px;
  }
}

.header-top_icon_menu-trigger span:nth-of-type(1) {
  top: 15px;
}

@media (max-width: 991px) {
  .header-top_icon_menu-trigger span:nth-of-type(1) {
    top: 9px;
  }
}

.header-top_icon_menu-trigger span:nth-of-type(2) {
  top: 24px;
}

@media (max-width: 991px) {
  .header-top_icon_menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
}

.header-top_icon_menu-trigger span:nth-of-type(3) {
  top: 33px;
}

@media (max-width: 991px) {
  .header-top_icon_menu-trigger span:nth-of-type(3) {
    top: 19px;
  }
}

.header-top .nav-header__fullsize {
  width: 94%;
  left: 50px;
  top: 80px;
  padding-top: 30px;
  position: absolute;
  z-index: 2;
}

.header-top .dropwrap-products {
  padding: 0 15px 15px;
  background-color: #212121;
  border-radius: 15px;
}

.header-top .dropwrap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 15px 0 0;
}

.header-top .dropwrap-area.border-top {
  border-top: 2px solid #70B42C;
}

.header-top .dropBox {
  width: 19%;
  padding: 0 20px;
  background-color: #fff;
  color: #2D2D2D;
  padding-top: 25px;
  margin: 0 0.5%;
}

.header-top .dropBox h3 {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.header-top .dropBox a {
  font-size: 0.93rem;
}

.header-top .dropBox a img:hover {
  opacity: .6;
}

.header-top .dropBox ol {
  border-top: 1px solid #EAEAEA;
  margin-top: 30px;
}

.header-top .parentsMenu {
  background-color: #F4F4F4;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}

.header-top .parentsMenu a {
  display: block;
  padding: 10px 0 8px 35px;
  position: relative;
}

.header-top .parentsMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header-top .parentsMenu span {
  display: inline-block;
}

.header-top .parentsMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header-top .childMenu {
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}

.header-top .childMenu a {
  display: block;
  padding: 10px 0 8px 60px;
  position: relative;
}

.header-top .childMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header-top .childMenu span {
  display: inline-block;
}

.header-top .childMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.header {
  position: relative;
  background-color: #FFFFFF;
  z-index: 100;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 12px 0;
}

@media (max-width: 991px) {
  .header-left {
    padding: 19px 0;
  }
}

.header-left_logo {
  max-height: 70px;
  margin-top: -6px;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .header-left_logo {
    max-height: 60px;
    margin-top: -2px;
  }
}

@media (max-width: 1399px) {
  .header-left_logo {
    max-height: 57px;
    margin-top: -2px;
  }
}

@media (max-width: 991px) {
  .header-left_logo {
    max-height: 45px;
    width: auto;
    margin-top: -3px;
  }
}

.header-left_catch {
  padding-left: 15px;
  padding-top: 3px;
}

@media (max-width: 1199px) {
  .header-left_catch {
    display: none;
  }
}

.header-left_catch span {
  font-weight: 700;
}

.header-left_img img {
  max-height: 47px;
  padding-left: 15px;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .header-left_img img {
    max-height: 40px;
    margin-top: 5px;
  }
}

@media (max-width: 1399px) {
  .header-left_img img {
    max-height: 45px;
    margin-top: -2px;
    margin-top: 1px;
  }
}

@media (max-width: 991px) {
  .header-left_img img {
    max-height: 33px;
    width: auto;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
  padding: 12px 0;
}

@media (max-width: 1399px) {
  .header-right {
    display: none;
  }
}

.header-right_tel {
  font-size: 0.71rem;
  font-weight: 700;
  padding-right: 25px;
}

.header-right_tel i {
  color: #fff;
  background-color: #70B42C;
  border-radius: 100px;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: 10px;
}

.header-right_tel span {
  font-size: 1.85rem;
  font-weight: 600;
  font-family: "Rubik";
}

.header-right_contact {
  background-color: #EF8200;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 0.64rem;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 0 0 #7C3F11;
          box-shadow: 0 2px 0 0 #7C3F11;
  position: relative;
}

.header-right_contact:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  width: 0;
  height: 100%;
  background-color: #F7B885;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.header-right_contact a {
  padding: 12px 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-right_contact a:hover {
  opacity: 1;
}

.header-right_contact:hover:after {
  width: 100%;
}

.header-right_contact i {
  font-size: 1.6rem;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  padding-right: 5px;
  line-height: 0;
}

.header-right_contact span {
  font-size: 1rem;
}

.header-nav {
  background-color: #F0F0F0;
  color: #000000;
  border: 1px solid #DBDBDB;
}

.header-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  position: relative;
}

@media (max-width: 1199px) {
  .header-nav nav {
    height: auto;
  }
}

.header-nav nav ul {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #fff;
}

.header-nav nav li {
  border-left: 1px solid #fff;
  border-right: 1px solid #dbdbdb;
}

.header-nav nav li.selected > a {
  position: relative;
}

.header-nav nav li.selected > a:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #3E7700;
  position: absolute;
  bottom: -2px;
  z-index: 1000;
  right: 0;
}

.header-nav nav a {
  padding: 15px 43px;
}

.header-nav nav a:hover {
  color: #FFF;
  background-color: #70B42C;
  opacity: 1;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .header-nav nav a {
    padding: 15px 27px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-nav nav a {
    padding: 15px 15px;
  }
}

.header_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header_icon {
    position: absolute;
    right: 25px;
    top: 45px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .header_icon {
    position: absolute;
    right: 25px;
    top: 28px;
  }
}

@media (max-width: 575px) {
  .header_icon {
    position: absolute;
    right: 15px;
    top: 28px;
  }
}

.header_icon_menu-trigger,
.header_icon_menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_icon_menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100px;
  margin-top: -20px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header_icon_menu-trigger {
    margin-top: -35px;
  }
}

@media (max-width: 991px) {
  .header_icon_menu-trigger {
    width: 45px;
    height: 45px;
    margin-top: -15px;
    border: 1px solid #b1b1b1;
  }
}

.header_icon_menu-trigger_close {
  position: absolute;
  top: 10px;
  right: 25px;
  margin-top: 0;
}

@media (max-width: 575px) {
  .header_icon_menu-trigger_close {
    right: 15px;
    top: 13px;
  }
}

.header_icon_menu-trigger_close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-50%) rotate(45deg);
          transform: translateY(9px) translateX(-50%) rotate(45deg);
}

.header_icon_menu-trigger_close span:nth-of-type(2) {
  opacity: 0;
}

.header_icon_menu-trigger_close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(-50%) rotate(-45deg);
          transform: translateY(-9px) translateX(-50%) rotate(-45deg);
}

.header_icon_menu-trigger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background-color: #70B42C;
}

@media (max-width: 991px) {
  .header_icon_menu-trigger span {
    width: 20px;
    height: 3px;
  }
}

.header .js-nav-drawer-open span:nth-of-type(1) {
  top: 15px;
}

@media (max-width: 991px) {
  .header .js-nav-drawer-open span:nth-of-type(1) {
    top: 13px;
  }
}

.header .js-nav-drawer-open span:nth-of-type(2) {
  top: 24px;
}

@media (max-width: 991px) {
  .header .js-nav-drawer-open span:nth-of-type(2) {
    top: 20px;
  }
}

.header .js-nav-drawer-open span:nth-of-type(3) {
  top: 33px;
}

@media (max-width: 991px) {
  .header .js-nav-drawer-open span:nth-of-type(3) {
    top: 27px;
  }
}

.header .js-nav-drawer-close span:nth-of-type(1) {
  top: 15px;
}

@media (max-width: 991px) {
  .header .js-nav-drawer-close span:nth-of-type(1) {
    top: 11px;
  }
}

.header .js-nav-drawer-close span:nth-of-type(3) {
  top: 33px;
}

@media (max-width: 991px) {
  .header .js-nav-drawer-close span:nth-of-type(3) {
    top: 29px;
  }
}

.header .nav-header__fullsize {
  width: 94%;
  left: 50px;
  top: 52px;
  position: absolute;
  z-index: 2;
  background-color: #70B42C;
  overflow: scroll !important;
  height: calc(100vh - 134px);
}

.header .dropwrap-products {
  padding: 0 15px 15px;
  background-color: #70B42C;
  border-radius: 15px;
}

.header .dropwrap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 15px 0 0;
}

.header .dropwrap-area.border-top {
  border-top: 2px solid #70B42C;
}

.header .dropBox {
  width: 19%;
  padding: 0 20px;
  background-color: #fff;
  color: #2D2D2D;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 0.5%;
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .header .dropBox {
    width: 32%;
  }
}

.header .dropBox h3 {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.header .dropBox a {
  font-size: 0.93rem;
}

.header .dropBox a:hover {
  background-color: transparent;
  opacity: .8;
}

.header .dropBox a img:hover {
  opacity: .6;
}

.header .dropBox ol {
  border-top: 1px solid #EAEAEA;
  margin-top: 30px;
}

.header .parentsMenu {
  background-color: #F4F4F4;
  position: relative;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.header .parentsMenu a {
  display: block;
  padding: 10px 0 8px 35px;
  position: relative;
  font-weight: 600;
}

.header .parentsMenu a:hover {
  color: #70B42C;
  opacity: .8;
}

.header .parentsMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header .parentsMenu span {
  display: inline-block;
}

.header .parentsMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header .childMenu {
  position: relative;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.header .childMenu a {
  display: block;
  padding: 10px 0 8px 60px;
  position: relative;
  font-weight: 600;
}

.header .childMenu a:hover {
  color: #70B42C;
  opacity: .8;
}

.header .childMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header .childMenu span {
  display: inline-block;
}

.header .childMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header nav.pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header nav.pc ul.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header nav.pc ul.pc li.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header_icon_mail_sp,
  .header .header_icon_menu-trigger {
    display: none;
  }
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
  margin: 0 !important;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  background-color: #f7f8f9;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  margin-top: 65px;
}

.nav-drawer__menu-item {
  border-bottom: #e2e2e2 1px dashed;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  letter-spacing: 0.01em;
  padding: 1em 1.2em 1em 1.2em;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
  font-size: 1rem;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background-color: #0e64ba;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #1071d2;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #fff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.nav-drawer__search p {
  background-color: #212121;
  color: #fff;
  padding: 10px 0 10px 47px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.nav-drawer__search p i {
  position: absolute;
  color: #EF8200;
  left: 15px;
  top: 8px;
  font-size: 1.8rem;
}

.nav-drawer__search form {
  background-color: #fff;
  padding: 10px 15px 16px 18px;
}

.nav-drawer__search form input {
  background-color: #F0F0F0;
  width: 83%;
  border-radius: 6px 0 0 6px;
  padding: 9px 0 9px 21px;
  outline: none;
}

.nav-drawer__search form button {
  background-color: #76B925;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  -webkit-transform: translate(-4px, 6px);
          transform: translate(-4px, 6px);
}

.nav-drawer__search form button i {
  padding: 5px;
}

.banner {
  margin-top: 100px;
  padding: 45px 0 46px;
  background-color: #E0E0E0;
  position: relative;
}

@media (max-width: 991px) {
  .banner {
    margin-top: 40px;
  }
}

.banner:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
}

.banner:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
  position: absolute;
  top: -2px;
}

footer.top {
  background-color: #ffffff;
  border-top: 1px solid #70B42C;
  margin-top: 80px;
}

footer.top .footer {
  padding: 100px 0 170px;
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  footer.top .footer {
    width: 1300px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.top .footer {
    width: 1140px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.top .footer {
    width: 960px;
  }
}

@media (max-width: 991px) {
  footer.top .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    width: 100%;
    padding: 40px 0 100px;
    text-align: center;
  }
}

footer.top .footer-left {
  position: relative;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-left {
    width: 30%;
  }
}

@media (max-width: 991px) {
  footer.top .footer-left {
    border-top: 1px solid #707070;
    padding-top: 45px;
    margin: auto 30px;
  }
}

footer.top .footer-logo img {
  height: 65px;
  margin-left: -16px;
}

@media (max-width: 991px) {
  footer.top .footer-logo img {
    width: 46%;
    max-width: 220px;
    height: auto;
    margin: auto;
  }
}

footer.top .footer-title {
  margin-top: 30px;
}

@media (max-width: 991px) {
  footer.top .footer-title {
    margin-top: 20px;
    font-size: 0.59rem;
  }
}

footer.top .footer-social {
  margin-top: 40px;
}

@media (max-width: 991px) {
  footer.top .footer-social {
    margin: 30px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

footer.top .footer-social_youtube {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer.top .footer-social_youtube {
    height: 50px;
    width: 50px;
  }
}

footer.top .footer-social_youtube:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer.top .footer-social_youtube:hover svg {
  color: #ffffff;
}

footer.top .footer-social_x {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  margin-left: 10px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer.top .footer-social_x {
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

footer.top .footer-social_x:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer.top .footer-social_x:hover svg {
  color: #ffffff;
}

footer.top .footer-social div {
  position: relative;
}

footer.top .footer-social_youtube div svg {
  position: absolute;
  top: 14px;
  right: 14px;
}

footer.top .footer-social_x div svg {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 991px) {
  footer.top .footer-social div svg {
    top: 9px;
    right: 12px;
    width: 50%;
  }
}

footer.top .footer-partner {
  margin-top: 70px;
}

@media (max-width: 991px) {
  footer.top .footer-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 55px;
  }
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-partner.pc {
    display: block !important;
  }
  footer.top .footer-partner.tablet-sp {
    display: none !important;
  }
}

@media (max-width: 991px) {
  footer.top .footer-partner.pc {
    display: none !important;
  }
  footer.top .footer-partner.tablet-sp {
    display: block !important;
  }
}

footer.top .footer-partner_text {
  font-family: 'Rubik';
  font-size: 1.4444444444444rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  footer.top .footer-partner_text {
    font-size: 1.83rem;
  }
}

footer.top .footer-partner_img {
  margin-top: 25px;
}

@media (max-width: 991px) {
  footer.top .footer-partner_img {
    font-size: 3.5714285714286rem;
    margin: 10px auto 0;
    padding-bottom: 60px;
  }
}

footer.top .footer-partner_img img {
  width: 210px;
}

@media (max-width: 991px) {
  footer.top .footer-partner_img img {
    width: 42%;
    max-width: 210px;
    margin: auto;
  }
}

footer.top .footer-copyright {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 991px) {
  footer.top .footer-copyright {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.51rem;
  }
}

footer.top .footer-right {
  margin-left: 200px;
  display: table;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer.top .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer.top .footer-contact {
    width: 100vw;
  }
}

footer.top .footer-contact_title {
  font-size: 1.3333333333333rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  footer.top .footer-contact_title {
    font-size: 1.47rem;
  }
}

@media (max-width: 991px) {
  footer.top .footer-contact_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

footer.top .footer-contact_name {
  margin-top: 20px;
  font-size: 0.88888888888889rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  footer.top .footer-contact_name {
    margin-top: 20px;
    font-size: 0.88rem;
  }
}

footer.top .footer-contact_tel {
  line-height: 1;
}

@media (max-width: 991px) {
  footer.top .footer-contact_tel {
    margin-top: 8px;
  }
}

footer.top .footer-contact_tel span {
  font-size: 2rem;
  font-family: 'Rubik';
  font-weight: 600;
  margin-left: 8px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-contact_tel span {
    font-size: 1.8rem;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    display: inline-block;
  }
}

@media (max-width: 991px) {
  footer.top .footer-contact_tel span {
    font-size: 2.2rem;
    margin-left: 8px;
  }
}

footer.top .footer-contact_tel i {
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #70B42C;
  padding: 3px;
}

@media (max-width: 991px) {
  footer.top .footer-contact_tel i {
    height: 26px;
    width: 26px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 1.1rem;
    padding: 6px;
  }
}

footer.top .footer-contact_time {
  font-size: 0.88888888888889rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  footer.top .footer-contact_time {
    font-size: 0.77rem;
    margin-top: 10px;
  }
}

footer.top .footer-contact_text {
  margin-left: 65px;
  margin-top: 20px;
  font-size: 0.88888888888889rem;
  font-weight: 600;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-contact_text {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer.top .footer-contact_text {
    padding: 0 20px;
    font-size: 0.88rem;
    margin: 55px 0 0;
  }
}

footer.top .footer-contact_btn {
  margin-left: 65px;
  margin-top: 15px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-contact_btn {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer.top .footer-contact_btn {
    margin: 0;
    padding: 0 20px;
    width: 100vw;
  }
}

footer.top .footer-contact_btn a {
  width: 270px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #70B42C;
  display: inline-block;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 991px) {
  footer.top .footer-contact_btn a {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    max-width: 450px;
    height: 60px;
    font-size: 0.88rem;
    text-align: center;
  }
}

footer.top .footer-contact_btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

footer.top .footer-contact_btn a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

footer.top .footer-contact_btn a:hover:after {
  width: 100%;
}

footer.top .footer-nav {
  margin-top: 60px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-nav.pc {
    display: block !important;
  }
}

footer.top .footer-nav a:hover {
  opacity: 1;
  color: #70B42C;
}

footer.top .footer-nav_product {
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-nav_product {
    width: 530px;
  }
}

footer.top .footer-nav_product ul {
  width: 310px;
  float: left;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.top .footer-nav_product ul {
    width: 255px;
  }
}

footer.top .footer-nav_product ul:nth-child(2), footer.top .footer-nav_product ul:nth-child(3) {
  height: 115px;
}

/* footer.top .footer-nav_product ul:nth-child(5) {
  height: 100px;
}

footer.top .footer-nav_product ul:nth-child(5) .footer-nav_second_product {
  margin-top: -15px;
}

footer.top .footer-nav_product ul:nth-child(7) .footer-nav_second_product {
  margin-top: 0px;
}

footer.top .footer-nav_product ul:nth-child(9) .footer-nav_second_product {
  margin-top: 10px;
} */

footer.top .footer-nav_first {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 1.3333333333333rem;
  position: relative;
  padding-bottom: 25px;
}

footer.top .footer-nav_first:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #70B42C;
  position: absolute;
  bottom: -0;
}

footer.top .footer-nav_first:nth-of-type(3) {
  margin-top: 90px;
}

footer.top .footer-nav_second {
  font-family: 'Rubik';
  font-size: 0.88888888888889rem;
  line-height: 1.8;
}

footer.top .footer-nav_second:nth-child(1) {
  margin-top: 30px;
}

footer.top .footer-nav_second_product {
  margin-top: 30px;
  font-family: 'Rubik';
  font-size: 0.88888888888889rem;
  line-height: 1.8;
}

footer.top .footer-nav_third {
  list-style: '-';
  list-style-position: inside;
  font-size: 0.88888888888889rem;
  line-height: 1.8;
}

footer.top .footer-nav_third a {
  margin-left: 5px;
}

footer.top .footer-nav_sideblock {
  display: table-cell;
}

footer.top .footer-nav_about {
  margin-top: 60px;
}

footer.under {
  background-color: #ffffff;
  border-top: 1px solid #D3D3D3;
}

footer.under .footer {
  padding: 100px 0 170px;
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  footer.under .footer {
    width: 1388px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer {
    width: 1100px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer {
    width: 920px;
  }
}

@media (max-width: 991px) {
  footer.under .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    width: 100%;
    padding: 40px 0 100px;
    text-align: center;
  }
}

footer.under .footer-left {
  position: relative;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-left {
    width: 27%;
  }
}

@media (max-width: 991px) {
  footer.under .footer-left {
    border-top: 1px solid #707070;
    padding-top: 45px;
    margin: auto 30px;
  }
}

footer.under .footer-logo img {
  height: 65px;
  margin-left: -16px;
}

@media (max-width: 991px) {
  footer.under .footer-logo img {
    width: 65%;
    max-width: 240px;
    height: auto;
    margin: auto;
  }
}

footer.under .footer-title {
  margin-top: 40px;
  font-size: 1.14rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-title {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer.under .footer-title {
    margin-top: 20px;
    font-size: 0.59rem;
  }
}

footer.under .footer-social {
  margin-top: 40px;
}

@media (max-width: 991px) {
  footer.under .footer-social {
    margin: 30px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

footer.under .footer-social_youtube {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer.under .footer-social_youtube {
    height: 50px;
    width: 50px;
  }
}

footer.under .footer-social_youtube:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer.under .footer-social_youtube:hover svg {
  color: #ffffff;
}

footer.under .footer-social_x {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  margin-left: 10px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer.under .footer-social_x {
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

footer.under .footer-social_x:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer.under .footer-social_x:hover svg {
  color: #ffffff;
}

footer.under .footer-social div {
  position: relative;
}

footer.under .footer-social_youtube div svg {
  position: absolute;
  top: 14px;
  right: 14px;
}

footer.under .footer-social_x div svg {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media (max-width: 991px) {
  footer.under .footer-social_youtube div svg {
    top: 9px;
    right: 12px;
    width: 50%;
  }
  
  footer.under .footer-social_x div svg {
    top: 11px;
    right: 12px;
    width: 50%;
  }
}

footer.under .footer-partner {
  margin-top: 70px;
}

@media (max-width: 991px) {
  footer.under .footer-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 55px;
  }
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-partner.pc {
    display: block !important;
  }
  footer.under .footer-partner.tablet-sp {
    display: none !important;
  }
}

@media (max-width: 991px) {
  footer.under .footer-partner.pc {
    display: none !important;
  }
  footer.under .footer-partner.tablet-sp {
    display: block !important;
  }
}

footer.under .footer-partner_text {
  font-family: 'Rubik';
  font-size: 1.85rem;
}

@media (max-width: 991px) {
  footer.under .footer-partner_text {
    font-size: 1.83rem;
  }
}

footer.under .footer-partner_img {
  margin-top: 22px;
}

@media (max-width: 991px) {
  footer.under .footer-partner_img {
    font-size: 3.5714285714286rem;
    margin: 10px auto 0;
    padding-bottom: 60px;
  }
}

footer.under .footer-partner_img img {
  width: 210px;
}

@media (max-width: 991px) {
  footer.under .footer-partner_img img {
    width: 42%;
    max-width: 210px;
    margin: auto;
  }
}

footer.under .footer-copyright {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 991px) {
  footer.under .footer-copyright {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.51rem;
  }
}

footer.under .footer-right {
  margin-left: 200px;
  display: table;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer.under .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact {
    width: 100vw;
  }
}

footer.under .footer-contact_title {
  font-size: 1.71rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  footer.under .footer-contact_title {
    font-size: 1.47rem;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

footer.under .footer-contact_name {
  margin-top: 20px;
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-contact_name {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-contact_name {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_name {
    margin-top: 20px;
    font-size: 0.88rem;
  }
}

footer.under .footer-contact_tel {
  line-height: 1;
}

@media (max-width: 991px) {
  footer.under .footer-contact_tel {
    margin-top: 8px;
  }
}

footer.under .footer-contact_tel span {
  font-size: 2.57rem;
  font-family: 'Rubik';
  font-weight: 700;
  margin-left: 8px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-contact_tel span {
    font-size: 1.8rem;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    display: inline-block;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_tel span {
    font-size: 2.2rem;
    margin-left: 8px;
  }
}

footer.under .footer-contact_tel i {
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #70B42C;
  padding: 6px;
  font-size: 1.4rem;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

@media (max-width: 991px) {
  footer.under .footer-contact_tel i {
    height: 26px;
    width: 26px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 1.1rem;
    padding: 6px;
  }
}

footer.under .footer-contact_time {
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-contact_time {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-contact_time {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_time {
    font-size: 0.77rem;
    margin-top: 10px;
  }
}

footer.under .footer-contact_text {
  margin-left: 65px;
  margin-top: 20px;
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-contact_text {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-contact_text {
    font-size: 0.8rem;
  }
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-contact_text {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_text {
    padding: 0 20px;
    font-size: 0.88rem;
    margin: 55px 0 0;
  }
}

footer.under .footer-contact_btn {
  margin-left: 65px;
  margin-top: 15px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-contact_btn {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer.under .footer-contact_btn {
    margin: 0;
    padding: 0 20px;
    width: 100vw;
  }
}

footer.under .footer-contact_btn a {
  width: 270px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #70B42C;
  display: inline-block;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 991px) {
  footer.under .footer-contact_btn a {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    max-width: 450px;
    height: 60px;
    font-size: 0.88rem;
    text-align: center;
  }
}

footer.under .footer-contact_btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.28rem;
}

footer.under .footer-contact_btn a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

footer.under .footer-contact_btn a:hover:after {
  width: 100%;
}

footer.under .footer-nav {
  margin-top: 60px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-nav.pc {
    display: block !important;
  }
}

footer.under .footer-nav a:hover {
  opacity: 1;
  color: #70B42C;
}

footer.under .footer-nav_product {
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
}

/* @media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-nav_product {
    width: 530px;
  }
} */

footer.under .footer-nav_product ul {
  /* width: 310px; */
  /* float: left; */
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer.under .footer-nav_product ul {
    width: 255px;
  }
}
/*
footer.under .footer-nav_product ul:nth-child(2), footer.under .footer-nav_product ul:nth-child(3) {
  height: 140px;
}

footer.under .footer-nav_product ul:nth-child(5) {
  height: 90px;
}

footer.under .footer-nav_product ul:nth-child(5) .footer-nav_second_product {
  margin-top: -25px;
}

footer.under .footer-nav_product ul:nth-child(7) .footer-nav_second_product {
  margin-top: -87px;
}

footer.under .footer-nav_product ul:nth-child(9) .footer-nav_second_product {
  margin-top: 25px;
} */

footer.under .footer-nav_first {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

footer.under .footer-nav_first:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #70B42C;
  position: absolute;
  bottom: -0;
}

footer.under .footer-nav_first:nth-of-type(3) {
  margin-top: 90px;
}

footer.under .footer-nav_second {
  font-family: 'Rubik';
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-nav_second {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-nav_second {
    font-size: 0.8rem;
  }
}

footer.under .footer-nav_second:nth-child(1) {
  margin-top: 50px;
}

footer.under .footer-nav_second_product {
  margin-top: 30px;
  font-family: 'Rubik';
  font-size: 1rem;
  line-height: 1.8;
}

footer.under .footer-nav_third {
  list-style: '-';
  list-style-position: inside;
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer.under .footer-nav_third {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer.under .footer-nav_third {
    font-size: 0.8rem;
  }
}

footer.under .footer-nav_third a {
  margin-left: 5px;
}

footer.under .footer-nav_sideblock {
  display: table-cell;
}

footer.under .footer-nav_about {
  margin-top: 90px;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.page-top a {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: rgba(107, 173, 36, 0.2);
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-top a {
    width: 70px;
    height: 70px;
  }
}

.page-top a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  font-size: 1.6rem;
}

.page-top a:hover {
  opacity: 1;
  background: rgba(107, 173, 36, 0.6);
}

@media (max-width: 991px) {
  .side {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .side-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.side-image a {
  margin-top: 20px;
  display: block;
}

.side-image a:nth-of-type(1) {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .side-image a {
    width: 48%;
    margin-top: 0;
  }
  .side-image a:nth-of-type(2) {
    margin-left: 4%;
  }
}

.side-search {
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 0 0 #7C7C7C;
          box-shadow: 0 2px 0 0 #7C7C7C;
}

.side-search p {
  background-color: #212121;
  color: #fff;
  padding: 16px 0 16px 47px;
  position: relative;
  font-size: 1.14rem;
  font-weight: 500;
}

.side-search p i {
  position: absolute;
  color: #EF8200;
  left: 15px;
  top: 15px;
  font-size: 1.8rem;
}

.side-search form {
  background-color: #fff;
  padding: 10px 10px 16px 18px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.side-search form input {
  background-color: #F0F0F0 !important;
  width: 85%;
  border-radius: 6px 0 0 6px !important;
  padding: 9px 0 9px 21px !important;
  outline: none;
  border: none !important;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .side-search form input {
    width: 80%;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .side-search form input {
    width: 74%;
  }
}

.side-search form button {
  background-color: #76B925;
  width: 39px;
  height: 39px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  -webkit-transform: translate(-4px, 7px);
          transform: translate(-4px, 7px);
}

@media (max-width: 1399px) {
  .side-search form button {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-4px, 6px);
            transform: translate(-4px, 6px);
  }
}

.side-search form button i {
  padding: 5px;
}

.side-nav {
  margin-top: 23px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-top: none;
}

@media (max-width: 991px) {
  .side-nav {
    margin-top: 40px;
  }
}

.side-nav_box {
  color: #2D2D2D;
}

.side-nav_box:nth-of-type(1) {
  border-top: none;
}

.side-nav_box h4 {
  border-bottom: 2px solid #717171;
}

.side-nav_box h4 a img {
  width: 100%;
}

.side-nav_box ul {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .side-nav_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #EAEAEA;
  }
}

.side-nav_box li {
  list-style: none;
}

@media (max-width: 991px) {
  .side-nav_box li {
    width: 50%;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
  }
  .side-nav_box li:nth-child(2n + 1) {
    border-right: 1px solid #eaeaea;
  }
  .side-nav_box li:last-child, .side-nav_box li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

.side-nav_box li:hover {
  color: #70B42C;
}

.side-nav_box li a {
  display: block;
  position: relative;
  background-color: #FAFAFA;
}

@media (max-width: 991px) {
  .side-nav_box li a {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.side-nav_box li a:hover {
  opacity: 1;
}

.side-nav_box li a:hover i {
  left: 20px;
}

.side-nav_box li a span {
  display: block;
  font-weight: 500;
  padding: 8px 0 8px 47px;
  border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .side-nav_box li a span {
    padding: 8px 5px 8px 47px;
  }
}

@media (max-width: 991px) {
  .side-nav_box li a span {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
}

.side-nav_box li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 1.6rem;
  color: #EF8200;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.side-nav_box li a.active {
  background-color: #C5CFC8;
}

.side-nav_box li.childMenu a {
  background-color: #FFFFFF;
}

.side-nav_box li.childMenu a.active {
  background-color: #C5CFC8;
}

.side-nav_box li.childMenu span {
  padding-left: 75px;
}

.side-nav_box li:nth-last-of-type(1) span {
  border-bottom: none;
}

.side-nav_box li a.active span {
  border: none;
}

.side-pickup {
  margin-top: 70px;
}

.side-pickup_title {
  font-size: 2.15rem;
  font-weight: 700;
}

.side-pickup_sub_title {
  font-size: 0.85rem;
  font-family: 'DIN Alternate';
  font-weight: 700;
}

.side-pickup img {
  margin-top: 20px;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
.pc {
  display: inherit;
}

.pc-tablet {
  display: inherit;
}

.tablet {
  display: none;
}

.tablet-sp {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tablet {
    display: inherit;
  }
  .tablet {
    display: inherit;
  }
  .tablet-sp {
    display: inherit;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-tablet {
    display: none;
  }
  .tablet {
    display: none;
  }
  .tablet-sp {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
}

#breadcrumbWrap {
  padding: 4px 0 10px;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 30px;
  color: #2D2D2D;
  font-size: 0.85rem;
}

#breadcrumbWrap a {
  text-decoration: underline;
}

#breadcrumbWrap li {
  display: inline-block;
}
