@charset "UTF-8";
/* ==========================================================
 fonts
========================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");

/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html {
  font-size: 62.5%;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  width: auto;
  border: 0;
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-size: 100%;
  font-weight: 400;
}

a,
input,
textarea {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #2C5200;
}

sup {
  position: relative;
  vertical-align: top;
  font-size: 0.7em;
}

sub {
  position: relative;
  vertical-align: sub;
  font-size: 0.7em;
  bottom: 0.3em;
}

strong {
  font-weight: 700;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==========================================================
 base Link
========================================================== */
a {
  text-decoration: underline;
  color: #333333;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

/* ==========================================================
clearfix
========================================================== */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.contents::before,
.contents::after {
  content: "";
  display: table;
}

.clearfix::after,
.contents::after {
  clear: both;
}

/* ==========================================================
 layout
========================================================== */
html {
  font-size: 62.5%;
}

body,
button,
input {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1300px) {

  body,
  button,
  input {
    font-size: 1.4rem;
  }
}

/* ==========================================================
 print
========================================================== */
@media print {
  body {
    padding-left: 0;
    width: 1300px;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    transform-origin: 0 0;
    overflow: hidden;
  }
}

@page {
  size: A4;
  margin-bottom: -57.73mm;
}

/* ==========================================================
 layout(done)
========================================================== */
.page-header {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  transition: 0.4s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 9999;
}

@media screen and (max-width: 897px) {
  .page-header {
    height: 60px;
  }
}

.page-header>.logo {
  margin: 0 0 0 30px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .page-header>.logo {
    margin: 0 0 0 25px;
  }
}

@media screen and (max-width: 897px) {
  .page-header>.logo {
    margin: 0 0 0 15px;
  }
}

.page-header>.logo>.link>.image {
  transition: 0.4s ease;
  display: block;
  opacity: 0;
  height: 22px;
  object-fit: contain;
}

@media screen and (max-width: 1300px) {
  .page-header>.logo>.link>.image {
    height: 16px;
  }
}

@media screen and (max-width: 897px) {
  .page-header>.logo>.link>.image {
    height: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .page-header>.logo>.link>.image.-english {
    height: 14px;
  }
}

.page-header>.logo>.link>.imageover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 22px;
  opacity: 1;
  transition: 0.4s ease;
  object-fit: contain;
}

@media screen and (max-width: 1300px) {
  .page-header>.logo>.link>.imageover {
    height: 16px;
  }
}

@media screen and (max-width: 897px) {
  .page-header>.logo>.link>.imageover {
    height: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .page-header>.logo>.link>.imageover.-english {
    height: 14px;
  }
}

.page-header>.button {
  position: relative;
  display: none;
  background-color: #2C5200;
  width: 60px;
  height: 60px;
  margin: 0 0 1px 0;
}

@media screen and (max-width: 897px) {
  .page-header>.button {
    display: block;
  }
}

.page-header>.button>.line {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  transition: 0.4s ease;
}

.page-header>.button>.line:nth-child(1) {
  transform: translate(-50%, -8px);
}

.page-header>.button>.line:nth-child(2) {
  transform: translate(-50%, 0);
}

.page-header>.button>.line:nth-child(3) {
  transform: translate(-50%, 8px);
}

.page-header>.button.is-open>.line:nth-child(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}

.page-header>.button.is-open>.line:nth-child(2) {
  opacity: 0;
}

.page-header>.button.is-open>.line:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}

@media screen and (max-width: 897px) {
  .page-header.is-openSP {
    background-color: #FFFFFF !important;
  }
}

@media screen and (max-width: 897px) {
  .page-header.is-openSP>.logo>.link>.image {
    opacity: 0 !important;
  }
}

@media screen and (max-width: 897px) {
  .page-header.is-openSP>.logo>.link>.imageover {
    opacity: 1 !important;
  }
}

.page-header.is-scrolled,
.page-header.is-open {
  background-color: rgb(255, 255, 255);
}

.page-header.is-scrolled>.logo>.link>.image,
.page-header.is-open>.logo>.link>.image {
  opacity: 0;
}

.page-header.is-scrolled>.logo>.link>.imageover,
.page-header.is-open>.logo>.link>.imageover {
  opacity: 1;
}

@media screen and (max-width: 897px) {
  .page-navigation {
    display: block;
    position: absolute;
    top: 60px;
    background-color: #333333;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: scroll;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 897px) {
  .page-navigation.is-openSP {
    opacity: 1;
    visibility: visible;
  }
}

.page-navigation>.container {
  display: flex;
  align-items: center;
  position: relative;
}

.page-navigation>.container>.scroller {
  padding: 0 20px 0 0;
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.scroller {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}

.page-navigation>.container>.scroller>.utility {
  display: flex;
  justify-content: flex-end;
  padding: 25px 0 0 0;
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.scroller>.utility {
    order: 2;
    padding: 95px 20px 80px 20px;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.page-navigation>.container>.scroller>.utility>.item {
  line-height: 1;
  position: relative;
  padding: 0 30px;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .page-navigation>.container>.scroller>.utility>.item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .page-navigation>.container>.scroller>.utility>.item {
    padding: 0 13px;
  }
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.scroller>.utility>.item {
    padding: 0;
    order: 2;
  }
}

.page-navigation>.container>.scroller>.utility>.item:nth-child(2) {
  border-left: 1px solid #333333;
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.scroller>.utility>.item:nth-child(2) {
    order: 1;
    border-left: none;
  }
}

.page-navigation>.container>.scroller>.utility>.item>.button {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 0 0 20px;
  position: relative;
  background-color: transparent;
  transition: 0.4s ease;
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.scroller>.utility>.item>.button {
    display: none;
  }
}

.page-navigation>.container>.scroller>.utility>.item>.button>.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.page-navigation>.container>.scroller>.utility>.item>.button>.icon>.image,
.page-navigation>.container>.scroller>.utility>.item>.button>.icon>.imageover {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease;
}

.page-navigation>.container>.scroller>.utility>.item>.button>.icon>.image {
  opacity: 1;
}

.page-navigation>.container>.scroller>.utility>.item>.button>.icon>.imageover {
  opacity: 0;
}

.page-navigation>.container>.scroller>.utility>.item>.button:hover {
  text-decoration: underline;
}

.page-navigation>.container>.contact {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  background-color: #2C5200;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 31px;
  text-decoration: none;
  color: #FFFFFF;
  height: 100px;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .page-navigation>.container>.contact {
    font-size: 1.4rem;
    padding: 25px 15px;
  }
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.contact {
    position: absolute;
    width: 100%;
    height: 66px;
    bottom: 290px;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding: 25px 20px;
    background: none;
    border-left: none;
    border-bottom: 1px solid #636464;
  }
}

.page-navigation>.container>.contact::after {
  content: "";
  display: none;
}

@media screen and (max-width: 897px) {
  .page-navigation>.container>.contact::after {
    content: "";
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 5px;
    height: 5px;
  }
}

.page-navigation>.container>.contact:hover {
  background-color: rgb(65, 105, 1);
}

.global-navigation {
  margin: 5px 5px 0 0;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 897px) {
  .global-navigation {
    order: 1;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
  }
}

.global-navigation>.item {
  line-height: 1;
  margin: 0 25px;
}

@media screen and (max-width: 1300px) {
  .global-navigation>.item {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .global-navigation>.item {
    margin: 0 8px;
  }
}

@media screen and (max-width: 897px) {
  .global-navigation>.item {
    margin: 0;
  }
}

.global-navigation>.item>.link>.text {
  color: #333333;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.4s ease;
  display: block;
  padding: 15px 0 25px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .global-navigation>.item>.link>.text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text {
    font-size: 1.6rem;
    padding: 22px 20px;
    border-bottom: 1px solid #636464;
    color: #FFFFFF !important;
  }
}

.global-navigation>.item>.link>.text::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #2C5200;
  position: absolute;
  bottom: 0;
  transition: 0.4s ease;
  opacity: 0;
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text::after {
    right: 20px;
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(0, -50%);
    width: 16px;
    height: 2px;
    opacity: 1;
  }
}

.global-navigation>.item>.link>.text::before {
  display: none;
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text::before {
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(0, -50%);
    width: 2px;
    height: 16px;
  }
}

.global-navigation>.item>.link>.text.is-open::after {
  opacity: 1;
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text.is-open {
    display: block;
  }
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text.is-open::before {
    display: none;
  }
}

.global-navigation>.item>.link>.text.is-openSP {
  color: #333333;
}

@media screen and (max-width: 897px) {
  .global-navigation>.item>.link>.text.is-openSP::before {
    display: none;
  }
}

.global-navigation>.item>.link:hover>.text::after {
  opacity: 1;
}

.navigation-panel {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 897px) {
  .navigation-panel {
    opacity: 1;
    visibility: hidden;
    position: relative;
    overflow: hidden;
    height: 0;
    top: auto;
    left: auto;
    background: none;
  }
}

.navigation-panel>.block {
  margin: 0 auto;
  max-width: 1300px;
  padding: 60px 50px;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block {
    padding: 0;
  }
}

.navigation-panel>.block>.title {
  color: #2C5200;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 0 0 35px 0;
}

@media screen and (max-width: 1300px) {
  .navigation-panel>.block>.title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.title {
    color: #FFFFFF;
    margin: 0;
    display: block;
    font-size: 1.4rem;
    padding: 20px 25px;
    background-color: #636464;
    border-bottom: 1px solid #d8d8d8;
  }
}

.navigation-panel>.block>.title:hover {
  text-decoration: underline;
}

.navigation-panel>.block>.title::after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #2C5200;
  border-bottom: 2px solid #2C5200;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.title::after {
    content: "";
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 5px;
    height: 5px;
  }
}

.navigation-panel>.block>.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.list {
    flex-direction: column;
  }
}

.navigation-panel>.block>.list>.item {
  width: 31.5%;
  margin: 0 1.8% 0 0;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.list>.item {
    width: 100%;
    margin: 0;
    border: none;
  }
}

.navigation-panel>.block>.list>.item:nth-child(1),
.navigation-panel>.block>.list>.item:nth-child(2),
.navigation-panel>.block>.list>.item:nth-child(3) {
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 897px) {

  .navigation-panel>.block>.list>.item:nth-child(1),
  .navigation-panel>.block>.list>.item:nth-child(2),
  .navigation-panel>.block>.list>.item:nth-child(3) {
    border: none;
  }
}

.navigation-panel>.block>.list>.item>.link {
  color: #333333;
  font-size: 1.6rem;
  padding: 25px 15px;
  display: block;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .navigation-panel>.block>.list>.item>.link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.list>.item>.link {
    color: #FFFFFF;
    margin: 0;
    display: block;
    font-size: 1.4rem;
    padding: 20px 25px;
    background-color: #636464;
    border-bottom: 1px solid #d8d8d8;
  }
}

.navigation-panel>.block>.list>.item>.link::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #2C5200;
  border-bottom: 2px solid #2C5200;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.block>.list>.item>.link::after {
    content: "";
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    width: 5px;
    height: 5px;
  }
}

.navigation-panel>.block>.list>.item>.link:hover {
  background-color: #d8d8d8;
}

.navigation-panel>.close {
  display: inline-block;
  padding: 15px 30px 15px 60px;
  border: 4px solid #FFFFFF;
  font-weight: bold;
  background-color: #FFFFFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.4s ease;
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  .navigation-panel>.close {
    display: none;
  }
}

.navigation-panel>.close>.text {
  font-size: 1.6rem;
  position: relative;
  color: #2C5200;
  transition: 0.4s ease;
}

.navigation-panel>.close>.text::before,
.navigation-panel>.close>.text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 13px;
  height: 2px;
  background-color: #2C5200;
  transition: 0.4s ease;
}

.navigation-panel>.close>.text::before {
  transform: translate(0, -50%) rotate(-45deg);
}

.navigation-panel>.close>.text::after {
  transform: translate(0, -50%) rotate(45deg);
}

.navigation-panel>.close:hover {
  background-color: #416901;
}

.navigation-panel>.close:hover>.text {
  color: #FFFFFF;
}

.navigation-panel>.close:hover>.text::before,
.navigation-panel>.close:hover>.text::after {
  background-color: #FFFFFF;
}

.navigation-panel.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 897px) {
  .navigation-panel.is-openSP {
    visibility: visible;
    height: auto;
  }
}

.is-top>.page-header {
  background-color: transparent;
}

.is-top>.page-header>.logo>.link>.image {
  opacity: 1;
}

.is-top>.page-header>.logo>.link>.imageover {
  opacity: 0;
}

.is-top>.page-header.is-scrolled,
.is-top>.page-header.is-open {
  background-color: rgb(255, 255, 255);
}

.is-top>.page-header.is-scrolled>.logo>.link>.image,
.is-top>.page-header.is-open>.logo>.link>.image {
  opacity: 0;
}

.is-top>.page-header.is-scrolled>.logo>.link>.imageover,
.is-top>.page-header.is-open>.logo>.link>.imageover {
  opacity: 1;
}

.is-top .page-navigation>.container>.scroller>.utility>.item:nth-child(2) {
  border-left: 1px solid #FFFFFF;
}

.is-top .page-navigation>.container>.scroller>.utility>.item>.button {
  color: #FFFFFF;
}

.is-top .page-navigation>.container>.scroller>.utility>.item>.button>.icon>.image {
  opacity: 0;
}

.is-top .page-navigation>.container>.scroller>.utility>.item>.button>.icon>.imageover {
  opacity: 1;
}

.is-top .page-navigation>.container>.scroller>.list>.item>.link>.text {
  color: #FFFFFF;
}

.is-top .page-navigation>.container>.scroller>.list>.item>.link>.text.is-openSP {
  color: #FFFFFF;
}

.is-top .page-navigation>.container>.scroller>.list>.item>.link>.text.is-open {
  color: #333333;
}

.is-top .page-navigation>.container>.contact {
  background-color: transparent;
}

.is-top .page-navigation>.container>.contact:hover {
  background-color: #416901;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.utility>.item:nth-child(2),
.is-top .page-navigation.is-open>.container>.scroller>.utility>.item:nth-child(2) {
  border-left: 1px solid #333333;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.utility>.item>.button,
.is-top .page-navigation.is-open>.container>.scroller>.utility>.item>.button {
  color: #333333;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.utility>.item>.button>.icon>.image,
.is-top .page-navigation.is-open>.container>.scroller>.utility>.item>.button>.icon>.image {
  opacity: 1;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.utility>.item>.button>.icon>.imageover,
.is-top .page-navigation.is-open>.container>.scroller>.utility>.item>.button>.icon>.imageover {
  opacity: 0;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.list>.item>.link>.text,
.is-top .page-navigation.is-open>.container>.scroller>.list>.item>.link>.text {
  color: #333333;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.list>.item>.link>.text.is-openSP,
.is-top .page-navigation.is-open>.container>.scroller>.list>.item>.link>.text.is-openSP {
  color: #333333;
}

.is-top .page-navigation.is-scrolled>.container>.scroller>.list>.item>.link>.text.is-open,
.is-top .page-navigation.is-open>.container>.scroller>.list>.item>.link>.text.is-open {
  color: #333333;
}

.is-top .page-navigation.is-scrolled>.container>.contact,
.is-top .page-navigation.is-open>.container>.contact {
  background-color: #2C5200;
}

@media screen and (max-width: 897px) {

  .is-top .page-navigation.is-scrolled>.container>.contact,
  .is-top .page-navigation.is-open>.container>.contact {
    background-color: transparent;
  }
}

.is-top .page-navigation.is-scrolled>.container>.contact:hover,
.is-top .page-navigation.is-open>.container>.contact:hover {
  background-color: #416901;
}

.language-change {
  background-color: #d8d8d8;
  padding: 15px 40px;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
  cursor: auto;
  display: none;
  position: absolute;
}

@media screen and (max-width: 897px) {
  .language-change {
    display: block;
    background: none;
    position: relative;
    padding: 25px 0 100px;
    top: auto;
    left: auto;
    transform: none;
  }
}

.language-change.is-open {
  display: block;
}

.language-change>.item {
  margin: 15px 0;
  text-align: center;
}

@media screen and (max-width: 897px) {
  .language-change>.item {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    text-align: left;
    border-right: 2px solid #FFFFFF;
  }
}

@media screen and (max-width: 897px) {
  .language-change>.item:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
  }
}

.language-change>.item>.link {
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .language-change>.item>.link {
    color: #FFFFFF;
  }
}

.language-change>.item>.link:hover {
  text-decoration: underline;
}

.language-change::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #d8d8d8;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 897px) {
  .language-change::before {
    display: none;
  }
}

.search-box {
  background-color: #d8d8d8;
  padding: 10px;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: auto;
  z-index: 9999;
  display: none;
  position: absolute;
}

@media screen and (max-width: 897px) {
  .search-box {
    display: block;
    background-color: transparent;
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    transform: none;
  }
}

.search-box.is-open {
  display: block;
}

.search-box::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #d8d8d8;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 897px) {
  .search-box::before {
    display: none;
  }
}

.search-box>.item {
  display: flex;
  background-color: #FFFFFF;
  padding: 5px 15px;
}

.search-box>.item>.input {
  border: none;
  padding: 5px 5px;
  margin: 0 15px 0 0;
  width: 250px;
}

@media screen and (max-width: 897px) {
  .search-box>.item>.input {
    width: calc(100% - 25px);
  }
}

.search-box>.item>.button {
  background-color: transparent;
}

.search-box>.item>.button>.image {
  vertical-align: baseline;
}

.panel-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.panel-background.is-open {
  opacity: 1;
  visibility: visible;
}

.section-block {
  background-color: #FFFFFF;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 897px) {
  .section-block {
    padding: 60px 0 0;
  }
}

.section-block.-top {
  padding: 180px 0;
}

@media screen and (max-width: 1300px) {
  .section-block.-top {
    padding: 120px 0;
  }
}

@media screen and (max-width: 897px) {
  .section-block.-top {
    padding: 60px 0;
  }
}

.section-block.-adjust {
  padding: 180px 0 360px;
}

@media screen and (max-width: 1300px) {
  .section-block.-adjust {
    padding: 120px 0;
  }
}

@media screen and (max-width: 897px) {
  .section-block.-adjust {
    padding: 60px 0;
  }
}

.section-block.-even {
  background-color: #FAF8F7;
}

.section-block>.container {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .section-block>.container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 897px) {
  .section-block>.container {
    padding: 0 15px 80px 15px;
  }
}

.section-block.-product {
  background-color: #fdf9f5;
}

@media screen and (max-width: 897px) {
  .section-block.-product {
    padding-bottom: 0;
  }
}

.section-block.-pickup {
  background-color: #FFFFFF;
}

.section-block.-lower {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 897px) {
  .section-block.-lower {
    padding: 0 0 50px 0;
  }
}

.page-main {
  overflow: hidden;
}

.page-main.-lower {
  padding: 101px 0 0 0;
}

@media screen and (max-width: 897px) {
  .page-main.-lower {
    padding: 61px 0 0 0;
  }
}

/*.block-contact {
  background-color: #E5E5E5;
}*/
.block-contact>.container {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 897px) {
  .block-contact>.container {
    padding: 0 50px;
    margin: 45px auto 0;
  }
}

.block-contact>.container>.block {
  padding: 0 40px 0 0;
  margin: 40px 0 40px 0;
  border-right: 1px solid #AAAAAA;
  width: 50%;
}

@media screen and (max-width: 897px) {
  .block-contact>.container>.block {
    margin: 25px 0 25px 0;
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .block-contact>.container>.block {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    border-right: none;
  }
}

.block-contact>.container>.block:nth-last-child(1) {
  padding: 0 0 0 40px;
  border-right: none;
}

@media screen and (max-width: 897px) {
  .block-contact>.container>.block:nth-last-child(1) {
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 600px) {
  .block-contact>.container>.block:nth-last-child(1) {
    border-top: 1px solid #AAAAAA;
    padding: 0 0 0 0;
    margin: 25px 0 25px 0;
  }
}

.block-contact>.container>.block>.information {
  margin: 0 0 10px;
  line-height: 1.6;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .block-contact>.container>.block>.information {
    margin: 10px 0;
    min-height: auto;
  }
}

.block-contact>.container>.block>.information>.text {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  .block-contact>.container>.block>.information>.text {
    font-size: 1.2rem;
  }
}

.block-contact>.container>.block>.link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  background-color: #2C5200;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.4s ease;
}

.block-contact>.container>.block>.link:hover {
  background-color: #416901;
}

@media screen and (max-width: 897px) {
  .block-contact>.container>.block>.link {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

.block-contact>.container>.block.is-single {
  margin: 30px 0 100px 0;
  /*241211修正 30px 0 40px 0*/
  padding: 0;
}

@media screen and (max-width: 897px) {
  .block-contact>.container>.block.is-single {
    border-top: none;
  }
}

.block-contact>.container>.block.is-single>.link {
  width: 100%;
}

.navigation-sitemap {
  background-color: #333333;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .navigation-sitemap {
    display: none;
  }
}

.navigation-sitemap>.map {
  max-width: 1300px;
  padding: 80px 50px;
  margin: 0 auto;
}

.navigation-sitemap>.map>.container {
  display: flex;
  justify-content: space-between;
}

.navigation-sitemap>.map>.container>.block {
  width: 25%;
  display: block;
}

.navigation-sitemap>.map>.container>.block>.title {
  margin: 0 0 15px 0;
}

.navigation-sitemap>.map>.container>.block>.title>.link {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-decoration: none;
}

.navigation-sitemap>.map>.container>.block>.title>.link:hover {
  text-decoration: underline;
}

.navigation-sitemap>.map>.container>.block>.list {
  border-left: 1px solid #636464;
  padding: 0 0 0 24px;
  margin: 0 0 25px 0;
}

.navigation-sitemap>.map>.container>.block>.list>.item {
  margin: 0 0 5px 0;
}

.navigation-sitemap>.map>.container>.block>.list>.item>.link {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: none;
}

.navigation-sitemap>.map>.container>.block>.list>.item>.link:hover {
  text-decoration: underline;
}

.page-footer {
  background-color: #24262C;
  position: relative;
}

.page-footer .container {
  max-width: 1300px;
  padding: 80px 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .page-footer .container {
    padding: 60px 25px 15px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.logo {
    width: 100%;
    text-align: center;
    margin: 0 0 35px 0;
  }
}

.page-footer .container>.logo>.link {
  display: block;
}

.page-footer .container>.logo>.link>.image {
  height: 22px;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.logo>.link>.image {
    width: auto;
    height: 15px;
  }
}

.page-footer .container>.box {
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box {
    text-align: center;
    margin: 0 auto;
  }
}

.page-footer .container>.box>.list {
  margin: 0 0 5px 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box>.list {
    display: block;
    margin: 0 0 35px 0;
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box>.list>.item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
}

.page-footer .container>.box>.list>.item>.link {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box>.list>.item>.link {
    font-size: 1.2rem;
  }
}

.page-footer .container>.box>.list>.item>.link:hover {
  text-decoration: underline;
}

.page-footer .container>.box>.list>.item::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  background-color: #FFFFFF;
  margin: 0 15px;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box>.list>.item::after {
    display: none;
  }
}

.page-footer .container>.box>.list>.item:last-child::after {
  display: none;
}

.page-footer .container>.box>.copyright {
  color: #d8d8d8;
  font-size: 1.3rem;
}

@media screen and (max-width: 1300px) {
  .page-footer .container>.box>.copyright {
    text-align: center;
  }
}

.breadcrumb-list {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: none;
}

@media screen and (max-width: 897px) {
  .breadcrumb-list {
    display: none;
  }
}

.breadcrumb-list>.navigation {
  max-width: 100%;
}

.breadcrumb-list>.navigation>.list {
  display: flex;
  justify-content: flex-start;
  padding: 0 30px;
}

.breadcrumb-list>.navigation>.list>.item {
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 60px 15px 0;
  overflow: hidden;
  position: relative;
  color: #636464;
}

.breadcrumb-list>.navigation>.list>.item::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #d8d8d8;
  right: 15px;
  bottom: 32px;
  transform: rotate(55deg);
}

.breadcrumb-list>.navigation>.list>.item::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #d8d8d8;
  right: 15px;
  top: 32px;
  transform: rotate(-55deg);
}

.breadcrumb-list>.navigation>.list>.item:last-child::after,
.breadcrumb-list>.navigation>.list>.item:last-child::before {
  display: none;
}

.breadcrumb-list>.navigation>.list>.item>.link {
  color: #333333;
}

.page-top {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #2C5200;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9997;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .page-top {
    display: none !important;
  }
}

.page-top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 21px;
  left: 50%;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translate(-50%, 0) rotate(-45deg);
}

.page-top.is-show {
  visibility: visible;
  opacity: 1;
  display: block;
}

.page-top.is-flow {
  position: absolute;
  bottom: auto;
  top: -100px;
}

.page-top:hover {
  background-color: #416901;
}

/* ==========================================================
 components(done)
========================================================== */
.heading-type01 {
  position: relative;
  padding: 50px 0 0 0;
  line-height: 1;
  margin: 0 0 70px 0;
}

@media screen and (max-width: 1300px) {
  .heading-type01 {
    padding: 40px 0 0 0;
  }
}

@media screen and (max-width: 897px) {
  .heading-type01 {
    padding: 20px 0 0 0;
    line-height: 1;
    margin: 0 0 40px 0;
  }
}

.heading-type01>.ja {
  position: relative;
  font-size: 4.6rem;
  font-weight: bold;
  z-index: 2;
  border-bottom: 6px solid #2C5200;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 1300px) {
  .heading-type01>.ja {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 897px) {
  .heading-type01>.ja {
    font-size: 2.6rem;
    border-bottom: 4px solid #2C5200;
    padding: 0 0 10px 0;
  }
}

.heading-type01>.en {
  position: absolute;
  top: 0;
  left: -25px;
  font-family: "Josefin Sans", sans-serif;

  font-weight: bold;
  color: #F1EEE8;
  font-size: 10rem;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .heading-type01>.en {
    font-size: 8rem;
  }
}

@media screen and (max-width: 897px) {
  .heading-type01>.en {
    left: -15px;
    font-size: 4rem;
  }
}

.heading-type01.-center {
  text-align: center;
}

.heading-type01.-center>.en {
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}

.heading-type02 {
  position: relative;
  line-height: 1;
  margin: 0 0 70px 0;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .heading-type02 {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 897px) {
  .heading-type02 {
    margin: 0 0 30px 0;
  }
}

.heading-type02>.ja {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  z-index: 2;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 897px) {
  .heading-type02>.ja {
    font-size: 1.6rem;
  }
}

.heading-type02>.en {
  margin: 0 0 20px 0;
  display: block;
  font-family: "Josefin Sans", sans-serif;

  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 6rem;
}

@media screen and (max-width: 1300px) {
  .heading-type02>.en {
    margin: 0 0 10px 0;
    font-size: 4rem;
  }
}

@media screen and (max-width: 897px) {
  .heading-type02>.en {
    margin: 0 0 15px 0;
    font-size: 3rem;
  }
}

.heading-type03 {
  margin: 100px 0 30px 0;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .heading-type03 {
    margin: 60px 0 30px 0;
    font-size: 2.4rem;
  }
}

.heading-type04 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .heading-type04 {
    font-size: 2.8rem;
  }
}

.heading-type04>.en {
  color: #2C5200;
  font-size: 1.4rem;
}

@media screen and (max-width: 1300px) {
  .heading-type04>.en {
    font-size: 1.2rem;
  }
}

.heading-type05 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 0 20px 30px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .heading-type05 {
    padding: 15px 0 20px 25px;
  }
}

@media screen and (max-width: 897px) {
  .heading-type05 {
    padding: 15px 0 15px 20px;
  }
}

.heading-type05::before {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% - 24px);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #2C5200;
}

@media screen and (max-width: 1300px) {
  .heading-type05::before {
    width: 7px;
  }
}

@media screen and (max-width: 897px) {
  .heading-type05::before {
    width: 5px;
  }
}

@media screen and (max-width: 1300px) {
  .heading-type05 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 897px) {
  .heading-type05 {
    font-size: 2rem;
  }
}

.heading-type06 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 1300px) {
  .heading-type06 {
    font-size: 1.6rem;
  }
}

.heading-type07 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1300px) {
  .heading-type07 {
    font-size: 1.8rem;
  }
}

.heading-type08 {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #F1EEE8;
}

@media screen and (max-width: 1300px) {
  .heading-type08 {
    font-size: 1.6rem;
  }
}

.heading-type09 {
  text-align: center;
  margin: 0 0 27px;
}

@media screen and (max-width: 897px) {
  .heading-type09 {
    margin: 0 0 20px;
  }
}

.heading-type09>.label {
  background-color: #2C5200;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 18px 0;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  margin: 0 0 35px 0;
  font-family: "Josefin Sans", sans-serif;

}

@media screen and (max-width: 897px) {
  .heading-type09>.label {
    font-size: 1.2rem;
    padding: 4px 15px 0;
    margin: 0 0 20px 0;
  }
}

.heading-type09>.label::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 8px solid #2C5200;
  border-bottom: 8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.heading-type09>.context {
  line-height: 1;
  display: inline-block;
  margin: 0 0 23px 0;
  position: relative;
}

@media screen and (max-width: 897px) {
  .heading-type09>.context {
    margin: 0 0 15px 0;
  }
}

.heading-type09>.context>.line {
  position: absolute;
  display: inline-block;
  background-color: #F1EEE8;
  height: 10px;
  width: 100%;
  z-index: 0;
  bottom: -5px;
}

@media screen and (max-width: 897px) {
  .heading-type09>.context>.line {
    height: 6px;
  }
}

.heading-type09>.context>.text {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 1;
}

@media screen and (max-width: 897px) {
  .heading-type09>.context>.text {
    font-size: 1.6rem;
  }
}

.heading-type10 {
  padding: 0 0 0 15px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.heading-type10::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 20px;
  background-color: #2C5200;
}

.heading-type11 {
  padding: 25px 0 0 0;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .heading-type11 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 897px) {
  .heading-type11 {
    font-size: 2rem;
  }
}

.heading-type11::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 5px;
  background-color: #2C5200;
}

@media screen and (max-width: 897px) {
  .heading-type11::after {
    width: 60px;
    height: 4px;
  }
}

.box-float {
  overflow: hidden;
}

.box-float>.image {
  float: right;
  margin: 0 0 15px 15px;
}

.text-lead01 {
  font-size: 1.8rem;
  color: #2C5200;
  font-weight: bold;
}

.text-lead02 {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 897px) {
  .text-lead02 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .text-lead02 {
    text-align: left;
  }
}

.text-lead02>.break {
  display: block;
}

@media screen and (max-width: 600px) {
  .text-lead02>.break {
    display: none;
  }
}

.button-center {
  margin: 60px 0 0 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 897px) {
  .button-center {
    margin: 30px 0 0 0;
  }
}

.tab-controller {
  position: relative;
}

.tab-controller>.display {
  display: none;
  z-index: 1;
  border: 1px solid #636464;
  padding: 8px 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  .tab-controller>.display {
    display: block;
  }
}

.tab-controller>.display::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-right: 2px solid #2C5200;
  border-top: 2px solid #2C5200;
}

@media screen and (max-width: 897px) {
  .tab-controller>.tablist {
    display: none;
    z-index: 2;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}

.tab-controller>.tablist.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

.lead-text01 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 1300px) {
  .lead-text01 {
    font-size: 1.6rem;
  }
}

.lead-text01.-large {
  font-size: 2.2rem;
}

@media screen and (max-width: 1300px) {
  .lead-text01.-large {
    font-size: 1.8rem;
  }
}

.lead-text01.-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.button-type01>.link {
  display: inline-block;
  border-left: 4px solid #2C5200;
  text-align: center;
  text-decoration: none;
  background-color: #F1EEE8;
  position: relative;
}

.button-type01>.link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #2C5200;
  transition: 0.4s ease;
}

.button-type01>.link>.text {
  width: 240px;
  padding: 10px 0;
  display: inline-block;
  font-weight: bold;
  color: #2C5200;
  transition: 0.4s ease;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .button-type01>.link>.text {
    width: 220px;
    padding: 5px 0;
  }
}

.button-type01>.link>.text::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #2C5200;
}

.button-type01>.link>.text::before {
  content: "";
  display: block;
  position: absolute;
  right: -32px;
  top: 45%;
  width: 10px;
  height: 1px;
  background-color: #2C5200;
  transform: rotate(45deg);
}

.button-type01>.link:hover:before {
  width: 100%;
}

.button-type01>.link:hover>.text {
  color: #FFFFFF;
}

.button-type02>.link {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  background-color: #FFFFFF;
  position: relative;
}

.button-type02>.link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #2C5200;
  transition: 0.4s ease;
}

.button-type02>.link>.text {
  width: 150px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: bold;
  color: #2C5200;
  transition: 0.4s ease;
  position: relative;
}

.button-type02>.link>.text:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #2C5200;
  border-right: 6px solid transparent;
  transition: 0.4s ease;
}

.button-type02>.link:hover:before {
  width: 100%;
}

.button-type02>.link:hover>.text {
  color: #FFFFFF;
}

.button-type02>.link:hover>.text::after {
  border-left: 6px solid #FFFFFF;
}

.tab-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 897px) {
  .tab-buttons {
    display: block;
    width: calc(100% + 10px);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 15px;
  }
}

.tab-buttons>.item {
  width: 14.4%;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item {
    width: 100%;
  }
}

.tab-buttons>.item.-col4 {
  width: 25%;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item.-col4 {
    width: 100%;
  }
}

.tab-buttons>.item.-col5 {
  width: 20%;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item.-col5 {
    width: 100%;
  }
}

.tab-buttons>.item>.button {
  color: #2C5200;
  font-weight: bold;
  width: 100%;
  border: 1px solid #2C5200;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 1.6rem;
  background-color: #FFFFFF;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .tab-buttons>.item>.button {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item>.button {
    color: #333333;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    text-align: left;
    font-size: 1.4rem;
    position: relative;
    padding: 10px 0 10px 25px;
    background-color: #FFFFFF;
  }
}

.tab-buttons>.item>.button::before {
  display: none;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item>.button::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 2px solid #2C5200;
    border-top: 2px solid #2C5200;
  }
}

.tab-buttons>.item>.button:hover {
  color: #FFFFFF;
  background-color: #2C5200;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item>.button:hover {
    color: #333333;
    background: none;
  }
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item:first-child {
    border-top: 1px solid #d8d8d8;
  }
}

.tab-buttons>.item:first-child>.button {
  border-top-left-radius: 10px;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item:first-child>.button {
    border-top-left-radius: 0;
  }
}

.tab-buttons>.item:last-child>.button {
  border-top-right-radius: 10px;
  border-right: 1px solid #2C5200;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item:last-child>.button {
    border-right: none;
  }
}

.tab-buttons>.item.is-active>.button {
  color: #FFFFFF;
  background-color: #2C5200;
}

@media screen and (max-width: 897px) {
  .tab-buttons>.item.is-active>.button {
    color: #2C5200;
    background-color: #d8d8d8;
  }
}

.news-list {
  margin: 20px 0 0 0;
  display: none;
}

@media screen and (max-width: 897px) {
  .news-list {
    margin: 20px 0 0 0;
    border-top: 1px solid #d8d8d8;
  }
}

.news-list>.item {
  border-bottom: 1px solid #d8d8d8;
}

