/* TOP */

.global-header-link-container {
  position: absolute;
  top: 30px;
  right: 23%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
}

.global-header-link-inner-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.global-header-link {
  position: relative;
}

.global-header-link-main {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 40px;
  font-size: 1.1em;
  font-weight: 700;
  transition: color .2scubic-bezier(.11,.76,0,1);
  color: #422612 !important;
  text-decoration: none;
}

.global-header-link-main:after {
  position: absolute;
  top: calc(50% + 27px);
  right: 16px;
  left: 16px;
  height: 4px;
  background-color: #f4a000;
  transition: transform .2scubic-bezier(.11,.76,0,1);
  transform-origin: left center;
  transform: scaleX(0);
  content: "";
}

.global-header-link a {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.global-header-link:hover a {
  background-color: #f4a000;
  color: #333;
  border-radius: 25px;
}

@media print, screen and (min-width: 744px) {
  .l-headerTitle img {
    width: 20%;
    height: auto;
    margin-top: 2%;
    margin-left: 2%;
  }
}

.p-homeFv__mv {
  width: 100%;
  position: relative;
  overflow: hidden; /* 余分な部分を隠す */
}

@media print, screen and (min-width: 744px) {
  .p-homeFv__mv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%; /* 背景画像を2つ分表示 */
    height: 100%;
    background-image: url('../img/banner-back.jpg'); /* 背景画像のパス */
    background-size: auto 100%; /* 高さをフィットさせる */
    background-repeat: repeat-x; /* 横方向に繰り返す */
    animation: moveBackground 30s linear infinite; /* アニメーション */
  }
}

/* アニメーションの定義 */
 @keyframes moveBackground {
  0% {
    transform: translateX(0); /* 初期位置 */
  }
  100% {
  transform: translateX(-50%); /* 左に50%移動 (背景画像の半分) */
  }
}

.icon-moving {
    width: 100%;
    height: 100%;
}

.icon-moving p {
    max-width: 235px;
    width: 100%;
    position: absolute;
    filter: drop-shadow(3px 3px 0px #333);
    overflow: hidden;
    transform: translateY(0);
    padding-top: 1%;
    margin-bottom: 0;
}

.icon-moving p {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.25, 1.5, 0.5, 1);
}

.icon-moving p.slide-up {
    opacity: 1;
    transform: translateY(0);
}

.moving-img-1 {
    right: 3%;
    top: -6%;
    z-index: 0;
}

.moving-img-2 {
    left: -0.5%;
    z-index: 2;
    top: -8%;
    max-width: 250px !important;
}

.moving-img-3 {
    left: 10%;
    z-index: 1;
    top: 27.5%;
}

.moving-img-4 {
  right: 0%;
  bottom: -5%;
  z-index: 2;
}

.moving-img-4 img {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.moving-img-5 {
    right: 7.5%;
    z-index: 3;
    bottom: -1%;
}

.moving-img-6 {
    left: 2.5%;
    z-index: 3;
    top: 2%;
}

.moving-img-6-3 {
    right: 0.5%;
    z-index: 3;
    top: 4%;
}

.moving-img-7 {
  right: 9%;
  z-index: 3;
  top: 0;
}

.moving-img-7 img {
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    opacity: 1;
}

@keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
}

.moving-img-8 {
    left: 2.5%;
    z-index: 3;
    top: 2%;
}

