@charset "utf8";

/*---------------------------
リセット
---------------------------*/
/*
*{
  margin:0;
  padding:0;
}
*/

html {
  scroll-behavior: smooth;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* PC：1280px ～ */
/*
@media screen and (min-width: 1280px) {
  main {
    padding-top: calc(74vw/12.8);
  }  
}
*/
/* タブレット：768px ～ 1279px */
/*
@media screen and (min-width: 768px) {
  main {
    padding-top: calc(44vw/7.68);
  }  
}
*/
/* SP：360px ～ 767px */
/*
@media screen and (max-width: 767px) {
  main {
    padding-top: calc(76vw/3.6);
  }  
}
*/

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}


/* SP:～767px */
@media screen and (max-width: 767px) {
  ._pc{ display: none; }
  body {
    background-image: url('../image/front-page/ver3/sp/bg.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
  }
}

/* タブレット：768px ～ */
@media screen and (min-width: 768px) {
  ._sp{ display: none; }
  body {
    background-image: url('../image/front-page/ver3/pc/bg.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
  }
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

._grid {
  height: 100%;
  display: grid;
  place-items: center;
}

._btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

/*---------------------------

---------------------------*/
._spacer {
  margin-bottom: calc(80vw/19.2);
}
@media screen and (min-width: 1280px) {
  ._spacer {
    margin-bottom: calc(80vw/12.8);
  }  
}
@media screen and (min-width: 768px) {
  ._spacer {
    margin-bottom: calc(30vw/7.68);
  }  
}
@media screen and (max-width: 767px) {
  ._spacer {
    margin-bottom: calc(30vw/3.6);
  }  
}

.spacer--t30 {
  margin-top: calc(30vw/19.2);
}

.spacer--b30 {
  margin-bottom: calc(30vw/19.2);
}

.spacer--b80 {
  margin-bottom: calc(80vw/19.2);
}

/*---------------------------

---------------------------*/
._notice {
  width: 70%;
  margin: auto;
  padding: 0px calc(20vw/19.2) calc(20vw/19.2) calc(20vw/19.2);
  text-align: center;
  background-color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  ._notice {
    width: 94%;
    padding: 0px calc(10vw/3.6) calc(10vw/3.6) calc(10vw/3.6);
  }
}

/*---------------------------
■ first-view
---------------------------*/
.first-view {
  width: 100%;
  border: 0px solid;
}

.first-view__item {
  position: relative;
}

.first-view__item--cta {
  position: absolute;
  top: 72.5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 31%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .first-view__item--cta {
    width: 94%;
    top: 88.5%;
  }
}

/*---------------------------
■ banner-ad
---------------------------*/
.banner-ad {
  width: 100%;
  border: 0px solid;
}

.banner-ad__item {
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-ad__item {
    width: 94%;
  }
}

.banner-ad__item--support {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-ad__item--support {
    width: 94%;
  }
}

/*---------------------------
success-experience
---------------------------*/
.success-experience {
  width: 100%;
  background-image: url('../image/front-page/ver3/pc/before_after.png');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: top left;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .success-experience {
    background-image: url('../image/front-page/ver3/sp/before_after.png');
    background-size: 40%;
  }
}

.success-experience-head {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .success-experience-head {
    width: 94%;
  }
}

.success-experience-head__heading {
  position: relative;
  margin-bottom: calc(60vw/19.2);
  padding-top: calc(100vw/19.2);
  text-align: center;
  font-size: calc(36vw/19.2);
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .success-experience-head__heading {
    /* padding-top: calc(100vw/3.6); */
    padding-top: calc(30vw/3.6);
    font-size: calc(20vw/3.6);
  }
}

.success-experience-emphasis {
  font-size: calc(60vw/19.2);
  color: #F67FAA;
}
@media screen and (max-width: 767px) {
  .success-experience-emphasis {
    font-size: calc(36vw/3.6);
  }
}

.success-experience-head__item {
  position: absolute;
  top: 0;
  left: calc(780vw/19.2);
}
@media screen and (max-width: 767px) {
  .success-experience-head__item {
    left: calc(50vw/3.6);
  }
}

.success-experience-wrapper {
  display: flex;
  gap: calc(30vw/19.2);
  justify-content: center;
}

.success-experience__item {
  flex: 1;
  padding: calc(15vw/19.2);
  text-align: center;
  font-size: calc(18vw/19.2);
  background-color: #ffffff;
  box-shadow: 0 0 calc(8vw/19.2) #dddddd;
}

.success-experience__item-text {
  margin: calc(20vw/19.2) 0px;
  text-align: center;
  font-size: calc(18vw/19.2);
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .success-experience__item-text {
    font-size: calc(14vw/3.6);
  }
}

.success-experience__item-text-emphasis-01 {
  font-size: calc(28vw/19.2);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .success-experience__item-text-emphasis-01 {
    font-size: calc(22vw/3.6);
  }
}

.success-experience__item-text-emphasis-02 {
  font-size: calc(40vw/19.2);
  color: #F67FAA;
}
@media screen and (max-width: 767px) {
  .success-experience__item-text-emphasis-02 {
    font-size: calc(40vw/3.6);
  }
}

.success-experience__item-sub-text {
  margin: calc(20vw/19.2) 0px;
  text-align: center;
  font-size: calc(18vw/19.2);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .success-experience__item-sub-text {
    margin: calc(20vw/3.6) 0px;
    font-size: calc(14vw/3.6);
  }
}

.success-experience__list-item-01 {
  display: table-cell;
  width: 30%;
  text-align: left;
}

.success-experience__list-item-02 {
  display: table-cell;
  width: 18%;
  padding: calc(8vw/19.2) 0px;
  text-align: center;
  font-size: calc(16vw/19.2);
  font-weight: normal;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-02 {
    padding: calc(8vw/3.6) 0px;
    font-size: calc(14vw/3.6);
  }
}

.success-experience__list-item-03 {
  display: table-cell;
  width: 8%;
}

.success-experience__list-item-05 {
  display: table-cell;
  width: 2%;
}

.success-experience__list-item-06 {
  display: table-cell;
  width: 24%;
  padding: calc(8vw/19.2) 0px;
  text-align: center;
  font-size: calc(20vw/19.2);
  font-weight: normal;
  color: #ffffff;
  background-color: #FF76B0;
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-06 {
    padding: calc(8vw/3.6) 0px;
    font-size: calc(18vw/3.6);
  }
}

.success-experience-triangle__list {
  display: table;
  width: 100%;
  height: calc(15vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .success-experience-triangle__list {
     height: calc(15vw/3.6);
  }
}

.success-experience-triangle__list-item-01 {
  display: table-cell;
  width: 30%;
  text-align: left;
}

.success-experience-triangle__list-item-02 {
  display: table-cell;
  width: 18%;
  background-color: #F9F9F9;
}

.success-experience-triangle__list-item-03 {
  display: table-cell;
  width: 8%;
}
/*
.success-experience-triangle__list-item-04 {

}
*/
.success-experience-triangle__list-item-05 {
  display: table-cell;
  width: 2%;
}

.success-experience-triangle__list-item-06 {
  display: table-cell;
  width: 24%;
  background-color: #FFEFF6;
}

.success-experience-triangle-01 {
  width: 100%;
  height: 100%;
  margin-top: -1px;
  background-color: #e8e8e8;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.success-experience-triangle-03 {
  width: 100%;
  height: 100%;
  margin-top: -1px;
  background-color: #ff76b0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.success-experience__list {
  display: table;
  width: 100%;
  font-weight: bold;
}

.success-experience__list-item-w30 {
  display: table-cell;
  width: 30%;
  padding: calc(20vw/19.2) 0px calc(15vw/19.2) 0px;
  text-align: left;
  font-size: calc(18vw/19.2);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-w30 {
    padding: calc(20vw/3.6) 0px calc(15vw/3.6) 0px;
    font-size: calc(14vw/3.6);
  }
}

.success-experience__list-item-w18 {
  display: table-cell;
  width: 18%;
  text-align: center;
  font-size: calc(18vw/19.2);
  font-weight: normal;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-w18 {
    font-size: calc(14vw/3.6);
  }
}

.success-experience__list-item-w8 {
  display: table-cell;
  width: 8%;
  text-align: center;
  font-size: calc(10vw/19.2);
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-w8 {
    font-size: calc(10vw/3.6);
  }
}

.success-experience__list-item-w2 {
  display: table-cell;
  width: 2%;
}

.success-experience__list-item-w24 {
  display: table-cell;
  width: 24%;
  text-align: center;
  font-size: calc(22vw/19.2);
  background-color: #FFEFF6;
}
@media screen and (max-width: 767px) {
  .success-experience__list-item-w24 {
    font-size: calc(18vw/3.6);
  }
}

.success-experience__border-bottom {
  border-bottom: 1px solid;
}

.success-experience__btn {
  position: relative;
  margin: calc(20vw/19.2) 0px calc(10vw/19.2) 0px;
}
@media screen and (max-width: 767px) {
  .success-experience__btn {
    margin: calc(20vw/3.6) 0px calc(10vw/3.6) 0px;
  }
}

.success-experience__btn-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(16vw/19.2);
}
@media screen and (max-width: 767px) {
  .success-experience__btn-text {
    font-size: calc(16vw/3.6);
  }
}

/*---------------------------
article
---------------------------*/
.article {
  width: 100%;
  border: 0px solid;
}

/*---------------------------
■ non-rebound-rate
---------------------------*/
.non-rebound-rate__bg {
  width: 50%;
  height: calc(810vw/19.2);
  margin: auto;
  background-image: url('../image/front-page/ver3/pc/bg_rebound.png');
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .non-rebound-rate__bg {
    width: 100%;
    height: calc(520vw/3.6);
    background-image: url('../image/front-page/ver3/sp/bg_rebound.png');
    background-size: 50%;
  }
}

.non-rebound-rate__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto calc(70vw/19.2);
  padding-top: calc(80vw/19.2);
  text-align: center;
  font-size: calc(36vw/19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .non-rebound-rate__heading {
    width: 94%;
    margin: 0px auto calc(35vw/3.6);
    padding-top: calc(10vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.non-rebound-rate__item {
  width: 60%;
  /*margin: 0px calc(10vw/19.2) calc(60vw/19.2) auto;*/
  margin: calc(180vw/19.2) calc(10vw/19.2) calc(60vw/19.2) auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .non-rebound-rate__item {
    width: 85%;
    /*margin: 0px auto calc(20vw/3.6);*/
    margin: calc(150vw/3.6) auto calc(20vw/3.6);
  }
}

/*---------------------------
■ destroy-fat-cells
---------------------------*/
.destroy-fat-cells__bg {
  width: 60%;
  margin: auto;
  padding: calc(50vw/19.2) 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .destroy-fat-cells__bg {
    width: 94%;
    padding: calc(30vw/3.6) 0px;
  }
}

.destroy-fat-cells__heading {
  width: 84%;
  margin: auto;
  text-align: center;
  font-size: calc(36vw/19.2);
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .destroy-fat-cells__heading {
    font-size: calc(20vw/3.6);
  }
}

.destroy-fat-cells__item {
  width: 84%;
  margin: calc(30vw/19.2) auto calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .destroy-fat-cells__item {
    margin: calc(30vw/3.6) auto calc(30vw/3.6);
  }
}

.destroy-fat-cells__text {
  width: 84%;
  margin: auto;
  text-align: center;
  font-size: calc(22vw/19.2);
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .destroy-fat-cells__text {
    font-size: calc(20vw/3.6);
  }
}

.destroy-fat-cells-emphasis {
  font-size: calc(36vw/19.2);
  color: #F5B2C2;
}
@media screen and (max-width: 767px) {
  .destroy-fat-cells-emphasis {
    font-size: calc(30vw/3.6);
  }
}

/*---------------------------
■ medical diet
---------------------------*/
.medical-diet__bg {
  width: 50%;
  margin: auto;
  padding: calc(10vw/19.2);
  background-color: #ffffff;
  box-shadow: 0 0 calc(8vw/19.2) #dddddd;
}
@media screen and (max-width: 767px) {
  .medical-diet__bg {
    width: 94%;
    padding: calc(15vw/3.6);
    box-shadow: 0 0 calc(8vw/3.6) #dddddd;
  }
}

.medical-diet__item {
  padding: calc(30vw/19.2) calc(80vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #C9AE79, #F1E7D2, #C9AE79) 1;
     border-image: linear-gradient(to right, #C9AE79, #F1E7D2, #C9AE79) 1;
}
@media screen and (max-width: 767px) {
  .medical-diet__item {
    padding: calc(20vw/3.6) calc(15vw/3.6);
  }
}

.medical-diet__heading {
  width: 100%;
  text-align: center;
  font-size: calc(32vw/19.2);
}
@media screen and (max-width: 767px) {
  .medical-diet__heading {
    font-size: calc(24vw/3.6);
  }
}

.medical-diet__border {
  width: 8%;
  margin: calc(20vw/19.2) auto;
  border-top: 1px solid;
}
@media screen and (max-width: 767px) {
  .medical-diet__border {
    width: 25%;
    margin: calc(20vw/3.6) auto;
  }
}

.medical-diet__text {
  font-size: calc(18vw/19.2);
}
@media screen and (max-width: 767px) {
  .medical-diet__text {
    font-size: calc(14vw/3.6);
  }
}

/*---------------------------
■ fire-method
---------------------------*/
.fire-method {
  width: 100%;
  border: 0px solid;
}

.fire-method__bg {
  width: 80%;
  margin: auto;
  background-image: url('../image/front-page/ver3/pc/fire_method.png');
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .fire-method__bg {
    width: 100%;
    background-image: url('../image/front-page/ver3/sp/fire_method.png');
    background-size: 50%;
  }
}

.fire-method-head {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fire-method-head {
    width: 86%;
  }
}

.fire-method-head__heading {
  position: relative;
  margin-bottom: calc(50vw/19.2);
  padding-top: calc(15vw/19.2);
  text-align: center;
  font-size: calc(22vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-head__heading {
    padding-top: calc(15vw/3.6);
    font-size: calc(16vw/3.6);
  }
}

.fire-method-head-emphasis {
  font-size: calc(36vw/19.2);
  color: #FF98C4;
}
@media screen and (max-width: 767px) {
  .fire-method-head-emphasis {
    font-size: calc(24vw/3.6);
  }
}

.fire-method-head__item {
  position: absolute;
  top: 0px;
  left: calc(120vw/19.2);
  width: calc(54vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-head__item {
    left: calc(20vw/3.6);
    width: calc(40vw/3.6);
  }
}

.fire-method-head__text {
  margin-bottom: calc(50vw/19.2);
  text-align: center;
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-head__text {
    text-align: left;
    font-size: calc(14vw/3.6);
  }
}

.fire-method-wrapper {
  display: flex;
  align-items: stretch;
  line-height: normal;
  letter-spacing: 0.1em;
}

.fire-method__item {
  flex: 30%;
  position: relative;
}

.fire-method__item-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(30vw/19.2);
  color: #ffffff;
  text-shadow: calc(2vw/19.2) calc(2vw/19.2) calc(4vw/19.2) #333333;
}
@media screen and (max-width: 767px) {
  .fire-method__item-text {
    font-size: calc(12vw/3.6);
    text-shadow: calc(2vw/3.6) calc(2vw/3.6) calc(4vw/3.6) #333333;
  }
}

.fire-method--x {
  flex: 5%;
  top: 0;
  bottom: 0;
  margin: auto calc(15vw/19.2);
  font-size: calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method--x {
    margin: auto;
    font-size: calc(14vw/3.6);
  }
}

/*---------------------------
fire-method-01
---------------------------*/
.fire-method-01 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fire-method-01 {
    width: 90%;
  }
}

.fire-method-01-head {
  display: flex;
  align-items: center;
  margin-bottom: calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-01-head {
    margin-bottom: calc(20vw/3.6);
  }
}

.fire-method-01-head__tag {
  flex: 8%;
  position: relative;
  margin-top: calc(5vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-01-head__tag {
    flex: 20%;
  }
}

.fire-method-01-head__tag-number {
  position: absolute;
  top: calc(16vw/19.2);
  left: calc(17vw/19.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(40vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fire-method-01-head__tag-number {
    top: calc(6vw/3.6);
    left: calc(8vw/3.6);
    font-size: calc(36vw/3.6);
  }
}

.fire-method-01-head__title {
  flex: 92%;
  padding-left: calc(30vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: normal;
  color: #FF98C4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-01-head__title {
    flex: 80%;
    padding-left: calc(10vw/3.6);
    font-size: calc(22vw/3.6);
  }
}

.fire-method-01-head__text {
  margin-bottom: calc(30vw/19.2);
  padding: calc(10vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-01-head__text {
    margin-bottom: calc(15vw/3.6);
    font-size: calc(14vw/3.6);
  }
}

.fire-method-01-wrapper {
  display: flex;
  gap: calc(30vw/19.2);
}

.fire-method-01__item {
  flex: 1;
  position: relative;
}

.fire-method-01__btn {
  position: absolute;
  bottom: calc(15vw/19.2);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: calc(5vw/19.2) 0px;
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: calc(16vw/19.2);
  letter-spacing: 0.1em;
  background-color: #ffffffaa;
  border-radius: calc(20vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-01__btn {
    bottom: calc(15vw/3.6);
    padding: calc(5vw/3.6) 0px;
    font-size: calc(16vw/3.6);
    border-radius: calc(20vw/3.6);
  }
}


/*---------------------------
fire-method-02
---------------------------*/
.fire-method-02 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fire-method-02 {
    width: 94%;
  }
}

.fire-method-02-head {
  display: flex;
  align-items: center;
  margin-bottom: calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-02-head {
    margin-bottom: calc(20vw/3.6);
  }
}

.fire-method-02-head__tag {
  flex: 8%;
  position: relative;
  margin-top: calc(5vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-02-head__tag {
    flex: 20%;
  }
}

.fire-method-02-head__tag-number {
  position: absolute;
  top: calc(16vw/19.2);
  left: calc(17vw/19.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(40vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fire-method-02-head__tag-number {
    top: calc(6vw/3.6);
    left: calc(8vw/3.6);
    font-size: calc(36vw/3.6);
  }
}

.fire-method-02-head__title {
  flex: 92%;
  font-size: calc(40vw/19.2);
  font-weight: normal;
  color: #FF98C4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-02-head__title {
    flex: 80%;
    padding-left: calc(10vw/3.6);
    font-size: calc(22vw/3.6);
  }
}

.fire-method-02-head__text {
  margin-bottom: calc(40vw/19.2);
  padding: calc(10vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-02-head__text {
    margin-bottom: calc(20vw/3.6);
    font-size: calc(14vw/3.6);
  }
}

.fire-method-02__label {
  flex: 1;
  font-size: calc(22vw/19.2);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-02__label {
    font-size: calc(14vw/3.6);
  }
}

.fire-method-02__content {
  width: 100%;
  padding: calc(60vw/19.2);
  background-color: #ffffff;
  border: calc(15vw/19.2) solid #F3769B;
}

.fire-method-02__list--last {
  display: table;
}

.fire-method-02__list {
  display: table;
  margin-bottom: calc(60vw/19.2);
  border-bottom: 1px solid #C7C7C7;
}

.fire-method-02__list-item {
  display: table-cell;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .fire-method-02__list-item {
    display: table;
    width: 100%;
  }
}

.fire-method-02__list-text {
  display: table-cell;
  width: 60%;
  padding-left: calc(60vw/19.2);
  vertical-align: top;
  font-size: calc(22vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-02__list-text {
    display: table;
    width: 100%;
    padding-left: calc(5vw/3.6);
    font-size: calc(14vw/3.6);
  }
}

.fire-method-02__list-emphasis {
  font-size: calc(30vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fire-method-02__list-emphasis {
    display: block;
    text-align: center;
    font-size: calc(24vw/3.6);
  }
}

.fire-method-02__btn {
  width: 44%;
  margin: calc(50vw/19.2) auto calc(50vw/19.2);
  border: 1px solid;
  border-bottom: 5px solid #333333;
}
@media screen and (max-width: 767px) {
  .fire-method-02__btn {
    margin: calc(20vw/3.6) auto calc(20vw/3.6);
  }
}

.fire-method-02__btn-text {
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto 0;
  padding: calc(20vw/19.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.1em;
  font-size: calc(22vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-02__btn-text {
    padding: calc(10vw/3.6);
    font-size: calc(14vw/3.6);
  }
}

/*---------------------------
■ fire-method-03
---------------------------*/
.fire-method-03 {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fire-method-03 {
    width: 94%;
  }
}

.fire-method-03-head {
  display: flex;
  align-items: center;
  margin-bottom: calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-03-head {
    margin-bottom: calc(20vw/3.6);
  }
}

.fire-method-03-head__tag {
  flex: 8%;
  position: relative;
  margin-top: calc(5vw/19.2);
}
@media screen and (max-width: 767px) {
  .fire-method-03-head__tag {
    flex: 20%;
  }
}

.fire-method-03-head__tag-number {
  position: absolute;
  top: calc(16vw/19.2);
  left: calc(17vw/19.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(40vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fire-method-03-head__tag-number {
    top: calc(6vw/3.6);
    left: calc(8vw/3.6);
    font-size: calc(36vw/3.6);
  }
}

.fire-method-03-head__title {
  flex: 92%;
  padding-left: calc(30vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: normal;
  color: #FF98C4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-03-head__title {
    flex: 80%;
    padding-left: calc(10vw/3.6);
    font-size: calc(22vw/3.6);
  }
}

.fire-method-03-head__text {
  margin-bottom: calc(50vw/19.2);
  padding: calc(10vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fire-method-03-head__text {
    margin-bottom: calc(25vw/3.6);
    font-size: calc(14vw/3.6);
  }
}

.fire-method-03-emphasis {
  display: block;
  text-align: left;
  font-size: calc(22vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fire-method-03-emphasis {
    text-align: center;
    font-size: calc(18vw/3.6);
    line-height: 1.4;
  }
}

.fire-method-03__item {
  margin-bottom: calc(50vw/19.2);
  padding: calc(30vw/19.2) calc(90vw/19.2);
  background-color: #ffffff;
  border-radius: calc(15vw/19.2);
}

/*---------------------------
■ CBT-F
---------------------------*/
.cbt-f__bg {
  width: 60%;
  margin: auto;
  padding-bottom: calc(30vw/19.2);
  font-size: calc(22vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  background-image: url('../image/front-page/ver3/pc/egoshi_01.png');
  background-repeat: no-repeat;
  background-size: 18%;
  background-position: top left;
  border-radius: 20px;
  box-shadow: 0 0 8px #dddddd;
}
@media screen and (max-width: 767px) {
  .cbt-f__bg {
    width: 94%;
    font-size: calc(12vw/3.6);
    background-size: 30%;
    padding-bottom: calc(20vw/3.6);
  }
}

.cbt-f__heading {
  width: 80%;
  margin: 0 0 calc(20vw/19.2) auto;
  padding-top: calc(60vw/19.2);
}
@media screen and (max-width: 767px) {
  .cbt-f__heading {
    width: 70%;
    margin: 0 0 calc(10vw/3.6) auto;
    padding-top: calc(60vw/3.6);
  }
}

.cbt-f__heading-emphasis {
  font-size: calc(45vw/19.2);
  font-weight: bold;
  color: #f67faa;
}
@media screen and (max-width: 767px) {
  .cbt-f__heading-emphasis {
    font-size: calc(16vw/3.6);
  }
}

.cbt-f__text {
  width: 80%;
  margin: 0 0 0 auto;
  padding-right: calc(10vw/3.6);
}
@media screen and (max-width: 767px) {
  .cbt-f__text {
    width: 70%;
  }
}

/*---------------------------
profile
---------------------------*/
.profile {
  position: relative;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .profile {
    width: 100%;
  }
}

.profile-head {
  padding: calc(20vw/19.2) 0px;
  text-align: center;
  font-size: calc(22vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .profile-head {
    padding: calc(20vw/3.6) 0px;
    font-size: calc(18vw/3.6);
    line-height: 1.4;
  }
}

.profile-head-emphasis {
  font-size: calc(32vw/19.2);
  font-weight: bold;
  color: #F3769B;
}
@media screen and (max-width: 767px) {
  .profile-head-emphasis {
    font-size: calc(22vw/3.6);
  }
}

.profile-head__decoration {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .profile-head__decoration {
    width: 80%;
  }
}

.profile__bg {
  width: 82%;
  margin: auto;
  margin-right: calc(80vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .profile__bg {
    width: 94%;
    margin: auto;
    font-size: calc(14vw/3.6);
    overflow: hidden;
  }
}

.profile__text {
  width: 60%;
  margin: 0px 0px calc(140vw/19.2) calc(270vw/19.2);
  padding: calc(70vw/19.2) 0px calc(60vw/19.2) 0px;
}
@media screen and (max-width: 767px) {
  .profile__text {
    width: 100%;
    margin: 0;
    padding: calc(35vw/3.6) calc(20vw/3.6) calc(30vw/3.6);
  }
}

.profile__text-emphasis {
  font-weight: bold;
}

.profile__item-01 {
  position: absolute;
  top: calc(300vw/19.2);
  left: 0;
  width: calc(425vw/19.2);
}
@media screen and (max-width: 767px) {
  .profile__item-01 {
    top: calc(160vw/3.6);
    bottom: 0;
    left: auto;
    right: 0px;
    width: calc(125vw/3.6);
  }
}

.profile__item-02 {
  position: absolute;
  bottom: calc(-45vw/19.2);
  right: calc(15vw/19.2);
  width: calc(140vw/19.2);
  height: calc(140vw/19.2);
  background-color: #FFE8ECAA;
}
@media screen and (max-width: 767px) {
  .profile__item-02 {
    top: calc(440vw/3.6);
    /*bottom: 0;*/
    right: 0;
    width: calc(25vw/3.6);
    height: calc(40vw/3.6);
  }
}

.profile__item-03 {
  position: absolute;
  top: calc(160vw/19.2);
  right: calc(100vw/19.2);
  width: calc(95vw/19.2);
  height: calc(150vw/19.2);
  background-color: #F1E0CCAA;
}
@media screen and (max-width: 767px) {
  .profile__item-03 {
    top: calc(570vw/3.6);
    left: 0;
    /*right: calc(340vw/3.6);*/
    width: calc(20vw/3.6);
    height: calc(150vw/3.6);
  }
}

/*---------------------------
■ reason-for-choosing
---------------------------*/
.reason-for-choosing {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing {
    width: 96%;
  }
}

.reason-for-choosing-head {
  position: relative;
}

.reason-for-choosing-head__heading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: calc(36vw/19.2);
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing-head__heading {
    font-size: calc(14vw/3.6);
  }
}

.reason-for-choosing-emphasis {
  font-size: calc(54vw/19.2);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing-emphasis {
    font-size: calc(30vw/3.6);
  }
}

.reason-for-choosing__bg {
  width: 100%;
  background-image: url('../image/front-page/ver3/pc/bg_reason_spacer_02.png');
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__bg {
    background-image: url('../image/front-page/ver3/sp/bg_reason_spacer_02.png');
  }
}

.reason-for-choosing__bg-grad {
  width: 97.5%;
  margin: auto;
  background: linear-gradient(125deg, #ffa7a0, #ff658f);
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__bg-grad {
    background: linear-gradient(115deg, #ffa19e, #ff5d8d);
  }
}

.reason-for-choosing-01 {
  width: 85%;
  margin: 0px auto calc(30vw/19.2);
  background-color: #ffffff;
  box-shadow: calc(0vw/19.2) calc(0vw/19.2) calc(8vw/19.2) #F3769B;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing-01 {
    width: 94%;
    margin: 0px auto calc(20vw/3.6);
  }
}

.reason-for-choosing-05 {
  width: 85%;
  margin: 0px auto calc(0vw/19.2);
  background-color: #ffffff;
  box-shadow: calc(0vw/19.2) calc(0vw/19.2) calc(8vw/19.2) #F3769B;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing-05 {
    width: 94%;
  }
}

.reason-for-choosing-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: calc(0vw/19.2);
}

.reason-for-choosing__tag {
  flex: 12%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__tag {
    flex: 20%;
  }
}

.reason-for-choosing__tag-number {
  position: absolute;
  top: calc(27vw/19.2);
  left: calc(31vw/19.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(40vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__tag-number {
    top: calc(14vw/3.6);
    left: calc(18vw/3.6);
    font-size: calc(28vw/3.6);
  }
}

.reason-for-choosing__title {
  flex: 88%;
  font-size: calc(26vw/19.2);
  font-weight: normal;
  color: #FD7383;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__title {
    flex: 80%;
    font-size: calc(18vw/3.6);
  }
}

.reason-for-choosing__text {
  /*margin-bottom: calc(0vw/19.2);*/
  padding: calc(10vw/19.2) calc(30vw/19.2) calc(20vw/19.2) calc(30vw/19.2);
  font-size: calc(16vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason-for-choosing__text {
    padding: calc(10vw/3.6) calc(10vw/3.6) calc(10vw/3.6) calc(10vw/3.6);
    font-size: calc(14vw/3.6);
    line-height: normal;
  }
}

.reason-for-choosing-foot {
  position: relative;
}

/*---------------------------
review
---------------------------*/
/*
.review {

}
*/

.review-head {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .review-head {
    width: 94%;
  }
}

.review-head__heading {
  width: 100%;
  margin-bottom: calc(100vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.2em;
  color: #F3769B;
}
@media screen and (max-width: 767px) {
  .review-head__heading {
    font-size: calc(18vw/3.6);
  }
}

.review-head__heading-item {
  width: 88%;
  margin: auto;
}

.review__bg {
  position: relative;
  background-color: #F3769B;
  border-radius: calc(20vw/19.2);
}
@media screen and (max-width: 767px) {
  .review__bg {
    background-color: rgba(0,0,0,0);
  }
}

.review__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: calc(30vw/19.2);
  text-align: center;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .review__inner {
    padding: calc(10vw/3.6) calc(20vw/3.6) calc(0vw/3.6) calc(30vw/3.6);
    /*bottom: 0;*/
    /*left: 0;*/
    margin: auto 0 0 0;
    width: 100%;
    height: 60%;
  }
}

.review__text {
  margin-bottom: calc(10vw/19.2);
  font-size: calc(28vw/19.2);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .review__text {
    font-size: calc(18vw/3.6);
    line-height: 1.4;
  }
}

.review__text-emphasis {
  font-size: calc(22vw/19.2);
}
@media screen and (max-width: 767px) {
  .review__text-emphasis {
    display: block;
    margin-top: calc(20vw/3.6);
    margin-bottom: calc(10vw/3.6);
    /*padding-left: calc(10vw/3.6);*/
    text-align: left;
    font-size: calc(12vw/3.6);
  }
}

.review-wrapper {
  display: flex;
  flex-direction: row;
  gap: calc(15vw/19.2);
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .review-wrapper {
    flex-direction: column;
    gap: calc(10vw/3.6);
    width: 35%;
    margin: auto 0 0 0;
  }
}

.review__item {
  position: relative;
  flex: 1;
}

.review__item-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(18vw/19.2);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .review__item-text {
    font-size: calc(14vw/3.6);
  }
}

/*---------------------------
■ regenerative-medicine
---------------------------*/
.regenerative-medicine {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine {
    width: 94%;
  }
}

.regenerative-medicine-head__heading {
  width: 100%;
  margin-bottom: calc(40vw/19.2);
  font-size: calc(46vw/19.2);
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.2em;
  color: #F3769B;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine-head__heading {
    margin-bottom: calc(30vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.regenerative-medicine-head__text {
  width: 100%;
  margin-bottom: calc(40vw/19.2);
  font-size: calc(22vw/19.2);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine-head__text {
    font-size: calc(18vw/3.6);
  }
}

.regenerative-medicine-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine-wrapper {
    flex-direction: column-reverse;
  }
}

.regenerative-medicine__item {
  flex: 51%;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine__item {
    flex: 50%;
  }
}

.regenerative-medicine__text {
  flex: 49%;
  padding: calc(0vw/19.2) calc(30vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .regenerative-medicine__text {
    flex: 50%;
    padding: calc(20vw/3.6) calc(10vw/3.6);
    font-size: calc(16vw/3.6);
    line-height: normal;
  }
}

/*---------------------------
youtube
---------------------------*/
.youtube {
  width: 100%;
  border: 0px solid;
}

.youtube__bg {
  width: 80%;
  margin: auto;
  background-image: url('../image/front-page/ver3/pc/egoshi_03.png');
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .youtube__bg {
    width: 100%;
    background-size: 40%;
    background-position: calc(240vw/3.6) top;
  }
}

.youtube-head {
  width: 87.7%;
  margin: auto;
  padding-top: calc(60vw/19.2);
  text-align: center;
  background-image: url('../image/front-page/ver3/pc/media.png');
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .youtube-head {
    width: 94%;
  }
}

.youtube-head__title {
  margin-bottom: calc(50vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .youtube-head__title {
    margin-bottom: calc(25vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.youtube-head__text {
  margin-bottom: calc(40vw/19.2);
  font-size: calc(22vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .youtube-head__text {
    margin-bottom: calc(20vw/3.6);
    padding-left: calc(10vw/3.6);
    text-align: left;
    font-size: calc(14vw/3.6);
    line-height: normal;
  }
}

.youtube-wrapper {
  display: flex;
  gap: calc(30vw/19.2);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: auto;
}

.youtube__item {
  flex: 1;
  padding: calc(8vw/19.2);
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #B5AE9B;
  box-shadow: calc(4vw/19.2) calc(4vw/19.2) calc(4vw/19.2) #b7b3ab;
}
@media screen and (max-width: 767px) {
  .youtube__item {
    padding: calc(8vw/3.6);
  }
}

.youtube__text {
  margin-top: calc(10vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .youtube__text {
    margin-top: calc(10vw/3.6);
    font-size: calc(16vw/3.6);
  }
}

.youtube__btn {
  position: relative;
  width: 18%;
  margin: calc(50vw/19.2) auto;
}
@media screen and (max-width: 767px) {
  .youtube__btn {
    width: 70%;
    margin: calc(20vw/3.6) auto;
  }
}

.youtube__btn-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.2em;
  font-size: calc(16vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .youtube__btn-text {
    font-size: calc(16vw/3.6);
  }
}

/*---------------------------
column
---------------------------*/
.column {
  width: 100%;
  border: 0px solid;
}

.column-head {
  width: 70%;
  margin: auto;
  padding-top: calc(60vw/19.2);
  text-align: center;
  background-image: url('../image/front-page/ver3/pc/column.png');
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .column-head {
    width: 94%;
  }
}

.column-head__title {
  margin-bottom: calc(50vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .column-head__title {
    margin-bottom: calc(25vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.column-head__text {
  margin-bottom: calc(40vw/19.2);
  font-size: calc(22vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .column-head__text {
    margin-bottom: calc(20vw/3.6);
    font-size: calc(14vw/3.6);
    line-height: normal;
  }
}

.column-wrapper {
  display: flex;
  gap: calc(30vw/19.2);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: auto;
}

.column__item {
  flex: 1;
  padding: calc(8vw/19.2);
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #B5AE9B;
  box-shadow: calc(4vw/19.2) calc(4vw/19.2) calc(4vw/19.2) #b7b3ab;
}
@media screen and (max-width: 767px) {
  .column__item {
    padding: calc(8vw/3.6);
  }
}

.column__text {
  margin-top: calc(10vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .column__text {
    margin-top: calc(10vw/3.6);
    font-size: calc(16vw/3.6);
  }
}

.column__btn {
  position: relative;
  width: 18%;
  margin: calc(50vw/19.2) auto;
}
@media screen and (max-width: 767px) {
  .column__btn {
    width: 70%;
    margin: calc(20vw/3.6) auto;
  }
}

.column__btn-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.2em;
  font-size: calc(16vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .column__btn-text {
    font-size: calc(16vw/3.6);
  }
}

/*---------------------------
■ beauty-total-production
---------------------------*/
.beauty-total-production {
  width: 100%;
  background: linear-gradient(135deg, #ffe29e, #b85c81);
  border: 0px solid;
}

.beauty-total-production__bg {
  width: 100%;
  height: calc(730vw/19.2);
  background-image: url('../image/front-page/ver3/pc/bg_produce.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .beauty-total-production__bg {
    height: calc(600vw/3.6);
    background-image: url('../image/front-page/ver3/sp/bg_produce.png');
  }
}

.beauty-total-production-head {
  width: 70%;
  margin: auto;
  padding-top: calc(120vw/19.2);
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .beauty-total-production-head {
    width: 94%;
    padding-top: calc(60vw/3.6);
  }
}

.beauty-total-production-head__title {
  margin-bottom: calc(50vw/19.2);
  font-size: calc(40vw/19.2);
}
@media screen and (max-width: 767px) {
  .beauty-total-production-head__title {
    margin-bottom: calc(25vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.beauty-total-production-head__text {
  margin-bottom: calc(30vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .beauty-total-production-head__text {
    margin-bottom: calc(15vw/3.6);
    text-align: left;
    font-size: calc(14vw/3.6);
    line-height: normal;
  }
}

.beauty-total-production-wrapper {
  display: flex;
  width: 80%;
  margin: auto;
  font-size: calc(18vw/19.2);
}
@media screen and (max-width: 767px) {
  .beauty-total-production-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}

.beauty-total-production__item {
  flex: 25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .beauty-total-production__item {
    flex: 50%;
  }
}

.beauty-total-production__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .beauty-total-production__text {
    font-size: calc(14vw/3.6);
  }
}

.beauty-total-production__btn {
  position: relative;
  width: 18%;
  margin: calc(20vw/19.2) auto 0px;
}
@media screen and (max-width: 767px) {
  .beauty-total-production__btn {
    width: 70%;
    margin: calc(20vw/3.6) auto 0px;
  }
}

.beauty-total-production__btn-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc(16vw/19.2);
  color: #D9998E;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .beauty-total-production__btn-text {
    font-size: calc(16vw/3.6);
  }
}

/*---------------------------
■ announce
---------------------------*/
.announce {
  width: 100%;
  border: 0px solid;
}

.announce-wrapper {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .announce-wrapper {
    flex-direction: column;
    width: 94%;
  }
}

.announce__item {
  flex: 45%;
  padding-top: calc(80vw/19.2);
}
@media screen and (max-width: 767px) {
  .announce__item {
    padding-top: calc(20vw/3.6);
  }
}

.announce-detail {
  flex: 55%;
  padding: calc(100vw/19.2) calc(40vw/19.2) calc(30vw/19.2);
  background-image: url('../image/front-page/ver3/pc/news.png');
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: right top;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .announce-detail {
    padding: calc(70vw/3.6) calc(0vw/3.6) calc(20vw/3.6);
    background-size: 60%;
  }
}

.announce__title {
  width: 100%;
  padding: calc(8vw/19.2) 0px;
  font-size: calc(40vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .announce__title {
    font-size: calc(24vw/3.6);
  }
}

.announce__list {
  display: table;
  width: 92%;
  padding-top: calc(20vw/19.2);
  padding-bottom: calc(10vw/19.2);
  font-size: calc(16vw/19.2);
  border-bottom: 1px solid #B5AE9B;
}
@media screen and (max-width: 767px) {
  .announce__list {
    width: 94%;
    padding-top: calc(20vw/3.6);
    padding-bottom: calc(10vw/3.6);
    font-size: calc(12vw/3.6);
  }
}

.announce__list-item {
  display: table-cell;
  width: 25%;
  padding-left: 2%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .announce__list-item {
    width: 30%;
  }
}

.announce__list-text {
  display: table-cell;
  width: 75%;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .announce__list-text {
    width: 70%;
  }
}

.announce__btn {
  position: relative;
  width: 30%;
  margin-top: calc(30vw/19.2);
}
@media screen and (max-width: 767px) {
  .announce__btn {
    width: 70%;
    margin-top: calc(20vw/3.6);
    /*margin-bottom: calc(20vw/3.6);*/
  }
}

.announce__btn-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.2em;
  font-size: calc(16vw/19.2);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .announce__btn-text {
    font-size: calc(16vw/3.6);
  }
}

/*---------------------------
■ access
---------------------------*/
.access {
  width: 100%;
  border: 0px solid;
}

.access-head {
  width: 70%;
  margin: auto;
  padding-top: calc(160vw/19.2);
  text-align: center;
  background-image: url('../image/front-page/ver3/pc/access.png');
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 16% 24%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .access-head {
    width: 94%;
    padding-top: calc(50vw/3.6);
    background-size: 52%;
    background-position: left top;
  }
}

.access-head__title {
  margin-bottom: calc(50vw/19.2);
  font-size: calc(40vw/19.2);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access-head__title {
    margin-bottom: calc(25vw/3.6);
    font-size: calc(24vw/3.6);
  }
}

.access-head__text {
  margin-bottom: calc(80vw/19.2);
  font-size: calc(18vw/19.2);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access-head__text {
    margin-bottom: calc(20vw/3.6);
    font-size: calc(14vw/3.6);
    line-height: normal;
  }
}

.access-tokyo__title {
  width: 70%;
  height: auto;
  margin: auto;
  padding: calc(5vw/19.2) 0px calc(10vw/19.2) 0px;
  text-align: center;
  font-size: calc(40vw/19.2);
  color: #ffffff;
  background-color: #FF98C4;
}
@media screen and (max-width: 767px) {
  .access-tokyo__title {
    width: 94%;
    font-size: calc(20vw/3.6);
  }
}

.access-aichi__title {
  width: 70%;
  height: auto;
  margin: auto;
  padding: calc(5vw/19.2) 0px calc(10vw/19.2) 0px;
  text-align: center;
  font-size: calc(40vw/19.2);
  color: #ffffff;
  background-color: #E491B4;
}
@media screen and (max-width: 767px) {
  .access-aichi__title {
    width: 94%;
    font-size: calc(20vw/3.6);
  }
}

.access-osaka__title {
  width: 70%;
  height: auto;
  margin: auto;
  padding: calc(5vw/19.2) 0px calc(10vw/19.2) 0px;
  text-align: center;
  font-size: calc(40vw/19.2);
  color: #ffffff;
  background-color: #E49194;
}
@media screen and (max-width: 767px) {
  .access-osaka__title {
    width: 94%;
    font-size: calc(20vw/3.6);
  }
}

.access-online__title {
  width: 70%;
  height: auto;
  margin: auto;
  padding: calc(5vw/19.2) 0px calc(10vw/19.2) 0px;
  text-align: center;
  font-size: calc(40vw/19.2);
  color: #ffffff;
  background-color: #7AAAF2;
}
@media screen and (max-width: 767px) {
  .access-online__title {
    width: 94%;
    font-size: calc(20vw/3.6);
  }
}

.access-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 70%;
  margin: auto;
  padding: calc(20vw/19.2) calc(10vw/19.2);
  background-color: #ffffff;
  border-bottom: 1px solid #1D1D1D;
}
@media screen and (max-width: 767px) {
  .access-wrapper {
    flex-direction: column-reverse;
    width: 94%;
  }  
}

.access-wrapper--no-border {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 70%;
  margin: 0px auto calc(50vw/19.2);
  padding: calc(20vw/19.2) calc(10vw/19.2);
  background-color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .access-wrapper--no-border {
    flex-direction: column-reverse;
    width: 94%;
    margin: 0px auto calc(30vw/3.6);
  }  
}

.access-wrapper--no-border-notice {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 70%;
  margin: auto;
  padding: calc(20vw/19.2) calc(10vw/19.2);
  background-color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .access-wrapper--no-border-notice {
    flex-direction: column-reverse;
    width: 94%;
  }  
}

.access__item {
  flex: 30%;
  height: auto;
  padding: calc(20vw/19.2);
}
@media screen and (max-width: 767px) {
  .access__item {
    padding: calc(10vw/3.6);
  }
}

.access-detail {
  flex: 40%;
  height: auto;
  padding: calc(20vw/19.2);
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access-detail {
    padding: calc(10vw/3.6);
  }
}

.access-offline-detail__list {
  display: table;
  width: 100%;
  padding: calc(8vw/19.2) 0px;
  font-size: calc(16vw/19.2);
}
@media screen and (max-width: 767px) {
  .access-offline-detail__list {
    padding: calc(8vw/3.6) 0px;
    font-size: calc(12vw/3.6);
  }
}

.access-online-detail__list {
  display: table;
  width: 100%;
  padding: calc(17vw/19.2) 0px;
  font-size: calc(16vw/19.2);
}
@media screen and (max-width: 767px) {
  .access-online-detail__list {
    padding: calc(8vw/3.6) 0px;
    font-size: calc(12vw/3.6);
  }
}

.access-offline-detail__heading {
  width: 100%;
  padding-bottom: calc(8vw/19.2);
  font-size: calc(24vw/19.2);
}
@media screen and (max-width: 767px) {
  .access-offline-detail__heading {
    padding-bottom: calc(8vw/3.6);
    font-size: calc(20vw/3.6);
  }
}

.access-online-detail__heading {
  width: 100%;
  padding-bottom: calc(17vw/19.2);
  font-size: calc(24vw/19.2);
}
@media screen and (max-width: 767px) {
  .access-online-detail__heading {
    padding-bottom: calc(8vw/3.6);
    font-size: calc(20vw/3.6);
  }
}

.access-detail__list-item--top {
  display: table-cell;
  width: 28%;
  padding-left: 2%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .access-detail__list-item--top {
    width: 30%;
  }
}

.access-detail__list-item--middle {
  display: table-cell;
  width: 28%;
  padding-left: 2%;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .access-detail__list-item--middle {
    width: 30%;
  }
}

.access-detail__list-text {
  display: table-cell;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .access-detail__list-text {
    width: 70%;
  }
}

.access-detail__list-square {
  color: #B6B0A2;
}

.access-detail__border--bottom {
  border-bottom: 1px solid #A5A5A5;
}

/*---------------------------
タブ切り替え
---------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0px calc(20vw/19.2);
}
@media screen and (max-width: 767px) {
  .tab-wrap {
    gap: 0px calc(10vw/3.6);
  }
}

.tab-label {
  background-color: #EFD9E0;
  padding: calc(25vw/19.2) 0px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  order: -1;
}
@media screen and (max-width: 767px) {
  .tab-label {
    padding: calc(15vw/3.6) 0px;
  }
}

.tab-content {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background-color: #F3769B;
  color: #ffffff;
}

.tab-switch:checked+.tab-label+.tab-content {
   display: block;
   color: #333333;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*---------------------------
アコーディオン
---------------------------*/
.__toggle {
  display: none;
}

.__Label {
  /*padding: 1em;*/
  display: block;
  color: #333;
}

.__Label::before{
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.__Label,
.__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.__content {
  height: 0;
  margin-bottom: 0px;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .__content {
    padding: 0 15px;
  }
}

.__toggle:checked + .__Label + .__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .__toggle:checked + .__Label + .__content {
    padding: 15px;
  }
}

.__toggle:checked + .__Label::before {
  transform: rotate(-45deg);
}

.__Label__career {
  /*display: block;*/
  width: 90%;
  margin: auto;
  padding: 2px;
  font-size: calc(16vw/19.2);
  text-align: center;
  /*color: #333333;*/
  background-color: #F1E0CC;
}
@media screen and (max-width: 767px) {
  .__Label__career {
    width: 100%;
    font-size: calc(12vw/3.6);
  }
}

.__content__career {
  width: 90%;
  margin: auto;
  font-size: calc(14vw/19.2);
  background-color: #FDF8F2;
}
@media screen and (max-width: 767px) {
  .__content__career {
    width: 100%;
    font-size: calc(12vw/3.6);
  }
}

/*---------------------------
もっと見るアコーディオン
---------------------------*/
.readmore {
  position: relative;
  margin: 20px auto 0px;
  /*display: block;*/
  width: 100%;
  text-align: center;
  color: #878787;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  letter-spacing: 0.1em;

	display: flex;
	align-items: center;
}

.readmore:before,
.readmore:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #878787;
  margin: 0 10px;
}
/*
.readmore.on-click:before {
  transform: rotate(180deg);
  transform: rotate(-45deg);
}
*/
.readmore .open {
  display: block;
}

.readmore.on-click .open {
  display: none;
}

.readmore .close {
  display: none;
}

.readmore.on-click .close {
  display: block;
}

/*
.text-line {
	display: flex;
	align-items: center;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #878787;
  margin: 0 10px;
*/

/*---------------------------
swiper カスタマイズ
---------------------------*/
.swiper-wrapper .swiper-slide {
  height: unset;
}
.swiper-wrapper {
  align-items: stretch;
  padding-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }  
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  /*margin: auto;*/
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    width: 30px;
    height: 30px;
    margin-left: -30px;
  }
  .swiper-button-next::after {
    width: 30px;
    height: 30px;
    margin-right: -30px;
  }
}

.swiper-button-prev::after {
  background-image: url('../image/front-page/ver3/pc/left_arrow.png');
}

.swiper-button-next::after {
  background-image: url('../image/front-page/ver3/pc/right_arrow.png');
}

.swiper-slide img {
  width: 100%;
  height: auto;
}



.fire-method-swiper-wrapper {
  width: 100%;
}
.fire-method-swiper-slide {
  position: relative;
}


.custom-swiper-wrapper {
  width: 100%;
  margin: auto;
}


.custom-swiper-slide {
  padding: calc(8vw/19.2);
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #B5AE9B;
  box-shadow: calc(4vw/19.2) calc(4vw/19.2) calc(4vw/19.2) #b7b3ab;
}
@media screen and (max-width: 767px) {
  .custom-swiper-slide {
    padding: calc(8vw/3.6);
  }
}

@media screen and (min-width: 768px) {
  .fire-method-swiper-wrapper {
    display: flex;
    gap: calc(30vw/19.2);
  }
  .custom-swiper-wrapper {
    display: flex;
    gap: calc(30vw/19.2);
    justify-content: center;
    align-items: stretch;
  }
  .custom-swiper-slide {
    flex: 1;
  }
  .fire-method-swiper-slide {
    flex: 1;
  }
}

/*---------------------------
モーダル
---------------------------*/
.close_btn {
  display: block;
  position: absolute;
  top: 3%;
  right: 1.5%;
  width: 30px;
  height: 30px;
  /*order: 2px solid #8C8C8C;*/
  background: #fff;
  z-index: 10003;
}
@media screen and (max-width: 767px) {
  .close_btn {
    top: 2%;
    right: 3%;  
  }
}
 
.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #8C8C8C;
}
 
.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.modal {
  /*display: none;*/
  /*opacity: 0;*/
  /*margin: 0;*/
  /*padding: 0;*/
  max-width: 800px;
  width: 80%;
  height: 60%;
  padding: calc(50vw/19.2);
  background-color: #ffffff;
  position: fixed;
  /*top: 0;*/
  /*left: 0;*/
  transition: opacity 0.5s;
  z-index: 10002;
  border-radius: calc(20vw/19.2);
}
@media screen and (max-width: 767px) {
  .modal {
    width: 94%;
    padding: calc(10vw/3.6);
    border-radius: calc(20vw/3.6);
  }
}

.modal__list {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: calc(50vw/19.2) 0;
}

.modal__list-item {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  border: 0px solid;
}
/*
@media screen and (max-width: 767px) {
  .modal__list-item {

  }
}
*/

.modal__list-detail {
  display: table-cell;
  width: 70%;
  padding-left: calc(10vw/19.2);
  vertical-align: middle;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .modal__list-detail {
    padding-left: calc(10vw/3.6);
  }
}

.modal__tag {
  width: 100%;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  background-color: #FFB3C6;
  border-radius: 20px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .modal__tag {
    width: 100%;
    border: 0px solid;
  }
}
/*
.modal-main {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  transition: opacity 0.5s;
  position: fixed;
  z-index: 10002;
}
*/

.modal-bg {
  display: none;
  opacity: 0;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  transition: opacity 0.5s;
  position: fixed;
  z-index: 10001;
}

/*---------------------------
CM対応
---------------------------*/

.banner-annotation {
  width: 75%;
  margin: auto;
  text-align: right;
  font-size: calc(12vw/19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .banner-annotation {
    width: 86%;
    font-size: calc(12vw/3.6);
    line-height: normal;
  }
}

.underline {
  text-decoration: underline;
}

.success-experience-limited-release {
  margin-top: 10px;
}

.fire-method-annotation--pill {
  margin-top: calc(10vw/19.2);
  text-align: center;
  font-size: calc(16vw/19.2);
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fire-method-annotation--pill {
    margin-top: calc(5vw/3.6);
    font-size: calc(12vw/3.6);
  }
}

.fire-method-annotation {
  margin-top: calc(20vw/19.2);
  font-size: calc(12vw/19.2);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .fire-method-annotation {
    margin-top: calc(20vw/3.6);
    font-size: calc(12vw/3.6);
  }
}

.limited-release {
  font-size: calc(12vw/19.2);
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .limited-release {
    font-size: calc(12vw/3.6);
  }
}

.limited-release__heading {
  display:block;
  text-align: center;
}

.cm-container {
  /*max-width: 750px;*/
  width: 64%;
  margin: auto;
  text-align:center;
  aspect-ratio: 16 / 9;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .cm-container {
    width: 84%;
  }
}

.cm__heading {
  width: 64%;
  margin: calc(60vw/19.2) auto calc(30vw/19.2);
  text-align:center;
  font-size: calc(36vw/19.2);
  font-weight: bold;
  color: #F67FAA;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .cm__heading {
    width: 84%;
    margin: calc(30vw/3.6) auto calc(10vw/3.6);
    font-size: calc(16vw/3.6);
  }
}