@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@media print, screen and (min-width:768px) {
  .c-content .u-sm-min {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .c-content .u-sm-max {
    display: none !important;
  }
}
.c-content .c-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  min-height: 74px;
  margin: 0 auto 35px;
  padding: 15px 0 10px;
  background: #6dc4cd;
  border-radius: 100vh;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .c-content .c-title {
    width: 89.3333333333vw;
    min-height: 14vw;
    margin-bottom: 6.6666666667vw;
    padding: 4.4vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.c-content .c-title.large-mb {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .c-content .c-title.large-mb {
    margin-bottom: 4vw;
  }
}
.c-content .c-title__color {
  color: #ffff66;
  font-size: 1.4em;
}
.c-content .c-title02 {
  margin-bottom: 40px;
  font-size: 34px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .c-content .c-title02 {
    margin-bottom: 4vw;
    font-size: 6.1333333333vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
.c-content .c-title02.no-mb {
  margin-bottom: 0;
}
.c-content .c-title02.narrow-mb {
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .c-content .c-title02.narrow-mb {
    margin-bottom: 2vw;
  }
}
.c-content .c-title02 span {
  background: linear-gradient(to top, #ffeea8 45%, transparent 45%);
  padding: 0 0.2em 0 0.3em;
  color: #00a1b2;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.3em) 0, 100% 100%, 0.3em 100%);
          clip-path: polygon(0 0, calc(100% - 0.3em) 0, 100% 100%, 0.3em 100%);
}
.c-content .c-title02 small {
  font-size: 0.85em;
}
.c-content .u-color-red {
  color: #e10923;
}
.c-content .u-font-bold {
  font-weight: bold;
}
.c-content .c-flex {
  display: flex;
}
@media screen and (max-width:767px) {
  .c-content .l-inner {
    padding: 0 5.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .mv {
    background: #f4f5f9;
    text-align: center;
  }
  .c-content .mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .c-content .mv .l-inner {
    padding: 0;
  }
}
.c-content .mv__img {
  height: 420px;
}
@media screen and (max-width:767px) {
  .c-content .mv__img {
    height: auto;
  }
}
.c-content .mv-ttl__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #3299a7;
}
@media screen and (max-width:767px) {
  .c-content .mv-ttl__box {
    height: 16vw;
  }
}
.c-content .mv__ttl {
  color: #fff;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-content .mv__ttl {
    font-size: 5.0666666667vw;
  }
}
.c-content .mv__ttl > span {
  padding: 0 0.5em 0.1em 0.2em;
  background: linear-gradient(to top, rgba(255, 246, 0, 0.5) 30%, transparent 30%);
  -webkit-clip-path: polygon(0.4em 0, 100% 0, calc(100% - 0.4em) 100%, 0 100%);
          clip-path: polygon(0.4em 0, 100% 0, calc(100% - 0.4em) 100%, 0 100%);
}
.c-content .store {
  padding: 20px 0 26px;
  background-size: auto auto;
  background-color: #f25749;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 13px, #f14a3b 13px, #f14a3b 28px);
}
@media screen and (max-width:767px) {
  .c-content .store {
    padding: 5.3333333333vw 0 8vw;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1.7333333333vw, #f14a3b 1.7333333333vw, #f14a3b 3.7333333333vw);
  }
}
.c-content .store__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-content .store__ttl {
    font-size: 4.5333333333vw;
  }
}
.c-content .store__ttl img {
  margin-right: 10px;
}
.c-content .store__ico {
  position: relative;
  top: -0.2em;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background: currentColor;
  -webkit-mask: url(/brand/sakamucare/img/store_ico.svg) center/100% 100% no-repeat;
  mask: url(/brand/sakamucare/img/store_ico.svg) center/100% 100% no-repeat;
}
@media screen and (max-width:767px) {
  .c-content .store__ico {
    width: 7.8666666667vw;
    height: 7.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.c-content .store-list {
  display: flex;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
@media screen and (max-width:767px) {
  .c-content .store-list {
    gap: 0 2.6666666667vw;
  }
}
.c-content .store-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 325px;
  height: 70px;
  background: #fff;
  border-radius: 100vh;
}
@media screen and (max-width:767px) {
  .c-content .store-list__item a {
    width: 43.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-content .store-list__item01 img {
  margin-top: 1px;
}
@media screen and (max-width:767px) {
  .c-content .store-list__item01 img {
    width: 21.2vw;
    margin-top: 0.8vw;
  }
}
.c-content .store-list__item02 img {
  margin-top: 4px;
}
@media screen and (max-width:767px) {
  .c-content .store-list__item02 img {
    width: 26.6666666667vw;
    margin-top: 0.9333333333vw;
  }
}
.c-content .store-list__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  background: #ec4300;
  border-radius: 100%;
  aspect-ratio: 1;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .c-content .store-list__icon {
    width: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}
.c-content .store-list__icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-60%, -50%) rotate(45deg);
  aspect-ratio: 1;
  content: "";
}
.c-content .anchor-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
}
.c-content .anchor-list__item {
  width: 50%;
  border-bottom: 1px solid #e4e4e4;
  background: url(/brand/sakamucare/img/common/ico_arw_anchor.png) right 3.2vw center no-repeat;
  background-size: 4.2666666667vw;
}
.c-content .anchor-list__item:nth-child(odd) {
  border-right: 1px solid #e4e4e4;
}
.c-content .anchor-list__item a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #18aebd;
  font-weight: 600;
  font-size: 3.8666666667vw;
  padding: 4.6666666667vw 4vw;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .c-content .case {
    padding: 80px 0;
  }
}
@media screen and (max-width:767px) {
  .c-content .case {
    position: relative;
    padding: 12vw 0 8vw;
  }
}
.c-content .case-inner {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .c-content .case-inner {
    width: 1028px;
    margin: auto;
  }
}
.c-content .case__img01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: -10px auto 0;
}
@media screen and (max-width:767px) {
  .c-content .case__img01 {
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.c-content .case__img02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 70px;
}
@media screen and (max-width:767px) {
  .c-content .case__img02 {
    width: 88vw;
    margin-bottom: 13.3333333333vw;
  }
}
.c-content .case-content01 {
  flex-wrap: wrap;
  gap: 0 19px;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .c-content .case-content01 {
    gap: 4vw 0;
    width: 89.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .case-content01__img {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 2.6666666667vw 0 5.3333333333vw;
  }
}
.c-content .case-content01__item {
  width: 330px;
  padding: 20px;
  background: #ebf8f9;
  border: 1px solid #00a1b2;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .c-content .case-content01__item {
    width: 100%;
    padding: 6.6666666667vw 4vw 5.3333333333vw;
  }
}
.c-content .case-content01__ttl {
  margin-bottom: 15px;
  border-bottom: 3px dotted currentColor;
  color: #00a1b2;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-content .case-content01__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.c-content .case-content01__text {
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .c-content .case-content01__text {
    font-size: 4vw;
    line-height: 1.75;
  }
}
.c-content .case-content02 {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width:767px) {
  .c-content .case-content02 {
    margin-bottom: 0;
  }
}
.c-content .case-content02__text01 {
  position: absolute;
  top: 16px;
  left: 104px;
  z-index: 1;
  width: 272px;
  font-family: "Zen Maru Gothic", serif;
  color: #00a1b2;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .c-content .case-content02__text01 {
    top: 3.4666666667vw;
    width: 60.8vw;
    left: 12.8vw;
    font-size: 3.2vw;
  }
}
.c-content .case-content02__text02 {
  position: absolute;
  top: 82px;
  left: 150px;
  z-index: 1;
  width: 372px;
  font-family: "Zen Maru Gothic", serif;
  color: #00a1b2;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-content .case-content02__text02 {
    top: 18.9333333333vw;
    left: 23.4666666667vw;
    width: 54.9333333333vw;
  }
}
.c-content .case-content02__text02 p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .c-content .case-content02__text02 p {
    font-size: 4.5333333333vw;
    line-height: 1.7;
  }
}
.c-content .case .pro {
  position: relative;
  z-index: 2;
  background: url(/brand/sakamucare/img/bg_pro.png) repeat;
}
@media print, screen and (min-width:768px) {
  .c-content .case .pro {
    padding: 14px 14px 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .pro {
    margin: 0 2.6666666667vw;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    background: #ece6d3 url(/brand/sakamucare/img/bg_pro_sp.png) repeat;
    border-radius: 5px;
  }
}
.c-content .case .pro__text {
  border: 1px dashed #fdfcfa;
}
@media print, screen and (min-width:768px) {
  .c-content .case .pro__text {
    padding: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 2.125;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .pro__text {
    margin-bottom: 8vw;
    padding: 1.0666666667vw;
    line-height: 1.666;
  }
}
.c-content .case .pro__text p {
  background: #fdfcfa;
}
@media print, screen and (min-width:768px) {
  .c-content .case .pro__text p {
    display: flex;
    align-items: center;
    height: 150px;
    padding: 0 50px;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .pro__text p {
    padding: 4vw 3.4666666667vw;
    font-size: 4vw;
    font-weight: bold;
    color: #666;
    font-size: 4vw;
  }
}
.c-content .case .profile {
  display: grid;
  grid-template-areas: "image name" "image text" "image-name text";
  grid-template-columns: 154px 740px;
  justify-content: center;
}
@media print, screen and (min-width:768px) {
  .c-content .case .profile {
    gap: 0 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .profile {
    grid-template-areas: "image name" "image image-name" "text text";
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 50% 50%;
    align-items: end;
  }
}
.c-content .case .profile__img {
  grid-area: image;
}
@media screen and (max-width:767px) {
  .c-content .case .profile__img {
    width: 41.8666666667vw;
  }
}
.c-content .case .profile__copy {
  grid-area: image-name;
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .c-content .case .profile__copy {
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .profile__copy {
    margin-top: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.c-content .case .profile__name {
  grid-area: name;
  font-size: 18px;
  line-height: 1.4;
}
@media print, screen and (min-width:768px) {
  .c-content .case .profile__name {
    margin: 15px 0;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .profile__name {
    font-size: 4vw;
  }
}
.c-content .case .profile__name span {
  font-size: 1.2em;
}
.c-content .case .profile__text {
  grid-area: text;
  width: 740px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .c-content .case .profile__text {
    width: 100%;
    margin-top: 4vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .case .profile__text {
    font-size: 4vw;
  }
}
.c-content .case .profile__text-note {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .c-content .case .profile__text-note {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.c-content .feature {
  position: relative;
  z-index: 1;
  padding: 80px 0 40px;
}
@media screen and (max-width:767px) {
  .c-content .feature {
    padding: 10.6666666667vw 0 0;
  }
}
.c-content .feature__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .c-content .feature__title {
    margin-bottom: 4.6666666667vw;
  }
}
.c-content .feature__title::before, .c-content .feature__title::after {
  position: absolute;
  z-index: -1;
  content: "";
}
.c-content .feature__title::before {
  top: 0;
  right: calc(100% + 60px);
  width: 37px;
  height: 37px;
  background: url(/brand/sakamucare/img/ttl_feature_deco01.png) no-repeat center;
}
@media print, screen and (min-width:768px) {
  .c-content .feature__title::before {
    transform: translateY(-50%);
  }
}
@media screen and (max-width:767px) {
  .c-content .feature__title::before {
    right: calc(100% + 2.6666666667vw);
    width: 10.2666666667vw;
    height: 10.2666666667vw;
    background-image: url(/brand/sakamucare/img/ttl_feature_deco01_sp.png);
    background-size: cover;
  }
}
.c-content .feature__title::after {
  bottom: 0;
  left: calc(100% + 46px);
  width: 42px;
  height: 42px;
  background: url(/brand/sakamucare/img/ttl_feature_deco02.png) no-repeat center;
  transform: translateY(50%);
}
@media screen and (max-width:767px) {
  .c-content .feature__title::after {
    left: 100%;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background-image: url(/brand/sakamucare/img/ttl_feature_deco02_sp.png);
    background-size: cover;
    transform: translate(-50%, 50%);
  }
}
@media print, screen and (min-width:768px) {
  .c-content .feature-content {
    display: flex;
    width: 940px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature-content {
    margin-bottom: 2.4vw;
    overflow: hidden;
  }
}
.c-content .feature-content__text {
  box-sizing: border-box;
}
@media print, screen and (min-width:768px) {
  .c-content .feature-content__text {
    width: 632px;
    margin-top: 35px;
    background: url(/brand/sakamucare/img/img_feature01.png) no-repeat 718px top;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature-content__text {
    width: auto;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .feature-content__img {
    width: 260px;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature-content__img {
    float: right;
    width: 50%;
  }
}
.c-content .feature .features {
  padding-top: 40px;
  background: url(/brand/sakamucare/img/bg_feature.png) repeat-x left top;
}
@media screen and (max-width:767px) {
  .c-content .feature .features {
    padding: 10.6666666667vw 5.3333333333vw;
    background-image: url(/brand/sakamucare/img/bg_feature_sp.png);
    background-size: auto 100%;
  }
}
.c-content .feature .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
@media print, screen and (min-width:768px) {
  .c-content .feature .features-list {
    gap: 5px 55px;
    width: 1028px;
  }
}
.c-content .feature .features-list__item {
  position: relative;
  z-index: 0;
  width: 450px;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item:not(:first-child):not(:last-child) {
    margin-top: -2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item:nth-child(odd) {
    margin-right: 6.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item:nth-child(even) {
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item:nth-child(even) .features-list__text {
    margin-left: 5.0666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .feature .features-list__item:nth-child(5) {
    order: 6;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .feature .features-list__item:nth-child(6) {
    order: 5;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item:nth-child(6) {
    margin-left: 0;
  }
}
.c-content .feature .features-list__item.right-txt .features-list__box {
  right: 0;
  left: auto;
}
.c-content .feature .features-list__item.right-txt .features-list__text {
  margin-left: 190px;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item.right-txt .features-list__text {
    margin-left: 34.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__item.right-txt .features-list__text--type02 {
    margin-top: 2.6666666667vw;
  }
}
.c-content .feature .features-list__box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 410px;
  height: 100%;
  padding: 60px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__box {
    width: 74.6666666667vw;
    padding: 11.4666666667vw 0 0;
  }
}
.c-content .feature .features-list__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__title {
    font-size: 3.4666666667vw;
    letter-spacing: -0.05em;
  }
}
.c-content .feature .features-list__title.multiline-title {
  align-items: center;
  margin-top: -0.3em;
}
.c-content .feature .features-list__title span {
  padding: 0 0 0.2em 0.3em;
  background: linear-gradient(to top, #ffeea8 45%, transparent 45%);
  color: #ff8d41;
  font-size: 1.25em;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.3em) 0, 100% 100%, 0.3em 100%);
          clip-path: polygon(0 0, calc(100% - 0.3em) 0, 100% 100%, 0.3em 100%);
}
.c-content .feature .features-list__text {
  margin: 23px 0 0 26px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__text {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.78;
    letter-spacing: -0.05em;
  }
}
.c-content .feature .features-list__text.large-mt {
  margin-top: 37px;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__text.large-mt {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__text.narrow-mt {
    margin-top: 2.4vw;
  }
}
.c-content .feature .features-list__text.narrow-mt02 {
  margin-top: 18px;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__text.narrow-mt02 {
    margin-top: 1.6vw;
  }
}
.c-content .feature .features-list__text.narrow-ml {
  margin-left: 20px;
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__text.narrow-ml {
    margin-left: 4vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .feature .features-list__bg img {
    width: 100%;
  }
}
.c-content .feature .point {
  position: relative;
  z-index: 2;
  background: url(/brand/sakamucare/img/bg_howto.png) repeat-x center top;
}
@media screen and (max-width:767px) {
  .c-content .feature .point {
    margin-bottom: 10.6666666667vw;
  }
}
.c-content .feature .point__bg {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .c-content .feature .point__bg {
    height: 446px;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .feature .point__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-content .risk {
  padding: 80px 0 0;
}
@media screen and (max-width:767px) {
  .c-content .risk {
    padding-top: 10.6666666667vw;
  }
}
.c-content .risk__row {
  flex-wrap: wrap;
}
@media print, screen and (min-width:768px) {
  .c-content .risk__row {
    gap: 0 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .c-content .risk__row {
    gap: 8vw 0;
  }
}
.c-content .risk__content {
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .c-content .risk__content {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width:767px) {
  .c-content .risk__content + .risk__content {
    padding-top: 8vw;
    border-top: 2px dotted #ccc;
  }
}
.c-content .risk__img {
  margin-right: 20px;
}
@media screen and (max-width:767px) {
  .c-content .risk__img {
    width: 29.3333333333vw;
    margin-right: 4vw;
  }
}
.c-content .risk__txt {
  flex: 1;
}
@media screen and (max-width:767px) {
  .c-content .risk__txt {
    font-size: 4vw;
  }
}
.c-content .risk__txt p {
  line-height: 1.5;
}
.c-content .risk__content-ttl {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .c-content .risk__content-ttl {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}
.c-content .howto {
  position: relative;
  padding: 80px 0 0;
}
@media screen and (max-width:767px) {
  .c-content .howto {
    padding-top: 12vw;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto__ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.c-content .howto .sub-title {
  background: #f7f8fa;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .c-content .howto .sub-title {
    max-width: 270px;
    margin: 0 auto 15px;
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto .sub-title {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.c-content .howto-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .c-content .howto-wrapper {
    gap: 6.6666666667vw 0;
  }
}
.c-content .howto .flow-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list {
    gap: 5.3333333333vw 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .howto .flow-list__item {
    width: 234px;
    padding-left: 0;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__item {
    width: 100%;
    padding-bottom: 9.0666666667vw;
    background: url(/brand/sakamucare/img/ic_arrow01_sp.png) no-repeat center bottom;
    background-size: 8.5333%;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .howto .flow-list__item:last-child {
    padding: 0 0 0 30px;
    background: url(/brand/sakamucare/img/ic_arrow01.png) no-repeat 0 125px;
    box-sizing: content-box;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__item:last-child {
    background: none;
    padding-bottom: 0;
  }
}
.c-content .howto .flow-list__img {
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  .c-content .howto .flow-list__img {
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__img {
    width: 55.6vw;
    margin: 0 auto 4.6666666667vw;
  }
}
.c-content .howto .flow-list__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__title {
    margin-bottom: 2vw;
    font-size: 4.2666666667vw;
  }
}
.c-content .howto .flow-list__title > span {
  margin: auto;
}
.c-content .howto .flow-list__title::before, .c-content .howto .flow-list__title::after {
  display: block;
  width: 0;
  height: 1.5em;
  border-right: 2px dotted currentColor;
  content: "";
}
.c-content .howto .flow-list__title::before {
  margin-right: 0.2em;
  transform: translateY(0.5em) rotate(-40deg);
}
.c-content .howto .flow-list__title::after {
  margin-left: 0.2em;
  transform: translateY(0.5em) rotate(40deg);
}
.c-content .howto .flow-list__title--color {
  color: #e10923;
}
.c-content .howto .flow-list__title--middium {
  font-size: 1.15em;
}
.c-content .howto .flow-list__title--large {
  font-size: 1.5em;
}
.c-content .howto .flow-list__text {
  display: block;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__text {
    font-size: 4.2666666667vw;
  }
}
.c-content .howto .flow-list__text .notes {
  display: block;
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  .c-content .howto .flow-list__text .notes {
    margin-top: 1em;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width:767px) {
  .c-content .howto .flow-list__text .notes {
    font-size: 4.2666666667vw;
  }
}
.c-content .scene {
  padding: 80px 0 0;
}
@media screen and (max-width:767px) {
  .c-content .scene {
    margin-bottom: 4vw;
    padding-top: 10.6666666667vw;
  }
}
.c-content .scene-wrapper {
  background: url(/brand/sakamucare/img/scene_arrow.png) no-repeat center bottom;
}
@media print, screen and (min-width:768px) {
  .c-content .scene-wrapper {
    width: 1028px;
    margin: auto;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene-wrapper {
    padding: 0 2.9333333333vw;
    padding-bottom: 70px;
    background-image: url(/brand/sakamucare/img/scene_arrow_sp.png);
    background-size: 30px auto;
  }
}
.c-content .scene__caption {
  font-size: 12px;
}
@media print, screen and (min-width:768px) {
  .c-content .scene__caption {
    text-align: right;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene__caption {
    padding-left: 1.8666666667vw;
    font-size: 3.2vw;
  }
}
.c-content .scene-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:768px) {
  .c-content .scene-list {
    gap: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene-list {
    justify-content: center;
  }
}
.c-content .scene-list__item {
  background: url(/brand/sakamucare/img/scene_frame.png) no-repeat left top;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .c-content .scene-list__item {
    width: 496px;
    height: 376px;
    padding: 55px 42px 0 50px;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene-list__item {
    width: 85.3333333333vw;
    height: 72.5333333333vw;
    margin-bottom: 2.6666666667vw;
    padding: 8.6666666667vw 4.8vw 0 8vw;
    background-image: url(/brand/sakamucare/img/scene_frame_sp.png);
    background-size: 100% 100%;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .scene-list__item:nth-child(2) {
    background-image: url(/brand/sakamucare/img/scene_frame02.png);
  }
}
.c-content .scene-list__title {
  line-height: 1.5;
}
@media print, screen and (min-width:768px) {
  .c-content .scene-list__title {
    margin-bottom: 15px;
    padding-left: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene-list__title {
    margin-bottom: 0.6666666667vw;
    font-size: 4.5333333333vw;
    letter-spacing: -0.05em;
  }
}
.c-content .scene-list__txt {
  font-size: 16px;
  line-height: 2.24;
}
@media screen and (max-width:767px) {
  .c-content .scene-list__txt {
    float: left;
    width: 42.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.14;
    letter-spacing: -0.05em;
  }
}
.c-content .scene-list__img {
  float: left;
}
@media print, screen and (min-width:768px) {
  .c-content .scene-list__img {
    margin: 5px 15px 0 0;
  }
}
@media screen and (max-width:767px) {
  .c-content .scene-list__img {
    width: 26vw;
    margin-right: 2.6666666667vw;
    margin-top: 2.4vw;
  }
}
.c-content .lineup {
  box-sizing: border-box;
}
@media print, screen and (min-width:768px) {
  .c-content .lineup {
    width: 1028px;
    margin: 0 auto 80px;
    padding: 50px 24px 0;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup {
    margin-bottom: 10.6666666667vw;
  }
}
.c-content .lineup .c-title {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .c-content .lineup .c-title {
    margin-bottom: 9.3333333333vw;
  }
}
.c-content .lineup__box {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .c-content .lineup__box {
    width: 470px;
    margin: 0 auto;
    padding: 30px 0;
    border: 5px solid #f1f1f1;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup__box {
    margin: 0 5.3333333333vw;
    padding: 6.1333333333vw;
    border: 2px solid #f1f1f1;
  }
}
.c-content .lineup__name {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .c-content .lineup__name {
    width: 38.9333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .lineup__intro {
    padding: 0 45px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup__intro {
    line-height: 1.428;
    font-size: 3.7333333333vw;
  }
}
.c-content .lineup__img {
  text-align: center;
  box-sizing: border-box;
}
@media print, screen and (min-width:768px) {
  .c-content .lineup__img {
    height: 246px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup__img {
    margin-bottom: 6.6666666667vw;
    padding: 2.1333333333vw 1.6vw 0;
  }
}
.c-content .lineup-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width:768px) {
  .c-content .lineup-link {
    padding: 0 30px;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup-link {
    gap: 2.6666666667vw 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-content .lineup-link__item {
    width: 190px;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup-link__item {
    width: 100%;
  }
}
.c-content .lineup-link__item.detail-btn a {
  background: linear-gradient(to bottom, rgb(83, 169, 181) 49%, rgb(83, 169, 181) 49%, rgb(47, 151, 165) 49%, rgb(47, 151, 165) 49%);
  border: 1px solid #2f97a5;
}
@media screen and (max-width:767px) {
  .c-content .lineup-link__item.detail-btn a {
    padding-left: 5.3333333333vw;
  }
}
.c-content .lineup-link__item a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #575757;
  background: linear-gradient(to bottom, rgb(102, 102, 102) 50%, rgb(87, 87, 87) 51%);
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .c-content .lineup-link__item a {
    font-size: 15px;
  }
}
.c-content .lineup-link__item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 13px;
  margin: auto;
  background: url(/brand/sakamucare/img/ic_arrow02.png) no-repeat left top;
  content: "";
}
@media print, screen and (min-width:768px) {
  .c-content .lineup-link__item a::before {
    left: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-content .lineup-link__item a::before {
    left: 14px;
  }
}