
a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-footer {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4% 0 0;
  }
}

.l-header {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition-duration: 0.5s;
}

.l-main {
  width: 100%;
}

.l-wrapper {
  width: 100%;
  min-height: calc(100vh - 158px);
  margin: 110px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .l-wrapper {
    margin: 99px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    margin: 82px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 74px auto 0;
  }
}

.l-content__large {
  width: 100%;
  margin: 0 auto;
}

.l-content__middle {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .l-content__middle {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .l-content__middle {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__middle {
    padding: 0 5%;
  }
}

.l-content__small {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .l-content__small {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .l-content__small {
    padding: 0;
  }
}

.l-bg[data-color=red] {
  background: #e73b35;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.c-pagination {
  margin: 40px auto;
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__list li {
  margin: 0 5px;
}
.c-pagination__list li span {
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li span {
    font-size: 13px;
  }
}
.c-pagination__list li a {
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li a {
    font-size: 13px;
  }
}
.c-pagination__list li:hover {
  opacity: 0.8;
}
.c-pagination__navi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.c-pagination__navi p a {
  display: block;
  margin: 0 12px;
  font-size: 14px;
  text-align: center;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__navi p a {
    font-size: 3.8vw;
  }
}

.c-title {
  overflow: hidden;
  text-align: center;
}
.c-title[data-color=red] {
  color: #e73b35;
}
.c-title[data-color=white] {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title {
    padding: 0 5%;
  }
}
.c-title__en {
  margin-bottom: 4px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .c-title__en {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__en {
    margin-bottom: 7px;
    font-size: 4.2vw;
  }
}
.c-title__ja {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .c-title__ja {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 7.2vw;
    line-height: 1.18;
  }
}
.c-title__sub {
  margin: 24px 0 0;
  color: #000;
  font-weight: 500;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    margin: 24px 0 0;
    font-size: 4.2vw;
    text-align: center;
  }
}
.c-title__sub--txt {
  display: block;
  margin-top: 24px;
  color: #000;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-title__sub--txt {
    margin-top: 20px;
    font-size: 4.2vw;
    text-align: left;
  }
}

.c-title02 {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 32px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .c-title02 {
    display: block;
  }
}
.c-title02__en {
  overflow: hidden;
  font-size: 70px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .c-title02__en {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-title02__en {
    font-size: 30px;
  }
}
.c-title02__en[data-color=blue] {
  color: #cce3e3;
}
.c-title02__en[data-color=black] {
  color: #333333;
}
.c-title02__en[data-color=white] {
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .c-title02__right {
    margin-top: 5%;
  }
}
.c-title02 small {
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-title02 small {
    margin-top: 8%;
    text-align: left;
  }
}

.c-subtitle {
  overflow: hidden;
  text-align: center;
}
.c-subtitle__en {
  overflow: hidden;
  font-size: 40px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 960px) {
  .c-subtitle__en {
    font-size: 30px;
  }
}
.c-subtitle__en[data-color=blue] {
  color: #cce3e3;
}
.c-subtitle__en[data-color=black] {
  color: #333333;
}
.c-subtitle__en[data-color=white] {
  color: #ffffff;
}
.c-subtitle__ja {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-subtitle__ja {
    margin-top: 4%;
  }
}

.c-secondtitle {
  padding: 74px 0 40px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-secondtitle {
    padding: 24px 0;
  }
}
.c-secondtitle__en {
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 960px) {
  .c-secondtitle__en {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-secondtitle__en {
    font-size: 5.4vw;
  }
}
.c-secondtitle__en[data-color=blue] {
  color: #cce3e3;
}
.c-secondtitle__en[data-color=black] {
  color: #333333;
}
.c-secondtitle__en[data-color=white] {
  color: #ffffff;
}
.c-secondtitle__ja {
  margin-top: 20px;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-secondtitle__ja {
    margin-top: 4%;
  }
}

.c-button {
  text-align: center;
}
.c-button a, .c-button input {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 24px 4px 26px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-button a, .c-button input {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-button a, .c-button input {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4.8vw;
  }
}
.c-button a:after, .c-button input:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  width: 27px;
  height: 27px;
  margin-top: -14px;
  content: "";
  transition-duration: 0.3s;
  background: #e73b35;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-button a:after, .c-button input:after {
    right: 13px;
    margin-top: -14px;
  }
}
.c-button a::before, .c-button a::before {
  position: absolute;
  top: 50%;
  right: 54px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  content: "";
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-button a:before, .c-button input:before {
    right: 24px;
    margin-top: -5px;
  }
}
.c-button[data-color=yellow] a, .c-button[data-color=yellow] input {
  border: 4px solid #ffe400;
  background: #ffe400;
  color: #e73b35;
  transition-duration: 0.3s;
}
.c-button[data-color=yellow] a:hover, .c-button[data-color=yellow] input:hover {
  border: 4px solid #ffe400;
  background: #ffffff;
  color: #e73b35;
  opacity: 1;
}
.c-button[data-color=yellow] a:after, .c-button[data-color=yellow] input:after {
  right: 12px;
  /*background: url(../../assets/images/common/icon-btn-arrow-wo.png) no-repeat;
  background-size: 100%;*/
  background: #e73b35;
  transition-duration: 0.3s;
}
.c-button[data-color=yellow] a:hover:after, .c-button[data-color=yellow] input:hover:after {
  /*background: url(../../assets/images/common/icon-btn-arrow-wo.png) no-repeat;
  background-size: 100%;*/
  background: #e73b35;
}
.c-button[data-color=yellow] a:before, .c-button[data-color=yellow] input:before {
  right: 21px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-button[data-color=white] a, .c-button[data-color=white] input {
  border: 4px solid #e73b35;
  background: #ffffff;
  color: #e73b35;
  transition-duration: 0.3s;
}
.c-button[data-color=white] a:after, .c-button[data-color=white] input:after {
  /*background: url(../../assets/images/common/icon-btn-arrow-r.png) no-repeat;
  background-size: 100%;*/
  transition-duration: 0.3s;
}
.c-button[data-color=white] a:hover, .c-button[data-color=white] input:hover {
  border: 4px solid #e73b35;
  background: #e73b35;
  color: #ffffff;
  opacity: 1;
}
.c-button[data-color=white] a:hover:after, .c-button[data-color=white] input:hover:after {
  /*background: url(../../assets/images/common/icon-btn-arrow-rw.png) no-repeat;
  background-size: 100%;*/
  background: #fff;
}
.c-button[data-color=white] a:hover:before, .c-button[data-color=white] input:hover:before {
  border-top: 1px solid #e73b35;
  border-right: 1px solid #e73b35;
}
.c-button[data-color=grey] a, .c-button[data-color=grey] input {
  border: 1px solid #999999;
  background: #999999;
  color: #ffffff;
}
.c-button[data-color=black] a, .c-button[data-color=black] input {
  border: 4px solid #000000;
  background: #000000;
  color: #ffffff;
  transition-duration: 0.3s;
}
.c-button[data-color=black] a:hover, .c-button[data-color=black] input:hover {
  border: 4px solid #000000;
  background: #ffffff;
  color: #000000;
  opacity: 1;
}
.c-button[data-color=black] a:after, .c-button[data-color=black] input:after {
  right: 12px;
  /*background: url(../../assets/images/common/icon-btn-arrow-w02.png) no-repeat;
  background-size: 100%;*/
  background: #ffffff;
  transition-duration: 0.3s;
}
.c-button[data-color=black] a:hover:after, .c-button[data-color=black] input:hover:after {
  /*background: url(../../assets/images/common/icon-btn-arrow-w02b.png) no-repeat;
  background-size: 100%;*/
  background: #000000;
}
.c-button[data-color=black] a:before, .c-button[data-color=black] input:before {
  right: 22px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.c-button[data-color=black] a:hover:before, .c-button[data-color=black] input:hover:before {
  right: 22px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-button[data-size=small] a, .c-button[data-size=small] input {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .c-button[data-size=small] a, .c-button[data-size=small] input {
    max-width: 100%;
  }
}

.u-font[data-lang=ja] {
  font-family: "Noto Serif JP", serif;
}

.u-font[data-lang=en] {
  font-family: Arial, sans-serif;
}

.u-txt {
  line-height: 1.6;
}

.u-txt[data-txt=large] {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .u-txt[data-txt=large] {
    font-size: 4.8vw;
  }
}

.u-txt[data-txt=middle] {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .u-txt[data-txt=middle] {
    font-size: 4.2vw;
  }
}

.u-txt[data-txt=small] {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .u-txt[data-txt=small] {
    font-size: 3.6vw;
  }
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-pc__inline {
  display: inline-block;
}

.u-sp__inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-pc__inline {
    display: none;
  }

  .u-sp__inline {
    display: inline-block;
  }
}
.p-header__logo {
  z-index: 1;
  max-width: 212px;
  transition-duration: 0.5s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1250px) {
  .p-header__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 200px;
  }
}

.p-header__tel {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .p-header__tel {
    width: 24px;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 40px;
  gap: 0 20px;
}
@media screen and (max-width: 1500px) {
  .p-header__nav {
    padding: 0 0 0 20px;
    gap: 0 8px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav {
    padding: 16px 20px;
    gap: 0 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__nav {
    gap: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    padding: 12px 16px;
    gap: 0 11%;
  }
}

.p-header__nav--right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-header__nav--sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--sp {
    gap: 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--sp {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    height: calc(100vh - 97px);
    padding: 20px 0 40px;
    background: #e73b35;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--sp {
    top: 71px;
    height: calc(100vh - 80px);
  }
}
.p-header__nav--spTop,
.p-header__nav--spBtm {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-header__nav--spTop {
    display: block;
  }
}
.p-header__nav--spBtm.sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-header__nav--spBtm {
    display: none;
  }
  .p-header__nav--spBtm.sp {
    display: block;
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
  }
}
.p-header__nav--list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-header__nav--list {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
.p-header__nav--list:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--list:first-child {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--list:first-child {
    margin: 0 auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.p-header__nav--list:nth-child(2) {
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--list:nth-child(2) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--list:nth-child(2) {
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
.p-header__nav--list li {
  margin: 0 12px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--list li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1300px) {
  .p-header__nav--list li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1250px) {
  .p-header__nav--list li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__nav--list li {
    margin: 0;
    text-align: center;
  }
}
.p-header__nav--list li a {
  display: block;
  font-size: 14px;
  transition-duration: 0.3s;
}
.p-header__nav--list li a:hover {
  color: #e73b35;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--list li a {
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .p-header__nav--list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--list li a {
    padding: 12px 0;
    font-size: 16px;
  }
}
.p-header__nav--list li a:hover {
  opacity: 0.8;
}

.p-header__nav--contact {
  margin: 16px 26px 16px 0;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--contact {
    margin: 16px 8px 16px 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--contact {
  }
}
.p-header__nav--contactTop {
  display: flex;
  gap: 8px;
}
.p-header__nav--contactTop span {
  display: inline-block;
  padding: 5px 11px 6px;
  background: #ea1710;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--contact span {
    padding: 5px 8px 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--contact span {
    font-size: 20px;
    padding: 6px 19px 8px;
    background: #ffffff;
    color: #e71714;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--contact span {
    font-size: 4.4vw;
  }
}
.p-header__nav--contactBtm {
  margin-top: 4px;
}
@media screen and (max-width: 1200px) {
  .p-header__nav--contactBtm {
    margin-top: 12px;
  }
}
.p-header__nav--contact p {
  font-size: 13px;
  letter-spacing: -0.06em;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--contact p {
    font-size: 12px;
  }
}
.p-header__nav--contact a {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1500px) {
  .p-header__nav--contact a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--contact a {
    font-size: 46px;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--contact a {
    font-size: 11.4vw;
  }
}
.p-header__nav--btn a {
  display: block;
  padding: 27px 20px;
  background: #ffe400;
  color: #ea1710;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.p-header__nav--btn a:hover {
}
@media screen and (max-width: 1500px) {
  .p-header__nav--btn a {
    padding: 27px 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__nav--btn a {
    width: 94%;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav--btn a {
    max-width: 100%;
    padding: 20px 18px;
    font-size: 4.8vw;
    text-align: left;
  }
}
.p-header__hamburger {
  display: none;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 22px;
  width: 48px;
  min-width: 22px;
  height: 30px;
  height: 48px;
  border-radius: 100px;
  background: #e71714;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .p-header__hamburger {
    display: flex;
  }
}
.p-header__hamburger .p-header__hamburger--inner {
  position: relative;
  width: 50%;
  height: 16px;
}
.p-header__hamburger .p-header__hamburger--inner span {
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 20px;
  background: #ffffff;
  transition: all 0.4s;
}
.p-header__hamburger .p-header__hamburger--inner span:nth-child(2) {
  top: 8px;
}
.p-header__hamburger .p-header__hamburger--inner span:nth-child(3) {
  top: 16px;
}
.p-header__hamburger.is-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.p-header__hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.p-footer__copy {
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-footer__copy {
    padding: 20px 0;
  }
}
.p-footer__copy p {
  font-size: 14px;
  transition-duration: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-footer__copy p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copy p {
    font-size: 12px;
  }
}

.l-content__twocolumn {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 40px;
}
@media screen and (max-width: 960px) {
  .l-content__twocolumn {
    gap: 5%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-content__twocolumn {
    display: block;
    padding: 0;
  }
}
.l-sidebar {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    margin-top: 8%;
    padding: 0 5%;
  }
}
.l-sidebar .widget_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-sidebar .widget_block {
    margin-bottom: 8%;
  }
}
.l-sidebar .wp-block-search__input {
  border: 1px solid #dddddd;
}
.l-sidebar .wp-block-search__button {
  color: #fff;
  background: #999999;
  font-size: 14px;
  text-align: center;
  transition-duration: 0.3s;
  border: 0;
  white-space: nowrap
}
@media screen and (max-width: 767px) {
  .l-sidebar .wp-block-search__button {
    width: 20%;
    font-size: 13px;
  }
}
.l-sidebar .widget_nav_menu {
  margin-bottom: 30px;
}
.l-sidebar .widget_nav_menu h2,
.l-sidebar .popular-posts h2 {
  margin-bottom: 10px;
  padding-left: 8px;
  font-size: 16px;
  border-left: 3px solid #e73b35;
}
@media screen and (max-width: 767px) {
  .l-sidebar .widget_nav_menu h2,
  .l-sidebar .popular-posts h2 {
    margin-bottom: 5%;
    font-size: 14px;
  }
}
.l-sidebar .widget_nav_menu ul {
  padding-left: 10px;
}
.l-sidebar .widget_nav_menu li a {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-sidebar .widget_nav_menu li a {
    font-size: 13px;
  }
}
.l-sidebar .widget_nav_menu li a:hover {
  color: #b59d75;
}
.l-sidebar .popular-posts {
  margin-bottom: 30px;
}
.l-sidebar .wpp-list {
  margin-top: 14px;
  counter-reset: number 0;
}
.p-ranking {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.p-ranking figure:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) " ";
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  background: #e73b35;
  color: #fff;
  text-align: center;
}
.p-ranking a:hover:before  {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking figure:before {
    font-size: 13px;
  }
}
.p-ranking a {
  display: flex;
  align-items: center;
  gap: 12px;
  transition-duration: 0.3s;
}
.p-ranking a figure {
  width: 80px;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .p-ranking a figure {
    width: 30%;
    min-width: 80px;
  }
}
.p-ranking a figure img {
  width: 100%;
  height:  auto;
}
.p-ranking_txt {
  transition-duration: 0.3s;
}
.p-ranking__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-ranking__info {
    margin-bottom: 8px;
  }
}
.p-ranking_txt .p-ranking__ttl {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ranking_txt .p-ranking__ttl {
    font-size: 13px;
  }
}
.p-ranking_txt .p-ranking__category {
  padding: 1px 6px 2px;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.5;
  color: #a9a9a9;
}
@media screen and (max-width: 767px) {
  .p-ranking_txt .p-ranking__category {
    margin-left: 2vw;
    padding: 1px 8px 2px;
    font-size: 10px;
  }
}
.p-ranking__date {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ranking__date {
    font-size: 13px;
  }
}
.p-ranking__view {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-ranking__view {
    font-size: 13px;
  }
}
.wpp-no-data {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .wpp-no-data {
    font-size: 13px;
  }
}