@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

ul[class],
ol[class] {
  list-style: none;
}

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

li {
  list-style: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/*-- 【PR】表記対応
-----------------------------------------------------------------------------*/
.pr {
  max-width: 820px;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: right;
  font-size: 16px;
}

.wrap-blue .wrap-ikumou .main-top .pr {
  color: #fff;
}

.presentation {
  color: #666;
  line-height: 1.5;
  margin: 0.5rem auto;
  text-align: right;
}

/*-- Bootstrap引用
-----------------------------------------------------------------------------*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/* ------------------------------------------------- *
 *        ＠base
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%; /*10px*/
  word-break: break-all;
}

body {
  color: #333;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:link {
  color: #349fe8;
}

a:visited {
  color: #0d75b5;
}

a:hover,
a:active,
a:focus {
  color: #3b97e2;
}

a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

section {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  section {
    margin-bottom: 2rem;
  }
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
}

li {
  font-size: 1.4rem;
  line-height: 1.5;
}

dt {
  font-size: 1.5rem;
  line-height: 1.5;
}

dd {
  font-size: 1.4rem;
  line-height: 1.5;
}

th,
td {
  font-size: 1.3rem;
  line-height: 1.5;
}

small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  small {
    font-size: 1.1rem;
  }
}
small.gray {
  color: #888;
  display: block;
}

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
#page-top {
  bottom: 32px;
  display: none;
  position: fixed;
  right: 0;
  z-index: 1;
}

#footer {
  clear: both;
}
#footer .footer-content {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 3rem 0;
}
#footer .footer-content .f-logo {
  margin: 0 auto 32px;
  width: 200px;
}
#footer .footer-content .f-logo img {
  margin: 0 auto;
}
#footer .footer-content .f-link {
  text-align: center;
}
#footer .footer-content .f-link li {
  display: inline-block;
}
#footer .footer-content .f-link li a {
  color: #333;
  display: block;
  padding: 0 10px;
  text-decoration: underline;
}
#footer .f-link-sp {
  background: #e3f0fa;
  padding-top: 1.5rem;
  text-align: center;
}
#footer .f-link-sp .f-logo {
  margin: 0 auto 16px;
  width: 120px;
}
#footer .f-link-sp a {
  color: #333;
  display: block;
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 0.5rem 0;
}
#footer .copy {
  background: #0a416a;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#footer .copy .page-top {
  margin-bottom: 1rem;
}
#footer .copy .page-top a {
  background: #464545;
  color: #fff;
  display: block;
  padding: 1rem;
}

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.l-mainvisual,
.l-wrapper {
  width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-mainvisual,
  .l-wrapper {
    width: 100%;
  }
}

#main {
  background: #f7f7f7;
  padding: 0 0 4rem 0;
}

/*.l-wrapper {
  @include media(sp){padding: 0 1rem;}
}*/
.l-mainvisual {
  margin: 0 auto 1em auto;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* ------------------------------------------------- *
 *        ＠LP　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.caution-text {
  margin: 0 0 4rem;
  padding: 2rem 4rem 2rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .caution-text {
    margin: -3rem auto 2rem;
    padding: 1rem 2rem;
  }
}
.caution-text h2 {
  font-size: 2.4rem;
}
.caution-text p {
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .caution-text p {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}

.rank-text {
  margin: 0 0 4rem;
  padding: 2rem 4rem 2rem;
  background: #fff;
  box-shadow: 0.1rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .rank-text {
    margin: 3rem auto;
    padding: 2rem;
    padding: 1rem 2rem 2rem;
    box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.2);
  }
}
.rank-text h2 {
  font-size: 2.4rem;
  margin: 3rem 0;
  text-align: center;
  font-weight: 900;
}
.rank-text p {
  margin: 2rem 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .rank-text p {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}

.title-miniranking img {
  margin: auto;
  width: 50%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .title-miniranking img {
    width: 80%;
  }
}

.table-miniranking {
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  .table-miniranking {
    overflow-x: scroll;
  }
}
.table-miniranking table {
  border: 3px solid #c9c9c9;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table-miniranking table {
    table-layout: fixed;
  }
}
.table-miniranking table tr:first-child td {
  padding: 0 0.8rem;
}
.table-miniranking table th {
  background: #e3f0fa;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .table-miniranking table th {
    padding: 0.8rem 0.3rem;
    width: 68px;
  }
}
.table-miniranking table th small {
  font-size: 1rem;
}
.table-miniranking table td {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 1.4rem;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .table-miniranking table td {
    padding: 0.8rem 0.5rem;
    width: 96px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 960px) {
  .table-miniranking table td.width25 {
    width: 25%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .table-miniranking table td.width25 {
    width: 25%;
  }
}
.table-miniranking table td:first-of-type {
  color: #d8251d;
  font-weight: 700;
}
.table-miniranking table td:first-of-type small {
  color: #666;
  font-weight: normal;
}
.table-miniranking table td .title {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .table-miniranking table td .title {
    font-size: 1rem;
  }
}
.table-miniranking table td .bnr {
  margin: 0 auto;
  max-width: 150px;
}
.table-miniranking table td .ico-rank {
  margin: 0 auto;
  width: 3.5rem;
}
.table-miniranking table td .img-star {
  margin: 0 auto 0.5rem;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .table-miniranking table td .img-star {
    width: 80%;
  }
}
.table-miniranking table td.td-star {
  color: #8f8f8f;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem;
}
.table-miniranking table td.osusume {
  background: #ffffce;
}
.table-miniranking .cv {
  padding: 0;
  margin: 0;
}
.table-miniranking .cv a {
  background: linear-gradient(to bottom, #e35752, #d8261e);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.8rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .table-miniranking .cv a {
    font-size: 1.2rem;
    padding: 0.8rem 0.5rem;
  }
}

/* 女性用色替え */
.table-miniranking-faga-ranking table th {
  background: #fae8ec;
}

.box-point {
  margin: 4rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .box-point {
    width: 85%;
  }
}
.box-point .list-point .point-detail {
  border: 3px solid #e3a13b;
  border-radius: 6px;
  float: left;
  height: 460px;
  width: 32%;
  background: #fff;
}
.box-point .list-point .point-detail:nth-child(2) {
  margin: 0 2%;
}
@media only screen and (max-width: 767px) {
  .box-point .list-point .point-detail:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-point .list-point .point-detail {
    float: none;
    height: auto;
    width: 100%;
  }
}
.box-point .list-point .point-detail dt {
  background: #e3a13b;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-point .list-point .point-detail dt {
    font-size: 1.8rem;
  }
}
.box-point .list-point .point-detail dt small {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .box-point .list-point .point-detail dt small {
    font-size: 1.4rem;
  }
}
.box-point .list-point .point-detail dd {
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .box-point .list-point .point-detail dd {
    padding: 1rem 2rem;
  }
}
.box-point .list-point .point-detail dd p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.box-point .list-point .point-detail dd p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .box-point .swiper-pagination,
  .box-point .swiper-button-prev,
  .box-point .swiper-button-next {
    display: none;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #ccc !important;
}

.explain-text {
  margin: 0 0 8rem 0;
  padding: 0rem 0 2rem;
  background: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .explain-text {
    margin: 0 0 4rem 0;
    padding: 0;
  }
}
.explain-text-02 {
  margin: 0 0 -1rem 0;
}
.explain-text .title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  padding: 4rem 4rem 2rem 4rem;
}
.explain-text h2 {
  background: #103e79;
  margin: 6rem 0 6rem 0;
  line-height: 1.4;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  padding: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .explain-text h2 {
    margin: 6rem 0rem 5rem;
    padding: 2rem;
  }
}
.explain-text h2::after {
  border-top: 20px solid #103e79;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.explain-text h2 img {
  margin: 0 auto;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .explain-text h2 img {
    width: 75%;
  }
}
.explain-text h3 {
  font-size: 2rem;
  margin: 5rem 4rem 3rem;
  padding: 2rem;
  background: #f1f9f1;
  border-radius: 8px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .explain-text h3 {
    margin: 0 2rem 4rem;
  }
}
.explain-text h4 {
  font-size: 1.8rem;
  padding: 0 4rem;
}
@media only screen and (max-width: 767px) {
  .explain-text h4 {
    padding: 0 2rem;
  }
}
.explain-text p {
  font-size: 1.6rem;
  margin: 3rem 4rem;
  line-height: 1.95;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .explain-text p {
    margin: 3rem 2rem;
  }
}
.explain-text .table-overflow {
  overflow: auto;
  margin: 3rem 4rem;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .explain-text .table-overflow {
    margin: 3rem 2rem;
  }
}
.explain-text .table-overflow table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.explain-text .table-overflow table th,
.explain-text .table-overflow table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2rem;
  vertical-align: middle;
}
.explain-text .table-overflow table th {
  background: #f3f3f3;
  text-align: center;
}
.explain-text .table-overflow table td {
  text-align: center;
}
.explain-text .table-overflow table img {
  max-width: 120px;
  margin: 0 auto 0.4rem;
}
.explain-text .table-overflow .td-yellow {
  background: #ffffbc;
}
.explain-text .table-overflow .caution-scroll {
  font-size: 1.1rem;
  color: #fff;
  padding: 0.2rem 1rem;
  margin: 0;
  background: #103e79;
  display: block;
  border-radius: 2px 2px 0 0;
}
.explain-text .table-overflow .table-cv {
  margin: auto;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .explain-text .table-overflow .table-cv {
    width: 90%;
  }
}
.explain-text .table-overflow .table-cv a {
  background: linear-gradient(to bottom, #e35752, #d8261e);
  border-radius: 5px;
  box-shadow: 0 3px 0 #701c18;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .explain-text .table-overflow .table-cv a {
    padding: 1rem 0.5rem;
  }
}
.explain-text .table-overflow .table-cv a::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  right: 1rem;
  margin: -0.6rem 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .explain-text .table-overflow .table-cv a::after {
    height: 8px;
    width: 8px;
    margin: -0.35rem 0 0;
  }
}
.explain-text #tips_container #toc_container {
  border: none;
  background: #f1f9f1;
  border-radius: 8px;
  margin: 0 auto;
  width: 90%;
  margin: 4rem;
  padding: 2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .explain-text #tips_container #toc_container {
    margin: 2rem;
    padding: 2rem 2rem;
  }
}
.explain-text #tips_container #toc_container a {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.95;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .explain-text #tips_container #toc_container a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.explain-text #tips_container #toc_container .toc_title {
  font-size: 2.4rem;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 767px) {
  .explain-text #tips_container #toc_container .toc_title {
    font-size: 1.8rem;
  }
}
.explain-text #tips_container #toc_container .toc_list {
  padding: 0rem;
  margin-top: 0;
}
.explain-text #tips_container #toc_container .toc_list li {
  margin: 0 0 1rem 0;
}
.explain-text #tips_container #toc_container .toc_number {
  background: #103e79;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 50%;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .explain-text #tips_container #toc_container .toc_number {
    padding: 2px 8px;
    margin-right: 0.8rem;
  }
}

/* aga-shokumou_04用 */
.explain-text-lp04 {
  padding: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .explain-text-lp04 {
    padding: 0rem 0 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .explain-text-lp04 .table-overflow {
    overflow: none;
  }
}
.explain-text-lp04 .table-overflow table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .explain-text-lp04 .table-overflow table th,
  .explain-text-lp04 .table-overflow table td {
    padding: 1rem;
  }
}
.explain-text-lp04 .box-point {
  margin: -4rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .explain-text-lp04 .box-point {
    margin: -7rem auto 2rem;
    width: 95%;
  }
}
.explain-text-lp04 .box-point .list-point .point-detail {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .explain-text-lp04 .box-point .list-point .point-detail {
    height: 425px;
  }
}
.explain-text-lp04 .box-point .list-point .point-detail dt {
  font-size: 1.8rem;
}
.explain-text-lp04 .box-point .list-point .point-detail dd img {
  margin: auto;
  height: auto;
}

.title-ranking {
  background: #3b97e2;
  margin: 1rem 0 6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title-ranking {
    margin: 1rem 0rem 5rem;
  }
}
.title-ranking::after {
  border-top: 20px solid #3b97e2;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.title-ranking h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  padding: 3rem;
}
.title-ranking img {
  margin: 0 auto;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .title-ranking img {
    width: 75%;
  }
}

/* 女性用色替え */
.title-ranking-faga-ranking {
  background: #b34d61;
}
.title-ranking-faga-ranking::after {
  border-top: 20px solid #b34d61;
}

.title-ranking_grad {
  background: linear-gradient(to right, #013d6b 0%, #0b909c 100%);
  margin: 1rem 0 6rem;
  position: relative;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .title-ranking_grad {
    margin: 1rem 0rem 5rem;
  }
}
.title-ranking_grad::after {
  border-top: 20px solid #066784;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.title-ranking_grad h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  padding: 3rem;
  font-weight: 900;
  text-shadow: 2px 2px 3px #222;
}
@media only screen and (max-width: 767px) {
  .title-ranking_grad h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1rem;
  }
}
.title-ranking_grad img {
  margin: 0 auto;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .title-ranking_grad img {
    width: 75%;
  }
}
.title-ranking_grad-02 {
  margin: 0 0 6rem;
}
.title-ranking_grad-margin {
  margin-top: 0;
}

.list-ranking {
  margin: 0 0 8rem 0;
}

.box-rank .box {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  border-top: 6px solid #0e3d75;
  margin: 0 0 3rem 0;
}
.box-rank .box .title {
  display: flex;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #0c0537;
}
.box-rank .box .title h2 {
  font-size: 2.8rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .title h2 {
    padding: 1rem;
    font-size: 2rem;
  }
}
.box-rank .box .title h2 a {
  color: #222;
  text-decoration: none;
}
.box-rank .box .title img {
  width: 56px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .title img {
    width: 40px;
  }
}
.box-rank .box .bnr-space {
  display: flex;
  padding: 3rem 2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .bnr-space {
    display: block;
    padding: 2rem 2rem 0 2rem;
  }
}
.box-rank .box .bnr-space .img-bnr {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .bnr-space .img-bnr {
    width: 100%;
  }
}
.box-rank .box .bnr-space .img-bnr img {
  width: 100%;
}
.box-rank .box .bnr-space .spec {
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .bnr-space .spec {
    width: 100%;
    margin: 2rem 0;
  }
}
.box-rank .box .bnr-space .spec table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.box-rank .box .bnr-space .spec th,
.box-rank .box .bnr-space .spec td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .bnr-space .spec th,
  .box-rank .box .bnr-space .spec td {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.box-rank .box .bnr-space .spec th {
  background: #f3f3f3;
}
.box-rank .box .chart-space {
  padding: 0 2rem 4rem;
  justify-content: space-between;
  /* syokumou_04用 */
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space {
    display: block;
    padding: 0 2rem 2rem 2rem;
  }
}
.box-rank .box .chart-space li {
  list-style: none;
}
.box-rank .box .chart-space .wrap-chart {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .wrap-chart {
    width: 100%;
  }
}
.box-rank .box .chart-space .wrap-chart .star-sougou dl {
  display: flex;
  font-weight: bold;
  margin: 0 0 0rem 0;
  font-weight: 800;
  padding: 0.7rem;
  background: #0e3d75;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .wrap-chart .star-sougou dl {
    display: block;
  }
}
.box-rank .box .chart-space .wrap-chart .star-sougou dt {
  font-size: 2rem;
  padding: 0 0 0 2rem;
  display: flex;
}
.box-rank .box .chart-space .wrap-chart .star-sougou dt img {
  width: 100px;
  height: 18px;
  margin: 0.7rem 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .wrap-chart .star-sougou dt {
    font-size: 1.8rem;
    padding: 1rem 2rem 0.5rem;
  }
  .box-rank .box .chart-space .wrap-chart .star-sougou dt img {
    margin: 0.3rem 0 0 1rem;
  }
}
.box-rank .box .chart-space .wrap-chart .star-sougou dd {
  font-size: 2rem;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .wrap-chart .star-sougou dd {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0 2rem 1rem;
  }
}
.box-rank .box .chart-space .wrap-chart .star-sougou .yellow {
  color: #fff000;
}
.box-rank .box .chart-space .wrap-chart .chart {
  width: 80%;
  margin: auto;
}
.box-rank .box .chart-space .star {
  width: 100%;
  padding: 2rem;
  border-left: 2px solid #0e3d75;
  border-right: 2px solid #0e3d75;
  border-bottom: 2px solid #0e3d75;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .star {
    width: 100%;
  }
}
.box-rank .box .chart-space .star h4 {
  margin: 3rem 0;
  background: url(../img/icon/icon-checked.png) 0rem center no-repeat;
  background-size: 20px;
  font-size: 2rem;
  padding: 0 0 0 3.2rem;
}
.box-rank .box .chart-space .star p {
  margin: 3rem 0;
}
.box-rank .box .chart-space .star dl {
  border-top: 1px dotted #ccc;
  padding: 1rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .star dl {
    padding: 1rem 0;
    display: block;
  }
  .box-rank .box .chart-space .star dl br {
    display: none;
  }
}
.box-rank .box .chart-space .star dt {
  font-weight: 900;
  font-size: 1.6rem;
  width: 28%;
}
.box-rank .box .chart-space .star dt img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .star dt {
    width: 100%;
    margin: 0 0 0.5rem 0;
    display: flex;
  }
  .box-rank .box .chart-space .star dt img {
    height: 16px;
    margin: 0.3rem 1rem;
  }
}
.box-rank .box .chart-space .star dd {
  width: 100%;
  line-height: 1.95;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .star dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
.box-rank .box .chart-space .chart-title {
  margin: 0 0 0rem 0;
  font-weight: 800;
  padding: 1.3rem 2rem;
  background: #0e3d75;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .chart-space .chart-title {
    font-size: 1.8rem;
  }
}
.box-rank .box .rank-content {
  padding: 0 4rem 2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .rank-content {
    padding: 2rem;
  }
}
.box-rank .box .rank-content .article-title {
  background: #3b97e2;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 3rem 0;
  padding: 1rem;
  border-radius: 12px;
}
.box-rank .box .rank-content article {
  letter-spacing: 1.5;
  line-height: 1.95;
}
.box-rank .box .rank-content h2 {
  font-size: 2.8rem;
  margin: 4rem 0;
}
.box-rank .box .rank-content h3 {
  font-size: 2rem;
  margin: 4rem 0;
}
.box-rank .box .rank-content h4 {
  font-size: 1.8rem;
  margin: 4rem 0;
}
.box-rank .box .rank-content p {
  font-size: 1.6rem;
  margin: 2rem 0;
  letter-spacing: 1.5;
  line-height: 1.95;
}
.box-rank .box .cv {
  margin: auto;
  padding: 0 0 5rem 0;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .cv {
    width: 90%;
  }
}
.box-rank .box .cv a {
  background: linear-gradient(to bottom, #e35752, #d8261e);
  border-radius: 5px;
  box-shadow: 0 3px 0 #701c18;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .box-rank .box .cv a {
    font-size: 1.8rem;
  }
}
.box-rank .box .cv a::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  right: 2.5rem;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
  -webkit-transform: rotate(45deg);
}

.box-ranking {
  background: #fff;
  padding: 0 4rem 4rem;
  margin: 0 0 4rem 0;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  border-top: 6px solid #0e3d75;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .box-ranking {
    padding: 0 2rem 2rem;
  }
}
.box-ranking .title {
  display: flex;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #0c0537;
  margin: 0 -4rem 2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .box-ranking .title {
    margin: 0 -2rem 2rem;
  }
}
.box-ranking .title h2 {
  font-size: 2.8rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-ranking .title h2 {
    padding: 1rem;
    font-size: 2rem;
  }
}
.box-ranking .title h2 a {
  color: #222;
  text-decoration: none;
}
.box-ranking .title img {
  width: 56px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .box-ranking .title img {
    width: 40px;
  }
}
.box-ranking .attention {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.box-ranking .wrap-chart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart {
    display: inherit;
  }
}
.box-ranking .wrap-chart .img-bnr {
  width: 40%;
}
.box-ranking .wrap-chart .img-bnr img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .img-bnr {
    margin: 0 auto 1.5rem;
    width: 100%;
  }
}
.box-ranking .wrap-chart .box-evaluation {
  display: flex;
  flex-wrap: wrap;
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.box-ranking .wrap-chart .box-evaluation .chart {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation .chart {
    margin: 0;
    padding-left: 1rem;
  }
}
.box-ranking .wrap-chart .box-evaluation .star {
  background: #f7f7f7;
  width: 50%;
  border-radius: 5px;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation .star {
    padding: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation .star ul {
    display: none;
  }
}
.box-ranking .wrap-chart .box-evaluation .star .star-sougou {
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation .star .star-sougou {
    border-bottom: none;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.box-ranking .wrap-chart .box-evaluation .star .star-sougou .ico-rank {
  display: inline-block;
  margin: 0 0.8rem;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .box-ranking .wrap-chart .box-evaluation .star .star-sougou .ico-rank {
    margin: 0 0.5rem;
    width: 70px;
  }
}
.box-ranking .wrap-chart .box-evaluation .star li {
  color: #7e7e7e;
  font-size: 1.3rem;
  list-style: none;
  margin-bottom: 0.5rem;
}
.box-ranking .table-spec {
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  margin: 2rem 0 1rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box-ranking .table-spec {
    margin: 1rem 0;
  }
}
.box-ranking .table-spec th {
  background: #e3f0fa;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .box-ranking .table-spec th {
    font-size: 1.1rem;
    padding: 0.5rem;
  }
}
.box-ranking .table-spec td {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  font-size: 1.4rem;
  padding: 0.8rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .box-ranking .table-spec td {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
.box-ranking .table-spec-other td {
  width: 35%;
}
.box-ranking .text-annotation {
  color: #888;
  font-size: 1.1rem;
}
.box-ranking .cv {
  margin: 3rem auto 5rem;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .box-ranking .cv {
    width: 85%;
    margin: 3rem auto 2rem;
  }
}
.box-ranking .cv a {
  background: linear-gradient(to bottom, #e35752, #d8261e);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .box-ranking .cv a {
    font-size: 1.6rem;
  }
}
.box-ranking .cv a::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  content: "";
  display: block;
  height: 12px;
  right: 1.5rem;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
  -webkit-transform: rotate(45deg);
}
.box-ranking .box-content {
  border-radius: 8px;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  padding: 0 0 1rem 0;
  border-left: 2px solid #0e3d75;
  border-right: 2px solid #0e3d75;
  border-bottom: 2px solid #0e3d75;
}
.box-ranking .box-content h3 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 3rem 0 4rem;
  background: #0e3d75;
  padding: 2rem;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .box-ranking .box-content h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    padding: 1rem 2rem;
  }
}
.box-ranking .box-content h4,
.box-ranking .box-content .title-case,
.box-ranking .box-content .title-campaign {
  background: url(../img/icon/icon-checked.png) 0rem center no-repeat;
  background-size: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 3rem 3rem 0rem;
  padding: 0 0 0 3.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .box-ranking .box-content h4,
  .box-ranking .box-content .title-case,
  .box-ranking .box-content .title-campaign {
    font-size: 1.8rem;
    margin: 2rem 1rem 0rem;
  }
}
.box-ranking .box-content p {
  margin: 1rem 3rem 2rem;
}
@media only screen and (max-width: 767px) {
  .box-ranking .box-content p {
    margin: 1rem 2rem 2.5rem;
  }
}
.box-ranking .box-case,
.box-ranking .box-campaign {
  margin: 3rem 0;
  overflow: hidden;
  position: relative;
}
.box-ranking .box-case h3,
.box-ranking .box-campaign h3 {
  font-size: 2rem;
  text-align: center;
  padding: 1.6rem;
  margin: 3rem 0;
  background: #e3f0fa;
  border-radius: 4px;
  /*border-bottom: 2px solid #222;
  border-top: 2px solid #222;*/
}
.box-ranking .box-case img,
.box-ranking .box-campaign img {
  margin: auto;
}
.box-ranking .box-case .caution,
.box-ranking .box-campaign .caution {
  font-size: 1.1rem;
  color: #888;
  margin: -2rem 0 3rem 0;
}
.box-ranking .tell {
  margin: 1rem auto;
}

/* LP下部にあるCVボタン枠調整 */
.box-ranking-bottom {
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}

/* 女性用色変え */
.box-ranking-faga-ranking {
  border-top: 6px solid #b34d61;
}
.box-ranking-faga-ranking .title {
  border-bottom: 1px solid #ff87a0;
}
.box-ranking-faga-ranking .wrap-spec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  align-items: stretch;
}
.box-ranking-faga-ranking .wrap-spec .img-bnr {
  width: 48%;
}
.box-ranking-faga-ranking .wrap-spec .table-spec {
  width: 49%;
}
.box-ranking-faga-ranking .box-content {
  border-left: 2px solid #ff87a0;
  border-right: 2px solid #ff87a0;
  border-bottom: 2px solid #ff87a0;
}
.box-ranking-faga-ranking .box-content h3 {
  background: #ff87a0;
}
.box-ranking-faga-ranking .table-spec th {
  background: #fae8ec;
}
.box-ranking-faga-ranking .box-case h3,
.box-ranking-faga-ranking .box-campaign h3 {
  background: #ff87a0;
  color: #fff;
}

.box-selfcheck {
  background: #1a1a1a;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck {
    padding: 1.5rem 0;
  }
}
.box-selfcheck .title-selfcheck {
  margin-bottom: 1rem;
}
.box-selfcheck .title-selfcheck img {
  margin: auto;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .title-selfcheck img {
    width: 100%;
  }
}
.box-selfcheck .list-selfcheck {
  background: url(../img/aga/bg-check.png) left top repeat;
  margin: 0 auto 3rem;
  padding: 4rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .list-selfcheck {
    padding: 1.5rem;
    width: 100%;
  }
}
.box-selfcheck .list-selfcheck li {
  background: url(../img/aga/ico-check2.png) left center no-repeat;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0 0.5rem 3.5rem;
}
.box-selfcheck .list-selfcheck li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .list-selfcheck li {
    background: url(../img/aga/ico-check2.png) left 0.5rem no-repeat;
    font-size: 1.6rem;
  }
}
.box-selfcheck .dl-selfcheck {
  margin: 0 auto;
  padding-bottom: 3rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .dl-selfcheck {
    width: 100%;
  }
}
.box-selfcheck .dl-selfcheck dt {
  color: #e3e513;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .dl-selfcheck dt {
    font-size: 2rem;
  }
}
.box-selfcheck .dl-selfcheck dt span {
  padding-left: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .dl-selfcheck dt span {
    padding-left: 4rem;
  }
}
.box-selfcheck .dl-selfcheck dt img {
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .dl-selfcheck dt img {
    width: 30px;
  }
}
.box-selfcheck .dl-selfcheck dd {
  color: #fff;
  text-align: center;
}
.box-selfcheck .dl-selfcheck dd p {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .box-selfcheck .dl-selfcheck dd p {
    text-align: left;
  }
}
.box-selfcheck .dl-selfcheck dd p:last-child {
  margin-bottom: 0;
}

.box-aga {
  background: #eee;
  margin-bottom: 8rem;
  padding: 3rem 0 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-aga {
    padding: 3rem 0;
    margin-bottom: 5rem;
  }
}
.box-aga::after {
  border-top: 30px solid #eee;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .box-aga::after {
    border-top: 25px solid #eee;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
  }
}
.box-aga .img-aga {
  margin-bottom: 3rem;
}
.box-aga .img-aga img {
  margin: auto;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .box-aga .img-aga img {
    width: 100%;
  }
}
.box-aga .about-aga {
  background: #fff;
  border: 4px solid #185e96;
  border-radius: 6px;
  margin: 0 auto 2rem;
  padding: 2.5rem 3rem;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .box-aga .about-aga {
    border: 3px solid #185e96;
    padding: 1rem;
    width: 80%;
  }
}
.box-aga .about-aga ul {
  background: url(../img/aga/img-aga.png) 7rem top no-repeat;
  background-size: 140px;
  margin-bottom: 2rem;
  padding-left: 27rem;
}
@media only screen and (max-width: 767px) {
  .box-aga .about-aga ul {
    background: url(../img/aga/img-aga.png) center top no-repeat;
    background-size: 60px;
    padding-left: 2rem;
    padding-top: 7rem;
  }
}
.box-aga .about-aga ul li {
  color: #185e96;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .box-aga .about-aga ul li {
    font-size: 1.6rem;
  }
}
.box-aga .about-aga p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-aga .about-aga p {
    font-size: 1.6rem;
  }
}
.box-aga .about-aga p strong {
  color: #e6002d;
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .box-aga .about-aga p strong {
    font-size: 2.4rem;
  }
}
.box-aga .text {
  font-size: 1.6rem;
  margin: auto;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .box-aga .text {
    width: 100%;
  }
}

/* 女性用色変更 */
.box-faga .about-faga {
  border: 4px solid #b34d61;
}
.box-faga .about-faga ul li {
  color: #333;
}

.text-aga {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .text-aga {
    font-size: 2.4rem;
  }
}

.l-wrapper .choose-column {
  margin: 4rem 0 2rem;
}
.l-wrapper .choose-column .choose-midashi {
  font-size: 2.5rem;
  font-weight: bold;
  background: #185e95;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.l-wrapper .choose-column .choose-contents {
  padding: 0 1rem 2rem;
  text-align: center;
}
.l-wrapper .choose-column .choose-contents h3 {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin: 3rem 0 2rem;
  padding: 0 55px;
}
@media only screen and (max-width: 767px) {
  .l-wrapper .choose-column .choose-contents h3 {
    margin: 2rem 0;
  }
}
.l-wrapper .choose-column .choose-contents h3:before, .l-wrapper .choose-column .choose-contents h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.l-wrapper .choose-column .choose-contents h3:before {
  left: 0;
}
.l-wrapper .choose-column .choose-contents h3:after {
  right: 0;
}
.l-wrapper .choose-column .choose-contents p {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .l-wrapper .choose-column .choose-contents p {
    margin-bottom: 1rem;
  }
}
.l-wrapper .choose-column .choose-contents img {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 500px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .l-wrapper .choose-column .choose-contents img {
    width: 100%;
    height: auto;
  }
}

/*  ////////////// 新 縦型ランキング /////////////// */
.vertical-rank {
  margin: 0 0 2rem 0;
  background: #fff;
  position: relative;
}
.vertical-rank .table-wrapper {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.vertical-rank .table-wrapper th,
.vertical-rank .table-wrapper td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 1.5rem;
}
.vertical-rank .table-wrapper th {
  background: #103e79;
  color: #fff;
  padding: 1rem 0.5rem;
}
.vertical-rank .table-wrapper td {
  width: 33%;
  padding: 1.3rem 0.5rem;
  vertical-align: middle;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper td {
    line-height: 1.2;
    font-size: 1.3em;
  }
}
.vertical-rank .table-wrapper td.banner {
  vertical-align: top;
  vertical-align: top;
  position: sticky;
  top: 0;
  z-index: 1;
}
.vertical-rank .table-wrapper td.banner .shokumou-cv-btn {
  height: 50px;
  line-height: 50px;
  margin-top: 0.5rem;
}
.vertical-rank .table-wrapper td img.ico-rank {
  width: 50px;
  margin: auto;
}
.vertical-rank .table-wrapper td .table-bnr img {
  width: 200px;
  margin: auto;
}
.vertical-rank .table-wrapper td img.icon {
  margin: 0 auto 0.5rem;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper td img.icon {
    width: 50px;
  }
}
.vertical-rank .table-wrapper td:first-child {
  background: #ffffce;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper td:first-child {
    line-height: 1.2;
    font-size: 1.5em;
  }
}
.vertical-rank .table-wrapper td .shokumou-cv-btn {
  width: 80%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper td .shokumou-cv-btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
.vertical-rank .table-wrapper .distance-waku-upper {
  border-left: solid 4px #e35752;
  border-top: solid 4px #e35752;
  border-right: solid 4px #e35752 !important;
  position: relative;
}
.vertical-rank .table-wrapper .distance-waku-upper:before {
  position: absolute;
  top: -2rem;
  left: -3rem;
  display: inline-block;
  width: 9rem;
  height: 7rem;
  content: "";
  transform: rotate(-15deg);
  background: url(../img/shokumou/distance_batch.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper .distance-waku-upper:before {
    top: -4rem;
    left: -1.2rem;
    width: 8rem;
    height: 6rem;
  }
}
.vertical-rank .table-wrapper .distance-waku-under {
  border-left: solid 4px #e35752;
  border-right: solid 4px #e35752 !important;
  border-bottom: solid 4px #e35752 !important;
}
.vertical-rank .table-wrapper .rebutton {
  display: block;
  background: #3cbe7d;
  border-bottom: #396736 4px solid;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: -1px -1px 0 #45765e;
  padding: 1rem 4rem;
  text-decoration: none;
  width: 80%;
  margin: 0.5rem auto;
}
@media only screen and (max-width: 767px) {
  .vertical-rank .table-wrapper .rebutton {
    padding: 1rem;
    font-size: 1.4rem;
    margin: 0rem auto 1rem;
  }
}

/* ------------------------------------------------- *
 *        ＠テキスト　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.center {
  text-align: center;
}
.center img {
  margin: auto;
}

.text-red {
  color: #d8251d;
  font-weight: 700;
}

.text-yellow {
  color: #fff555;
}

.text-marker {
  background: linear-gradient(transparent 60%, #e3e513 0%);
  font-weight: 700;
}

/* ------------------------------------------------- *
 *        ＠検索ボックス AGA 育毛
 * ------------------------------------------------- */
.main-search-age {
  background-size: 10px 10px;
  margin: 2rem auto 5rem;
  max-width: 1020px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .main-search-age {
    width: 100%;
    margin-top: 1rem;
  }
}
.main-search-age h2 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  padding: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  background: url(../img/icon/icon-search02.png) bottom 20px left 33% no-repeat #185e95;
  background-size: 2.8%;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .main-search-age h2 {
    font-size: 2.3rem;
    padding: 1rem;
    background: url(../img/icon/icon-search02.png) bottom 15px left 323px no-repeat #185e92;
    background-size: 6%;
  }
}
.main-search-age h2 span {
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .main-search-age h2 span {
    font-size: 1.4rem;
  }
}
.main-search-age .main-search-age_in {
  padding: 3rem 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .main-search-age .main-search-age_in {
    padding: 1rem 1rem 2rem;
  }
}
.main-search-age .main-search-age_in .ttl_form {
  margin-bottom: 0.5rem;
}
.main-search-age .main-search-age_in .check-radio,
.main-search-age .main-search-age_in .check-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main-search-age .main-search-age_in .check-radio,
  .main-search-age .main-search-age_in .check-box {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-search-age .main-search-age_in .check-radio li,
.main-search-age .main-search-age_in .check-box li {
  background-color: #fff;
  width: 22%;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 1.5% 2rem;
  line-height: 1;
  padding: 2rem 2rem;
  position: relative;
  border: solid 1px #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .main-search-age .main-search-age_in .check-radio li,
  .main-search-age .main-search-age_in .check-box li {
    line-height: 40px;
    width: 47%;
    padding: 0rem 1.5rem;
  }
}
.main-search-age .main-search-age_in .check-radio li .radio-label,
.main-search-age .main-search-age_in .check-box li .radio-label {
  display: block;
}
.main-search-age .main-search-age_in .check-radio li span,
.main-search-age .main-search-age_in .check-box li span {
  padding-left: 2rem;
}
.main-search-age .main-search-age_in .check-radio li.checked,
.main-search-age .main-search-age_in .check-box li.checked {
  background: #185e96;
  color: #fff;
}
.main-search-age .main-search-age_in .check-radio .radio-input,
.main-search-age .main-search-age_in .check-box .radio-input {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #004bb1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main-search-age .main-search-age_in .check-box {
    display: block;
  }
}
.main-search-age .main-search-age_in .check-box li {
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .main-search-age .main-search-age_in .check-box li {
    line-height: 0;
    padding: 1rem;
    width: 97%;
  }
}
.main-search-age .main-search-age_in .check-box li .checkbox-label {
  display: block;
}
.main-search-age .main-search-age_in .check-box li .checkbox-label .checkbox-input {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
.main-search-age .main-search-age_in .check-box li span {
  padding-left: 0.5rem;
}
.main-search-age .main-search-age_in .check-box .check-input {
  opacity: 0;
}
.main-search-age .submit-area input {
  background: linear-gradient(to bottom, #e35752, #d8261e);
  border-radius: 5px;
  box-shadow: 0 3px 0 #701c18;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: auto;
  border: none;
  width: 300px;
  cursor: pointer;
}

/*////////  age-lp 検索結果ページ   //////////*/
#cat-search-age-kekka .cate-description {
  margin-top: 1rem;
}
#cat-search-age-kekka .cate-description h1 {
  background: #3b97e2;
  font-size: 18px;
  color: #fff;
  padding: 18px 16px;
  margin-bottom: 2rem;
}
#cat-search-age-kekka .cate-description h1 span {
  margin: 0 7px 0 2px;
  padding: 0.2em 0.5em;
  color: red;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 17px;
  background-color: #fff;
}
#cat-search-age-kekka .ikumou-female .cate-description h1 {
  background: #b34d61;
}

.small-rank {
  margin: 0 0 2rem 0;
  background: #fff;
  overflow: scroll;
}
.small-rank .title {
  background: #f7f7f7;
  width: 100%;
}
.small-rank .table-wrapper {
  display: flex;
  height: 520px;
  min-width: 600px;
  border-radius: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .small-rank .table-wrapper {
    height: 440px;
  }
}
.small-rank .table-row {
  width: 240px;
}
.small-rank .table-head {
  width: 120px;
  font-size: 1.2rem;
  border-radius: 8px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .small-rank .table-head {
    font-size: 1rem;
  }
}
.small-rank .table-body {
  font-size: 1.3rem;
}
.small-rank .table-body .table-bnr {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .small-rank .table-body {
    font-size: 1.3rem;
  }
}
.small-rank .table-th {
  background: #103e79;
  color: #fff;
  font-weight: 900;
}
.small-rank .table-cell {
  height: 72px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 1.5;
}
.small-rank .table-cell .ico-rank {
  width: 40px;
}
.small-rank .table-cell .ico-bnr {
  width: 100px;
}
.small-rank .table-cell .title {
  font-size: 1rem;
}
.small-rank .table-cell .rebutton {
  display: block;
  background: #3cbe7d;
  border-bottom: #396736 4px solid;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: -1px -1px 0 #45765e;
  padding: 1rem 4rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .small-rank .table-cell .rebutton {
    padding: 1rem 4rem;
  }
}
.small-rank .table-point {
  background: #ffffce;
}
.small-rank .table-cv {
  height: 80px;
}
.small-rank .table-rank {
  height: 40px;
}
.small-rank .table-rank span {
  font-weight: 900;
  padding: 0 0 0 1rem;
}
.small-rank .table-bnr {
  height: 120px;
  line-height: 1.1;
  position: sticky;
  top: 0px;
}
.small-rank .table-bnr img {
  width: auto;
  height: auto;
}
.small-rank .table-chart {
  font-size: 1.8rem;
  font-weight: bold;
}
.small-rank table {
  min-width: 2200px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.small-rank table th {
  background: #f2f7f2;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .small-rank table th {
    font-size: 1.2rem;
  }
}
.small-rank table th,
.small-rank table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.small-rank table td {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .small-rank table td {
    padding: 0.5rem;
  }
}
.small-rank table .ico-rank {
  width: 32px;
  margin: auto;
}
.small-rank table .bnr {
  width: 112px;
  margin: auto;
}
.small-rank table .score {
  font-size: 1.4rem;
  color: #ff0000;
  background: #ffffbc;
}
.small-rank table .score span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .small-rank table .sitelink {
    font-size: 1.1rem;
  }
}
.small-rank table .rebutton {
  display: block;
  background: #3cbe7d;
  border-bottom: #396736 4px solid;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: -1px -1px 0 #45765e;
  padding: 0.8rem 1rem 0.6rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .small-rank table .rebutton {
    padding: 0.8rem 0.3rem 0.6rem;
  }
}

.rank-link {
  text-align: center;
  margin: 0 0 4rem 0;
}
.rank-link a {
  font-weight: bold;
  font-size: 1.8rem;
}

.comp-list {
  text-align: center;
}
.comp-list h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 0 auto 4rem;
  position: relative;
  padding: 0 5.6rem;
  display: inline-block;
}
.comp-list h2:before, .comp-list h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.comp-list h2:before {
  left: 0;
}
.comp-list h2:after {
  right: 0;
}
.comp-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comp-list li {
  width: 31%;
  margin: 0 0 4rem 0;
  background: #fff;
  border-radius: 8px;
  padding: 1rem 2rem;
  margin: 0 0 4rem 0;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comp-list li {
    width: 92%;
    margin: 0 4% 2rem;
  }
}
.comp-list li img {
  display: inline-block;
}

/*////////  育毛LP （元TOPにあったLP top.cssから移動）  //////////*/
/* テキスト関係 */
.txt-red {
  color: red;
  font-weight: bold;
}

.txt-marker {
  background-image: linear-gradient(transparent 50%, #ffff00 50%);
  font-weight: bold;
}

.txt-waku {
  border: 7px solid #53b4c5;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .txt-waku {
    padding: 20px;
  }
}

.txt-red-waku {
  margin: 0 7px 0 2px;
  padding: 0.2em 0.5em;
  color: red;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 17px;
  background-color: #fff;
}

/* もう１度１位の商品を見るの追従 */
#ranking01 {
  position: fixed;
  bottom: 120px;
  right: 0;
  display: none;
  width: 150px;
  height: 202px;
}
@media only screen and (max-width: 767px) {
  #ranking01 {
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }
}
#ranking01 img {
  width: 100%;
}

.wrap-blue {
  background: #04162c;
  overflow: hidden;
}

.wrap-gray {
  background: #f8f8f8;
  overflow: hidden;
}

.pb2 {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .pb2 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.wrap-ikumou {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
  /*ランキングのボックスレイアウト */
  /*育毛用 検索ボックス*/
  /*検索ボックス*/
  /*タブ*/
  /* 女性用育毛色替え */
  /* ------------------------------------------------- *
  *        ＠男性用LP 女性用LP
  * ------------------------------------------------- */
  /* 各TOP */
  /* 各TOP男性のみ */
  /* 各TOP女性のみ */
  /* ------------------------------------------------- *
  *        ＠CVボタン キラン系
  * ------------------------------------------------- */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou {
    padding: 0;
    margin: 0;
  }
}
.wrap-ikumou .table-hikaku {
  display: flex;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .table-hikaku {
    padding: 0 10px;
  }
}
.wrap-ikumou .text-hikaku-caution {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .text-hikaku-caution {
    font-size: 11px;
    text-align: right;
    margin-bottom: 10px;
  }
}
.wrap-ikumou .title-top-ranking {
  margin: 2rem 0 1rem;
}
.wrap-ikumou .top-banner {
  margin-bottom: 40px;
}
.wrap-ikumou .rank-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
.wrap-ikumou .rank-box .item {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  /* 商品タイトル・総合評価 */
  /* .item-title-box */
  /* 個別の大枠 */
  /* waku */
  /* item 1位用 */
  /* item 2位用 */
  /* item 3位用 */
  /* item PR用 */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    border: none;
  }
}
.wrap-ikumou .rank-box .item .item-title-box {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 4px 15px;
  border: 1px solid #004572;
  border-top: 8px solid #004572;
  /* 商品タイトル */
  /* 総合評価 */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-title-box {
    border: none;
    border-bottom: 1px solid #004572;
    border-top: 8px solid #004572;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-title-box .item-head {
    display: block;
  }
}
.wrap-ikumou .rank-box .item .item-title-box .item-head a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
}
.wrap-ikumou .rank-box .item .item-title-box .item-head a:hover {
  text-decoration: none;
}
.wrap-ikumou .rank-box .item .item-title-box .item-head h2 {
  padding: 0 0 0 80px;
  font-size: 24px;
  line-height: 2.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-title-box .item-head h2 {
    padding: 0 0 0 57px;
    font-size: 20px;
  }
}
.wrap-ikumou .rank-box .item .item-title-box .rank-number {
  position: absolute;
  top: 0;
  left: 15px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-title-box .rank-number {
    width: 40px;
    left: 10px;
  }
}
.wrap-ikumou .rank-box .item .item-general-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0 15px 2px;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-general-rate {
    margin-top: 0;
    padding: 0 0 2px;
    border-radius: 0;
    border-bottom: solid 1px #004572;
  }
}
.wrap-ikumou .rank-box .item .item-general-rate .general-rate-hyouka {
  margin: 4px 0 0;
  padding: 0.3em;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px #000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-general-rate .general-rate-hyouka {
    margin-top: 2px;
    padding: 0.5em;
    font-size: 11px;
  }
}
.wrap-ikumou .rank-box .item .item-general-rate .general-rate-stars {
  margin: 0 10px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-general-rate .general-rate-stars {
    margin: 0;
    font-size: 20px;
  }
}
.wrap-ikumou .rank-box .item .item-general-rate .general-rate-rank {
  margin: 4px 0 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #c00;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .item-general-rate .general-rate-rank {
    margin-top: 2px;
    font-size: 20px;
  }
}
.wrap-ikumou .rank-box .item .waku {
  background: #fff;
  margin: 0 auto;
  padding: 20px 25px 20px;
  border: 1px solid #004572;
  border-top: none;
  box-sizing: border-box;
  /* 画像・価格 */
  /* ３ポイント */
  /* 口コミ */
  /* ボタン類 */
  /* リアルタイム購買人数 */
  /* realtime-number */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku {
    padding: 0 10px 20px;
    border: none;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in {
  margin-bottom: 10px;
  vertical-align: top;
  border: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in {
    margin-bottom: 15px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-img {
  width: 30%;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border: solid 1px #c1def1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-img {
    display: block;
    width: 50%;
    margin-left: 25%;
    border: none;
    text-align: center;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-img img {
    width: 80%;
    margin: 0 auto;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-img img:hover {
  opacity: 0.75;
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info {
  width: 70%;
  float: right;
  margin: 0 auto;
  padding-left: 24px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  border: none;
  border: solid 1px rgba(67, 159, 208, 0.4);
  border-bottom: none;
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price th {
  width: 6.5em;
  padding: 5px 0 5px 0.7em;
  text-align: left;
  font-weight: bold;
  background-color: rgba(198, 232, 255, 0.4);
  border: none;
  border-bottom: solid 1px rgba(67, 159, 208, 0.4);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price th {
    width: 6em;
    padding: 8px 0 8px 0.35em;
    font-size: 11px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td {
  text-align: left;
  padding: 5px 0 5px 0.5em;
  font-weight: normal;
  line-height: 1.3;
  border: none;
  border-bottom: solid 1px rgba(67, 159, 208, 0.4);
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td {
    padding: 8px 0 8px 0.35em;
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.baseprice {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.baseprice {
    font-size: 15px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.baseprice .shippingfee {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.baseprice .shippingfee {
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice {
  font-size: 30px;
  color: #f00;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice {
    font-size: 20px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice i {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice i {
    font-size: 14px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice .tax {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.saleprice .tax {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td p.shippingfee {
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td span.regular {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td span.regular {
    font-size: 11px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td.bottle-form span {
  padding: 2px 7px;
  border-radius: 3px;
  color: #bbb;
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td.bottle-form span {
    font-size: 11px;
    padding: 2px 3px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-in .item-info table.rank-price td.bottle-form span.on {
  background: #439fd0 !important;
  color: #fff;
  font-weight: bold;
  border-color: #439fd0 !important;
}
.wrap-ikumou .rank-box .item .waku .text-price {
  margin: 0 0 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price {
    margin: 10px 0 0.5rem;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dt {
  background: #e5e5e5;
  clear: left;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 0;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dt {
    font-size: 12px;
    width: 25%;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dt.dt-special-price {
  background: #fad2d2;
  color: #ff0000;
}
.wrap-ikumou .rank-box .item .waku .text-price dd {
  float: left;
  font-size: 15px;
  padding: 0 10px;
  text-align: left;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd {
    padding: 0 0 0 10px;
    width: 75%;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dd p {
  line-height: 1.5;
}
.wrap-ikumou .rank-box .item .waku .text-price dd .baseprice {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd .baseprice {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dd .shippingfee {
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd .shippingfee {
    font-size: 13px;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dd .saleprice {
  color: #ff0000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd .saleprice {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd .saleprice b {
    font-size: 23px;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dd .saleprice i {
  font-size: 13px;
}
.wrap-ikumou .rank-box .item .waku .text-price dd .regular {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .text-price dd .regular {
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .text-price dd.dd-special-price {
  padding: 3px 0 0 10px;
}
.wrap-ikumou .rank-box .item .waku .three-point {
  margin: 0 auto 40px;
  padding: 0 10px;
  /* ul */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .three-point {
    margin: 0 auto 10px;
    padding: 0 5px;
  }
}
.wrap-ikumou .rank-box .item .waku .three-point ul {
  width: 100%;
  margin: 0 auto;
  padding: 1.2em 0.75em;
  background-color: rgba(214, 235, 255, 0.6);
  box-shadow: 0px 0px 0px 10px rgba(214, 235, 255, 0.6);
  border: dashed 2px white;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .three-point ul {
    padding: 0.5em 0.5em;
    background-color: rgba(214, 235, 255, 0.6);
    box-shadow: 0px 0px 0px 5px rgba(214, 235, 255, 0.6);
    border: dashed 2px white;
  }
}
.wrap-ikumou .rank-box .item .waku .three-point ul li {
  position: relative;
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-left: 30px;
}
.wrap-ikumou .rank-box .item .waku .three-point ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .three-point ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.wrap-ikumou .rank-box .item .waku .three-point ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f046";
  color: #0090d2;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .three-point ul li:before {
    font-size: 16px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti {
  margin: 0 auto 30px;
  padding: 0;
  /* .item-kuti-box */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti {
    margin: 0 auto 20px;
    padding: 0;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-title {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  background-color: #004572;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-title {
    text-align: center;
    font-size: 14px;
    padding: 7px 1px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box {
  position: relative;
  width: 100%;
  margin: 20px auto 0;
  padding: 15px;
  border-radius: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box {
    margin: 15px auto 0;
    padding: 20px 15px 15px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good {
  padding: 15px;
  border: solid 1px #cccccc;
  background-color: rgba(255, 202, 111, 0);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good {
    padding: 10px 10px 0;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon {
  transform: rotate(-10deg);
  position: absolute;
  top: -20px;
  left: -20px;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 7px;
  border: solid 3px #f60;
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon {
    top: -10px;
    left: -5px;
    padding: 0 8px;
    height: 36px;
    border: solid 2px #f60;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon figure {
  margin: 0;
  padding: 0;
  text-align: left;
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon figure img {
    width: 70%;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon p {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .catch-icon p {
    font-size: 22px;
    padding: 0 0 0 1px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .title {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  padding: 3px 3px 3px 0.5em;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(235, 233, 229, 0.6);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .title {
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.good .title img {
  width: 60%;
  margin-right: 10px;
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad {
  border: solid 1px #cccccc;
  background-color: rgba(0, 0, 255, 0);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad {
    padding: 10px 10px 0;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon {
  transform: rotate(10deg);
  position: absolute;
  top: -10px;
  right: -20px;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 7px;
  border: solid 3px #cccccc;
  background-color: #fff;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon {
    top: -10px;
    right: -5px;
    padding: 0 8px;
    height: 36px;
    border: solid 2px #2788db;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon figure {
  margin: 0;
  padding: 0;
  text-align: left;
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon figure img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon figure img {
    width: 70%;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon p {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .catch-icon p {
    font-size: 22px;
    padding: 0 0 0 1px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .title {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  padding: 3px 3px 3px 0.5em;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(235, 233, 229, 0.6);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .title {
    font-size: 12px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .title img {
  width: 60%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box.bad .title img {
    width: 50%;
    margin: auto;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each {
  background-color: inherit;
  border: none;
  text-align: left;
  margin: 0 0 25px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each span.idt {
  display: block;
  margin: 0 0 7px;
  padding-top: 0;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each span.idt {
    margin: 5px 0 10px;
    padding-top: 0;
    font-size: 11px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each .con {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each .con {
    margin: 5px 0 10px;
    padding-top: 0;
    font-size: 11px;
  }
}
.wrap-ikumou .rank-box .item .waku .item-kuti .item-kuti-box ul li.item-kuti-each:last-child {
  margin-bottom: 0;
}
.wrap-ikumou .rank-box .item .waku .cv-area,
.wrap-ikumou .rank-box .item .waku .cv-area2 {
  text-align: center;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  /* ボタン：詳しくはこちら */
  /* ボタン内・矢印アイコン */
  /*@keyframes lightning3 {
    0% {left: -20%;}
    20% {left: 120%;}
    100% {left: 120%;}
  }
  @-webkit-keyframes lightning3 {
    0% {left: -20%;}
    20% {left: 120%;}
    100% {left: 120%;}
  }*/
  /* 基本ボタン（赤） */
  /* ボタン：公式サイトはこちら */
  /* ボタン内・矢印アイコン */
  /* 緑ボタン */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area,
  .wrap-ikumou .rank-box .item .waku .cv-area2 {
    display: block;
    margin-bottom: 30px;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area .btn-more3,
  .wrap-ikumou .rank-box .item .waku .cv-area .btn-more3,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 {
    width: 100%;
    margin-bottom: 8px;
    margin-top: -10px;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0.7em 2em 0.8em 1em;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 1px 1px 2px black;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: -5px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: 0.25s linear;
  background: #ccc;
  box-shadow: 0 6px 0 #777;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a,
  .wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a {
    width: 96%;
    padding: 0.75em 2em 0.75em 1em;
    font-size: 1.8rem;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:before,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:before,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:before,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.5em;
  margin-top: -0.625em;
  position: absolute;
  right: 20px;
  top: 50%;
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:after,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:after,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:after,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:after {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 100px;
  height: 200px;
  transform: rotate(30deg);
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:hover,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:hover,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:hover,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:hover {
  background-color: #ccc;
  box-shadow: 0 6px 0 #777;
  transform: translateY(2px);
  animation: flashing3 1s;
  /* マウスオン発光 */
}
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:active,
.wrap-ikumou .rank-box .item .waku .cv-area .btn-more3 a:active,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:active,
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 a:active {
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 2px 0 #777;
  transform: translateY(6px);
  transition-duration: 0.1s;
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area .cv,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .cv {
    width: 100%;
    padding-left: 0;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv .cv-text,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv .cv-text {
  color: #ff0000;
  font-weight: 700;
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv a,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0.7em 2em 0.8em 1em;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 1px 1px 2px black;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: -5px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: 0.25s linear;
  background: #ff0000;
  box-shadow: 0 6px 0 #aa0000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area .cv a,
  .wrap-ikumou .rank-box .item .waku .cv-area2 .cv a {
    width: 96%;
    padding: 0.75em 2.5em 0.75em 1em;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv a:before,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.5em;
  margin-top: -0.625em;
  position: absolute;
  right: 20px;
  top: 50%;
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv a:after,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv a:after {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 100px;
  height: 200px;
  transform: rotate(30deg);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  animation: lightning2 2.5s infinite linear;
}
@keyframes lightning2 {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area .cv a:active,
.wrap-ikumou .rank-box .item .waku .cv-area2 .cv a:active {
  color: #fff;
  background-color: #c50000;
  box-shadow: 0 2px 0 #440000;
  transform: translateY(6px);
  transition-duration: 0.1s;
}
@keyframes flashing2 {
  0% {
    background-color: #ff0000;
  }
  10% {
    background-color: #ffc8c8;
  }
  100% {
    background-color: #ff0000;
  }
}
.wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 {
  margin: 0 auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .cv-area2 .btn-more3 {
    width: 96%;
  }
}
.wrap-ikumou .rank-box .item .waku .realtime-number {
  /*animation: topNumFadeIn 3s ease 0s infinite alternate;*/
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(252, 171, 158, 0.3);
  border-radius: 5px;
  margin: 20px auto 10px;
  padding: 8px 5px;
  line-height: 1.3;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .realtime-number {
    font-size: 12px;
    margin: 10px auto 10px;
    padding: 5px 2px;
  }
}
.wrap-ikumou .rank-box .item .waku .realtime-number:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(252, 171, 158, 0.3);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .realtime-number:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 9px solid rgba(252, 171, 158, 0.3);
  }
}
.wrap-ikumou .rank-box .item .waku .realtime-number span.num {
  font-size: 22px;
  color: red;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item .waku .realtime-number span.num {
    font-size: 16px;
  }
}
@keyframes topNumFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap-ikumou .rank-box .item.rank-1 {
  background: #fff;
}
.wrap-ikumou .rank-box .item.rank-1 .item-title-box {
  border: 1px solid #fcc300;
  border-top: 8px solid #fcc300;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-1 .item-title-box {
    border-right: none;
    border-left: none;
  }
}
.wrap-ikumou .rank-box .item.rank-1 .waku {
  border: 1px solid #fcc300;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-1 .waku {
    border: none;
  }
}
.wrap-ikumou .rank-box .item.rank-2 {
  background: #fff;
}
.wrap-ikumou .rank-box .item.rank-2 .item-title-box {
  border: 1px solid #c1c1c1;
  border-top: 8px solid #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-2 .item-title-box {
    border-right: none;
    border-left: none;
  }
}
.wrap-ikumou .rank-box .item.rank-2 .waku {
  border: 1px solid #c1c1c1;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-2 .waku {
    border: none;
  }
}
.wrap-ikumou .rank-box .item.rank-3 {
  background: #fff;
}
.wrap-ikumou .rank-box .item.rank-3 .item-title-box {
  border: 1px solid #bfa25a;
  border-top: 8px solid #bfa25a;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-3 .item-title-box {
    border-right: none;
    border-left: none;
  }
}
.wrap-ikumou .rank-box .item.rank-3 .waku {
  border: 1px solid #bfa25a;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-3 .waku {
    border: none;
  }
}
.wrap-ikumou .rank-box .item.rank-pr {
  background: #fff;
}
.wrap-ikumou .rank-box .item.rank-pr .item-title-box {
  border: 1px solid #f2332e;
  border-top: 8px solid #f2332e;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-pr .item-title-box {
    border-right: none;
    border-left: none;
  }
}
.wrap-ikumou .rank-box .item.rank-pr .waku {
  border: 1px solid #f2332e;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .rank-box .item.rank-pr .waku {
    border: none;
  }
}
.wrap-ikumou .box-search {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .box-search {
    margin-top: 1.5rem;
  }
}
.wrap-ikumou .main-search {
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search {
    background: #04152b;
    margin: 0;
    padding: 5px 10px 10px;
  }
}
.wrap-ikumou .main-search .main-search_in {
  padding: 12px 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search_in {
    background: #fff;
    padding: 0;
  }
}
.wrap-ikumou .main-search .search-main-box table.sele {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .search-main-box table.sele {
    width: 98%;
    margin: 5px auto 2px;
    border: none;
  }
}
.wrap-ikumou .main-search .search-main-box table.sele th {
  width: 16%;
  font-size: 13px;
  border: none;
  background-color: #e5e5e5;
  color: #04162c;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .search-main-box table.sele th {
    display: none;
  }
}
.wrap-ikumou .main-search .search-main-box table.sele td {
  padding: 0 10px;
  font-size: 12px;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .search-main-box table.sele td {
    display: inline;
    width: 100%;
    border: none;
    margin: 5px auto;
    padding: 5px 5px 5px 1em;
    text-align: left;
  }
  .wrap-ikumou .main-search .search-main-box table.sele td span {
    color: #04162c;
    font-weight: bold;
  }
}
.wrap-ikumou .main-search .search-main-box table.sele td select {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 14px;
  text-align: left;
  text-indent: 3px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .search-main-box table.sele td select {
    width: 75%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 2px 5px 0;
    margin-bottom: 5px;
  }
}
.wrap-ikumou .main-search .accordion {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .accordion {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 3px;
    font-size: 11px;
  }
}
.wrap-ikumou .main-search .accordion:after {
  content: "▼";
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .accordion:after {
    font-size: 10px;
    position: absolute;
  }
}
.wrap-ikumou .main-search .accordion.open:after {
  content: "▲";
}
.wrap-ikumou .main-search .main-search-table {
  margin-bottom: 15px;
  text-align: left;
}
.wrap-ikumou .main-search .main-search-table table {
  width: 100%;
  margin-bottom: 5px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search-table table {
    width: 98%;
    margin: 0 auto;
  }
}
.wrap-ikumou .main-search .main-search-table th {
  width: 16%;
  font-size: 13px;
  background-color: #f1f1f1;
  border: solid 1px #ccc;
  border-top: none;
  padding: 6px 10px;
  color: #04162c;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search-table th {
    display: block;
    width: 100%;
    border: none;
    font-size: 12px;
    text-align: left;
    padding: 4px 0 4px 0.75em;
  }
}
.wrap-ikumou .main-search .main-search-table td {
  overflow: hidden;
  padding: 6px 10px;
  font-size: 12px;
  border: solid 1px #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 4px 0 4px 0.5em;
    text-align: left;
  }
}
.wrap-ikumou .main-search .main-search-table td li {
  display: inline-block;
  margin-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search-table td li {
    margin: 0 0 5px;
  }
}
.wrap-ikumou .main-search .main-search-table td li input {
  margin-right: 5px;
}
.wrap-ikumou .main-search .main-search-table td li label {
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .main-search-table td li label {
    letter-spacing: -0.05em;
    font-size: 12px;
    line-height: 1.5;
  }
}
.wrap-ikumou .main-search .submit-area {
  width: 100%;
  clear: both;
  position: relative;
}
.wrap-ikumou .main-search .send #submit-btn {
  display: block;
  width: 286px;
  height: 40px;
  border: 0;
  background: url(../img/top/btn-search.jpg) left top no-repeat;
  text-indent: -9898px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .send #submit-btn {
    color: #fff;
    font-size: 13px;
    height: 30px;
    margin: 3px auto 5px;
    text-indent: -5em;
    font-weight: 700;
    width: 80%;
    background: url(../img/icon/icon-search-w.png) 10% center no-repeat #04162c;
    background-size: 20px 20px;
    display: block;
    padding: 10px 5px 10px 25px;
    text-align: center;
  }
}
.wrap-ikumou .main-search .result-box {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .result-box {
    background: #fff;
    border-radius: 50px;
    bottom: 4px;
    right: 45px;
    width: 70px;
    text-align: center;
  }
}
.wrap-ikumou .main-search .result-box #result {
  font-size: 26px;
  color: #f36956;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .result-box #result {
    font-size: 13px;
  }
}
.wrap-ikumou .main-search .result-box p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .main-search .result-box p {
    font-size: 10px;
  }
}
.wrap-ikumou .tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area {
    padding-top: 25px;
  }
}
.wrap-ikumou .tab-area .tab {
  font-size: 14px;
  width: 180px;
  padding: 40px 0px 3px;
  line-height: 1;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab {
    padding: 38px 0px 5px;
    line-height: 15px;
    font-size: 12px;
    width: 20%;
  }
}
.wrap-ikumou .tab-area .tab.active {
  background: #85aff1;
  color: #222e3e;
  border: none;
  font-weight: bold;
  margin-top: -10px;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.active {
    font-size: 13px;
    line-height: 14px;
  }
}
.wrap-ikumou .tab-area .tab.mzi.active {
  background: url(../img/icon/icon-hage-m2.png) no-repeat center 11px #e5e5e5;
  background-size: 28px;
  padding-top: 43px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.mzi.active {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .tab.ozi.active {
  background: url(../img/icon/icon-hage-o2.png) no-repeat center 11px #e5e5e5;
  background-size: 28px;
  padding-top: 43px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.ozi.active {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .tab.uzi.active {
  background: url(../img/icon/icon-hage-u2.png) no-repeat center 11px #e5e5e5;
  background-size: 28px;
  padding-top: 43px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.uzi.active {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .tab.mix.active {
  background: url(../img/icon/icon-hage-mixed2.png) no-repeat center 11px #e5e5e5;
  background-size: 28px;
  padding-top: 43px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.mix.active {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .tab.young.active {
  background: url(../img/icon/icon-hage-young2.png) no-repeat center 11px #e5e5e5;
  background-size: 28px;
  padding-top: 43px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .tab.young.active {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .mzi {
  background: url(../img/icon/icon-hage-m2.png) no-repeat center 8px #fff;
  background-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .mzi {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .ozi {
  background: url(../img/icon/icon-hage-o2.png) no-repeat center 8px #fff;
  background-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .ozi {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .uzi {
  background: url(../img/icon/icon-hage-u2.png) no-repeat center 8px #fff;
  background-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .uzi {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .mix {
  background: url(../img/icon/icon-hage-mixed2.png) no-repeat center 8px #fff;
  background-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .mix {
    background-size: 24px;
  }
}
.wrap-ikumou .tab-area .young {
  background: url(../img/icon/icon-hage-young2.png) no-repeat center 8px #fff;
  background-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .tab-area .young {
    background-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .box-tab .item .waku .item-in .item-img {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: none;
    text-align: center;
  }
  .wrap-ikumou .box-tab .item .waku .item-in .item-img img {
    float: left;
    width: 30% !important;
  }
}
.wrap-ikumou #cat-rank {
  background: #04162c;
  /* .cat-description */
}
.wrap-ikumou #cat-rank .content-area {
  font-size: 30px;
  text-align: center;
}
.wrap-ikumou #cat-rank .content-area .content {
  display: none;
}
.wrap-ikumou #cat-rank .content-area .content.show {
  display: block;
}
.wrap-ikumou #cat-rank .content-area .rank-pr {
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr {
    margin: 0 auto;
    box-sizing: border-box;
    border: none;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 4px 15px;
  border: 1px solid #f2332e;
  border-top: 8px solid #f2332e;
  /* 商品タイトル */
  /* 総合評価 */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box {
    border: none;
    border-bottom: 1px solid #f2332e;
    border-top: 8px solid #f2332e;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-head {
    display: block;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-head a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-head a:hover {
  text-decoration: none;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-head h2 {
  padding: 0 0 0 80px;
  font-size: 24px;
  line-height: 2.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-head h2 {
    padding: 0 0 0 57px;
    font-size: 20px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .rank-number {
  position: absolute;
  top: 0;
  left: 15px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .rank-number {
    width: 40px;
    left: 10px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0;
  padding: 0 15px 2px;
  color: #000;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate {
    margin-top: 0;
    padding: 0 0 2px;
    border-radius: 0;
    border-bottom: solid 1px #004572;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-hyouka {
  margin: 4px 0 0;
  padding: 0.3em;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px #000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-hyouka {
    margin-top: 2px;
    padding: 0.5em;
    font-size: 11px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-stars {
  margin: 0 10px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-stars {
    margin: 0;
    font-size: 20px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-rank {
  margin: 4px 0 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #c00;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .item-title-box .item-general-rate .general-rate-rank {
    margin-top: 2px;
    font-size: 20px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku {
  background: #fff;
  margin: 0 auto;
  padding: 20px 25px 20px;
  box-sizing: border-box;
  border: 1px solid #f2332e;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku {
    border: none;
    padding: 0 10px 20px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in {
  margin-bottom: 10px;
  vertical-align: top;
  border: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in {
    margin-bottom: 15px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-img {
  width: 30%;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border: solid 1px #c1def1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-img {
    display: block;
    width: 100%;
    margin: 10px 0;
    border: none;
    text-align: center;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-img img {
    width: 80%;
    margin: 0 auto;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-img img:hover {
  opacity: 0.75;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info {
  width: 70%;
  float: right;
  margin: 0 auto;
  padding-left: 24px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.3;
  border: none;
  border: solid 1px rgba(67, 159, 208, 0.4);
  border-bottom: none;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price th {
  width: 6.5em;
  padding: 5px 0 5px 0.7em;
  text-align: left;
  font-weight: bold;
  background-color: rgba(198, 232, 255, 0.4);
  border: none;
  border-bottom: solid 1px rgba(67, 159, 208, 0.4);
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price th {
    width: 6em;
    padding: 8px 0 8px 0.35em;
    font-size: 11px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td {
  text-align: left;
  padding: 5px 0 5px 0.5em;
  font-weight: normal;
  line-height: 1.3;
  border: none;
  border-bottom: solid 1px rgba(67, 159, 208, 0.4);
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td {
    padding: 8px 0 8px 0.35em;
    font-size: 12px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.baseprice {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.baseprice {
    font-size: 15px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.baseprice .shippingfee {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.baseprice .shippingfee {
    font-size: 12px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice {
  font-size: 30px;
  color: #f00;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice {
    font-size: 20px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice i {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice i {
    font-size: 14px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice .tax {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.saleprice .tax {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td p.shippingfee {
    font-size: 12px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td span.regular {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td span.regular {
    font-size: 11px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td.bottle-form span {
  padding: 2px 7px;
  border-radius: 3px;
  color: #bbb;
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td.bottle-form span {
    font-size: 11px;
    padding: 2px 3px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .item-in .item-info table.rank-price td.bottle-form span.on {
  background: #439fd0 !important;
  color: #fff;
  font-weight: bold;
  border-color: #439fd0 !important;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price {
  margin: 0 0 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price {
    margin: 10px 0 0.5rem;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dt {
  background: #e5e5e5;
  clear: left;
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 0;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dt {
    font-size: 12px;
    width: 25%;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dt.dt-special-price {
  background: #fad2d2;
  color: #ff0000;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd {
  float: left;
  font-size: 20px;
  padding: 0 10px;
  text-align: left;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd {
    padding: 0 0 0 10px;
    width: 75%;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd p {
  line-height: 1.5;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .baseprice {
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .baseprice {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .shippingfee {
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .shippingfee {
    font-size: 13px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .saleprice {
  color: #ff0000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .saleprice {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .saleprice b {
    font-size: 23px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .saleprice i {
  font-size: 13px;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .regular {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd .regular {
    font-size: 12px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .text-price dd.dd-special-price {
  padding: 3px 0 0 10px;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area {
  text-align: center;
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area {
    display: block;
    margin-bottom: 30px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv {
    width: 100%;
    padding-left: 0;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv .cv-text {
  color: #ff0000;
  font-weight: 700;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0.7em 2em 0.8em 1em;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 1px 1px 2px black;
  outline: 1px solid rgba(255, 255, 255, 0.75);
  outline-offset: -5px;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: 0.25s linear;
  background: #ff0000;
  box-shadow: 0 6px 0 #aa0000;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv a {
    width: 96%;
    padding: 0.75em 2.5em 0.75em 1em;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.5em;
  margin-top: -0.625em;
  position: absolute;
  right: 20px;
  top: 50%;
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv a:after {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 100px;
  height: 200px;
  transform: rotate(30deg);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  animation: lightning2 2.5s infinite linear;
}
@keyframes lightning2 {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.wrap-ikumou #cat-rank .content-area .rank-pr .waku .cv-area .cv a:active {
  color: #fff;
  background-color: #c50000;
  box-shadow: 0 2px 0 #440000;
  transform: translateY(6px);
  transition-duration: 0.1s;
}
@keyframes flashing2 {
  0% {
    background-color: #ff0000;
  }
  10% {
    background-color: #ffc8c8;
  }
  100% {
    background-color: #ff0000;
  }
}
.wrap-ikumou #cat-rank .main-visual-type {
  background: #e5e5e5;
  width: 100%;
  height: 80px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type {
    height: 60px;
    margin-bottom: 15px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-m {
  background-image: url(../img/icon/icon-hage-m2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-m {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-o {
  background-image: url(../img/icon/icon-hage-o2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-o {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-u {
  background-image: url(../img/icon/icon-hage-u2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-u {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-mixed {
  background-image: url(../img/icon/icon-hage-mixed2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-mixed {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-young {
  background-image: url(../img/icon/icon-hage-young2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-young {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p.icon-goodbye {
  background-image: url(../img/icon/icon-hage-goodbye2.png);
  background-repeat: no-repeat;
  background-position: left 25px top 8px;
  background-size: 65px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p.icon-goodbye {
    background-position: left 10px top 8px;
    background-size: 45px;
  }
}
.wrap-ikumou #cat-rank .main-visual-type p span {
  font-size: 36px;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou #cat-rank .main-visual-type p span {
    font-size: 22px;
  }
}
.wrap-ikumou .ikumou-female .wrap-ikumou {
  padding-bottom: 0px;
}
.wrap-ikumou .ikumou-female .wrap-gray {
  margin-bottom: 3rem;
}
.wrap-ikumou .ikumou-female .table-miniranking table th {
  background: #fae8ec;
}
.wrap-ikumou .ikumou-female .title-ranking {
  background: #b34d61;
  margin: 3rem 0 4rem;
}
.wrap-ikumou .ikumou-female .title-ranking::after {
  border-top: 20px solid #b34d61;
}
.wrap-ikumou .ikumou-female .box-ranking {
  border-top: 6px solid #b34d61;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking {
    margin: 0px 0 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .title {
    padding: 0.5rem 2rem;
    margin: 0 -2rem 1rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .wrap-spec {
    margin-bottom: 0rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .img-bnr {
  width: 30%;
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .img-bnr img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .wrap-spec .img-bnr {
    margin: 0 auto 1.5rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .box-right {
  width: 68%;
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .box-right .three-point {
  margin-bottom: 2rem;
  background: #fffeef;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .wrap-spec .box-right .three-point {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec {
  width: 100%;
  margin: 0rem auto;
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec th,
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec td {
  font-size: 1.5rem;
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec th {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec th {
    font-size: 1.3rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .wrap-spec .table-spec td {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .three-point {
    background: #fffdf5;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 1.2em;
    line-height: 1.5;
  }
  .wrap-ikumou .ikumou-female .box-ranking .three-point li {
    margin-bottom: 0.5rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .box-content {
  border: 2px solid #b34d61;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .box-content {
    padding: 2rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .box-content h2 {
  background: url(../img/icon/icon-checked-02.png) 0rem center no-repeat;
  background-size: 20px;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 0 0 3.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .box-content h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .box-content p {
  margin: 0rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .box-content p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0rem auto 2rem;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .box-content p:last-child {
  margin: 0rem auto 0rem;
}
.wrap-ikumou .ikumou-female .box-ranking .table-spec {
  width: 100%;
}
.wrap-ikumou .ikumou-female .box-ranking .table-spec th {
  background: #fae8ec;
  width: 12%;
}
.wrap-ikumou .ikumou-female .box-ranking .table-spec td span {
  font-size: 2rem;
  font-weight: bold;
}
.wrap-ikumou .ikumou-female .box-ranking .table-spec td span.red {
  color: red;
  font-size: 2.4rem;
}
.wrap-ikumou .ikumou-female .box-ranking .cv {
  margin: 2rem auto;
}
.wrap-ikumou .ikumou-female .box-ranking .cv a {
  padding: 1.5rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .cv a {
    padding: 1rem 2rem 1rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .box-campaign {
    margin: 1rem 0;
  }
}
.wrap-ikumou .ikumou-female .box-ranking .box-campaign h3 {
  width: 100%;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #b34d61;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .box-ranking .box-campaign h3 {
    margin: 0px auto 1rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.wrap-ikumou .ikumou-female .item-kuti {
  margin: 4rem auto 0rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti {
    margin: 3rem auto 0rem;
  }
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-title {
  width: 100%;
  margin: 0 auto 2rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #b34d61;
  padding: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-title {
    margin: 0px auto 1rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-box.good .title {
  display: flex;
  align-items: center;
  margin: 0 0 7px;
  padding: 3px 3px 5px 0.5em;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(235, 233, 229, 0.6);
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box.good .title {
    padding: 0.5rem;
  }
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-box.good .title img {
  width: 60%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box.good .title img {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box.good .title span {
    line-height: 1.2;
  }
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul li.item-kuti-each {
  border: solid 1px #cccccc;
  border-radius: 10px;
  padding: 1.5rem;
  background-color: inherit;
  text-align: left;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul li.item-kuti-each {
    padding: 1rem;
  }
}
.wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul li.item-kuti-each:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul li.item-kuti-each .idt {
    font-size: 1.3rem;
  }
  .wrap-ikumou .ikumou-female .item-kuti .item-kuti-box ul li.item-kuti-each .con {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.wrap-ikumou .single-male-female {
  /*タブ タブ検索のみ*/
  /* AGA育毛剤の費用や効果など比較表 */
}
.wrap-ikumou .single-male-female a {
  color: #232f5f;
}
.wrap-ikumou .single-male-female .rank-box {
  display: flex;
  margin: 4rem auto;
  justify-content: space-around;
  font-size: 1.8rem;
  /* ボタンアニメーション */
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .rank-box {
    margin: -1rem auto 2rem;
    font-size: 1.6rem;
  }
}
.wrap-ikumou .single-male-female .rank-box a {
  border: solid 3px #232f5f;
  color: #232f5f;
  background: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 380px;
  margin: auto;
  padding: 1.8rem 3rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 5px;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .rank-box a {
    width: 47%;
    padding: 1rem 0.5rem;
  }
}
.wrap-ikumou .single-male-female .rank-box a:hover {
  opacity: 0.7;
}
.wrap-ikumou .single-male-female .rank-box a.btn_22 {
  vertical-align: middle;
  transition: 1s;
  animation: move_d 2s infinite;
}
.wrap-ikumou .single-male-female .rank-box a.btn_22:hover {
  color: #232f5f;
  background: #fff;
  border: 2px solid #232f5f;
}
@keyframes move_d {
  0% {
    box-shadow: 0 5px 0 #232f5f;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #232f5f;
    top: 5px;
  }
  20% {
    box-shadow: 0 5px 0 #232f5f;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #232f5f;
    top: 5px;
  }
  40% {
    box-shadow: 0 5px 0 #232f5f;
    top: 0px;
  }
}
.wrap-ikumou .single-male-female .content {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .content {
    width: 96%;
    margin: 0rem auto 2rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .content p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.wrap-ikumou .single-male-female .tab-002,
.wrap-ikumou .single-male-female .tab-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 2rem;
}
.wrap-ikumou .single-male-female .tab-002 h2.tab-search-ttl,
.wrap-ikumou .single-male-female .tab-search h2.tab-search-ttl {
  font-size: 2rem;
  line-height: 1.4;
  background: url(../img/icon/icon-search02.png) bottom 1px left 19% no-repeat #232f5f;
  background-size: 5.8%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-002 h2.tab-search-ttl,
  .wrap-ikumou .single-male-female .tab-search h2.tab-search-ttl {
    font-size: 1.6rem;
    background: url(../img/icon/icon-search02.png) bottom 4px left 0% no-repeat #232f5e;
    background-size: 8%;
  }
}
.wrap-ikumou .single-male-female .tab-002 h2.tab-search-ttl span,
.wrap-ikumou .single-male-female .tab-search h2.tab-search-ttl span {
  display: block;
  font-size: 1.4rem;
}
.wrap-ikumou .single-male-female .tab-002 .male-search .main-search-age,
.wrap-ikumou .single-male-female .tab-search .male-search .main-search-age {
  margin: 0rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-002 .male-search .main-search-age,
  .wrap-ikumou .single-male-female .tab-search .male-search .main-search-age {
    width: 100%;
  }
}
.wrap-ikumou .single-male-female .tab-002 .male-search .main-search-age .main-search-age_in,
.wrap-ikumou .single-male-female .tab-search .male-search .main-search-age .main-search-age_in {
  border-top: solid 3px #232f5f;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-search {
    margin: 4rem auto 0rem;
  }
}
.wrap-ikumou .single-male-female .tab-002 > label,
.wrap-ikumou .single-male-female .tab-search > label {
  flex: 1 1;
  order: -1;
  opacity: 0.4;
  min-width: 70px;
  padding: 1.5rem;
  border-radius: 5px 5px 0 0;
  background-color: #232f5f;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-002 > label,
  .wrap-ikumou .single-male-female .tab-search > label {
    padding: 1.2rem 0.5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-search > label {
    padding: 1rem;
  }
}
.wrap-ikumou .single-male-female .tab-002 > label:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 50%;
  right: 80px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .tab-002 > label:after {
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 7px;
  }
}
.wrap-ikumou .single-male-female .tab-002 > label:hover,
.wrap-ikumou .single-male-female .tab-search > label:hover {
  opacity: 0.8;
}
.wrap-ikumou .single-male-female .tab-002 input[type=radio],
.wrap-ikumou .single-male-female .tab-search input[type=radio] {
  display: none;
}
.wrap-ikumou .single-male-female .tab-002 > div,
.wrap-ikumou .single-male-female .tab-search > div {
  display: none;
  width: 100%;
}
.wrap-ikumou .single-male-female .tab-002 label:has(:checked),
.wrap-ikumou .single-male-female .tab-search label:has(:checked) {
  opacity: 1;
}
.wrap-ikumou .single-male-female .tab-002 label:has(:checked) + div,
.wrap-ikumou .single-male-female .tab-search label:has(:checked) + div {
  display: block;
}
.wrap-ikumou .single-male-female .what-link {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08rem;
  margin: 1rem;
}
.wrap-ikumou .single-male-female .column {
  margin-bottom: 4rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .column {
    margin-bottom: 4rem;
  }
}
.wrap-ikumou .single-male-female .column h2 {
  font-size: 2rem;
  background: #232f5f;
  text-align: center;
  color: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .column h2 {
    font-size: 2rem;
  }
}
.wrap-ikumou .single-male-female .column h2:before {
  position: absolute;
  left: 39%;
  top: 13px;
  content: "\f044";
  font-family: "FontAwesome";
  font-size: 27px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .column h2:before {
    font-size: 21px;
    left: 30%;
    top: 16px;
  }
}
.wrap-ikumou .single-male-female .column ul {
  padding: 1rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .column ul {
    padding: 0rem 2rem 2rem;
  }
}
.wrap-ikumou .single-male-female .column ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 4rem;
}
.wrap-ikumou .single-male-female .column ul li:before {
  position: absolute;
  left: 0%;
  top: 0px;
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 27px;
  line-height: 1;
  color: #3e7bc2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .column ul li:before {
    font-size: 21px;
    left: 2%;
    top: 3px;
  }
}
.wrap-ikumou .single-male-female .list-box h2 {
  letter-spacing: 0.08rem;
  font-size: 2.3rem;
  background: #727eab;
  text-align: center;
  color: #fff;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .list-box h2 {
    position: sticky;
    left: 0px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .list-box .comparison-table .table-scroll {
    position: relative;
    overflow-x: scroll;
  }
}
.wrap-ikumou .single-male-female .list-box .comparison-table table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .list-box .comparison-table table {
    min-width: 550px;
    table-layout: fixed;
  }
}
.wrap-ikumou .single-male-female .list-box .comparison-table table th {
  font-size: 1.2rem;
  padding: 1rem 0;
  text-align: center;
  background: #f2f4f7;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wrap-ikumou .single-male-female .list-box .comparison-table table td {
  text-align: center;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 1.3;
}
.wrap-ikumou .single-male-female .list-box .comparison-table table td.td-comp img {
  width: 100%;
  display: block;
  margin: auto;
}
.wrap-ikumou .single-male-female .list-box .comparison-table table td.td-comp img.goods {
  width: 70%;
}
.wrap-ikumou .single-male-female .list-box .comparison-table table td a.refbutton {
  text-decoration: none;
  display: block;
  background: #d8261e;
  border-bottom: #701c18 4px solid;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  width: 60px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .list-box .comparison-table table td a.refbutton {
    width: 50px;
  }
}
.wrap-ikumou .single-male-female .hikaku-box {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box {
    margin-bottom: 3rem;
  }
}
.wrap-ikumou .single-male-female .hikaku-box th {
  background: #ccc;
  border: solid 2px #fff;
  vertical-align: middle;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box th {
    padding: 0rem;
    font-size: 1.2rem;
  }
}
.wrap-ikumou .single-male-female .hikaku-box th.name {
  background: #3f55ab;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box th.name {
    width: 42%;
    padding: 0.5rem;
    font-size: 1.5rem;
  }
}
.wrap-ikumou .single-male-female .hikaku-box th.name-iku {
  background: #3e7bc2;
}
.wrap-ikumou .single-male-female .hikaku-box td {
  border: solid 2px #ccc;
  vertical-align: middle;
  padding: 1rem;
  background: #fbf8db;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box td {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.wrap-ikumou .single-male-female .hikaku-box td.top {
  vertical-align: top;
}
.wrap-ikumou .single-male-female .hikaku-box td.bg-none {
  background: none;
  border: none;
}
.wrap-ikumou .single-male-female .hikaku-box td li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box td li {
    margin-bottom: 0.4rem;
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.wrap-ikumou .single-male-female .hikaku-box td li.merit:before {
  position: absolute;
  left: 0%;
  top: 0px;
  content: "\f118";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #db6c13;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box td li.merit:before {
    font-size: 18px;
    left: 0%;
    top: 0px;
  }
}
.wrap-ikumou .single-male-female .hikaku-box td li.demerit:before {
  position: absolute;
  left: 0%;
  top: 0px;
  content: "\f119";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #3e7bc2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .hikaku-box td li.demerit:before {
    font-size: 18px;
    left: 0%;
    top: 0px;
  }
}
.wrap-ikumou .single-male-female .ikumou-box,
.wrap-ikumou .single-male-female .aga-box {
  margin-bottom: 4rem;
  background: #fff;
  border-top: solid 3px #232f5f;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box,
  .wrap-ikumou .single-male-female .aga-box {
    margin-bottom: 2rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box h2,
.wrap-ikumou .single-male-female .aga-box h2 {
  letter-spacing: 0.08rem;
  font-size: 2.3rem;
  background: #3f55ab;
  text-align: center;
  color: #fff;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box h2,
  .wrap-ikumou .single-male-female .aga-box h2 {
    font-size: 2rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box .contents,
.wrap-ikumou .single-male-female .aga-box .contents {
  background: #fff;
  padding: 2rem 3rem 0rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .contents,
  .wrap-ikumou .single-male-female .aga-box .contents {
    padding: 1.2rem 1.2rem 0rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box .contents h3,
.wrap-ikumou .single-male-female .aga-box .contents h3 {
  font-size: 2rem;
  border-left: solid 5px #232f5f;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .contents h3,
  .wrap-ikumou .single-male-female .aga-box .contents h3 {
    font-size: 1.8rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box .contents .txt,
.wrap-ikumou .single-male-female .aga-box .contents .txt {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .contents .txt,
  .wrap-ikumou .single-male-female .aga-box .contents .txt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box .contents ul,
.wrap-ikumou .single-male-female .aga-box .contents ul {
  border: 2px solid #ddd;
  margin: 1rem auto 2rem;
}
.wrap-ikumou .single-male-female .ikumou-box .contents ul li,
.wrap-ikumou .single-male-female .aga-box .contents ul li {
  font-size: 1.4rem;
  text-indent: -2rem;
  padding: 1rem 1.5rem 1rem 6rem;
  letter-spacing: 0.05rem;
  position: relative;
}
.wrap-ikumou .single-male-female .ikumou-box .contents ul li:before,
.wrap-ikumou .single-male-female .aga-box .contents ul li:before {
  position: absolute;
  left: 4%;
  top: 8px;
  content: "\f14a";
  font-family: "FontAwesome";
  font-size: 27px;
  line-height: 1;
  color: #3e7bc2;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .contents ul li:before,
  .wrap-ikumou .single-male-female .aga-box .contents ul li:before {
    font-size: 21px;
    left: 2%;
    top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .contents ul li,
  .wrap-ikumou .single-male-female .aga-box .contents ul li {
    padding: 1rem 1.5rem 1rem 3.4rem;
    text-indent: 0rem;
    font-size: 1.4rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box .contents ul li:nth-child(odd),
.wrap-ikumou .single-male-female .aga-box .contents ul li:nth-child(odd) {
  background: #f2f4f7;
}
.wrap-ikumou .single-male-female .ikumou-box .contents ul li span,
.wrap-ikumou .single-male-female .aga-box .contents ul li span {
  font-weight: bold;
}
.wrap-ikumou .single-male-female .ikumou-box .list-box,
.wrap-ikumou .single-male-female .aga-box .list-box {
  padding: 0rem 2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .single-male-female .ikumou-box .list-box,
  .wrap-ikumou .single-male-female .aga-box .list-box {
    padding: 0rem 0rem 1rem;
  }
}
.wrap-ikumou .single-male-female .ikumou-box h2 {
  background: #3e7bc2;
}
.wrap-ikumou .male-search .main-search-age {
  max-width: 825px;
  margin: 6rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .male-search .main-search-age {
    width: 96%;
    margin: 3rem auto 0rem;
  }
}
.wrap-ikumou .male-search .main-search-age h2 {
  background: url(../img/icon/icon-search02.png) bottom 20px left 33% no-repeat #232f5f;
  background-size: 2.8%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .male-search .main-search-age h2 {
    font-size: 2rem;
    background: url(../img/icon/icon-search02.png) bottom 15px left 20% no-repeat #232f5e;
    background-size: 4%;
  }
}
.wrap-ikumou .male-search .main-search-age .main-search-age_in .check-radio li,
.wrap-ikumou .male-search .main-search-age .main-search-age_in .check-box li {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .male-search .main-search-age .main-search-age_in .check-radio li,
  .wrap-ikumou .male-search .main-search-age .main-search-age_in .check-box li {
    width: 47%;
    margin: 0 1.5% 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .male-search .main-search-age .main-search-age_in .check-box li {
    width: 97%;
  }
}
.wrap-ikumou .single-female_top {
  /* ボタンアニメーション */
  /*検索*/
}
.wrap-ikumou .single-female_top .rank-box a {
  border: solid 3px #662a41;
  color: #662a41;
}
.wrap-ikumou .single-female_top .hikaku-box th.name {
  background: #bf8c96;
}
.wrap-ikumou .single-female_top .hikaku-box th.name-iku {
  background: #ffbac8;
}
.wrap-ikumou .single-female_top .tab-002 > label,
.wrap-ikumou .single-female_top .tab-search > label {
  opacity: 0.3;
  background-color: #662a41;
}
.wrap-ikumou .single-female_top .aga-box,
.wrap-ikumou .single-female_top .ikumou-box {
  border-top: solid 3px #662a41;
}
.wrap-ikumou .single-female_top .aga-box .contents h3,
.wrap-ikumou .single-female_top .ikumou-box .contents h3 {
  border-left: solid 5px #662a41;
}
.wrap-ikumou .single-female_top .aga-box .contents ul li:before,
.wrap-ikumou .single-female_top .ikumou-box .contents ul li:before {
  color: #f5d21f;
}
.wrap-ikumou .single-female_top .column h2,
.wrap-ikumou .single-female_top .list-box h2 {
  background: #b34d61;
}
.wrap-ikumou .single-female_top .column ul li:before {
  color: #662a41;
}
.wrap-ikumou .single-female_top .list-box .comparison-table table td a.refbutton {
  background: #ff87a0;
  border-bottom: #a44559 4px solid;
  margin: auto;
}
.wrap-ikumou .single-female_top a.btn_22_f {
  vertical-align: middle;
  transition: 1s;
  animation: move_d_f 2s infinite;
}
.wrap-ikumou .single-female_top a.btn_22_f:hover {
  color: #662a41;
  background: #fff;
  border: 2px solid #662a41;
}
@keyframes move_d_f {
  0% {
    box-shadow: 0 5px 0 #662a41;
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 #662a41;
    top: 5px;
  }
  20% {
    box-shadow: 0 5px 0 #662a41;
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 #662a41;
    top: 5px;
  }
  40% {
    box-shadow: 0 5px 0 #662a41;
    top: 0px;
  }
}
.wrap-ikumou .single-female_top .tab-search h2.tab-search-ttl {
  background: url(../img/icon/icon-search02.png) bottom 1px left 19% no-repeat #662a41;
  background-size: 5.8%;
}
.wrap-ikumou .single-female_top .tab-search .male-search .main-search-age .main-search-age_in {
  border-top: solid 3px #662a41;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.wrap-ikumou .shiny-btn {
  position: relative;
  display: block;
  overflow: hidden;
}
.wrap-ikumou .shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wrap-ikumou .shiny-btn a {
  color: #fff;
}
.wrap-ikumou .presents {
  margin: 0.5rem auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wrap-ikumou .presents {
    font-size: 1.1rem;
  }
}

.txt-pastelmarker {
  background-image: linear-gradient(transparent 40%, #FFEEB3 30%);
  font-weight: bold;
}

.shokumou-red {
  color: #e35752;
  font-weight: bold;
}

/*各LPの使用色*/
/* ------------------------------------------------- *
 *        ＠植毛LP　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .shokumou {
    margin: auto 1rem;
  }
}
.shokumou .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .shokumou .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .sp-none {
    display: none;
  }
}
.shokumou-ttl {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.shokumou-cv {
  margin: auto;
  text-align: center;
  width: 90%;
}
.shokumou-cv a:hover {
  opacity: 1;
}
.shokumou-cv a {
  color: #fff;
  text-decoration: none;
}
.shokumou-cv-copy {
  text-align: center;
  margin: 1rem auto;
}
.shokumou-cv-copy-txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
.shokumou-cv-copy-txt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.shokumou-cv-copy-txt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.shokumou-cv-bnr {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  width: 70%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou-cv-bnr {
    width: 100%;
  }
}
.shokumou-cv-btn {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 75%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  background-color: #e35752;
  box-shadow: 0 8px 0 #701c18;
  animation-name: shokumou-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.shokumou-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shokumou-cvmove {
  0% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #701c18;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .type {
    margin-bottom: 3rem;
  }
}
.shokumou .type-list {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.shokumou .type-list-inner {
  width: 24.5%;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner {
    width: 100%;
  }
}
.shokumou .type-list-inner-ttl {
  padding: 0.5rem;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  background: #103e79;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner-ttl {
    min-height: 60px;
    flex-direction: row;
    font-size: 1.5rem;
  }
}
.shokumou .type-list-inner-ttl-big {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner-ttl-big {
    font-size: 2.4rem;
  }
}
.shokumou .type-list-inner-ttl-y {
  border: 0.1rem solid #ecce22;
  background: #ecce22;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner-ttl-txt {
    width: 75%;
  }
}
.shokumou .type-list-inner-content {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #103e79;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  min-height: 23rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner-content {
    height: auto;
  }
}
.shokumou .type-list-inner-content-y {
  border: 0.2rem solid #ecce22;
  border-top: none;
}
.shokumou .type-list-inner-content-come {
  font-size: 0.7rem;
  opacity: 0.4;
}
.shokumou .type-list-inner-content .img {
  width: 100%;
  margin: 0.5rem auto;
}
.shokumou .type-list-inner-cv {
  margin: 0.5rem auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-list-inner-cv {
    margin: 0.5rem auto 2rem;
  }
}
.shokumou .type-list-inner-cv-btn {
  width: 90%;
}
.shokumou .type-swiper .type-list {
  flex-direction: row;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-swiper .type-list-inner-content {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .type-link-list {
    padding-bottom: 2.5rem;
  }
}
.shokumou .type-link-list-inner-content {
  padding: 0;
  height: auto;
  padding: 0.5rem;
}
.shokumou .type-link-list-inner-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.shokumou .type-link-list-inner-content-wrap .logo {
  width: 80%;
  margin: auto;
  position: inherit;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-link-list-inner-content-wrap .logo {
    width: 65%;
  }
}
.shokumou .type-link-list-inner-content-wrap-copy {
  margin-bottom: 0.5rem;
}
.shokumou .type-link-list-inner-content-wrap-flex {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.shokumou .type-link-list-inner-content-wrap-flex-link {
  width: 30%;
  border-radius: 20px;
  background-color: #f3f3f3;
  line-height: 45px;
  margin-top: 5px;
  box-shadow: 0 3px 0 #333333;
  text-decoration: none;
}
.shokumou .type-link-list-inner-content-wrap-flex-link:hover {
  box-shadow: 0 0 0 0;
  margin: 8px 0 -3px;
  opacity: 1 !important;
  transition: 0.2s;
}
.shokumou .type-link-list-inner-content-wrap-flex-link-txt {
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
}
.shokumou .type-link-list-inner-content-wrap-flex-cv {
  margin: auto;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-link-list-inner-content-wrap-flex-cv {
    width: 70%;
  }
}
.shokumou .type-link-list-inner-content-wrap-flex-cv a:hover {
  opacity: 1;
}
.shokumou .type-link-list-inner-content-wrap-flex-cv a {
  color: #fff;
  text-decoration: none;
}
.shokumou .type-link-list-inner-content-wrap-flex-cv-btn {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  padding: 1rem;
  font-weight: bold;
  background-color: #e35752;
  box-shadow: 0 8px 0 #701c18;
  animation-name: shokumou-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.shokumou .type-link-list-inner-content-wrap-flex-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.shokumou .type-link-list-inner-content-wrap-flex-cv-btn-text {
  font-size: 2rem;
  line-height: 1;
}
.shokumou .type-link-list-inner-content-wrap-flex-cv-btn-text-small {
  font-size: 1.2rem;
}
.shokumou .type-onetop {
  margin: 2rem auto;
  max-width: 500px;
}
.shokumou .type-onetop-inner {
  border-radius: 20px;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
.shokumou .type-onetop-inner-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0.5rem;
  border-radius: 20px 20px 0 0;
  background-color: #103e79;
}
.shokumou .type-onetop-inner-ttl a {
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-inner-ttl a {
    font-size: 2rem;
  }
}
.shokumou .type-onetop-inner-content {
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
.shokumou .type-onetop-inner-content-flex {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  align-items: center;
}
.shokumou .type-onetop-inner-content-flex-bnr {
  width: calc(35% - 0.25rem);
}
.shokumou .type-onetop-inner-content-flex-list {
  width: calc(65% - 0.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.shokumou .type-onetop-inner-content-flex-list .big {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-inner-content-flex-list .big {
    font-size: 1.4rem;
  }
}
.shokumou .type-onetop-inner-content-flex-list li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.8rem;
}
.shokumou .type-onetop-inner-content-flex-list li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  content: "";
  background: url(../img/shokumou/icon-checked-y.png) no-repeat;
  background-size: contain;
}
.shokumou .type-onetop-inner-content-cv-copy {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.shokumou .type-onetop-inner-content-cv-copy-inner {
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-inner-content-cv-copy-inner {
    font-size: 1rem;
    max-width: 80%;
  }
}
.shokumou .type-onetop-inner-content-cv-copy-inner .small {
  font-size: 1rem;
}
.shokumou .type-onetop-inner-content-cv-copy-inner:before {
  position: absolute;
  bottom: 0.25rem;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_l.png) no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-inner-content-cv-copy-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.shokumou .type-onetop-inner-content-cv-copy-inner:after {
  position: absolute;
  bottom: 0.25rem;
  right: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_r.png) no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-inner-content-cv-copy-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.shokumou .type-onetop-inner-content-cv-btn {
  width: 100% !important;
}
.shokumou .type-onetop-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shokumou .type-onetop-list-inner {
  padding: 1rem 1rem 1.5rem;
  background-color: #fff;
  border-radius: 20px;
}
.shokumou .type-onetop-list-inner-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.shokumou .type-onetop-list-inner-content-logo {
  display: inline-block;
  width: calc(30% - 0.5rem);
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-list-inner-content-logo {
    width: calc(30% - 0.25rem);
  }
}
.shokumou .type-onetop-list-inner-content-wrap {
  width: calc(70% - 0.5rem);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .type-onetop-list-inner-content-wrap {
    width: calc(70% - 0.25rem);
  }
}
.shokumou .type-onetop-list-inner-content-wrap-copy {
  width: calc(75% - 0.25rem);
}
.shokumou .type-onetop-list-inner-content-wrap-cv {
  width: calc(25% - 0.25rem);
}
.shokumou .type-onetop-list-inner-content-wrap-cv-btn {
  width: 100%;
}
.shokumou .type-onetop-komelist {
  font-size: 0.9rem;
  text-align: right;
  margin: 1rem auto -1.5rem;
}
.shokumou .type-attention {
  margin: 0.5rem auto;
  text-align: right;
  opacity: 0.4;
}
.shokumou .other {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .other {
    margin-bottom: 3rem;
  }
}
.shokumou .other-content {
  display: grid;
  grid-template-columns: 0.6fr 1fr repeat(4, 0.8fr);
  grid-template-rows: auto;
  gap: 2px 4px;
  grid-auto-flow: row;
  grid-template-areas: "white shokumou aga salon katsura growth" "affect shokumou-affect aga-affect salon-affect katsura-affect growth-affect" "sideattack shokumou-sideattack aga-sideattack salon-sideattack katsura-sideattack growth-sideattack" "span shokumou-span aga-span salon-span katsura-span growth-span" "price shokumou-price aga-price salon-price katsura-price growth-price" "after shokumou-after aga-after salon-after katsura-after growth-after" "noroot shokumou-noroot aga-noroot salon-noroot katsura-noroot growth-noroot";
}
@media only screen and (max-width: 767px) {
  .shokumou .other-content {
    grid-template-columns: 7rem 20rem repeat(4, 15rem);
  }
}
.shokumou .other-content .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.shokumou .other-content .flex-inner-txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.shokumou .other-content .flex-inner-img {
  width: 40%;
  margin: auto;
}
.shokumou .other-content .flex-inner-eval {
  width: 4rem;
  margin: auto;
}
.shokumou .other-content .title {
  background: #103e79;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.shokumou .other-content .content {
  background: #fff;
}
.shokumou .other-content .txt-big {
  font-size: 1.5rem;
  font-weight: bold;
}
.shokumou .other-content .white {
  grid-area: white;
}
.shokumou .other-content .affect {
  grid-area: affect;
}
.shokumou .other-content .sideattack {
  grid-area: sideattack;
}
.shokumou .other-content .span {
  grid-area: span;
}
.shokumou .other-content .price {
  grid-area: price;
}
.shokumou .other-content .after {
  grid-area: after;
}
.shokumou .other-content .noroot {
  grid-area: noroot;
}
.shokumou .other-content .shokumou {
  grid-area: shokumou;
  background: #ecce22;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shokumou .other-content .shokumou {
    padding-top: 1.5rem;
  }
}
.shokumou .other-content .shokumou-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.shokumou .other-content .shokumou:before {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  top: -0.8rem;
  left: 2.5rem;
  background: url(../img/shokumou/attention_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .shokumou .other-content .shokumou:before {
    top: 0.2rem;
    left: 5.2rem;
  }
}
.shokumou .other-content .shokumou-affect {
  grid-area: shokumou-affect;
  background: #fff5c4;
  flex-direction: column;
}
.shokumou .other-content .shokumou-sideattack {
  grid-area: shokumou-sideattack;
  background: #fff5c4;
}
.shokumou .other-content .shokumou-span {
  grid-area: shokumou-span;
  background: #fff5c4;
}
.shokumou .other-content .shokumou-price {
  grid-area: shokumou-price;
  background: #fff5c4;
}
.shokumou .other-content .shokumou-after {
  grid-area: shokumou-after;
  background: #fff5c4;
}
.shokumou .other-content .shokumou-noroot {
  grid-area: shokumou-noroot;
  background: #fff5c4;
}
.shokumou .other-content .aga {
  grid-area: aga;
  border-radius: 20px 20px 0 0;
}
.shokumou .other-content .aga-affect {
  grid-area: aga-affect;
}
.shokumou .other-content .aga-sideattack {
  grid-area: aga-sideattack;
}
.shokumou .other-content .aga-span {
  grid-area: aga-span;
}
.shokumou .other-content .aga-price {
  grid-area: aga-price;
}
.shokumou .other-content .aga-after {
  grid-area: aga-after;
}
.shokumou .other-content .aga-noroot {
  grid-area: aga-noroot;
}
.shokumou .other-content .salon {
  grid-area: salon;
  border-radius: 20px 20px 0 0;
}
.shokumou .other-content .salon-affect {
  grid-area: salon-affect;
}
.shokumou .other-content .salon-sideattack {
  grid-area: salon-sideattack;
}
.shokumou .other-content .salon-span {
  grid-area: salon-span;
}
.shokumou .other-content .salon-price {
  grid-area: salon-price;
}
.shokumou .other-content .salon-after {
  grid-area: salon-after;
}
.shokumou .other-content .salon-noroot {
  grid-area: salon-noroot;
}
.shokumou .other-content .katsura {
  grid-area: katsura;
  border-radius: 20px 20px 0 0;
}
.shokumou .other-content .katsura-affect {
  grid-area: katsura-affect;
}
.shokumou .other-content .katsura-sideattack {
  grid-area: katsura-sideattack;
}
.shokumou .other-content .katsura-span {
  grid-area: katsura-span;
}
.shokumou .other-content .katsura-price {
  grid-area: katsura-price;
}
.shokumou .other-content .katsura-after {
  grid-area: katsura-after;
}
.shokumou .other-content .katsura-noroot {
  grid-area: katsura-noroot;
}
.shokumou .other-content .growth {
  grid-area: growth;
  border-radius: 20px 20px 0 0;
}
.shokumou .other-content .growth-affect {
  grid-area: growth-affect;
}
.shokumou .other-content .growth-sideattack {
  grid-area: growth-sideattack;
}
.shokumou .other-content .growth-span {
  grid-area: growth-span;
}
.shokumou .other-content .growth-price {
  grid-area: growth-price;
}
.shokumou .other-content .growth-after {
  grid-area: growth-after;
}
.shokumou .other-content .growth-noroot {
  grid-area: growth-noroot;
}
.shokumou .other-container {
  grid-template-columns: 0.3fr 1fr repeat(2, 0.8fr);
  grid-template-areas: "white shokumou aga growth" "affect shokumou-affect aga-affect growth-affect" "span shokumou-span aga-span growth-span" "sideattack shokumou-sideattack aga-sideattack growth-sideattack" "noroot shokumou-noroot aga-noroot growth-noroot" "price shokumou-price aga-price growth-price";
}
@media only screen and (max-width: 767px) {
  .shokumou .other-container {
    grid-template-columns: 3rem 19rem repeat(2, 15rem);
  }
}
.shokumou .other-container .shokumou:before {
  left: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .other-container .shokumou:before {
    left: 4.5rem;
  }
}
.shokumou .other-img {
  max-width: 500px;
  margin: auto;
}
.shokumou .other-com {
  display: flex;
  max-width: 500px;
  margin: 2rem auto;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.shokumou .other-com-img {
  width: 30%;
}
.shokumou .other-com-fukidashi {
  width: 69%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 1rem;
  z-index: 1;
}
.shokumou .other-com-fukidashi:before {
  z-index: 0;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
}
.shokumou .other-com-fukidashi-txt {
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-size: 1.2rem;
}
.shokumou .other-com-fukidashi-txt .big {
  font-size: 1.5rem;
}
.shokumou .which-container {
  max-width: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 6rem 1fr;
  grid-template-rows: auto;
  gap: 3px;
  grid-auto-flow: row;
  grid-template-areas: "shokumou white aga" "shokumou-cost cost aga-cost" "shokumou-effect effect aga-effect" "shokumou-side side aga-side" "shokumou-period period aga-period" "shokumou-keep keep aga-keep" "shokumou-none none aga-none" "shokumou-sankaku white2 aga-sankaku";
}
.shokumou .which-container-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.shokumou .which-container-inner-eval {
  width: 20%;
  margin: auto;
}
.shokumou .which-container-inner-txt {
  text-align: center;
}
.shokumou .which-container-inner-name {
  font-weight: bold;
  font-size: 1.6rem;
}
.shokumou .which-container-inner-name-w {
  color: #fff;
}
.shokumou .which-container-inner-img {
  width: 15%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .which-container-inner-img {
    width: 20%;
  }
}
.shokumou .which-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  text-align: center;
  background-color: #fff;
  line-height: 1.4;
}
.shokumou .which-container .white {
  grid-area: white;
  background-color: inherit;
}
.shokumou .which-container .cost {
  grid-area: cost;
}
.shokumou .which-container .effect {
  grid-area: effect;
}
.shokumou .which-container .side {
  grid-area: side;
}
.shokumou .which-container .period {
  grid-area: period;
}
.shokumou .which-container .keep {
  grid-area: keep;
}
.shokumou .which-container .none {
  grid-area: none;
}
.shokumou .which-container .white2 {
  grid-area: white2;
  background-color: inherit;
}
.shokumou .which-container .shokumou {
  grid-area: shokumou;
  background-color: #ecce22;
  border-radius: 20px 20px 0 0;
  margin: 0;
}
.shokumou .which-container .shokumou-cost {
  grid-area: shokumou-cost;
  border-right: 3px solid #ecce22;
  border-left: 3px solid #ecce22;
}
.shokumou .which-container .shokumou-effect {
  grid-area: shokumou-effect;
  border-right: 3px solid #ecce22;
  border-left: 3px solid #ecce22;
}
.shokumou .which-container .shokumou-side {
  grid-area: shokumou-side;
  border-right: 3px solid #ecce22;
  border-left: 3px solid #ecce22;
}
.shokumou .which-container .shokumou-period {
  grid-area: shokumou-period;
  border-right: 3px solid #ecce22;
  border-left: 3px solid #ecce22;
}
.shokumou .which-container .shokumou-keep {
  grid-area: shokumou-keep;
  border-right: 3px solid #ecce22;
  border-left: 3px solid #ecce22;
}
.shokumou .which-container .shokumou-none {
  grid-area: shokumou-none;
  border: 3px solid #ecce22;
  border-top: none;
}
.shokumou .which-container .shokumou-sankaku {
  grid-area: shokumou-sankaku;
  background-color: inherit;
}
.shokumou .which-container .shokumou-sankaku-inner {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 40px solid #ecce22;
  border-bottom: 0;
}
.shokumou .which-container .aga {
  grid-area: aga;
  background-color: #103e79;
  border-radius: 20px 20px 0 0;
}
.shokumou .which-container .aga-cost {
  grid-area: aga-cost;
  border-right: 3px solid #103e79;
  border-left: 3px solid #103e79;
}
.shokumou .which-container .aga-effect {
  grid-area: aga-effect;
  border-right: 3px solid #103e79;
  border-left: 3px solid #103e79;
}
.shokumou .which-container .aga-side {
  grid-area: aga-side;
  border-right: 3px solid #103e79;
  border-left: 3px solid #103e79;
}
.shokumou .which-container .aga-period {
  grid-area: aga-period;
  border-right: 3px solid #103e79;
  border-left: 3px solid #103e79;
}
.shokumou .which-container .aga-keep {
  grid-area: aga-keep;
  border-right: 3px solid #103e79;
  border-left: 3px solid #103e79;
}
.shokumou .which-container .aga-none {
  grid-area: aga-none;
  border: 3px solid #103e79;
  border-top: none;
}
.shokumou .which-container .aga-sankaku {
  grid-area: aga-sankaku;
  background-color: inherit;
}
.shokumou .which-container .aga-sankaku-inner {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 40px solid #103e79;
  border-bottom: 0;
}
.shokumou .tab {
  max-width: 820px;
  margin: -2rem auto 0;
}
.shokumou .tab-wrap-list {
  display: flex;
  justify-content: center;
  gap: 0 6rem;
}
.shokumou .tab-wrap-list-btn {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 20px 20px 0 0;
  text-align: center;
  width: 39%;
}
.shokumou .tab-wrap-list-btn-shokumou {
  background-color: #ecce22;
}
.shokumou .tab-wrap-list-btn-shokumou-inner {
  width: 100%;
  display: inline-block;
  background: url(../img/shokumou/shokumou_crown.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.shokumou .tab-wrap-list-btn-aga {
  background-color: #103e79;
  color: #fff;
}
.shokumou .tab-wrap-list-btn-aga-inner {
  width: 100%;
  display: inline-block;
  background: url(../img/shokumou/aga_crown.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.shokumou .tab-wrap-list-btn.active {
  padding: 1.5rem 1rem;
  transition: 0.3s;
  margin-top: 0;
}
.shokumou .tab-wrap-contents {
  margin: 0 auto;
  display: none;
  border-radius: 10px 10px 0 0;
}
.shokumou .tab-wrap-contents-shokumou {
  border-top: solid 1rem #ecce22;
}
.shokumou .tab-wrap-contents-aga {
  border-top: solid 1rem #103e79;
}
.shokumou .tab-wrap-contents-first {
  background-color: #fff;
  padding: 2rem 1rem 1rem;
}
.shokumou .tab-wrap-contents.active {
  display: block;
}
.shokumou .yoko-rank {
  overflow: scroll hidden;
}
.shokumou .yoko-rank-container {
  display: grid;
  width: 1500px;
  position: relative;
  cursor: grab;
  grid-template-columns: 20rem repeat(9, 18rem);
  grid-template-rows: auto;
  gap: 0.4rem 0;
  grid-auto-flow: row;
  grid-template-areas: "anken feature case skill costm costline costfront costtop support area" "anken1 anken1-feature anken1-case anken1-skill anken1-costm anken1-costline anken1-costfront anken1-costtop anken1-support anken1-area" "anken2 anken2-feature anken2-case anken2-skill anken2-costm anken2-costline anken2-costfront anken2-costtop anken2-support anken2-area" "anken3 anken3-feature anken3-case anken3-skill anken3-costm anken3-costline anken3-costfront anken3-costtop anken3-support anken3-area" "anken4 anken4-feature anken4-case anken4-skill anken4-costm anken4-costline anken4-costfront anken4-costtop anken4-support anken4-area";
}
@media only screen and (max-width: 767px) {
  .shokumou .yoko-rank-container {
    grid-template-columns: 16rem repeat(6, 14rem) 17rem repeat(2, 14rem);
    width: inherit;
  }
}
.shokumou .yoko-rank-container:active {
  cursor: grabbing;
}
.shokumou .yoko-rank-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-right: 2px solid #f7f7f7;
  border-left: 2px solid #f7f7f7;
}
.shokumou .yoko-rank-container .ttl {
  background-color: #103e79;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.2;
}
.shokumou .yoko-rank-container .big {
  font-weight: bold;
  font-size: 1.5rem;
}
.shokumou .yoko-rank-container-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
.shokumou .yoko-rank-container-inner .ico-rank {
  width: 3.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .yoko-rank-container-inner .ico-rank {
    width: 2.5rem;
  }
}
.shokumou .yoko-rank-container-inner .logo {
  width: 65%;
  margin: 0 auto 0.2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .yoko-rank-container-inner .logo {
    width: 80%;
  }
}
.shokumou .yoko-rank-container-inner .name {
  margin-top: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.shokumou .yoko-rank-container-inner-eval {
  width: 2.5rem;
  margin: auto;
}
.shokumou .yoko-rank-container-inner-txt {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .shokumou .yoko-rank-container-inner-txt {
    font-size: 1.1rem;
  }
}
.shokumou .yoko-rank-container-inner-wrap {
  margin: 0 0 0.5rem;
}
.shokumou .yoko-rank-container-inner-wrap-link {
  text-align: center;
}
.shokumou .yoko-rank-container-inner-cv {
  margin-bottom: 1.5rem;
}
.shokumou .yoko-rank-container .anken {
  grid-area: anken;
  position: sticky;
  left: 0;
  z-index: 0;
  border-left: none;
}
.shokumou .yoko-rank-container .feature {
  grid-area: feature;
}
.shokumou .yoko-rank-container .case {
  grid-area: case;
}
.shokumou .yoko-rank-container .skill {
  grid-area: skill;
}
.shokumou .yoko-rank-container .costm {
  grid-area: costm;
}
.shokumou .yoko-rank-container .costline {
  grid-area: costline;
}
.shokumou .yoko-rank-container .costfront {
  grid-area: costfront;
}
.shokumou .yoko-rank-container .costtop {
  grid-area: costtop;
}
.shokumou .yoko-rank-container .support {
  grid-area: support;
}
.shokumou .yoko-rank-container .area {
  grid-area: area;
  border-right: none;
}
.shokumou .yoko-rank-container .anken1 {
  grid-area: anken1;
  position: sticky;
  left: 0;
  z-index: 0;
  border-left: none;
}
.shokumou .yoko-rank-container .anken1-feature {
  grid-area: anken1-feature;
}
.shokumou .yoko-rank-container .anken1-case {
  grid-area: anken1-case;
}
.shokumou .yoko-rank-container .anken1-skill {
  grid-area: anken1-skill;
}
.shokumou .yoko-rank-container .anken1-costm {
  grid-area: anken1-costm;
}
.shokumou .yoko-rank-container .anken1-costline {
  grid-area: anken1-costline;
}
.shokumou .yoko-rank-container .anken1-costfront {
  grid-area: anken1-costfront;
}
.shokumou .yoko-rank-container .anken1-costtop {
  grid-area: anken1-costtop;
}
.shokumou .yoko-rank-container .anken1-support {
  grid-area: anken1-support;
}
.shokumou .yoko-rank-container .anken1-area {
  grid-area: anken1-area;
  border-right: none;
}
.shokumou .yoko-rank-container .anken2 {
  grid-area: anken2;
  position: sticky;
  left: 0;
  z-index: 0;
  border-left: none;
}
.shokumou .yoko-rank-container .anken2-feature {
  grid-area: anken2-feature;
}
.shokumou .yoko-rank-container .anken2-case {
  grid-area: anken2-case;
}
.shokumou .yoko-rank-container .anken2-skill {
  grid-area: anken2-skill;
}
.shokumou .yoko-rank-container .anken2-costm {
  grid-area: anken2-costm;
}
.shokumou .yoko-rank-container .anken2-costline {
  grid-area: anken2-costline;
}
.shokumou .yoko-rank-container .anken2-costfront {
  grid-area: anken2-costfront;
}
.shokumou .yoko-rank-container .anken2-costtop {
  grid-area: anken2-costtop;
}
.shokumou .yoko-rank-container .anken2-support {
  grid-area: anken2-support;
}
.shokumou .yoko-rank-container .anken2-area {
  grid-area: anken2-area;
  border-right: none;
}
.shokumou .yoko-rank-container .anken3 {
  grid-area: anken3;
  position: sticky;
  left: 0;
  z-index: 0;
  border-left: none;
}
.shokumou .yoko-rank-container .anken3-feature {
  grid-area: anken3-feature;
}
.shokumou .yoko-rank-container .anken3-case {
  grid-area: anken3-case;
}
.shokumou .yoko-rank-container .anken3-skill {
  grid-area: anken3-skill;
}
.shokumou .yoko-rank-container .anken3-costm {
  grid-area: anken3-costm;
}
.shokumou .yoko-rank-container .anken3-costline {
  grid-area: anken3-costline;
}
.shokumou .yoko-rank-container .anken3-costfront {
  grid-area: anken3-costfront;
}
.shokumou .yoko-rank-container .anken3-costtop {
  grid-area: anken3-costtop;
}
.shokumou .yoko-rank-container .anken3-support {
  grid-area: anken3-support;
}
.shokumou .yoko-rank-container .anken3-area {
  grid-area: anken3-area;
  border-right: none;
}
.shokumou .yoko-rank-container .anken4 {
  grid-area: anken4;
  position: sticky;
  left: 0;
  z-index: 0;
  border-left: none;
}
.shokumou .yoko-rank-container .anken4-feature {
  grid-area: anken4-feature;
}
.shokumou .yoko-rank-container .anken4-case {
  grid-area: anken4-case;
}
.shokumou .yoko-rank-container .anken4-skill {
  grid-area: anken4-skill;
}
.shokumou .yoko-rank-container .anken4-costm {
  grid-area: anken4-costm;
}
.shokumou .yoko-rank-container .anken4-costline {
  grid-area: anken4-costline;
}
.shokumou .yoko-rank-container .anken4-costfront {
  grid-area: anken4-costfront;
}
.shokumou .yoko-rank-container .anken4-costtop {
  grid-area: anken4-costtop;
}
.shokumou .yoko-rank-container .anken4-support {
  grid-area: anken4-support;
}
.shokumou .yoko-rank-container .anken4-area {
  grid-area: anken4-area;
  border-right: none;
}
.shokumou .yoko-rank-content {
  grid-template-areas: "anken feature costm costline costfront costtop case skill support area" "anken1 anken1-feature anken1-costm anken1-costline anken1-costfront anken1-costtop anken1-case anken1-skill anken1-support anken1-area" "anken2 anken2-feature anken2-costm anken2-costline anken2-costfront anken2-costtop anken2-case anken2-skill anken2-support anken2-area" "anken3 anken3-feature anken3-costm anken3-costline anken3-costfront anken3-costtop anken3-case anken3-skill anken3-support anken3-area" "anken4 anken4-feature anken4-costm anken4-costline anken4-costfront anken4-costtop anken4-case anken4-skill anken4-support anken4-area";
}
.shokumou .osusume-02 {
  margin-top: -4rem;
}
.shokumou .osusume-text {
  background-color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-text {
    padding: 2rem 1.5rem;
  }
}
.shokumou .osusume-text-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.shokumou .osusume-text-content-big {
  font-size: 2.3rem;
  font-weight: bold;
}
.shokumou .osusume-text-content-bold {
  font-weight: bold;
}
.shokumou .osusume-list {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-list-item {
    min-height: 21rem;
  }
}
.shokumou .osusume-list-item-img {
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-list-item-img {
    width: 45%;
  }
}
.shokumou .osusume-list-item-img img {
  margin: auto;
}
.shokumou .osusume-list-item-txt {
  text-align: center;
  font-weight: bold;
}
.shokumou .osusume-img {
  max-width: 500px;
  margin: 2rem auto;
}
.shokumou .osusume-reason {
  max-width: 750px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason {
    padding: 0 0.5rem;
  }
}
.shokumou .osusume-reason-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2rem;
}
.shokumou .osusume-reason-wrap-ttl {
  display: flex;
  justify-content: center;
  padding: 1rem 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason-wrap-ttl {
    padding: 1rem;
  }
}
.shokumou .osusume-reason-wrap-ttl-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason-wrap-ttl-inner {
    gap: 1rem;
    width: 100%;
  }
}
.shokumou .osusume-reason-wrap-ttl-inner-img {
  width: 15%;
}
.shokumou .osusume-reason-wrap-ttl-inner-txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  width: 84%;
}
.shokumou .osusume-reason-wrap-ttl-inner-txt .big {
  font-size: 2.5rem;
}
.shokumou .osusume-reason-wrap-content-inner {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason-wrap-content-inner {
    padding: 0 2rem 2rem;
    flex-direction: column;
  }
}
.shokumou .osusume-reason-wrap-content-inner-img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason-wrap-content-inner-img {
    width: 60%;
  }
}
.shokumou .osusume-reason-wrap-content-inner-txt {
  width: 69%;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-reason-wrap-content-inner-txt {
    width: 100%;
  }
}
.shokumou .osusume-sankaku {
  width: 50%;
  margin: 1rem auto 2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-sankaku {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.shokumou .osusume-sankaku-last {
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-sankaku-last {
    margin-top: -2rem;
    width: 90%;
  }
}
.shokumou .osusume-sankaku-distance {
  margin: 0 auto;
}
.shokumou .osusume-bnr {
  max-width: 500px;
  margin: 2rem auto;
}
.shokumou .osusume-ketsuron {
  max-width: 500px;
  margin: 1rem auto;
}
.shokumou .osusume-ketsuron-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-list {
    flex-direction: column;
    gap: 1.5rem;
    width: 80%;
    margin: 0 auto 1rem;
  }
}
.shokumou .osusume-ketsuron-list-wrap-txt {
  text-align: center;
  font-weight: bold;
  margin: 0.5rem auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-list-wrap-txt {
    font-size: 1.7rem;
  }
}
.shokumou .osusume-ketsuron-cv {
  width: 100%;
  background: #fff;
  padding: 2rem 1rem 3rem;
}
.shokumou .osusume-ketsuron-last {
  padding-bottom: 2rem;
}
.shokumou .osusume-ketsuron-distance-cv {
  padding: 0.5rem 1rem 1rem;
  background-color: inherit;
}
.shokumou .osusume-ketsuron-distance-cv-name-txt {
  font-size: 2.2rem;
}
.shokumou .osusume-ketsuron-distance-cv-bnr {
  max-width: 500px;
  margin: 0 auto 2rem;
}
.shokumou .osusume-ketsuron-distance-cv-reason {
  max-width: 750px;
  margin: 2rem auto;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason {
    gap: 1rem;
  }
}
.shokumou .osusume-ketsuron-distance-cv-reason-item {
  width: 25%;
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason-item {
    width: 31%;
  }
}
.shokumou .osusume-ketsuron-distance-cv-reason-item:before {
  transform: skewX(-10deg);
  content: ""; /*ボックスを作る*/
  position: absolute; /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color: #103e79;
}
.shokumou .osusume-ketsuron-distance-cv-reason-item-img {
  width: 60%;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason-item-img {
    width: 100%;
    margin: 0 0 0.5rem 0.6rem;
  }
}
.shokumou .osusume-ketsuron-distance-cv-reason-item-txt {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason-item-txt {
    font-size: 1.2rem;
    padding-right: 0.8rem;
  }
}
.shokumou .osusume-ketsuron-distance-cv-reason-item-txt-big {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason-item-txt-big {
    font-size: 1.3rem;
  }
}
.shokumou .osusume-ketsuron-distance-cv-reason-item-txt-small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-reason-item-txt-small {
    font-size: 1.1rem;
  }
}
.shokumou .osusume-ketsuron-distance-cv-btn {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .shokumou .osusume-ketsuron-distance-cv-btn {
    width: 70%;
  }
}
.shokumou .column-content-hikaku {
  margin: 1rem auto;
  display: grid;
  grid-template-rows: auto;
  gap: 4px;
  grid-auto-flow: row;
  grid-template-columns: 1fr 0.25fr 1fr;
  grid-template-areas: "item1 name1 item2" "item1-name2 name2 item2-name2" "item1-name3 name3 item2-name3" "item1-name4 name4 item2-name4" "item1-name5 name5 item2-name5";
}
.shokumou .column-content-hikaku .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
.shokumou .column-content-hikaku .ttl {
  color: #fff;
  font-weight: bold;
  flex-direction: row;
  font-size: 1.2rem;
  padding: 0.4rem 0.2rem;
  text-align: center;
  line-height: 1.2;
  background-color: #103e79;
}
@media only screen and (max-width: 767px) {
  .shokumou .column-content-hikaku .ttl {
    writing-mode: vertical-rl;
    letter-spacing: 0.1rem;
  }
}
.shokumou .column-content-hikaku-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shokumou .column-content-hikaku-inner-name {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .shokumou .column-content-hikaku-inner-name {
    width: 80%;
  }
}
.shokumou .column-content-hikaku-inner-img {
  width: 80%;
}
.shokumou .column-content-hikaku-inner-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .column-content-hikaku-inner-txt {
    font-size: 1.2rem;
  }
}
.shokumou .column-content-hikaku-inner-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.shokumou .column-content-hikaku-inner-list-item {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.shokumou .column-content-hikaku-inner-list-item .circle {
  display: block;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .column-content-hikaku-inner-list-item .circle {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.shokumou .column-content-hikaku-inner-list-item .circle-fte {
  background-color: #ecce22;
}
.shokumou .column-content-hikaku-inner-list-item .circle-fut {
  background-color: #333333;
}
.shokumou .column-content-hikaku-inner-list-item .txt {
  width: calc(100% - 0.8rem);
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .column-content-hikaku-inner-list-item .txt {
    width: calc(100% - 0.6rem);
    font-size: 1.2rem;
  }
}
.shokumou .column-content-hikaku .name1 {
  grid-area: name1;
  background-color: #f7f7f7;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
.shokumou .column-content-hikaku .name2 {
  grid-area: name2;
}
.shokumou .column-content-hikaku .name3 {
  grid-area: name3;
}
.shokumou .column-content-hikaku .name4 {
  grid-area: name4;
}
.shokumou .column-content-hikaku .name5 {
  grid-area: name5;
}
.shokumou .column-content-hikaku .item1 {
  grid-area: item1;
  background-color: #fff;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom: 2px solid #f7f7f7;
  border-radius: 20px 20px 0 0;
}
.shokumou .column-content-hikaku .item1-name2 {
  grid-area: item1-name2;
  background-color: #fff;
}
.shokumou .column-content-hikaku .item1-name3 {
  grid-area: item1-name3;
  background-color: #fff;
}
.shokumou .column-content-hikaku .item1-name4 {
  grid-area: item1-name4;
  background-color: #fff;
}
.shokumou .column-content-hikaku .item1-name5 {
  grid-area: item1-name5;
  background-color: #fff;
}
.shokumou .column-content-hikaku .item2 {
  grid-area: item2;
  background-color: #e6e6e6;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom: 2px solid #f7f7f7;
  border-radius: 20px 20px 0 0;
}
.shokumou .column-content-hikaku .item2-name2 {
  grid-area: item2-name2;
  background-color: #e6e6e6;
}
.shokumou .column-content-hikaku .item2-name3 {
  grid-area: item2-name3;
  background-color: #e6e6e6;
}
.shokumou .column-content-hikaku .item2-name4 {
  grid-area: item2-name4;
  background-color: #e6e6e6;
}
.shokumou .column-content-hikaku .item2-name5 {
  grid-area: item2-name5;
  background-color: #e6e6e6;
}
.shokumou .select {
  margin: 1rem auto;
}
.shokumou .select-content {
  margin: 1rem auto;
  max-width: 750px;
}
.shokumou .select-content-txt {
  text-align: center;
}
.shokumou .select-content-list {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.shokumou .select-content-list-wrap {
  display: flex;
  flex-direction: column;
}
.shokumou .select-content-list-wrap-ttl {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background-color: #103e79;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-ttl {
    padding: 0.5rem;
  }
}
.shokumou .select-content-list-wrap-ttl-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-ttl-inner {
    gap: 0.2rem;
    width: 100%;
    gap: 0.8rem;
  }
}
.shokumou .select-content-list-wrap-ttl-inner-img {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-ttl-inner-img {
    width: 10%;
  }
}
.shokumou .select-content-list-wrap-ttl-inner-txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 74%;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-ttl-inner-txt {
    font-size: 1.5rem;
    width: 90%;
  }
}
.shokumou .select-content-list-wrap-ttl-inner-txt .big {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-ttl-inner-txt .big {
    font-size: 2.4rem;
  }
}
.shokumou .select-content-list-wrap-ttl .plus {
  position: relative;
  width: 23px;
  height: 23px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
.shokumou .select-content-list-wrap-ttl .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 3px;
  border-radius: 10px;
  background: #fff;
  display: block;
}
.shokumou .select-content-list-wrap-ttl .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 75%;
  border-radius: 10px;
  background: #fff;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.shokumou .select-content-list-wrap-ttl.active .plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.shokumou .select-content-list-wrap-content {
  background-color: #fff;
}
.shokumou .select-content-list-wrap-content-inner {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-content-inner {
    padding: 1rem 0.5rem;
    gap: 0.8rem;
  }
}
.shokumou .select-content-list-wrap-content-inner-img {
  width: calc(20% - 0.5rem);
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-content-inner-img {
    width: calc(35% - 0.5rem);
  }
}
.shokumou .select-content-list-wrap-content-inner-txt {
  width: calc(80% - 0.5rem);
}
@media only screen and (max-width: 767px) {
  .shokumou .select-content-list-wrap-content-inner-txt {
    width: calc(65% - 0.5rem);
  }
}
.shokumou .hikaku {
  margin-bottom: 4rem;
}
.shokumou .hikaku-container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 0.4fr 1fr repeat(2, 0.8fr);
  grid-template-rows: auto;
  gap: 2px 4px;
  grid-auto-flow: row;
  grid-template-areas: "name anken1 anken2 anken3" "feature anken1-feature anken2-feature anken3-feature" "survival anken1-survival anken2-survival anken3-survival" "treatment anken1-treatment anken2-treatment anken3-treatment" "price anken1-price anken2-price anken3-price" "discount anken1-discount anken2-discount anken3-discount" "cost anken1-cost anken2-cost anken3-cost" "counseling anken1-counseling anken2-counseling anken3-counseling" "area anken1-area anken2-area anken3-area" "cv anken1-cv anken2-cv anken3-cv";
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container {
    grid-template-columns: 8rem 22rem repeat(2, 20rem);
    margin-top: 0;
  }
}
.shokumou .hikaku-container-cv-btn {
  width: 80%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container-cv-btn {
    margin-top: 0.5rem;
  }
}
.shokumou .hikaku-container-cv-bnr {
  padding: 0.5rem;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.shokumou .hikaku-container-cv-link {
  display: inline-block;
}
.shokumou .hikaku-container-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.shokumou .hikaku-container-wrap .icon {
  width: 20%;
  margin: auto;
}
.shokumou .hikaku-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
.shokumou .hikaku-container .ttl {
  background: #103e79;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.shokumou .hikaku-container .contents {
  background: #fff;
}
.shokumou .hikaku-container .txt-big {
  font-size: 1.5rem;
  font-weight: bold;
}
.shokumou .hikaku-container .ico-rank {
  position: absolute;
  width: 25%;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .ico-rank {
    width: 20%;
    position: static;
    transform: none;
  }
}
.shokumou .hikaku-container .ico-bnr {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .ico-bnr {
    width: 60%;
  }
}
.shokumou .hikaku-container .name {
  grid-area: name;
}
.shokumou .hikaku-container .feature {
  grid-area: feature;
}
.shokumou .hikaku-container .survival {
  grid-area: survival;
}
.shokumou .hikaku-container .treatment {
  grid-area: treatment;
}
.shokumou .hikaku-container .price {
  grid-area: price;
}
.shokumou .hikaku-container .discount {
  grid-area: discount;
}
.shokumou .hikaku-container .cost {
  grid-area: cost;
}
.shokumou .hikaku-container .counseling {
  grid-area: counseling;
}
.shokumou .hikaku-container .area {
  grid-area: area;
}
.shokumou .hikaku-container .cv {
  grid-area: cv;
}
.shokumou .hikaku-container .anken1 {
  grid-area: anken1;
  position: relative;
  padding-top: 3rem;
  background: #fff5c4;
  border: 4px solid #e35752;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .anken1 {
    padding-top: 0.8rem;
    flex-direction: column;
  }
}
.shokumou .hikaku-container .anken1 .ico-rank {
  width: 20%;
}
.shokumou .hikaku-container .anken1-feature {
  grid-area: anken1-feature;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-survival {
  grid-area: anken1-survival;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-treatment {
  grid-area: anken1-treatment;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-price {
  grid-area: anken1-price;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-discount {
  grid-area: anken1-discount;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-cost {
  grid-area: anken1-cost;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-counseling {
  grid-area: anken1-counseling;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-area {
  grid-area: anken1-area;
  background: #fff5c4;
  border-left: 4px solid #e35752;
  border-right: 4px solid #e35752;
}
.shokumou .hikaku-container .anken1-cv {
  grid-area: anken1-cv;
  flex-direction: column;
  gap: 0.5rem;
  background: #fff5c4;
  border: 4px solid #e35752;
  border-top: none;
}
.shokumou .hikaku-container .anken2 {
  grid-area: anken2;
  position: relative;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .anken2 {
    padding-top: 0.8rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .anken2 .ico-bnr {
    width: 65%;
  }
}
.shokumou .hikaku-container .anken2-feature {
  grid-area: anken2-feature;
}
.shokumou .hikaku-container .anken2-survival {
  grid-area: anken2-survival;
}
.shokumou .hikaku-container .anken2-treatment {
  grid-area: anken2-treatment;
}
.shokumou .hikaku-container .anken2-price {
  grid-area: anken2-price;
}
.shokumou .hikaku-container .anken2-discount {
  grid-area: anken2-discount;
}
.shokumou .hikaku-container .anken2-cost {
  grid-area: anken2-cost;
}
.shokumou .hikaku-container .anken2-counseling {
  grid-area: anken2-counseling;
}
.shokumou .hikaku-container .anken2-area {
  grid-area: anken2-area;
}
.shokumou .hikaku-container .anken2-cv {
  grid-area: anken2-cv;
  flex-direction: column;
  gap: 0.5rem;
}
.shokumou .hikaku-container .anken3 {
  grid-area: anken3;
  position: relative;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .anken3 {
    padding-top: 0.8rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .hikaku-container .anken3 .ico-bnr {
    width: 65%;
  }
}
.shokumou .hikaku-container .anken3-feature {
  grid-area: anken3-feature;
}
.shokumou .hikaku-container .anken3-survival {
  grid-area: anken3-survival;
}
.shokumou .hikaku-container .anken3-treatment {
  grid-area: anken3-treatment;
}
.shokumou .hikaku-container .anken3-price {
  grid-area: anken3-price;
}
.shokumou .hikaku-container .anken3-discount {
  grid-area: anken3-discount;
}
.shokumou .hikaku-container .anken3-cost {
  grid-area: anken3-cost;
}
.shokumou .hikaku-container .anken3-counseling {
  grid-area: anken3-counseling;
}
.shokumou .hikaku-container .anken3-area {
  grid-area: anken3-area;
}
.shokumou .hikaku-container .anken3-cv {
  grid-area: anken3-cv;
  flex-direction: column;
  gap: 0.5rem;
}
.shokumou .box-point .list-point .point-detail {
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .shokumou .box-point .list-point .point-detail {
    height: 400px;
  }
}
.shokumou .box-point .list-point .point-detail dt {
  font-size: 1.8rem;
}
.shokumou .box-point .list-point .point-detail dt small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .box-point .list-point .point-detail dd {
    padding: 1rem 1rem 2.5rem;
  }
}
.shokumou .box-point .list-point .point-detail dd img {
  margin: 0 auto 0.5rem;
}
.shokumou .box-point .list-point .point-detail.aga {
  height: auto !important;
}
.shokumou .box-point .list-point .point-detail.aga dt {
  min-height: 9rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .box-point .list-point .point-detail.aga dt {
    min-height: inherit;
  }
}
.shokumou .box-point .list-point .point-detail.aga dd p {
  margin: 1rem;
}
.shokumou .list-ranking .box-rank .box {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box .title {
    padding: 1.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner {
  max-width: 750px;
  margin: auto;
  padding: 2rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner {
    padding: 2rem 0.5rem 2.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point {
  text-align: left;
  margin: 2rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-point-ttl {
  background-color: #ecce22;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.4;
}
.shokumou .list-ranking .box-rank .box-inner-point-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #ecce22;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-content {
    padding: 1.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-content-inner {
  width: 81%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-content-inner {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-content-inner li {
  line-height: 1rem;
  text-align: center;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-content-inner li {
    width: 100%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-flex {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  gap: 0.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-flex {
    justify-content: left;
    gap: 1rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-flex-check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/shokumou/icon-checked-y.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-flex-check {
    width: 10%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-flex-ttl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.1;
  width: 90%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-point-flex-ttl {
    font-size: 1.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-point-txt {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.shokumou .list-ranking .box-rank .box-inner-spec {
  margin: 2.5rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-spec-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.shokumou .list-ranking .box-rank .box-inner-spec-table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  background-color: #f3f3f3;
}
.shokumou .list-ranking .box-rank .box-inner-spec-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-spec-table td {
    width: 65%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-spec-kome {
  margin: 1rem auto;
  text-align: right;
}
.shokumou .list-ranking .box-rank .box-inner-spec-kome a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}
.shokumou .list-ranking .box-rank .box-inner-spec-kome a:hover {
  opacity: 0.7;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap {
  margin: 1.5rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-ttl {
  background-color: #103e79;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.4;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list {
  padding: 1.5rem 2rem;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #103e79;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list-btn {
  display: flex;
  gap: 0.5rem 1rem;
  margin: 0 auto 1rem;
  max-width: 600px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-googlemap-list-btn {
    gap: 0.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list-btn-item {
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  color: #333333;
  background-color: #f3f3f3;
  transition: 0.3s;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list-btn-item.active {
  background-color: #103e79;
  color: #fff;
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list-content-item {
  display: none;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-googlemap-list-content-item iframe {
    width: 100%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-googlemap-list-content-item.active {
  display: flex;
}
.shokumou .list-ranking .box-rank .box-inner-apearl {
  margin: 2rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-apearl-ttl {
  background-color: #103e79;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.shokumou .list-ranking .box-rank .box-inner-apearl-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #103e79;
}
.shokumou .list-ranking .box-rank .box-inner-cv {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-cv {
    width: 85%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point {
  margin: 1.5rem auto;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point {
    margin-bottom: 1rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-ttl {
  background-color: #103e79;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content {
  margin: 0 auto;
  padding: 1rem 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #103e79;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item {
  max-width: 650px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 10px;
  width: 100%;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl {
  position: relative;
  background-color: #fff5c4;
  padding: 0.5rem;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  z-index: 1;
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-img {
    left: -10px;
    width: 9.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-txt {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-left: 7.5rem;
  display: inline-block;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-txt {
    font-size: 1.4rem;
    padding-left: 8.5rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-txt .big {
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-ttl-txt .big {
    font-size: 2rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner {
  padding: 1rem;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-txt {
  margin-top: 1rem;
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-swiper {
  padding: 1rem 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-swiper {
    padding: 1rem 0 2rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex-img {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex-img {
    width: 80%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex-txt {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-3point-content-item-inner-flex-txt {
    width: 100%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-exam {
  margin: 2rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-exam-ttl {
  background-color: #103e79;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #103e79;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper {
  padding-bottom: 3rem;
  max-width: 500px;
  margin: 0 auto;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-wrapper {
  display: flex;
  align-items: center;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide {
    padding: 0;
  }
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide-table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  background-color: #f3f3f3;
}
.shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-exam-content-swiper-slide-table td {
    width: 65%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-review {
  margin: 2rem auto;
}
.shokumou .list-ranking .box-rank .box-inner-review-ttl {
  background-color: #103e79;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.shokumou .list-ranking .box-rank .box-inner-review-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #103e79;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item {
  display: flex;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-review-content-item {
    flex-direction: column;
    align-items: center;
  }
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-icon {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-review-content-item-icon {
    width: 35%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner {
  width: 84%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-review-content-item-inner {
    width: 100%;
  }
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-tag {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-tag-item {
  background: #e0f2f8;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-txt {
  height: 10rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-txt {
    font-size: 1.4rem;
  }
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-txt.active {
  height: 30rem;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-filter {
  position: absolute;
  inset: auto 0% 0%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
  display: flex;
  justify-content: center;
  align-items: end;
  height: 70%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-filter-btn {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #000;
  font-size: 1.3rem;
}
.shokumou .list-ranking .box-rank .box-inner-review-content-item-inner-filter.active {
  opacity: 0;
  height: 100%;
  transition: all 0.3s ease;
}
.shokumou .type-swiper.swiper .swiper-pagination {
  bottom: 8px;
}
.shokumou .swiper-pagination {
  bottom: 0;
}
.shokumou .swiper-pagination-bullet {
  background-color: #103e79;
}
.shokumou .swiper-pagination-bullet:active {
  background-color: #103e79;
}

.fact {
  background-color: #103e79;
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem 0;
}
.fact:before {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  z-index: 1;
  border-left: 60px solid transparent;
  border-top: 40px solid #103e79;
  border-bottom: 0;
}
.fact-content {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .fact-content {
    padding: 0 1rem;
  }
}
.fact-content-img1 {
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .fact-content-img1 {
    margin-top: -1.5rem;
  }
}
.fact-content-img2 {
  margin: 0.5rem auto 1rem;
}
.fact-content-txt {
  color: #fff;
  text-align: center;
  margin: 1rem auto;
  line-height: 1.5;
}
.fact-content-txt-big {
  font-size: 3rem;
  font-weight: bold;
  color: #ecce22;
}
@media only screen and (max-width: 767px) {
  .fact-content-txt-big {
    font-size: 2rem;
  }
}
.fact-content-kome {
  text-align: right;
  line-height: 1.4;
}
.fact-content-kome a {
  color: #f2f1f1;
  font-size: 0.7rem;
  transition: 0.3s;
  text-decoration: none;
}
.fact-content-kome a:hover {
  color: #b1c5df;
}
.fact-top3 {
  margin-bottom: -1rem;
}
.fact-top3:before {
  display: none;
}

/*ポップアップ*/
.popup-area {
  display: none;
  width: 350px;
  background: #fff;
  padding: 15px 15px 8px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .popup-area {
    width: 75%;
  }
}
.popup-area .popup-area-in a {
  color: #333;
}
.popup-area .popup-area-in img {
  margin: auto;
  border: solid 1px #888;
}
.popup-area .popup-area-in p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
.popup-area .popup-area-in .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-area .popup-area-in .flex .txt {
  width: 82%;
  margin: 1rem auto;
}
.popup-area .popup-area-in .flex .arrow {
  border-radius: 25px;
  width: 40px;
  height: 40px;
  border: solid 1px #888;
  background: #efefef;
  text-align: center;
  float: right;
  margin: 0px;
  position: relative;
}
.popup-area .popup-area-in .flex .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #888;
  border-right: solid 3px #888;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  transform: rotate(-45deg);
}
.popup-area button {
  position: absolute;
  top: -11%;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  right: 0%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .popup-area button {
    top: -12%;
  }
}
.popup-area button p {
  font-size: 3rem;
  line-height: 0.9 !important;
}
@media only screen and (max-width: 767px) {
  .popup-area button p {
    padding: 0px;
  }
}

/**比較表内装飾*/
.underline {
  text-decoration: underline;
}

.shokumou-red {
  font-weight: bold;
  color: #e35752;
}

.bigsize {
  font-size: 1.6rem;
  font-weight: bold;
}

.smallsize {
  font-size: 1rem;
}

/*ポップアップ　背景のみ*/
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*植毛LPCSSの外部化*/
/* ------------------------------------------------- *
 *        ＠AGALP　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .agarank {
    margin: auto 1rem;
  }
}
.agarank .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .agarank .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .agarank .sp-none {
    display: none;
  }
}
.agarank-ttl {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.agarank-cv {
  margin: auto;
  text-align: center;
  width: 90%;
}
.agarank-cv a:hover {
  opacity: 1;
}
.agarank-cv a {
  color: #fff;
  text-decoration: none;
}
.agarank-cv-copy {
  text-align: center;
  margin: 1rem auto;
}
.agarank-cv-copy-txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
.agarank-cv-copy-txt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.agarank-cv-copy-txt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.agarank-cv-bnr {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.agarank-cv-btn {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 70%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  background-color: #e35752;
  box-shadow: 0 8px 0 #701c18;
  animation-name: shokumou-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.agarank-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shokumou-cvmove {
  0% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #701c18;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
}
@media only screen and (max-width: 767px) {
  .agarank .type {
    margin-bottom: 3rem;
  }
}
.agarank .type-list {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.agarank .type-list-inner {
  width: 24.5%;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner {
    width: 100%;
  }
}
.agarank .type-list-inner-ttl {
  padding: 0.5rem;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  background: #8b8b92;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-ttl {
    min-height: 60px;
    flex-direction: row;
    font-size: 1.5rem;
  }
}
.agarank .type-list-inner-ttl-big {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-ttl-big {
    font-size: 2.4rem;
  }
}
.agarank .type-list-inner-ttl-y {
  border: 0.1rem solid #eccd22;
  background: #eccd22;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-ttl-txt {
    width: 70%;
  }
}
.agarank .type-list-inner-content {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #8b8b92;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  height: 22.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-content {
    height: auto;
  }
}
.agarank .type-list-inner-content-y {
  border: 0.2rem solid #eccd22;
  border-top: none;
}
.agarank .type-list-inner-content-copy {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-content-copy {
    font-size: 1.5rem;
  }
}
.agarank .type-list-inner-content-come {
  font-size: 0.7rem;
  opacity: 0.4;
}
.agarank .type-list-inner-content .img {
  width: 100%;
  margin: 0.5rem auto;
}
.agarank .type-list-inner-content-hairgrowth {
  height: 22.5rem;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-content-hairgrowth {
    height: auto;
  }
}
.agarank .type-list-inner-cv {
  margin: 0.5rem auto;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-cv {
    margin: 0.5rem auto 2rem;
  }
}
.agarank .type-list-inner-cv-btn {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .agarank .type-list-inner-cv-btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .agarank .type-presents {
    text-align: center;
  }
}
.agarank .type-swiper .type-list {
  flex-direction: row;
  gap: 0;
}
.agarank .attention {
  background-color: #3b3b3b;
  padding: 2rem;
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 2rem auto;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .agarank .attention {
    padding: 1rem;
  }
}
.agarank .attention-inner {
  display: inline-block;
  background: url(../img/aga/agarank/attention_icon.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.agarank .attention-inner-ttl {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.agarank .attention-inner-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  line-break: strict;
}
@media only screen and (max-width: 767px) {
  .agarank .attention-inner-txt {
    margin-bottom: 0.5rem;
  }
}
.agarank .attention-inner-txt-big {
  font-size: 2rem;
  font-weight: bold;
  color: #eccd22;
}
.agarank .attention-inner-txt-y {
  color: #ffffce;
}
.agarank .column {
  background-color: #fff;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.agarank .column-ttl {
  margin-top: -4rem;
}
.agarank .column-txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.agarank .column-txt .big {
  font-size: 1.8rem;
}
.agarank .column-img {
  margin: 0.5rem auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .agarank .column-img {
    width: 100%;
  }
}
.agarank .column-cv {
  width: 50%;
  margin: auto;
}
.agarank .column-cv-btn {
  width: 60%;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agarank .column-cv-btn {
    width: 85%;
  }
}
.agarank .column-cv-btn-txt {
  font-size: 1.8rem;
}
.agarank .column-cv a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .agarank .column-cv {
    width: 80%;
  }
}
.agarank .merit-list-item {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.agarank .merit-list-item-ttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.agarank .merit-list-item-img {
  width: 65%;
  margin: auto;
}
.agarank .merit-list-item-txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.agarank .vertical-rank .table-wrapper th {
  background-color: #8b8b92;
}
.agarank .vertical-rank .table-wrapper td .ico-bnr {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .agarank .vertical-rank .table-wrapper td .ico-bnr {
    width: 80%;
  }
}
.agarank .season {
  margin: 0 auto 3rem;
}
.agarank .season-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list {
    flex-direction: column;
  }
}
.agarank .season-list-fukidashi {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.agarank .season-list-fukidashi-inner {
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
.agarank .season-list-fukidashi-inner:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/shokumou/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-fukidashi-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.agarank .season-list-fukidashi-inner:after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/shokumou/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-fukidashi-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.agarank .season-list-inner {
  width: 100%;
}
.agarank .season-list-inner-ttl {
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 20px 20px 0 0;
  background: #eccd22;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-inner-ttl {
    padding: 0.5rem;
  }
}
.agarank .season-list-inner-ttl-big {
  font-size: 2rem;
}
.agarank .season-list-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-inner-content {
    height: auto;
  }
}
.agarank .season-list-inner-content-name {
  padding: 0.5rem;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.agarank .season-list-inner-content-name a {
  margin: auto;
  display: inline-block;
}
.agarank .season-list-inner-content-name .logo {
  width: 65%;
  margin: auto;
}
.agarank .season-list-inner-content-wrap {
  width: 100%;
  padding: 0.5rem 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  border-radius: 0 0 20px 20px;
  background-color: #ffffce;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-inner-content-wrap {
    min-height: inherit;
  }
}
.agarank .season-list-inner-content-wrap-txt {
  font-size: 1.4rem;
}
.agarank .season-list-inner-content-wrap-txt .big {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0.2rem;
}
.agarank .season-list-inner-content-wrap-txt .small {
  font-size: 1.2rem;
}
.agarank .season-list-inner-content-wrap-cv {
  width: 60%;
  margin: auto;
}
.agarank .season-list-inner-content-wrap-cv-btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-inner-content-wrap-cv-btn {
    width: 85%;
  }
}
.agarank .season-list-inner-content-wrap-cv-btn-txt {
  font-size: 1.8rem;
}
.agarank .season-list-inner-content-wrap-cv a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .agarank .season-list-inner-content-wrap-cv {
    width: 80%;
  }
}
.agarank .other {
  margin: 2rem auto 4rem;
}
@media only screen and (max-width: 767px) {
  .agarank .other {
    margin-bottom: 3rem;
  }
}
.agarank .other-content {
  display: grid;
  grid-template-columns: 0.6fr 1fr repeat(4, 0.8fr);
  grid-template-rows: auto;
  gap: 2px 4px;
  grid-auto-flow: row;
  grid-template-areas: "white shokumou aga salon katsura growth" "affect shokumou-affect aga-affect salon-affect katsura-affect growth-affect" "sideattack shokumou-sideattack aga-sideattack salon-sideattack katsura-sideattack growth-sideattack" "span shokumou-span aga-span salon-span katsura-span growth-span" "price shokumou-price aga-price salon-price katsura-price growth-price" "after shokumou-after aga-after salon-after katsura-after growth-after" "noroot shokumou-noroot aga-noroot salon-noroot katsura-noroot growth-noroot";
}
@media only screen and (max-width: 767px) {
  .agarank .other-content {
    grid-template-columns: 7rem 20rem repeat(4, 15rem);
  }
}
.agarank .other-content .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.agarank .other-content .flex-inner-txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.agarank .other-content .flex-inner-img {
  width: 40%;
  margin: auto;
}
.agarank .other-content .title {
  background: #103e79;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.agarank .other-content .content {
  background: #fff;
}
.agarank .other-content .txt-big {
  font-size: 1.5rem;
  font-weight: bold;
}
.agarank .other-content .white {
  grid-area: white;
}
.agarank .other-content .affect {
  grid-area: affect;
}
.agarank .other-content .sideattack {
  grid-area: sideattack;
}
.agarank .other-content .span {
  grid-area: span;
}
.agarank .other-content .price {
  grid-area: price;
}
.agarank .other-content .after {
  grid-area: after;
}
.agarank .other-content .noroot {
  grid-area: noroot;
}
.agarank .other-content .shokumou {
  grid-area: shokumou;
  background: #ecce22;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .agarank .other-content .shokumou {
    padding-top: 1.5rem;
  }
}
.agarank .other-content .shokumou-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.agarank .other-content .shokumou:before {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  top: -0.8rem;
  left: 2.5rem;
  background: url(../img/shokumou/attention_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .agarank .other-content .shokumou:before {
    top: 0.2rem;
    left: 5.2rem;
  }
}
.agarank .other-content .shokumou-affect {
  grid-area: shokumou-affect;
  background: #fff5c4;
  flex-direction: column;
}
.agarank .other-content .shokumou-sideattack {
  grid-area: shokumou-sideattack;
  background: #fff5c4;
}
.agarank .other-content .shokumou-span {
  grid-area: shokumou-span;
  background: #fff5c4;
}
.agarank .other-content .shokumou-price {
  grid-area: shokumou-price;
  background: #fff5c4;
}
.agarank .other-content .shokumou-after {
  grid-area: shokumou-after;
  background: #fff5c4;
}
.agarank .other-content .shokumou-noroot {
  grid-area: shokumou-noroot;
  background: #fff5c4;
}
.agarank .other-content .aga {
  grid-area: aga;
  border-radius: 20px 20px 0 0;
}
.agarank .other-content .aga-affect {
  grid-area: aga-affect;
}
.agarank .other-content .aga-sideattack {
  grid-area: aga-sideattack;
}
.agarank .other-content .aga-span {
  grid-area: aga-span;
}
.agarank .other-content .aga-price {
  grid-area: aga-price;
}
.agarank .other-content .aga-after {
  grid-area: aga-after;
}
.agarank .other-content .aga-noroot {
  grid-area: aga-noroot;
}
.agarank .other-content .salon {
  grid-area: salon;
  border-radius: 20px 20px 0 0;
}
.agarank .other-content .salon-affect {
  grid-area: salon-affect;
}
.agarank .other-content .salon-sideattack {
  grid-area: salon-sideattack;
}
.agarank .other-content .salon-span {
  grid-area: salon-span;
}
.agarank .other-content .salon-price {
  grid-area: salon-price;
}
.agarank .other-content .salon-after {
  grid-area: salon-after;
}
.agarank .other-content .salon-noroot {
  grid-area: salon-noroot;
}
.agarank .other-content .katsura {
  grid-area: katsura;
  border-radius: 20px 20px 0 0;
}
.agarank .other-content .katsura-affect {
  grid-area: katsura-affect;
}
.agarank .other-content .katsura-sideattack {
  grid-area: katsura-sideattack;
}
.agarank .other-content .katsura-span {
  grid-area: katsura-span;
}
.agarank .other-content .katsura-price {
  grid-area: katsura-price;
}
.agarank .other-content .katsura-after {
  grid-area: katsura-after;
}
.agarank .other-content .katsura-noroot {
  grid-area: katsura-noroot;
}
.agarank .other-content .growth {
  grid-area: growth;
  border-radius: 20px 20px 0 0;
}
.agarank .other-content .growth-affect {
  grid-area: growth-affect;
}
.agarank .other-content .growth-sideattack {
  grid-area: growth-sideattack;
}
.agarank .other-content .growth-span {
  grid-area: growth-span;
}
.agarank .other-content .growth-price {
  grid-area: growth-price;
}
.agarank .other-content .growth-after {
  grid-area: growth-after;
}
.agarank .other-content .growth-noroot {
  grid-area: growth-noroot;
}
.agarank .osusume-text {
  background-color: #fff;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-text {
    padding: 2rem 1.5rem;
  }
}
.agarank .osusume-text-content {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.agarank .osusume-text-content-big {
  font-size: 2.3rem;
  font-weight: bold;
}
.agarank .osusume-text-content-bold {
  font-weight: bold;
}
.agarank .osusume-list {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-list-item {
    min-height: 21rem;
  }
}
.agarank .osusume-list-item-img {
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-list-item-img {
    width: 45%;
  }
}
.agarank .osusume-list-item-img img {
  margin: auto;
}
.agarank .osusume-list-item-txt {
  text-align: center;
  font-weight: bold;
}
.agarank .osusume-sankaku {
  width: 50%;
  margin: 1rem auto 2rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-sankaku {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.agarank .osusume-sankaku-last {
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-sankaku-last {
    margin-top: -2rem;
    width: 90%;
  }
}
.agarank .osusume-sankaku-distance {
  margin: 0 auto;
}
.agarank .osusume-ketsuron {
  max-width: 500px;
  margin: 1rem auto;
}
.agarank .osusume-ketsuron-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-ketsuron-list {
    flex-direction: column;
    gap: 1.5rem;
    width: 80%;
    margin: 0 auto 1rem;
  }
}
.agarank .osusume-ketsuron-list-wrap-txt {
  text-align: center;
  font-weight: bold;
  margin: 0.5rem auto;
}
@media only screen and (max-width: 767px) {
  .agarank .osusume-ketsuron-list-wrap-txt {
    font-size: 1.7rem;
  }
}
.agarank .osusume-ketsuron-cv {
  width: 100%;
  background: #fff;
  padding: 2rem 1rem 3rem;
}
.agarank .osusume-ketsuron-last {
  padding-bottom: 2rem;
}
.agarank .list-ranking .box-rank .box {
  border-top: 6px solid #8b8b92;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box {
    padding-bottom: 1rem;
  }
}
.agarank .list-ranking .box-rank .box .title {
  border-bottom: 1px solid #8b8b92;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box .title {
    padding: 1.5rem;
  }
}
.agarank .list-ranking .box-rank .box-inner {
  max-width: 750px;
  margin: auto;
  padding: 2rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner {
    padding: 2rem 0.5rem 2.5rem;
  }
}
.agarank .list-ranking .box-rank .box-inner-ttl {
  background-color: #8b8b92;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.agarank .list-ranking .box-rank .box-inner-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #8b8b92;
}
.agarank .list-ranking .box-rank .box-inner-point {
  text-align: left;
  margin: 2rem auto;
}
.agarank .list-ranking .box-rank .box-inner-point-ttl {
  background-color: #eccd22;
  padding: 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-ttl {
    font-size: 1.8rem;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-content {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #eccd22;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-content {
    padding: 1.5rem;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-content-inner {
  width: 81%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-content-inner {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-content-inner li {
  line-height: 1rem;
  text-align: center;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-content-inner li {
    width: 100%;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-flex {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 700;
  gap: 0.5rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-flex {
    justify-content: left;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-flex-check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/shokumou/icon-checked-y.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-flex-check {
    width: 10%;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-flex-ttl {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-point-flex-ttl {
    font-size: 1.5rem;
  }
}
.agarank .list-ranking .box-rank .box-inner-point-txt {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.agarank .list-ranking .box-rank .box-inner-spec {
  margin: 2.5rem auto;
}
.agarank .list-ranking .box-rank .box-inner-spec-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.agarank .list-ranking .box-rank .box-inner-spec-table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  background-color: #f3f3f3;
}
.agarank .list-ranking .box-rank .box-inner-spec-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-spec-table td {
    width: 65%;
  }
}
.agarank .list-ranking .box-rank .box-inner-apearl {
  margin: 2rem auto;
}
.agarank .list-ranking .box-rank .box-inner-case {
  margin: 2rem auto;
  background-color: #f2f1f1;
  border-radius: 0 0 1rem 1rem;
}
.agarank .list-ranking .box-rank .box-inner-case-content {
  padding: 1.5rem 0 2rem;
  border: none;
  background-color: #f2f1f1;
}
.agarank .list-ranking .box-rank .box-inner-case-content-img-wrap {
  width: 90%;
  margin: 0 auto 1rem;
}
.agarank .list-ranking .box-rank .box-inner-cam {
  margin: 2rem auto;
  max-width: 500px;
}
.agarank .list-ranking .box-rank .box-inner-cam-ttl {
  background-color: #eccd22;
}
.agarank .list-ranking .box-rank .box-inner-cam-content {
  border: none;
  background-color: #ffffce;
}
.agarank .list-ranking .box-rank .box-inner-cam-content-img {
  width: 80%;
  margin: auto;
}
.agarank .list-ranking .box-rank .box-inner-cv {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .agarank .list-ranking .box-rank .box-inner-cv {
    width: 85%;
  }
}
.agarank .list-ranking .box-rank .box-inner-presents {
  margin-top: 1rem;
}
.agarank .type-swiper.swiper .swiper-pagination {
  bottom: 8px;
}
.agarank .type-swiper.swiper .swiper-pagination-bullet {
  color: #8b8b92;
  border: 1px solid #fff;
  box-sizing: content-box;
}
.agarank .type-swiper.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8b8b92;
  border: 1px solid #fff;
  box-sizing: content-box;
}
.agarank .list-ranking .swiper-button-prev {
  left: 3px;
}
.agarank .list-ranking .swiper-button-next {
  right: 3px;
}
.agarank .list-ranking .swiper-button-prev:after, .agarank .list-ranking .swiper-button-next:after {
  color: #8b8b92;
}
.agarank .list-ranking .swiper-pagination-bullet {
  color: #8b8b92;
  border: 1px solid #fff;
  box-sizing: content-box;
}
.agarank .list-ranking .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8b8b92;
  border: 1px solid #fff;
  box-sizing: content-box;
}

/*ポップアップ*/
.popup-area {
  display: none;
  width: 350px;
  background: #fff;
  padding: 15px 15px 8px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .popup-area {
    width: 75%;
  }
}
.popup-area .popup-area-in a {
  color: #333;
}
.popup-area .popup-area-in img {
  margin: auto;
  border: solid 1px #888;
}
.popup-area .popup-area-in p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
.popup-area .popup-area-in .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-area .popup-area-in .flex .txt {
  width: 82%;
  margin: 1rem auto;
}
.popup-area .popup-area-in .flex .arrow {
  border-radius: 25px;
  width: 40px;
  height: 40px;
  border: solid 1px #888;
  background: #EFEFEF;
  text-align: center;
  float: right;
  margin: 0px;
  position: relative;
}
.popup-area .popup-area-in .flex .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #888;
  border-right: solid 3px #888;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  transform: rotate(-45deg);
}
.popup-area button {
  position: absolute;
  top: -11%;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  right: 0%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .popup-area button {
    top: -12%;
  }
}
.popup-area button p {
  font-size: 3rem;
  line-height: 0.9 !important;
}
@media only screen and (max-width: 767px) {
  .popup-area button p {
    padding: 0px;
  }
}

.ttl-ranking {
  background-color: #8b8b92;
  margin: 1rem 0 6rem;
  position: relative;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .ttl-ranking {
    margin: 1rem 0 4rem;
  }
}
.ttl-ranking:after {
  border-top: 20px solid #8b8b92;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.ttl-ranking-img {
  max-width: 500px;
  margin: auto;
}

/**比較表内装飾*/
.underline {
  text-decoration: underline;
}

.shokumou-red {
  font-weight: bold;
  color: #e35752;
}

.bigsize {
  font-size: 1.6rem;
  font-weight: bold;
}

.smallsize {
  font-size: 1rem;
}

/*ポップアップ　背景のみ*/
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*AGALPCSSの外部化*/
/* ------------------------------------------------- *
 *        ＠植毛LP　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.turkey {
  max-width: 750px;
  margin: 0 auto;
}
.turkey .pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .turkey .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .turkey .sp-none {
    display: none;
  }
}
.turkey-cv {
  margin: auto;
  text-align: center;
  width: 90%;
}
.turkey-cv a:hover {
  opacity: 1;
}
.turkey-cv a {
  color: #fff;
  text-decoration: none;
}
.turkey-cv-copy {
  text-align: center;
  margin: 1rem auto;
}
.turkey-cv-copy-txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
.turkey-cv-copy-txt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.turkey-cv-copy-txt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/shokumou/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.turkey-cv-bnr {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  width: 70%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .turkey-cv-bnr {
    width: 100%;
  }
}
.turkey-cv-btn {
  color: #fff !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 75%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  background-color: #e35752;
  box-shadow: 0 8px 0 #701c18;
  animation-name: shokumou-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.turkey-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shokumou-cvmove {
  0% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #701c18;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #701c18;
    transform: translatey(0);
  }
}
.turkey-ttl {
  margin: 1rem auto;
}
.turkey-type {
  margin: 1rem auto;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .turkey-type {
    padding: 0 0.5rem;
  }
}
.turkey-type-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap {
    gap: 0.5rem;
  }
}
.turkey-type-wrap .img {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap .img {
    width: 90%;
  }
}
.turkey-type-wrap .name {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 1.3;
}
.turkey-type-wrap-item {
  width: 40%;
  background-color: #fff5c4;
  border: 2px solid #ecce22;
  border-radius: 10px;
  padding: 2rem 0;
  position: relative;
}
.turkey-type-wrap-item:before {
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  content: "";
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/shokumou/ico-rank1.png) no-repeat;
  background-size: contain;
}
.turkey-type-wrap-item-com {
  background-color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.turkey-type-wrap-item-com-txt {
  line-height: 1.4;
  font-weight: bold;
}
.turkey-type-wrap-item-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.turkey-type-wrap-item-content-link {
  text-decoration: none;
  transition: 0.3s;
}
.turkey-type-wrap-item-content-link:hover {
  opacity: 0.7;
}
.turkey-type-wrap-item-content-fukidashi {
  margin-top: 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap-item-content-fukidashi {
    width: 90%;
  }
}
.turkey-type-wrap-item-content-fukidashi:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
  border-bottom: 20px solid #ffffff;
  border-top: 0;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.turkey-type-wrap-item-content-fukidashi-txt {
  text-align: center;
  display: block;
  line-height: 1.4;
}
.turkey-type-wrap-item-content-cv-btn {
  width: 100%;
}
.turkey-type-wrap-yoko {
  width: 59%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap-yoko {
    gap: 0.5rem;
  }
}
.turkey-type-wrap-yoko-item {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 1rem;
  height: 50%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.turkey-type-wrap-yoko-item .rank {
  width: 4rem;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap-yoko-item .rank {
    width: 3rem;
  }
}
.turkey-type-wrap-yoko-item-logo {
  width: 50%;
}
.turkey-type-wrap-yoko-item-content {
  width: 50%;
}
.turkey-type-wrap-yoko-item-content-fukidashi {
  margin: 1rem auto;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
}
.turkey-type-wrap-yoko-item-content-fukidashi-txt {
  text-align: center;
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .turkey-type-wrap-yoko-item-content-cv-btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
}
.turkey-cospa {
  background-color: #fff;
  margin-bottom: -1rem;
  padding-bottom: 3rem;
}
.turkey-cospa-wrap {
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap {
    padding: 0 0.5rem;
  }
}
.turkey-cospa-wrap-kome {
  text-align: right;
  margin: 0.5rem auto;
}
.turkey-cospa-wrap-flex {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin: 1rem auto 2rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap-flex {
    gap: 1.5rem;
  }
}
.turkey-cospa-wrap-flex-img {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap-flex-img {
    width: 40%;
  }
}
.turkey-cospa-wrap-flex-fukidashi {
  width: 73%;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap-flex-fukidashi {
    padding: 1rem;
    width: 59%;
  }
}
.turkey-cospa-wrap-flex-fukidashi:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f7f7f7;
  border-left: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap-flex-fukidashi:before {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .turkey-cospa-wrap-flex-fukidashi-txt {
    font-size: 1.3rem;
  }
}
.turkey-top3-inner {
  margin: 2rem auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .turkey-top3-inner {
    padding: 0 0.5rem;
  }
}
.turkey-top3-inner-container {
  display: grid;
  grid-template-columns: 22rem repeat(3, 16rem) 22rem 25rem repeat(4, 18rem);
  grid-template-rows: auto;
  gap: 3px;
  grid-auto-flow: row;
  grid-template-areas: "clinic price5000 price3000 price1000 support other counsel area fright cv" "anken1 anken1-price5000 anken1-price3000 anken1-price1000 anken1-support anken1-other anken1-counsel anken1-area anken1-fright anken1-cv" "anken2 anken2-price5000 anken2-price3000 anken2-price1000 anken2-support anken2-other anken2-counsel anken2-area anken2-fright anken2-cv" "anken3 anken3-price5000 anken3-price3000 anken3-price1000 anken3-support anken3-other anken3-counsel anken3-area anken3-fright anken3-cv";
}
.turkey-top3-inner-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0.8rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
.turkey-top3-inner-container .flex-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.turkey-top3-inner-container .flex-inner-eval {
  width: 20%;
  margin: auto;
}
.turkey-top3-inner-container .flex-inner-txt {
  text-align: center;
}
.turkey-top3-inner-container .flex-inner-name {
  font-weight: bold;
  font-size: 1.5rem;
}
.turkey-top3-inner-container .flex-inner-img {
  width: 80%;
  margin: auto;
}
.turkey-top3-inner-container .flex-inner-place {
  border-radius: 10px;
  padding: 0.2rem;
  width: 100%;
  background-color: #f7f7f7;
}
.turkey-top3-inner-container .flex-inner-place-turkey {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.2rem;
  width: 100%;
  font-weight: bold;
}
.turkey-top3-inner-container .ttl {
  background: #007aa7;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.turkey-top3-inner-container-cv-btn {
  height: 5rem;
  line-height: 5rem;
}
.turkey-top3-inner-container-link-btn {
  text-decoration: none;
  transition: 0.3s;
}
.turkey-top3-inner-container-link-btn:hover {
  opacity: 0.7;
}
.turkey-top3-inner-container-link-btn-text {
  position: relative;
}
.turkey-top3-inner-container-link-btn-text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #349FE8;
  border-bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
}
.turkey-top3-inner-container-link-btn-text:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #349FE8;
  border-bottom: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
.turkey-top3-inner-container .clinic {
  grid-area: clinic;
}
.turkey-top3-inner-container .price5000 {
  grid-area: price5000;
}
.turkey-top3-inner-container .price3000 {
  grid-area: price3000;
}
.turkey-top3-inner-container .price1000 {
  grid-area: price1000;
}
.turkey-top3-inner-container .support {
  grid-area: support;
}
.turkey-top3-inner-container .other {
  grid-area: other;
}
.turkey-top3-inner-container .counsel {
  grid-area: counsel;
}
.turkey-top3-inner-container .area {
  grid-area: area;
}
.turkey-top3-inner-container .fright {
  grid-area: fright;
}
.turkey-top3-inner-container .cv {
  grid-area: cv;
}
.turkey-top3-inner-container .anken1 {
  grid-area: anken1;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-price5000 {
  grid-area: anken1-price5000;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-price3000 {
  grid-area: anken1-price3000;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-price1000 {
  grid-area: anken1-price1000;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-support {
  grid-area: anken1-support;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-other {
  grid-area: anken1-other;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-counsel {
  grid-area: anken1-counsel;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-area {
  grid-area: anken1-area;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-fright {
  grid-area: anken1-fright;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken1-cv {
  grid-area: anken1-cv;
  background-color: #fff5c4;
}
.turkey-top3-inner-container .anken2 {
  grid-area: anken2;
}
.turkey-top3-inner-container .anken2-price5000 {
  grid-area: anken2-price5000;
}
.turkey-top3-inner-container .anken2-price3000 {
  grid-area: anken2-price3000;
}
.turkey-top3-inner-container .anken2-price1000 {
  grid-area: anken2-price1000;
}
.turkey-top3-inner-container .anken2-support {
  grid-area: anken2-support;
}
.turkey-top3-inner-container .anken2-other {
  grid-area: anken2-other;
}
.turkey-top3-inner-container .anken2-counsel {
  grid-area: anken2-counsel;
}
.turkey-top3-inner-container .anken2-area {
  grid-area: anken2-area;
}
.turkey-top3-inner-container .anken2-fright {
  grid-area: anken2-fright;
}
.turkey-top3-inner-container .anken2-cv {
  grid-area: anken2-cv;
}
.turkey-top3-inner-container .anken3 {
  grid-area: anken3;
}
.turkey-top3-inner-container .anken3-price5000 {
  grid-area: anken3-price5000;
}
.turkey-top3-inner-container .anken3-price3000 {
  grid-area: anken3-price3000;
}
.turkey-top3-inner-container .anken3-price1000 {
  grid-area: anken3-price1000;
}
.turkey-top3-inner-container .anken3-support {
  grid-area: anken3-support;
}
.turkey-top3-inner-container .anken3-other {
  grid-area: anken3-other;
}
.turkey-top3-inner-container .anken3-counsel {
  grid-area: anken3-counsel;
}
.turkey-top3-inner-container .anken3-area {
  grid-area: anken3-area;
}
.turkey-top3-inner-container .anken3-fright {
  grid-area: anken3-fright;
}
.turkey-top3-inner-container .anken3-cv {
  grid-area: anken3-cv;
}
.turkey-top3-inner-kome {
  text-align: right;
  margin: 1rem auto;
}
.turkey-top3-inner-kome a {
  text-decoration: none;
  transition: 0.3s;
  color: #000;
}
.turkey-top3-inner-kome a:hover {
  opacity: 0.7;
}
.turkey-skill-content {
  padding: 0 0.5rem;
  margin: 2rem auto;
}
.turkey-skill-content-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .turkey-skill-content-list-item {
    padding: 3rem 2rem;
  }
}
.turkey-skill-content-list-item-inner-dt {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .turkey-skill-content-list-item-inner-dt {
    gap: 1rem;
  }
}
.turkey-skill-content-list-item-inner-dt-num {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .turkey-skill-content-list-item-inner-dt-num {
    width: 20%;
  }
}
.turkey-skill-content-list-item-inner-dt-txt {
  width: 84%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .turkey-skill-content-list-item-inner-dt-txt {
    line-height: 1.3;
    width: 79%;
  }
}
.turkey-skill-content-list-item-inner-dt-txt .big {
  font-size: 3rem;
  color: #103e79;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .turkey-skill-content-list-item-inner-dt-txt .big {
    font-size: 2rem;
  }
}
.turkey-skill-content-list-item-inner-dd {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.turkey-skill-content-list-item-inner-dd-txt {
  line-height: 1.6;
  font-size: 1.4rem;
}
.turkey-osusume {
  max-width: 500px;
  margin: 1rem auto;
}
.turkey-osusume-com {
  background-color: #fff5c4;
  border-radius: 10px;
  padding: 1rem;
  width: 60%;
  margin: 1rem auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .turkey-osusume-com {
    width: 80%;
  }
}
.turkey-osusume-com-txt {
  font-weight: bold;
  line-height: 1.4;
}
.turkey-osusume-cv-btn {
  width: 80%;
}
.turkey-notime {
  margin-top: -2rem;
}
.turkey-notime-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.turkey-notime-content-txt {
  text-align: center;
}

/*トルコ植毛CSSの外部化*//*# sourceMappingURL=lp.css.map */