.moving-img-9 {
  z-index: 0;
  top: 17.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

video {
	text-align: center;
	margin: 0 auto 3em;
	position: relative;
}

.moving-img-9 img {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
   

.moving-img-10 {
    left: 2.5%;
    z-index: 3;
    top: 2%;
}

.moving-img-11 {
    left: 2.5%;
    z-index: 3;
    top: 2%;
}
.news__list_ttl .news_a {
	color: #007cff;
	margin-left: 5px;
}
.p-homeFv__mv .banner-subimg-1,
.p-homeFv__mv .banner-subimg-2,
.p-homeFv__mv .banner-subimg-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  opacity: 0;
  transition: top 0.8s ease-out, opacity 0.8s ease-out;
  z-index: 1;
}

/* それぞれの背景画像 */
.p-homeFv__mv .banner-subimg-1 { 
  background-image: url('../img/banner-pc-1.png');
  left: 0px;
  background-size: 1500px;
  background-position: bottom left 10%;
}
.p-homeFv__mv .banner-subimg-2 { 
    background-image: url('../img/banner-pc-2.png'); 
    left: 0px;
    background-size: 1500px;
    background-position: bottom center;
}
.p-homeFv__mv .banner-subimg-3 { 
  background-image: url('../img/banner-pc-3.png');
  left: 0px;
  background-size: 1500px;
  background-position: bottom right 10%;
}

/* JavaScript で適用するクラス（降ってくる＆ズームイン） */
.fall-animation {
    top: 0px; /* 元の位置に降りてくる */
    opacity: 1; /* 表示する */
    animation: zoomIn 0.5s ease-out forwards; /* 既存の zoomIn アニメーションを適用 */
}



.p-homeFv__mv img {
  width: 100%;
  min-width: 743px;
  min-height: 700px;
  max-height: 1080px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

/* 1つ目の画像 */
.p-homeFv__mv .image-before {
  position: absolute;
  width: 1350px;
  height: 550px;
  background-image: url('../img/morepay-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 95px;
  left: 245px;
  animation: zoomIn 0.5s ease-out 0s forwards;
  z-index: 1;
}

/* 2つ目の画像 */
.p-homeFv__mv .image-after {
  position: absolute;
  width: 615px;
  height: 100px;
  background-image: url('../img/morepay-logo2.png'); /* 背景画像 */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -300px; /* 画面外に配置 */
  left: 640px;
  animation: dropImage 1.5s ease-out 1s forwards; /* 遅延付きアニメーション */
  z-index: 1;
}

/* アニメーションの定義 */
@keyframes dropImage {
  0% {
    transform: translateY(0); /* 初期位置 */
  }
  100% {
    transform: translateY(calc(100vh - 100%)); /* 元の位置に降りる */
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.p-homeFv__mv picture {
  position: relative;
}

.l-drawer__link {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.l-drawerBody .btn-block {
  display: flex;
  justify-content: center;
  margin-top: 10%;
}

/* シミュレーション */
.simulation {
  margin-bottom: 160px;
}

.simulation__box {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  border-radius: 80px;
}

.simulation__heading {
  position: relative;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 3em;
  text-align: center;
}

.simulation__body {
  font-weight: 600;
  line-height: 2;
  font-size: 18px;
  margin-top: 5%;
}

.simulation__body p:not(:last-child) {
  margin-bottom: 2em;
}

.chart {
  font-size: 1.7em;
}

.simulation-box2, .simulation-box3 {
  margin-top: 2%;
}

.input_form {
  position: relative;
}

.list_check {
  margin-bottom: 0;
  padding: 0;
  justify-content: left;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.list_check li:nth-of-type(8) {
  margin-right: 0;
}

.list_check li:nth-of-type(4) {
  margin-right: 0;
}

.list_check li {
  background-size: cover;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_check .kinds-box {
  width: 100%;
  padding: 2px;
}

.list_check li label {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #f5b821;
  cursor: pointer;
  position: relative;
  min-height: 100px;
  flex-wrap: wrap;
}

.list_check li input + label::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 3px solid #ccc;
  background-color: #fff;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_check li label img {
  width: 65%;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
  margin: 1em auto;
  background-color: #fff;
}

.kinds_name {
  width: 100%;
  font-size: 1em;
  margin-bottom: 5px;
  text-align: center;
  color: #424242;
}

.list_check li input + label::after {
  content: "";
  height: 15px;
  width: 10px;
  position: absolute;
  transform: rotate(45deg);
  left: 21px;
  top: 0;
  bottom: 4px;
  margin: auto;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

ul.kinds.list_check li input:checked + label .kinds_name {
  color: #000000;
}

.list_check li input:checked + label::after {

  border-bottom: 3px solid red;
  border-right: 3px solid red;
}

.satei_gt {
  display: none;
}

#simulation .simulation-box2 .chart {
  display: flex;
  align-items: center;
  justify-content: left;
}

.list_button {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.list_button li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.list_button li label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.list_button li.syokai label {
  margin-bottom: 0;
  height: 76px;
  border-radius: 5px;
  width: 500px;
}

.list_button li.syokai input:checked + label {
  color: white;
  border: 2px solid #f73900;
  background: #f73900;
}



.list_button li label .kinds_name:hover {
  color: white;
  border: 2px solid #f73900;
  background: #f73900;
}

.list_button li label .kinds_name {
  color: #f73900;
  padding: 0;
  font-size: 2em;
  border: 2px solid #f73900;
  border-radius: 5px;
  background: #fff;
  min-height: 76px;

}

ul.riyou.list_button li input:checked + label .kinds_name {
  color: white;
  border: 2px solid #f73900;
  background: #f73900;
}

.list_button li.nikaime label {
  margin-bottom: 0;
  height: 76px;
  border-radius: 5px;
  width: 500px;
}

.list_button li.nikaime input:checked + label {
  color: white;
  border: 2px solid #f73900;
  background: #f73900;
}

#simulation .simulation-box3 .chart {
  display: flex;
  align-items: center;
  justify-content: left;
}

#u_price {
  width: 100%;
  border-radius: 5px;
  border: 5px solid #f5b821;
  font-size: 2em;
  padding: 20px;
  padding-right: 20px;
  font-weight: 700;
  padding-right: 100px;
}

.input_form .yen {
  font-weight: 900;
  color: #f5b821;
  font-size: 45px;
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.result {
  position: relative;
  margin-top: 3vw;
}

.result_number {
  font-size: 5em;
  font-weight: 600;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: right;
  color: #f5b821;
  display: flex;
  justify-content: right;
  line-height: 1em;
}

.result_number::after {
  content: "円";
  font-size: .5em;
  font-weight: 900;
  margin-left: 1.5vw;
  line-height: 1em;
  padding-top: 3vw;
}

.simulation__body .btn-block {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

/* 換金率 */

.rate__heading {
  position: relative;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 3em;
  text-align: center;
}

.rate-app {
  border-bottom: 3px solid #f5b821;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #f5b821;
}

.rates-box {
  border: 3px solid #f5b821;
  margin-right: 2%;
  width: 23%;
  margin-bottom: 2%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.rate__body {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  font-size: 1.2em;
  margin-top: 4%;
}

.ratebox {
  position: relative;
  height: 10vw;
  margin: 7%;
}

.gdata {
  padding: 1.4em 0;
  background: url(../images/gtext_bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0vw;
  left: 0%;
  width: 100%;
  border: 3px solid #f73900;
  border-radius: 35px;
}

.gtext div {
  position: absolute;
  bottom: 45px;
  padding: 0;
}

.rate-texts p {
  text-align: center;
}

/* テキスト（`初回` / `2回目以降`）を中央に配置 */
.rate-texts p {
  position: absolute; /* 中央固定 */
  font-weight: bold;
  text-align: center; /* 既存の中央揃えを適用 */
  width: 100%;
  opacity: 0; /* 初期状態で非表示 */
  transition: opacity 0.5s ease-in-out;
  top: 15%;
}

/* アクティブなテキストのみ表示 */
.rate-texts p.active {
  opacity: 1;
}

.rate-texts {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.grate {
  position: relative;
  left: 0;
  top: 32%;
  height: 7vw;
  overflow: hidden;
}

.grate div {
  float: left;
  width: 50%;
  height: 7vw;
  padding: 0;
  position: absolute; /* 変更: relative にする */
  width: 100%;
  transition: transform 0.6s ease-in-out; /* スムーズなスライドアニメーション */
}

.grate p {
  position:relative;
  width:100%;
  height:7vw;
}

.grate img {
  position: absolute;
  width: 3.2em;
  vertical-align: middle;
}

.grate img.rn1 {
  left:0;
  bottom:0;
}

.grate img.rn2 {
  left: 3.2em;
  bottom: 1px;
}

.grate img.rn3 {
  top: .7vw;
  right: 0.8vw;
  width: 2.5em;
}

.grate img.percent {
  bottom: .2vw;
  right: 0.4vw;
  width: 2.5em;
}


/* スライドアウト（左へ移動） */
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* スライドイン（右から移動） */
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* スライドアウト（左へ移動） */
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* スライドイン（右から左へ移動） */
@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* アニメーション適用 */
.slide-left {
  animation: slideLeft 0.6s ease-in-out forwards;
}

.slide-right {
  animation: slideRight 0.6s ease-in-out forwards;
  opacity: 0; /* 変更: 初めは見えない */
}

.slide-right-active {
  opacity: 1; /* 変更: スライドが始まった後に表示 */
}

/* アニメーション適用 */
.slide-out {
  animation: slideOut 0.6s ease-in-out forwards;
}

.slide-in {
  animation: slideIn 0.6s ease-in-out forwards;
}

.rate-texts, .grate {
  display: flex;
  width: 100%;
}

/* 各アイテム設定 */
.rate-texts p, .grate div {
  width: 100%;
  flex-shrink: 0;
  transition: transform 0.6s ease-in-out;
}


.rate__body .btn-block {
  display: block;
  align-content: center;
}

.rate__body .btn-block .__btn {
  text-align: center;
  margin: 3% 11%;
}


/* お悩み */
.trouble-inner {
  text-align: center;
}

.trouble-title {
    padding: 48px 0;
    font-size: 64px;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 3%;
}

.trouble-box {
    background-image: url("../img/trouble.png");
    background-size: 100%;
    font-size: 1.2em;
    width: 365px;
    height: 215px;
    align-content: center;
    font-weight: bold;
    margin-bottom: 1%;
    opacity: 0; /* 初期状態は非表示 */
    transform: scale(0.8);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    animation: none; /* 最初はアニメーションなし */
}

/* スクロール後にアニメーションを適用 */
.trouble-box.visible {
    opacity: 1;
    transform: scale(1);
    animation: zoomIn 0.5s ease-out 0s forwards;
}


.trouble-box2 {
    background-image: url("../img/yajirushi.png");
    background-size: 105%;
    font-size: 1.2em;
    width: 365px;
    height: 215px;
    align-content: center;
    font-weight: bold;
    transform: rotate(16deg);
    margin-top: 3%;
}

.trouble-body {
    display: flex;
    flex-wrap: wrap;
}

.trouble-inner {
    min-width: 860px;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
}


/* 解決 */

.solution__heading {
    margin-bottom: 5%;
    margin-top: 1%;
}

.trouble-title h2 {
    font-weight: bolder;
}

.sub-title {
    font-size: 0.6em;
}

.solution__section {
    min-height: 640px;
    margin-bottom: 62px;
    background: url(../img/bg-img2.png) no-repeat;
    background-size: contain;
}

.solution__section_body {
    margin-left: 8%;
    padding-top: 13%;
}

.solution__section_num {
    margin: 0 0 20px;
}

.solution__section_ttl {
    font-size: 32px;
}

.solution__section:nth-of-type(2) {
    background-image: url(../img/bg-img.png);
}
  
.solution__section:nth-of-type(2) .solution__section_body {
    margin-left: 50%;
}

.solution__section:nth-of-type(4) {
  background-image: url(../img/bg-img.png);
}

.solution__section:nth-of-type(4) .solution__section_body {
  margin-left: 50%;
}

.solution__section_pict {
    display: block;
    position: absolute;
    top: 10%;
    right: 10px;
    padding: 11px 13px 0 13px;
    background: none;
}

.solution__section_pict_inner {
    overflow: hidden;
}

.solution__section_pict img {
    width: 400px;
    height: auto;
}

.solution__section:nth-of-type(2) .solution__section_pict {
    top: 10%;
    right: inherit;
    left: 15px;
}

.solution__section:nth-of-type(4) .solution__section_pict {
  top: 10%;
  right: inherit;
  left: 15px;
}

.swiper-slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
}
  
.swiper-slide1::before {
    content: "";
    position: absolute;
    background-image: url("../img/loop-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    z-index: 0;
    -webkit-animation: rotate-anime 85s linear infinite;
    animation: rotate-anime 85s linear infinite;
    opacity: 0.6;
}

/* 画像は回転しない */
.swiper-slide1 picture {
    position: relative;
    z-index: 1; /* 回転背景より前面に表示 */
}

@-webkit-keyframes rotate-anime {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: 360deg;
    }
}
  
@keyframes rotate-anime {
    0% {
      rotate: 0deg;
    }
    100% {
      rotate: 360deg;
    }
}

.solution__section_txt {
    font-size: 1.1em;
}

.solution {
    margin-bottom: 4%;
}

  .solution .l-container {
    width: 1160px;
}

/* 現金化までの流れ */

.c-pagetitle {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    text-align: center;
}

.step__heading {
    margin-bottom: 120px;
}

.steps__item_ttl {
    line-height: 1.5;
    min-height: 3em;
    font-size: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}

.p-topics__tag li::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f73900;
}

.p-topics__tag li {
    position: relative;
    padding-left: 1.2em;
    font-size: 0.95em;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 8px 8px 0;
      margin-right: 8px;
}

.steps__item {
    background: white;
    padding: 36px;
    position: relative;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.steps__item:last-child::after {
    display: none;
}

.steps__item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f73900 transparent transparent transparent;
    bottom: 50%;
    right: -12%;
    border-width: 25px 20px 0 20px;
    transform: rotate(-90deg);
}
  
  /* スクロール後にアニメーションを適用 */
.steps__item.visible {
    opacity: 1;
    transform: translateY(0); /* 元の位置に降りてくる */
}

.step .steps:not(.swiper-initialized) {
    display: block;
}

.step .steps:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.step .steps:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 80px) / 3);
    margin: 0 0 40px;
}

.step .steps:not(.swiper-initialized) .swiper-slide:not(:nth-child(3n)) {
    margin-right: 40px;
}

.step .steps.swiper-initialized .steps__item {
    width: 71.7vw;
}
  

.btn-block {
    display: flex;
    justify-content: center;
}

.__btn {
    text-align: center;
    margin-right: 3%;
}

.__btn:last-child {
    margin-right: 0;
}

.form-btn {
    display: inline-block;
    padding: 2em 3.33em 2em;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    background-color: #ff7d55;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    color: #424242;
    z-index: 1;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

.form-btn {
    min-width: 420px;
    font-size: 18px;
}

.form-btn:visited {
    color: #424242;
}

.form-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.89em;
    margin: auto;
    width: 2.67em;
    height: 2.67em;
    border-radius: 50%;
    background: #fff url(../img/yajirushi1.png) no-repeat center center;
    background-size: 1.1em;
    transition: 0.2s;
}

.form-btn[target=_blank] span {
    padding-right: 1.3em;
}

.form-btn[target=_blank] span::before {
    width: 0.8em;
    height: 0.8em;
    background: url(../images/ico_blank.svg) no-repeat center center;
    background-size: contain;
    border: none;
    transform: rotate(0);
}

@media (hover: hover) {
    .form-btn:where(:any-link, :enabled, summary):hover {
      text-decoration: none;
      background: #fb8027;
    }
}

/* 選ばれ続ける理由 */
.reason-inner {
    text-align: center;
}

.reason-title {
    padding: 48px 0;
    font-size: 64px;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    font-weight: 800;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
}

.reasom-box-inner {
    background: url(../img/reason-img.png) no-repeat;
      background-size: auto;
    background-size: auto;
    background-size: 100%;
    margin-bottom: 62px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 4%;
    min-width: 330px;
    min-height: 300px;
    opacity: 0;
    transform: translateX(-50px); /* 左からスライドイン */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reasom-box-inner.visible {
    opacity: 1;
    transform: translateX(0);
}

.reasonbox-number {
    font-size: 5em;
    padding-left: 9%;
    align-content: center;
    font-weight: bold;
}

.reasonbox-body {
    flex: 1;
    text-align: center;
    align-content: center;
}

.reasonbox-title {
    font-size: 2em;
    font-weight: bold;
    border-bottom: 2px solid #f9db00;
    padding-left: 8%;
}

.reasonbox-text {
    font-size: 1.3em;
}

/* 口コミ */


.reviews {
    padding-top: 5%;
}

.reviews-title {
    padding: 48px 0;
    font-size: 64px;
    display: inline-block;
    position: relative;
    line-height: 1.1;
    font-weight: 800;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
}

.reviews-body {
    padding: 1% 0.5%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1190px;
    background: #ffefb6;
    border-radius: 80px;
}

  .reviewbox-inner {
    padding: 25px 20px;
    background: #fff;
    border-radius: 55px;
    margin-bottom: 1%;
    height: 405px;
}

.reviews-silder {
    display: flex;
    transition: transform 0.5s ease-in-out; /* スムーズなスライド */
    will-change: transform;
    width: 100%;
}

.reviews-box {
    flex-shrink: 0;
    width: 1120px;
    padding: 10px;
    flex: 0 0 100%;
    box-sizing: border-box;
}

.review_flex_dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.review_flex_dd_1 {
    width: 15%;
}

.review_flex_dd_1 img {
    border: 5px solid #ffe138;
    border-radius: 65%;
    background-color: #fffdf4;
}

.review_flex_dd_2 {
    width: 80%;
}

.review_top_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.sub__title {
    padding: 5px 10px;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    width: fit-content;
    border-bottom: 2px solid #f9db00;
}

.review_date {
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    width: fit-content;
}

.review_flex {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: 1.5em 0 .5em 0;
}

.reviewbox-inner .name {
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
    background: #ffffff;
    border-radius: 5px;
}

.review_flex .name {
    padding: 0 10px;
}

.review_star {
    padding: 5px 10px;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    width: fit-content;
}

.review_star1 {
    color: #ffb300;
    font-size: 1.5em;
}

.reviewbox-inner .lead {
    margin-top: 0;
    line-height: 2;
    font-weight: bold;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 1% 5%;
}

.Arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 1000; /* スライドの上に表示 */
}
  
.Arrow.left {
    left: 10px;
}
  
.Arrow.right {
    right: 10px;
}

.Hide {
    display: none;
}

.p-homeProduct .btn-block {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

/* Q＆A */
.Q\&A__btn {
    text-align: center;
    padding-top: 5%;
}

.Q&A {
    margin-bottom: 200px;
}

.Q&A__heading {
    margin-bottom: 30px;
}

.Q&A__btn {
    margin-top: 80px;
}

.faqItem {
    border-top: solid 1px #424242;
    padding: 40px 0;
}

.faqItem:last-child {
    border-bottom: solid 1px #424242;
}

.faqItem__q {
    position: relative;
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 700;
    padding-right: 40px;
    cursor: pointer;
    background-image: url("../img/q.png");
    background-size: 5%;
    padding-left: 5%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.faqItem__q::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #424242;
    border-right: 1px solid #424242;
    transform: rotate(45deg);
    transition: 0.2s;
}

.faqItem__q.open::after {
    transform: rotate(-45deg) scaleY(-1);
}

.faqItem__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-image: url("../img/a.png");
    background-size: 5%;
    padding-left: 6%;
    padding-bottom: 1%;
    padding-top: 2%;
    
    opacity: 0; /* 初期状態では見えないようにする */
    visibility: hidden; /* 完全に非表示にする */
    background-position-y: 50%;
}


.faqItem__q.open + .faqItem__a {
    max-height: 300px; /* ここを適宜変更 */
}

.qa-img {
    width: 5%;
}

.u-clapScroll1 {
  border-top: solid 2px #ececec;
  border-bottom: solid 2px #ececec;
  height: 123px;
  background: url(../img/morepay-logo.png) repeat-x center center;
  animation: clapScroll1 4s linear infinite;
  background-size: 289px 100px;
}

.u-clapScroll, .u-clapScroll2 {
  border-top: solid 2px #ececec;
  border-bottom: solid 2px #ececec;
  height: 123px;
  background: url(../img/morepay-logo2.png) repeat-x center center;
    background-size: auto;
  animation: clapScroll 4s linear infinite;
  background-size: 520px 65px;
}

.u-clapScroll2 {
  animation: clapScroll2 4s linear infinite;
}

@-webkit-keyframes clapScroll1 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -289px center;
  }
}
@keyframes clapScroll1 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -289px center;
  }
}


@-webkit-keyframes clapScroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -520px center;
  }
}
@keyframes clapScroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -520px center;
  }
}
@-webkit-keyframes clapScroll2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 520px center;
  }
}
@keyframes clapScroll2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 520px center;
  }
}
@-webkit-keyframes clapScroll_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -150px center;
  }
}
@keyframes clapScroll_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -150px center;
  }
}
@-webkit-keyframes clapScroll_sp2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150px center;
  }
}
@keyframes clapScroll_sp2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150px center;
  }
}

