@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
.special .contents {
  overflow: hidden;
}

body .contents {
  max-width: none !important;
  overflow-y: hidden;
  width: 100%;
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  body .contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body .contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body .contents {
    padding: 0;
  }
}
body .contents .mainvisual img {
  height: auto;
  width: 100%;
}
body .contents .container {
  margin: 0 auto;
  max-width: 1100px;
}
body .contents .container:not(:last-child) {
  margin-bottom: 100px;
}
body .contents .container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  body .contents .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body .contents .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  body .contents .container {
    max-width: 100%;
    padding: 0 15px;
  }
  body .contents .container:not(:last-child) {
    margin-bottom: 100px;
  }
}
body .contents .container100vw {
  max-width: none;
  padding-top: 40px;
  width: 100%;
}
body .contents .container100vw .section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body .contents .container100vw {
    padding: 40px 0 0 !important;
  }
  body .contents .container100vw .section {
    max-width: none;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body .contents .container100vw {
    padding: 40px 0 0 !important;
  }
  body .contents .container100vw .section {
    max-width: none;
    padding: 0 15px;
  }
}

.beautyandwellness .brXs {
  display: none;
}
@media screen and (max-width: 375px) {
  .beautyandwellness .brXs {
    display: block;
  }
}
.beautyandwellness .brTb {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .brTb {
    display: block;
  }
}
.beautyandwellness .containerBg {
  position: relative;
}
.beautyandwellness .containerBg .heading {
  margin-top: -40px;
}
.beautyandwellness .containerBg::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #FBFEFB;
  height: 200px;
  margin: 0 auto;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerBg::before {
    height: 100px;
  }
}
.beautyandwellness .containerBg::after {
  content: "" !important;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 40px !important;
  margin: 0 auto;
  top: 0;
  visibility: visible !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerBg::after {
    height: 20px !important;
  }
}
.beautyandwellness .containerBgInstagram::before {
  top: 15px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerBgInstagram::before {
    top: 10px;
  }
}
.beautyandwellness .containerBgInstagram::after {
  height: 15px !important;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerBgInstagram::after {
    height: 10px !important;
  }
}
.beautyandwellness .grid ul {
  display: grid;
  gap: 10px;
}
.beautyandwellness .grid3 ul {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.beautyandwellness .grid4 ul {
  grid-template-columns: repeat(4, 1fr);
}
.beautyandwellness .grid6 ul {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .beautyandwellness .gridSp2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .beautyandwellness .gridSp3 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.beautyandwellness .flex ul {
  display: flex;
  flex-wrap: wrap;
}
.beautyandwellness .flexCenter ul {
  justify-content: center;
}
.beautyandwellness .anchor .flex ul li {
  flex: 0 0 calc((100% - 30px) / 4);
}
.beautyandwellness .anchor .flex ul li:not(:nth-child(4n)) {
  margin-right: 10px;
}
.beautyandwellness .anchor .flex ul li:not(:nth-last-child(-n+5)) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .anchor .flex ul li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  .beautyandwellness .anchor .flex ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .beautyandwellness .anchor .flex ul li:not(:nth-last-child(-n+5)) {
    margin-bottom: 0;
  }
  .beautyandwellness .anchor .flex ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .beautyandwellness .anchor .flex ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
}
.beautyandwellness .sectionTopics .flex ul li {
  flex: 0 0 calc((100% - 42px) / 4);
}
.beautyandwellness .sectionTopics .flex ul li:not(:nth-child(4n)) {
  margin-right: 14px;
}
.beautyandwellness .sectionTopics .flex ul li:not(:nth-last-child(-n+5)) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionTopics .flexSp2 ul li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
  .beautyandwellness .sectionTopics .flexSp2 ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .beautyandwellness .sectionTopics .flexSp2 ul li:not(:nth-last-child(-n+5)) {
    margin-bottom: 0;
  }
  .beautyandwellness .sectionTopics .flexSp2 ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .beautyandwellness .sectionTopics .flexSp2 ul li:not(:nth-last-child(-n+3)) {
    margin-bottom: 10px;
  }
}
.beautyandwellness .sectionPurpose .flex ul {
  align-items: flex-end;
  gap: 0px;
}
.beautyandwellness .sectionPurpose .flex ul li {
  flex: 0 0 calc((100% - 0px) / 5);
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionPurpose .flexSp3 ul {
    gap: 20px 10px;
  }
  .beautyandwellness .sectionPurpose .flexSp3 ul li {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}
.beautyandwellness .sectionInstagram .grid ul {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionInstagram .gridSp2 ul {
    gap: 10px;
  }
}
.beautyandwellness .sectionPrice .flex ul li {
  flex: 0 0 calc((100% - 40px) / 3);
}
.beautyandwellness .sectionPrice .flex ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.beautyandwellness .sectionPrice .flex ul li:not(:nth-last-child(-n+4)) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionPrice .flexSp1 ul li {
    flex: 100%;
  }
  .beautyandwellness .sectionPrice .flexSp1 ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .beautyandwellness .sectionPrice .flexSp1 ul li:not(:nth-last-child(-n+4)) {
    margin-bottom: 0;
  }
  .beautyandwellness .sectionPrice .flexSp1 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.beautyandwellness .viewAllItem {
  background-color: #0A8181;
  border-radius: 5px;
  margin: 10px auto 0;
  max-width: 650px;
  overflow: hidden;
}
.beautyandwellness .viewAllItem .viewAllItemInner {
  background-image: url(bg-viewallouter.png);
  background-size: cover;
}
.beautyandwellness .viewAllItem a {
  align-items: center;
  background-image: url(icon-arrow-view-all-item.svg);
  background-position: calc(100% - 15px) 54%;
  background-repeat: no-repeat;
  background-size: 7.971px 16.754px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 130px;
  justify-content: center;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.beautyandwellness .viewAllItem a .small {
  font-size: 20px;
  margin-top: 8px;
}
.beautyandwellness .viewAllItem a::before {
  border: 1px solid #F8FFBB;
  border-radius: 5px;
  content: "";
  display: block;
  height: calc(100% - 10px);
  position: absolute;
  width: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .beautyandwellness .viewAllItem {
    margin: 0 auto;
    max-width: 650px;
    width: calc(100% - 22px);
  }
  .beautyandwellness .viewAllItem a {
    font-size: 20px;
    height: 80px;
    line-height: 1.2;
    margin: 0 auto;
  }
  .beautyandwellness .viewAllItem a .small {
    font-size: 16px;
    margin-top: 4px;
  }
}
.beautyandwellness .containerPurpose.container100vw {
  background-color: #FBFEFB;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerPurpose.container100vw {
    padding-bottom: 20px !important;
  }
}
.beautyandwellness .sectionPurpose .flex ul li a {
  display: grid;
  place-items: center;
}
.beautyandwellness .sectionPurpose .flex ul li a:hover {
  opacity: 0.3;
}
.beautyandwellness .sectionPurpose .flex ul li a .image {
  margin-bottom: 10px;
}
.beautyandwellness .sectionPurpose .flex ul li a .text {
  color: #000;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionPurpose .flex ul li a .image {
    margin-bottom: 7px;
    max-width: 50px;
  }
  .beautyandwellness .sectionPurpose .flex ul li a .image img {
    height: auto;
    width: 100%;
  }
  .beautyandwellness .sectionPurpose .flex ul li a .text {
    font-size: 14px;
  }
  .beautyandwellness .sectionPurpose .flex ul li:nth-child(4) a .image {
    max-width: 64px;
  }
  .beautyandwellness .sectionPurpose .flex ul li:nth-child(5) a .image {
    max-width: 70px;
  }
}
.beautyandwellness .sectionInstagram .body {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionInstagram .body {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.beautyandwellness .sectionInstagram .instId {
  font-family: "Noto Serif JP";
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 20px;
  position: relative;
  margin-bottom: 24px;
}
.beautyandwellness .sectionInstagram .instId a {
  color: #464646;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  border-bottom: 1px solid #464646;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionInstagram .instId {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .beautyandwellness .sectionInstagram .instId a {
    padding-bottom: 5px;
  }
}
.beautyandwellness .sectionInstagram .instLink {
  display: grid;
  place-items: center;
  text-align: center;
}
.beautyandwellness .sectionInstagram .instLink a {
  border-bottom: 2px solid #326363;
  color: #326363;
  display: grid;
  font-size: 20px;
  gap: 16px;
  grid-template-columns: auto auto;
  line-height: 1;
  padding: 0 16px 10px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionInstagram .instLink {
    font-size: 14px;
  }
  .beautyandwellness .sectionInstagram .instLink a {
    gap: 10px;
    padding: 0 21px 7px;
    font-size: 16px;
  }
  .beautyandwellness .sectionInstagram .instLink a img {
    margin-top: 1px;
    width: 25px;
  }
}
.beautyandwellness .mainvisual {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .beautyandwellness .mainvisual {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .mainvisual {
    margin-bottom: 60px;
  }
}
.beautyandwellness .anchor {
  text-align: center;
}
.beautyandwellness .anchor ul li a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #9DB5B5;
  border-radius: 60px;
  color: #7A7A7A;
  display: flex;
  font-size: 16px;
  height: 45px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
  padding: 0 19px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .anchor ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .anchor ul li a {
    font-size: 12px;
    height: 40px;
    padding: 0 10px;
  }
}
.beautyandwellness .summary {
  color: #464646;
  font-family: "Noto Serif JP";
  font-size: 25px;
  line-height: 2.4;
  letter-spacing: 0.15;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .beautyandwellness .summary {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .summary {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.beautyandwellness .heading {
  font-family: "Noto Serif JP";
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.beautyandwellness .heading .h3 {
  color: #464646;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.beautyandwellness .heading .h3 .small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .heading .h3 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }
  .beautyandwellness .heading .h3 .small {
    font-size: 16px;
  }
  .beautyandwellness .heading .headingImage {
    height: auto;
    width: 50%;
  }
}
.beautyandwellness .body {
  position: relative;
  z-index: 1;
}
.beautyandwellness .sectionRecommend .body {
  overflow-x: hidden;
}
.beautyandwellness .sectionRecommend .body .swiper-wrapper {
  display: flex;
  align-items: center;
}
.beautyandwellness .sectionRecommend .body .swiper {
  position: relative;
  width: 100%;
}
.beautyandwellness .sectionRecommend .body .swiper .swiper-slide {
  text-align: center;
}
.beautyandwellness .sectionRecommend .body .swiper div[class^=swiper-button-] {
  height: 85px;
  top: 50%;
  width: 27px;
}
.beautyandwellness .sectionRecommend .body .swiper .swiper-button-prev {
  left: 23.6%;
  transform: translate(-50%, -50%);
}
.beautyandwellness .sectionRecommend .body .swiper .swiper-button-next {
  right: 23.6%;
  transform: scale(-1, 1) translate(-50%, -50%);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .sectionRecommend .body .swiper .swiper-button-prev {
    left: 12px;
  }
  .beautyandwellness .sectionRecommend .body .swiper .swiper-button-next {
    right: 12px;
  }
  .beautyandwellness .sectionRecommend .body .swiper {
    padding: 0 25px;
    position: relative;
  }
  .beautyandwellness .sectionRecommend .body .swiper::before, .beautyandwellness .sectionRecommend .body .swiper::after {
    content: "";
    background-color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 2;
  }
  .beautyandwellness .sectionRecommend .body .swiper::before {
    left: 0;
  }
  .beautyandwellness .sectionRecommend .body .swiper::after {
    right: 0;
  }
  .beautyandwellness .sectionRecommend .body .swiper div[class^=swiper-button-] {
    background-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionRecommend .body {
    overflow-x: clip;
  }
  .beautyandwellness .sectionRecommend .body .swiper {
    padding: 0 25px;
    position: relative;
  }
  .beautyandwellness .sectionRecommend .body .swiper::before, .beautyandwellness .sectionRecommend .body .swiper::after {
    content: "";
    background-color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 2;
  }
  .beautyandwellness .sectionRecommend .body .swiper::before {
    left: 0;
  }
  .beautyandwellness .sectionRecommend .body .swiper::after {
    right: 0;
  }
  .beautyandwellness .sectionRecommend .body .swiper div[class^=swiper-button-] {
    height: 49px;
    width: 16px;
  }
  .beautyandwellness .sectionRecommend .body .swiper .swiper-button-prev {
    left: 12px;
  }
  .beautyandwellness .sectionRecommend .body .swiper .swiper-button-next {
    right: 12px;
  }
  .beautyandwellness .sectionRecommend .headingImage {
    height: auto;
    width: 70%;
  }
}
.beautyandwellness .containerRecommend {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .containerRecommend {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .containerRecommend {
    padding: 0 !important;
  }
  .beautyandwellness .containerRecommend::after {
    content: none !important;
  }
}
.beautyandwellness .sectionPrice li {
  width: 100%;
}
.beautyandwellness .sectionPrice li a {
  align-items: center;
  background-color: #fff;
  background-image: url(icon-arrow-price01.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6.927px 16.754px;
  border: 1px solid #326363;
  color: #232323;
  display: flex;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding: 0 10px;
  width: 100%;
}
.beautyandwellness .sectionPrice li a .baseline {
  align-items: baseline;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 780px) {
  .beautyandwellness .sectionPrice li a .baseline {
    font-size: 16px;
  }
}
.beautyandwellness .sectionPrice li a .small {
  font-size: 16px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .beautyandwellness .sectionPrice li a {
    font-size: 2vw;
    height: 5.45vw;
  }
  .beautyandwellness .sectionPrice li a .small {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .sectionPrice li a {
    background-position: calc(100% - 10px) 50%;
    background-size: 7px 16px;
    font-size: 16px;
    height: 43px;
  }
  .beautyandwellness .sectionPrice li a .small {
    font-size: 14px;
  }
}
.beautyandwellness .bnrWrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 145px auto 5em;
  max-width: 880px;
  width: 100%;
}
.beautyandwellness .bnrWrap .categoryLink {
  width: 100%;
}
.beautyandwellness .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #98BBBB;
  color: #fff;
  display: flex;
  font-size: 23px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  width: 480px;
}
.beautyandwellness .bnrWrap .topBtn {
  width: 100%;
  margin-right: 10px;
}
.beautyandwellness .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 23px;
  height: 70px;
  justify-content: center;
  max-width: 360px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .beautyandwellness .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  .beautyandwellness .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    margin: 71px auto 0;
  }
  .beautyandwellness .bnrWrap .categoryLink {
    padding: 0 1em;
  }
  .beautyandwellness .bnrWrap .categoryLink a {
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  .beautyandwellness .bnrWrap .topBtn {
    margin-right: 0;
    padding: 0 1em;
  }
  .beautyandwellness .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 374px) {
  .beautyandwellness .bnrWrap .categoryLink a {
    font-size: 17px;
  }
}

.beautyandwellness #campaign .heading .h3 {
  position: relative;
}
.beautyandwellness .present {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #6fb286 inset;
  overflow: hidden;
  padding: 50px 40px !important;
  position: relative;
}
.beautyandwellness .present .sectionContent {
  padding: 0;
}
.beautyandwellness .present .article .articleText {
  padding-left: 0;
  padding-right: 0;
  width: 49.8031496063%;
}
.beautyandwellness .present .article .articleText .articleTextLead {
  color: #313131;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.beautyandwellness .present .article .articleText .articleTextLead .small {
  font-size: 18px;
}
.beautyandwellness .present .article .articleText .articleTextLead:first-child {
  margin-bottom: 10px;
}
.beautyandwellness .present .article .articleText .articleTextLead:last-child {
  margin-bottom: 0;
}
.beautyandwellness .present .article .articleTextTitle {
  margin-bottom: 8px;
}
.beautyandwellness .present .article .articleTextTitle .textIndent {
  display: inline-block;
  text-indent: -0.55em;
}
.beautyandwellness .present .article .articleTextTitle .h4 {
  color: #6fb286;
  font-size: 33px;
  letter-spacing: 0.03em;
  line-height: 42px;
  margin-bottom: 12px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .fontSize23 {
  font-size: 23px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .fontSize24 {
  font-size: 24px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .fontSize25 {
  font-size: 25px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .fontSize30 {
  font-size: 30px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .fontSize35 {
  font-size: 35px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .emphasis {
  background-color: #f8e8f2;
  color: #6fb286;
  font-size: 45px;
  margin-right: 4px;
  padding: 2px 13px;
}
.beautyandwellness .present .article .articleTextTitle .h4 .letterSpacing299 {
  letter-spacing: -0.299em;
}
.beautyandwellness .present .article .articleTextTitle .h4 .letterSpacing03 {
  letter-spacing: -0.03em;
}
.beautyandwellness .present .article .articleTextTitle .h4 .brand {
  color: #262626;
}
.beautyandwellness .present .article .articleImage {
  width: 50.1968503937%;
}
.beautyandwellness .present:before {
  background-color: #f1a5c3;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  transform: rotate(135deg);
  width: 250px;
  top: 50px;
  left: -70px;
}
.beautyandwellness .present:after {
  background-color: #f1a5c3;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  transform: rotate(135deg);
  width: 250px;
  bottom: 50px;
  right: -70px;
}
.beautyandwellness .ribbon .article .articleTextTitle .h4 {
  color: #6fb286 !important;
}
.beautyandwellness .ribbon:before {
  background-color: #6fb286 !important;
}
.beautyandwellness .ribbon:after {
  background-color: #6fb286 !important;
}
.beautyandwellness .ribbon .articleText .fontWeightNormal {
  font-weight: normal;
}
.beautyandwellness .ribbon .articleText .colorDefault {
  color: #313131;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .beautyandwellness .present .article .articleText {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .beautyandwellness .present .article .articleText .articleTextLead {
    font-size: 24px;
  }
  .beautyandwellness .present .article .articleText .articleTextTitle .fontSize25 {
    font-size: 24px;
  }
  .beautyandwellness .present .article .articleText .articleTextTitle .fontSize30 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1101px) {
  .beautyandwellness .present .article .articleTextTitle .h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .beautyandwellness .present .article .articleText {
    padding-right: 0;
    width: 55%;
  }
  .beautyandwellness .present .article .articleText .articleTextLead {
    font-size: 2.14vw;
    margin-bottom: 0;
  }
  .beautyandwellness .present .article .articleText .articleTextLead .small {
    font-size: 1.54vw;
  }
  .beautyandwellness .present .article .articleText .articleTextLead:first-child {
    margin-bottom: 6px;
  }
  .beautyandwellness .present .article .articleTextTitle {
    margin-bottom: 8px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 {
    font-size: 2.99vw;
    line-height: 3.59vw;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize24 {
    font-size: 2.18vw;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize25 {
    font-size: 2.22vw;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize30 {
    font-size: 2.65vw;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize35 {
    font-size: 3.16vw;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .emphasis {
    font-size: 4.02vw;
    padding: 2px 13px;
  }
  .beautyandwellness .present .article .articleImage {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .present {
    border-width: 1px;
    padding: 20px 15px 2px !important;
  }
  .beautyandwellness .present .sectionTitle {
    margin: 0 auto 10px;
  }
  .beautyandwellness .present .article .articleText {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .beautyandwellness .present .article .articleText .articleTextLead {
    font-size: 16px;
  }
  .beautyandwellness .present .article .articleText .articleTextLead .small {
    font-size: 14px;
  }
  .beautyandwellness .present .article .articleText .articleTextLead:first-child {
    margin-bottom: 10px;
  }
  .beautyandwellness .present .article .articleText .articleTextLead:last-child {
    margin-bottom: -2px;
  }
  .beautyandwellness .present .article .articleTextTitle {
    margin-bottom: 8px;
  }
  .beautyandwellness .present .article .articleTextTitle .textIndent {
    text-indent: 0;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 6px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .mask {
    display: none;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .mask + .textIndent {
    text-indent: 0;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize24 {
    font-size: 15px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize25 {
    font-size: 15px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize30 {
    font-size: 23px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize35 {
    font-size: 21px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .emphasis {
    font-size: 27px;
    margin-right: 4px;
    padding: 2px 13px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .letterSpacing299 {
    letter-spacing: -0.299em;
  }
  .beautyandwellness .present .article .articleImage {
    width: 100%;
    margin: 25px 0;
  }
  .beautyandwellness .present:before {
    height: 20px;
    width: 120px;
    top: 10px;
    left: -40px;
  }
  .beautyandwellness .present:after {
    height: 20px;
    width: 120px;
    bottom: 10px;
    right: -40px;
  }
}
@media screen and (max-width: 374px) {
  .beautyandwellness .present .article .articleTextTitle .h4 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .beautyandwellness .present .article .articleTextTitle .h4 .fontSize25 {
    font-size: 14.5px;
  }
  .beautyandwellness .present .article .articleText .articleTextLead {
    font-size: 14.5px;
  }
}

.beautyandwellness .present .sectionTitle {
  margin-bottom: 30px;
  text-align: center;
}
.beautyandwellness .present .sectionTitle .h3 {
  color: #313131;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
}
.beautyandwellness .present .sectionTitle .h3 .small {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.beautyandwellness .present .sectionTitle .h3.bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .beautyandwellness .present .sectionTitle {
    margin: 0 auto 20px;
  }
  .beautyandwellness .present .sectionTitle .h3 {
    font-size: 23px;
  }
  .beautyandwellness .present .sectionTitle .h3 .small {
    font-size: 16px;
  }
}

.beautyandwellness .article {
  align-items: center;
  display: flex;
}
.beautyandwellness .article:not(:last-child) {
  margin-bottom: 30px;
}
.beautyandwellness .article .articleText {
  padding-right: 10px;
  width: 39.2156862745%;
}
.beautyandwellness .article .articleTextTitle {
  margin-bottom: 8px;
}
.beautyandwellness .article .articleTextTitle .h4 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.beautyandwellness .article .articleTextLead {
  color: #313131;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.beautyandwellness .article .articleImage {
  text-align: center;
  width: 60.7843137255%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .beautyandwellness .article .articleText {
    width: 55%;
  }
  .beautyandwellness .article .articleImage {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .article:not(:last-child) {
    margin-bottom: 30px;
  }
  .beautyandwellness .article .articleTextTitle {
    margin-bottom: 8px;
    text-align: center;
  }
  .beautyandwellness .article .articleTextTitle .h4 {
    font-size: 20px;
  }
  .beautyandwellness .article .articleTextLead {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.beautyandwellness .pickup .sectionContent {
  padding: 0 40px;
}
@media screen and (max-width: 1150px) and (min-width: 1000px) {
  .beautyandwellness .pickup .sectionContent {
    padding: 0 23px;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .pickup .sectionContent {
    padding: 0;
  }
  .beautyandwellness .pickup .article {
    display: block;
  }
  .beautyandwellness .pickup .article .articleText {
    padding: 0;
    width: 100%;
  }
  .beautyandwellness .pickup .article .articleImage {
    padding: 0 30px;
    width: 100%;
  }
}

.beautyandwellness .shopInfo20230713 {
  background-color: #F6FAFA;
  display: grid;
  grid-template-columns: 45% 2fr;
  margin-top: 100px;
  padding: 40px;
  place-items: center;
}
.beautyandwellness .shopInfo20230713 .shopInfoImage {
  text-align: left;
  width: 100%;
}
.beautyandwellness .shopInfo20230713 .shopInfoText {
  padding-left: 20px;
  text-align: center;
  width: 100%;
}
.beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextLogo {
  margin-bottom: 35px;
  text-align: center;
}
.beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextList {
  color: #464646;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: left;
}
.beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextList ul li:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextList {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .beautyandwellness .shopInfo20230713 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoImage {
    margin-bottom: 20px;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoText {
    padding-left: 0;
    text-align: left;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextLogo {
    margin-bottom: 20px;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextLogo img {
    height: auto;
    width: 140px;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextList {
    font-size: 14px;
  }
  .beautyandwellness .shopInfo20230713 .shopInfoText .shopInfoTextList ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* カルーセル調整 */
.beautyandwellness20250711 .sectionRecommend .body .swiper div[class^=swiper-button-] {
  height: 70px;
  width: 22px;
}

.beautyandwellness20250711 .sectionRecommend .body .swiper .swiper-button-next {
  right: 11px;
}

.beautyandwellness20250711 .sectionRecommend .body .swiper .swiper-button-prev {
  left: 11px;
}

.beautyandwellness20250711 .goods-name,
.beautyandwellness20250711 .goods-price {
  display: block;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  font-size: 17px;
}

.beautyandwellness20250711 .sectionRecommend .body .swiper-wrapper {
  align-items: flex-start;
}

.beautyandwellness20250711 .sectionRecommend .swiperContent {
  position: relative;
  margin: 0 39px;
}

.beautyandwellness20250711 .sectionRecommend .body .swiper::before,
.beautyandwellness20250711 .sectionRecommend .body .swiper::after {
  content: none;
}

.beautyandwellness20250711 .sectionRecommend .goods:hover .goodsBox {
  background-color: rgba(0, 0, 0, 0.63);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.beautyandwellness20250711 .sectionRecommend .goodsBox {
  margin-top: 10px;
  letter-spacing: 0.06em;
  color: #464646;
  position: absolute;
  color: #fff;
  opacity: 0;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  width: 100%;
  font-family: "Oxygen", "Noto Sans JP";
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}

.beautyandwellness20250711 .sectionRecommend .goodsBrand {
  font-size: 18px;
  text-align: left;
}

.beautyandwellness20250711 .sectionRecommend .goodsName {
  text-align: left;
}

.beautyandwellness20250711 .sectionRecommend .goodsName,
.beautyandwellness20250711 .sectionRecommend .goodsPrice {
  font-size: 18px;
  line-height: 1.5em;
}

.beautyandwellness20250711 .sectionRecommend .goodsName span,
.beautyandwellness20250711 .sectionRecommend .goodsPrice span {
  font-size: 16px;
}

.beautyandwellness20250711 .sectionRecommend .goodsPrice {
  text-align: left;
}

.beautyandwellness20250711 .sectionRecommend .goods:hover .goodsBox {
  background-color: rgba(0, 0, 0, 0.63);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.beautyandwellness20250711 .sectionRecommend .swiper-button-next {
  right: -2.5em;
}

.beautyandwellness20250711 .sectionRecommend .swiper-button-prev {
  left: -2.5em;
}

/* @media screen and (max-width: 1366px) and (min-width: 1120px) {
  .beautyandwellness20250711 .sectionRecommend .swiper-button-next {
    right: 24.2em;
  }

  .beautyandwellness20250711 .sectionRecommend .swiper-button-prev {
    left: 24.2em;
  }
} */

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness20250711 .sectionRecommend .swiper-button-next {
    right: -2.2vw;
  }

  .beautyandwellness20250711 .sectionRecommend .swiper-button-prev {
    left: -2.2vw;
  }
}
@media screen and (max-width: 879px) and (min-width: 768px) {
  .beautyandwellness20250711 .sectionRecommend .swiper-button-next {
    right: -2.5em;
  }

  .beautyandwellness20250711 .sectionRecommend .swiper-button-prev {
    left: -2.5em;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .beautyandwellness20250711 .sectionRecommend .body .swiper::after {
    right: -1px;
  }

  .beautyandwellness20250711 .sectionRecommend .body .swiper::before {
    left: -1px;
  }

  .beautyandwellness20250711 .swiper-button-next,
  .beautyandwellness20250711 .swiper-container-rtl .swiper-button-prev {
    right: -1.4em;
  }

  .beautyandwellness20250711 .sectionRecommend .body .swiper {
    padding: 0 10px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {

  .beautyandwellness20250711 .goods-name,
  .beautyandwellness20250711 .goods-price {
    font-size: 14px;
  }

  .beautyandwellness20250711 .sectionRecommend .body .swiper div[class^=swiper-button-] {
    height: 49px;
    width: 16px;
  }

  .beautyandwellness20250711 .sectionRecommend .body .swiper {
    padding: 0;
    position: relative;
  }


  .beautyandwellness20250711 .sectionRecommend .swiperContent {
    margin: 0 10px;
    padding: 0 15px;
  }

  .beautyandwellness20250711 .sectionRecommend .swiper-button-next,
  .beautyandwellness20250711 .sectionRecommend .swiper-container-rtl .swiper-button-prev {
    right: -0.5em;
  }

  .beautyandwellness20250711 .sectionRecommend .swiper-button-prev,
  .beautyandwellness20250711 .sectionRecommend .swiper-container-rtl .swiper-button-next {
    left: -0.5em;
  }

  .beautyandwellness20250711 .swiperContent .goodsBox {
    color: #464646;
    position: relative;
    opacity: 1;
    bottom: auto;
    left: auto;
    margin-top: 5px;
    padding: 0;
  }

  .beautyandwellness20250711 .swiperContent .goodsBox .goodsName,
  .beautyandwellness20250711 .swiperContent .goodsBox .goodsPrice,
  .beautyandwellness20250711 .swiperContent .goodsBox .goodsBrand {
    font-size: 16px;
    line-height: 1.5em;
  }

  .beautyandwellness20250711 .sectionRecommend .goods:hover .goodsBox {
    background-color: transparent;
    transition: none;
  }

  .beautyandwellness20250711 .shopInfo20230713 .shopInfoImage {
    text-align: center;
  }
}