@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
.contents {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}
.contents img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contents a {
  text-decoration: none;
}
.contents .u-min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.contents .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents .c-btn {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-btn {
    height: min(56px, 5.1851851852vw);
  }
  .contents .c-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn {
    height: 14.9333333333vw;
  }
}
.contents .c-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .c-btn::after {
    width: min(8px, 0.7407407407vw);
    height: min(14px, 1.2962962963vw);
    right: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    right: 4vw;
  }
}
.contents .c-btn.-bk {
  background-color: #000;
}
.contents .c-btn.-bl1 {
  background-color: #548cb7;
}
.contents .c-btn.-bl2 {
  background-color: #759eb1;
}
@media screen and (min-width: 768px) {
  .contents .c-text {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-text + .c-text {
    margin-top: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-text + .c-text {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-text.sp-mt0 {
    margin-top: 0;
  }
}
.contents .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .l-inner {
    max-width: min(1000px, 92.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .l-inner {
    max-width: 92vw;
  }
}
.contents .p-kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-kv {
    padding-top: min(30px, 2.7777777778vw);
  }
}
.contents .p-kv__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__bg::before, .contents .p-kv__bg::after {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
  }
  .contents .p-kv__bg::before {
    width: 100%;
    background: linear-gradient(to right, #b6cad5 0%, #a6bfd6 100%);
    top: min(55px, 5.0925925926vw);
    left: 0;
    right: 0;
    height: min(340px, 31.4814814815vw);
    z-index: -3;
  }
  .contents .p-kv__bg::after {
    opacity: 0.7;
    background: center/cover no-repeat url(../img/bg-leaf.jpg);
    top: min(395px, 36.5740740741vw);
    width: 100vw;
    height: 24.3055555556vw;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__bg {
    background: top -15.2vw center/100% auto no-repeat url(../img/bg-kv-sp.jpg);
  }
}
.contents .p-kv__inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__inner {
    margin: 0 auto;
    max-width: min(1000px, 92.5925925926vw);
  }
  .contents .p-kv__inner::before {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    background: center/contain no-repeat url(../img/bg-kv.png);
    width: min(720px, 66.6666666667vw);
    height: min(240px, 22.2222222222vw);
    top: max(-100px, -9.2592592593vw);
    right: 0;
  }
}
.contents .p-kv__img {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__img img {
    width: min(350px, 32.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__img img {
    width: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__img-img02 {
    margin-top: min(110px, 10.1851851852vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__img-img02 {
    margin-top: 29.3333333333vw;
  }
}
.contents .p-kv__title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__title {
    right: 0;
    top: min(200px, 18.5185185185vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__title {
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.contents .p-kv__title-txt {
  display: inline-block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__title-txt {
    font-size: clamp(17.5px, 3.2407407407vw, 35px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__title-txt {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__title-txt {
    padding: min(10px, 0.9259259259vw) min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__title-txt {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__title-txt.txt01 {
    position: absolute;
    right: 0;
    top: 14.6666666667vw;
    padding-left: 2.4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__title-txt.txt02 {
    margin-top: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__title-txt.txt02 {
    position: absolute;
    padding-left: 4vw;
    padding-right: 2.4vw;
    bottom: 16.4vw;
    left: 0;
  }
}
.contents .p-intro {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-intro {
    padding-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro {
    position: relative;
    z-index: 1;
    padding-top: 25.3333333333vw;
    background: top center/100% auto no-repeat url(../img/bg-intro-sp.jpg);
    margin-top: -12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__title {
    font-size: clamp(14px, 2.5925925926vw, 28px);
    line-height: 1.7857142857;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__title {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.8043478261;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__title {
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__title {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__txt {
    font-size: clamp(7.5px, 1.3888888889vw, 15px);
    line-height: 3;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8076923077;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.contents .p-intro__img {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__img {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    column-gap: min(120px, 11.1111111111vw);
    margin-top: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__img {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-top: 12vw;
  }
}
.contents .p-intro__img::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__img::before {
    background-image: url(../img/bg-intro-img.jpg);
    width: 100%;
    right: 0;
    left: 0;
    height: min(329px, 30.462962963vw);
    top: min(50px, 4.6296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__img::before {
    background-image: url(../img/bg-intro-img-sp.jpg);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 62.6666666667vw;
    top: 28.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__img img {
    width: min(300px, 27.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__img img {
    width: 57.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__img-img01 {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__img-img02 {
    margin-top: min(130px, 12.037037037vw);
  }
}
.contents .p-nav {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-nav {
    padding-top: min(70px, 6.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-nav__title {
    margin-bottom: min(50px, 4.6296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__title {
    margin-bottom: 8vw;
  }
}
.contents .p-nav__title-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-nav__title-en {
    font-size: clamp(15px, 2.7777777778vw, 30px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__title-en {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
.contents .p-nav__title-jp {
  display: block;
  color: #548cb7;
}
@media screen and (min-width: 768px) {
  .contents .p-nav__title-jp {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__title-jp {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-nav__title-jp {
    margin-top: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__title-jp {
    margin-top: 5.0666666667vw;
  }
}
.contents .p-nav__list {
  display: flex;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(92, 164, 186, 0.12) 100%);
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__list {
    justify-content: space-between;
    position: relative;
  }
  .contents .p-nav__list::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0.5333333333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
}
.contents .p-nav__list-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list-item {
    width: min(359px, 33.2407407407vw);
    border-left: min(2px, 0.1851851852vw) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__list-item {
    width: 49.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list-item:last-of-type {
    border-right: min(2px, 0.1851851852vw) solid #fff;
  }
}
.contents .p-nav__list-item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list-item a {
    font-size: clamp(7px, 1.2962962963vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__list-item a {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list-item a {
    height: min(103px, 9.537037037vw);
    padding-top: min(22px, 2.037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__list-item a {
    height: 30.9333333333vw;
    padding-top: 5.6vw;
  }
}
.contents .p-nav__list-item a::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-color: #548cb7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-nav__list-item a::after {
    width: min(22px, 2.037037037vw);
    height: min(11px, 1.0185185185vw);
    bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-nav__list-item a::after {
    width: 5.8666666667vw;
    height: 2.9333333333vw;
    bottom: 5.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item {
    padding-top: min(120px, 11.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item.dryer .p-item__bg {
    background-color: #dfe7ef;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item.dryer .p-item__bg {
    background: top center/cover no-repeat url(../img/bg-dryer-sp.jpg);
  }
}
.contents .p-item.dryer .p-item__subtitle {
  color: #a6bfd6;
  left: 0;
}
.contents .p-item.dryer .p-item__arrow-icon {
  background: linear-gradient(to top, rgb(84, 140, 183) 0%, rgba(84, 140, 183, 0) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-item.dryer .p-item__box01 .spec-box {
    border: min(2px, 0.1851851852vw) solid #a9c0d8;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item.dryer .p-item__box01 .spec-box {
    border: 0.2666666667vw solid #a9c0d8;
  }
}
.contents .p-item.dryer .p-item__box01 .spec-box-title {
  color: #548cb7;
}
@media screen and (min-width: 768px) {
  .contents .p-item.dryer .p-item__box02 {
    border: min(2px, 0.1851851852vw) solid #a9c0d8;
  }
}
.contents .p-item.dryer .p-item__voice-title,
.contents .p-item.dryer .p-item__voice-chart .text-num {
  color: #548cb7;
}
@media screen and (min-width: 768px) {
  .contents .p-item.iron .p-item__bg {
    background-color: #d9e2e6;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item.iron .p-item__bg {
    background: top center/cover no-repeat url(../img/bg-iron-sp.jpg);
  }
}
.contents .p-item.iron .p-item__subtitle {
  color: #97b8cb;
  right: 0;
}
.contents .p-item.iron .p-item__arrow-icon {
  background: linear-gradient(to top, rgb(117, 158, 177) 0%, rgba(84, 140, 183, 0) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-item.iron .p-item__box01 .spec-box {
    border: min(2px, 0.1851851852vw) solid #b4cdd5;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item.iron .p-item__box01 .spec-box {
    border: 0.2666666667vw solid #b4cdd5;
  }
}
.contents .p-item.iron .p-item__box01 .spec-box-title {
  color: #759eb1;
}
@media screen and (min-width: 768px) {
  .contents .p-item.iron .p-item__box02 {
    border: min(2px, 0.1851851852vw) solid #b4cdd5;
  }
}
.contents .p-item.iron .p-item__voice-title,
.contents .p-item.iron .p-item__voice-chart .text-num {
  color: #759eb1;
}
.contents .p-item__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-item__bg {
    padding-top: min(60px, 5.5555555556vw);
    padding-bottom: min(70px, 6.4814814815vw);
  }
  .contents .p-item__bg::before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    mix-blend-mode: multiply;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    opacity: 0.7;
    background: top center/contain no-repeat url(../img/bg-leaf.jpg);
    height: 24.3055555556vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__bg {
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }
}
.contents .p-item .l-inner {
  position: relative;
  z-index: 3;
}
.contents .p-item__subtitle {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .contents .p-item__subtitle {
    font-size: clamp(30px, 5.5555555556vw, 60px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__subtitle {
    font-size: calc(80 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__subtitle {
    top: max(-140px, -12.962962963vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__subtitle {
    top: -25.3333333333vw;
  }
}
.contents .p-item__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__title {
    font-size: clamp(12.5px, 2.3148148148vw, 25px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__title {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__title {
    margin-bottom: min(48px, 4.4444444444vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__title {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__inner {
    margin: 0 auto;
    max-width: min(900px, 83.3333333333vw);
  }
}
.contents .p-item__top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top {
    margin-bottom: min(60px, 5.5555555556vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-img {
    width: min(450px, 41.6666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.contents .p-item__top-txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt {
    width: 100%;
  }
}
.contents .p-item__top-txt .feature {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .feature {
    justify-content: center;
    column-gap: min(22.5px, 2.0833333333vw);
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .feature {
    justify-content: space-between;
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .feature-item {
    width: min(100px, 9.2592592593vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .feature-item {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .feature-item-txt {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .feature-item-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .feature-item-txt {
    margin-top: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .feature-item-txt {
    margin-top: 2.6666666667vw;
  }
}
.contents .p-item__top-txt .feature-item-txt small {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .feature-item-txt small {
    font-size: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .feature-item-txt small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .name {
    margin-bottom: min(28px, 2.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .name {
    margin-bottom: 7.2vw;
  }
}
.contents .p-item__top-txt .name-jp {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .name-jp {
    font-size: clamp(8.5px, 1.5740740741vw, 17px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .name-jp {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
.contents .p-item__top-txt .name-en {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .name-en {
    font-size: clamp(6.5px, 1.2037037037vw, 13px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .name-en {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .name-en {
    margin-top: min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .name-en {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .price {
    font-size: clamp(11px, 2.037037037vw, 22px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .price {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .price {
    margin-bottom: min(28px, 2.5925925926vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .price {
    margin-bottom: 7.6vw;
  }
}
.contents .p-item__top-txt .price-tax {
  font-size: 80%;
}
.contents .p-item__top-txt .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-item__top-txt .c-btn {
    width: min(275px, 25.462962963vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__top-txt .c-btn {
    width: 73.3333333333vw;
  }
}
.contents .p-item__arrow {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__arrow {
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__arrow {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__arrow-txt {
    font-size: clamp(11px, 2.037037037vw, 22px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__arrow-txt {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__arrow-txt {
    margin-bottom: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__arrow-txt {
    margin-bottom: 3.2vw;
  }
}
.contents .p-item__arrow-icon {
  display: block;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-item__arrow-icon {
    width: min(168px, 15.5555555556vw);
    height: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__arrow-icon {
    width: 37.3333333333vw;
    height: 6.6666666667vw;
  }
}
.contents .p-item__box01 {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01 {
    align-items: flex-start;
    justify-content: space-between;
    padding: min(50px, 4.6296296296vw);
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01 {
    flex-direction: column;
    padding: 5.3333333333vw;
    margin-bottom: 14.6666666667vw;
    row-gap: 6.4vw;
  }
}
.contents .p-item__box01 img {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left {
    width: min(400px, 37.037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec {
    margin-bottom: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec {
    margin-bottom: 6.4vw;
  }
}
.contents .p-item__box01-left .spec-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec-box {
    margin-top: min(30px, 2.7777777778vw);
    padding: min(15px, 1.3888888889vw) min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec-box {
    margin-top: 4vw;
    padding: 2vw 2.6666666667vw;
  }
}
.contents .p-item__box01-left .spec-box-title {
  background-color: #fff;
  position: absolute;
  display: inline-block;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec-box-title {
    font-size: clamp(6px, 1.1111111111vw, 12px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec-box-title {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec-box-title {
    padding: 0 min(5px, 0.462962963vw);
    left: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec-box-title {
    padding: 0 1.3333333333vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec-box-txt {
    font-size: clamp(5.5px, 1.0185185185vw, 11px);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec-box-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.contents .p-item__box01-left .spec-box-txt small {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-left .spec-box-txt small {
    font-size: min(10px, 0.9259259259vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-left .spec-box-txt small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right {
    width: min(350px, 32.4074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .size {
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .size {
    margin-bottom: 8vw;
  }
}
.contents .p-item__box01-right .accessories-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-title {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-title {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-title {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-title {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-item__box01-right .accessories-title02 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-title02 {
    font-size: clamp(8px, 1.4814814815vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-title02 {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-title02 {
    margin-bottom: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-title02 {
    margin-bottom: 4vw;
  }
}
.contents .p-item__box01-right .accessories-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-wrap {
    column-gap: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-wrap {
    column-gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-wrap img {
    width: min(174px, 16.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-wrap img {
    width: 38vw;
  }
}
.contents .p-item__box01-right .accessories-txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-txt {
    font-size: clamp(6.5px, 1.2037037037vw, 13px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.contents .p-item__box01-right .accessories-note {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-note {
    font-size: clamp(5px, 0.9259259259vw, 10px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box01-right .accessories-note {
    margin-top: min(12px, 1.1111111111vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box01-right .accessories-note {
    margin-top: 3.2vw;
  }
}
.contents .p-item__box02 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02 {
    align-items: center;
    column-gap: min(30px, 2.7777777778vw);
    padding: min(45px, 4.1666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02 + .p-item__box02 {
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02 + .p-item__box02 {
    margin-top: 8vw;
  }
}
.contents .p-item__box02-img {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-img {
    width: min(375px, 34.7222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 6.4vw;
  }
}
.contents .p-item__box02-img .note {
  color: #fff;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-img .note {
    font-size: clamp(5px, 0.9259259259vw, 10px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-img .note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-img .note {
    bottom: min(10px, 0.9259259259vw);
    right: min(15px, 1.3888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-img .note {
    bottom: 2.6666666667vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-title {
    font-size: clamp(11px, 2.037037037vw, 22px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-title {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__box02-title {
    margin-bottom: min(24px, 2.2222222222vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__box02-title {
    text-align: center;
    margin-bottom: 8vw;
  }
}
.contents .p-item__box02-title.mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice {
    margin-top: min(50px, 4.6296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice {
    margin-top: 12.8vw;
  }
}
.contents .p-item__voice-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-title {
    font-size: clamp(12.5px, 2.3148148148vw, 25px);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-title {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-title {
    margin-bottom: min(36px, 3.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-title {
    margin-bottom: 8vw;
  }
}
.contents .p-item__voice-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-wrap {
    column-gap: min(40px, 3.7037037037vw);
    margin-bottom: min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-wrap {
    column-gap: 10.4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-wrap:has(.p-item__voice-award) {
    justify-content: flex-start;
    padding-left: 0.4vw;
    column-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-award {
    width: min(239px, 22.1296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-award {
    width: 42.4vw;
  }
}
.contents .p-item__voice-chart {
  position: relative;
}
.contents .p-item__voice-chart .graph {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-chart .graph {
    width: min(215px, 19.9074074074vw);
    height: min(215px, 19.9074074074vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-chart .graph {
    width: 38.2666666667vw;
    height: 38.2666666667vw;
  }
}
.contents .p-item__voice-chart .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-chart .text-label {
    font-size: clamp(7.5px, 1.3888888889vw, 15px);
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-chart .text-label {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.contents .p-item__voice-chart .text-label small {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-chart .text-label small {
    font-size: min(12px, 1.1111111111vw);
    margin-bottom: min(4px, 0.3703703704vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-chart .text-label small {
    font-size: 2.1333333333vw;
    margin-bottom: 0.8vw;
  }
}
.contents .p-item__voice-chart .text-num {
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-chart .text-num {
    font-size: clamp(27.5px, 5.0925925926vw, 55px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-chart .text-num {
    font-size: calc(72 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-chart .text-num {
    margin-top: min(3px, 0.2777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-chart .text-num {
    margin-top: 0.6666666667vw;
  }
}
.contents .p-item__voice-chart .text-num .percent {
  font-size: 85%;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-notes {
    width: max-content;
    margin: 0 auto min(42px, 3.8888888889vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-notes {
    margin-bottom: 6.4vw;
  }
}
.contents .p-item__voice-notes li {
  text-indent: -1em;
  padding-left: 1em;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .contents .p-item__voice-notes li {
    font-size: clamp(5px, 0.9259259259vw, 10px);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item__voice-notes li {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.contents .p-item .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-item .c-btn {
    width: min(275px, 25.462962963vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-item .c-btn {
    width: 73.3333333333vw;
  }
}
.contents .p-other {
  text-align: center;
}
.contents .p-other__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-other__bg {
    padding-top: min(70px, 6.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__bg {
    padding-top: 14.6666666667vw;
  }
}
.contents .p-other__bg::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .contents .p-other__bg::before {
    opacity: 0.7;
    background: top center/contain no-repeat url(../img/bg-leaf.jpg);
    height: 24.3055555556vw;
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__bg::before {
    background: top center/contain no-repeat url(../img/bg-other-sp.jpg);
    height: 76.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-other__title {
    font-size: clamp(15px, 2.7777777778vw, 30px);
    line-height: 1.1666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__title {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-other__title {
    margin-bottom: min(40px, 3.7037037037vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__title {
    margin-bottom: 8vw;
  }
}
.contents .p-other__items {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-other__items {
    margin-top: min(40px, 3.7037037037vw);
    padding-bottom: min(50px, 4.6296296296vw);
    display: flex;
    justify-content: center;
    column-gap: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__items {
    margin-top: 9.2vw;
    padding-bottom: 13.3333333333vw;
  }
}
.contents .p-other__items::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #dfe7ef;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents .p-other__items::after {
    height: min(428px, 39.6296296296vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__items::after {
    height: 114.1333333333vw;
  }
}
.contents .p-other__items .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2vw;
  margin-top: 4vw;
}
.contents .p-other__items .slick-dots li {
  display: flex;
}
.contents .p-other__items .slick-dots li.slick-active button {
  background-color: #000;
}
.contents .p-other__items .slick-dots li button {
  font-size: 0;
  background-color: gray;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
}
.contents .p-other__item {
  background-color: #fff;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .contents .p-other__item {
    width: min(270px, 25vw);
    padding: min(20px, 1.8518518519vw) min(20px, 1.8518518519vw) min(30px, 2.7777777778vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item {
    width: 72vw;
    margin: 0 1.3333333333vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.contents .p-other__item img {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-other__item-title {
    font-size: clamp(8.5px, 1.5740740741vw, 17px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item-title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-other__item-title {
    margin: min(20px, 1.8518518519vw) 0 min(16px, 1.4814814815vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item-title {
    margin: 5.3333333333vw 0 4.2666666667vw;
  }
}
.contents .p-other__item-txt {
  color: #444444;
}
@media screen and (min-width: 768px) {
  .contents .p-other__item-txt {
    font-size: clamp(6.5px, 1.2037037037vw, 13px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-other__item-txt {
    margin-bottom: min(20px, 1.8518518519vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item-txt {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-other__item .c-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-other__item .c-btn {
    width: min(200px, 18.5185185185vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-other__item .c-btn {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contents .is-sp {
    display: none;
  }
}
.contents [data-anim] {
  transition: all 0.6s;
}
.contents [data-anim=false] {
  opacity: 0;
  transform: translateY(20px);
}
.contents [data-anim=true] {
  transform: translateY(0);
  opacity: 1;
}