@charset "UTF-8";
main p,
main a {
  color: #27294f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
main .mincho {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 400;
}
main .jost {
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
}
main .c-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
main .page-heading {
  text-align: center;
  margin-bottom: 45px;
}
main .page-heading .page-ttl-en {
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
}
main .page-heading .page-ttl {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #bd578e;
}
main .mv {
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  margin-bottom: 85px;
}
main .mv .mv-wrap {
  padding: 38px 33px 25px 33px;
}
main .mv .mv-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  margin-bottom: 70px;
}
main .mv .mv-logo-left {
  max-width: 173px;
  width: 100%;
}
main .mv .mv-logo-right {
  max-width: 122px;
  width: 100%;
}
main .mv .mv-txtarea {
  padding-left: 16px;
}
main .mv .mv-ttl {
  color: #bd578e;
  font-size: 58px;
  line-height: 1.6896551724;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
main .mv .mv-ttl .kome {
  position: relative;
}
main .mv .mv-ttl .kome::after {
  content: "※";
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: -10px;
}
main .mv .mv-ttl .hankaku {
  margin-right: -0.35em;
}
main .mv .mv-txt {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 2.1818181818;
  margin-bottom: 70px;
}
main .mv .mv-nutrition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  padding-left: 16px;
}
main .mv .mv-nutrition-item {
  text-align: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 25px 0 0 0;
}
main .mv .mv-nutrition-item:nth-child(1) {
  background-color: #d2e6e6;
}
main .mv .mv-nutrition-item:nth-child(2) {
  background-color: #fff2f9;
}
main .mv .mv-nutrition-item:nth-child(3) {
  background-color: #e1e6d6;
}
main .mv .mv-nutrition-item:nth-child(4) {
  background-color: #f5f2e7;
}
main .mv .mv-nutrition-item:nth-child(5) {
  background-color: #d6e6dd;
}
main .mv .mv-nutrition-top {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
main .mv .mv-nutrition-txt {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 400;
}
main .mv .mv-nutrition-txt .num {
  font-size: 39px;
  font-weight: 300;
}
main .mv .mv-nutrition-txt .unit {
  font-size: 15px;
}
main .mv .mv-nutrition-btm {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
main .mv .mv-nutrition-txt-last {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
main .mv .mv-caption {
  padding-left: 16px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
}
main .selection .selection-content {
  margin-bottom: 90px;
}
main .selection .swiper-slide {
  width: 252px;
}
main .selection .selection-img {
  margin-bottom: 20px;
}
main .selection .selection-item-ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
main .selection .selection-item-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.8571428571;
}
main .worry .worry-box {
  background-color: #f4f4f4;
  border-radius: 30px;
  padding: 35px 60px 42px 60px;
}
main .worry .worry-ttl {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  color: #bd578e;
  margin-bottom: 35px;
}
main .worry .worry-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .worry .worry-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
main .worry .worry-item:nth-child(1) .worry-item-top {
  background-image: url(../img/worry-hukidashi01.png);
  max-width: 230px;
  height: 98px;
  padding-top: 10px;
}
main .worry .worry-item:nth-child(1) .worry-item-img {
  max-width: 108px;
}
main .worry .worry-item:nth-child(2) .worry-item-top {
  background-image: url(../img/worry-hukidashi02.png);
  max-width: 186px;
  height: 98px;
}
main .worry .worry-item:nth-child(2) .worry-item-img {
  max-width: 100px;
}
main .worry .worry-item:nth-child(3) .worry-item-top {
  background-image: url(../img/worry-hukidashi03.png);
  max-width: 170px;
  height: 88px;
}
main .worry .worry-item:nth-child(3) .worry-item-img {
  max-width: 115px;
}
main .worry .worry-item:nth-child(4) .worry-item-top {
  background-image: url(../img/worry-hukidashi04.png);
  max-width: 230px;
  height: 74px;
  padding-bottom: 5px;
  margin-top: 10px;
}
main .worry .worry-item:nth-child(4) .worry-item-img {
  max-width: 134px;
}
main .worry .worry-item-img {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main .worry .worry-item-top {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
main .worry .worry-item-top p {
  text-align: center;
  font-size: 15px;
  line-height: 1.4666666667;
}
main .solution {
  padding-top: 70px;
}
main .solution .solution-pop {
  width: 185px;
  height: 95px;
  margin: 0 auto;
  background-color: #747794;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 45px;
}
main .solution .solution-pop::after {
  content: "";
  position: absolute;
  background-image: url(../img/worry-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 14px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
main .solution .solution-pop-txt {
  text-align: center;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
main .solution .solution-content {
  padding-bottom: 30px;
  background-image: url(../img/worry-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
main .solution .solution-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#ffffff));
  background-image: linear-gradient(0deg, transparent, #ffffff);
  left: 0;
  top: 0;
}
main .solution .solution-content .c-wrap {
  position: relative;
  z-index: 1;
}
main .solution .solution-ttl {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #bd578e;
  margin-bottom: 45px;
}
main .solution .solution-ttl span {
  position: relative;
}
main .solution .solution-ttl span::after {
  content: "TM";
  position: absolute;
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 300;
  right: -10px;
  top: 10px;
}
main .solution .solution-txt {
  text-align: center;
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
main .solution .solution-txt span {
  color: #bd578e;
}
main .solution .solution-box {
  margin-bottom: 490px;
}
main .solution .solution-box-ttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}
main .solution .solution-box-ttl::before, main .solution .solution-box-ttl::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 30px;
}
main .solution .solution-box-ttl::before {
  background-image: url(../img/worry-left.png);
}
main .solution .solution-box-ttl::after {
  background-image: url(../img/worry-right.png);
}
main .solution .solution-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
main .solution .solution-box-item {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}
main .solution .solution-box-item:nth-child(1) {
  background-color: #adbbbb;
}
main .solution .solution-box-item:nth-child(3) {
  background-color: #c6a9b9;
}
main .solution .solution-box-item:nth-child(5) {
  background-color: #9da68a;
}
main .solution .solution-box-item:nth-child(5) .solution-box-item-num {
  font-size: 13px;
}
main .solution .solution-box-item:nth-child(5)::after {
  content: "";
  position: absolute;
  background-image: url(../img/worry-jogging.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 84px;
  bottom: 0;
  left: 8px;
}
main .solution .solution-box-item-txt {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
main .solution .solution-box-item-num {
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 8px 0;
  color: #fff;
}
main .solution .solution-box-item-num span {
  font-size: 40px;
  font-weight: 300;
  padding: 0 2px;
}
main .solution .solution-box-arrow {
  max-width: 16px;
  width: 100%;
}
main .solution .solution-box-equal {
  max-width: 18px;
  width: 100%;
}
main .solution .solution-caption {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}
main .commitment {
  padding: 90px 0 110px 0;
}
main .commitment .page-heading {
  margin-bottom: 55px;
}
main .commitment .commitment-content {
  max-width: 868px;
  width: 100%;
  margin: 0 auto;
}
main .commitment .commitment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(189, 87, 142, 0.1);
  border-radius: 10px;
  padding: 36px 0;
}
main .commitment .commitment-item:not(:last-child) {
  margin-bottom: 30px;
}
main .commitment .commitment-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
main .commitment .commitment-num .point {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
}
main .commitment .commitment-num .number {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
}
main .commitment .commitment-item-ttl {
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #bd578e;
  line-height: 1.1818181818;
  margin-bottom: 6px;
  font-weight: 400;
}
main .commitment .commitment-item-txt {
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.1em;
}
main .case {
  margin-bottom: 100px;
}
main .case .case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 23px 14px;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
}
main .case .case-box {
  max-width: 590px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 44px 36px 44px 36px;
}
main .case .case-box:nth-child(1) .case-icon {
  max-width: 110px;
}
main .case .case-box:nth-child(2) .case-icon {
  max-width: 108px;
}
main .case .case-box:nth-child(3) .case-icon {
  max-width: 114px;
}
main .case .case-box:nth-child(4) .case-icon {
  max-width: 104px;
}
main .case .case-icon {
  width: 100%;
}
main .case .case-ttl {
  font-size: 17px;
  line-height: 1.5294117647;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #bd578e;
  margin-bottom: 8px;
}
main .case .case-txt {
  font-size: 15px;
  line-height: 1.7333333333;
}
main .case .case-pop {
  position: absolute;
  right: 18px;
  top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background-color: #bd578e;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}
main .method {
  overflow: hidden;
  margin-bottom: 160px;
}
main .method .method-heading {
  text-align: center;
  margin-bottom: 45px;
}
main .method .method-heading-ttl {
  font-size: 34px;
  line-height: 1.7647058824;
  letter-spacing: 0.15em;
  color: #bd578e;
  margin-bottom: 15px;
}
main .method .method-heading-txt {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
}
main .method .method-content {
  margin-bottom: 54px;
}
main .method .method-days {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 0 0 calc(50vw - 50%);
}
main .method .method-days-ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 300;
}
main .method .method-days-wrap {
  max-width: 1680px;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
main .method .method-days-wrap.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main .method .method-days-wrap::-webkit-scrollbar {
  display: none;
}
main .method .method-days-inner {
  width: 1681px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .method .method-days-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
main .method .method-days-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .method .method-days-time {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  padding: 16.5px 0;
  position: relative;
}
main .method .method-days-time.green {
  background-color: #adbbbb;
}
main .method .method-days-time.pink {
  background-color: #c6a9b9;
}
main .method .method-days-time.yellow {
  background-color: #9da68a;
}
main .method .method-days-time:nth-child(3) {
  border-radius: 0 50px 50px 0;
}
main .method .method-days-time:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6a9b9;
  left: 0;
  top: 0;
  z-index: -1;
}
main .method .method-days-time:nth-child(6) {
  border-radius: 0 50px 50px 0;
}
main .method .method-days-time:nth-child(6)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9da68a;
  left: 0;
  top: 0;
  z-index: -1;
}
main .method .method-days-time:nth-child(7) {
  border-radius: 0 50px 50px 0;
}
main .method .method-days-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 25px 0 30px 0;
  position: relative;
}
main .method .method-days-box.green {
  background-color: rgba(173, 187, 187, 0.3);
}
main .method .method-days-box.pink {
  background-color: rgba(198, 169, 185, 0.3);
}
main .method .method-days-box.yellow {
  background-color: rgba(157, 166, 138, 0.3);
}
main .method .method-days-box:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background-color: #999999;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 0;
  bottom: 115px;
  right: 0px;
  margin: auto;
}
main .method .method-days-box:nth-child(3)::after, main .method .method-days-box:nth-child(6)::after {
  right: 10px;
}
main .method .method-days-box-ttl {
  text-align: center;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
main .method .method-days-img {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 8px;
  margin-bottom: 7px;
}
main .method .method-days-box-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
main .method .method-btm {
  margin-bottom: 42px;
}
main .method .method-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
main .method .method-item:not(:last-child) {
  margin-bottom: 22px;
}
main .method .method-item-icon {
  max-width: 70px;
  width: 100%;
}
main .method .method-item-txt {
  font-size: 18px;
  letter-spacing: 0.1em;
}
main .method .method-note {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 22px 40px;
}
main .method .method-note-txt {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9411764706;
  color: #bd578e;
}
main .menu {
  margin-bottom: 110px;
}
main .menu .menu-frozon {
  max-width: 237px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  background-color: #d2e6e6;
  border-radius: 10px;
  margin-bottom: 20px;
}
main .menu .menu-frozon-icon {
  max-width: 21px;
  width: 100%;
}
main .menu .menu-frozon-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 0;
}
main .menu .menu-ttl {
  text-align: center;
  font-size: 60px;
  line-height: 1.55;
  color: #bd578e;
  margin-bottom: 60px;
}
main .menu .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 0;
}
main .menu .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
main .menu .menu-item-img {
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 18px;
}
main .menu .menu-item-ttl {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
}
main .menu .menu-item-txt-bold {
  text-align: center;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 600;
  color: #bd578e;
}
main .menu .menu-item-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.6666666667;
}
main .reason {
  margin-bottom: 110px;
}
main .reason .page-heading {
  margin-bottom: 55px;
}
main .reason .reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .reason .reason-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
main .reason .reason-img {
  margin-bottom: 20px;
}
main .reason .reason-img img {
  border-radius: 15px;
}
main .reason .reason-item-txtarea {
  padding: 0 19px;
}
main .reason .reason-item-ttl {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
main .reason .reason-item-txt {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6666666667;
}
main .reason .reason-item-txt:not(:last-child) {
  margin-bottom: 15px;
}
main .step {
  margin-bottom: 40px;
}
main .step .page-heading {
  margin-bottom: 75px;
}
main .step .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .step .step-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 85px;
  left: 0;
  margin: auto;
  background-color: #333333;
  width: 100%;
  height: 1px;
}
main .step .step-item {
  position: relative;
}
main .step .step-item:nth-child(1) .step-item-top {
  margin-right: auto;
}
main .step .step-item:nth-child(2) .step-item-top {
  margin: 0 auto;
}
main .step .step-item:nth-child(3) .step-item-top {
  margin-left: auto;
}
main .step .step-item-top {
  max-width: 210px;
  width: 100%;
}
main .step .step-item-number {
  width: 59px;
  height: 59px;
  position: absolute;
  background-color: #bd578e;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
}
main .step .step-item-img {
  max-width: 195px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 23px;
}
main .step .step-item-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.65;
}
main .voice {
  background-color: #eaedef;
  padding: 60px 0 88px 0;
  margin-bottom: 50px;
}
main .voice .voice-content {
  margin-bottom: 47px;
}
main .voice .voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .voice .voice-item:not(:last-child) {
  margin-bottom: 50px;
}
main .voice .voice-txtarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85.8333333333%;
          flex: 0 0 85.8333333333%;
  background-color: #fff;
  position: relative;
  padding: 34px 30px 34px 38px;
}
main .voice .voice-txtarea::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 38px;
  height: 40px;
  left: -33px;
  top: 70px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
main .voice .voice-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.1666666667%;
          flex: 0 0 9.1666666667%;
}
main .voice .voice-icon {
  max-width: 92px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
main .voice .voice-profile-txt {
  text-align: center;
  font-size: 15px;
  line-height: 1.4666666667;
}
main .voice .voice-item-ttl {
  font-size: 18px;
  color: #bd578e;
  margin-bottom: 25px;
}
main .voice .voice-item-txt {
  text-align: justify;
  font-size: 15px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}
main .voice .voice-item-txt span {
  font-weight: 400;
  text-decoration: underline;
}
main .voice .voice-caption {
  text-align: center;
  font-size: 14px;
}
main .faq {
  margin-bottom: 165px;
}
main .faq .page-heading {
  margin-bottom: 68px;
}
main .faq .faq-item {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 25px 30px;
  cursor: pointer;
}
main .faq .faq-item:not(:last-child) {
  margin-bottom: 20px;
}
main .faq .faq-item.open .faq-item-top::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .faq .faq-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  position: relative;
}
main .faq .faq-item-top::before, main .faq .faq-item-top::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #bd578e;
  right: 0;
  top: 0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .faq .faq-item-top::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .faq .faq-item-icon {
  font-size: 20px;
  font-weight: 300;
  color: #bd578e;
}
main .faq .faq-item-txt {
  font-size: 18px;
  color: #bd578e;
}
main .faq .faq-item-inner {
  display: none;
}
main .faq .faq-item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  padding-top: 20px;
}
main .faq .faq-item-a {
  font-size: 20px;
  font-weight: 300;
}
main .faq .faq-item-answer-txt {
  font-size: 15px;
  line-height: 1.7333333333;
}
main .formarea .formarea-top {
  text-align: center;
}
main .formarea .formarea-txt {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
main .formarea .formarea-txt::before, main .formarea .formarea-txt::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 30px;
}
main .formarea .formarea-txt::before {
  background-image: url(../img/worry-left.png);
}
main .formarea .formarea-txt::after {
  background-image: url(../img/worry-right.png);
}
main .formarea .formarea-ttl {
  color: #bd578e;
  font-size: 60px;
}
main .formarea .formarea-top {
  margin-bottom: 30px;
}
main .floting-bnr {
  max-width: 230px;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
main .floting-bnr .floting-bnr-img {
  background-color: #eae0e0;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
main .floting-bnr .floting-bnr-img img {
  max-width: 205px;
  margin: 0 auto;
}
main .floting-bnr .floting-bnr-btm {
  background-color: #fff;
  padding: 12px 16px 18px 16px;
  border-radius: 0 0 10px 10px;
}
main .floting-bnr .floting-bnr-link {
  font-size: 14px;
  font-weight: 400;
  background-color: #e86eb0;
  padding: 15px 18px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
main .floting-bnr .floting-bnr-link .icon {
  max-width: 16px;
  margin-right: 3px;
}
main .floting-bnr .floting-bnr-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
  main .c-wrap {
    padding: 0 15px;
  }
  main .mv {
    aspect-ratio: 1440/906;
  }
  main .mv .mv-ttl {
    font-size: min(4.4615384615vw, 58px);
    margin-bottom: min(2.4615384615vw, 32px);
  }
  main .mv .mv-txt {
    font-size: min(1.6923076923vw, 22px);
    margin-bottom: min(5.3846153846vw, 70px);
  }
  main .mv .mv-nutrition-item {
    width: min(10vw, 130px);
    height: min(10vw, 130px);
    padding: min(1.9230769231vw, 25px) 0 0 0;
  }
  main .mv .mv-nutrition-top {
    font-size: min(1.0769230769vw, 14px);
    margin-bottom: min(0.6153846154vw, 8px);
  }
  main .mv .mv-nutrition-txt {
    font-size: min(1vw, 13px);
    margin-bottom: min(0.6153846154vw, 8px);
  }
  main .mv .mv-nutrition-txt .num {
    font-size: min(3vw, 39px);
  }
  main .mv .mv-nutrition-txt .unit {
    font-size: min(1.1538461538vw, 15px);
  }
  main .mv .mv-nutrition-btm {
    font-size: min(0.8461538462vw, 11px);
  }
  main .mv .mv-nutrition-txt-last {
    font-size: min(1.4615384615vw, 19px);
    margin-top: min(0.0769230769vw, 10px);
  }
  main .mv .mv-caption {
    padding-left: min(1.2307692308vw, 16px);
    font-size: min(1vw, 13px);
  }
  main .case .case-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 23px 0;
  }
  main .case .case-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.1666666667%;
            flex: 0 0 49.1666666667%;
  }
}
@media screen and (max-width: 900px) {
  main .worry .worry-box-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  main .worry .worry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  main .worry .worry-item:nth-child(1) .worry-item-top, main .worry .worry-item:nth-child(2) .worry-item-top, main .worry .worry-item:nth-child(3) .worry-item-top, main .worry .worry-item:nth-child(4) .worry-item-top {
    max-width: 100%;
    height: auto;
    min-height: 60px;
    padding: 8px 6px;
    margin-bottom: 15px;
  }
  main .worry .worry-item:nth-child(4) .worry-item-top {
    padding-bottom: 15px;
  }
  main .worry .worry-item-top {
    background-size: 100% 100%;
  }
}
/* =====================================================
   SP対応（PC版には一切影響しません／追加のみ）
   ブレークポイント: max-width 767px
===================================================== */
@media screen and (max-width: 767px) {
  main {
    /* ---------- 共通 ---------- */
  }
  main .page-heading {
    margin-bottom: 24px;
  }
  main .page-heading .page-ttl-en {
    font-size: 14px;
    margin-bottom: 10px;
  }
  main .page-heading .page-ttl {
    font-size: 24px;
    line-height: 1.3;
  }
  main {
    /* ---------- mv ---------- */
  }
  main .mv {
    margin-bottom: 40px;
    aspect-ratio: 375/632;
    background-image: url(../img/mv-bg-sp.jpg);
    background-position: top center;
    background-size: 100% 100%;
  }
  main .mv .mv-wrap {
    padding: 30px 16px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  main .mv .mv-logo {
    gap: 19px;
    margin-bottom: 0;
  }
  main .mv .mv-logo-left {
    max-width: 98px;
  }
  main .mv .mv-logo-right {
    max-width: 84px;
  }
  main .mv .mv-txtarea {
    padding-left: 0;
  }
  main .mv .mv-ttl {
    font-size: 25px;
    line-height: 1.68;
    margin-bottom: 8px;
  }
  main .mv .mv-ttl .kome::after {
    position: relative;
    font-size: 13px;
    top: -1em;
  }
  main .mv .mv-txt {
    font-size: 12px;
    line-height: 2.25;
    margin-bottom: 20px;
  }
  main .mv .mv-nutrition {
    padding-left: 0;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
    width: 100vw;
    margin-left: -16px;
  }
  main .mv .mv-nutrition-item {
    width: 68px;
    height: 68px;
    padding: 12px 0 0 0;
  }
  main .mv .mv-nutrition-item:nth-child(1) .mv-nutrition-txt .num {
    padding-left: 2px;
    padding-right: 5px;
  }
  main .mv .mv-nutrition-item:nth-child(1) .mv-nutrition-txt .unit {
    font-size: 10px;
    margin-top: 4px;
  }
  main .mv .mv-nutrition-item:last-child .mv-nutrition-txt {
    font-size: 7px;
  }
  main .mv .mv-nutrition-top {
    font-size: 9px;
    margin-bottom: 5px;
  }
  main .mv .mv-nutrition-txt {
    font-size: 10px;
    margin-bottom: 5px;
  }
  main .mv .mv-nutrition-txt .num {
    font-size: 18px;
  }
  main .mv .mv-nutrition-txt .unit {
    display: inline-block;
    font-size: 11px;
  }
  main .mv .mv-nutrition-btm {
    font-size: 8px;
  }
  main .mv .mv-nutrition-txt-last {
    font-size: 11px;
    margin-top: 4px;
  }
  main .mv .mv-caption {
    padding-left: 0;
    font-size: 11px;
  }
  main {
    /* ---------- selection ---------- */
  }
  main .selection > .page-heading {
    padding: 0 20px;
  }
  main .selection .selection-content {
    margin-bottom: 40px;
  }
  main .selection .swiper-slide {
    width: 160px;
  }
  main .selection .selection-img {
    margin-bottom: 10px;
  }
  main .selection .selection-item-ttl {
    font-size: 13px;
  }
  main .selection .selection-item-txt {
    font-size: 11px;
    line-height: 1.6;
  }
  main {
    /* ---------- worry ---------- */
  }
  main .worry .worry-box {
    padding: 20px 16px 24px 16px;
    border-radius: 16px;
  }
  main .worry .worry-ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  main .worry .worry-box-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
  main .worry .worry-item-top p {
    font-size: 11px;
    line-height: 1.4;
  }
  main .worry .worry-item:nth-child(1) .worry-item-img {
    max-width: 90px;
  }
  main .worry .worry-item:nth-child(2) .worry-item-img {
    max-width: 84px;
  }
  main .worry .worry-item:nth-child(3) .worry-item-img {
    max-width: 96px;
  }
  main .worry .worry-item:nth-child(4) .worry-item-img {
    max-width: 112px;
  }
  main .worry .worry-item-img {
    height: 95px;
  }
  main {
    /* ---------- solution ---------- */
  }
  main .solution {
    padding-top: 30px;
  }
  main .solution .solution-content {
    padding-bottom: 10px;
  }
  main .solution .solution-pop {
    width: 130px;
    height: 68px;
    margin-bottom: 24px;
  }
  main .solution .solution-pop-txt {
    font-size: 14px;
  }
  main .solution .solution-ttl {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  main .solution .solution-ttl span {
    white-space: nowrap;
    display: inline-block;
  }
  main .solution .solution-ttl span::after {
    font-size: 10px;
    right: -6px;
    top: 2px;
  }
  main .solution .solution-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 36px;
  }
  main .solution .solution-box {
    margin-bottom: 160px;
  }
  main .solution .solution-box-ttl {
    font-size: 15px;
    gap: 6px;
    margin-bottom: 18px;
  }
  main .solution .solution-box-ttl::before, main .solution .solution-box-ttl::after {
    width: 14px;
    height: 19px;
  }
  main .solution .solution-box-flex {
    gap: 6px;
  }
  main .solution .solution-box-item {
    width: 92px;
    height: 92px;
  }
  main .solution .solution-box-item:nth-child(5)::after {
    width: 32px;
    height: 45px;
    left: -8px;
  }
  main .solution .solution-box-item-txt {
    font-size: 10px;
  }
  main .solution .solution-box-item-num {
    font-size: 10px;
    margin: 5px 0 4px 0;
  }
  main .solution .solution-box-item-num span {
    font-size: 20px;
  }
  main .solution .solution-box-arrow {
    max-width: 10px;
  }
  main .solution .solution-box-equal {
    max-width: 11px;
  }
  main .solution .solution-caption {
    font-size: 10px;
    line-height: 1.7;
  }
  main {
    /* ---------- commitment ---------- */
  }
  main .commitment {
    padding: 50px 0 60px 0;
  }
  main .commitment .page-heading {
    margin-bottom: 35px;
  }
  main .commitment .commitment-item {
    padding: 18px 16px;
    border-radius: 8px;
  }
  main .commitment .commitment-item:not(:last-child) {
    margin-bottom: 16px;
  }
  main .commitment .commitment-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  main .commitment .commitment-num .point {
    font-size: 10px;
  }
  main .commitment .commitment-num .number {
    font-size: 22px;
  }
  main .commitment .commitment-item-ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  main .commitment .commitment-item-txt {
    font-size: 12px;
    line-height: 1.6;
  }
  main {
    /* ---------- case ---------- */
  }
  main .case {
    margin-bottom: 50px;
  }
  main .case .case-content {
    gap: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .case .case-box {
    padding: 24px 20px;
    gap: 16px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  main .case .case-box:nth-child(1) .case-icon, main .case .case-box:nth-child(2) .case-icon, main .case .case-box:nth-child(3) .case-icon, main .case .case-box:nth-child(4) .case-icon {
    max-width: 64px;
  }
  main .case .case-ttl {
    font-size: 14px;
    margin-bottom: 4px;
  }
  main .case .case-txt {
    font-size: 12px;
    line-height: 1.6;
  }
  main .case .case-pop {
    right: -12px;
    top: -14px;
    width: 50px;
    height: 50px;
    font-size: 10px;
  }
  main {
    /* ---------- method ---------- */
  }
  main .method {
    margin-bottom: 60px;
  }
  main .method .method-heading {
    margin-bottom: 24px;
  }
  main .method .method-heading-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  main .method .method-heading-txt {
    font-size: 13px;
  }
  main .method .method-content {
    margin-bottom: 30px;
  }
  main .method .method-days-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  main .method .method-days-time {
    font-size: 13px;
    padding: 10px 0;
  }
  main .method .method-days-box {
    padding: 15px 0 20px 0;
  }
  main .method .method-days-box:not(:last-child)::after {
    bottom: 75px;
  }
  main .method .method-days-box-ttl {
    font-size: 13px;
    margin-bottom: 10px;
  }
  main .method .method-days-img {
    max-width: 130px;
    margin-bottom: 5px;
  }
  main .method .method-days-box-txt {
    font-size: 11px;
    line-height: 1.6;
  }
  main .method .method-item-icon {
    max-width: 46px;
  }
  main .method .method-item-txt {
    font-size: 13px;
  }
  main .method .method-item:not(:last-child) {
    margin-bottom: 14px;
  }
  main .method .method-note {
    padding: 16px 20px;
  }
  main .method .method-note-txt {
    font-size: 12px;
    line-height: 1.7;
  }
  main {
    /* ---------- menu ---------- */
  }
  main .menu {
    margin-bottom: 50px;
  }
  main .menu .menu-frozon {
    max-width: 180px;
  }
  main .menu .menu-frozon-icon {
    max-width: 16px;
  }
  main .menu .menu-frozon-txt {
    font-size: 16px;
    padding: 10px 0;
  }
  main .menu .menu-ttl {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  main .menu .menu-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px 0;
  }
  main .menu .menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  main .menu .menu-item-img {
    margin-bottom: 10px;
  }
  main .menu .menu-item-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  main .menu .menu-item-txt-bold,
  main .menu .menu-item-txt {
    font-size: 12px;
    line-height: 1.5;
  }
  main {
    /* ---------- reason ---------- */
  }
  main .reason {
    margin-bottom: 50px;
  }
  main .reason .page-heading {
    margin-bottom: 30px;
  }
  main .reason .reason-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  main .reason .reason-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  main .reason .reason-item-txtarea {
    padding: 0 6px;
  }
  main .reason .reason-item-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  main .reason .reason-item-txt {
    font-size: 13px;
    line-height: 1.6;
  }
  main .reason .reason-item-txt:not(:last-child) {
    margin-bottom: 10px;
  }
  main {
    /* ---------- step ---------- */
  }
  main .step {
    margin-bottom: 50px;
  }
  main .step .page-heading {
    margin-bottom: 45px;
  }
  main .step .page-heading .page-ttl {
    font-size: 23px;
  }
  main .step .step-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  main .step .step-content::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    margin: 0;
    width: 1px;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .step .step-item {
    width: 100%;
    background-color: #fff;
    padding: 15px;
  }
  main .step .step-item-top {
    max-width: 160px;
    margin: 0 auto !important;
  }
  main .step .step-item-number {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  main .step .step-item-img {
    max-width: 150px;
    margin-bottom: 14px;
  }
  main .step .step-item-txt {
    font-size: 14px;
    line-height: 1.6;
  }
  main {
    /* ---------- voice ---------- */
  }
  main .voice {
    padding: 30px 0 40px 0;
    margin-bottom: 30px;
  }
  main .voice .voice-content {
    margin-bottom: 24px;
  }
  main .voice .voice-item:not(:last-child) {
    margin-bottom: 24px;
  }
  main .voice .voice-txtarea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    padding: 16px 14px 16px 20px;
  }
  main .voice .voice-txtarea::after {
    width: 18px;
    height: 20px;
    left: -16px;
    top: 30px;
  }
  main .voice .voice-profile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  main .voice .voice-icon {
    max-width: 50px;
    margin-bottom: 6px;
  }
  main .voice .voice-profile-txt {
    font-size: 13px;
    line-height: 1.4;
  }
  main .voice .voice-item-ttl {
    font-size: 15px;
    margin-bottom: 12px;
  }
  main .voice .voice-item-txt {
    font-size: 13px;
    line-height: 1.6;
  }
  main .voice .voice-caption {
    text-align: left;
    font-size: 10px;
  }
  main {
    /* ---------- faq ---------- */
  }
  main .faq {
    margin-bottom: 60px;
  }
  main .faq .page-heading {
    margin-bottom: 35px;
  }
  main .faq .faq-item {
    padding: 16px 18px;
    border-radius: 8px;
  }
  main .faq .faq-item:not(:last-child) {
    margin-bottom: 12px;
  }
  main .faq .faq-item-top {
    gap: 10px;
  }
  main .faq .faq-item-top::before, main .faq .faq-item-top::after {
    width: 12px;
    height: 2px;
    top: 0.7em;
  }
  main .faq .faq-item-icon {
    font-size: 16px;
  }
  main .faq .faq-item-txt {
    font-size: 14px;
  }
  main .faq .faq-item-answer {
    gap: 10px;
    padding-top: 12px;
  }
  main .faq .faq-item-a {
    font-size: 16px;
  }
  main .faq .faq-item-answer-txt {
    font-size: 13px;
    line-height: 1.6;
  }
  main {
    /* ---------- formarea ---------- */
  }
  main .formarea .formarea-txt {
    font-size: 16px;
    gap: 6px;
  }
  main .formarea .formarea-txt::before, main .formarea .formarea-txt::after {
    width: 16px;
    height: 22px;
  }
  main .formarea .formarea-ttl {
    font-size: 30px;
  }
  main {
    /* ---------- floting-bnr（画面固定表示＋カード内部をすべてmain配下に統一） ---------- */
  }
  main .floting-bnr {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
  }
  main .floting-bnr .floting-bnr-close {
    max-width: 18px;
    top: -18px;
    right: 10px;
  }
  main .floting-bnr .floting-bnr-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
            flex: 0 0 104px;
    width: 104px;
    height: auto;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .floting-bnr .floting-bnr-img img {
    max-width: 82px;
    margin: 0 auto;
  }
  main .floting-bnr .floting-bnr-btm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 0;
  }
  main .floting-bnr .floting-bnr-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: normal;
  }
  main .floting-bnr .floting-bnr-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    margin: 0;
  }
  main .floting-bnr .floting-bnr-link img {
    max-width: 20px;
    margin-right: 4px;
  }
  main .floting-bnr .floting-bnr-link .icon {
    max-width: 14px;
    margin-right: 3px;
  }
  main .floting-bnr .floting-bnr-link-big {
    font-size: 14px;
  }
}
#remofasfooter {
  background-color: #f2f2f2;
  margin-top: 120px;
}

