@charset "UTF-8";
/* story archive */
.storyArchive-logoArea {
  width: 100%;
  margin: 0 0 30px;
}
.storyArchive-logoArea img {
  display: block;
  width: calc(100% - 40px);
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}
@media all and (min-width: 641px) {
  .storyArchive-logoArea img {
    max-width: 400px;
  }
}

.storyArchive-title {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px;
  background: #1186ca;
  color: #FFF103;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.storyArchive-introText {
  margin: 0 auto 40px;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .storyArchive-introText {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media all and (min-width: 1231px) {
  .storyArchive-introText {
    margin: 0 auto 50px;
  }
}

.storyArchive-main {
  width: 100%;
}
.storyArchive-main .archive__main {
  flex: 100%;
  width: 100%;
  margin: 10px auto 0;
}
@media all and (min-width: 769px) {
  .storyArchive-main .archive__main {
    margin: 15px auto 0;
  }
}
.storyArchive-main .archive__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 10px auto 0;
}
@media all and (min-width: 769px) {
  .storyArchive-main .archive__container {
    justify-content: flex-start;
    margin: 15px auto 0;
  }
}
.storyArchive-main .archive__container.storyArchive-sortLike {
  margin: 40px auto 0;
}
.storyArchive-main .storyArchiveItem {
  width: 100%;
  max-width: 500px;
}
@media all and (min-width: 641px) {
  .storyArchive-main .storyArchiveItem {
    width: 50%;
  }
}
@media all and (min-width: 769px) {
  .storyArchive-main .storyArchiveItem {
    width: calc(33.3333333333% - 16px);
  }
}
.storyArchive-main .archive__item {
  width: 100%;
  margin: 0 !important;
  border: none;
}
.storyArchive-main .archive__item .archive__text {
  position: relative;
}
.storyArchive-main .archive__item .archive__date {
  display: none !important;
}
.storyArchive-main .archive__item .archive__category {
  padding: 2px 10px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .storyArchive-main .archive__item .archive__category {
    font-size: 0.875rem;
  }
}
.storyArchive-main .archive__item .archive__category.storygakuin--healthstory {
  background: #1C9DD6;
}
.storyArchive-main .archive__item .archive__category.storygakuin--buruburustory {
  background: #7D6CAF;
}
.storyArchive-main .archive__item .archive__title {
  font-size: 1.25rem;
}
.storyArchive-main .archive__item .archive__excerpt {
  position: relative;
  height: 2.2rem;
  font-size: 0.875rem;
  overflow: hidden;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .storyArchive-main .archive__item .archive__excerpt {
    height: 2.4rem;
    font-size: 1rem;
  }
}
.storyArchive-main .archive__item .archive__excerpt::after {
  z-index: 3;
  position: absolute;
  bottom: -0.25rem;
  right: 0;
  padding: 0.125rem 0.25rem 0.125rem 2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
  content: "…";
}
.storyArchive-main .no-results__content {
  text-align: center;
}

.storyArchive-main-title {
  margin: 0 auto 30px;
  font-size: 1.5rem;
  text-align: center;
}

.storyArchive-naviList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto -20px;
  padding: 0;
}
@media all and (min-width: 1231px) {
  .storyArchive-naviList {
    flex-wrap: nowrap;
    margin: 0 auto 20px;
  }
}

.storyArchive-naviList-item {
  width: calc(33.3% - 8px);
  margin: 0 0 20px;
  padding: 0;
}
.storyArchive-naviList-item:nth-child(n+4) {
  width: calc(50% - 8px);
}
@media all and (min-width: 1231px) {
  .storyArchive-naviList-item {
    width: calc(20% - 16px);
    margin-bottom: 0;
  }
  .storyArchive-naviList-item:nth-child(n+4) {
    width: calc(20% - 16px);
  }
  .storyArchive-naviList-item:not(:first-of-type) {
    margin-left: 20px;
  }
}
.storyArchive-naviList-item > .is-inner {
  display: block;
  width: 100%;
  padding: 2px 4px 0;
  border-radius: 35px;
  background-color: #22BAEE;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
}
@media all and (min-width: 641px) {
  .storyArchive-naviList-item > .is-inner {
    padding: 0 4px;
    font-size: 1rem;
  }
}
@media all and (min-width: 769px) {
  .storyArchive-naviList-item > .is-inner {
    font-size: 1.125rem;
    line-height: 60px;
  }
}
.storyArchive-naviList-item > .is-inner:hover, .storyArchive-naviList-item > .is-inner.is-active {
  background-color: #1186ca;
  color: #FFF103;
}

