@charset "UTF-8";
/* 色の設定 */
/* ブレイクポイントの設定 */
/* レイアウトの設定 */
.setting-main {
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (min-width: 600px) {
  .setting-main {
    padding: 80px 4vw 80px;
  }
}
@media screen and (min-width: 1024px) {
  .setting-main {
    padding: 80px 6vw;
  }
}
@media screen and (min-width: 1440px) {
  .setting-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-only {
    display: inline-block;
  }
}

/* フォントの設定 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "pkna";
  font-weight: 300;
  line-height: 2.46;
  color: #333;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  color: #333;
}

.top-h1 {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  margin-top: 12px;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .top-h1 {
    font-size: 38px;
    padding-bottom: 30px;
  }
}
.top-h1 span {
  display: block;
  width: 100%;
  height: 14px;
}
@media screen and (min-width: 600px) {
  .top-h1 span {
    height: 21px;
  }
}
.top-h1 span img {
  width: 176px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .top-h1 span img {
    width: 263px;
    height: 21px;
  }
}
.top-h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.top-h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  padding-top: 41px;
}
@media screen and (min-width: 600px) {
  .top-h2 {
    font-size: 24px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2 {
    padding-top: 56px;
  }
}
.top-h2::before {
  content: "";
  background-size: cover;
  display: block;
  position: absolute;
  left: 2px;
  top: 0px;
  z-index: 2;
}

.top-h2.category:before {
  background-image: url("/assets/images/category.svg");
  width: 147px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.category:before {
    width: 194px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.category:before {
    width: 231px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.category:before {
    width: 231px;
    height: 44px;
  }
}

.top-h2.tag:before {
  background-image: url("/assets/images/TagCloud.svg");
  width: 160px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.tag:before {
    width: 212px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.tag:before {
    width: 252px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.tag:before {
    width: 252px;
    height: 44px;
  }
}

.top-h2.keyword:before {
  background-image: url("/assets/images/KeywordSearch.svg");
  width: 267px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.keyword:before {
    width: 353px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.keyword:before {
    width: 420px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.keyword:before {
    width: 420px;
    height: 44px;
  }
}

.top-h2.monthly:before {
  background-image: url("/assets/images/MonthlyAccess.svg");
  width: 261px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.monthly:before {
    width: 345px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.monthly:before {
    width: 410px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.monthly:before {
    width: 410px;
    height: 44px;
  }
}

.top-h2.annual:before {
  background-image: url("/assets/images/AnnualAccess.svg");
  width: 245px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.annual:before {
    width: 324px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.annual:before {
    width: 385px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.annual:before {
    width: 385px;
    height: 44px;
  }
}

.top-h2.new:before {
  background-image: url("/assets/images/newpost.svg");
  width: 156px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.new:before {
    width: 203px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.new:before {
    width: 240px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.new:before {
    width: 242px;
  }
}

.top-h2.profile:before {
  background-image: url("/assets/images/Profile.svg");
  width: 113px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.profile:before {
    width: 149px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.profile:before {
    width: 177px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.profile:before {
    width: 177px;
  }
}

.top-h2.related:before {
  background-image: url("/assets/images/RelatedSites.svg");
  width: 221px;
  height: 28px;
}
@media screen and (min-width: 600px) {
  .top-h2.related:before {
    width: 293px;
    height: 37px;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-h2.related:before {
    width: 348px;
    height: 44px;
    top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .top-h2.related:before {
    width: 348px;
  }
}

.top-h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.top-h3 span {
  margin: 0 4px;
}

.header-h1 {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .header-h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}

.post-h1,
.post__wrapper h1 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .post-h1,
  .post__wrapper h1 {
    font-size: 27px;
    line-height: 1.5;
  }
}
.post-h1::before,
.post__wrapper h1::before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 2;
}
.post-h1::after,
.post__wrapper h1::after {
  content: "";
  display: block;
  height: 6px;
  width: 80px;
  background-color: #da3401;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 3;
}

.post-h2,
.post__wrapper h2 {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: rgba(218, 52, 1, 0.05);
  padding-left: 8px;
  margin-top: 12px;
}
.post-h2::before,
.post__wrapper h2::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #da3401;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.post-h2::after,
.post__wrapper h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #da3401;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.post-h3,
.post__wrapper h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 12px;
  margin-top: 21px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .post-h3,
  .post__wrapper h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.post-h3::before,
.post__wrapper h3::before {
  content: "";
  display: block;
  height: 100%;
  width: 6px;
  background-color: #da3401;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

/* パンくずリスト */
.p-breadcrumb {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.p-breadcrumb span {
  margin: 0 4px;
}

.post__wrapper p {
  margin: 24px 0;
}

.post__wrapper p a {
  color: blue;
  text-decoration: underline;
}

.post__wrapper p.bold {
  font-weight: 700;
}

.post__wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

/* レイアウトの設定 */
.l-body {
  background-color: #fffefa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 64px;
}

/* トップメインの設定 */
.l-main {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media screen and (min-width: 600px) {
  .l-main {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-main {
    padding: 0;
    max-width: 1266px;
  }
}

.l-main__panel {
  min-height: auto !important;
}

@media screen and (min-width: 600px) {
  .l-main__panel {
    min-height: auto !important;
  }
}
@media screen and (min-width: 1020px) {
  .l-main__panel {
    min-height: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .l-main__panel {
    min-height: auto !important;
  }
}
/* 広告の設定 */
.l-ads {
  width: 100%;
  min-height: 100px;
}

/* フッターの設定 */
.l-footer {
  width: 100%;
}

.l-header {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .l-header {
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 100px;
    padding-top: 25px;
  }
}

.l-header__inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .l-header__inner {
    right: calc(4vw - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    top: 34px;
  }
}

.l-header__icon {
  width: 72px;
  height: 66px;
  pointer-events: initial;
}
.l-header__icon .l-header__icon-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #da3401;
}
.l-header__icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #da3401;
  background-color: #fffefa;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__icon span:hover {
    background-color: #da3401;
  }
  .l-header__icon span:hover svg {
    fill: #fffefa;
  }
}

.l-header__icon.burger {
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.l-header__icon[aria-hidden=false] {
  display: block;
}

.l-header__icon[aria-hidden=true] {
  display: none;
}

.l-header__icon.burger.selected span {
  background-color: #da3401;
}
.l-header__icon.burger.selected span svg {
  fill: #fffefa;
}

.l-header.top {
  height: 0;
}
.l-header.top .post-h1 {
  display: none;
}

.p-button__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.p-button__list.wide {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.l-main .p-button__list {
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
}

.p-filter__outer .p-button__list {
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
}

.p-button__btn {
  width: 100%;
  min-width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #da3401;
  border-radius: 4px;
  padding: 16px 0;
  cursor: pointer;
  background-color: #fffefa;
  transition: all 0.3s ease;
  /* フォントの設定 */
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #da3401;
}
@media screen and (min-width: 1024px) {
  .p-button__btn:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-button__list.grand {
  padding-top: 36px;
}
.p-button__list.grand .p-button__btn {
  padding: 26px 0;
}

.p-button__btn.gray {
  background-color: #fffefa;
  color: #333;
  border: 1px solid #333;
}
@media screen and (min-width: 1024px) {
  .p-button__btn.gray:hover {
    background-color: #acacac;
    color: #fffefa;
    border: 1px solid #acacac;
  }
}

.p-button__btn[aria-selected=true] {
  background-color: #da3401;
  color: #fffefa;
}
@media screen and (min-width: 1024px) {
  .p-button__btn[aria-selected=true]:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-button__btn[aria-selected=false] {
  background-color: #fffefa;
  color: #da3401;
}
@media screen and (min-width: 1024px) {
  .p-button__btn[aria-selected=false]:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-button__btn.left {
  position: relative;
}
.p-button__btn.left:before {
  content: "";
  background-color: #da3401;
  -webkit-mask-image: url("/assets/images/arrow-left.svg");
          mask-image: url("/assets/images/arrow-left.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .p-button__btn.left:hover:before {
    background-color: #fffefa;
  }
}

.p-button__btn.right {
  position: relative;
}
.p-button__btn.right:before {
  content: "";
  background-color: #da3401;
  -webkit-mask-image: url("/assets/images/arrow-right.svg");
          mask-image: url("/assets/images/arrow-right.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .p-button__btn.right:hover:before {
    background-color: #fffefa;
  }
}

.p-nav__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.l-main__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-filter__outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebeae4;
  border-radius: 4px;
  padding: 36px 16px 28px;
  row-gap: 16px;
}

.p-filter__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-filter__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-filter__wrapper--sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 24px;
}

.p-filter__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 600px) {
  .p-filter__inner {
    max-width: 41%;
  }
}

.p-filter__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #333;
  padding: 20px 0;
}
.p-filter__text span {
  display: inline-block;
  width: 78px;
  height: auto;
  vertical-align: bottom;
  margin-right: 1em;
  margin-left: 3px;
}
.p-filter__text span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-filter__text .p-filter__text-small {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #333;
  width: 150px;
}

.p-filter__mark {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-filter__mark {
    align-items: self-end;
  }
}
.p-filter__mark img {
  width: 19px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .p-filter__mark img {
    transform: rotate(-90deg);
  }
}

.p-filter__button {
  width: 100px;
  min-width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #da3401;
  border-radius: 4px;
  padding: 16px 0;
  cursor: pointer;
  background-color: #fffefa;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-top: 24px;
  /* フォントの設定 */
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #da3401;
}
@media screen and (min-width: 1024px) {
  .p-filter__button:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-tag__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #ebeae4;
  border-radius: 4px;
  padding: 36px 16px;
}
.p-tag__wrapper .p-tag__item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  background-color: #fffefa;
  color: #da3401;
  border: 1px solid #da3401;
}
@media screen and (min-width: 1024px) {
  .p-tag__wrapper .p-tag__item {
    cursor: pointer;
  }
  .p-tag__wrapper .p-tag__item:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}
.p-tag__wrapper .p-tag__item[aria-current=true] {
  background-color: #da3401;
  color: #fffefa;
}

.p-post-tag__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  background-color: #ebeae4;
  border-radius: 4px;
  padding: 16px;
}
.p-post-tag__wrapper .p-tag__item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  background-color: #da3401;
  color: #fffefa;
  border: 1px solid #da3401;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-post-tag__wrapper .p-tag__item:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-tour__wrapper .p-tag__item {
  cursor: pointer;
}

