@charset "UTF-8";
/* =======================
	Initialize
	======================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #FFFFFF;
}

body {
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  --imini-green: #385323;
  --imini-brown: #40220F;
  --imini-gold: #AB914F;
  color: var(--imini-brown);
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

sup {
  font-size: 0.5em;
  letter-spacing: 0.2em;
  vertical-align: super;
}

.ly_content {
  background-image: url(https://www.imini.jp/component/top/_img/bg.webp);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
}
.ly_wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.ly_contentInner {
  width: 832px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ly_contentInner {
    padding: 0 55px;
    width: 100%;
  }
}

.ly_contentInner--Wide {
  padding: 0 159px;
}
@media only screen and (max-width: 767px) {
  .ly_contentInner--Wide {
    padding: 0 52px;
  }
}
section#ranking,section.ranking {
    padding-top: 0;
}



.cp_sns {
  position: fixed;
  top: 330px;
  left: 48px;
  z-index: 999;
  pointer-events: none;
}
@media only screen and (max-width: 1280px) {
  .cp_sns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp_sns {
    width: 20px;
    left: 13px;
    transform: none;
    top: 100svh;
    transform: translateY(calc(-100% - 20px));
  }
}
.cp_sns__grp {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 25.2px;
  flex-shrink: 0;
}
.cp_sns__item {
  display: block;
}
.cp_sns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  pointer-events: stroke;
}
.cp_sns__link img {
  width: 24px;
  height: 24px;
  display: block;
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .cp_sns__link img {
    width: 20px;
    height: 20px;
  }
}
.cp_sns__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: var(--imini-green);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.cp_sns__link:hover::before {
  opacity: 1;
}

.cp_titleBox {
  margin-bottom: 103px;
}
@media only screen and (max-width: 767px) {
  .cp_titleBox {
    margin-bottom: 50px;
  }
}

.cp_title {
  color: var(--imini-green, #385323);
  font-family: "Shippori Mincho";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 13.92px;
}
@media only screen and (max-width: 767px) {
  .cp_title {
    letter-spacing: 6.48px;
    font-size: 24px;
  }
}


.cp_cmnHeading {
  margin: 10px auto 80px;
  color: var(--imini-brown, #40220F);
}
@media only screen and (max-width: 767px) {
  .cp_cmnHeading {
	margin-top: 0;
    margin-bottom:31px;
  }
}
.cp_cmnHeading--white {
  color: var(--imini-white, #FFF);
}
.cp_cmnHeading--support {
  margin-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  .cp_cmnHeading--support {
    margin-bottom: 44px;
  }
}
.cp_cmnHeading__jp {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .cp_cmnHeading__jp {
    font-size: 17.5px;
    margin-bottom: 15px;
  }
}
.cp_cmnHeading__en {
  font-feature-settings: "salt" on, "palt" on;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 7.2px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cp_cmnHeading__en {
    font-size: 30px;
  }
}

.cp_subHeading {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .cp_subHeading {
    margin-bottom: 32px;
  }
}
.cp_subHeading__title {
  color: var(--imini-brown, #40220F);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .cp_subHeading__title {
    font-size: 14px;
  }
}
.cp_subHeading__titleJp {
  font-weight: 400;
}

.cp_2colContent {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 119px;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .cp_2colContent {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp_2colContent {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.cp_2colContent__photo {
  position: relative;
  max-width: 671px;
  width: 54%;
  aspect-ratio: 671/363;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 38px 33px 61.3px 0px rgba(0, 0, 0, 0.2);
}
.cp_2colContent--reverse .cp_2colContent__photo {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent--reverse .cp_2colContent__photo {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__photo {
    width: calc(100% - 55.5px);
  }
}
.cp_2colContent__img {
  height: 100%;
}
.cp_2colContent__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 61/33;
}
.cp_2colContent__btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__btn {
    bottom: 14px;
    right: 14px;
  }
}
.cp_2colContent--reverse .cp_2colContent__btn {
  left: 24px;
  right: auto;
}
.cp_2colContent__btnLabel {
  color: var(--imini-green, #385323);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  margin-bottom: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__btnLabel {
    font-size: 10px;
  }
}
.cp_2colContent__text {
  width: calc(100% - 671px);
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: var(--imini-green, #385323);
}
.cp_2colContent--reverse .cp_2colContent__text {
  order: 1;
  padding-left: 0;
  padding-right: 89px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent--reverse .cp_2colContent__text {
    text-align: left;
    order: 2;
    padding: 0 52px;
  }
}
@media only screen and (max-width: 1280px) {
  .cp_2colContent__text {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__text {
    width: 100%;
    padding: 0 52px;
  }
}
.cp_2colContent__textMain {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 60px */
  letter-spacing: 4.8px;
  margin-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__textMain {
    font-size: 15px;
    letter-spacing: 1.8px;
  }
}
.cp_2colContent__textMain sup {
  font-size: 13px;
  vertical-align: top;
  line-height: 350%;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__textMain sup {
    font-size: 10px;
  }
}
.cp_2colContent__textName {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  gap: 23px;
  transform: translateY(9px);
}
.cp_2colContent--reverse .cp_2colContent__textName {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cp_2colContent--reverse .cp_2colContent__textName {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__textName {
    font-size: 10px;
    gap: 12px;
  }
}
.cp_2colContent__textName::before {
  content: "";
  width: 170px;
  height: 1px;
  border-top: 1px solid var(--imini-green, #385323);
  opacity: 0.5;
  display: block;
  transform: translateY(11px);
}
@media only screen and (max-width: 767px) {
  .cp_2colContent__textName::before {
    flex-grow: 1;
    width: auto;
    transform: translateY(8px);
  }
}
.cp_2colContent--reverse .cp_2colContent__textName::before {
  display: none;
}
.cp_2colContent__textName::after {
  content: "";
  width: 170px;
  height: 1px;
  border-top: 1px solid var(--imini-green, #385323);
  opacity: 0.5;
  display: none;
  transform: translateY(11px);
}
.cp_2colContent--reverse .cp_2colContent__textName::after {
  display: block;
  transform: translateY(8px);
}

.cp_lps3Box {
  padding: 0 111px 0 159px;
  margin: 154px 0 60px;
  display: flex;
  gap: 79px;
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box {
    padding: 0 52px;
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.cp_lps3Box__textBlock {
  width: 398px;
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box__textBlock {
    width: 100%;
    display: contents;
  }
}
.cp_lps3Box__img {
  width: 533px;
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box__img {
    width: 100%;
    order: 2;
    margin-bottom: 24px;
  }
}
.cp_lps3Box__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  filter: drop-shadow(42.155px 36.608px 68.002px rgba(0, 0, 0, 0.1));
}
.cp_lps3Box__title {
  color: var(--imini-brown, #40220F);
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 4.8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box__title {
    order: 1;
    font-size: 18px;
  }
}
.cp_lps3Box__desc {
  color: var(--imini-brown, #40220F);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.9px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box__desc {
    margin-bottom: 24px;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .cp_lps3Box__btn {
    order: 4;
  }
}

.cp_strengthContents {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 174px auto 30px;
}
@media only screen and (max-width: 767px) {
  .cp_strengthContents {
    margin-top: 36px;
  }
}

.cp_strength {
  display: flex;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1.8s ease-in-out, height 1.8s ease-in-out;
}
.cp_strength.is_current {
  opacity: 1;
  visibility: visible;
  height: auto; /* JavaScriptで計算される高さ */
}
@media only screen and (max-width: 767px) {
  .cp_strength {
    width: 100%;
    flex-direction: column;
  }
}
.cp_strength__photo {
  position: relative;
  z-index: 0;
  max-width: 672px;
  width: 54%;
  aspect-ratio: 672/440;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 38px 33px 61.3px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .cp_strength__photo {
    width: calc(100% - 86px);
  }
}
.cp_strength__img {
  height: 100%;
}
.cp_strength__img picture {
  height: inherit;
}
.cp_strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 84/55;
}
.cp_strength__textBlock {
  width: 426px;
  transform: translateX(-115px);
  position: relative;
  z-index: 1;
  padding-top: 82px;
}
@media only screen and (max-width: 1000px) {
  .cp_strength__textBlock {
    transform: translateX(-45%);
  }
}
@media only screen and (max-width: 767px) {
  .cp_strength__textBlock {
    width: 100%;
    margin-top: -25%;
    padding: 0 0 0 52px;
    transform: none;
  }
}
.cp_strength__title {
  color: var(--imini-brown, #40220F);
  font-size: 24px;
  font-weight: 700;
  line-height: 200%; /* 48px */
  letter-spacing: 4.8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .cp_strength__title {
    font-size: 18px;
    text-align: left;
    width: auto;
    display: inline-block;
    float: right;
    padding-right: 10px;
  }
}
.cp_strength__desc {
  color: var(--imini-brown, #40220F);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .cp_strength__desc {
    clear: both;
    padding-right: 52px;
  }
}
.cp_strength__label {
  position: absolute;
  top: 20px;
  right: 8.8%;
  display: inline-flex;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid var(--imini-green, #385323);
  color: var(--imini-green, #385323);
}
@media only screen and (max-width: 1280px) {
  .cp_strength__label {
    right: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .cp_strength__label {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cp_strength__label {
    right: 17.75px;
    padding: 7.5px 15px;
  }
}
.cp_strength__labelText {
  font-feature-settings: "salt" on, "palt" on;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.72px;
}
@media only screen and (max-width: 767px) {
  .cp_strength__labelText {
    font-size: 11px;
  }
}
.cp_strength__label::after {
  content: "";
  width: 1px;
  height: 57px;
  flex-shrink: 0;
  background-color: var(--imini-green);
  position: absolute;
  top: 100%;
  right: -1px;
}
.cp_strengthNav {
  position: absolute;
  top: 333px;
  right: 8.8%;
}
@media only screen and (max-width: 1280px) {
  .cp_strengthNav {
    right: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .cp_strengthNav {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cp_strengthNav {
    top: auto;
    position: relative;
    right: auto;
    float: right;
    margin-right: 36px;
    margin-top: 24px;
  }
}
.cp_strengthNav__grp {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cp_strengthNav__item {
  display: block;
  list-style: none;
}
.cp_strengthNav__btn {
  width: 56px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cp_strengthNav__btn {
    width: 35px;
  }
}
.cp_strengthDots {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .cp_strengthDots {
    margin-top: 38px;
  }
}
.cp_strengthDots__grp {
  display: flex;
  gap: 88px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cp_strengthDots__grp {
    gap: 12px;
    justify-content: start;
    padding-left: 52px;
  }
}
.cp_strengthDots__item {
  display: block;
  list-style: none;
}
.cp_strengthDots__btn {
  display: block;
  cursor: pointer;
  width: 96px;
  height: 128px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.cp_strengthDots__btn:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .cp_strengthDots__btn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--imini-green, #385323);
  }
  .cp_strengthDots__btn.is_current {
    background-color: var(--imini-gold, #AB914F);
  }
}
.cp_strengthDots__label {
  color: var(--imini-green, #385323);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.9px;
  width: 128px;
  height: 128px;
  border: 1px solid var(--imini-green, #385323);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .cp_strengthDots__label {
    display: none;
  }
}
.is_current .cp_strengthDots__label {
  border-color: var(--imini-gold, #AB914F);
  color: var(--imini-gold, #AB914F);
}
.cp_strengthNote {
  width: 832px;
  margin: 56px auto 0;
}
@media only screen and (max-width: 1000px) {
  .cp_strengthNote {
    width: 100%;
    padding: 0 10px 0 52px;
    clear: both;
  }
}

.cp_future {
  margin: 0 auto 144px;
  position: relative;
  display: flex;
  justify-content: center;
  aspect-ratio: 1280/648;
}
@media only screen and (max-width: 767px) {
  .cp_future {
    overflow: unset;
    margin: -50px 0 75px;
  }
}
.cp_future__inner {
  background-image: url(https://www.imini.jp/component/top/_img/bg_future.webp);
  background-size: 1280px;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 800px;
  max-width: 1280px;
  min-height: 648px;
}
@media only screen and (max-width: 767px) {
  .cp_future__inner {
    /*min-width: 100%;*/
	 min-width: 80%;
    background-size: 250%;
    -webkit-mask-image: none;
            mask-image: none;
    overflow: auto;
  }
}
.cp_future__textBlock {
  width: 1280px;
  position: absolute;
  top: 184px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding-right: 87px;
}
@media only screen and (max-width: 767px) {
  .cp_future__textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 38px;
  }
}
.cp_future__textEn {
  color: var(--imini-green, #385323);
  text-align: right;
  font-feature-settings: "salt" on, "palt" on;
  font-family: "Shippori Mincho";
  font-size: 12px;
  letter-spacing: 3.48px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cp_future__textEn {
    font-size: 9px;
    letter-spacing: 2.16px;
    margin-bottom: 15px;
    padding-right: 5px;
  }
}
.cp_future__textJp {
  color: var(--imini-green, #385323);
  text-align: right;
  font-family: "Shippori Mincho";
  font-size: 48px;
  line-height: normal;
  letter-spacing: 13.92px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cp_future__textJp {
    font-size: 28.5px;
    letter-spacing: 8.19px;
    display: flex;
    flex-direction: column;
    margin-right: -10px;
  }
}
.cp_future__textJp sup {
  font-size: 32px;
  letter-spacing: 5.44px;
}
@media only screen and (max-width: 767px) {
  .cp_future__textJp sup {
    font-size: 15px;
    letter-spacing: 3.06px;
  }
}
.cp_future__img {
  position: absolute;
  overflow: hidden;
}

.cp_future__img--03 {
  width: 292px;
  bottom: -25%;
  left: 22%;
}
@media only screen and (max-width: 767px) {
  .cp_future__img--03 {
    width: 146px;
  }
}
.cp_future__img--04 {
  width: 386px;
  bottom: -30%;
  right: 0%;
}
@media only screen and (max-width: 767px) {
  .cp_future__img--04 {
    width: 140px;
    bottom: -10%;
  }
}

.cp_future_rel {
    position: relative;
}
.cp_future_att {
    position: absolute;
    bottom: 30px;
    right: 5%;
    color: var(--imini-green, #385323);
    font-feature-settings: "salt" on, "palt" on;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 2;
}

.cp_bnrBox {
  max-width: 832px;
  margin: 0 auto 101px;
	display: flex;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
  .cp_bnrBox {
	display: block;
    width: 100%;
    padding: 0 52px;
    margin: 0 auto 57px;
  }
}

.cp_bnr {
  display: block;
}
@media only screen and (max-width: 767px) {
	.cp_bnr {
  margin-bottom: 16px;
}
}

.cp_bnr img {
  width: 100%;
  height: auto;
  display: block;
}

.cp_cardWrapper {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .cp_cardWrapper {
    margin-bottom: 71px;
  }
}
.cp_cardWrapper--service {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .cp_cardWrapper--service {
    margin-bottom: 11px;
  }
}

.cp_card {
  width: 224px;
}
@media only screen and (max-width: 767px) {
  .cp_card {
    width: 132px;
  }
}
.cp_card__link {
  display: block;
}
.cp_card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
	border: 1px solid #ccc;
}



.cp_card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  aspect-ratio: 1/1;
}
.cp_card__textBlock {
  padding: 32px 0 0;
}
@media only screen and (max-width: 767px) {
  .cp_card__textBlock {
    padding-top: 23px;
  }
}
.cp_card__category {
  display: inline-flex;
  height: 24px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--imini-gold, #AB914F);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cp_card__category {
    font-size: 10px;
    height: 16px;
  }
}
.cp_card__title {
  color: var(--imini-brown, #40220F);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin: 13px 0;
}
@media only screen and (max-width: 767px) {
  .cp_card__title {
    font-size: 12px;
    margin: 17px 0;
  }
}
.cp_card__desc {
  color: var(--imini-brown, #40220F);
  font-size: 13px;
  letter-spacing: 0.78px;
}
@media only screen and (max-width: 767px) {
  .cp_card__desc {
    font-size: 11px;
  }
}

.cp_productCategoryArea {
  padding-bottom: 158px;
}
@media only screen and (max-width: 767px) {
  .cp_productCategoryArea {
	  padding-top: 50px;
    padding-bottom: 83px;
  }
}

@media only screen and (max-width: 767px) {
    .cp_productCategoryArea .ly_contentInner {
        padding: 0 10px 0 55px;
    }
}

.cp_productCategory {
  width: 832px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 52px;
    gap: 11px;
  }
}
.cp_productCategory__item {
  border-radius: 4px;
  background: var(--imini-white, #FFF);
  box-shadow: 38px -33px 61.3px 0px rgba(0, 0, 0, 0.05);
  width: 300px;
  height: 400px;
  padding: 52px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item {
    position: relative;
    top: auto;
    left: auto;
    width: calc(50% - 5.5px);
    height: auto;
    aspect-ratio: 259/417;
    padding: 15px;
  }
}
.cp_productCategory__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(56, 83, 35, 0.9) 0%, rgba(56, 83, 35, 0.9) 100%);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item::before {
    opacity: 1;
  }
}
.cp_productCategory__item:nth-child(1) {
  left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item:nth-child(1) {
    left: auto;
  }
}
.cp_productCategory__item:nth-child(1)::before {
  background-image: url(https://www.imini.jp/component/top/_img/bg_product_category_card_skincare.webp);
}
.cp_productCategory__item:nth-child(2) {
  left: 178px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item:nth-child(2) {
    left: auto;
  }
}
.cp_productCategory__item:nth-child(2)::before {
  background-image: url(https://www.imini.jp/component/top/_img/bg_product_category_card_makeup.webp);
}
.cp_productCategory__item:nth-child(3) {
  right: 178px;
  left: auto;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item:nth-child(3) {
    right: auto;
  }
}
.cp_productCategory__item:nth-child(3)::before {
  background-image: url(https://www.imini.jp/component/top/_img/bg_product_category_card_haircare.webp);
}
.cp_productCategory__item:nth-child(4) {
  right: 0%;
  left: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__item:nth-child(4) {
    right: auto;
  }
}
.cp_productCategory__item:nth-child(4)::before {
  background-image: url(https://www.imini.jp/component/top/_img/bg_product_category_card_innercare.webp);
}
.cp_productCategory__item.is_active {
  z-index: 5;
  background: linear-gradient(0deg, rgba(56, 83, 35, 0.9) 0%, rgba(56, 83, 35, 0.9) 100%);
  color: #fff;
}
.cp_productCategory__item.is_active::before {
  opacity: 1;
}
.cp_productCategory__item.is_active .cp_productCategory__thumb {
  display: none;
}
.cp_productCategory__item.is_active .cp_productCategory__name {
  color: #fff;
  position: relative;
  z-index: 11;
  margin-top: auto;
  margin-bottom: auto;
}
.cp_productCategory__item.is_active .cp_btn {
  background: var(--imini-green, #385323);
  color: #fff;
  border-color: #fff;
}
.cp_productCategory__item.is_active .cp_btn:hover {
  background: #fff;
  color: var(--imini-green, #385323);
}
.cp_productCategory__name {
  color: var(--imini-brown, #40220F);
  text-align: center;
  font-feature-settings: "salt" on, "palt" on;
  font-family: "Shippori Mincho";
  font-size: 24px;
  letter-spacing: 6.96px;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__name {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 11;
    margin-top: auto;
    margin-bottom: auto;
    letter-spacing: 0.56px;
  }
}
.cp_productCategory__thumb {
  width: 221px;
  height: 153px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__thumb {
    display: none;
  }
}
.cp_productCategory__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 13/9;
  transition: none;
}
.cp_productCategory__btn {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .cp_productCategory__btn .cp_btn {
    background: var(--imini-green, #385323);
    color: #fff;
    border-color: #fff;
  }
  .cp_productCategory__btn .cp_btn:link, .cp_productCategory__btn .cp_btn:visited {
    background: var(--imini-green, #385323);
    color: #fff;
  }
}

.cp_swiperNav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 224px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cp_swiperNav {
    padding: 20px 17px 0 52px;
    max-width: 100vw;
    width: 100%;
    margin: 0;
  }
}


.cp_swiperPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #a7a7a7;
  margin: 0 12px !important;
}
@media only screen and (max-width: 767px) {
  .cp_swiperPagination .swiper-pagination-bullet {
    margin: 0 12px 0 0 !important;
  }
}
.cp_swiperPagination .swiper-pagination-bullet-active {
  background-color: var(--imini-brown);
}

.cp_swiperBtnWrapper {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .cp_swiperBtnWrapper {
    width: 86px;
  }
}

.cp_swiperBtn {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cp_swiperBtn {
    width: 35px;
    height: 35px;
  }
}
/*swiper center */
.cp_cardWrapper .swiper-wrapper {
	justify-content: center;
}
/* cp_supportArea */
.cp_supportArea {
  padding: 127px 0 128px;
	background-color: #AE9556;
 /*background-image: url(https://www.imini.jp/component/top/_img/bg_support.webp);*/
}
@media only screen and (max-width: 767px) {
  .cp_supportArea {
    padding: 57px 0 57px;
  }
}

.cp_supportContents {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .cp_supportContents {
    flex-wrap: wrap;
    gap: 17px;
  }
}

.cp_supportItem {
  width: calc(50% - 40px);
  display: flex;
  height: 266px;
  padding: 72px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  color: var(--imini-brown, #40220F);
}
@media only screen and (max-width: 767px) {
  .cp_supportItem {
    width: 100%;
    height: auto;
    aspect-ratio: 540/391;
    padding: 0px 0 0 0;
    justify-content: center;
  }
  .cp_supportItem .cp_btn {
    width: 159px;
  }
}
.cp_supportItem--delivery {
  background-image: url(https://www.imini.jp/component/top/_img/bg_support_delivery.webp);
}
.cp_supportItem--faq {
  background-image: url(https://www.imini.jp/component/top/_img/bg_support_faq.webp);
}
.cp_supportItem__titleEn {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.78px;
  margin-bottom: 13px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cp_supportItem__titleEn {
    margin-bottom: 17px;
    font-size: 11px;
  }
}
.cp_supportItem__titleJp {
  font-feature-settings: "salt" on, "palt" on;
  font-family: "Shippori Mincho";
  font-size: 24px;
  letter-spacing: 1.68px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .cp_supportItem__titleJp {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.cp_circleBtn {
  width: 72px;
  height: 72px;
  border: 1px solid var(--imini-green, #385323);
  background: var(--imini-green, #385323);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.cp_circleBtn svg {
  transition: transform 0.3s;
}
.cp_circleBtn path {
  transition: stroke 0.5s ease-in-out;
  stroke-width: 1px;
  stroke: #FFF;
}
.cp_circleBtn:hover {
  background: #fff;
}
.cp_circleBtn:hover svg {
  transform: translateX(8px);
}
.cp_circleBtn:hover path {
  stroke: var(--imini-green, #385323);
}
@media only screen and (max-width: 767px) {
  .cp_circleBtn {
    width: 61px;
    height: 61px;
  }
}
.cp_circleBtn--reverse:hover svg {
  transform: translateX(-8px);
}
.cp_circleBtn--sm {
  width: 56px;
  height: 56px;
}
.cp_circleBtn--sm svg {
  width: 32.033px;
  height: 6.072px;
  flex-shrink: 0;
}
.cp_circleBtn--sm path {
  width: 22.033px;
  height: 3.672px;
}
.cp_circleBtn--sm:hover {
  background: #fff;
}
.cp_circleBtn--sm:hover svg {
  transform: translateX(6px);
}
.cp_circleBtn--sm.cp_circleBtn--reverse:hover svg {
  transform: translateX(-6px);
}
@media only screen and (max-width: 767px) {
  .cp_circleBtn--sm {
    width: 35px;
    height: 35px;
  }
  .cp_circleBtn--sm svg {
    width: 15.75px;
    height: 4px;
    stroke-width: 0.574px;
  }
}
.cp_circleBtn--brown {
  background: var(--imini-brown, #40220F);
  border-color: var(--imini-brown, #40220F);
}
.cp_circleBtn--brown:hover {
  background: #fff;
  color: var(--imini-brown, #40220F);
}
.cp_circleBtn--brown:hover path {
  stroke: var(--imini-brown, #40220F);
}

.cp_btn {
  display: flex;
  width: 240px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 64px;
  border: 1px solid #FFF;
  background: var(--imini-green, #385323);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cp_btn {
    font-size: 12px;
    height: 34px;
  }
}
.cp_btn:link, .cp_btn:visited {
  color: #fff;
}
.cp_btn:hover {
  background: #fff;
  color: var(--imini-green, #385323);
  border-color: var(--imini-green, #385323);
}
.cp_btn sup {
  position: relative;
  top: -0.5em;
}
.cp_btn--full {
  width: 100%;
}
.cp_btn--white {
  background: #fff;
  color: var(--imini-brown, #40220F);
  border-color: var(--imini-brown, #40220F);
}
.cp_btn--white:link, .cp_btn--white:visited {
  color: var(--imini-brown, #40220F);
}
.cp_btn--white:hover {
  background: var(--imini-green, #385323);
  color: #fff;
}
.cp_btn--brown {
  background: var(--imini-brown, #40220F);
  color: #fff;
  border-color: var(--imini-brown, #40220F);
}
.cp_btn--brown:link, .cp_btn--brown:visited {
  color: #fff;
}
.cp_btn--brown:hover {
  background: #fff;
  color: var(--imini-brown, #40220F);
border-color: var(--imini-brown, #40220F);
}
.cp_btn--gold {
  background: var(--imini-gold, #AE9556);
  color: #fff;
  border-color: var(--imini-gold, #AE9556);
}
.cp_btn--gold:link, .cp_btn--gold:visited {
  color: #fff;
}
.cp_btn--gold:hover {
  background: #fff;
  color: var(--imini-gold, #AE9556);
	border-color: var(--imini-gold, #AE9556);
}

.cp_annotation {
  color: var(--imini-green, #385323);
  font-feature-settings: "salt" on, "palt" on;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 2;
}

.js_fadeInUp {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.72s, transform 1.72s;
}

.is_active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation: fadeInUp 1s ease-out forwards;
}

.js_fadeInChild .js_fadeInChild__elm {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s;
}
.js_fadeInChild.is_active .js_fadeInChild__elm {
  opacity: 1;
}
.js_fadeInChild.is_active .js_fadeInChild__elm:nth-child(1) {
  transition-delay: 0.1s;
}
.js_fadeInChild.is_active .js_fadeInChild__elm:nth-child(2) {
  transition-delay: 0.3s;
}
.js_fadeInChild.is_active .js_fadeInChild__elm:nth-child(3) {
  transition-delay: 0.5s;
}
.js_fadeInChild.is_active .js_fadeInChild__elm:nth-child(4) {
  transition-delay: 0.7s;
}
.js_fadeInChild.is_active .js_fadeInChild__elm:nth-child(5) {
  transition-delay: 0.9s;
}

.js_slideInToLeft {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-in-out, transform 1s;
}
@media only screen and (max-width: 767px) {
  .js_slideInToLeft {
    transform: translateX(-50px);
  }
}
.js_slideInToLeft.is_active {
  opacity: 1;
  transform: translateX(0);
}

.js_slideInToRight {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-in-out, transform 1s;
}
@media only screen and (max-width: 767px) {
  .js_slideInToRight {
    transform: translateX(-50px);
  }
}
.js_slideInToRight.is_active {
  opacity: 1;
  transform: translateX(0);
}

.br_inPc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .br_inPc {
    display: inline;
  }
}

.br_inSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_inSp {
    display: inline;
  }
}

/* ========================================
    news
======================================== */

/* section */
.news.section {
    padding: calc(58 / 750 * 100vw) 0 calc(103 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
    .news.section {
        padding: 0px 0 110px;
    }
}

/* section-title-image */
.news .section-title-image {
    height: calc(41 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
    .news .section-title-image {
        height: 27px;
    }
}

/* ※②の修正：picture,imgの高さを上書き */
section.news .section-title-image picture,
section.news .section-title-image img {
    height: 110%;
}
@media screen and (min-width: 769px) {
    section.news .section-title-image picture,
    section.news .section-title-image img {
        height: auto;
        width: 146px;
    }
}

/* section-title */
.news .section-title {
    /*margin-top: 11px;*/
    text-align: left;

    /* top②の修正値 */
    font-size: 17.5px;
    margin-top: 21px;
}
@media screen and (min-width: 769px) {
    .news .section-title {
        /*margin-top: 20px;*/

        /* top②の修正値 */
        font-size: 18px;
        margin-top: 30px;
    }
}

/* news-list */
.news-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 5px auto 48px;
    padding: 0 55px;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .news-list {
        width: calc(100% - 80px);
        max-width: 832px;
        margin: 0 auto;
    }
}

/* news-box */
.news-box {
    padding: 12px 14px;
    display: flex;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 38px -33px 61.3px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
    .news-box {
        padding: 24px 28px;
        flex-direction: row;
        gap: 8px;
    }
}

.news-box-title {
    font-size: 14px;
    line-height: 1.43;
    display: flex;
    align-items: center;
}

.news-box-date {
    width: 79px;
}
@media screen and (min-width: 769px) {
    .news-box-date {
        width: 82px;
    }
}

/* label */
.news-box-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 20px;
    margin-left: 15px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.025em;
    line-height: 1;
}
@media screen and (min-width: 769px) {
    .news-box-label {
        width: 110px;
        height: 25px;
        margin-left: 20px;
        border-radius: 15px;
        font-size: 12px;
    }
}

.news-box-label.media {
    background-color: #ab7816;
}
.news-box-label.info {
    background-color: #59513c;
}

/* detail */
.news-box-detail {
    /*margin-top: 8px;*/
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.43;

    /* too①末尾の指定で上書きされていたので統合 */
    margin-top: 0;
}
@media screen and (min-width: 769px) {
    .news-box-detail {
        margin: 3px 0 0 25px;
    }
}

.news-box-detail a:hover {
    text-decoration: underline;
}

/* link-wrapper */
.news-link-wrapper {
    display: flex;
    justify-content: center;
    width: calc(650 / 750 * 100vw);
    margin: 17px auto 0;
    font-size: 14px;
    line-height: 1;
    text-align: right;
}
@media screen and (min-width: 769px) {
    .news-link-wrapper {
        width: calc(100% - 80px);
        max-width: 720px;
        margin: 25px auto 0;
        justify-content: end;
    }
}

/* section-title-wrapper（top③修正） */
.news h2.section-title-wrapper {
    margin-bottom: 51px;
    padding: 0 55px;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .news h2.section-title-wrapper {
        max-width: 722px;
        padding: 0;
        margin: 0 auto 60px; /* ←top③の修正を反映 */
    }
}

.news .section-title-image picture,
.news .section-title-image img {
    margin: 0;
}

/* link button */
.news-link-wrapper a {
    display: flex;
    width: 240px;
    height: 34px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 64px;
    border: 1px solid var(--imini-brown, #40220F);
    background: var(--imini-brown, #40220F);
    color: #fff;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
    .news-link-wrapper a {
        height: 56px;
        padding: 24px 28px;
        font-size: 14px;
    }
}

.news-link-wrapper a:hover {
    background: #fff;
    color: var(--imini-brown, #40220F);
    text-decoration: none;
}
.news-link-wrapper a:hover path {
    stroke: var(--imini-brown, #40220F);
}
.news-link-wrapper .news-link:hover {
    text-decoration: none;
}
/* ========================================
20250812_product修正 
========================================*/
	.view_pc {
		display: none;
	}
	.view_sp {
		display: block;
	}
	
	@media screen and (min-width: 769px) {
	.view_pc {
		display: block;
	}
	.view_sp {
		display: none;
	}
	}

/* ========================================
	product-item-weap
======================================== */

/* product number */

	.productItems-list {	
	 display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
		justify-content: space-between;
	}

.productItems-list-item {
		width: 48%;
	list-style:none;
}
.productItems-list-item:nth-of-type(n+3) {
    padding-top: 16px;
}
@media screen and (min-width: 769px) {
.productItems-list-item {
	width: 25%;
    list-style: none;
}	
	.productItems-list-item:nth-of-type(n+3) {
    padding-top: 0;
}
}		


.productItems-item-text {
	margin-top: 10px;
}
@media screen and (min-width: 769px){
	.productItems-item-text {
		margin-top: 10px;
	}
}

.productItems-item-name {
	font-size: 12px;
	font-weight: 700;
}
@media screen and (min-width: 769px){
	.productItems-item-name {
		font-size: 15px;
		line-height: 1.6;
	}
}

.productItems-item-price {
	font-size: 12px;
}
@media screen and (min-width: 769px){
	.productItems-item-price {
		font-size: 14px;
	}
}

.productItems-item-price .tax {
	font-size: 10px;
}
/* new product 2024*/

.product-item-weap span.section-title-image {
    display: none;
}

.product-item-weap h2#category_product_disp_img,.section.product-item-weap .section-title {
    width: 832px;
    margin: 0 auto 64px;
	color: var(--imini-brown, #40220F);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}
	@media only screen and (max-width: 767px) {			
.product-item-weap h2#category_product_disp_img,.section.product-item-weap .section-title {
    width: 100%;
    margin: 0 auto 32px;
	padding: 0 55px;
    font-size: 14px;
}
	}	
.productItems-item-image {
	display: flex;
    background: #fff;
    justify-content: center;
	/*padding: 0%;*/
}
	.productItems-item-image img {
		width: 100%;
	}
@media screen and (min-width: 769px) {
.productItems-item-image img {
    width: 100%;
}
}
	
.productItems__btn {
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}	
@media only screen and (max-width: 767px) {
    .productItems__btn .cp_btn {
        font-size: 16px;
        height: 54px;
    }
}