body {
  color: #000000;
  background: #D70B24;
  position: relative;
}

a:hover {
  opacity: 0.7;
}

.top_contener {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.hd_container {
  width: 960px;
}
@media (max-width: 960px) {
  .hd_container {
    width: 100%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  background: #D60B24;
}
@media (max-width: 768px) {
  header {
    justify-content: flex-start;
  }
}
header .hd_nav-pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 75px;
}
@media (max-width: 960px) {
  header .hd_nav-pc {
    width: 768px;
  }
}
@media (max-width: 768px) {
  header .hd_nav-pc {
    display: none;
  }
}
header .hd_nav-pc h1.title-img a {
  padding-right: 25px;
}
header .hd_nav-pc h1.title-img a img {
  width: 61.5px;
}
header .hd_nav-pc ul.nav_list {
  width: 898.5px;
  display: flex;
  height: 40px;
}
@media (max-width: 960px) {
  header .hd_nav-pc ul.nav_list {
    width: 706.5px;
  }
}
header .hd_nav-pc ul.nav_list li.list-item {
  border-left: 1px solid #000;
  letter-spacing: 0.2em;
  font-size: 14px;
}
header .hd_nav-pc ul.nav_list li.list-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .hd_nav-pc ul.nav_list li.list-item a span {
  position: relative;
  padding-right: 12px;
}
header .hd_nav-pc ul.nav_list li.list-item a span::after {
  position: absolute;
  content: "";
  top: 11px;
  right: -4;
  border: 6px solid transparent;
  border-top: 10px solid #000;
}
header .hd_nav-pc ul.nav_list li.list-item:last-child {
  border-right: 1px solid #000;
  width: 28%;
}
header .hd_nav-pc ul.nav_list li.list-item:nth-child(2) {
  width: 20.5%;
}
header .hd_nav-pc ul.nav_list li.list-item:nth-child(3) {
  width: 26.5%;
}
header .hd_nav-pc ul.nav_list li.list-item:first-child {
  width: 25%;
}
header .hd_nav-sp {
  display: none;
}
@media (max-width: 768px) {
  header .hd_nav-sp {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .hd_nav-sp .title-img {
  width: 100px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  header .hd_nav-sp .title-img {
    width: 58px;
  }
}
header .hd_nav-sp .menu_wrap {
  display: flex;
  align-items: center;
}
header .hd_nav-sp .menu_wrap .nav_list {
  display: flex;
}
header .hd_nav-sp .menu_wrap .nav_list .list-item {
  width: 25px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .hd_nav-sp .menu_wrap .nav_list .list-item {
    width: 30px;
    margin-right: 10px;
  }
}
header .hd_nav-sp .menu_wrap .nav_list .list-item a img {
  height: 100%;
}
header .hd_nav-sp .menu_wrap .hum_menu {
  padding: 0 20px;
}
@media (max-width: 768px) {
  header .hd_nav-sp .menu_wrap .hum_menu {
    width: 34px;
    padding: 0;
    margin: 0 10px;
  }
}
header .hd_nav-sp .menu_wrap .hum_menu #hum_open {
  display: block;
}
header .hd_nav-sp .menu_wrap .hum_menu #hum_close {
  display: none;
}

.sns_container {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  top: 75px;
  z-index: 800;
}
@media (max-width: 768px) {
  .sns_container {
    display: none;
  }
}
.sns_container .sns_wrap {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 960px) {
  .sns_container .sns_wrap {
    width: 768px;
  }
}
.sns_container .sns_wrap li {
  padding-right: 15px;
}
.sns_container .sns_wrap li a img {
  width: 32px;
}
.sns_container .sns_wrap li .twitter-icon a {
  padding: 0;
}
.sns_container .sns_wrap li:last-child {
  padding-right: 0;
}

.p-main-visual-section {
  position: absolute;
  width: 100vw;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .p-main-visual-section {
    overflow: hidden;
  }
}

.kv_container-pc {
  width: 100vw;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv_container-pc {
    display: none;
  }
}
.kv_container-pc div {
  display: inline-block;
}
.kv_container-pc .yoshinoya_logo {
  position: absolute;
  top: 6.4516129032vw;
  width: 100%;
  height: auto;
  z-index: 3;
}
.kv_container-pc .yoshinoya_logo img {
  position: relative;
  width: 44%;
  left: 50%;
  transform: translateX(-50%);
}
.kv_container-pc .item1 {
  position: absolute;
  top: 6.4516129032vw;
  z-index: 4;
  width: 100%;
}
.kv_container-pc .item1 img {
  position: relative;
  width: 45%;
  left: 50%;
  transform: translateX(-98%);
}
.kv_container-pc .item2 {
  position: absolute;
  top: 6.8965517241vw;
  right: 0;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
.kv_container-pc .item2 img {
  position: relative;
  width: 44%;
  left: 50%;
  transform: translateX(28%);
}
.kv_container-pc .item3 {
  position: absolute;
  top: 22.2222222222vw;
  right: 0;
  z-index: 2;
  width: 100%;
}
.kv_container-pc .item3 img {
  position: relative;
  width: 24%;
  left: 50%;
  transform: translateX(40%);
}
.kv_container-pc .item4 {
  position: absolute;
  top: 27.397260274vw;
  right: 0;
  z-index: 4;
  width: 100%;
}
.kv_container-pc .item4 img {
  position: relative;
  width: 32%;
  left: 50%;
  transform: translateX(-14%);
}
.kv_container-pc .kv_55th_logo {
  position: absolute;
  top: 32.7868852459vw;
  right: 0;
  width: 100%;
}
.kv_container-pc .kv_55th_logo img {
  position: relative;
  width: 6%;
  left: 50%;
  transform: translateX(630%);
}

.hum_menu_contents {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #D60B24;
  z-index: 500;
  top: 0;
}
.hum_menu_contents .menu_contents {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  width: 190px;
}
.hum_menu_contents .menu_contents ul {
  width: 100%;
}
.hum_menu_contents .menu_contents ul li {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.hum_menu_contents .menu_contents ul li a {
  display: block;
}
.hum_menu_contents .menu_contents ul li a span {
  position: relative;
}
.hum_menu_contents .menu_contents ul li a span::after {
  position: absolute;
  content: "";
  top: 3.5px;
  right: -20px;
  border: 8px solid transparent;
  border-top: 14px solid #000;
  display: block;
}

main {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 42.3728813559vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  main {
    top: 82vw;
  }
}

.content-cotainer {
  position: relative;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img_wrap-pc {
  max-width: 960px;
  display: flex;
  justify-content: center;
}

.top_layer {
  padding-top: 20px;
  position: relative;
  position: relative;
}
.top_layer .top_layer-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top_layer .top_layer-pc {
    display: none;
  }
}
.top_layer .top_layer-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top_layer .top_layer-sp {
    display: block;
    padding-top: 20px;
    overflow: hidden;
  }
}
.top_layer .top_leyer1 {
  position: absolute;
  z-index: -20;
}
@media screen and (max-width: 768px) {
  .top_layer .top_leyer1 {
    top: 1px;
    opacity: 0.8;
  }
}
.top_layer .top_leyer1::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #fff;
}
.top_layer .cp_logo {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -15;
}
.top_layer .cp_logo img {
  position: relative;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top_layer .cp_logo img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top_layer .cp_logo {
    top: 20px;
  }
}
.top_layer .top_leyer2 {
  position: relative;
  width: 100vw;
  top: 20px;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .top_layer .top_leyer2 {
    top: 5px;
  }
}
.top_layer .top_leyer2 img {
  width: 960px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.top_layer .top_leyer2::before, .top_layer .top_leyer2::after {
  content: "";
  background-color: #fff;
  background-size: 10px;
  width: calc((100vw - 950px) / 2);
  position: absolute;
  height: 139px;
}
@media screen and (max-width: 768px) {
  .top_layer .top_leyer2::before, .top_layer .top_leyer2::after {
    width: 2px;
  }
}
.top_layer .top_leyer2::before {
  left: 0;
}
.top_layer .top_leyer2::after {
  right: -2px;
}

.join_sec .join_sec-pc {
  display: block;
}
@media (max-width: 768px) {
  .join_sec .join_sec-pc {
    display: none;
  }
}
.join_sec .join_sec-pc .date {
  margin-bottom: 20px;
}
.join_sec .join_sec-pc .deadline_str {
  text-align: center;
  margin-bottom: 40px;
  color: #EA0629;
}
.join_sec .join_sec-pc .arrow {
  width: 55px;
  height: 80px;
  margin: 20px auto;
}
.join_sec .join_sec-sp {
  display: none;
}
@media (max-width: 768px) {
  .join_sec .join_sec-sp {
    display: block;
  }
}
.join_sec .join_sec-sp .deadline_str {
  text-align: center;
  font-size: 12px;
  color: #EA0629;
  margin-bottom: 30px;
}
.join_sec .join_sec-sp .arrow {
  width: 55px;
  height: 80px;
  margin: 40px auto 20px;
}

.cp_info_sec {
  background: #EA0B2A;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .cp_info_sec {
    overflow: hidden;
  }
}
.cp_info_sec .cp_info_sec-pc {
  position: relative;
  z-index: 0;
  display: block;
}
@media (max-width: 768px) {
  .cp_info_sec .cp_info_sec-pc {
    display: none;
  }
}
.cp_info_sec .cp_info_sec-pc h2.cp_info_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #EA0B2A;
  z-index: 20;
  font-size: 36px;
  letter-spacing: 0.2em;
  top: 5px;
}
.cp_info_sec .cp_info_sec-pc .div_red {
  position: relative;
}
@media (max-width: 960px) {
  .cp_info_sec .cp_info_sec-pc .div_red {
    width: 100%;
  }
}
.cp_info_sec .cp_info_sec-pc .div_red img {
  background: #fff;
}
.cp_info_sec .cp_info_sec-pc .div_red::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #EA0B2A;
  display: block;
}
.cp_info_sec .cp_info_sec-pc .div_red::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #EA0B2A;
  display: block;
}
.cp_info_sec .cp_info_sec-pc .guid {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.cp_info_sec .cp_info_sec-pc .guid::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 90%;
  bottom: 0;
  background: #B30028;
  z-index: -1;
}
.cp_info_sec .cp_info_sec-pc .special_favor_top {
  margin-top: 90.5px;
}
.cp_info_sec .cp_info_sec-pc .special_favor {
  margin: 30px 0;
}
.cp_info_sec .cp_info_sec-pc .character1 {
  position: absolute;
  top: 300px;
  width: 100%;
  z-index: -1;
}
.cp_info_sec .cp_info_sec-pc .character1 img {
  position: absolute;
  width: 220px;
  right: 0;
  transform: translateX(120px);
}
.cp_info_sec .cp_info_sec-pc .character2 {
  width: 100%;
  position: absolute;
  top: 1300px;
  z-index: -1;
}
.cp_info_sec .cp_info_sec-pc .character2 img {
  position: absolute;
  width: 220px;
  left: 0;
  transform: translateX(-120px);
}
.cp_info_sec .cp_info_sec-pc .character3 {
  width: 100%;
  position: absolute;
  top: 2300px;
  z-index: -1;
}
.cp_info_sec .cp_info_sec-pc .character3 img {
  position: absolute;
  width: 220px;
  right: 0;
  transform: translateX(120px);
}
.cp_info_sec .cp_info_sec-sp {
  display: none;
  position: relative;
  z-index: 0;
  padding-bottom: 140px;
  width: 100%;
}
@media (max-width: 768px) {
  .cp_info_sec .cp_info_sec-sp {
    display: block;
  }
}
.cp_info_sec .cp_info_sec-sp .cp_info_title {
  color: #EA0B2A;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 37px;
  font-size: 28px;
  z-index: 1;
}
@media (max-width: 414px) {
  .cp_info_sec .cp_info_sec-sp .cp_info_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.cp_info_sec .cp_info_sec-sp .div_red {
  width: 100%;
  position: relative;
}
.cp_info_sec .cp_info_sec-sp .div_red img {
  background: #fff;
  width: 100%;
  position: relative;
}
.cp_info_sec .cp_info_sec-sp .div_red::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #EA0B2A;
}
.cp_info_sec .cp_info_sec-sp .div_red::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  background: #fff;
}
.cp_info_sec .cp_info_sec-sp .guid {
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.cp_info_sec .cp_info_sec-sp .guid::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 96%;
  bottom: 0;
  background: #B30028;
  z-index: -1;
}
.cp_info_sec .cp_info_sec-sp .special_favor_top {
  margin: 60px 0;
  width: 100%;
}
.cp_info_sec .cp_info_sec-sp .special_favor_top img {
  width: 100%;
}
.cp_info_sec .cp_info_sec-sp .special_favor {
  margin-bottom: 45px;
  width: 100%;
}
.cp_info_sec .cp_info_sec-sp .special_favor img {
  width: 100%;
}

.join_method_sec .join_method_sec-pc {
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .join_method_sec .join_method_sec-pc {
    display: none;
  }
}
.join_method_sec .join_method_sec-pc h2.cp_info_title {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
  font-size: 36px;
  letter-spacing: 0.2em;
  top: 5px;
}
.join_method_sec .join_method_sec-pc .div_white {
  position: relative;
}
.join_method_sec .join_method_sec-pc .div_white img {
  background: #EA0B2A;
}
.join_method_sec .join_method_sec-pc .div_white::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  display: block;
}
.join_method_sec .join_method_sec-pc .div_white::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
}
.join_method_sec .join_method_sec-pc .img_wrapper {
  position: relative;
  top: -200px;
}
.join_method_sec .join_method_sec-pc .img_wrapper .seven {
  width: 322px;
  margin-left: auto;
}
.join_method_sec .join_method_sec-pc .img_wrapper .procedure {
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .join_method_sec .join_method_sec-pc .img_wrapper .procedure {
    padding: 0 40px 20px 40px;
  }
}
.join_method_sec .join_method_sec-pc .nt_area {
  max-width: 960px;
  position: relative;
  top: -200px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 960px) {
  .join_method_sec .join_method_sec-pc .nt_area {
    padding: 0 40px;
  }
}
.join_method_sec .join_method_sec-sp {
  display: none;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .join_method_sec .join_method_sec-sp {
    display: block;
  }
}
.join_method_sec .join_method_sec-sp .cp_info_title {
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -50px;
  font-size: 28px;
  z-index: 1;
  letter-spacing: 0.2em;
  line-height: 37px;
  font-size: 28px;
}
@media (max-width: 414px) {
  .join_method_sec .join_method_sec-sp .cp_info_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.join_method_sec .join_method_sec-sp .div_white {
  width: 100%;
  position: relative;
  z-index: -1;
}
.join_method_sec .join_method_sec-sp .div_white img {
  background: #EA0B2A;
  position: relative;
}
.join_method_sec .join_method_sec-sp .div_white::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #fff;
}
.join_method_sec .join_method_sec-sp .div_white::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  background: #EA0B2A;
}
.join_method_sec .join_method_sec-sp .img_wrapper {
  position: relative;
  top: -170px;
}
@media (max-width: 414px) {
  .join_method_sec .join_method_sec-sp .img_wrapper {
    top: -70px;
  }
}
.join_method_sec .join_method_sec-sp .img_wrapper .seven {
  width: 330px;
  margin-left: auto;
}
@media (max-width: 700px) {
  .join_method_sec .join_method_sec-sp .img_wrapper .seven {
    width: 290px;
  }
}
@media (max-width: 414px) {
  .join_method_sec .join_method_sec-sp .img_wrapper .seven {
    width: 160px;
  }
}
.join_method_sec .join_method_sec-sp .img_wrapper .procedure {
  width: 100%;
  padding: 0 20px 20px 20px;
}
.join_method_sec .join_method_sec-sp .nt_area {
  padding: 0 40px;
  position: relative;
  top: -160px;
}
@media (max-width: 414px) {
  .join_method_sec .join_method_sec-sp .nt_area {
    padding: 0 20px;
    top: -70px;
    font-size: 11px;
    line-height: 17px;
  }
}