#remofasfooter .remofasfooter-wrap {
  padding-top: 60px;
}

#remofasfooter .remofasfooter-logo {
  max-width: 120px;
  width: 100%;
  margin: auto;
  margin-bottom: 60px;
}

#remofasfooter .remofasfooter-list-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#remofasfooter .remofasfooter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#remofasfooter .remofasfooter-list li {
  position: relative;
}

#remofasfooter .remofasfooter-list li a {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  letter-spacing: 0.2em;
}

#remofasfooter .remofasfooter-list-parent .remofasfooter-list:last-child li:last-child::after {
  display: none;
}

#remofasfooter .remofasfooter-list li::after {
  content: "";
  padding-right: 9px;
  background-image: url(../img/footer/slash.png);
  background-repeat: no-repeat;
  background-size: 9px 15px;
  background-position: center;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#remofasfooter .remofasfooter-twitter {
  max-width: 27px;
  width: 100%;
}

#remofasfooter .remofasfooter-facebook {
  max-width: 27px;
  width: 100%;
}

#remofasfooter .remofasfooter-instagram {
  max-width: 24px;
  width: 100%;
}

#remofasfooter .remofasfooter-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 80px;
}

#remofasfooter .remofasfooter-sns li {
  padding: 0 20px;
}

#remofasfooter .remofasfooter-small {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

