@charset "UTF-8";
/**
 * _mixin 2.5.7
 * Released on: July 10, 2018
 */
/* ---------------------------------------------
browser initialization
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  white-space: normal;
  table-layout: fixed;
  overflow-wrap: break-word;
}
table tr, table td {
  border: 2px solid #bfbfbf;
}

td, th {
  padding: 5px;
  text-align: left;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/* ---------------------------------------------
common
------------------------------------------- */
body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}
body.winlock {
  overflow: hidden;
}

a {
  color: #666;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input[type=submit],
button {
  -webkit-appearance: none;
}

/* ---------------------------------------------
layout class
------------------------------------------- */
.main {
  margin-top: 191px;
}
@media screen and (max-width: 900px) {
  .main {
    margin-top: 95px;
  }
}
@media screen and (max-width: 600px) {
  .main {
    margin-top: 13.86666vw;
  }
}

.inner {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1165px;
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 1.5625%;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }
}

.ad_wrap {
  width: 100%;
}

.inner__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.inner__content--top {
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .inner__content--top .sidebars--top {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .inner__content {
    width: 95%;
    overflow: hidden;
  }
}

.main__content {
  max-width: 795px;
  width: 70.0440528634%;
  margin-right: 4.524%;
}
@media screen and (max-width: 900px) {
  .main__content {
    width: 65%;
  }
}
@media screen and (max-width: 770px) {
  .main__content {
    width: 100%;
    margin-right: 0;
  }
}

/* ---------------------------------------------
component classes
--------------------------------------------- */
.red {
  color: #d0281f;
}

.bold {
  font-weight: bold;
}

.mini_10 {
  font-size: 10px;
}
.mini_12 {
  font-size: 12px;
}
.mini_14 {
  font-size: 14px;
}

.normal {
  font-size: 16px;
}

.large_18_18 {
  font-size: 18px;
}
.large_18_20 {
  font-size: 20px;
}
.large_18_22 {
  font-size: 22px;
}
.large_18_24 {
  font-size: 24px;
}

.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}

.valign__top {
  vertical-align: top;
}
.valign__bottom {
  vertical-align: bottom;
}
.valign_middle {
  vertical-align: middle;
}
.valign_baseline {
  vertical-align: baseline;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

.clear {
  clear: both;
}

/* 余白 */
.m-t-0 {
  margin-top: 0 !important;
}

/* flex */
.flex__col {
  flex-direction: column;
}
.flex__wrap {
  flex-wrap: wrap;
}
.flex__justify-content__center {
  justify-content: center;
}
.flex__justify-content__space-between {
  justify-content: space-between;
}
.flex__justify-content__space-around {
  justify-content: space-around;
}
.flex__align-items__center {
  align-items: center;
}
.flex__align-items__end {
  align-items: flex-end;
}
@media screen and (min-width: 901px) {
  .flex__nowrap-lg {
    flex-wrap: nowrap;
  }
}

/* display */
.d__none {
  display: none;
}
.d__flex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .d__lg-block {
    display: block !important;
  }
  .d__lg-none {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .d__sp-none {
    display: none;
  }
}

/* ---------------------------------------------
posts single format 記事詳細
--------------------------------------------- */
.entry__header__title {
  color: #303030;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .entry__header__title {
    font-size: 20px;
  }
}
.entry__header__cat {
  display: flex;
  margin-bottom: 8px;
  height: 25px;
}
.entry__header__cat--name {
  color: #fff;
  font-size: 10px;
  background: #efc2bd;
  padding: 3px 15px;
}
.entry__header__cat--arrow {
  border-left: 18px solid #efc2bd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.entry__header__time {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .entry__header__time {
    font-size: 12px;
  }
}
.entry__header__mv {
  margin-bottom: 30px;
}
.entry__header__mv img {
  width: 100%;
}
.entry__content {
  margin: 0 0 30px;
  padding: 0;
}
.entry__content h2,
.entry__content h3,
.entry__content h4 {
  color: #251d1b;
  margin: 2.5em 0 0.7em;
  font-weight: bold;
}
.entry__content h2 {
  font-size: 24px;
  background: #efc2bd;
  padding: 5px 20px;
}
@media screen and (max-width: 600px) {
  .entry__content h2 {
    font-size: 18px;
  }
}
.entry__content h3 {
  font-size: 21px;
  padding: 5px 0 3px;
  border-bottom: 3px dashed #efc2bd;
}
@media screen and (max-width: 600px) {
  .entry__content h3 {
    font-size: 17px;
  }
}
.entry__content h4 {
  font-size: 18px;
  margin-top: 2.2em;
}
@media screen and (max-width: 600px) {
  .entry__content h4 {
    font-size: 16px;
  }
}
.entry__content h4::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #efc2bd;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 10px;
  margin-left: 5px;
}
.entry__content p {
  padding-bottom: 0.75em;
}
.entry__content li {
  line-height: 1.5em;
}
.entry__content .lead {
  margin-top: 50px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .entry__content .lead {
    margin-top: 25px;
  }
}
.entry__content .photo_area {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .entry__content .photo_area {
    margin-top: 25px;
  }
}
.entry__content .photo_area img {
  margin: 0px auto;
  display: block;
}
.entry__content .check_area {
  border: #efc2bd solid 4px;
  border-radius: 8px;
  margin-top: 60px;
  padding: 40px 40px 20px;
  color: #bab7b1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .entry__content .check_area {
    margin-top: 40px;
    padding: 30px 15px 15px;
  }
}
.entry__content .check_area h3 {
  margin-top: 0px;
  position: absolute;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 600px) {
  .entry__content .check_area h3 {
    width: 100px;
    top: -25px;
    left: 10px;
  }
}
.entry__content .check_area h3 img {
  display: block;
}
.entry__content .check_area h3 + * {
  margin-top: 0px;
}
.entry__content .page-links_tp {
  background: #efc2bd;
  transition: all 0.4s linear;
}
.entry__content .page-links_tp:hover {
  opacity: 0.6;
}
.entry__content .page-links_t {
  border-color: #efc2bd;
  color: #fff;
  background: #efc2bd;
}
.entry__content .page-links a > .page-links_t {
  color: #efc2bd;
  background: #fff;
  transition: all 0.4s;
}
.entry__content .page-links a > .page-links_t:hover {
  color: #fff;
  background: #efc2bd;
}
.entry__content a {
  color: #0000ff;
}
.entry__writer {
  border: 1px solid #efc2bd;
  margin: 5% 0;
  padding: 2.8% 3.5%;
}
.entry__writer p {
  padding-bottom: 0;
}
.entry__writer__box {
  display: grid;
  grid-template-columns: 125px 1fr;
  grid-template-rows: 30px 80px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .entry__writer__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.entry__writer__box a:hover {
  opacity: 0.8;
}
.entry__writer__icon {
  border-radius: 50%;
  border: 1px solid #efc2bd;
  max-width: 100px;
  height: 100px;
  margin: 0 24px 0 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .entry__writer__icon {
    margin: 10px 24px 20px 10px;
  }
}
.entry__writer__icon img {
  width: 100%;
  border-radius: 50%;
}
.entry__writer__about--description {
  grid-column: 2;
}
@media screen and (max-width: 600px) {
  .entry__writer__about--description {
    width: auto;
  }
}
.entry__writer__name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.entry__writer__description {
  font-size: 12px;
}
.entry__footer__shareTag--tags {
  margin-bottom: 50px;
}
.entry__footer__shareTag--list {
  font-size: 10px;
  line-height: 1.2;
}
.entry__footer__shareTag--list.tags {
  margin-bottom: 30px;
}
.entry__footer__shareTag--list.tags li {
  display: inline-block;
  margin: 10px 0px 0px 10px;
}
.entry__footer__shareTag--list.tags li a {
  background-color: #efc2bd;
  border-radius: 12px;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.entry__footer__shareTag--list.tags li a::before {
  content: "#";
  margin-right: 0.25em;
}
.entry__footer__shareTag--list.sns li {
  display: inline-block;
}
.entry__footer__shareTag--list.sns li .fa-twitter,
.entry__footer__shareTag--list.sns li .fa-line {
  font-size: 38px;
  color: #efc2bd;
}
.entry__footer__shareTag--list.sns li .fa-twitter:first-child,
.entry__footer__shareTag--list.sns li .fa-line:first-child {
  margin-left: 10px;
}

/*---------------------------------------------
table of contents 目次　(easy table of contents)
--------------------------------------------- */
#ez-toc-container {
  margin: 2.5em 0;
}
#ez-toc-container .ez-toc-title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #efc2bd;
  padding: 17px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#ez-toc-container .ez-toc-title::before, #ez-toc-container .ez-toc-title::after {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M284.3%2011.7c-15.6-15.6-40.9-15.6-56.6%200l-216%20216c-15.6%2015.6-15.6%2040.9%200%2056.6l216%20216c15.6%2015.6%2040.9%2015.6%2056.6%200l216-216c15.6-15.6%2015.6-40.9%200-56.6l-216-216z%22%2F%3E%3C%2Fsvg%3E);
  width: 12px;
  height: auto;
  display: block;
  filter: invert(1);
  line-height: 1;
}
#ez-toc-container .ez-toc-title::before {
  margin-right: 6px;
}
#ez-toc-container .ez-toc-title::after {
  margin-left: 6px;
}
#ez-toc-container .ez-toc-list {
  counter-reset: count 0;
  border: 1px solid #efc2bd;
  border-top: none;
  padding: 20px 30px;
}
@media screen and (max-width: 600px) {
  #ez-toc-container .ez-toc-list {
    padding: 3.2vw 5.4vw;
  }
}
#ez-toc-container .ez-toc-list li {
  font-weight: bold;
  display: flex;
}
#ez-toc-container .ez-toc-list li:not(:last-child) {
  padding-bottom: 10px;
}
#ez-toc-container .ez-toc-list li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #efc2bd;
  padding-right: 5px;
}
#ez-toc-container .ez-toc-list li a {
  color: #666;
  text-decoration: none;
  padding-left: 15px;
}
#ez-toc-container .ez-toc-list li a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------
breadcrumb パンくず
--------------------------------------------- */
#bread_navi {
  display: inline-flex;
  margin: 0 auto 50px;
  max-width: 1135px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #bread_navi {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  #bread_navi {
    margin: 0;
  }
}
#bread_navi li {
  font-size: 11px;
  position: relative;
  color: #888888;
  margin-right: 5px;
  padding-left: 12px;
  flex: 0 0 auto;
}
#bread_navi li::before {
  content: "";
  color: #888888;
  font-family: FontAwesome;
  content: ">";
  font-size: 9px;
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 0;
  transform: translate(0, -24%);
}
#bread_navi li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#bread_navi li:first-child::before {
  display: none;
}
#bread_navi li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 75%;
}
#bread_navi a {
  text-decoration: none;
  color: #888888;
  cursor: pointer;
}

