:root { --main-color: #33b4e9; --sub-color: #cfebf8; --accent-color: #1d2088; }
* { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif; font-feature-settings: "palt"; color: rgb(51, 51, 51); margin: 0px; padding: 0px; }
html { font-size: 62.5%; }
body { font-size: 1.6rem; font-feature-settings: "palt"; line-height: 2; letter-spacing: 0.2rem; width: 100%; position: relative; }
img{width: 100%;height: auto;display: block;object-fit: cover;}
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
a {
  transition: .3s;
}
.l-container {padding: 0px 8rem;position: relative;overflow-x: clip;}
.l-inner { width: min(100%, 130rem); margin: 0px auto; position: relative; }
.l-header { padding: 2rem 5rem; background-color: var(--main-color); }
.p-header__inner { display: flex; align-items: center; justify-content: space-between; }
.p-logo-block { display: flex; align-items: center; }
.global-nav { display: flex; justify-content: center; gap: 0px 3rem; }
.p-logo__link { margin-right: 2rem; }
.p-header__link-contact {
  padding: .6rem 1.2rem;
  border-radius: 1rem;
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
.p-header__link { color: rgb(255, 255, 255); }
.p-fv {padding-top: 12rem;padding-bottom: 12rem;background-color: var(--sub-color);}
.p-fv-left-txt-top { font-size: 2.4rem; }
.p-fv-left-txt-mid {width: fit-content;padding: 0px 3rem;margin-top: 1.8rem;margin-bottom: 0.6rem;font-size: 2.2rem;background-color: var(--accent-color);color: rgb(255, 255, 255);border-radius: 1rem;}
.p-fv-left-txt-bottom {font-size: 2.4rem;margin-bottom: 2rem;color: var(--accent-color);font-weight: bold;}
.p-fv-left-txt-bottom__accent {margin-left: 0.4rem;font-size: 4.3rem;font-weight: bold;color: var(--accent-color);letter-spacing: 0.4rem;}
.p-fv-right { position: relative; }
.p-fv-right-img {width: 8rem;position: absolute;}
.p-fv-right-a {top: 0rem;right: 45rem;}
.p-fv-right-b {
  top: 7rem;
  right: 37rem;
}


.p-fv-right-c {top: 33rem;right: 43rem;}
.p-fv-right-d {top: 3rem;right: -9rem;}
.p-fv-right-e {top: 11rem;right: -2rem;}
.p-fv-right-f {top: 20rem;right: -9rem;}
.p-fv-right-g {top: 27rem;right: -2rem;}
.p-fv-right-mid {top: -7rem;right: 4rem;width: 32rem;filter: drop-shadow(0px 5px 5px #aaa);}
.p-fv-text-large__img {
  width: 70rem;
}


.p-explain {
  padding-top: 23rem;
  position: relative;
}
.p-explain-inner {
  position: relative;
}

.p-explain-txtArea{
  padding: 2.8rem 8rem;
  position: relative;
  background-color: #ffffff7d;
  z-index: 99;
}
.p-explain-txt{
  font-size: 2rem;
  font-weight: bold;
  width: min(100%,80rem);
  margin: 0 auto;
}
.p-explain-img {
  position: absolute;
}
.p-explain-icon {
  width: 16rem;
  top: -15rem;
  left: 8rem;
}
.p-explain-img1 {
  width: 47rem;
  height: 28rem;
  top: -6rem;
  right: 8rem;
}
.p-explain-img2 {width: 40rem;height: 22rem;top: -10rem;right: 34rem;}
.p-greet {
  padding-top: 12rem;
}
.p-greet-ct {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0 2rem;
}
.p-greet-ct-left {
  width: 45%;
}
.p-greet-ct-right {
  width: 45%;
  font-size: 1.8rem;
  line-height: 2.1;
}
.p-greet-ct-left__img {
  width: 30rem;
  margin: 0 auto;
}
.p-greet-ct-left-txt {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
}
.p-greet-ct-left-txt-small {
  font-size: 1.2rem;
}
.p-reason {
  padding-top: 6rem;
  padding-bottom: 6rem;

}
.c-blue-hl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1rem 4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  background-color: var(--main-color);
}
.c-blue-hl-w {
  color: #fff;
  font-size: 3.6rem;
  margin: 0 2rem 0 1rem;
}
.p-reason-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem 4rem;
  margin: 8rem auto 0;
  width: min(85%,120rem);
}
.c-blue-hl-small {
  font-size: 2.2rem;
}
.p-reason-item-box{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-reason-icon {
  width: 14rem;
}
.p-reason-item-box-right-h3 {
  font-size: 2.1rem;
  font-weight: bold;
}
.c-liner-txt {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  padding-right: 1.4rem;
  padding-left: 3rem;
  width: fit-content;
  background-color: #fff;
  z-index: 99;
}
.c-liner-txt-inner {
  position: relative;
  margin-bottom: 5rem;
}
.c-liner-txt-after {
  content: "";
  display: block;
  top: 50%;
  left: 0;
  translate: 0% -50%;
  position: absolute;
  width: 100%;
  margin-left: 1.5rem;
  border-top: 1px solid #74c6be;
  z-index: 0;
}
.p-compare-tableArea-top {
  margin-bottom: 4rem;
}
.p-compare-tableArea-mid {
  margin-top: 7rem;
}
  .p-table-top-inner {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  font-weight: bold;
  line-height: normal;
  font-size: 2rem;
}
  .p-table-top-inner div{
    padding-top: .8rem;
    padding-bottom: .8rem;
    display: grid;
    place-items: center;
}
  .p-table-top-inner div:nth-child(4n-3){
    display: grid;
    justify-items: baseline;
}
.div1 { grid-area: 1 / 1 / 2 / 2; background-color: #9fa0a0;  padding-left: 1rem;}
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4;}
.div4 { grid-area: 1 / 4 / 2 / 5;}
.div5 { grid-area: 2 / 1 / 3 / 2; padding-left: 1rem; background-color: var(--main-color);}
.div6 { grid-area: 2 / 2 / 3 / 3;  background-color: var(--sub-color);}
.div7 { grid-area: 2 / 3 / 3 / 4; }
.div8 { grid-area: 2 / 4 / 3 / 5;}
.div9 { grid-area: 3 / 1 / 4 / 2; padding-left: 1rem; background-color: var(--main-color);}
.div10 { grid-area: 3 / 2 / 4 / 3; background-color: var(--sub-color);}
.div11 { grid-area: 3 / 3 / 4 / 4; }
.div12 { grid-area: 3 / 4 / 4 / 5;}
.div13 { grid-area: 4 / 1 / 5 / 2; padding-left: 1rem; background-color: var(--main-color);}
.div14 { grid-area: 4 / 2 / 5 / 3; background-color: var(--sub-color);}
.div15 { grid-area: 4 / 3 / 5 / 4; }
.div16 { grid-area: 4 / 4 / 5 / 5;}
.div17 { grid-area: 5 / 1 / 6 / 2; padding-left: 1rem; background-color: var(--main-color);}
.div18 { grid-area: 5 / 2 / 6 / 3; background-color: var(--sub-color);}
.div19 { grid-area: 5 / 3 / 6 / 4; }
.div20 { grid-area: 5 / 4 / 6 / 5; }

.small_text{
	font-size:1.5rem;
	color: #fff;
}

.p-compare-table-txt {
  font-size: 1.8rem;
}
.p-compare-table-txt +.p-compare-table-txt {
  margin-top: 3rem;
}
.p-table-in-txt {
  font-size: 1.4rem;
}
.p-compare-tableArea-mid {
  margin-bottom: 3rem;
}
.p-compare-table-txt-accent {
  display: block;
}
.p-compare-tableArea-bottom {
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.p-safe-txtArea {
  width: min(50%, 52rem);
  margin-top: 20rem;
}
.p-safe-txt {
  font-size: 2rem;
  position: relative;
  z-index: 9;
  text-shadow: 1px 1px 18px #e6eef1;
}
.p-safe {
  margin-top: 14rem;
  padding-bottom: 7rem;
}
.p-safe-icon {
  width: min(30%, 24rem);
  left: 85%;
  bottom: -10rem;
  translate: -85% 0;
  z-index: 3;
}
.p-safe-ct {
  position: relative;
}
.p-safe-img {
  position: absolute;
}
.p-safe-img1 {
  width: min(58%, 62rem);
  top: 18rem;
  z-index: 2;
  left: 60%;
  translate: -60% 0;
}
.p-safe-img2 {
  width: min(58%, 62rem);
  top: -7rem;
  z-index: 1;
  left: 100%;
  translate: -80% 0;
}
.p-safe-inner {
  margin-bottom: 18rem;
}
.p-scene-voice-hl {
  background-color: #f7f8f8;
}
.p-scene-voice-ct {
  position: relative;
}
.p-scene-voice-icon {
  width: min(10%, 11rem);
  position: absolute;
  bottom: -3rem;
  right: -4rem;
}
.p-detail-ct {
  margin-top: 12rem;
}
.p-detail-ttl {
  font-size: 2.8rem;
  font-weight: bold;
}
.p-detail-list {
  margin-top: 5.5rem;
}
.p-detail-items + .p-detail-items {
  margin-top: 2rem;
}
.c-bg-accent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f8f8;
  z-index: -1;
}
.p-safe-bg {
  top: 4rem;
  left: 0;
}
.p-safe-bg::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  translate: -50% 0;
  width: 17rem;
  height: calc(tan(60deg)* 7rem / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #f7f8f8;
  z-index: -1;
}
.c-bg-accent-left {
  position: absolute;
  left: 0;
  width: 5rem;
  height: calc(tan(60deg)* 9rem / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  top: -3.8rem;
}
.c-bg-accent-right {
  position: absolute;
  right: 0;
  width: 5rem;
  height: calc(tan(60deg)* 9rem / 2);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
  top: -3.8rem;
}
.p-goods-bg {
  background-color: #fff;
}

.p-recommend {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.c-border-ttl {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  width: fit-content;
}
.c-border-solid {
  width: min(40%, 25rem);
  height: 2px;
  display: block;
  background-color: #74c6be;
  margin: 1rem auto 0;
}
.p-recommend-ct {
  margin-top: 5.5rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  gap: 0 4rem;
}
.p-recommend-ct-inner {
  padding: 3rem;
  background-color: var(--main-color);
  border-radius: 1rem;
  width: min(45%, 45rem);
}
.p-recommend-ct-list {
  margin-top: 2.8rem;
}
.p-recommend-ct-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-recommend-ct-items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem;
  background-color: #fff;
  gap: 0 2rem;
  border-radius: 1rem;
}
.p-recommend-ct-img {
  width: min(100%, 6rem);
  height: 6rem;
  object-fit: contain;
  flex-shrink: 0;
}
.p-recommend-ct-txtArea-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.p-recommend-ct-items + .p-recommend-ct-items {
  margin-top: 2rem;
}
.p-recommend-ct-txtArea-txt {
  margin-top: .3rem;
  line-height: 1.4;
}
.p-p-recommend-icon {
  position: absolute;
  width: min(30%, 21rem);
  inset: 10% 80%;
  translate: -10% -80%;
  z-index: 3;
}
.p-recommend-ct-txtArea-small {
  font-size: 1.3rem;
}
.p-recommend-ct-right .p-recommend-ct-items {
  flex-direction: row-reverse;
}
.p-recommend-bottom-txt {
  width: 55rem;
  margin: 0 auto;
}
.p-cusVoice {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-cusVoice-ct-img {
  width: min(100%, 20rem);
  margin: 0 auto;
  height: 20rem;
  object-fit: contain;
}
.p-cusVoice-items {
  height: auto;
  width: 100%;
}
.p-cusVoice-explain {
  font-size: 1.8rem;
  text-align: center;
  margin: 3rem auto 5rem;
}
.slick-list {
  display: grid !important;
}
.p-cusVoice-items {
  align-items: center;
  justify-content: flex-start;
}
.p-cusVoice-ct-txtArea-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 1rem auto 2rem;
  width: fit-content;
}
.p-cusVoice-ct-txtArea-txt {
  width: min(100%, 40rem);
  margin: 0 auto;
}
.p-cusVoice-ct-txtArea {
width: fit-content;
padding-bottom: 2rem;
}
.p-cusVoice-01 {
  background-color: var(--main-color);
}
.p-cusVoice-01 p{
  color: #fff;
}
.p-cusVoice-02 {
  background-color: var(--sub-color);
}
.p-cusVoice-ct-img-container {
  width: 100%;
  background-color: #fff;
  margin-top: 2rem;
  padding: 2rem 0;
}

.slick-slide {
  position: relative;
  margin: 0 1.5rem;
  box-shadow: 1px 1px 8px #d0d0d0;
}
.p-cusVoice-list .slick-next {
  right: 1.6rem;
}
.p-cusVoice-list .slick-prev {
  left: 1.6rem;
}
.p-cusVoice-list .slick-next::before {
  left: 1.2rem;
}
.p-cusVoice-list .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 1.2rem;
}
.p-cusVoice-list .slick-arrow {
  width: 6rem;
  height: 6rem;
  font-size: 0;
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  outline: none;
  z-index: 1;
}
.p-cusVoice-list .slick-arrow::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #333;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
}
.p-cusVoice-list .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 2.1rem;
}
.p-cusVoice-list .slick-next::before {
  left: 2.1rem;
}
.p-cusVoice-bg {
  position: absolute;
}
.c-bg-bottom-left {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 5rem;
  height: calc(tan(60deg)* 9rem / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 99;
}
.c-bg-bottom-right {
  position: absolute;
  right: 0;
  width: 5rem;
  height: calc(tan(60deg)* 9rem / 2);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  bottom: -40px;
  z-index: 99;
}
.p-supplier-bg-left {
  background-color: var(--main-color);
}
.p-supplier-bg-right {
  background-color: var(--main-color);
}
.p-goods-bg-left {
  background-color: #f7f8f8;
}
.p-goods-bg-right {
  background-color: #f7f8f8;
}
.p-supplier{
  padding-top: 7rem;
  padding-bottom: 7rem;

  background-color: var(--main-color);
}
.p-supplier-inner {
  display: grid;
  grid-template-columns:repeat(2, 1fr);
  justify-items: flex-start;
}
.p-supplier-img {
  object-fit: cover;
  width: min(100%, 42rem);
}
.p-supplier-hl {
  margin-bottom: 1.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
.p-supplier-right {
  width: min(70%,40rem);
}
.p-supplier-txt {
  font-size: 2.8rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.p-supplier-span {
  color: #fff;
}
.p-cusVoice-bg {
  top: 0;
}
.p-goods {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color:#f7f8f8;
}
.p-goods-list {
  margin-top: 10rem;
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 8rem;
}
.p-goods-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.p-goods-name {
  margin-top: 2rem;
  line-height: normal;
  padding-right: 1.4rem;
}
.p-goods-money {
  line-height: normal;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 1.4rem;
}
.p-goods-tax {
  line-height: normal;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-goods-img {
  width: min(100%,38rem);
  height: min(100%,38rem);
  object-fit: contain;
}
.p-goods-hl {
  font-size: 4rem;
}
.c-btn-buy {
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
    width: min(100%,27.7rem);
    font-size: 2.2rem;
    letter-spacing: 0.22rem;
    font-weight: bold;
    transition: .3s all;
}
.p-goods-btn {
  background-color: var(--main-color);
}
.c-btn-container {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.c-btn-arrow {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 1rem;
  position: relative;
  transform: translateY(26%) rotate(45deg);
  transition: .3s;
  color: #fff;
}
.c-btn-arrow::before, .c-btn-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
}
.c-btn-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.c-btn-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.c-btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #3db156;
  border: none;
  cursor: pointer;
  width: min(100%,27.7rem);
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
  font-weight: bold;
  transition: .3s all;
}
.c-btn-line_2 {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #3db156;
  border: none;
  cursor: pointer;
  width: min(100%,27.7rem);
  font-size: 2.2rem;
  letter-spacing: 0.22rem;
  font-weight: bold;
  transition: .3s all;
}

.p-overview {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.p-overview-top {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.p-overview-top-img {
  width: min(100%,45rem);
}
.p-overview-ct-right-top-txt {
  font-size: 1.8rem;
}
.p-overview-ct-right {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-overview-map {
  width: min(100%, 100rem);
  margin: 8rem auto 10rem;
}
.p-overview-link {
  display: flex;
  justify-content: center;
  width: min(100%,85rem);
  margin: 0 auto;
  gap: 4rem;
  padding: 2rem 4rem 2rem 3rem;
  border: 1px solid #333;
}

.p-overview-link-img {
  width: 15rem;
  height: 15rem;
  object-fit: cover;
}

.p-overview-link-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.p-overview-link-txt{
  font-size: 1.8rem;
  font-weight: bold;
}
.p-overview-link-span {
  font-size: 1.4rem;
}
.p-footer {
  background-color: var(--main-color);
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.p-footer-inner {
  display: flex;
  gap: 12rem;
    justify-content: center;
    align-items: baseline;
}
.p-footer-item {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
}
.p-footer-menu {
  color: #fff;
  font-weight: bold;
}
.p-footer-link {
  font-size: 1.8rem;
  color: #fff;
}
.p-footer-btn-inner {
  display: flex;
  flex-direction: column;
  width: min(100%,27.7rem);
  gap: 2rem;
}
.p-footer-logo {
  width: min(100%,7rem);
  margin-left: auto;
}
.p-footer-btn {
  background-color: #fff;
  color: var(--main-color);
}
.p-footer-btn span {
  color: var(--main-color);
}
.p-footer-copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.p-goods-img-small {
  height: min(100%, 29rem);
}
.p-goods-txt-inner {
  text-align: end;
}

.u-color-white {
  color: #fff;
}
.u-center {
  text-align: center;
}
.u-gray-strong {
  background-color: #9fa0a0;
}
.u-gray-weak {
  background-color: #dcdddd;
}
.u-red-bg {
  background-color: #ed7971;
}
.u-red-color {
  color: #ed7971;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.p-header__link-contact-arrow {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.6rem;
  position: relative;
  transform: translateY(9%) rotate(45deg);
  transition: .3s;
  color: #fff;
}
.p-scene-voice-sp {
  display: none;
}
.p-detail-items-sp {
  display: none;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1; /* デフォルトだと薄くなっています。*/
}

.scroll-hint-icon {
  position: absolute;
  box-sizing: border-box;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  width: min(100%, 15rem) !important;
  height: min(100%, 10rem) !important;
  padding: 20px 10px 10px 10px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: opacity .3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  .c-btn-buy:hover, .c-btn-line:hover {
    opacity: 0.8;
  }
  .c-btn-buy:hover .c-btn-arrow {
    translate: .5rem;
  }
}

@media screen and (width <= 1250px){
  .global-nav {
    gap: 0px 2rem;
  }
  .c-blue-hl {
    padding: 1rem 2rem;
    font-size: 2.6rem;
  }
  .c-blue-hl-w {
    color: #fff;
    font-size: 3rem;
    margin: 0 1rem;
  }
  .p-fv-right-mid {
    width: 27rem;
  }
  .p-fv-text-large__img {
    width: 55rem;
    position: relative;
    z-index: 9;
  }
  .p-fv-right-b {
    top: 6rem;
    right: 33rem;
  }
  .p-fv-right-c {
    top: 31rem;
    right: 36rem;
  }
  .p-reason-list {
    width: min(100%, 120rem);
  }
  .p-safe-txtArea {
    width: min(50%, 52rem);
    margin-top: 16rem;
  }
  .p-p-recommend-icon {
    inset: 8% 80%;
    translate: -8% -80%;
  }
  .p-supplier-right {
    width: min(90%, 67rem);
  }
  .p-supplier-inner {
    gap: 5rem;
  }
  .p-goods-name {
    font-size: 1.3rem;
  }
}
@media screen and (width <= 1024px){
  .l-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .l-header {
    padding: 1rem 2.5rem;
    background-color: var(--main-color);
  }
  .p-header__nav {
    display: flex;
    z-index: 3;
    position: fixed;
    top: 9rem;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5rem 4rem;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: var(--main-color);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 9999;
}
.p-header__nav-button {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
}
.p-header__nav-bar {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    margin: auto;
    border-radius: 2px;
    background-color: #333;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.p-header__nav-bar:nth-of-type(1) {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.p-header__nav-bar:nth-of-type(3) {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.p-header__nav.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.p-header__nav-button.is-active .p-header__nav-bar:nth-of-type(2) {
    opacity: 0
}
.p-header__nav-button.is-active .p-header__nav-bar:nth-of-type(1) {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg)
}

.p-header__nav-button.is-active .p-header__nav-bar:nth-of-type(3) {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg)
}
.p-header__list {
    flex-direction: column;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.p-header__item {
    width: fit-content;
    margin: 0 auto;
}
.p-header__item:nth-child(n+2) {
    margin-top: 3rem;
    margin-left: auto;
}
.p-header__item {
    width: fit-content;
    margin: 0 auto;
}
.p-header__item a {
    font-size: 1.8rem;
}


/* hamburger */
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.p-header__nav-sp {
    position:fixed;
    z-index: 99;
    top:80px;
        right: -120%;
    min-width: 600px;
        height: calc(100vh - 80px);
    background:#fff;
    transition: all 0.6s;
    padding: 2rem 40px 0 3rem;
    padding-left: 3rem;
    padding-right: 40px;
}
.p-header__nav-sp.panelactive{
    right: 0;
    display: block;
    transition: all 0.6s;
}
body.nav-is-open {
  overflow: hidden;
}
/* hamburger */
.global-nav {
  gap: 3rem;
  flex-direction: column;
  align-items: center;
}
.p-header__link {
  font-size: 2.5rem;
}
.p-header__link-contact {
  padding: 1rem 3.2rem;
  border-radius: 1rem;
  background-color: var(--accent-color);
}
.p-fv-text-large__img {
  width: 40rem;
  position: relative;
  z-index: 9;
}
.p-greet-ct-right {
  width: 46%;
}
.p-table-in-txt {
  font-size: 1.3rem;
}
.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  height: 5px !important;
  margin-left: 2px;
  margin-top: 3px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #cbd2e0;
  height: 15px !important;
}
.scroll__inner img {
  width: 120rem;
}
.p-safe-img1 {
  top: 11rem;
}
.p-safe-txtArea {
  width: min(100%, 52rem);
  margin-top: 16rem;
}
.p-detail-ttl {
  font-size: 2.6rem;
}
.p-fv-left {
  position: relative;
  z-index: 99;
}
.p-fv-right-img {
  width: 6rem;
  position: absolute;
}
.p-fv-right-mid {
  width: 24rem;
  right: 7rem;
}
.p-fv {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.p-fv-right-a {
  top: -6rem;
  right: 39rem;
}
.p-fv-right-b {
  top: 5rem;
  right: 32rem;
}
.p-fv-right-c {
  top: 26rem;
  right: 33rem;
}
.p-fv-right-d {
  top: 3rem;
  right: -3rem;
}
.p-fv-right-e {
  top: 11rem;
  right: 2rem;
}
.p-fv-right-f {
  top: 20rem;
  right: -2rem;
}
.p-fv-right-g {
  top: 28rem;
  right: 0rem;
}
.p-fv-inner {
  width: min(100%,85rem);
}
.p-scene-voice-ct {
  width: 90%;
  margin: 0 auto;
}
.p-explain-icon {
  width: 13rem;
  top: -21rem;
  left: 8rem;
}
.p-greet-ct-left__img {
  width: 27rem;
  margin: 0 auto;
}
.p-greet-ct-right {
  width: 53%;
  font-size: 1.7rem;
}
.c-blue-hl {
  padding: 1rem 2rem;
  font-size: 2.2rem;
}
.p-reason-list {
  margin: 6rem auto 0;
}
.p-reason-icon {
  width: 12rem;
}
.p-reason-item-box-right-h3 {
  font-size: 1.8rem;
}
.p-reason-item-box-right-txt {
  line-height: 1.8;
}
.p-safe {
  margin-top: 8rem;
  padding-bottom: 4rem;
}
.p-safe-inner {
  margin-bottom: 10rem;
}
.p-p-recommend-icon {
  width: min(30%, 15rem);
}
.p-cusVoice-ct-txtArea-txt {
  padding: 0 2rem;
}
.p-recommend-ct-inner {
  padding: 2rem;
  width: min(48%, 45rem);
}
.p-recommend-ct-items {
  gap: 0 1.5rem;
}
.p-supplier-hl {
  font-size: 2.7rem;
}
.p-supplier-txt {
  font-size: 2.2rem;
}
.p-goods-list {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 6rem;
}
.p-goods-name {
  font-size: 1.2rem;
}
.p-overview-link-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
}

@media screen and (width <= 768px){
  .l-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
  .p-fv {
    padding-top: 6rem;
    padding-bottom: 29rem;
}
.p-fv-right-mid {
  width: 18rem;
  right: 31%;
  top: 23rem;
}
.p-fv-right-a {
  top: 23rem;
  right: 83%;
}
.p-fv-right-b {
  top: 31rem;
  right: 67%;
}
.p-fv-right-c {
  top: 43rem;
  right: 77%;
}
.p-fv-right-d {
  top: 17rem;
  right: -4%;
}
.p-fv-right-e {
  top: 24rem;
  right: 4%;
}
.p-fv-right-f {
  top: 33rem;
  right: 1%;
}
.p-fv-right-g {
  top: 42rem;
  right: 11%;
}
.p-explain-img2 {
  width: 28rem;
  height: 22rem;
  top: -9rem;
  right: 28%;
}
.p-explain-img1 {
  width: 30rem;
  height: 23rem;
  top: 1rem;
  right: 3%;
}
.p-explain-icon {
  width: 12rem;
  top: -19rem;
  left: 7rem;
}
.p-explain-txt {
  font-size: 1.8rem;
}
.p-greet {
  padding-top: 7rem;
}
.p-greet-ct {
  gap: 4rem;
  flex-direction: column-reverse;
}
.p-greet-ct-right {
  width: 100%;
  font-size: 1.7rem;
}
.p-greet-ct-left {
  width: 100%;
}
.c-blue-hl {
  display: block;
  padding: 1rem;
  font-size: 2rem;
  line-height: normal;
  align-items: center;
}
.c-blue-hl-w {
  color: #fff;
  font-size: 2.2rem;
  margin: 0 1rem;
}
.c-blue-hl-small {
  font-size: 1.4rem;
}
.p-reason-list {
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin: 5rem auto 0;
}
.c-liner-txt {
  font-size: 2.2rem;
  padding-right: 1.4rem;
  padding-left: 1rem;
}
.c-liner-txt-after {
  margin-left: 0;
}
.p-table-top-inner {
  width: 100rem;
}
.p-compare-tableArea-top, .p-compare-tableArea-mid {
  padding-bottom: 2rem;
}
.c-liner-txt-inner {
  margin-bottom: 3rem;
}
.p-safe-txtArea {
  width: min(100%, 62rem);
  margin-top: 10rem;
}
.p-safe-img1 {
  top: 14rem;
}
.p-safe-img2 {
  width: min(58%, 62rem);
  top: -3rem;
  z-index: 1;
  left: 100%;
  translate: -80% 0;
}
.p-safe-txt {
  font-size: 1.8rem;
  position: relative;
  line-height: 2.4;
  z-index: 9;
  text-shadow: 1px 1px 18px #e6eef1;
}
.p-scene-voice-ct {
  width: 100%;
  margin: 0 auto;
}
.p-scene-voice-icon {
  width: min(7%, 10rem);
  position: absolute;
  bottom: -2rem;
  right: 0rem;
}
.p-detail-ct {
  margin-top: 7rem;
}
.p-detail-ct {
  margin-top: 7rem;
}
.p-detail-list {
  margin-top: 3.5rem;
}
.p-safe {
  margin-top: 6rem;
  padding-bottom: 1rem;
}
.c-border-ttl {
  font-size: 2.4rem;
}
.c-border-solid {
  width: min(35%, 25rem);
}
.p-recommend-ct {
  flex-direction: column;
  gap:4rem;
}
.p-recommend-ct-inner {
  width: 100%;
}
.p-recommend-ct-ttl {
  font-size: 2.4rem;
}
.p-recommend-ct-list {
  margin-top: 1.8rem;
}
.p-recommend-ct-items {
  gap: 0 2.5rem;
}
.p-p-recommend-icon {
  width: min(27%, 15rem);
  inset: 9% 80%;
  translate: -30% -80%;
}
.p-recommend-ct-right .p-recommend-ct-items {
  flex-direction: row;
}
.p-recommend {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.p-cusVoice {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-cusVoice-explain {
  padding: 0 1.5rem;
}
.p-supplier-inner {
  display: grid;
  grid-template-columns:  1fr;
  gap: 3rem;
  place-items: center;
}
.p-supplier-img {
  width: min(100%, 32rem);
}

.p-supplier-right {
  width: min(70%, 33rem);
}
.p-goods-list {
  margin-top: 5rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.c-btn-buy {
  font-size: 1.8rem;
}
.c-btn-line {
  font-size: 1.8rem;
}
.p-overview-top {
  margin-top: 5rem;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.p-overview-top-img {
  width: min(100%, 27rem);
  margin: 0 auto;
}
.p-overview-map {
  width: min(90%, 100rem);
  margin: 2rem auto 5rem;
}
.p-overview-link {
  gap: 3rem;
  align-items: center;
  padding: 2rem 2rem 2rem 3rem;
}
.p-overview-link-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.p-overview {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.p-footer-inner {
  display: flex;
  gap: 4rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.p-footer-item {
  margin-top: 1rem;
  gap: 1rem 3rem;
}
.p-supplier-hl {
  margin-bottom: 1rem;

}
.p-scene-voice-sp {
  display: block;
}
.p-scene-voice-area {
  background-color: var(--main-color);
  padding: 2rem 5rem 2rem 3rem;
  font-weight: bold;
}
.p-scene-voice-ttl {
  color: #fff;
  font-size: 2.6rem;
}
.p-scene-voice-txt + .p-scene-voice-txt {
  margin-top: 1rem;
}
.p-scene-voice-area + .p-scene-voice-area {
  margin-top: 2.8rem;
}
.p-scene-voice-img {
  display: none;
}
.p-detail-ttl {
  font-size: 2rem;
  text-align: center;
}
.u-br {
  display: block;
}
}

@media screen and (width <= 580px){
  .p-fv {
    padding-top: 4rem;
    padding-bottom: 29rem;
}
.p-fv-left-txt-top {
  font-size: 2.2rem;
}
.p-fv-left-txt-bottom__accent {
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
}
.p-fv-text-large__img {
  width: min(100%, 35rem);
}
.p-fv-right-b {
  right: 75%;
}
.p-fv-right-c {
  right: 81%;
}
.p-fv-right-d {
  top: 19rem;
}
.p-fv-right-e {
  top: 26rem;
  right: 6%;
}
.p-fv-right-f {
  top: 34rem;
  right: 0%;
}
.p-fv-right-g {
  top: 42rem;
  right: 12%;
}
.p-fv-right-mid {
  width: 17rem;
  right: 27%;
  top: 22rem;
}
.p-explain-txtArea {
  padding: 2.8rem 2rem;
}
.p-explain-img1 {
  width: 23rem;
  height: 18rem;
  top: 5rem;
  right: 3%;
}
.p-explain-img2 {
  width: 20rem;
  height: 15rem;
  top: -3rem;
  right: 28%;
}
.p-explain {
  padding-top: 13rem;
  position: relative;
}
.p-explain-icon {
  width: 11rem;
  top: -11rem;
  left: 8%;
  z-index: 9;
}
.p-greet {
  padding-top: 5rem;
}
.p-compare-tableArea-mid {
  margin-top: 6rem;
}
.p-compare-tableArea-bottom {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.p-safe-txt {
  font-size: 1.6rem;
  line-height: 2.2;
}
.p-safe-txtArea {
  margin-top: 4rem;
}
.p-safe-img2 {
  top: 4rem;
  left: 87%;
  translate: -77% 0;
  opacity: 0.7;
}
.p-safe-img1 {
  top: 15rem;
  opacity: .7;
}
.p-safe-inner {
  margin-bottom: 5rem;
}
.p-scene-voice-icon {
  width: 5rem;
  bottom: -4rem;
}
.c-border-ttl {
  font-size: 2.2rem;
}
.p-p-recommend-icon {
  width: min(100%, 13rem);
}
.p-recommend-bottom-txt {
  width: 100%;
}
.p-cusVoice-ct-txtArea-ttl {
  font-size: 2rem;
  margin: 1rem auto 0.6rem;
}
.p-cusVoice-ct-img {
  width: min(100%, 15rem);
  height: 15rem;
}
.p-supplier-right {
  width: min(100%, 33rem);
}
.c-btn-container {
  margin-top: 5rem;
  gap: 3rem;
  flex-direction: column;
  align-items: center;
}
.p-goods {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-supplier {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.p-overview-link {
  gap: 1.8rem;
  padding: 2rem 1rem;
  flex-direction: column;
}
.p-compare-table-txt +.p-compare-table-txt {
  margin-top: 1rem;
}
.p-compare-table-txt {
  font-size: 1.6rem;
}
.l-header {
  padding: 0rem 1.5rem;
}
.p-header__nav {
  top: 7rem;
}
.p-header__link {
  font-size: 2rem;
}
.p-table-top-inner {
  font-size: 1.8rem;
}
.p-detail-items-sp {
  display: block;
  line-height: normal;
}
.p-detail-items-sp-ttl {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--main-color);
}
.p-detail-items-sp-txt {
  padding: 1rem 2rem;
  font-weight: bold;
  color: #535353;
  background-color: var(--sub-color);
}
.p-detail-img {
  display: none;
}
}
@media screen and (width <= 425px){
  .p-fv-right-img {
    width: 5.5rem;
  }
  .p-fv-right-mid {
    width: 15rem;
    right: 24%;
    top: 18rem;
}
.p-fv {
  padding-top: 2rem;
  padding-bottom: 25rem;
}
.p-fv-left-txt-bottom {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.p-fv-left-txt-bottom__accent {
  font-size: 3rem;
}
.p-fv-right-a {
  top: 17rem;
}
.p-fv-right-b {
  top: 25rem;
  right: 76%;
}
.p-fv-right-c {
  top: 34rem;
  right: 82%;
}
.p-fv-right-d {
  top: 17rem;
  right: -7%;
}
.p-fv-right-e {
  top: 23rem;
  right: 3%;
}
.p-fv-right-f {
  top: 30rem;
  right: -2%;
}
.p-fv-right-g {
  top: 36rem;
  right: 10%;
}
.p-explain-txtArea {
  padding: 2rem 1.5rem;
}
.p-explain-txt {
  font-size: 1.6rem;
}
.p-greet {
  padding-top: 4rem;
}
.p-greet-ct-left__img {
  width: 24rem;
}
.c-blue-hl-w {
  font-size: 2rem;
  margin: 0;
}
.p-reason-icon {
  width: 8rem;
}
.p-reason-item-box-right-txt {
  line-height: 1.6;
}
.p-reason {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.p-reason-list {
  gap: 2.5rem;
  margin: 3rem auto 0;
}
.p-table-top-inner {
  width: 74rem;
}
.scroll__inner img {
  width: 90rem;
}
.c-blue-hl-w {
  font-size: 1.8rem;
}
.c-blue-hl {
  font-size: 1.8rem;
}
.p-scene-voice-area {
  padding: 1.2rem 2rem 1.8rem 1.8rem;
}
.p-scene-voice-icon {
  width: 4rem;
  bottom: -6rem;
}
.p-detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.4px;
}
.p-detail-items-sp-ttl {
  padding: 1rem 1.4rem;
  font-size: 1.6rem;
}
.p-detail-items-sp-txt {
  padding: 1rem 1.4rem;
}
.p-detail-list {
  margin-top: 1.8rem;
}
.p-safe-bg::after {
  bottom: -3.5rem;
}
.p-recommend {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.c-border-ttl {
  font-size: 2rem;
}
.c-border-solid {
  width: min(25%, 25rem);
}
.p-recommend-ct {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.p-recommend-ct-inner {
  padding: 1.5rem 1rem;
}
.p-recommend-ct-ttl {
  font-size: 2rem;
}
.p-p-recommend-icon {
  width: min(100%, 10rem);
  inset: 6% 80%;
  translate: -30% -80%;
}
.p-recommend-ct-img {
  width: min(100%, 5rem);
  height: 5rem;
}
.p-recommend-ct-items {
  gap: 0 1.5rem;
  padding: 1rem;
}
.p-recommend-ct-txtArea-ttl {
  font-size: 1.6rem;
}
.p-cusVoice {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
.p-cusVoice-explain {
  font-size: 1.7rem;
  text-align: center;
  margin: 2rem auto 3rem;
  line-height: 1.6;
}
.p-cusVoice-list .slick-arrow {
  width: 4.5rem;
  height: 4.5rem;
  top: 35%;
}
.p-cusVoice-list .slick-arrow::before {
  top: 16px;
}
.p-cusVoice-list .slick-next::before {
  left: 1.5rem;
}
.p-cusVoice-list .slick-prev::before {
  right: 1.4rem;
}
.p-cusVoice-ct-txtArea-txt {
  padding: 0 1.4rem;
}
.slick-slide {
  margin: 0 1rem;
}
.p-cusVoice-ct-txtArea-ttl {
  font-size: 1.7rem;
  margin: 1rem auto 0.6rem;
}
.p-supplier-hl {
  font-size: 2.2rem;
}
.p-supplier-txt {
  font-size: 1.8rem;
}
.p-goods {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.p-goods-list {
  margin-top: 4rem;
  grid-template-columns: 1fr;
}
.c-btn-buy {
  width: min(100%, 23.7rem);
}
.c-btn-line {
  width: min(100%, 23.7rem);
}
.p-overview {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.p-overview-top {
  margin-top: 3rem;
}
.p-overview-ct-right {
  width: 100%;
}
.p-overview-ct-right-top-txt {
  font-size: 1.6rem;
}
.p-overview-map {
  width: min(100%, 100rem);
  margin: 2rem auto 4rem;
}
.p-overview-link-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-footer {
  padding-top: 5rem;
}
.p-footer-item {
  margin-top: .6rem;
  gap: 2rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-footer-btn-inner {
  align-items: center;
}
.p-logo__link {
  width: 6rem;
  margin-right: 1rem;
}
.p-logo-block > img {
  width: 13rem;
}

.p-goods-items {
  align-items: center;
}
}
