@charset "UTF-8";

.movie {
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .movie {
    margin-top: 55px;
  }
}

#game {
  background-image: url("/images/background-lotts.jpg");
  background-position: center;
  background-size: cover;
}

#game .user_info {
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  #game .user_info {
    margin-top: -130px;
  }

  #game .user_info img {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

#game .user_info .count {
  position: relative;
}

#game .user_info .count-text {
  position: absolute;
  top: 42%;
  color: #fff;
  left: 15%;
  font-size: 17px;
}

@media screen and (max-width: 800px) {
  #game .user_info .count-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #game .user_info .count-text {
    font-size: 12px;
  }

  #game .user_info .count-text_sp {
    left: 32%;
  }
}

#game .user_info .count span {
  top: 42%;
  position: absolute;
  right: 20%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #game .user_info .count span {
    top: 35%;
    right: 13%;
  }
}

#game .user_info .count-num {
  position: absolute;
  top: 30%;
  color: #ffd800;
  right: 30%;
  font-size: 32px;
}

@media screen and (max-width: 800px) {
  #game .user_info .count-num {
    top: 20%;
  }
}

@media screen and (max-width: 767px) {
  #game .user_info .count-num {
    top: 30%;
    right: 25%;
    font-size: 20px;
  }

  #game .user_info .count-num_sp {
    right: 38%;
  }

  #game .user_info .count-num_sp ~ span {
    right: 32%;
  }
}

#game .info_area li {
  color: #fff;
  background-position: center;
  background-size: cover;
  padding: 10px 5px;
  font-size: 14px;
}

#game .info_area li .user_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #game .info_area li {
    font-size: 12px;
  }
}

#game .info_area li:nth-of-type(2n + 1) {
  background-image: url("/images/background1-info.png");
}

#game .info_area li:nth-of-type(2n) {
  background-image: url("/images/background2-info.png");
}

#game .daylotts {
  background-image: url(/images/border.png);
  background-position: top center;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #game .daylotts {
    background-image: url(/images/border_sp.png);
    background-position: top;
    background-size: 90%;
  }
}

#game .daylotts::after {
  content: "";
  display: block;
  background-image: url(/images/border-bottom.png);
  background-position: bottom;
  top: 5px;
  position: relative;
  height: 50px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #game .daylotts::after {
    display: none;
  }
}

#game .daylotts-left {
  margin-top: -20%;
  margin-left: -15%;
}

#game .daylotts-right {
  position: relative;
  right: -8%;
  margin-top: -12%;
}

@media screen and (max-width: 800px) {
  #game .daylotts-right {
    right: 0;
  }
}

#game .daylotts-center {
  margin-top: -15%;
}

#game .daylotts .area_s {
  position: relative;
  max-width: 1280px;
  left: -5%;
  width: 110%;
}

@media screen and (max-width: 1280px) {
  #game .daylotts .area_s {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts .area_s {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .area_s {
    padding: 10px 3px;
  }
}

#game .daylotts-game {
  background-image: url("/images/daylotts-box.png");
  height: 180px;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game {
    height: 150px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game {
    height: 130px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game {
    background-image: url("/images/daylotts-box_sp.png");
    height: 84px;
  }

  #game .daylotts-game .accordion-close {
    width: 35px;
    position: relative;
    top: 8px;
    left: 8px;
  }
}

#game .daylotts-game_area {
  padding: 0;
  max-width: 1280px;
  position: relative;
  z-index: 1;
  left: -5%;
  width: 110%;
  background-size: cover;
  background-position: bottom;
  z-index: 0 !important;
  top: -5px;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game_area {
    left: 0%;
    width: 100%;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game_area {
    top: 0px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game_area {
    top: -7px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game_area {
    top: -14px;
  }
}

#game .daylotts-game .game_logo {
  display: block;
  margin: 0px auto;
  width: 270px;
  position: relative;
  margin-top: -30px;
  height: 200px;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game .game_logo {
    margin-top: 0px;
    height: 150px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game .game_logo {
    margin-top: 0px;
    height: 120px !important;
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game .game_logo {
    height: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game .game_logo {
    height: auto !important;
    z-index: 1;
  }
}

#game .daylotts-game10 ~ .daylotts-game_area .daylotts-box {
  background-image: url(/images/daylotts-box2.png);
  width: 100%;
  left: 0px;
}

@media screen and (max-width: 767px) {
  #game .daylotts-game10 ~ .daylotts-game_area .daylotts-box {
    background-image: url(/images/daylotts-box2_sp.png);
    background-position: top;
  }
}

#game .daylotts-game10 ~ .daylotts-game_area:nth-of-type(3) .daylotts-box:nth-of-type(2) {
  margin-top: -10px;
}

#game .daylotts-game50 {
  background-image: url("/images/daylotts-box50.png");
  margin-top: 40px;
}

