#s-svg {
  height: 0;
}

.s-content__mv-wrap {
  overflow: visible;
}

.s-content__full--mv {
  height: 640px;
}

.s-content__mv {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.s-content__mv-content_wrap {
  width: 768px;
  height: 264px;
  height: fit-content;
  min-height: 264px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgb(10, 157, 209);
  background: linear-gradient(
    90deg,
    rgba(10, 157, 209, 1) 0%,
    rgba(52, 166, 166, 1) 100%
  );
  color: #fff;
  text-align: center;
  z-index: 1;
}

.s-content__mv-content_title {
  font-size: 48px;
  letter-spacing: 4px;
  margin: 32px 0 24px;
}

.s-content__mv-content_text {
  font-size: 22px;
  letter-spacing: 1px;
}

.s-content__mv-content_link-wrap {
  margin: 32px 0;
}

.s-content__mv-content_link {
  background-color: #fff;
  border: none;
  max-width: 350px;
}

.s-content__mv-content_link .a-button__text {
  font-size: 20px;
}

.s-content__mv-content_link:hover {
  opacity: 0.7;
}

.s-content__body-title {
  font-size: 32px;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.s-content__body-title svg {
  fill: url(#grad-title);
  height: 32px;
  width: 19em;
}

#about.s-content__body-title svg {
  width: 22em;
}

#recommend.s-content__body-title svg {
  width: 10em;
}

#flow.s-content__body-title svg {
  width: 7em;
}

#soudan.s-content__body-title svg {
  width: 13em;
}

#contact.s-content__body-title svg {
  width: 13em;
}

