@charset "UTF-8";
/* -----------------------------------------------
* Plugins 
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* --------------------------------
c-header
----------------------------------- */
header {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  z-index: 555;
}

.c-header {
  height: 60px;
  background-color: #fff;
}
.c-header .inner-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .site-ttl {
  font-weight: bold;
  font-size: 24px;
}
.c-header .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.c-header .link-list a {
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}
.c-header .link-list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background-color: rgba(163, 134, 172, 0.5);
  right: 0;
  left: auto;
  bottom: -3px;
  margin: auto;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .c-search-btn-form {
  margin-left: 25px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  background-color: #46344d;
  color: #fff;
}
.c-footer .copyright {
  font-size: 12px;
  padding: 10px 0;
}

#pagetop {
  right: 50px;
}
#pagetop > a {
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #a386ac;
  border-radius: 555px;
  position: relative;
  background-color: #fff;
}
#pagetop > a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid #a386ac;
  border-right: 3px solid #a386ac;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
}

/* --------------------------------
c-ttl01
----------------------------------- */
.c-ttl01 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 50px;
}
.c-ttl01::before, .c-ttl01::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #a386ac;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #f8f5f9;
}
.c-ttl01::after {
  width: 150px;
  background-color: #f8f5f9;
  background-color: #a386ac;
  z-index: 1;
}

/* --------------------------------
c-menu-btn-area
----------------------------------- */
.c-menu-btn-area .inner-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-menu-btn-area .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.c-menu-btn-area .btn-list > li {
  position: relative;
}
.c-menu-btn-area .btn-list > li > a,
.c-menu-btn-area .btn-list > li .cat-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  background-color: #a386ac;
  color: #fff;
  border: 1px solid #a386ac;
}
.c-menu-btn-area .btn-list > li > a.current,
.c-menu-btn-area .btn-list > li .cat-btn.current {
  color: #a386ac;
}
.c-menu-btn-area .btn-list > li > a.current:not(.cat-btn),
.c-menu-btn-area .btn-list > li .cat-btn.current:not(.cat-btn) {
  pointer-events: none;
}
.c-menu-btn-area .cat-items {
  position: absolute;
  z-index: 2;
  width: 100%;
  right: 0;
  left: 0;
  top: 48px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
.c-menu-btn-area .cat-items > li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  background-color: #f8f5f9;
  position: relative;
  border-bottom: 1px solid #a386ac;
}
.c-menu-btn-area .cat-items > li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #a386ac;
  border-right: 3px solid #a386ac;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  pointer-events: none;
}

