/* --------------------------------------------------------------------------
   .block
--------------------------------------------------------------------------- */
.contents .block {
  padding: 13px 20px;
  border: 1px solid #efe7d2;
  border-radius: 2px;
  background-color: #f7f3e7;
  font-size: 1.5rem;
  line-height: 1.87;
}

.comment__header {
  text-align: center;
}

.comment__sub img {
  position: relative;
}

.comment__post .c-btn {
  max-width: 325px;
  width: 100%;
  height: 45px;
  border-radius: 23px;
}

.comment__post .c-btn .c-btn__content {
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 13px;
}

.comment__post .c-btn .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.comment__comments {
  overflow: hidden;
}

.comment__more {
  display: none;
}

.comment__more.is-shown {
  display: block;
}

.comment__moreButton {
  background-image: url("/komachi-official/assets/images/btn_color03_bg.png");
  background-size: 10px;
  background-repeat: repeat;
  box-shadow: inset 0 0 33px rgba(145, 115, 43, 0.5);
  color: #fff;
}

.comment__moreButton-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comment-unit {
  position: relative;
}

.comment-unit__contributor {
  display: flex;
  align-items: center;
}

.comment-unit__contributorIcon {
  border: 1px solid #e6d9c8;
}

.comment-unit__contributorIcon--user {
  border: 0;
}

.comment-unit__contributorIcon img {
  display: block;
  width: 100%;
  height: 100%;
}

.comment-unit__postedDate {
  margin: 7px 0 0;
  color: #9c8e71;
  text-align: right;
  letter-spacing: .02em;
  font-size: 10px;
  line-height: 1;
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* --------------------------------------------------------------------------
   .contents-wrap
--------------------------------------------------------------------------- */
.contents-wrap {
  position: relative;
  background: url("/komachi-official/assets/images/teinei-tsushin/bg_pattern01.jpg");
  background-size: 330px;
}

.contents-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/border_pattern01_sm.png");
  background-size: 17px 7px;
  background-repeat: repeat-x;
  content: '';
}

/* --------------------------------------------------------------------------
   .contents
--------------------------------------------------------------------------- */
.contents {
  background: url("/komachi-official/assets/images/bg_pattern01.png");
  background-size: 100px;
  color: #604a29;
}

.contents__inner {
  padding: 0 25px;
}

.contents__visual {
  margin-top: 35px;
}

.contents__body {
  padding: 0 0 50px;
}

.contents__body a {
  color: #157ff3;
  text-decoration: underline;
  word-break: break-all;
}

.contents__body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.conversation {
  display: flex;
  margin-top: 42px;
}

.conversation__speaker {
  flex: 0 0 auto;
  width: 55px;
}

.conversation__speaker-picture {
  width: 55px;
  min-width: 0;
  height: 55px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

.conversation__speaker-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
}

.conversation__speaker-name {
  margin: 7px -6px 0;
  font-size: 12px;
  line-height: 1.3;
  color: #5c4c2c;
  text-align: center;
}

.conversation__contents {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 15px;
}

.conversation__heading {
  position: relative;
  padding: 0 0 0 14px;
  margin: -3px 0 11px;
  font-size: 16px;
  color: #5c4c2c;
  letter-spacing: 0;
}

.conversation__heading::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: calc(100% - 4px);
  margin: auto 0;
  content: '';
  background-color: #ff909e;
  border-radius: 2px;
}

.conversation__talk {
  position: relative;
  padding: 13px 19px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background-color: #fff;
  border: 1px dashed #e9d1af;
  border-radius: 5px;
}

.conversation__talk::before {
  position: absolute;
  top: 19px;
  left: -8px;
  display: block;
  width: 9px;
  height: 16px;
  content: '';
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/conversation_triangle_sm.png");
  background-size: 9px 16px;
}

