@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.hero__content {
  background: #e4373b;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.hero__inner {
  background-image: url("../img/bg_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .hero__inner {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero__inner {
    padding: 50px 0 40px;
  }
}

.hero h1 {
  margin: 0;
  padding: 0;
}

.hero__date {
  background: #F7DB31;
  color: #CD3134;
  text-align: center;
  padding: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .hero__date {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero__date {
    font-size: 1.6rem;
  }
}

.content {
  display: flex;
  background: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 30px 15px;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .content {
    max-width: 1150px;
    width: calc(100% - 45px);
    margin: 40px auto 0;
    padding: 0 30px 45px;
    justify-content: space-between;
  }
}

.content__main {
  background: #fff;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .content__main {
    width: 100%;
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .content__main {
    width: 55%;
    padding: 30px 0 0;
  }
}

.content__main p {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content__main p {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__main p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.content__ttl {
  text-align: center;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .content__ttl {
    width: 85%;
  }
}

.content__link {
  text-align: center;
}

.content__link a {
  background: #EC4649;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #e4373b;
  transition: all ease 0.3s;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .content__link a {
    width: 100%;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__link a {
    width: 70%;
    font-size: 1.2rem;
    cursor: pointer;
  }
}

.content__link a:hover {
  background: #b10e15;
}

.content__link a::before {
  position: absolute;
  top: 42%;
  right: 5%;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content__attention {
  margin: 40px 0 0;
}

.content__attention ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content__attention ul li {
  position: relative;
  padding: 0 0 6px 18px;
}

.content__attention ul li::before {
  display: inline-block;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.content__twitter {
  border: #ccc solid 1px;
  box-sizing: border-box;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .content__twitter {
    width: 100%;
    order: 2;
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .content__twitter {
    width: 20%;
  }
}

.content__twitter h2 {
  margin: 0;
  padding: 0;
}

.content__facebook {
  border: #ccc solid 1px;
  box-sizing: border-box;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .content__facebook {
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .content__facebook {
    width: 20%;
  }
}

.content__facebook h2 {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

.twitter-moment {
  width: 100% !important;
  max-width: 100% !important;
  min-width: initial !important;
}

.twitter-timeline {
  height: 100% !important;
}

.winners {
  background: url("../img/bg_03.png"), repeating-linear-gradient(90deg, #e4373b, #e4373b 53px, #CD3034 53px, #CD3034 106px);
}

@media only screen and (max-width: 767px) {
  .winners {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .winners {
    padding: 60px 0;
  }
}

.winners .winners_ttl {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .winners .winners_ttl {
    margin: 0 15px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winners_ttl {
    margin: 0 0 40px;
  }
}

.winners .winners_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .winners .winners_content {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winners_content {
    max-width: 1150px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 0 30px;
  }
}

.winners .winner {
  margin: 0 8px 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1px;
  box-shadow: 5px 5px 10px #b10e15;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .winners .winner {
    width: 45%;
    padding: 10px 15px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winner {
    width: 23%;
    padding: 20px 15px 15px;
  }
}

.winners .winner .winner_date {
  font-family: 'Anton', sans-serif;
  z-index: 99;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: -5%;
}

@media only screen and (max-width: 767px) {
  .winners .winner .winner_date {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.13rem;
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winner .winner_date {
    width: 60px;
    height: 60px;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
}

.winners .winner .winnerinner {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.winners .winner .winnerinner .winner_pic {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .winners .winner .winnerinner .winner_pic {
    height: 130px;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winner .winnerinner .winner_pic {
    height: 200px;
  }
}

.winners .winner .winnerinner .winner_pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.winners .winner .winnerinner .winner_pic .multiorder {
  position: absolute;
  background-color: #FFF;
  bottom: 0;
  right: 0;
  padding: 3px;
  font-size: 0.8em;
  border-radius: 5px 0 0 0;
  color: #000;
}

.winners .winner .winnerinner .winner_detail {
  margin: 15px 0 0;
  text-align: center;
}

.winners .winner .winnerinner .winner_detail .name {
  color: #e60012;
}

.winners .winner .winnerinner .winner_detail .price {
  margin: 3px 0 0;
  padding: 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .winners .winner .winnerinner .winner_detail .price {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .winners .winner .winnerinner .winner_detail .price {
    font-size: 1.2rem;
  }
}

.winners .winner .winnerinner .winner_detail .price .redspan {
  color: #e4373b;
  position: relative;
  margin-left: 18px;
}

.winners .winner .winnerinner .winner_detail .price .redspan::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15%;
  left: -48%;
  width: 0;
  height: 0;
  border-left: 7px solid #e4373b;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.faq {
  margin: 0;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .faq {
    padding: 45px 0;
  }
}

@media only screen and (min-width: 768px) {
  .faq {
    padding: 60px 0;
  }
}

.faq h2 {
  font-family: 'Anton', sans-serif;
  color: #e4373b;
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .faq h2 {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .faq h2 {
    font-size: 1.8rem;
    margin: 0 0 50px;
  }
}

.faq__content {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 15px;
}

@media only screen and (max-width: 767px) {
  .faq__content {
    margin: 0 15px;
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .faq__content {
    max-width: 1050px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 50px 60px 50px;
  }
}

.faq dl {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.faq dt {
  margin: 0 0 7px;
  padding: 0 0 5px;
  color: #e4373b;
  border-bottom: #e4373b dotted 3px;
  font-weight: 600;
}

.faq dt::before {
  content: "※";
}

.faq dd {
  margin: 0 0 25px;
  padding: 0;
}

.faq dd a {
  color: #486B97;
  text-decoration: none;
}

.faq dd a:hover {
  text-decoration: underline;
}

.gengoswitch {
  position: relative;
}

.gengoswitch a {
  position: absolute;
  left: 5px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  z-index: 99;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .tanuki {
    padding: 45px 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki {
    padding: 50px 0 100px;
  }
}

.tanuki h2 {
  font-family: 'Anton', sans-serif;
  color: #a03813;
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .tanuki h2 {
    margin: 0 0 25px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki h2 {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}

.tanuki__content {
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .tanuki__content {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki__content {
    max-width: 1050px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 0 40px;
  }
}

.tanuki__intro {
  margin: 30px 0 0;
}

.tanuki__intro p {
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tanuki__intro p {
    line-height: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki__intro p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.tanuki__intro a {
  color: #486B97;
  text-decoration: none;
}

.tanuki__intro a:hover {
  text-decoration: underline;
}

.tanuki__slider {
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .tanuki__slider {
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki__slider {
    max-width: 1150px;
    width: calc(100% - 45px);
  }
}

.tanuki__block {
  margin: 5px;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media only screen and (max-width: 767px) {
  .tanuki__block {
    width: 95px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki__block {
    width: 225px;
  }
}

.tanuki__block a {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tanuki__block a {
    height: 178px;
  }
}

@media only screen and (min-width: 768px) {
  .tanuki__block a {
    height: 185px;
  }
}

.tanuki__block a:hover {
  opacity: 0.8;
}

.tanuki__copyright {
  text-align: center;
  margin: 30px 0 0;
}