.nat_ranking_sec {
  background: #EA0B2A;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nat_ranking_sec .nat_ranking_sec-pc {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .nat_ranking_sec .nat_ranking_sec-pc {
    display: none;
  }
}
.nat_ranking_sec .nat_ranking_sec-pc h2.nat_ranking_title {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  color: #EA0B2A;
  z-index: 10;
  font-size: 36px;
  letter-spacing: 0.2em;
  top: 5px;
}
.nat_ranking_sec .nat_ranking_sec-pc .div_red {
  position: relative;
}
.nat_ranking_sec .nat_ranking_sec-pc .div_red img {
  background: #fff;
}
.nat_ranking_sec .nat_ranking_sec-pc .div_red::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #EA0B2A;
  display: block;
}
.nat_ranking_sec .nat_ranking_sec-pc .div_red::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #EA0B2A;
  display: block;
}
.nat_ranking_sec .nat_ranking_sec-pc p.str {
  color: yellow;
  text-align: center;
  font-size: 42px;
  line-height: 1.2em;
  padding-top: 40px;
}
.nat_ranking_sec .nat_ranking_sec-pc .contents {
  position: relative;
  z-index: 0;
}
.nat_ranking_sec .nat_ranking_sec-pc .contents::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 43.7%;
  background: #B30028;
  bottom: 5.9%;
  z-index: -1;
}
.nat_ranking_sec .nat_ranking_sec-pc .arrow {
  width: 55px;
  height: 80px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.nat_ranking_sec .nat_ranking_sec-sp {
  display: none;
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
}
@media (max-width: 768px) {
  .nat_ranking_sec .nat_ranking_sec-sp {
    display: block;
  }
}
.nat_ranking_sec .nat_ranking_sec-sp .nat_ranking_title {
  text-align: center;
  color: #EA0B2A;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -50px;
  transform: translate(-50%);
  letter-spacing: 0.2em;
  line-height: 37px;
  font-size: 28px;
}
@media (max-width: 414px) {
  .nat_ranking_sec .nat_ranking_sec-sp .nat_ranking_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.nat_ranking_sec .nat_ranking_sec-sp .div_red {
  width: 100%;
  position: relative;
  z-index: -1;
}
.nat_ranking_sec .nat_ranking_sec-sp .div_red img {
  background: #fff;
  position: relative;
}
.nat_ranking_sec .nat_ranking_sec-sp .div_red::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #EA0B2A;
}
.nat_ranking_sec .nat_ranking_sec-sp .div_red::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  background: #fff;
}
.nat_ranking_sec .nat_ranking_sec-sp .str {
  color: yellow;
  text-align: center;
  margin-top: 30px;
  font-size: 25px;
}
.nat_ranking_sec .nat_ranking_sec-sp .contents {
  text-align: center;
  position: relative;
  z-index: 0;
}
.nat_ranking_sec .nat_ranking_sec-sp .contents::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 43.7%;
  background: #B30028;
  bottom: 9%;
  z-index: -1;
}
.nat_ranking_sec .nat_ranking_sec-sp .arrow {
  width: 55px;
  margin: 10px auto 20px;
}
.nat_ranking_sec .nat_ranking_sec-sp .join_button {
  text-align: center;
}