.l-footer__navi li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.l-footer__navi li a {
  position: relative;
  display: inline-block;
  color: #424242;
  text-decoration: none;
  margin-bottom: 1.5em;
}

/* ひよこボタン */
.button--piyo {
  --main_color: #f4cf47;
  --sub_color1: #f4e19c;
  --base_color: #000;
  --border_radius1: 60px 60px 40px 40px / 48px 48px 30px 30px;
  --border_radius2: 70px 70px 40px 40px / 48px 48px 30px 30px;
  --border_radius3: 40px 40px 40px 40px / 48px 48px 30px 30px;
}

.button{
  position : relative ;
  display : flex ;
  justify-content : center ;
  align-items : center ;
  width : 280px ;
  height : 80px ;
  box-sizing : border-box ;
  text-decoration : none ;
  border : solid 3px #000 ;
  border-radius : 40px ;
  background : var(--main_color) ;
  margin-right: 2%;
}

@keyframes moamoa {
  0% {
      opacity: 1;
      filter: blur(0.5px);
      transform: scale(1);
  }
  50% {
      opacity: 0.8;
      filter: blur(1px);
      transform: scale(1.05);
  }
  100% {
      opacity: 1;
      filter: blur(0.5px);
      transform: scale(1);
  }
}

.button::before{
  content : '' ;
  position : absolute ;
  z-index : 2 ;
  top : 0 ;
  right : 20px ;
  bottom : 0 ;
  margin : auto 0 ;
  width : 24px ;
  height : 24px ;
  background : var(--base_color) ; 
  transition : all ease .2s ;
}

