@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body,
div, span, p, blockquote, a,
ul, ol, li, dl, dt, dd,
header, footer, aside, section, nav,
strong, h1, h2, h3, h4, h5,
table, tr, th, td, caption {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  color: inherit;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  min-width: 800px;
}

.point {
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  body {
    min-width: 600px;
  }
}

@media (max-width: 414px) {
  body {
    min-width: 300px;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  border: none;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.flex {
  display: flex;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 980px;
}

@media (max-width: 414px) {
  .container {
    padding: 0 10px;
  }
}

.comparison {
  background-image: url(../img/002.png);
  color: #333;
}

.comparison table {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000;
}

.comparison tbody {
  border: 2px solid #000;
}

.comparison tr .no1 {
  background-image: url(../img/004.jpg);
  width: 200px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1rem;
  border-left: 5px solid #A00002;
  border-right: 5px solid #A00002;
}

@media (max-width: 768px) {
  .comparison tr .no1 {
    font-size: 22px;
    width: 120px;
    min-width: 110px;
  }
}

@media (max-width: 414px) {
  .comparison tr .no1 {
    width: 100px;
    font-size: 14px;
    letter-spacing: normal;
  }
}

.comparison tr .no1 img {
  width: 80px;
}

@media (max-width: 414px) {
  .comparison tr .no1 img {
    width: 45px;
  }
}

.comparison tr .no1-t {
  border-top: 2px solid #A00002;
}

.comparison tr .no2-3 img {
  width: 70px;
}

@media (max-width: 414px) {
  .comparison tr .no2-3 img {
    width: 40px;
  }
}

.comparison tr .no4-5 img {
  margin-top: 10px;
  width: 20px;
}

@media (max-width: 414px) {
  .comparison tr .no4-5 img {
    width: 15px;
  }
}

.comparison tr .no1-r {
  color: #A00002;
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid #A00002;
  border-right: 5px solid #A00002;
}

@media (max-width: 768px) {
  .comparison tr .no1-r {
    font-size: 16px;
  }
}

.comparison tr .no1-b {
  border-left: 5px solid #A00002;
  border-right: 5px solid #A00002;
  border-bottom: 2px solid #A00002;
}

.comparison tr .circle-1, .comparison tr .triangle, .comparison tr .cross {
  font-size: 30px;
}

@media (max-width: 414px) {
  .comparison tr .circle-1, .comparison tr .triangle, .comparison tr .cross {
    font-size: 20px;
  }
}

.comparison tr .circle-2 {
  font-size: 40px;
}

@media (max-width: 414px) {
  .comparison tr .circle-2 {
    font-size: 26px;
  }
}

.comparison th {
  padding: 10px;
  width: 160px;
  height: 80px;
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .comparison th {
    font-size: 12px;
    height: 60px;
  }
}

@media (max-width: 414px) {
  .comparison th {
    padding: 0 5px;
    width: 100px;
    height: 40px;
    font-size: 10px;
  }
}

.comparison td {
  padding: 10px;
  width: 160px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .comparison td {
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  .comparison td {
    padding: 0 5px;
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}

.comparison-title {
  position: relative;
  width: 100%;
  background: #000;
}

@media (max-width: 414px) {
  .comparison-title {
    padding-top: 20px;
  }
}

.comparison-title h2 {
  position: absolute;
  top: 50%;
  left: 46%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .comparison-title h2 {
    padding: 0;
    top: 30%;
    left: 10%;
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    font-size: 30px;
  }
}

@media (max-width: 414px) {
  .comparison-title h2 {
    top: 25%;
    left: 10px;
    font-size: 18px;
  }
}

.comparison-title-bg {
  text-align: right;
}

.comparison-title-img {
  margin-top: -6px;
  text-align: center;
}

.comparison-content {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .comparison-content {
    padding: 100px 0;
  }
}

@media (max-width: 414px) {
  .comparison-content {
    padding: 40px 0 80px;
  }
}

.comparison-content p {
  display: none;
}

@media (max-width: 768px) {
  .comparison-content p {
    display: block;
    padding-left: 20px;
    font-size: 12px;
  }
}

.scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 414px) {
  .scroll-table {
    padding: 0;
    max-width: calc(100vw - 40px);
  }
}

@media (max-width: 414px) {
  .sticky_table {
    border-collapse: collapse;
    font-size: 0;
  }
}

.rank-table1 {
  height: 120px;
  background-color: #000;
  color: #dfdfdf;
}

@media (max-width: 414px) {
  .rank-table1 {
    height: 60px;
  }
}

.table-title {
  min-width: 80px;
}

.catalog-img {
  text-align: center;
}

.catalog-img img {
  margin: 20px 0;
  width: 110px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .catalog-img img {
    width: 70px;
  }
}

@media (max-width: 414px) {
  .catalog-img img {
    width: 60px;
  }
}

.star img {
  width: 26px;
}

@media (max-width: 414px) {
  .star img {
    width: 16px;
  }
}

.link-1 td a {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  background: linear-gradient(#c72121, #4e0909);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.link-1 td a:hover {
  opacity: .8;
  cursor: pointer;
}

@media (max-width: 768px) {
  .link-1 td a {
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  .link-1 td a {
    padding: 4px;
    width: 80px;
    font-size: 10px;
  }
}

.ranking {
  background-image: url(../img/001.png);
}

@media (max-width: 414px) {
  .ranking .flex {
    flex-wrap: wrap;
  }
}

.ranking .title {
  background-image: url(../img/003.png);
  background-size: cover;
  justify-content: center;
  padding: 10px 0 15px 0;
}

@media (max-width: 414px) {
  .ranking .title {
    padding: 5px 0;
  }
}

.ranking .title h2 {
  padding-top: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
  .ranking .title h2 {
    padding-top: 30px;
    font-size: 38px;
  }
}

@media (max-width: 414px) {
  .ranking .title h2 {
    padding: 5px 2px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.ranking .title img {
  width: 160px;
  height: 100px;
}

@media (max-width: 414px) {
  .ranking .title img {
    margin-top: 2px;
    width: 50px;
    height: 30px;
  }
}

.m-title {
  background: #F7F0DF;
  padding: 2px 0;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  justify-content: center;
}

@media (max-width: 414px) {
  .m-title {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.rank {
  width: 100%;
  margin-top: 100px !important;
  align-items: baseline;
  align-items: flex-start;
}

@media (max-width: 414px) {
  .rank {
    margin-top: 30px !important;
  }
}

.ranking-a {
  width: 80%;
}

@media (max-width: 414px) {
  .ranking-a {
    width: 100%;
    margin-right: 0;
  }
}

article {
  margin-bottom: 60px;
}

@media (max-width: 414px) {
  article {
    margin-bottom: 30px;
  }
}

.title-bg-03 {
  background-color: #fff;
  border-radius: 5px;
}

.rank-a-title {
  background-color: #000;
  border-radius: 5px 5px 0 0;
  height: 80px;
}

@media (max-width: 414px) {
  .rank-a-title {
    height: 50px;
  }
}

.rank-a-title img {
  margin: 10px 20px;
  width: 60px;
}

@media (max-width: 414px) {
  .rank-a-title img {
    width: 35px;
    height: 35px;
    margin: 10px;
  }
}

.rank-a-title .a-no4-5 {
  margin: 10px 20px;
  width: 30px;
}

@media (max-width: 414px) {
  .rank-a-title .a-no4-5 {
    margin: 12px 10px;
    width: 20px;
  }
}

.rank-a-title h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  color: #fff;
}

@media (max-width: 414px) {
  .rank-a-title h3 {
    font-size: 18px;
    line-height: 54px;
  }
}

.rank-a-content {
  padding: 30px;
}

@media (max-width: 414px) {
  .rank-a-content {
    padding: 10px;
  }
}

.check {
  padding-top: 10px;
}

.check .flex {
  flex-wrap: nowrap;
}

.check-text {
  margin-top: 20px;
}

@media (max-width: 414px) {
  .check-text {
    margin-top: 10px;
  }
}

.check-text img {
  width: 40px;
  height: 40px;
  line-height: 20px;
  margin: -10px 10px 0 -10px;
}

@media (max-width: 414px) {
  .check-text img {
    width: 25px;
    height: 25px;
    margin: -2px 0 0;
  }
}

.check-text p {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 414px) {
  .check-text p {
    font-size: 14px;
  }
}

.check-text p span {
  padding: 5px 2px;
  background: linear-gradient(transparent 60%, #FFFF00 0%);
}

@media (max-width: 414px) {
  .check-text p span {
    padding: 2px 2px;
  }
}

.mini-title {
  padding: 10px 0;
}

.mini-title h4 {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 414px) {
  .mini-title h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

.mini-title img {
  margin-right: 20px;
  width: 10px;
}

@media (max-width: 414px) {
  .mini-title img {
    height: 30px;
    margin-right: 8px;
    width: 8px;
  }
}

.reason .flex {
  flex-wrap: nowrap;
}

.reason-content {
  margin-top: 30px;
}

@media (max-width: 414px) {
  .reason-content {
    margin-top: 20px;
  }
}

.reason-text {
  background-color: #F7F0DF;
  border-radius: 5px;
  margin: 10px 0;
  width: 100%;
}

.reason-text p {
  margin: 10px;
  font-size: 14px;
  vertical-align: middle;
}

@media (max-width: 414px) {
  .reason-text p {
    font-size: 12px;
  }
}

.reason-text img {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin: 6px 0 6px 6px;
  width: 50px;
  height: 50px;
}

.list .flex {
  flex-wrap: wrap;
}

.list table {
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 414px) {
  .list table {
    margin-top: 30px;
  }
}

.list table tr {
  text-align: center;
}

.list table th, .list table td {
  width: 25%;
  padding: 10px 5px;
  border: 1px solid #000;
}

.list table th {
  font-size: 14px;
  background-color: #F7F0DF;
}

@media (max-width: 414px) {
  .list table th {
    font-size: 12px;
  }
}

.list table td {
  font-size: 40px;
  color: #A00002;
}

@media (max-width: 414px) {
  .list table td {
    font-size: 30px;
  }
}

.catalog {
  align-items: flex-end;
  margin-top: 20px;
}

@media (max-width: 414px) {
  .catalog {
    margin-top: 10px;
  }
}

.catalog-data {
  margin: 10px;
  width: 20%;
  text-align: center;
}

@media (max-width: 768px) {
  .catalog-data {
    margin: 10px;
  }
}

@media (max-width: 414px) {
  .catalog-data {
    width: 40%;
  }
}

.catalog-data img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  width: 100px;
}

@media (max-width: 768px) {
  .catalog-data img {
    width: 80px;
  }
}

.catalog-data p {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 414px) {
  .pc-responsive {
    display: none;
  }
}

.sp-responsive {
  display: none;
}

@media (max-width: 414px) {
  .sp-responsive {
    display: block;
  }
}

.ranking-b {
  width: 20%;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 414px) {
  .ranking-b {
    width: 100%;
    margin-left: 0;
  }
}

.rank-b-title {
  background-image: url(../img/004.jpg);
  padding: 10px;
  height: 80px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 414px) {
  .rank-b-title {
    height: 50px;
  }
}

@media (max-width: 414px) {
  .rank-b-title .sp-responsive {
    display: none;
  }
}

.rank-b-title h2 {
  font-size: 20px;
}

@media (max-width: 768px) {
  .rank-b-title h2 {
    font-size: 18px;
  }
}

@media (max-width: 414px) {
  .rank-b-title h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1rem;
  }
}

.rank-b-contents {
  margin: 10px;
}

@media (max-width: 414px) {
  .rank-b-contents {
    margin: 5px;
  }
}

.rank-b-content {
  margin-top: 20px;
  text-align: center;
}

.rank-b-content img {
  width: 60px;
}

.rank-b-content .no4-5 {
  width: 20px;
}

@media (max-width: 414px) {
  .rank-b-content .no4-5 {
    width: 15px;
  }
}

.rank-b-inner {
  margin-top: 20px;
}

@media (max-width: 414px) {
  .rank-b-inner {
    margin-top: 10px;
  }
}

.rank-b-inner img {
  width: 100px;
  margin: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .rank-b-inner img {
    width: 80px;
  }
}

.rank-b-inner p {
  margin: 20px 0 10px;
  font-size: 14px;
}

@media (max-width: 414px) {
  .rank-b-inner p {
    margin: 10px 0  0;
  }
}

.link-2 {
  margin: 50px 0;
}

.link-2 a {
  display: block;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(#c72121, #4e0909);
  font-size: 28px;
  text-align: center;
  color: #fff;
}

.link-2 a:hover {
  cursor: pointer;
}

@media (max-width: 414px) {
  .link-2 a {
    padding: 10px;
    padding-left: 0;
    font-size: 16px;
  }
}

.link-2 i {
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}

@media (max-width: 414px) {
  .link-2 i {
    right: 10px;
    font-size: 20px;
    margin-top: -10px;
  }
}

.link-2:hover {
  opacity: .8;
}

.link-2:last-child {
  margin-bottom: 0;
}

.link-3 {
  margin: 10px 0 20px;
}

.link-3 a {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  padding: 5px;
  max-width: 120px;
  background: linear-gradient(#c72121, #4e0909);
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.link-3 a:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .link-3 a {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .link-3 a {
    font-size: 16px;
  }
}

.overview {
  background-image: url(../img/001.png);
  padding: 60px 0;
  text-align-last: left;
}

@media (max-width: 414px) {
  .overview {
    padding: 30px 0;
  }
}

.overview table {
  width: 100%;
}

.overview table caption {
  padding: 10px;
  padding-left: 20px;
  text-align: left;
  background: #000;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 414px) {
  .overview table caption {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.overview table tr, .overview table th, .overview table td {
  padding: 10px;
  border: 1px solid #000;
}

@media (max-width: 414px) {
  .overview table tr, .overview table th, .overview table td {
    padding: 5px 10px;
    font-size: 10px;
  }
}

.overview table th {
  background-color: #F7F0DF;
}

.overview table td {
  background-color: #fff;
}

header {
  position: relative;
}

header .top1 {
  background-color: #000;
  color: #888;
  text-align: right;
}

.header-img {
  background-image: url(../img/stockfoto_9888052.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {
  .header-img {
    height: 80vh;
  }
}

.header-img:before {
  background-color: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.header-message {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

h1 {
  display: inline-block;
  color: #dfdfdf;
  font-size: 40px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro","Hiragino Mintyo Pro", serif;
}

@media (max-width: 414px) {
  h1 {
    font-size: 20px;
  }
}

h1 img {
  width: 100%;
}

.header-title img {
  margin: 0;
  margin-top: 60px;
}

footer {
  padding: 20px;
  background: #000;
  color: #dfdfdf;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 414px) {
  footer {
    font-size: 10px;
  }
}