.storyArchive-favoriteArea {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 0.875rem;
}

.storyArchive-favoriteArea-num {
  position: relative;
  padding-left: 20px;
}
.storyArchive-favoriteArea-num::before {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/story/icon_heart.svg) no-repeat center center/12px auto;
  content: "";
}

.storyArchive-authorArea {
  width: 100%;
  margin-top: 15px;
  font-size: 0.875rem;
}
.storyArchive-authorArea a {
  text-decoration: none;
}

.storyArchive-bottom {
  margin-top: 50px;
}
.storyArchive-bottom figure {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.storyArchive-bottom figcaption {
  font-style: normal;
}
.storyArchive-bottom img {
  vertical-align: bottom;
}

/* sort like */
.storyArchive-sortLike .storyArchiveItem:nth-child(1), .storyArchive-sortLike .storyArchiveItem:nth-child(2), .storyArchive-sortLike .storyArchiveItem:nth-child(3) {
  position: relative;
}
.storyArchive-sortLike .storyArchiveItem:nth-child(1)::before, .storyArchive-sortLike .storyArchiveItem:nth-child(2)::before, .storyArchive-sortLike .storyArchiveItem:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  width: 50px;
  height: 60px;
  background: no-repeat center center/100% auto;
  z-index: 1;
}
.storyArchive-sortLike .storyArchiveItem:nth-child(1)::before {
  background-image: url(../img/top/ranking_1.svg);
}
.storyArchive-sortLike .storyArchiveItem:nth-child(2)::before {
  background-image: url(../img/top/ranking_2.svg);
}
.storyArchive-sortLike .storyArchiveItem:nth-child(3)::before {
  background-image: url(../img/top/ranking_3.svg);
}

/* story user */
.storyArchive-50order {
  width: 100%;
  margin: 0 0 40px;
}

.storyArchive-50order-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.storyArchive-50order-list-item {
  position: relative;
  width: auto;
}
.storyArchive-50order-list-item + .storyArchive-50order-list-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.storyArchive-50order-list-item > .is-inner {
  display: inline-block;
  width: auto;
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
}
@media all and (min-width: 600px) {
  .storyArchive-50order-list-item > .is-inner {
    min-width: 40px;
  }
}

.storyArchive-50orderPosts {
  width: 100%;
}

.storyArchive-50orderPosts-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media all and (min-width: 769px) {
  .storyArchive-50orderPosts-list::after {
    position: absolute;
    bottom: -2px;
    width: 100%;
    border: 2px solid #fff;
    content: "";
  }
}

.storyArchive-50orderPosts-list-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #222;
}
@media all and (min-width: 769px) {
  .storyArchive-50orderPosts-list-item {
    width: 33.3333333333%;
  }
}

.storyArchive-50orderPostArea {
  display: flex;
  width: 100%;
  color: #222;
  text-decoration: none;
}

.storyArchive-50orderPostArea-imgBox {
  width: 83px;
}

.storyArchive-50orderPostArea-imgBox-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.storyArchive-50orderPostArea-imgBox-inner img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
}

.storyArchive-50orderPostArea-txtBox {
  width: calc(100% - 83px);
  padding: 10px 0 0 20px;
}

.storyArchive-50orderPostArea-infoArea {
  width: 100%;
  margin: 0;
}

.storyArchive-50orderPostArea-infoArea-name {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .storyArchive-50orderPostArea-infoArea-name {
    font-size: 1.5rem;
  }
}

.storyArchive-50orderPostArea-infoArea-postNum {
  width: 100%;
  margin: 0 0 5px;
  font-size: 0.875rem;
}
@media all and (min-width: 641px) {
  .storyArchive-50orderPostArea-infoArea-postNum {
    font-size: 1rem;
  }
}

.storyArchive-50orderPostArea-infoArea-profile {
  width: 100%;
  margin: 0;
  font-size: 0.8125rem;
}

.storyArchive-moreBtn {
  width: 100%;
  padding: 20px;
}

.storyArchive-moreBtn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #3693c5;
  border-radius: 50px;
  background-color: #fff;
  color: #3693c5;
  font-size: 0.8125rem;
  font-weight: bold;
  cursor: pointer;
}
@media all and (min-width: 600px) {
  .storyArchive-moreBtn-inner:hover {
    background-color: #3693c5;
    color: #fff;
  }
}

/* story single */
.single-story .site-content {
  overflow: hidden;
}
.single-story .site-main {
  flex: 100%;
  width: 100%;
  margin: 0 auto;
}
.single-story .entry-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.single-story .entry-title {
  width: 100%;
  margin: 20px 0;
  font-size: 1.5rem;
}
.single-story .entry-content {
  width: 100%;
  max-width: 296px;
  margin: 0 auto 30px;
}
@media all and (min-width: 600px) {
  .single-story .entry-content {
    max-width: 500px;
  }
}
.single-story .singular-header__meta {
  order: -1;
}
.single-story .singular-date {
  display: none;
}
.single-story .singular-header__terms {
  margin: 0;
  padding: 2px 10px;
  font-size: 0.875rem;
  font-weight: bold;
}
.single-story .storygakuin-healthstory .singular-header__terms {
  background: #1C9DD6;
}
.single-story .storygakuin-buruburustory .singular-header__terms {
  background: #7D6CAF;
}
.single-story .singular-author {
  width: 100%;
  margin-top: 0;
}
.single-story .singular-author strong {
  font-size: 1.25rem;
}
.single-story .codoc-support {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #222;
}
.single-story .codoc-support .codoc-support-title {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #222;
}
.single-story .codoc-support .codoc-btn {
  border: 2px solid #edb033;
  background-color: #edb033 !important;
  color: #fff !important;
}
.single-story .codoc-support .codoc-btn:hover {
  background-color: #fff !important;
  color: #edb033 !important;
}

.codocArea {
  width: 100%;
  padding: 60px 0 30px;
}

.codocArea-intro {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.codocArea-intro .codocIntro-num {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #fff;
}
.codocArea-intro .codocIntro-num::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #edb033;
  z-index: 1;
}
.codocArea-intro .codocIntro-num-inner {
  position: relative;
  z-index: 2;
}

.codocArea-about {
  width: 100%;
  text-align: center;
}
.codocArea-about a {
  border-bottom: 1px solid;
  text-decoration: none;
}

.storyAddArea {
  width: 100%;
  padding: 20px 0;
}

.storyAddArea-intro {
  width: 100%;
  text-align: center;
}

.storyAddArea-btn {
  width: 100%;
  text-align: center;
}
.storyAddArea-btn a {
  border-bottom: 1px solid;
  text-decoration: none;
}

.story_paging {
  max-width: 540px;
  margin: 50px auto 20px;
}
.story_paging > p {
  text-align: center;
}
.story_paging > p:first-of-type {
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (min-width: 769px) {
  .story_paging > p:first-of-type {
    font-size: 1.5rem;
  }
}
.story_paging ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.story_paging li {
  position: relative;
  width: 50%;
}
.story_paging li p {
  margin-top: 10px;
  font-size: 0.8125rem;
}
@media all and (min-width: 769px) {
  .story_paging li p {
    font-size: 1rem;
  }
}
.story_paging li a {
  color: #222;
  text-decoration: none;
}
.story_paging li:hover img {
  transform: scale(1.1);
}
.story_paging figure {
  position: relative;
  margin: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.story_paging figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.story_paging figure img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.story_paging .is-prev {
  padding-right: 10px;
}
@media all and (min-width: 769px) {
  .story_paging .is-prev {
    padding-right: 20px;
  }
}
.story_paging .is-next {
  padding-left: 10px;
}
@media all and (min-width: 769px) {
  .story_paging .is-next {
    padding-left: 20px;
  }
}

/* author detail */
.authorDetail-infoArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 500px;
  margin: 20px auto;
}
@media all and (min-width: 641px) {
  .authorDetail-infoArea {
    display: block;
    margin: 50px auto 20px;
  }
}

.authorDetail-infoArea-icon {
  width: 150px;
  margin-right: 20px;
}
@media all and (min-width: 641px) {
  .authorDetail-infoArea-icon {
    width: 200px;
    margin: 0 auto 30px;
  }
}

.authorDetail-infoArea-icon-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0;
  border-radius: 100%;
  overflow: hidden;
}
.authorDetail-infoArea-icon-inner img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
}

.authorDetail-infoArea-author {
  width: calc(100% - 170px);
}
@media all and (min-width: 641px) {
  .authorDetail-infoArea-author {
    width: 100%;
    text-align: center;
  }
}

.authorDetail-infoArea-name {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media all and (min-width: 641px) {
  .authorDetail-infoArea-name {
    font-size: 1.875rem;
  }
}

.authorDetail-infoArea-post {
  margin: 0;
  font-size: 1rem;
}
@media all and (min-width: 641px) {
  .authorDetail-infoArea-post {
    font-size: 1.25rem;
  }
}