#remofasfooter .remofasfooter-search {
  background-image: url(../img/footer/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 120px 0;
}

#remofasfooter .remofasfooter-search-more {
  color: #333333;
  background-color: #fff;
  max-width: 372px;
  width: 100%;
  margin: auto;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: 5px 6px;
  background-position: center right 20px;
  margin-top: 35px;
}

#remofasfooter .remofasfooter-search-txt {
  font-size: 32px;
}

@media (hover: hover) {
  #remofasfooter .remofasfooter-list-li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1160px) {
  #remofasfooter {
    margin-top: 50px;
  }
  #remofasfooter .remofasfooter-wrap {
    padding-top: 40px;
  }
  #remofasfooter .remofasfooter-list-parent {
    display: block;
  }
  #remofasfooter .remofasfooter-list li {
    margin-bottom: 15px;
  }
  #remofasfooter .remofasfooter-list li a {
    font-size: 10px;
    padding: 0 7px;
    text-align: center;
  }
  #remofasfooter .remofasfooter-list li::after {
    right: -5px;
    padding-right: 11px;
    background-image: url(../img/footer/slash_sp.png);
    background-size: 7px 11px;
  }
  #remofasfooter .remofasfooter-list li:last-child::after {
    display: none;
  }
  #remofasfooter .remofasfooter-logo {
    max-width: 63px;
    margin-bottom: 50px;
  }
  #remofasfooter .remofasfooter-sns li {
    padding: 0 8px;
  }
  #remofasfooter .remofasfooter-small {
    font-size: 10px;
  }
  #remofasfooter .remofasfooter-search {
    background-image: url(../img/footer/footer_bg_sp.jpg);
    padding-top: 60px;
    padding-bottom: 75px;
  }
  #remofasfooter .remofasfooter-search-more {
    margin-top: 20px;
  }
  #remofasfooter .remofasfooter-search-txt {
    font-size: 20px;
  }
  #remofasfooter .remofasfooter-search-more-parent {
    padding: 0 20px;
  }
  #remofasfooter .remofasfooter-search-more {
    font-size: 12px;
    height: 60px;
  }
  #remofasfooter .remofasfooter-sns {
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
.floting-bnr {
  max-width: 450px;
  width: 100%;
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 10;
}

.floting-bnr .floting-bnr-close {
  max-width: 27px;
  width: 100%;
  position: absolute;
  top: -7px;
  right: -10px;
}

.floting-bnr .floting-bnr-link {
  display: block;
}

.floting-bnr .floting-bnr-link img {
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 20px;
}

@media screen and (max-width: 719px) {
  .floting-bnr {
    bottom: 15px;
    right: 0;
  }
  .floting-bnr .floting-bnr-link {
    margin-left: 15px;
    margin-right: 15px;
  }
  .floting-bnr .floting-bnr-close {
    right: 7px;
  }
}
.fadeUp {
  opacity: 0;
}

.fadeUp.active {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.footer_link {
  padding: 10px 0;
  background: #fff;
}

.footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_link ul li a {
  font-size: 14px;
}

.footer_link ul li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 719px) {
  .footer_link ul {
    display: block;
    text-align: center;
  }
  .footer_link ul li a {
    font-size: 12px;
  }
  .footer_link ul li:not(:last-child) {
    margin-right: 0;
  }
}
.fadeIn-d2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fadeIn-d3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.trans {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .trans:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}