.t-fv {
  position: relative;
}
.t-fv_img {
  position: relative;
}
.t-fv_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t-fv_img::after {
    opacity: 0.3;
  }
}
.t-fv_content {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1400px) {
  .t-fv_content {
    gap: 12rem;
  }
}
.t-fv_txt {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(12, 33, 142, 0.91);
}
@media screen and (max-width: 1400px) {
  .t-fv_txt {
    font-size: 22rem;
    text-shadow: 0px 0px 7rem rgba(12, 33, 142, 0.91);
  }
}
.t-fv_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 9px rgba(12, 33, 142, 0.91);
}
@media screen and (max-width: 1400px) {
  .t-fv_title {
    font-size: 40rem;
    line-height: 1.4;
    text-shadow: 0px 0px 9rem rgba(12, 33, 142, 0.91);
  }
}
@media screen and (max-width: 768px) {
  .t-fv_title {
    font-size: 38rem;
    line-height: 1.4;
  }
}
.t-fv_subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(12, 33, 142, 0.91);
  margin-top: 4px;
}
@media screen and (max-width: 1400px) {
  .t-fv_subtitle {
    font-size: 20rem;
    line-height: 1.6;
    text-shadow: 0px 0px 7rem rgba(12, 33, 142, 0.91);
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_subtitle {
    font-size: 18rem;
    line-height: 1.6;
  }
}

.pcnav {
  padding: 25px;
  background: #1b1464;
}
@media screen and (max-width: 1400px) {
  .pcnav {
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .pcnav {
    padding: 30rem;
  }
}
.pcnav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 1400px) {
  .pcnav_list {
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .pcnav_list {
    display: none;
  }
}
.pcnav_list li a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .pcnav_list li a {
    font-size: 16rem;
  }
}
.pcnav .searchbox {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcnav .searchbox {
    max-width: 600rem;
    margin: auto;
    display: block;
    position: relative;
  }
  .pcnav .searchbox::after {
    position: absolute;
    content: "";
    width: 35rem;
    height: 35rem;
    right: 20rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/common/icon-search.png);
    background-position: center;
    background-size: contain;
  }
  .pcnav .searchbox input {
    width: 100%;
    height: 70rem;
    font-size: 26rem;
    padding: 10rem;
    background: #f8f9fb;
    border: none;
    outline: none;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: left;
    color: #333;
  }
  .pcnav .searchbox::-moz-placeholder {
    color: #666;
  }
  .pcnav .searchbox::placeholder {
    color: #666;
  }
}

.t-pickup {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1400px) {
  .t-pickup {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup {
    padding: 50rem 0;
  }
}
.t-pickup_title {
  font-weight: bolder;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .t-pickup_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_title {
    font-size: 42rem;
  }
}
.t-pickup_slides .slick-slide {
  margin: auto 8px;
}
@media screen and (max-width: 1400px) {
  .t-pickup_slides .slick-slide {
    margin: auto 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_slides .slick-slide {
    margin: auto 15rem;
  }
}
.t-pickup_slides_counter {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .t-pickup_slides_counter {
    font-size: 20rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_slides_counter {
    font-size: 40rem;
    gap: 25rem;
  }
}
.t-pickup_slides_counter .btn {
  margin-top: 3px;
}
@media screen and (max-width: 1400px) {
  .t-pickup_slides_counter .btn {
    margin-top: 3rem;
  }
}
.t-pickup_slides_counter .btn img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .t-pickup_slides_counter .btn img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_slides_counter .btn img {
    width: 40rem;
  }
}
.t-pickup_slides_counter span:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 3px solid #2e3192;
}
@media screen and (max-width: 1400px) {
  .t-pickup_slides_counter span:first-child {
    padding-right: 10rem;
    margin-right: 10rem;
    border-right: 3rem solid #2e3192;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_slides_counter span:first-child {
    padding-right: 25rem;
    margin-right: 25rem;
    border-right: 6rem solid #2e3192;
  }
}
.t-pickup_item {
  display: flex;
  flex-direction: column;
  height: 250px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .t-pickup_item {
    height: 280rem;
    margin: 30rem auto;
    padding: 20rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 6rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item {
    height: 480rem;
    border-radius: 15rem;
    background: #fff;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
    padding: 35rem;
    margin: 40rem auto;
  }
}
.t-pickup_item .itemimg {
  position: relative;
  overflow: hidden;
}
.t-pickup_item .itemimg img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-pickup_item .itemcontent {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .t-pickup_item .itemcontent {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item .itemcontent {
    margin-top: 30rem;
  }
}
.t-pickup_item .itemtitle {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: left;
  color: #333;
  /*overflow: hidden;*/
}
@media screen and (max-width: 1400px) {
  .t-pickup_item .itemtitle {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item .itemtitle {
    font-size: 30rem;
  }
}
.t-pickup_item .iteminfo {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .t-pickup_item .iteminfo {
    margin-top: 15rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item .iteminfo {
    gap: 20rem;
    margin-top: 20rem;
  }
}
.t-pickup_item .itemcategory {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  padding: 4px 10px;
  border-radius: 15px;
  background: #e4e9f0;
}
@media screen and (max-width: 1400px) {
  .t-pickup_item .itemcategory {
    font-size: 14rem;
    padding: 4rem 10rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item .itemcategory {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 5rem 15rem;
  }
}
.t-pickup_item .itemdate {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .t-pickup_item .itemdate {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-pickup_item .itemdate {
    font-size: 28rem;
  }
}

.t-search {
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .t-search {
    padding: 50rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search {
    padding: 50rem 35rem;
  }
}
.t-search .sectitle02 {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .t-search .sectitle02 {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search .sectitle02 {
    margin-top: 20rem;
  }
}
.t-search_box {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .t-search_box {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_box {
    margin-top: 50rem;
  }
}
.t-search_grid01 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .t-search_grid01 {
    grid-gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_grid01 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25rem 30rem;
  }
}
.t-search_grid02 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media screen and (max-width: 1400px) {
  .t-search_grid02 {
    margin-top: 50rem;
    grid-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_grid02 {
    margin-top: 80rem;
    grid-template-columns: 1fr;
  }
}
.t-search_grid03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .t-search_grid03 {
    grid-gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_grid03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25rem 30rem;
  }
}
.t-search_itembox {
  background-color: #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox {
    border-radius: 10rem;
    gap: 10rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox {
    border-radius: 17rem;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
    gap: 10rem;
  }
}
.t-search_itembox_content {
  width: 100%;
  padding: 13px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox_content {
    padding: 10rem 0;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox_content {
    padding: 15rem;
    gap: 10rem;
  }
}
.t-search_itembox_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #1a1a1a;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox_title {
    line-height: 20rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox_title {
    font-size: 22rem;
    line-height: 32rem;
    letter-spacing: -0.05em;
  }
}
.t-search_itembox_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #0071bc;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox_txt {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox_txt {
    font-size: 22rem;
  }
}
.t-search_itembox_img {
  position: relative;
  overflow: hidden;
  max-width: 75px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox_img {
    max-width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox_img {
    max-width: 115rem;
  }
}
.t-search_itembox_img img {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox_img img {
    border-radius: 10rem 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox_img img {
    border-radius: 17rem 0 0 17rem;
  }
}
.t-search_itembox02 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5.63px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .t-search_itembox02 {
    border-radius: 10rem;
    gap: 35rem;
    box-shadow: 0px 0px 5rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox02 {
    border-radius: 15rem;
    gap: 0;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
  }
}
.t-search_itembox02_img {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox02_img {
    max-width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox02_img {
    max-width: 245rem;
  }
}
.t-search_itembox02_img img {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox02_img img {
    border-radius: 10rem 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox02_img img {
    border-radius: 15rem 0 0 15rem;
  }
}
.t-search_itembox02_content {
  width: 100%;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox02_content {
    padding: 0 40rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox02_content {
    padding: 0 40rem;
  }
}
.t-search_itembox02_content .sectitle02 {
  margin: 0;
}
.t-search_itembox02_content .arrow {
  max-width: 35px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .t-search_itembox02_content .arrow {
    max-width: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t-search_itembox02_content .arrow {
    max-width: 60rem;
  }
}

.t-postlist {
  position: relative;
  padding: 30px 0px;
}
@media screen and (max-width: 1400px) {
  .t-postlist {
    margin-top: 50rem;
    padding: 50rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .t-postlist {
    margin-top: 50rem;
    padding: 100rem 35rem;
  }
}
.t-postlist .topbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .t-postlist .topbox {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-postlist .topbox {
    margin-top: 15rem;
  }
}
.t-postlist_box {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .t-postlist_box {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-postlist_box {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-postlist .viewall.sp {
    margin-top: 30rem;
    display: flex !important;
    justify-content: flex-end;
  }
}
.t-postlist_itembox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .t-postlist_itembox {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t-postlist_itembox {
    margin-bottom: 100rem;
  }
}
.t-postlist_itembox:last-child {
  margin-bottom: 0;
}

.sliderbox_contain {
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  .sliderbox_contain {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox_contain {
    margin-top: 100rem;
  }
}
.sliderbox_itembox.ranking .num {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #2e3192;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .sliderbox_itembox.ranking .num {
    top: -5rem;
    left: -5rem;
    width: 35rem;
    height: 35rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox_itembox.ranking .num {
    top: -10rem;
    left: -10rem;
    width: 60rem;
    height: 60rem;
    font-size: 35rem;
  }
}
.sliderbox_itembox .slick-list {
  padding-left: 0 !important;
  margin-left: -8px;
  overflow: visible;
  overflow-y: clip;
}
@media screen and (max-width: 1400px) {
  .sliderbox_itembox .slick-list {
    margin-left: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox_itembox .slick-list {
    margin-left: -15rem;
  }
}
.sliderbox_itembox .slick-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #fafafa;
}
.sliderbox_itembox .slick-slide {
  margin: auto 8px;
}
@media screen and (max-width: 1400px) {
  .sliderbox_itembox .slick-slide {
    margin: auto 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox_itembox .slick-slide {
    margin: auto 15rem;
  }
}
.sliderbox .sliderbottom {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .sliderbox .sliderbottom {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox .sliderbottom {
    gap: 0;
    justify-content: flex-end;
  }
}
.sliderbox .sliderbottom .viewall {
  margin: 0;
}
.sliderbox .sliderbtns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .sliderbox .sliderbtns {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sliderbox .sliderbtns {
    display: none;
  }
}
.sliderbox .sliderbtns .itembtn {
  cursor: pointer;
}
.sliderbox .sliderbtns .itembtn img {
  max-width: 35px;
}
@media screen and (max-width: 1400px) {
  .sliderbox .sliderbtns .itembtn img {
    max-width: 35rem;
  }
}

main {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  main {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 100rem;
  }
}/*# sourceMappingURL=top.css.map */