.button--piyo::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 14px);
  border-radius: 40px;
  border: 8px solid #ffbf0063;
  animation: moamoa 1.5s infinite alternate;
  z-index: 0;
}

.button__wrapper{
  display : flex ;
  justify-content : center ;
  align-items : center ;
  position : relative ;
  z-index : 1 ; 
  width : 100% ;
  height : 100% ;
  border-radius : 40px ;
  overflow : hidden ;
}

.button__wrapper::before,
.button__wrapper::after{
  transition : all .5s ease ;
}

.characterBox {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 180px;
  height: 56px;
}

.button__text {
  position: relative;
  z-index: 3;
  font-size: 1em;
  letter-spacing: 2px;
  color: var(--base_color);
  transition: all .3s ease;
  margin-right: 7%;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
}

.character {
  position: relative;
  box-sizing: border-box;
  animation: sleep 1s ease infinite alternate;
  z-index: 1;
}

.button--piyo::before{
  clip-path : path('M24,12.02c0-1.09-.75-1.71-.81-1.77L11.17,.45c-.91-.74-2.21-.56-2.91,.42-.69,.97-.52,2.37,.39,3.11l7.12,5.81-13.7-.02h0C.93,9.77,0,10.76,0,11.99c0,1.23,.93,2.22,2.07,2.22l13.7,.02-7.13,5.78c-.91,.74-1.09,2.13-.4,3.11,.41,.58,1.03,.88,1.65,.88,.44,0,.88-.15,1.25-.45l12.04-9.76c.07-.06,.82-.67,.82-1.77Z') ;
}