.news-list>.item>.link {
  padding: 25px 0;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .news-list>.item>.link {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}

.news-list>.item>.link>.date {
  font-size: 1.6rem;
  color: #2C5200;
  width: 170px;
  font-weight: bold;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 897px) {
  .news-list>.item>.link>.date {
    font-size: 1.25rem;
    padding: 0 0 0 0;
    width: 90px;
  }
}

.news-list>.item>.link>.label {
  font-size: 1.4rem;
  color: #2C5200;
  border: 1px solid #2C5200;
  width: 140px;
  height: 32px;
  text-align: center;
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 15px;
}

@media screen and (max-width: 897px) {
  .news-list>.item>.link>.label {
    font-size: 1.2rem;
    width: 110px;
    height: auto;
    line-height: 1;
    padding: 5px 0 0 0;
  }
}

.news-list>.item>.link>.title {
  font-size: 1.6rem;
  width: calc(100% - 310px);
  padding: 0 0 0 30px;
}

@media screen and (max-width: 897px) {
  .news-list>.item>.link>.title {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.news-list>.item>.link>.title>.pdf {
  padding: 0 10px 0 0;
  background: url("/assets/img/common/ico_pdf_01.png") right 50% no-repeat;
}

.news-list>.item>.link:hover {
  background-color: #F1EEE8;
}

.news-list.is-show {
  display: block;
}

.product-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 517px;
  height: auto;
  margin: -330px 0 0 0;
}

@media screen and (max-width: 1300px) {
  .product-background {
    width: 300px;
  }
}

.product-background.-left {
  margin: 700px 0 0 0;
  width: 454px;
  right: auto;
  left: 0;
}

@media screen and (max-width: 1300px) {
  .product-background.-left {
    display: none;
  }
}

.basic-text01 {
  margin: 0 0 25px 0;
}

.caption-text01 {
  font-size: 1.4rem;
}

.note-text01 {
  text-indent: -1.2em;
  font-size: 1.4rem;
  margin: 0 0 0 1.5em;
}

.list-basic01>.item {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  position: relative;
}

.list-basic01>.item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 15px;
  background-color: #2C5200;
  position: absolute;
  top: 1em;
  left: 3px;
}

@media screen and (max-width: 1300px) {
  .list-basic01>.item::before {
    top: 0.95em;
  }
}

.list-numeric01>.item {
  margin: 0 0 5px 0;
  text-indent: -1em;
  margin: 0 0 0 1.6em;
}

@media screen and (max-width: 1300px) {
  .img-basic>.image {
    max-width: 100%;
  }
}

.img-basic>.image>img {
  width: auto;
  max-width: 100%;
}

.img-basic>.figure {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .img-basic>.figure.-w300 {
    max-width: 300px;
  }
}

.img-basic>.figure>.image {
  width: auto;
  max-width: 100%;
}

.larger-button {
  display: none;
}

@media screen and (max-width: 897px) {
  .larger-button {
    margin: 20px 0 0;
    border-radius: 30px;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.4rem;
    background-color: #2C5200;
    text-decoration: none;
    line-height: 1;
  }
}

.larger-button>.icon {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 15px;
  padding: 0 2px 1px;
}

.larger-button>.text {
  padding: 0 0 0 5px;
}

.link-text01 {
  color: #2C5200;
  font-weight: bold;
}

.link-basic01 {
  position: relative;
  padding: 0 0 0 20px;
  color: #2C5200;
  display: inline-block;
}

.link-basic01:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #2C5200;
  border-radius: 50%;
  position: absolute;
  top: 1.05em;
  left: 0;
  transform: translate(0, -50%);
}

.link-basic01:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 1.05em;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
}

.link-basic01:hover {
  text-decoration: none;
}

.link-basic01.-outer {
  padding-right: 18px;
  background: url("/assets/img/common/ico_outer_01.png") right 0.5em no-repeat;
}

.link-basic01.-pdf {
  padding-right: 18px;
  background: url("/assets/img/common/ico_pdf_01.png") right 0.5em no-repeat;
}

.link-basic01.-anchor:after {
  position: absolute;
  top: 47%;
  left: 4px;
  transform: translate(0, -50%) rotate(135deg);
}

.link-basic02 {
  position: relative;
  padding: 0 0 0 12px;
  display: inline-block;
  text-decoration: underline;
  color: #2C5200;
}

.link-basic02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #2C5200;
  border-right: 6px solid transparent;
}

.link-basic02.-outer {
  padding-right: 18px;
  background: url("/assets/img/common/ico_outer_01.png") right 0.5em no-repeat;
}

.link-basic02.-pdf {
  padding-right: 18px;
  background: url("/assets/img/common/ico_pdf_01.png") right 0.5em no-repeat;
}

.link-basic02.-anchor:after {
  position: absolute;
  top: 47%;
  left: 4px;
  transform: translate(0, -50%) rotate(135deg);
}

.table-basic>.announce {
  display: none;
}

@media screen and (max-width: 1300px) {
  .table-basic>.announce {
    display: block;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 1300px) {
  .table-basic>.scroller {
    width: 100%;
    overflow-x: scroll;
  }
}

.table-basic>.scroller>.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d8d8d8;
}

@media screen and (max-width: 1300px) {
  .table-basic>.scroller>.table {
    width: 900px;
  }
}

.table-basic>.scroller>.table tbody tr th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding: 10px 15px;
  background-color: #333333;
  color: #FFFFFF;
}

.table-basic>.scroller>.table tbody tr td {
  border: 1px solid #d8d8d8;
  padding: 10px 15px;
}

.table-basic>.scroller>.table tbody tr .head {
  text-align: left;
  background-color: #F1EEE8;
  color: #333333;
}

.table-basic>.scroller>.table tbody tr .type01 {
  background-color: rgba(92, 181, 50, 0.08);
}

.text-sup {
  font-size: 1rem;
  padding: 0 0 0 2px;
}

.column-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1300px) {
  .column-box {
    flex-wrap: wrap;
  }
}

.column-box.-two>.child {
  width: calc(50% - 15px);
}

