@charset "UTF-8";
/* color */
/* 全体共通 */
body {
  color: #404040;
}

p {
  font-size: 13px;
  margin-bottom: 2rem;
}

ul, ol, li, dl, dt, dd {
  font-size: 13px;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

figcaption,
figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.container {
  max-width: 1200px !important;
}

.fo-montserrat {
  font-family: "Montserrat";
  font-weight: 600;
  color: #558317;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media (max-width: 767px) {
  p, li, dt, dd {
    font-size: 15px;
  }
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}

/* header */
.header {
  padding: 20px;
}

/* section */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* header */
.header {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #558317;
  /* ハンバーガーmenu */
  /* このクラスを、jQueryで付与・削除する */
}

.header .globalMenuPc li:not(:last-of-type) {
  padding-right: 60px;
}

.header .nav li {
  padding: 10px 0;
  font-size: 24px;
}

.header .nav li a {
  display: block;
  color: #558317;
}

.header .nav li span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.header nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #E9ECD7;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  padding: 40px 0;
}

.header nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.header nav.globalMenuSp ul li {
  padding: 0;
  width: 100%;
}

.header nav.globalMenuSp ul li:not(:last-of-type) {
  margin-bottom: 20px;
  content: '';
}

.header nav.globalMenuSp ul li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/sp_menu_icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 20px;
}

.header nav.globalMenuSp ul li span {
  margin-top: 5px;
  font-size: 15px;
}

.header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header nav.globalMenuSp ul li a {
  display: block;
  padding: 0;
}

.header nav .globalMenu_sns-icon {
  font-size: 32px;
}

.header nav .globalMenu_sns-icon li {
  margin-bottom: 0 !important;
  padding: 0 35px !important;
  width: auto !important;
}

.header nav .globalMenu_sns-icon li::after {
  content: none !important;
}

.header nav .globalMenu_sns-icon li a {
  padding: 0 !important;
}

.header nav.globalMenuSp.active {
  transform: translateY(0%);
}

.header .navToggle {
  display: none;
}

.header .coming-s {
  color: #888888 !important;
}

/* ハンバーガーmenu end */
/* ぱんくずリストリスト */
.breadcrumb {
  margin: 0;
  padding: 20px 0;
  background: #fff;
}

.breadcrumb a {
  color: #558317;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #404040;
}

/* ぱんくず リストリスト end */
/* main_visual */
#main_visual {
  position: relative;
  height: 850px;
  background: url("../images/pc_mv.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main_visual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 64px;
  color: #558317;
  letter-spacing: 0.2em;
  text-shadow: 0 3px 2px #0000001A;
}

#main_visual h1 span {
  display: block;
  margin-top: 30px;
  font-size: 28px;
  font-weight: normal;
}

#main_visual img {
  width: 100%;
}

/* section h2 */
section h2 {
  margin: 0 auto;
  font-size: 42px;
}

section h2 span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
}

section h2::after {
  content: '';
  display: inline-block;
  width: 67px;
  height: 14.2px;
  background-image: url("../images/h2_icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* section01 */
.section01 .section_img {
  max-width: 498px;
  margin-right: 110px;
}

.section01 .section_text {
  flex: 1;
}

.section01 .section_text h3 {
  margin-bottom: 2rem;
  line-height: 1.4;
}

/* section02 */
.section02 {
  background: #F5F5F5;
}

.section02 .products-list {
  margin: 80px 0;
}

.section02 .products-list ul.row {
  padding: 0;
}

.section02 .products-list ul.row li {
  padding: 0;
  position: relative;
}

.section02 .products-list .text_area {
  max-width: 320px;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-fransform: translateY(-50%);
}

.section02 .products-list .text_area h3 {
  margin-bottom: 2rem;
  font-size: 36px;
}

.section02 .products-list .text_area h3 span {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.section02 .products-list .text_area .btn_more {
  margin: 0 auto;
}

.section02 .products-list .text_area-l {
  right: auto;
  left: 5%;
}

.section02 .products-list .text_area-sp {
  display: none;
}

/* section03 */
.section03 {
  background: #E8EBD5;
}

.section03 .sec03_img1 {
  max-width: 560px;
}

.section03 figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section03 .sec03_text {
  flex: 1;
}

.section03 .sec03_text ul {
  margin: 0 0 0 70px;
  padding: 0;
}

.section03 .sec03_text ul li dl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.section03 .sec03_text ul li dl dt {
  position: relative;
  width: 130px;
  font-weight: 400;
  color: #558317;
}

.section03 .sec03_text ul li dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
  margin-right: 10px;
}

.section03 .sec03_text ul li dl dd {
  flex: 1;
}

/* parallax-window */
.parallax-window {
  width: 100%;
  padding-top: 400px;
}

/* section04 insta_wrap */
.section04 h2 i {
  margin-right: 20px;
}

.section04 h2::after {
  content: none;
}

.section04 .insta_img {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section04 .products-btn a::after {
  margin-left: 100px;
}

/* footer */
.footer {
  padding-top: 50px;
  padding-bottom: 35px;
  background: #F0F0F0;
}

.footer .footer_logo {
  max-width: 317px;
  margin: 0 auto;
}

.footer .footer_sns-icon {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  font-size: 36px;
}

.footer .footer_sns-icon li:first-of-type {
  margin-right: 70px;
}

.footer .footer_sns-icon a {
  color: #558317;
}

.footer .footer-nav {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.footer .footer-nav li:nth-of-type(2) {
  margin-left: 15px;
  margin-right: 15px;
}

.footer .footer-nav a {
  color: #404040;
}

.footer .footer-nav a i {
  margin-right: 5px;
}

.footer .copyright {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}

/* ボタン */
.btn_more {
  width: 180px;
  background: #2F2F2F;
  border-radius: 21px;
}

.btn_more a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
}

.btn_more a::after, .btn_more a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("../images/btn_logo-point.svg");
  background-size: contain;
  vertical-align: middle;
  margin-right: 40px;
}

.btn_more a::after {
  margin-right: 0;
  margin-left: 40px;
}

.btn_more a:hover {
  color: #404040;
  background: #fff;
}

.btn_more.btn_green {
  margin-top: 50px;
  background: #558317;
}

.btn_more.btn_green a::after, .btn_more.btn_green a::before {
  content: none;
}

.btn_more.btn_green a i {
  margin-left: 5px;
}

.sp_btn {
  display: none;
}

.products-btn {
  width: 360px;
  margin: 0 auto;
  border-radius: 31px;
}

.products-btn a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.products-btn a::before {
  margin-right: 110px;
}

.products-btn a::after {
  margin-left: 110px;
}

/* page_top */
#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 30px;
  opacity: 0.6;
}

#page_top a {
  width: 70px;
  height: 70px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 70px;
  color: #558317;
}

/* 下層-PRODUCT */
.section02.sec02_under-l .products-list .text_area {
  max-width: 260px;
}

.section02.sec02_under-l .products-list .text_area p {
  text-align: left;
}

#about #main_visual {
  height: 650px;
  background: url("../images/about/about_mainimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about #main_visual h1 {
  color: #fff;
}

#about .ab_section01 .ab_section01-1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/about/ab_sec01_bk.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F5F5;
}

#about .ab_section01 .ab_section01-1 h2 {
  font-size: 38px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#about .ab_section01 .ab_section01-1 h2::after {
  content: none;
}

#about .ab_section01 .ab_section01-2 .ab_section01_text {
  max-width: 510px;
  margin-left: 90px;
}

#about .ab_section02 {
  padding-bottom: 60px;
  background: #F5F5F5;
}

#about .ab_section02 .ab_section02-1 {
  margin-top: 90px;
}

#about .ab_section02 .ab_section02-1 .ab_section02_text {
  max-width: 820px;
  margin: 0 auto;
}

#about .ab_section02 .ab_section02-1 figure {
  max-width: 240px;
  margin: 60px auto 0;
}

#about .section02 .products-list .text_area {
  top: 45%;
  right: 9%;
}

#about .section02 .products-list .text_area h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
}

#about .section02 .products-list .text_area h3 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  #about #main_visual {
    height: 555px;
    background: url("../images/about/about_mainimg_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #about .ab_section01 .ab_section01-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about .ab_section01 .ab_section01-1 h2 {
    font-size: 18px;
  }
  #about .ab_section01 .ab_section01-2 .ab_section01_text {
    margin-top: 40px;
    margin-left: 0;
  }
  #about .ab_section01 .ab_section01-2 .ab_section01_text p:last-child {
    margin-bottom: 40px;
  }
  #about .ab_section02 {
    padding-bottom: 20px;
  }
  #about .ab_section02 .ab_section02-1 {
    margin-top: 40px;
  }
  #about .ab_section02 .ab_section02-1 figure {
    max-width: 180px;
    margin-top: 40px;
  }
  #about .ab_section02 .ab_section02-1 .ab_section02_text {
    text-align: left !important;
  }
  #about .section02 .products-list .text_area {
    top: 35%;
    right: 6%;
    max-width: 175px;
  }
  #about .section02 .products-list .text_area .pc_btn {
    display: block;
    width: 100%;
  }
  #about .section02 .products-list .text_area .pc_btn a::before {
    margin-right: 40px;
  }
  #about .section02 .products-list .text_area .pc_btn a::after {
    margin-left: 40px;
  }
  #about .section02 .products-list .text_area-sp {
    padding: 30px 15px;
  }
}

#product #main_visual {
  height: 650px;
  background: url("../images/works/product_mainimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#product #main_visual h1 {
  color: #fff;
}

#product .pd_section01 .pd_section01-1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/about/ab_sec01_bk.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E8EBD5;
}

#product .pd_section01 .pd_section01-1 h2 {
  font-size: 38px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#product .pd_section01 .pd_section01-1 h2::after {
  content: none;
}

#product .pd_list {
  padding-bottom: 0;
}

#product .pd_list ul {
  display: flex;
  padding: 0;
}

#product .pd_list ul .pd_list-wrap {
  display: flex;
  flex: 1 0 auto;
  margin-bottom: 60px;
}

#product .pd_list ul .pd_list-wrap .pd_list-und {
  display: flex;
  flex-direction: column;
}

#product .pd_list ul .pd_list-wrap .pd_list-und > * {
  flex-shrink: 0;
}

#product .pd_list ul .pd_list-wrap .pd_list-und figure {
  margin-bottom: 15px;
}

#product .pd_list ul .pd_list-wrap .pd_list-und h3 {
  margin: 0 15px 15px;
  font-size: 24px;
  line-height: 1;
}

#product .pd_list ul .pd_list-wrap .pd_list-und h3 a {
  color: #404040;
  text-decoration: underline;
}

#product .pd_list ul .pd_list-wrap .pd_list-und h3 span {
  font-size: 15px;
}

#product .pd_list ul .pd_list-wrap .pd_list-und p {
  margin: auto 15px 15px;
}

#product .pd_list ul .pd_list-wrap .pd_list-und .btn_more {
  display: block !important;
  width: 90% !important;
  margin: auto auto 0;
  text-align: center;
}

#product .pd_list ul .pd_list-wrap .pd_list-und .btn_more a::after, #product .pd_list ul .pd_list-wrap .pd_list-und .btn_more a::before {
  content: none;
}

#product .pd_list ul .pd_list-wrap .pd_list-und .btn_more a i {
  margin-left: 5px;
}

#product.product_und .section_und1 {
  background: #F5F5F5;
}

#product.product_und .section_und1 .product_und-1 {
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

#product.product_und .pd_text_1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #404040;
}

#product.product_und .pd_text_1 h2 {
  font-size: 24px;
}

#product.product_und .pd_text_1 h2 span {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}

#product.product_und .pd_text_1 h2 strong {
  color: #558317;
}

#product.product_und .pd_text_1 h2 strong .s_tax {
  display: inline-block;
  font-size: 14px;
}

#product.product_und .pd_text_1 h2::after {
  content: none;
}

#product.product_und .product_und-2 {
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}

#product.product_und .product_und-2 .pd_text_wrap2 {
  padding: 30px;
  background: #E8EBD5;
  border-radius: 5px;
}

#product.product_und .product_und-2 .pd_text_wrap2 .pd_list-ttl {
  margin-bottom: 10px;
}

#product.product_und .product_und-2 .pd_text_wrap2 .pd_list-ttl dt {
  width: 136px;
  margin: 0 auto 25px;
  padding: 5px;
  color: #fff;
  background: #404040;
  border-radius: 5px;
}

#product.product_und .product_und-2 .pd_text_wrap2 .pd_list-ttl dd ol li {
  list-style: square inside;
}

#product.product_und .product_und-2 .pd_text_wrap2 p {
  margin: 0;
  padding: 10px;
  background: #fff;
}

#product.product_und .product_und-2 .product_und-2_img {
  max-width: 239px;
}

#product.product_und .product_und_howto {
  margin: 30px auto 0;
  padding: 30px;
  background: #fff;
}

#product.product_und .product_und_howto p {
  display: flex;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #558317;
  text-align: center;
  align-items: center;
}

#product.product_und .product_und_howto p::after, #product.product_und .product_und_howto p::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #558317;
  display: block;
}

#product.product_und .product_und_howto p::before {
  margin: 0 20px 0 0;
}

#product.product_und .product_und_howto p::after {
  margin: 0 0 0 20px;
}

#product.product_und .product_und_howto .pd_howto-txt {
  margin-left: 30px;
}

#product.product_und .product_und_howto .pd_howto-txt ol {
  padding-left: 20px;
  line-height: 1.5;
}

#product.product_und .product_und_howto .pd_howto-txt ol li {
  list-style: square outside;
}

#product.product_und .product_und_howto .pd_howto-txt .pd_howto-txt_list {
  margin-bottom: 35px;
}

#product.product_und .product_und_howto .pd_howto-txt .pd_howto-txt_note dt {
  width: 136px;
  margin-bottom: 20px;
  padding: 5px;
  color: #fff;
  background: #404040;
  border-radius: 5px;
}

#product .banner_area {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  #product #main_visual {
    height: 555px;
    background: url("../images/works/product_mainimg_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #product .pd_section01 .pd_section01-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #product .pd_section01 .pd_section01-1 h2 {
    font-size: 18px;
  }
  #product .pd_list ul .pd_list-wrap {
    margin-bottom: 40px;
  }
  #product .pd_list ul .pd_list-wrap .pd_list-und h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  #product .pd_list ul .pd_list-wrap .pd_list-und p {
    margin: 0 0 15px;
  }
  #product .pd_list ul .pd_list-wrap .pd_list-und .btn_more {
    width: 100% !important;
  }
  #product.product_und .pd_text_1 h2 {
    margin-top: 15px;
    font-size: 20px;
  }
  #product.product_und .pd_text_1 h2 span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #product.product_und .product_und-2 {
    padding: 0;
  }
  #product.product_und .product_und-2 .pd_text_wrap2 {
    padding: 15px;
  }
  #product.product_und .product_und-2 .pd_text_wrap2 .pd_list-ttl dt {
    margin-bottom: 15px;
  }
  #product.product_und .product_und-2 .product_und-2_img {
    margin: 20px auto 0;
  }
  #product.product_und .product_und_howto {
    padding: 15px;
  }
  #product.product_und .product_und_howto p {
    font-size: 16px;
  }
  #product.product_und .product_und_howto .d-flex {
    flex-direction: column;
  }
  #product.product_und .product_und_howto .pd_howto-img {
    max-width: 239px;
    margin: 0 auto 10px;
  }
  #product.product_und .product_und_howto .pd_howto-txt {
    margin: 10px 0 0;
  }
  #product.product_und .product_und_howto .pd_howto-txt .pd_howto-txt_list {
    margin-bottom: 20px;
  }
  #product.product_und .product_und_howto .pd_howto-txt .pd_howto-txt_note dt {
    margin: 0 auto 20px;
  }
  #product.product_und .btn_more.btn_green {
    margin-top: 40px;
  }
  #product.product_und .banner_area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #product.product_und .banner_area .banner_area-1 {
    margin-bottom: 10px;
  }
}

#privacypolicy #main_visual {
  height: 650px;
  background: url("../images/works/product_mainimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#privacypolicy #main_visual h1 {
  color: #fff;
}

#privacypolicy .pp_anchor {
  position: relative;
  height: 75px;
  margin: 0 auto;
}

#privacypolicy .pp_anchor .pp_anchor_list {
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 740px;
  padding: 30px 50px 0;
  background: #fff;
  border-radius: 5px;
}

#privacypolicy .pp_anchor .pp_anchor_list ul {
  padding: 0;
}

#privacypolicy .pp_anchor .pp_anchor_list ul li {
  padding: 0;
  font-size: 24px;
}

#privacypolicy .pp_anchor .pp_anchor_list ul li span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #404040;
}

#privacypolicy .pp_anchor .pp_anchor_list ul li i {
  color: #404040;
}

#privacypolicy #about-us,
#privacypolicy #terms {
  background: #E8EBD5;
}

#privacypolicy #about-us .about-us_add-1,
#privacypolicy #terms .about-us_add-1 {
  margin-top: 80px;
  padding: 30px;
  background: #fff;
}

#privacypolicy #about-us .about-us_add-1 .add_img,
#privacypolicy #about-us .about-us_add-1 .add_txt,
#privacypolicy #terms .about-us_add-1 .add_img,
#privacypolicy #terms .about-us_add-1 .add_txt {
  padding: 0;
}

#privacypolicy #about-us .about-us_add-1 .add_img,
#privacypolicy #terms .about-us_add-1 .add_img {
  max-width: 350px;
}

#privacypolicy #about-us .about-us_add-1 .add_txt,
#privacypolicy #terms .about-us_add-1 .add_txt {
  flex: 1;
}

#privacypolicy #about-us .about-us_add-1 .add_txt li dl,
#privacypolicy #terms .about-us_add-1 .add_txt li dl {
  margin: 0;
}

#privacypolicy #about-us .about-us_add-1 .add_txt li dl dt,
#privacypolicy #terms .about-us_add-1 .add_txt li dl dt {
  position: relative;
  width: 150px;
  font-weight: normal;
  color: #558317;
}

#privacypolicy #about-us .about-us_add-1 .add_txt li dl dt::after,
#privacypolicy #terms .about-us_add-1 .add_txt li dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
  margin-right: 10px;
}

#privacypolicy #about-us .about-us_add-1 .add_txt li dl dd,
#privacypolicy #terms .about-us_add-1 .add_txt li dl dd {
  flex: 1;
}

#privacypolicy #about-us .about-us_add-1 .add_txt li:not(:last-of-type),
#privacypolicy #terms .about-us_add-1 .add_txt li:not(:last-of-type) {
  border-bottom: 1px dotted #C4C4C4;
}

#privacypolicy #about-us .ggmap,
#privacypolicy #terms .ggmap {
  padding: 0 30px 30px;
  background: #fff;
}

#privacypolicy #pp {
  background: #E8EBD5;
}

#privacypolicy #pp .pp_wrap {
  margin-top: 80px;
  padding: 30px;
  background: #fff;
  line-height: 1.8;
}

#privacypolicy #pp .pp_wrap h3 {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  background: #404040;
}

#privacypolicy #pp .pp_wrap h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}

