@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #FFF;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

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

.text {
  font-size: clamp(14px, 1.07143vw, 15px);
  line-height: 2;
  font-weight: 500;
}

html {
  background: #000;
}

section.section02 {
  background: #3A2744;
}
section:has(.worry_area) {
  background: #3A2744;
}
section:has(.recommend) {
  background: url(../img/recommend_bg.png) no-repeat left top;
  background-size: cover;
}
section .section_title {
  font-size: clamp(32px, 5.71429vw, 80px);
  width: fit-content;
  background: #FFF;
  color: #3A2744;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  translate: 0 -20px;
  padding: 4px 1vw 8px;
}
section .section_title.en {
  font-family: "Roboto", sans-serif;
}
section .section_title.size_m {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3px;
  height: 50px;
  width: 100%;
}
section .section_title.size_s {
  color: #000;
  font-size: 20px;
  font-size: clamp(20px, 1.78571vw, 25px);
  font-weight: 700;
  min-width: 211px;
  height: 38px;
  margin-top: -2px;
  margin-bottom: 20px;
  padding: 0;
}
section .section_title_sub {
  font-size: clamp(25px, 2.14286vw, 45px);
  text-align: center;
  line-height: 1.5;
}
section .section_title_sub:has(br) {
  line-height: 2;
}
section .section_title_sub .in_bg01 {
  background: linear-gradient(transparent 0%, #B81EC9 0%);
  display: inline;
  padding: 0 4px 2px;
}
section .section_title_sub .in_bg02 {
  background: linear-gradient(transparent 0%, #6918D6 0%);
  display: inline;
  padding: 0 4px 2px;
}
section .section_title_sub .add_title {
  font-size: clamp(13px, 1.28571vw, 18px);
  display: block;
}
section .container {
  padding: 0 15px 80px;
}
section .container:has(.ranking_feature) {
  padding-bottom: 0;
}
section .ranking_list {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}
section .ranking_list .list {
  padding-bottom: 20px;
}
section .ranking_list .list .item_name {
  font-size: clamp(30px, 2.5vw, 35px);
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: flex-end;
  gap: 12px;
  line-height: 1.5;
}
section .ranking_list .list .item_name:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
}
section .ranking_list .list .img_area {
  margin-top: 15px;
}
section .ranking_list .list .ranking {
  padding: 0 10px;
}
section .ranking_list .list .ranking .evaluation_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
section .ranking_list .list .ranking .evaluation_list .item {
  display: grid;
  width: 100%;
  max-width: 315px;
  height: 34px;
  display: grid;
  grid-template-columns: 151px 1fr;
}
section .ranking_list .list .ranking .evaluation_list .item .evaluation_item {
  width: 100%;
  border-radius: 45px 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
section .ranking_list .list .ranking .evaluation_list .item .evaluation {
  width: 100%;
  border-radius: 0 45px 45px 0;
  border: 1px solid #FFF;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
section .ranking_list .list:first-of-type {
  background: url(../img/ranking01_bg.png) no-repeat left top;
  background-size: cover;
  padding: 4px 5px;
}
section .ranking_list .list:first-of-type .item_name:before {
  background: url(../img/ranking_no01.svg) no-repeat left top;
  background-size: cover;
}
section .ranking_list .list:first-of-type .ranking {
  padding: 0 10px;
}
section .ranking_list .list:first-of-type .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #5818C9 0%, #451A9B 100%);
}
section .ranking_list .list:first-of-type .ranking .evaluation_list .item .evaluation {
  border: 1px solid #61AFE3;
}
section .ranking_list .list:first-of-type .btn {
  translate: 0 20px;
}
section .ranking_list .list:nth-of-type(2) {
  border: 3px solid #7053C2;
}
section .ranking_list .list:nth-of-type(2) .item_name {
  font-size: clamp(20px, 1.42857vw, 20px);
}
section .ranking_list .list:nth-of-type(2) .item_name:before {
  background: url(../img/ranking_no02.svg) no-repeat left top;
  background-size: cover;
}
section .ranking_list .list:nth-of-type(2) .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #7053C2 0%, #583BAB 100%);
}
section .ranking_list .list:nth-of-type(3) {
  border: 3px solid #4A9ACF;
}
section .ranking_list .list:nth-of-type(3) .item_name {
  font-size: clamp(20px, 1.42857vw, 20px);
}
section .ranking_list .list:nth-of-type(3) .item_name:before {
  background: url(../img/ranking_no03.svg) no-repeat left top;
  background-size: cover;
}
section .ranking_list .list:nth-of-type(3) .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #4A9ACF 0%, #2972A2 100%);
}
section .feature_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 34px;
}
section .feature_list .feature {
  background: #433353;
  border: 1px solid #5C4673;
  padding: 0 15px 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
section .feature_list .feature:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background: red;
}
section .feature_list .feature .img_area {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
section .feature_list .feature .feature_title {
  font-size: clamp(17px, 1.42857vw, 20px);
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.5;
}
section .feature_list .feature .text {
  color: #BFBFBF;
  margin-top: 16px;
}
section .feature_list .feature:first-of-type:before {
  background: url(../img/feature_no01.svg) no-repeat left top;
  background-size: cover;
}
section .feature_list .feature:nth-of-type(2):before {
  background: url(../img/feature_no02.svg) no-repeat left top;
  background-size: cover;
}
section .feature_list .feature:nth-of-type(3):before {
  background: url(../img/feature_no03.svg) no-repeat left top;
  background-size: cover;
}
section .feature_list .feature:nth-of-type(4):before {
  background: url(../img/feature_no04.svg) no-repeat left top;
  background-size: cover;
}
section .feature_list .feature:nth-of-type(5):before {
  background: url(../img/feature_no05.svg) no-repeat left top;
  background-size: cover;
}
section .table_wrap {
  width: 100%;
  overflow-x: scroll;
  margin-top: 44px;
  padding-bottom: 14px;
}
section .table_wrap .compare_table {
  width: 865px;
}
section .table_wrap .compare_table .table_tr {
  width: 100%;
  display: grid;
  grid-template-columns: 175px 230px 230px 230px;
}
section .table_wrap .compare_table .table_tr .table_td {
  width: 100%;
  padding: 0 5px 5px;
}
section .table_wrap .compare_table .table_tr .table_td .compare_ranking {
  font-size: clamp(13px, 1.42857vw, 20px);
  font-weight: 700;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .table_wrap .compare_table .table_tr .table_td .img_area {
  background: #ECE4F1;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
section .table_wrap .compare_table .table_tr .table_td .img_area .item_name {
  font-size: clamp(16px, 1.42857vw, 20px);
  color: #000;
  text-align: center;
  font-weight: 700;
}
section .table_wrap .compare_table .table_tr .table_td .img_area img {
  max-width: 80px;
  margin-inline: auto;
}
section .table_wrap .compare_table .table_tr .table_td .td_item {
  padding: 11px 13px 10px;
  font-size: 13px;
  font-size: clamp(13px, 1.07143vw, 15px);
  font-weight: 500;
  color: #000;
  background: #FFF;
  border-top: 1px solid #707070;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) {
  background: #423367;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .img_area {
  height: 190px;
  position: relative;
  background: none;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .img_area:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  background: url(../img/table_img.png) no-repeat;
  background-size: 100% 190px;
  z-index: 1;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .td_item {
  color: #FFF;
  background: #423367;
  border-top: 1px solid #423367;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) {
  background: #C253B7;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .td_item {
  border-top: 1px solid #C253B7;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .td_item.highlights {
  background: #8D2E7F;
  color: #FFF;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(3) {
  background: #583BAB;
}
section .table_wrap .compare_table .table_tr .table_td:nth-of-type(4) {
  background: #4A9ACF;
}
section .ranking_block .ranking_item {
  position: relative;
  padding-bottom: 55px;
}
section .ranking_block .ranking_item:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  background: linear-gradient(to bottom, #7053C2 0%, #8D2E7F 50%, #3B1953 100%);
  background: red;
  z-index: -1;
}
section .ranking_block .ranking_item .ranking_number {
  width: 305px;
  position: relative;
}
section .ranking_block .ranking_item .ranking_number img {
  translate: -15px 0;
}
section .ranking_block .ranking_item .item_name {
  font-size: clamp(35px, 2.5vw, 35px);
  margin-top: 45px;
  text-align: center;
}
section .ranking_block .ranking_item .img_area {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 10px;
}
section .ranking_block .ranking_item .ranking {
  padding: 0 10px;
}
section .ranking_block .ranking_item .ranking .evaluation_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
section .ranking_block .ranking_item .ranking .evaluation_list .item {
  display: grid;
  width: 100%;
  max-width: 315px;
  height: 34px;
  display: grid;
  grid-template-columns: 151px 1fr;
}
section .ranking_block .ranking_item .ranking .evaluation_list .item .evaluation_item {
  width: 100%;
  background: red;
  border-radius: 45px 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
section .ranking_block .ranking_item .ranking .evaluation_list .item .evaluation {
  width: 100%;
  border-radius: 0 45px 45px 0;
  border: 1px solid #FFF;
  border-left: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
section .ranking_block .ranking_item:nth-of-type(1):before {
  background: linear-gradient(to bottom, #7053C2 0%, #8D2E7F 50%, #3B1953 100%);
}
section .ranking_block .ranking_item:nth-of-type(1) .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #5818C9 0%, #451A9B 100%);
}
section .ranking_block .ranking_item:nth-of-type(1) .ranking .evaluation_list .item .evaluation {
  border: 1px solid #61AFE3;
}
section .ranking_block .ranking_item:nth-of-type(2):before {
  background: #241953;
}
section .ranking_block .ranking_item:nth-of-type(2) .ranking_feature_area .ranking_feature {
  background: #392B53;
  border: 1px solid #4B3869;
}
section .ranking_block .ranking_item:nth-of-type(2) .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #7053C2 0%, #583BAB 100%);
}
section .ranking_block .ranking_item:nth-of-type(2) .ranking .evaluation_list .item .evaluation {
  border: 1px solid #6D5778;
}
section .ranking_block .ranking_item:nth-of-type(3) {
  padding-bottom: 85px;
}
section .ranking_block .ranking_item:nth-of-type(3):before {
  background: #1F445D;
}
section .ranking_block .ranking_item:nth-of-type(3) .ranking_feature_area .ranking_feature {
  background: #293F4E;
  border: 1px solid #4D6B7E;
}
section .ranking_block .ranking_item:nth-of-type(3) .ranking .evaluation_list .item .evaluation_item {
  background: linear-gradient(to right, #4A9ACF 0%, #2972A2 100%);
}
section .ranking_block .ranking_item:nth-of-type(3) .ranking .evaluation_list .item .evaluation {
  border: 1px solid #387095;
}
section .ranking_block .ranking_item .ranking_feature_area {
  margin-top: 40px;
}
section .ranking_block .ranking_item .ranking_feature_area_title {
  font-size: clamp(20px, 2.5vw, 35px);
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .ranking_block .ranking_item .ranking_feature_area_title:before, section .ranking_block .ranking_item .ranking_feature_area_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
}
section .ranking_block .ranking_item .ranking_feature_area_title.type2 {
  grid-template-columns: 110px 1fr 110px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature {
  margin-top: 28px;
  background: #433353;
  border: 1px solid #5C4673;
  padding: 17px 15px 30px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .ranking_feature_title {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .ranking_feature_title .title_img {
  display: flex;
  justify-content: center;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .ranking_feature_title .title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .ranking_feature_title .title .in_title {
  display: flex;
  background: #FFF;
  color: #000;
  width: fit-content;
  padding: 2px 2px 3px;
  font-size: clamp(18px, 1.78571vw, 25px);
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .text {
  margin-top: 17px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(1) .ranking_feature_title .title_img img {
  max-width: 62px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(2) .ranking_feature_title .title_img img {
  max-width: 80px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(3) .ranking_feature_title .title_img img {
  max-width: 48px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(4) .ranking_feature_title .title_img img {
  max-width: 81px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(5) .ranking_feature_title .title_img img {
  max-width: 81px;
}
section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(6) .ranking_feature_title .title_img img {
  max-width: 79px;
}
section .ranking_block .ranking_item .ranking_feature_area .user_voice_area {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}
section .ranking_block .ranking_item .ranking_feature_area .user_voice_area .user_voice {
  background: #FFF;
  border-radius: 10px;
  padding: 35px 15px 20px;
  position: relative;
}
section .ranking_block .ranking_item .ranking_feature_area .user_voice_area .user_voice .user_icon {
  width: 75px;
  height: 75px;
  border: 5px solid #FFF;
  margin-inline: auto;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -36px;
  translate: -50%;
}
section .ranking_block .ranking_item .ranking_feature_area .user_voice_area .user_voice .user_comment .text {
  color: #433353;
}
section .worry_area {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section .worry_area .worry {
  background: #433353;
  border-radius: 5px;
  border: 1px solid #5C4673;
  display: grid;
  grid-template-columns: 1fr 120px;
  padding: 15px 15px 20px;
}
section .worry_area .worry .worry_img {
  display: flex;
  justify-content: center;
  order: 2;
}
section .worry_area .worry .worry_text {
  order: 1;
}
section .worry_area .worry .worry_text .text {
  color: #BFBFBF;
}
section .worry_area .worry:nth-of-type(1) .worry_img img {
  max-width: 90px;
}
section .worry_area .worry:nth-of-type(2) {
  grid-template-columns: 120px 1fr;
}
section .worry_area .worry:nth-of-type(2) .worry_img {
  order: 1;
}
section .worry_area .worry:nth-of-type(2) .worry_img img {
  max-width: 78px;
}
section .worry_area .worry:nth-of-type(2) .worry_text {
  order: 2;
}
section .worry_area .worry:nth-of-type(3) .worry_img img {
  max-width: 79px;
}
section .recommend_list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: -5px;
  position: relative;
  z-index: 2;
}
section .recommend_list:before {
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  left: 50%;
  translate: -50% 0;
  width: 45px;
  height: 100%;
  background: #FFF;
}
section .recommend_list:after {
  content: "";
  display: block;
  width: 107px;
  height: 36px;
  background: url(../img/arrow_down.svg) no-repeat left top;
  background-size: cover;
  margin-inline: auto;
  margin-top: 10px;
}
section .recommend_list .recommend {
  background: #3B1953;
  font-size: clamp(16px, 1.42857vw, 20px);
  display: grid;
  grid-template-columns: 17px 1fr;
  padding: 15px 12px;
  gap: 11px;
  align-items: center;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.33);
}
section .recommend_list .recommend:before {
  content: "";
  width: 17px;
  height: 19px;
  display: block;
  background: url(../img/icon_check.svg) no-repeat left top;
  background-size: cover;
}
section .recommend_list + .ranking_list {
  margin-top: -25px;
  gap: 0;
}
section .recommend_list + .ranking_list:after {
  content: "";
  display: block;
  background: #0781D3;
  width: 107px;
  height: 36px;
  margin-inline: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
section .recommend_list + .ranking_list .list {
  padding-bottom: 40px;
}
section .recommend_list + .ranking_list .list:first-of-type {
  background: url(../img/ranking01_bg02.png) no-repeat left top;
  background-size: cover;
}
section .btn {
  width: 100%;
  max-width: 315px;
  height: 45px;
  border-radius: 45px;
  margin-inline: auto;
  background: #FFF;
  display: flex;
  align-items: center;
  font-size: clamp(15px, 2.14286vw, 15px);
  padding-left: 22px;
  padding-right: 20px;
  position: relative;
  color: #1D89D2;
}
section .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background: url(../img/icon_arrow.svg) no-repeat left top;
  background-size: cover;
}
section .btn.gra_diagonal {
  background: linear-gradient(135deg, #C253B7 0%, #583BAB 100%);
  border: 3px solid #FFF;
  color: #FFF;
}
section .btn.gra_diagonal:after {
  background: url(../img/icon_arrow_w.svg) no-repeat left top;
  background-size: cover;
}
section .btn.type_voice {
  margin-top: 40px;
}

footer {
  background: #3B1953;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_link {
  font-size: 13px;
  color: #BFBFBF;
  text-decoration: underline;
}

.pc {
  display: none;
}

@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }

  .main {
    background: url(../img/main_bg.png) no-repeat left top;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 81px;
  }
  .main picture {
    max-width: 1051px;
  }

  section .container {
    padding: 0 15px 120px;
  }
  section .container:has(.ranking_feature) {
    padding-bottom: 0;
  }
  section .container:has(.recommend_list) .ranking_list {
    max-width: 680px;
    margin-inline: auto;
    flex-direction: column;
  }
  section .container:has(.recommend_list) .ranking_list .list:first-of-type {
    padding: 0 0 60px;
    border: 10px solid #FFF;
  }
  section .container:has(.recommend_list) .ranking_list .list .ranking .evaluation_list .item {
    max-width: 415px;
    height: 45px;
    grid-template-columns: 200px 1fr;
    margin-inline: auto;
  }
  section .container:has(.recommend_list) .btn.gra_diagonal {
    height: 90px;
    max-width: 640px;
    font-size: clamp(15px, 1.78571vw, 25px);
  }
  section .container:has(.recommend_list) .btn.gra_diagonal:after {
    width: 14px;
    height: 14px;
  }
  section .container .contents {
    max-width: 1086px;
    margin-inline: auto;
  }
  section .section_title {
    padding: 6px 2vw 1vw;
    translate: 0 -3vw;
  }
  section .section_title.size_m {
    font-size: clamp(32px, 5.71429vw, 80px);
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 2vw 1vw;
    height: initial;
    width: fit-content;
  }
  section .section_title.size_s {
    height: auto;
    padding: 1vw;
    margin-top: 0;
    translate: 0 -2vw;
  }
  section .ranking_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
  }
  section .ranking_list .list {
    width: 100%;
  }
  section .ranking_list .list .item_name {
    text-align: center;
    font-size: clamp(25px, 2.14286vw, 30px);
  }
  section .ranking_list .list:nth-of-type(1) {
    order: 2;
    padding-bottom: 44px;
  }
  section .ranking_list .list:nth-of-type(1) .btn {
    translate: 0 0;
    margin-top: 20px;
  }
  section .ranking_list .list:nth-of-type(2) {
    order: 1;
  }
  section .ranking_list .list:nth-of-type(3) {
    order: 3;
  }
  section .feature_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 26px;
    justify-content: center;
  }
  section .feature_list .feature {
    width: calc((100% - 52px) / 3);
  }
  section .feature_list .feature .feature_title {
    text-align: center;
  }
  section .table_wrap {
    width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
  }
  section .table_wrap .compare_table {
    width: 880px;
    margin-inline: auto;
  }
  section .table_wrap .compare_table .table_tr {
    grid-template-columns: 165px 250px 230px 230px;
    gap: 2px;
    align-items: flex-end;
  }
  section .table_wrap .compare_table .table_tr .table_td {
    width: 100%;
    padding: 0;
  }
  section .table_wrap .compare_table .table_tr .table_td .in_box {
    padding: 0 5px 5px;
  }
  section .table_wrap .compare_table .table_tr .table_td .compare_ranking {
    height: 50px;
  }
  section .table_wrap .compare_table .table_tr .table_td .img_area img {
    max-width: 80px;
  }
  section .table_wrap .compare_table .table_tr .table_td .td_item {
    padding: 11px 0px 10px;
    text-align: center;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) {
    background: none;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .in_box {
    background: #423367;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .img_area {
    height: 240px;
    position: relative;
    background: none;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .img_area:after {
    top: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 190px;
    background: url(../img/table_img.png) no-repeat;
    background-size: 100% 190px;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(1) .td_item {
    color: #FFF;
    background: #423367;
    border-top: 1px solid #423367;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) {
    background: none;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .in_box {
    background: #C253B7;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .img_area {
    height: 220px;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .td_item {
    border-top: 1px solid #C253B7;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(2) .td_item.highlights {
    background: #8D2E7F;
    color: #FFF;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(3) {
    background: none;
    padding-top: 30px;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(3) .in_box {
    background: #583BAB;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(3) .img_area {
    height: 190px;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(4) {
    background: none;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(4) .in_box {
    background: #4A9ACF;
  }
  section .table_wrap .compare_table .table_tr .table_td:nth-of-type(4) .img_area {
    height: 160px;
  }
  section .ranking_block .ranking_item:before {
    top: 0;
    left: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    z-index: -1;
  }
  section .ranking_block .ranking_item .img_area {
    width: 100%;
    max-width: 675px;
    margin-inline: auto;
    margin-top: 10px;
  }
  section .ranking_block .ranking_item .ranking {
    width: 100%;
    max-width: 415px;
    margin-inline: auto;
    padding: 0;
  }
  section .ranking_block .ranking_item .ranking .evaluation_list {
    margin-top: 0;
  }
  section .ranking_block .ranking_item .ranking .evaluation_list .item {
    max-width: 100%;
    grid-template-columns: 200px 1fr;
  }
  section .ranking_block .ranking_item .ranking_feature_area {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 70px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature_area_title {
    grid-column: 1/3;
    width: fit-content;
    margin-inline: auto;
    grid-template-columns: 100px 1fr 100px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature_area_title:before, section .ranking_block .ranking_item .ranking_feature_area .ranking_feature_area_title:after {
    height: 3px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature {
    margin-top: 0;
    padding: 37px 40px 40px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature .ranking_feature_title {
    width: fit-content;
    margin-inline: auto;
    grid-template-columns: 180px 1fr;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(1) .ranking_feature_title .title img {
    max-width: 88px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(2) .ranking_feature_title .title img {
    max-width: 123px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(3) .ranking_feature_title .title img {
    max-width: 75px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(4) .ranking_feature_title .title img {
    max-width: 115px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(5) .ranking_feature_title .title img {
    max-width: 102px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .ranking_feature:nth-of-type(6) .ranking_feature_title .title img {
    max-width: 108px;
  }
  section .ranking_block .ranking_item .ranking_feature_area:has(.user_voice_area) {
    display: block;
  }
  section .ranking_block .ranking_item .ranking_feature_area:has(.user_voice_area) .btn.type_voice {
    height: 90px;
    max-width: 640px;
    font-size: clamp(15px, 1.78571vw, 25px);
  }
  section .ranking_block .ranking_item .ranking_feature_area:has(.user_voice_area) .btn.type_voice:after {
    width: 14px;
    height: 14px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .user_voice_area {
    margin-top: 73px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 40px;
  }
  section .ranking_block .ranking_item .ranking_feature_area .user_voice_area .user_voice {
    padding: 48px 30px 40px;
  }
  section .btn {
    text-align: center;
    justify-content: center;
  }
  section .worry_area {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  section .worry_area .worry {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 19px;
    gap: 40px;
  }
  section .worry_area .worry .worry_img {
    order: 2;
  }
  section .worry_area .worry .worry_text {
    order: 1;
  }
  section .worry_area .worry:nth-of-type(2) .worry_img {
    order: 2;
  }
  section .worry_area .worry:nth-of-type(2) .worry_text {
    order: 1;
  }
  section .recommend_list {
    max-width: 680px;
    margin-inline: auto;
    gap: 20px;
    margin-top: calc((3vw - 25px) * -1);
  }
  section .recommend_list:before {
    width: 65px;
    height: 100%;
  }
  section .recommend_list .recommend {
    height: 80px;
  }
  section .recommend_list .recommend:before {
    width: 18px;
    height: 19px;
    background: url(../img/icon_check.svg) no-repeat left top;
    background-size: 18px 19px;
  }
  section .recommend_list + .ranking_list .list {
    order: 1;
  }
  section .recommend_list + .ranking_list:after {
    background: #FFF;
    width: 216px;
    height: 73px;
    order: 2;
  }

  footer {
    height: 100px;
  }
}
.this_anime {
  opacity: 0;
}
.this_anime.start {
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