.s-content__read {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.s-content__text {
  text-align: center;
}

.s-scontent_movie-wrap {
  position: relative;
  max-width: 768px;
  width: 100%;
  height: 0;
  padding: 19.25%;
  margin: 32px auto;
}

.s-scontent_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-layout_flex {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.s-layout_item {
  flex-basis: 30%;
  text-align: center;
  position: relative;
}

.s-about-image {
  width: 100%;
  height: auto;
  max-width: 302px;
}

.s-recommend .s-layout_item {
  border: solid 3px #555;
  border-radius: 16px;
  margin: 32px 16px;
  padding: 32px;
  padding-top: 48px;
  position: relative;
}

.s-recommend-text {
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  position: absolute;
  width: 12.5em;
  top: -32px;
  right: 0;
  left: 0;
  margin: auto;
}

.s-recommend-image {
  width: 100%;
  height: auto;
  max-width: 227px;
}

.s-flow {
  counter-reset: flow-steps;
}

.s-flow .s-layout_item:before {
  counter-increment: flow-steps;
  content: counter(flow-steps);
  background: rgb(10, 157, 209);
  background: linear-gradient(
    90deg,
    rgba(10, 157, 209, 1) 0%,
    rgba(52, 166, 166, 1) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 12px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  position: relative;
  left: 25px;
}

.s-flow .s-layout_item:after {
  content: "";
  position: absolute;
  right: -48px;
  top: 120px;
  display: block;
  width: 15px;
  height: 0px;
  border-left: 20px solid #0a9dd1;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}

.s-flow .s-layout_item:last-child:after {
  display: none;
}

.s-flow-image {
  width: 100%;
  height: auto;
  max-width: 199px;
}

.s-flow-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.s-content__soudan {
  margin-top: 0;
  margin-bottom: 0;
}

.s-soudan_wrap {
  position: relative;
  background-image: url(/assets/images/original/online_soudan-soudan_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #4bc2ea;
  height: 500px;
}

.s-soudan_img-sp {
  display: none;
}

.s-soudan_img {
  width: 100%;
  height: auto;
}

.s-soudan_text-wrap {
  height: 100%;
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
}

.s-soudan_item {
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  margin: auto;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

.s-soudan_item:after {
  content: "";
  background-image: url(/assets/images/original/online_soudan-soudan_baloon_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 48px;
  height: 12px;
}

.s-soudan_item:nth-of-type(1) {
  top: 10%;
  left: 11%;
}

.s-soudan_item:nth-of-type(2) {
  top: 39%;
  left: 0;
}

.s-soudan_item:nth-of-type(3) {
  top: 70%;
  left: 10%;
}

.s-soudan_item:nth-of-type(4) {
  top: 8%;
  right: 20%;
}

.s-soudan_item:nth-of-type(5) {
  top: 27%;
  right: 0%;
}

.s-soudan_item:nth-of-type(6) {
  top: 50%;
  right: 2%;
}

.s-soudan_item:nth-of-type(7) {
  top: 72%;
  right: 8%;
}

.s-soudan_item:nth-of-type(4):after,
.s-soudan_item:nth-of-type(5):after,
.s-soudan_item:nth-of-type(6):after,
.s-soudan_item:nth-of-type(7):after {
  background-image: url(/assets/images/original/online_soudan-soudan_baloon_right.png);
  left: 0;
  right: unset;
}

.s-contact-float {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: 24px;
}

.s-contact-float.is-fixed {
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  padding-top: 24px;
}

.s-contact_text {
  text-align: center;
  margin-top: 32px;
}

.s-info_list-item {
  text-indent: -1em;
  padding-left: 1em;
}

/*add 200708*/
.s-content__mv-content_title.s-200708 {
  font-size: 44px;
  letter-spacing: 4px;
  line-height: 64px;
}

.s-tab_wrap {
  margin: 64px 0 23px;
}

.s-tab {
  display: flex;
  justify-content: space-between;
}

.s-tab_header {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 16px 16px 24px;
  flex-basis: 24%;
  background: rgb(10, 157, 209);
  background: linear-gradient(
    90deg,
    rgba(10, 157, 209, 1) 0%,
    rgba(52, 166, 166, 1) 100%
  );
  cursor: pointer;
  -webkit-transition: all 0.12s ease-out 0s;
  -o-transition: all 0.12s ease-out 0s;
  transition: all 0.12s ease-out 0s;
}

.s-tab_header:hover {
  opacity: 0.7;
}

.s-tab_header:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  margin: 0 auto;
}

.s-tab_header.s-tab_active:hover {
  opacity: 1;
}

.s-tab_header.s-tab_active:after {
  display: none;
}

.s-tab_header svg {
  fill: currentColor;
  height: 24px;
  width: 100%;
}

.s-tab_header.s-tab_active svg {
  fill: url(#grad-title);
}

.s-tab_header.s-tab_active,
.s-tab_panel {
  background: #f6f6f6;
}

.s-tab_panel {
  padding: 64px;
}

.s-tab_inner {
  display: none;
  max-width: 768px;
  margin: 0 auto;
}

.s-tab_inner.s-tab_active {
  display: block;
}

.s-tab_inner .s-layout__flex {
  margin-bottom: 40px;
}

.s-tab_kounyu-image {
  flex-basis: 430px;
}

.s-tab_kounyu-text {
  margin-top: 32px;
  margin-left: 48px;
}

.s-fix200720.a-button {
  margin-bottom: 48px;
}

.s-fix200720 .s-tab_kounyu-text {
  margin-top: 16px;
}

.s-fix200720 .s-tab_kounyu-text .a-button {
  margin: 32px 0 0;
}

/*add 20201208 */
.s-201208 .s-content__full--mv {
    height: 450px;
}

.s-201208 .s-content__mv {
    background-size: contain;
    background-position: right;
}

.o-content--paint3 .o-content__inner.s-anchor__inner.s-201208 {
    margin: 32px auto;
}


@media only screen and (max-width: 768px) {
  .s-soudan_img-pc {
    display: none;
  }

  .s-soudan_img-sp {
    display: block;
  }

  .s-content__full--mv {
    height: 320px;
  }

  .s-content__mv {
    background-position: center right;
  }

  .s-content__mv-content_wrap {
    width: calc(100% - 40px);
    top: 250px;
    left: 0;
    min-height: 280px;
    margin: 0 20px;
  }

  .s-content__mv-content_title {
    font-size: 32px;
    line-height: 40px;
  }

  .s-content__mv-content_text {
    font-size: 18px;
    line-height: 24px;
  }

  .s-content__mv-content_link-wrap {
    margin: 24px;
  }

  #about.s-content__body-title {
    margin-top: 260px;
  }

  .s-content__body-title {
    font-size: 28px;
  }

  #about.s-content__body-title svg {
    height: 2.5em;
    width: 12em;
  }

  #recommend.s-content__body-title svg {
    width: 10em;
  }

  #flow.s-content__body-title svg {
    width: 7em;
  }

  #soudan.s-content__body-title svg {
    width: 12.5em;
  }

  #contact.s-content__body-title svg {
    height: 2.5em;
    width: 9em;
  }

  .s-content__read {
    font-size: 16px;
  }

  .s-scontent_movie-wrap {
    padding-bottom: 36.25%;
  }

  .s-content__text {
    line-height: 24px;
  }

  .s-layout_flex {
    display: block;
  }

  .s-recommend {
    margin-top: 64px;
  }

  .s-recommend .s-layout_item {
    margin-top: 64px;
  }

  .s-flow .s-layout_item {
    margin-bottom: 72px;
  }

  .s-flow .s-layout_item:after {
    top: unset;
    bottom: -72px;
    right: 0;
    left: 0;
    width: 0px;
    margin: auto;
    border-top: 25px solid #0a9dd1;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
  }

  .s-soudan_wrap {
    height: 1190px;
    background-position: bottom;
  }

  .s-soudan_text-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .s-soudan_text-wrap .s-soudan_item {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 28px auto;
    padding: 16px 28px;
  }

  .s-soudan_item:nth-of-type(1),
  .s-soudan_item:nth-of-type(3),
  .s-soudan_item:nth-of-type(5),
  .s-soudan_item:nth-of-type(7) {
    margin-left: 16px;
  }

  .s-soudan_item:nth-of-type(2),
  .s-soudan_item:nth-of-type(4),
  .s-soudan_item:nth-of-type(6) {
    margin-right: 16px;
  }

  .s-soudan_item:nth-of-type(2):after,
  .s-soudan_item:nth-of-type(6):after {
    background-image: url(/assets/images/original/online_soudan-soudan_baloon_right.png);
    left: 0;
    right: unset;
  }

  .s-soudan_item:nth-of-type(5):after,
  .s-soudan_item:nth-of-type(7):after {
    background-image: url(/assets/images/original/online_soudan-soudan_baloon_left.png);
    left: unset;
    right: 0;
  }

  .s-contact-float .a-button {
    width: calc(100% - 32px);
  }

  .s-contact-float.is-fixed {
    width: 100%;
  }

  /*add 200708*/
  .s-content__mv-content_title.s-200708 {
    font-size: 28px;
    line-height: 40px;
  }

  #about.s-content__body-title.s-200708 {
    margin-top: 300px;
  }

  .s-tab_header {
    font-size: 12px;
    padding: 8px 4px 20px;
    flex-basis: 24.5%;
    line-height: 1.8;
  }

  .s-tab_header:after {
    width: 8px;
    height: 8px;
    bottom: 8px;
  }

  .s-tab_header.s-tab_active {
    color: #000;
  }

  .s-tab_header svg {
    display: block;
    height: 36px;
  }

  .s-tab_panel {
    padding: 32px 16px;
  }

  .s-tab_kounyu-text {
    margin: 0;
    margin-top: 32px;
  }

  .s-fix200720.a-button {
    margin-bottom: 16px;
  }
}

/*Animation*/
.delighter {
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.delighter.started {
  transform: none;
  opacity: 1;
}

/* .s-soudan_item:nth-of-type(1) {
	transition-delay:0.3s;
}
.s-soudan_item:nth-of-type(2) {
	transition-delay:1.2s;
}
.s-soudan_item:nth-of-type(3) {
	transition-delay:1.8s;
}
.s-soudan_item:nth-of-type(4) {
	transition-delay:0.6s;
}
.s-soudan_item:nth-of-type(5) {
	transition-delay:0.9s;
}
.s-soudan_item:nth-of-type(6) {
	transition-delay:1.5s;
}
.s-soudan_item:nth-of-type(7) {
	transition-delay:2.1s;
} */
@media only screen and (max-width: 768px) {
  .s-soudan_item:nth-of-type(1),
  .s-soudan_item:nth-of-type(2),
  .s-soudan_item:nth-of-type(3),
  .s-soudan_item:nth-of-type(4),
  .s-soudan_item:nth-of-type(5),
  .s-soudan_item:nth-of-type(6),
  .s-soudan_item:nth-of-type(7) {
    transition-delay: 0.5s;
  }
}

/* 200925 edit */
.s-main {
  position: relative;
}

.s-to_top {
  position: fixed;
  display: none;
  right: 16px;
  bottom: 16px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  transition: none;
}

.s-to_top:hover {
  opacity: 0.7;
}

.s-to_top-img {
  width: 100%;
  height: auto;
}

.s-content__mv-content_subtitle {
  font-size: 24px;
  margin-top: 32px;
}

.s-content__mv-content_subtitle + .s-content__mv-content_title {
  margin-top: 8px;
}

.s-anchor_wrap {
  display: flex;
  justify-content: space-between;
}

.s-anchor_item {
  flex-basis: 31%;
}

.s-anchor_item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.s-anchor_item-link:hover {
  opacity: 0.7;
}

.s-anchor_item-link_icon {
  width: 36px;
  margin-right: 24px;
}

.s-anchor_item-link_icon_img {
  width: 100%;
  height: auto;
}

.s-anchor_item-link_text {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.s-contact_wrap {
  display: flex;
  justify-content: space-between;
}

.s-contact_content {
  flex-basis: 48%;
  padding: 64px 32px 32px;
}

.s-contact_content:first-child {
  background-color: #e1feff;
}

.s-contact_content:last-child {
  background-color: #cfedff;
}

.s-contact_title {
  position: relative;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 32px;
}

.s-contact_title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 12px;
  background-color: #1ca1c0;
  opacity: 0.5;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.s-contact_title-inner {
  position: relative;
  z-index: 2;
}

.s-contact_title-strong {
  font-size: 32px;
}

.s-contact_inner-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.s-contact-single .s-contact_inner-wrap {
  margin-top: 0;
}

.s-contact_inner {
  flex-basis: 48%;
}

.s-contact_detail {
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  margin-bottom: 48px;
}

.s-contact_detail-img_box {
  position: relative;
  height: 150px;
  margin: 0 8px;
}

.s-contact_detail-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.s-contact_detail-text {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
  margin: 16px 0 0;
}

.s-charm_anchor-wrap {
  display: flex;
  justify-content: space-between;
  margin: 64px 0;
}

.s-charm_anchor {
  /*flex-basis: 18%;*/
  flex-basis: 23%;
}

.s-charm_anchor-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding: 16px 8px;
  text-align: center;
  color: #000;
  font-size: 16px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
}

.s-charm_anchor-link:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.6px 9px 0 9px;
  border-color: #00c9ed transparent transparent transparent;
}

.s-charm_anchor-link:hover {
  opacity: 0.7;
}

.s-charm_anchor-img {
  height: 64px;
  width: auto;
}

.s-charm_anchor-text {
  margin: 16px 0 32px;
}

.s-charm_detail {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
  padding-bottom: 64px;
}

.s-charm_detail-text {
  text-align: center;
}

.s-charm_content {
  margin: 64px 0;
}

.s-charm_satei-content {
  display: flex;
  justify-content: space-between;
}

.s-charm_satei-item {
  flex-basis: 20%;
  position: relative;
}

.s-charm_satei-item:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url(/assets/images/original/online_soudan-charm-satei_arw_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 145px;
  right: -140px;
}

.s-charm_satei-item:last-child:after {
  display: none;
}

.s-charm_satei-img {
  width: 100%;
  height: auto;
}

.s-charm_satei-text {
  margin: 32px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.s-charm_cg-img_box {
  margin: 64px 64px 64px 0px;
}

.s-charm_cg-img_iframe {
  margin: 64px;
}

.s-charm_cg-img_box:first-of-type .s-charm_detail-text {
  margin-left: 64px;
  font-size: 20px;
  font-weight: bold;
}

.s-charm_cg-img_iframe .s-charm_detail-text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}

.s-charm_detail-img {
  max-width: 100%;
}

.s-iframe {
  width: 100%;
  height: 100%;
  min-height: 30vw;
  border: none;
  overflow: hidden;
  z-index: 1;
}

.s-charm_matching-img_box {
  margin: 64px;
}

.s-charm_recommend-img_box {
  margin: 64px;
}

.s-charm_chat-img_box {
  max-width: 574px;
  margin: 64px auto;
}

#contact.s-content__body-title.s-200924 svg,
#contact_bottom.s-content__body-title svg {
  width: 12em;
  height: 80px;
}

#charm.s-content__body-title svg {
  height: 80px;
  width: 10em;
}
#charm.s-content__body-title svg text:first-child {
  font-size: 24px;
}

#charm_satei.s-content__body-title svg {
  width: 20em;
}

#charm_cg.s-content__body-title svg {
  width: 31em;
}

#charm_matching.s-content__body-title svg {
  width: 16em;
}

#charm_recommend.s-content__body-title svg {
  width: 11.5em;
}

#charm_recommend_madori.s-content__body-title svg {
  width: 13em;
}

#charm_chat.s-content__body-title svg {
  width: 21.5em;
}

@media only screen and (max-width: 768px) {
	.s-content__mv-content_subtitle {
		font-size: 13px;
	}

	#about.s-content__body-title.s-200924 {
		margin-top: 0;
	}

	.o-content--paint3 .o-content__inner.s-anchor__inner {
		margin-top: 250px;
	}
	
	.s-to_top {
	    width:64px;
	    height:64px;
	}

	.s-anchor_wrap {
	flex-direction: column;
	}

	.s-anchor_item {
	flex-basis: 100%;
	}

	.s-anchor_item-link {
	padding: 16px 32px;
	justify-content: flex-start;
	}

	.s-contact_wrap {
	flex-direction: column;
	}

	.s-contact_content {
	padding: 32px;
	}

	.s-contact_content:first-child {
	margin-bottom: 24px;
	}

	.s-contact_title:after {
	width: 100%;
	}

	.s-contact_title-inner {
	font-size: 18px;
	}

	.s-contact_title-strong {
	font-size: 24px;
	}

	.s-contact_inner-wrap {
	flex-direction: column;
	margin-top: 48px;
	}

	.s-contact_detail {
	margin-bottom: 32px;
	}

	.s-charm_anchor-wrap {
	flex-direction: column;
	}

	.s-charm_anchor {
	margin-bottom: 10px;
	}

	.s-charm_anchor-link {
	text-align: left;
	padding-left: 90px;
	height: 82px;
	display: flex;
	align-items: center;
	}

	.s-charm_anchor-link:after {
	left: unset;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	}

	.s-charm_anchor-img {
	position: absolute;
	left: 16px;
	height: 48px;
	}

	.s-charm_anchor-text {
	margin: 0;
	}

	.s-charm_detail {
	padding: 16px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	}

	.s-charm_detail .s-content__body-title {
	  margin-top:16px;
	}

	.s-charm_detail-text {
	text-align: left;
	}

	.s-charm_satei-content {
	flex-direction: column;
	margin-bottom:32px;
	margin-top: 32px;
	}

	.s-charm_satei-item {
	display: flex;
	align-items: center;
	margin-bottom: 64px;
	}
	.s-charm_satei-item:last-child {
	  margin-bottom:0;
	}

	.s-charm_satei-item:after {
	top: unset;
	right: unset;
	bottom: -48px;
	left: 38px;
	width: 32px;
	height: 32px;
	background-image: url(/assets/images/original/online_soudan-charm-satei_arw_sp.png);
	}

	.s-charm_satei-img {
	width: 35%;
	}

	.s-charm_satei-text {
	margin-left: 20px;
	text-align: left;
	}

	.s-charm_cg-img_box {
	margin: 32px 0;
	}

	.s-charm_cg-img_box:first-of-type .s-charm_detail-text {
	margin: 0;
	text-align: center;
	}

	.s-charm_cg-img_iframe .s-charm_detail-text {
	text-align: center;
	}

	.s-charm_matching-img_box {
	margin: 32px 0;
	}

	.s-charm_recommend-img_box {
	margin: 32px 0;
	}

	.s-charm_chat-img_box {
	margin: 32px 0;
	}

	#contact.s-content__body-title.s-200924 svg,
	#contact_bottom.s-content__body-title svg {
	font-size: 26px;
	width: 13em;
	}

	#charm_satei.s-content__body-title svg {
	width: 11em;
	height: 64px;
	}

	#charm_cg.s-content__body-title svg {
	width: 14em;
	height: 81px;
	font-size: 22px;
	}

	#charm_matching.s-content__body-title svg {
	width: 9em;
	height: 64px;
	}

	#charm_recommend.s-content__body-title svg {
	height: 64px;
	width: 6em;
	}

	#charm_recommend_madori.s-content__body-title svg {
	height: 64px;
	width: 7em;
	}

	#charm_chat.s-content__body-title svg {
	width: 11em;
	height: 110px;
	}

    /* add 20201208 */
    .s-201208 .s-content__full--mv {
      height: unset;
    }
    .s-201208 .s-content__mv-content_wrap {
    top: 0;
    width: 100%;
    margin: 0;
    padding: 32px 0;
    position: relative;
    min-height: 0;
    }
    .s-201208 .s-content__mv {
    }
    .s-201208 .s-content__mv-content_subtitle {
      margin-top:0;
    }
    .s-201208 .s-content__mv-img_sp {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .o-content--paint3 .o-content__inner.s-anchor__inner.s-201208 {
    margin: 16px auto;
    }
    .s-201208 .s-anchor_wrap {  
    flex-direction: row;
    }

    .s-201208 .s-anchor_item {  
    flex-basis: 32%;
    }

    .s-201208 .s-anchor_item-link {
    flex-direction: column;
    padding: 8px 3px 24px;
    height: 100%;
    position: relative;
    }
    .s-201208 .s-anchor_item-link:after {
    content:"";
    display:block;
    position: absolute;
    bottom: 10px;
    width: 6px;
    height: 6px;
    border-right: solid 2px #003d7c;
    border-bottom: solid 2px #003d7c;
    transform: rotate(45deg);
    }

    .s-201208 .s-anchor_item-link_icon {
    margin: 0 0 8px;
    }

    .s-201208 .s-anchor_item-link_icon_img {
      
    }

    .s-201208 .s-anchor_item-link_text {
    font-size: 12px;
    }

}