.conversation--reverse .conversation__talk::before {
  right: -8px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.conversation__talk-aside + .conversation__talk-text {
  margin-top: 13px;
}

.conversation__talk-aside {
  padding: 15px 19px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0;
  background-color: #fef7ea;
  border-radius: 2.5px;
}

.conversation__talk-text + .conversation__talk-aside {
  margin-top: 13px;
}

.conversation__talk-aside a {
  color: #4683ff;
  text-decoration: underline;
}

.conversation--reverse {
  flex-direction: row-reverse;
}

.conversation--reverse .conversation__contents {
  padding-right: 15px;
  padding-left: 0;
}

.conversation + .conversation {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------
   .figures
--------------------------------------------------------------------------- */

.contents .figures--manga .frame {
  display: none;
}

/* --------------------------------------------------------------------------
   .figure
--------------------------------------------------------------------------- */
.contents .figure__image {
  position: relative;
}

.contents .figure__image .image {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.contents .figure__caption {
  position: relative;
  margin-top: 11px;
  padding: 7px 9px;
  border: 1px solid #dbe3d2;
  border-radius: 2px;
  background-color: #eff6e7;
  font-size: 1.2rem;
  line-height: 1.42;
}

.contents .figure__caption::before {
  position: absolute;
  top: -5px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dbe3d2;
  border-left: 1px solid #dbe3d2;
  background-color: #eff6e7;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contents .figure--size-fixed .figure__image .image::before {
  display: block;
  padding-top: 62.62%;
  content: '';
}

/* --------------------------------------------------------------------------
   .figure .frame
--------------------------------------------------------------------------- */
.contents .figure .frame {
  position: absolute;
  display: block;
}

.contents .figure .frame--top, .contents .figure .frame--bottom {
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_horizontal_sm.png");
  background-size: 85px 1px;
  background-repeat: repeat-x;
}

.contents .figure .frame--right, .contents .figure .frame--left {
  top: 0;
  width: 1px;
  height: 100%;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_vertical_sm.png");
  background-size: 1px 85px;
  background-repeat: repeat-y;
}

.contents .figure .frame--top {
  top: 0;
}

.contents .figure .frame--right {
  right: 0;
}

.contents .figure .frame--bottom {
  bottom: 0;
}

.contents .figure .frame--left {
  left: 0;
}

/* --------------------------------------------------------------------------
   .header
--------------------------------------------------------------------------- */
.header {
  position: relative;
  padding: 71px 0 0;
}

.header__category {
  position: absolute;
  top: 27px;
  left: -25px;
}

.header__heading {
  color: #372300;
  letter-spacing: -.001em;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.65;
}

.header__date {
  display: block;
  margin-top: 13px;
  color: #a59178;
  letter-spacing: -.001em;
  font-size: 1.2rem;
  line-height: 1;
}

.header__tags {
  margin-top: 19px;
}

.heading {
  position: relative;
  color: #543a0d;
  font-weight: 500;
}

.heading--large {
  padding-left: 30px;
  font-size: 2.1rem;
  line-height: 1.57;
}

.heading--large::before {
  position: absolute;
  top: .26em;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.83%2042.32%22%3E%3Ctitle%3E%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9C%E3%83%BC%E3%83%89%201_1%3C%2Ftitle%3E%3Cpath%20d%3D%22M41.83%2C20.81c0-4.32-5.92-5.34-8.42-5.91S27.84%2C13%2C27.16%2C9.44%2C26.25-.11%2C21.47%2C0C17.61.09%2C15.79%2C2.62%2C15%2C7.51s-1.63%2C6.82-6.52%2C7.84C5.26%2C16%2C0%2C17.18%2C0%2C21.61c0%2C4.82%2C3%2C6.54%2C7.94%2C7.62%2C2.32.5%2C5%2C.5%2C6.55%2C4.26%2C1.43%2C3.38%2C2.26%2C8.83%2C6.92%2C8.83%2C4.22%2C0%2C5.33-5.14%2C6.24-9.23s3.7-4.51%2C7.1-5.65S41.94%2C26%2C41.83%2C20.81Z%22%20style%3D%22fill%3A%23fe767c%22%2F%3E%3C%2Fsvg%3E");
  background-size: 21px;
  content: '';
}

.heading--middle {
  color: #f66b71;
  font-size: 1.9rem;
  line-height: 1.74;
}

/* --------------------------------------------------------------------------
   .key-visual
--------------------------------------------------------------------------- */
.key-visual {
  position: relative;
  margin: 0 -25px;
}

.key-visual::before, .key-visual::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  content: '';
}

.key-visual::before {
  top: -16px;
  left: -18px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/kv_corner_lt.png");
}

.key-visual::after {
  right: -16px;
  bottom: -17px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/kv_corner_rb.png");
}

.key-visual__image {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.key-visual__image::before {
  display: block;
  padding-top: 62.62%;
  content: '';
}

/* --------------------------------------------------------------------------
   .key-visual .frame
--------------------------------------------------------------------------- */
.key-visual .frame {
  position: absolute;
  display: block;
}

.key-visual .frame--top, .key-visual .frame--bottom {
  left: -6px;
  width: calc(100% + 12px);
  height: 2px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_horizontal_md.png");
  background-size: auto;
  background-repeat: repeat-x;
}

.key-visual .frame--right, .key-visual .frame--left {
  top: -6px;
  width: 2px;
  height: calc(100% + 12px);
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_vertical_md.png");
  background-size: auto;
  background-repeat: repeat-y;
}

.key-visual .frame--top {
  top: -6px;
}

.key-visual .frame--right {
  right: -6px;
}

.key-visual .frame--bottom {
  bottom: -6px;
}

.key-visual .frame--left {
  left: -6px;
}

/* .contents__body
----------------------------------------------------------------- */
.contents__body {
  padding-top: 30px;
}

.contents__body > *:first-child {
  margin-top: 0;
}

.contents__body > .profiles:first-child {
  margin-top: -30px;
}

/* .heading
----------------------------------------------------------------- */
.contents .heading {
  margin-top: 30px;
}

/* .text
----------------------------------------------------------------- */
.contents .text {
  margin-top: 19px;
}

/* .block, .quote, .link
----------------------------------------------------------------- */
.contents .block,
.contents .quote,
.contents .link {
  margin-top: 27px;
}

/* .talks
----------------------------------------------------------------- */
.contents .talks {
  margin-top: 29px;
}

/* .figures
----------------------------------------------------------------- */
.contents .figures {
  margin-top: 26px;
}

/* .profiles
----------------------------------------------------------------- */
.contents .profiles {
  margin-top: 25px;
  border: 1px dashed #e08590;
  border-right: 0;
  border-left: 0;
}

.contents .profiles:first-child {
  border-top: 0;
}

.contents .profiles:last-child {
  border-bottom: 0;
}

/* .social
----------------------------------------------------------------- */
.contents .social {
  margin-top: 35px;
}

.link-box__image > img {
  width: 100%;
  height: auto;
}

.link-box .c-btn {
  max-width: 325px;
  width: 100%;
  height: 45px;
  border-radius: 23px;
  color: #fff;
  text-decoration: none;
}

.link-box .c-btn__label {
  font-size: 14px;
}

.link-box .c-btn .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.c-btn--tokusyu {
  background-color: #609ae3;
}

.c-btn--life {
  background-color: #ff7272;
}

.c-btn--tayori {
  background-color: #73b049;
}

.c-btn--gurutto {
  background-color: #c3a459;
}

.c-btn--nikki {
  background-color: #f1a64c;
}

/* --------------------------------------------------------------------------
   .link
--------------------------------------------------------------------------- */
.contents .link {
  padding: 13px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.87;
}

.post__close {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/post_close_button_bg.png");
  background-size: 60px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.post-modal-button {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 100;
}

.post-input__header {
  text-align: center;
}

.post-input__confirm .c-btn .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.post-confirm__header {
  text-align: center;
}

.post-confirm__buttons .c-btn .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.post-confirm__buttons .c-btn--back .i-arrow-r {
  right: auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.post-complete__repost .c-btn .i-arrow-r {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.post-complete__close {
  margin: 25px 0 0;
}

.post-complete__close .c-btn {
  max-width: 325px;
  width: 100%;
  height: 45px;
  border-radius: 23px;
}

.post-complete__close .c-btn__content {
  font-weight: 500;
  font-size: 13px;
}

.post-complete__close .c-btn__label {
  position: relative;
  top: -.1em;
  display: block;
  padding: 0 17px 0 0;
  letter-spacing: .07em;
}

.post-complete__close .c-btn__label::before, .post-complete__close .c-btn__label::after {
  position: absolute;
  top: 2px;
  right: -1px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.post-complete__close .c-btn__label::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.post-complete__close .c-btn__label::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* --------------------------------------------------------------------------
   .profiles
--------------------------------------------------------------------------- */
.contents .profiles {
  padding: 35px 0 30px;
}

.contents .profiles__item + .profiles__item {
  margin-top: 24px;
}

/* --------------------------------------------------------------------------
   .profile
--------------------------------------------------------------------------- */
.contents .profile__thumb {
  line-height: 1;
}

.contents .profile__thumb .thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border: 1px dashed #e08590;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 1;
}

.contents .profile__thumb .thumb span {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: middle;
}

.contents .profile__header {
  margin-left: 7px;
  padding: 10px;
  font-weight: 500;
}

.contents .profile__position {
  font-size: 1.3rem;
}

.contents .profile .name {
  position: relative;
  z-index: 1;
  font-size: 1.7rem;
  line-height: 2;
}

.contents .profile .name::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ffd7dc;
  content: '';
}

.contents .profile .name span {
  margin-left: .2em;
  font-size: 1.3rem;
}

.contents .profile__text {
  font-size: 1.4rem;
  line-height: 1.86;
}

/* --------------------------------------------------------------------------
   .profile .row
--------------------------------------------------------------------------- */
.contents .profile .row {
  display: flex;
}

.contents .profile .row__header {
  display: flex;
  align-items: center;
}

.contents .profile .row__contents {
  padding: 13px 0 0;
}

/* --------------------------------------------------------------------------
   .quote
--------------------------------------------------------------------------- */
.contents .quote {
  position: relative;
  padding: 24px 20px 13px;
  border: 1px solid #f2dcdc;
  border-radius: 2px;
  background-color: #fcf0f0;
  font-size: 1.5rem;
  line-height: 1.87;
}

.contents .quote::before {
  position: absolute;
  top: -8px;
  left: 19px;
  display: block;
  width: 33px;
  height: 27px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/quote_sm.png");
  background-size: 100%;
  content: '';
}

.contents .quote q {
  display: block;
  quotes: none;
}

/* --------------------------------------------------------------------------
	 .sec-related-posts
--------------------------------------------------------------------------- */
.sec-related-posts {
  position: relative;
  padding: 46px 0 49px;
  background: url("/komachi-official/assets/images/bg_pattern01.png");
  background-size: 100px;
}

.sec-related-posts__heading {
  margin-bottom: 13px;
  text-align: center;
}

.sec-related-posts__heading img {
  position: relative;
  left: -2px;
}

.sec-related-posts::before, .sec-related-posts::after {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  content: '';
}

.sec-related-posts::before {
  top: 0;
  height: 7px;
  background: url("/komachi-official/assets/images/teinei-tsushin/border_pattern01_sm.png") repeat-x;
  background-size: 17px 7px;
}

.sec-related-posts::after {
  bottom: -4px;
  background: url("/komachi-official/assets/images/teinei-tsushin/list_wave_bottom.png") repeat-x;
  background-size: 53px 4px;
}

/* --------------------------------------------------------------------------
	 .sec-related-posts .grid
--------------------------------------------------------------------------- */

.sec-related-posts .grid__item:nth-child(n + 5) {
  display: none;
  opacity: 0;
}

.sec-related-posts .grid.is-expanded .grid__item {
  display: block;
}

.sec-related-posts .grid.is-shown .grid__item:nth-child(n + 5) {
  opacity: 1;
  transition: opacity .6s;
}

/* --------------------------------------------------------------------------
	 .sec-related-posts .article
--------------------------------------------------------------------------- */
.sec-related-posts .article {
  position: relative;
}

.sec-related-posts .article__image {
  position: relative;
}

.sec-related-posts .article__image::before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: '';
}

.sec-related-posts .article__image::after {
  display: block;
  padding-top: 62.67%;
  content: '';
}

.sec-related-posts .article__image img,
.sec-related-posts .article__image svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sec-related-posts .article__body {
  margin-top: -2px;
  padding-left: 13px;
  letter-spacing: -.001em;
}

.sec-related-posts .article__heading {
  margin-top: 9px;
  color: #372300;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.58;
}

.sec-related-posts .article__date {
  display: block;
  color: #a59178;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
}

.sec-related-posts .article__date::before {
  display: block;
  padding-top: 62.67%;
  content: '';
}

.sec-related-posts .article--category1 .article__image::before {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/article_back01.png");
}

.sec-related-posts .article--category2 .article__image::before {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/article_back02.png");
}

.sec-related-posts .article--category3 .article__image::before {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/article_back03.png");
}

.sec-related-posts .article--category4 .article__image::before {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/article_back04.png");
}

.sec-related-posts .article--category5 .article__image::before {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/article_back05.png");
}

/* --------------------------------------------------------------------------
	 .sec-related-posts .see-more
--------------------------------------------------------------------------- */
.sec-related-posts .see-more {
  margin-top: 31px;
  text-align: center;
}

.sec-related-posts .see-more.is-disabled {
  display: none;
}

/* --------------------------------------------------------------------------
   .share
--------------------------------------------------------------------------- */
.contents .share {
  margin: 0 -25px;
  padding: 30px 25px;
  border-top: 1px solid #efefef;
  background-color: #fff;
}

.contents .share li + li {
  margin-top: 10px;
}

/* --------------------------------------------------------------------------
   .share .item
--------------------------------------------------------------------------- */
.contents .share .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  background-color: #aaa;
  background-size: 50px;
  background-repeat: repeat;
}

.contents .share .item img {
  position: relative;
}

.contents .share .item--x {
  background: #4f3200;
}

.contents .share .item--x img {
  position: relative;
  top: -1px;
}

.contents .share .item--line {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/bg_share_line.png");
}

.contents .share .item--fb {
  background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/bg_share_fb.png");
}

.contents .social {
  position: relative;
  text-align: center;
}

.contents .social .instagram-media {
  margin: 0 auto !important;
  min-width: auto !important;
}

.contents .social .youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.contents .social .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents .social .twitter-tweet {
  margin: 0 auto !important;
}

.contents .social .fb-post > span {
  display: block !important;
  margin: 0 auto;
  max-width: 100%;
}

.contents .social .fb-post iframe {
  max-width: 100%;
}

/* --------------------------------------------------------------------------
   .tags
--------------------------------------------------------------------------- */
.contents .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}

.contents .tags__item {
  padding: 5px 0 0 5px;
}

/* --------------------------------------------------------------------------
   .tags .tag
--------------------------------------------------------------------------- */
.contents .tags .tag {
  display: block;
  padding: 4px 6px 6px;
  border-radius: 2px;
  background-color: #946516;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/tag_bg_pattern.jpg");
  background-size: 44px 17px;
  background-repeat: repeat;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   .talk
--------------------------------------------------------------------------- */
.contents .talk dt {
  font-weight: 500;
  font-size: 1.8rem;
}

.contents .talk dd {
  margin-top: 9px;
  font-size: 1.7rem;
  line-height: 2;
}

.contents .talk__name {
  position: relative;
  z-index: 1;
}

.contents .talk__name::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #ffd7dc;
  content: '';
}

.contents .talk__name span {
  margin-left: .2em;
  font-size: 1.3rem;
}

.contents .talk + .talk {
  margin-top: 19px;
}

/* --------------------------------------------------------------------------
   .text
--------------------------------------------------------------------------- */
.contents .text {
  font-size: 1.7rem;
  line-height: 2;
}

/* --------------------------------------------------------------------------
   .category-navigation
--------------------------------------------------------------------------- */
.category-navigation {
  position: relative;
  background: url("/komachi-official/assets/images/teinei-tsushin/bg_pattern01.jpg");
  background-size: 330px;
}

.category-navigation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: url("/komachi-official/assets/images/teinei-tsushin/border_pattern01_md.png") repeat-x;
  content: '';
}

/* --------------------------------------------------------------------------
   .category-navigation .nav
--------------------------------------------------------------------------- */

.category-navigation .nav__item {
  border-bottom: 1px dashed #ead4a2;
}

.category-navigation .nav__item:last-child {
  border-bottom: 0;
}

/* --------------------------------------------------------------------------
   .category-navigation .item
--------------------------------------------------------------------------- */
.category-navigation .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.category-navigation .item__label {
  position: relative;
  top: -4px;
  margin-left: 15px;
}

.category-navigation .item .i-arrow-r {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 16px;
  font-size: 1.6rem;
}

.category-navigation .item--category01 .i-arrow-r {
  color: #cbab61;
}

.category-navigation .item--category02 .i-arrow-r {
  color: #80b75e;
}

.category-navigation .item--category03 .i-arrow-r {
  color: #ff7e7e;
}

.category-navigation .item--category04 .i-arrow-r {
  color: #70a1e7;
}

.category-navigation .item--category05 .i-arrow-r {
  color: #f6a74f;
}

/* --------------------------------------------------------------------------
   .category-navigation .back-to-top
--------------------------------------------------------------------------- */
.category-navigation .back-to-top {
  padding: 30px 0 40px;
  border-top: 1px dashed #ead4a2;
  text-align: center;
}

.category-navigation .back-to-top .c-btn .i-arrow-r,
.category-navigation .back-to-top .c-btn .i-arrow-l {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.category-navigation .back-to-top .c-btn img {
  width: 193px;
  height: 15px;
}

/* --------------------------------------------------------------------------
   .category-navigation-accordion
--------------------------------------------------------------------------- */

.category-navigation-accordion .accordion-toggler {
  display: block;
  width: 100%;
  height: 65px;
  background-color: #ff8292;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category-nav_pattern.png");
  background-size: 66px;
  background-repeat: repeat;
}

.category-navigation-accordion .accordion-toggler__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.category-navigation-accordion .accordion-toggler__inner::before, .category-navigation-accordion .accordion-toggler__inner::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.category-navigation-accordion .accordion-toggler__inner::after {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.category-navigation-accordion .accordion-toggler.is-expanded .accordion-toggler__inner::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.category-navigation-accordion .category-navigation-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-navigation-accordion .close {
  padding: 30px 25px;
  border-top: 1px dashed #ead4a2;
  text-align: center;
}

/* --------------------------------------------------------------------------
   .category-navigation-bar
--------------------------------------------------------------------------- */

/* .category-navigation-bar .nav
----------------------------------------------------------------- */
.category-navigation-bar .nav {
  display: flex;
}

.category-navigation-bar .nav__item {
  position: relative;
  width: 20%;
}

.category-navigation-bar .nav__item::before, .category-navigation-bar .nav__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 2px;
  height: 43px;
  background-image: linear-gradient(0deg, #fff 20%, #e8e0cc 20%, #e8e0cc 50%, #fff 50%, #fff 70%, #e8e0cc 70%, #e8e0cc 100%);
  background-size: 10px 10px;
  background-repeat: repeat-y;
  content: '';
}

.category-navigation-bar .nav__item::before {
  left: -2px;
}

.category-navigation-bar .nav__item::after {
  right: 0;
}

.category-navigation-bar .nav__item:not(:last-child)::after {
  display: none;
}

/* .category-navigation-bar .item
----------------------------------------------------------------- */
.category-navigation-bar .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 89px;
}

.category-navigation-bar .item img {
  position: relative;
  z-index: 1;
  display: block;
}

.category-navigation-bar .item__inner {
  position: relative;
  display: block;
}

.category-navigation-bar .item__inner::before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  content: '';
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.category-navigation-bar .item:hover .item__inner::before {
  opacity: 1;
}

.category-navigation-bar .item--category1 .item__inner::before {
  width: 131px;
  height: 15px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active01.png");
}

.category-navigation-bar .item--category2 .item__inner::before {
  width: 114px;
  height: 15px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active02.png");
}

.category-navigation-bar .item--category3 .item__inner::before {
  width: 156px;
  height: 15px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active03.png");
}

.category-navigation-bar .item--category4 .item__inner::before {
  width: 100px;
  height: 15px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active04.png");
}

.category-navigation-bar .item--category5 .item__inner::before {
  width: 111px;
  height: 15px;
  background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active05.png");
}

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .contents .block {
    padding: 20px 29px;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.93;
  }
  .comment-area {
    display: block;
    margin: 0 0 55px;
    border-top: 1px dashed #e17986;
  }
  .comment {
    padding: 61px 0 59px;
  }
  .comment__sub img {
    left: -2px;
    width: 124px;
    height: 51px;
  }
  .comment__heading {
    margin: 26px 0 0;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.84;
  }
  .comment__post {
    display: none;
  }
  .comment__main {
    margin: 29px 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #fff;
  }
  .comment__comments {
    padding: 0 38px;
  }
  .comment__more {
    margin: 0 -1px;
  }
  .comment__moreButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 66px;
    border-radius: 0 0 7px 7px;
    background-size: 20px;
    box-shadow: inset 0 0 38px rgba(145, 115, 43, 0.5);
    color: #fff;
    font-weight: 500;
  }
  .comment__moreButton-inner {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .comment__moreButton-label {
    position: relative;
    top: -.02em;
    padding: 0 20px 0 0;
    letter-spacing: .1em;
  }
  .comment__moreButton-label::before,
  .comment__moreButton-label::after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 14px;
    height: 2px;
    background-color: #fff;
    content: '';
  }
  .comment__moreButton:hover .comment__moreButton-label::before {
    -webkit-animation: rotate1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s alternate;
            animation: rotate1 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s alternate;
  }
  .comment__moreButton:hover .comment__moreButton-label::after {
    -webkit-animation: rotate2 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s alternate;
            animation: rotate2 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s alternate;
  }
  .comment-block {
    padding: 25px 0 30px;
  }
  .comment-block:first-child {
    padding: 34px 0 29px;
  }
  .comment-block:last-child {
    padding: 34px 0 26px;
  }
  .comment-block + .comment-block {
    border-top: 1px dashed #ecdfcf;
  }
  .comment-unit--reply::before {
    position: absolute;
    top: 1px;
    left: -29px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece1d3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9B%E3%82%99%E3%83%BC%E3%83%88%E3%82%99%202%3C%2Ftitle%3E%3Cpolygon%20points%3D%2211.29%207.71%2011.29%207.71%2011.29%207.71%2011.29%207.71%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18%2C12h0a1%2C1%2C0%2C0%2C0-.29-.7h0l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H5A3%2C3%2C0%2C0%2C1%2C2%2C8V1A1%2C1%2C0%2C0%2C0%2C0%2C1H0V8a5%2C5%2C0%2C0%2C0%2C5%2C5h9.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C1.42%2C1.42l5-5h0a1%2C1%2C0%2C0%2C0%2C.21-.32A1%2C1%2C0%2C0%2C0%2C18%2C12Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px;
    content: '';
  }
  .comment-unit + .comment-unit {
    margin: 15px 0 0 80px;
  }
  .comment-unit__contributorIcon {
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .comment-unit__contributorName {
    position: relative;
    top: -.08em;
    flex: 1;
    margin: 0 0 0 10px;
    min-width: 0;
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 18px;
  }
  .comment-unit__body {
    margin: 9px 0 0;
    padding: 16px 30px 17px 20px;
    border-radius: 7px;
    background-color: #fcf7ec;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 1.625;
  }
  .comment-unit__postedDate {
    margin: 8px 0 0;
  }
  .contents-wrap {
    padding: 60px 0 89px;
    background-size: auto;
  }
  .contents-wrap::before {
    height: 12px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/border_pattern01_md.png");
    background-size: auto;
  }
  .contents {
    margin: 0 auto;
    max-width: 900px;
    border: 1px solid #efe7d2;
    border-radius: 10px;
    background-size: auto;
    color: #543a0d;
  }
  .contents__inner {
    padding: 0 50px;
  }
  .contents__visual {
    margin-top: 40px;
  }
  .contents__body {
    padding: 0 0 99px;
  }
  .conversation {
    margin-top: 61px;
  }
  .conversation__speaker {
    width: 90px;
  }
  .conversation__speaker-picture {
    width: 90px;
    height: 90px;
    padding: 6px;
    border: 1px dashed #e9d1af;
  }
  .conversation__speaker-name {
    margin: 7px 5px 0;
    font-size: 14px;
    font-weight: 500;
  }
  .conversation__contents {
    flex: 0 0 auto;
    width: 562px;
    max-width: 562px;
    margin-left: 27px;
    padding-left: 0;
  }
  .conversation__heading {
    position: relative;
    padding: 0 0 0 26px;
    margin: 7px 0 16px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  .conversation__heading::before {
    top: 4px;
    bottom: auto;
    left: 6px;
    width: 6px;
    height: calc(100% - 6px);
    border-radius: 3px;
  }
  .conversation__talk {
    padding: 25px 34px 28px;
    font-size: 16px;
    line-height: 1.875;
    border-radius: 10px;
  }
  .conversation__talk::before {
    top: 30px;
    left: -13px;
    width: 15px;
    height: 27px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/conversation_triangle_md.png");
    background-size: 15px 27px;
  }
  .conversation--reverse .conversation__talk::before {
    right: -13px;
  }
  .conversation__talk-aside + .conversation__talk-text {
    margin-top: 12px;
  }
  .conversation__talk-aside {
    padding: 13px 23px 16px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.72;
    border-radius: 5px;
  }
  .conversation__talk-text + .conversation__talk-aside {
    margin-top: 13px;
  }
  .conversation--reverse .conversation__contents {
    padding-right: 0;
    margin-right: 30px;
  }
  .conversation + .conversation {
    margin-top: 40px;
  }
  .contents .figures {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .contents .figures--single .figures__item {
    padding: 0 15px;
    width: 100%;
  }
  .contents .figures--multi .figures__item {
    padding: 0 15px;
    width: 50%;
  }
  .contents .figures--multi .figures__item:nth-child(n + 3) {
    padding: 30px 15px 0;
  }
  .contents .figures--manga .figures__item {
    margin: 0 auto;
    padding: 0;
    width: 400px;
  }
  .contents .figure__caption {
    margin-top: 15px;
    padding: 11px 15px 13px;
    border-radius: 5px;
    font-size: 1.3rem;
  }
  .contents .figure__caption::before {
    top: -8px;
    left: 25px;
    width: 14px;
    height: 14px;
  }
  .contents .figure .frame--top, .contents .figure .frame--bottom {
    width: calc(100% + 1px);
    height: 2px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_horizontal_md.png");
    background-size: auto;
  }
  .contents .figure .frame--right, .contents .figure .frame--left {
    width: 2px;
    height: calc(100% + 1px);
    background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/figure_border_vertical_md.png");
    background-size: auto;
  }
  .contents .figure .frame--top {
    top: -1px;
  }
  .contents .figure .frame--right {
    right: -1px;
  }
  .contents .figure .frame--bottom {
    bottom: -1px;
  }
  .contents .figure .frame--left {
    left: -1px;
  }
  .header {
    padding: 56px 0 0;
  }
  .header__category {
    top: -12px;
    left: -50px;
  }
  .header__category img {
    width: 157px;
    height: 43px;
  }
  .header__heading {
    letter-spacing: .04em;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.6;
  }
  .header__date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #644208;
    font-weight: 500;
    font-size: 1.3rem;
  }
  .header__tags {
    margin-top: 36px;
  }
  .heading--large {
    padding-left: 44px;
    font-size: 2.6rem;
    line-height: 1.65;
  }
  .heading--large::before {
    top: .4em;
    left: -1px;
    width: 29px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20175.99%20153.44%22%3E%20%3Cpath%20fill%3D%22%23fe767c%22%20d%3D%22M103.23%2051.35c0-10.65-14.6-13.18-20.77-14.59S68.71%2032%2067%2023.29%2064.78-.28%2053%200c-9.55.23-14%206.46-16%2018.53s-4%2016.83-16.1%2019.36C13%2039.55%200%2042.39%200%2053.33c0%2011.89%207.35%2016.13%2019.6%2018.8%205.71%201.24%2012.22%201.25%2016.15%2010.52%203.54%208.34%205.58%2021.79%2017.1%2021.79%2010.41%200%2013.13-12.69%2015.37-22.79s9.14-11.12%2017.55-13.93%2017.74-3.46%2017.46-16.37zM174.11%20121c0-6.3-8.64-7.8-12.29-8.63s-8.14-2.83-9.14-8-1.33-14-8.31-13.78c-5.65.13-8.3%203.82-9.47%2011s-2.38%2010-9.53%2011.46c-4.69%201-12.37%202.67-12.37%209.15%200%207%204.35%209.55%2011.6%2011.12%203.38.74%207.24.74%209.56%206.23%202.1%204.94%203.31%2012.9%2010.12%2012.9%206.17%200%207.78-7.51%209.11-13.49s5.41-6.59%2010.38-8.25%2010.51-2.05%2010.34-9.71z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 29px 25px;
  }
  .heading--middle {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .key-visual {
    margin: 0;
  }
  .contents__body {
    padding-top: 50px;
  }
  .contents__body > .profiles:first-child {
    margin-top: -50px;
  }
  .contents .heading {
    margin-top: 49px;
  }
  .contents .text {
    margin-top: 34px;
  }
  .contents .block,
  .contents .quote,
  .contents .link {
    margin-top: 40px;
  }
  .contents .figures {
    margin-top: 40px;
  }
  .contents .profiles {
    margin-top: 45px;
  }
  .contents .social {
    margin-top: 50px;
  }
  .link-box {
    display: flex;
    align-items: center;
    margin: 60px 7px 0;
    padding: 29px 30px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
  }
  .link-box--noImage {
    display: block;
    padding: 34px 29px 39px;
    text-align: center;
  }
  .link-box__spHeading {
    display: none;
  }
  .link-box__image {
    flex: 0 0 auto;
    padding: 0 0 5px;
    width: 48.4%;
  }
  .link-box__image > img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .link-box__contents {
    padding: 0 0 5px 30px;
    min-width: 0;
  }
  .link-box--noImage .link-box__contents {
    padding: 0 10px;
  }
  .link-box__pcHeading {
    color: #4a3310;
    word-wrap: break-word;
    letter-spacing: .07em;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    overflow-wrap: break-word;
  }
  .link-box__body {
    margin: 6px 0 0;
    color: #8e7f67;
    word-wrap: break-word;
    letter-spacing: .06em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: break-word;
  }
  .link-box--noImage .link-box__body {
    margin: 9px 0 0;
  }
  .link-box__link {
    margin: 14px 0 0;
  }
  .link-box--noImage .link-box__pcHeading + .link-box__link {
    margin: 15px 0 0;
  }
  .link-box .c-btn {
    max-width: 340px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .link-box .c-btn__label {
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 16px;
  }
  .link-box .c-btn .i-arrow-r {
    right: 22px;
    width: 7px;
    height: 16px;
  }
  .link-box--noImage .c-btn {
    max-width: 350px;
  }
  .c-btn--tokusyu {
    box-shadow: inset 0 0 15px #477ad2;
  }
  .c-btn--life {
    box-shadow: inset 0 0 15px #e14d4d;
  }
  .c-btn--tayori {
    box-shadow: inset 0 0 15px #559138;
  }
  .c-btn--gurutto {
    box-shadow: inset 0 0 15px #b5934c;
  }
  .c-btn--nikki {
    box-shadow: inset 0 0 15px #e68a35;
  }
  .contents .link {
    padding: 21px 28px;
  }
  .post {
    position: relative;
    border-top: 1px dashed #e17986;
  }
  .post__close {
    display: none;
  }
  .post-modal-button {
    display: none;
  }
  .post-input {
    top: 0;
    left: 0;
    padding: 60px 0 0;
    width: 100%;
  }
  .post-input__sub img {
    position: relative;
    left: -2px;
    width: 125px;
    height: 51px;
  }
  .post-input__heading {
    margin: 30px 0 0;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 24px;
  }
  .post-input__theme {
    display: none;
  }
  .post-input__main {
    display: flex;
    justify-content: space-between;
    margin: 34px 0 0;
    padding: 39px 39px 34px;
    border: 1px solid #f2f2f2;
    border-radius: 7px;
    background-color: #fff;
  }
  .post-input__item:first-child {
    max-width: 264px;
    width: 264px;
  }
  .post-input__item:last-child {
    margin-left: 30px;
    max-width: 424px;
    width: 424px;
  }
  .post-input__item-label {
    display: flex;
    align-items: center;
    padding: 0 0 0 3px;
    line-height: 1;
  }
  .post-input__item-labelText {
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 18px;
  }
  .post-input__item-labelRequire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 6px;
    width: 40px;
    height: 22px;
    border-radius: 3px;
    background-color: #f66571;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }
  .post-input__item-input {
    margin: 16px 0 0;
  }
  .post-input__item-note {
    margin: 5px 0 0 1px;
    letter-spacing: .02em;
    font-size: 14px;
  }
  .post-input__item-invalid {
    position: relative;
    display: none;
    margin: 2px 0 0;
    padding: 0 0 0 24px;
    color: #ff4d33;
    letter-spacing: .03em;
    font-size: 14px;
    line-height: 1.72;
  }
  .post-input__item-invalid::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218px%22%20height%3D%2218px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(242%2C%2099%2C%2063)%22%20d%3D%22M9.000%2C-0.000%20C13.971%2C-0.000%2018.000%2C4.030%2018.000%2C9.000%20C18.000%2C13.971%2013.971%2C18.000%209.000%2C18.000%20C4.029%2C18.000%20-0.000%2C13.971%20-0.000%2C9.000%20C-0.000%2C4.030%204.029%2C-0.000%209.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M8.000%2C14.000%20L8.000%2C12.000%20L10.000%2C12.000%20L10.000%2C14.000%20L8.000%2C14.000%20ZM8.000%2C4.000%20L10.000%2C4.000%20L10.000%2C10.000%20L8.000%2C10.000%20L8.000%2C4.000%20Z%22%2F%3E%3C%2Fsvg%3E");
    content: '';
  }
  .post-input__control {
    padding: 14px 16px 17px;
    width: 100%;
    border-radius: 7px;
    background-color: #fcf7ec;
    letter-spacing: .07em;
  }
  .post-input__control::-webkit-input-placeholder {
    color: #c7bcab;
  }
  .post-input__control:-ms-input-placeholder {
    color: #c7bcab;
  }
  .post-input__control::-ms-input-placeholder {
    color: #c7bcab;
  }
  .post-input__control::placeholder {
    color: #c7bcab;
  }
  .post-input__control:-ms-input-placeholder {
    color: #c7bcab;
  }
  .post-input__control::-ms-input-placeholder {
    color: #c7bcab;
  }
  .post-input__control--textarea {
    min-height: 119px;
    height: 119px;
  }
  .post-input__confirm {
    margin: 30px 0 0;
    text-align: center;
  }
  .post-input__notes {
    margin: 25px 0 0;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 1.58;
  }
  .post-input__notes li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .post-input__notes li + li {
    margin-top: 10px;
  }
  .post-input__confirm .c-btn {
    max-width: none;
    width: 350px;
    height: 66px;
    border-radius: 33px;
  }
  .post-input__confirm .c-btn .c-btn__content {
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 18px;
  }
  .post-input__confirm .c-btn .i-arrow-r {
    right: 29px;
    width: 10px;
    height: 18px;
    font-size: 18px;
  }
  .post-confirm {
    top: 0;
    left: 0;
    display: none;
    padding: 60px 0 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .post-confirm__sub img {
    position: relative;
    left: -2px;
    width: 125px;
    height: 51px;
  }
  .post-confirm__heading {
    margin: 30px 0 0;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 24px;
  }
  .post-confirm__main {
    margin: 34px 0 0;
  }
  .post-confirm__preview {
    padding: 35px 39px 39px;
    border: 1px solid #f2f2f2;
    border-radius: 7px;
    background-color: #fff;
  }
  .post-confirm__note {
    margin: 34px 0 0;
    text-align: center;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 1.72;
  }
  .post-confirm__buttons {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
  }
  .post-confirm__buttons > li + li {
    margin-left: 20px;
  }
  .post-confirm__buttons .c-btn {
    max-width: none;
    width: 305px;
    height: 66px;
    border-radius: 33px;
  }
  .post-confirm__buttons .c-btn .c-btn__content {
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 18px;
  }
  .post-confirm__buttons .c-btn .i-arrow-r {
    right: 29px;
    width: 10px;
    height: 18px;
    font-size: 18px;
  }
  .post-confirm__buttons .c-btn--back .i-arrow-r {
    left: 29px;
  }
  .post-complete {
    top: 0;
    left: 0;
    display: none;
    padding: 60px 0 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .post-complete__header {
    text-align: center;
  }
  .post-complete__sub img {
    position: relative;
    left: -2px;
    width: 125px;
    height: 51px;
  }
  .post-complete__heading {
    margin: 30px 0 0;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 24px;
  }
  .post-complete__main {
    margin: 34px 0 0;
  }
  .post-complete__thanks {
    position: relative;
    margin: 0 50px;
    padding: 31px 49px;
    border: 1px solid #f2f2f2;
    border-radius: 7px;
    background-color: #fff;
  }
  .post-complete__message {
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 1.875;
  }
  .post-complete__charactor {
    position: absolute;
    right: 2px;
    bottom: -1px;
  }
  .post-complete__repost {
    margin: 30px 0 0;
    text-align: center;
  }
  .post-complete__repost .c-btn {
    position: relative;
    left: -9px;
    max-width: none;
    width: 365px;
    height: 66px;
    border-radius: 33px;
  }
  .post-complete__repost .c-btn .c-btn__content {
    padding: 0 0 0 23px;
    letter-spacing: .08em;
    font-weight: 500;
    font-size: 18px;
  }
  .post-complete__repost .c-btn .i-arrow-r {
    left: 29px;
    width: 10px;
    height: 18px;
    font-size: 18px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .post-complete__close {
    display: none;
  }
  .contents .profiles {
    padding: 48px 0 51px;
  }
  .contents .profiles__item + .profiles__item {
    margin-top: 36px;
  }
  .contents .profile__thumb .thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 124px;
    height: 124px;
  }
  .contents .profile__thumb .thumb span {
    width: 110px;
    height: 110px;
  }
  .contents .profile__header {
    margin-left: 0;
    padding: 0 10px;
  }
  .contents .profile__position {
    font-size: 1.4rem;
  }
  .contents .profile .name {
    font-size: 2rem;
  }
  .contents .profile .name::before {
    height: 8px;
  }
  .contents .profile .name span {
    font-size: 1.5rem;
  }
  .contents .profile__text {
    line-height: 1.71;
  }
  .contents .profile .row__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 120px;
    width: 100%;
  }
  .contents .profile .row__header {
    display: block;
    width: calc(100% - 124px - 29px);
  }
  .contents .profile .row__contents {
    padding: 6px 0 0;
    width: calc(100% - 124px - 39px);
  }
  .contents .quote {
    padding: 20px 29px;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.93;
  }
  .contents .quote::before {
    top: -22px;
    left: 26px;
    width: 42px;
    height: 35px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/detail/quote_md.png");
  }
  .sec-related-posts {
    padding: 55px 0 66px;
    background-size: auto;
  }
  .sec-related-posts__heading {
    margin-bottom: 40px;
  }
  .sec-related-posts__heading img {
    width: 385px;
    height: 69px;
  }
  .sec-related-posts::before, .sec-related-posts::after {
    height: 9px;
  }
  .sec-related-posts::before {
    top: -9px;
    background: url("/komachi-official/assets/images/teinei-tsushin/list_wave_top.png") repeat-x;
    background-size: auto;
  }
  .sec-related-posts::after {
    bottom: -9px;
    background-size: auto;
  }
  .sec-related-posts .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -23px -16px 0;
  }
  .sec-related-posts .grid__item {
    padding: 23px 16px 0;
    width: 25%;
  }
  .sec-related-posts .article__image::before {
    top: 5px;
    left: 5px;
  }
  .sec-related-posts .article__body {
    position: relative;
    margin-top: 0;
    padding: 33px 15px 20px;
  }
  .sec-related-posts .article__tag {
    position: absolute;
    top: -21px;
    left: 8px;
  }
  .sec-related-posts .article__tag img {
    width: 157px;
    height: 43px;
  }
  .sec-related-posts .article__heading {
    margin-top: 0;
    line-height: 1.84;
    transition: color .3s;
  }
  .sec-related-posts .article__date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.3rem;
  }
  .sec-related-posts .article__date::before {
    display: none;
  }
  .sec-related-posts .article a:hover .article__image svg {
    -webkit-transform: translate3d(-3px, -3px, 0);
            transform: translate3d(-3px, -3px, 0);
  }
  .sec-related-posts .article--category1 a:hover .article__heading {
    color: #957a33;
  }
  .sec-related-posts .article--category2 a:hover .article__heading {
    color: #4e7630;
  }
  .sec-related-posts .article--category3 a:hover .article__heading {
    color: #ff4a4a;
  }
  .sec-related-posts .article--category4 a:hover .article__heading {
    color: #2166c0;
  }
  .sec-related-posts .article--category5 a:hover .article__heading {
    color: #c57111;
  }
  .sec-related-posts .see-more {
    margin-top: 24px;
  }
  .contents .share {
    display: flex;
    overflow: hidden;
    margin: 0 -50px;
    padding: 0;
  }
  .contents .share li {
    width: 50%;
  }
  .contents .share li:first-child {
    padding-right: 1px;
  }
  .contents .share li:last-child {
    padding-left: 1px;
  }
  .contents .share li + li {
    margin-top: 0;
  }
  .contents .share li:nth-child(2) {
    display: none;
  }
  .contents .share .item {
    width: 100%;
    height: 70px;
    border-top: 0;
    border-radius: 0;
  }
  .contents .share .item img {
    width: auto;
    height: auto;
    transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .contents .share .item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    opacity: .1;
    transition: -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .contents .share .item:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .contents .share .item--x {
    background-image: none;
  }
  .contents .share .item--x img {
    top: 0;
  }
  .contents .share .item--fb {
    background-color: #1877f3;
    background-image: none;
  }
  .contents .social {
    padding: 0 70px;
  }
  .contents .tags {
    margin: -10px 0 0 -10px;
  }
  .contents .tags__item {
    padding: 10px 0 0 10px;
  }
  .contents .tags .tag {
    padding: 8px 12px 9px;
    background-size: auto;
    font-size: 1.4rem;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .contents .tags .tag:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .contents .talk dd {
    margin-top: 15px;
  }
  .contents .talk__name {
    font-size: 1.7rem;
  }
  .contents .talk__name::before {
    bottom: 0;
    height: 8px;
  }
  .contents .talk__name span {
    font-size: 1.5rem;
  }
  .contents .talk + .talk {
    margin-top: 35px;
  }
  .category-navigation {
    padding: 68px 0 90px;
    background-size: auto;
  }
  .category-navigation .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -42px -29px 0;
    border-top: 0;
  }
  .category-navigation .nav__item {
    padding: 42px 29px 0;
    border-bottom: 0;
  }
  .category-navigation .item {
    display: block;
    padding: 0;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .category-navigation .item:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .category-navigation .item__image img {
    width: 182px;
    height: 182px;
  }
  .category-navigation .item__label {
    top: 0;
    margin: -24px 0 0;
    text-align: center;
  }
  .category-navigation .item__label img {
    width: 157px;
    height: 43px;
  }
  .category-navigation .item .i-arrow-r {
    display: none;
  }
  .category-navigation .back-to-top {
    margin-top: 62px;
    padding: 0;
    border-top: 0;
  }
  .category-navigation .back-to-top .c-btn {
    width: 300px;
    height: 60px;
  }
  .category-navigation .back-to-top .c-btn .i-arrow-r,
  .category-navigation .back-to-top .c-btn .i-arrow-l {
    width: 8px;
    height: 15px;
    font-size: 1.53rem;
  }
  .category-navigation .back-to-top .c-btn img {
    width: 188px;
    height: 16px;
  }
  .category-navigation-accordion {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
  .contents .share {
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .comment-area {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px dashed #e08590;
  }
  .comment__sub img {
    left: -1px;
    width: 113px;
    height: 39px;
  }
  .comment__heading {
    padding: 18px 0 0;
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.65;
  }
  .comment__post {
    margin: 18px 0 0;
  }
  .comment__main {
    margin: 25px 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 7px;
    background-color: #fff;
  }
  .comment__comments {
    padding: 0 19px;
  }
  .comment__more {
    margin: 0 -1px;
  }
  .comment__moreButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 0 0 5px 5px;
    background-color: #ac8350;
    color: #fff;
    font-weight: 500;
  }
  .comment__moreButton-label {
    position: relative;
    top: -.04em;
    padding: 0 18px 0 0;
    letter-spacing: .1em;
  }
  .comment__moreButton-label::before,
  .comment__moreButton-label::after {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
    content: '';
  }
  .comment-block {
    padding: 17px 0 22px;
  }
  .comment-block + .comment-block {
    border-top: 1px dashed #ecdfcf;
  }
  .comment-unit--reply::before {
    position: absolute;
    top: -1px;
    left: -24px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ece1d3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%83%BC%E3%83%88%E3%83%9B%E3%82%99%E3%83%BC%E3%83%88%E3%82%99%202%3C%2Ftitle%3E%3Cpolygon%20points%3D%2211.29%207.71%2011.29%207.71%2011.29%207.71%2011.29%207.71%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M18%2C12h0a1%2C1%2C0%2C0%2C0-.29-.7h0l-5-5a1%2C1%2C0%2C0%2C0-1.42%2C1.42L14.59%2C11H5A3%2C3%2C0%2C0%2C1%2C2%2C8V1A1%2C1%2C0%2C0%2C0%2C0%2C1H0V8a5%2C5%2C0%2C0%2C0%2C5%2C5h9.59l-3.3%2C3.29a1%2C1%2C0%2C0%2C0%2C1.42%2C1.42l5-5h0a1%2C1%2C0%2C0%2C0%2C.21-.32A1%2C1%2C0%2C0%2C0%2C18%2C12Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px;
    content: '';
  }
  .comment-unit + .comment-unit {
    margin: 10px 0 0 40px;
  }
  .comment-unit__contributorIcon {
    display: block;
    overflow: hidden;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
  .comment-unit__contributorName {
    position: relative;
    top: -.08em;
    flex: 1;
    margin: 0 0 0 8px;
    min-width: 0;
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 13px;
  }
  .comment-unit__body {
    margin: 6px 0 0;
    padding: 12px 10px 12px 15px;
    border-radius: 5px;
    background-color: #fcf7ec;
    letter-spacing: .05em;
    font-size: 13px;
    line-height: 1.6;
  }
  .comment-unit--confirm .comment-unit__contributorName {
    letter-spacing: .15em;
  }
  .comment-unit--confirm .comment-unit__body {
    margin: 12px 0 0;
    padding: 13px 15px 13px 17px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #fff;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.68;
  }
  .contents .figures__item + .figures__item {
    margin-top: 20px;
  }
  .key-visual::before, .key-visual::after {
    display: none;
  }
  .key-visual .frame {
    display: none;
  }
  .link-box {
    margin: 30px 0 0;
    padding: 19px 0 24px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
  }
  .link-box__spHeading {
    padding: 0 26px;
    color: #4a3310;
    letter-spacing: .07em;
    font-size: 18px;
    line-height: 1.5;
  }
  .link-box__image {
    overflow: hidden;
    margin: 14px 0 0;
    padding: 0 22px;
    border-radius: 3px;
  }
  .link-box__pcHeading {
    display: none;
  }
  .link-box__body {
    margin: 16px 0 0;
    padding: 0 27px;
    color: #8e7f67;
    letter-spacing: .02em;
    font-size: 15px;
    line-height: 1.6;
  }
  .link-box--noImage .link-box__body {
    margin-top: 8px;
  }
  .link-box__link {
    margin: 15px 10px 0;
    padding: 0 18px;
    text-align: center;
  }
  .link-box__pcHeading + .link-box__link {
    margin-top: 21px;
  }
  .link-box--noImage .link-box__pcHeading + .link-box__link {
    margin-top: 15px;
  }
  .c-btn--tokusyu {
    box-shadow: inset 0 0 10px #477ad2;
  }
  .c-btn--life {
    box-shadow: inset 0 0 10px #e14d4d;
  }
  .c-btn--tayori {
    box-shadow: inset 0 0 10px #559138;
  }
  .c-btn--gurutto {
    box-shadow: inset 0 0 10px #b5934c;
  }
  .c-btn--nikki {
    box-shadow: inset 0 0 10px #e68a35;
  }
  .post-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1199;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 147, 112, 0.7);
    opacity: 0;
    pointer-events: none;
  }
  .post {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    z-index: 1200;
    visibility: hidden;
    width: 100%;
    height: calc(100% - 71px);
    background: url("/komachi-official/assets/images/bg_pattern01.png");
    background-size: 100px;
    opacity: 0;
    pointer-events: none;
  }
  .post__inner {
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .post-input {
    padding: 59px 25px 40px;
  }
  .post-input__sub img {
    width: 114px;
    height: 39px;
  }
  .post-input__heading {
    margin: 19px 0 0;
    padding-left: .12em;
    text-align: center;
    letter-spacing: .12em;
    font-weight: 500;
    font-size: 19px;
  }
  .post-input__theme {
    margin: 18px 0 0;
    border-right: 5px;
    text-align: left;
    letter-spacing: .05em;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.66;
  }
  .post-input__main {
    margin: 33px 0 0;
  }
  .post-input__item {
    position: relative;
  }
  .post-input__item:last-child {
    margin: 18px 0 0;
  }
  .post-input__item-label {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .post-input__item-labelText {
    font-weight: 500;
    font-size: 14px;
  }
  .post-input__item-labelRequire {
    position: relative;
    top: .2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 7px;
    padding: 0 0 2px;
    width: 30px;
    height: 17px;
    border-radius: 2.5px;
    background-color: #f66571;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
  }
  .post-input__item-input {
    margin: 9px 0 0;
  }
  .post-input__item-note {
    position: absolute;
    top: 5px;
    right: 0;
    letter-spacing: .02em;
    font-size: 10px;
  }
  .post-input__item-invalid {
    position: relative;
    display: none;
    margin: 6px 0 0;
    padding: 3px 0 0 26px;
    color: #ff4d33;
    font-weight: 500;
    font-size: 14px;
  }
  .post-input__item-invalid::before {
    position: absolute;
    top: 4px;
    left: 2px;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238px%22%20height%3D%2238px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%2077%2C%2051)%22%20d%3D%22M19.000%2C0.000%20C29.493%2C0.000%2038.000%2C8.506%2038.000%2C19.000%20C38.000%2C29.493%2029.493%2C38.000%2019.000%2C38.000%20C8.507%2C38.000%200.000%2C29.493%200.000%2C19.000%20C0.000%2C8.506%208.507%2C0.000%2019.000%2C0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M17.000%2C30.000%20L17.000%2C26.000%20L21.000%2C26.000%20L21.000%2C30.000%20L17.000%2C30.000%20ZM17.000%2C8.000%20L21.000%2C8.000%20L21.000%2C22.000%20L17.000%2C22.000%20L17.000%2C8.000%20Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 19px;
    content: '';
  }
  .post-input__control {
    padding: 10px 15px 9px;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 2.5px;
    background-color: #fff;
    letter-spacing: .05em;
    font-size: 16px;
  }
  .post-input__control::-webkit-input-placeholder {
    color: #cbc7c3;
  }
  .post-input__control:-ms-input-placeholder {
    color: #cbc7c3;
  }
  .post-input__control::-ms-input-placeholder {
    color: #cbc7c3;
  }
  .post-input__control::placeholder {
    color: #cbc7c3;
  }
  .post-input__control:-ms-input-placeholder {
    color: #cbc7c3;
  }
  .post-input__control::-ms-input-placeholder {
    color: #cbc7c3;
  }
  .post-input__control--textarea {
    min-height: 182px;
    height: 182px;
  }
  .post-input__confirm {
    margin: 21px 0 0;
  }
  .post-input__notes {
    margin: 21px 0 0;
    letter-spacing: .06em;
    font-size: 11px;
    line-height: 1.56;
  }
  .post-input__notes li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .post-input__notes li + li {
    margin-top: 7px;
  }
  .post-input__confirm .c-btn {
    max-width: 325px;
    width: 100%;
    height: 45px;
    border-radius: 23px;
  }
  .post-input__confirm .c-btn .c-btn__content {
    font-weight: 500;
    font-size: 13px;
  }
  .post-confirm {
    top: 0;
    left: 0;
    display: none;
    padding: 59px 25px 40px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .post-confirm__sub img {
    width: 114px;
    height: 39px;
  }
  .post-confirm__heading {
    margin: 19px 0 0;
    padding-left: .12em;
    text-align: center;
    letter-spacing: .12em;
    font-weight: 500;
    font-size: 19px;
  }
  .post-confirm__main {
    margin: 25px 0 0;
  }
  .post-confirm__note {
    margin: 21px 0 0;
    text-align: center;
    letter-spacing: .05em;
    font-size: 11px;
    line-height: 1.56;
  }
  .post-confirm__buttons {
    display: flex;
    flex-direction: column;
    margin: 22px 0 0;
  }
  .post-confirm__buttons > li:first-child {
    order: 2;
    margin-top: 15px;
  }
  .post-confirm__buttons > li:last-child {
    order: 1;
  }
  .post-confirm__buttons .c-btn {
    max-width: 325px;
    width: 100%;
    height: 45px;
    border-radius: 23px;
  }
  .post-confirm__buttons .c-btn .c-btn__content {
    font-weight: 500;
    font-size: 13px;
  }
  .post-confirm__buttons .c-btn--back .i-arrow-r {
    left: 18px;
  }
  .post-complete {
    top: 0;
    left: 0;
    display: none;
    padding: 59px 25px 40px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }
  .post-complete__header {
    text-align: center;
  }
  .post-complete__sub img {
    width: 114px;
    height: 39px;
  }
  .post-complete__heading {
    margin: 19px 0 0;
    padding-left: .12em;
    text-align: center;
    letter-spacing: .12em;
    font-weight: 500;
    font-size: 19px;
  }
  .post-complete__main {
    margin: 24px 0 0;
  }
  .post-complete__message {
    padding: 14px 12px 13px 21px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #fff;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 1.68;
  }
  .post-complete__charactor {
    text-align: center;
  }
  .post-complete__repost {
    display: none;
  }
  .post-complete__repost .c-btn {
    max-width: 325px;
    width: 100%;
    height: 45px;
    border-radius: 23px;
  }
  .post-complete__repost .c-btn .c-btn__content {
    font-weight: 500;
    font-size: 13px;
  }
  .sec-related-posts::after {
    display: none;
  }
  .sec-related-posts .grid__item + .grid__item {
    border-top: 1px dashed #e4ddce;
  }
  .sec-related-posts .article > a {
    display: flex;
    padding: 30px 0 19px;
  }
  .sec-related-posts .article__top {
    flex: 0 0 auto;
    padding-bottom: 20px;
    width: 38.46%;
  }
  .sec-related-posts .article__date {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    width: 38.46%;
  }
  .sec-related-posts .article__date span {
    display: block;
    margin-top: 8px;
  }
  .category-navigation::after {
    display: none;
  }
  .category-navigation-bar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .sec-related-posts .grid__item {
    padding: 40px 20px 0;
    width: 50%;
  }
  .category-navigation-bar .item img {
    width: 90px;
    height: 37px;
  }
  .category-navigation-bar .item--category1 .item__inner::before {
    width: 80px;
    height: 15px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active01_md.png");
  }
  .category-navigation-bar .item--category2 .item__inner::before {
    width: 72px;
    height: 15px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active02_md.png");
  }
  .category-navigation-bar .item--category3 .item__inner::before {
    width: 94px;
    height: 15px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active03_md.png");
  }
  .category-navigation-bar .item--category4 .item__inner::before {
    bottom: 2px;
    width: 100px;
    height: 15px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active04_md.png");
  }
  .category-navigation-bar .item--category5 .item__inner::before {
    width: 72px;
    height: 15px;
    background-image: url("/komachi-official/assets/images/teinei-tsushin/category_active05_md.png");
  }
}

@media (max-width: 374px) {
  .category-navigation .nav {
    margin: 0 -25px;
  }
  .category-navigation .item__image img {
    width: 70px;
    height: 70px;
  }
  .category-navigation-accordion .close {
    margin: 0 -25px;
  }
}

/*# sourceMappingURL=../../../../../maps/komachi-official/assets/styles/teinei-tsushin/detail/index.css.map */