#game .daylotts-game50 ~ .daylotts-game_area .daylotts-box {
  background-image: url(/images/daylotts-table50.jpg);
  width: 98%;
  left: 0px;
}

@media screen and (max-width: 767px) {
  #game .daylotts-game50 ~ .daylotts-game_area .daylotts-box {
    background-image: url(/images/daylotts-table50_sp.png);
    width: 100%;
    background-position: top;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game50 {
    background-image: url("/images/daylotts-box50_sp.png");
  }
}

#game .daylotts-game100 {
  background-image: url("/images/daylotts-box100.png");
  margin-top: 40px;
}

#game .daylotts-game100 ~ .daylotts-game_area .daylotts-box {
  background-image: url(/images/daylotts-table100.jpg);
  width: 98%;
  left: 0px;
}

@media screen and (max-width: 767px) {
  #game .daylotts-game100 ~ .daylotts-game_area .daylotts-box {
    background-image: url(/images/daylotts-table100_sp.png);
    width: 100%;
    background-position: top;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game100 {
    background-image: url("/images/daylotts-box100_sp.png");
  }
}

#game .daylotts-game1000 {
  background-image: url("/images/daylotts-box100.png");
  margin-top: 40px;
}

#game .daylotts-game1000:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  height: 180px;
  width: 98.5%;
  position: absolute;
  top: 0;
  left: 0.75%;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game1000:after {
    height: 150px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game1000:after {
    height: 130px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game1000:after {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game1000:after {
    height: 95px;
    left: 0;
    width: 100%;
  }
}

#game .daylotts-game1000 .game_logo {
  position: relative;
  top: 15px;
  width: 250px;
  height: auto;
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  #game .daylotts-game1000 .game_logo {
    top: 5px;
  }
}

#game .daylotts-game10000 {
  background-image: url("/images/daylotts-box100.png");
  margin-top: 40px;
}

#game .daylotts-game10000:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  height: 180px;
  width: 98.5%;
  position: absolute;
  top: 0;
  left: 0.75%;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game10000:after {
    height: 150px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game10000:after {
    height: 130px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game10000:after {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game10000:after {
    height: 95px;
    left: 0;
    width: 100%;
  }
}

#game .daylotts-game10000 .game_logo {
  position: relative;
  top: 15px;
  width: 250px;
  height: auto;
  margin-top: -15px;
}

#game .daylotts-game-left {
  margin-top: -5px;
  padding-left: 2.5%;
}

@media screen and (max-width: 800px) {
  #game .daylotts-game-left {
    margin-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game-left {
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game-center {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game-right {
    position: absolute;
    top: 15px;
    right: 0;
  }
}

#game .daylotts-game .gold_color {
  -webkit-animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 2s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game .gold_color {
    font-size: 22px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game .gold_color {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game .gold_color {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game .gold_color {
    line-height: 1.3rem;
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  #game .daylotts-game .gold_color {
    font-size: 12px;
  }
}

#game .daylotts-game .gold_color div {
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game .gold_color div {
    font-size: 22px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game .gold_color div {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game .gold_color div {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game .gold_color div {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  #game .daylotts-game .gold_color div {
    font-size: 12px;
  }
}

#game .daylotts-game .gold_color div span {
  font-size: 35px;
}

@media screen and (max-width: 1280px) {
  #game .daylotts-game .gold_color div span {
    font-size: 24px;
  }
}

@media screen and (max-width: 910px) {
  #game .daylotts-game .gold_color div span {
    font-size: 22px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts-game .gold_color div span {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #game .daylotts-game .gold_color div span {
    font-size: 18px;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    text-shadow: initial;
  }

  100% {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
}

@keyframes fuwafuwa {
  0% {
    text-shadow: initial;
  }

  100% {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
}

#game .daylotts-game .coming_soon {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 250px;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #game .daylotts-game .coming_soon {
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-game .coming_soon {
    width: 150px;
  }
}

#game .daylotts-game.area_s {
  padding: 3px;
}

#game .daylotts-box {
  background-image: url("/images/daylotts-box2.png");
  background-size: cover;
  background-position: bottom;
  z-index: 0 !important;
}

#game .daylotts-box .table_name {
  border-bottom: 2px solid #c0c0c0;
  color: #b1892a;
}

@media screen and (max-width: 767px) {
  #game .daylotts-box .table_name {
    border-bottom: 3px solid #c0c0c0;
  }
}

#game .daylotts-box .game_freebie {
  border-left: 2px solid #c0c0c0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #game .daylotts-box .game_freebie {
    border-left: 3px solid #c0c0c0;
  }
}

#game .daylotts-box .game_freebie ul {
  margin-top: 25px;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  #game .daylotts-box .game_freebie ul {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-box .game_freebie ul {
    margin-top: 10px;
  }
}

#game .daylotts-box .game_freebie ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #game .daylotts-box .game_freebie ul li {
    font-size: 12px;
  }
}

#game .daylotts-box .game_freebie ul li img {
  margin-right: 10px;
  width: 22px;
}

@media screen and (max-width: 800px) {
  #game .daylotts-box .game_freebie ul li img {
    margin-right: 5px;
    width: 20px;
  }
}

#game .daylotts-box .reservation {
  color: #fff;
  border-bottom: none;
  border-top: none;
  text-align: center;
  padding: 20px 0;
}

#game .daylotts-box .reservation span {
  color: #ffd800;
}

#game .daylotts-box .act {
  display: none;
}

#game .daylotts-box .ticket_count {
  background-image: url(/images/quantity.png);
  background-size: 100%;
  direction: rtl;
  float: right;
  margin-right: 5px;
  font-size: 21px;
  padding: 0 10px 0 0;
  height: 46px;
  width: 55px;
  margin-top: -10px;
}

@media screen and (max-width: 800px) {
  #game .daylotts-box .ticket_count {
    position: relative;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts-box .ticket_count {
    font-size: 16px;
    background-size: contain;
    line-height: 35px;
    margin-top: 0px;
  }
}

#game .daylotts-box .accordion {
  position: absolute;
  right: 10%;
  top: 25%;
}

#game .daylotts-box .gold_color {
  margin-top: 0 !important;
  left: 0 !important;
}

#game .daylotts .btn {
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn_count10,
  #game .daylotts .btn_count50,
  #game .daylotts .btn_count100 {
    background-size: cover;
    height: 80px;
    padding: 0.375rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn_count10,
  #game .daylotts .btn_count50,
  #game .daylotts .btn_count100 {
    background-image: url(/images/btn_sp.png);
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn_count {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn_count {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn_text {
    font-size: 12px;
  }
}

#game .daylotts .btn_area {
  border: 3px solid #a58029;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  #game .daylotts .btn_area_s {
    max-width: initial;
  }
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn_area {
    background-size: cover;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn_area {
    height: 85px;
    background-size: cover;
  }
}

#game .daylotts .btn_area .fa-angle-down.count-updown {
  margin-top: 4px;
}

#game .daylotts .btn_area .count-updown {
  background-image: url(/images/quantity.png);
  background-position: center;
  border: 1px solid #262626;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  position: relative;
  top: -5px;
  left: 5px;
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn_area .count-updown {
    left: -3px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn_area .count-updown {
    border: 1px solid #262626;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    position: relative;
    top: 0px;
    margin: 10px 0px 0px;
    left: 5px;
  }
}

#game .daylotts .btn3 {
  background-image: url("/images/btn3.png");
  height: 60px;
  fbtn_areacolor: #fff;
  font-size: 18px;
  font-weight: bold;
  background-position: center;
  background-size: contain;
  text-align: center;
  line-height: 60px;
}

@media screen and (max-width: 800px) {
  #game .daylotts .btn3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn3 {
    background-image: none;
  }

  #game .daylotts .btn3 .arrow {
    width: 35px;
    margin-top: -10px;
  }
}

#game .daylotts .btn3 :hover {
  cursor: pointer;
  opacity: 0.8;
}

#game .daylotts .btn3 .pc {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn3 .pc {
    display: none !important;
  }
}

#game .daylotts .btn :hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #game .daylotts .btn.buy {
    font-size: 12px;
    left: 0;
    margin-top: 5px;
    padding: 0;
    line-height: 40px;
  }
}

.accordion-close {
  display: block;
  margin: 0 auto;
}

.winning-probability {
  color: #ffd800;
}

@media screen and (max-width: 767px) {
  .winning-probability {
    font-size: 16px !important;
  }
}

.numberselection {
  position: relative;
  top: -5px;
}

@media screen and (max-width: 800px) {
  .numberselection {
    display: block;
    text-align: center;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .numberselection {
    font-size: 13px;
  }
}

#save-the-earth {
  background-image: url("/images/save-the-earth.png");
  position: relative;
  height: 450px;
}

@media screen and (max-width: 767px) {
  #save-the-earth {
    background-image: url("/images/save-the-earth_sp.png");
    height: 400px;
  }
}

#save-the-earth .save-the-earth_title {
  color: #fff;
  font-size: 46px;
  position: absolute;
  top: 30%;
  text-align: center;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #save-the-earth .save-the-earth_title {
    font-size: 24px;
    top: 15%;
  }
}

#save-the-earth .save-the-earth_content {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  #save-the-earth .save-the-earth_content {
    top: 30%;
    font-size: 14px;
    padding: 0 10px;
  }
}

#features {
  background-image: url(/images/features.jpg);
}

#features .features-box {
  padding: 60px 20px;
  height: 300px;
  position: relative;
}

@media screen and (max-width: 800px) {
  #features .features-box {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  #features .features-box {
    height: 250px;
    margin-bottom: 20px;
  }
}

#features .features-title {
  font-size: 30px;
}

@media screen and (max-width: 800px) {
  #features .features-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #features .features-title {
    font-size: 22px;
    top: 10px;
  }
}

#features .features-title.gold_color {
  left: 0;
}

#features .features-content {
  position: absolute;
  bottom: 15%;
}

#flow {
  background-image: url("/images/flow.png");
}

#flow .gold_color {
  left: 0;
  line-height: initial;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  #flow .gold_color {
    font-size: 28px;
  }
}

#flow .flow-box {
  background-image: url(/images/flow-box.png);
  height: 375px;
}

@media screen and (max-width: 800px) {
  #flow .flow-box {
    padding: 20px 0 40px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-box {
    background-image: url(/images/flow-box_sp.png);
    margin: 10px;
    padding: 40px;
    border: 3px solid #a58029;
  }
}

#flow .flow-box::after {
  background-position: center;
  content: "";
  display: block;
  background-image: url(/images/arrow-right.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: -8%;
  top: 45%;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  #flow .flow-box::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-box::after {
    background-image: url(/images/arrow_sp.png);
    background-size: contain;
    top: auto;
    bottom: -20px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
    width: 30px;
    height: 30px;
  }
}

#flow .flow-box:last-child:after {
  display: none;
}

#flow .flow-box .btn3 {
  background-image: url(/images/btn3.png);
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-position: center;
  background-size: contain;
  text-align: center;
  line-height: 60px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 800px) {
  #flow .flow-box .btn3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-box .btn3 {
    height: 50px;
    line-height: 50px;
  }
}

#flow .flow-card {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #flow .flow-card {
    margin-top: 0px;
    text-align: center;
  }
}

#flow .flow-card3 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #flow .flow-card3 {
    margin-top: 0px;
  }
}

#flow .flow-card4 {
  margin-top: 45px;
}

#flow .flow-card_num {
  position: absolute;
  top: 3px;
  left: 14px;
}

@media screen and (max-width: 800px) {
  #flow .flow-card_num {
    top: 10px;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-card_num {
    top: 0;
    left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #flow .flow-card_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-card_text:nth-of-type(2),
  #flow .flow-card_text:nth-of-type(3),
  #flow .flow-card_text:nth-of-type(4),
  #flow .flow-card_text:nth-of-type(5) {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  #flow .flow-card_title {
    display: inline;
  }
}

#flow .flow-icon {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #flow .flow-icon {
    display: inline;
    width: 50px;
  }
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

#about {
  background-image: url(/images/about.jpg);
}

#about .gold_color {
  left: 0;
  line-height: initial;
  font-size: 35px;
}

#about .btn3 {
  background-image: url(/images/btn3.png);
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-position: center;
  background-size: contain;
  text-align: center;
  line-height: 60px;
  position: relative;
  overflow: hidden;
  width: 250px;
  margin: 0 auto;
}

#about .btn3:after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  #about {
    background-image: url(/images/about_sp.jpg);
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }

  10% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

/* --------------------------------
faq
---------------------------------*/

.faq_qa_q a {
  display: block;
  padding: 1em 3em 1em 3em;
  position: relative;
  background-image: url(/images/faq.png);
  background-position: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq_qa_q a {
    background-image: url(/images/faq2.png);
    background-size: cover;
    background-position: center;
    font-size: 12px;
  }
}

.faq_qa_q a::before {
  content: "Q";
  color: #d2bc7a;
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 14px;
}

@media screen and (max-width: 767px) {
  .faq_qa_q a::before {
    top: 5px;
  }
}

.faq_qa_q a i {
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
  color: #ccc;
}

.faq_qa_a {
  padding: 1em 1em 1em 3em;
  position: relative;
  display: none;
  background-image: url(/images/faq2.png);
  background-position: center;
  color: #fff;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 800px) {
  .faq_qa_a {
    background-image: url(/images/faq-sp.png);
    background-size: cover;
    background-position: center;
    font-size: 12px;
    top: 0;
  }
}

.faq_qa_a::before {
  content: "A";
  color: #ff8c71;
  font-size: 20px;
  position: absolute;
  left: 14px;
  top: 14px;
}

.faq_qa_a a {
  word-break: break-word;
}

.faq_qa ul {
  margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  .gold_color span {
    font-size: 22px;
  }
}

.game-border {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  background-image: url(/images/btn2.png);
}

@media screen and (max-width: 767px) {
  .game-border {
    border: 3px solid #c0c0c0;
  }
}

