/*!
* A Modern CSS Reset Base
* 全ての要素にbox-sizing: border-box;.

/* Box sizing rules */
*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol[class],
p,
table,
td,
th,
tr,
ul {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.0;
}
ol[class],
ul[class] {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
button,
input,
select,
textarea {
  font: inherit;
}
img:not([alt]) {
  -webkit-filter:blur(10px);
  filter:blur(10px);
}
@media(prefers-reduced-motion:reduce) {
  * {
      -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;
  }
}

/* body */
body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #151515;
  line-height: 1.8;
  letter-spacing: 0.07em;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display:none;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.mincho {
  font-family: 'Shippori Mincho', serif;
}
.mb10 {
  margin-bottom: 10px;
}
@media only screen and (min-width:480px) {
  .mb10 {
      margin-bottom: 20px;
  }
}

@media only screen and (min-width:480px) {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width:480px) {
  .pc {
    display: block;
  }
}
.brown {
  color: #A97867;
}
.gray {
  color: #707070;
}
.font_s {
  font-size: 1.2rem;
  line-height: 2.0;
}
.font_m {
  font-size: 1.6rem;
}
@media only screen and (min-width:480px) {
  .font_s {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.font_m {
  font-size: 2.4rem;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
h1 {
  margin: 0 auto 58px;
}
h2 {
  font-size: 3.2rem;
  font-family: 'Cormorant', serif;
  color: #82524E;
  text-align: center;
  letter-spacing: 0.07em;
}
@media only screen and (min-width:480px) {
  h2 {
    font-size: 6.4rem;
  }
}
h3 {
  font-size: 2.0rem;
  font-weight: 500;
  font-family: 'Shippori Mincho', serif;
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
  margin: 0 24px 16px;
}
h3.point {
  padding-top: 24px;
}

@media only screen and (min-width:480px) {
  h3 {
    font-size: 3.2rem;
    margin: 0 48px 24px;
  }
  h3.haco {
    margin: 0 0 24px 48px;
  }
  h3.point {
    padding-top: 48px;
  }
}
h4 {
  font-size: 1.8rem;
  font-family: 'Shippori Mincho', serif;
  color: #82524E;
  margin-bottom: 8px;
}
@media only screen and (min-width:480px) {
  h4 {
    font-size: 2.4rem;
  }
}

/* layout */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 4px;
  background: #82524E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:first-child {
  top: 11px;
}
.hamburger span:nth-child(2) {
  top: 19px;
  left: 13px;
  width: 23px;
}
.hamburger span:nth-child(3) {
  top: 27px;
  left: 13px;
  width: 23px;
}
.hamburger.active span:first-child {
  top: 24px;
  left: 4px;
  background: #82524E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  left:4px;
  width: 32px;
  background: #82524E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #82524E;
  background: rgba(247, 247, 247, 0.88);
  backdrop-filter: blur(7.5px);
  text-align: left;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  padding-bottom: 210px;
}
nav.globalMenuSp ul {
  margin: 72px auto 180px;
  padding-left: 40px;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:hover > a {
  opacity: 0.5;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #82524E;
  font-size: 3.2rem;
  font-family: 'Cormorant', serif;
  font-weight: 700;
  margin-bottom: 56px;
  text-decoration: none;
}
nav.globalMenuSp.active {
  display: block;
  opacity: 100;
}
nav.globalMenuPc {
  display: none;
}

@media only screen and (min-width:480px) {
header {
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,0.6);
  position: fixed;
  z-index: 1;
}
.hamburger {
  display: none;
}
nav.globalMenuPc {
  display: flex;
}
nav.globalMenuPc ul {
  display: flex;
  margin: auto;
  margin-right: 0;
}
.logo img {
  width: 237px;
  margin: 22px 56px;
}
nav.globalMenuPc ul li {
  list-style-type: none;
  padding: 20px;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
nav.globalMenuPc ul li:hover > a {
  opacity: 0.5;
}
nav.globalMenuPc ul li a {
  display: block;
  color: #151515;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
}
section .container { 
  margin: -25px 16px 88px;
  padding-top: 25px;
  background: #F7F7F7;
}
.news_table>p {
  margin: 24px;
}
.news_table>p>span {
  line-height: 2.0;
}
.news_table>p:last-child {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.about_wrapper {
  margin-bottom: 64px;
  padding-top: 24px;
}
.text_inner>p {
  padding: 0 24px;
}
.text_inner .sp {
  margin-bottom: 16px;
}
/* .vegancert {
  width:55%;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.vegancert img {
  width:75%;
  margin: 16px 0 8px;
} */
.vegancert {
  width:55%;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.vegancert img {
  width:65%;
  margin: 16px 0 8px;
}
.vegancert2 {
  width:65%;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.vegancert2 img {
  width:75%;
  margin: 0px 0 30px;
}
.story_txt {
  line-height: 2.0;
  margin: 0 24px;
  padding-bottom: 24px;
}
.product_wrapper .block_txt>p {
  font-weight: 700;
  margin: 24px;
  padding-left: 30px;
  position: relative;
}
.product_wrapper .block_txt>p::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 24px;
  top:0;
  left: 0;
  background-image:url(../img/check_box.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.block_img {
  margin: 24px;
}
p.note {
  margin: 0 24px 64px;
}
.sustainable_txt {
  margin: 24px;
}
.sustainable_img {
  margin-bottom: 32px;
}
.sdgs_wrapper {
  margin: 0 24px 64px;
}
.sdgs_wrapper>p {
  margin-bottom:16px;
}
.haco_wrapper .catch {
  border: 1px solid #D0BFBA;
  font-size: 1.2rem;
  padding: 2px 8px;
  margin-bottom: 4px;
  display: inline-block;
}
.haco_inner {
  margin: 24px;
}
.haco_wrapper>img {
  margin-bottom: 24px;
}
/* 購入ボタン */
.purchase-btn a {
  display:block;
  color:#FFFFFF;
  font-weight: 700;
  appearance: none;
  border: 0;
  border-radius:32px;
  padding: 16px 50px;
  background: #82524E;
  text-align: center;
}
.purchase-btn a:hover {
  opacity: 0.7;
}
/* お問い合わせボタン */
.contact-btn {
  height: 100px; 
}

.contact-btn a {
  display:block;
  color:#FFFFFF;
  font-weight: 700;
  appearance: none;
  border: 0;
  border-radius:32px;
  padding: 16px 0px;
  margin: 0 10%;
  background: #82524E;
  text-align: center;
}
.contact-btn a:hover {
  opacity: 0.7;
}
.g-nav {
  margin: 0 40px 40px;
}
.detail {
  margin: 0 24px 120px;
}
.detail:last-child {
  margin: 0 24px 64px;
}
.detail_img {
  width: 49%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.detail_txt>img {
  width: 85%;
  margin-bottom: 24px;
}
.detail_txt>p {
  margin-bottom: 16px;
}
.pf_sp {
  display: flex;
  justify-content: space-between;
}
.pf_sp>img {
  width: 49%;
}
.howto_wrapper>p {
  margin: 0 24px 16px;
  padding-top: 8px;
}
.howto_inner {
  margin: 0 24px;
  padding-bottom: 24px;
}
.howto_step {
  margin-bottom: 64px;
}
.howto_step>img {
  margin-bottom: 8px;
}
@media only screen and (min-width:480px) {
  section {
    margin-bottom: 100px;
  }
  section .container { 
    max-width: 1080px;
    margin: -60px auto 96px;
  }
  section.product .container { 
    margin-bottom: 138px;
  }
  .news_table>p {
    margin: 24px 48px;
    padding-top: 24px;
  }
  .news_table>p:last-child {
    padding-bottom: 48px;
  }
  .news_table>p>span {
    line-height: 1.8;
  }
  .about_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
    padding-top: 48px;
  }
  .img_inner {
    width:52%;
    margin: 48px 48px 0 0;
  }
  .text_inner {
    width: 40%;
  }
  .text_inner>p {
    padding: 0 0 0 48px;
  }
  .vegancert {
    width:55%;
    text-align: left;
    margin-left: 48px;
  }
  .vegancert img {
    margin: 32px 0 8px;
  }
  .vegancert2 {
    width:65%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
  }
  .vegancert2 img {
    width:75%;
    margin: 0px 0 30px;
  }
  .story_txt {
    line-height: 2.7;
    margin: 0 48px;
    padding-bottom: 48px;
  }
  .product_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 32px 48px 8px;
  }
  .block_txt {
    width: 46%;
  }
  .block_img {
    width: 51%;
    margin: 0;
  }
  .product_wrapper .block_txt>p {
    margin: 0 0 24px;
  }
  p.note {
    margin: 0 48px 96px;
  }
  .product_wrapper:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-bottom: 96px;
  }
  .sustainable_txt {
    width: 52%;
    margin: 0;
  }
  .sustainable_img {
    width: 45%;
  }
  .sdgs_wrapper {
    margin: 0 48px 96px;
  }
  .sdgs_wrapper>p {
    margin-bottom:24px;
  }
  .sdgs_img {
    width: 74%;
    margin: 0 auto;
  }
  .haco_inner>img {
    margin-bottom: 24px;
  }
  .haco_inner {
    margin: 32px 48px;
  }
  .purchase_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  /* 購入ボタン */
  .purchase-btn a {
    padding: 16px 50px;
  }
  .contact-btn a {
    padding: 16px 0px;
  }
  .detail {
    display: flex;
    justify-content: space-between;
    margin: 0 48px 80px;
  }
  .detail:last-child {
    margin: 0 48px 96px;
  }
  .detail_img {
    width: 42%;
    margin: 0;
  }
  .detail_txt {
    width: 55%;
  }
  .detail_txt>img {
    width: 50%;
  }
  .pf_pc>img:first-child {
    margin-bottom: 16px;
  }
  .howto_wrapper>p {
    margin: 0 48px 32px;
    padding-top: 8px;
  }
  .howto_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 48px;
    padding: 0;
  }
  .howto_step {
    width: 31%;
    text-align: center;
  }
  .howto_step>img {
    margin-bottom: 30px;
  }
  .howto_step>p {
    display: inline-block;
    text-align: left;
  }
}

/* footer */
footer {
  background-color: #F7F7F7;
  padding: 32px 0;
}
ul.sns-iconlist {
  width: 110px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.sns-iconlist li a {
  width: 38px;
  height: auto;
  display: block;
}
ul.footer-navlist {
  text-align: center;
  margin-bottom: 40px;
}
ul.footer-navlist li a {
  display: inline-block;
  color:#151515;
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media only screen and (min-width:480px) {
  footer {
    padding: 48px 0 63px 0;
  }
  ul.sns-iconlist {
    width: 158px;
    margin: 0 auto 50px;
  }
  ul.sns-iconlist li a {
    width: 48px;
  }
  ul.footer-navlist {
    width: 534px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 26px;
  }
  ul.footer-navlist li a {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* 左右のフロート背景画像 */
section.news {
  position: relative;
}
section.news::before {
  position: absolute;
  content:"";
  display: inline-block;
  width: 130px;
  height: 210px;
  background-image: url(../img/bg_parts_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:-40px;
  left:0px;
}
section.news::after {
  position: absolute;
  content:"";
  display: inline-block;
  width: 130px;
  height: 133px;
  background-image: url(../img/bg_parts_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom:-160px;
  right:0px;
  z-index: 2;
}
@media only screen and (min-width:480px) {
  section.news::before {
    width: 385px;
    height: 600px;
    top:-40px;
    left:0px;
  }
  section.news::after {
    width: 300px;
    height: 330px;
    bottom:-270px;
    right:0px;
  }
}
section.about {
  position: relative;
}
section.about::before {
  position: absolute;
  content:"";
  display: inline-block;
  width: 80px;
  height: 70px;
  background-image: url(../img/bg_parts_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:53%;
  right:0px;
}
section.about::after {
  position: absolute;
  content:"";
  display: inline-block;
  width: 85px;
  height: 160px;
  background-image: url(../img/bg_parts_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom:-200px;
  left: -15px;
  z-index: 2;
}

@media only screen and (min-width:480px) {
  section.about::before {
    width: 127px;
    height: 135px;
    top:58%;
  }
  section.about::after {
    width: 220px;
    height: 415px;
    bottom:-420px;
    left: 0;
  }
}
section.product {
  position: relative;
}
section.product::before {
  position: absolute;
  content:"";
  display: inline-block;
  width: 90px;
  height: 260px;
  background-image: url(../img/bg_parts_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:10%;
  right:0px;
}
section.product::after {
  position: absolute;
  content:"";
  display: inline-block;
  width: 70px;
  height: 100px;
  background-image: url(../img/bg_parts_06.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:52.5%;
  right:0px;
}
@media only screen and (min-width:480px) {
  section.product::before {
    width: 310px;
    height: 490px;
    top:10%;
    right:-40px;
  }
  section.product::after {
    width: 210px;
    height: 315px;
    top:42%;
    right:0;
    z-index: -1;
  }
}
footer {
  position: relative;
}
footer::before {
  position: absolute;
  content:"";
  display: inline-block;
  width: 90px;
  height: 220px;
  background-image: url(../img/bg_parts_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:-550%;
  left:0px;
}
footer::after {
  position: absolute;
  content:"";
  display: inline-block;
  width: 130px;
  height: 133px;
  background-image: url(../img/bg_parts_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:-90px;
  right:0px;
}
@media only screen and (min-width:480px) {
  footer::before {
    width: 350px;
    height: 650px;
    top:-750%;
    z-index: -1;
    filter:blur(2px);
  }
  footer::after {
    width: 330px;
    height: 350px;
    top:-330px;
    right:0px;
    z-index: -1;
  }
  header {
    z-index: 4;
  }
}