.button--piyo .button__wrapper::before,
.button--piyo .button__wrapper::after{
    content : '' ;
    position : absolute ;
    bottom : 0 ;
    width : 130px ;
    height : 38px ;
    background : var(--sub_color1) ;
    clip-path : path('M13.77,37.35L.25,16.6c-.87-1.33,.69-2.91,2-2.02l12.67,8.59c.81,.55,1.91,.14,2.18-.81l2.62-9.33c.39-1.4,2.34-1.42,2.76-.02l3.6,11.99c.33,1.11,1.74,1.4,2.47,.52L49.38,.52c.87-1.04,2.53-.42,2.53,.95V23.7c0,1.13,1.2,1.83,2.16,1.26l12.75-7.51c.85-.5,1.94,0,2.13,.98l1.5,7.6c.2,1.03,1.37,1.51,2.22,.92l17.74-12.3c1.09-.75,2.52,.25,2.21,1.55l-2.44,10.2c-.26,1.09,.74,2.06,1.8,1.75l30.8-9.04c1.37-.4,2.42,1.26,1.49,2.36l-9.07,10.66c-.83,.98-.1,2.49,1.17,2.42l12.12-.68c1.6-.09,2.12,2.15,.65,2.8l-2.73,1.21c-.18,.08-.38,.12-.58,.12H14.97c-.48,0-.93-.25-1.2-.65Z') ;
}

