body {
    font-weight: bold;
}
ul.reco-top__lsit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.reco-top__item.is-fade {
    padding: 0 7% 0 8%;
    position: relative;
}
.reco-top__item span {
	position: absolute;
	top: -25%;
	left: 0;
	font-size: 2.5em;
	color: #ff2020;
}
.kauru_osusume {
    font-size: 2em;
    text-align: center;
    font-weight: 500;
}
.kasen_div {
    position: relative;
    border-bottom: 3px solid #ff2020;
    width: fit-content;
    padding: 0 3px;
    margin: 0 auto .5em;
}
.kasen_div:before {
    position: absolute;
    bottom: -14px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #ff2020 transparent transparent transparent;
}
.kasen_div:after {
    position: absolute;
    bottom: -10px;
    left: 4em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}
.kauru_osusume span {
    font-size: 1.5em;
    margin-right: 5px;
    color: #000;
}
.point_title {
  font-size: 2.5em;
  text-align: center;
}
.reco-bloc__point {
  flex-wrap: wrap;
}
.point_title .point_title1 {
  color: #ff2020;
  font-size: 1.1em;
}
.point02_item1, .point02_item2, .point02_item3 {
	background-color: #fff;
	padding: 10% 5%;
	border-radius: 15px 3px 15px 3px;
    position: relative;
}
.point02_item1 img, .point02_item2 img, .point02_item3 img {
    width: 75%;
    display: block;
    margin: 0 auto 1em;
    border-bottom: 2px solid;
    padding-bottom: 1em;
}
.campaign_area {
	text-align: center;
	font-size: 1.7em;
}
span.campaign_title {
  display: block;
  font-size: 1.2em;
}
.campaign_speed {
	margin: 10px;
}
.campaign_price_area {
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign_price_title {
	margin: 15px auto;
	font-size: 1.2em;
}
.campaign_price1 {
	text-decoration: line-through;
	color: #595959;
	font-size: 1.2em;
}
.campaign_price2 {
  color: #f00;
  font-size: 2em;
}
.triangle {
  background: #f00;
  height: calc(tan(50deg) * 35px / 1);
  width: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 0 20px;
}
.accordion {
    max-width: 700px;
    margin: 20px auto;
}
.accordion-item {
    margin-bottom: 15px;
    border-radius: 4px;
}
.accordion-header {
    background-color: #fff;
    padding: 15px 50px 15px 25px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: white;
}
.accordion-content-inner {
    padding: 15px;
    border-top: 1px solid;
  }
.accordion-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.accordion-header.active .accordion-icon {
    transform: rotate(-135deg);
}
.tab {
  margin-top: 50px;
}
.tab.tab2 {
  padding-bottom: 50px;
}
.cv_flex {
	margin-top: 5em;
}
.cv_flex .reco-bloc__link.btn-wt {
    margin: 0;
    font-size: 2em;
    width: 340px;
    height: 60px;
    border-radius: 63px;
}
.cv_flex .reco-bloc__link.btn-wt.mail {
  border: 2px solid #ff870e;
  color: #ff870e;
  box-shadow: 7px 5px 7px #ff870ec4;
}
.cv_flex div {
	margin: 0 3em;
}
.underline-before {
	background: linear-gradient(#ff870e, #ff870e) 0 100%/0 4px no-repeat;
	transition: background 2s;
	text-decoration: none;
}
.underline-before2 {
	background: linear-gradient(#ff870e, #ff870e) 0 100%/0 4px no-repeat;
	transition: background 2s;
	text-decoration: none;
}
.underline-before3 {
	background: linear-gradient(#ff870e, #ff870e) 0 100%/0 4px no-repeat;
	transition: background 2s;
	text-decoration: none;
}
.underline-after {
	background-size: 100% 2px;
}
.underline-after2 {
	background-size: 100% 2px;
}
.underline-after3 {
	background-size: 100% 2px;
}
.campaign_t1 {
  width: fit-content;
  font-size: 2em;
  margin: 0 auto;
}
.reco-bloc__boxwrap.boxwrap01.campaign123 {
    padding: 30px 0;
}
.point02 .speed_pp {
  box-shadow: 5px 3px 3px #bfbfbf;
  border: 2px solid #bfbfbf;
  border-radius: 3px;
}
.app_item_flex li img {
	display: block;
	margin: 0 auto;
}
.app_item_flex li {
  text-align: center;
}
.app_span {
	text-align: center;
	font-size: 1.5em;
}
.footer {
	padding-bottom: 8em;
}
.footer_tracking .cv_flex {
	margin: 0;
}
.footer_tracking {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	border-top: 3px solid #fffb11;
	padding: 2em 0 1.5em;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}
.footer_tracking.visible {
  transform: translateY(0);
}
.rate_num {
	font-size: 4em;
  color: red;
}
.reco-bloc__point.point02 li {
  box-shadow: 7px 5px 7px #ad23235c;
  border: 1px solid #ad232324;
}
.reco-bloc__point.point02.point03 li {
  box-shadow: 7px 5px 7px #7979795c;
  border: 1px solid #55555524;
}
.popular_title {
	font-size: 2em;
	color: #ff2020;
}
.popular_title_span2 {
	font-size: 1.5em;
	margin-left: 10px;
}
.header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 75%;
	background-color: #fff;
	border-radius: 25px;
  padding: 5px 0;
  box-shadow: 0 0 5px 3px #ffffff9c;
}
.header ul {
	display: flex;
  width: 50%;
  justify-content: center;
}
.reco.etc_area {
	width: 60%;
	margin: 5em auto 1em;
}
.reco.etc_area h2 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
}
.reco.etc_area h3 {
	font-size: 1.5em;
	margin: 1em;
}
.reco.etc_area table {
	margin: 1em;
}
.reco.etc_area table th, .reco.etc_area table td {
	border: 1px solid;
	padding: 1em;
}
.main.main2 {
  background-color: #ffd0d0;
}
.reco.etc_area.etc_area2 {
  width: 60%;
  margin: 10em auto 2em;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.reco.etc_area dl {
	display: flex;
	justify-content: space-around;
	align-items: center;
  margin-bottom: 2em;
}
.reco.etc_area dt {
	width: 30%;
  text-align: center;
}
.reco.etc_area dd {
  width: 65%;
}
#appetc {
	display: none;
	margin-top: 1em;
}
.reco.etc_area dd.no-wrap {
	display: flex;
}
.reco.etc_area dd.no-wrap .radio_box1 {
	margin-right: 2em;
}
.reco.etc_area input, .reco.etc_area select, .reco.etc_area textarea {
	border: 1px solid #c6c6c6;
	box-shadow: 7px 5px 7px #c6c6c6;
	padding: 10px;
}
.reco.etc_area textarea {
  height: 5em;
}
.form_submit {
  text-align: center;
}
.reco.etc_area .form_submit input {
	border: 2px solid #fffb11;
	color: #fffb11;
	box-shadow: 7px 5px 7px #fffb118c;
	padding: 10px 50px;
}
#day1, #day2, #day3 {
	margin-right: .5em;
	width: 20%;
}
.item12 {
  width: 15%;
  margin: 0 10px;
}
.bankette {
	display: block;
	margin-top: 10px;
}
.header__inner {
  margin: 0 auto;
  width: 35%;
}
.header ul li {
  width: 20%;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
.real_time_speed.is-fade {
	margin: 5em auto;
}
.reco-bloc__boxwrap.boxwrap01.real_time_speed.is-fade {
	padding-bottom: 50px;
}
.real_time_speed.is-fade span {
	display: block;
	text-align: center;
}
.real_time_title {
	font-size: 2em;
}
.real_time_text {
	font-size: 1.5em;
	margin: 10px 0;
}
.real_time_speed.is-fade span.real_time_text span {
	display: inline-block;
	color: red;
	font-size: 1.5em;
	margin-left: 5px;
}
.header ul li a {
  border-bottom: 2px solid #fffb11;
  padding: 0 3px;
}
.kv__cont {
  position: relative;
}
.top_parts {
  position: absolute;
}


.kv__cont img {
  object-fit: cover;
}
.top_parts {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top_parts1:nth-of-type(2) {
  animation-delay: 0.5s;
}
.top_parts1:nth-of-type(3) {
  animation-delay: 0.7s;
}
.top_parts1:nth-of-type(4) {
  animation-delay: 0.9s;
}
.top_parts1:nth-of-type(5) {
  animation-delay: 1.1s;
}







.display {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  height: 100px;
  border: solid 4px #202020;
  background-color: #202020;
  overflow: hidden;
}
.display::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.display::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 12px;
  border-top: solid 30px #202020;
  border-bottom: solid 30px #202020;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.d0::before {
  background-color: #ffffff29;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #fffb11,
                0px  30px #fffb11,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.d1::before {
  background-color: #ffffff29;
  box-shadow: -30px -30px #ffffff29,
                0px -30px #fffb11,
              -30px   0px #ffffff29,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #ffffff29;
}
.d2::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #ffffff29,
                0px  30px #fffb11,
               30px   0px #ffffff29,
               30px  30px #fffb11;
}
.d3::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #ffffff29,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.d4::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #ffffff29,
                0px -30px #fffb11,
              -30px   0px #fffb11,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #ffffff29;
}
.d5::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #ffffff29,
              -30px   0px #fffb11,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.d6::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #ffffff29,
              -30px   0px #fffb11,
                0px  30px #fffb11,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.d7::before {
  background-color: #ffffff29;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #fffb11,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #ffffff29;
}
.d8::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #fffb11,
                0px  30px #fffb11,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.d9::before {
  background-color: #fffb11;
  box-shadow: -30px -30px #fffb11,
                0px -30px #fffb11,
              -30px   0px #fffb11,
                0px  30px #ffffff29,
               30px   0px #fffb11,
               30px  30px #fffb11;
}
.time_box_num {
  margin: 2em 10px;
  text-align: center;
}
.time_text1.time_text1234 {
  display: inline-block !important;
}
.soku1day {
	font-size: 2.5em;
	display: inline-block;
	color: fffb11;
	background-color: #ffe300;
	padding: 0 10px;
	border-radius: 5px;
  color: #000;
}
.time_box_num1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.time_box_num1 .time_text1 {
	font-size: 2.5em;
}
.time_box_num1 .time_text2 {
	font-size: 3em;
}
.time_box_date {
	font-size: 1.5em;
	text-align: center;
	margin-top: 1em;
}
.time_text1 {
	font-size: 2.5em;
}
.time_text1 {
	font-size: 2.5em;
	margin: 0 10px;
}



