@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://use.typekit.net/vyo8crl.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300..400,0..1,0&display=swap");
/* ==========================================================================
   Common
========================================================================== */
.main {
  padding-bottom: 0;
  position: relative;
}
.contentsTitle {
  text-align: left;
  font-family: optima, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  white-space: 500;
  border-bottom: 1px solid #383838;
  color: #383838;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .contentsTitle {
    text-align: center;
    font-size: 2.7rem;
    margin-bottom: 60px;
    border-bottom: none;
  }
}

.lead {
  font-size: 1.8rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  text-align: left;
  color: #383838;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .lead {
    font-size: 1.6rem;
    color: #fff;
  }
}

.wrapper {
  max-width: 1720px;
  margin: 0 auto;
  width: 92%;
}
@media only screen and (max-width: 1023px) {
  .wrapper {
    max-width: 92%;
  }
}

.inner_wrap {
  position: relative;
}
.inner_wrap .lead {
  z-index: 999;
  width: 1023px;
  background: #21254c;
  margin: -100px auto 0;
  padding-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .inner_wrap .lead {
    width: 82%;
    margin: -50px auto 0;
    padding-top: 25px;
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
}

/* ==========================================================================
   kv
========================================================================== */
.kv {
  width: 100%;
  position: relative;
  margin: 120px auto 0;
}
@media only screen and (max-width: 1023px) {
  .kv {
    margin: 70px auto 0;
  }
}
.kv .slick-slide {
  margin: 0;
}
.kv img {
  width: 100%;
  height: auto;
}
.kv .slick-prev, .kv .slick-next {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.kv .slick-prev:before, .kv .slick-next:before {
  display: none;
}
.kv .slick-prev:hover, .kv .slick-next:hover {
  opacity: 0.7;
}
.kv .slick-next {
  left: auto;
  right: 4%;
}

/* ==========================================================================
  top_category
========================================================================== */
.top_category {
  padding: 200px 0 100px;
  background: #FAF9F7;
  margin-top: -30px;
}
.top_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  width: 92%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .top_category ul {
    max-width: 92%;
  }
}
.top_category ul li {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .top_category ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
.top_category ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.top_category ul li a span {
  display: none;
}
.top_category ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .top_category {
    padding: 100px 0 50px;
  }
}

/* ==========================================================================
  top_products
========================================================================== */
.product_list > li {
  padding: 170px 0;
}
.product_list > li:nth-child(2n) {
  background: #FAF9F7;
}
@media only screen and (max-width: 1023px) {
  .product_list > li {
    padding: 0;
  }
}
.product_list > li dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
.product_list > li dl dt,
.product_list > li dl dd {
  height: 100%;
  color: #383838;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dt,
  .product_list > li dl dd {
    width: 100%;
  }
}
.product_list > li dl dt .text_box {
  display: none;
}
.product_list > li dl dt {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dt {
    background: #383838;
    width: 100%;
  }
  .product_list > li dl dt .text_box {
    display: block;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    color: #fff;
  }
  .product_list > li dl dt .text_box .contentsTitle {
    color: #fff;
    margin-bottom: 0;
  }
  .product_list > li dl dt img {
    opacity: 0.7;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product_list > li dl dd {
  margin: 0 4%;
  width: 42%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd {
    width: 100%;
    margin: 0;
  }
}
.product_list > li dl dd .text_box {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd .text_box {
    display: none;
  }
}
.product_list > li dl dd .slide_box {
  width: calc(100% - 10px);
  overflow: scroll;
  margin-bottom: 20px;
  padding-left: 10px;
}
.product_list > li dl dd .products_slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd .products_slider {
    margin: 30px 0 0 20%;
  }
}
.product_list > li dl dd .products_slider li {
  width: 282px;
  margin-right: 25px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd .products_slider li {
    width: 65%;
  }
}
.product_list > li dl dd .products_slider li a img {
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.16);
  margin-bottom: 10px;
}
.product_list > li dl dd .products_slider li a .name, .product_list > li dl dd .products_slider li a .price {
  font-family: optima, sans-serif;
  font-size: 2rem;
  color: #383838;
  line-height: 1.5;
}
.product_list > li dl dd .products_slider li a .p_cate {
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd {
    order: 2;
    padding: 30px 0;
  }
}
.product_list > li dl dd {
  order: 2;
}
.product_list > li dl dd img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .product_list > li dl dd {
    order: 2;
  }
}
.product_list > li:nth-child(2n) dt {
  order: 2;
}
.product_list > li:nth-child(2n) dd {
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .product_list > li:nth-child(2n) dt {
    order: 1;
  }
  .product_list > li:nth-child(2n) dd {
    order: 2;
  }
}

/* ==========================================================================
  magazine
========================================================================== */
.magazine {
  padding: 0 0 170px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .magazine {
    padding: 0 0 50px;
  }
}
.magazine .magazine_head {
  background: url(/images/top/top_img_magazine.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .magazine .magazine_head {
    height: auto;
  }
}
.magazine .magazine_head .textbox {
  width: 600px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.magazine .magazine_head .textbox .contentsTitle, .magazine .magazine_head .textbox .lead {
  text-align: center;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}
.magazine .magazine_head .textbox .more_btn {
  margin-top: 30px;
  color: #fff;
  border: solid 1px #fff;
}
@media only screen and (max-width: 1023px) {
  .magazine .magazine_head .textbox {
    width: 70%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    transform: translate(0, 0);
    top: auto;
    left: auto;
  }
  .magazine .magazine_head .textbox .contentsTitle {
    margin-bottom: 30px;
  }
  .magazine .magazine_head .textbox .more_btn {
    width: 100%;
  }
}
.magazine .slide_box {
  width: calc(96% - 10px);
  overflow: scroll;
  margin: 0 0 0 4%;
  padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .magazine .slide_box {
    margin: 0 0 0 4%;
  }
}
.magazine .slide_box .magazine_slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 60px 0 10px;
}
@media only screen and (max-width: 1023px) {
  .magazine .slide_box .magazine_slider {
    margin: 30px 0 5px;
  }
}
.magazine .slide_box .magazine_slider li {
  width: 650px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.2);
  flex-shrink: 0;
  margin-right: 30px;
}
.magazine .slide_box .magazine_slider li .text_box {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 60%;
}
.magazine .slide_box .magazine_slider li .text_box .tag {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: block;
}
.magazine .slide_box .magazine_slider li .text_box .text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
.magazine .slide_box .magazine_slider li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .magazine .slide_box .magazine_slider li {
    width: 85%;
    margin-right: 10px;
  }
  .magazine .slide_box .magazine_slider li .text_box {
    width: 70%;
  }
  .magazine .slide_box .magazine_slider li .text_box .tag {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .magazine .slide_box .magazine_slider li .text_box .text {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
  Movie
========================================================================== */
.movie {
  padding: 0 0 170px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .movie {
    padding: 0 0 50px;
  }
}
.movie::after {
  content: "";
  background: #535201;
  background: linear-gradient(270deg, rgb(83, 82, 1) 10%, rgba(83, 82, 1, 0) 41%, rgba(83, 82, 1, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .movie::after {
    display: none;
  }
}
.movie .movie_head {
  background: url(/images/top/title_movie.png) no-repeat 0 center;
  background-size: auto 100%;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
.movie .movie_head .textbox {
  width: 600px;
  position: absolute;
  top: 50%;
  left: calc(60% - 600px);
  transform: translateY(-50%);
}
.movie .movie_head .textbox .contentsTitle, .movie .movie_head .textbox .lead {
  text-align: left;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}
.movie .movie_head .textbox .contentsTitle {
  text-align: center;
}
.movie .movie_head .textbox .more_btn {
  margin-top: 40px;
  color: #fff;
  border: solid 1px #fff;
}
@media only screen and (max-width: 1023px) {
  .movie .movie_head {
    height: auto;
    background: url(/images/top/title_movie.png) no-repeat center center;
    background-size: auto 100%;
  }
  .movie .movie_head .textbox {
    width: 70%;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
    margin: 0 auto;
    padding: 50px 0;
  }
  .movie .movie_head .textbox .lead {
    text-align: center;
  }
  .movie .movie_head .textbox .contentsTitle {
    margin-bottom: 30px;
  }
  .movie .movie_head .textbox .more_btn {
    width: 100%;
    margin-top: 20px;
  }
}
.movie .movie_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1720px;
  margin: 60px auto 10px;
  width: 92%;
}
.movie .movie_list li {
  width: calc(25% - 15px);
  position: relative;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  flex-shrink: 0;
}
.movie .movie_list li .text_box {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 60%;
}
.movie .movie_list li .text_box .tag {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: block;
}
.movie .movie_list li .text_box .text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
.movie .movie_list li .subTitle {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: optima, sans-serif;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
.movie .movie_list li .text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
.movie .movie_list li:hover {
  opacity: 0.7;
}
.movie .movie_list li figure img {
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.16);
  margin-bottom: 36px;
}
@media only screen and (max-width: 1023px) {
  .movie .movie_list li figure img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .movie .movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 30px auto 5px;
  }
  .movie .movie_list li {
    width: calc(50% - 5px);
    margin-top: 20px;
  }
  .movie .movie_list li .subTitle {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .movie .movie_list li .text {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
  top_comments
========================================================================== */
.top_comments {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .top_comments {
    text-align: center;
    font-size: 12px;
    padding-top: 50px;
  }
}

.top_comments_sec {
  background: #FAF9F7;
  margin-top: -30px;
}

.sp_br {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sp_br {
    display: block;
  }
}

/* ==========================================================================
  official
========================================================================== */
.official {
  padding: 150px 0;
  background: url(/images/top/bg_top_about.png) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .official {
    padding: 50px 0;
  }
}
.official h2 {
  margin: 0 auto 80px;
  text-align: center;
}
.official h2 img {
  width: 200px;
}
@media only screen and (max-width: 1023px) {
  .official h2 {
    margin: 0 auto 50px;
  }
  .official h2 img {
    width: 50%;
  }
}
.official dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.official dl dd {
  width: 60%;
}
.official dl dt {
  padding: 0;
  width: 40%;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}
.official dl dt h3 {
  margin-bottom: 30px;
  font-size: 2.6rem;
}
.official dl dt .text {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.official dl dt .more_btn {
  background: #B3B3B3;
  border: none;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.16);
}
@media only screen and (max-width: 1023px) {
  .official dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .official dl.wrapper {
    width: 100%;
    max-width: 100%;
  }
  .official dl dt {
    order: 2;
    width: 92%;
    padding: 50px 4%;
  }
  .official dl dt h3 {
    font-size: 1.7rem;
  }
  .official dl dt .text {
    font-size: 1.2rem;
  }
  .official dl dd {
    order: 1;
    width: 100%;
  }
  .official dl .more_btn {
    width: 100%;
  }
}

/* ==========================================================================
  Best score
========================================================================== */
.bestscore {
  padding: 0 0 170px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .bestscore {
    padding: 0 0 50px;
  }
}
.bestscore::after {
  content: "";
  background: linear-gradient(90deg, rgb(156, 188, 228) 10%, rgba(156, 188, 228, 0) 41%, rgba(156, 188, 228, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .bestscore::after {
    display: none;
  }
}
.bestscore .bestsocore_head {
  background: url(/images/top/title_bestscore.png) no-repeat 100% center;
  background-size: auto 100%;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
.bestscore .bestsocore_head .textbox {
  width: 600px;
  position: absolute;
  top: 50%;
  left: calc(85% - 600px);
  transform: translateY(-50%);
  z-index: 2;
}
.bestscore .bestsocore_head .textbox .contentsTitle, .bestscore .bestsocore_head .textbox .lead {
  text-align: left;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0;
}
.bestscore .bestsocore_head .textbox .contentsTitle {
  text-align: center;
}
.bestscore .bestsocore_head .textbox .more_btn {
  margin-top: 40px;
  color: #fff;
  border: solid 1px #fff;
}
@media only screen and (max-width: 1023px) {
  .bestscore .bestsocore_head {
    height: auto;
    background: url(/images/top/title_bestscore.png) no-repeat 35% center;
    background-size: auto 100%;
  }
  .bestscore .bestsocore_head .textbox {
    width: 70%;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
  }
  .bestscore .bestsocore_head .textbox .contentsTitle {
    margin-bottom: 30px;
  }
  .bestscore .bestsocore_head .textbox .lead {
    text-align: center;
  }
}
.bestscore .more_btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.16);
}
@media only screen and (max-width: 1023px) {
  .bestscore .more_btn {
    width: 100%;
  }
}
.bestscore .slide_box {
  width: calc(96% - 10px);
  overflow: scroll;
  margin: 0 0 0 4%;
  padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .bestscore .slide_box {
    margin: 0 0 0 4%;
  }
}
.bestscore .slide_box .bestscore_slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 60px 0 10px;
}
@media only screen and (max-width: 1023px) {
  .bestscore .slide_box .bestscore_slider {
    margin: 30px 0 5px;
  }
}
.bestscore .slide_box .bestscore_slider li {
  width: clamp(500px, 50%, 600px);
  position: relative;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.2);
  flex-shrink: 0;
  margin-right: 30px;
  background: #fff;
}
.bestscore .slide_box .bestscore_slider li a {
  color: #000;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.2);
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}
.bestscore .slide_box .bestscore_slider li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .bestscore .slide_box .bestscore_slider li a {
    display: block;
  }
}
.bestscore .slide_box .bestscore_slider li img {
  width: 50%;
  box-shadow: 0px 3px 6px rgba(56, 56, 56, 0.2);
}
@media only screen and (max-width: 1023px) {
  .bestscore .slide_box .bestscore_slider li img {
    width: 100%;
  }
}
.bestscore .slide_box .bestscore_slider li .text_box {
  position: relative;
  margin-left: 30px;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: space-between;
  flex-flow: column;
}
.bestscore .slide_box .bestscore_slider li .text_box .name {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: optima, sans-serif;
  margin-bottom: 40px;
}
.bestscore .slide_box .bestscore_slider li .text_box .name:before {
  content: "";
  margin-right: 14px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #A58068;
  display: block;
}
.bestscore .slide_box .bestscore_slider li .text_box .name.pratinum:before {
  background-color: #8E96CC;
}
.bestscore .slide_box .bestscore_slider li .text_box .name.gold:before {
  background-color: #A99672;
}
.bestscore .slide_box .bestscore_slider li .text_box .name.silver:before {
  background-color: #9B9797;
}
.bestscore .slide_box .bestscore_slider li .text_box .name.bronze:before {
  background-color: #A58068;
}
.bestscore .slide_box .bestscore_slider li .text_box .score {
  font-size: 1.8rem;
  color: #8B8B8B;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-family: optima, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #8B8B8B;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.bestscore .slide_box .bestscore_slider li .text_box .score span {
  font-size: 4rem;
  color: #000;
  margin-left: 40px;
}
.bestscore .slide_box .bestscore_slider li .text_box .course {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 40px;
}
.bestscore .slide_box .bestscore_slider li .text_box .course span {
  font-family: optima, sans-serif;
  color: #8B8B8B;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
.bestscore .slide_box .bestscore_slider li .text_box .favo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-family: optima, sans-serif;
  color: #8B8B8B;
  font-weight: normal;
}
.bestscore .slide_box .bestscore_slider li .text_box .favo_box .favorite {
  font-size: 2.2rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: optima, sans-serif;
}
.bestscore .slide_box .bestscore_slider li .text_box .favo_box .favorite:before {
  content: "\e87d";
  font-family: "Material Symbols Outlined";
  margin-right: 10px;
}
.bestscore .slide_box .bestscore_slider li .text_box .favo_box .favorite[data-like-count]:not([data-like-count="0"]):before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #771e4a;
}
.bestscore .slide_box .bestscore_slider li .text_box .favo_box .date {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .bestscore .slide_box .bestscore_slider li {
    width: 85%;
    margin-right: 10px;
  }
  .bestscore .slide_box .bestscore_slider li .text_box {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .name {
    margin-bottom: 20px;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .score {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .course {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .course span {
    font-size: 1.6rem;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .favo_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-family: optima, sans-serif;
  }
  .bestscore .slide_box .bestscore_slider li .text_box .favo_box .favorite {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
  contents wrap
========================================================================== */
.contents_wrap {
  background: #FAF9F7;
  background: linear-gradient(180deg, rgb(250, 249, 247) 10%, rgb(218, 217, 216) 78%, rgb(163, 163, 163) 100%);
}/*# sourceMappingURL=top2023.css.map */