.button--piyo .button__wrapper::before{
    left : 0 ;
}

.button--piyo .button__wrapper::after{
    right : 0 ;
    transform : rotateY(180deg) ;
}


.button:hover .button__wrapper::before{
  transform : translateX(-12px) ;
}

.button:hover .button__wrapper::after{
  transform : rotateY(180deg) translateX(-12px) ;
}

.button:hover .button__text{
  letter-spacing : 6px ;
}

.button:hover::before{
  right : 14px ;
}

.button:hover .wakeup{
  animation : wakeup .2s ease ;
  animation-fill-mode : forwards ;
}

.button:hover .wakeup .character__face{
  top : 20px ;
}

.button:hover .wakeup .character__face::before,
.button:hover .wakeup .character__face::after{
  animation : eye 5s linear infinite ;
}

.button:hover .wakeup:nth-child(2) .character__face::before,
.button:hover .wakeup:nth-child(2) .character__face::after{
  animation : eye_2 5s linear infinite ;
}

@keyframes sleep{
  0%  {
      height : 36px ;
      border-radius : var(--border_radius1) ;
  }
  100%{
      height : 32px ;
      border-radius : var(--border_radius2) ;
  }
}

@keyframes wakeup{
  0%  {
      height : 32px ;
      border-radius : var(--border_radius2) ;
  }
  100%{
      height : 56px ;
      border-radius : var(--border_radius3) ;
  }
}

