@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
body {
  color: #333;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.6;
}

.thumbnail-link a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

li {
  background-color: #fff;
}

footer li {
  background-color: transparent;
}

.new {
  display: flex;
  height: 22px;
  width: 45px;
  background-color: #bc99fe;
  font: bold 15px "Lato";
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

.post-section {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.date {
  font: medium 13px;
  border-right: solid #333 1px;
  padding-right: 10px;
}

.post-selection {
  font-size: 13px;
}

.content-data {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.data-min {
  font-size: 11px;
}

.data-min .new {
  height: 17px;
  width: 35px;
  background-color: #bc99fe;
  font: bold 11px "Lato";
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

.tag-wrapper {
  gap: 5px;
  display: flex;
}

.tag {
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  padding: 0px 15px;
  background-color: #f8f5ed;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tag-min {
  font-size: 10px;
  padding: 0px 13px;
  height: 22px;
}

.heading {
  text-align: center;
  font: 50px "Lato";
  letter-spacing: 1.5px;
  color: #333333;
  margin-top: 40px;
}

.subtext {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}

.content-wrapper {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 0px 0px 15px 15px;
  height: 100%;
}

.post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0px;
}
@media (max-width: 768px) {
  .post-title {
    margin: 6px 0;
  }
}

.btn-moreView {
  width: 400px;
  height: 82px;
  background: transparent linear-gradient(80deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 41px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 110px auto 0px auto;
}
.btn-moreView a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.badge {
  position: absolute;
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #333333;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  left: -3px;
  top: -3px;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 19px;
  padding-right: 3px;
}

.lead-contents-wrapper {
  background-image: url(./images/top_background.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.lead-contents {
  width: 880px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.lead-text {
  background-color: #fff;
  max-width: 540px;
  width: 100%;
  height: 40px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.lead-text .left-item {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  border-left: 13px solid #fff200;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.lead-text .right-item {
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-right: 13px solid #007fff;
  border-left: 13px solid transparent;
  border-top: 13px solid transparent;
}

.lead-text p {
  color: #9ea0fe;
  background: transparent linear-gradient(90deg, #6289c6 0%, #7e8ac3 22%, #a58dc0 56%, #be8fbe 83%, #c790be 100%, #000000 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lead-text-detail {
  width: 790px;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.top-contents-wrapper {
  background-image: url(./images/topcontents_background.png);
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.gradation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(71deg, #53abfe 0%, #9ea0fe 52%, #f48cfe 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.top-cotents-list {
  display: flex;
}

.top-content {
  width: 405px;
  height: 405px;
  flex-shrink: 0;
  background-image: url(./images/top_post_img01.png);
  background-size: 100% 270px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 270px;
  border-radius: 15px;
  position: relative;
}
.top-content .post-title {
  height: 50px;
  -webkit-line-clamp: 2;
  margin: 5px 0;
  font-size: 18px;
}
.top-content .tag {
  height: 25px;
}
.top-content .thumbnail-link a {
  width: 100%;
  height: 270px;
}

.top-contents-wrapper .date {
  font: medium 13px;
  margin-right: 15px;
  border-right: solid #333 1px;
  padding-right: 20px;
}

.top-contents-wrapper .post-selection {
  font-size: 13px;
}

.pickUp-wrapper-a {
  height: 650px;
}

.pickUp-wrapper-a .pickUp-contents-list {
  display: flex;
  padding-bottom: 10px !important;
}

.pickUp-wrapper-a .pickUp-content {
  height: 430px;
  width: 405px;
  flex-shrink: 0;
  background-image: url(./images/pickup_background.png);
  background-size: 100% 270px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 270px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  position: relative;
}
.pickUp-wrapper-a .pickUp-content .thumbnail-link a {
  width: 100%;
  height: 270px;
}
.pickUp-wrapper-a .pickUp-content:first-child {
  margin-left: 15px;
}
.pickUp-wrapper-a .pickUp-content:last-child {
  margin-right: 15px;
}

.pickUp-wrapper-a .pickUp-cotent-wrapper {
  padding: 14px;
}

.pickUp-wrapper-a .post-title {
  margin-top: 10px;
}

.specialContents-wrapper {
  background-color: #faf9f7;
  padding-top: 75px;
  padding-bottom: 85px;
}

.specialContents-wrapper .btn-moreView {
  margin-top: 80px;
}

.specialContents-wrapper .heading {
  margin-top: 0px;
}

.specialContents-list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 545px 545px;
  grid-template-columns: 545px 545px;
  justify-content: center;
}

.specialContent {
  flex-shrink: 0;
  background-image: url(./images/pickup_background.png);
  background-size: auto 375px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 375px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  position: relative;
}
.specialContent .thumbnail-link a {
  width: 100%;
  height: 375px;
}

.specialContents-wrapper .post-small {
  background-size: 100% 240px;
  background-repeat: no-repeat;
  padding-top: 240px;
}
.specialContents-wrapper .post-small .thumbnail-link a {
  width: 100%;
  height: 240px;
}

#post1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#post2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.specialContent-small {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 350px 350px;
  grid-template-columns: 350px 350px 350px;
  grid-template-rows: 420px;
  gap: 40px;
}

.specialContent-small .content-wrapper {
  padding: 22px 20px;
}

#post3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#post4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#post5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#post6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

#post7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

#post8 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.banner-area-wrapper {
  padding-top: 65px;
}

.banner-area {
  height: 315px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.banner-area a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-area span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.banner-area-wrapper-1 .banner-area img {
  width: 550px;
  height: 100%;
}

.newPost-wrapper {
  padding-bottom: 70px;
}

.newPost-contents {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.newPost-title-list {
  display: flex;
  align-items: flex-end;
  border-bottom: #4360ff 5px solid;
}

.newPost-title {
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 45px;
  width: 190px;
  height: 45px;
  background-color: #ddd;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
  padding-top: 3px;
  position: relative;
}

.newPost-title a {
  position: absolute;
  display: block;
  height: 45px;
  width: 190px;
  border-radius: 10px 10px 0px 0px;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.newPost-title:last-child {
  margin-right: 0px;
}

.newPost-title.active {
  background-color: #4360ff;
  height: 55px;
  color: #fff;
}

.newPost-contents-wrapper {
  height: 740px;
  background-color: #faf9f7;
  padding: 60px 40px 50px 40px;
  overflow: scroll;
}

.newPost-area {
  display: none;
}

.newPost-area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.newPost-contents-list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-rows: 110px 110px 110px 110px;
  grid-template-rows: 110px 110px 110px 110px;
  -ms-grid-columns: 490px 550px;
  grid-template-columns: 490px 550px;
}

.newPost-contents-list .newPost-content {
  background-image: url(./images/pickup_background.png);
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.newpost-large {
  padding-top: 330px;
  background-size: 490px 330px;
  border-radius: 15px;
  position: relative;
}
.newpost-large .thumbnail-link a {
  width: 100%;
  height: 330px;
}

.newpost-large .content-wrapper {
  padding: 15px;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}

.newpost-large .content-wrapper .post-title {
  font-size: 22px;
  margin: 10px 0px;
}

.newpost-small {
  padding-top: 0px;
  padding-left: 165px;
  background-size: 165px 110px;
  border-radius: 10px;
  position: relative;
}
.newpost-small .thumbnail-link a {
  width: 165px;
  height: 110px;
}

.newpost-small .content-wrapper {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
}

.newpost-small .date {
  font-size: 13px;
}

.newpost-small .post-section {
  font-size: 13px;
}

.newpost-small .post-title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
}

.newpost1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}

.newpost2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.newpost3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.newpost4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.newpost5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.btn-moreView {
  margin-top: 40px;
}

.pickUp-wrapper-b {
  height: auto;
  background-color: #fffde5;
  padding: 65px 0px;
}
.pickUp-wrapper-b .pickUp-content:first-child {
  margin-left: 15px;
}
.pickUp-wrapper-b .pickUp-content:last-child {
  margin-right: 15px;
}
.pickUp-wrapper-b .splide__arrows {
  height: 300px;
}

.pickUp-wrapper-b .heading {
  margin-top: 0px;
}

.pickUp-wrapper-b .pickUp-contents-list {
  display: flex;
  padding-bottom: 20px !important;
}

.pickUp-wrapper-b .pickUp-content {
  background-image: url(./images/pickup_background.png);
  background-size: 100% 240px;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  padding-top: 240px;
  flex-shrink: 0;
  width: 360px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  position: relative;
}
.pickUp-wrapper-b .pickUp-content .thumbnail-link a {
  width: 100%;
  height: 240px;
}

.pickUp-wrapper-b .content-wrapper {
  padding: 25px 20px;
}

.pickUp-wrapper-b .btn-moreView {
  margin-top: 65px;
}

.hotTag-wrapper {
  height: auto;
  padding-bottom: 50px;
}

.hotTag-wrapper .hotTag-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 15px 10px;
  margin-bottom: 50px;
}

.splide__pagination.splide__pagination--ltr li {
  background-color: transparent;
}
.splide__pagination.splide__pagination--ltr .splide__pagination__page {
  height: 5px;
  width: 50px;
  border-radius: 0;
  background-color: #fff;
}
.splide__pagination.splide__pagination--ltr .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #333;
}

.splide__arrows {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.splide__arrows .splide__arrow {
  background-color: #fff;
  width: 40px;
  height: 40px;
  opacity: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.ranking-wrapper {
  background-color: #faf9f7;
  padding-bottom: 60px;
}

.ranking-wrapper .heading {
  margin-top: 0px;
  padding-top: 60px;
}

.ranking-list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  grid-template-columns: 580px 550px;
  grid-template-rows: 110px 110px 110px 110px 110px 110px 110px;
  width: 1160px;
  margin: 0 auto;
}

@media (max-width: 1160px) and (min-width: 769px) {
  .ranking-list {
    width: 100%;
    max-width: 580px;
    margin: auto;
    grid-template-columns: 100%;
    grid-template-rows: 5fr repeat(9, 1fr);
  }
  .ranking-list .rank1 {
    grid-column: 1;
  }
  .ranking-list .rank1 .ranking-post-wrapper {
    height: auto;
  }
  .ranking-list .rank1 .post-title {
    height: auto;
  }
  .ranking-list .ranking {
    grid-row: unset;
    grid-column: unset;
  }
}
.ranking {
  background-image: url(./images/pickup_post01.png);
  background-repeat: no-repeat;
  background-size: 165px 110px;
  padding-left: 165px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.ranking .thumbnail-link a {
  width: 165px;
  height: 110px;
}

.ranking-post-wrapper {
  background-color: #fff;
  padding: 8px 15px 10px 15px;
  border-radius: 0px 15px 15px 0px;
  height: 110px;
}

.ranking .date {
  font-size: 12px;
}

.ranking .post-section {
  font-size: 12px;
  width: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ranking .post-title {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 5px;
  height: 40px;
}

.rank1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  padding-left: 0px;
  padding-top: 390px;
  background-size: 580px 390px;
  position: relative;
}
.rank1 .thumbnail-link a {
  width: 100%;
  height: 390px;
}

.rank1 .badge {
  height: 80px;
  width: 80px;
  background-color: #f38cfe;
  border-radius: 100px;
  left: -10px;
  top: -10px;
  font-size: 50px;
  letter-spacing: 10px;
}

.rank1 .ranking-post-wrapper {
  border-radius: 0px 0px 15px 15px;
  padding: 24px 24px 15px 24px;
}

.rank1 .date {
  font-size: 13px;
}

.rank1 .post-section {
  font-size: 13px;
}

.rank1 .post-title {
  font-size: 22px;
  height: 90px;
}

.rank2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.rank2 .badge {
  background-color: #ce8cfe;
}

.rank3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.rank3 .badge {
  background-color: #b38cfe;
}

.rank4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.rank5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.rank6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.rank7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

.rank8 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}

.rank9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}

.rank10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}

.banner-area-wrapper-1 {
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  justify-content: space-between;
}

.banner-area-wrapper-1 .banner-area {
  max-width: 550px;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1160px) {
  .banner-area-wrapper-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-area-wrapper-1 .banner-area {
    margin-bottom: 20px;
  }
}
footer {
  background: transparent linear-gradient(83deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  padding-top: 40px;
  color: #fff;
  font-size: 13px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 35px;
}

.footer-1st {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-1st li {
  padding: 0px 15px;
  border-left: #fff solid 1px;
}

.footer-1st li:first-child {
  border-left: 0px;
}

.footer-2nd {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-2nd li {
  padding: 0px 15px;
  border-left: #fff solid 1px;
}

.footer-2nd li:first-child {
  border-left: 0px;
}

.footer-3rd {
  background-color: #333333;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer-4th {
  background-color: #000000;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-contents {
  height: 50px;
  width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: #e0e0e0 1px solid;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo a img {
  height: 45px;
}

.btn-omiaiApp {
  height: 37px;
  width: 155px;
  background: transparent linear-gradient(78deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%) 0% 0% no-repeat padding-box;
  border-radius: 23px;
  opacity: 0.7;
  display: flex;
}

.omiaiApp-sp {
  display: none;
}

.btn-omiaiApp a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 12px;
}

.header-nav {
  width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background-color: #fff;
  z-index: 4;
  border-bottom: #e0e0e0 1px solid;
}

.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-nav ul {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
}

.header-nav ul li {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}

.yoast-breadclumb {
  padding: 12px;
  background-color: #E2DFDA;
  color: #6E6E6E;
  font-size: 12px;
}
.yoast-breadclumb .wrapper {
  max-width: 1160px;
  margin: auto;
}

.columns-wrapper {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 95px;
  padding: 0 10px;
}

.columns-wrapper .heading-area {
  display: flex;
  height: 40px;
  justify-content: left;
  align-items: flex-end;
  margin-bottom: 40px;
}

.columns-wrapper .heading-area h1 {
  font-size: 30px;
  font-family: "Lato";
}

.columns-wrapper .heading-area .heading-area__text {
  font-size: 30px;
  font-family: "Lato";
}
.columns-wrapper .heading-area .heading-area__text span {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

.left-column-container {
  max-width: 760px;
  margin-right: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.left-column-container h1 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic";
}

.left-column-container .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.left-column-container .post-area {
  background-image: url(./images/pickup_post01.png);
  background-size: 100% 240px;
  background-repeat: no-repeat;
  width: 360px;
  height: 405px;
  padding-top: 240px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  position: relative;
}
.left-column-container .post-area .thumbnail-link a {
  height: 240px;
  width: 100%;
}

.left-column-container .post-text {
  padding: 15px;
}

.right-column-container {
  width: 340px;
}
.right-column-container .post-section {
  width: 80px;
}
.right-column-container .thumbnail-link a {
  width: 130px !important;
  height: 90px !important;
}

.right-column-container .post-title {
  line-height: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  height: 28px;
}

.right-column-container .ranking-post-wrapper .post-title {
  margin: 4px 0px 3px 0px;
  line-height: 1.1em;
  font-size: 13px;
  height: 30px;
}

.right-column-container .post-area {
  display: flex;
  flex-direction: column;
  width: 340px;
  position: relative;
}

.tags-h1 {
  text-align: center;
  font-size: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.tags-h1 span {
  font-size: 18px;
}
@media (max-width: 480px) {
  .tags-h1 {
    font-size: 32px;
  }
  .tags-h1 span {
    font-size: 14px;
  }
}

.right-column-container .post-area .ranking-post-wrapper {
  padding: 5px;
  height: 90px;
}

.right-column-container .post-area .ranking {
  background-size: 130px 100%;
  padding-left: 130px;
}

.right-column-container .rank1 {
  padding-top: 0px;
}
.right-column-container .rank1 .post-title {
  height: auto;
}

.right-column-container .post-area .badge {
  height: 25px;
  width: 25px;
  font-size: 15px;
  left: 7px;
  top: 7px;
  letter-spacing: normal;
}

.entry-content {
  margin-bottom: 80px;
}

.nav-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}
.nav-links a {
  display: flex;
  height: 40px;
  max-width: 180px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.right-column-container .post-area .rank1 .post-title {
  font-size: 14px;
}

.right-column-container .new-post-container {
  margin-bottom: 50px;
}

.right-column-container .post-text {
  padding: 5px 7px;
}

.right-column-container .content-data {
  font-size: 11px;
  margin-bottom: 5px;
}

.right-column-container .new {
  height: 17px;
  width: 35px;
  background-color: #bc99fe;
  font-size: 11px;
  font-weight: bold;
  font-family: "Lato", "Times New Roman", Times, serif;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

.right-column-container .tag {
  font-size: 9px;
  padding: 0px 13px;
  height: 21px;
}

.columns-wrapper .right-column-container .post-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right-column-container .post-list .post-area {
  background-image: url(./images/top_post_img01.png);
  background-size: 130px 100%;
  background-repeat: no-repeat;
  width: 340px;
  height: 90px;
  padding-left: 130px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}

.right-column-container .content-wrapper {
  padding: 5px;
}

.right-column-container .ranking-container .heading-area {
  margin-bottom: 20px;
}

.pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  list-style: none;
  gap: 15px;
}

.pagination > ul > li {
  display: flex;
  flex-direction: row;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
  display: flex;
  font-family: europa, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}

.pagination > ul > li > a {
  text-decoration: none;
}

.pagination > ul > li > .current {
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.pagination > ul > li > .prev,
.pagination > ul > li > .next {
  position: relative;
  border: none;
}

.pagination > ul > li > .prev::before,
.pagination > ul > li > .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 0.75em;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.pagination > ul > li > .prev::before {
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.pagination > ul > li > .next::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.page-btn-wrapper {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 75px auto 0px auto;
}

.page-number {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.page-number .page-btn {
  letter-spacing: 2px;
}

.page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 50%;
  font-family: europa, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.page-btn img {
  height: 18px;
}

.page-dots {
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border: 0px;
}

.page-btn.active {
  background-color: #333;
  color: #fff;
}

.page-before.page1 .page-btn {
  opacity: 0.3;
}

.app-dl-wrapper {
  display: none;
}

.hamburger-menu-wrapper {
  display: none;
}

.single .left-column-container {
  max-width: 820px;
  width: 100%;
  height: auto;
  margin-right: 60px;
}
.single .left-column-container .post-text {
  margin-bottom: 40px;
}
.single .left-column-container .the-post {
  font-size: 16px;
  line-height: 1.5;
}
.single .left-column-container .the-post .post-title {
  margin: 20px 0px;
}
.single .left-column-container .the-post h2 {
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  background-color: #faf9f7;
  border-bottom: solid 3px;
  -o-border-image: conic-gradient(#53abfe 0%, #9ea0fe 52%, #f48cfe 100%) 1;
     border-image: conic-gradient(#53abfe 0%, #9ea0fe 52%, #f48cfe 100%) 1;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 60px;
}
.single .left-column-container .the-post h2::before {
  display: none;
}
.single .left-column-container .the-post h3 {
  background-image: url(./images/h3-image.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center left;
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 30px;
}
.single .left-column-container .the-post h4 {
  color: #333;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.single .left-column-container .the-post p {
  font-size: 16px;
  margin-bottom: 50px;
}
.single .left-column-container .the-post hr {
  margin-bottom: 50px;
}
.single .left-column-container .the-post ul {
  margin-bottom: 30px;
}
.single .left-column-container .the-post ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}
.single .left-column-container .the-post ul li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #4360ff;
}
.single .left-column-container .the-post ol {
  list-style: none;
  margin-bottom: 30px;
  counter-reset: ol_li; /* ol_li カウンタをセットする(値もリセット) */
}
.single .left-column-container .the-post ol li:before {
  counter-increment: ol_li; /* ol_li カウンタの値に1加える */
  content: counter(ol_li) ". "; /* before擬似要素のcontentで出力 */
  color: #4360ff; /* 色を変更 */
  font-family: "Europa-Regular";
  font-style: italic;
  margin-right: 0.2em;
}
.single .left-column-container .the-post img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.single .left-column-container .the-post .image-and-text-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.single .left-column-container .the-post .image-and-text-wrapper p {
  margin-bottom: 0;
}
.single .left-column-container .the-post .image-and-text-wrapper img {
  display: block;
  width: 117px;
  height: 117px;
  margin-right: 20px;
  flex-shrink: 0;
}
.single .left-column-container .the-post .image-and-text-wrapper.reverse {
  flex-direction: row-reverse;
  justify-content: start;
}
.single .left-column-container .the-post .image-and-text-wrapper.reverse img {
  margin-right: 0;
  margin-left: 20px;
}
.single .left-column-container .the-post .image-and-text-wrapper.large {
  align-items: flex-start;
  margin-bottom: 50px;
}
.single .left-column-container .the-post .image-and-text-wrapper.large .text-heading {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
.single .left-column-container .the-post .image-and-text-wrapper.large img {
  width: 390px;
  height: 100%;
}
.single .left-column-container .the-post .column-section {
  border: 10px solid;
  -o-border-image: linear-gradient(75deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%);
     border-image: linear-gradient(75deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%);
  border-image-slice: 1;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.single .left-column-container .the-post .column-section p {
  margin-bottom: 0;
}
.single .left-column-container .the-post .column-section .column-heading {
  color: #004bb1;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .single .left-column-container .the-post .image-and-text-wrapper.large {
    display: block;
  }
  .single .left-column-container .the-post .image-and-text-wrapper.large img {
    margin: 0 auto 30px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .single .left-column-container .the-post h2 {
    font-size: 18px;
  }
  .single .left-column-container .the-post h3 {
    font-size: 16px;
  }
  .single .left-column-container .the-post h4 {
    font-size: 16px;
  }
  .single .left-column-container .the-post .image-and-text-wrapper img {
    width: 80px;
    height: 80px;
  }
  .single .left-column-container .the-post .image-and-text-wrapper.large {
    display: block;
  }
  .single .left-column-container .the-post .image-and-text-wrapper.large img {
    margin: 0 auto 30px;
    width: 100%;
    height: 100%;
  }
}
.single .left-column-container .article-image {
  margin-bottom: 50px;
}
.single .left-column-container .article-image img {
  max-width: 820px;
  height: 100%;
  width: 100%;
  border-radius: 25px;
}

.single-bottom {
  width: 100%;
  height: auto;
  background-color: #fffde5;
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-bottom .post-list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  max-width: 1156px;
}
.single-bottom .post-area {
  padding-top: 240px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 240px;
  border-radius: 20px;
  max-width: 360px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
.single-bottom .post-area .thumbnail-link a {
  height: 240px;
  width: 100%;
}
.single-bottom .post-text {
  padding: 20px;
}
.single-bottom .post-section {
  width: 150px;
}

.single-bottom-sp {
  display: none;
}

.hotTag-list {
  min-height: 100px;
}

.sitemap {
  display: grid;
  justify-content: center;
}

.sitemap-wrapper {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin-bottom: 50px;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  grid-auto-flow: column;
}
.sitemap-wrapper .index {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  padding-left: 15px;
}
.sitemap-wrapper .index::before {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #000000;
}
.sitemap-wrapper li {
  list-style-type: none;
  margin-top: 10px;
  font-size: 14px;
}
.sitemap-wrapper li a {
  padding-left: 10px;
}
.sitemap-wrapper li:before {
  content: "-";
}

@media screen and (max-width: 1305px) {
  .header-nav {
    padding-left: 4%;
    padding-right: 4%;
  }
  .header-nav ul {
    justify-content: center;
  }
  .header-nav ul li {
    font-size: 17px;
  }
  .omiaiApp-sp {
    display: flex;
  }
  .omiaiApp-pc {
    display: none !important;
  }
  .lead-contents {
    max-width: 700px;
    width: 100%;
  }
  .lead-text-detail {
    width: 90%;
    font-size: 14px;
  }
  footer {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-1st {
    max-width: 500px;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px 0;
    padding: 0px;
  }
  footer .footer-2nd {
    max-width: 700px;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  footer .footer-3rd {
    width: 100%;
  }
  footer .footer-4th {
    width: 100%;
  }
  .specialContents-wrapper {
    margin-bottom: 20px;
  }
  .specialContents-wrapper .post-small {
    width: 350px;
  }
  .specialContents-list {
    display: flex;
    flex-wrap: wrap;
  }
  .specialContent {
    padding-top: 300px;
    width: 460px;
    background-size: 460px auto;
  }
  .specialContent .thumbnail-link a {
    width: 460px;
    height: 300px;
  }
  .specialContent-small {
    display: flex;
    overflow: scroll;
    gap: 20px;
    padding-bottom: 20px;
  }
  .specialContent-small .specialContent:first-child {
    margin-left: 15px;
  }
  .specialContent-small .specialContent:last-child {
    margin-right: 15px;
  }
  .banner-area-wide {
    display: flex;
    justify-content: center;
  }
  .banner-area-wide .banner-area {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .banner-area-wide .banner-area img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header-nav ul li {
    font-size: 13px;
  }
  .omiaiApp-sp {
    display: flex;
  }
  .omiaiApp-pc {
    display: none !important;
  }
}
@media (max-width: 1190px) and (min-width: 768px) {
  .omiaiApp-sp {
    display: flex;
  }
  .omiaiApp-pc {
    display: none !important;
  }
  .columns-wrapper {
    flex-direction: column;
  }
  .columns-wrapper .heading-area {
    justify-content: center;
  }
  .left-column-container {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  .left-column-container .post-list {
    gap: 20px;
    justify-content: center;
  }
  .right-column-container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .right-column-container .ranking-container .heading-area {
    margin-bottom: 20px;
  }
  .right-column-container .new-post-container .heading-area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .omiaiApp-sp {
    display: flex;
  }
  .omiaiApp-pc {
    display: none;
  }
  .banner-area-wrapper-1 .banner-area img {
    width: 335px;
    height: 100%;
  }
  .tag-min {
    font-size: 8px;
    height: 20px;
    padding: 0px 11px;
  }
  .header-nav {
    display: none;
  }
  .app-dl-wrapper {
    display: block;
    height: 65px;
    padding: 10px 20px;
    background: transparent linear-gradient(81deg, #6289c6 0%, #6064ff 20%, #ba83b7 100%) 0% 0% no-repeat padding-box;
    opacity: 0.7;
  }
  .app-dl-wrapper.active {
    display: none;
  }
  .app-dl {
    display: flex;
    align-items: center;
    position: relative;
  }
  .app-dl #close {
    margin-right: 20px;
    height: 20px;
    width: 13px;
    display: block;
  }
  .app-dl .app-icon-w {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  .app-dl .app-dl-text {
    display: flex;
    flex-flow: column;
    color: #fff;
    margin-right: 33px;
  }
  .app-dl .app-dl-text .app-dl-text-1st {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .app-dl .app-dl-text .app-dl-text-2nd {
    font-size: 10px;
    font-weight: 600;
  }
  .app-dl .dl-btn {
    display: flex;
    height: 27px;
    width: 115px;
    align-items: center;
    justify-content: center;
    background-color: #ffce00;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    position: absolute;
    right: 0px;
  }
  .header-contents {
    display: flex;
    height: 55px;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-logo img {
    height: 45px;
  }
  .header-logo {
    margin-left: 20px;
    margin-right: 33px;
    margin-top: 0px;
  }
  .btn-omiaiApp {
    display: flex;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    height: 26px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .btn-omiaiApp a {
    padding: 0;
  }
  .hamburger-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menu-label {
    height: 27px;
    width: 27px;
    border-radius: 25px;
    border: #a8d9fd 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 10px;
    padding: 5px 0px;
    cursor: pointer;
  }
  #menu-label span {
    width: 11px;
    position: relative;
    transition: ease 0.4s;
    border: 1px solid #a8d9fd;
    border-radius: 5px;
  }
  .menu-contents {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    height: auto;
    padding: 15px 20px;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.4s linear;
    opacity: 0;
  }
  .menu-contents span {
    display: flex;
    justify-content: end;
  }
  .menu-contents span img {
    height: 14px;
    width: 14px;
  }
  .menu-contents.active {
    pointer-events: auto;
    opacity: 1;
  }
  .menu-contents-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .hamburger-menu-wrapper li {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 43px;
    border-top: #333 1px solid;
  }
  .menu-content:last-child {
    border-bottom: #333 1px solid;
  }
  .menu-background {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
  }
  .menu-background.active {
    opacity: 0.4;
    display: block;
  }
  .lead-contents-wrapper {
    background-image: url(./images/lead_background.png);
    width: 100%;
  }
  .lead-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 20px;
  }
  .lead-text {
    font-size: 16px;
    height: 28px;
    width: 335px;
    letter-spacing: -1.4px;
    padding: 0px;
  }
  .lead-text-detail {
    font-size: 15px;
  }
  .btn-moreView {
    height: 75px;
    width: 300px;
    font-size: 14px;
    margin-top: 30px;
  }
  .heading {
    font-size: 32px;
    margin-top: 25px;
  }
  .subtext {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .content-wrapper {
    font-size: 13px;
  }
  .new {
    font-size: 12px;
  }
  .post-title {
    font-size: 16px;
  }
  .top-content {
    padding-top: 205px;
    height: 350px;
    width: 310px;
    background-size: 100% 205px;
    margin: 0;
  }
  .top-content .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 205px;
  }
  .top-contents-wrapper .content-wrapper {
    height: 145px;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 0px 0px 15px 15px;
  }
  .top-contents-wrapper .new {
    font-size: 12px;
  }
  .top-contents-wrapper .post-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pickUp-wrapper-a {
    height: 480px;
  }
  .pickUp-wrapper-a .pickUp-content {
    width: 310px;
    height: 350px;
    padding-top: 205px;
    background-size: 100% 205px;
  }
  .pickUp-wrapper-a .pickUp-content .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 205px;
  }
  .pickUp-wrapper-a .pickUp-content:first-child {
    margin-left: 10px;
  }
  .pickUp-wrapper-a .pickUp-content:last-child {
    margin-right: 10px;
  }
  .pickUp-wrapper-a .post-title {
    margin: 10px 0px;
  }
  .specialContents-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .specialContents-wrapper .btn-moreView {
    margin-top: 30px;
  }
  .specialContents-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .specialContent {
    height: 350px;
    width: 335px;
    margin-bottom: 20px;
    padding-top: 220px;
    background-size: 100% 220px;
  }
  .specialContent .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
  }
  .specialContents-list .content-wrapper {
    background-color: #fff;
    height: 115px;
    padding: 10px 25px;
  }
  .specialContents-list .content-wrapper .post-title {
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .specialContent-small {
    display: flex;
    width: 100%;
    height: 375px;
  }
  .specialContent-small .content-wrapper {
    padding: 20px 25px;
  }
  .specialContent-small .specialContent {
    height: 350px;
    width: 310px;
    padding-top: 205px;
    background-size: 100% 205px;
    margin: 0px 6px;
  }
  .specialContent-small .specialContent .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 205px;
  }
  .banner-area-wrapper {
    padding: 0px;
  }
  .banner-area {
    width: 100%;
    height: 90px;
  }
  .banner-area-wrapper img {
    width: 100%;
    height: 90px;
  }
  .newPost-wrapper {
    padding-bottom: 0px;
  }
  .newPost-contents {
    width: 100%;
    overflow: scroll;
  }
  .newpost-large .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
  }
  .newPost-title-list::-webkit-scrollbar {
    display: none;
  }
  .newPost-title-list {
    width: 100%;
    overflow: scroll;
    display: -webkit-box;
  }
  .newPost-title {
    height: 40px;
    width: 120px;
    font-size: 11px;
  }
  .newPost-title a {
    width: 120px;
    height: 30px;
  }
  .newPost-title.active {
    height: 40px;
  }
  .newPost-contents-wrapper {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .newPost-contents-list {
    -ms-grid-columns: 335px;
    grid-template-columns: 335px;
    -ms-grid-rows: 82px 82px 82px 82px 82px;
    grid-template-rows: 82px 82px 82px 82px 82px 82px 82px 82px;
    gap: 18px;
  }
  .newpost1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
  .newpost2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .newpost3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .newpost4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
  .newpost5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/9;
  }
  .newPost-content {
    padding-top: 220px;
    background-size: 100% 220px;
  }
  .newPost-content .post-title {
    margin: 10px 0px;
  }
  .newpost-small {
    padding-top: 0px;
    padding-left: 120px;
    background-size: 120px 100%;
  }
  .newpost-small .thumbnail-link a {
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
  }
  .newpost-small .content-wrapper {
    padding: 5px;
    height: 82px;
  }
  .newpost-small .post-title {
    margin: 3px 0px;
    line-height: 0.9rem;
    font-size: 12px;
    height: 28px;
  }
  .newpost-small .new {
    font-size: 9px;
  }
  .pickUp-wrapper-b {
    background-color: #fffde5;
    padding: 40px 0px;
  }
  .pickUp-wrapper-b .pickUp-contents-list {
    display: flex;
  }
  .pickUp-wrapper-b .pickUp-content {
    padding-top: 200px;
    background-size: 100% 200px;
    flex-shrink: 0;
    width: 310px;
  }
  .pickUp-wrapper-b .pickUp-content .thumbnail-link a {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }
  .pickUp-wrapper-b .post-title {
    margin: 8px 0px 10px 0px;
  }
  .hotTag-wrapper {
    height: auto;
    padding-bottom: 35px;
    padding-top: 10px;
  }
  .hotTag-wrapper .hotTag-list {
    width: 90%;
  }
  .ranking-wrapper {
    height: auto;
  }
  .ranking-wrapper .heading {
    padding-top: 40px;
  }
  .ranking-list {
    -ms-grid-columns: 335px;
    grid-template-columns: 335px;
    -ms-grid-rows: 82px 82px 82px 82px 82px 82px 82px 82px 82px 82px;
    grid-template-rows: 82px 82px 82px 82px 82px 82px 82px 82px 82px 82px;
    justify-content: center;
    width: 100%;
  }
  .ranking {
    background-size: 125px 100%;
    padding-left: 125px;
  }
  .ranking .thumbnail-link a {
    top: 0;
    left: 0;
    width: 125px;
    height: 82px;
  }
  .ranking-post-wrapper {
    padding: 5px;
    height: 82px;
  }
  .ranking-post-wrapper .post-title {
    margin: 4px 0px 3px 0px;
    line-height: 1.1em;
    font-size: 13px;
    height: 28px;
  }
  .rank1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    padding-top: 220px;
    background-size: 100% 220px;
    padding-left: 0px;
  }
  .rank1 .thumbnail-link a {
    top: 0;
    left: 0;
    width: 335px;
    height: 220px;
  }
  .rank1 .badge {
    height: 50px;
    width: 50px;
    font-size: 30px;
    letter-spacing: 5px;
  }
  .rank1 .ranking-post-wrapper {
    padding: 15px;
  }
  .rank1 .post-title {
    font-size: 18px;
    line-height: 1.4em;
    height: 55px;
  }
  .right-column-container .ranking-post-wrapper .post-title {
    margin: 4px 0px 3px 0px;
    line-height: 1.1em;
    font-size: 13px;
    height: 28px;
  }
  .rank2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .rank3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .rank4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
  .rank5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/9;
  }
  .rank6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9/10;
  }
  .rank7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10/11;
  }
  .rank8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11/12;
  }
  .rank9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12/13;
  }
  .rank10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13/14;
  }
  .banner-area-wrapper-1 {
    width: 335px;
    padding-bottom: 35px;
    flex-direction: column;
  }
  .banner-area-wrapper-1 .banner-area {
    height: 100%;
    width: 335px;
    margin-bottom: 25px;
  }
  .footer-logo img {
    width: 245px;
  }
  .footer-1st {
    flex-wrap: wrap;
    gap: 0px 25px;
  }
  .footer-1st li {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .footer-2nd {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 0px 25px;
    font-size: 13px;
  }
  .footer-2nd li {
    margin-bottom: 20px;
  }
  .footer-3rd {
    height: 55px;
    flex-direction: column;
    font-size: 13px;
    gap: 4px;
  }
  .footer-4th {
    height: 45px;
    font-size: 13px;
  }
  .columns-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .columns-wrapper .heading-area {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    height: auto;
  }
  .columns-wrapper .heading-area h1 {
    font-size: 35px;
  }
  .columns-wrapper .heading-area h2 {
    margin: 0;
  }
  .left-column-container {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .left-column-container h1 {
    margin-bottom: 20px;
  }
  .left-column-container .post-list {
    gap: 20px;
    justify-content: center;
  }
  .left-column-container .post-area {
    height: 350px;
    background-size: 100% 220px;
    padding-top: 220px;
  }
  .left-column-container .post-area .post-text {
    padding: 8px 15px;
  }
  .left-column-container .post-area .post-text .post-title {
    margin: 4px 0px;
  }
  .columns-wrapper .page-btn-wrapper {
    margin-top: 30px;
  }
  .columns-wrapper .page-number .page-btn:nth-child(4) {
    display: none;
  }
  .columns-wrapper .page-number .page-btn:nth-child(5) {
    display: none;
  }
  .columns-wrapper .page-number .page-btn:nth-child(6) {
    display: none;
  }
  .columns-wrapper .page-number .page-btn:nth-child(7) {
    display: none;
  }
  .columns-wrapper .right-column-container .post-list {
    gap: 20px;
  }
  /*# sourceMappingURL=style.css.map */
  .single .left-column-container {
    width: 90%;
    margin-right: 0;
  }
  .single .left-column-container .article-image img {
    width: 100%;
    height: auto;
  }
  .single .left-column-container .article-image {
    margin-bottom: 20px;
  }
  .single .left-column-container .post-text {
    padding: 0px;
  }
  .single .left-column-container .the-post .post-title {
    font-size: 29px;
    margin: 10px 0px;
    overflow: inherit;
    -webkit-line-clamp: inherit;
  }
  .single .left-column-container .the-post h2 {
    width: 100%;
  }
  .single-bottom-sp {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .single-bottom-sp .post-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 380px;
    gap: 10px;
  }
  .single-bottom-sp .post-area {
    height: 350px;
    width: 310px;
    padding-top: 205px;
    background-size: 100% 205px;
    position: relative;
  }
  .single-bottom-sp .post-area .thumbnail-link a {
    width: 310px;
    height: 205px;
  }
  .single-bottom-sp .post-area .thumbnail-link a {
    width: 310px;
    height: 205px;
  }
  .single-bottom-sp .post-area:first-child {
    margin-left: 10px;
  }
  .single-bottom-sp .post-area:last-child {
    margin-right: 10px;
  }
  .single-bottom-pc {
    display: none;
  }
  .nav-links {
    gap: 10px;
  }
  .nav-links a {
    width: 110px;
    font-size: 15px;
  }
  .sitemap {
    justify-content: initial;
  }
  .sitemap .heading {
    margin-top: 35px;
  }
  .sitemap-wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .sitemap-wrapper .index {
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 16px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 350px) {
  .omiaiApp-sp {
    display: flex;
  }
  .omiaiApp-pc {
    display: none;
  }
  .app-dl-wrapper {
    padding: 10px 10px;
  }
  .app-dl-wrapper #close {
    margin-right: 10px;
  }
  .lead-text {
    font-size: 14px;
    width: 290px;
  }
  .lead-text-detail {
    font-size: 13px;
    width: 90%;
  }
  .header-logo {
    margin: 0px 10px;
  }
  .header-logo img {
    height: 40px;
  }
  .specialContent {
    width: 300px;
    background-size: 300px auto;
    padding-top: 200px;
  }
  .specialContent .thumbnail-link a {
    height: 200px;
  }
  .specialContent .content-wrapper {
    padding: 10px;
  }
  .specialContent-small {
    height: auto;
    gap: 7px;
  }
  .specialContent-small .specialContent {
    width: 290px;
    padding-top: 193px;
    background-size: 290px auto;
    margin: 0px;
  }
  .specialContent-small .specialContent .thumbnail-link a {
    height: 193px;
  }
  .specialContent-small .specialContent:first-child {
    margin-left: 10px;
  }
  .banner-area-wrapper {
    padding-top: 30px;
  }
  .newPost-contents-wrapper {
    padding-top: 20px;
  }
  .newPost-contents-list {
    grid-template-columns: 300px;
    gap: 10px;
  }
  .newpost-large {
    padding-top: 200px;
    background-size: 300px auto;
  }
  .newpost-large .thumbnail-link a {
    height: 200px;
  }
  .newpost-small .thumbnail-link a {
    height: 100%;
    width: 120px;
  }
  .newpost-small .data-min {
    gap: 3px;
    display: flex;
    align-items: center;
    height: 15px;
  }
  .newpost-small .data-min .new {
    height: 15px;
    width: 30px;
    font-size: 9px;
  }
  .newpost-small .data-min .date {
    font-size: 10px;
    padding-right: 3px;
  }
  .newpost-small .data-min .post-section {
    font-size: 10px;
  }
  .newpost-small .tag-min {
    padding: 0px 5px;
  }
  .pickUp-wrapper-b .btn-moreView {
    margin-top: 30px;
  }
  .pickUp-wrapper-b .pickUp-contents-list {
    gap: 5px;
  }
  .pickUp-wrapper-b .pickUp-content {
    width: 300px;
  }
  .pickUp-wrapper-b .pickUp-content:first-child {
    margin-left: 10px;
  }
  .pickUp-wrapper-b .pickUp-content:last-child {
    margin-right: 10px;
  }
  .pickUp-wrapper-b .pickUp-content + .pickUp-content {
    margin-left: 0px;
  }
  .pickUp-wrapper-b .content-wrapper {
    padding: 10px;
  }
  .ranking-list {
    grid-template-columns: 300px;
  }
  .rank1 {
    padding-top: 200px;
    background-size: 300px 200px;
  }
  .rank1 .thumbnail-link a {
    width: 100%;
    height: 200px;
  }
  .rank1 .post-title {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ranking-post-wrapper .thumbnail-link a {
    height: 100%;
    width: 120px;
  }
  .ranking-post-wrapper .data-min {
    gap: 3px;
    display: flex;
    align-items: center;
    height: 15px;
  }
  .ranking-post-wrapper .data-min .new {
    height: 15px;
    width: 30px;
    font-size: 9px;
  }
  .ranking-post-wrapper .data-min .date {
    font-size: 10px;
    padding-right: 3px;
  }
  .ranking-post-wrapper .data-min .post-section {
    font-size: 10px;
  }
  .ranking-post-wrapper .tag-min {
    padding: 0px 5px;
  }
  .ranking-wrapper {
    padding-bottom: 30px;
  }
  .banner-area-wrapper-1 {
    width: 90%;
  }
  .banner-area-wrapper-1 .banner-area {
    width: 100%;
  }
  .banner-area-wrapper-1 .banner-area img {
    width: 100%;
  }
  .footer-3rd {
    font-size: 12px;
  }
  .footer-4th {
    font-size: 12px;
    text-align: center;
  }
  .tag {
    height: 25px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .header-nav-list li + li {
      margin-left: 15px;
    }
    .content-data .post-section {
      margin-left: 10px;
    }
    .content-data .date {
      margin-left: 10px;
    }
    .tag-wrapper .tag + .tag {
      margin-left: 5px;
    }
    .hotTag-list .tag {
      margin-bottom: 15px;
    }
    .hotTag-list .tag + .tag {
      margin-left: 10px;
    }
    .post-list .post-area {
      margin-bottom: 20px;
    }
    .post-list .post-area + .post-area {
      margin-left: 20px;
    }
    .right-column-container .post-list .post-area + .post-area {
      margin-left: 0;
    }
    .page-numbers li + li {
      margin-left: 15px;
    }
    @media screen and (max-width: 1305px) {
      .specialContents-list .specialContent {
        margin-bottom: 40px;
      }
      .specialContents-list .specialContent + .specialContent {
        margin-left: 40px;
      }
      .specialContents-list .specialContent-small .specialContent {
        margin-left: 15px;
      }
      .footer-1st .cat-item {
        margin-bottom: 15px;
      }
      .footer-1st .cat-item + .cat-item {
        margin-left: 25px;
      }
      .footer-2nd li {
        margin-bottom: 15px;
      }
      .footer-2nd li + li {
        margin-left: 25px;
      }
    }
    @media screen and (max-width: 1305px) and (max-width: 768px) {
      .specialContents-list .specialContent + .specialContent {
        margin-left: 0;
      }
      .sitemap-wrapper .index + .index {
        margin-top: 30px;
      }
    }
    @media (max-width: 1190px) and (min-width: 768px) {
      .right-column-container .ranking-container {
        margin-left: 30px;
      }
    }
  }
}/*# sourceMappingURL=style.css.map */