.p-search {
  width: 100%;
  background-color: #ebeae4;
  border-radius: 4px;
  padding: 29px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.p-search__input {
  width: 100%;
  background-color: #fffefa;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 16px;
  border: 1px solid #da3401;
}

.p-search__btn {
  width: 20%;
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffefa;
  color: #da3401;
  border: 1px solid #da3401;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .p-search__btn:hover {
    background-color: #da3401;
    color: #fffefa;
  }
}

.input-wrapper {
  width: 75%;
  max-width: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

.clear-button {
  position: absolute;
  right: 12px;
  border: none;
  background: none;
  cursor: pointer;
  color: #ccc;
  font-size: 16px;
}

.p-sort__form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .p-sort__form {
    padding-right: 16px;
  }
}

.p-sort__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  position: relative;
}
.p-sort__label::after {
  content: "";
  background-image: url("/assets/images/arrow-down.svg");
  background-size: cover;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-sort__select {
  width: 100px;
  font-size: 14px;
  font-weight: 300;
  color: #da3401;
  line-height: 1;
  border: 1px solid #da3401;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.p-card__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-template-rows: max-content;
  grid-gap: 36px;
}
@media screen and (min-width: 600px) {
  .p-card__list {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-template-rows: max-content;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-card__list {
  animation: fadeIn 0.5s ease-out;
}

.fade-in {
  animation: fadeIn 0.5s ease-out;
}

.p-card__item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
}
.p-card__item a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 600px) {
  .p-card__item a {
    flex-direction: column;
    row-gap: 12px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__item img {
    transition: all 0.3s ease-in-out;
  }
  .p-card__item:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    transform-origin: center;
  }
  .p-card__item:hover .p-card__link {
    background-color: #da3401;
    color: #fffefa;
  }
}

.p-card__visual {
  width: calc((100% - 12px) / 2);
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  .p-card__visual {
    width: 100%;
  }
}
.p-card__visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.p-card__content {
  width: calc((100% - 12px) / 2);
  height: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .p-card__content {
    width: 100%;
    row-gap: 8px;
  }
}

.p-card__new {
  width: 42px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #fffefa;
  background-color: #da3401;
  border-radius: 4px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}

.p-card__date {
  font-size: 13px;
  line-height: 1.5;
}

.p-card__title {
  display: none;
}

.p-card__text {
  font-size: 14px;
  line-height: 1.7;
  font-feature-settings: "pkna" 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (min-width: 600px) {
  .p-card__text {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1024px) {
  .p-card__text {
    -webkit-line-clamp: 3;
  }
}

.p-card__link {
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  color: #da3401;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .p-card__link {
    padding: 4px 0;
  }
}

/*ローディングアイコン
--------*/
.rotate {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 48px auto;
}

.rotate > .dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rotate > .dot:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 0;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  background-color: black;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  animation: anim-rotate-dot 1.2s ease-in-out infinite;
}

.rotate > .dot:nth-child(1) {
  transform: rotate(0deg);
}

.rotate > .dot:nth-child(1):after {
  animation-delay: 0s;
}

.rotate > .dot:nth-child(2) {
  transform: rotate(30deg);
}

.rotate > .dot:nth-child(2):after {
  animation-delay: -1.1s;
}

.rotate > .dot:nth-child(3) {
  transform: rotate(60deg);
}

.rotate > .dot:nth-child(3):after {
  animation-delay: -1s;
}

.rotate > .dot:nth-child(4) {
  transform: rotate(90deg);
}

.rotate > .dot:nth-child(4):after {
  animation-delay: -0.9s;
}

.rotate > .dot:nth-child(5) {
  transform: rotate(120deg);
}

.rotate > .dot:nth-child(5):after {
  animation-delay: -0.8s;
}

.rotate > .dot:nth-child(6) {
  transform: rotate(150deg);
}

.rotate > .dot:nth-child(6):after {
  animation-delay: -0.7s;
}

.rotate > .dot:nth-child(7) {
  transform: rotate(180deg);
}

.rotate > .dot:nth-child(7):after {
  animation-delay: -0.6s;
}

.rotate > .dot:nth-child(8) {
  transform: rotate(210deg);
}

.rotate > .dot:nth-child(8):after {
  animation-delay: -0.5s;
}

.rotate > .dot:nth-child(9) {
  transform: rotate(240deg);
}

.rotate > .dot:nth-child(9):after {
  animation-delay: -0.4s;
}

.rotate > .dot:nth-child(10) {
  transform: rotate(270deg);
}

.rotate > .dot:nth-child(10):after {
  animation-delay: -0.3s;
}

.rotate > .dot:nth-child(11) {
  transform: rotate(300deg);
}

.rotate > .dot:nth-child(11):after {
  animation-delay: -0.2s;
}

.rotate > .dot:nth-child(12) {
  transform: rotate(330deg);
}

.rotate > .dot:nth-child(12):after {
  animation-delay: -0.1s;
}

@keyframes anim-rotate-dot {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.p-pagination__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.p-pagination__prev,
.p-pagination__next,
.p-pagination__btn {
  max-width: 40px;
  height: 50px;
  border: 1px solid #da3401;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #da3401;
  font-size: 13px;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-pagination__prev:hover,
  .p-pagination__next:hover,
  .p-pagination__btn:hover {
    background-color: #da3401;
    color: #fffefa;
  }
  .p-pagination__prev:hover svg,
  .p-pagination__next:hover svg,
  .p-pagination__btn:hover svg {
    fill: #fffefa;
  }
}
.p-pagination__prev.active,
.p-pagination__next.active,
.p-pagination__btn.active {
  background-color: #da3401;
  color: #fffefa;
}

.p-pagination__omit {
  color: #da3401;
  font-size: 13px;
  line-height: 1;
  width: 19px;
  text-align: center;
}

.l-ads {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (min-width: 1440px) {
  .l-ads {
    max-width: 1266px;
    margin: 64px auto;
  }
}

.l-ads__wrapper--l {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-ads__wrapper--l {
    width: calc(50% - 12px);
    display: block;
  }
}
.l-ads__wrapper--l img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-ads__wrapper--r {
  display: none;
}
@media screen and (min-width: 600px) {
  .l-ads__wrapper--r {
    width: calc(50% - 12px);
    display: block;
  }
}
.l-ads__wrapper--r img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-ads--side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  row-gap: 24px;
}
.l-ads--side .l-ads__wrapper--l {
  width: 100%;
}
.l-ads--side .l-ads__wrapper--r {
  width: 100%;
}

div.easyLink-box {
  margin: 0 auto !important;
}

.l-footer {
  width: 100%;
  min-height: 500px;
  background-color: #ebeae4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 15px 12px;
}
@media screen and (min-width: 600px) {
  .l-footer {
    padding: 64px 4vw 12px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 64px 6vw 12px;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer {
    padding: 42px 0 12px;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 1266px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    flex-direction: row;
    gap: 24px;
  }
}

.l-footer__container--left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__container--left {
    width: calc(50% - 12px);
  }
}

.l-footer__container--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .l-footer__container--right {
    width: calc(50% - 12px);
  }
}
.l-footer__container--right .l-footer__banner {
  width: 100%;
  min-height: 95px;
}
@media screen and (min-width: 1024px) {
  .l-footer__container--right .l-footer__banner {
    min-height: 150px;
  }
}
.l-footer__container--right .l-footer__banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 24px;
}

.p-profile__wrapper {
  width: 100%;
  padding: 64px 24px 24px;
  border: 1px solid #333;
  border-radius: 4px;
  position: relative;
  margin-top: 25px;
}

.p-profile__visual {
  width: 124px;
  height: 124px;
  position: absolute;
  top: -80px;
  right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.p-profile__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__text {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  font-feature-settings: "pkna";
}

.p-profile__list-sns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 16px;
}

.p-profile__item-sns {
  width: 32px;
  height: 33px;
}
.p-profile__item-sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=top.css.map */