@charset "UTF-8";
@media (min-width: 540px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .pc-only {
    display: none;
  }
}
body, button, input, optgroup, select, textarea {
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	line-height: 1.7;
}
img, input[type=image] {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
li{
	list-style: none;
}

[data-accordion="true"]::after {
  transform: rotate(0deg);
}
.acc-head {
  cursor: pointer;
}
.acc-body {
  display: none;
}
.breath video {
  width: 100%;
  height: auto;
}
.breath img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.breath h1 {
  margin: 0;
}
figure{
	margin: 0;
}
@media screen and (max-width: 960px) {
  .breath h2.line {
    height: 14vw;
  }
}

@media screen and (max-width: 767.98px) {
	.spObj_ {
    display: block !important;
}
	.pcObj_{
		display: none;
	}
}

@media screen and (max-width: 540px) {
  .breath h2.line {
    height: 15vw;
    margin-top: 4vw;
  }
}
.breath p {
  font-size: min(2.5vw, 16px);
}
.align_center_{
	text-align: center;
}
@media screen and (max-width: 960px) {
  .breath p {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
.breath .small {
  font-size: clamp(12px, 2.5vw, 14px);
  text-align: left;
}
.breath .note {
  font-size: clamp(12px, 2.5vw, 14px);
  text-align: left;
}
@media screen and (max-width: 960px) {
  .breath .note {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 540px) {
  .breath .note {
    font-size: 12px;
  }
}
.breath .bold {
  font-weight: bold;
}
.breath .video {
  width: 100%;
}
.breath .cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e2678;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 960px) {
  .breath .cart-button {
    width: 68vw;
    height: 16vw;
    margin: 0 auto 8vw;
  }
}
.breath .cart-button.js-checkbox-btn {
  display: none;
}
.breath .cart-button.js-checkbox-btn.is-active {
  display: flex;
  margin: 0 auto;
}
.breath .cart-button.js-checkbox-set-btn {
  display: none;
}
.breath .cart-button.js-checkbox-set-btn.is-active {
  display: flex;
}
.breath .cart-button .icn {
  width: 32px;
  margin-right: 12px;
}
@media screen and (max-width: 960px) {
  .breath .cart-button .icn {
    width: 40px;
    margin-right: 1.8666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .breath .cart-button .icn {
    width: 22px;
  }
}
.breath .cart-button .txt {
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .breath .cart-button .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .breath .cart-button .txt {
    font-size: calc(30 / 750 * 100vw);
  }
}
.breath .js-open {
  background-color: #dfd9e5;
  text-align: center;
  color: #1e2678;
  padding: 1.5rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 0.8205rem + 0.2564vw, 1.125rem);
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 960px) {
  .breath .js-open {
    padding: 1rem 0;
    font-size: 3.5vw;
    height: 12vw;
  }
}
.breath .js-open .icn {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  position: relative;
  display: block;
  border: 1px solid #1e2678;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .breath .js-open .icn {
    width: 24px;
    height: 24px;
    margin-left: 14px;
  }
}
.breath .js-open .icn::before {
  transform: rotate(90deg);
  transition: 0.4s all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 1px;
  margin: auto;
  background-color: #1e2678;
}
.breath .js-open .icn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 1px;
  margin: auto;
  background-color: #1e2678;
}
.breath .js-open .icn.open-plus::before {
  transform: rotate(0deg);
  transition: 0.4s all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 1px;
  margin: auto;
  background-color: #1e2678;
}
.breath .js-toggle {
  display: none;
}
.breath h1 {
  max-width: 100%;
  width: 100%;
}
.breath__reason {
  overflow-x: hidden;
}
.breath__reason__cart {
  display: grid;
  justify-content: center;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 5rem;
  max-width: min(96vw, 1100px);
  margin: 70px auto 100px;
}
@media screen and (max-width: 960px) {
  .breath__reason__cart {
    display: block;
    max-width: 700px;
    gap: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .breath__reason__cart {
    max-width: 650px;
    display: block;
    margin: 11vw 0;
  }
}
@media screen and (max-width: 960px) {
  .breath__reason__cart .goods-pillow {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .breath__reason__cart__goods {
    width: 100%;
  }
}
.breath__reason__cart__goods .goods-name {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
  .breath__reason__cart__goods .goods-name {
    font-size: 5.4vw;
    margin: 2vw auto;
  }
}
.breath__reason__cart__goods .price {
  margin: 1rem 0 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__reason__cart__goods .price {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
}
.breath__reason__cart__goods .small {
  font-size: 1rem;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  .breath__reason__cart__goods .small {
    font-size: 3vw;
  }
}
.breath__trouble {
  margin: 0 auto;
  padding-top: 4.5rem;
  background: #f7f4f7;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(202, 195, 215) 30%, rgb(91, 70, 132) 100%);
}
@media screen and (max-width: 960px) {
  .breath__trouble {
    padding: 9vw 0;
  }
}
@media screen and (max-width: 540px) {
  .breath__trouble {
    padding-bottom: 0;
  }
}
.breath__trouble__txt {
  position: relative;
  color: #5b4684;
  font-size: 18px !important;
  text-align: center;
  line-height: 2;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
  .breath__trouble__txt {
    font-size: calc(26 / 750 * 100vw) !important;
  }
}
.breath__trouble__txt--white {
  color: #fff;
}
.breath__trouble__txt span {
  background: url(../images/breath/im-wave.png) bottom repeat-x;
  background-size: 170px;
  padding-bottom: 12px;
}
.breath__trouble h2 {
  max-width: 500px;
  margin: 4rem auto;
}
@media screen and (max-width: 960px) {
  .breath__trouble h2 {
    max-width: 90%;
    margin: 6vw auto;
  }
}
.breath__trouble__inner {
  max-width: min(96vw, 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner {
    padding: 0 4vw;
  }
}
.breath__trouble__inner h3 {
  max-width: 630px;
  margin: 0 auto 4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner h3 {
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .breath__trouble__inner h3 {
    margin-bottom: 4vw;
  }
}
.breath__trouble__inner__demerit {
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner__demerit {
    margin-bottom: 8rem;
    padding: 0;
  }
}
@media screen and (max-width: 540px) {
  .breath__trouble__inner__demerit {
    margin-bottom: 10vw;
    margin-inline: calc(50% - 50vw);
  }
}
.breath__trouble__inner__graph {
  margin: 2rem auto 5rem;
}
@media screen and (max-width: 540px) {
  .breath__trouble__inner__graph {
    margin: 4vw auto 10vw;
  }
}
.breath__trouble__inner__graph figcaption {
  margin-top: 2rem;
  font-size: 14px;
  text-align: center;
  color: #5b4684;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner__graph figcaption {
    margin-top: 4vw;
    font-size: calc(20 / 750 * 100vw);
  }
}
.breath__trouble__inner__why {
  gap: 3rem;
  display: flex;
  text-align: center;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner__why {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 4vw;
    padding: 0;
  }
}
.breath__trouble__inner__why__box {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__trouble__inner__why__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 5vw;
  }
  .breath__trouble__inner__why__box .box-compare {
    width: 100%;
  }
  .breath__trouble__inner__why__box .box-compare p {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    margin-bottom: 6vw;
  }
  .breath__trouble__inner__why__box .acc-body {
    display: none;
  }
  .breath__trouble__inner__why__box .acc-head {
    position: relative;
    display: block;
  }
  .breath__trouble__inner__why__box .acc-head::before,
  .breath__trouble__inner__why__box .acc-head::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(30 / 750 * 100vw);
    height: 1px;
    background-color: #fff;
    margin: auto 3vw;
  }
  .breath__trouble__inner__why__box .acc-head::after {
    transform: rotate(270deg);
    transition: 0.3s all;
  }
  .breath__trouble__inner__why__box .acc-head[data-accordion="true"]::after {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 540px) {
  .breath__trouble__inner__why__box .box-compare {
    width: 80%;
    margin: 0 auto;
  }
}
.breath__solution {
  padding-top: min(4vw, 120px);
  text-align: center;
  background-image: url("../../images/breath/bg-breath-solution.webp");
  height: 62vw;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .breath__solution {
    height: 120vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__solution {
    padding: 0;
    background-image: url(../../images/breath/bg-breath-solution-sp.webp);
    height: 60vh;
    background-size: contain;
    max-height: 490px;
    padding-top: 7vw;
  }
}
.breath__solution h2 {
  max-width: min(96vw, 1050px);
  margin: 2rem auto;
}
@media screen and (max-width: 960px) {
  .breath__solution h2 {
    max-width: 500px;
    height: 90px;
  }
}
@media screen and (max-width: 540px) {
  .breath__solution h2 {
    max-width: 350px;
    margin-bottom: 6vw;
    height: 60px;
  }
}
.breath__solution p {
  color: #5b4684;
  font-size: 24px;
	font-weight: 600;
}
@media screen and (max-width: 540px) {
  .breath__solution p {
    font-size: calc(26 / 750 * 100vw);
    line-height: 2;
    /* margin-top: 7vw; */
  }
}
.breath__recommend {
  background-image: url("../../images/breath/hx-recommend-title.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 20%;
}
@media screen and (max-width: 960px) {
  .breath__recommend {
    padding-top: 36%;
    background-image: url(../../images/breath/hx-recommend-title-sp.webp);
  }
}
.breath__recommend h3 {
  max-width: 440px;
  margin: 2.5rem auto 0;
  height: auto;
}
@media screen and (max-width: 540px) {
  .breath__recommend h3 {
    max-width: 250px;
  }
}
.breath__recommend__goods {
  max-width: 1000px;
  margin: 5rem auto;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .breath__recommend__goods {
    margin: 2rem auto;
  }
}
.breath__recommend__goods .goods-img {
  width: 60%;
}
.breath__recommend__goods__point {
  max-width: 900px;
  aspect-ratio: 2/1;
  margin: -7.5rem auto;
  background: #539bac;
  background: linear-gradient(90deg, rgb(83, 155, 172) 0%, rgb(87, 130, 160) 36%, rgb(92, 98, 146) 56%, rgb(96, 76, 136) 100%);
}
@media screen and (max-width: 960px) {
  .breath__recommend__goods__point {
    margin: -12vw 6vw;
    aspect-ratio: auto;
    height: 120vw;
    padding: 10vw 0px 7vw;
  }
}
.breath__recommend .note {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 8.5rem;
  color: #646464;
}
@media screen and (max-width: 960px) {
  .breath__recommend .note {
    padding: 1rem 6vw;
    margin-top: 12vw;
    letter-spacing: 0;
  }
}
.breath__feature {
  background-image: url("../../images/breath/bg-3d.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 960px) {
  .breath__feature {
    background: none;
  }
}
.breath__feature .text {
  position: absolute;
  top: 0;
  max-width: 1000px;
  height: 38vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .breath__feature .text {
    width: 100%;
    height: auto;
    max-width: 100%;
    position: unset;
    transform: unset;
  }
}
.breath__feature__point {
  max-width: 900px;
  margin: 2.5rem auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__feature__point {
    padding: 0 6vw;
    margin: 10vw auto;
  }
}
.breath__feature__point.point-top {
  padding-top: 40vw;
}
@media screen and (max-width: 960px) {
  .breath__feature__point.point-top {
    padding-top: 0;
  }
}
.breath__feature__point h3 {
  margin: 5rem auto 1.5rem;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .breath__feature__point h3 {
    margin: 10vw auto 3vw;
    height: 5.5vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__feature__point h3 {
    height: 7.5vw;
  }
}
.breath__feature__point__content {
  margin-top: 2.5rem;
  background-color: #f4f2f6;
}
@media screen and (max-width: 540px) {
  .breath__feature__point__content {
    margin-top: 1rem;
  }
}
.breath__feature__point__content__graph h3 {
  margin: 3.5rem auto 1rem;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content__graph h3 {
    width: 100%;
    margin: 6vw auto 3vw;
    height: 5.5vw;
  }
}
.breath__feature__point__content__graph .graph-list {
  padding-bottom: 2.5rem;
	padding-left: 0;
}
@media screen and (max-width: 540px) {
  .breath__feature__point__content__graph .graph-list {
    padding-bottom: 0.5rem;
  }
}
.breath__feature__point__content__graph .graph-list li {
  width: 94%;
  text-align: justify;
  margin: 0 auto 1rem;
  background: #fff;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content__graph .graph-list li {
    display: block;
    padding: 4vw 6vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__feature__point__content__graph .graph-list li {
    display: block;
    padding: 2vw 4vw;
  }
}
.breath__feature__point__content__graph .graph-list li h4 {
  margin: 1rem 0;
  border-bottom: 2px solid #1e2678;
  height: calc(34px + 1rem);
  padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content__graph .graph-list li h4 {
    margin: 1rem 0;
    border-bottom: 2px solid #1e2678;
    text-align: center;
    padding: 0 3vw 3vw;
    height: 8vw;
  }
}
.breath__feature__point__content__graph .graph-list li .graph-img {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content__graph .graph-list li .graph-img {
    width: 80%;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 540px) {
  .breath__feature__point__content__graph .graph-list li .graph-img {
    width: 100%;
    margin: 2rem 0;
  }
}
.breath__feature__point__content__graph .graph-list li .graph-sub {
  line-height: 2.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content__graph .graph-list li .graph-sub {
    text-align: center;
    margin: 4vw 0 6vw;
  }
}
.breath__feature__point__content__graph .graph-list li .graph-text {
  color: #646464;
  font-size: 12px;
  letter-spacing: 0;
}
.breath__feature__point__content__graph .graph-list:nth-child(2) li h4 img {
  padding: 0 0 0.5rem 2rem;
}
.breath__feature__point__content.compare {
  padding-bottom: 2.5rem;
}
.breath__feature__point__content.compare h3 {
  margin: 2.5rem auto;
  width: 50%;
  max-width: 450px;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content.compare h3 {
    max-width: 100%;
    height: 5.5vw;
    width: 100%;
    margin: 10vw auto 3vw;
  }
}
.breath__feature__point__content.compare .compare-list {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-align: left;
  padding: 0 2rem;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content.compare .compare-list {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.breath__feature__point__content.compare .compare-list .compare-img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__feature__point__content.compare .compare-list .compare-img {
    width: 90%;
    margin: 3vw 0;
  }
}
.breath__point {
  margin-top: 10.5rem;
}
@media screen and (max-width: 540px) {
  .breath__point {
    margin-top: 3.5rem;
  }
}
.breath__point h2 {
  margin: 0 auto 2.5rem;
  height: 180px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__point h2 {
    height: 24vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__point h2 {
    max-width: 300px;
    width: 100%;
  }
}
.breath__point__content {
  background-image: url("../../images/breath/bg-point-main.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .breath__point__content {
    background-image: url(../../images/breath/bg-point-main-sp.webp);
  }
}
.breath__point__content__box {
  padding-top: 36vw;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box {
    padding-top: 84vw;
  }
}
.breath__point__content__box__list {
  background-color: #f4f2f6;
  padding: 1rem 1rem 4rem;
	margin: 0;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list {
    padding: 0.5rem 6vw 2.5rem;
  }
}
.breath__point__content__box__list li {
  max-width: 800px;
  margin: 3rem auto 0;
  padding: 2rem 6rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li {
    display: block;
    height: 102vw;
    background-position: bottom;
    text-align: center;
    padding: 4rem 0;
    margin: 1.5rem 0 0;
    padding: 12vw 0 0;
    max-height: 750px;
  }
}
@media screen and (max-width: 540px) {
  .breath__point__content__box__list li {
    max-height: 520px;
  }
}
.breath__point__content__box__list li .list-text p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li .list-text p {
    margin-top: 5vw;
    line-height: 2;
  }
}
.breath__point__content__box__list li .list-text img {
  height: 84px;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li .list-text img {
    width: 100%;
    height: 14vw;
    object-fit: contain;
  }
}
.breath__point__content__box__list li picture {
  display: inline-block;
}
.breath__point__content__box__list li:first-child {
  background-image: url("../../images/breath/im-point-pocket.webp");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li:first-child {
    background-repeat: no-repeat;
    background-position: -82vw 100%;
    background-size: 170vw;
  }
}
.breath__point__content__box__list li:nth-child(2) {
  background-image: url(../../images/breath/im-point-grip.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li:nth-child(2) {
    background-repeat: no-repeat;
    background-position: -77vw 100%;
    background-size: 160vw;
  }
}
.breath__point__content__box__list li .list-icon {
  position: absolute;
  max-width: 94px;
  object-fit: contain;
  top: -2rem;
  left: -8px;
}
@media screen and (max-width: 960px) {
  .breath__point__content__box__list li .list-icon {
    max-width: 16vw;
    top: -3rem;
    left: -2rem;
  }
}
@media screen and (max-width: 540px) {
  .breath__point__content__box__list li .list-icon {
    max-width: 18vw;
    top: -5vw;
    left: -4vw;
  }
}
.breath__doctor {
  max-width: 1000px;
  margin: 7.5rem auto 0;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .breath__doctor {
    margin-top: 12vw;
    padding: 0;
  }
}
.breath__doctor h2 {
  margin: 0 auto 3.5rem;
  height: 52px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .breath__doctor h2 {
    margin: 0 auto 2rem;
    height: 32px;
  }
}
.breath__doctor__introduction {
  display: flex;
  margin-bottom: 3.5rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.breath__doctor__introduction img {
  width: 33.3333333333%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction img.pc-only {
    display: none;
  }
}
.breath__doctor__introduction__history {
  width: 100%;
  border-bottom: 1px solid;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history {
    padding: 0 6vw;
    border: none;
  }
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-sp {
    display: grid;
    gap: 1rem;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    height: 250px;
  }
}
@media screen and (max-width: 540px) {
  .breath__doctor__introduction__history .history-sp {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-sp .sp-only {
    display: block;
  }
}
.breath__doctor__introduction__history .history-sp img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-sp img {
    max-width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 540px) {
  .breath__doctor__introduction__history .history-sp img {
    height: auto;
  }
}
.breath__doctor__introduction__history .history-intro {
  margin-bottom: 1rem;
  font-size: clamp(16px, 2.5vw, 18px);
}
@media screen and (max-width: 540px) {
  .breath__doctor__introduction__history .history-intro {
    font-size: 14px;
  }
}
.breath__doctor__introduction__history .name {
  font-size: clamp(18px, 2.5vw, 24px);
}
.breath__doctor__introduction__history .history-time {
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px dotted;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-time {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
@media screen and (max-width: 767px) {
	.breath__doctor__introduction__history .history-time ul{
	padding: 0;
}

}


@media screen and (max-width: 540px) {
  .breath__doctor__introduction__history .history-time {
    margin-top: 1rem;
    padding: 6vw 0;
    border-top: 1px dotted;
    line-height: 2.2;
  }
}
.breath__doctor__introduction__history .history-time tr td {
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-time tr td {
    min-width: 52px;
    width: 12vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__doctor__introduction__history .history-time tr td {
    min-width: 48px;
  }
}
.breath__doctor__introduction__history .history-time tr td:nth-child(2) {
  padding-left: 1rem;
}
@media screen and (max-width: 960px) {
  .breath__doctor__introduction__history .history-time tr td:nth-child(2) {
    padding-left: 1rem;
    width: 86vw;
  }
}
@media screen and (max-width: 960px) {
  .breath__doctor .breath__cart__section__btn {
    width: 80%;
  }
}
.breath__meltlast {
  margin: 4.5rem 0 0;
  background-color: #5b4684;
  padding: 7.5rem 0;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  .breath__meltlast {
    margin-top: 12vw;
    padding: 12vw 0;
  }
}
.breath__meltlast__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner {
    padding: 0 6vw;
  }
}
.breath__meltlast__inner h2 {
  width: 50%;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner h2 {
    width: 100%;
  }
}
.breath__meltlast__inner__point {
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point {
    padding: 0;
  }
}
.breath__meltlast__inner__point__content {
  margin-top: 10.5rem;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point__content {
    margin-top: 13vw;
  }
}
.breath__meltlast__inner__point__content .content-title {
  background-color: #fff;
  padding: 0.5rem 0;
  border-radius: 100px;
  width: 36%;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: #5b4684;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point__content .content-title {
    width: 40vw;
    margin: 0 auto 5vw;
    padding: 2vw;
    font-size: 3.5vw;
  }
}
.breath__meltlast__inner__point__content .content-main {
  display: grid;
  margin-top: 3.5rem;
  grid-template-columns: 1.1fr 1fr;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point__content .content-main {
    display: block;
    margin-top: 1rem;
    display: block;
    margin: 1rem 0 -1rem;
  }
}
.breath__meltlast__inner__point__content .content-main-text {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point__content .content-main-text {
    width: 100%;
    padding: 0 0 2vw;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.breath__meltlast__inner__point__content .content-main-text h3 {
  border-bottom: 1px solid #fff;
  padding: 0 2rem 1rem 0;
  margin-bottom: 1rem;
  margin-right: 3rem;
  text-align: left;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner__point__content .content-main-text h3 {
    padding: 0.5rem 2vw 1.5rem;
    text-align: center;
    margin: 0 6vw 3vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__meltlast__inner__point__content .content-main-text h3 {
    padding: 0 3vw 2vw;
    text-align: center;
    margin: 6vw 0vw 3vw;
  }
}
.breath__meltlast__inner .content-graph {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner .content-graph {
    display: none;
    grid-template-rows: 1fr 0.5fr;
    grid-template-columns: unset;
  }
}
.breath__meltlast__inner .content-graph-text {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.breath__meltlast__inner .content-graph-text div {
  padding: 4rem 3rem;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner .content-graph-text div {
    padding: 10vw 5vw;
  }
}
.breath__meltlast__inner .content-graph-text div h4 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .breath__meltlast__inner .content-graph-text div h4 {
    text-align: left;
    padding: 0 3rem 0 0;
  }
}
.breath__meltlast__inner .content-graph-text div h4 img {
  object-fit: contain;
  width: 95%;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner .content-graph-text div h4 img {
    object-fit: contain;
    min-height: 9vw;
    max-height: 24vw;
    width: auto;
  }
}
.breath__meltlast__inner .content-graph-image {
  background-color: #f7f6fa;
  padding: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .breath__meltlast__inner .content-graph-image {
    background-color: #f7f6fa;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
  }
}
.breath__meltlast__inner .js-open {
  display: none;
}
@media screen and (max-width: 960px) {
  .breath__meltlast__inner .js-open {
    display: flex;
    background-color: #9680a7;
    color: #fff;
  }
}
.breath__meltlast__inner .js-open .icn {
  border: 1px solid #fff;
  border-radius: 50%;
}
.breath__meltlast__inner .js-open .icn::before,
.breath__meltlast__inner .js-open .icn::after {
  background-color: #fff;
}
[data-play-video] {
  position: relative;
  cursor: pointer;
}
[data-play-video]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../images/breath/im-icn-play.png) no-repeat center center;
  background-size: 120px auto;
}
@media screen and (max-width: 540px) {
  [data-play-video]::before {
    background-size: 16vw auto;
  }
}
[data-youtube-modal] {
  position: relative;
  cursor: pointer;
}
[data-youtube-modal]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  background-color: rgba(231, 231, 231, 0.6);
  z-index: 12000;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
@media screen and (max-width: 540px) {
  .modal {
    padding: 0;
  }
}
.modal[data-modal-active="true"] {
  opacity: 1;
  pointer-events: auto;
}
.modal[data-modal-active="true"] .modal__inner {
  transform: scale(1);
  opacity: 1;
}
.modal__inner {
  position: relative;
  width: 100%;
  max-width: 140vh;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.2s 0.1s all;
}
@media screen and (max-width: 540px) {
  .modal__inner {
    max-width: 120vh;
    margin-top: 5.3333333333vw;
  }
}
.modal__youtube {
  position: relative;
  background-color: #999;
}
.modal__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modal__youtube iframe,
.modal__youtube video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  top: -72px;
  right: 0;
  width: 72px;
  height: 72px;
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 540px) {
  .modal__close {
    top: -10.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  margin: auto 0;
  background-color: #000;
}
@media screen and (max-width: 540px) {
  .modal__close::before,
  .modal__close::after {
    height: 2px;
  }
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.breath__reviews {
  background-color: #f4f2f6;
  margin: 3px 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .breath__reviews {
    margin: 3px 0 3.5rem;
  }
}
.breath__reviews__wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .breath__reviews__wrap {
    min-height: 138.6666666667vw;
    padding: 14.4vw 6.6666666667vw 0;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews h2 {
    height: 12vw;
    text-align: center;
  }
}
.breath__reviews__head {
  width: 582px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .breath__reviews__head {
    width: auto;
    margin-bottom: 5.8666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__head .pcObj_ {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__head .spObj_ {
    display: block !important;
  }
}
.breath__reviews__list {
  display: grid;
  align-items: flex-end;
  justify-content: center;
  grid-template-columns: 1fr 0.6fr 0.9fr;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .breath__reviews__list {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item {
    position: absolute;
  }
  .breath__reviews__list__item:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .breath__reviews__list__item:nth-of-type(2) {
    top: 29.3333333333vw;
    right: 0;
  }
  .breath__reviews__list__item:nth-of-type(2) .balloon::before {
    right: 8.5333333333vw;
    left: auto;
  }
  .breath__reviews__list__item:nth-of-type(2) .img {
    margin-left: auto;
    margin-right: 3.7333333333vw;
  }
  .breath__reviews__list__item:nth-of-type(3) {
    top: 53.3333333333vw;
    left: 0;
  }
}
.breath__reviews__list__item .balloon {
  position: relative;
  border: 1px solid #5b4684;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .breath__reviews__list__item .balloon {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item .balloon {
    margin-bottom: 2.1333333333vw;
    padding: 3.2vw 3.2vw;
  }
}
.breath__reviews__list__item .balloon::before {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(45deg);
  border-right: 1px solid #5b4684;
  border-bottom: 1px solid #5b4684;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .breath__reviews__list__item .balloon::before {
    bottom: -9px;
    left: 45px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item .balloon::before {
    bottom: -1.6vw;
    left: 8.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.breath__reviews__list__item .balloon .status {
  text-align: right;
  color: #595757;
}
@media screen and (min-width: 768px) {
  .breath__reviews__list__item .balloon .status {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item .balloon .status {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.breath__reviews__list__item .balloon .txt {
  line-height: 1.825;
  font-size: clamp(14px, 2.5vw, 17px);
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item .balloon .txt {
    font-size: 2.9333333333vw;
  }
}
.breath__reviews__list__item .balloon .txt .strong {
  background: linear-gradient(transparent 50%, #f5f2f6 50%);
  font-weight: 700;
  color: #5b4684;
}
@media screen and (min-width: 768px) {
  .breath__reviews__list__item .img {
    width: 80px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__list__item .img {
    width: 13.3333333333vw;
    margin-left: 7.4666666667vw;
  }
}
.breath__reviews__notes {
  white-space: nowrap;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  transform: translate(16%, -12px);
  display: grid;
  justify-content: right;
  margin: -36px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 1340px) and (min-width: 959px) {
  .breath__reviews__notes {
    transform: translate(-2%, -12px);
  }
}
@media screen and (max-width: 960px) {
  .breath__reviews__notes {
    font-size: 2.5vw;
    letter-spacing: -0.05em;
    transform: translate(2vw, 82vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  .breath__reviews__notes {
    font-size: 12px;
  }
}
.breath__worry {
  background-image: url("../../images/breath/bg-worry.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .breath__worry {
    background-image: url(../../images/breath/bg-worry-sp.webp);
  }
}
.breath__worry__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40vw 0 min(10vw, 140px);
  text-align: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner {
    padding-top: 130vw;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__title {
    padding: 1rem 6vw 0;
  }
}
.breath__worry__inner__title .worry-title {
  padding: 1rem 0;
  width: 85%;
}
.breath__worry__inner__content {
  margin: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content {
    margin: 10vw 0;
  }
}
.breath__worry__inner__content__slide .slide-image {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 36vw;
  max-height: 500px;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__slide .slide-image {
    height: 56vw;
    background-size: contain;
  }
}
@media screen and (max-width: 540px) {
  .breath__worry__inner__content__slide .slide-image {
    height: 60vw;
  }
}
.breath__worry__inner__content__slide .slide_01 {
  background-image: url("../../images/breath/bg-pad-none.webp");
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__slide .slide_01 {
    background-image: url(../../images/breath/bg-pad-none-sp.webp);
  }
}
.breath__worry__inner__content__slide .slide_02 {
  background-image: url(../../images/breath/bg-pad-01.webp);
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__slide .slide_02 {
    background-image: url(../../images/breath/bg-pad-01-sp.webp);
  }
}
.breath__worry__inner__content__slide .slide_03 {
  background-image: url(../../images/breath/bg-pad-02.webp);
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__slide .slide_03 {
    background-image: url(../../images/breath/bg-pad-02-sp.webp);
  }
}
.breath__worry__inner__content__slide .slide_04 {
  background-image: url(../../images/breath/bg-pad-03.webp);
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__slide .slide_04 {
    background-image: url(../../images/breath/bg-pad-03-sp.webp);
  }
}
.breath__worry__inner__content__reason .reason-arrow {
  background-color: #5b4684;
  width: 93.6%;
  text-align: center;
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 767px){
	.breath__worry__inner__content__reason .reason-arrow{
		width: auto;
	}
}
.breath__worry__inner__content__reason .reason-arrow img {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__reason .reason-arrow img {
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .breath__worry__inner__content__reason .reason-arrow img {
    width: 100%;
  }
}
.breath__worry__inner__content__reason .reason-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  color: #5b4684;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.8rem 1rem;
  border-bottom-color: currentColor;
  border-top: 0;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.breath__worry__inner__content__reason ul {
  padding: 0 2.5rem 0;
  background-color: #f4f2f6;
	margin: 0;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__reason ul {
    padding: 0 6vw 0;
  }
}
.breath__worry__inner__content__reason ul .reason-contents {
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 540px) {
  .breath__worry__inner__content__reason ul .reason-contents {
    padding: 10vw 0;
  }
}
.breath__worry__inner__content__reason ul .reason-contents-cause {
  display: grid;
  grid-template-columns: 120px 540px;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__reason ul .reason-contents-cause {
    grid-template-columns: 1fr 2.5fr;
    gap: 6vw;
    width: 92%;
    justify-content: center;
    margin: 0 auto 12vw;
  }
}
.breath__worry__inner__content__reason ul .reason-contents-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 96%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__reason ul .reason-contents-image {
    grid-template-columns: 1fr;
    gap: 6vw;
    width: 92%;
    margin: 0 auto;
  }
}
.breath__worry__inner__content__reason ul .reason-contents-image-box p {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner__content__reason ul .reason-contents-image-box p {
    margin-top: 4vw;
  }
}
.breath__worry__inner__content__reason ul .reason-contents:first-child {
  border-bottom: 1px solid #969696;
}
.breath__worry__inner__content__reason:first-child li {
  border-bottom: 1px solid;
}
.breath__worry__inner h3 {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  .breath__worry__inner h3 {
    height: 14vw;
    margin-bottom: 8vw;
  }
}
.breath__worry__inner .pillow-size {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .breath__worry__inner .pillow-size {
    width: 80%;
  }
}
.breath__worry__inner__size {
  background-color: #f4f2f6;
  padding: 2rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 540px) {
  .breath__worry__inner__size {
    padding: 1rem 6vw;
  }
}
.breath__worry__inner__size figure {
  width: 75%;
  margin-inline: auto;
}
@media screen and (max-width: 540px) {
  .breath__worry__inner__size figure {
    width: 100%;
  }
}
.breath__content {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .breath__content {
    margin-top: 10vw;
  }
}
.breath__content h2 {
  max-width: 600px;
  margin: 0 auto 5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .breath__content h2 {
    height: 112px;
    margin: 0 auto 10vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__content h2 {
    height: 62px;
  }
}
.breath__content__slide {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .breath__content__slide {
    margin-bottom: 3.5rem;
  }
}
.breath__content__slide .slide-image {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 38vw;
}
@media screen and (max-width: 960px) {
  .breath__content__slide .slide-image {
    height: 90vw;
  }
}
.breath__content__slide .slide_01 {
  background-image: url("../../images/breath/im-image-01.webp");
}
@media screen and (max-width: 960px) {
  .breath__content__slide .slide_01 {
    background-image: url(../../images/breath/im-image-01-sp.webp);
  }
}
.breath__content__slide .slide_02 {
  background-image: url(../../images/breath/im-image-02.jpg);
}
@media screen and (max-width: 960px) {
  .breath__content__slide .slide_02 {
    background-image: url(../../images/breath/im-image-02-sp.webp);
  }
}
.breath__content__slide .slide_03 {
  background-image: url(../../images/breath/im-image-03.webp);
}
@media screen and (max-width: 960px) {
  .breath__content__slide .slide_03 {
    background-image: url(../../images/breath/im-image-03-sp.webp);
  }
}
.breath__content__col {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .breath__content__col {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col {
    display: block;
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .breath__content__col__section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    width: 560px;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col__section {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col__section.-section1 {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .breath__content__col__section.-section1 .head {
    width: 382px;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col__section.-section1 .head {
    width: 79.2vw;
  }
}
@media screen and (min-width: 768px) {
  .breath__content__col__section.-section2 .head {
    width: 363px;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col__section.-section2 .head {
    width: 73.3333333333vw;
  }
}
.breath__content__col__section .head {
  margin: 0 auto;
}
.breath__content__col__section .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .breath__content__col__section .txt {
    line-height: 2.5;
  }
}
@media screen and (max-width: 960px) {
  .breath__content__col__section .txt {
    margin: 4vw 0;
    line-height: 2.25;
  }
}
.breath__cart {
  margin: 7.5rem auto;
  max-width: 1200px;
}
@media screen and (max-width: 960px) {
  .breath__cart {
    max-width: 86.6666666667vw;
    margin: 12vw auto;
  }
}
.breath__cart__section {
  margin-bottom: 2.5rem;
  border: 6px solid #d2cce0;
  border-width: 6px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section {
    padding: 0 0 6.4vw;
    border: 0.8vw solid #d2cce0;
  }
}
.breath__cart__section + .breath__cart__section {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section + .breath__cart__section {
    margin-top: 5.3333333333vw;
  }
}
.breath__cart__section h2 {
  height: 80px;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__cart__section h2 {
    height: 12vw;
    padding-top: 3vw;
  }
}
.breath__cart__section__head {
  font-size: clamp(20px, 2.5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2cce0;
  position: relative;
  margin-bottom: 5rem;
  border-bottom: 2px solid #d2cce0;
  padding: 1rem 0 0;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__head {
    font-size: calc(34 / 750 * 100vw);
    border-bottom: 1px solid #d2cce0;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.breath__cart__section__head .head {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.breath__cart__section__head .head .small {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__head .head .small {
    margin-bottom: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.breath__cart__section__head .head .balloon {
  position: relative;
  display: inline-block;
  padding: 0 0.75em;
  white-space: nowrap;
}
.breath__cart__section__head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  top: 80px;
  margin-top: 0rem;
  border-style: solid;
  border-color: #d2cce0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 30px 600px 0;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  .breath__cart__section__head::after {
    border-width: 30px 50vw 0;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__head::after {
    top: 12vw;
    border-width: 30px 43vw 0;
    transform: translate(-50%, 0);
  }
}
.breath__cart__section__off {
  display: none;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__off {
    font-weight: 700;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
    font-size: 24px;
    margin: -2.6666666667vw 0 5.3333333333vw;
    font-size: 4vw;
  }
}
.breath__cart__section__off .off {
  font-size: 2.25em;
  color: #1e2678;
}
.breath__cart__section__col {
  padding-right: 94px;
  padding-bottom: 50px;
  padding-left: 94px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col {
    padding: 0 4vw;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__photo {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px solid #d2cce0;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__photo img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail {
    text-align: center;
  }
}
.breath__cart__section__col__detail .name {
  font-weight: 300;
  color: #595757;
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .name {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail .name {
    font-size: 4.5333333333vw;
    text-align: center;
  }
}
.breath__cart__section__col__detail .price {
  position: relative;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .price {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
    text-align: center;
  }
  .breath__cart__section__col__detail .price.-set {
    margin-top: 9.3333333333vw;
  }
}
.breath__cart__section__col__detail .price .num {
  font-size: 1.7em;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .price .num {
    font-size: 7vw;
  }
}
.breath__cart__section__col__detail .price .label {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #dfd9e5;
  font-weight: 400;
  color: #5b4684;
  top: -32px;
  width: 220px;
  height: 30px;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .price .label {
    top: -11vw;
    width: 53.3333333333vw;
    height: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.breath__cart__section__col__detail .price .label::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background-color: #dfd9e5;
  transform: rotate(45deg);
  z-index: -1;
  bottom: -5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .price .label::before {
    bottom: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.breath__cart__section__col__detail .note {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .note {
    text-align: center;
    margin-bottom: 4vw;
    letter-spacing: -0.02em;
  }
}
.breath__cart__section__col__detail .special {
  margin: 1rem 0;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .special {
    letter-spacing: -0.02em;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail .special {
    margin-bottom: 4vw;
    letter-spacing: -0.02em;
  }
}
.breath__cart__section__col__detail .line-coupon {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-coupon {
    margin-bottom: 1.6vw;
  }
}
.breath__cart__section__col__detail .line-coupon a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-coupon a {
    font-size: 3.2vw;
  }
}
.breath__cart__section__col__detail .line-coupon a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-coupon a::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: 2.6666666667vw;
  }
}
.breath__cart__section__col__detail #goodsspec_body {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail #goodsspec_body {
    font-size: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail #goodsspec_body {
    margin-top: 2.6666666667vw;
    letter-spacing: -0.02em;
  }
}
.breath__cart__section__col__detail .line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -15px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-button {
    margin-top: -2.6666666667vw;
  }
}
.breath__cart__section__col__detail .line-button-txt {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 0.75em;
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-button-txt {
    margin-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .line-button-txt {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.breath__cart__section__col__detail .line-button-txt::before,
.breath__cart__section__col__detail .line-button-txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 1em;
  margin: auto 0;
  background-color: #595757;
}
.breath__cart__section__col__detail .line-button-txt::before {
  left: 0;
  transform: rotate(-25deg);
}
.breath__cart__section__col__detail .line-button-txt::after {
  right: 0;
  transform: rotate(25deg);
}
.breath__cart__section__col__detail iframe {
  width: 190px !important;
  height: 40px !important;
}
.breath__cart__section__col__detail .checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .checkbox-label {
    margin-bottom: 4vw;
    margin-left: 1rem;
    text-align: left;
  }
}
.breath__cart__section__col__detail .checkbox-label input {
  position: absolute;
  top: 0;
  left: -9999vw;
  opacity: 0;
}
.breath__cart__section__col__detail .checkbox-label input:checked + .checkbox-input::before {
  opacity: 1;
}
.breath__cart__section__col__detail .checkbox-label .checkbox-input {
  position: relative;
  display: block;
  border: 1px solid #000;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .checkbox-label .checkbox-input {
    width: 3.333333vw;
    height: 3.333333vw;
    right: 0;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail .checkbox-label .checkbox-input {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 1.6vw;
  }
}
.breath__cart__section__col__detail .checkbox-label .checkbox-input::before {
  content: "";
  position: absolute;
  display: block;
  transform: rotate(40deg);
  opacity: 0;
  top: -7px;
  left: 10px;
  width: 10px;
  height: 24px;
  border-right: 3px solid #1e2678;
  border-bottom: 3px solid #1e2678;
  border-width: 3px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .checkbox-label .checkbox-input::before {
    top: -1.3333333333vw;
    left: 1.8666666667vw;
    width: 1.8666666667vw;
    height: 4.5333333333vw;
    border-right: 0.5333333333vw solid #1e2678;
    border-bottom: 0.5333333333vw solid #1e2678;
  }
}
.breath__cart__section__col__detail .checkbox-label .checkbox-txt {
  display: block;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .checkbox-label .checkbox-txt {
    font-size: 2.6666666667vw;
    letter-spacing: -0.02em;
  }
  .breath__cart__section__col__detail .checkbox-label .checkbox-txt .sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail .checkbox-label .checkbox-txt {
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 960px) {
  .breath__cart__section__col__detail .checkbox-label .cover-name-task {
    font-size: 2vw;
  }
}
@media screen and (max-width: 540px) {
  .breath__cart__section__col__detail .checkbox-label .cover-name-task {
    font-size: 10px;
  }
}
.breath__cart__section__btn {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__btn {
    width: 68vw;
    height: 14.9333333333vw;
    margin: 0 auto 4vw;
  }
}
.breath__cart__section__btn.js-checkbox-btn {
  display: none;
}
.breath__cart__section__btn.js-checkbox-btn.is-active {
  display: flex;
  margin: 0 auto;
}
.breath__cart__section__btn.js-checkbox-set-btn {
  display: none;
}
.breath__cart__section__btn.js-checkbox-set-btn.is-active {
  display: flex;
}
.breath__cart__section__btn .icn {
  width: 32px;
  margin-right: 12px;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__btn .icn {
    width: 6.4vw;
    margin-right: 1.8666666667vw;
  }
}
.breath__cart__section__btn .txt {
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .breath__cart__section__btn .txt {
    font-size: 4.2666666667vw;
  }
}
.breath #goodsspec_body .goodscomment_ .deliveryBlock_ dt {
  font-size: clamp(14px, 3.5vw, 18px);
}
.breath #goodsspec_body .goodscomment_ .deliveryBlock_ dd {
  font-size: clamp(14px, 3.5vw, 16px);
}
.breath #goodsspec_body .goodscomment_ .deliveryBlock_ p {
  font-size: clamp(14px, 3.5vw, 16px);
}
.spec {
  max-width: 900px;
  margin: 130px auto;
}
@media screen and (max-width: 960px) {
  .spec {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 540px) {
  .spec {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .spec {
    max-width: none;
    margin: 21.33333vw 6.66667vw 10.66667vw;
  }
}
.spec__head {
  max-width: 213px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .spec__head {
    max-width: none;
    width: 26.66667vw;
    margin-bottom: 6.66667vw;
  }
}
.spec__table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .spec__table {
    margin-bottom: 2.66667vw;
    border-bottom: 1px solid #000;
  }
}
.spec__table th,
.spec__table td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .spec__table th,
  .spec__table td {
    font-size: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .spec__table th,
  .spec__table td {
    display: block;
    padding: 0;
    border: 0;
    line-height: 1.5;
    font-size: 14px;
  }
}
.spec__table th {
  width: 240px;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .spec__table th {
    width: auto;
    padding: 3vw 1vw;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .spec__table td {
    padding: 2.66667vw 0;
  }
}
.spec__notes {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .spec__notes {
    font-size: 12px;
    font-size: 3.2vmin;
    line-height: 1.5;
  }
}
.precaution {
  max-width: 900px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 960px) {
  .precaution {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 540px) {
  .precaution {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .precaution {
    max-width: none;
    margin: 0 6.66667vw 21.33333vw;
  }
}
h2.precaution__head {
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  border-bottom: 1px solid #000;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #1e2678;
  max-width: 100%;
  width: 95%;
  height: auto;
}
@media screen and (max-width: 767px) {
  h2.precaution__head {
    margin-bottom: 4vw;
    padding: 4vw;
    font-size: 18px;
    font-size: 4.8vmin;
  }
}
.precaution__head::before,
.precaution__head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background-color: #000;
  margin: auto 40px;
}
@media screen and (max-width: 767px) {
  .precaution__head::before,
  .precaution__head::after {
    width: 4.26667vw;
    margin: auto 0;
  }
}
.precaution__head::after {
  transform: rotate(270deg);
  transition: 0.3s all;
}
.precaution__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .precaution__item {
    margin-bottom: 5.33333vw;
  }
}
.precaution__item__head {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1e2678;
}
@media screen and (max-width: 767px) {
  .precaution__item__head {
    margin-bottom: 1.33333vw;
    font-size: 13px;
    font-size: 3.46667vmin;
  }
}
.precaution__item__section {
  margin-bottom: 1.5em;
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .precaution__item__section {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
.precaution__item__section li {
  margin-left: 1em;
  text-indent: -1em;
}
/* ---------------------------------
FAQ
---------------------------------- */
.faq {
  padding: 50px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .faq {
    padding: 8vw 6vw;
  }
}
@media screen and (max-width: 540px) {
  .faq {
    padding: 8vw 3.33333vw;
  }
}
.faq__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.faq__head {
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .faq__head {
    margin-bottom: 6.4vw;
    font-size: 16px;
    font-size: 4.26667vmin;
    text-align: center;
  }
}
.faq-link {
  text-decoration: underline;
  color: #333;
}
.faq__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq__item {
    margin-bottom: 8vw;
  }
}
h3.faq__item__head {
  display: flex;
  justify-content: space-between;
  padding: 24px 30px 24px 40px;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  font-size: clamp(14px, 2.5vw, 16px);
  max-width: 100%;
  text-align: left;
  height: auto;
}
@media screen and (max-width: 960px) {
  h3.faq__item__head {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  h3.faq__item__head {
    padding: 24px 22px 24px 24px;
  }
}
.faq__item__head .icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  border-radius: 50%;
}
.faq__item__head .icon::before,
.faq__item__head .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 13px;
  height: 1px;
  margin: auto;
  background-color: #333;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq__item__head .icon::after {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.faq__item__head[data-accordion="true"] .icon::after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .faq__item__head {
    align-items: flex-start;
    padding: 5.33333vw;
  }
  .faq__item__head .icon {
    width: 5.6vw;
    height: 5.6vw;
  }
  .faq__item__head .icon::before,
  .faq__item__head .icon::after {
    width: 2.66667vw;
  }
}
.faq__item__head__txt {
  padding: 0 20px 0 64px;
  background: url(../images/breath/i_q.webp) no-repeat left 0.075em;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .faq__item__head__txt {
    background-size: 5.33333vw auto;
    padding: 8.8vw 0 0;
    flex: 1;
  }
}
.faq__item__body {
  display: none;
  padding: 24px 30px 24px 40px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .faq__item__body {
    padding: 0 5.33333vw 5.33333vw;
  }
}
p.faq__item__body__txt,
ul.faq__item__body__txt {
  font-size: clamp(14px, 2.5vw, 16px);
}
@media screen and (max-width: 960px) {
  p.faq__item__body__txt,
  ul.faq__item__body__txt {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
/* ---------------------------------
voice
---------------------------------- */
.breath__reason__voice {
  width: 100vw;
  padding: 80px 0;
  position: relative;
  background-color: #f4f2f6;
  overflow: hidden;
}
.breath__reason__voice h2 {
  max-width: 330px;
  margin: 0 auto 60px;
}
.breath__reason__voice-carousel .slick-list {
  overflow: visible;
}
.breath__reason__voice-carousel .slick-track {
  display: flex;
}
.breath__reason__voice-carousel .slick-slide {
  position: relative;
  height: auto !important;
  margin: 0 20px;
  padding: 36px 30px;
  background-color: #fff;
  border: solid 1px #5b4684;
}
.breath__reason__voice-carousel .slick-slide:before,
.breath__reason__voice-carousel .slick-slide:after {
  content: "";
  position: absolute;
  left: 20%;
  transform: translateX(-50%);
  bottom: -20px;
  border-top: 20px solid #5b4684;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
.breath__reason__voice-carousel .slick-slide:after {
  bottom: -19px;
  border-top: solid 20px #fff;
}
.breath__reason__voice-carousel .slick-dots {
  position: absolute;
  display: block;
  bottom: -35%;
  width: 100%;
  text-align: center;
}
.breath__reason__voice-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.breath__reason__voice-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
}
.breath__reason__voice-carousel .slick-dots .slick-active button {
  background-color: #5b4684;
}
.breath__reason__voice-carousel__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}
.breath__reason__voice-carousel__txt span {
  font-weight: bold;
  color: #5b4684;
  background: linear-gradient(transparent 50%, #f4f2f6 50%);
}
.breath__reason__notes {
  max-width: min(96vw, 1200px);
  margin: 40px auto 0;
}
.breath__reason__notes p {
  margin-left: auto;
  max-width: max-content;
  font-size: min(1.2vw, 14px) !important;
}
@media (max-width: 960px) {
  .breath__reason__notes {
    margin-top: 1vw;
  }
  .breath__reason__notes p {
    font-size: calc(20 / 750 * 100vw) !important;
  }
  .breath__reason__voice-carousel .slick-dots {
    bottom: -46%;
  }
}
@media (max-width: 767px) {
  .breath__reason__voice {
    padding-top: 12vw;
    padding-bottom: 14vw;
  }
  .breath__reason__voice h2 {
    max-width: 60vw;
    margin-bottom: 6vw;
  }
  .breath__reason__voice-carousel {
    margin-top: 0;
  }
  .breath__reason__voice-carousel .slick-slide:before,
  .breath__reason__voice-carousel .slick-slide:after {
    left: 10vw;
  }
  .breath__reason__voice-carousel .slick-slide {
    width: 100%;
    padding: 5.4vw;
    height: auto;
  }
  .breath__reason__voice-carousel .slick-dots {
    bottom: -33%;
  }
  .breath__reason__voice-carousel .slick-dots li {
    margin: 0 8px;
  }
  .breath__reason__voice-carousel .slick-dots li button {
    width: 2.4vw;
    height: 2.4vw;
  }
  .breath__reason__voice-carousel__txt {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.85;
  }
  .breath__reason__notes {
    max-width: 90vw;
    right: 3vw;
    letter-spacing: normal !important;
    bottom: 12%;
  }
}
@media (max-width: 540px) {
  .breath__reason__voice-carousel .slick-slide:before,
  .breath__reason__voice-carousel .slick-slide:after {
    bottom: -14px;
    border-top: 14px solid #5b4684;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .breath__reason__voice-carousel .slick-slide:after {
    bottom: -13px;
    border-top: solid 14px #fff;
  }
}