html {
  font-size: 62.5%;
}

/* rollover */
.rollover {
  animation: horizontalY 1s ease-in-out infinite alternate;
          transition: all 1s;
  -webkit-transition: all 1s;
}

.rollover:hover {
  animation: horizontalY 0.5s ease-in-out infinite alternate;
          transition: all 0.5s;
  -webkit-transition: all 0.5s;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* btn */
.maimate-btn {
  border: 1px solid #666;
  border-radius: 2rem;
  color: #666;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 1.2rem 2rem 1.4rem;
}
.maimate-btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 940px) {
  .maimate-btn {
      border-radius: 2.6rem;
      font-size: 1.8rem;
      padding-left: 5rem;
      padding-right: 5rem;
  }
}

/*----------------------------------------------------
 flex
----------------------------------------------------*/
.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}

@media (min-width: 940px) {
    .md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:order-5{order:5}.md\:order-6{order:6}.md\:order-7{order:7}.md\:order-8{order:8}.md\:order-9{order:9}.md\:order-10{order:10}.md\:order-11{order:11}.md\:order-12{order:12}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:order-none{order:0}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:order-5{order:5}.xl\:order-6{order:6}.xl\:order-7{order:7}.xl\:order-8{order:8}.xl\:order-9{order:9}.xl\:order-10{order:10}.xl\:order-11{order:11}.xl\:order-12{order:12}.xl\:order-first{order:-9999}.xl\:order-last{order:9999}.xl\:order-none{order:0}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}
}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.flex{display:flex}.inline-flex{display:inline-flex}

@media (min-width: 940px) {
    .md\:block{display:block}.md\:inline{display:inline}.md\:inline-block{display:inline-block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:inline{display:inline}.xl\:inline-block{display:inline-block}.xl\:hidden{display:none}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}
}

/*----------------------------------------------------
 campaign-nav
----------------------------------------------------*/
.campaign-nav {
  display: flex;
  margin: 0 auto 2.5rem;
  padding: 0 20px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  max-width: 640px;
}
.campaign-nav a {
  background-color: #fff;
  color: inherit;
  display: block;
  padding: 1em 0;
  position: relative;
  text-align: center;
  width: 50%;
}
.campaign-nav a:hover {
  color: inherit;
  text-decoration: none;
}
.campaign-nav a::after {
  color: #ff6328;
  content: '▼';
  font-size: 50%;
  position: absolute;
  right: .75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.campaign-nav a:first-child {
  border-radius: 10px 0 0 10px;
}
.campaign-nav a:last-child {
  border-radius: 0 10px 10px 0;
}
.campaign-nav a.campaign-nav-active {
  background: #ff6328;
  color: #fff;
}
.campaign-nav a.campaign-nav-active::after {
  color: #fff;
}
@media (min-width: 940px) {
  .campaign-nav {
    margin-bottom: 5rem;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .campaign-nav a::after {
    font-size: 75%;
    right: 1.5em;
  }
}


/*----------------------------------------------------
 campaign
----------------------------------------------------*/
#campaign {
  font-size: 14px;
}
#campaign .campaign-hero {
  height: 300px;
  padding: 80px 50px;
  background-image: url("./img/rule-hero.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  color: rgba(48, 48, 48, 0.92);
}
#campaign .campaign-hero .title-container {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
#campaign .campaign-hero .title-container img {
  width: 90px;
}
#campaign .campaign-hero .title {
  margin-left: 35px;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff;
}
#campaign h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 2px;
}
#campaign h3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-hero {
    height: 200px;
    padding: 50px 50px;
  }
  #campaign h2 {
    font-size: 30px;
    line-height: 35px;
  }
  #campaign h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 479px) {
  #campaign {
    font-size: 12px;
  }
  #campaign .campaign-hero {
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 20px;
    padding-top: 30px;
    background-position: 50% 50%;
    background-size: cover;
    height: 200px;
  }
}/*# sourceMappingURL=rule.css.map */


#campaign .campaign-hero {
  align-items: center;
  background-attachment: unset;
  background-image: url(../../rules/img/rule-hero-sp.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  padding: 0;
}

#campaign .campaign-hero .title-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  width: 100%;
}

#campaign .campaign-hero .title {
  color: #fff;
  text-shadow: none;
}

@media (min-width: 940px) {
  #campaign .campaign-hero {
    background-image: url(../../rules/img/rule-hero.jpg);
  }
  #campaign .campaign-hero .title {
    color: #fff;
    margin-left: 0;
  }
}



/*----------------------------------------------------
 campaign
----------------------------------------------------*/
.maimate-campaign {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2rem 2rem 5rem;
}
.maimate-campaign-list {
    margin-bottom: 5rem;
}
.maimate-campaign-list a {
  color: inherit;
  text-decoration: none;
}
.maimate-campaign-list a:hover {
  color: inherit;
  text-decoration: none;
}

/* each */
.maimate-campaign-each + .maimate-campaign-each {
    margin-top: 5rem;
}

.maimate-campaign-img {
    margin-bottom: 1rem;
}
.maimate-campaign-img img {
  width: 100%;
}

/* title */
#campaign .maimate-campaign-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5rem;
}

.maimate-campaign-info p {
    color: #888;
}
.maimate-campaign-info time {
  color: #000;
}

/* link */
.maimate-campaign-link {
    margin-top: 5rem;
    text-align: center;
}

@media screen and (min-width: 940px) {
    .maimate-campaign {
      padding-bottom: 10rem;
    }
    /* each */
    .maimate-campaign-each + .maimate-campaign-each {
        margin-top: 6rem;
    }
    
    .maimate-campaign-img {
        margin-bottom: 0;
        width: 25%;
    }
    .maimate-campaign-info {
        padding-left: 2rem;
        width: 75%;
    }
  /* link */
  .maimate-campaign-link {
    margin-top: 10rem;
  }
  
}

