@charset "UTF-8";
.info {
  background: #FFF0B5;
  border-radius: 16px;
  max-width: 1480px;
  width: 90%;
  margin: 200px auto 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.info .info_in {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 0 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media all and (max-width: 1170px) {
  .info {
    margin: 180px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .info {
    margin: 80px auto 0 auto;
    border-radius: 8px;
    padding: 8px 16px;
  }
  .info .info_in {
    grid-template-columns: 55px 1fr;
    gap: 0 10px;
  }
}

.top_slide {
  margin-top: 40px;
  max-width: 1400px;
}
.top_slide .sldw {
  position: relative;
}
.top_slide a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.top_slide a img {
  transition: all 0.3s ease;
}
.top_slide a:hover img {
  transform: scale(1.1);
}
.top_slide .swiper-pagination-bullets {
  bottom: -35px;
}
.top_slide .swiper-pagination-bullet {
  background: #B7B7B7;
  opacity: 1;
}
.top_slide .swiper-pagination-bullet-active {
  background: #FFF0B5;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .top_slide {
    margin-top: 20px;
  }
}

.top_bnr3 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 30px;
}
.top_bnr3 img{
  border-radius: 8px;
}
.top_bnr3 .bx_tape .tx {
  bottom: 10px;
}
.top_bnr3 .bx_tape .tx i {
  font-size: 1.6rem;
}
.top_bnr3 .bx_tape .im {
  border-radius: 8px;
}
.top_bnr3 a.no-link {
  cursor: auto;
}
.top_bnr3 a:hover.no-link {
  opacity: 1.0;
}
.no-link:hover .im img {
    transform: scale(1.0);
}

@media all and (max-width: 1024px) {
  .top_bnr3 {
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .top_bnr3 {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .top_bnr3 a {
    width: 45%;
  }
  .top_bnr3 .bx_tape .tx {
    bottom: 8px;
    line-height: 1;
  }
  .top_bnr3 .bx_tape .tx i {
    font-size: 1rem;
  }
}

.ranking {
  margin-top: 120px;
}
.ranking .ttl_bx {
  color: #06C1AA;
}
.ranking .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
.ranking .img_l {
  position: relative;
}
.ranking .img_l img {
  width: 520px;
}
.ranking .img_l:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #06C1AA;
  border-radius: 0 300px 300px 0;
  z-index: -1;
}
.ranking .img_l:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 50%;
  background: #06C1AA;
}
.ranking .bx_item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 16px;
  position: relative;
  margin-bottom: 30px;
  padding-right: 30px;
}
.ranking .bx_item .img {
  border: 2px solid #FFF0B5;
  position: relative;
  aspect-ratio: 1/1;
}
.ranking .bx_item .num {
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  padding-top: 4px;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  font-weight: bold;
  color: #03C1A9;
  background: #FFF0B5;
  border-radius: 100%;
  border: 2px solid white;
  z-index: 2;
}
.ranking .bx_item .fav {
  display: none;
}
.ranking ul {
  margin: 0;
  /* padding: 0; */
  padding: 0 0 0 10px;
}
.ranking .cont {
  height: 550px;
  overflow-y: scroll;
  padding-left: 50px;
}
.ranking .link_list_rank {
  padding-top: 20px;
  box-sizing: border-box;
}
.ranking .cont::-webkit-scrollbar {
  width: 8px;
  background-color: #EBEBEB;
}
.ranking .cont::-webkit-scrollbar-thumb {
  background: #CCC;
  width: 6px;
  border-radius: 5px;
}
.ranking .btn_spp {
  display: none;
}
@media all and (max-width: 1024px) {
  .ranking .c2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .ranking .img_l img {
    width: 420px;
    margin: 0 auto;
  }
  .ranking .cont {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .ranking {
    margin-top: 80px;
  }
  .ranking .img_l {
    margin-top: -60px;
  }
  .ranking .img_l img {
    width: 200px;
    margin: 0 auto 0 31%;
  }
  .ranking .img_l:before {
    left: -20px;
  }
  .ranking .bx_item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 0 10px;
    padding-right: 0px;
  }
  .ranking ul {
    padding: 0;
  }
  .ranking .cont {
    height: auto;
    padding: 10px 0 0 10px;
  }
  .ranking .cont::-webkit-scrollbar {
    width: 0;
    background-color: #EBEBEB;
  }
  .ranking .cont::-webkit-scrollbar-thumb {
    background: #CCC;
    width: 0;
    border-radius: 5px;
  }
  .ranking .btn_spp {
    display: none;
  }
}

