@charset "UTF-8";
.article .band {
  background-color: #010a48;
  width: 40%;
  height: 5vw;
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 8px 8px 0 #bd271b;
  /*見出しフェードイン*/
  animation-name: fadeLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 737px) {
  .article .band {
    background-color: #010a48;
    width: 50%;
    height: 10vw;
    margin-top: 150px;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    box-shadow: 5px 5px 0 #bd271b;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.article .band .title {
  font-weight: bold;
  font-size: 25px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 737px) {
  .article .band .title {
    font-weight: bold;
    font-size: 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.panel {
  text-align: center;
}
.panel .view_more {
  color: #454545;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #454545;
  position: relative;
  margin: 1em;
  padding: 0.5vw;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  font-size: 2em;
}

/*見出し　まとめ*/
.main {
  /*目次*/
}
@media screen and (min-width: 737px) {
  .main .cflist {
    margin: 80px 50vw 80px 80px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 737px) {
  .main .cflist {
    margin: 30px 30px 30px 30px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 737px) {
  .main .cflist ul {
    padding: 0;
    font: 14px/1.6 "arial narrow", sans-serif;
    width: 35vw;
    list-style: none;
  }
}
@media screen and (max-width: 737px) {
  .main .cflist ul {
    padding: 0;
    font: 14px/1.6 "arial narrow", sans-serif;
    list-style: none;
  }
}
.main .cflist ul li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 737px) {
  .main .cflist ul li p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 737px) {
  .main .cflist ul li p {
    font-size: 14px;
  }
}
.main .cflist ul li:after,
.main .cflist ul li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.main .cflist ul li:before {
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(129, 194, 250, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.main .cflist ul li:after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(129, 194, 250, 0.3);
}

.cfcategory {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  /*小見出し*/
}
@media screen and (min-width: 737px) {
  .cfcategory {
    margin: 80px;
    padding: 20px;
  }
}
@media screen and (max-width: 737px) {
  .cfcategory {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px;
  }
}
.cfcategory .subtitle {
  font-weight: bold;
  font-size: 28px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: solid 2px #bd271b;
}
.cfcategory .subtitle .under {
  display: block;
  border-bottom: solid 1px #f5f5f5;
  bottom: -3px;
  width: 100%;
}
@media screen and (max-width: 737px) {
  .cfcategory .subtitle .under {
    font-size: 18px;
  }
}
@media screen and (min-width: 737px) {
  .cfcategory .cfcontent {
    padding: 0 60px;
  }
}
@media screen and (max-width: 737px) {
  .cfcategory .cfcontent {
    padding: 15px;
  }
}

/*返礼品について*/
.aboutgoods .grade {
  padding: 0 20px;
}
.aboutgoods .grade li {
  list-style: decimal;
  padding: 10px 0;
}
@media screen and (min-width: 737px) {
  .aboutgoods .grade li img {
    width: 60%;
  }
}
.aboutgoods .grade li::marker {
  font-weight: bolder;
}
@media screen and (max-width: 737px) {
  .aboutgoods .grade li::marker {
    font-size: 16px;
  }
}
@media screen and (min-width: 737px) {
  .aboutgoods .grade li::marker {
    font-size: 1.8em;
  }
}
.aboutgoods .grade h3 {
  font-weight: bolder;
}
@media screen and (max-width: 737px) {
  .aboutgoods .grade h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 737px) {
  .aboutgoods .grade h3 {
    font-size: 1.8em;
  }
}
.aboutgoods .grade .goods {
  padding-left: 10px;
}
.aboutgoods .grade .goods li {
  list-style: disc;
  font-size: 1.4rem;
}
.aboutgoods .grade .goods li::marker {
  font-size: 6px;
}
@media screen and (min-width: 737px) {
  .aboutgoods .Notes li {
    font-size: 1.4em;
    margin: 20px 0;
    text-indent: -2em;
  }
}
@media screen and (max-width: 737px) {
  .aboutgoods .Notes li {
    font-size: 14px;
    margin: 20px 0;
  }
}

/*サポーター紹介について*/
@media screen and (min-width: 820px) {
  .supporter .cfcontent p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  .supporter .cfcontent p {
    font-size: 1.4rem;
  }
}
.supporter .supporterlist {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: space-around;
  align-items: flex-start;
}
.supporter .supporterlist .sp_li {
  /*クルーまとめ*/
  width: 32%;
  padding: 1px 0 10px 0;
  list-style: none;
}
@media screen and (min-width: 820px) {
  .supporter .supporterlist .sp_li {
    font-size: 1.6rem;
    width: 30%;
    padding: 1px 0 10px 0;
  }
}
@media screen and (max-width: 820px) {
  .supporter .supporterlist .sp_li {
    font-size: 1.4rem;
    width: 30%;
    padding: 1px 0 10px 0;
  }
}
@media screen and (max-width: 737px) {
  .supporter .supporterlist .sp_li {
    font-size: 1.3rem;
    width: 49%;
    padding: 1px 0 1px 0;
  }
}/*# sourceMappingURL=cf.css.map */