/* --------------------------------
c-article-card
----------------------------------- */
.c-article-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 30px;
}
.c-article-card > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-article-card > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.c-article-card .date {
  font-size: 14px;
  margin-top: 10px;
}
.c-article-card .ttl {
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-article-card .description {
  font-weight: 500;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-article-card .date,
.c-article-card .ttl,
.c-article-card .description {
  -webkit-transition: 0.3s ease-in-out color;
  transition: 0.3s ease-in-out color;
}
.c-article-card .thumb {
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.c-article-card .thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out transform;
  transition: 0.3s ease-in-out transform;
}
.c-article-card + .c-btn01 {
  margin: 60px auto 0;
}
.c-article-card .rank {
  font-weight: bold;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #46344d;
  position: absolute;
  left: 0;
  top: 0;
}
.c-article-card .rank.rank-first {
  background-color: #e6b422;
}
.c-article-card .rank.rank-second {
  background-color: #808080;
}
.c-article-card .rank.rank-third {
  background-color: #8c4841;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn01 {
  display: block;
  font-weight: 500;
  max-width: 320px;
  background-color: #a386ac;
  border: 2px solid #a386ac;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

/* --------------------------------
c-search-btn-form
----------------------------------- */
.c-search-btn-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-search-btn-form .input-area {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.c-search-btn-form .input-area:focus {
  border-color: #a386ac;
}
.c-search-btn-form .btn-area {
  background-color: #333;
  width: 40px;
  border-radius: 0 5px 5px 0;
  margin-left: -1px;
}
.c-search-btn-form .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

/* --------------------------------
c-kv-block
----------------------------------- */
.c-kv-block {
  background-color: #f8f5f9;
}
.c-kv-block .inner-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.c-kv-block .ttl {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

/* --------------------------------
c-pager-area
----------------------------------- */
.c-pager-area {
  max-width: 600px;
  width: 100%;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-pager-area .pager,
.c-pager-area .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #a386ac;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #a386ac;
  border-radius: 555px;
  color: #a386ac;
}
.c-pager-area .pager.dots,
.c-pager-area .page-numbers.dots {
  pointer-events: none;
  border: none;
}
.c-pager-area .pager.prev, .c-pager-area .pager.next,
.c-pager-area .page-numbers.prev,
.c-pager-area .page-numbers.next {
  position: relative;
}
.c-pager-area .pager.prev::after, .c-pager-area .pager.next::after,
.c-pager-area .page-numbers.prev::after,
.c-pager-area .page-numbers.next::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #a386ac;
  border-right: 3px solid #a386ac;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-pager-area .pager.prev::after,
.c-pager-area .page-numbers.prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -6px;
}
.c-pager-area .pager.next::after,
.c-pager-area .page-numbers.next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -6px;
}
.c-pager-area .pager.current,
.c-pager-area .page-numbers.current {
  pointer-events: none;
  background-color: #a386ac;
  color: #fff;
}
.c-pager-area .pager.current::after,
.c-pager-area .page-numbers.current::after {
  border-color: #fff;
}
.c-pager-area + .c-btn01 {
  margin: 60px auto 0;
}

.c-detail-pager-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.c-detail-pager-area .arrow-btn {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #a386ac;
  border-radius: 555px;
  border: 2px solid #a386ac;
  position: relative;
}
.c-detail-pager-area .arrow-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-detail-pager-area .prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 5px;
}
.c-detail-pager-area .next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 5px;
}
.c-detail-pager-area .c-btn01 {
  border-radius: 555px;
  width: 100%;
}

/* --------------------------------
c-parts
----------------------------------- */
.c-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  background-color: #f8f5f9c2;
  opacity: 0;
  pointer-events: none;
}
.c-loading.is_active {
  opacity: 1;
  pointer-events: all;
}
.c-loading .icon {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -----------------------------------------------
* Modules 
-------------------------------------------------- */
/* -----------------------------------------------
* home
-------------------------------------------------- */
.home .mv-block {
  background-color: #f8f5f9;
}
.home .mv-block .thumb img {
  max-width: 1200px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .profile-block .inner-block {
  padding-top: 40px;
  padding-bottom: 120px;
}
.home .profile-block .profile-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .profile-block .txt-area {
  margin-left: 60px;
}
.home .profile-block .img {
  border-radius: 555px;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .profile-block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.home .profile-block .name {
  font-weight: bold;
  font-size: 20px;
}
.home .profile-block .detail {
  margin-top: 15px;
}

.article-block .inner-block {
  padding-top: 60px;
  padding-bottom: 80px;
}

/* -----------------------------------------------
* blog
-------------------------------------------------- */
.p-article .article-block .inner-block {
  padding-bottom: 120px;
}

.article-block .narrow-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.article-block .narrow-area .txt {
  font-weight: 500;
}
.article-block .narrow-area .select-cat {
  border: 1px solid #46344d;
  padding: 5px 20px 5px 10px;
  width: 140px;
}
.article-block .narrow-area .select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
}
.article-block .narrow-area .select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #46344d;
  border-bottom: 0;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-side {
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.article-side .ttl {
  font-size: 22px;
  font-weight: bold;
  color: #929292;
  margin-left: 15px;
}
.article-side .aside-list {
  margin-top: 20px;
}
.article-side .aside-list * {
  font-size: 16px;
  color: #929292;
}
.article-side .aside-list > li {
  border-top: 1px solid #a386ac;
}
.article-side .aside-list > li:last-of-type {
  border-bottom: 1px solid #a386ac;
}
.article-side .aside-list > li > a,
.article-side .aside-list > li .year-btn {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
}
.article-side .aside-list > li .list-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-side .aside-list + .ttl {
  margin-top: 60px;
}
.article-side .each-month-list > li {
  border-top: 1px solid rgba(163, 134, 172, 0.5);
}
.article-side .each-month-list > li:first-of-type {
  border-color: #a386ac;
}
.article-side .each-month-list > li a {
  display: block;
  width: 100%;
  padding: 8px 30px;
}
.article-side .year-btn {
  position: relative;
}
.article-side .year-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: none;
  transition: none;
}
.article-side .year-btn.is_active::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}

.article-main-content .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 80px;
}

/* -----------------------------------------------
* blog detail
-------------------------------------------------- */
.p-detail .article-detail-block {
  width: 100%;
}
.p-detail .article-detail-block .inner-block {
  padding-top: 60px;
  padding-bottom: 120px;
}
.p-detail .article-detail-block .ttl-area {
  padding-bottom: 40px;
  border-bottom: 1px solid #46344d;
}
.p-detail .article-detail-block .ttl-area .ttl {
  font-size: 32px;
  font-weight: bold;
}
.p-detail .article-detail-block .info-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.p-detail .article-detail-block .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 400px;
  max-width: 680px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-detail .article-detail-block .cat-list > li a {
  background-color: #a386ac;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 555px;
}
.p-detail .article-detail-block .date-area {
  font-size: 14px;
  color: #a386ac;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-detail .article-detail-block .main-area {
  margin-top: 50px;
}
.p-detail .article-detail-block .main-area > * + * {
  margin-top: calc(1em * 1.6);
}
.p-detail .article-detail-block .main-area img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-detail .article-detail-block .main-area .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe59b));
  background: linear-gradient(transparent 60%, #ffe59b 60%);
  padding: 2px 0;
  font-weight: 700;
}
.p-detail .article-detail-block .main-area a {
  color: #0000ee;
  text-decoration: underline;
}
.p-detail .article-detail-block .main-area ul > li,
.p-detail .article-detail-block .main-area ol > li {
  padding-left: 20px;
  position: relative;
}
.p-detail .article-detail-block .main-area ul > li::after,
.p-detail .article-detail-block .main-area ol > li::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #a386ac;
  left: 0;
  top: 4px;
  border-radius: 555px;
}
.p-detail .article-detail-block .main-area ul > li + li,
.p-detail .article-detail-block .main-area ol > li + li {
  margin-top: 2px;
}
.p-detail .article-detail-block .main-area ol > li {
  counter-increment: list;
  padding-left: 22px;
}
.p-detail .article-detail-block .main-area ol > li::after {
  position: absolute;
  content: counter(list);
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-detail .article-detail-block .main-area table {
  margin-right: auto;
  margin-left: auto;
}
.p-detail .article-detail-block .main-area table tr {
  border-top: 1px solid #ddd;
}
.p-detail .article-detail-block .main-area table tbody tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.p-detail .article-detail-block .main-area table th {
  background-color: #f8f5f9;
}
.p-detail .article-detail-block .main-area table th,
.p-detail .article-detail-block .main-area table td {
  padding: 10px 30px;
  text-align: center;
  border-left: 1px solid #ddd;
}
.p-detail .article-detail-block .main-area table th:last-of-type,
.p-detail .article-detail-block .main-area table td:last-of-type {
  border-right: 1px solid #ddd;
}
.p-detail .article-detail-block .c-detail-pager-area {
  margin-top: 80px;
}

/* -----------------------------------------------
* pic
-------------------------------------------------- */
.p-pic .c-article-card {
  grid-template-columns: 1fr 1fr 1fr;
}
.p-pic .pic-area {
  width: 600px;
  height: 600px;
  border: 1px solid #46344d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px auto;
  overflow: hidden;
  background-color: #f8f5f9;
}
.p-pic .pic-area img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.p-pic .article-detail-block .ttl-area {
  padding-bottom: 25px;
}
.p-pic .article-detail-block .ttl-area .ttl {
  font-size: 24px;
}

/* -----------------------------------------------
* Page 
-------------------------------------------------- */

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .inner-block {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .site-ttl {
    font-size: 18px;
  }
  .c-header .link-list {
    gap: 5px;
  }
  .c-header .link-list a {
    display: block;
    padding: 5px;
  }
  .c-header .link-list a span {
    display: block;
    width: 20px;
    height: 20px;
  }
  .c-header .c-search-btn-form {
    margin-left: 10px;
  }
  .c-header .c-search-btn-form .input-area {
    max-width: 120px;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop > a {
    width: 50px;
    height: 50px;
  }
  #pagetop > a::after {
    width: 14px;
    height: 14px;
  }
  .c-ttl01 {
    margin-bottom: 35px;
  }
  .c-menu-btn-area .btn-list {
    grid-template-columns: 1fr 1fr;
  }
  .c-menu-btn-area .btn-list > li > a,
.c-menu-btn-area .btn-list > li .cat-btn {
    font-size: 12px;
    padding: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .c-menu-btn-area .btn-list > li > a.current,
.c-menu-btn-area .btn-list > li .cat-btn.current {
    background-color: #f8f5f9;
    border-color: #fff;
  }
  .c-menu-btn-area .cat-items {
    display: none;
  }
  .c-article-card {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
  }
  .c-article-card .date {
    font-size: 12px;
  }
  .c-article-card .ttl {
    font-size: 18px;
  }
  .c-article-card + .c-btn01 {
    margin-top: 40px;
  }
  .c-btn01 {
    padding: 10px;
    max-width: 280px;
  }
  .c-search-btn-form .input-area {
    padding: 5px 5px 5px 10px;
  }
  .c-search-btn-form .btn-area {
    width: 35px;
  }
  .c-search-btn-form .icon {
    width: 15px;
    height: 15px;
  }
  .c-kv-block .inner-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .c-kv-block .ttl {
    font-size: 22px;
  }
  .c-pager-area {
    gap: 10px;
    margin-top: 40px;
  }
  .c-pager-area .pager,
.c-pager-area .page-numbers {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .c-pager-area .pager.prev::after, .c-pager-area .pager.next::after,
.c-pager-area .page-numbers.prev::after,
.c-pager-area .page-numbers.next::after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .c-pager-area + .c-btn01 {
    margin-top: 40px;
  }
  .c-detail-pager-area {
    gap: 15px;
  }
  .c-detail-pager-area .arrow-btn {
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-detail-pager-area .arrow-btn::after {
    width: 12px;
    height: 12px;
  }
  .home .mv-block .thumb img {
    height: 350px;
  }
  .home .profile-block .inner-block {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .home .profile-block .profile-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .profile-block .txt-area {
    margin: 20px 0 0;
  }
  .home .profile-block .img {
    width: 220px;
    height: 220px;
  }
  .home .profile-block .name {
    font-size: 18px;
  }
  .home .profile-block .detail {
    margin-top: 10px;
  }
  .article-block .inner-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-article .article-block .inner-block {
    padding-bottom: 90px;
  }
  .article-side .ttl {
    font-size: 18px;
    margin-left: 8px;
  }
  .article-side .aside-list {
    margin-top: 10px;
  }
  .article-side .aside-list * {
    font-size: 14px;
  }
  .article-side .aside-list > li > a,
.article-side .aside-list > li .year-btn {
    padding: 5px 8px;
  }
  .article-side .aside-list + .ttl {
    margin-top: 30px;
  }
  .article-side .each-month-list > li a {
    padding: 3px 20px;
  }
  .article-side .year-btn::after {
    width: 10px;
    height: 10px;
  }
  .article-main-content .inner-block {
    padding-top: 30px;
  }
  .p-detail .article-detail-block .inner-block {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .p-detail .article-detail-block .ttl-area {
    padding-bottom: 25px;
  }
  .p-detail .article-detail-block .ttl-area .ttl {
    font-size: 24px;
  }
  .p-detail .article-detail-block .info-area {
    margin-top: 6px;
  }
  .p-detail .article-detail-block .cat-list > li a {
    font-size: 11px;
  }
  .p-detail .article-detail-block .date-area {
    font-size: 12px;
  }
  .p-detail .article-detail-block .main-area table {
    width: 100%;
  }
  .p-detail .article-detail-block .main-area table th,
.p-detail .article-detail-block .main-area table td {
    padding: 5px 10px;
  }
  .p-pic .c-article-card {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .p-pic .pic-area {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    margin: 40px auto;
  }
  .p-pic .pic-area img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .p-pic .article-detail-block .ttl-area .ttl {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 30px;
    max-width: 1260px;
  }
  a,
a::before,
a::after,
button,
button::before,
button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .link-list a:hover {
    color: #a386ac;
  }
  .c-header .link-list a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .c-menu-btn-area .btn-list > li > a:hover,
.c-menu-btn-area .btn-list > li .cat-btn:hover {
    background-color: #fff;
    color: #a386ac;
  }
  .c-menu-btn-area .btn-list > li > a.current,
.c-menu-btn-area .btn-list > li .cat-btn.current {
    border-right: none;
    border-left: none;
    background-color: #fff;
  }
  .c-menu-btn-area .btn-list > li:first-of-type .current {
    border-left: 1px solid #a386ac;
  }
  .c-menu-btn-area .btn-list > li:last-of-type .current {
    border-right: 1px solid #a386ac;
  }
  .c-menu-btn-area .btn-list > li:first-of-type > a,
.c-menu-btn-area .btn-list > li:first-of-type .cat-btn {
    border-radius: 10px 0 0 10px;
  }
  .c-menu-btn-area .btn-list > li:last-of-type > a,
.c-menu-btn-area .btn-list > li:last-of-type .cat-btn {
    border-radius: 0 10px 10px 0;
  }
  .c-menu-btn-area .btn-list > li .cat-btn:hover + .cat-items {
    opacity: 1;
    pointer-events: all;
  }
  .c-menu-btn-area .btn-list > li .cat-btn:has(+ .cat-items:hover) {
    background-color: #fff;
    color: #a386ac;
  }
  .c-menu-btn-area .cat-items:hover {
    opacity: 1;
    pointer-events: all;
  }
  .c-menu-btn-area .cat-items > li a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .c-menu-btn-area .cat-items > li a:hover::after {
    right: 15px;
  }
  .c-article-card > li > a:hover .date,
.c-article-card > li > a:hover .ttl,
.c-article-card > li > a:hover .description {
    color: #a386ac;
  }
  .c-article-card > li > a:hover .thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-article-card .description {
    height: calc(3em * 1.6);
  }
  .c-btn01:hover {
    background-color: #fff;
    color: #a386ac;
  }
  .c-search-btn-form .btn-area:hover {
    background-color: #a386ac;
  }
  .c-pager-area .pager:hover,
.c-pager-area .page-numbers:hover {
    background-color: #a386ac;
    color: #fff;
  }
  .c-pager-area .pager:hover::after,
.c-pager-area .page-numbers:hover::after {
    border-color: #fff;
  }
  .c-detail-pager-area .arrow-btn:hover {
    background-color: #fff;
  }
  .c-detail-pager-area .arrow-btn:hover::after {
    border-color: #a386ac;
  }
  .home .c-article-card {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .article-side .aside-list a:hover {
    background-color: #f8f5f9;
  }
  .p-detail .article-detail-block .date-area {
    margin-left: auto;
  }
  .p-detail .article-detail-block .main-area a:hover {
    text-decoration: none;
  }
  .p-pic .article-detail-block .ttl-area > a:hover {
    color: #a386ac;
  }
}

@media only screen and (max-width: 768px) and (max-width: 360px) {
  .c-header .site-ttl {
    font-size: 14px;
  }
  .c-header .c-search-btn-form .input-area {
    max-width: 100px;
  }
}

@media only screen and (min-width: 1140px) {
  .c-article-card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 900px) {
  .article-side {
    width: 100%;
  }
  .article-main-content .inner-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) and (max-width: 374px) {
  .p-detail .article-detail-block .info-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .p-pic .c-article-card {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
  .p-pic .c-article-card {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */