.t-fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-fv {
    margin-top: 125rem;
  }
}
.t-fv_news {
  position: absolute;
  left: 100px;
  bottom: 35px;
  background: #222;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .t-fv_news {
    gap: 40rem;
    padding: 15rem 20rem;
    bottom: 35rem;
    left: 100rem;
    bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_news {
    left: 0;
    bottom: unset;
    top: 0;
    width: 100%;
    gap: 20rem;
    padding: 15rem 20rem;
  }
}
.t-fv_news .newwitem {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1440px) {
  .t-fv_news .newwitem {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_news .newwitem {
    font-size: 24rem;
    line-height: 36rem;
  }
}
.t-fv_news .closebtn {
  max-width: 23px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .t-fv_news .closebtn {
    max-width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_news .closebtn {
    max-width: 46rem;
  }
}
.t-fv_productimg {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-fv_productimg {
    display: block;
    position: absolute;
    bottom: -50rem;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

.t-parallex {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.t-about {
  padding: 100px 20px 60px;
  position: relative;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comp/uploads/image/top/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  .t-about {
    padding: 100rem 20rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-about {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/comp/uploads/image/top/about-bg-sp.png);
    padding: 100rem 50rem;
  }
}
.t-about_box {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-about_box {
    max-width: 1100rem;
  }
}
.t-about_txt {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-about_txt {
    font-size: 14rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .t-about_txt {
    letter-spacing: 0;
    font-size: 28rem;
    line-height: 68rem;
  }
}
.t-about .morelink {
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .t-about .morelink {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t-about .morelink {
    margin-top: 570rem;
  }
}
.t-about .morelink a {
  width: 250px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .t-about .morelink a {
    font-size: 16rem;
    width: 250rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-about .morelink a {
    font-size: 32rem;
    height: 100rem;
    width: 580rem;
    margin: auto;
  }
}

.t-prefer {
  background-color: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-prefer {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer {
    padding: 120rem 50rem;
  }
}
.t-prefer_title {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_title {
    font-size: 40rem;
  }
}
.t-prefer_box {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_box {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_box {
    margin-top: 40rem;
  }
}
.t-prefer_tabbtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_tabbtns {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_tabbtns {
    gap: 0;
  }
}
.t-prefer_tabbtns .tabbtn {
  cursor: pointer;
  width: 330px;
  height: 65px;
  background: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_tabbtns .tabbtn {
    width: 330rem;
    height: 65rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_tabbtns .tabbtn {
    width: 50%;
    height: 100rem;
  }
}
.t-prefer_tabbtns .tabbtn.active {
  color: #fff;
  background: #323334;
  border: 1px solid #323334;
}
.t-prefer_tabbtns .tabbtn .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .t-prefer_tabbtns .tabbtn .en {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_tabbtns .tabbtn .en {
    font-size: 26rem;
  }
}
.t-prefer_tabbtns .tabbtn .jp {
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .t-prefer_tabbtns .tabbtn .jp {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_tabbtns .tabbtn .jp {
    font-size: 20rem;
  }
}
.t-prefer_content {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_content {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_content {
    margin-top: 30rem;
  }
}
.t-prefer_producttitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_producttitle {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_producttitle {
    gap: 15rem;
  }
}
.t-prefer_producttitle .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_producttitle .en {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_producttitle .en {
    font-size: 40rem;
  }
}
.t-prefer_producttitle .jp {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_producttitle .jp {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_producttitle .jp {
    font-size: 24rem;
  }
}
.t-prefer_producttxt {
  margin-top: 50px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_producttxt {
    margin-top: 50rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_producttxt {
    text-align: left;
    margin-top: 30rem;
    font-size: 26rem;
    line-height: 46rem;
  }
}
.t-prefer_productbox {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox {
    margin-top: 40rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox {
    margin-top: 30rem;
    gap: 50rem;
    flex-direction: column;
  }
}
.t-prefer_productbox_img {
  position: relative;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_img {
    max-width: 670rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_img {
    max-width: 100%;
    padding-bottom: 50rem;
    border-bottom: 2rem solid #d8d8d8;
  }
}
.t-prefer_productbox_img .viewmore {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_img .viewmore {
    bottom: 20rem;
    right: 20rem;
    font-size: 16rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_img .viewmore {
    justify-content: flex-end;
    position: initial;
    margin-top: 20rem;
    bottom: unset;
    right: unset;
    font-size: 28rem;
  }
}
.t-prefer_productbox_img .viewmore i {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_img .viewmore i {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_img .viewmore i {
    font-size: 34rem;
  }
}
.t-prefer_productbox_content {
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_content {
    max-width: 470rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_content {
    max-width: 100%;
  }
}
.t-prefer_productbox_content .recommendtitle {
  align-items: flex-start;
}
.t-prefer_productbox_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_list {
    gap: 25rem;
    margin-top: 40rem;
  }
}
.t-prefer_productbox_list li {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_list li {
    font-size: 15rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_list li {
    font-size: 26rem;
    line-height: 42rem;
    gap: 15rem;
  }
}
.t-prefer_productbox_list li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #323334;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-prefer_productbox_list li .num {
    width: 30rem;
    height: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prefer_productbox_list li .num {
    min-width: 50rem;
    width: 50rem;
    height: 50rem;
    font-size: 24rem;
  }
}

.c-sectitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
@media screen and (max-width: 1440px) {
  .c-sectitle {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sectitle {
    gap: 7rem;
  }
}
.c-sectitle .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-sectitle .en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sectitle .en {
    font-size: 38rem;
  }
}
.c-sectitle .jp {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .c-sectitle .jp {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sectitle .jp {
    font-size: 24rem;
  }
}

.t-ranking {
  margin-top: 70px;
}
@media screen and (max-width: 1440px) {
  .t-ranking {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking .c-sectitle {
    align-items: flex-start;
  }
}
.t-ranking .c-sectitle .en {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .t-ranking .c-sectitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking .c-sectitle .en {
    font-size: 48rem;
  }
}
.t-ranking .c-productlist {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .t-ranking .c-productlist {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ranking .c-productlist {
    margin-top: 40rem;
    display: flex;
  }
  .t-ranking .c-productlist .slick-list {
    padding-left: 0 !important;
    margin-left: -22rem;
  }
  .t-ranking .c-productlist .slick-slide {
    margin: auto 22rem;
  }
}

.t-othercategory {
  background: #323334;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-othercategory {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory {
    padding: 100rem 50rem;
  }
}
.t-othercategory .seccontain {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-othercategory .seccontain {
    max-width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory .seccontain {
    max-width: 100%;
  }
}
.t-othercategory_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media screen and (max-width: 1440px) {
  .t-othercategory_box {
    grid-gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory_box {
    grid-template-columns: 1fr;
    grid-gap: 60rem;
  }
}
.t-othercategory__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .t-othercategory__item {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory__item {
    gap: 20rem;
  }
}
.t-othercategory__item_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .t-othercategory__item_title {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory__item_title {
    gap: 10rem;
  }
}
.t-othercategory__item_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-othercategory__item_title .en {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory__item_title .en {
    font-size: 40rem;
  }
}
.t-othercategory__item_title .jp {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-othercategory__item_title .jp {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .t-othercategory__item_title .jp {
    font-size: 24rem;
  }
}

.t-withcomp {
  overflow: hidden;
  background-color: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-withcomp {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp {
    padding: 130rem 0rem;
  }
}
.t-withcomp_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t-withcomp_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 80rem;
  }
}
.t-withcomp_head {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-withcomp_head {
    padding: 0 50rem;
  }
}
.t-withcomp_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_title {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_title {
    gap: 20rem;
  }
}
.t-withcomp_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_title .en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_title .en {
    font-size: 32rem;
  }
}
.t-withcomp_title .jp {
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_title .jp {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_title .jp {
    font-size: 50rem;
  }
}
.t-withcomp_slider {
  max-width: 870px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_slider {
    max-width: 870rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider {
    max-width: 100%;
  }
}
.t-withcomp_slider .slick-list {
  overflow: visible;
}
.t-withcomp_slider .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #fff;
}
.t-withcomp_slider_dots {
  margin-top: 30px;
  align-items: center;
  gap: 20px;
}
.t-withcomp_slider_dots.pc_only {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider_dots.pc_only {
    display: none !important;
  }
}
.t-withcomp_slider_dots.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider_dots.sp_only {
    justify-content: center;
    display: flex !important;
  }
}
@media screen and (max-width: 1440px) {
  .t-withcomp_slider_dots {
    margin-top: 30rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider_dots {
    gap: 30rem;
    margin-top: 40rem;
  }
}
.t-withcomp_slider_dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8d8d8;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_slider_dots li {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider_dots li {
    width: 16rem;
    height: 16rem;
  }
}
.t-withcomp_slider_dots li.active {
  background: #707070;
}
.t-withcomp_slider .slick-slide {
  margin: auto 25px;
}
@media screen and (max-width: 1440px) {
  .t-withcomp_slider .slick-slide {
    margin: auto 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp_slider .slick-slide {
    margin: auto 50rem;
  }
}
.t-withcomp__item {
  position: relative;
}
.t-withcomp__item_content {
  position: absolute;
  right: -20px;
  bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .t-withcomp__item_content {
    right: -20rem;
    bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp__item_content {
    right: -50rem;
    bottom: 40rem;
  }
}
.t-withcomp__item_content .txtimg {
  position: absolute;
  top: -30px;
  left: -35px;
  max-width: 105px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-withcomp__item_content .txtimg {
    top: -30rem;
    left: -35rem;
    max-width: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp__item_content .txtimg {
    top: -45rem;
    left: -45rem;
    max-width: 140rem;
  }
}
.t-withcomp__item_content span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 58px;
  background: #abb0b9;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-withcomp__item_content span {
    width: 265rem;
    height: 58rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-withcomp__item_content span {
    font-size: 32rem;
    min-width: 500rem;
    width: auto;
    height: 80rem;
    padding: 20rem 40rem;
  }
}

.t-findcomp {
  background: #abb0b9;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-findcomp {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp {
    padding: 130rem 0rem;
  }
}
.t-findcomp_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .t-findcomp_box {
    gap: 30rem;
    flex-direction: column;
  }
}
.t-findcomp_img {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-findcomp_img {
    max-width: 750rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp_img {
    max-width: 100%;
  }
}
.t-findcomp_content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-findcomp_content {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp_content {
    max-width: 100%;
  }
}
.t-findcomp_head {
  max-width: 420px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-findcomp_head {
    max-width: 420rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp_head {
    max-width: 530rem;
  }
}
.t-findcomp_title {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-findcomp_title {
    margin-top: 20rem;
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp_title {
    font-size: 48rem;
  }
}
.t-findcomp_txt {
  margin: 30px auto;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-findcomp_txt {
    margin: 30rem auto;
    font-size: 15rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp_txt {
    margin-bottom: 50rem;
    font-size: 28rem;
    line-height: 50rem;
  }
}
.t-findcomp .morelink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #222;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .t-findcomp .morelink a {
    width: 250rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-findcomp .morelink a {
    width: 450rem;
    height: 90rem;
    border-radius: 45rem;
    font-size: 28rem;
  }
}

.t-introduct {
  background: linear-gradient(to right, #cbcbd0 54%, #070707 56%);
  position: relative;
}
.t-introduct_contain {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.t-introduct_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .t-introduct_box {
    flex-direction: column;
  }
}
.t-introduct_img {
  max-width: 775px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-introduct_img {
    max-width: 790rem;
  }
}
@media screen and (max-width: 768px) {
  .t-introduct_img {
    max-width: 100%;
  }
}
.t-introduct_content {
  position: relative;
  max-width: 633px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-introduct_content {
    max-width: 651rem;
  }
}
@media screen and (max-width: 768px) {
  .t-introduct_content {
    max-width: 100%;
  }
}
.t-introduct_content .txtbox {
  position: absolute;
  top: 40px;
  left: 50px;
}
@media screen and (max-width: 1440px) {
  .t-introduct_content .txtbox {
    top: 40rem;
    left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-introduct_content .txtbox {
    left: 85rem;
    top: 40rem;
  }
}
.t-introduct_content .rightimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-introduct_txt01 {
  font-weight: 500;
  font-size: 16px;
  line-height: 43px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-introduct_txt01 {
    font-size: 16rem;
    line-height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .t-introduct_txt01 {
    font-size: 32rem;
    line-height: 80rem;
  }
}
.t-introduct_txt02 {
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 43px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-introduct_txt02 {
    font-size: 26rem;
    line-height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .t-introduct_txt02 {
    font-size: 50rem;
    line-height: 80rem;
  }
}

.t-story {
  position: relative;
  background: #323334;
  padding: 0px 20px;
}
@media screen and (max-width: 1440px) {
  .t-story {
    padding: 0rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story {
    padding: 0rem 0rem;
  }
}
.t-story_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .t-story_box {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story_box {
    flex-direction: column;
    gap: 60rem;
  }
}
.t-story_content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-story_content {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story_content {
    max-width: 100%;
    padding: 60rem 85rem;
  }
}
.t-story_img {
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-story_img {
    max-width: 670rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story_img {
    max-width: 100%;
  }
}
.t-story_txt {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 25.6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-story_txt {
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story_txt {
    font-size: 28rem;
    line-height: 2;
    text-align: left;
  }
}
.t-story .morelink {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .t-story .morelink {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story .morelink {
    margin-top: 80rem;
  }
}
.t-story .morelink a {
  margin: auto;
  width: 250px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .t-story .morelink a {
    font-size: 16rem;
    width: 250rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-story .morelink a {
    font-size: 32rem;
    height: 100rem;
    width: 580rem;
    margin: auto;
  }
}

.t-magazine {
  overflow: hidden;
  background: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-magazine {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine {
    padding: 100rem 50rem;
    padding-right: 0;
  }
}
.t-magazine_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t-magazine_head .c-sectitle {
  align-items: flex-start;
}
.t-magazine_head .c-sectitle .en {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .t-magazine_head .c-sectitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine_head .c-sectitle .en {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine .morelink {
    margin-top: 80rem;
    margin-right: 50rem;
  }
}
.t-magazine .morelink a {
  margin: auto;
  width: 250px;
  height: 50px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .t-magazine .morelink a {
    font-size: 16rem;
    width: 250rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine .morelink a {
    font-size: 32rem;
    height: 100rem;
    width: 580rem;
    margin: auto;
  }
}
.t-magazine_box {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .t-magazine_box {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine_box {
    margin-top: 80rem;
  }
}
.t-magazine__item_img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.t-magazine__item_content {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .t-magazine__item_content {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine__item_content {
    margin-top: 30rem;
  }
}
.t-magazine__item_title {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .t-magazine__item_title {
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine__item_title {
    font-size: 28rem;
    line-height: 46rem;
  }
}
.t-magazine__item_date {
  margin: 15px auto;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .t-magazine__item_date {
    margin: 15rem auto;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine__item_date {
    margin: 30rem auto 20rem;
    font-size: 24rem;
  }
}
.t-magazine__item_category {
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .t-magazine__item_category {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine__item_category {
    font-size: 24rem;
  }
}
.t-magazine_slider .slick-slide {
  margin: auto 13px;
}
@media screen and (max-width: 1440px) {
  .t-magazine_slider .slick-slide {
    margin: auto 13rem;
  }
}
.t-magazine_slider .slick-list {
  padding-left: 0 !important;
  margin-left: -13px;
  overflow: visible;
}
@media screen and (max-width: 1440px) {
  .t-magazine_slider .slick-list {
    margin-left: -13rem;
  }
}
@media screen and (max-width: 768px) {
  .t-magazine_slider .slick-list {
    overflow: hidden;
  }
}
.t-magazine_slider .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #fff;
}

.t-voices {
  position: relative;
  background: #fff;
  padding: 100px 0px;
}
@media screen and (max-width: 1440px) {
  .t-voices {
    padding: 100rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voices {
    padding: 100rem 0rem;
  }
}
.t-voices .c-sectitle .en {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .t-voices .c-sectitle .en {
    gap: 15rem;
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voices .c-sectitle .en {
    font-size: 48rem;
    gap: 20rem;
  }
}
.t-voices .c-sectitle .en img {
  width: 33px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .t-voices .c-sectitle .en img {
    width: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voices .c-sectitle .en img {
    width: 44rem;
  }
}
.t-voices_box {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .t-voices_box {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voices_box {
    margin-top: 80rem;
  }
}

.t-wellship {
  position: relative;
  background: rgba(0, 0, 0, 0.7882352941);
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-wellship {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship {
    padding: 130rem 85rem;
  }
}
.t-wellship_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .t-wellship_title {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship_title {
    gap: 10rem;
  }
}
.t-wellship_title .jp {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-wellship_title .jp {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship_title .jp {
    font-size: 30rem;
  }
}
.t-wellship_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-wellship_title .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship_title .en {
    font-size: 56rem;
  }
}
.t-wellship_txt {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin: 40px auto;
}
@media screen and (max-width: 1440px) {
  .t-wellship_txt {
    margin: 40rem auto;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship_txt {
    font-size: 28rem;
    line-height: 56rem;
    margin: 60rem auto 100rem;
  }
}
.t-wellship_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1440px) {
  .t-wellship_grid {
    grid-gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50rem 60rem;
  }
}
.t-wellship__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-wellship__item {
    font-size: 15rem;
    line-height: 24rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-wellship__item {
    gap: 20rem;
    font-size: 26rem;
    line-height: 42rem;
  }
}

.t-news {
  position: relative;
  background-color: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .t-news {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news {
    padding: 130rem 50rem;
  }
}
.t-news_head .c-sectitle {
  align-items: flex-start;
}
.t-news_head .c-sectitle .en {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .t-news_head .c-sectitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news_head .c-sectitle .en {
    font-size: 48rem;
  }
}
.t-news .morelink {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .t-news .morelink {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .morelink {
    margin-top: 100rem;
  }
}
.t-news .morelink a {
  width: 250px;
  height: 50px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .t-news .morelink a {
    font-size: 16rem;
    width: 250rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .morelink a {
    font-size: 32rem;
    height: 100rem;
    width: 580rem;
    margin: auto;
  }
}
.t-news_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t-news_box {
    flex-direction: column;
    gap: 80rem;
  }
}
.t-news_list {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-news_list {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news_list {
    max-width: 100%;
  }
}
.t-news_list li:first-child .t-news__item {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .t-news_list li:last-child .t-news__item {
    border: none;
  }
}
.t-news__item {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .t-news__item {
    gap: 40rem;
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t-news__item {
    padding: 30rem 0;
  }
}
.t-news__item_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .t-news__item_info {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news__item_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
}
.t-news__item_info .date {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #707070;
  line-height: 23px;
}
@media screen and (max-width: 1440px) {
  .t-news__item_info .date {
    font-size: 13rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news__item_info .date {
    font-size: 26rem;
    line-height: 46rem;
  }
}
.t-news__item_info .category {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 3px 8px;
  background: #abb0b9;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .t-news__item_info .category {
    font-size: 14rem;
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news__item_info .category {
    font-size: 24rem;
    padding: 5rem 15rem;
  }
}
.t-news__item_title {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1440px) {
  .t-news__item_title {
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news__item_title {
    -webkit-line-clamp: 2;
    font-size: 28rem;
    line-height: 46rem;
  }
}

.p-productlistsfv_contain {
  position: relative;
}
.p-productlistsfv .fvcontain {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv .fvcontain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv .fvcontain {
    max-width: 100%;
    top: 0;
  }
}
.p-productlistsfv_selectbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox {
    right: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox {
    right: unset;
    left: 50%;
    top: 100rem;
    transform: translateX(-50%);
  }
}
.p-productlistsfv_selectbox .pagetitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .pagetitle {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .pagetitle {
    gap: 10rem;
  }
}
.p-productlistsfv_selectbox .pagetitle .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .pagetitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .pagetitle .en {
    font-size: 48rem;
  }
}
.p-productlistsfv_selectbox .pagetitle .jp-w4 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .pagetitle .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .pagetitle .jp-w4 {
    font-size: 24rem;
  }
}
.p-productlistsfv_selectbox .selectbox {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .selectbox {
    margin-top: 50rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .selectbox {
    gap: 40rem;
    margin-top: 80rem;
  }
}
.p-productlistsfv_selectbox .selectbox .pageinlink {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
  width: 240px;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (min-width: 768px) {
  .p-productlistsfv_selectbox .selectbox .pageinlink:hover {
    opacity: 1 !important;
    background: transparent;
    color: #fff;
  }
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .selectbox .pageinlink {
    font-size: 14rem;
    width: 240rem;
    height: 50rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .selectbox .pageinlink {
    width: 430rem;
    height: 80rem;
    font-size: 28rem;
    padding: 10rem 25rem;
  }
}
.p-productlistsfv_selectbox .selectbox .pageinlink i {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .selectbox .pageinlink i {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .selectbox .pageinlink i {
    font-size: 40rem;
  }
}
.p-productlistsfv_selectbox .selectbox_selectitem {
  outline: none;
  border: none;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
  width: 240px;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #fff;
  background: #fff;
  transition: 0.3s;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (max-width: 1440px) {
  .p-productlistsfv_selectbox .selectbox_selectitem {
    font-size: 14rem;
    width: 240rem;
    height: 50rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlistsfv_selectbox .selectbox_selectitem {
    width: 430rem;
    height: 80rem;
    font-size: 28rem;
    padding: 10rem 25rem;
  }
}

.noproducts {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .noproducts {
    margin-top: 30rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .noproducts {
    margin-top: 60rem;
    font-size: 26rem;
  }
}

.p-productlists {
  padding: 100px 20px;
}
@media screen and (max-width: 1440px) {
  .p-productlists {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists {
    padding: 120rem 50rem;
  }
}
.p-productlists_title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-productlists_title {
    margin-bottom: 40rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_title {
    margin-bottom: 40rem;
    font-size: 38rem;
  }
}
.p-productlists_topbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .p-productlists_topbox {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_topbox {
    margin-bottom: 70rem;
  }
}
.p-productlists_topbox__title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-productlists_topbox__title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_topbox__title {
    text-align: left;
    font-size: 40rem;
  }
}
.p-productlists_topbox__categorylinks {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-productlists_topbox__categorylinks {
    margin-top: 80rem;
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_topbox__categorylinks {
    margin-top: 55rem;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20rem;
  }
}
.p-productlists_topbox__categorylinks li {
  width: 100%;
}
.p-productlists_topbox__categorylinks li a {
  width: 100%;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-productlists_topbox__categorylinks li a {
    font-size: 15rem;
    padding: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_topbox__categorylinks li a {
    font-size: 24rem;
    padding: 20rem 0;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .p-productlists_topbox__categorylinks li a:hover {
    opacity: 1 !important;
    background: #323334;
    border: 1px solid #323334;
    color: #fff;
  }
}
.p-productlists_topbox__categorylinks li a.current {
  background: #323334;
  border: 1px solid #323334;
  color: #fff;
}
.p-productlists_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-productlists_counter {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-productlists_counter {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_counter {
    font-size: 26rem;
  }
}
.p-productlists_sort {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-productlists_sort {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_sort {
    gap: 20rem;
  }
}
.p-productlists_sort img {
  width: 20px;
}
@media screen and (max-width: 1440px) {
  .p-productlists_sort img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_sort img {
    width: 35rem;
  }
}
.p-productlists_sort select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  border: none;
  outline: none;
}
@media screen and (max-width: 1440px) {
  .p-productlists_sort select {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productlists_sort select {
    font-size: 26rem;
  }
}

.c-productlist {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 45px 25px;
}
@media screen and (max-width: 1440px) {
  .c-productlist {
    margin-top: 15rem;
    grid-gap: 45rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist {
    grid-template-columns: 1fr 1fr;
    grid-gap: 65rem 45rem;
  }
}
.c-productlist__item_img {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-productlist__item_img img {
  aspect-ratio: 1/1;
}
.c-productlist__item_img .number {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_img .number {
    top: 8rem;
    left: 8rem;
    width: 30rem;
    height: 30rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_img .number {
    left: 15rem;
    top: 15rem;
    width: 60rem;
    height: 60rem;
    font-size: 34rem;
  }
}
.c-productlist__item_content {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_content {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_content {
    margin-top: 25rem;
  }
}
.c-productlist__item_title {
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_title {
    font-size: 13rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_title {
    font-size: 26rem;
    line-height: 42rem;
  }
}
.c-productlist__item_txt {
  margin-top: 10px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_txt {
    font-size: 11rem;
    line-height: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_txt {
    font-size: 20rem;
    line-height: 30rem;
  }
}
.c-productlist__item_label span {
  margin-top: 5px;
  display: inline-block;
  background: #abb0b9;
  padding: 5px 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_label span {
    font-size: 11rem;
    padding: 5rem 10rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_label span {
    margin-top: 20rem;
    font-size: 20rem;
    padding: 8rem 15rem;
  }
}
.c-productlist__item_price {
  margin-top: 5px;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_price {
    font-size: 15rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_price {
    font-size: 30rem;
    margin-top: 20rem;
  }
}
.c-productlist__item_price .price {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_price .price {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_price .price {
    font-size: 40rem;
  }
}
.c-productlist__item_price .tax {
  margin-left: 5px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_price .tax {
    font-size: 12rem;
    margin-left: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_price .tax {
    font-size: 22rem;
  }
}
.c-productlist__item_other a {
  border-radius: 17px;
  background: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #707070;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .c-productlist__item_other a {
    margin-top: 20rem;
    font-size: 14rem;
    border-radius: 17rem;
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .c-productlist__item_other a {
    padding: 15rem;
    font-size: 21rem;
    border: 2rem solid #d8d8d8;
    border-radius: 30rem;
  }
}

.paginate {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .paginate {
    gap: 30rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .paginate {
    gap: 20rem;
    margin-top: 60rem;
  }
}
.paginate_item a {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding: 0 5px;
  text-align: center;
  color: #d8d8d8;
}
.paginate_item a.current {
  color: #222;
}
@media screen and (max-width: 1440px) {
  .paginate_item a {
    padding: 0 5rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .paginate_item a {
    padding: 0 10rem;
    font-size: 36rem;
  }
}
.paginate_previous a, .paginate_next a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate_previous a img, .paginate_next a img {
  width: 56px;
  height: auto;
}

.p-favoritesec {
  background: #323334;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .p-favoritesec {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-favoritesec {
    padding: 120rem 50rem;
  }
}
.p-favoritesec_title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-favoritesec_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-favoritesec_title {
    font-size: 40rem;
    text-align: left;
  }
}
.p-favoritesec_box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-favoritesec_box {
    margin-top: 40rem;
    grid-gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-favoritesec_box {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60rem;
    grid-gap: 60rem 50rem;
  }
}
.p-favoritesec__item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-favoritesec__item {
    font-size: 15rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-favoritesec__item {
    gap: 20rem;
    font-size: 28rem;
  }
}
.p-favoritesec__item img {
  background-color: #fff;
  border-radius: 50%;
}

.p-firstbanner {
  position: relative;
}
.p-firstbanner_content {
  position: absolute;
  width: 1200px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .p-firstbanner_content {
    width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstbanner_content {
    width: 100%;
    position: unset;
    transform: none;
  }
}
.p-firstbanner_content .box {
  max-width: 450px;
  margin: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .p-firstbanner_content .box {
    max-width: 450rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstbanner_content .box {
    max-width: 100%;
    gap: unset;
    display: block;
  }
}
.p-firstbanner_txt {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-firstbanner_txt {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstbanner_txt {
    position: absolute;
    width: 100%;
    top: 130rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44rem;
    line-height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstbanner_link {
    position: absolute;
    bottom: 80rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-firstbanner_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #222;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-firstbanner_link a {
    width: 250rem;
    height: 50rem;
    font-size: 15rem;
    border-radius: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstbanner_link a {
    width: 450rem;
    height: 90rem;
    border-radius: 45rem;
    font-size: 30rem;
  }
}

.p-searchtop {
  padding: 60px 20px 0;
}
@media screen and (max-width: 1440px) {
  .p-searchtop {
    padding: 60rem 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-searchtop {
    padding: 40rem 50rem 0;
  }
}
.p-searchtop .searchkeywords {
  margin-top: 40px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-searchtop .searchkeywords {
    margin-top: 40rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-searchtop .searchkeywords {
    margin-top: 70rem;
    font-size: 26rem;
    line-break: 46rem;
  }
}

.p-category03fv {
  position: relative;
  margin-bottom: 100px;
}
.p-category03fv.accessories {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .p-category03fv.accessories {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv.accessories {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1440px) {
  .p-category03fv {
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv {
    margin-bottom: 130rem;
  }
}
.p-category03fv_box {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_box {
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-category03fv_img {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_img {
    max-width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_img {
    max-width: 100%;
  }
}
.p-category03fv_content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_content {
    max-width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_content {
    max-width: 100%;
    padding: 100rem 50rem 0;
  }
}
.p-category03fv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_title {
    gap: 5rem;
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_title {
    margin-bottom: 0rem;
    position: absolute;
    z-index: 2;
    top: 90rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    gap: 15rem;
  }
}
.p-category03fv_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_title .en {
    font-size: 30rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_title .en {
    font-size: 48rem;
    line-height: 62rem;
  }
}
.p-category03fv_title .jp-w4 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_title .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_title .jp-w4 {
    font-size: 24rem;
  }
}
.p-category03fv_chart {
  max-width: 270px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_chart {
    max-width: 270rem;
    margin: 30rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_chart {
    max-width: 100%;
    margin: auto;
    margin-bottom: 60rem;
  }
}
.p-category03fv_txt01 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_txt01 {
    font-size: 20rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_txt01 {
    font-size: 40rem;
    line-height: 72rem;
  }
}
.p-category03fv_txt02 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-category03fv_txt02 {
    margin-top: 20rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03fv_txt02 {
    font-size: 28rem;
    line-height: 56rem;
    margin-top: 60rem;
  }
}

.p-category03type {
  padding: 100px 20px;
  background: #323334;
}
@media screen and (max-width: 1440px) {
  .p-category03type {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type {
    padding: 130rem 50rem;
  }
}
.p-category03type_title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .p-category03type_title {
    margin-bottom: 45rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type_title {
    margin-bottom: 50rem;
    font-size: 38rem;
  }
}
.p-category03type_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}
@media screen and (max-width: 1440px) {
  .p-category03type_grid {
    grid-gap: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type_grid {
    grid-gap: 120rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-category03type__item:hover {
    opacity: 1 !important;
  }
  .p-category03type__item:hover img {
    transform: scale(1.1);
  }
}
.p-category03type__item_img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.p-category03type__item_img img {
  transition: 0.5s;
}
.p-category03type__item_content {
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_content {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_content {
    margin-top: 30rem;
  }
}
.p-category03type__item_title {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_title {
    gap: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_title {
    gap: 10rem;
  }
}
.p-category03type__item_title .en {
  width: 100%;
  position: relative;
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_title .en {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_title .en {
    font-size: 36rem;
  }
}
.p-category03type__item_title .en::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comp/uploads/image/common/icon-left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_title .en::after {
    width: 10rem;
    height: 15rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_title .en::after {
    width: 20rem;
    height: 25rem;
    right: 15rem;
  }
}
.p-category03type__item_title .jp-w4 {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_title .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_title .jp-w4 {
    font-size: 24rem;
  }
}
.p-category03type__item_txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category03type__item_txt {
    margin-top: 20rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03type__item_txt {
    margin-top: 40rem;
    font-size: 26rem;
    line-height: 46rem;
  }
}

.p-category03others {
  padding: 100px 20px;
  background: #323334;
}
@media screen and (max-width: 1440px) {
  .p-category03others {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others {
    padding: 130rem 50rem;
    padding-right: 0;
  }
}
.p-category03others__title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .p-category03others__title {
    margin-bottom: 40rem;
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others__title {
    text-align: left;
    font-size: 40rem;
    line-height: 72rem;
    margin-bottom: 50rem;
  }
}
.p-category03others_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-category03others_box {
    grid-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others_box {
    display: block;
    grid-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others_box .slick-slide {
    margin: auto 15rem;
  }
}
.p-category03others_box .slick-list {
  padding-left: 0 !important;
  margin-left: -15rem;
}
.p-category03others__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-category03others__item {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others__item {
    gap: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .p-category03others__item:hover {
    opacity: 1 !important;
  }
  .p-category03others__item:hover img {
    transform: scale(1.1);
  }
}
.p-category03others__item_img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.p-category03others__item_img img {
  transition: 0.5s;
}
.p-category03others__item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-category03others__item_title {
    margin-top: 20rem;
  }
}
.p-category03others__item_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category03others__item_title .en {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others__item_title .en {
    font-size: 36rem;
  }
}
.p-category03others__item_title .jp-w4 {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category03others__item_title .jp-w4 {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category03others__item_title .jp-w4 {
    font-size: 22rem;
  }
}

.p-productsfilters {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-productsfilters {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
  }
  .p-productsfilters_btn {
    width: 100%;
    height: 100rem;
    padding: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25rem;
    background: #abb0b9;
    font-weight: normal;
    font-size: 32rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
  }
  .p-productsfilters_btn img {
    max-width: 35rem;
  }
  .p-productsfilters_box {
    transition: 0.3s;
    box-shadow: -4rem 0px 15rem rgba(0, 0, 0, 0.16);
    position: fixed;
    background-color: #fff;
    bottom: -100%;
    left: 0;
    width: 100%;
  }
  .p-productsfilters_box .closebtn {
    position: absolute;
    top: 38rem;
    right: 50rem;
    width: 45rem;
    height: auto;
  }
  .p-productsfilters_box .filterlist li {
    line-height: 1.5;
    border-top: 2rem solid #d8d8d8;
    padding: 0 75rem;
  }
  .p-productsfilters_box .filterlist li a {
    display: block;
    padding: 30rem 0;
    font-weight: 300;
    font-size: 28rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #222;
  }
  .p-productsfilters_head {
    padding: 30rem;
    font-weight: 500;
    font-size: 32rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #222;
    opacity: 0.8;
  }
}

.p-category04fv {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv {
    margin-bottom: 100rem;
  }
}
.p-category04fv_box {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_box {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-category04fv_img {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_img {
    max-width: 640rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_img {
    max-width: 100%;
  }
}
.p-category04fv_content {
  max-width: 480px;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_content {
    max-width: 480rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_content {
    max-width: 100%;
    padding: 100rem 50rem;
    margin-top: 0;
  }
}
.p-category04fv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_title {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_title {
    gap: 15rem;
  }
}
.p-category04fv_title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_title .en {
    font-size: 30rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_title .en {
    font-size: 48rem;
    line-height: 62rem;
  }
}
.p-category04fv_title .jp-w4 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_title .jp-w4 {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_title .jp-w4 {
    font-size: 24rem;
  }
}
.p-category04fv_txt {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_txt {
    margin-top: 40rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_txt {
    font-size: 28rem;
    line-height: 56rem;
    margin-top: 60rem;
  }
}
.p-category04fv_flavar {
  margin-top: 30px;
  padding: 30px;
  background: #323334;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_flavar {
    margin-top: 30rem;
    padding: 30rem 35rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_flavar {
    flex-direction: column;
    margin-top: 80rem;
    gap: 25rem;
    padding: 30rem 35rem 50rem;
  }
}
.p-category04fv_flavar .head {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_flavar .head {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_flavar .head {
    font-size: 36rem;
  }
}
.p-category04fv_flavar .flavargrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 20px;
}
@media screen and (max-width: 1440px) {
  .p-category04fv_flavar .flavargrid {
    grid-gap: 15rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-category04fv_flavar .flavargrid {
    grid-gap: 20rem;
  }
}

.col-red {
  color: #F24E4E;
}

.p-contact {
  padding: 0 20px;
}
@media screen and (max-width: 1440px) {
  .p-contact {
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 0 50rem;
  }
}
.p-contact_box {
  max-width: 900px;
  width: 100%;
  margin: 70px auto 100px;
}
@media screen and (max-width: 1440px) {
  .p-contact_box {
    max-width: 900rem;
    margin: 70rem auto 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_box {
    max-width: 100%;
    margin: 100rem auto 120rem;
  }
}
.p-contact_faqlink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact_faqlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #222;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-contact_faqlink a {
    width: 250rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_faqlink a {
    width: 450rem;
    height: 90rem;
    border-radius: 45rem;
    font-size: 28rem;
  }
}
.p-contact_head {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-contact_head {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_head {
    margin-top: 100rem;
  }
}
.p-contact_head_title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-contact_head_title {
    margin-top: 20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_head_title {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
}
.p-contact_head_note {
  font-size: 13px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-contact_head_note {
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_head_note {
    font-size: 22rem;
  }
}
.p-contact_formbox {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox {
    margin-top: 60rem;
  }
}
.p-contact_formbox__item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact_formbox__item.align-start {
  align-items: flex-start;
}
.p-contact_formbox__item.align-start .itemhead {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item.align-start .itemhead {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item.align-start .itemhead {
    margin-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item {
    margin-bottom: 20px;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50rem;
    gap: 10rem;
  }
}
.p-contact_formbox__item .itemhead {
  min-width: 200px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222222;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item .itemhead {
    min-width: 200rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item .itemhead {
    min-width: auto;
    font-size: 28rem;
  }
}
.p-contact_formbox__item_texts {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_texts {
    gap: 10rem;
  }
}
.p-contact_formbox__item_texts input {
  width: 230px;
  height: 45px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 0 20px;
  outline: none;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_texts input {
    width: 230rem;
    height: 45rem;
    font-size: 14rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_texts input {
    width: 320rem;
    height: 80rem;
    font-size: 24rem;
    padding: 0 30rem;
  }
}
.p-contact_formbox__item_texts input::-moz-placeholder {
  color: #b5b5b5;
}
.p-contact_formbox__item_texts input::placeholder {
  color: #b5b5b5;
}
.p-contact_formbox__item_mail input {
  width: 505px;
  height: 45px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 0 20px;
  outline: none;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_mail input {
    width: 505rem;
    height: 45rem;
    font-size: 14rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_mail input {
    width: 100%;
    height: 80rem;
    font-size: 24rem;
    padding: 0 30rem;
  }
}
.p-contact_formbox__item_mail input::-moz-placeholder {
  color: #b5b5b5;
}
.p-contact_formbox__item_mail input::placeholder {
  color: #b5b5b5;
}
.p-contact_formbox__item_tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_tel {
    gap: 10rem;
  }
}
.p-contact_formbox__item_tel input {
  width: 150px;
  height: 45px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 0 20px;
  outline: none;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_tel input {
    font-size: 14rem;
    padding: 0 20rem;
    width: 150rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_tel input {
    font-size: 24rem;
    padding: 0 30rem;
    width: 185rem;
    height: 80rem;
  }
}
.p-contact_formbox__item_tel span {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #b5b5b5;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_tel span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_tel span {
    font-size: 24rem;
  }
}
.p-contact_formbox__item_select {
  position: relative;
}
.p-contact_formbox__item_select .selectitem {
  position: relative;
  width: 230px;
  height: 45px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 0 20px;
  outline: none;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-contact_formbox__item_select .selectitem::after {
  content: "\e901";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  transform: rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_select .selectitem {
    width: 230rem;
    height: 45rem;
    font-size: 14rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_select .selectitem {
    width: 100%;
    height: 80rem;
    padding: 0 30rem;
    font-size: 24rem;
  }
}
.p-contact_formbox__item_textarea {
  min-width: auto;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
  padding: 10px 20px;
  outline: none;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox__item_textarea {
    height: 200rem;
    font-size: 14rem;
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox__item_textarea {
    height: 250rem;
    padding: 20rem 30rem;
    font-size: 24rem;
  }
}
.p-contact_formbox .privacybox {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox .privacybox {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox .privacybox {
    margin-top: 60rem;
  }
}
.p-contact_formbox_privacy .privacy_checkbox {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox_privacy .privacy_checkbox {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox_privacy .privacy_checkbox {
    font-size: 26rem;
  }
}
.p-contact_formbox_privacy .privacy_checkbox input {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  margin-right: 6px;
  border-radius: 2px;
  flex-shrink: 0;
  min-width: 20px;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox_privacy .privacy_checkbox input {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    margin-right: 6rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox_privacy .privacy_checkbox input {
    width: 35rem;
    height: 35rem;
    min-width: 35rem;
    margin-right: 10rem;
  }
}
.p-contact_formbox_privacy .privacy_checkbox a {
  text-decoration: underline;
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-contact_formbox_privacy .privacy_checkbox a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_formbox_privacy .privacy_checkbox a {
    font-size: 26rem;
  }
}
.p-contact_submitbtn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .p-contact_submitbtn {
    gap: 20rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_submitbtn {
    margin-top: 80rem;
    gap: 30rem;
  }
}
.p-contact_submitbtn .formbtn {
  cursor: pointer;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #222;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact_submitbtn .formbtn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1440px) {
  .p-contact_submitbtn .formbtn {
    width: 250rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_submitbtn .formbtn {
    width: 450rem;
    height: 90rem;
    border-radius: 45rem;
    font-size: 28rem;
  }
}
.p-contact_submitbtn .backbtn {
  cursor: pointer;
  outline: none;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-contact_submitbtn .backbtn {
    width: 250rem;
    height: 50rem;
    border-radius: 25rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_submitbtn .backbtn {
    width: 450rem;
    height: 90rem;
    border-radius: 45rem;
    font-size: 28rem;
  }
}
.p-contact .thankstxt01 {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .p-contact .thankstxt01 {
    margin-bottom: 40rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .thankstxt01 {
    margin-bottom: 80rem;
    font-size: 32rem;
  }
}
.p-contact .thankstxt02 {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-contact .thankstxt02 {
    margin-bottom: 60rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .thankstxt02 {
    margin-bottom: 80rem;
    font-size: 28rem;
    text-align: center;
  }
}
.p-contact .thankstxt02 a {
  color: #222;
  text-decoration: underline;
}

.p-confirm__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
}
.p-confirm__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-confirm__item {
    gap: 10rem;
    padding: 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-confirm__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
    padding: 50rem 0;
  }
}
.p-confirm__item .itemhead {
  min-width: 200px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1440px) {
  .p-confirm__item .itemhead {
    min-width: 200rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-confirm__item .itemhead {
    min-width: auto;
    font-size: 28rem;
  }
}
.p-confirm__item .itemtxt {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-confirm__item .itemtxt {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-confirm__item .itemtxt {
    font-size: 28rem;
  }
}

.aboutpage {
  position: initial;
}
.aboutpage .breadcrumb {
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .aboutpage .breadcrumb {
    top: 90rem;
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutpage .breadcrumb {
    top: 110rem;
    padding-left: 50rem;
  }
}

.p-aboutfv {
  overflow: hidden;
  position: relative;
}
.p-aboutfv_img {
  display: block !important;
}
.p-aboutfv_img img {
  width: 100%;
  height: 980px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_img img {
    height: 980rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-aboutfv_slider {
  margin-bottom: 0 !important;
}
.p-aboutfv_slider .slick-dots {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  left: unset;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_slider .slick-dots {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_slider .slick-dots {
    gap: 0;
    top: unset;
    bottom: 40rem;
    left: 20rem;
    right: unset;
    transform: none;
  }
}
.p-aboutfv_slider .slick-dots li.slick-active button::before {
  color: #222;
}
.p-aboutfv_slider .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_slider .slick-dots li button::before {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_slider .slick-dots li button::before {
    font-size: 16rem;
  }
}
.p-aboutfv_content {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  top: 180px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content {
    top: 180rem;
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content {
    position: initial;
    top: unset;
    left: unset;
    transform: none;
    padding: 100rem 50rem;
    background-color: #fff;
  }
}
.p-aboutfv_content .c-sectitle {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .c-sectitle {
    align-items: center;
    position: absolute;
    top: 200rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-aboutfv_content .c-sectitle .en {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content .c-sectitle .en {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .c-sectitle .en {
    font-size: 48rem;
  }
}
.p-aboutfv_content .txt01 {
  margin-top: 100px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content .txt01 {
    margin-top: 100rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .txt01 {
    font-size: 38rem;
    margin-top: 0;
  }
}
.p-aboutfv_content .txt02 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content .txt02 {
    margin-top: 50rem;
    font-size: 15rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .txt02 {
    font-size: 28rem;
    line-height: 56rem;
    margin-top: 40rem;
  }
}
.p-aboutfv_content .txt03 {
  margin-top: 50px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content .txt03 {
    margin-top: 50rem;
    font-size: 14rem;
    line-height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .txt03 {
    margin-top: 80rem;
    font-size: 28rem;
    line-height: 56rem;
  }
}
.p-aboutfv_content .txt03 p {
  margin-bottom: 35px;
}
.p-aboutfv_content .txt03 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-aboutfv_content .txt03 p {
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutfv_content .txt03 p {
    margin-bottom: 70rem;
  }
}

.modal_about {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_about_box {
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  height: 100%;
  background-color: #FDF3F2;
  padding: 100px 200px;
  will-change: transform, opacity;
}
@media screen and (max-width: 1440px) {
  .modal_about_box {
    padding: 100rem 200rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_about_box {
    padding: 75rem 65rem;
  }
}
.modal_about .modal_content {
  width: 100%;
}
.modal_about .modal_content iframe {
  width: 100%;
  height: 685px;
}
@media screen and (max-width: 1440px) {
  .modal_about .modal_content iframe {
    height: 685rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_about .modal_content iframe {
    height: 1100rem;
  }
}
.modal_about .modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .modal_about .modal_close {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_about .modal_close {
    margin-top: 40rem;
  }
}
.modal_about .modal_close img {
  cursor: pointer;
  max-width: 26px;
}
@media screen and (max-width: 1440px) {
  .modal_about .modal_close img {
    max-width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_about .modal_close img {
    max-width: 40rem;
  }
}

.p-about01 {
  background: #323334;
  padding: 130px 20px;
}
@media screen and (max-width: 1440px) {
  .p-about01 {
    padding: 130rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01 {
    padding: 130rem 50rem;
  }
}
.p-about01_box {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1440px) {
  .p-about01_box {
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_box {
    gap: 80rem;
    flex-direction: column;
  }
}
.p-about01_img {
  position: relative;
  max-width: 650px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .p-about01_img {
    max-width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_img {
    max-width: 100%;
  }
}
.p-about01_img .playbtn {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-about01_img .playbtn {
    bottom: 20rem;
    right: 20rem;
    width: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_img .playbtn {
    bottom: 25rem;
    right: 25rem;
    width: 56rem;
  }
}
.p-about01_content {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-about01_content {
    max-width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_content {
    max-width: 100%;
  }
}
.p-about01_content .txt01 {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-about01_content .txt01 {
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_content .txt01 {
    font-size: 26rem;
    line-height: 56rem;
  }
}
.p-about01_content .txt02 {
  margin: 60px auto;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-about01_content .txt02 {
    margin: 60rem auto;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_content .txt02 {
    font-size: 34rem;
    margin: 80rem auto;
  }
}
.p-about01_content .txt03 {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-about01_content .txt03 {
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about01_content .txt03 {
    font-size: 28rem;
    line-height: 56rem;
  }
}

.p-about02 {
  background-color: #fff;
  padding: 150px 50px;
}
@media screen and (max-width: 1440px) {
  .p-about02 {
    padding: 150rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02 {
    padding: 130rem 50rem;
  }
}
.p-about02_itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .p-about02_itembox {
    gap: 150rem;
    margin-bottom: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02_itembox {
    flex-direction: column;
    gap: 80rem;
    margin-bottom: 130rem;
  }
}
.p-about02_itembox:last-child {
  margin-bottom: 0;
}
.p-about02_itembox:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about02_itembox:nth-child(2n) {
    flex-direction: column;
  }
}
.p-about02_img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-about02_img {
    max-width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02_img {
    max-width: 100%;
  }
}
.p-about02_content {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-about02_content {
    max-width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02_content {
    max-width: 100%;
  }
}
.p-about02__title {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-about02__title {
    font-size: 22rem;
    line-height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02__title {
    font-size: 38rem;
    line-height: 72rem;
  }
}
.p-about02__txt {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1440px) {
  .p-about02__txt {
    margin-top: 50rem;
    font-size: 14rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02__txt {
    font-size: 28rem;
    line-height: 56rem;
    margin-top: 80rem;
  }
}
.p-about02__txt ul {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .p-about02__txt ul {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02__txt ul {
    margin-left: 40rem;
  }
}
.p-about02__txt ul li {
  list-style: disc;
  line-height: 1.5;
}
.p-about02__txt ul li::marker {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .p-about02__txt ul li::marker {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02__txt ul li::marker {
    font-size: 27rem;
  }
}
.p-about02 .morelink {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-about02 .morelink {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02 .morelink {
    margin-top: 80rem;
  }
}
.p-about02 .morelink a {
  width: 250px;
  height: 50px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #707070;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-about02 .morelink a {
    font-size: 16rem;
    width: 250rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about02 .morelink a {
    font-size: 32rem;
    height: 100rem;
    width: 580rem;
    margin: auto;
  }
}

.p-about03 {
  position: relative;
  background: #eaebed;
}/*# sourceMappingURL=style.css.map */