@media screen and (min-width:670px) {
.ip_only {
  display: none !important;
}
.campaign_item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.time_box_num {
	display: flex;
	justify-content: center;
	align-items: end;
}
.cv_flex {
	display: flex;
	justify-content: center;
}
}

@media screen and (max-width:670px) {
.pc_only {
  display: none !important;
}
  .reco.etc_area {
    width: 90% !important;
  margin: 1em auto;
}
.reco.etc_area h2 {
  font-size: 1.5em;
}
.reco.etc_area h3 {
  font-size: 1.2em;
}
.kv__cont {
  text-align: center;
}
.top_parts.top_parts1 {
  top: 0;
  left: 0;
}
header {
	position: absolute;
	top: 15px;
	width: 90%;
	z-index: 1000;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 25px;
	padding: 5px 0;
	box-shadow: 0 0 5px 3px #ffffff9c;
}
.header-inner img {
	width: 65%;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
.site-logo {
  font-size: 24px;
  font-weight: bold;
}
.hamburger {
  display: block;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: all 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 11px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
.nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background-color: #333;
  padding-top: 120px;
  transition: all 0.3s;
  z-index: 999;
  overflow-y: auto;
}
.nav.active {
  right: 0;
}
.nav-list {
  list-style: none;
}
.nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-link {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.nav-link:hover {
  background-color: #444;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 998;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}
.content {
  margin-top: 80px;
  padding: 20px;
}
.content h1 {
  margin-bottom: 20px;
}
.content p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.tab {
  margin-top: 25px;
}
.campaign_t1.ip_only {
	font-size: 6vw;
}
.campaign_item img {
  display: block;
  margin: 0 auto;
}
.real_time_title, .time_text1 {
	font-size: 8vw;
}
.time_box_num_ff {
	display: flex;
	align-items: baseline;
	justify-content: center;
  margin-top: 2em;
}
.cv_flex .reco-bloc__link.btn-wt {
  margin: 0 auto;
}
.cv_flex div {
  margin: 3em 0em;
}
.reco-top__item.is-fade {
  font-size: 5vw;
}
.reco-top__item span {
  top: -40%;
  left: 5%;
}
.reco-bloc__point.point02 li {
  margin: 1em 0 !important;
  padding: 10px;
}
.reco-top__lsit [data-script=fadebox] {
  margin: 1em auto;
}
.tab .tab__list li em span {
	font-size: 2em;
	background-color: #ff4949;
	padding: 5px 10px;
	border-radius: 30px 0 0 0;
  color: #fff;
}
.footer_tracking.visible .cv_flex div {
  margin: 1em 0em;
}
.tab tab2 .reco-bloc__ttl .img_center span {
	font-size: 7vw;
}
.reco.etc_area input, .reco.etc_area select, .reco.etc_area textarea {
  width: 100%;
}
}