@media screen and (max-width: 1300px) {
  .column-box.-two>.child {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.column-box.-three>.child {
  width: calc(33.333% - 20px);
}

@media screen and (max-width: 1300px) {
  .column-box.-three>.child {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.column-box.-four>.child {
  width: calc(25% - 22.5px);
}

@media screen and (max-width: 1300px) {
  .column-box.-four>.child {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.movie-load {
  background-color: #d8d8d8;
  margin: 0 0 15px 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-load>.iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.box-type01 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 45px;
  background-color: #F3F0EE;
  border-radius: 15px;
}

@media screen and (max-width: 897px) {
  .box-type01 {
    padding: 30px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  .box-type01 {
    padding: 15px;
  }
}

.box-type01 .box-image {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .box-type01 .box-image {
    display: block;
    overflow: hidden;
  }
}

.box-type01 .box-image .photo {
  margin: 0 45px 0 0;
}

@media screen and (max-width: 897px) {
  .box-type01 .box-image .photo {
    margin: 0 20px 0 0;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .box-type01 .box-image .photo {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.box-type01 .box-image .photo .image {
  border-radius: 10px;
}

@media screen and (max-width: 897px) {
  .box-type01 .box-image .photo .image {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .box-type01 .box-image .photo .image {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 380px;
    max-width: 100%;
  }
}

@media screen and (max-width: 897px) {
  .box-type01 .box-image .text {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .box-type01 .box-image .text {
    width: 100%;
    font-size: 1.2rem;
  }
}

.img-box {
  text-align: center;
  width: 100%;
  border: 10px solid #F1EEE8;
  padding: 35px;
}

.img-box>.image {
  width: auto;
  max-width: 100%;
}

.block-type01 {
  display: flex;
}

@media screen and (max-width: 600px) {
  .block-type01 {
    display: block;
  }
}

.block-type01>.summary {
  width: calc(100% - 340px);
  padding: 0 60px 0 0;
}

@media screen and (max-width: 1300px) {
  .block-type01>.summary {
    width: calc(100% - 220px);
    padding: 0 40px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .block-type01>.summary {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
  }
}

.block-type01>.photo {
  width: 340px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .block-type01>.photo {
    width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .block-type01>.photo {
    width: 100%;
  }
}

.block-type01>.photo>.title {
  font-size: 1.4rem;
  font-weight: bold;
}

.block-type01>.photo>.image {
  max-width: 100%;
  border-radius: 10px;
}

.img-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.img-list>.box.-col3 {
  margin: 0 30px 30px 0;
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 1300px) {
  .img-list>.box.-col3 {
    margin: 0 20px 20px 0;
    width: calc(33.33% - 13.3333333333px);
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box.-col3 {
    margin: 0 15px 15px 0;
    width: calc(50% - 7.5px);
  }
}

.img-list>.box.-col3:nth-child(3n) {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1300px) {
  .img-list>.box.-col3:nth-child(3n) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box.-col3:nth-child(3n) {
    margin: 0 15px 15px 0;
    width: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box.-col3:nth-child(2n) {
    margin: 0 0 15px 0;
    width: calc(50% - 7.5px);
  }
}

.img-list>.box.-col2 {
  margin: 0 30px 30px 0;
  width: calc(50% - 15px);
}

@media screen and (max-width: 1300px) {
  .img-list>.box.-col2 {
    margin: 0 20px 20px 0;
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box.-col2 {
    margin: 0 15px 15px 0;
    width: calc(50% - 7.5px);
  }
}

.img-list>.box.-col2:nth-child(2n) {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 600px) {
  .img-list>.box.-col2:nth-child(2n) {
    margin: 0 0 15px 0;
  }
}

.img-list>.box>.title {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  .img-list>.box>.title {
    font-size: 1.2rem;
  }
}

.img-list>.box>.photo {
  border: 10px solid #F1EEE8;
  padding: 10px;
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .img-list>.box>.photo {
    border: 7px solid #F1EEE8;
    min-height: 18vw;
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box>.photo {
    border: 4px solid #F1EEE8;
    min-height: 33vw;
  }
}

.img-list>.box>.photo>.image {
  object-fit: cover;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 897px) {
  .img-list>.box>.photo>.image {
    max-height: 13.5vw;
  }
}

@media screen and (max-width: 600px) {
  .img-list>.box>.photo>.image {
    max-height: 23vw;
  }
}

.img-list>.box>.text {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  .img-list>.box>.text {
    font-size: 1.2rem;
  }
}

.link-list>.item>.link {
  text-decoration: underline;
}

.link-list>.item>.link>.text {
  position: relative;
  padding: 0 0 0 20px;
}

.link-list>.item>.link>.text:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #2C5200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.link-list>.item>.link>.text:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
}

.link-list>.item>.link:hover {
  text-decoration: none;
}

.icon-arrow {
  position: relative;
  padding: 0 0 0 12px;
  display: inline-block;
  text-decoration: underline;
}

.icon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #2C5200;
  border-right: 6px solid transparent;
}

.float_block {
  overflow: hidden;
  margin: 0 0 15px 0;
}

.float_block .image {
  float: right;
  margin: 0 0 25px 25px;
}

@media screen and (max-width: 897px) {
  .float_block .image {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .float_block .image {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px auto;
    float: none;
  }
}

.parts-label {
  background-color: #2C5200;
  font-weight: bold;
  padding: 3px 10px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  display: inline-block;
}

/* ==========================================================
swiper
========================================================== */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-button-disabled>.button {
  background-color: #8c8c8c !important;
  cursor: auto;
}

/* ==========================================================
 unique
========================================================== */
.category-heading {
  position: relative;
  height: 500px;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 897px) {
  .category-heading {
    height: 300px;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
  }
}

.category-heading>.photo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 500px;
  transform: translate(-50%, 0);
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 897px) {
  .category-heading>.photo {
    height: 300px;
  }
}

.category-heading>.photo>.item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 500px;
  transform: translate(-50%, 0);
  opacity: 0;
  object-fit: cover;
}

.category-heading>.photo>.item.is-show {
  animation: fadeIn 5s linear forwards;
  z-index: 997;
}

.category-heading>.photo>.item.is-hide {
  animation: fadeOut 1.5s linear forwards;
}

.category-heading>.cover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 500px;
  z-index: 1;
  transform: translate(-50%, 0);
  background: url("/assets/img/product/it-materials/cover_main_01.png") left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 897px) {
  .category-heading>.cover {
    height: 300px;
  }
}

.category-heading>.label {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  display: inline-block;
  line-height: 1.6;
  padding: 20px;
  margin: 0 0 15px;
}

@media screen and (max-width: 897px) {
  .category-heading>.label {
    padding: 10px 15px;
    margin: 0 auto 15px;
  }
}

.category-heading>.label>.en {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  color: #2C5200;
}

.category-heading>.label>.ja {
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  .category-heading>.label>.ja {
    font-size: 1.8rem;
  }
}

.category-heading>.copy {
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 897px) {
  .category-heading>.copy {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0 auto;
  }
}

.category-heading>.copy>.break {
  display: none;
}

@media screen and (max-width: 897px) {
  .category-heading>.copy>.break {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.category-navigation-position {
  height: 88px;
}

@media screen and (max-width: 897px) {
  .category-navigation-position {
    height: 42px;
  }
}

.category-navigation {
  position: relative;
  z-index: 9990;
  background-color: #FFFFFF;
  margin: -88px 0 0 0;
}

@media screen and (max-width: 897px) {
  .category-navigation {
    background-color: transparent;
    position: absolute;
    margin: 0;
    top: 360px;
    width: 100%;
    overflow: hidden;
    height: 5vh;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation.is-open {
    height: 100vh;
  }
}

.category-navigation>.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .category-navigation>.overlay {
    display: block;
  }
}

.category-navigation>.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.category-navigation>.button {
  background-color: #24262C;
  display: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 897px) {
  .category-navigation>.button {
    display: block;
  }
}

.category-navigation>.button>.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-navigation>.button>.menu>.icon {
  position: relative;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
}

.category-navigation>.button>.menu>.icon>.line {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 7px;
  left: 0;
  transition: 0.4s ease;
}

.category-navigation>.button>.menu>.icon>.line:nth-child(2) {
  top: 1px;
}

.category-navigation>.button>.menu>.icon>.line:nth-child(3) {
  top: 13px;
}

.category-navigation>.button>.menu>.text {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.category-navigation>.button>.menu.is-open>.icon>.line:nth-child(1) {
  opacity: 0;
}

.category-navigation>.button>.menu.is-open>.icon>.line:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

.category-navigation>.button>.menu.is-open>.icon>.line:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

.category-navigation>.container {
  padding: 15px 0 15px 0;
  margin: 0 15px 0 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container {
    position: absolute;
    display: block;
    background-color: #333333;
    padding: 42px 0 15px 0;
    margin: 0;
    width: 100%;
    top: var(--hidden-position);
    z-index: 0;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container.is-open {
    top: 0;
  }
}

.category-navigation>.container>.box {
  background-color: #e5e5e5;
  border-radius: 10px;
  width: calc(100% - 15px - 200px);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.box {
    width: calc(100% - 15px - 140px);
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box {
    width: 100%;
    padding: 0;
    display: block;
    border-radius: 0;
    background-color: #333333;
  }
}

.category-navigation>.container>.box>.list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.list {
    display: block;
  }
}

.category-navigation>.container>.box>.list>.item {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.list>.item {
    margin: 0;
    border-bottom: 1px dotted #71747c;
  }
}

.category-navigation>.container>.box>.list>.item>.link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  height: 38px;
  text-decoration: none;
  padding: 0 18px;
  font-size: 1.5rem;
  transition: 0.4s ease;
}

.category-navigation>.container>.box>.list>.item>.link:hover {
  background-color: #2C5200;
  color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.box>.list>.item>.link {
    padding: 0 10px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.list>.item>.link {
    display: block;
    height: auto;
    border-radius: 0;
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.category-navigation>.container>.box>.utility {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.utility {
    display: block;
    padding: 15px 15px 5px;
  }
}

.category-navigation>.container>.box>.utility>.item {
  line-height: 1;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  border-right: 1px solid #333333;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.box>.utility>.item {
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.utility>.item {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.category-navigation>.container>.box>.utility>.item>.link {
  text-decoration: none;
  font-size: 1.5rem;
}

.category-navigation>.container>.box>.utility>.item>.link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.box>.utility>.item>.link {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.box>.utility>.item>.link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #2C5200;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 1.4rem;
  }
}

.category-navigation>.container>.box>.utility>.item:last-child {
  border-right: none;
}

.category-navigation>.container>.banner {
  width: 200px;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.banner {
    width: 140px;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.banner {
    width: 100%;
    padding: 0 15px;
  }
}

.category-navigation>.container>.banner>.link {
  display: flex;
  height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  position: relative;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.banner>.link {
    height: 100px;
  }
}

.category-navigation>.container>.banner>.link>.image {
  position: absolute;
  display: block;
  width: 100%;
  height: 58px;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.banner>.link>.image {
    height: 100px;
  }
}

.category-navigation>.container>.banner>.link>.small {
  position: relative;
  color: #FFFFFF;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.banner>.link>.small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.banner>.link>.small {
    font-size: 1.2rem;
  }
}

.category-navigation>.container>.banner>.link>.large {
  position: relative;
  margin: 4px 0 0 0;
  color: #FFFFFF;
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .category-navigation>.container>.banner>.link>.large {
    font-size: 2rem;
  }
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.banner>.link>.large {
    font-size: 3.2rem;
  }
}

.category-navigation>.container>.banner>.link:hover {
  opacity: 0.6;
}

.category-navigation>.container>.close {
  display: none;
}

@media screen and (max-width: 897px) {
  .category-navigation>.container>.close {
    display: block;
  }
}

.category-navigation>.container>.close>.button {
  display: flex;
  width: 150px;
  border: 1px solid #FFFFFF;
  height: 38px;
  margin: 40px auto 20px;
  justify-content: center;
  align-items: center;
}

.category-navigation>.container>.close>.button>.icon {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
}

.category-navigation>.container>.close>.button>.icon::before,
.category-navigation>.container>.close>.button>.icon::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.category-navigation>.container>.close>.button>.icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.category-navigation>.container>.close>.button>.icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.category-navigation>.container>.close>.button>.text {
  padding: 0 0 0 10px;
  color: #FFFFFF;
  font-size: 1.4rem;
}

.category-navigation.is-fixed {
  position: fixed;
  width: 100%;
  top: 188px;
  left: 0;
}

@media screen and (max-width: 897px) {
  .category-navigation.is-fixed {
    top: 60px;
  }
}

.category-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 897px) {
  .category-product {
    justify-content: space-between;
  }
}

.category-product>.item {
  width: calc(25% - 15px);
  margin: 0 20px 30px 0;
}

@media screen and (max-width: 897px) {
  .category-product>.item {
    width: calc(50% - 7px);
    margin: 0 0 30px 0;
  }
}

.category-product>.item:nth-child(4n) {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 897px) {

  .category-product>.item:nth-last-child(1),
  .category-product>.item:nth-last-child(2) {
    margin: 0;
  }
}

.category-product>.item>.photo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.product-flow {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  .product-flow {
    max-width: 600px;
  }
}

.product-flow>.belt {
  position: absolute;
  background-color: #2C5200;
  border-radius: 15px;
  width: 260px;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 897px) {
  .product-flow>.belt {
    border-radius: 10px;
    width: 130px;
  }
}

.product-flow>.container {
  position: relative;
  z-index: 1;
  margin: 0 0 25px 0;
  width: 100%;
}

.product-flow>.container>.title {
  width: 260px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  padding: 21px 0;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.title {
    padding: 10px 0;
    width: 130px;
  }
}

.product-flow>.container>.flow {
  display: flex;
  margin: 0 0 40px 0;
}

.product-flow>.container>.flow>.title {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 230px;
  background-color: #FFFFFF;
  border-radius: 15px;
  margin: 0 25px;
  position: relative;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title {
    width: 100px;
    margin: 0 15px;
    background-color: transparent;
    display: block;
  }
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title>.box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 10px;
  }
}

.product-flow>.container>.flow>.title>.box>.photo {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title>.box>.photo {
    min-height: auto;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 2;
  }
}

.product-flow>.container>.flow>.title>.box>.photo>.image {
  width: auto;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title>.box>.photo>.image {
    width: 100%;
  }
}

.product-flow>.container>.flow>.title>.box>.text {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title>.box>.text {
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    z-index: 2;
  }
}

.product-flow>.container>.flow>.title>.box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 16px solid #FFFFFF;
  border-bottom: 16px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.product-flow>.container>.flow>.title>.box::before {
  display: none;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.title>.box::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}

.product-flow>.container>.flow>.content {
  width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  margin: 0 0 0 30px;
  border: 2px solid #dadada;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content {
    width: calc(100% - 145px);
    margin: 0 0 0 15px;
    padding: 15px;
    display: block;
  }
}

.product-flow>.container>.flow>.content>.summary>.name>.link {
  font-size: 1.8rem;
  color: #2C5200;
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content>.summary>.name>.link {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
  }
}

.product-flow>.container>.flow>.content>.summary>.text {
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content>.summary>.text {
    font-size: 1.2rem;
    margin: 0 0 15px 0;
  }
}

.product-flow>.container>.flow>.content>.image {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content>.image {
    margin: 0 0 0 0;
  }
}

.product-flow>.container>.flow>.content>.image>.photo {
  border-radius: 5px;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content>.image>.photo {
    width: 250px;
    max-width: 100%;
  }
}

.product-flow>.container>.flow>.content::before,
.product-flow>.container>.flow>.content::after {
  content: "";
  display: block;
  position: absolute;
  left: -96px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 48px solid transparent;
  border-right: 48px solid #dadada;
}

@media screen and (max-width: 897px) {

  .product-flow>.container>.flow>.content::before,
  .product-flow>.container>.flow>.content::after {
    top: 40px;
    transform: none;
    left: -56px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 28px solid transparent;
    border-right: 28px solid #dadada;
  }
}

.product-flow>.container>.flow>.content::after {
  left: -92px;
  border-right: 48px solid #FFFFFF;
}

@media screen and (max-width: 897px) {
  .product-flow>.container>.flow>.content::after {
    left: -52px;
    border-right: 28px solid #FFFFFF;
  }
}

.product-flow>.container>.flow:nth-last-child(1) {
  margin-bottom: 0;
}

.product-flow>.container>.flow:nth-last-child(1)>.title>.box::after,
.product-flow>.container>.flow:nth-last-child(1)>.title>.box::before {
  display: none;
}

.block-solution {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  .block-solution {
    margin: 0 -15px;
  }
}

.block-solution>.image {
  position: absolute;
  width: 100%;
  height: 380px;
  border-radius: 15px;
  object-fit: cover;
  z-index: 0;
}

@media screen and (max-width: 897px) {
  .block-solution>.image {
    height: 350px;
    border-radius: 0;
  }
}

.block-solution>.header {
  position: relative;
  z-index: 1;
  margin: 0 75px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 897px) {
  .block-solution>.header {
    margin: 0 20px;
    display: block;
    text-align: center;
  }
}

.block-solution>.header>.box {
  padding: 65px 0 0 0;
}

@media screen and (max-width: 897px) {
  .block-solution>.header>.box {
    padding: 35px 0 0 0;
  }
}

.block-solution>.header>.box>.title {
  line-height: 1;
  margin: 0 0 25px 0;
}

.block-solution>.header>.box>.title>.small {
  color: #FFFFFF;
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}

@media screen and (max-width: 897px) {
  .block-solution>.header>.box>.title>.small {
    font-size: 1.4rem;
  }
}

.block-solution>.header>.box>.title>.large {
  color: #FFFFFF;
  font-size: 5.7rem;
}

@media screen and (max-width: 897px) {
  .block-solution>.header>.box>.title>.large {
    font-size: 3.4rem;
  }
}

.block-solution>.header>.box>.summary {
  color: #FFFFFF;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  .block-solution>.header>.box>.summary {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .block-solution>.header>.box>.summary {
    text-align: left;
  }
}

.block-solution>.header>.box>.summary>.break {
  display: block;
}

@media screen and (max-width: 600px) {
  .block-solution>.header>.box>.summary>.break {
    display: none;
  }
}

@media screen and (max-width: 897px) {
  .block-solution>.header>.button {
    display: none;
  }
}

.block-solution>.content {
  position: relative;
  z-index: 1;
  margin: 0 75px;
}

@media screen and (max-width: 897px) {
  .block-solution>.content {
    margin: 0 15px;
  }
}

.block-solution>.content>.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fdf9f5;
  padding: 20px;
  border-radius: 15px;
}

@media screen and (max-width: 897px) {
  .block-solution>.content>.list {
    padding: 15px;
    border-radius: 10px;
  }
}

.block-solution>.content>.list>.item {
  width: calc(25% - 15px);
}

@media screen and (max-width: 897px) {
  .block-solution>.content>.list>.item {
    width: calc(50% - 5px);
    margin: 0 0 15px 0;
  }
}

.block-solution>.content>.list>.item>.link {
  transition: 0.4s ease;
}

.block-solution>.content>.list>.item>.link>.photo {
  border-radius: 10px;
  width: 100%;
}

.block-solution>.content>.list>.item>.link:hover {
  opacity: 0.7;
}

.block-solution>.content>.list>.item>.link:hover>.text {
  text-decoration: none;
}

.block-solution>.content>.button {
  display: none;
}

@media screen and (max-width: 897px) {
  .block-solution>.content>.button {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
}

.product-heading {
  position: relative;
  margin: 0 0 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .product-heading {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 897px) {
  .product-heading {
    margin: 0 0 30px 0;
  }
}

.product-heading>.container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  padding: 80px 50px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container {
    padding: 50px 50px 0;
  }
}

@media screen and (max-width: 897px) {
  .product-heading>.container {
    padding: 72px 15px 0;
    display: block;
  }
}

.product-heading.fs>.container {
  justify-content: space-between;
}


/*FS 製品情報ヘッダー　20250317追記*/
.product-heading.fs>.container {
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .product-heading.fs>.container {
    padding: 0;
  }
}

@media screen and (max-width: 897px) {
  .product-heading.fs>.container {
    padding: 0;
  }
}



.product-heading>.container>.summary {
  width: 50%;
  padding: 0 85px 0 0;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.summary {
    width: 55%;
    padding: 0 65px 0 0;
  }
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.summary {
    width: 100%;
    padding: 0 0 0 0;
  }
}

/*FS 製品情報ヘッダー　20250317追記*/
.product-heading.fs>.container>.summary {
  width: 48%;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.summary {
    width: 48%;
  }
}

@media screen and (max-width: 897px) {
  .product-heading.fs>.container>.summary {
    width: 100%;
    padding: 0 0 0 0;
  }
}

/*FS 製品情報ヘッダー　20250317追記*/
.product-heading.fs>.container>.summary {
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.summary {
    padding: 0;
  }
}

.product-heading>.container>.summary>.title {
  line-height: 1.4;
  padding: 0 0 0 30px;
  border-left: 10px solid #2C5200;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.summary>.title {
    padding: 0 0 0 15px;
    border-left: 7px solid #2C5200;
    margin: 0 0 20px 0;
  }
}

.product-heading>.container>.summary>.title>.small {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.summary>.title>.small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.summary>.title>.small {
    font-size: 1.4rem;
  }
}

.product-heading>.container>.summary>.title>.large {
  display: block;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.summary>.title>.large {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.summary>.title>.large {
    font-size: 2.4rem;
  }
}

.product-heading>.container>.summary>.discription {
  padding: 0 0 70px 0;
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.summary>.discription {
    padding: 0 0 20px 0;
  }
}

.product-heading>.container>.gallery {
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .product-heading>.container>.gallery {
    width: 45%;
  }
}

@media screen and (max-width: 897px) {
  .product-heading>.container>.gallery {
    width: 100%;
  }
}

.product-heading:after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #fdf9f5;
  width: 100%;
  height: 900px;
  bottom: 35px;
  right: 50%;
  transform: translate(300px, 0);
}

/*FSの製品情報ヘッダー　追記2025.0317*/
.product-heading.fs:after {
  background-color: #ffffff;
}

.product-heading.is-top {
  background-color: #fdf9f5;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1300px) {
  .product-heading.is-top {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 897px) {
  .product-heading.is-top {
    margin: 0 0 30px 0;
  }
}

.product-heading.is-top>.container>.summary {
  width: 100%;
  padding: 0 0 0 0;
}

.product-heading.is-top>.container>.summary>.discription {
  padding: 0 0 100px 40px;
}

@media screen and (max-width: 897px) {
  .product-heading.is-top>.container>.summary>.discription {
    padding: 0 0 20px 0;
  }
}

.product-heading.is-top:after {
  display: none;
}

.product-gallery {
  position: relative;
}

.product-gallery>.wrapper {
  width: 100%;
  overflow: hidden;
}

.product-gallery>.wrapper>.arrow {
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #2C5200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 165px;
  transition: 0.4s ease;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .product-gallery>.wrapper>.arrow {
    top: 45%;
  }
}

@media screen and (max-width: 897px) {
  .product-gallery>.wrapper>.arrow {
    width: 30px;
    height: 30px;
  }
}

.product-gallery>.wrapper>.arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}

.product-gallery>.wrapper>.arrow.-prev {
  left: -20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 897px) {
  .product-gallery>.wrapper>.arrow.-prev {
    left: -10px;
  }
}

.product-gallery>.wrapper>.arrow.-next {
  right: -20px;
}

@media screen and (max-width: 897px) {
  .product-gallery>.wrapper>.arrow.-next {
    right: -10px;
  }
}

.product-gallery>.wrapper>.arrow:hover {
  background-color: #416901;
}

.product-gallery>.wrapper>.arrow.swiper-button-disabled {
  cursor: default;
  background-color: #8c8c8c !important;
}

.product-gallery>.wrapper>.arrow.swiper-button-disabled:hover {
  background-color: #8c8c8c !important;
}

.product-gallery>.wrapper>.container {
  display: flex;
  justify-content: flex-start;
  z-index: 10;
  position: relative;
}

.product-thumbnail {
  margin: 12px 0 0 0;
}

.product-thumbnail>.wrapper>.item {
  width: calc(20% - 30px);
  cursor: pointer;
  transition: 0.4s ease;
}

.product-thumbnail>.wrapper>.item.swiper-slide-thumb-active {
  opacity: 0.6;
}

.product-thumbnail>.wrapper>.item:hover {
  opacity: 0.6;
}

.product-photo>.image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1300px) {
  .product-photo>.image {
    height: 27.5vw;
  }
}

@media screen and (max-width: 897px) {
  .product-photo>.image {
    height: 59.5vw;
  }
}

.product-photo>.thumb {
  width: 100%;
  height: 74px;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1300px) {
  .product-photo>.thumb {
    height: 5.3vw;
  }
}

@media screen and (max-width: 897px) {
  .product-photo>.thumb {
    height: 12.3vw;
  }
}

.product-body {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .product-body {
    padding: 0 50px;
  }
}

@media screen and (max-width: 897px) {
  .product-body {
    padding: 0 15px;
  }
}

.product-body>.wrapper {
  position: relative;
}

.product-body>.wrapper>.navigation {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 897px) {
  .product-body>.wrapper>.navigation {
    position: fixed;
    top: 60px;
    left: 0;
  }
}

.product-body>.wrapper>.navigation.is-fixed {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translate(-600px, 0);
}

@media screen and (max-width: 1300px) {
  .product-body>.wrapper>.navigation.is-fixed {
    top: 150px;
    left: 50px;
    transform: none;
  }
}

@media screen and (max-width: 897px) {
  .product-body>.wrapper>.navigation.is-fixed {
    top: 60px;
    left: 0;
  }
}

.product-body>.wrapper>.navigation.is-over {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translate(0, 0);
}

@media screen and (max-width: 897px) {
  .product-body>.wrapper>.navigation.is-over {
    position: fixed;
    top: 60px;
    left: 0;
  }
}

.product-body>.wrapper>.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 0 300px;
}

@media screen and (max-width: 1300px) {
  .product-body>.wrapper>.container {
    padding: 0 0 0 210px;
  }
}

@media screen and (max-width: 897px) {
  .product-body>.wrapper>.container {
    padding: 0 0 0 0;
  }
}

.product-navigation-position {
  height: 0;
}

@media screen and (max-width: 897px) {
  .product-navigation-position {
    height: 42px;
  }
}

.product-navigation {
  width: 230px;
  padding: 15px 0 100px 0;
}

@media screen and (max-width: 1300px) {
  .product-navigation {
    width: 180px;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation {
    width: 100%;
    padding: 0;
    z-index: 9998;
  }
}

.product-navigation>.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .product-navigation>.overlay {
    display: block;
  }
}

.product-navigation>.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.product-navigation>.button {
  background-color: #24262C;
  display: none;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 897px) {
  .product-navigation>.button {
    display: block;
  }
}

.product-navigation>.button>.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-navigation>.button>.menu>.icon {
  position: relative;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
}

.product-navigation>.button>.menu>.icon>.line {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 7px;
  left: 0;
  transition: 0.4s ease;
}

.product-navigation>.button>.menu>.icon>.line:nth-child(2) {
  top: 1px;
}

.product-navigation>.button>.menu>.icon>.line:nth-child(3) {
  top: 13px;
}

.product-navigation>.button>.menu>.text {
  color: #FFFFFF;
  font-size: 1.6rem;
}

.product-navigation>.button>.menu.is-open>.icon>.line:nth-child(1) {
  opacity: 0;
}

.product-navigation>.button>.menu.is-open>.icon>.line:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

.product-navigation>.button>.menu.is-open>.icon>.line:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}

.product-navigation>.box {
  transition: top 0.4s ease;
}

@media screen and (max-width: 897px) {
  .product-navigation>.box {
    position: absolute;
    display: block;
    background-color: #333333;
    padding: 42px 0 15px 0;
    width: 100%;
    top: var(--hidden-position);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box.is-open {
    transition: top 0.4s ease;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}

.product-navigation>.box>.list {
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070 2px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list {
    background: none;
  }
}

.product-navigation>.box>.list>.item {
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #707070 2px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 2px 0;
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list>.item {
    padding: 0;
    border-bottom: 1px dotted #71747c;
    background: none;
  }
}

.product-navigation>.box>.list>.item>.link {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 11px 20px 11px 35px;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link {
    padding: 6px 10px 6px 25px;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list>.item>.link {
    transition: none;
    display: block;
    height: auto;
    border-radius: 0;
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.product-navigation>.box>.list>.item>.link::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 1.5em;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link::before {
    left: 10px;
    top: 1.2em;
  }
}

.product-navigation>.box>.list>.item>.link:hover {
  background-color: #fdf9f5;
  color: #2C5200;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link:hover {
    background-color: #FFFFFF;
    color: #333333;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list>.item>.link:hover {
    background-color: #333333;
    color: #FFFFFF;
  }
}

.product-navigation>.box>.list>.item>.link:hover::before {
  background-color: #2C5200;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link:hover::before {
    display: none;
  }
}

.product-navigation>.box>.list>.item>.link.is-active {
  background-color: #fdf9f5;
  color: #2C5200;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link.is-active {
    background-color: #fdf9f5;
    color: #2C5200;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list>.item>.link.is-active {
    background-color: #333333;
    color: #FFFFFF;
  }
}

.product-navigation>.box>.list>.item>.link.is-active::before {
  display: block;
  background-color: #2C5200;
}

@media screen and (max-width: 1300px) {
  .product-navigation>.box>.list>.item>.link.is-active::before {
    background-color: #2C5200;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.list>.item>.link.is-active::before {
    display: none;
  }
}

.product-navigation>.box>.utility {
  display: none;
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.utility {
    display: block;
    padding: 15px 15px 5px;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.utility>.item {
    line-height: 1;
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.utility>.item>.link {
    text-decoration: none;
    font-size: 1.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #2C5200;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 0;
    font-size: 1.4rem;
  }
}

.product-navigation>.box>.close {
  display: none;
}

@media screen and (max-width: 897px) {
  .product-navigation>.box>.close {
    display: block;
    background-color: #333333;
    padding: 15px 0 30px;
  }
}

.product-navigation>.box>.close>.button {
  display: flex;
  width: 150px;
  border: 1px solid #FFFFFF;
  height: 38px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.product-navigation>.box>.close>.button>.icon {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
}

.product-navigation>.box>.close>.button>.icon::before,
.product-navigation>.box>.close>.button>.icon::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-navigation>.box>.close>.button>.icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.product-navigation>.box>.close>.button>.icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-navigation>.box>.close>.button>.text {
  padding: 0 0 0 10px;
  color: #FFFFFF;
  font-size: 1.4rem;
}

.product-movie {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-movie>.item {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
}

@media screen and (max-width: 897px) {
  .product-movie>.item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}

.product-movie>.item:nth-child(2n) {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 897px) {
  .product-movie>.item:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}

.product-movie>.item>.link {
  transition: 0.4s ease;
}

.product-movie>.item>.link>.figure {
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  margin: 0 0 5px 0;
  min-height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .product-movie>.item>.link>.figure {
    min-height: 20vw;
  }
}

.product-movie>.item>.link>.figure>.image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .product-movie>.item>.link>.figure>.image {
    min-height: 20vw;
  }
}

.product-movie>.item>.link:hover {
  opacity: 0.6;
}

.product-movie>.item>.link:hover>.text {
  text-decoration: none;
}

.product-related {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-related>.item {
  width: calc(33.33% - 13.3333333333px);
  margin: 0 20px 30px 0;
}

@media screen and (max-width: 600px) {
  .product-related>.item {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}

.product-related>.item:nth-child(3n) {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 600px) {
  .product-related>.item:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .product-related>.item:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}

.product-related>.item>.link {
  transition: 0.4s ease;
}

.product-related>.item>.link>.figure {
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  margin: 0 0 5px 0;
  min-height: 172px;
  max-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .product-related>.item>.link>.figure {
    min-height: auto;
  }
}

@media screen and (max-width: 600px) {
  .product-related>.item>.link>.figure {
    min-height: auto;
    height: 29vw;
  }
}

.product-related>.item>.link>.figure>.image {
  object-fit: cover;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .product-related>.item>.link>.figure>.image {
    width: 100%;
    height: 13vw;
  }
}

@media screen and (max-width: 897px) {
  .product-related>.item>.link>.figure>.image {
    height: 19vw;
  }
}

@media screen and (max-width: 600px) {
  .product-related>.item>.link>.figure>.image {
    min-height: auto;
    width: 100%;
    height: 29vw;
  }
}

.product-related>.item>.link:hover {
  opacity: 0.6;
}

.product-related>.item>.link:hover>.text {
  text-decoration: none;
}

/* ==========================================================
 top page component(done)
========================================================== */
.is-loading {
  overflow: hidden;
}

.opening-movie {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  transition: 1s ease;
  opacity: 1;
  visibility: visible;
}

.opening-movie.is-hide {
  display: none;
}

.opening-movie.is-fade {
  opacity: 0;
  visibility: hidden;
}

.opening-movie>.field {
  width: 100%;
  height: 100%;
}

.opening-movie>.logo {
  position: absolute;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .opening-movie>.logo {
    top: 44%;
    width: 300px;
  }
}

.top-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 20001;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
}

.top-overlay.is-hide {
  opacity: 0;
  visibility: hidden;
}

.hero-block {
  position: fixed;
  z-index: -1;
  width: 100%;
}

.hero-block>.block {
  width: 100%;
  height: 100vh;
}

.hero-block>.block.-pc {
  display: block;
  background: url("/assets/img/top/bg_movie_01_pc.png") left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 897px) {
  .hero-block>.block.-pc {
    display: none;
  }
}

.hero-block>.block.-sp {
  display: none;
  background: url("/assets/img/top/bg_movie_01_sp.png") left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 897px) {
  .hero-block>.block.-sp {
    display: block;
  }
}

.hero-block>.block>.movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  transition: 0.2s ease;
}

.hero-block>.block>.movie.is-show {
  opacity: 1;
}

.hero-block>.cover {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("/assets/img/top/over_hero.png") left top repeat;
}

.hero-block>.overlay {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.hero-copy {
  letter-spacing: 0.1em;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 897px) {
  .hero-copy {
    padding: 0 0 100px 0;
  }
}

.hero-copy>.main {
  color: #FFFFFF;
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 1800px;
  padding: 0 80px;
}

@media screen and (max-width: 1300px) {
  .hero-copy>.main {
    font-size: 4rem;
    padding: 0 40px;
  }
}

@media screen and (max-width: 897px) {
  .hero-copy>.main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-copy>.main {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    min-width: 100%;
    padding: 0 20px;
    margin: 0 0 30px 0;
  }
}

.hero-copy>.main.-english {
  font-family: "Josefin Sans", sans-serif;

  font-size: 3.8rem;
}

@media screen and (max-width: 1300px) {
  .hero-copy>.main.-english {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .hero-copy>.main.-english {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 897px) {
  .hero-copy>.main.-english {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-copy>.main.-english {
    font-size: 1.8rem;
  }
}

.hero-copy>.main.-english>.text>.break {
  display: none;
}

@media screen and (max-width: 600px) {
  .hero-copy>.main.-english>.text>.break {
    display: block;
  }
}

.hero-copy>.main>.text {
  display: inline-block;
}

.hero-copy>.catch {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  max-width: 1800px;
  padding: 30px 80px 0 80px;
  margin: 0 auto 30px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .hero-copy>.catch {
    font-size: 1.8rem;
    padding: 30px 40px 0 40px;
  }
}

@media screen and (max-width: 897px) {
  .hero-copy>.catch {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-copy>.catch {
    text-align: center;
    font-size: 1.6rem;
    padding: 30px 10px 0 10px;
    font-size: 1.4rem;
    margin: 0;
  }
}

.hero-copy>.catch>.break {
  display: none;
}

@media screen and (max-width: 897px) {
  .hero-copy>.catch>.break {
    display: block;
  }
}

.hero-copy>.catch:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 80px;
  width: 90px;
  height: 2px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
  .hero-copy>.catch:after {
    left: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hero-copy>.catch:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.hero-copy>.scroll {
  width: 150px;
  height: 32px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  position: relative;
  position: absolute;
  right: 50px;
  bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 897px) {
  .hero-copy>.scroll {
    right: 35px;
    bottom: 40px;
  }
}

.hero-copy>.scroll>.line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 150px;
  height: 1px;
}

@media screen and (max-width: 600px) {
  .hero-copy>.scroll>.line {
    bottom: 5px;
    width: 100px;
  }
}

.hero-copy>.scroll>.line::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(35deg);
  transform-origin: right bottom;
}

@media screen and (max-width: 600px) {
  .hero-copy>.scroll>.line::after {
    width: 10px;
  }
}

.hero-copy>.scroll>.text {
  font-weight: normal;
  font-size: 1.3rem;
  color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  .hero-copy>.scroll>.text {
    font-size: 1rem;
  }
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width: 897px) {
  .news-header>.button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.product-search {
  display: none;
  margin: 50px auto;
}

@media screen and (max-width: 1300px) {
  .product-search {
    margin: 0px 10px;
  }
}

.product-search.is-show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-search>.input {
  font-size: 1.6rem;
  border: 1px solid #d8d8d8;
  max-width: 500px;
  width: 500px;
  display: block;
  padding: 17px 20px;
  border-radius: 5px;
}

@media screen and (max-width: 1300px) {
  .product-search>.input {
    max-width: 100%;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
  }
}

.product-search>.button {
  background-color: #2C5200;
  padding: 17px;
  border-radius: 5px;
  margin: 0 0 0 15px;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .product-search>.button {
    padding: 0 15px;
    height: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .product-search>.button>.image {
    width: 18px;
  }
}

.product-search>.button:hover {
  background-color: #416901;
}

.lead-about {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1300px) {
  .lead-about {
    font-size: 1.4rem;
    margin: 0 0 30px 0;
  }
}

.lead-sustainability {
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 1300px) {
  .lead-sustainability {
    font-size: 1.4rem;
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 600px) {
  .lead-sustainability {
    text-align: left;
  }
}

.lead-sustainability>.break {
  display: block;
}

@media screen and (max-width: 600px) {
  .lead-sustainability>.break {
    display: none;
  }
}

.product-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product-buttons>.item {
  width: 25%;
}

@media screen and (max-width: 897px) {
  .product-buttons>.item {
    width: 50%;
  }
}

.product-buttons>.item>.button {
  color: #2C5200;
  font-weight: bold;
  width: 100%;
  border: 1px solid #2C5200;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 1.6rem;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .product-buttons>.item>.button {
    height: 50px;
    font-size: 1.4rem;
    transition: 0.4s ease;
    line-height: 1.4;
  }
}

.product-buttons>.item>.button::before {
  display: none;
}

.product-buttons>.item>.button:hover {
  color: #FFFFFF;
  background-color: #2C5200;
}

.product-buttons>.item>.button>.break {
  display: none;
}

@media screen and (max-width: 897px) {
  .product-buttons>.item>.button>.break {
    display: block;
  }
}

.product-buttons>.item:first-child>.button {
  border-top-left-radius: 15px;
}

@media screen and (max-width: 897px) {
  .product-buttons>.item:nth-child(2)>.button {
    border-top-right-radius: 15px;
    border-right: 1px solid #2C5200;
  }
}

@media screen and (max-width: 897px) {
  .product-buttons>.item:nth-child(3)>.button {
    border-top: none;
  }
}

.product-buttons>.item:last-child>.button {
  border-top-right-radius: 15px;
  border-right: 1px solid #2C5200;
}

@media screen and (max-width: 897px) {
  .product-buttons>.item:last-child>.button {
    border-top: none;
    border-top-right-radius: 0;
  }
}

.product-buttons>.item.is-active>.button {
  color: #FFFFFF;
  background-color: #2C5200;
}

.product-container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 55px;
  border: 1px solid #2C5200;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (max-width: 1300px) {
  .product-container {
    padding: 35px;
  }
}

@media screen and (max-width: 897px) {
  .product-container {
    padding: 15px;
  }
}

.product-list {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (max-width: 1300px) {
  .product-list {
    border-radius: 10px;
  }
}

.product-list.is-show {
  display: flex;
}

.product-list>.item {
  width: 33.2%;
  margin: 0 1px 1px 0;
}

@media screen and (max-width: 1300px) {
  .product-list>.item {
    width: 33.1%;
  }
}

@media screen and (max-width: 897px) {
  .product-list>.item {
    width: 100%;
  }
}

.product-list>.item>.link {
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link {
    text-decoration: none;
    border-bottom: 1px solid #d8d8d8;
    font-weight: bold;
  }
}

.product-list>.item>.link>.image {
  position: relative;
  width: 100%;
  transition: 0.4s ease;
  object-fit: cover;
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link>.image {
    display: none;
  }
}

.product-list>.item>.link>.name {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  padding: 10px 20px;
}

@media screen and (max-width: 1300px) {
  .product-list>.item>.link>.name {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link>.name {
    position: relative;
    bottom: auto;
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 10px 0px;
  }
}

.product-list>.item>.link>.name>.text {
  font-size: 1.4rem;
  color: #FFFFFF;
  display: block;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 1300px) {
  .product-list>.item>.link>.name>.text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link>.name>.text {
    font-size: 1.4rem;
    color: #2C5200;
  }
}

.product-list>.item>.link>.name>.text::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  right: 6px;
  top: 50%;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link>.name>.text::after {
    display: none;
  }
}

.product-list>.item>.link>.name>.text::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .product-list>.item>.link>.name>.text::before {
    width: 5px;
    height: 5px;
    border-top: 2px solid #2C5200;
    border-right: 2px solid #2C5200;
  }
}

.product-list>.item>.link:hover>.image {
  transform: scale(1.1);
}

.product-list>.item>.link:hover>.name>.text:before {
  right: 3px;
}

.product-list>.item>.link:hover>.name>.text:after {
  right: 0px;
}

@media screen and (max-width: 897px) {
  .product-list>.item:last-child>.link {
    border-bottom: none;
  }
}

.product-list.-function>.item {
  width: 24.8%;
  margin: 0 1px 1px 0;
}

@media screen and (max-width: 897px) {
  .product-list.-function>.item {
    width: 100%;
  }
}

.product-list.-function>.item>.link>.name {
  padding: 8px 15px;
}

@media screen and (max-width: 897px) {
  .product-list.-function>.item>.link>.name {
    padding: 10px 0;
  }
}

.about-block {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 897px) {
  .about-block {
    flex-wrap: wrap;
  }
}

.about-block>.picture {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 897px) {
  .about-block>.picture {
    width: calc(100% + 25px);
    order: 2;
    margin: 60px 0 0 -25px;
    height: 52.5vw;
  }
}

.about-block>.picture>.image {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: 1.2s ease;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 490px;
}

@media screen and (max-width: 897px) {
  .about-block>.picture>.image {
    top: 0;
    width: 100%;
    height: 52.5vw;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.about-block>.picture>.image.is-show {
  opacity: 1;
}

.about-block>.box {
  width: 55%;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 897px) {
  .about-block>.box {
    padding: 0 0 0 0;
    width: 100%;
    order: 1;
  }
}

.about-block>.box>.banner {
  margin: 50px 0 0 0;
  display: block;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-block>.box>.banner {
    margin: 20px 0 0 0;
    display: block;
    transition: 0.4s ease;
  }
}

.about-block>.box>.banner:hover {
  opacity: 0.7;
}

.about-block>.box>.banner>.img {
  width: 100%;
}

.about-list>.item {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  position: relative;
}

.about-list>.item>.link {
  position: relative;
  padding: 0 25px 0 0;
  top: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 0;
  text-decoration: none;
  transition: 0.4s ease;
  z-index: 20;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link {
    padding: 0 25px 0 0;
    font-size: 1.6rem;
    padding: 25px 0;
  }
}

.about-list>.item>.link::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #2C5200;
  transition: 0.4s ease;
}

.about-list>.item>.link>.text {
  padding: 0 0 0 15px;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.text {
    padding: 0 0 0 85px;
  }
}

.about-list>.item>.link>.picture {
  position: absolute;
  z-index: 20;
  right: 30px;
  width: 140px;
  display: block;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.picture {
    right: auto;
    left: -5px;
  }
}

.about-list>.item>.link>.picture>.img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 100px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.picture>.img {
    opacity: 1;
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}

.about-list>.item>.link>.circle {
  display: block;
  position: relative;
  z-index: 21;
  width: 40px;
  height: 40px;
  background-color: #d8d8d8;
  border-radius: 50%;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.circle {
    width: 25px;
    height: 25px;
    background-color: #2C5200;
  }
}

.about-list>.item>.link>.circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #2C5200;
  border-radius: 50%;
  transform-origin: center center;
  transform: scale(0.3);
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.circle:before {
    display: none;
  }
}

.about-list>.item>.link>.circle>.arrow {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.circle>.arrow {
    opacity: 1;
    width: 8px;
    height: 1px;
  }
}

.about-list>.item>.link>.circle>.arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 897px) {
  .about-list>.item>.link>.circle>.arrow:before {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 5px;
    height: 5px;
  }
}

.about-list>.item>.link:hover {
  background-color: #fdf9f5;
}

.about-list>.item>.link:hover::before {
  width: 100%;
}

.about-list>.item>.link:hover>.text {
  color: #2C5200;
}

.about-list>.item>.link:hover>.picture>.img {
  transform: scale(1);
  opacity: 1;
}

.about-list>.item>.link:hover>.circle:before {
  transform: scale(1.3);
}

.about-list>.item>.link:hover>.circle>.arrow {
  opacity: 1;
}

.sustainability-block {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  background-color: #fdf9f5;
}

@media screen and (max-width: 1300px) {
  .sustainability-block {
    padding: 120px 0;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-block {
    padding: 80px 0;
  }
}

.sustainability-block>.background {
  position: absolute;
  width: 100vw;
  height: 625px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
  z-index: 29;
  transition: 1s ease-out;
  clip-path: circle(0px at center);
}

.sustainability-block>.background.is-show {
  clip-path: circle(1200px at center);
}

@media screen and (max-width: 1300px) {
  .sustainability-block>.background {
    height: 45vw;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-block>.background {
    height: 360px;
    clip-path: circle(1200px at center);
  }
}

@media screen and (max-width: 600px) {
  .sustainability-block>.background {
    height: 450px;
  }
}

.sustainability-block>.container {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 897px) {
  .sustainability-block>.container {
    padding: 0 15px;
  }
}

.sustainability-swiper {
  position: relative;
}

.sustainability-swiper>.container {
  overflow: hidden;
  background-color: #fdf9f5;
  border-radius: 10px;
  padding: 50px 50px 0 50px;
}

@media screen and (max-width: 1300px) {
  .sustainability-swiper>.container {
    padding: 25px 25px 0 25px;
  }
}

@media screen and (max-width: 600px) {
  .sustainability-swiper>.container {
    padding: 20px 20px 0 20px;
  }
}

.sustainability-swiper>.container>.prev,
.sustainability-swiper>.container>.next {
  display: none;
  position: absolute;
  z-index: 9999;
}

@media screen and (max-width: 897px) {

  .sustainability-swiper>.container>.prev,
  .sustainability-swiper>.container>.next {
    top: 15.5vw;
    display: block;
  }
}

@media screen and (max-width: 600px) {

  .sustainability-swiper>.container>.prev,
  .sustainability-swiper>.container>.next {
    top: 27.5vw;
  }
}

.sustainability-swiper>.container>.prev>.button,
.sustainability-swiper>.container>.next>.button {
  content: "";
  display: block;
  background-color: #2C5200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.4s ease;
}

@media screen and (max-width: 897px) {

  .sustainability-swiper>.container>.prev>.button,
  .sustainability-swiper>.container>.next>.button {
    width: 25px;
    height: 25px;
  }
}

.sustainability-swiper>.container>.prev>.button:hover,
.sustainability-swiper>.container>.next>.button:hover {
  background-color: #416901;
}

.sustainability-swiper>.container>.prev>.button::after,
.sustainability-swiper>.container>.next>.button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}

@media screen and (max-width: 897px) {

  .sustainability-swiper>.container>.prev>.button::after,
  .sustainability-swiper>.container>.next>.button::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-swiper>.container>.prev {
    left: -6px;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 600px) {
  .sustainability-swiper>.container>.prev {
    left: 8px;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 897px) {
  .sustainability-swiper>.container>.next {
    right: -6px;
  }
}

@media screen and (max-width: 600px) {
  .sustainability-swiper>.container>.next {
    right: 8px;
  }
}

.sustainability-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fdf9f5;
  border-radius: 15px;
}

@media screen and (max-width: 897px) {
  .sustainability-list {
    padding: 0;
    flex-wrap: nowrap;
  }
}

.sustainability-list>.item {
  max-width: calc(33.3% - 1px);
  margin: 0 1px 1px 0;
  overflow: hidden;
}

.sustainability-list>.item:nth-child(1) {
  border-top-left-radius: 10px;
}

.sustainability-list>.item:nth-child(3) {
  border-top-right-radius: 10px;
}

.sustainability-list>.item:nth-child(4) {
  border-bottom-left-radius: 10px;
}

.sustainability-list>.item:nth-child(7) {
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item {
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
  }
}

.sustainability-list>.item>.link {
  position: relative;
  display: block;
  overflow: hidden;
}

.sustainability-list>.item>.link>.image {
  position: relative;
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item>.link>.image {
    height: 18vw;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item>.link>.image {
    height: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .sustainability-list>.item>.link>.image {
    height: 54vw;
  }
}

.sustainability-list>.item>.link>.name {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  padding: 10px 15px;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item>.link>.name {
    padding: 8px 10px;
  }
}

.sustainability-list>.item>.link>.name>.text {
  font-size: 1.4rem;
  color: #FFFFFF;
  display: block;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item>.link>.name>.text {
    font-size: 1.2rem;
  }
}

.sustainability-list>.item>.link>.name>.text>.break {
  display: none;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item>.link>.name>.text>.break {
    display: block;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item>.link>.name>.text>.break {
    display: none;
  }
}

.sustainability-list>.item>.link>.name>.text::after {
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  right: 4px;
  top: 50%;
  transition: 0.4s ease;
}

.sustainability-list>.item>.link>.name>.text::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
  transition: 0.4s ease;
}

.sustainability-list>.item>.link:hover>.image {
  transform: scale(1.1);
}

.sustainability-list>.item>.link:hover>.name>.text:before {
  right: 1px;
}

.sustainability-list>.item>.link:hover>.name>.text:after {
  right: -1px;
}

.sustainability-list>.item.-column4 {
  max-width: calc(25% - 1px);
  margin: 0 1px 1px 0;
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item.-column4 {
    max-width: 100%;
    margin: 0;
  }
}

.sustainability-list>.item.-column4>.link>.image {
  height: 180px;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item.-column4>.link>.image {
    height: 15vw;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item.-column4>.link>.image {
    height: 28vw;
  }
}

@media screen and (max-width: 600px) {
  .sustainability-list>.item.-column4>.link>.image {
    height: 54vw;
  }
}

.sustainability-list>.item.-column4>.link>.name {
  padding: 8px 15px;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item.-column4>.link>.name {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item.-column4>.link>.name {
    padding: 10px 15px;
  }
}

.sustainability-list>.item.-column4>.link>.name>.text {
  font-size: 1.25rem;
}

@media screen and (max-width: 1300px) {
  .sustainability-list>.item.-column4>.link>.name>.text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 897px) {
  .sustainability-list>.item.-column4>.link>.name>.text {
    font-size: 1.4rem;
  }
}

.pickup-swiper {
  position: relative;
}

.pickup-swiper>.container {
  overflow: hidden;
}

.pickup-swiper>.container>.prev,
.pickup-swiper>.container>.next {
  position: absolute;
  top: 70px;
  z-index: 9999;
}

@media screen and (max-width: 1300px) {

  .pickup-swiper>.container>.prev,
  .pickup-swiper>.container>.next {
    top: 7.5vw;
  }
}

@media screen and (max-width: 897px) {

  .pickup-swiper>.container>.prev,
  .pickup-swiper>.container>.next {
    top: 12vw;
  }
}

@media screen and (max-width: 600px) {

  .pickup-swiper>.container>.prev,
  .pickup-swiper>.container>.next {
    top: 22vw;
  }
}

.pickup-swiper>.container>.prev>.button,
.pickup-swiper>.container>.next>.button {
  content: "";
  display: block;
  background-color: #2C5200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.4s ease;
}

@media screen and (max-width: 1300px) {

  .pickup-swiper>.container>.prev>.button,
  .pickup-swiper>.container>.next>.button {
    width: 25px;
    height: 25px;
  }
}

.pickup-swiper>.container>.prev>.button:hover,
.pickup-swiper>.container>.next>.button:hover {
  background-color: #416901;
}

.pickup-swiper>.container>.prev>.button::after,
.pickup-swiper>.container>.next>.button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 2px), -50%) rotate(45deg);
}

@media screen and (max-width: 1300px) {

  .pickup-swiper>.container>.prev>.button::after,
  .pickup-swiper>.container>.next>.button::after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }
}

.pickup-swiper>.container>.prev {
  left: -20px;
  transform: rotate(-180deg);
}

@media screen and (max-width: 1300px) {
  .pickup-swiper>.container>.prev {
    left: -12px;
  }
}

.pickup-swiper>.container>.next {
  right: -20px;
}

@media screen and (max-width: 1300px) {
  .pickup-swiper>.container>.next {
    right: -12px;
  }
}

.pickup-list {
  display: flex;
  justify-content: flex-start;
}

.pickup-list>.item>.link {
  transition: 0.4s ease;
  text-decoration: none;
}

.pickup-list>.item>.link>.image {
  width: 100%;
  height: 173px;
  object-fit: cover;
  margin: 0 0 15px 0;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .pickup-list>.item>.link>.image {
    height: 17vw;
  }
}

@media screen and (max-width: 897px) {
  .pickup-list>.item>.link>.image {
    height: 29vw;
  }
}

@media screen and (max-width: 600px) {
  .pickup-list>.item>.link>.image {
    height: 53vw;
  }
}

.pickup-list>.item>.link>.block>.title {
  font-weight: bold;
  display: block;
}

.pickup-list>.item>.link>.block>.text {
  display: block;
  font-size: 1.4rem;
}

.pickup-list>.item>.link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.related-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.related-list>.item {
  width: 31.5%;
  margin: 0 1.8% 0 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.related-list.top>.item {
  width: 23%;
  margin: 0 1.8% 0 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

.related-list.top>.item:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 897px) {

  .related-list>.item,
  .related-list.top>.item {
    width: 100%;
    margin: -1px 0 0 0;
  }
}

.related-list>.item>.link {
  color: #333333;
  font-size: 1.6rem;
  padding: 25px 15px;
  display: block;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 897px) {
  .related-list>.item>.link {
    padding: 15px 15px;
  }
}

.related-list>.item>.link::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #2C5200;
  border-bottom: 2px solid #2C5200;
  width: 5px;
  height: 5px;
}

.related-list>.item>.link:hover {
  background-color: #d8d8d8;
}

/* ==========================================================
 old style
========================================================== */
#mainArea {
  /*margin-bottom:100px ←241211修正*/
  margin-bottom: 72px;
}

.headingLv1-pagetitle-image-02 {
  max-width: 100%;
}

.headingLv1-pagetitle-image-02 img {
  height: 50vh;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
  .headingLv1-pagetitle-image-02 img {
    height: auto;
  }
}

.headingLv1-pagetitle-image-02>div>div {
  max-width: 950px;
}

#headingLv1-pagetitle {
  max-width: 100%;
  background-image: none;
  background-color: #2C5200;
}

#headingLv1-pagetitle h1 {
  height: 160px;
  font-size: 179%;
  font-weight: bold;
  color: #FFFFFF;
}

#area_topic_path {
  border-bottom: 1px solid #d8d8d8;
  background: none;
  padding: 101px 0 0 10px;
}

@media screen and (max-width: 897px) {
  #area_topic_path {
    padding: 58px 0 0 0;
  }
}

#area_topic_path>.padder {
  border-top: 1px solid #d8d8d8;
  max-width: 100%;
}

@media screen and (max-width: 897px) {
  #area_topic_path>.padder {
    display: none;
  }
}

#area_topic_path>.padder>ol {
  display: flex;
  justify-content: flex-start;
  padding: 0 23px;
}

#area_topic_path>.padder>ol>li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 55px 15px 0;
  overflow: hidden;
  position: relative;
}

#area_topic_path>.padder>ol>li::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #d8d8d8;
  right: 15px;
  bottom: 32px;
  transform: rotate(55deg);
}

#area_topic_path>.padder>ol>li::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #d8d8d8;
  right: 15px;
  top: 32px;
  transform: rotate(-55deg);
}

#area_topic_path>.padder>ol>li:last-child::after,
#area_topic_path>.padder>ol>li:last-child::before {
  display: none;
}

#area_pagination #footer_close span,
#area_pagination #close span {
  width: auto;
}

.comp_column_button .area p {
  margin: 0 0 10px 0;
}

.icon-polica,
.icon-pvc,
.icon-otr,
.icon-pet,
.icon-elc,
.icon-nhl,
.icon-str,
.icon-abs,
.icon-polica-abs {
  height: auto;
}

.headingLv1-pagetitle-image-02 div:nth-child(2) {
  background-color: #fff;
}

.headingLv1-pagetitle-image-02 a {
  width: 100%;
  max-width: 1280px;
}

.headingLv1-pagetitle-image-02 a img {
  width: 100%;
  max-width: 1280px;
  height: auto;
}

#comp_history .textListAnchor.liner {
  margin: 0 0 30px 0;
  z-index: 9998 !important;
}

.textListAnchor.liner .js_follow.fixed {
  top: 100px;
  z-index: 9998;
}

@media screen and (max-width: 1300px) {
  .textListAnchor.liner .js_follow.fixed {
    top: 60px;
  }
}

#comp_history figure {
  padding: 125px 0 0 0;
  margin-bottom: -125px;
}

@media screen and (max-width: 1300px) {
  #comp_history figure {
    padding: 76px 0 0 0;
    margin-bottom: -76px;
  }
}

#comp_history figure:last-child {
  margin-bottom: 0;
}

#pgn_pagetop {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .csr-navigation {
    margin: 0 0 60px 0 !important;
  }
}

.csr-navigation>.itemList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}

.csr-navigation>.itemList>.item {
  width: 33.33% !important;
  margin: 0 0 0 0 !important;
}

@media screen and (max-width: 1300px) {
  .csr-navigation>.itemList>.item {
    width: 50% !important;
  }
}

@media screen and (max-width: 897px) {
  .csr-navigation>.itemList>.item {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .csr-navigation .txtArea {
    padding-left: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .csr-navigation .textList {
    margin-bottom: 0 !important;
  }
}

/* ==========================================================
 helper
========================================================== */
.h-only-pc {
  display: none !important;
}

@media screen and (min-width: 897px) {
  .h-only-pc {
    display: block !important;
  }
}

@media print {
  .h-only-pc {
    display: block !important;
  }
}

.h-only-tb {
  display: block !important;
}

@media screen and (min-width: 1300px) {
  .h-only-tb {
    display: none !important;
  }
}

@media print {
  .h-only-tb {
    display: none !important;
  }
}

.h-only-sp {
  display: block !important;
}

@media screen and (min-width: 897px) {
  .h-only-sp {
    display: none !important;
  }
}

@media print {
  .h-only-sp {
    display: none !important;
  }
}

.h-fwb {
  font-weight: bold !important;
}

.h-fwn {
  font-weight: normal !important;
}

.h-fz10 {
  font-size: 1rem !important;
}

.h-fz11 {
  font-size: 1.1rem !important;
}

.h-fz12 {
  font-size: 1.2rem !important;
}

.h-fz13 {
  font-size: 1.3rem !important;
}

.h-fz14 {
  font-size: 1.4rem !important;
}

.h-fz15 {
  font-size: 1.5rem !important;
}

.h-fz16 {
  font-size: 1.6rem !important;
}

.h-fz17 {
  font-size: 1.7rem !important;
}

.h-fz18 {
  font-size: 1.8rem !important;
}

.h-fz19 {
  font-size: 1.9rem !important;
}

.h-fz20 {
  font-size: 2rem !important;
}

.h-w100per {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .h-fz10-sp {
    font-size: 1rem !important;
  }

  .h-fz11-sp {
    font-size: 1.1rem !important;
  }

  .h-fz12-sp {
    font-size: 1.2rem !important;
  }

  .h-fz13-sp {
    font-size: 1.3rem !important;
  }

  .h-fz14-sp {
    font-size: 1.4rem !important;
  }

  .h-fz15-sp {
    font-size: 1.5rem !important;
  }

  .h-fz16-sp {
    font-size: 1.6rem !important;
  }

  .h-fz17-sp {
    font-size: 1.7rem !important;
  }

  .h-fz18-sp {
    font-size: 1.8rem !important;
  }

  .h-fz19-sp {
    font-size: 1.9rem !important;
  }

  .h-fz20-sp {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 897px) {
  .h-fz10-pc {
    font-size: 1rem !important;
  }

  .h-fz11-pc {
    font-size: 1.1rem !important;
  }

  .h-fz12-pc {
    font-size: 1.2rem !important;
  }

  .h-fz13-pc {
    font-size: 1.3rem !important;
  }

  .h-fz14-pc {
    font-size: 1.4rem !important;
  }

  .h-fz15-pc {
    font-size: 1.5rem !important;
  }

  .h-fz16-pc {
    font-size: 1.6rem !important;
  }

  .h-fz17-pc {
    font-size: 1.7rem !important;
  }

  .h-fz18-pc {
    font-size: 1.8rem !important;
  }

  .h-fz19-pc {
    font-size: 1.9rem !important;
  }

  .h-fz20-pc {
    font-size: 2rem !important;
  }
}

.h-tal {
  text-align: left !important;
}

.h-tar {
  text-align: right !important;
}

.h-tac {
  text-align: center !important;
}

.h-mt00 {
  margin-top: 0px !important;
}

.h-mt05 {
  margin-top: 5px !important;
}

.h-mt10 {
  margin-top: 10px !important;
}

.h-mt15 {
  margin-top: 15px !important;
}

.h-mt20 {
  margin-top: 20px !important;
}

.h-mt25 {
  margin-top: 25px !important;
}

.h-mt30 {
  margin-top: 30px !important;
}

.h-mt35 {
  margin-top: 35px !important;
}

.h-mt40 {
  margin-top: 40px !important;
}

.h-mt45 {
  margin-top: 45px !important;
}

.h-mt50 {
  margin-top: 50px !important;
}

.h-mt55 {
  margin-top: 55px !important;
}

.h-mt60 {
  margin-top: 60px !important;
}

.h-mt65 {
  margin-top: 65px !important;
}

.h-mt70 {
  margin-top: 70px !important;
}

.h-mt75 {
  margin-top: 75px !important;
}

.h-mt80 {
  margin-top: 80px !important;
}

.h-mt85 {
  margin-top: 85px !important;
}

.h-mt90 {
  margin-top: 90px !important;
}

.h-mt95 {
  margin-top: 95px !important;
}

.h-mt100 {
  margin-top: 100px !important;
}

.h-mb00 {
  margin-bottom: 0px !important;
}

.h-mb05 {
  margin-bottom: 5px !important;
}

.h-mb10 {
  margin-bottom: 10px !important;
}

.h-mb15 {
  margin-bottom: 15px !important;
}

.h-mb20 {
  margin-bottom: 20px !important;
}

.h-mb25 {
  margin-bottom: 25px !important;
}

.h-mb30 {
  margin-bottom: 30px !important;
}

.h-mb35 {
  margin-bottom: 35px !important;
}

.h-mb40 {
  margin-bottom: 40px !important;
}

.h-mb45 {
  margin-bottom: 45px !important;
}

.h-mb50 {
  margin-bottom: 50px !important;
}

.h-mb55 {
  margin-bottom: 55px !important;
}

.h-mb60 {
  margin-bottom: 60px !important;
}

.h-mb65 {
  margin-bottom: 65px !important;
}

.h-mb70 {
  margin-bottom: 70px !important;
}

.h-mb75 {
  margin-bottom: 75px !important;
}

.h-mb80 {
  margin-bottom: 80px !important;
}

.h-mb85 {
  margin-bottom: 85px !important;
}

.h-mb90 {
  margin-bottom: 90px !important;
}

.h-mb95 {
  margin-bottom: 95px !important;
}

.h-mb100 {
  margin-bottom: 100px !important;
}

.h-ml00 {
  margin-left: 0px !important;
}

.h-ml05 {
  margin-left: 5px !important;
}

.h-ml10 {
  margin-left: 10px !important;
}

.h-ml15 {
  margin-left: 15px !important;
}

.h-ml20 {
  margin-left: 20px !important;
}

.h-ml25 {
  margin-left: 25px !important;
}

.h-ml30 {
  margin-left: 30px !important;
}

.h-ml35 {
  margin-left: 35px !important;
}

.h-ml40 {
  margin-left: 40px !important;
}

.h-ml45 {
  margin-left: 45px !important;
}

.h-ml50 {
  margin-left: 50px !important;
}

.h-ml55 {
  margin-left: 55px !important;
}

.h-ml60 {
  margin-left: 60px !important;
}

.h-ml65 {
  margin-left: 65px !important;
}

.h-ml70 {
  margin-left: 70px !important;
}

.h-ml75 {
  margin-left: 75px !important;
}

.h-ml80 {
  margin-left: 80px !important;
}

.h-ml85 {
  margin-left: 85px !important;
}

.h-ml90 {
  margin-left: 90px !important;
}

.h-ml95 {
  margin-left: 95px !important;
}

.h-ml100 {
  margin-left: 100px !important;
}

.h-mr00 {
  margin-right: 0px !important;
}

.h-mr05 {
  margin-right: 5px !important;
}

.h-mr10 {
  margin-right: 10px !important;
}

.h-mr15 {
  margin-right: 15px !important;
}

.h-mr20 {
  margin-right: 20px !important;
}

.h-mr25 {
  margin-right: 25px !important;
}

.h-mr30 {
  margin-right: 30px !important;
}

.h-mr35 {
  margin-right: 35px !important;
}

.h-mr40 {
  margin-right: 40px !important;
}

.h-mr45 {
  margin-right: 45px !important;
}

.h-mr50 {
  margin-right: 50px !important;
}

.h-mr55 {
  margin-right: 55px !important;
}

.h-mr60 {
  margin-right: 60px !important;
}

.h-mr65 {
  margin-right: 65px !important;
}

.h-mr70 {
  margin-right: 70px !important;
}

.h-mr75 {
  margin-right: 75px !important;
}

.h-mr80 {
  margin-right: 80px !important;
}

.h-mr85 {
  margin-right: 85px !important;
}

.h-mr90 {
  margin-right: 90px !important;
}

.h-mr95 {
  margin-right: 95px !important;
}

.h-mr100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 1200px) {
  .h-mt00-pc {
    margin-top: 0px !important;
  }

  .h-mt05-pc {
    margin-top: 5px !important;
  }

  .h-mt10-pc {
    margin-top: 10px !important;
  }

  .h-mt15-pc {
    margin-top: 15px !important;
  }

  .h-mt20-pc {
    margin-top: 20px !important;
  }

  .h-mt25-pc {
    margin-top: 25px !important;
  }

  .h-mt30-pc {
    margin-top: 30px !important;
  }

  .h-mt35-pc {
    margin-top: 35px !important;
  }

  .h-mt40-pc {
    margin-top: 40px !important;
  }

  .h-mt45-pc {
    margin-top: 45px !important;
  }

  .h-mt50-pc {
    margin-top: 50px !important;
  }

  .h-mt55-pc {
    margin-top: 55px !important;
  }

  .h-mt60-pc {
    margin-top: 60px !important;
  }

  .h-mt65-pc {
    margin-top: 65px !important;
  }

  .h-mt70-pc {
    margin-top: 70px !important;
  }

  .h-mt75-pc {
    margin-top: 75px !important;
  }

  .h-mt80-pc {
    margin-top: 80px !important;
  }

  .h-mt85-pc {
    margin-top: 85px !important;
  }

  .h-mt90-pc {
    margin-top: 90px !important;
  }

  .h-mt95-pc {
    margin-top: 95px !important;
  }

  .h-mt100-pc {
    margin-top: 100px !important;
  }

  .h-mb00-pc {
    margin-bottom: 0px !important;
  }

  .h-mb05-pc {
    margin-bottom: 5px !important;
  }

  .h-mb10-pc {
    margin-bottom: 10px !important;
  }

  .h-mb15-pc {
    margin-bottom: 15px !important;
  }

  .h-mb20-pc {
    margin-bottom: 20px !important;
  }

  .h-mb25-pc {
    margin-bottom: 25px !important;
  }

  .h-mb30-pc {
    margin-bottom: 30px !important;
  }

  .h-mb35-pc {
    margin-bottom: 35px !important;
  }

  .h-mb40-pc {
    margin-bottom: 40px !important;
  }

  .h-mb45-pc {
    margin-bottom: 45px !important;
  }

  .h-mb50-pc {
    margin-bottom: 50px !important;
  }

  .h-mb55-pc {
    margin-bottom: 55px !important;
  }

  .h-mb60-pc {
    margin-bottom: 60px !important;
  }

  .h-mb65-pc {
    margin-bottom: 65px !important;
  }

  .h-mb70-pc {
    margin-bottom: 70px !important;
  }

  .h-mb75-pc {
    margin-bottom: 75px !important;
  }

  .h-mb80-pc {
    margin-bottom: 80px !important;
  }

  .h-mb85-pc {
    margin-bottom: 85px !important;
  }

  .h-mb90-pc {
    margin-bottom: 90px !important;
  }

  .h-mb95-pc {
    margin-bottom: 95px !important;
  }

  .h-mb100-pc {
    margin-bottom: 100px !important;
  }

  .h-ml00-pc {
    margin-left: 0px !important;
  }

  .h-ml05-pc {
    margin-left: 5px !important;
  }

  .h-ml10-pc {
    margin-left: 10px !important;
  }

  .h-ml15-pc {
    margin-left: 15px !important;
  }

  .h-ml20-pc {
    margin-left: 20px !important;
  }

  .h-ml25-pc {
    margin-left: 25px !important;
  }

  .h-ml30-pc {
    margin-left: 30px !important;
  }

  .h-ml35-pc {
    margin-left: 35px !important;
  }

  .h-ml40-pc {
    margin-left: 40px !important;
  }

  .h-ml45-pc {
    margin-left: 45px !important;
  }

  .h-ml50-pc {
    margin-left: 50px !important;
  }

  .h-ml55-pc {
    margin-left: 55px !important;
  }

  .h-ml60-pc {
    margin-left: 60px !important;
  }

  .h-ml65-pc {
    margin-left: 65px !important;
  }

  .h-ml70-pc {
    margin-left: 70px !important;
  }

  .h-ml75-pc {
    margin-left: 75px !important;
  }

  .h-ml80-pc {
    margin-left: 80px !important;
  }

  .h-ml85-pc {
    margin-left: 85px !important;
  }

  .h-ml90-pc {
    margin-left: 90px !important;
  }

  .h-ml95-pc {
    margin-left: 95px !important;
  }

  .h-ml100-pc {
    margin-left: 100px !important;
  }

  .h-mr00-pc {
    margin-right: 0px !important;
  }

  .h-mr05-pc {
    margin-right: 5px !important;
  }

  .h-mr10-pc {
    margin-right: 10px !important;
  }

  .h-mr15-pc {
    margin-right: 15px !important;
  }

  .h-mr20-pc {
    margin-right: 20px !important;
  }

  .h-mr25-pc {
    margin-right: 25px !important;
  }

  .h-mr30-pc {
    margin-right: 30px !important;
  }

  .h-mr35-pc {
    margin-right: 35px !important;
  }

  .h-mr40-pc {
    margin-right: 40px !important;
  }

  .h-mr45-pc {
    margin-right: 45px !important;
  }

  .h-mr50-pc {
    margin-right: 50px !important;
  }

  .h-mr55-pc {
    margin-right: 55px !important;
  }

  .h-mr60-pc {
    margin-right: 60px !important;
  }

  .h-mr65-pc {
    margin-right: 65px !important;
  }

  .h-mr70-pc {
    margin-right: 70px !important;
  }

  .h-mr75-pc {
    margin-right: 75px !important;
  }

  .h-mr80-pc {
    margin-right: 80px !important;
  }

  .h-mr85-pc {
    margin-right: 85px !important;
  }

  .h-mr90-pc {
    margin-right: 90px !important;
  }

  .h-mr95-pc {
    margin-right: 95px !important;
  }

  .h-mr100-pc {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 1200px) {
  .h-mt00-tb {
    margin-top: 0px !important;
  }

  .h-mt05-tb {
    margin-top: 5px !important;
  }

  .h-mt10-tb {
    margin-top: 10px !important;
  }

  .h-mt15-tb {
    margin-top: 15px !important;
  }

  .h-mt20-tb {
    margin-top: 20px !important;
  }

  .h-mt25-tb {
    margin-top: 25px !important;
  }

  .h-mt30-tb {
    margin-top: 30px !important;
  }

  .h-mt35-tb {
    margin-top: 35px !important;
  }

  .h-mt40-tb {
    margin-top: 40px !important;
  }

  .h-mt45-tb {
    margin-top: 45px !important;
  }

  .h-mt50-tb {
    margin-top: 50px !important;
  }

  .h-mt55-tb {
    margin-top: 55px !important;
  }

  .h-mt60-tb {
    margin-top: 60px !important;
  }

  .h-mt65-tb {
    margin-top: 65px !important;
  }

  .h-mt70-tb {
    margin-top: 70px !important;
  }

  .h-mt75-tb {
    margin-top: 75px !important;
  }

  .h-mt80-tb {
    margin-top: 80px !important;
  }

  .h-mt85-tb {
    margin-top: 85px !important;
  }

  .h-mt90-tb {
    margin-top: 90px !important;
  }

  .h-mt95-tb {
    margin-top: 95px !important;
  }

  .h-mt100-tb {
    margin-top: 100px !important;
  }

  .h-mb00-tb {
    margin-bottom: 0px !important;
  }

  .h-mb05-tb {
    margin-bottom: 5px !important;
  }

  .h-mb10-tb {
    margin-bottom: 10px !important;
  }

  .h-mb15-tb {
    margin-bottom: 15px !important;
  }

  .h-mb20-tb {
    margin-bottom: 20px !important;
  }

  .h-mb25-tb {
    margin-bottom: 25px !important;
  }

  .h-mb30-tb {
    margin-bottom: 30px !important;
  }

  .h-mb35-tb {
    margin-bottom: 35px !important;
  }

  .h-mb40-tb {
    margin-bottom: 40px !important;
  }

  .h-mb45-tb {
    margin-bottom: 45px !important;
  }

  .h-mb50-tb {
    margin-bottom: 50px !important;
  }

  .h-mb55-tb {
    margin-bottom: 55px !important;
  }

  .h-mb60-tb {
    margin-bottom: 60px !important;
  }

  .h-mb65-tb {
    margin-bottom: 65px !important;
  }

  .h-mb70-tb {
    margin-bottom: 70px !important;
  }

  .h-mb75-tb {
    margin-bottom: 75px !important;
  }

  .h-mb80-tb {
    margin-bottom: 80px !important;
  }

  .h-mb85-tb {
    margin-bottom: 85px !important;
  }

  .h-mb90-tb {
    margin-bottom: 90px !important;
  }

  .h-mb95-tb {
    margin-bottom: 95px !important;
  }

  .h-mb100-tb {
    margin-bottom: 100px !important;
  }

  .h-ml00-tb {
    margin-left: 0px !important;
  }

  .h-ml05-tb {
    margin-left: 5px !important;
  }

  .h-ml10-tb {
    margin-left: 10px !important;
  }

  .h-ml15-tb {
    margin-left: 15px !important;
  }

  .h-ml20-tb {
    margin-left: 20px !important;
  }

  .h-ml25-tb {
    margin-left: 25px !important;
  }

  .h-ml30-tb {
    margin-left: 30px !important;
  }

  .h-ml35-tb {
    margin-left: 35px !important;
  }

  .h-ml40-tb {
    margin-left: 40px !important;
  }

  .h-ml45-tb {
    margin-left: 45px !important;
  }

  .h-ml50-tb {
    margin-left: 50px !important;
  }

  .h-ml55-tb {
    margin-left: 55px !important;
  }

  .h-ml60-tb {
    margin-left: 60px !important;
  }

  .h-ml65-tb {
    margin-left: 65px !important;
  }

  .h-ml70-tb {
    margin-left: 70px !important;
  }

  .h-ml75-tb {
    margin-left: 75px !important;
  }

  .h-ml80-tb {
    margin-left: 80px !important;
  }

  .h-ml85-tb {
    margin-left: 85px !important;
  }

  .h-ml90-tb {
    margin-left: 90px !important;
  }

  .h-ml95-tb {
    margin-left: 95px !important;
  }

  .h-ml100-tb {
    margin-left: 100px !important;
  }

  .h-mr00-tb {
    margin-right: 0px !important;
  }

  .h-mr05-tb {
    margin-right: 5px !important;
  }

  .h-mr10-tb {
    margin-right: 10px !important;
  }

  .h-mr15-tb {
    margin-right: 15px !important;
  }

  .h-mr20-tb {
    margin-right: 20px !important;
  }

  .h-mr25-tb {
    margin-right: 25px !important;
  }

  .h-mr30-tb {
    margin-right: 30px !important;
  }

  .h-mr35-tb {
    margin-right: 35px !important;
  }

  .h-mr40-tb {
    margin-right: 40px !important;
  }

  .h-mr45-tb {
    margin-right: 45px !important;
  }

  .h-mr50-tb {
    margin-right: 50px !important;
  }

  .h-mr55-tb {
    margin-right: 55px !important;
  }

  .h-mr60-tb {
    margin-right: 60px !important;
  }

  .h-mr65-tb {
    margin-right: 65px !important;
  }

  .h-mr70-tb {
    margin-right: 70px !important;
  }

  .h-mr75-tb {
    margin-right: 75px !important;
  }

  .h-mr80-tb {
    margin-right: 80px !important;
  }

  .h-mr85-tb {
    margin-right: 85px !important;
  }

  .h-mr90-tb {
    margin-right: 90px !important;
  }

  .h-mr95-tb {
    margin-right: 95px !important;
  }

  .h-mr100-tb {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 896px) {
  .h-mt00-sp {
    margin-top: 0px !important;
  }

  .h-mt05-sp {
    margin-top: 5px !important;
  }

  .h-mt10-sp {
    margin-top: 10px !important;
  }

  .h-mt15-sp {
    margin-top: 15px !important;
  }

  .h-mt20-sp {
    margin-top: 20px !important;
  }

  .h-mt25-sp {
    margin-top: 25px !important;
  }

  .h-mt30-sp {
    margin-top: 30px !important;
  }

  .h-mt35-sp {
    margin-top: 35px !important;
  }

  .h-mt40-sp {
    margin-top: 40px !important;
  }

  .h-mt45-sp {
    margin-top: 45px !important;
  }

  .h-mt50-sp {
    margin-top: 50px !important;
  }

  .h-mt55-sp {
    margin-top: 55px !important;
  }

  .h-mt60-sp {
    margin-top: 60px !important;
  }

  .h-mt65-sp {
    margin-top: 65px !important;
  }

  .h-mt70-sp {
    margin-top: 70px !important;
  }

  .h-mt75-sp {
    margin-top: 75px !important;
  }

  .h-mt80-sp {
    margin-top: 80px !important;
  }

  .h-mt85-sp {
    margin-top: 85px !important;
  }

  .h-mt90-sp {
    margin-top: 90px !important;
  }

  .h-mt95-sp {
    margin-top: 95px !important;
  }

  .h-mt100-sp {
    margin-top: 100px !important;
  }

  .h-mb00-sp {
    margin-bottom: 0px !important;
  }

  .h-mb05-sp {
    margin-bottom: 5px !important;
  }

  .h-mb10-sp {
    margin-bottom: 10px !important;
  }

  .h-mb15-sp {
    margin-bottom: 15px !important;
  }

  .h-mb20-sp {
    margin-bottom: 20px !important;
  }

  .h-mb25-sp {
    margin-bottom: 25px !important;
  }

  .h-mb30-sp {
    margin-bottom: 30px !important;
  }

  .h-mb35-sp {
    margin-bottom: 35px !important;
  }

  .h-mb40-sp {
    margin-bottom: 40px !important;
  }

  .h-mb45-sp {
    margin-bottom: 45px !important;
  }

  .h-mb50-sp {
    margin-bottom: 50px !important;
  }

  .h-mb55-sp {
    margin-bottom: 55px !important;
  }

  .h-mb60-sp {
    margin-bottom: 60px !important;
  }

  .h-mb65-sp {
    margin-bottom: 65px !important;
  }

  .h-mb70-sp {
    margin-bottom: 70px !important;
  }

  .h-mb75-sp {
    margin-bottom: 75px !important;
  }

  .h-mb80-sp {
    margin-bottom: 80px !important;
  }

  .h-mb85-sp {
    margin-bottom: 85px !important;
  }

  .h-mb90-sp {
    margin-bottom: 90px !important;
  }

  .h-mb95-sp {
    margin-bottom: 95px !important;
  }

  .h-mb100-sp {
    margin-bottom: 100px !important;
  }

  .h-ml00-sp {
    margin-left: 0px !important;
  }

  .h-ml05-sp {
    margin-left: 5px !important;
  }

  .h-ml10-sp {
    margin-left: 10px !important;
  }

  .h-ml15-sp {
    margin-left: 15px !important;
  }

  .h-ml20-sp {
    margin-left: 20px !important;
  }

  .h-ml25-sp {
    margin-left: 25px !important;
  }

  .h-ml30-sp {
    margin-left: 30px !important;
  }

  .h-ml35-sp {
    margin-left: 35px !important;
  }

  .h-ml40-sp {
    margin-left: 40px !important;
  }

  .h-ml45-sp {
    margin-left: 45px !important;
  }

  .h-ml50-sp {
    margin-left: 50px !important;
  }

  .h-ml55-sp {
    margin-left: 55px !important;
  }

  .h-ml60-sp {
    margin-left: 60px !important;
  }

  .h-ml65-sp {
    margin-left: 65px !important;
  }

  .h-ml70-sp {
    margin-left: 70px !important;
  }

  .h-ml75-sp {
    margin-left: 75px !important;
  }

  .h-ml80-sp {
    margin-left: 80px !important;
  }

  .h-ml85-sp {
    margin-left: 85px !important;
  }

  .h-ml90-sp {
    margin-left: 90px !important;
  }

  .h-ml95-sp {
    margin-left: 95px !important;
  }

  .h-ml100-sp {
    margin-left: 100px !important;
  }

  .h-mr00-sp {
    margin-right: 0px !important;
  }

  .h-mr05-sp {
    margin-right: 5px !important;
  }

  .h-mr10-sp {
    margin-right: 10px !important;
  }

  .h-mr15-sp {
    margin-right: 15px !important;
  }

  .h-mr20-sp {
    margin-right: 20px !important;
  }

  .h-mr25-sp {
    margin-right: 25px !important;
  }

  .h-mr30-sp {
    margin-right: 30px !important;
  }

  .h-mr35-sp {
    margin-right: 35px !important;
  }

  .h-mr40-sp {
    margin-right: 40px !important;
  }

  .h-mr45-sp {
    margin-right: 45px !important;
  }

  .h-mr50-sp {
    margin-right: 50px !important;
  }

  .h-mr55-sp {
    margin-right: 55px !important;
  }

  .h-mr60-sp {
    margin-right: 60px !important;
  }

  .h-mr65-sp {
    margin-right: 65px !important;
  }

  .h-mr70-sp {
    margin-right: 70px !important;
  }

  .h-mr75-sp {
    margin-right: 75px !important;
  }

  .h-mr80-sp {
    margin-right: 80px !important;
  }

  .h-mr85-sp {
    margin-right: 85px !important;
  }

  .h-mr90-sp {
    margin-right: 90px !important;
  }

  .h-mr95-sp {
    margin-right: 95px !important;
  }

  .h-mr100-sp {
    margin-right: 100px !important;
  }
}

.h-pt00 {
  padding-top: 0px !important;
}

.h-pt05 {
  padding-top: 5px !important;
}

.h-pt10 {
  padding-top: 10px !important;
}

.h-pt15 {
  padding-top: 15px !important;
}

.h-pt20 {
  padding-top: 20px !important;
}

.h-pt25 {
  padding-top: 25px !important;
}

.h-pt30 {
  padding-top: 30px !important;
}

.h-pt35 {
  padding-top: 35px !important;
}

.h-pt40 {
  padding-top: 40px !important;
}

.h-pt45 {
  padding-top: 45px !important;
}

.h-pt50 {
  padding-top: 50px !important;
}

.h-pt55 {
  padding-top: 55px !important;
}

.h-pt60 {
  padding-top: 60px !important;
}

.h-pt65 {
  padding-top: 65px !important;
}

.h-pt70 {
  padding-top: 70px !important;
}

.h-pt75 {
  padding-top: 75px !important;
}

.h-pt80 {
  padding-top: 80px !important;
}

.h-pt85 {
  padding-top: 85px !important;
}

.h-pt90 {
  padding-top: 90px !important;
}

.h-pt95 {
  padding-top: 95px !important;
}

.h-pt100 {
  padding-top: 100px !important;
}

.h-pb00 {
  padding-bottom: 0px !important;
}

.h-pb05 {
  padding-bottom: 5px !important;
}

.h-pb10 {
  padding-bottom: 10px !important;
}

.h-pb15 {
  padding-bottom: 15px !important;
}

.h-pb20 {
  padding-bottom: 20px !important;
}

.h-pb25 {
  padding-bottom: 25px !important;
}

.h-pb30 {
  padding-bottom: 30px !important;
}

.h-pb35 {
  padding-bottom: 35px !important;
}

.h-pb40 {
  padding-bottom: 40px !important;
}

.h-pb45 {
  padding-bottom: 45px !important;
}

.h-pb50 {
  padding-bottom: 50px !important;
}

.h-pb55 {
  padding-bottom: 55px !important;
}

.h-pb60 {
  padding-bottom: 60px !important;
}

.h-pb65 {
  padding-bottom: 65px !important;
}

.h-pb70 {
  padding-bottom: 70px !important;
}

.h-pb75 {
  padding-bottom: 75px !important;
}

.h-pb80 {
  padding-bottom: 80px !important;
}

.h-pb85 {
  padding-bottom: 85px !important;
}

.h-pb90 {
  padding-bottom: 90px !important;
}

.h-pb95 {
  padding-bottom: 95px !important;
}

.h-pb100 {
  padding-bottom: 100px !important;
}

.h-pl00 {
  padding-left: 0px !important;
}

.h-pl05 {
  padding-left: 5px !important;
}

.h-pl10 {
  padding-left: 10px !important;
}

.h-pl15 {
  padding-left: 15px !important;
}

.h-pl20 {
  padding-left: 20px !important;
}

.h-pl25 {
  padding-left: 25px !important;
}

.h-pl30 {
  padding-left: 30px !important;
}

.h-pl35 {
  padding-left: 35px !important;
}

.h-pl40 {
  padding-left: 40px !important;
}

.h-pl45 {
  padding-left: 45px !important;
}

.h-pl50 {
  padding-left: 50px !important;
}

.h-pl55 {
  padding-left: 55px !important;
}

.h-pl60 {
  padding-left: 60px !important;
}

.h-pl65 {
  padding-left: 65px !important;
}

.h-pl70 {
  padding-left: 70px !important;
}

.h-pl75 {
  padding-left: 75px !important;
}

.h-pl80 {
  padding-left: 80px !important;
}

.h-pl85 {
  padding-left: 85px !important;
}

.h-pl90 {
  padding-left: 90px !important;
}

.h-pl95 {
  padding-left: 95px !important;
}

.h-pl100 {
  padding-left: 100px !important;
}

.h-pr00 {
  padding-right: 0px !important;
}

.h-pr05 {
  padding-right: 5px !important;
}

.h-pr10 {
  padding-right: 10px !important;
}

.h-pr15 {
  padding-right: 15px !important;
}

.h-pr20 {
  padding-right: 20px !important;
}

.h-pr25 {
  padding-right: 25px !important;
}

.h-pr30 {
  padding-right: 30px !important;
}

.h-pr35 {
  padding-right: 35px !important;
}

.h-pr40 {
  padding-right: 40px !important;
}

.h-pr45 {
  padding-right: 45px !important;
}

.h-pr50 {
  padding-right: 50px !important;
}

.h-pr55 {
  padding-right: 55px !important;
}

.h-pr60 {
  padding-right: 60px !important;
}

.h-pr65 {
  padding-right: 65px !important;
}

.h-pr70 {
  padding-right: 70px !important;
}

.h-pr75 {
  padding-right: 75px !important;
}

.h-pr80 {
  padding-right: 80px !important;
}

.h-pr85 {
  padding-right: 85px !important;
}

.h-pr90 {
  padding-right: 90px !important;
}

.h-pr95 {
  padding-right: 95px !important;
}

.h-pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 896px) {
  .h-pt00-sp {
    padding-top: 0px !important;
  }

  .h-pt05-sp {
    padding-top: 5px !important;
  }

  .h-pt10-sp {
    padding-top: 10px !important;
  }

  .h-pt15-sp {
    padding-top: 15px !important;
  }

  .h-pt20-sp {
    padding-top: 20px !important;
  }

  .h-pt25-sp {
    padding-top: 25px !important;
  }

  .h-pt30-sp {
    padding-top: 30px !important;
  }

  .h-pt35-sp {
    padding-top: 35px !important;
  }

  .h-pt40-sp {
    padding-top: 40px !important;
  }

  .h-pt45-sp {
    padding-top: 45px !important;
  }

  .h-pt50-sp {
    padding-top: 50px !important;
  }

  .h-pt55-sp {
    padding-top: 55px !important;
  }

  .h-pt60-sp {
    padding-top: 60px !important;
  }

  .h-pt65-sp {
    padding-top: 65px !important;
  }

  .h-pt70-sp {
    padding-top: 70px !important;
  }

  .h-pt75-sp {
    padding-top: 75px !important;
  }

  .h-pt80-sp {
    padding-top: 80px !important;
  }

  .h-pt85-sp {
    padding-top: 85px !important;
  }

  .h-pt90-sp {
    padding-top: 90px !important;
  }

  .h-pt95-sp {
    padding-top: 95px !important;
  }

  .h-pt100-sp {
    padding-top: 100px !important;
  }

  .h-pb00-sp {
    padding-bottom: 0px !important;
  }

  .h-pb05-sp {
    padding-bottom: 5px !important;
  }

  .h-pb10-sp {
    padding-bottom: 10px !important;
  }

  .h-pb15-sp {
    padding-bottom: 15px !important;
  }

  .h-pb20-sp {
    padding-bottom: 20px !important;
  }

  .h-pb25-sp {
    padding-bottom: 25px !important;
  }

  .h-pb30-sp {
    padding-bottom: 30px !important;
  }

  .h-pb35-sp {
    padding-bottom: 35px !important;
  }

  .h-pb40-sp {
    padding-bottom: 40px !important;
  }

  .h-pb45-sp {
    padding-bottom: 45px !important;
  }

  .h-pb50-sp {
    padding-bottom: 50px !important;
  }

  .h-pb55-sp {
    padding-bottom: 55px !important;
  }

  .h-pb60-sp {
    padding-bottom: 60px !important;
  }

  .h-pb65-sp {
    padding-bottom: 65px !important;
  }

  .h-pb70-sp {
    padding-bottom: 70px !important;
  }

  .h-pb75-sp {
    padding-bottom: 75px !important;
  }

  .h-pb80-sp {
    padding-bottom: 80px !important;
  }

  .h-pb85-sp {
    padding-bottom: 85px !important;
  }

  .h-pb90-sp {
    padding-bottom: 90px !important;
  }

  .h-pb95-sp {
    padding-bottom: 95px !important;
  }

  .h-pb100-sp {
    padding-bottom: 100px !important;
  }

  .h-pl00-sp {
    padding-left: 0px !important;
  }

  .h-pl05-sp {
    padding-left: 5px !important;
  }

  .h-pl10-sp {
    padding-left: 10px !important;
  }

  .h-pl15-sp {
    padding-left: 15px !important;
  }

  .h-pl20-sp {
    padding-left: 20px !important;
  }

  .h-pl25-sp {
    padding-left: 25px !important;
  }

  .h-pl30-sp {
    padding-left: 30px !important;
  }

  .h-pl35-sp {
    padding-left: 35px !important;
  }

  .h-pl40-sp {
    padding-left: 40px !important;
  }

  .h-pl45-sp {
    padding-left: 45px !important;
  }

  .h-pl50-sp {
    padding-left: 50px !important;
  }

  .h-pl55-sp {
    padding-left: 55px !important;
  }

  .h-pl60-sp {
    padding-left: 60px !important;
  }

  .h-pl65-sp {
    padding-left: 65px !important;
  }

  .h-pl70-sp {
    padding-left: 70px !important;
  }

  .h-pl75-sp {
    padding-left: 75px !important;
  }

  .h-pl80-sp {
    padding-left: 80px !important;
  }

  .h-pl85-sp {
    padding-left: 85px !important;
  }

  .h-pl90-sp {
    padding-left: 90px !important;
  }

  .h-pl95-sp {
    padding-left: 95px !important;
  }

  .h-pl100-sp {
    padding-left: 100px !important;
  }

  .h-pr00-sp {
    padding-right: 0px !important;
  }

  .h-pr05-sp {
    padding-right: 5px !important;
  }

  .h-pr10-sp {
    padding-right: 10px !important;
  }

  .h-pr15-sp {
    padding-right: 15px !important;
  }

  .h-pr20-sp {
    padding-right: 20px !important;
  }

  .h-pr25-sp {
    padding-right: 25px !important;
  }

  .h-pr30-sp {
    padding-right: 30px !important;
  }

  .h-pr35-sp {
    padding-right: 35px !important;
  }

  .h-pr40-sp {
    padding-right: 40px !important;
  }

  .h-pr45-sp {
    padding-right: 45px !important;
  }

  .h-pr50-sp {
    padding-right: 50px !important;
  }

  .h-pr55-sp {
    padding-right: 55px !important;
  }

  .h-pr60-sp {
    padding-right: 60px !important;
  }

  .h-pr65-sp {
    padding-right: 65px !important;
  }

  .h-pr70-sp {
    padding-right: 70px !important;
  }

  .h-pr75-sp {
    padding-right: 75px !important;
  }

  .h-pr80-sp {
    padding-right: 80px !important;
  }

  .h-pr85-sp {
    padding-right: 85px !important;
  }

  .h-pr90-sp {
    padding-right: 90px !important;
  }

  .h-pr95-sp {
    padding-right: 95px !important;
  }

  .h-pr100-sp {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 897px) {
  .h-pt00-pc {
    padding-top: 0px !important;
  }

  .h-pt05-pc {
    padding-top: 5px !important;
  }

  .h-pt10-pc {
    padding-top: 10px !important;
  }

  .h-pt15-pc {
    padding-top: 15px !important;
  }

  .h-pt20-pc {
    padding-top: 20px !important;
  }

  .h-pt25-pc {
    padding-top: 25px !important;
  }

  .h-pt30-pc {
    padding-top: 30px !important;
  }

  .h-pt35-pc {
    padding-top: 35px !important;
  }

  .h-pt40-pc {
    padding-top: 40px !important;
  }

  .h-pt45-pc {
    padding-top: 45px !important;
  }

  .h-pt50-pc {
    padding-top: 50px !important;
  }

  .h-pt55-pc {
    padding-top: 55px !important;
  }

  .h-pt60-pc {
    padding-top: 60px !important;
  }

  .h-pt65-pc {
    padding-top: 65px !important;
  }

  .h-pt70-pc {
    padding-top: 70px !important;
  }

  .h-pt75-pc {
    padding-top: 75px !important;
  }

  .h-pt80-pc {
    padding-top: 80px !important;
  }

  .h-pt85-pc {
    padding-top: 85px !important;
  }

  .h-pt90-pc {
    padding-top: 90px !important;
  }

  .h-pt95-pc {
    padding-top: 95px !important;
  }

  .h-pt100-pc {
    padding-top: 100px !important;
  }

  .h-pb00-pc {
    padding-bottom: 0px !important;
  }

  .h-pb05-pc {
    padding-bottom: 5px !important;
  }

  .h-pb10-pc {
    padding-bottom: 10px !important;
  }

  .h-pb15-pc {
    padding-bottom: 15px !important;
  }

  .h-pb20-pc {
    padding-bottom: 20px !important;
  }

  .h-pb25-pc {
    padding-bottom: 25px !important;
  }

  .h-pb30-pc {
    padding-bottom: 30px !important;
  }

  .h-pb35-pc {
    padding-bottom: 35px !important;
  }

  .h-pb40-pc {
    padding-bottom: 40px !important;
  }

  .h-pb45-pc {
    padding-bottom: 45px !important;
  }

  .h-pb50-pc {
    padding-bottom: 50px !important;
  }

  .h-pb55-pc {
    padding-bottom: 55px !important;
  }

  .h-pb60-pc {
    padding-bottom: 60px !important;
  }

  .h-pb65-pc {
    padding-bottom: 65px !important;
  }

  .h-pb70-pc {
    padding-bottom: 70px !important;
  }

  .h-pb75-pc {
    padding-bottom: 75px !important;
  }

  .h-pb80-pc {
    padding-bottom: 80px !important;
  }

  .h-pb85-pc {
    padding-bottom: 85px !important;
  }

  .h-pb90-pc {
    padding-bottom: 90px !important;
  }

  .h-pb95-pc {
    padding-bottom: 95px !important;
  }

  .h-pb100-pc {
    padding-bottom: 100px !important;
  }

  .h-pl00-pc {
    padding-left: 0px !important;
  }

  .h-pl05-pc {
    padding-left: 5px !important;
  }

  .h-pl10-pc {
    padding-left: 10px !important;
  }

  .h-pl15-pc {
    padding-left: 15px !important;
  }

  .h-pl20-pc {
    padding-left: 20px !important;
  }

  .h-pl25-pc {
    padding-left: 25px !important;
  }

  .h-pl30-pc {
    padding-left: 30px !important;
  }

  .h-pl35-pc {
    padding-left: 35px !important;
  }

  .h-pl40-pc {
    padding-left: 40px !important;
  }

  .h-pl45-pc {
    padding-left: 45px !important;
  }

  .h-pl50-pc {
    padding-left: 50px !important;
  }

  .h-pl55-pc {
    padding-left: 55px !important;
  }

  .h-pl60-pc {
    padding-left: 60px !important;
  }

  .h-pl65-pc {
    padding-left: 65px !important;
  }

  .h-pl70-pc {
    padding-left: 70px !important;
  }

  .h-pl75-pc {
    padding-left: 75px !important;
  }

  .h-pl80-pc {
    padding-left: 80px !important;
  }

  .h-pl85-pc {
    padding-left: 85px !important;
  }

  .h-pl90-pc {
    padding-left: 90px !important;
  }

  .h-pl95-pc {
    padding-left: 95px !important;
  }

  .h-pl100-pc {
    padding-left: 100px !important;
  }

  .h-pr00-pc {
    padding-right: 0px !important;
  }

  .h-pr05-pc {
    padding-right: 5px !important;
  }

  .h-pr10-pc {
    padding-right: 10px !important;
  }

  .h-pr15-pc {
    padding-right: 15px !important;
  }

  .h-pr20-pc {
    padding-right: 20px !important;
  }

  .h-pr25-pc {
    padding-right: 25px !important;
  }

  .h-pr30-pc {
    padding-right: 30px !important;
  }

  .h-pr35-pc {
    padding-right: 35px !important;
  }

  .h-pr40-pc {
    padding-right: 40px !important;
  }

  .h-pr45-pc {
    padding-right: 45px !important;
  }

  .h-pr50-pc {
    padding-right: 50px !important;
  }

  .h-pr55-pc {
    padding-right: 55px !important;
  }

  .h-pr60-pc {
    padding-right: 60px !important;
  }

  .h-pr65-pc {
    padding-right: 65px !important;
  }

  .h-pr70-pc {
    padding-right: 70px !important;
  }

  .h-pr75-pc {
    padding-right: 75px !important;
  }

  .h-pr80-pc {
    padding-right: 80px !important;
  }

  .h-pr85-pc {
    padding-right: 85px !important;
  }

  .h-pr90-pc {
    padding-right: 90px !important;
  }

  .h-pr95-pc {
    padding-right: 95px !important;
  }

  .h-pr100-pc {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 896px) {
  .h-inline-sp {
    display: inline;
  }
}

@media screen and (min-width: 897px) {
  .h-inline-pc {
    display: inline;
  }
}