@keyframes eye {
  0%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  30%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  32%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
  }
  34%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  70%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  72%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
  }
  74%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  76%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
  }
  78%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  100%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
}

@keyframes eye_2 {
  0%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  10%{
      transform : translateX(0);
  }
  12%{
      transform : translateX(3px);
  }
  20%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  22%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
  }
  24%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  25%{
      transform : translateX(3px);
  }
  27%{
      transform : translateX(0);
  }
  74%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
      transform : translateX(0);
  }
  76%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
      transform : translateX(3px);
  }
  78%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  80%{
      top : -4px ;
      width : 8px ;
      height : 2px ;
  }
  82%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
  }
  85%{
      transform : translateX(3px);
  }
  87%{
      transform : translateX(0);
  }
  100%{
      top : -6px ;
      width : 6px ;
      height : 6px ;
      transform : translateX(0);
  }
}

.button--hoo {
  --main_color: #4dc18b;
  --sub_color1: #367d2d;
  --base_color: #FFF;
  --border_radius1: 50px 50px 50px 50px / 40px 40px 40px 40px;
  --border_radius2: 60px 60px 50px 50px / 40px 40px 40px 40px;
  --border_radius3: 40px 40px 50px 50px / 60px 60px 40px 40px;
  --border_radius3: 50px 50px 45px 45px / 40px 40px 60px 60px;
}

.button--hoo::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 14px);
  border-radius: 40px;
  border: 8px solid #4dc18b82;
  animation: moamoa 1.5s infinite alternate;
  z-index: 0;
}

.button--hoo .character__face::before,
.button--hoo .character__face::after{
    background : #fff ;
}

.button--hoo::before{
  clip-path : path('M21.93,9.8h-3.33S11.5,.79,11.5,.79c-.74-.94-2.05-1.05-2.92-.26-.88,.79-.99,2.19-.25,3.13l4.84,6.13-11.09-.02C.95,9.73,0,10.76,0,11.99c0,1.23,.93,2.22,2.07,2.22l11.09,.02-4.86,6.12c-.74,.93-.63,2.33,.24,3.13,.39,.35,.87,.53,1.34,.53,.59,0,1.17-.27,1.58-.78l7.13-8.99h3.32s0,0,0,0c1.14,0,2.07-.99,2.07-2.22,0-1.23-.93-2.22-2.07-2.22Z') ;
}

.button--hoo .button__wrapper::before, .button--hoo .button__wrapper::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 100px;
  background: var(--sub_color1);
  clip-path: path('M75.96,50.27l-42.76,11.17V0H0V109H33.2v-28.75l45.07-23.97c3.38-1.8,1.39-6.98-2.31-6.01Z');
}

.button--hoo .button__wrapper::before{
    left : 6px ;
    bottom : 0 ;
}

.button--hoo .button__wrapper::after{
    right : 8px ;
    bottom : -10px ;
    transform : rotateY(180deg) ;
}

.button--hoo:hover .wakeup .charactor__face2::before,
.button--hoo:hover .wakeup .charactor__face2::after{
    height : 20px ;
}

.button--hoo:hover .wakeup .charactor__body{
    animation : body_hoo_wakeup .2s ease ;
    animation-fill-mode : forwards ;
    border-top : solid 6px #486a4c ;
}

.button--hoo:hover .wakeup .charactor__body::before,
.button--hoo:hover .wakeup .charactor__body::after{
    top : -12px ;
    border-top : solid 5px #486a4c ;
}

@keyframes body_hoo{
  0%  {
      bottom : 2px ;
  }
  100%{
      bottom : 0 ;
  }
}

@keyframes body_hoo_wakeup{
  0%  {
      bottom : 2px ;
  }
  100%{
      bottom : 6px ;
  }
}

.rate__body .btn-block .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  text-decoration: none;
  border: solid 3px #000;
  border-radius: 40px;
  background: var(--main_color);
  margin-bottom: 20%;
}

.rate__body .btn-block .button .button__wrapper .button__text {
  position: relative;
  z-index: 3;
  font-size: 1.1em;
  letter-spacing: 2px;
  color: var(--base_color);
  transition: all .3s ease;
  margin-right: 7%;
  line-height: 1.3em;
  text-align: center;
}