/* ---------------------------------------------
pagination ページネーション
--------------------------------------------- */
.pagination {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .pagination {
    font-size: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .pagination {
    font-size: 3.4vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.pagination a,
.pagination span {
  margin: 10px 5px 0px;
  padding: 0 0.725%;
  min-width: 45px;
  font-weight: bold;
  line-height: 37px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .pagination a,
  .pagination span {
    min-width: 3.8vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .pagination a,
  .pagination span {
    min-width: 5vw;
    line-height: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .pagination a,
  .pagination span {
    min-width: 6.5vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  .pagination a,
  .pagination span {
    min-width: 7.2vw;
    line-height: 6.4vw;
    border-width: 2px;
    margin: 4.25% 1.2% 0;
  }
}
.pagination a {
  color: #2E1300;
  text-decoration: none;
  transition: all 0.4s;
  text-decoration: underline;
}
.pagination .current {
  color: #888888;
}
.pagination .dots {
  color: #2E1300;
}
.pagination .prev,
.pagination .next {
  border: none;
  text-indent: 100%;
  position: relative;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 30px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pagination .prev,
  .pagination .next {
    width: 3.5vw;
    min-width: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .pagination .prev,
  .pagination .next {
    width: 4vw;
    min-width: 4vw;
  }
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  border-top: #2E1300 solid 4px;
  border-right: #2E1300 solid 4px;
  margin: auto;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 600px) {
  .pagination .prev::before,
  .pagination .next::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.pagination .prev:hover,
.pagination .next:hover {
  background: transparent;
}
.pagination .prev::before {
  transform: rotate(-135deg);
}
.pagination .prev:hover::before {
  transform: rotate(-135deg) translate(20%, -20%);
}
.pagination .next::before {
  transform: rotate(45deg);
}
.pagination .next:hover::before {
  transform: rotate(45deg) translate(20%, -20%);
}

/* ---------------------------------------------
archives format アーカイブ＆カテゴリー一覧
--------------------------------------------- */
.archives__inner {
  justify-content: space-between;
}
.archives__content {
  max-width: 846px;
  width: 74.5374449339%;
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .archives__content {
    width: 65.5172413793%;
  }
}
@media screen and (max-width: 770px) {
  .archives__content {
    width: 100%;
  }
}

/* ---------------------------------------------
post list page format
--------------------------------------------- */
.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
}
.article-list__anchr {
  text-decoration: none;
}
.article-list__item {
  width: 31.914893617%;
  max-width: 282px;
  margin-bottom: 4.5%;
}
@media screen and (min-width: 901px) {
  .article-list__item {
    margin-right: 2.12765%;
  }
  .article-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .article-list__item {
    width: 48.2142857143%;
    max-width: 280px;
    margin-right: 3.5714%;
  }
}
@media screen and (min-width: 771px) and (max-width: 900px) {
  .article-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 770px) {
  .article-list__item {
    width: 31.914893617%;
    max-width: 282px;
    margin-right: 2.12765%;
  }
}
@media screen and (min-width: 601px) and (max-width: 770px) {
  .article-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .article-list__item {
    width: 48.2142857143%;
    max-width: 280px;
    margin-right: 3.5714%;
    margin-bottom: 6.525%;
  }
  .article-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
.article-list__item.new > a {
  position: relative;
  display: block;
}
.article-list__item.new > a::before {
  content: "";
  background: url(../img/common/icon_new.png) no-repeat;
  background-size: 53px 43px;
  width: 53px;
  height: 43px;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 20;
  opacity: 0;
  animation: showNewIcon 0.4s ease forwards;
}
.article-list__item.new:nth-child(1) > a::before {
  animation-delay: 0ms;
}
.article-list__item.new:nth-child(2) > a::before {
  animation-delay: 150ms;
}
.article-list__item.new:nth-child(3) > a::before {
  animation-delay: 300ms;
}
.article-list__item.new:nth-child(4) > a::before {
  animation-delay: 450ms;
}
.article-list__item.new:nth-child(5) > a::before {
  animation-delay: 600ms;
}
.article-list__item.new:nth-child(6) > a::before {
  animation-delay: 750ms;
}
.article-list__item.new:nth-child(7) > a::before {
  animation-delay: 900ms;
}
.article-list__item.new:nth-child(8) > a::before {
  animation-delay: 1050ms;
}
.article-list__item.new:nth-child(9) > a::before {
  animation-delay: 1200ms;
}
.article-list__item.new:nth-child(10) > a::before {
  animation-delay: 1350ms;
}
.article-list__item.new:nth-child(11) > a::before {
  animation-delay: 1500ms;
}
.article-list__item.new:nth-child(12) > a::before {
  animation-delay: 1650ms;
}
.article-list__thumb__img {
  width: 100%;
}
.article-list__data {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
@media screen and (max-width: 600px) {
  .article-list__data {
    display: inline-block;
    margin-bottom: 0;
  }
}
.article-list__category {
  display: flex;
}
.article-list__category__name {
  color: #fff;
  font-size: 10px;
  background: #efc2bd;
  padding: 3px 10px;
}
.article-list__category::after {
  content: "";
  display: inline-block;
  border-left: 18px solid #efc2bd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.article-list__time {
  font-size: 10px;
}
.article-list__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .article-list__title {
    font-size: 2.824vw;
  }
}

/* ---------------------------------------------
post page format
--------------------------------------------- */
.page__title {
  margin-top: 30px;
  line-height: 1.2;
  color: #bab7b1;
}
.page__title::first-letter {
  color: #efc2bd;
}
.page__title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .page__title:first-child {
    margin-top: 1rem;
  }
}
.page__title--l {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .page__title--l {
    font-size: 6.925vw;
    text-align: center;
  }
}
.page__title--m {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 50px;
}
.page__contents {
  /* ---------------------------
    compnay
  ---------------------------*/
}
.page__contents h3 {
  border-top: #e5e5e5 dotted 1px;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 24px;
  line-height: 1.4;
  color: #bab7b1;
}
@media screen and (max-width: 600px) {
  .page__contents h3 {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 20px;
  }
}
.page__contents h3:first-child {
  border-top: none;
  padding-top: 0px;
}
.page__contents h4 {
  margin-top: 25px;
  line-height: 1.4;
  color: #bab7b1;
}
.page__contents h4 + p {
  margin-top: 1em;
}
.page__contents p {
  margin-top: 1.8rem;
}
@media screen and (max-width: 600px) {
  .page__contents p {
    margin-top: 1.6rem;
  }
}
.page__contents .number_list {
  list-style-type: decimal;
  margin-top: 1.8em;
  line-height: 1.4;
}
.page__contents .number_list li {
  margin: 1em 0px 0px 1.75em;
}
.page__contents .dl_list {
  margin-top: 20px;
  line-height: 1.4;
  overflow: hidden;
}
.page__contents .dl_list dt {
  padding-top: 20px;
  width: 180px;
  float: left;
}
@media screen and (max-width: 600px) {
  .page__contents .dl_list dt {
    width: auto;
    float: none;
  }
}
.page__contents .dl_list dd {
  border-bottom: #e5e5e5 solid 1px;
  padding: 20px 0px 20px 200px;
}
@media screen and (max-width: 600px) {
  .page__contents .dl_list dd {
    padding: 10px 0px 20px 0px;
  }
}
.page__contents .dl_list dd::after {
  content: "";
  display: table;
  clear: both;
}
.page__contents .dl_list input[type=text],
.page__contents .dl_list input[type=email],
.page__contents .dl_list input[type=tel],
.page__contents .dl_list textarea {
  border: #ccc solid 1px;
  padding: 5px;
  width: 100%;
  font-size: 16px;
}
.page__contents .dl_list textarea {
  height: 6em;
}
.page__contents #btn_submit {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .page__contents #btn_submit {
    margin-top: 30px;
  }
}
.page__contents #btn_submit button {
  background-color: #efc2bd;
  border: none;
  border-radius: 3px;
  margin: 0px auto;
  padding: 10px;
  max-width: 200px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  cursor: pointer;
}
.page__contents #btn_submit button:hover {
  opacity: 0.75;
}
.page__contents #btn_submit .mail__sent {
  pointer-events: none;
  background-color: #bab7b1;
}
.page__contents .company__table dd {
  border-color: #efc2bd;
  border-width: 2px;
}
.page__contents .company__table dd:last-child {
  border-bottom: none;
}
.page__contents .company__p-marks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .page__contents .company__p-marks {
    margin-top: 9.6vw;
    margin-bottom: 28.4vw;
  }
}
.page__contents .company__p-marks__img--privacy {
  margin-right: 1.75rem;
}
.page--snstpl__lineTitle {
  text-align: center;
  position: relative;
}
.page__contents .page--snstpl__lineTitle {
  font-size: 36px;
  margin: 60px 0;
  color: #000;
}
@media screen and (max-width: 600px) {
  .page__contents .page--snstpl__lineTitle {
    font-size: 18px;
    margin: 30px 0;
  }
}
.page--snstpl__lineTitle span {
  display: inline-block;
  padding: 0 60px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .page--snstpl__lineTitle span {
    padding: 0 3.125%;
  }
}
.page--snstpl__lineTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}
.page--snstpl__visual {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .page--snstpl__visual {
    margin-bottom: 30px;
  }
}
.page--snstpl__visual img {
  display: block;
}
.page--snstpl__btns {
  overflow: hidden;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .page--snstpl__btns {
    display: block;
    margin-top: 30px;
  }
}
.page--snstpl__btns__item {
  width: 33.33%;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .page--snstpl__btns__item {
    width: 100%;
    max-width: 200px;
    padding: 0;
    margin: 0 auto 20px;
  }
}

/* ---------------------------------------------
writer
--------------------------------------------- */
.writer__list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .writer__list {
    padding-top: 0;
  }
}
.writer__list__item {
  width: 20%;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .writer__list__item {
    width: 32.15%;
  }
}
@media screen and (max-width: 600px) {
  .writer__list__item {
    margin-top: 25px;
  }
}
.writer__list__anchr {
  display: block;
  width: 130px;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .writer__list__anchr {
    width: 74px;
  }
}
.writer__list__thumb img {
  border-radius: 65px;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .writer__list__thumb img {
    border-radius: 37px;
  }
}
.writer__list__name {
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .writer__list__name {
    margin-top: 10px;
    font-size: 11px;
  }
}
.writer__detail {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .writer__detail {
    padding-top: 0;
  }
}
.writer__detail__thumb {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .writer__detail__thumb {
    width: 150px;
  }
}
.writer__detail__thumb img {
  vertical-align: bottom;
  border-radius: 100px;
}
@media screen and (max-width: 600px) {
  .writer__detail__thumb img {
    border-radius: 75px;
  }
}
.writer__detail__name {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}
.writer__detail__returnBtn {
  background-color: #efc2bd;
  border-radius: 8px;
  margin: 50px auto;
  padding: 10px 25px 10px 20px;
  width: 165px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.writer__detail__returnBtn::after {
  content: "";
  margin: auto 0px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  transform: rotate(45deg);
}

/* --------------------------------------
  video　<iframe> responsive
-----------------------------------*/
.iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.iframe__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------
  mee's
---------------------------*/
.category__content {
  margin-top: 6.85%;
}
.category__content__about {
  margin-bottom: 6.85%;
}
.category__content__h3 {
  font-size: 18px;
  margin-bottom: 1.3%;
  border-bottom: none;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .category__content__h3 {
    font-size: 16px;
  }
}
.category__content__h3::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #efc2bd;
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-right: 10px;
  margin-left: 5px;
}
.category__content p {
  padding-left: 2.5em;
  padding-bottom: 0.75em;
  line-height: 1.5;
}

.entry__mees__btn {
  margin: 30px auto 95px;
  text-align: center;
  padding: 0;
}
.entry__mees__btn a {
  border-radius: 10px;
  text-decoration: none;
  padding-top: 36px;
  transition: background 0.4s;
  box-shadow: inset 0 0 0 3px #ff767b;
  position: relative;
}
.entry__mees__btn a:hover {
  background: #ff767b;
}
.entry__mees__btn a:hover .entry__mees__btn__pink {
  visibility: hidden;
}
.entry__mees__btn a:hover .entry__mees__btn__white {
  opacity: 1;
}
.entry__mees__btn__white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  opacity: 0;
}

/* ---------------------------
  contact
---------------------------*/
.contact__checkbox {
  text-align: center;
}

/* ---------------------------
  crp_related
---------------------------*/
.crp_related.crp-grid figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.crp_related.crp-grid .crp_thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .crp_related .crp_date,
  .crp_related .crp_primary_term {
    display: none;
  }
  .crp_related.crp-grid ul li a.crp_link {
    grid-template-columns: 40vw 1fr;
    grid-template-rows: 30vw auto;
    gap: 2.5vw;
  }
  .crp_related.crp-grid .crp_title {
    font-size: 3.125vw;
    line-height: 1.8;
  }
}

.site {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: auto;
  min-height: 100vh;
}

.site__left {
  flex: 1 0 254px;
  max-width: 254px;
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and (max-width: 908px) {
  .site__left {
    display: none;
  }
}

.site__center {
  flex: 1 1 auto;
  max-width: 615px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
}
@media screen and (max-width: 615px) {
  .site__center {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
}

.site__right {
  left: 0;
  flex: 1 0 254px;
  max-width: 254px;
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and (max-width: 1203px) {
  .site__right {
    display: none;
  }
}

.site__footer {
  flex: 1 0 100%;
  width: 100%;
  background-color: #FFA699;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: self-end;
}

.site__footer-inner {
  max-width: 615px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto;
  position: sticky;
  bottom: 0;
}

.site__menu-toggle {
  width: 40px;
  height: 40px;
  position: sticky;
  z-index: 101;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: -100px;
  top: 20px;
  right: 16px;
  appearance: none;
  border: transparent;
  background-color: transparent;
}
@media screen and (min-width: 615px) {
  .site__menu-toggle {
    position: fixed;
    left: auto;
    right: auto;
    transform: translateX(260px);
    margin-top: 20px;
  }
}
@media screen and (min-width: 908px) {
  .site__menu-toggle {
    position: fixed;
    left: auto;
    right: auto;
    transform: translateX(380px);
    margin-top: 20px;
  }
}
@media screen and (min-width: 1203px) {
  .site__menu-toggle:not(.is-active) {
    display: none;
  }
}
.site__menu-toggle span {
  display: block;
  border-radius: 2px;
  background-color: #000;
  height: 2px;
  position: sticky;
  inset: 0;
  margin: auto auto auto 0;
  transition: transform 0.33s ease-out;
}
.site__menu-toggle span:nth-child(1) {
  width: 33px;
  transform: translate(0, -11px);
}
.site__menu-toggle span:nth-child(2) {
  width: 27px;
}
.site__menu-toggle span:nth-child(3) {
  width: 33px;
  transform: translate(0, 11px);
}
.site__menu-toggle.is-active span {
  transform-origin: center -1.5px;
}
.site__menu-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
}
.site__menu-toggle.is-active span:nth-child(2) {
  transform: scale(0);
}
.site__menu-toggle.is-active span:nth-child(3) {
  transform: rotate(135deg);
}

.site__nav-sp {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.articles [data-acc][aria-hidden] {
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0 0 0 calc(50vw - 50%);
}
.articles [data-acc][aria-expanded] button {
  appearance: none;
  background-color: transparent;
  border: none;
}
.articles [data-acc][aria-expanded] button::before {
  display: block;
  width: 2em;
  height: 2em;
  content: "";
  border: 2px solid var(--t, #E2B2E3);
  border-style: none solid solid none;
  transform: rotate(45deg);
  transition: transform 0.33s ease-out;
  margin-top: -10px;
}
.articles [data-acc][aria-expanded=true] button::before {
  transform: translateY(50%) rotate(45deg) scale(-1, -1);
}

.articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.articles__heading {
  color: var(--t, #E2B2E3);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  text-transform: uppercase;
}
body.tax-series .articles__heading {
  color: #333;
  font-size: 28px;
}

.articles__grid {
  padding-top: 40px;
  display: grid;
  grid: auto/calc(50% - 10px) calc(50% - 10px);
  grid-auto-flow: row;
  gap: 24px 20px;
}
@media screen and (max-width: 615px) {
  .articles__grid {
    padding-top: 20px;
  }
}
body.tax-series .articles__grid {
  gap: 100px 20px;
}

.articles__cell {
  position: relative;
}
body.tax-series .articles__cell {
  grid-column: 1/span 2;
}

.articles__cell.-large {
  grid-column: 1/span 2;
}
.articles__cell:-space {
  margin-bottom: 120px;
}
@media screen and (max-width: 615px) {
  .articles__cell:-space {
    margin-bottom: 80px;
  }
}
.articles__cell:-title::before {
  content: "NEW POST";
  position: absolute;
  top: -56px;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: pink;
}
@media screen and (max-width: 615px) {
  .articles__cell:-title::before {
    top: -40px;
    font-size: 24px;
  }
}

.articles__link {
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
  transtion: opacity 0.33s ease-out;
}
.articles__link:hover {
  opacity: 0.66;
}

.articles__badge {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  width: 20%;
  min-width: 50px;
  aspect-ratio: 1/1;
  order: 1;
}
.articles__badge > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.articles__badge > em {
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .articles__badge > em {
    font-size: 11px;
  }
}
.articles__cell.-large .articles__badge > em {
  font-size: 18px;
}
@media screen and (max-width: 615px) {
  .articles__cell.-large .articles__badge > em {
    font-size: 16px;
  }
}

.articles__badge.-number {
  font-size: 80px;
  color: #FFA699;
  font-weight: 600;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  opacity: 0.5;
  line-height: 1;
  text-wrap: nowrap;
}

.articles__eyecatch {
  order: 2;
  position: relative;
}
.articles__eyecatch.-pr::before {
  content: "PR";
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.articles__eyecatch > img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
  overflow: hidden;
}

.articles__comment {
  order: 5;
  margin-top: auto;
}
.articles__cell.-large .articles__comment {
  display: flex;
  justify-content: flex-end;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  order: 4;
}
@media screen and (max-width: 615px) {
  .articles__cell.-large .articles__comment {
    padding-right: 10px;
    margin-top: -24px;
  }
}

.articles__balloon {
  padding-top: 8px;
}
.articles__balloon > p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--t, #E2B2E3);
  color: #fff;
  border-radius: 7px;
  position: relative;
  padding: 12px 32px 12px 24px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .articles__balloon > p {
    font-size: 11px;
    padding: 9px 15px 9px 11px;
  }
}
.articles__balloon > p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 4px;
  border-color: var(--t, #E2B2E3) transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: 16px;
  bottom: -16px;
  margin: auto;
}
.articles__cell.-large .articles__balloon {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 12px;
  padding-top: 8px;
}
.articles__cell.-large .articles__balloon > p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--t, #E2B2E3);
  color: #fff;
  border-radius: 7px;
  position: relative;
  padding: 12px 32px 12px 24px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .articles__cell.-large .articles__balloon > p {
    font-size: 11px;
    padding: 9px 15px 9px 11px;
  }
}
.articles__cell.-large .articles__balloon > p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 8px;
  border-color: transparent transparent transparent var(--t, #E2B2E3);
  border-style: solid;
  position: absolute;
  left: auto;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.articles__avater {
  display: grid;
  align-items: center;
  grid-template: auto/34px auto;
  margin-top: auto;
  padding-top: 8px;
  gap: 8px;
}
.articles__avater.-just-spacing {
  height: 50px;
}
.articles__avater > img {
  width: 34px;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 8px;
}
.articles__avater > span {
  color: #333;
  font-size: 12px;
}
.articles__cell.-large .articles__avater {
  grid: 1fr auto/1fr;
  flex: 0 0 auto;
  gap: 0;
}
.articles__cell.-large .articles__avater > img {
  width: 94px;
  height: 94px;
  border-radius: 94px;
  overflow: hidden;
  object-fit: fill;
}
@media screen and (max-width: 615px) {
  .articles__cell.-large .articles__avater > img {
    width: 56px;
    height: 56px;
  }
}
.articles__cell.-large .articles__avater > span {
  position: absolute;
  right: 0;
  bottom: 0;
}

.articles__info {
  order: 4;
}
.articles__cell.-large .articles__info {
  order: 5;
}

.articles__cat {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}
.articles__cat > span:nth-child(1) {
  color: var(--t, #E2B2E3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 615px) {
  .articles__cat > span:nth-child(1) {
    font-size: 12px;
  }
}
.articles__cat > span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-0.05em);
  border-radius: 2em;
  background-color: var(--t, #E2B2E3);
  margin-right: 0.4em;
}
.articles__cat > time {
  font-size: 13px;
  color: #888888;
}
.articles__cell.-pr .articles__cat > time::before {
  content: "PR";
  display: inline-flex;
  color: #ffffff;
  background: #888888;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  padding: 0.25em 0.7em;
  margin-right: 0.5em;
  line-height: 1;
}

.articles__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.6em;
}
@media screen and (max-width: 615px) {
  .articles__title {
    font-size: 15px;
  }
}
.articles__cell.-large .articles__title, body.tax-series .articles__title {
  font-size: 24px;
}
@media screen and (max-width: 615px) {
  .articles__cell.-large .articles__title, body.tax-series .articles__title {
    font-size: 18px;
  }
}

.button {
  border-radius: 999px;
  padding: 14px 21px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  min-width: 260px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 1px solid var(--t, #E2B2E3);
  background-color: transparent;
  color: var(--t, #E2B2E3);
}
@media screen and (max-width: 615px) {
  .button {
    font-size: 14px;
  }
}
.button.-pink {
  border: 1px solid #E2B2E3;
  background-color: transparent;
  color: #E2B2E3;
}
.button.-pink:hover {
  color: #fff;
  background-color: #E2B2E3;
}
.button.-alt {
  background-color: var(--t, #FFA699);
  color: #fff;
  font-weight: bold;
  border: 1px solid var(--t, #FFA699);
  transition: background-color 0.33s ease-out, color 0.33s ease-in;
}
.button.-alt:hover {
  background-color: #fff;
  color: var(--t, #FFA699);
}

.part-member {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.part-member p {
  font-size: 18px;
  line-height: 1.8;
  margin: 1em 0;
  padding-bottom: 0;
}
@media screen and (max-width: 615px) {
  .part-member p {
    font-size: 16px;
  }
}
.part-member .title-m {
  font-size: 19px;
}

.part-member__grid {
  display: grid;
  grid-template: auto auto/repeat(3, auto);
  place-items: center;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin: 50px auto;
}
.part-member__grid img {
  width: 123px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 615px) {
  .part-member__grid img {
    width: 94px;
  }
}
@media screen and (max-width: 615px) {
  .part-member__grid {
    gap: 24px;
    margin: 30px auto;
  }
}

.part-member__btn-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.part-keywords__inner {
  position: relative;
  background-color: #FDF9F2;
  border-radius: 9999px;
  padding: 60px 40px;
}
.part-keywords__title {
  text-transform: uppercase;
  transform: translate(-40px, 20px) rotate(90deg);
  transform-origin: left bottom;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 40px;
  color: #FFA699;
}
@media screen and (max-width: 615px) {
  .part-keywords__title {
    transform: translate(-30px, 20px) rotate(90deg);
  }
}
.part-keywords__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 15px 8px;
  min-height: 200px;
}
.part-keywords__list > li > a {
  border: 1px solid #FFA699;
  border-radius: 999px;
  color: #FFA699;
  padding: 6px 12px;
  font-weight: bold;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.33s ease-out;
  font-size: 12px;
}
.part-keywords__list > li > a:hover {
  opacity: 0.66;
}
.part-keywords__list > li > a::before {
  content: "＃";
}

.part-wanted {
  padding-left: 35px;
  padding-right: 65px;
}
@media screen and (max-width: 615px) {
  .part-wanted {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.part-wanted .swiper-wrapper {
  transition-timing-function: linear;
}
.part-wanted .swiper-slide img {
  width: 100%;
  aspect-ratio: 143/161;
  height: auto;
  object-fit: cover;
}
.part-wanted__inner {
  border: 2px solid #FFA699;
  border-radius: 999px 999px 0 0;
  padding: 65px 30px 20px;
}
.part-wanted__header {
  text-align: center;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.part-wanted__heading {
  line-height: 1;
  font-size: 32px;
  color: #FFA699;
  text-transform: uppercase;
}
.part-wanted__copy {
  margin-top: 15px;
  font-size: 16px;
  padding: 0;
  color: #333;
  font-weight: bold;
}
.part-wanted__subcopy {
  font-size: 16px;
  color: #FFA699;
  padding: 0;
}
.part-wanted__carousel {
  margin-top: 20px;
  margin: 20px -120px 0;
}
@media screen and (max-width: 615px) {
  .part-wanted__carousel {
    margin: 20px calc(50% - 50vw) 0;
  }
}
.part-wanted__footer {
  margin-top: 20px;
}
.part-wanted__footer > p {
  font-size: 15px;
  color: #333;
  padding: 0;
}
.part-wanted__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.part-ranking {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 200px;
}
.part-ranking__inner {
  position: relative;
  background-color: #FDF9F2;
  border-radius: 9999px;
  padding: 60px 20px;
}
.part-ranking__title {
  text-transform: uppercase;
  transform: translate(-40px, 20px) rotate(90deg);
  transform-origin: left bottom;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 40px;
  color: #FFA699;
}
@media screen and (max-width: 615px) {
  .part-ranking__title {
    transform: translate(-30px, 20px) rotate(90deg);
  }
}

.part-writer {
  position: relative;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.part-writer__header {
  text-align: center;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.part-writer__heading {
  font-size: 40px;
  color: #FFA699;
  line-height: 1;
}
.part-writer__heading-sub {
  font-size: 16px;
}
.part-writer .swiper {
  position: relative;
}
.part-writer .swiper-slide > a {
  text-decoration: none;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 615px) {
  .part-writer .swiper-slide > a {
    width: 80px;
  }
}
.part-writer .swiper-slide > a > img {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: auto;
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (max-width: 615px) {
  .part-writer .swiper-slide > a > img {
    width: 80px;
  }
}
.part-writer .swiper-slide > a > em {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.part-writer .swiper-slide > a > span {
  display: block;
  font-size: 12px;
}
.part-writer__carousel-nav {
  position: absolute;
  inset: 2px;
  margin: auto;
}
.part-writer .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part-writer .swiper-button-prev::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  border: 2px solid #023F70;
  border-style: solid solid none none;
  transform: scaleX(-1) rotate(45deg);
}
@media screen and (max-width: 615px) {
  .part-writer .swiper-button-prev::before {
    width: 24px;
    height: 24px;
  }
}
.part-writer .swiper-button-next::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  border: 2px solid #023F70;
  border-style: solid solid none none;
  transform: rotate(45deg);
}
@media screen and (max-width: 615px) {
  .part-writer .swiper-button-next::before {
    width: 24px;
    height: 24px;
  }
}
.part-writer__footer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 615px) {
  .part-writer__footer {
    margin-top: 30px;
  }
}
.part-writer__bg > img {
  position: absolute;
  inset: 60px 0 auto 0;
  margin: auto;
  z-index: -1;
}

.ranking-list {
  display: grid;
  gap: 25px;
}

.ranking-list__item {
  position: relative;
  display: flex;
  gap: 10px;
}
.ranking-list__item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ranking-list__item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FED851;
  color: #fff;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 999px;
}
.ranking-list__item::after {
  content: "1";
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-shadow: 0 0 3px #fc3;
}
.ranking-list__item:nth-child(1)::after {
  content: "1";
  left: 3.5px;
}

.ranking-list__item:nth-child(2)::after {
  content: "2";
}

.ranking-list__item:nth-child(3)::after {
  content: "3";
}

.ranking-list__item:nth-child(4)::after {
  content: "4";
}

.ranking-list__item:nth-child(5)::after {
  content: "5";
}

.ranking-list__img-box {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 615px) {
  .ranking-list__img-box {
    width: 96px;
    height: 96px;
  }
}
.ranking-list__img-box > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ranking-list__text-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.ranking-list__cat {
  font-size: 15px;
  color: #8BD1E1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.ranking-list__cat > a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #8BD1E1;
}
.ranking-list__cat > a::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 999px;
  background-color: #8BD1E1;
  margin-right: 0.3em;
}
@media screen and (max-width: 615px) {
  .ranking-list__cat {
    font-size: 12px;
  }
}

.ranking-list__title {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  line-height: 1.4;
}
@media screen and (max-width: 615px) {
  .ranking-list__title {
    font-size: 15px;
  }
}

.ranking-list__author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.ranking-list__author > img:first-child {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.ranking-list__author > img:not(:first-child) {
  display: none;
  font-size: 13px;
}
.ranking-list__author a {
  color: #333;
  pointer-events: none;
  text-decoration: none;
}

.series-card {
  background-color: #FDF9F2;
  padding-bottom: 25px;
}
.series-card__img-box > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.series-card__title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 8px;
  padding: 8px 20px;
  line-height: 1.3;
}
@media screen and (max-width: 615px) {
  .series-card__title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.series-card__list {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  gap: 20px;
}
@media screen and (max-width: 615px) {
  .series-card__list {
    padding-top: 10px;
  }
}
.series-card__compose {
  display: flex;
  gap: 8px;
  line-height: 1.3;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 615px) {
  .series-card__compose {
    font-size: 14px;
  }
}
.series-card__compose-number {
  flex: 0 0 auto;
  color: #FFA699;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  min-width: 1.5em;
}
.series-card__compose-title {
  flex: 1 1 auto;
  font-weight: bold;
  color: #333333;
}
.series-card__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.series-list__grid {
  display: grid;
  gap: 40px;
}

.site-footer {
  width: 100%;
}

.site-footer__sitemap--middle {
  margin-top: 10px;
}

.site-footer__mees-box {
  background-color: #fff;
  color: #2E1300;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  padding: 20px 25px;
}
@media screen and (max-width: 615px) {
  .site-footer__mees-box {
    flex-flow: column;
    gap: 12px;
  }
}

.site-footer__mees-text-box {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer__mees-text-box > p {
  padding: 0;
}

.site-footer__mees-btn-box {
  flex: 0 0 auto;
  width: 126px;
}
.site-footer__mees-btn-box > a {
  display: inline-block;
  background-color: #FFA699;
  color: #fff;
  border-radius: 999px;
  padding: 14px 31px;
  text-decoration: none;
  font-weight: bold;
}
.site-footer__mees-btn-box > a:hover {
  opacity: 0.66;
  transition: opacity 0.33s ease-out;
}

.site-footer__ads-box {
  margin-top: 15px;
  position: relative;
}
.site-footer__ads-box::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
}
.site-footer__ads-box > a {
  background-color: #fff;
  color: #FFA699;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
  padding: 20px 25px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.site-footer__ads-box > a:hover {
  opacity: 0.66;
  transition: opacity 0.33s ease-out;
}
.site-footer__ads-box > a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border: 1px solid #FFA699;
  border-style: solid solid none none;
  transform: rotate(45deg);
}

.site-footer__logo-box {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 615px) {
  .site-footer__logo-box {
    text-align: center;
  }
}

.site-footer__sitemap-box {
  margin-top: 30px;
}
.site-footer__sitemap-box a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.33s ease-out;
}
.site-footer__sitemap-box a:hover {
  opacity: 0.66;
}

.site-footer__list {
  display: block;
  columns: 2;
  font-size: 14px;
}
.site-footer__list > li:not(:last-child) {
  margin-bottom: 12px;
  break-inside: avoid-column;
}
.site-footer__list .site-footer__list {
  padding-left: 1em;
  margin-top: 12px;
  columns: 1;
}

.site-footer__flex {
  display: flex;
  font-size: 14px;
  overflow: hidden;
  gap: 40px;
  justify-content: center;
}
.site-footer__flex > ul > li {
  margin-top: 12px;
}
@media screen and (max-width: 615px) {
  .site-footer__flex {
    gap: 20px;
    justify-content: center;
  }
}

.site-footer__sitemap-list-fixed {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 20px 25px;
  font-size: 13px;
}
@media screen and (max-width: 869px) {
  .site-footer__sitemap-list-fixed {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}

.site-footer__sitemap-middle {
  margin-top: 30px;
}

.site-footer__sitemap-footer {
  margin-top: 40px;
}

.site-footer__sns-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.site-footer__copyright-box {
  margin-top: 40px;
  text-align: center;
}
.site-footer__copyright-box small {
  font-size: 12px;
}

.site-header {
  padding-top: 30px;
  padding-bottom: 20px;
}
body:not(.home) .site-header {
  padding-top: 10px;
}
@media screen and (max-width: 615px) {
  body:not(.home) .site-header {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 615px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-header__desc-box > p {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 615px) {
  .site-header__desc-box > p {
    font-size: 12px;
  }
}
.site-header__desc-box > p > em {
  color: #efc2bd;
}

.site-header__logo-box {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body:not(.home) .site-header__logo-box {
  display: none;
}
@media screen and (max-width: 615px) {
  body:not(.home) .site-header__logo-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 69px;
  }
  body:not(.home) .site-header__logo-box a, body:not(.home) .site-header__logo-box img, body:not(.home) .site-header__logo-box svg {
    width: 100%;
    aspect-ratio: 142/67;
    height: auto;
  }
}

@media screen and (max-width: 615px) {
  .site-header__logo {
    margin: 0;
  }
}

.site-header__search-form {
  display: flex;
  gap: 10px;
  flex-flow: row;
  border-bottom: 2px solid #2E1300;
  padding-bottom: 6px;
  align-items: center;
}
.site-header__search-form > input[type=text] {
  appearance: none;
  border: none;
  padding: 0;
  font-size: 17px;
  color: #888;
  width: 70vw;
  max-width: 336px;
  min-width: 200px;
  background-color: transparent;
}
.site-header__search-form > button[type=submit] {
  appearance: none;
  background-color: transparent;
  width: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  padding: 0;
}
.site-header__search-form > button[type=submit] > img {
  width: 100%;
}

.site-infobar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 30px;
  padding-bottom: 30px;
  text-shadow: 0 0 3px #fff;
}

.site-infobar__calendar {
  line-height: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
}

.site-infobar__month {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.site-infobar__year {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.site-infobar__date {
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: center;
}

.site-infobar__bnr-box a, .site-infobar__bnr-box img {
  display: block;
  width: 100%;
}
.site-infobar__bnr-box a + a,
.site-infobar__bnr-box a + img, .site-infobar__bnr-box img + a,
.site-infobar__bnr-box img + img {
  margin-top: 25px;
}

.site-infobar__search-box {
  margin-top: 50px;
}

.site-infobar__search-form {
  display: flex;
  gap: 10px;
  flex-flow: row;
  border-bottom: 2px solid #2E1300;
  padding-bottom: 6px;
  align-items: center;
}
.site-infobar__search-form > input[type=text] {
  appearance: none;
  border: none;
  padding: 0;
  font-size: 17px;
  color: #888;
  width: 100%;
  background: transparent;
}
.site-infobar__search-form > button[type=submit] {
  appearance: none;
  background-color: transparent;
  width: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  padding: 0;
}
.site-infobar__search-form > button[type=submit] > img {
  width: 100%;
}

.site-nav-sp {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.site-nav-sp__sns-box {
  border-radius: 999px;
  display: grid;
  place-items: center;
  background-color: #FFF2F0;
  padding: 20px;
  margin-top: 40px;
}
.site-nav-sp__sns-box p {
  color: #FFA699;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.site-nav-sp__sns-flex {
  display: flex;
  gap: 20px;
}

.site-nav-sp__inner {
  padding: 60px 20px 20px;
  max-width: 615px;
  margin: auto;
}

.site-nav-sp__search-form {
  display: flex;
  gap: 10px;
  flex-flow: row;
  border-bottom: 2px solid #2E1300;
  padding-bottom: 6px;
  align-items: center;
}
.site-nav-sp__search-form > input[type=text] {
  appearance: none;
  border: none;
  padding: 0;
  font-size: 17px;
  color: #888;
  width: 100%;
  background: transparent;
}
.site-nav-sp__search-form > button[type=submit] {
  appearance: none;
  background-color: transparent;
  width: 32px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  padding: 0;
}
.site-nav-sp__search-form > button[type=submit] > img {
  width: 100%;
}

.site-nav-sp__list {
  display: grid;
  gap: 30px;
  margin-top: 40px;
  line-height: 1;
}
.site-nav-sp__list a {
  color: var(--t, #333);
  text-decoration: none;
  font-weight: bold;
  padding-left: 2em;
  font-size: 22px;
}
@media screen and (min-width: 615px) {
  .site-nav-sp__list {
    display: block;
    columns: 2;
  }
  .site-nav-sp__list > li {
    margin-bottom: 20px;
  }
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: 30px;
  padding-bottom: 30px;
  text-shadow: 0 0 3px #fff;
}

.site-navbar__sns-box {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}

.site-navbar__list {
  margin-top: 20px;
  display: grid;
  gap: 15px;
}
.site-navbar__list > li {
  position: relative;
}
.site-navbar__list > li > ul {
  position: absolute;
  top: calc(1em + 20px);
  left: 0;
  width: 100%;
  padding-left: 1em;
  margin-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  max-height: 0;
  transition: all 300ms 300ms ease-out;
}
.site-navbar__list > li > ul > li {
  position: relative;
  z-index: 2;
}
.site-navbar__list > li > ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-navbar__list > li:hover > ul {
  max-height: 300px;
}

.site-navbar__list a {
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.33s ease-out;
}
.site-navbar__list a:hover {
  opacity: 0.66;
}
.site-navbar__list a.-current {
  color: #ffa699;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-items: center;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  visibility: hidden;
}

.page-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffa699;
}
@media screen and (max-width: 615px) {
  .page-title {
    font-size: 24px;
  }
}

.title-m {
  font-size: 24px;
  font-weight: bold;
  color: #ffa699;
}
@media screen and (max-width: 615px) {
  .title-m {
    font-size: 20px;
  }
}

.title-s {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .title-s {
    font-size: 16px;
  }
}

.faq-content {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.faq-content:first-of-type {
  border-top: 1px solid #ddd;
}
.faq-content .faq-q {
  padding: 20px 45px 20px 0;
  font-weight: bold;
  position: relative;
}
.faq-content .faq-q::before, .faq-content .faq-q::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffa699;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.2s;
}
.faq-content .faq-q::before {
  transform: rotate(-90deg);
}
.faq-content .faq-q::after {
  transform: rotate(-180deg);
}
.faq-content .faq-q::-webkit-details-marker {
  display: none;
}
.faq-content .faq-a {
  overflow: hidden;
}
.faq-content .faq-a p {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  padding: 0 45px 20px 0;
}
.faq-content .faq-a p::before {
  content: "A.";
  flex-shrink: 0;
}
.faq-content[open] .faq-q::before, .faq-content[open] .faq-q::after {
  transform: rotate(0deg);
}

.form-wrap .form-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-wrap .form-status {
  white-space: nowrap;
  display: inline-block;
  flex-shrink: 0;
  font-size: 13px;
  color: #fff;
  padding: 3px 8px 0;
  border-radius: 5px;
  background-color: #888888;
  margin-top: 2px;
}
.form-wrap .form-status--req {
  background-color: #ffa699;
}
.form-wrap .form-input {
  margin-bottom: 20px;
}
.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=tel],
.form-wrap textarea,
.form-wrap select {
  border-radius: 5px;
  border: 1px solid #ffa699;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: normal;
  transition: background-color 0.3s;
}
.form-wrap input[type=text]:focus,
.form-wrap input[type=email]:focus,
.form-wrap input[type=tel]:focus,
.form-wrap textarea:focus,
.form-wrap select:focus {
  outline: none;
  background-color: #fff2f0;
}
.form-wrap select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.form-wrap ::placeholder {
  font-weight: normal;
  color: #ccc;
}
.form-wrap .form-select {
  position: relative;
}
.form-wrap .form-select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ffa699;
  border-right: 2px solid #ffa699;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
}
.form-wrap span.wpcf7-list-item {
  margin: 0;
}
.form-wrap .form-privacy {
  margin-bottom: 40px;
  font-weight: bold;
}
.form-wrap .form-privacy input[type=checkbox] {
  display: none;
}
.form-wrap .form-privacy input[type=checkbox] + span {
  padding-left: 35px;
  display: inline-block;
  position: relative;
}
.form-wrap .form-privacy input + span::after,
.form-wrap .form-privacy input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.form-wrap .form-privacy input + span::before {
  border-radius: 5px;
  border: 1px solid #ffa699;
  background-color: #fff;
  height: 25px;
  width: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrap .form-privacy input + span::after {
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #ffa699;
  border-left: 3px solid #ffa699;
  opacity: 0;
  transform: rotate(-45deg);
  left: 6px;
  top: 50%;
  margin-top: -6px;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-wrap .form-privacy input:checked + span::after {
  opacity: 1;
}
.form-wrap .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive.author .author-sect {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.archive.author .author-info {
  display: grid;
  grid-template: auto auto auto auto/100px 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info {
    grid-template: auto auto auto auto/80px 1fr;
  }
}
.archive.author .author-info__img-box {
  width: 100px;
  grid-column: 1/2;
  grid-row: 1/5;
}
.archive.author .author-info__img-box img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__img-box {
    width: 80px;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.archive.author .author-info__name {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  color: #2E1300;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__name {
    font-size: 16px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.archive.author .author-info__title {
  color: #888888;
  font-size: 13px;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__title {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.archive.author .author-info__desc {
  font-size: 18px;
  color: #333333;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__desc {
    margin-top: 20px;
    font-size: 16px;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.archive.author .author-info__sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__sns {
    justify-content: center;
    margin-top: 15px;
    gap: 25px;
    font-size: 16px;
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.archive.author .author-info__sns a, .archive.author .author-info__sns img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
@media screen and (max-width: 615px) {
  .archive.author .author-info__sns a, .archive.author .author-info__sns img {
    width: 22px;
    height: 22px;
  }
}
.archive.author .author-ends {
  margin-top: 30px;
  margin-bottom: 80px;
}

/**
 * トップページ
 ******************************/
.home .home-mv {
  max-width: 100%;
}
.home .home-mv__carousel {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 615px) {
  .home .home-mv__carousel {
    padding-bottom: 130px;
  }
}
.home .home-mv__carousel-nav {
  position: absolute;
  inset: 0;
  margin: 0 -12px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 615px) {
  .home .home-mv__carousel-nav {
    margin: 0 -18px;
  }
}
.home .home-mv__carousel-bullets {
  width: 100%;
  height: 20px;
}
.home .home-mv .swiper-slide.-pr::before {
  content: "PR";
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.home .home-mv .swiper-slide > a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.home .home-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.home .home-mv .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .home-mv .swiper-button-prev::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  border: 2px solid #023F70;
  border-style: solid solid none none;
  transform: scaleX(-1) rotate(45deg);
}
@media screen and (max-width: 615px) {
  .home .home-mv .swiper-button-prev::before {
    width: 24px;
    height: 24px;
  }
}
.home .home-mv .swiper-button-next::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  border: 2px solid #023F70;
  border-style: solid solid none none;
  transform: rotate(45deg);
}
@media screen and (max-width: 615px) {
  .home .home-mv .swiper-button-next::before {
    width: 24px;
    height: 24px;
  }
}
.home .home-mv .swiper-pagination {
  position: absolute;
  width: 100%;
}
.home .home-mv .swiper-pagination .swiper-pagination-bullet {
  color: #FFAD7F;
  border: 2px solid;
  background-color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  transition: transform 150ms 50ms linear;
}
@media screen and (max-width: 615px) {
  .home .home-mv .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home .home-mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: linear-gradient(-15deg, #FFB580 0%, #FFCE50 100%);
  border-style: none;
  transform: scale(1.3);
}
.home .home-mv [data-home-mv] {
  transition: opacity 200ms ease;
  position: absolute;
}
.home .home-mv [data-home-mv].is-visible {
  opacity: 1;
}
.home .home-mv [data-home-mv]:not(.is-visible) {
  opacity: 0;
}
.home .home-mv__badge {
  width: 125px;
  height: 125px;
  position: absolute;
  top: -4%;
  left: -6%;
  z-index: 1;
}
@media screen and (max-width: 615px) {
  .home .home-mv__badge {
    width: 73px;
    height: 73px;
  }
}
.home .home-mv__badge > em {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 615px) {
  .home .home-mv__badge > em {
    font-size: 12px;
  }
}
.home .home-mv__badge > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .home-mv__comment {
  display: flex;
  justify-content: flex-end;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 615px) {
  .home .home-mv__comment {
    padding-right: 10px;
    margin-top: -24px;
  }
}
.home .home-mv__comment-balloon {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 12px;
  padding-top: 8px;
}
.home .home-mv__comment-balloon > p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--t, #E2B2E3);
  color: #fff;
  border-radius: 7px;
  position: relative;
  padding: 12px 32px 12px 24px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 615px) {
  .home .home-mv__comment-balloon > p {
    font-size: 11px;
    padding: 9px 15px 9px 11px;
  }
}
.home .home-mv__comment-balloon > p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 8px;
  border-color: transparent transparent transparent #E2B2E3;
  border-style: solid;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .home-mv__comment-avater {
  flex: 0 0 auto;
  width: 94px;
  height: 94px;
  border-radius: 94px;
  overflow: hidden;
}
@media screen and (max-width: 615px) {
  .home .home-mv__comment-avater {
    width: 56px;
    height: 56px;
  }
}
.home .home-mv__comment-avater > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.home .home-mv__article-info {
  padding-top: 45px;
}
@media screen and (max-width: 615px) {
  .home .home-mv__article-info {
    padding-top: 35px;
  }
}
.home .home-mv__article-cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--t, #E2B2E3);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 615px) {
  .home .home-mv__article-cat {
    font-size: 12px;
  }
}
.home .home-mv__article-cat::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-0.05em);
  border-radius: 2em;
  background-color: var(--t, #E2B2E3);
  margin-right: 0.4em;
}
.home .home-mv__article-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  line-height: 1.4;
}
@media screen and (max-width: 615px) {
  .home .home-mv__article-title {
    font-size: 20px;
  }
}
.home .home-pickup {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 615px) {
  .home .home-pickup {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home .home-pickup .swiper-wrapper {
  padding-top: 10%;
  padding-bottom: 10%;
}
.home .home-pickup .swiper-slide {
  transition: transform 500ms ease-out;
  border-radius: 8px;
  overflow: hidden;
}
.home .home-pickup .swiper-slide img {
  width: 287px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 615px) {
  .home .home-pickup .swiper-slide img {
    width: 257px;
  }
}
.home .home-pickup .swiper-slide.-pr::before {
  content: "PR";
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.home .home-pickup .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  z-index: 1;
}
.home .home-pickup .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 90px;
}
.home .home-pickup .swiper-pagination-bullet {
  color: #FFA699;
  border: 2px solid;
  background-color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  transition: transform 150ms 50ms linear;
}
@media screen and (max-width: 615px) {
  .home .home-pickup .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home .home-pickup .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFA699;
  border-style: none;
  transform: scale(1.3);
}
.home .home-pickup__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  color: #FFA699;
  text-align: center;
}
.home .home-pickup__button-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .home-pickup [data-home-pickup] {
  transition: opacity 200ms ease;
  position: absolute;
}
.home .home-pickup [data-home-pickup].is-visible {
  opacity: 1;
}
.home .home-pickup [data-home-pickup]:not(.is-visible) {
  opacity: 0;
}
.home .home-pickup__article-info {
  padding-top: 0px;
}
.home .home-pickup__article-title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  line-height: 1.4;
}
@media screen and (max-width: 615px) {
  .home .home-pickup__article-title {
    font-size: 20px;
  }
}
.home .home-pickup__series {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home .home-new {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 615px) {
  .home .home-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home .home-new__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  color: #FFA699;
}
.home .home-new__articles {
  display: grid;
  grid-template: auto/calc(50% - 10px) calc(50% - 10px);
  gap: 24px 20px;
}
.home .home-new__article {
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
  transition: opacity 0.33s ease-out;
}
.home .home-new__article:hover {
  opacity: 0.66;
}
.home .home-new__article-img {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
.home .home-new__article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-new__article-img.-pr::before {
  content: "PR";
  display: inline-block;
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5);
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
}
.home .home-new__article-cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--t, #E2B2E3);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-top: 6px;
}
@media screen and (max-width: 615px) {
  .home .home-new__article-cat {
    font-size: 12px;
  }
}
.home .home-new__article-cat::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-0.05em);
  border-radius: 2em;
  background-color: var(--t, #E2B2E3);
  margin-right: 0.4em;
}
.home .home-new__article-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.6em;
}
@media screen and (max-width: 615px) {
  .home .home-new__article-title {
    font-size: 16px;
  }
}
.home .home-new__article-auther {
  display: grid;
  align-items: center;
  grid-template: auto/34px auto;
  margin-top: auto;
  padding-top: 8px;
  gap: 8px;
}
.home .home-new__article-auther > img {
  width: 34px;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 8px;
}
.home .home-new__article-auther > span {
  color: #333;
  font-size: 12px;
}
.home .home-new__news {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.home .home-banner {
  padding-top: 30px;
  padding-bottom: 20px;
}
.home .home-banner__inner {
  display: grid;
  gap: 20px;
}
.home .home-banner__inner > a, .home .home-banner__inner img {
  width: 100%;
}
.home .home-ranking {
  padding-top: 30px;
  padding-bottom: 20px;
}
.home .home-cat {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .home-cat__button-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .home-keywords {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 60px;
}
.home .home-writer {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.home .home-mees {
  padding-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 60px;
}
.home .home-instagram {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.home .home-instagram__inner {
  position: relative;
  padding: 60px 20px;
}
.home .home-instagram__inner::before {
  content: "";
  display: block;
  background-color: #FFEFED;
  border-radius: 110px;
  position: absolute;
  top: 130px;
  left: -60px;
  right: -60px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 862px) and (max-width: 1203px) {
  .home .home-instagram__inner::before {
    right: -20px;
  }
}
.home .home-instagram__title {
  transform: translate(-40px, 20px) rotate(90deg);
  transform-origin: left bottom;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 40px;
  color: #FFA699;
}
@media screen and (max-width: 615px) {
  .home .home-instagram__title {
    transform: translate(-30px, 20px) rotate(90deg);
  }
}
.home .home-instagram #sb_instagram {
  aspect-ratio: 2/3;
}
@media screen and (max-width: 615px) {
  .home .home-instagram #sb_instagram {
    height: 125vw !important;
  }
}
.home .home-instagram .sb_instagram_header,
.home .home-instagram #sbi_load {
  display: none;
}
.home .home-instagram__footer {
  position: relative;
}
.home .home-instagram__second-title {
  font-size: 32px;
  color: #FFA699;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 615px) {
  .home .home-instagram__second-title {
    font-size: 20px;
  }
}
.home .home-instagram__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}
.home .home-instagram__sns > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 88px;
  height: 100px;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 615px) {
  .home .home-instagram__sns > a {
    width: 55px;
    height: 65px;
  }
}
.home .home-instagram__sns > a > img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.home .home-instagram__sns > a > img.-large {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 615px) {
  .home .home-instagram__sns > a > img {
    width: 21px;
    height: 21px;
    margin-top: -5px;
  }
  .home .home-instagram__sns > a > img.-large {
    width: 23px;
    height: 23px;
  }
}
.home .home-instagram__sns > a > span {
  color: #FFA699;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 1;
  transform: translateY(5px);
}
@media screen and (max-width: 615px) {
  .home .home-instagram__sns > a > span {
    font-size: 11px;
  }
}

.archive.category .sect-ranking,
.archive.category .sect-keywords {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.archive.category .category-children {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.archive.category .category-children a {
  background-color: #fff;
  border: 1px solid var(--t, #E2B2E3);
  border-radius: 20px;
  padding: 6px 12px;
  text-decoration: none;
  color: var(--t, #E2B2E3);
  font-size: 14px;
  transition: opacity 0.33s ease-out;
  font-weight: bold;
  line-height: 1;
}
.archive.category .category-children a:hover {
  opacity: 0.66;
}

/**
 * 運営会社について
 ******************************/
.page-company .page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 615px) {
  .page-company .page-title {
    margin-bottom: 20px;
  }
}
.page-company .title-m {
  margin-bottom: 40px;
}
@media screen and (max-width: 615px) {
  .page-company .title-m {
    margin-bottom: 20px;
  }
}
.page-company .company-overview {
  padding-bottom: 100px;
  font-size: 18px;
}
@media screen and (max-width: 615px) {
  .page-company .company-overview {
    font-size: 16px;
  }
}
.page-company .company-overview .company-dl {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 615px) {
  .page-company .company-overview .company-dl {
    flex-direction: column;
  }
}
.page-company .company-overview .company-dl dt,
.page-company .company-overview .company-dl dd {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
}
.page-company .company-overview .company-dl dt {
  font-weight: bold;
  width: 115px;
}
@media screen and (max-width: 615px) {
  .page-company .company-overview .company-dl dt {
    width: 100%;
    border-bottom: unset;
    padding-bottom: 15px;
  }
}
.page-company .company-overview .company-dl dd {
  width: calc(100% - 115px);
}
@media screen and (max-width: 615px) {
  .page-company .company-overview .company-dl dd {
    width: 100%;
    padding-top: 0;
  }
}
.page-company .company-overview .company-dl dd a {
  color: #ffa699;
  text-decoration: none;
}

/**
 * 利用規約
 ******************************/
.page-policy .contents {
  margin-bottom: 2em;
}
.page-policy .page-title {
  margin-bottom: 40px;
}
.page-policy .title-m {
  margin-bottom: 20px;
}
.page-policy .title-s {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #ffa699;
}
.page-policy .policy-signature {
  text-align: right;
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-policy em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffa699;
  margin-bottom: 0.5em;
}
.page-policy .page-policy__contents {
  padding-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-policy .page-policy__contents {
    padding-bottom: 60px;
  }
}
.page-policy .page-policy__contents ol {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  counter-reset: number 0;
}
.page-policy .page-policy__contents ol > li {
  counter-increment: number 1;
  padding-left: 1.8em;
  position: relative;
}
.page-policy .page-policy__contents ol > li::before {
  content: counter(number) ".";
  font-size: 1.25em;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #ffa699;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.page-policy .page-policy__contents ol > li p {
  padding: 0;
  margin: 0;
}
.page-policy .page-policy__contents ol > li p + p {
  margin-top: 0.5em;
}
.page-policy .page-policy__contents ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.45;
}
.page-policy .page-policy__contents ul li + li {
  margin-top: 0.25em;
}
.page-policy .page-policy__contents ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 999px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.page-series .series-keywords {
  margin-top: 80px;
  margin-bottom: 80px;
}

.tax-series .series-badge {
  font-size: 12px;
  background-color: #FFA699;
  padding: 3px 6px;
  color: white;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  border-radius: 4px;
}
.tax-series .series-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 10px;
}
.tax-series .series-eyecatch {
  margin-top: 20px;
}
.tax-series .series-eyecatch > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tax-series .series-description {
  margin-top: 20px;
}

.archive.tag .tag-title {
  color: #FFA699;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 615px) {
  .archive.tag .tag-title {
    font-size: 16px;
  }
}
.archive.tag .tag-title strong {
  font-size: 32px;
}
@media screen and (max-width: 615px) {
  .archive.tag .tag-title strong {
    font-size: 24px;
  }
}
.archive.tag .sect-ranking,
.archive.tag .sect-keywords {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
}

/**
 * 利用規約
 ******************************/
.page-terms .page-title {
  margin-bottom: 40px;
}
.page-terms .title-m {
  margin-bottom: 20px;
}
.page-terms .page-terms__contents {
  padding-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-terms .page-terms__contents {
    padding-bottom: 60px;
  }
}
.page-terms .page-terms__contents p:not(.page-terms__company) {
  margin-bottom: 20px;
}
.page-terms .page-terms__contents .page-terms__company {
  margin-top: 60px;
}
@media screen and (max-width: 615px) {
  .page-terms .page-terms__contents .page-terms__company {
    margin-top: 40px;
  }
}
.page-terms .page-terms__contents ol {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  counter-reset: number 0;
}
.page-terms .page-terms__contents ol li {
  counter-increment: number 1;
  padding-left: 1.8em;
  position: relative;
}
.page-terms .page-terms__contents ol li::before {
  content: counter(number) ".";
  font-size: 1.25em;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #ffa699;
  position: absolute;
  left: 0;
  top: -0.25em;
}

.page-writer {
  padding-bottom: 80px;
}
.page-writer .writer-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 615px) {
  .page-writer .writer-list {
    gap: 20px;
  }
}
.page-writer .writer-list__item {
  max-width: 100px;
}
.page-writer .writer-list__link {
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
}
.page-writer .writer-list__avatar-box > img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 999px;
  overflow: hidden;
}
.page-writer .writer-list__name {
  font-size: 14px;
  font-weight: bold;
  color: #2E1300;
  margin-top: 10px;
}
.page-writer .writer-list__title {
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}
.page-writer .writer-ends {
  margin-top: 30px;
  padding-top: 30px;
}

/**
 * 広告出稿
 ******************************/
.page-fasme-ads .page-title {
  margin-bottom: 20px;
}
.page-fasme-ads .title-m {
  margin-bottom: 20px;
}
.page-fasme-ads .title-s {
  margin-bottom: 10px;
}
.page-fasme-ads .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-fasme-ads .ads-sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-sec {
    margin-bottom: 60px;
  }
}
.page-fasme-ads .ads-contents {
  margin-bottom: 20px;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-contents {
    margin-bottom: 30px;
  }
}
.page-fasme-ads .ads-case .case-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-fasme-ads .ads-case .case-list a {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: flex-start;
  padding: 15px;
  border-radius: 10px;
  background-color: #fdf9f2;
  gap: 15px;
  text-decoration: none;
}
.page-fasme-ads .ads-case .case-list .case-list__img {
  border-radius: 5px;
  overflow: hidden;
}
.page-fasme-ads .ads-case .case-list .case-list__title {
  font-size: 15px;
  font-weight: bold;
  min-height: 2.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-fasme-ads .ads-case .case-list .case-list__cate {
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-fasme-ads .ads-case .case-list .case-list__cate::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--lifestyle {
  color: #b7cdc9;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--lifestyle::before {
  background-color: #b7cdc9;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--spot {
  color: #fed851;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--spot::before {
  background-color: #fed851;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--diagnosis {
  color: #dfade0;
}
.page-fasme-ads .ads-case .case-list .case-list__cate--diagnosis::before {
  background-color: #dfade0;
}
.page-fasme-ads .ads-document {
  position: relative;
  padding-bottom: 46px;
  z-index: 1;
}
.page-fasme-ads .ads-document::before {
  content: "";
  width: calc(100% + 72px);
  height: calc(100% - 105px);
  background-color: #fff2f0;
  border-radius: 110px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-document::before {
    width: calc(100% + 112px);
  }
}
.page-fasme-ads .ads-document .ads-document__img {
  margin: 0 0 20px 34px;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-document .ads-document__img {
    margin-left: 0;
  }
}
.page-fasme-ads .ads-document p {
  margin-bottom: 40px;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-document p {
    margin-bottom: 30px;
  }
}
.page-fasme-ads .ads-point .point-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.page-fasme-ads .ads-point .point-title .point-title__num {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  background: url(../img/common/badge-star.svg) no-repeat center center/contain;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-point .point-title .point-title__num {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
.page-fasme-ads .ads-point .point-title .title-s {
  margin-bottom: 0;
}
.page-fasme-ads .ads-promotion {
  padding: 55px 0;
  position: relative;
  z-index: 1;
}
.page-fasme-ads .ads-promotion::before {
  content: "";
  width: calc(100% + 72px);
  height: 100%;
  border-radius: 110px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdf9f2;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-promotion::before {
    width: calc(100% + 112px);
  }
}
.page-fasme-ads .ads-promotion .promotion-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.page-fasme-ads .ads-promotion .promotion-list .promotion-list__item {
  border-radius: 20px;
  border: 1px solid #ffa699;
  background-color: #fff;
  padding: 20px;
}
.page-fasme-ads .ads-promotion .promotion-list .promotion-list__item p {
  padding-bottom: 0;
}
.page-fasme-ads .ads-flow .flow-list {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-fasme-ads .ads-flow .flow-list .flow-list__item {
  counter-increment: number 1;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-flow .flow-list .flow-list__item {
    padding-left: 36px;
  }
}
.page-fasme-ads .ads-flow .flow-list .flow-list__item::before {
  content: counter(number, decimal-leading-zero);
  font-size: 28px;
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #ffa699;
  position: absolute;
  left: 0;
  top: -0.25em;
}
@media screen and (max-width: 615px) {
  .page-fasme-ads .ads-flow .flow-list .flow-list__item::before {
    font-size: 24px;
  }
}
.page-fasme-ads .ads-contact p {
  margin-bottom: 20px;
}

/**
 * お問い合わせ
 ******************************/
.page-contact {
  padding-bottom: 80px;
}
.page-contact .page-title {
  margin-bottom: 20px;
}
.page-contact .page-title + p {
  margin-bottom: 40px;
}

.page-thanks {
  text-align: center;
}
.page-thanks .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/**
 * 「mees（ミーズ）」会員募集
 ******************************/
.page-mees .page-title {
  margin-bottom: 20px;
}
.page-mees .title-m {
  margin-bottom: 20px;
}
.page-mees .title-s {
  margin-bottom: 10px;
}
.page-mees .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 615px) {
  .page-mees .button-box {
    margin-top: 30px;
  }
}
.page-mees .mees-sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-sec {
    margin-bottom: 60px;
  }
}
.page-mees .mees-about {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-about {
    padding-top: 40px;
  }
}
.page-mees .mees-about::before {
  content: "";
  width: calc(100% + 72px);
  height: 100%;
  background-color: #fff2f0;
  border-radius: 110px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-about::before {
    width: calc(100% + 112px);
  }
}
.page-mees .mees-about .about-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.page-mees .mees-about .about-list .about-list__item {
  border-radius: 20px;
  border: 1px solid #ffa699;
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-about .about-list .about-list__item {
    grid-template-columns: 96px 1fr;
  }
}
.page-mees .mees-about .about-list .about-list__item p {
  padding-bottom: 0;
}
.page-mees .mees-about .about-list .about-list__img {
  border-radius: 10px;
  overflow: hidden;
}
.page-mees .mees-fasme__logo {
  text-align: center;
}
.page-mees .mees-qualification {
  padding: 60px 0 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-qualification {
    padding: 40px 0 45px;
  }
}
.page-mees .mees-qualification::before {
  content: "";
  width: calc(100% + 72px);
  height: 100%;
  border-radius: 110px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdf9f2;
}
@media screen and (max-width: 615px) {
  .page-mees .mees-qualification::before {
    width: calc(100% + 112px);
  }
}
.page-mees .mees-qualification dl {
  padding-left: 1.2em;
}
.page-mees .mees-qualification dl dt {
  position: relative;
}
.page-mees .mees-qualification dl dt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffa699;
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -3px;
}

/**
 * ファスミーについて
 ******************************/
.page-about .page-title {
  margin-bottom: 20px;
}
.page-about .title-m {
  margin-bottom: 20px;
}
.page-about .button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 615px) {
  .page-about .button-box {
    margin-top: 30px;
  }
}
.page-about .about-sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-about .about-sec {
    margin-bottom: 60px;
  }
}
.page-about .about-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 615px) {
  .page-about .about-title {
    margin-top: 30px;
  }
}
.page-about .about-title__logo {
  display: block;
  margin-bottom: 15px;
}
.page-about .about-desc .about-desc__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 60px 5px;
  line-height: 1.3;
  background-color: #fdf9f2;
  margin-bottom: 40px;
  border-radius: 100px;
}
.page-about .about-desc p {
  line-height: 1.8;
}
.page-about .about-desc .mb {
  margin-bottom: 1.5em;
}
.page-about .about-cate p {
  padding-bottom: 0;
}
.page-about .about-cate__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 615px) {
  .page-about .about-cate__list {
    margin-top: 60px;
    gap: 15px 10px;
  }
}
.page-about .about-cate__list__item {
  background-color: #fdf9f2;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 615px) {
  .page-about .about-cate__list__item {
    padding: 20px 15px;
  }
}
.page-about .about-cate__list__item .title-s {
  text-align: center;
  margin-bottom: 10px;
}
.page-about .about-cate__list__item p {
  line-height: 1.3;
  min-height: 5.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 615px) {
  .page-about .about-cate__list__item p {
    font-size: 14px;
  }
}
.page-about .about-cate__list__item .button {
  display: flex;
  min-width: auto;
  width: 100%;
}
.page-about .about-cate__img {
  max-width: 120px;
  border-radius: 50%;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media screen and (max-width: 615px) {
  .page-about .about-cate__img {
    max-width: 105px;
  }
}

/**
 * 記事詳細
 ******************************/
.page-detail {
  padding-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-main {
    padding-top: 30px;
  }
}
.page-detail .detail-main__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.page-detail .detail-main__cate {
  font-size: 15px;
}
.page-detail .detail-main__cate span {
  color: var(--t, #ccc);
  padding-left: 1em;
  position: relative;
}
.page-detail .detail-main__cate span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--t, #ccc);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.page-detail .detail-main__date {
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-detail .detail-pr {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 1px 6px 1px 7px;
  opacity: 0.5;
  margin-right: 0.5em;
}
.page-detail .detail-main__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  word-break: break-all;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-main__title {
    font-size: 24px;
    margin-top: 12px;
  }
}
.page-detail .detail-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-detail .detail-taglist a {
  text-decoration: none;
  color: #ffa699;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
  border-radius: 20px;
  border: 1px solid #ffa699;
}
.page-detail .detail-taglist a::before {
  content: "#";
}
.page-detail .detail-taglist.detail-tag-top {
  margin-bottom: 30px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-taglist.detail-tag-top {
    margin-bottom: 24px;
  }
}
.page-detail .detail-main__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-main__img {
    margin-bottom: 24px;
  }
}
.page-detail .detail-content {
  margin-bottom: 60px;
}
.page-detail .detail-content a {
  color: #007aff;
}
.page-detail .detail-content .detail-toc-list a {
  color: #666;
}
.page-detail .detail-content h2,
.page-detail .detail-content h3,
.page-detail .detail-content h4,
.page-detail .detail-content h5,
.page-detail .detail-content h6 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-detail .detail-content h2 {
  font-size: 24px;
  background-color: #fff2f0;
  border-radius: 10px;
  padding: 20px 16px;
  margin-top: 60px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content h2 {
    margin-top: 40px;
    font-size: 20px;
    padding: 10px 16px;
  }
}
.page-detail .detail-content h3 {
  font-size: 20px;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #ffa699;
  margin-top: 40px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content h3 {
    font-size: 18px;
  }
}
.page-detail .detail-content h4 {
  font-size: 18px;
  padding-left: 0.5em;
  border-left: 2px solid #ffa699;
  margin-top: 30px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content h4 {
    font-size: 16px;
  }
}
.page-detail .detail-content h5 {
  font-size: 17px;
  margin-bottom: 20px;
  color: #ffa699;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content h5 {
    font-size: 16px;
  }
}
.page-detail .detail-content h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffa699;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content h6 {
    font-size: 15px;
  }
}
.page-detail .detail-content p {
  padding-bottom: 0;
  margin: 1.1em 0;
  line-height: 1.8;
}
.page-detail .detail-content ul,
.page-detail .detail-content ol,
.page-detail .detail-content li {
  list-style: none;
}
.page-detail .detail-content ul:not(.ez-toc-list) li {
  padding-left: 0.8em;
  position: relative;
}
.page-detail .detail-content ul:not(.ez-toc-list) li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffa699;
  position: absolute;
  left: 0;
  top: 11px;
}
.page-detail .detail-content > ul,
.page-detail .detail-content ol {
  margin: 20px 0;
}
.page-detail .detail-content fieldset ul li,
.page-detail .detail-content div:not(.detail-toc) ul li {
  padding-left: 0 !important;
}
.page-detail .detail-content fieldset ul li::before,
.page-detail .detail-content div:not(.detail-toc) ul li::before {
  content: normal !important;
}
.page-detail .detail-content blockquote {
  border: unset;
  border-radius: 60px 0 0 60px;
  background-color: #fdf9f2;
  padding: 40px;
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content blockquote {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
}
.page-detail .detail-content blockquote::before {
  content: "";
  width: 2px;
  height: calc(100% - 80px);
  border-radius: 2px;
  background-color: #ffa699;
  font-family: unset;
  left: 20px;
  top: 40px;
}
.page-detail .detail-content blockquote p {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.page-detail .detail-content blockquote a,
.page-detail .detail-content blockquote span {
  margin-top: 1.5em;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ffa699;
}
.page-detail .detail-content fieldset {
  border-radius: 20px;
  border-color: #ffa699 !important;
  margin: 20px 0;
}
.page-detail .detail-content fieldset h5 {
  color: #ffa699 !important;
}
.page-detail .detail-content fieldset h5 span {
  color: #ffa699 !important;
}
.page-detail .detail-content fieldset h6 span {
  color: #ffa699 !important;
}
.page-detail .detail-content fieldset h6 + p {
  margin-top: 0;
}
.page-detail .detail-content .su-button-center {
  margin: 20px 0;
}
.page-detail .detail-content .pink {
  background: linear-gradient(transparent 60%, rgba(255, 102, 153, 0.5) 60%);
}
.page-detail .detail-content .P-highlighter {
  background-color: #fff2f0;
}
.page-detail .detail-content .su-button-center .su-button-style-flat {
  min-width: 230px;
  padding: 0.5em;
}
.page-detail .detail-content table {
  border: 1px solid #ddd;
  margin: 20px 0;
}
.page-detail .detail-content table tr,
.page-detail .detail-content table th,
.page-detail .detail-content table td {
  border: 1px solid #ddd;
}
.page-detail .detail-content table tr:nth-child(odd) {
  background-color: rgba(253, 249, 242, 0.5);
}
.page-detail .detail-content .w_b_space.w_b_mp0.w_b_div {
  display: none;
}
.page-detail .detail-content .w_b_talk_L {
  background-color: #f9f5ee;
  border-radius: 20px;
  border: unset;
  padding: 1.5em;
}
.page-detail .detail-content .w_b_talk_L::before {
  content: normal;
}
.page-detail .detail-content .w_b_talk_L::after {
  border-top-color: #f9f5ee;
  border-right-color: #f9f5ee;
}
.page-detail .detail-content .lkc-internal-wrap,
.page-detail .detail-content .lkc-external-wrap {
  border: unset;
  background-color: #f9f5ee;
  border-radius: 10px;
}
.page-detail .detail-content .lkc-internal-wrap a,
.page-detail .detail-content .lkc-internal-wrap .lkc-unlink,
.page-detail .detail-content .lkc-external-wrap a,
.page-detail .detail-content .lkc-external-wrap .lkc-unlink {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.page-detail .detail-content .lkc-internal-wrap .lkc-card,
.page-detail .detail-content .lkc-external-wrap .lkc-card {
  margin: 0;
}
.page-detail .detail-content .lkc-internal-wrap .lkc-content,
.page-detail .detail-content .lkc-external-wrap .lkc-content {
  overflow: unset;
  display: flex;
  gap: 15px;
}
.page-detail .detail-content .lkc-internal-wrap .lkc-thumbnail,
.page-detail .detail-content .lkc-external-wrap .lkc-thumbnail {
  float: unset;
  margin: 0;
  flex-shrink: 0;
}
.page-detail .detail-content .lkc-internal-wrap .lkc-thumbnail-img,
.page-detail .detail-content .lkc-external-wrap .lkc-thumbnail-img {
  width: 72px;
}
.page-detail .detail-content .talkList__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content .talkList__item {
    gap: 15px;
  }
}
.page-detail .detail-content .talkList__cont {
  border-radius: 20px;
  padding: 1em;
  position: relative;
  margin-top: 0.5em;
}
.page-detail .detail-content .talkList__cont::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 17.3px 10px 0;
  position: absolute;
  left: -12px;
  top: 15px;
}
.page-detail .detail-content .talkList__icon {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content .talkList__icon {
    width: 70px;
  }
}
.page-detail .detail-content .talkList__name {
  padding: 0;
  margin: 0 0 10px;
  font-weight: bold;
  color: #ffa699;
}
.page-detail .detail-content .talkList__comments__txt {
  margin: 0;
}
.page-detail .detail-content .admin .talkList__cont {
  background-color: #fff2f0;
}
.page-detail .detail-content .admin .talkList__cont::before {
  border-color: transparent #fff2f0 transparent transparent;
}
.page-detail .detail-content .guest .talkList__cont {
  background-color: #f9f5ee;
}
.page-detail .detail-content .guest .talkList__cont::before {
  border-color: transparent #f9f5ee transparent transparent;
}
.page-detail .detail-content .su-box.su-box-style-soft {
  border-radius: 10px;
  border-color: #ffa699 !important;
}
.page-detail .detail-content .detail-toc {
  padding: 20px 40px;
  border-radius: 60px;
  background-color: #fdf9f2;
}
.page-detail .detail-content .detail-toc .detail-toc-title {
  font-weight: bold;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content .detail-toc .detail-toc-title {
    font-size: 16px;
  }
}
.page-detail .detail-content .detail-toc .detail-toc-list li {
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-content .detail-toc .detail-toc-list li {
    font-size: 14px;
  }
}
.page-detail .detail-content .detail-toc .detail-toc-list li::before {
  content: "\f04b";
  width: auto;
  height: auto;
  background-color: unset;
  font-family: "Font Awesome 5 Free";
  color: #ffa699;
  font-size: 10px;
  transform: rotate(90deg);
  left: -1.5em;
  top: 5px;
}
.page-detail .detail-content .detail-toc .detail-toc-list li a {
  text-decoration: none;
}
.page-detail .detail-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 30px;
}
.page-detail .detail-share .poppins {
  font-size: 24px;
  font-weight: bold;
  color: #ffa699;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-share .poppins {
    font-size: 20px;
  }
}
.page-detail .detail-share .detail-share__link {
  display: flex;
  align-items: center;
  gap: 28px;
}
.page-detail .detail-share + .detail-taglist {
  margin-bottom: 30px;
}
.page-detail .detail-other {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 54px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 15px 0;
  }
}
.page-detail .detail-other::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #ddd;
  left: 50%;
  top: 23px;
  position: absolute;
}
.page-detail .detail-other .detail-other__post a {
  display: flex;
  padding: 0 20px;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other .detail-other__post a {
    padding: 0 15px;
    align-items: flex-start;
  }
}
.page-detail .detail-other .detail-other__post a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other .detail-other__post a::before {
    width: 10px;
    height: 10px;
    top: 15px;
  }
}
.page-detail .detail-other .detail-other__post--prev {
  grid-column: 1/2;
}
.page-detail .detail-other .detail-other__post--prev a::before {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(45deg);
  left: 5px;
}
.page-detail .detail-other .detail-other__post--next {
  grid-column: 2/3;
}
.page-detail .detail-other .detail-other__post--next a::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  right: 5px;
}
.page-detail .detail-other .detail-other__img {
  flex-shrink: 0;
  width: 56px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other .detail-other__img {
    width: 40px;
  }
}
.page-detail .detail-other .detail-other__img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other .detail-other__img img {
    width: 40px;
    height: 40px;
  }
}
.page-detail .detail-other .detail-other__title {
  font-size: 15px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 39px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-other .detail-other__title {
    font-size: 13px;
    -webkit-line-clamp: 3;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 51px;
  }
}
.page-detail .detail-series {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.page-detail .detail-series .poppins {
  font-size: 20px;
  font-weight: bold;
  color: #ffa699;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-series .poppins {
    font-size: 20px;
  }
}
.page-detail .detail-series__list {
  display: flex;
  gap: 10px;
  flex: 1 1 auto;
}
.page-detail .detail-series__list a {
  font-weight: bold;
  color: #666666;
}
.page-detail .detail-follow {
  border-radius: 110px;
  max-width: 448px;
  background-color: #fff2f0;
  margin-bottom: 80px;
  padding: 20px 57px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-follow {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.page-detail .detail-follow .home-instagram__sns > a {
  width: 55px;
  height: 65px;
}
.page-detail .detail-follow .home-instagram__sns > a > img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-follow .home-instagram__sns > a {
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.page-detail .detail-follow-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffa699;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-follow-title {
    text-align: center;
    line-height: 1;
  }
}
.page-detail .detail-related {
  margin-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-related {
    margin-bottom: 60px;
  }
}
.page-detail .detail-related__title {
  font-size: 32px;
  font-weight: bold;
  color: #023f70;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-related__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-detail .detail-ranking {
  margin-bottom: 80px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-ranking {
    margin-bottom: 60px;
  }
}
.page-detail .detail-writer + .detail-writer {
  margin-top: 30px;
}
.page-detail .detail-writer p {
  margin: 0;
  padding: 0;
}
.page-detail .detail-writer .detail-writer__title {
  text-align: center;
  font-weight: bold;
  color: #ffa699;
  margin-bottom: 15px;
}
.page-detail .detail-writer a {
  display: block;
  border-radius: 60px;
  background-color: #f9f5ee;
  padding: 20px 40px 30px;
  text-decoration: none;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-writer a {
    padding: 20px 20px 30px;
  }
}
.page-detail .detail-writer .detail-writer__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 615px) {
  .page-detail .detail-writer .detail-writer__info {
    flex-direction: column;
    text-align: center;
  }
}
.page-detail .detail-writer .detail-writer__icn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.page-detail .detail-writer .detail-writer__icn img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
.page-detail .detail-writer .detail-writer__name {
  font-weight: bold;
}
.page-detail .detail-writer .detail-writer__name span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.page-detail .detail-writer .detail-writer__desc {
  margin-top: 15px;
}

@media screen and (max-width: 615px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 616px) {
  .sp_only {
    display: none;
  }
}

@media screen and (min-width: 616px) and (max-width: 1203px) {
  .tb_none {
    display: none;
  }
}

@media screen and (max-width: 615px) {
  .tb_only {
    display: none;
  }
}
@media screen and (min-width: 1203px) {
  .tb_only {
    display: none;
  }
}

@media screen and (min-width: 1203px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 1203px) {
  .pc_only {
    display: none;
  }
}

.poppins {
  font-family: "Poppins", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.txt_pink {
  color: #ffa699;
}

/*# sourceMappingURL=fasme.css.map */
