.p-top {
  margin-top: 6rem;
}

.p-mv {
  position: relative;
}

.p-mv .img {
  width: 100%;
  height: 72rem;
}

@media screen and (max-width: 767px) {
  .p-mv .img {
    height: auto;
  }
}

.p-mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv .txt {
  position: absolute;
  left: -9.5rem;
  right: 0;
  bottom: 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-mv .txt {
    bottom: 3rem;
    width: 100%;
    left: -2rem;
  }
}

.p-mv .txt img {
  width: 64.2rem;
}

@media screen and (max-width: 767px) {
  .p-mv .txt img {
    width: 100%;
  }
}

.p-mv .icn {
  position: absolute;
  right: 4.5%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-mv .icn {
    width: 0.6rem;
  }
}

.p-catch {
  margin-top: 12rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-catch {
    margin-top: 6rem;
  }
}

.p-catch-deco {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .p-catch-deco {
    margin-top: -5rem;
  }
}

.p-catch-deco img {
  width: 235rem;
}

@media screen and (max-width: 767px) {
  .p-catch-deco img {
    width: 128.7rem;
  }
}

.p-catch-deco .unit {
  padding-right: 10rem;
}

@media screen and (max-width: 767px) {
  .p-catch-deco .unit {
    padding-right: 5rem;
  }
}

.p-catch-deco .unit:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}

.p-catch-deco .unit:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}

.p-catch-content {
  position: relative;
}

.p-catch-content .txt p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-catch-content .txt p {
    font-size: 1.3rem;
  }
}

.p-catch-content .txt .ttl {
  font-size: 5.6rem;
  line-height: 1.5178571429;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content .txt .ttl {
    font-size: 3.5rem;
    margin-top: 3.5rem;
  }
}

.p-catch-content .txt .ttl .m-green {
  color: #366a47;
}

.p-catch-content.m-01 {
  padding-bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-01 {
    padding-bottom: 19rem;
  }
}

.p-catch-content.m-01 .txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 55rem;
  margin: 0 0 0 auto;
  padding: 0 0 11.5rem 8rem;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-01 .txt {
    width: 100%;
    padding: 0 1rem 5rem 4rem;
    margin-left: 1rem;
  }
}

.p-catch-content.m-01 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 20rem);
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-01 .img {
    width: 86%;
  }
}

.p-catch-content.m-02 {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 {
    margin-top: 4rem;
  }
}

.p-catch-content.m-02 .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 7rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner {
    display: block;
  }
}

.p-catch-content.m-02 .c-inner .txt {
  width: 37rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .txt {
    width: 84%;
  }
}

.p-catch-content.m-02 .c-inner .txt .ttl {
  margin: 0 0 6rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .txt .ttl {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .txt p {
    font-size: 1.4rem;
  }
}

.p-catch-content.m-02 .c-inner .txt p+p {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .txt p+p {
    margin-top: 4rem;
  }
}

.p-catch-content.m-02 .c-inner .txt .c-linklist {
  margin-top: 5.2rem;
}

.p-catch-content.m-02 .c-inner .txt .c-linklist li {
  width: calc(100% - 1rem);
}

.p-catch-content.m-02 .c-inner .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .img {
    text-align: right;
    margin-top: 7rem;
    margin-right: -7%;
  }
}

@media screen and (max-width: 767px) {
  .p-catch-content.m-02 .c-inner .img img {
    width: 32.5rem;
  }
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.p-melit {
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .p-melit {
    margin-top: 7rem;
  }
}

.p-melit-headline {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 9rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-melit-headline {
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: -0.2rem;
    margin-bottom: 4rem;
  }
}

.p-melit-headline .m-green {
  color: #366a47;
}

@media screen and (max-width: 767px) {
  .p-melit-headline .m-green {
    padding-left: 2rem;
  }
}

.p-melit-mv {
  position: relative;
}

.p-melit-mv .img {
  position: absolute;
  width: 100%;
  height: 50rem;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .img {
    height: 25rem;
  }
}

.p-melit-mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-melit-mv .img:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.p-melit-mv .txt {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt .c-inner {
    padding: 0;
  }
}

.p-melit-mv .txt-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit {
    width: 100%;
  }
}

.p-melit-mv .txt-grid .unit:first-of-type .head {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit:first-of-type .head {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit:first-of-type .body {
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit:nth-of-type(2) .body {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit:last-of-type .head {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .unit:last-of-type .body {
    padding-right: 1.5rem;
  }
}

.p-melit-mv .txt-grid .head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50rem;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .head {
    height: 25rem;
    width: 100%;
  }
}

.p-melit-mv .txt-grid .head .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 8rem;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .head .en {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-melit-mv .txt-grid .head .ja {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .head .ja {
    font-size: 1.4rem;
  }
}

.p-melit-mv .txt-grid .body {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .p-melit-mv .txt-grid .body {
    font-size: 1.3rem;
    text-align: left;
    padding: 3rem 1rem;
  }
}

.p-wit {
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .p-wit {
    margin-top: 3rem;
  }
}

.p-product {
  margin: 14rem 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-product {
    margin: 7rem 0;
  }
}

.p-product-slider {
  overflow: visible;
  position: relative;
  left: calc(50% - 55rem);
}

@media screen and (max-width: 767px) {
  .p-product-slider {
    left: 6%;
  }
}

.p-product-slider .slide {
  width: 34rem !important;
  padding: 0 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-product-slider .slide {
    width: 21rem !important;
    padding: 0 2.5rem 0 0;
  }
}

.p-product-slider .slide a {
  display: block;
}

.p-product-slider .slide .img {
  width: 100%;
}

.p-product-slider .slide .txt {
  margin: 3.5rem 0 0;
  color: #366a47;
}

.p-product-slider .slide .txt .type {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-product-slider .slide .txt .type {
    font-size: 1rem;
  }
}

.p-product-slider .slide .txt .name {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-product-slider .slide .txt .name {
    font-size: 1.3rem;
  }
}

.p-product-sliderUtil {
  margin-top: 6.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-product-sliderUtil {
    margin-top: 4rem;
  }
}

.p-product-sliderUtil .arrows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1rem;
}

.p-product-sliderUtil .arrows .slick-arrow {
  color: transparent;
  position: relative;
  width: 6rem;
  height: 6rem;
  background: url(../img/top/btn_slider.png) no-repeat left top/contain;
}

@media screen and (max-width: 767px) {
  .p-product-sliderUtil .arrows .slick-arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.p-product-sliderUtil .arrows .slick-arrow.slick-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-product-sliderUtil .arrows .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.p-product-sliderUtil .c-linklist li {
  width: 29rem;
}

@media screen and (max-width: 767px) {
  .p-product-sliderUtil .c-linklist li {
    width: 21.5rem;
  }
}

.p-recommend {
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .p-recommend {
    margin-bottom: 7rem;
  }
}

#otegarudx {
  width:110rem;
  margin:30px auto 0;
}
#otegarudx a:hover{
 opacity: 0.5;
}

@media screen and (max-width: 767px) {
#otegarudx {
  width:90%;
  margin:30px auto 0;
}
}