.days {
  margin: 120px auto;
}
.days .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  overflow: hidden;
}
.days .img {
  background: url("../images/days1.jpg") center center/cover;
}
.days .cont {
  padding: 80px 40px;
  box-sizing: border-box;
  background: #06C1AA;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.days .in {
  color: #FFF0B5;
  font-weight: 900;
}
.days .in h2 {
  font-size: 3rem;
}
.days .in .sub {
  font-size: 2.2rem;
  margin-top: 5px;
}
.days .c2_in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-top: 30px;
}
.days .c2_in .img_s {
  width: 120px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.days .c2_in .img_s img {
  transition: all 0.3s ease;
}
.days .c2_in h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 100px;
  margin: 15px 0 5px 0;
  padding: 7px 0;
  color: #06C1AA;
  background: #FFF0B5;
}
.days .c2_in h3 i {
  padding-right: 20px;
  background: url("../images/arw_days.png") center right 3px no-repeat;
  background-size: 6px auto;
  transition: all 0.3s ease;
}
.days .c2_in .tx {
  font-size: 1.5rem;
  font-weight: 700;
}
.days .c2_in a {
  text-decoration: none;
  color: white;
}
.days .c2_in a:hover .img_s img {
  transform: scale(1.1);
}
.days .c2_in a:hover h3 i {
  background: url("../images/arw_days.png") center right 0px no-repeat;
  background-size: 6px auto;
}
@media all and (max-width: 1310px) {
  .days .c2 {
    grid-template-columns: 1fr 600px;
  }
}
@media all and (max-width: 1140px) {
  .days .c2 {
    grid-template-columns: 1fr;
  }
  .days .c2_in {
    max-width: 630px;
    margin: 30px auto 0 auto;
  }
  .days .img {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .days {
    margin: 80px auto;
  }
  .days .cont {
    padding: 20px 15px 40px 15px;
  }
  .days .c2_in {
    max-width: 360px;
    margin: 30px auto 0 auto;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .days .c2_in .img_s {
    width: 100px;
  }
  .days .c2_in h3 {
    font-size: 1.4rem;
    margin: 15px 0 5px 0;
    padding: 7px 0;
  }
  .days .c2_in h3 i {
    padding-right: 20px;
    background: url("../images/arw_days.png") center right 3px no-repeat;
    background-size: 6px auto;
    transition: all 0.3s ease;
  }
  .days .c2_in .tx {
    font-size: 1.4rem;
  }
  .days .c2_in a {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0 8px;
  }
  .days .in h2 {
    font-size: 2.4rem;
  }
  .days .in .sub {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .days .img {
    height: 220px;
  }
}

.gift {
  padding: 40px 0 60px 0;
  box-sizing: border-box;
  background: url("../images/gift_bg.jpg") center center/cover;
}
.gift .ttl_bx {
  color: #06C1AA;
  text-align: center;
}
.gift .c3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.gift .c3 a {
  width: 100%;
  max-width: 230px;
  display: block;
  text-decoration: none;
  color: #06C1AA;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.gift .c3 a img {
  transition: all 0.3s ease;
}
.gift .c3 a .img {
  overflow: hidden;
  border-radius: 100%;
}
.gift .c3 a:hover img {
  transform: scale(1.1);
}
@media all and (max-width: 1140px) {
  .gift .c3 {
    gap: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .gift {
    background: url("../images/gift_bg_sp.jpg") center center/cover;
    padding: 30px 0 40px 0;
  }
  .gift .inner {
    width: 84%;
  }
  .gift .c3 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 30px;
  }
  .gift .c3 a {
    width: 45%;
    font-size: 1.6rem;
  }
}

.sns_ct {
  margin: 140px 0 110px 0;
  padding-bottom: 110px;
  box-sizing: border-box;
  background: url("../images/bg_sns.png") center center/cover;
}
.sns_ct .ttl_ic {
  text-align: center;
}
.sns_ct .ttl_ic img {
  display: inline-block;
  width: 72px;
}
.sns_ct .ttl_ic h2 {
  margin-top: 15px;
  color: #06C1AA;
  font-size: 4.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media all and (max-width: 767px) {
  .sns_ct {
    margin: 80px 0 40px 0;
    padding-bottom: 110px;
    background: url("../images/bg_sns_sp.png") center center/cover;
  }
  .sns_ct .ttl_ic img {
    width: 48px;
  }
  .sns_ct .ttl_ic h2 {
    margin-top: 10px;
    color: #06C1AA;
    font-size: 3.2rem;
  }
}

.swipe_inst {
  margin-top: 40px;
  /* 画像のサイズ調整 */
}
.swipe_inst .swiper-wrapper {
  transition-timing-function: linear;
}
.swipe_inst .swiper-slide img {
  height: auto;
  width: 100%;
}
.swipe_inst .swiper-slide:nth-of-type(even) {
  margin-top: 60px;
}
.swipe_inst a {
  display: block;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.swipe_inst a img {
  transition: all 0.3s ease;
}
.swipe_inst a:nth-of-type(2) {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .swipe_inst {
    margin-top: 20px;
  }
  .swipe_inst .swiper-slide:nth-of-type(even) {
    margin-top: 40px;
  }
  .swipe_inst a:nth-of-type(2) {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=top.css.map */
