@charset "UTF-8";
.gHeader .gNav .navigation .list .parent, .gHeader .gNav .navigation .megaMenu .title, .gHeader .gNav .navigation .megaMenu .list a .text .en, .main:is(body.lower *) .perpend .category .headline .text .title, .main:is(body.lower *) .perpend .category .menu a.en, .main:is(body.lower *) .body .headline .text .num, .main:is(body.lower *) .body .headline .text .title.en, .footer .fMenu dl dt, .footer .category .headline .text .title, .footer .category .menu a.en, .gMenu dl dt, .gMenu dl dd a.en {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
}

.gMenu {
  scrollbar-width: none;
}
.gMenu::-webkit-scrollbar {
  display: none;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1940px) and (min-width: 751px) {
  :root {
    font-size: 5.1546391753vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 23.2558139535vw;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
}
body.lower::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.wrap {
  max-width: 12.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.56rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@keyframes menuHover {
  0% {
    rotate: x 0deg;
  }
  100% {
    rotate: x 360deg;
  }
}
.bgMegamenu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8900;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .bgMegamenu {
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 751px) {
  body:has(.gNav .navigation > .list > li:hover) .bgMegamenu {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .bgMegamenu {
    display: none;
  }
}
.bgMegamenu_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .bgMegamenu_sp {
    display: block;
    position: absolute;
    z-index: auto;
  }
  .bgMegamenu_sp.active {
    pointer-events: all;
    opacity: 1;
  }
}

.gHeader {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.3rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: linear-gradient(0deg, #e5e5e5 0.01rem, #fff 0.01rem);
}
@media screen and (min-width: 1441px) {
  .gHeader {
    padding-left: 0.23rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader {
    justify-content: space-between;
    padding-left: 0.2rem;
    position: fixed;
    background: #fff;
  }
}
.gHeader .branding {
  justify-self: flex-start;
  align-self: center;
  width: 3.61rem;
}
@media screen and (min-width: 1441px) {
  .gHeader .branding {
    width: 2.71rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    width: 2.72rem;
  }
}
.gHeader .gNav {
  display: contents;
}
.gHeader .gNav .btn--menu {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: flex-end;
  display: grid;
  place-items: center;
  width: 1.12rem;
  height: 0.8rem;
  cursor: pointer;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .btn--menu {
    width: 0.84rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu {
    width: 0.64rem;
    height: 0.6rem;
  }
}
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
  display: grid;
  width: 0.56rem;
  height: 0.36rem;
  background-image: linear-gradient(#707070, #707070);
  background-position: 50% 50%;
  background-size: 100% 0.03rem;
  background-repeat: no-repeat;
  transition: background-size 0.2s;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .btn--menu .bar {
    width: 0.42rem;
    height: 0.27rem;
    background-size: 100% 0.02rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu .bar {
    width: 0.3rem;
    height: 0.19rem;
    background-size: 100% 0.02rem;
  }
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.03rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #707070;
  transition: 0.4s;
  transition-property: translate, rotate;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
    height: 0.02rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
    height: 0.02rem;
  }
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.165rem 0;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .btn--menu .bar::before {
    translate: 0 -0.125rem 0;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu .bar::before {
    translate: 0 -0.085rem 0;
  }
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.165rem 0;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .btn--menu .bar::after {
    translate: 0 0.125rem 0;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu .bar::after {
    translate: 0 0.085rem 0;
  }
}
@media screen and (max-width: 750px) {
  body:has(.gMenu.active) .gHeader .gNav .btn--menu .bar {
    background-size: 0 0.02rem;
  }
  body:has(.gMenu.active) .gHeader .gNav .btn--menu .bar::before {
    translate: 0 0 0;
    rotate: 150deg;
  }
  body:has(.gMenu.active) .gHeader .gNav .btn--menu .bar::after {
    translate: 0 0 0;
    rotate: 30deg;
  }
}
.gHeader .gNav .navigation {
  width: 10rem;
  margin-left: auto;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .navigation {
    width: 9rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(#e5e5e5 0.01rem, #fff 0.01rem);
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
}
.gHeader .gNav .navigation .list li {
  width: 25%;
}
.gHeader .gNav .navigation .list li.green .parent {
  border-bottom-color: #3f865a;
}
.gHeader .gNav .navigation .list li.green .parent::before {
  background: #3f865a;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li.green .parent.active {
    background: #3f865a;
  }
}
.gHeader .gNav .navigation .list li.green .megaMenu .title,
.gHeader .gNav .navigation .list li.green .megaMenu .list {
  color: #3f865a;
}
.gHeader .gNav .navigation .list li.green .megaMenu .list::before {
  background: #3f865a;
}
.gHeader .gNav .navigation .list li.home .parent {
  border-bottom-color: #C68541;
}
.gHeader .gNav .navigation .list li.home .parent::before {
  background: #C68541;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li.home .parent.active {
    background: #C68541;
  }
}
.gHeader .gNav .navigation .list li.home .megaMenu .title,
.gHeader .gNav .navigation .list li.home .megaMenu .list {
  color: #C68541;
}
.gHeader .gNav .navigation .list li.home .megaMenu .list::before {
  background: #C68541;
}
.gHeader .gNav .navigation .list li.lifestyle .parent {
  border-bottom-color: #4F8FA8;
}
.gHeader .gNav .navigation .list li.lifestyle .parent::before {
  background: #4F8FA8;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li.lifestyle .parent.active {
    background: #4F8FA8;
  }
}
.gHeader .gNav .navigation .list li.lifestyle .megaMenu .title,
.gHeader .gNav .navigation .list li.lifestyle .megaMenu .list {
  color: #4F8FA8;
}
.gHeader .gNav .navigation .list li.lifestyle .megaMenu .list::before {
  background: #4F8FA8;
}
.gHeader .gNav .navigation .list li.safety .parent {
  border-bottom-color: #C46666;
}
.gHeader .gNav .navigation .list li.safety .parent::before {
  background: #C46666;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li.safety .parent.active {
    background: #C46666;
  }
}
.gHeader .gNav .navigation .list li.safety .megaMenu .title,
.gHeader .gNav .navigation .list li.safety .megaMenu .list {
  color: #C46666;
}
.gHeader .gNav .navigation .list li.safety .megaMenu .list::before {
  background: #C46666;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .navigation .list li:hover:is(body.mmReady *) .parent {
    color: #fff;
  }
  .gHeader .gNav .navigation .list li:hover:is(body.mmReady *) .parent::before {
    height: 100%;
  }
  .gHeader .gNav .navigation .list li:hover:is(body.mmReady *) .megaMenu {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.gHeader .gNav .navigation .list .parent {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  height: 0.8rem;
  padding: 0 0 0.08rem;
  position: relative;
  font-size: 0.21rem;
  font-weight: 200;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .navigation .list .parent {
    height: 0.6rem;
    padding: 0 0 0.06rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .parent {
    height: 0.7rem;
    padding: 0.1rem 0 0;
    border-bottom: 0.05rem solid;
    font-size: 0.08rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
  }
}
.gHeader .gNav .navigation .list .parent::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.08rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1441px) {
  .gHeader .gNav .navigation .list .parent::before {
    height: 0.06rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .parent::before {
    content: none;
  }
}
.gHeader .gNav .navigation .list .parent span {
  display: block;
  translate: 0 10% 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .parent span {
    translate: none;
  }
}
.gHeader .gNav .navigation .list .parent strong {
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list .parent strong {
    display: block;
    margin: 0 0 0.02rem;
    font-size: 0.22rem;
    line-height: 0.2rem;
  }
}
.gHeader .gNav .navigation .list .parent.active {
  color: #fff;
}
.gHeader .gNav .navigation .list .parent.active::before {
  height: 100%;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .list .parent {
    transition: color 0.4s;
  }
  .gHeader .gNav .navigation .list .parent::before {
    transition: height 0.4s;
  }
}
.gHeader .gNav .navigation .megaMenu {
  width: 100%;
  padding: 0.45rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .megaMenu {
    transition: clip-path 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu {
    box-sizing: border-box;
    padding: 0.38rem 0.3rem 1rem;
    top: auto;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  .gHeader .gNav .navigation .megaMenu.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.gHeader .gNav .navigation .megaMenu .btn--megaMenuClose {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .btn--megaMenuClose {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border: none;
    padding: 0;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 1;
    background: rgba(183, 183, 183, 0.2) url(../imgs/arw01.svg) center/0.07rem auto no-repeat;
    border-radius: 50%;
    rotate: 90deg;
  }
}
.gHeader .gNav .navigation .megaMenu .inner {
  max-width: 14.3rem;
  margin: 0 auto;
}
.gHeader .gNav .navigation .megaMenu .title {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .title {
    display: block;
    font-size: 0.21rem;
    font-weight: 200;
    line-height: 1;
    text-align: center;
  }
}
.gHeader .gNav .navigation .megaMenu .title strong {
  display: block;
  font-size: 0.48rem;
  font-weight: 300;
}
.gHeader .gNav .navigation .megaMenu .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list {
    margin: 0.28rem 0 0;
    gap: 0 0.14rem;
    background: linear-gradient(#B7B7B7, #B7B7B7) 50% 0/0.01rem 100% no-repeat;
  }
}
.gHeader .gNav .navigation .megaMenu .list::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.08rem;
  position: absolute;
  top: 0;
  left: -1.67rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list::before {
    content: none;
  }
}
.gHeader .gNav .navigation .megaMenu .list li {
  width: 3.5rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list li {
    width: calc(50% - 0.07rem);
    border-bottom: 0.01rem solid #B7B7B7;
  }
  .gHeader .gNav .navigation .megaMenu .list li:nth-child(-n+2) {
    border-top: 0.01rem solid #B7B7B7;
  }
}
.gHeader .gNav .navigation .megaMenu .list a {
  display: grid;
  place-items: center;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .megaMenu .list a {
    transition: opacity 0.4s;
  }
  .gHeader .gNav .navigation .megaMenu .list a .bg img {
    transition: scale 0.4s;
  }
  .gHeader .gNav .navigation .megaMenu .list a:hover {
    opacity: 0.8;
  }
  .gHeader .gNav .navigation .megaMenu .list a:hover .bg img {
    scale: 1.1;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a {
    place-items: center start;
    height: 0.58rem;
    position: relative;
    border-radius: 0;
    text-align: left;
  }
  .gHeader .gNav .navigation .megaMenu .list a::after {
    content: "";
    display: block;
    width: 0.07rem;
    height: 0.58rem;
    position: absolute;
    top: 0;
    right: 0;
    background: currentColor;
    -webkit-mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
            mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
  }
}
.gHeader .gNav .navigation .megaMenu .list a::before {
  content: none;
}
.gHeader .gNav .navigation .megaMenu .list a .bg {
  grid-area: 1/1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a .bg {
    display: none;
  }
}
.gHeader .gNav .navigation .megaMenu .list a .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a .text {
    color: inherit;
  }
}
.gHeader .gNav .navigation .megaMenu .list a .text .ja {
  font-size: 0.23rem;
  font-weight: 500;
  line-height: 0.26rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a .text .ja {
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 0.22rem;
  }
}
.gHeader .gNav .navigation .megaMenu .list a .text .en {
  font-size: 0.14rem;
  line-height: 0.19rem;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  white-space: nowrap;
  translate: -50% 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a .text .en {
    position: static;
    font-size: 0.15rem;
    font-weight: 300;
    line-height: 1;
    white-space: normal;
    translate: none;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .megaMenu .list a .text .en + .ja {
    display: none;
  }
}

.main .image figcaption {
  margin: 0.1rem 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: right;
}
.main .sdgs {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sdgs {
    margin: 0.6rem 0 0;
  }
}
.main .sdgs .list {
  display: flex;
  justify-content: center;
  gap: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .sdgs .list {
    gap: 0.08rem;
  }
}
.main .sdgs .list li {
  width: 1.18rem;
}
@media screen and (max-width: 750px) {
  .main .sdgs .list li {
    width: 0.62rem;
  }
}
.main .sdgs .note {
  margin: 0.4rem 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: center;
}
.main:is(body.lower *) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 19.2rem;
  margin: 0 auto;
  padding: 0.2rem 0.2rem 0.6rem 0;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) {
    display: block;
    padding: 0;
  }
}
.main:is(body.lower *) .perpend {
  width: 4.8rem;
  position: sticky;
  top: 1rem;
  left: 0;
  background: #fff;
  border-radius: 0 0.3rem 0.3rem 0;
}
@media screen and (min-width: 1441px) {
  .main:is(body.lower *) .perpend {
    top: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend {
    width: auto;
    position: static;
    background: transparent;
    border-radius: 0;
  }
}
.main:is(body.lower *) .perpend .category .headline {
  display: grid;
  border-radius: 0 0.3rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline {
    border-radius: 0 0 0.4rem 0.4rem;
  }
}
.main:is(body.lower *) .perpend .category .headline .bg {
  grid-area: 1/1;
}
.main:is(body.lower *) .perpend .category .headline .bg img {
  width: 100%;
  height: 1.59rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline .bg img {
    height: auto;
  }
}
.main:is(body.lower *) .perpend .category .headline .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline .text {
    gap: 0.28rem;
    padding: 0.7rem 0 0;
  }
}
.main:is(body.lower *) .perpend .category .headline .text .title {
  font-size: 0.26rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline .text .title {
    font-size: 0.28rem;
  }
}
.main:is(body.lower *) .perpend .category .headline .text .title strong {
  display: block;
  font-size: 0.6rem;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline .text .title strong {
    font-size: 0.65rem;
  }
}
.main:is(body.lower *) .perpend .category .headline .text p {
  display: none;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .headline .text p {
    display: block;
    font-size: 14px;
    line-height: 1.875;
  }
}
.main:is(body.lower *) .perpend .category .menu {
  box-sizing: border-box;
  min-height: 4.15rem;
  padding: 0.29rem 0.56rem;
  border-radius: 0 0 0.3rem 0;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .perpend .category .menu {
    display: none;
  }
}
.main:is(body.lower *) .perpend .category .menu li {
  background: linear-gradient(#B7B7B7, #B7B7B7) 50% 100%/3.12rem 0.01rem no-repeat;
}
.main:is(body.lower *) .perpend .category .menu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  padding: 0.14rem 0.3rem;
  position: relative;
  border-radius: 0.27rem;
}
.main:is(body.lower *) .perpend .category .menu a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.54rem;
  position: absolute;
  top: 0;
  right: 0.29rem;
  background: currentColor;
  -webkit-mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
          mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main:is(body.lower *) .perpend .category .menu a {
    transition: background-color 0.4s;
  }
}
.main:is(body.lower *) .perpend .category .menu a.en {
  font-weight: 300;
}
.main:is(body.lower *) .perpend .category .menu a.active {
  color: #fff;
}
.main:is(body.lower *) .perpend .category .menu a.active::after {
  width: 0.08rem;
  height: 0.08rem;
  top: calc(50% - 0.04rem);
  right: 0.2rem;
  border-radius: 50%;
  -webkit-mask: none;
          mask: none;
}
.main:is(body.lower *) .body {
  width: 13.98rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
.main:is(body.lower *) .body .headline {
  display: grid;
}
.main:is(body.lower *) .body .headline .bg {
  grid-area: 1/1;
}
.main:is(body.lower *) .body .headline .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.main:is(body.lower *) .body .headline .text .num {
  font-size: 0.26rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body .headline .text .num {
    font-size: 0.12rem;
  }
}
.main:is(body.lower *) .body .headline .text .num strong {
  font-weight: 400;
}
.main:is(body.lower *) .body .headline .text .title {
  margin: 0.15rem 0 0;
  font-size: 0.42rem;
  font-weight: 400;
  line-height: 0.61rem;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body .headline .text .title {
    margin: 0.05rem 0 0;
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}
.main:is(body.lower *) .body .headline .text .title.en {
  margin: 0.33rem 0 0;
  font-size: 0.42rem;
  font-weight: 300;
  line-height: 0.43rem;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body .headline .text .title.en {
    margin: 0.2rem 0 0;
    font-size: 0.26rem;
    line-height: 0.27rem;
  }
}
.main:is(body.lower *) .body .headline .text .title + .small {
  margin: 0.04rem 0 0;
  font-size: 0.2rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body .headline .text .title + .small {
    margin: 0.07rem 0 0;
    font-size: 0.16rem;
  }
}
.main:is(body.lower *) .body .wrapper {
  padding: 0.8rem 2.04rem 1rem;
}
@media screen and (max-width: 750px) {
  .main:is(body.lower *) .body .wrapper {
    padding: 0.3rem 0.44rem 0.8rem;
  }
}

.footer {
  background: #fff;
}
.footer .fMenu {
  background: #F0F0F0;
}
@media screen and (max-width: 750px) {
  .footer .fMenu {
    display: none;
  }
}
.footer .fMenu .inner {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 3.5rem);
  gap: 1rem 0.5rem;
  box-sizing: border-box;
  width: 16.9rem;
  margin: 0 auto;
  padding: 0.34rem 0.7rem 0.32rem;
}
.footer .fMenu dl dt {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0 0 0.23rem;
  border-bottom: 0.08rem solid;
  padding: 0 0 0.05rem;
  font-size: 0.23rem;
  font-weight: 200;
}
.footer .fMenu dl dt::before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  background: 0 0/contain no-repeat;
}
.footer .fMenu dl dt strong {
  font-weight: 300;
}
.footer .fMenu dl.green dt {
  border-bottom-color: #3f865a;
}
.footer .fMenu dl.green dt::before {
  background-image: url(../imgs/nav-g.png);
}
@media screen and (hover: hover) and (pointer: fine) {
  .footer .fMenu dl.green dd a:hover {
    background-color: #dce3de;
  }
}
.footer .fMenu dl.home dt {
  border-bottom-color: #C68541;
}
.footer .fMenu dl.home dt::before {
  background-image: url(../imgs/nav-h.png);
}
@media screen and (hover: hover) and (pointer: fine) {
  .footer .fMenu dl.home dd a:hover {
    background-color: #eae3dc;
  }
}
.footer .fMenu dl.lifestyle dt {
  border-bottom-color: #4F8FA8;
}
.footer .fMenu dl.lifestyle dt::before {
  background-image: url(../imgs/nav-l.png);
}
@media screen and (hover: hover) and (pointer: fine) {
  .footer .fMenu dl.lifestyle dd a:hover {
    background-color: #dde4e7;
  }
}
.footer .fMenu dl.safety dt {
  border-bottom-color: #C46666;
}
.footer .fMenu dl.safety dt::before {
  background-image: url(../imgs/nav-s.png);
}
@media screen and (hover: hover) and (pointer: fine) {
  .footer .fMenu dl.safety dd a:hover {
    background-color: #eadfe0;
  }
}
.footer .fMenu dl dd {
  border-bottom: 0.01rem solid rgba(54, 54, 54, 0.4);
}
.footer .fMenu dl dd a {
  display: block;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.54rem;
  border-radius: 0.27rem;
}
.footer .fMenu dl dd a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.54rem;
  position: absolute;
  top: 0;
  right: 0.25rem;
  background: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .footer .fMenu dl dd a {
    transition: background-color 0.4s;
  }
}
.footer .category {
  display: none;
}
@media screen and (max-width: 750px) {
  .footer .category {
    display: block;
  }
}
.footer .category .headline {
  display: grid;
}
.footer .category .headline .bg {
  grid-area: 1/1;
}
.footer .category .headline .bg img {
  width: 100%;
  height: 1.59rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .category .headline .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  color: #fff;
  text-align: center;
}
.footer .category .headline .text .title {
  font-size: 0.26rem;
  font-weight: 300;
  line-height: 1;
}
.footer .category .headline .text .title strong {
  display: block;
  font-size: 0.6rem;
  font-weight: inherit;
}
.footer .category .menu {
  box-sizing: border-box;
  padding: 0.29rem 0.31rem;
  background-color: #F0F0F0;
}
.footer .category .menu li {
  background: linear-gradient(#B7B7B7, #B7B7B7) 50% 100%/3.12rem 0.01rem no-repeat;
}
.footer .category .menu a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  padding: 0.14rem 0.3rem;
  position: relative;
}
.footer .category .menu a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.54rem;
  position: absolute;
  top: 0;
  right: 0.29rem;
  background: currentColor;
  -webkit-mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
          mask: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
}
.footer .category .menu a.en {
  font-weight: 300;
}
.footer .category .menu a.active {
  color: #fff;
  border-radius: 0.27rem;
}
.footer .category .menu a.active::after {
  height: 0.08rem;
  top: calc(50% - 0.04rem);
  right: 0.2rem;
  border-radius: 50%;
  -webkit-mask: none;
          mask: none;
}

.bgPopup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9100;
  background: #F0F0F0;
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .bgPopup {
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .bgPopup {
    display: none;
  }
}
body:has(.gMenu.active) .bgPopup {
  opacity: 1;
  pointer-events: all;
}

.gMenu {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(4, 3.5rem);
  gap: 0.5rem;
  box-sizing: border-box;
  width: 16.9rem;
  max-height: calc(100vh - 1.8rem);
  margin: 0;
  border: none;
  padding: 0.34rem 0.7rem 0.32rem;
  overflow-y: scroll;
  position: fixed;
  top: 0.9rem;
  left: calc(50% - 8.45rem);
  z-index: 9200;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .gMenu {
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .gMenu {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 50%);
    gap: 0.28rem 0;
    width: 100vw;
    max-height: calc(100vh - 0.6rem);
    padding: 0 0 0.4rem;
    top: 0.6rem;
    left: 0;
    background: #F0F0F0;
  }
}
.gMenu.active {
  opacity: 1;
  pointer-events: all;
}
.gMenu dl {
  grid-row: 2/3;
}
.gMenu dl dt {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin: 0 0 0.23rem;
  border-bottom: 0.08rem solid;
  padding: 0 0 0.05rem;
  font-size: 0.23rem;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .gMenu dl dt {
    display: block;
    box-sizing: border-box;
    height: 0.88rem;
    margin: 0;
    border-bottom-width: 0.05rem;
    padding: 0.3rem 0 0;
    font-size: 0.15rem;
    line-height: 1;
    text-align: center;
  }
}
.gMenu dl dt::before {
  content: "";
  display: block;
  width: 0.4rem;
  aspect-ratio: 1;
  background: 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .gMenu dl dt::before {
    content: none;
  }
}
.gMenu dl dt strong {
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .gMenu dl dt strong {
    display: block;
    font-size: 0.33rem;
  }
}
.gMenu dl.green {
  grid-column: 1/2;
}
.gMenu dl.green dt {
  border-bottom-color: #3f865a;
}
.gMenu dl.green dt::before {
  background-image: url(../imgs/nav-g.png);
}
.gMenu dl.green dd a:hover {
  background-color: #dce3de;
}
.gMenu dl.green dd a.active {
  background-color: #3f865a;
}
.gMenu dl.home {
  grid-column: 2/3;
}
.gMenu dl.home dt {
  border-bottom-color: #C68541;
}
.gMenu dl.home dt::before {
  background-image: url(../imgs/nav-h.png);
}
.gMenu dl.home dd a:hover {
  background-color: #eae3dc;
}
.gMenu dl.home dd a.active {
  background-color: #C68541;
}
.gMenu dl.lifestyle {
  grid-column: 3/4;
}
@media screen and (max-width: 750px) {
  .gMenu dl.lifestyle {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.gMenu dl.lifestyle dt {
  border-bottom-color: #4F8FA8;
}
.gMenu dl.lifestyle dt::before {
  background-image: url(../imgs/nav-l.png);
}
.gMenu dl.lifestyle dd a:hover {
  background-color: #dde4e7;
}
.gMenu dl.lifestyle dd a.active {
  background-color: #4F8FA8;
}
.gMenu dl.safety {
  grid-column: 4/5;
}
@media screen and (max-width: 750px) {
  .gMenu dl.safety {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.gMenu dl.safety dt {
  border-bottom-color: #C46666;
}
.gMenu dl.safety dt::before {
  background-image: url(../imgs/nav-s.png);
}
.gMenu dl.safety dd a:hover {
  background-color: #eadfe0;
}
.gMenu dl.safety dd a.active {
  background-color: #C46666;
}
.gMenu dl dd {
  border-bottom: 0.01rem solid rgba(54, 54, 54, 0.4);
}
@media screen and (max-width: 750px) {
  .gMenu dl dd {
    margin: 0 0.2rem;
  }
}
.gMenu dl dd a {
  display: block;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.54rem;
  border-radius: 0.27rem;
}
@media screen and (max-width: 750px) {
  .gMenu dl dd a {
    display: flex;
    align-items: center;
    height: 0.58rem;
    margin: 0 -0.2rem;
    padding: 0 0.2rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
    border-radius: 0.29rem;
  }
}
.gMenu dl dd a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.54rem;
  position: absolute;
  top: 0;
  right: 0.25rem;
  background: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
}
.gMenu dl dd a.en {
  font-weight: 300;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gMenu dl dd a {
    transition: background-color 0.4s;
  }
}
.gMenu dl dd a.active {
  color: #fff;
}
.gMenu dl dd a.active::after {
  width: 0.08rem;
  height: 0.08rem;
  top: calc(50% - 0.04rem);
  right: 0.245rem;
  border-radius: 50%;
  background: #fff;
}
.gMenu .top {
  grid-row: 1/2;
  grid-column: 1/5;
  justify-self: flex-start;
  display: block;
  width: 1.5rem;
  border-bottom: 0.01rem solid #707070;
  padding: 0 0 0.09rem;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.26rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .gMenu .top {
    grid-column: 1/3;
    width: 1.2rem;
    margin: 0.28rem 0 0 0.2rem;
    font-size: 0.15rem;
  }
}
.gMenu .top::before {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.26rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../imgs/arw01.svg) 0 50%/100% auto no-repeat;
  scale: -1 1;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gMenu .top:hover::after {
    animation: menuHover 2s infinite linear;
  }
  @keyframes menuHover {
    0% {
      rotate: x 0deg;
    }
    100% {
      rotate: x 360deg;
    }
  }
}
.gMenu .btn--close {
  grid-row: 3/4;
  grid-column: 1/5;
  justify-self: center;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  width: 1.2rem;
  border: none;
  border-bottom: 0.01rem solid #707070;
  padding: 0 0 0.09rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
@media screen and (max-width: 750px) {
  .gMenu .btn--close {
    grid-row: 4/5;
    grid-column: 1/3;
    font-size: 0.15rem;
  }
}

.btn--menuClose {
  width: 0.56rem;
  height: 0.36rem;
  border: none;
  padding: 0;
  position: fixed;
  top: 0.21rem;
  right: 0.3rem;
  z-index: 9200;
  background: transparent url(../imgs/close.svg) center/contain no-repeat;
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .btn--menuClose {
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .btn--menuClose {
    display: none;
  }
}
body:has(.gMenu.active) .btn--menuClose {
  opacity: 1;
  pointer-events: all;
}

#footer div.pagetop {
  visibility: visible;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  #footer div.pagetop {
    transition: opacity 0.4s;
  }
}
@media screen and (max-width: 750px) {
  #footer div.pagetop {
    bottom: calc(0.7rem + 15px);
  }
}
body.showPagetop #footer div.pagetop {
  pointer-events: all;
  opacity: 1;
}

#footer div.related-site {
  bottom: 0;
}
@media screen and (max-width: 750px) {
  #footer div.related-site {
    bottom: 10%;
  }
}

#footer .s-logo {
  display: block;
}
@media screen and (min-width: 769px) {
  #footer .s-logo {
    width: 172px;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  #footer .s-logo {
    width: 90px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 750px) {
  #footer .c-content {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer .c-navi__footer {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 60% 40%;
    padding: 0 30px;
  }
  #footer .c-navi__footer .c-navi-global__footer {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #footer .c-navi__footer .c-navi-global__footer-sub {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  #footer .c-navi__footer .s-logo {
    grid-row: 2/3;
    grid-column: 1/3;
    width: 90px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #footer .c-navi-global__footer-sub,
  #footer .c-navi-global__footer {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-footer div.body {
    padding: 0;
  }
}/*# sourceMappingURL=common.css.map */