@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
.wrap .info .info_2 .award .swiper-slide p, .wrap .info .info_1 p span {
  font-family: "Rubik", Arial, sans-serif;
}

footer .copyright, footer .link, .wrap .info .info_2 .swiperNav .swiper-button, .wrap .info .button, .wrap .gacha .btn_start, .spBar .menu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap .info .info_1, .spBar.icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrap .info .info_1 p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap .info .button {
  background-color: #ed6928;
  background-image: linear-gradient(to right, #ed6928 0, #f7aa32 50%, #ed6928 100%);
  background-size: 200% 100%;
  transition: 0.5s;
}
.wrap .info .button:hover {
  background-position: 100% 0;
}

/* ==========================================================================
	白色Bar
========================================================================== */
.spBar {
  position: fixed;
  top: 30px;
  z-index: 998;
  padding-left: 25px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.spBar .iconName {
  display: flex;
  align-items: center;
}
.spBar .iconName img {
  margin-right: 5px;
  width: 32px;
}
.spBar .iconName p {
  font-size: 24px;
  color: #e90026;
  font-weight: 500;
}
.spBar .menu {
  float: right;
  display: flex;
  height: 100%;
}
.spBar .menu a {
  padding: 0 30px;
  height: 100%;
  font-size: 18px;
  color: #333333;
}
.spBar .menu a:hover, .spBar .menu a.menu_focus {
  color: #007de9;
}

/* ==========================================================================
	wrap
========================================================================== */
a, a > *, a svg path, button {
  display: inline-table;
  transition: 0.3s;
}

.wrap {
  padding-top: 90px;
}
.wrap:before {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.wrap .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 30px;
  margin: auto;
  max-width: 1060px;
}
.wrap .gacha {
  position: relative;
  width: 100%;
  max-width: 510px;
}
.wrap .gacha .slogan {
  position: absolute;
  z-index: 3;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 88%;
  max-width: 450px;
}
.wrap .gacha .gachaBody {
  width: 100%;
}
.wrap .gacha .gachaBox {
  position: absolute;
  z-index: -1;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 466px;
  height: 287px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 26%, 85% 100%, 15% 100%, 0% 26%);
          clip-path: polygon(0 0, 100% 0, 100% 26%, 85% 100%, 15% 100%, 0% 26%);
}
.wrap .gacha .gachaBox ul {
  position: relative;
  height: 100%;
}
.wrap .gacha .gachaBox img {
  position: absolute;
  width: 115px;
}
.wrap .gacha .gacha_1 {
  animation: gacha_1 1s linear infinite;
}
@keyframes gacha_1 {
  0% {
    bottom: 0;
    left: 12.5%;
    transform: rotate(0deg);
  }
  25% {
    bottom: 1.5%;
    left: 14%;
  }
  50% {
    bottom: 0;
    left: 13%;
  }
  75% {
    bottom: 2%;
    left: 13.4%;
  }
  100% {
    bottom: 0;
    left: 12.5%;
    transform: rotate(360deg);
  }
}
.wrap .gacha .gacha_2 {
  animation: gacha_2 1.2s linear infinite;
}
@keyframes gacha_2 {
  0% {
    bottom: 0;
    left: 37%;
    transform: rotate(0deg);
  }
  20% {
    bottom: 2%;
    left: 39%;
  }
  60% {
    bottom: 0.5%;
    left: 36%;
  }
  80% {
    bottom: 1.5%;
    left: 38%;
  }
  100% {
    bottom: 0;
    left: 37%;
    transform: rotate(-360deg);
  }
}
.wrap .gacha .gacha_3 {
  animation: gacha_3 1.3s linear infinite;
}
@keyframes gacha_3 {
  0% {
    bottom: 0;
    right: 12.5%;
    transform: rotate(0deg);
  }
  25% {
    bottom: 1.5%;
    right: 14%;
  }
  50% {
    bottom: 0;
    right: 13%;
  }
  75% {
    bottom: 2%;
    right: 13.4%;
  }
  100% {
    bottom: 0;
    right: 12.5%;
    transform: rotate(360deg);
  }
}
.wrap .gacha .gacha_4 {
  animation: gacha_4 1.5s linear infinite;
}
@keyframes gacha_4 {
  0% {
    bottom: 22%;
    left: 25%;
    transform: rotate(0deg);
  }
  25% {
    bottom: 24%;
    left: 23.5%;
  }
  50% {
    bottom: 20.5%;
    left: 27%;
  }
  75% {
    bottom: 23%;
    left: 24%;
  }
  100% {
    bottom: 22%;
    left: 25%;
    transform: rotate(360deg);
  }
}
.wrap .gacha .gacha_5 {
  animation: gacha_5 1s linear infinite;
}
@keyframes gacha_5 {
  0% {
    bottom: 22.5%;
    right: 25%;
    transform: rotate(0deg);
  }
  25% {
    bottom: 21%;
    right: 26%;
  }
  50% {
    bottom: 24%;
    right: 22.5%;
  }
  75% {
    bottom: 23.5%;
    right: 26.5;
  }
  100% {
    bottom: 22.5%;
    right: 25%;
    transform: rotate(-360deg);
  }
}
.wrap .gacha .gacha_6 {
  animation: gacha_6 1.2s linear infinite;
}
@keyframes gacha_6 {
  0% {
    top: 18%;
    right: 38.5%;
    transform: rotate(0deg);
  }
  35% {
    top: 16%;
    right: 41%;
  }
  55% {
    top: 16.5%;
    right: 37%;
  }
  85% {
    top: 19%;
    right: 40.5%;
  }
  100% {
    top: 18%;
    right: 38.5%;
    transform: rotate(360deg);
  }
}
.wrap .gacha .gacha_7 {
  animation: gacha_7 1.7s linear infinite;
}
@keyframes gacha_7 {
  0% {
    bottom: 30%;
    left: 6.5%;
    transform: rotate(0deg);
  }
  35% {
    bottom: 32%;
    left: 9%;
  }
  60% {
    bottom: 28.5%;
    left: 7.5%;
  }
  80% {
    bottom: 31.5%;
    left: 8.5%;
  }
  100% {
    bottom: 30%;
    left: 6.5%;
    transform: rotate(-360deg);
  }
}
.wrap .gacha .gacha_8 {
  animation: gacha_8 1.5s linear infinite;
}
@keyframes gacha_8 {
  0% {
    bottom: 31%;
    right: 6.5%;
    transform: rotate(0deg);
  }
  25% {
    bottom: 29.5%;
    right: 8.5%;
  }
  50% {
    bottom: 32.5%;
    right: 7%;
  }
  75% {
    bottom: 29%;
    right: 8%;
  }
  100% {
    bottom: 31%;
    right: 6.5%;
    transform: rotate(360deg);
  }
}
.wrap .gacha .btn_start {
  position: absolute;
  z-index: 4;
  bottom: 135px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 5px;
  width: 214px;
  height: 167px;
  font-size: 30px;
  color: #ffff00;
  font-weight: 500;
  background-image: url("../img/gachaBtn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wrap .gacha .btn_start:hover {
  color: #ffffff;
  background-image: url("../img/gachaBtn_on.png");
}
.wrap .gacha .btn_start.play {
  animation: btn_start 1.5s ease-out both;
}
@keyframes btn_start {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap .gacha .gachaGet {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 95px;
  border-radius: 75px 75px 0 0;
  overflow: hidden;
}
.wrap .gacha .gachaGet img {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
  margin: auto;
  width: 115px;
}
.wrap .gacha .gachaGet img.get {
  animation: gacha 0.6s ease-out both;
}
@keyframes gacha {
  0% {
    bottom: 95px;
    transform: rotate(0deg);
  }
  25% {
    bottom: 0px;
    transform: rotate(20deg);
  }
  55% {
    bottom: 30px;
    transform: rotate(-40deg);
  }
  80% {
    bottom: 0px;
    transform: rotate(10deg);
  }
  90% {
    bottom: 7px;
  }
  100% {
    bottom: 0px;
    transform: rotate(30deg);
  }
}
.wrap .info {
  display: flex;
  flex-direction: column;
  padding: 35px;
  width: 450px;
  max-height: 717px;
  overflow: hidden;
  background-color: rgba(83, 44, 55, 0.95);
  border: 10px #bc8b63 solid;
  border-radius: 25px;
}
.wrap .info section {
  position: relative;
  margin-bottom: 35px;
  font-size: 16px;
  color: #ffffff;
}
.wrap .info section h2 {
  display: flex;
  margin-bottom: 15px;
  font-size: 27px;
  color: #e5bb77;
  font-weight: 700;
  background: -webkit-linear-gradient(top, #ffd08e 20%, #d27348 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap .info section h2:after {
  content: "";
  flex-grow: 1;
  margin: 17px 0 0 7px;
  height: 2px;
  background-color: #8b5c4b;
}
.wrap .info section p {
  line-height: 1.7;
}
.wrap .info .button {
  padding-bottom: 2px;
  width: 100%;
  height: 50px;
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
}
.wrap .info .info_1 p {
  margin-bottom: 25px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.wrap .info .info_1 p:before {
  content: "";
  margin: 0 5px -1px 0;
  width: 5px;
  height: 16px;
  background-color: #cc6d4f;
}
.wrap .info .info_1 p span {
  display: inline-table;
  margin: 0 5px;
  font-size: 24px;
  color: #ffff00;
}
.wrap .info .info_2 .award {
  display: flex;
  overflow: hidden;
}
.wrap .info .info_2 .award .swiper-slide img {
  display: table;
  margin: auto;
  max-width: 56px;
  transform: rotate(30deg);
}
.wrap .info .info_2 .award .swiper-slide p {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.wrap .info .info_2 .award .swiper-slide .date {
  margin: 10px 0 5px;
  color: #f7aa32;
}
.wrap .info .info_2 .swiperNav {
  position: absolute;
  top: 3px;
  right: 0;
  display: flex;
  padding-left: 10px;
  background: #5b3235;
}
.wrap .info .info_2 .swiperNav .swiper-button {
  width: 23px;
  height: 23px;
  background-color: #f7b832;
  border-radius: 3px;
  cursor: pointer;
}
.wrap .info .info_2 .swiperNav .swiper-button img {
  width: 40%;
}
.wrap .info .info_2 .swiperNav .swiper-button:hover {
  background-color: #ffff00;
}
.wrap .info .info_2 .swiperNav .swiper-button.swiper-button-disabled, .wrap .info .info_2 .swiperNav .swiper-button.swiper-button-disabled:hover {
  background-color: #8b5c4b;
  cursor: inherit;
}
.wrap .info .info_2 .swiperNav .btn_prev img {
  margin-right: 2px;
}
.wrap .info .info_2 .swiperNav .btn_next {
  margin-left: 10px;
}
.wrap .info .info_2 .swiperNav .btn_next img {
  margin-left: 2px;
}
.wrap .info .info_2 .button {
  margin-top: 25px;
}
.wrap .info .info_3 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0;
  color: #f3e9c4;
  font-weight: 300;
}
.wrap .info .info_3 .more {
  flex-grow: 1;
  margin-top: 5px;
  height: 160px;
  max-height: 315px;
  overflow: auto;
}
.wrap .info .info_3 .more::-webkit-scrollbar {
  width: 6px;
  background-color: #6e3a41;
  border-radius: 3px;
}
.wrap .info .info_3 .more::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #9f4a5d;
}
.wrap .info .info_3 .more ol {
  padding: 0 12px 0 20px;
  margin: 0;
}
.wrap .info .info_3 .more ol li {
  line-height: 1.7;
  text-align: justify;
  list-style-type: decimal;
}

footer {
  position: relative;
  padding: 40px 15px 35px;
  font-size: 15px;
  color: #ca909f;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #671a2e;
}
footer .link {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .link a {
  padding: 0 15px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .copyright svg {
  margin-right: 25px;
  width: 170px;
}
footer .copyright svg path {
  fill: #ca909f;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel {
  margin-right: 20px;
  color: #ca909f !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (min-width: 1920px) {
  .wrap:before {
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1061px) and (max-height: 770px) and (orientation: landscape) {
  .wrap .main {
    max-width: 980px;
  }
  .wrap .gacha {
    max-width: 420px;
  }
  .wrap .gacha .slogan {
    top: -23px;
  }
  .wrap .gacha .gachaBox {
    top: 73px;
    width: 384px;
    height: 237px;
  }
  .wrap .gacha .gachaBox img {
    width: 100px;
  }
  .wrap .gacha .btn_start {
    top: 335px;
    bottom: auto;
    width: 180px;
    height: 140px;
    font-size: 24px;
  }
  .wrap .gacha .gachaGet {
    top: 505px;
    bottom: auto;
    width: 126px;
    height: 79px;
    border-radius: 63px 63px 0 0;
  }
  .wrap .gacha .gachaGet img {
    bottom: 80px;
    width: 100px;
  }
  .wrap .info {
    margin-top: -30px;
    max-height: none;
  }
  .wrap .info .info_3 .more {
    height: 250px;
  }
}
@media screen and (max-width: 1060px) {
  .wrap:before {
    background-image: url("../img/bg_m.jpg");
    background-size: cover;
  }
  .wrap .main {
    justify-content: center;
  }
  .wrap .info {
    margin-top: 30px;
    width: 100%;
    max-width: 630px;
    max-height: none;
  }
  .wrap .info .info_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .wrap .info .info_3 .more {
    height: auto;
    max-height: none;
  }
  .wrap .gacha .btn_start {
    transition: 0s;
  }
  .wrap .gacha .btn_start:hover {
    background-image: url("../img/gachaBtn.png");
  }
  footer .link {
    margin-bottom: 10px;
  }
  footer .link a {
    margin-bottom: 15px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1014px) {
  .spBar {
    padding-left: 7px;
    height: 45px;
  }
  .spBar.icon .menu {
    width: auto;
  }
  .spBar.icon .menu a {
    padding: 0 10px;
    width: auto;
    font-size: 15px;
  }
  .spBar .iconName img {
    margin-right: 5px;
    width: 20px;
  }
  .spBar .iconName p {
    font-size: 18px;
  }
  .spBar .menu {
    width: 100%;
  }
  .spBar .menu a {
    padding: 0;
    width: 25%;
    font-size: 15px;
  }
  .wrap {
    padding-top: 75px;
  }
}
@media screen and (max-width: 680px) {
  .wrap .main {
    padding: 60px 5vw 8vw;
    max-width: 100%;
  }
  .wrap .gacha {
    width: 95%;
  }
  .wrap .gacha .slogan {
    top: -4.7vw;
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .wrap .main {
    padding-top: 10vw;
  }
  .wrap .gacha .gachaBox {
    top: 15vw;
    width: 78vw;
    height: 48vw;
  }
  .wrap .gacha .gachaBox img {
    width: 19.3vw;
  }
  .wrap .gacha .btn_start {
    bottom: 23vw;
    padding-bottom: 0.8vw;
    width: 38vw;
    height: 29.5vw;
    font-size: 5.5vw;
  }
  .wrap .gacha .gachaGet {
    bottom: 1vw;
    width: 25vw;
    height: 16.2vw;
    border-radius: 12.5vw 12.5vw 0 0;
  }
  .wrap .gacha .gachaGet img {
    bottom: 16.2vw;
    width: 19.3vw;
  }
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 407px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrap .info {
    padding: 7vw 4.5vw;
    margin-top: 6vw;
    border-width: 5px;
    border-radius: 15px;
  }
  .wrap .info section {
    font-size: 15px;
  }
  .wrap .info section h2 {
    font-size: 22px;
  }
  .wrap .info .button {
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
  }
  .wrap .info .info_1 {
    justify-content: space-between;
  }
  .wrap .info .info_1 p {
    margin-bottom: 20px;
  }
  .wrap .info .info_1 p span {
    margin: 0 3px;
    font-size: 21px;
  }
  .wrap .info .info_2 .button {
    margin-top: 20px;
  }
  footer {
    padding: 30px 15px;
    font-size: 14px;
  }
  footer .link {
    max-width: 395px;
  }
  footer .copyright {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .wrap .info .info_2 .award .swiper-slide img {
    width: 90%;
  }
  .wrap .info .info_2 .award .swiper-slide p {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */