@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
.end {
  font-family: 'Press Start 2P', cursive; }

/* ==========================================================================
	h_mv
========================================================================== */
#h_mv {
  margin-bottom: clamp(53.5714285714px, 5.3571428571vw, 102.8571428571px); }
  #h_mv .image_area {
    background-image: url(../image/blog/mv.jpg); }
  #h_mv .mv_illust {
    display: block;
    position: absolute;
    width: 158px;
    z-index: 60;
    left: 7.285vw;
    bottom: -20px; }
    #h_mv .mv_illust .hv_txt {
      width: 90px;
      height: 90px;
      top: -77px;
      right: -70px; }
      #h_mv .mv_illust .hv_txt:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        left: 32px; }

@media screen and (max-width: 800px) {
  #h_mv {
    margin-bottom: clamp(75.4285714286px, 22vw, 176px); }
    #h_mv .mv_illust {
      width: 130px;
      z-index: 60;
      left: auto;
      right: 10vw;
      bottom: -92px; }
      #h_mv .mv_illust .hv_txt {
        width: 80px;
        height: 80px;
        top: -80px;
        right: 42px; }
        #h_mv .mv_illust .hv_txt:before {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1);
          left: 36px; }

  #h_mv.v2 {
    margin-bottom: clamp(42.8571428571px, 12.5vw, 100px); } }
/* ==========================================================================
	archive_area
========================================================================== */
.archive_area {
  padding-bottom: 95px; }

.categorys {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px; }
  .categorys h3 {
    font-size: 26px;
    font-weight: 700;
    padding-right: 16px;
    -webkit-transform: translateY(24px);
            transform: translateY(24px); }
  .categorys .list {
    display: block;
    width: 400px;
    min-height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 35px;
    background: var(--base-link-color); }
    .categorys .list div {
      display: none; }
  .categorys .list_top {
    position: relative;
    display: block;
    padding: 24px 80px 28px 40px;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer; }
    .categorys .list_top:before {
      content: "";
      display: block;
      position: absolute;
      right: 37px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border-bottom: 1px solid var(--base-text-color);
      border-right: 1px solid var(--base-text-color);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease;
      /*
      -webkit-transform: translateY(4px) rotate(225deg);
      transform: translateY(4px) rotate(225deg);
      */ }
    .categorys .list_top .en {
      display: inline-block;
      padding-left: 24px;
      font-size: 10px;
      font-weight: 700;
      vertical-align: middle; }
      .categorys .list_top .en span {
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
    .categorys .list_top.active:before {
      -webkit-transform: translateY(4px) rotate(225deg);
      transform: translateY(4px) rotate(225deg);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
  .categorys a {
    display: block;
    position: relative;
    padding: 20px 0 20px 6px;
    width: 290px;
    margin-left: 34px;
    border-top: 1px dashed var(--base-text-color);
    font-size: 18px;
    font-weight: 700;
    color: var(--base-text-color);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease; }
    .categorys a:last-child {
      padding-bottom: 35px; }
    .categorys a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 27px;
      width: 7px;
      height: 7px;
      opacity: 0;
      background: var(--base-text-color);
      border-radius: 7px;
      -webkit-transition: opacity .4s ease,left .4s ease;
      transition: opacity .4s ease,left .4s ease; }
    .categorys a:hover {
      padding-left: 25px;
      -webkit-transition: padding .4s ease;
      transition: padding .4s ease; }
      .categorys a:hover:before {
        left: 4px;
        opacity: 100;
        -webkit-transition: opacity .4s ease,left .4s ease;
        transition: opacity .4s ease,left .4s ease; }
    .categorys a .en {
      display: inline-block;
      padding-left: 15px;
      font-size: 10px;
      font-weight: 700;
      vertical-align: middle; }
      .categorys a .en span {
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle; }
  .categorys .page {
    position: absolute;
    right: 0;
    top: -33px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: var(--base-text-color);
    text-align: center;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .categorys .page:before {
      content: "";
      display: block;
      width: 41px;
      height: 2px;
      background: var(--base-link-color);
      position: absolute;
      left: 0;
      right: 0;
      top: calc(50% + 6px);
      margin: auto;
      -webkit-transform: skewY(-45deg);
              transform: skewY(-45deg); }
    .categorys .page .t_txt {
      display: block;
      font-size: 10px;
      font-weight: 600;
      text-align: center;
      color: var(--base-link-color);
      margin-bottom: 25px; }
    .categorys .page .now {
      display: inline-block;
      font-size: 25px;
      font-weight: 600;
      color: var(--base-link-color);
      -webkit-transform: translate(-5px, -14px);
              transform: translate(-5px, -14px); }
    .categorys .page .total {
      display: inline-block;
      font-size: 25px;
      font-weight: 600;
      color: var(--base-link-color);
      -webkit-transform: translate(5px, 10px);
              transform: translate(5px, 10px); }

.links {
  position: relative; }
  .links .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:hover {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
      -webkit-transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      background: var(--base-text-color);
      position: absolute;
      left: 0;
      top: 18px;
      z-index: -1;
      -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:hover:after {
      top: 12px;
      -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link .img_area {
      position: relative;
      display: block;
      width: 29.63%;
      min-height: 205px;
      border-radius: 50px 0 0 50px;
      overflow: hidden; }
      .links .link .img_area:before {
        content: "";
        display: block;
        position: absolute;
        left: 27px;
        bottom: 20px;
        width: 45px;
        height: 52px;
        background: url(../image/blog/miru.png);
        background-size: cover;
        z-index: 30;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s var(--easePopUp);
        transition: all 0.4s var(--easePopUp); }
      .links .link .img_area:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 50px 0 0 50px;
        background: #ffc300;
        mix-blend-mode: multiply;
        -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link .text_area {
      position: relative;
      width: 70.37%;
      padding: 40px clamp(30px, 3.214vw, 61px) 40px;
      background: #fff;
      border-radius: 0 50px 50px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .links .link .text_area:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0 50px 50px 0;
        background: #ffc300;
        mix-blend-mode: multiply;
        -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link .day {
      display: inline-block;
      font-size: 18px;
      font-size: clamp(18px, 1.2857142857vw, 23.04px);
      color: var(--base-link-color);
      font-weight: 700;
      margin-right: 10px;
      letter-spacing: 0.04em;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link .cate {
      position: relative;
      display: inline-block;
      padding: 5px 17px;
      border-radius: 25px;
      border: 1px solid var(--base-link-color);
      z-index: 20;
      font-size: 11px;
      font-size: clamp(11px, 0.7857142857vw, 14.08px);
      font-weight: 700;
      color: var(--base-text-color);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .links .link .cate:hover {
        background: var(--base-text-color) !important;
        border-color: var(--base-text-color) !important;
        color: #fff;
        -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link .tit_txt {
      position: relative;
      display: block;
      font-size: 22px;
      font-size: clamp(22px, 1.5714285714vw, 28.16px);
      font-weight: 700;
      color: var(--base-text-color);
      line-height: 1.8;
      margin-top: 10px;
      margin-bottom: 20px;
      z-index: 20; }
    .links .link .tags {
      position: relative;
      display: inline-block;
      font-size: 10px;
      font-size: clamp(10px, 0.7142857143vw, 12.8px);
      font-weight: 700;
      margin-right: 18px;
      margin-bottom: 15px;
      color: var(--base-text-color);
      z-index: 20; }
      .links .link .tags:after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--base-text-color);
        bottom: -1px;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
      .links .link .tags:hover:after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
  .links .link:hover .day {
    color: var(--base-text-color);
    -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .links .link:hover .img_area:before {
    opacity: 100;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.4s var(--easePopUp);
    transition: all 0.4s var(--easePopUp); }
  .links .link:hover .img_area:after {
    opacity: 100;
    -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .links .link:hover .text_area:after {
    opacity: 100;
    -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .links .link:hover .cate {
    background: #fff;
    border-color: #fff;
    -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .links .new:before {
    content: "";
    display: block;
    position: absolute;
    left: 27px;
    top: -25px;
    width: 54px;
    height: 62px;
    background: url(../image/blog/new.png);
    background-size: cover;
    z-index: 30; }

.pager {
  margin-bottom: 180px; }

@media screen and (max-width: 800px) {
  .archive_area {
    padding-bottom: 50px;
    padding-bottom: clamp(42.8571428571px, 12.5vw, 100px); }

  .categorys {
    display: block;
    margin-bottom: 60px;
    margin-bottom: clamp(51.4285714286px, 15vw, 120px); }
    .categorys h3 {
      display: block;
      font-size: 20px;
      padding-right: 0;
      margin-bottom: 15px;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .categorys .list {
      display: block;
      width: 100%;
      min-height: 60px;
      border-radius: 30px; }
    .categorys .list_top {
      position: relative;
      display: block;
      padding: 22px 55px 14px 30px;
      height: 60px;
      border-radius: 30px;
      font-size: 14px; }
      .categorys .list_top:before {
        right: 26px;
        width: 10px;
        height: 10px; }
      .categorys .list_top .en {
        padding-left: 10px;
        font-size: 10px; }
        .categorys .list_top .en span {
          font-size: 12px;
          padding-right: 3px; }
    .categorys a {
      padding: 23px 0 21px 8px;
      width: calc(100% - 85px);
      margin-left: 30px;
      font-size: 14px;
      font-weight: 700; }
      .categorys a:last-child {
        padding-bottom: 25px; }
      .categorys a:before {
        right: 26px;
        width: 8px;
        height: 8px;
        top: 26px;
        bottom: auto; }
      .categorys a:hover {
        padding-left: 20px; }
        .categorys a:hover:before {
          left: 2px; }
      .categorys a .en {
        padding-left: 10px;
        font-size: 10px; }
        .categorys a .en span {
          font-size: 12px;
          padding-right: 3px; }
    .categorys .page {
      display: none; }

  .links {
    position: relative; }
    .links .link {
      margin-bottom: 35px; }
      .links .link:hover {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
      .links .link:after {
        border-radius: 25px;
        top: 15px;
        z-index: -1; }
      .links .link:hover:after {
        top: 12px; }
      .links .link .img_area {
        position: relative;
        display: block;
        width: 100%;
        height: 45.3vw;
        min-height: 170px;
        border-radius: 25px 25px 0 0; }
        .links .link .img_area:before {
          display: none; }
        .links .link .img_area:after {
          border-radius: 25px 25px 0 0; }
      .links .link .text_area {
        position: relative;
        width: 100%;
        padding: 25px 6vw 30px;
        border-radius: 0 0 25px 25px; }
        .links .link .text_area:after {
          border-radius: 0 0 25px 25px; }
      .links .link .day {
        font-size: 16px;
        margin-right: 15px; }
      .links .link .cate {
        position: relative;
        display: inline-block;
        padding: 4px 13px;
        font-size: 10px;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
      .links .link .tit_txt {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.625;
        margin-top: 10px;
        margin-bottom: 10px; }
      .links .link .tags {
        font-size: 10px;
        margin-right: 12px;
        margin-bottom: 8px; }
    .links .link:hover .day {
      color: var(--base-text-color);
      -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:hover .img_area:before {
      opacity: 100;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.4s var(--easePopUp);
      transition: all 0.4s var(--easePopUp); }
    .links .link:hover .img_area:after {
      opacity: 100;
      -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:hover .text_area:after {
      opacity: 100;
      -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .link:hover .cate {
      background: #fff;
      border-color: #fff;
      -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      -webkit-transition: border 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .links .new:before {
      left: 24px;
      top: -24px;
      width: 47px;
      height: 56px;
      background-image: url(../image/blog/new_sp.png);
      opacity: 100;
      -webkit-transform: scale(1);
              transform: scale(1); }

  .pager {
    margin-bottom: 110px;
    margin-bottom: clamp(94.2857142857px, 27.5vw, 220px); } }
/* ==========================================================================
	detail_area
========================================================================== */
.detail_area {
  margin-bottom: 120px; }
  .detail_area h2 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 30px; }
  .detail_area h3 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 30px; }
  .detail_area p {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.25;
    margin-bottom: 38px; }
  .detail_area a {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.25;
    color: var(--base-link-color);
    text-decoration: underline; }
  .detail_area ul {
    width: 100%;
    padding: 40px 55px;
    width: 86%;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--base-link-color);
    border-radius: 50px; }
    .detail_area ul li {
      position: relative;
      font-size: 16px;
      font-weight: 700;
      line-height: 2.25;
      padding-left: 16px; }
      .detail_area ul li p {
        margin-bottom: 0; }
      .detail_area ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 16px;
        width: 5px;
        height: 5px;
        background: #fff;
        z-index: 10;
        border-radius: 50%; }
  .detail_area ol {
    width: 100%;
    padding: 40px 55px;
    width: 86%;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--base-link-color);
    border-radius: 50px;
    counter-reset: number;
    list-style-type: none !important; }
    .detail_area ol li {
      position: relative;
      font-size: 16px;
      font-weight: 700;
      line-height: 2.25;
      padding-left: 16px; }
      .detail_area ol li p {
        margin-bottom: 0; }
      .detail_area ol li:before {
        position: absolute;
        counter-increment: number;
        content: counter(number,decimal-leading-zero) ".";
        display: inline-block;
        font-size: 16px;
        line-height: 2.25;
        font-weight: 700;
        left: -1em; }
  .detail_area img {
    border-radius: 50px;
    width: auto;
    max-width: 86%;
    height: auto !Important;
    margin: 0 auto;
    display: block; }
  .detail_area .wp-caption {
    width: 86% !Important;
    margin: 0 auto 60px;
    text-align: right;
    font-size: 12px; }
    .detail_area .wp-caption img {
      width: auto;
      border-radius: 50px;
      max-width: 100%; }
    .detail_area .wp-caption p {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 0; }
  .detail_area blockquote {
    width: 100%;
    padding: 50px 65px;
    width: 86%;
    margin: 0 auto 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--base-link-color);
    border-radius: 50px; }
    .detail_area blockquote h2 {
      font-size: 18px; }
    .detail_area blockquote p {
      font-size: 14px;
      line-height: 2; }
    .detail_area blockquote a {
      font-size: 14px;
      line-height: 2;
      color: var(--base-text-color);
      text-align: underline; }
    .detail_area blockquote p:last-child {
      margin-bottom: 0; }

.pager_area {
  position: relative;
  margin-bottom: 100px; }
  .pager_area .now {
    position: relative;
    width: calc(100% - 500px);
    text-align: center;
    margin: 0 auto 45px; }
  .pager_area .new {
    display: block;
    position: absolute;
    left: calc(50% + 61px);
    top: -25px;
    width: 54px;
    z-index: 30; }
  .pager_area .img_area {
    position: relative;
    display: block;
    width: 200px;
    height: 125px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto 15px; }
    .pager_area .img_area:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 10;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 50px;
      background: #ffc300;
      mix-blend-mode: multiply;
      -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .pager_area .day {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--base-link-color);
    margin-bottom: 10px; }
  .pager_area .cate {
    position: relative;
    display: inline-block;
    padding: 5px 17px;
    border-radius: 25px;
    border: 1px solid var(--base-link-color);
    z-index: 20;
    font-size: 11px;
    font-weight: 700;
    color: var(--base-text-color);
    -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    margin: 0 auto 15px; }
    .pager_area .cate:hover {
      background: var(--base-link-color);
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .pager_area .tit {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--base-text-color); }
  .pager_area .tags a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: var(--base-text-color);
    margin: 0 10px 10px;
    -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .pager_area .tags a:hover {
      color: var(--base-link-color);
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .pager_area .now:hover .img_area:after {
    opacity: 100;
    -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .pager_area .now:hover .tit {
    color: var(--base-link-color); }
  .pager_area .ichiran {
    position: relative;
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 50px;
    padding-top: 75px;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    color: var(--base-text-color);
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    z-index: 10; }
    .pager_area .ichiran:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50px;
      background: url(../image/blog/ichiran_bg.png);
      background-size: cover;
      z-index: -1; }
    .pager_area .ichiran:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 124px;
      background: var(--base-text-color);
      position: absolute;
      left: 0;
      top: 15px;
      z-index: -2;
      -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .pager_area .ichiran:hover {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .pager_area .ichiran:hover:after {
        top: 12px;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .pager_area .prev {
    position: absolute;
    left: 0;
    top: 7px;
    width: 240px;
    height: 140px;
    border-radius: 0 70px 70px 0;
    color: var(--base-text-color);
    padding-top: 62px;
    padding-left: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .pager_area .prev span {
      position: relative;
      font-size: 18px;
      font-weight: 700; }
      .pager_area .prev span:after {
        content: "";
        display: block;
        position: absolute;
        left: -30px;
        top: 2px;
        width: 24px;
        height: 24px;
        background: url(../image/common/pager_ar.png);
        background-size: cover;
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
    .pager_area .prev:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 0 70px 70px 0;
      background: var(--base-text-color);
      position: absolute;
      left: 0;
      top: 18px;
      z-index: -1;
      -webkit-transition: top 0.4s ease;
      transition: top 0.4s ease; }
    .pager_area .prev:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      border-radius: 0 70px 70px 0;
      background: var(--base-link-color); }
    .pager_area .prev:hover {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      -webkit-transition: transform 0.4s ease;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
      .pager_area .prev:hover:before {
        top: 15px;
        -webkit-transition: top 0.4s ease;
        transition: top 0.4s ease; }
  .pager_area .next {
    position: absolute;
    right: 0;
    top: 7px;
    width: 240px;
    height: 140px;
    border-radius: 70px 0 0 70px;
    padding-top: 62px;
    padding-right: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    color: var(--base-text-color);
    text-align: right;
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .pager_area .next span {
      position: relative;
      font-size: 18px;
      font-weight: 700; }
      .pager_area .next span:after {
        content: "";
        display: block;
        position: absolute;
        right: -30px;
        top: 2px;
        width: 24px;
        height: 24px;
        background: url(../image/common/pager_ar.png);
        background-size: cover; }
    .pager_area .next:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 70px 0 0 70px;
      background: var(--base-text-color);
      position: absolute;
      left: 0;
      top: 18px;
      z-index: -2;
      -webkit-transition: top 0.4s ease;
      transition: top 0.4s ease; }
    .pager_area .next:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      border-radius: 70px 0 0 70px;
      background: var(--base-link-color); }
    .pager_area .next:hover {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      -webkit-transition: transform 0.4s ease;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
      .pager_area .next:hover:before {
        top: 15px;
        -webkit-transition: top 0.4s ease;
        transition: top 0.4s ease; }
  .pager_area .disabled span {
    color: #fff; }
    .pager_area .disabled span:after {
      background-image: url(../image/common/pager_ar_dis.png); }
  .pager_area .disabled:before {
    background: #d7dbe6; }
  .pager_area .disabled:after {
    background: #b4bdce; }
  .pager_area .disabled:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
    .pager_area .disabled:hover:before {
      top: 18px; }

@media screen and (max-width: 930px) {
  .pager_area .next, .pager_area .prev {
    top: auto;
    bottom: 0; }
  .pager_area .now {
    width: 90%; } }
@media screen and (max-width: 800px) {
  .detail_area {
    margin-bottom: 80px;
    margin-bottom: clamp(68.5714285714px, 20vw, 160px);
    width: 85%; }
    .detail_area h2 {
      font-size: 18px;
      margin-bottom: 20px; }
    .detail_area h3 {
      font-size: 16px;
      margin-bottom: 20px; }
    .detail_area p {
      font-size: 13px;
      line-height: 2.18;
      margin-bottom: 20px; }
    .detail_area a {
      font-size: 13px;
      line-height: 2.18; }
    .detail_area ul {
      width: calc(100% + 7.2vw);
      padding: 45px 35px;
      margin: 0 0 50px;
      border-radius: 40px 0 0 40px; }
      .detail_area ul li {
        font-size: 13px;
        line-height: 2.18;
        padding-left: 14px; }
        .detail_area ul li p {
          margin-bottom: 0; }
        .detail_area ul li:before {
          top: 14px;
          width: 4px;
          height: 4px; }
    .detail_area ol {
      width: calc(100% + 7.2vw);
      padding: 45px 35px;
      margin: 0 0 50px;
      border-radius: 40px 0 0 40px; }
      .detail_area ol li {
        font-size: 13px;
        line-height: 2.18;
        padding-left: 14px; }
        .detail_area ol li p {
          margin-bottom: 0; }
        .detail_area ol li:before {
          font-size: 13px;
          line-height: 2.18; }
    .detail_area img {
      border-radius: 0 40px 40px 0;
      width: calc(100% + 7.2vw);
      -webkit-transform: translateX(-7.2vw);
              transform: translateX(-7.2vw);
      margin: 0 0 50px;
      max-width: 100%; }
    .detail_area .wp-caption {
      width: calc(100% + 7.2vw) !important;
      -webkit-transform: translateX(-7.2vw);
              transform: translateX(-7.2vw);
      margin: 0 0 50px;
      text-align: right;
      font-size: 13px; }
      .detail_area .wp-caption img {
        max-width: 100%;
        border-radius: 0 40px 40px 0;
        margin-bottom: 0; }
      .detail_area .wp-caption p {
        font-size: 13px;
        margin-top: 10px;
        padding-right: 35px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 0; }
    .detail_area blockquote {
      width: calc(100% + 7.2vw);
      padding: 45px 35px;
      border-radius: 40px 0 0 40px; }
      .detail_area blockquote h2 {
        font-size: 13px; }
      .detail_area blockquote p {
        font-size: 13px;
        line-height: 2; }
      .detail_area blockquote a {
        font-size: 13px; }
      .detail_area blockquote p:last-child {
        margin-bottom: 0; }

  .pager_area {
    position: relative;
    margin-bottom: 100px; }
    .pager_area .now {
      width: 85%;
      margin: 0 auto 55px; }
    .pager_area .new {
      left: calc(50% + 34px);
      top: -24px;
      width: 45px; }
    .pager_area .img_area {
      width: 150px;
      height: 93px;
      border-radius: 30px;
      margin: 0 auto 15px; }
      .pager_area .img_area:after {
        border-radius: 30px; }
    .pager_area .day {
      font-size: 16px;
      margin-bottom: 8px; }
    .pager_area .cate {
      padding: 4px 14px;
      border-radius: 25px;
      z-index: 20;
      font-size: 10px; }
    .pager_area .tit {
      font-size: 16px;
      line-height: 1.625;
      margin-bottom: 10px; }
    .pager_area .tags a {
      font-size: 10px;
      margin: 0 10px 10px; }
    .pager_area .ichiran {
      width: 90px;
      height: 90px;
      padding-top: 55px;
      font-size: 12px;
      font-weight: 700; }
      .pager_area .ichiran:after {
        top: 11px;
        z-index: -2;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .pager_area .ichiran:hover {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
        .pager_area .ichiran:hover:after {
          top: 8px; }
    .pager_area .prev {
      width: calc(50% - 60px);
      height: 90px;
      border-radius: 0 45px 45px 0;
      padding-top: 40px;
      padding-left: 10px;
      text-align: center; }
      .pager_area .prev span {
        font-size: 12px; }
        .pager_area .prev span:after {
          left: -28px;
          top: 1px;
          width: 18px;
          height: 18px; }
          .pager_area .prev span:after:after {
            left: -28px;
            top: 1px;
            width: 18px;
            height: 18px; }
      .pager_area .prev:after {
        border-radius: 0 45px 45px 0; }
      .pager_area .prev:before {
        border-radius: 0 45px 45px 0;
        top: 11px; }
      .pager_area .prev:hover {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
        .pager_area .prev:hover:before {
          top: 8px; }
    .pager_area .next {
      width: calc(50% - 60px);
      height: 90px;
      border-radius: 45px 0 0 45px;
      padding-top: 40px;
      padding-right: 10px;
      font-size: 12px;
      text-align: center; }
      .pager_area .next span {
        font-size: 12px; }
        .pager_area .next span:after {
          right: -28px;
          top: 1px;
          width: 18px;
          height: 18px; }
      .pager_area .next:before {
        border-radius: 45px 0 0 45px;
        top: 11px; }
      .pager_area .next:after {
        border-radius: 45px 0 0 45px; }
      .pager_area .next:hover {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
        .pager_area .next:hover:before {
          top: 8px; }
    .pager_area .disabled:hover:before {
      top: 11px; } }

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