@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #eee;
}

.MainColumn {
  position: relative;
  z-index: 1;
  margin: 0px auto 0px;
  text-align: left;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  color: #444;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.main_btn {
  position: relative;
  margin: 0 20px;
  padding: 27px 40px 27px 0;
  display: block;
  background-image: linear-gradient(90deg, #BC57A0, #7A4AB1);
  border-radius: 3em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-device-width: 480px) {
  .main_btn {
    margin: 0 5.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.main_btn::after {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  top: 0%;
  bottom: 0;
  margin: auto;
  right: 10%;
  transition: 0.3s;
}
@media screen and (min-width: 1000px) {
  .main_btn:hover::after {
    right: 9%;
  }
}

.main_btn + .main_btn {
  margin-top: 10px;
}

.fv {
  padding: 60px 0;
  background: url("../img/fv_bg.png") no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-device-width: 480px) {
  .fv {
    background-size: contain;
  }
}
.fv_img {
  margin: 0 auto;
  display: block;
  width: 337px;
}
@media screen and (max-device-width: 480px) {
  .fv_img {
    width: 89.8666666667vw;
  }
}
.fv_lead_inner {
  position: relative;
  margin: -10px 20px 15px;
  background: rgba(255, 255, 255, 0.7);
}
.fv_lead_inner::before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.fv_lead {
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-device-width: 480px) {
  .fv_lead {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.fv_lead span {
  display: inline-block;
  padding: 2px 2px;
  background-color: rgba(209, 91, 195, 0.2);
  font-weight: bold;
}
.fv .present_date {
  margin: 27px 32px 0px;
  border: 1px solid #444;
  text-align: center;
  font-weight: bold;
}
.fv .present_date dt {
  padding: 5px 0px;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-device-width: 480px) {
  .fv .present_date dt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.fv .present_date dd {
  padding: 10px 0px;
  background: #fff;
  font-size: 14px;
}
@media screen and (max-device-width: 480px) {
  .fv .present_date dd {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.fv .present_date dd span {
  font-size: 17px;
}
@media screen and (max-device-width: 480px) {
  .fv .present_date dd span {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}

.popular {
  padding: 38px 0;
  background-image: linear-gradient(#E8F6FF, #F7F3FE);
}
.popular_title {
  margin: 0 auto 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-device-width: 480px) {
  .popular_title {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.popular_head {
  margin: 0 auto 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-device-width: 480px) {
  .popular_head {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.popular_text {
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (max-device-width: 480px) {
  .popular_text {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.popular_text span {
  color: #BC57A0;
  font-weight: bold;
}
.popular_text02 {
  margin: 30px auto 40px;
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-device-width: 480px) {
  .popular_text02 {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.popular_text02 a {
  border-bottom: 1px solid #BC57A0;
  color: #BC57A0;
}
.popular_list {
  position: relative;
  margin: 0 20px;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-device-width: 480px) {
  .popular_list {
    margin: 0 5.3333333333vw;
  }
}
.popular_list::before {
  background: url("../img/icon_clip.png") no-repeat;
  content: "";
  display: block;
  width: 41px;
  height: 51px;
  position: absolute;
  background-size: contain;
  top: -36px;
  left: 7%;
}
.popular_list li {
  position: relative;
  margin: 0 26px;
}
.popular_list li .icon_new {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #E22020;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li .icon_new {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.popular_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4%;
}
.popular_list li:first-child {
  padding: 38px 0px 32px;
}
.popular_list li:first-child::after {
  background: url("../img/popular_img01.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 145px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:first-child::after {
    width: 32vw;
    height: 38.6666666667vw;
  }
}
.popular_list li:nth-of-type(2) {
  padding: 30px 0 45px;
}
.popular_list li:nth-of-type(2)::after {
  background: url("../img/popular_img02.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 160px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:nth-of-type(2)::after {
    width: 32vw;
    height: 38.6666666667vw;
  }
}
.popular_list li:nth-of-type(3) {
  padding: 48px 0 46px;
}
.popular_list li:nth-of-type(3)::after {
  background: url("../img/popular_img03.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 158px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:nth-of-type(3)::after {
    width: 32vw;
    height: 42.1333333333vw;
  }
}
.popular_list li:nth-of-type(4) {
  padding: 65px 0 66px;
}
.popular_list li:nth-of-type(4)::after {
  background: url("../img/popular_img04.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 158px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:nth-of-type(4)::after {
    width: 32vw;
    height: 42.1333333333vw;
  }
}
.popular_list li:nth-of-type(5) {
  padding: 60px 0 56px;
}
.popular_list li:nth-of-type(5)::after {
  background: url("../img/popular_img05.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 160px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:nth-of-type(5)::after {
    width: 32vw;
    height: 42.6666666667vw;
  }
}
.popular_list li:nth-of-type(6) {
  padding: 34px 0px 32px;
}
.popular_list li:nth-of-type(6)::after {
  background: url("../img/popular_img06.png") no-repeat;
  background-size: contain;
  width: 120px;
  height: 100px;
}
@media screen and (max-device-width: 480px) {
  .popular_list li:nth-of-type(6)::after {
    width: 32vw;
    height: 26.6666666667vw;
  }
}
.popular_list li + li {
  border-top: 1px solid #ccc;
}

.notice {
  padding: 43px 35px 40px;
}
.notice_text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (max-device-width: 480px) {
  .notice_text {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */