@charset "UTF-8";

/* **************************************************
	layout
************************************************** */
* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: YakuHanJPs, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  color: #2b2b2b;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.4;
  background-color: transparent !important;
  font-variant-ligatures: none;
  z-index: 0;
}

.layout {
  width: 100%;
  height: auto !important;
  max-width: 576px;
  margin: 0 auto;
  position: relative;
}

/* **************************************************
	 h1 h2 h3 p font calc
************************************************** */

h1 {
  font-size: 20px;
  font-size: calc(2rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw;
  line-height: 1.3;
}

h2 {
  font-size: 20px;
  font-size: calc(2rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw;
}

h3 {
  font-size: 18px;
  font-size: calc(1.8rem + ((1vw - 0.375em) * 0.2544));
  min-height: 0vw;
}

p {
  text-align: justify;
  margin: 0;
  font-size: 16px;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }
}

img {
  width: 100%;
  height: auto;
}

/* **************************************************
  contents
************************************************** */

.contents {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

/* **************************************************
	header
************************************************** */

.header {
  position: relative;
  height: auto;
  background: #fff;
  border-bottom: 0.1rem solid #f1f3f8;
}

.header-title {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  /*padding: 0 1rem;*/
}

.header-title > a {
  display: block;
}

.header-title2 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  /*padding: 0 1rem;*/
}

.header-title2 > a {
  display: block;
}


.header-pr{
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  border:1px solid #000;
  padding:0.1rem 0.5rem;
  font-size:1.3rem;
  z-index: 2;
  background-color:#FFF;
  /* display: flex;
  flex-flow:row wrap;
  justify-content: center; */
}

.header-pr.video{
    transform: translateY(-100%);
  }

/* **************************************************
  eyecatch
************************************************** */

.eyecatch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  background: url("/assets/images/top-img.jpg") no-repeat 0 0;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.eyecatch:before {
  content: "";
  display: block;
  padding-top: 56.2%;
}

.catch-title {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  display: block;
  font-weight: 700;
  background-color: rgba(241, 243, 248, 0.8);
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

/* **************************************************
  eyecatch2
************************************************** */

.eyecatch2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  /*background: url("/assets/images/top-img.jpg") no-repeat 0 0;*/
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.eyecatch2:before {
  content: "";
  display: block;
  /*padding-top: 56.2%;*/
}

.topmv {
  position: relative;
  margin-top: -7%;
}

.catch-title2 {
  width: 100%;
  /*padding: 1rem 0;*/
  text-align: center;
  display: block;
  font-weight: 700;
  /*background-color: rgba(241, 243, 248, 0.8);*/
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
  position: absolute;
  margin-bottom: 41.5%;
  z-index: 1;
}

/* **************************************************
  site_link
************************************************** */

.site_link h2 {
  padding: 1rem 1.5rem;
  background-color: #ff8f00;
  background-image: linear-gradient(to right, #fa8817 0%, #f6b230 100%);
  color: #fff;
  font-weight: 700;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

.site_link_contents {
  width: 100%;
  padding: 1.5rem 1rem 1.8rem;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
}

.site_link_contents_a {
  width: calc(calc(100% - 1rem) / 2);
  padding: 0 0.5rem 0 0.5rem;
  margin: 0 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: 700;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 0 #ff8f00;
  border: 0.2rem solid #ff8f00;
  position: relative;
}

*::-ms-backdrop,
.site_link_contents_a {
  width: 49%; /* IE11 */
}

.site_link_contents_a > span {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}

.site_link_contents_a:before {
  content: "";
  width: 3rem;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  align-self: center;
  margin-right: 0.5rem;
}

.site_link_contents_a.all:before {
  content: "\f521";
  color: #ffd034;
  font-size: 2.5rem;
}
.site_link_contents_a.videoapp:before {
  content: "\f3cd";
  color: #ff4c3b;
}
.site_link_contents_a.party:before {
  content: "\f590";
  color: #0072bb;
}
.site_link_contents_a.videosite:before {
  content: "\f2d2";
  color: #5a8f29;
  font-weight: 400;
}

.site_link_contents_a:nth-child(odd) {
  margin-right: 1rem;
}

.site_link_contents_a:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
  color: #ff8f00;
  margin-left: auto;
}

.site_link_contents_a:focus {
  color: #2b2b2b;
  box-shadow: none;
  transform: translate(0, 0.5rem);
  text-decoration: none;
}

.site_link_contents_b {
  width: calc(calc(100% - 1rem) / 2);
  padding: 0 0.5rem 0 0.5rem;
  margin: 0 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: 700;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 0 #14C8FF;
  border: 0.2rem solid #14C8FF;
  position: relative;
}

*::-ms-backdrop,
.site_link_contents_b {
  width: 49%; /* IE11 */
}

.site_link_contents_b > span {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}

.site_link_contents_b:before {
  content: "";
  width: 3rem;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  align-self: center;
  margin-right: 0.5rem;
}

.site_link_contents_b.all:before {
  content: "\f521";
  color: #ffd034;
  font-size: 2.5rem;
}
.site_link_contents_b.videoapp:before {
  content: "\f3cd";
  color: #ff4c3b;
}
.site_link_contents_b.party:before {
  content: "\f590";
  color: #0072bb;
}
.site_link_contents_b.videosite:before {
  content: "\f2d2";
  color: #5a8f29;
  font-weight: 400;
}

.site_link_contents_b:nth-child(odd) {
  margin-right: 1rem;
}

.site_link_contents_b:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
  color: #14C8FF;
  margin-left: auto;
}

.site_link_contents_b:focus {
  color: #2b2b2b;
  box-shadow: none;
  transform: translate(0, 0.5rem);
  text-decoration: none;
}

/* **************************************************
  site_search form検索
************************************************** */
.sort {
  padding-top: 1.5rem;
}

.site_search {
  background: #f6f8fc;
  /* margin-bottom: 1rem; */
}

.site_search_title {
  padding: 1rem 1rem 0.5rem;
  font-weight: 700;
}

.site_search_title2 {
  padding: 1rem 1rem 0.5rem;
  font-weight: 700;
  color: #FF569C;
}

label.search_form_subtitle,
.search_form_subtitle {
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 0.5rem;
  color: #6f757d;
}

.search_form_ul.video label.search_form_subtitle,
.search_form_subtitle {
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 0.5rem;
  color: #6f757d;
}

.search_form {
  padding: 0 1rem 2rem;
}

.search_form_ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.search_form_li {
  width: calc(calc(100% - 1rem) / 2);
  padding: 0.5rem 0.5rem 2rem;
  border: 0.1rem solid #d6e0f0;
  border-radius: 0.5rem;
  background-color: #eef2f9;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.search_form_ul.video .search_form_li {
  width: calc(calc(100% - 1rem) / 4);
  padding: 0.3rem 0.5rem 2rem;
  border: 0.1rem solid #d6e0f0;
  border-radius: 0.5rem;
  background-color: #eef2f9;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.search_form_ul.video .search_form_li:nth-of-type(5),
.search_form_ul.video .search_form_li:nth-of-type(6),
.search_form_ul.video .search_form_li:nth-of-type(7) {
  width: calc(calc(100% - 1rem) / 3);
}

*::-ms-backdrop,
.search_form_li {
  width: 49%; /* IE11 */
}

*::-ms-backdrop,
.search_form_ul.video .search_form_li {
  width: 24%; /* IE11 */
}
*::-ms-backdrop,
.search_form_ul.video .search_form_li:nth-of-type(5) {
  width: 33%; /* IE11 */
}
*::-ms-backdrop,
.search_form_ul.video .search_form_li:nth-of-type(6) {
  width: 33%; /* IE11 */
}
*::-ms-backdrop,
.search_form_ul.video .search_form_li:nth-of-type(7) {
  width: 33%; /* IE11 */
}

.search_form_wrap select {
  border: none;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.2rem 0.5rem 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.search_form_ul.video .search_form_wrap select {
  background-position: calc(100% - 0.5rem) 2.2rem;
}

/* .search_form_select {
} */

.search_form_wrap select:active,
.search_form_wrap select:hover,
.search_form_wrap select:focus {
  border: none;
  color: #2b2b2b;
  font-size: 1.3rem;
}

/* **************************************************
  simple_ranking
************************************************** */

.simple_ranking_title {
  padding: 1rem 2rem;
  color: #fff;
  background: #ff3b1d;
  font-weight: 700;
  display: inline-block;
  margin-left: 1.6rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

.simple_ranking_title2 {
  padding: 1rem 2rem;
  color: #fff;
  background: #14C8FF;
  font-weight: 700;
  display: inline-block;
  margin-left: 1.6rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

.simple_ranking {
  padding: 2rem 1.5rem 1.5rem;
  margin: 0 0 2rem;
  border: 0.2rem solid #ff3b1d;
}

.simple_ranking2 {
  padding: 2rem 1.5rem 1.5rem;
  margin: 0 0 2rem;
  border: 0.2rem solid #14C8FF;
}

.simple_ranking_ul {
  margin-bottom: 0;
}

.simple_ranking_ul2 {
  margin-bottom: 0;
}

.simple_ranking_ul li {
  position: relative;
  padding-left: 1.8rem;
}

.simple_ranking_ul2 li {
  position: relative;
  padding-left: 1.8rem;
}

.simple_ranking_ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ff3b1d;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.8rem;
}

.simple_ranking_ul2 li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #14C8FF;
  box-shadow: 0 0 20px #006D8E inset;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.8rem;
}

/* .simple_ranking_ul .rank {
} */

.simple_ranking_ul .rank > div {
  color: #ff3b1d;
  border-bottom: 0.2rem solid #ff3b1d;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.simple_ranking_ul2 .rank2 > div {
  color: #14C8FF;
  border-bottom: 0.2rem solid #14C8FF;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.simple_ranking_ul .rank > div > span {
  font-weight: 700;
  margin-right: 1rem;
}

.simple_ranking_ul2 .rank2 > div > span {
  font-weight: 700;
  margin-right: 1rem;
}

.simple_ranking_ul .rank > div > i {
  margin-left: 1rem;
  color: #ff3b1d;
}

.simple_ranking_ul2 .rank2 > div > i {
  margin-left: 1rem;
  color: #14C8FF;
}

.simple_ranking_ul .rank p {
  font-size: 1.4rem;
  font-size: calc(1.4rem + ((1vw - 0.375em) * 0.2544));
  margin-bottom: 1rem;
}

.simple_ranking_ul2 .rank2 p {
  font-size: 1.4rem;
  font-size: calc(1.4rem + ((1vw - 0.375em) * 0.2544));
  margin-bottom: 1rem;
}

/* **************************************************
  simple_ranking
************************************************** */

.supervise {
  padding: 1rem;
  margin: 0 0 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #f1f3f8;
}

.supervise h3 {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.supervise > div {
  display: flex;
  width: 100%;
}

.supervise figure {
  margin-right: 1rem;
  flex: 0 1 28%;
}

.supervise dl {
  flex: 0 1 72%;
}

.supervise dd {
  font-size: 1.4rem;
}

.supervise figure img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  object-fit: cover;
}

/* **************************************************
  flowchart_contents
************************************************** */

.flow_chart {
  margin: 0 0 2rem;
}

.flow_chart_contents p {
  padding: 0 1rem 1rem;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}

.flow_chart_contents_title {
  padding: 1.5rem 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: calc(1.6rem + ((1vw - 0.375rem) * 0.2544));
  min-height: 0vw;
  border-bottom: 0.2rem dotted #2b2b2b;
  font-weight: 700;
}

.flow_chart_contents_subtitle {
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 0;
  font-size: calc(1.6rem + ((1vw - 0.375rem) * 0.2544));
  min-height: 0vw;
  font-weight: 700;
}

.flow_chart_main_figure {
  margin: 0;
}

.flow_chart_contents_result {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2rem;
}

.flow_chart_contents_result > div {
  padding: 2rem 0 0;
  display: flex;
  flex-flow: nowrap column;
  flex:0 1 25%;
}

.result_h3{
  display: flex;
  flex-flow:row wrap;
  justify-content: space-around;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: bold;
}

*::-ms-backdrop, .flow_chart_contents_result > div {
  width: 25%;
}

.flow_chart_contents_result > div:nth-child(odd) {
  background: #f1f3f8;
}

.flow_chart_contents_result > div:nth-child(even) {
  background: #fafafa;
}

.flow_chart_contents_result > div > a {
  display: block;
}

.flow_chart_contents_result figure {
  /* width: calc(100% / 1.5); */
  padding: 0 1rem;
  margin: 0 auto 2rem;
}

.flow_chart_contents_result figure img {
  border-radius: 25%;
}

/* *::-ms-backdrop,
.flow_chart_contents_result figure img {
} */

.flow_chart_contents_result figcaption {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  /* white-space: nowrap; */
  line-height: 1.7;
}

/* **************************************************
  fee_list
************************************************** */

.fee_list_contents {
  margin-bottom: 2rem;
}

.fee_list_title {
  padding: 0.5rem 1rem 0.5rem;
  margin-bottom: 1rem;
  font-size: calc(1.6rem + ((1vw - 0.375rem) * 0.2544));
  min-height: 0vw;
  border-left: 0.5rem solid #8d93ab;
  font-weight: 700;
}

.fee_list {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.table thead th,
.table th {
  border: none;
  /*width:5rem;*/
}

.table_fee th {
  background: #f1f3f8;
  font-size: 1.1rem;
  padding: 0.75rem 0.35rem;
  text-align: center;
}

.table_fee td {
  text-align: center;
  vertical-align: middle;
  border: 0.1rem solid #dee2e6;
  font-size: 1.2rem;
  position: relative;
}

.table_fee_btn {
  width: 32%;
}

.table_fee_icon {
  width: 25%;
  padding: 1.5rem 0.5rem 1rem !important;
}

.table_fee_btn_list li:nth-child(odd) {
  margin: 0 0 1rem;
}

.table_fee_btn_list li:nth-child(even) {
  margin: 1rem 0 0;
}

.table_fee_icon a {
  font-weight: 700;
}

.table_fee_icon span {
  display: block;
}

.table_fee_icon img {
  border-radius: 25%;
  width: calc(100% / 1.2);
}

*::-ms-backdrop,
.table_fee_icon img {
  width: 83%;
}

.table_fee_icon span {
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
}

.table_fee_unit span {
  display: block;
}

.table_fee_icon_name {
  color: #ff4c3b;
}

/* **************************************************
  ranking
************************************************** */

.ranking_title {
  padding: 0.2rem 1rem 0.2rem;
  margin-bottom: 1rem;
  border-left: 0.5rem solid #8d93ab;
  font-weight: 700;
}

.ranking_ol li.ranking_li {
  border-bottom: 0.1rem solid #f1f3f8;
}

.ranking_ol li.ranking_li:not(:first-child) {
  margin: 2rem 0;
}

.ranking_ol li.ranking_li:last-child {
  border-bottom: 0;
}

.ranking {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.ranking_subtitle {
  display: flex;
  align-items: center;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
  font-weight: 700;
  position: relative;
}

.ranking_subtitle_p{
  font-size: calc(1.rem + ((1vw - 0.375rem) * 0.2544));
  margin-bottom:1rem;
  font-weight: 700;
}

/* 22/07/20 追加　↓↓↓↓↓ */
.ranking_subtitle span {
  padding: 0.7rem 0.3rem;
  background: #393b44;
  color: #fff;
  margin-right: 1rem;
  width: 4rem;
  text-align: center;
  font-size: calc(1.8rem + ((1vw - 0.375rem) * 0.2544));
}

.ranking_subtitle .rank_1{
  background:#ECCF18;
}

.ranking_subtitle .rank_2 {
  background: #838993;
}

.ranking_subtitle .rank_3 {
  background: #803A1C;
}


.shine_eff {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}


.shine_eff:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -90px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  animation: shine-eff 2s ease-in-out infinite;
}


@keyframes shine-eff {
  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(20) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes shine-eff {
  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(20) rotate(45deg);
    opacity: 0;
  }
}


.ribbon{
  display: block;
  position: relative;
}



.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 2.0rem solid #393b44;
  border-right: 2.0rem solid #393b44;
  border-bottom: 0.5rem solid transparent;
}

.ribbon.ribbon_1:after {
    border-left: 2.0rem solid #ECCF18;
    border-right: 2.0rem solid #ECCF18;
}


.ribbon.ribbon_2:after {
  border-left: 2.0rem solid #838993;
  border-right: 2.0rem solid #838993;
}

.ribbon.ribbon_3:after {
  border-left: 2.0rem solid #803A1C;
  border-right: 2.0rem solid #803A1C;
}

/* 22/07/20 追加　↑↑↑↑↑↑ */

.ranking_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 1rem 0;
}

.ranking_header_img {
  flex: 0 1 9rem;
  margin-right: 1rem;
}

.ranking_header_img img {
  border-radius: 25%;
  box-shadow: 0 0 0.2rem rgba(141, 147, 171, 0.6);
}

.ranking_header_detail {
  flex: 0 1 calc(100% - 10rem);
}

.ranking_header_name {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: baseline;
}

.ranking_header_name span {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}
.ranking_header_name b {
  color: #ed2400;
  margin-right: 1rem;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}

/* 星の評価 */
.ranking_star_list {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #ffd034;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}

/* .ranking_header_txt {
} */

.ranking_header_txt h4 {
  color: #0072bb;
  display: inline-block;
  padding: 0.5rem;
  border: 0.1rem solid #0072bb;
  /*font-size: 1.4rem;*/
  font-size: calc(1.1rem + ((1vw - 0.375rem) * 0.2544));
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

.ranking_header_txt p {
  line-height: 1.2;
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.471));
  /*text-align: justify;*/
}

.ranking_body {
  margin-bottom: 1rem;
}

/* .ranking_body_picture {
} */

/* 横スクロール */
.horizontal_imgs {
  white-space: nowrap;
  overflow-x: auto;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.horizontal_imgs > div {
  visibility: visible;
  display: block;
  overflow-y: hidden;
  margin-bottom: 1rem;
}

.horizontal_list {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.horizontal_list li {
  flex: 0 1 calc(80% - 1rem);
  margin-right: 1rem;
}

.horizontal_list li img {
  width: auto;
  height: 44vw;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(141, 147, 171, 0.3);
}

@media (min-width: 768px) {
  .horizontal_list li img {
    width: auto;
    height: 10vw;
  }
}

.ranking_body_video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  margin-bottom: 1rem;
  position: relative;
}

.video-loader,
.video-loader:after {
  position: absolute;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
.video-loader {
  margin: 0;
  font-size: 10px;
  top: 50%;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.3rem solid rgba(255, 255, 255, 0.5);
  border-right: 0.3rem solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
  border-left: 0.3rem solid #fff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*　動画再生 Start　*/

.ranking_body_video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-replay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn-group .btn-base {
  width: 30rem;
  text-decoration: none;
}

.video-btn-group .video-replay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 20rem;
  color: #fff;
  background-color: transparent;
  border: 0.1rem solid #fff;
  border-radius: 2.5rem;
}

.ranking_body_article {
  margin: 1rem 0 1rem;
}

.ranking_body_article p {
  text-align: justify;
  margin-bottom: 1rem;
}

/* .ranking_body_bullets {
} */

.ranking_body_bullets h3 {
  padding: 1rem 1.5rem;
  color: #fff;
  background: #63b944;
  font-weight: 700;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  position: relative;
}

.stripe_title,
h3.stripe_title {
  padding: 1rem;
  background: -webkit-repeating-linear-gradient(
    -25deg,
    #63b944,
    #63b944 0.3rem,
    #72c056 0.3rem,
    #72c056 0.7rem
  );
  background: repeating-linear-gradient(
    -25deg,
    #63b944,
    #63b944 0.3rem,
    #72c056 0.3rem,
    #72c056 0.7rem
  );
  font-weight: 700;
  position: relative;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

h3.stripe_title2 {
  padding: 1rem;
  background: -webkit-repeating-linear-gradient(
    -25deg,
    #FF569C,
    #FF569C 0.3rem,
    #FF6BA6 0.3rem,
    #FF6BA6 0.7rem
  );
  background: repeating-linear-gradient(
    -25deg,
    #FF569C,
    #FF569C 0.3rem,
    #FF6BA6 0.3rem,
    #FF6BA6 0.7rem
  );
  font-weight: 700;
  position: relative;
  font-size: calc(1.6rem + ((1vw - 0.375em) * 0.2544));
}

.ranking_body_bullet_contents {
  border: 1px solid #63b944;
  padding: 1rem 1.5rem 0rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.ranking_body_bullet_contents2 {
  border: 1px solid #FF569C;
  padding: 1rem 1.5rem 0rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.ranking_body_bullets ul {
  padding-left: 0;
  list-style: none;
}

.ranking_body_bullets li {
  position: relative;
  margin-bottom: 1.0rem;
  font-weight: bold;
  display: flex;
  font-size: calc(1.5rem + ((1vw - 0.375rem) * 0.2544));
}

.ranking_body_bullets li:before {
  content: "\f00c";
  width: 1.6rem;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  margin-right: 1rem;
  text-align: center;
  /*align-self: center;*/
  color: #63b944;
}

/* **************************************************
  supervise_balloons
************************************************** */

/* .ranking_body_campaign {
} */

.ranking_body_campaign h3 {
  padding: 1rem 1.5rem;
  color: #fff;
  background: #fd6b86;
  font-weight: 700;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  position: relative;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}

.ranking_body_campaign_contents {
  border: 1px solid #fd6b86;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.ranking_body_campaign_contents > p {
  padding: 1.5rem;
}

/* **************************************************
  supervise_balloons
************************************************** */

.supervise_body_balloons {
  padding: 1rem;
  margin: 1rem 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #f1f3f8;
}

.supervise_body_balloons .supervise_img {
  flex: 0 1 calc(15% - 0.5rem);
  margin-right: 0.5rem;
}


.supervise_img figure {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}

.supervise_body_balloons img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  object-fit: cover;
}


.modal-wrapper .supervise_img {
  flex: 0 1 calc(26% - 0.5rem);
  margin-right: 0.5rem;
}

.modal-wrapper .supervise_body_balloons {
  margin:1rem 0;
}

.supervise_words {
  flex: 0 1 85%;
  padding: 0 0 0 1rem;
}

.supervise_words p {
  background: #fff;
  padding: 1rem;
  position: relative;
  border-radius: 0.5rem;
  margin-bottom: 0;
  font-size: calc(1.3rem + ((1vw - 0.375rem) * 0.2544));
}

.supervise_words p:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -2rem;
  border: 1rem solid transparent;
  border-right: 1.5rem solid #fff;
}

/* **************************************************
  ranking_review_title
  共通　レビュー
************************************************** */

.review {
  margin: 2rem 0 1rem;
}

/* .review_contents {
} */

.review_contents_title {
  padding: 0.5rem 0;
  margin: 0;
  font-weight: 700;
  border-bottom: 0.1rem solid #2b2b2b;
}

.review_contents_head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}

.review_contents .review_contents_contents {
  border-bottom: 0.1rem solid #f1f3f8;
  padding: 1rem 0;
}

.review_contents .review_contents_contents:nth-last-of-type(2) {
  border-bottom: 0;
}

.review_contents_faceimg {
  width: 4.4rem;
}

.review_contents_faceimg img {
  width: 100%;
}

.review_contents_personal_info {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.review_contents_name {
  margin: 0;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}
.review_contents_data {
  margin-bottom: 0;
  font-size: 1.2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.review_contents_personal_other {
  margin-left: auto;
  font-size: 1.2rem;
}

.review_contents_talk {
  position: relative;
  background: #f1f3f8;
  height: auto;
  width: 100%;
  margin-top: 1rem;
  padding: 1.2rem;
  border-radius: 1rem;
  line-height: 1.25;
}

.review_contents_talk:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: auto;
  margin: 0 auto;
  top: -2rem;
  border: 1rem solid transparent;
  border-bottom: 1.5rem solid #f1f3f8;
}

/* **************************************************
  detail
************************************************** */

.detail {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.detail_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 1rem 0;
}

.detail_header_img {
  flex: 0 1 40%;
  margin-right: 1rem;
}

.detail_header_img img {
  border-radius: 25%;
  box-shadow: 0 0 0.2rem rgba(141, 147, 171, 0.6);
}

.detail_header_item {
  flex: 0 1 calc((100% -40%)-1rem);
}

.free_amount_tags {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  font-size: 1.4rem;
  /*background:#0072BB;*/
  background: #63b944;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.detail_header_item_name h1 {
  font-weight: 700;
  margin-right: 1rem;
}

.detail_header_item_name {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.detail_header_item_name b {
  /*color:#FF3B1D;*/
  color: #c70000;
  margin-right: 1rem;
}

/* 星の評価 */
.detail_star_list {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #ffd034;
}

.detail_header_item_txt {
  text-align: justify;
}

.detail_header_item_txt h4 {
  color: #0072bb;
  display: inline-block;
  padding: 0.5rem 0.8rem 0.3rem 0.5rem;
  border: 0.1rem solid #0072bb;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

.detail_header_item_txt p {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* .detail_header_hashtag {
} */

.detail_header_hashtag_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.detail_header_hashtag_list li {
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-right: 1rem;
  color: #63b944;
  border: 0.1rem solid #63b944;
  border-radius: 0.5rem;
}

/* .detail_body {
} */

.detail_service table {
  padding: 0.5rem;
  font-size: 1.2rem;
  border: 1px solid #d6e0f0;
}

.detail_service th,
.detail_service td {
  padding: 0.5rem 0.75rem;
}

.detail_service th {
  background: #d6e0f0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 9rem;
}

.detail_service tr th:first-child {
  border-top: none;
}

.detail_service tr:last-child th {
  border-bottom: 1px solid #d6e0f0;
}

.detail_service td {
  border-bottom: 1px solid #d6e0f0;
  border-top: 1px solid #d6e0f0;
}

/* **************************************************
  detail fixed footer btn
************************************************** */

.fixed-link-group {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(43, 43, 43, 0.7);
  background: rgba(255, 255, 255, 0.9);
  z-index: 9998;
  transition: all 0.3s;
  border-top: 0.1rem solid #d6e0f0;
  transform: translateY(200%);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.fixed-link-group.active {
  transform: translateY(0);
}

.fixed-link-wrap {
  position: relative;
}

.fixed-link-wrap a {
  display: block;
  padding: 0.5rem;
  width: 100%;
  font-weight: 700;
  white-space: normal;
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  border-radius: 0.25rem;
}

.fixed-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  /*min-height: 6rem;*/
  position: relative;
}
.fixed-link-figure {
  flex: 0 1 12%;
  margin-right: 1rem;
  position: relative;
  margin: 0;
}
.fixed-link-figure img {
  border-radius: 25%;
}

.fixed-link-name {
  width: 100%;
  flex: 0 1 calc(100% - 12% - 0.5rem);
}

.fixed-link-wrap .btn-base {
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.2544));
}

@media (min-width: 576px) {
  .fixed-link-group {
    max-width: 576px;
    margin: 0 auto;
  }
}

/* 18禁 */
.add18 {
  position: relative;
}
.add18:after {
  content: "R18";
  width: 2em;
  height: 1em;
  font-size: 8px;
  position: absolute;
  bottom: 3px;
  right: 2px;
}

/* **************************************************
  introduce
  ここまで紹介したアプリ
************************************************** */

.introduce {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.introduce_title {
  padding: 0.2rem 1rem 0.2rem;
  margin-bottom: 1rem;
  font-size: calc(1.4rem + ((1vw - 0.375rem) * 0.471));
  min-height: 0vw;
  border-left: 0.5rem solid #8d93ab;
  font-weight: 700;
}

.introduce_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
}

.introduce_list li {
  flex: 0 1 calc((100% - 4rem) / 5);
  text-align: center;
  margin-bottom: 1rem;
}

*::-ms-backdrop,
.introduce_list li {
  width: 19%;
}

.introduce_list li figure {
  margin: 0;
}
.introduce_list li figure figcaption {
  font-size: 1rem;
  font-weight: 700;
}

.introduce_list li figure img {
  border-radius: 25%;
}

/* **************************************************
  search
************************************************** */

.sort_result {
  padding: 0 1rem;
}

.result_count {
  margin: 0 0.2rem;
  color: #ff8f00;
  font-weight: 700;
  font-weight: 1.8rem;
}

/*アコーディオン searchのform部分  */
.acd_box {
  margin: 1rem 0 0;
  position: relative;
  text-align: right;
  margin-top: -2.5rem;
}

.acd_box > label {
  margin: 0 1rem 0 0;
}

.acd_box > input {
  display: none;
}

.acd_box_inner {
  height: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-top: 1rem;
}

.check_acd:checked + .label_acd + .acd_box_inner {
  height: auto;
  max-height: 100vh;
  display: block;
  opacity: 1;
  visibility: visible;
}

.acd_box_inner .site_search {
  padding-top: 1rem;
  background: #fff;
  margin: 0;
}

.acd_box_inner .site_search .btn-search {
  padding: 1rem 0;
}

.sort_contents_terms {
  background: #eef2f9;
  padding: 1rem;
}

.sort_contents_terms_txt p {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}

.sort_terms_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
}

.sort_terms_list li {
  flex: 0 1 calc((100% - 0.5rem) / 2);
  font-size: calc(1.3rem + ((1vw - 0.375rem) * 0.471));
  margin-bottom: 0.5rem;
}

.sort_terms_list li:nth-of-type(odd) {
  border-right: 0.5rem solid #f1f3f8;
}

.sort_terms_list li b {
  display: block;
  padding: 0.5rem;
  /*background:#E6E7EA;*/
  background: #dee6f3;
}

.sort_terms_list li span {
  display: block;
  background: #fff;
  padding: 0.5rem;
  margin: 0.2rem 0 0;
  font-size: calc(1.2rem + ((1vw - 0.375rem) * 0.471));
}

/*ならびかえ*/
.sort_contents_order {
  padding: 1rem;
}

.sort_contents_order_button {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.sort_contents_order_button > div {
  flex: 0 1 calc((100% - 1rem) / 3);
}
*::-ms-backdrop,
.sort_contents_order_button > div {
  width: 33%; /* IE11 */
}

.sort_contents_order_button.livesort > div:first-child {
  width: 100%;
  flex: 0 1 calc(((100% - 0.25rem) / 3) * 2);
}

.sort_contents_order_button .btn-sort {
  background-color: #fff;
  color: #2b2b2b;
  text-align: left;
  padding: 0.8rem 0.5rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #8d93ab;
  font-size: 1rem;
  position: relative;
}

.sort_contents_order_button .btn-sort:hover,
.sort_contents_order_button .btn-sort:focus,
.sort_contents_order_button .btn-sort:active,
.sort_contents_order_button .btn-sort.active {
  box-shadow: none;
  color: #2b2b2b;
  font-weight: 700;
  background-color: rgba(238, 242, 249, 1);
}

.sort_contents_order_button .btn-sort.icon-chevron-up:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%232B2B2B" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>');
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.5rem;
}

.sort_contents_order_button .btn-sort.icon-chevron-down:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%232B2B2B" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.5rem;
}

/* **************************************************
  thumb_icon
************************************************** */

.thumb_icon {
  border: 0.1rem solid #ececec;
}

/* **************************************************
  footer info
************************************************** */

.footer_info {
  padding: 2rem 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.2rem;
}

.footer_info a {
  font-weight: bold;
  text-decoration: underline;
}

/* **************************************************
  footer menu
************************************************** */

.menu_title {
  background: #525071;
  background: #2b2b2b;
  color: #fff;
  padding: 1.5rem;
}

.menu_list > li:first-child {
  border-top: 0.1rem solid #f1f3f8;
}

.menu_list > li {
  border-bottom: 0.1rem solid #f1f3f8;
}

.menu .acd_menu {
  margin: 0;
}

.menu .label_acd {
  position: relative;
  padding: 2rem 1.5rem;
  margin: 0;
  display: block;
}

.menu .label_acd:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.5em;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%232B2B2B" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.menu .check_acd:checked + .label_acd:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%232B2B2B" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

/*アコーディオン faqのmenu部分 */
.acd_menu {
  margin: 1rem 0 0;
  position: relative;
}

.acd_menu > label {
  margin: 0 1rem 0 0;
}

.acd_menu > input {
  display: none;
}

.acd_menu_inner {
  height: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.check_acd:checked + .label_acd + .acd_menu_inner {
  height: auto;
  max-height: 500vh;
  display: block;
  opacity: 1;
  visibility: visible;
}

/* **************************************************
  howto
************************************************** */

.howto_list {
  counter-reset: number;
  padding: 0 1.5rem;
  border-top: 0.1rem solid #f1f3f8;
}

.howto_list li {
  position: relative;
  padding: 1rem 0;
}

.howto_list li:before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #ff8f00;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.howto_list2 {
  counter-reset: number;
  padding: 0 1.5rem;
  border-top: 0.1rem solid #f1f3f8;
}

.howto_list2 li {
  position: relative;
  padding: 1rem 0;
}

.howto_list2 li:before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #63b944;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

/* .howto_dl {
} */

.howto_dl dt {
  padding: 1.2rem 0 1.5rem 5rem;
}

.howto_dl dd {
  /*padding: 1.5rem 0 0;*/
  line-height: 1.68;
}

/* .howto_img {
} */

.howto_img > img {
  width: 100%;
  margin-bottom: 1rem;
}

.howto_img2 > img {
  width: 100%;
  margin-bottom: 1rem;
}

/* .howto_img_flex > p {
} */

/* **************************************************
  faq
************************************************** */

.faq_dl {
  padding: 0 1.5rem;
}

.faq_dt {
  padding: 1.5rem 0 1.5rem 0.5rem;
  margin-bottom: 1.5rem;
}

.faq_dt .que {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  background: #ff8f00;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 1rem;
  background: -webkit-repeating-linear-gradient(
    -25deg,
    #ff8f00,
    #ff8f00 0.3rem,
    #ff9a19 0.3rem,
    #ff9a19 0.7rem
  );
  background: repeating-linear-gradient(
    -25deg,
    #ff8f00,
    #ff8f00 0.3rem,
    #ff9a19 0.3rem,
    #ff9a19 0.7rem
  );
}

.faq_dd .ans {
  margin-right: 1rem;
  padding: 0.8rem 0.5rem;
  color: #ff8f00;
  font-weight: 700;
}

dl.fqq_dd:first-child {
  border-bottom: 0;
}

.faq_dd {
  margin: 0 0 1rem;
  text-indent: -4.8rem;
  padding: 1.5rem 0.5rem 1.5rem 5.5rem;
  background: #f1f3f8;
  border-bottom: 0.1rem solid #f1f3f8;
}

.faq_dd > div {
  margin-top: 0.8rem;
  padding: 0.8rem;
  border: 0.1rem solid #8d93ab;
  border-radius: 0.4rem;
}

/* **************************************************
  static
************************************************** */

.static h1 {
  padding: 2rem 0;
  font-weight: 700;
  text-align: center;
  border-bottom: 0.1rem solid #f1f3f8;
}

/* **************************************************
  policy
************************************************** */

.alert-policy {
  background: #f1f3f8;
  margin-bottom: 2rem;
}

.policy div {
  margin: 2rem 0;
}

.policy div > b {
  margin-bottom: 0.5rem;
  display: block;
}

.policy p {
  margin-bottom: 1rem;
}

/* **************************************************
  company
************************************************** */

/* .company {
} */

.company h1 {
  padding: 2rem 0;
  font-weight: 700;
  border-bottom: 0.1rem solid #f1f3f8;
}

.company div {
  padding: 2rem 0;
}

.company div > b {
  margin-bottom: 0.5rem;
  display: block;
}

/* **************************************************
  research
************************************************** */

.table-striped tbody th:first-child {
  text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f3f8;
}

.research div {
  margin: 2rem 0;
}

.research p {
  margin-bottom: 2rem;
}

.research h2 {
  color: #ff8f00;
  font-weight: 700;
  margin-bottom: 1rem;
}

.research dl {
  margin: 0;
}

.research dt {
  padding: 0.5rem;
  background: #f1f3f8;
}

.research dd {
  padding: 0.5rem;
}

.research .terms_box {
  display: flex;
  padding: 0.5rem 0;
}

.research .terms_box b {
  margin-right: 2rem;
}

.research_tbl {
  font-size: calc(1.1rem + ((1vw - 0.375em) * 0.2544));
}

.research_tbl table {
  margin-bottom: 3rem;
}

.research_tbl th,
.research_tbl td {
  padding: 0.75rem 0.35rem;
}

.research_tbl th,
.research_tbl td {
  text-align: center;
}

.research_tbl thead th:first-child {
  text-align: left;
}

.research_tbl tbody td:last-child {
  font-weight: 700;
  color: #c70000;
}

/* **************************************************
  contact
************************************************** */

/* .contact {
} */

.contact h1 {
  padding: 2rem 0;
  font-weight: 700;
  text-align: center;
  border-bottom: 0.1rem solid #f1f3f8;
}

.form-btn-wrap {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-around;
  margin: 2rem 0;
}

.form-btn-wrap div:first-child {
  flex: 0 1 50%;
}

.flat .form-group {
  padding: 1.5rem 0;
}

.flat .form-control {
  font-size: 1.6rem;
}

.flat.form_contact input,
.flat.form_contact textarea {
  width: 100%;
}

.flat label.control-label {
  margin-bottom: 0.5rem;
}

/* **************************************************
  footer
************************************************** */

.footer {
  padding: 4rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: #2b2b2b;
}

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

.footer-copy a {
  color: #fff;
}

.footer-copy a + span {
  display: block;
}

.goTo-top {
  position: fixed;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 99;
}

.goTop {
  width: 4rem;
  height: 4rem;
  background: #2b2b2b;
  text-align: center;
  border-radius: 50%;
  line-height: 1em;
  cursor: pointer;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  opacity: 0.7;
  display: none;
}

.goTop > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* **************************************************
  index 続きを読む
************************************************** */

.article-wrap {
  position: relative;
}

.btn-next {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background: #64697a;
  color: #fff;
  margin: 0 auto;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.btn-next:after {
  content: "";
  width: 2rem;
  height: 1.6rem;
  display: inline-block;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="%23FFF" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
  background-size: 1.3rem auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active,
.btn-next.active {
  box-shadow: none;
  /* color: #64697a; */
  background-color: rgba(82, 80, 113, 0.8);
  color: #fff;
}

.article-next {
  position: relative;
  overflow: hidden;
  height: 33vw;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  max-height: 33vw;
  overflow: hidden;
}

@media (min-width: 576px) {
  .article-next {
    height: 9vw;
  }
}
/*
.article-next:before {
  content: "";
  width: 100%;
  height: 15vw; グラデーションで隠す範囲
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
} */
.article-trigger {
  display: none;
}
.article-trigger:checked + .btn-next {
  display: none;
}
.article-trigger:checked ~ .article-next {
  height: auto;
  max-height: 200vh;
  display: block;
  opacity: 1;
  visibility: visible;
}
.article-trigger:checked ~ .article-next:before {
  display: none;
}

/* **************************************************
  aimation設定
************************************************** */

.anime-left,
.anime-right,
.anime-scaleHalf,
.anime-scale {
  overflow: hidden;
}

/* **************************************************
  ぶるぶる
************************************************** */
.bg-change {
  -webkit-animation: bg-change 0.4s ease-in-out 0s infinite alternate;
  animation: bg-change 0.4s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bg-change {
  from {
    background-color: #7adf56;
  }
  to {
    background-color: #63b944;
  }
}
@keyframes bg-change {
  0% {
    background-color: #7adf56;
  }
  100% {
    background-color: #63b944;
  }
}

.rotate-change {
  display: inline-block;
  -webkit-animation: rotate-change 1s 2s infinite;
  animation: rotate-change 1s 2s infinite;
}
@-webkit-keyframes rotate-change {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  10%,
  20% {
    -webkit-transform: scale(0.8, 0.8) rotateZ(-3deg);
    transform: scale(0.8, 0.8) rotateZ(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1, 1) rotateZ(3deg);
    transform: scale(1, 1) rotateZ(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1, 1) rotateZ(-3deg);
    transform: scale(1, 1) rotateZ(-3deg);
  }
  to {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@keyframes rotate-change {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  10%,
  20% {
    -webkit-transform: scale(0.8, 0.8) rotateZ(-3deg);
    transform: scale(0.8, 0.8) rotateZ(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1, 1) rotateZ(3deg);
    transform: scale(1, 1) rotateZ(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1, 1) rotateZ(-3deg);
    transform: scale(1, 1) rotateZ(-3deg);
  }
  to {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

/* **************************************************
  2021/08/04 追加 css modal
************************************************** */

/*floating Icon*/
.icon-pay-button {
    width: 8rem;
      height: 8rem;
  position: fixed;
  bottom: 56px;
  right: 5px;
  /* margin: 1rem 0; */
  animation: animation-drift 3s linear infinite;
  transform-origin: 50% 50%;
  z-index: 99;

background-color: #FA8BFF;
  background-image: linear-gradient(45deg, #f764ff 0%, #0ec6f9 52%, #04c658 90%);

  border-radius: 50px;
  padding: 3px 20px 40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@keyframes animation-drift {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/* .icon-pay-button:before {
  content: "";
  content: "\f201";
  width: 1.4em;
  height: 1.3em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: calc(2.5rem + ((1vw - 0.375em) * 0.2544));
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-point%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23181818%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M55.78%2C2.23H24.22A7.23%2C7.23%2C0%2C0%2C0%2C17%2C9.44V72.15a7.22%2C7.22%2C0%2C0%2C0%2C7.21%2C7.21H55.78A7.22%2C7.22%2C0%2C0%2C0%2C63%2C72.15V9.44A7.23%2C7.23%2C0%2C0%2C0%2C55.78%2C2.23Zm2.94%2C69.92a3%2C3%2C0%2C0%2C1-2.94%2C2.95H24.22a3%2C3%2C0%2C0%2C1-2.94-2.95V9.44A2.94%2C2.94%2C0%2C0%2C1%2C24.22%2C6.5h6.22v.62a2.66%2C2.66%2C0%2C0%2C0%2C2.67%2C2.67H46.89a2.66%2C2.66%2C0%2C0%2C0%2C2.67-2.67V6.5h6.22a2.94%2C2.94%2C0%2C0%2C1%2C2.94%2C2.94Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.39%2C24.19a1.77%2C1.77%2C0%2C0%2C0-.6-1.4%2C2.37%2C2.37%2C0%2C0%2C0-1.64-.54H38.31v3.86h2.84a2.41%2C2.41%2C0%2C0%2C0%2C1.64-.53A1.74%2C1.74%2C0%2C0%2C0%2C43.39%2C24.19Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40%2C14.26A12.58%2C12.58%2C0%2C1%2C0%2C52.58%2C26.84%2C12.58%2C12.58%2C0%2C0%2C0%2C40%2C14.26ZM38.31%2C28.58v5.3h-3V19.8h6a6.35%2C6.35%2C0%2C0%2C1%2C2.16.35%2C4.63%2C4.63%2C0%2C0%2C1%2C1.61.94%2C4.36%2C4.36%2C0%2C0%2C1%2C1%2C1.41%2C4.26%2C4.26%2C0%2C0%2C1%2C0%2C3.38%2C4.12%2C4.12%2C0%2C0%2C1-1%2C1.4%2C4.49%2C4.49%2C0%2C0%2C1-1.61.95%2C6.35%2C6.35%2C0%2C0%2C1-2.16.35Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  color: #fff;
  position: absolute;
    top: -2px;
} */

.icon-pay-button_inner {
  /* width: 6.5em; */
  position: absolute;
  top: 1.7rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  line-height: 1.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  /* letter-spacing: -0.1em; */
  /* background-color: rgb(99 185 68); */
  /* text-shadow: 1px 1px 0px rgb(99 185 68), -1px 1px 0px rgb(99 185 68),
    1px -1px 0px rgb(99 185 68), -1px -1px 0px rgb(99 185 68); */
}

.modal-wrapper {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 5px;
  /* text-align: center; */
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 999;
  position: relative;
  width: 100%;
  /* max-width: 600px; */
  padding: 40px 0px 40px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  max-width: 576px;
  margin :0 auto;
  left:50%;
  transform: translateX(-50%);
}

.modal-wrapper .modal-window.bg-white{
  padding: 50px 3px 30px;
  z-index: 99;
  overflow-y: auto;
}



.modal-wrapper .modal-window .modal-window-inner {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.btn-close {
  display: inline-block;
  padding: 5px 0;
}

.btn-close::before,
.btn-close::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
}

.btn-close::before {
  transform: rotate(-45deg);
}

.btn-close::after {
  transform: rotate(45deg);
}

.modal-wrapper .modal-close {
  z-index: 999;
  position: absolute;
  top: 5px;
  right: 10px;
  /* width: auto; */
  color: #000 !important;
  font-size: 1.4rem;
  /* font-weight: 700; */
  /* line-height: 22px; */
  padding: 4px 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
background: #fff;
  border:1px solid #ccc;
  border-radius: 5px;
  display: flex;
    align-items: center;
}

.modal-wrapper .modal-close.bottom {
  z-index: 999;
  position: absolute;
  top:auto;
  bottom: 5px;
  right: 11px;

}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}


body.no_scroll {
  overflow: hidden;
}


/* **************************************************
  2022/09/26 追加 css swiper
************************************************** */
.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.picSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  padding:0 10px;
  object-fit: contain;
}

.swiper-inner-button{
  display: flex;
  justify-content: space-between;
    gap: 0 5px;
}

.swiper-inner-button > div.btn-wrap:first-child{
  flex:1 0 39%;
}
.swiper-inner-button > div.btn-wrap:last-child {
  flex: 0 1 auto;
}

.swiper-inner-button .btn-detail{
  font-size: 1.4rem;
}


.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  transition: .8s cubic-bezier(.2, 1, .2, 1);

}
.swiper-button-prev{
  left:0;
}
.swiper-button-next {
  right:0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  border: solid #FFF;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}