.l-footerCta .btn-block {
  display: flex;
  justify-content: center;
  margin-top: 6%;
}

.fukidashi {
  position: relative;
}

.fukidashi-img1 {
  position: absolute;
  width: 35%;
  top: -380px;
  left: -290px;
}

.fukidashi-text1 {
  font-size: 1.5em;
  top: 40%;
  position: absolute;
  width: 100%;
  left: 0%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

.fukidashi-img2 {
  position: absolute;
  width: 35%;
  top: -365px;
  left: 87%;
}

.fukidashi-text2 {
  font-size: 1.5em;
  top: 41%;
  position: absolute;
  width: 100%;
  left: 0%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

.fukidashi-img3 {
  position: absolute;
  width: 35%;
  top: -425px;
  left: 50%;
}

.fukidashi-text3 {
  font-size: 1.2em;
  top: 32%;
  position: absolute;
  width: 85%;
  left: 8%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

.fukidashi-img4 {
  position: absolute;
  width: 35%;
  top: -210px;
  left: -15%;
}

.fukidashi-img5 {
  position: absolute;
  width: 35%;
  top: -140px;
  left: -25%;
}

.fukidashi-text5 {
  font-size: 1.5em;
  top: 35%;
  position: absolute;
  width: 85%;
  left: 8%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

.fukidashi-img6 {
  position: absolute;
  width: 35%;
  top: -30px;
  left: -5%;
}

.fukidashi-text6 {
  font-size: 1.2em;
  top: 31%;
  position: absolute;
  width: 85%;
  left: 8%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

.fukidashi-img7 {
  position: absolute;
  width: 33%;
  top: -155px;
  left: 85%;
}

.fukidashi-text7 {
  font-size: 1.5em;
  top: 33%;
  position: absolute;
  width: 85%;
  left: 8%;
  text-align: center;
  font-weight: 900;
  color: #252122;
}

/* 初期状態：下に隠れていて、透明 */
.fukidashi p {
  opacity: 0;
  transform: translateY(50px) scale(0.8); /* 最初は小さめ */
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); /* ひょこっと出る */
}

/* スクロールで表示された時のアニメーション */
.fukidashi p.show {
  opacity: 1;
  transform: translateY(0) scale(1); /* 通常サイズに */
}


.cv-footer {
  position: fixed;
  background-color: #fff;
  bottom: -1000px;
  width: 100%;
  z-index: 1000;
  transition: bottom 0.3sease;
  border-top: 3px solid #f4b71f;
  padding-top: 10px;
}

.cv_btn_flex {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.footer_cv .cv_btn_flex {
  width: 65%;
  margin: 0 auto;
}

.btn-wrap {
  margin: 30px 1em;
}

.btn-wrap.cv_right {
  margin: 30px 2em 30px 0;
  margin-bottom: 0;
}

.cv-footer.show {
  bottom: 0;
}






.btn-block.block122 a {
  font-size: 1.3em;
  width: 45%;
}
.btn-block.block133 a {
  font-size: 1.2em;
  width: 40%;
}
.btn-block.block144 a {
	font-size: 1.2em;
	width: 25%;
}
.btn-block.block155 a {
  font-size: 1.2em;
  width: 45%;
}
.cv_btn_flex .button {
  width: 400px;
}
.btn-wrap {
  margin-bottom: 0;
}
.form-control.form-control-etc {
  height: 160px;
}

ul.kinds.list_check li input:checked + label {
  border: 5px solid #f73900;
}

.list_check li input + label::before {
  display: none;
}
.list_check li input + label::after {
  display: none;
}
.rate__body.rate__body2 {
  font-size: 1.5em;
  align-items: baseline;
  justify-content: center;
  margin-top: 1em;
}
.sns_navi {
	display: flex;
	justify-content: center;
}
.sns_navi li {
	width: 4%;
	margin: 0 1em 1em;
}
.chart span {
	font-size: .7em;
	margin-left: 10px;
	color: #5b5b5b;
}
.time_box {
	background-color: #000;
	padding: 15px;
	box-shadow: 0 67px 5px -60px #a0a0a0;
	width: 50%;
	margin: 1em auto 0;
	border: 3px solid #ccc;
  border-radius: 3px;
}
.time_box_inner {
  display: flex;
  align-items: baseline;
  position: relative;
  background-color: #eee;
  border-radius: 3px;
}
.time_live {
	color: #ff8300;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid;
	width: fit-content;
	margin: 0 auto;
	padding: 0 10px;
	border-radius: 10px;
	position: absolute;
	top: 3%;
	left: 1%;
}
.time_number {
	font-size: 4em;
	width: 60%;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.time_number span {
	font-size: .5em;
	margin-left: 3px;
}
.time_date {
	width: 35%;
	font-size: 2em;
	font-weight: bold;
}
.rate__box .aa1212aa {
	text-align: center;
	margin-top: 2em;
}

@keyframes time_live {
	0% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
.time_live {
	animation: time_live 1s ease-in-out infinite alternate;
}