#privacypolicy #pp .pp_wrap ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

#privacypolicy #pp .pp_wrap ol li {
  list-style: square outside;
}

#privacypolicy #pp .pp_wrap p:last-child {
  margin-bottom: 0;
}

#privacypolicy .banner_area {
  margin: 90px auto;
}

#privacypolicy .banner_area2 {
  margin-bottom: 90px;
}

#privacypolicy #terms {
  background: #F5F5F5 !important;
}

@media (max-width: 767px) {
  #privacypolicy #main_visual {
    height: 555px;
    background: url("../images/works/product_mainimg_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #privacypolicy .pp_anchor .pp_anchor_list {
    max-width: 90%;
    top: -25px;
    padding: 20px;
  }
  #privacypolicy .pp_anchor .pp_anchor_list ul li {
    padding: 10px 0 5px;
  }
  #privacypolicy .pp_anchor .pp_anchor_list ul li:not(:last-child) {
    border-bottom: 1px dotted #c4c4c4;
  }
  #privacypolicy #about-us {
    margin-top: 272px;
  }
  #privacypolicy #about-us .about-us_add-1,
  #privacypolicy #terms .about-us_add-1 {
    margin-top: 40px;
    padding: 40px 15px 15px;
    flex-direction: column;
  }
  #privacypolicy #about-us .about-us_add-1 .add_img,
  #privacypolicy #terms .about-us_add-1 .add_img {
    max-width: 100%;
    overflow: hidden;
  }
  #privacypolicy #about-us .about-us_add-1 .add_txt ol,
  #privacypolicy #terms .about-us_add-1 .add_txt ol {
    padding: 15px 0;
  }
  #privacypolicy #about-us .about-us_add-1 .add_txt ol li dl dt,
  #privacypolicy #terms .about-us_add-1 .add_txt ol li dl dt {
    width: 100%;
  }
  #privacypolicy #about-us .about-us_add-1 .add_txt ol li dl dt::after,
  #privacypolicy #terms .about-us_add-1 .add_txt ol li dl dt::after {
    content: none;
  }
  #privacypolicy .banner_area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #privacypolicy #pp .pp_wrap {
    margin-top: 40px;
    padding: 40px 15px;
  }
  #privacypolicy #pp .pp_wrap h3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  /* ハンバーガーmenu */
  .header {
    /* 最初のspanをマイナス45度に */
    /* 2番目と3番目のspanを45度に */
  }
  .header .globalMenuPc {
    display: none;
  }
  .header .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 3;
    background: #558317;
    text-align: center;
  }
  .header .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 7px;
  }
  .header .navToggle span:nth-child(1) {
    top: 10px;
  }
  .header .navToggle span:nth-child(2) {
    top: 20px;
  }
  .header .navToggle span:nth-child(3) {
    top: 30px;
  }
  .header .navToggle.active span:nth-child(1) {
    top: 20px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header .navToggle.active span:nth-child(2),
  .header .navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ハンバーガーmenu end */
  /* section02 */
  .section02 .products-list .text_area {
    right: 5%;
    left: auto;
  }
  .section02 .products-list .text_area-even {
    right: auto;
    left: 5%;
  }
}

@media (max-width: 767px) {
  /* header */
  .header {
    padding: 0 10px;
    height: 44px;
  }
  .header .header_logo {
    max-width: 138px;
  }
  .header nav.globalMenuSp ul li {
    font-size: 20px;
  }
  /* main_visual */
  #main_visual {
    height: 555px;
    background: url("../images/sp_mv.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #main_visual h1 {
    width: 95%;
    font-size: 28px;
  }
  #main_visual h1 span {
    margin-top: 10px;
    font-size: 14px;
  }
  /* ぱんくずリストリスト */
  .breadcrumb {
    padding: 20px 0;
    font-size: 12px;
  }
  /* section h2 */
  section h2 {
    font-size: 28px;
  }
  section h2 span {
    margin-top: 10px;
    font-size: 15px;
  }
  section h2::after {
    width: 61px;
    height: 12.9px;
  }
  /* section01 */
  .section01 .section_img {
    max-width: 230px;
    margin: 0 auto;
  }
  .section01 .section_text h3 {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
  }
  /* section02 */
  .section02 .products-list {
    margin: 40px 0;
  }
  .section02 .products-list .text_area {
    max-width: 40%;
    margin-bottom: 0;
    top: 30%;
  }
  .section02 .products-list .text_area h3 {
    font-size: 24px;
  }
  .section02 .products-list .text_area h3 span {
    margin-top: 5px;
    font-size: 15px;
  }
  .section02 .products-list .text_area p {
    display: none;
  }
  .section02 .products-list .text_area-sp {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    background: #fff;
  }
  .section02 .products-list .text_area-sp p {
    margin-bottom: 20px;
  }
  .section02 .products-list .text_area-sp .btn_more {
    width: 220px;
  }
  .section02 .products-list .text_area-sp .btn_more a::after {
    margin-left: 60px;
  }
  .section02 .products-list .text_area-sp .btn_more a::before {
    margin-right: 60px;
  }
  /* section03 */
  .section03 figure {
    margin: 40px 0;
    padding: 0;
  }
  .section03 .sec03_text {
    margin-bottom: 20px;
  }
  .section03 .sec03_text ul {
    margin: 0;
  }
  .section03 .sec03_text ul li dl {
    font-size: 15px;
  }
  .section03 .sec03_text ul li dl dt {
    width: 90px;
  }
  .section03 .sec03_text ul li dl dd {
    margin-bottom: 0;
  }
  .section03 .sec03_text ul li dl dd::before {
    margin: 0 5px;
  }
  .section03 .ggmap {
    padding: 0;
  }
  .section03 .ggmap iframe {
    height: 335px;
  }
  /* section04 */
  .section04 h2 i {
    margin-right: 10px;
  }
  .section04 .insta_img {
    margin: 40px 0;
  }
  .section04 .insta_img picture {
    width: 100%;
  }
  /* parallax-window */
  .parallax-window {
    padding-top: 180px;
  }
  /* ボタン */
  .btn_more {
    width: 300px;
    margin: 0 auto;
  }
  .btn_more a::after, .btn_more a::before {
    margin-right: 100px;
  }
  .btn_more a::after {
    margin-right: 0;
    margin-left: 100px;
  }
  .pc_btn {
    display: none;
  }
  .sp_btn {
    display: block;
  }
  .products-btn {
    padding: 0;
    border-radius: 21px;
  }
  .products-btn a {
    padding: 0.5rem 0.75rem;
  }
  .products-btn a::before {
    margin-right: 80px;
  }
  .products-btn a::after {
    margin-left: 80px;
  }
  .section04 .products-btn a::before {
    margin-right: 75px;
  }
  .section04 .products-btn a::after {
    margin-left: 75px;
  }
  /* footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer_logo {
    max-width: 206px;
  }
  .footer .footer_sns-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer .footer_sns-icon li {
    font-size: 36px;
  }
  .footer .footer_sns-icon li:first-of-type {
    margin-right: 50px;
  }
  .footer .footer-nav {
    font-size: 13px;
    text-align: center;
  }
  .footer .footer-nav li:nth-of-type(2) {
    margin: 25px 0;
  }
  .footer .copyright {
    font-size: 13px;
  }
  /* 下層-PRODUCT */
  .section02.sec02_under-l .products-list .text_area-sp p {
    margin-bottom: 0;
  }
}

@media (max-width: 321px) {
  .header nav.globalMenuSp {
    padding: 35px 0;
  }
  .header nav.globalMenuSp ul li span {
    margin-top: 0;
  }
  .header nav.globalMenuSp ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .header nav.globalMenuSp ul li:not(:last-of-type)::after {
    margin-top: 10px;
    height: 10px;
  }
}