.faq_sec .faq_sec-wrap {
  position: relative;
}
.faq_sec .faq_sec-wrap .faq_sec_title {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  z-index: 10;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 37px;
  top: 5px;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap .faq_sec_title {
    top: -50px;
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .faq_sec .faq_sec-wrap .faq_sec_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.faq_sec .faq_sec-wrap .faq_sec_title br {
  display: none;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap .faq_sec_title br {
    display: inline;
  }
}
.faq_sec .faq_sec-wrap .div_white {
  position: relative;
  background: #EA0B2A;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap .div_white {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap .div_white {
    width: 100%;
  }
}
.faq_sec .faq_sec-wrap .div_white::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  display: block;
}
.faq_sec .faq_sec-wrap .div_white::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
}
.faq_sec .faq_sec-wrap .div_white .pc_section {
  display: block;
}
@media (max-width: 750px) {
  .faq_sec .faq_sec-wrap .div_white .pc_section {
    display: none;
  }
}
.faq_sec .faq_sec-wrap .div_white .sp_section {
  display: none;
}
@media (max-width: 750px) {
  .faq_sec .faq_sec-wrap .div_white .sp_section {
    display: block;
    position: relative;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list {
  max-width: 960px;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .faq_sec .faq_sec-wrap ul.faq_list {
    padding: 0 20px;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item {
  font-family: "Noto Sans JP", sans-serif;
  border: 5px solid #EA0B2A;
  border-radius: 2.5em;
  padding: 10px 30px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
  color: #EA0B2A;
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .list_title {
  font-size: 20px;
  font-weight: 900;
  color: #EA0B2A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap ul.faq_list li.faq_item .list_title {
    font-size: 15px;
    padding: 0;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .list_title .switch_mark {
  display: flex;
  align-items: center;
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .list_title .switch_mark img {
  width: 22px;
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .list_title .switch_mark img.minus {
  display: none;
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents {
  font-size: 16px;
  display: none;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents {
    font-size: 12px;
    line-height: 20px;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents dt {
  padding: 16px 0;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents dt {
    padding: 12px 0;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents dd {
  font-weight: normal;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents dd {
    padding-bottom: 12px;
  }
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .ultra_faq_contents dd span {
  font-weight: bold;
}
.faq_sec .faq_sec-wrap ul.faq_list li.faq_item .dt_mult {
  border-top: 2px solid #EA0B2A;
}

.ft_sns_area {
  margin-top: 160px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .ft_sns_area {
    margin-top: 70px;
    margin-bottom: 12px;
  }
}
.ft_sns_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft_sns_area ul li {
  margin: 0 25px;
}
@media (max-width: 414px) {
  .ft_sns_area ul li {
    width: 40px;
    margin: 0 18px;
  }
}

.hd_nav-sp {
  display: none;
}

.kv_container-sp {
  display: none;
}

.join_sec-sp {
  display: none;
}

.cp_info_sec-sp {
  display: none;
}

.join_method_sec-sp {
  display: none;
}

.nat_ranking_sec-sp {
  display: none;
}

.faq_sec-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv_container-sp {
    display: block;
    width: 100vw;
    height: auto;
    position: relative;
    top: 20px;
  }
  .kv_container-sp div {
    display: inline-block;
  }
  .kv_container-sp .yoshinoya_logo {
    position: absolute;
    top: 18.1818181818vw;
    width: 100%;
    height: auto;
    z-index: 3;
  }
  .kv_container-sp .yoshinoya_logo img {
    position: relative;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv_container-sp .item1 {
    position: absolute;
    top: 11.1111111111vw;
    z-index: 4;
    width: 100%;
  }
  .kv_container-sp .item1 img {
    position: relative;
    width: 65%;
    left: 50%;
    transform: translateX(-93%);
  }
  .kv_container-sp .item2 {
    position: absolute;
    top: 27.027027027vw;
    right: 0;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
  }
  .kv_container-sp .item2 img {
    position: relative;
    width: 54%;
    left: 50%;
    transform: translateX(37%);
  }
  .kv_container-sp .item3 {
    position: absolute;
    top: 50vw;
    right: 0;
    z-index: 2;
    width: 100%;
  }
  .kv_container-sp .item3 img {
    position: relative;
    width: 37%;
    left: 50%;
    transform: translateX(40%);
  }
  .kv_container-sp .item4 {
    position: absolute;
    top: 55.5555555556vw;
    right: 0;
    z-index: 4;
    width: 100%;
  }
  .kv_container-sp .item4 img {
    position: relative;
    width: 50%;
    left: 50%;
    transform: translateX(-14%);
  }
  .kv_container-sp .kv_55th_logo {
    position: absolute;
    top: 13.3333333333vw;
    right: 0;
    width: 100%;
  }
  .kv_container-sp .kv_55th_logo img {
    position: relative;
    width: 9%;
    left: 50%;
    transform: translateX(425%);
  }
}
footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 42.3728813559vw;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  footer {
    top: 82vw;
  }
}
footer .top_button {
  width: 90px;
  position: absolute;
  right: 8%;
  transform: translateY(-35%);
}
@media (max-width: 768px) {
  footer .top_button {
    display: none;
  }
}
footer .ft_cptitle {
  width: 200px;
  padding: 30px 0;
}
@media (max-width: 375px) {
  footer .ft_cptitle {
    width: 118px;
  }
}
footer .cpright {
  text-align: center;
}
@media (max-width: 375px) {
  footer .cpright {
    width: 248px;
  }
}
footer .ft_yoshinoya_logo {
  width: 200px;
  margin: 40px 0 60px;
}
@media (max-width: 375px) {
  footer .ft_yoshinoya_logo {
    width: 123px;
  }
}

.scrollTop_sp {
  display: none;
  width: 60px;
  position: fixed;
  bottom: 16px;
  right: 10px;
  z-index: 400;
}/*# sourceMappingURL=index.css.map */