@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes fadeStyle {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes fadeStyle {
  0% {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes slideUp {
  0%, 20% {
    -webkit-transform: translateX(-50%) translateY(-16%);
            transform: translateX(-50%) translateY(-16%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-18%);
            transform: translateX(-50%) translateY(-18%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes slideUp {
  0%, 20% {
    -webkit-transform: translateX(-50%) translateY(-16%);
            transform: translateX(-50%) translateY(-16%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-18%);
            transform: translateX(-50%) translateY(-18%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg); } }

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0); }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); } }

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); } }

@-webkit-keyframes navbar-active {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(96vw);
            transform: translateX(96vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); } }

@keyframes navbar-active {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(96vw);
            transform: translateX(96vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); } }

@-webkit-keyframes navbar {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(96vw);
            transform: translateX(96vw); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes navbar {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(96vw);
            transform: translateX(96vw); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes search-active {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-96vw);
            transform: translateX(-96vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); } }

@keyframes search-active {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-96vw);
            transform: translateX(-96vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); } }

@-webkit-keyframes search {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-96vw);
            transform: translateX(-96vw); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes search {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); }
  40% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(-96vw);
            transform: translateX(-96vw); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

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

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

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

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

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"; }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes glitter {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.98;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"; }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes glitter2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes glitter2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes glitter-to-small {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes glitter-to-small {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.article-single__content {
  margin: auto;
  max-width: 600px;
  box-sizing: border-box;
  background-color: #fff; }
  .article-single__content__title {
    position: relative;
    text-align: center;
    margin: 30px auto 12px;
    padding: 30px 0 0;
    font-size: 80%;
    color: #999;
    font-weight: bold;
    margin:3vh auto 2vh;
    padding: 33px 0 0; }
    .article-single__content__title:after {
      content: '';
      width: 181.25px;
      height: 33.75px;
      background-image: url("/wp-content/themes/kg-farny/img/article/article__title-related-gray.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .article-single__content__profile {
    width: calc(100% - 20px);
    max-width: 450px;
    padding: 3vh 6vw 2.4vh;
    margin: auto;
    background-color: #fffaf9;
    border: 1px dashed #666;
    margin-top: 10px; }
    .article-single__content__profile__tit {
      text-align: center;
      margin-bottom: 0.5vh;
      font-weight: bold;
      color: #ff8e90;
      font-size: 92%; }
    .article-single__content__profile__box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 110%; }
      .article-single__content__profile__box__img {
        width: 100px;
        height: 100px;
        box-sizing: initial;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #fbfbfb;
        background-size: cover;
        background-position: center;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .article-single__content__profile__box__text {
        width: 53%;
        margin-left: 7%; }
        .article-single__content__profile__box__text__name {
          font-size: 104%;
          padding: 2vh 0 1vh;
          color: #333;
          text-decoration: underline; }
        .article-single__content__profile__box__text__day, .article-single__content__profile__box__text__place {
          font-size: 80%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .article-single__content__profile__box__text__day dt, .article-single__content__profile__box__text__place dt {
            width: 3.5em;
            margin: 0;
            padding: 0; }
          .article-single__content__profile__box__text__day dd, .article-single__content__profile__box__text__place dd {
            width: calc(100% - 3.5em); }
          .article-single__content__profile__box__text__day dt, .article-single__content__profile__box__text__day dd, .article-single__content__profile__box__text__place dt, .article-single__content__profile__box__text__place dd {
            margin: 0;
            padding: 0; }

.article-single__pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  margin-top: 30px; }

.article-single__pager-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  border: 1px solid #ff8e90;
  color: #ff8e90;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  width: 42vw;
  white-space: nowrap; }
  .article-single__pager-button img {
    width: 16px;
    margin: 0 5px; }
  @media (min-width: 600px) {
    .article-single__pager-button {
      width: 240px; } }

.top__content__article {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: auto; }
  .top__content__article__nav {
    width: 100%;
    height: 64px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch; }
    .top__content__article__nav__inner {
      max-width: 600px;
      padding: 20px 0;
      margin: auto;
      white-space: nowrap;
      text-align: center; }
      .top__content__article__nav__inner__item {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        pointer-events: auto; }
        .top__content__article__nav__inner__item:first-child {
          padding-left: 20px; }
        .top__content__article__nav__inner__item:last-child {
          margin-right: 20px; }
        .top__content__article__nav__inner__item span {
          padding: 2px 13.5px; }

.swiper-list,
.article__wrapper__content__list {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden; }
  .swiper-list__item,
  .swiper-list .article__wrapper__content__list__item,
  .article__wrapper__content__list__item,
  .article__wrapper__content__list .article__wrapper__content__list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-bottom: 1px dotted #cfcfcf; }
    .swiper-list__item:last-child,
    .swiper-list .article__wrapper__content__list__item:last-child,
    .article__wrapper__content__list__item:last-child,
    .article__wrapper__content__list .article__wrapper__content__list__item:last-child {
      /*border: none;*/ }
    .swiper-list__item__img,
    .swiper-list__item .article__wrapper__content__list__item__img,
    .swiper-list .article__wrapper__content__list__item__img,
    .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__img,
    .article__wrapper__content__list__item__img,
    .article__wrapper__content__list__item .article__wrapper__content__list__item__img,
    .article__wrapper__content__list .article__wrapper__content__list__item__img,
    .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__img {
      width: 120px;
      height: 120px;
      margin-top: 7px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      overflow: hidden;
      margin-right: 20px;
      box-sizing: border-box;
      border: 1px solid #fbfbfb;
      background-size: cover; }
    .swiper-list__item__text,
    .swiper-list__item .article__wrapper__content__list__item__text,
    .swiper-list .article__wrapper__content__list__item__text,
    .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text,
    .article__wrapper__content__list__item__text,
    .article__wrapper__content__list__item .article__wrapper__content__list__item__text,
    .article__wrapper__content__list .article__wrapper__content__list__item__text,
    .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text {
      width: calc(100% - 120px);
      font-size: 13px;
      box-sizing: border-box;
      color: #676767; }
      .swiper-list__item__text p,
      .swiper-list__item .article__wrapper__content__list__item__text p,
      .swiper-list .article__wrapper__content__list__item__text p,
      .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text p,
      .article__wrapper__content__list__item__text p,
      .article__wrapper__content__list__item .article__wrapper__content__list__item__text p,
      .article__wrapper__content__list .article__wrapper__content__list__item__text p,
      .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text p {
        margin: 0 0 3vh; }
      .swiper-list__item__text__user,
      .swiper-list__item__text .article__wrapper__content__list__item__text__user,
      .swiper-list__item .article__wrapper__content__list__item__text__user,
      .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .swiper-list .article__wrapper__content__list__item__text__user,
      .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user,
      .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user,
      .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 11px;
        width: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .swiper-list__item__text__user__name,
        .swiper-list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item__text .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name {
          width: 70%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .swiper-list__item__text__user__name__img,
          .swiper-list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__img,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__img {
            border: 1px solid #fbfbfb;
            width: 35px;
            height: 35px;
            background-size: cover;
            border-radius: 100%;
            overflow: hidden;
            margin-right: .5em;
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0; }
          .swiper-list__item__text__user__name__name,
          .swiper-list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__name__name,
          .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__name__name {
            width: auto; }
        .swiper-list__item__text__user__category,
        .swiper-list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item__text .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .swiper-list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .swiper-list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user__category,
        .article__wrapper__content__list .article__wrapper__content__list__item .article__wrapper__content__list__item__text .article__wrapper__content__list__item__text__user .article__wrapper__content__list__item__text__user__category {
          width: 50%;
          line-height: 1.2em;
          margin-left: 0.5em;
          text-align: right;
          font-weight: bold;
          color: #ff8e90; }

.swiper-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
  margin: 0 auto -10px; }

.swiper-wrapper,
.article__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  box-sizing: content-box; }

.swiper-slide__content,
.article__wrapper__content {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 10px; }

.swiper-list,
.article__wrapper__content__list {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-top: 1px dotted #cfcfcf; }

.swiper-pagination-active span {
  background-color: #fd9a9e;
  color: #fff;
  -webkit-animation: fadeStyle 0.5s ease 0s;
          animation: fadeStyle 0.5s ease 0s;
  padding: 2px 13.5px;
  border-radius: 20px; }

.foot__content {
  width: 100%;
  max-width: 600px;
  margin: auto;
  background: #fff; }
  .foot__content__banner {
    padding: 40px 30px; }
  .foot__content__shindan {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: url("/wp-content/themes/kg-farny/img/top/shindan__bg.jpg") no-repeat;
    background-size: cover;
    padding: 8vh 0;
    box-sizing: border-box; }
    .foot__content__shindan__box {
      width: 90%;
      min-height: 100px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: auto; }
      .foot__content__shindan__box p {
        color: #fff;
        font-weight: bold;
        width: 58%;
        font-size: 90%;
        line-height: 1.8;
        margin: 0 2% 0 0; }
      .foot__content__shindan__box__link {
        display: block;
        width: 40%;
        max-width: 160px;
        position: relative; }
        .foot__content__shindan__box__link .circle {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: auto;
          -webkit-animation: spin 96s linear infinite;
                  animation: spin 96s linear infinite; }
        .foot__content__shindan__box__link .button {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: auto; }
        .foot__content__shindan__box__link:hover {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .foot__content__big-banner {
    width: 100%;
    max-width: 600px;
    background: #fff;
    margin: auto;
    padding: 40px 0 0; }
    .foot__content__big-banner__item {
      display: block;
      width: 90%;
      text-align: center;
      margin: 0 auto 20px; }
  .foot__content__title-instagram {
    max-width: 600px;
    text-align: center;
    margin: 75px auto 10px;
    font-size: 100%;
    color: #999;
    font-weight: bold;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }
    .foot__content__title-instagram:after {
      content: '';
      width: 34.28571px;
      height: 34.28571px;
      background-image: url("/wp-content/themes/kg-farny/img/top/icon-instagram.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      right: 0;
      top: -35px;
      margin: auto; }
  .foot__content__instagram {
    max-width: 600px;
    margin: auto; }
    .foot__content__instagram__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0; }
      .foot__content__instagram__list__item {
        width: 30%;
        margin: 1.5%;
        border: 1px solid #f7f0ef; }
        .foot__content__instagram__list__item img {
          width: 100%;
          height: auto; }
  .foot__content__adviser {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0;
    background: #fff; }
    .foot__content__adviser__banner {
      width: 100%;
      height: auto; }
    .foot__content__adviser__box__text {
      font-size: 120%;
      color: #ff8e90;
      text-align: center;
      padding: 30px 0 10px;
      font-weight: bold; }
    .foot__content__adviser__box__list-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .foot__content__adviser__box__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -2.5% 0 0;
      padding: 0 20px;
      max-width: 500px; }
      .foot__content__adviser__box__list__item {
        width: 33%;
        height: auto;
        position: relative;
        padding-right: 10px; }
        .foot__content__adviser__box__list__item:after {
          content: "";
          display: block;
          width: 10px;
          height: 100%;
          background: url("/wp-content/themes/kg-farny/img/top/border-or.jpg");
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          right: 0; }
        .foot__content__adviser__box__list__item:last-child:after {
          content: none; }
        .foot__content__adviser__box__list__item a {
          width: 100%;
          display: block; }
          .foot__content__adviser__box__list__item a img {
            width: 100%;
            height: auto; }
      .foot__content__adviser__box__list__item__column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .foot__content__adviser__box__list__store-icon {
        width: 100px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 5px; }
        .foot__content__adviser__box__list__store-icon:first-child {
          margin-top: 0; }
        .foot__content__adviser__box__list__store-icon[data-type="ios"] {
          background-image: url("/wp-content/themes/kg-farny/img/top/download_icon_appstore.png"); }
        .foot__content__adviser__box__list__store-icon[data-type="android"] {
          background-image: url("/wp-content/themes/kg-farny/img/top/download_icon_googleplay.png"); }
    .foot__content__adviser__tel {
      font-size: 130%;
      font-weight: bold;
      padding: 23px 0;
      text-align: center; }
      .foot__content__adviser__tel a {
        color: #676767;
        width: 24px;
        height: 24px;
        background-image: url("/wp-content/themes/kg-farny/img/top/icon-tel.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: auto;
        padding: 10px 0 10px 26px;
        background-size: 22px 22px;
        background-position: 0 7px; }
  .foot__content__foot-links {
    margin: 30px 0 0; }
  .foot__content__foot-link-item {
    margin-right: 8px;
    margin-left: -8px;
    padding: 15px 15px;
    border-top: 1px dotted #cfcfcf;
    text-align: center; }
    .foot__content__foot-link-item:last-child {
      border-bottom: 1px dotted #cfcfcf; }
    .foot__content__foot-link-item a {
      color: #aaa;
      display: inline;
      font-weight: bold;
      width: 100%; }
  .foot__content__foot-link-icon {
    width: 35px; }
  .foot__content__foot-menu__list {
    margin: 0; }
    .foot__content__foot-menu__list__item {
      padding: 15px 15px;
      border-top: 1px dotted #cfcfcf; }
      .foot__content__foot-menu__list__item:last-child {
        border-bottom: 1px dotted #cfcfcf; }
      .foot__content__foot-menu__list__item a {
        color: #aaa;
        display: inline;
        font-weight: bold;
        width: 100%; }

.foot__copyright {
  position: relative;
  display: block;
  width: auto;
  font-size: 10px;
  text-align: center;
  padding: 8px 0px;
  color: #333;
  background-color: #e8eaed; }
  .foot__copyright:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    background: url("/wp-content/themes/kg-farny/img/common/icon_placole.png") left center no-repeat;
    width: 9px;
    height: 12px;
    background-size: cover; }
  .foot__copyright a {
    cursor: pointer;
    color: #000;
    text-decoration: underline; }

.foot__links {
  width: 100%;
  padding: 8px 0;
  font-size: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dotted #cfcfcf; }

.foot__link:before {
  content: "|";
  display: inline-block;
  margin: 0em 0.8em; }

.foot__link:first-child:before {
  content: ""; }

.foot__link a {
  color: #444; }


  /* スマートバナーー */
  .appbanner__bg{
    background: #f8f8f8;
    height: 70px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: none;
      position: fixed;
      width: 100%;
      z-index: 10;
      top: 0;
  }
  
  .appbanner__wrapper{
    padding-top: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 357px;
  }
  
  .app__star{
    width: 50px;
  }
  
  .banner__text{
    color: #2f2f2f;
    font-size: 11px;
    text-align: left;
    height:11px;
  }
  
  .star__number{
    font-size: 10px;
    color: #828282;
  }
  
  .bannericon{
    width: 50px;
    height: 50px;
  }
  .text__download{
    padding: 6px 12px;
    background: #ff8280;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
  }
  
  .banner__download{
  
  }
  
  .banner__content{
    padding-top: 6px;
    margin: 0 25px;
  }
  
  .app__link{
    text-decoration: none;
    padding-top: 9px;
  }
  
  .banner__star--box{
    text-align: left;
    padding-top: 2px;
  }
  
  .main_section {
    padding: 60px 0 0;
  }
  
  .header {
    height: 130px;
    padding: 0px 0 5px;
  }
  
  @media screen and (max-width: 330px){
    .banner__text {
      font-size: 10px;
  }
  .appbanner__wrapper {
      padding: 10px 5px 0px;
  }
  }
  

  /* ヘッダー */
.header-wrap {
  width: 100%;
  background: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0; }

.header {
  width: 100%;
  max-width: 600px;
  height: 64px;
  position: relative;
  margin: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #f1f1f1; }
  .header .navbar-logo {
    margin-top: -12px; }
  .header .line {
    position: absolute;
    top: 20px;
    right: 60px; }
    .header .line a {
      width: 24px;
      height: 24px;
      background-image: url("/wp-content/themes/kg-farny/img/top/menu__icon-line.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block; }

/*吹き出し*/
.balloon-write {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 5px;
    width: 110px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
.balloon-write:before{
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 13px solid #fff;
    z-index: 0;
}
/*ふわふわさせる*/
.balloon-write {
    display: none;
    position: absolute;
    top: 42px;
    right: 25px;
    animation: balloon_fluffy 1.5s linear infinite alternate 0.3s;
    -webkit-animation: balloon_fluffy 1.5s linear infinite alternate 0.3s;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
@keyframes balloon_fluffy {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-webkit-keyframes balloon_fluffy {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.menu, span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu {
  width: 25px;
  height: 17px; }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #aaaaaa;
    border-radius: 2px; }

.menu span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 .75s forwards;
          animation: menu-bar01 .75s forwards; }

.menu span:nth-of-type(2) {
  top: 5px;
  transition: all .25s .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.menu span:nth-of-type(3) {
  bottom: 5px;
  transition: all .25s .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.menu span:nth-of-type(4) {
  bottom: 0;
  -webkit-animation: menu-bar02 .75s forwards;
          animation: menu-bar02 .75s forwards; }

.menu.menu-active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
          animation: active-menu-bar01 .75s forwards; }

.menu.menu-active span:nth-of-type(2),
.menu.menu-active span:nth-of-type(3) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.menu.menu-active span:nth-of-type(4) {
  -webkit-animation: active-menu-bar03 .75s forwards;
          animation: active-menu-bar03 .75s forwards; }

.navbar-wrap {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  max-width: 600px;
  padding: 0; }

.navbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeOut 0.75s forwards;
          animation: fadeOut 0.75s forwards; }

.navbg-active {
  width: 100vw;
  height: 100%;
  -webkit-animation: fadeIn 0.75s forwards;
          animation: fadeIn 0.75s forwards; }

.navbar {
  -webkit-animation: navbar 0.75s forwards;
          animation: navbar 0.75s forwards; }

.navbar-active {
  -webkit-animation: navbar-active 0.75s forwards;
          animation: navbar-active 0.75s forwards; }

.navbar {
  position: absolute;
  top: 0;
  left: -100vw;
  height: calc(100vh - 63px);
  padding: 0;
  overflow: scroll;
  background: #fff;
  -webkit-overflow-scrolling: touch; }
  .navbar__box {
    padding: 2vh 4vh 100px;
    width: 90vw;
    max-width: 460px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    transition: all 0.4s ease-in-out 0s; }
    .navbar__box__shindan {
      width: auto;
      max-width: 360px;
      margin: 1vh auto; }

      .navbar__box__shindan a {
        cursor: pointer;
        pointer-events: auto;
        text-align: center;
        display: block;
      }
        .navbar__box__shindan a img {
          width: 95%;
          height: auto;
          margin: auto; 
          }
    .navbar__box__content > .menu-item {
      padding: 1.8vh 0px;
      font-weight: bold;
      letter-spacing: 0.05em;
      font-size: 115%; }
      .navbar__box__content > .menu-item.menu-item-has-children > a {
        pointer-events: none !important; }
        .navbar__box__content > .menu-item.menu-item-has-children > a:after {
          display: block !important; }
      .navbar__box__content > .menu-item > a {
        position: relative;
        transition: all 0.4s ease-in-out 0s;
        color: #676767;
        display: inline-block;
        transition: opacity 0.4s ease-out;
        cursor: pointer; }
        .navbar__box__content > .menu-item > a:hover {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
        .navbar__box__content > .menu-item > a:after {
          display: none;
          content: '▼';
          font-size: 50%;
          color: #676767;
          position: absolute;
          left: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin-left: 5px; }
        .navbar__box__content > .menu-item > a[data-tit-open="true"]:after {
          content: '▲';
          font-size: 50%;
          color: #676767;
          position: absolute;
          right: 0;
          top: center; }
      .navbar__box__content > .menu-item__sub,
      .navbar__box__content > .menu-item .sub-menu {
        height: 0;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        pointer-events: auto; }
        .navbar__box__content > .menu-item__sub[data-sub-open="true"],
        .navbar__box__content > .menu-item .sub-menu[data-sub-open="true"] {
          height: 100%;
          visibility: visible;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          transition: all 0.4s ease-in-out 0s; }
        .navbar__box__content > .menu-item__sub[data-sub-open="false"],
        .navbar__box__content > .menu-item .sub-menu[data-sub-open="false"] {
          height: 0;
          visibility: hidden;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          transition: all 0.2s ease-in-out 0s, opacity 1s ease-in-out 0s; }
        .navbar__box__content > .menu-item__sub li,
        .navbar__box__content > .menu-item .sub-menu li {
          font-size: 95%;
          text-indent: 1em;
          padding: 1vh 0; }
          .navbar__box__content > .menu-item__sub li a,
          .navbar__box__content > .menu-item .sub-menu li a {
            display: block; }
          .navbar__box__content > .menu-item__sub li:first-child,
          .navbar__box__content > .menu-item .sub-menu li:first-child {
            padding-top: 10px; }
          .navbar__box__content > .menu-item__sub li .small,
          .navbar__box__content > .menu-item .sub-menu li .small {
            font-size: 80%;
            letter-spacing: 0;
            line-height: 1.6; }
    .navbar__box__foot {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 4vh 0 0; }
      .navbar__box__foot__item {
        text-align: center;
        width: 33%;
        box-sizing: border-box; }
        .navbar__box__foot__item a {
          pointer-events: auto;
          display: block;
          font-weight: bold;
          font-size: 88%;
          line-height: 1.4; }
        .navbar__box__foot__item:nth-child(1) a {
          background: url("/wp-content/themes/kg-farny/img/menu/menu-icon01.png") no-repeat;
          background-position: center bottom 1vh;
          background-size: 36% auto;
          padding-bottom: 10vh; }
        .navbar__box__foot__item:nth-child(2) a {
          background: url("/wp-content/themes/kg-farny/img/menu/menu-icon02.png") no-repeat;
          background-position: center bottom 1vh;
          background-size: 36% auto;
          padding-bottom: 10vh; }
        .navbar__box__foot__item:nth-child(3) a {
          background: url("/wp-content/themes/kg-farny/img/menu/menu-icon03.png") no-repeat;
          background-position: center bottom 1vh;
          background-size: 36% auto;
          padding-bottom: 10vh; }
        .navbar__box__foot__item:nth-child(2) a {
          background-position: center bottom 1.5vh; }
        .navbar__box__foot__item:nth-child(3) a {
          background-position: center bottom 1.4vh;
          background-size: 28% auto; }

.search {
  position: absolute;
  right: -100vw;
  background: #fff;
  padding: 2vh 4vh;
  font-size: 14px;
  width: 90%;
  max-width: 460px;
  -webkit-animation: search 0.75s forwards;
          animation: search 0.75s forwards;
  height: 100vh;
  overflow-y: scroll; }
  .search .search-wrap {
    padding-bottom: 100px; }
  .search form {
    width: 90%;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search input[type="text"] {
    background: none;
    border: none;
    padding-right: 5%;
    border-bottom: 1px solid #676767; }
  .search button {
    background: none;
    margin-left: -5%;
    color: #676767; }
  .search__area {
    padding-top: 2vh; }
    .search__area__tit {
      margin: 3vh auto 5vh;
      text-align: center;
      text-indent: -9999px;
      width: 225px;
      height: 26.11111px;
      background-image: url("/wp-content/themes/kg-farny/img/menu/serch__title.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .search__keyword {
    padding-top: 8vh;
    margin-bottom: 5vh; }
    .search__keyword__tit {
      margin: 2vh auto;
      text-align: center;
      text-indent: -9999px;
      width: 162.22222px;
      height: 27.22222px;
      background-image: url("/wp-content/themes/kg-farny/img/menu/serch__keyword.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .search__keyword__content__list__item {
      cursor: pointer;
      display: inline-block;
      padding: 0.5em 1em;
      margin: 0.3em 0.2em;
      border: 1px solid #aaa;
      border-radius: 20px;
      font-size: 70%; }
  .search__shindan {
    width: auto;
    max-width: 360px;
    margin: 2.5vh auto 4vh;
    text-align: center; }
    .search__shindan a {
      width: 90%;
      height: 8.5vh;
      line-height: 8.5vh;
      vertical-align: middle;
      display: block;
      background: #ff8e90;
      text-align: center;
      border-radius: 10px;
      margin: auto;
      cursor: pointer;
      pointer-events: auto; }
      .search__shindan a img {
        width: 80%;
        height: auto;
        margin: auto; }

.search-active {
  -webkit-animation: search-active 0.75s forwards;
          animation: search-active 0.75s forwards; }

body {
  color: #676767;
  font-size: 14px;
  font-family: メイリオ, "Hiragino Kaku Gothic ProN", Meiryo, Georgia, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: fadeIn 1.2s ease-in 0.2s 1 both;
          animation: fadeIn 1.2s ease-in 0.2s 1 both; }
  body ul, body ol {
    list-style: none;
    margin: 0; }
  body dl, body dt, body dd {
    margin: 0; }

.wrap {
  max-width: 600px;
  margin: auto;
  background: #fff; }

.cf:before {
  content: none; }

.l-main-contents {
  padding-top: 0; }

.wrapper {
  overflow-x: hidden;
  background-color: #f7ecea; }
  .wrapper__content__pankuz {
    padding: 10px 10px; }
    .wrapper__content__pankuz li {
      display: inline-block;
      margin-right: 0.2em;
      font-size: 80%; }
      .wrapper__content__pankuz li a {
        position: relative;
        padding-right: 1em; }
        .wrapper__content__pankuz li a:after {
          content: ">";
          position: absolute;
          right: 0; }
      .wrapper__content__pankuz li:last-child a {
        color: #999; }
        .wrapper__content__pankuz li:last-child a:after {
          content: none; }
  .wrapper__content__pagenation {
    width: 100%;
    padding: 2vh;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    text-align: center;
    font-weight: bold; }
    .wrapper__content__pagenation .page-numbers {
      margin: 0 0.35em;
      transition: opacity 0.4s ease-out;
      cursor: pointer; }
      .wrapper__content__pagenation .page-numbers:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .wrapper__content__pagenation .page-numbers.current {
        padding: 0 2px;
        display: block;
        color: #fff;
        width: 18px;
        height: 19px;
        background-image: url("/wp-content/themes/kg-farny/img/common/hert.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  .wrapper__content__num {
    text-align: center;
    margin: -0.5em 1em 1em;
    font-size: 80%; }

.article-archive__content {
  margin: auto;
  max-width: 745px;
  box-sizing: border-box;
  background-color: #fff; }
  .article-archive__content__title {
    line-height: 2;
    position: relative;
    width: 100%;
    height: 220px; }
    .article-archive__content__title__philter {
      width: 100%;
      height: 220px;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
      position: absolute;
      top: 0;
      left: 0; }
    .article-archive__content__title__box {
      width: 100%;
      max-width: 600px;
      position: absolute;
      top: 58%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-align: center; }
      .article-archive__content__title__box__main {
        width: 90%;
        font-family: "Yesteryear", cursive;
        line-height: 1.1;
        word-break: break-word;
        font-size: 380%;
        color: #fff;
        margin: 0 auto -2px; }
      .article-archive__content__title__box__sub {
        width: 100%;
        font-size: 90%;
        font-weight: bold;
        color: #fff; }
      .article-archive__content__title__box__link {
        text-align: center;
        padding: 30px 0;
        transition: opacity 0.4s ease-out;
        cursor: pointer; }
        .article-archive__content__title__box__link:hover {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
        .article-archive__content__title__box__link a {
          font-size: 11px;
          display: block;
          background: url("/wp-content/themes/kg-farny/img/common/arrow.png") no-repeat;
          background-size: 11.9px 7.48px;
          background-position: right 11% top 14px;
          width: 34%;
          max-width: 140px;
          height: 34px;
          line-height: 34px;
          margin: auto;
          border: 1px solid #ff8e90;
          border-radius: 20px;
          color: #ff8e90;
          text-indent: -0.8em;
          font-weight: bold; }
  .article-archive__content__text {
    padding: 4vh 3vw;
    margin: 0; }

.article-archive__search form {
  width: 90%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.article-archive__search input[type="text"] {
  background: none;
  border: none;
  padding-right: 5%;
  border-bottom: 1px solid #676767; }

.article-archive__search button {
  background: none;
  margin-left: -5%;
  color: #676767; }

.bride-archive__content {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: auto;
  background: #fff; }
  .bride-archive__content__fv {
    line-height: 2;
    width: 100%;
    max-width: 600px;
    text-align: center;
    background: url("/wp-content/themes/kg-farny/img/bride/bride-archeive__bg.jpg") no-repeat;
    background-position: center -60px;
    background-size: contain;
    position: relative; }
    .bride-archive__content__fv__glitter {
      width: 100%;
      max-width: 415px;
      padding-bottom: 10%;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .bride-archive__content__fv__glitter .glitter {
        position: absolute;
        -webkit-animation: glitter 2s;
                animation: glitter 2s;
        display: none; }
      .bride-archive__content__fv__glitter .glitter01 {
        width: 42.5px;
        height: 42.5px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 4.5vh;
        left: 3%;
        -webkit-animation: glitter-to-small 2s;
                animation: glitter-to-small 2s; }
      .bride-archive__content__fv__glitter .glitter02 {
        width: 21.25px;
        height: 21.25px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 8vh;
        right: 15%;
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter03 {
        width: 56.66667px;
        height: 56.66667px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 3vh;
        right: 1%;
        -webkit-animation: glitter-to-small 2s;
                animation: glitter-to-small 2s; }
      .bride-archive__content__fv__glitter .glitter06 {
        width: 28.33333px;
        height: 28.33333px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 0.3vh;
        right: 10%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter-to-small 2s;
                animation: glitter-to-small 2s; }
      .bride-archive__content__fv__glitter .glitter05 {
        width: 22.36842px;
        height: 22.36842px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 8vh;
        left: 8%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter06 {
        width: 38.63636px;
        height: 38.63636px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 5.2vh;
        right: 7%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter-to-small 2s;
                animation: glitter-to-small 2s; }
      .bride-archive__content__fv__glitter .glitter07 {
        width: 30.35714px;
        height: 30.35714px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 0.8vh;
        left: 9%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter08 {
        width: 17px;
        height: 17px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 0vh;
        left: 14%; }
      .bride-archive__content__fv__glitter .glitter09 {
        width: 17px;
        height: 17px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 5.4vh;
        left: 1.5%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter10 {
        width: 20.2381px;
        height: 20.2381px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 3vh;
        left: -3.2%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter11 {
        width: 17px;
        height: 17px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 5vh;
        left: -8.8%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter12 {
        width: 20.2381px;
        height: 20.2381px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 3.8vh;
        right: -3.2%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter13 {
        width: 15.45455px;
        height: 15.45455px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 5.8vh;
        right: -5.2%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter14 {
        width: 13.70968px;
        height: 13.70968px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 4.6vh;
        right: -10.2%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter15 {
        width: 21.25px;
        height: 21.25px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 5.6vh;
        right: 12%;
        -webkit-animation: glitter 2s;
                animation: glitter 2s; }
      .bride-archive__content__fv__glitter .glitter16 {
        width: 16.34615px;
        height: 16.34615px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 2.5vh;
        right: 9%;
        -webkit-animation: glitter 2s;
                animation: glitter 2s; }
      .bride-archive__content__fv__glitter .glitter17 {
        width: 15.45455px;
        height: 15.45455px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter2.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 6.8vh;
        left: 12%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter2 2s;
                animation: glitter2 2s; }
      .bride-archive__content__fv__glitter .glitter18 {
        width: 14.16667px;
        height: 14.16667px;
        background-image: url("/wp-content/themes/kg-farny/img/common/glitter.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 10vh;
        left: 16%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        -webkit-animation: glitter 2s;
                animation: glitter 2s; }
    .bride-archive__content__fv__box__title {
      width: 100%;
      max-width: 600px;
      position: relative; }
      .bride-archive__content__fv__box__title__main {
        width: 90%;
        font-family: "Yesteryear", cursive;
        line-height: 1.1;
        word-break: break-word;
        font-size: 290%;
        color: #ff8e90;
        padding: 20px 0 5px;
        margin: 0 auto;
        text-shadow: 4px 1px 4px rgba(255, 255, 255, 0.8); }
      .bride-archive__content__fv__box__title__sub {
        width: 100%;
        font-size: 90%;
        font-weight: bold;
        color: #ff8486; }
    .bride-archive__content__fv__box__inner {
      width: 100vw;
      max-width: 460px;
      margin: 2.5vh auto 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .bride-archive__content__fv__box__inner__item {
        width: 30vw;
        height: 30vw;
        max-width: 100px;
        max-height: 100px;
        margin: 0 1.4vw 30px 1.4vw;
        display: block;
        color: #aaa;
        text-align: center;
        font-weight: bold;
        font-size: 70%;
        line-height: 1.5;
        position: relative;
        transition: opacity 0.4s ease-out;
        cursor: pointer; }
        .bride-archive__content__fv__box__inner__item:hover {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
        .bride-archive__content__fv__box__inner__item__border {
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 30vw;
          height: 30vw;
          max-width: 100px;
          max-height: 100px;
          border-radius: 100%;
          overflow: hidden;
          border: 1px dashed #ff8486;
          -webkit-animation: spin 120s linear infinite;
                  animation: spin 120s linear infinite; }
          .bride-archive__content__fv__box__inner__item__border__img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 25vw;
            height: 25vw;
            max-width: 92px;
            max-height: 92px;
            min-width: 90px;
            min-height: 90px;
            border-radius: 100%;
            overflow: hidden;
            background-size: cover;
            -webkit-animation: nospin 120s linear infinite;
                    animation: nospin 120s linear infinite;
            box-sizing: border-box; }
        .bride-archive__content__fv__box__inner__item__name {
          width: 100%;
          height: 1em;
          position: absolute;
          bottom: -13px;
          left: 0;
          right: 0;
          margin: auto;
          color: #ff8486; }
    .bride-archive__content__fv__box__link {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 6px 0 0 0;
      transition: opacity 0.4s ease-out;
      cursor: pointer;
      font-weight: bold; }
      .bride-archive__content__fv__box__link:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .bride-archive__content__fv__box__link .link {
        width: 60%;
        text-align: right;
        font-size: 85%;
        position: relative;
        padding-right: 12px;
        margin-right: 4%; }
        .bride-archive__content__fv__box__link .link:after {
          content: '>';
          position: absolute;
          top: -1px;
          right: 0; }
      .bride-archive__content__fv__box__link a {
        color: #ff8486; }
  .bride-archive__content__title {
    background-color: #ff8e90;
    font-size: 102%;
    padding: 13px 0 13px 15px;
    max-width: 600px;
    margin: 30px auto 0;
    margin: 10px auto 0; }
    .bride-archive__content__title__inner {
      color: #fff;
      font-weight: bold; }
  .bride-archive__content__search {
    padding: 4vh 0; }
    .bride-archive__content__search form {
      width: 90%;
      margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .bride-archive__content__search input[type="text"] {
      background: none;
      border: none;
      padding-right: 5%;
      border-bottom: 1px solid #676767; }
    .bride-archive__content__search button {
      background: none;
      margin-left: -5%;
      color: #676767; }
    .bride-archive__content__search input[type="text"] {
      padding: 8px 0 8px 5%;
      border: 1px solid #ffc3c3;
      border-radius: 20px;
      margin: auto; }
    .bride-archive__content__search button {
      background: none;
      margin-left: -40px;
      color: #ff8e90; }
  .bride-archive__content__archive__item-wrap {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px dotted #cfcfcf;
    background-color: #fafafa;
    display: block;
    transition: opacity 0.4s ease-out;
    cursor: pointer; }
    .bride-archive__content__archive__item-wrap:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
    .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item {
      width: 100%;
      max-width: 500px;
      margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #676767;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__rank {
        width: 40px;
        color: #ff8e90;
        font-weight: bold;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__img-wrapper {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__img {
        width: 70px;
        height: 70px;
        box-sizing: initial;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #fbfbfb;
        background-size: cover;
        background-position: center;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-top: 10px; }
      .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__pv {
        text-align: center;
        font-size: 10px;
        color: #ff8e90; }
        .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__pv span {
          margin-right: 0.1em; }
      .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text {
        width: 60%;
        max-width: 60%;
        margin-left: 7%; }
        .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__name {
          font-size: 104%;
          color: #ff8e90;
          font-weight: bold; }
        .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__marryDay, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__day, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__place {
          font-size: 80%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__marryDay dt, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__day dt, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__place dt {
            width: 3.5em;
            margin: 0;
            padding: 0; }
          .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__marryDay dd, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__day dd, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__place dd {
            width: calc(100% - 3.5em); }
          .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__marryDay dt, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__marryDay dd, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__day dt, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__day dd, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__place dt, .bride-archive__content__archive__item-wrap .bride-archive__content__archive__item__text__place dd {
            margin: 0;
            padding: 0; }

.bride-single__content {
  margin: auto;
  max-width: 600px;
  background-color: #fff;
  overflow: hidden; }
  .bride-single__content__fv {
    position: relative;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center center; }
    .bride-single__content__fv__philter {
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
      position: absolute;
      top: 0;
      left: 0; }
  .bride-single__content__profile {
    position: relative;
    text-align: center;
    padding: 0 0 22px; }
    .bride-single__content__profile__img-wrap {
      width: 100%;
      position: absolute;
      top: -50px; }
    .bride-single__content__profile__border {
      position: relative;
      width: 110px;
      height: 110px;
      margin: auto;
      border: 1px dashed #ff8e90;
      border-radius: 100%;
      overflow: hidden;
      -webkit-animation: spin 120s linear infinite;
              animation: spin 120s linear infinite; }
      .bride-single__content__profile__border__img {
        width: 100px;
        height: 100px;
        box-sizing: initial;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #fbfbfb;
        background-size: cover;
        background-position: center;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 104px;
        height: 104px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-animation: nospin 120s linear infinite;
                animation: nospin 120s linear infinite; }
    .bride-single__content__profile__box {
      padding-top: 68px;
      border-top: 1px solid #ffc3c3; }
      .bride-single__content__profile__box__rightbox {
        position: absolute;
        top: 15px;
        right: 0.5em;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 24px;
        font-size: 80%;
        color: #fd9a9e;
        font-weight: bold;
        border: 1px solid #fd9a9e;
        padding: 0 4px;
        border-radius: 4px;
        margin-left: 6px;
        vertical-align: middle; }
      .bride-single__content__profile__box__name {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 auto 4px;
        width: 90%; }
        .bride-single__content__profile__box__name__name {
          font-size: 120%;
          font-weight: bold;
          color: #676767;
          text-align: left;
          max-width: calc(100% - 30px); }
        .bride-single__content__profile__box__name__insta {
          display: block;
          transition: opacity 0.4s ease-out;
          cursor: pointer;
          width: 20px;
          height: 20px;
          background-image: url("/wp-content/themes/kg-farny/img/top/icon-instagram.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          margin: 4px 0 0 .4em; }
          .bride-single__content__profile__box__name__insta:hover {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .bride-single__content__profile__box__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .bride-single__content__profile__box__info-inner {
        max-width: 190px; }
      .bride-single__content__profile__box__day, .bride-single__content__profile__box__place {
        font-size: 80%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        line-height: 1.4;
        text-align: left; }
        .bride-single__content__profile__box__day dt, .bride-single__content__profile__box__place dt {
          width: 3.5em;
          margin: 0;
          padding: 0; }
        .bride-single__content__profile__box__day dd, .bride-single__content__profile__box__place dd {
          width: calc(100% - 3.5em); }
        .bride-single__content__profile__box__day dt, .bride-single__content__profile__box__day dd, .bride-single__content__profile__box__place dt, .bride-single__content__profile__box__place dd {
          margin: 0;
          padding: 0; }
        .bride-single__content__profile__box__day dt, .bride-single__content__profile__box__day dd, .bride-single__content__profile__box__place dt, .bride-single__content__profile__box__place dd {
          font-size: 100%; }
      .bride-single__content__profile__box__day dd {
        white-space: nowrap; }
      .bride-single__content__profile__box__tag {
        width: 80%;
        max-width: 300px;
        margin: 7px auto 8px; }
        .bride-single__content__profile__box__tag li {
          font-size: 65%;
          font-weight: bold;
          color: #fd9a9e;
          border: 1px solid #fd9a9e;
          border-radius: 20px;
          line-height: 1.6;
          padding: 0 8px;
          display: inline-block;
          margin: 0 -1px;
          transition: opacity 0.4s ease-out;
          cursor: pointer; }
          .bride-single__content__profile__box__tag li:hover {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
          .bride-single__content__profile__box__tag li a {
            display: block; }
      .bride-single__content__profile__box__text {
        font-size: 78%;
        width: 90%;
        max-width: 400px;
        margin: 12px auto 0;
        text-align: left; }
        .bride-single__content__profile__box__text[data-readmore="true"] {
          height: 100%;
          overflow: visible;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
        .bride-single__content__profile__box__text[data-readmore="false"] {
          overflow: hidden;
          opacity: 0.6;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      .bride-single__content__profile__box__arrow {
        width: 100%;
        height: 40px;
        position: relative;
        display: block;
        transition: opacity 0.4s ease-out;
        cursor: pointer;
        transition: all 0.5s ease 0s; }
        .bride-single__content__profile__box__arrow:hover {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .bride-single__content__article-numbers {
    font-size: 80%;
    text-indent: 1em; }
  .bride-single__content__article-link {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 6px 0 10px 0;
    font-weight: bold; }
    .bride-single__content__article-link .link {
      text-align: left;
      font-size: 85%;
      position: relative;
      padding-left: 12px;
      margin-left: 1em; }
      .bride-single__content__article-link .link:before {
        content: '<';
        position: absolute;
        top: -1px;
        left: 0; }

.top__content {
  display: block;
  margin: auto;
  max-width: 745px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff; }
  .top__content .letterspace {
    letter-spacing: 1px; }
  .top__content .link {
    color: #ff8e90;
    display: block;
    font-weight: bold; }
  .top__content .button {
    text-align: center;
    padding: 30px 0;
    transition: opacity 0.4s ease-out;
    cursor: pointer; }
    .top__content .button:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
    .top__content .button a {
      font-size: 11px;
      display: block;
      background: url("/wp-content/themes/kg-farny/img/common/arrow.png") no-repeat;
      background-size: 11.9px 7.48px;
      background-position: right 11% top 14px;
      width: 34%;
      max-width: 140px;
      height: 34px;
      line-height: 34px;
      margin: auto;
      border: 1px solid #ff8e90;
      border-radius: 20px;
      color: #ff8e90;
      text-indent: -0.8em;
      font-weight: bold; }
  .top__content__fv {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative; }
    .top__content__fv__inner {
      max-width: 600px;
      height: 800px;
      position: relative;
      margin: auto; }
      .top__content__fv__inner__nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 600px;
        margin: auto; }
        .top__content__fv__inner__nav li {
          width: 50%;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          background-color: #fff;
          letter-spacing: 2px; }
          .top__content__fv__inner__nav li a {
            display: block;
            font-weight: bold;
            color: #aaa; }
          .top__content__fv__inner__nav li .active {
            color: #666666;
            position: relative; }
            .top__content__fv__inner__nav li .active:after {
              content: "";
              width: 100%;
              height: 4px;
              background-color: #ff8e90;
              position: absolute;
              left: 0;
              bottom: 0; }
      .top__content__fv__inner__text {
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 16px;
        color: #fff;
        width: 90%;
        max-width: 366px;
        height: 130px;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-animation: slideUp 0.58s ease-out 1.4s 1 both;
                animation: slideUp 0.58s ease-out 1.4s 1 both; }
      .top__content__fv__inner img {
        padding-top: 55px;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: auto;
        display: block; }
      .top__content__fv__inner__btn {
        width: 56%;
        max-width: 220px;
        height: auto;
        position: absolute;
        bottom: 0px;
        left: 50%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation: fadeIn 1.4s ease-out 2.6s 1 both;
                animation: fadeIn 1.4s ease-out 2.6s 1 both; }
        .top__content__fv__inner__btn a {
          display: block;
          text-indent: -9999px;
          width: 406px;
          height: 84px;
          background-image: url("/wp-content/themes/kg-farny/img/top/top__fv__btn.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
          width: 100%;
          height: auto;
          margin: 40px 0;
          padding: 10px 0;
          transition: opacity 0.4s ease-out;
          cursor: pointer; }
          .top__content__fv__inner__btn a:hover {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .top__content__news__title {
    position: relative;
    text-align: center;
    margin: 30px auto 12px;
    padding: 30px 0 0;
    font-size: 80%;
    color: #999;
    font-weight: bold; }
    .top__content__news__title:after {
      content: '';
      width: 59.375px;
      height: 24.375px;
      background-image: url("/wp-content/themes/kg-farny/img/top/top__title-new.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .top__content__news .article__wrapper {
    width: 96%;
    max-width: 600px;
    height: 460px;
    box-sizing: border-box;
    margin: auto;
    padding: 0;
    background-color: #fafafa;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .top__content__news .article__wrapper:after {
      content: '';
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 16%, white 59%);
      width: 100%;
      height: 130px;
      position: absolute;
      bottom: 0;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .top__content__title {
    background-color: #ff8e90;
    font-size: 102%;
    padding: 13px 0 13px 15px;
    max-width: 600px;
    margin: 30px auto 0; }
    .top__content__title__inner {
      color: #fff;
      font-weight: bold; }
  .top__content__title-creator__inner {
    padding-left: 49px;
    position: relative; }
    .top__content__title-creator__inner:before {
      content: '';
      width: 41.36364px;
      height: 30px;
      background-image: url("/wp-content/themes/kg-farny/img/top/top__title-creator.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      left: 0;
      top: -3px; }
  .top__content__box {
    background-color: #fff;
    padding: 35px 0 20px;
    box-sizing: border-box;
    max-width: 600px;
    margin: auto; }
    .top__content__box__inner {
      margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .top__content__box__inner__item {
        width: 19%;
        margin: 0 2.5% 15px 2.5%;
        display: block;
        color: #aaa;
        text-align: center;
        font-weight: bold;
        font-size: 70%;
        position: relative; }
        .top__content__box__inner__item span {
          width: 70px;
          height: 70px;
          border-radius: 100%;
          overflow: hidden;
          background-size: cover; }
        .top__content__box__inner__item:neth-child(4n) {
          margin-right: 0; }
      .top__content__box__inner__item-prebride:nth-child(1):before {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url("/wp-content/themes/kg-farny/img/top/crown-gold.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -2px;
        top: -6px;
        box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.3); }
      .top__content__box__inner__item-prebride:nth-child(2):before {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url("/wp-content/themes/kg-farny/img/top/crown-silver.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -2px;
        top: -6px;
        box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.3); }
      .top__content__box__inner__item-prebride:nth-child(3):before {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url("/wp-content/themes/kg-farny/img/top/crown-copper.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -2px;
        top: -6px;
        box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.3); }
    .top__content__box__inner-creator {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .top__content__box__link {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 6px 0 0 0;
      transition: opacity 0.4s ease-out;
      cursor: pointer; }
      .top__content__box__link:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
      .top__content__box__link .link {
        width: 60%;
        text-align: right;
        font-size: 85%;
        position: relative;
        padding-right: 12px;
        margin-right: 4%; }
        .top__content__box__link .link:after {
          content: '>';
          position: absolute;
          top: -1px;
          right: 0; }
  .top__content__title-creator {
    margin-top: 0; }

    a.apliread,
    a.apliread2 {
    max-width: 580px;
    /* border: solid; */
    text-align: center;
    display: block;
    margin: 0 auto 25px;
    padding: 20px;
    font-size: 17px;
    border-radius: 10px;
    border: solid 1px;
}
a.apliread {
    color: #FCA5A9 !important;
    border-color: #FCA5A9 !important;
}
a.apliread:hover,
a.apliread2:hover {
    background: #FCA5A9;
    color: #fff;
}
.random {
    margin-bottom: 20px;
}
.adedhiran {
    margin-bottom: 20px;
    width: 73%;
    margin: 0 auto 20px;
}
p#foot_contact_form {
    padding: 10px 0;
}
a.contact_link {
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #aaa;
    color: #aaa;
}
.category_ad {
    border-bottom: 1px dotted #cfcfcf;
}
@media (max-width: 767px) {
    a.apliread,
    a.apliread2 {
    max-width: 80%;
}
       }

@media screen and (max-width: 500px){
     .adsbygoogle {
         overflow: visible;
     }
}

/*卒花プレ花*/
.sotsu__batch{
  position: absolute;
  bottom: 3px;
  right: 18px;
  background-color: #bc2b65;
  font-sizE: 9px;
  color: white;
  text-align:center;
  line-height: 18px;
  border: 1px solid white;
  font-size: 9px;
  border-radius: 10px;
  width: 21px;
  height: 20px;
}

@media screen and (max-width: 500px){
    .sotsu__batch{
        right: 2px;
        top: 50px;
    }
}

  /* アプリバナー追加*/

  section#foot_apparea {
    position: relative;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
  }
  .fotap_btns .foot_app_btn[data-type="ios"] {
      background-image: url(../img/common/apple-app.png);
  }
  .fotap_btns .foot_app_btn[data-type="android"] {
      background-image: url(../img/common/google-app.png);
  }
  .foot_banner {
    padding: 20px;
    background: #f6f6f6;
  }
  .fotap_btns {
    position: absolute;
    bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}
.fotap_btns .foot_app_btn {
    display: block;
    margin-top: 10px;
    padding: 5px 0;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 48%;
    height: 40px;
}

@media screen and (max-width: 767px){
/* アプリバナー追加(スマートフォン)*/
  .fotap_btns {
  bottom: 45px;
  }
  .fotap_btns .foot_app_btn {
    height: 30px;
  }
  .top__content__fv__inner {
    height: 427px;

  }
}

a.affibt_far {
  width: 80%;
  display: block;
  background: #D03A71;
  color: #fff !important;
  text-align: center;
  margin: 20px auto;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: bold;
}



/* ネクストページ */

.page-links {
  clear: both;
  text-align: center;
  margin: 10px 0 40px;
  text-decoration: none;
  position: relative;
}
.page-links a span {
  border-radius: 8px;
  border: 1px solid #fca5a9;
  color: #fca5a9;
  background: transparent;
}
.page-links span {
  border-radius: 8px;
  padding: 11px 12px;
  margin: 9px;
  border: 1px solid #FCA5A9;
  background: #FCA5A9;
  color: #fff;
}
.page-links span span {
  padding: 0;
  margin: 0;
}
.page-links a:hover span {

background: #fcafb3ad;
}
.page-links a{
  text-decoration: none;
}

.headline{
  margin-top: 25px;
  background: #fffaf9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0px 20px 0px 90px;
  border-bottom: 15px solid #fffaf9;
  border-top: 15px solid #fffaf9;
  line-height: 25px;
  position: relative;
  letter-spacing: 1px;
}

.headline-text{
  margin: 0;
  color: #666;
}

.headline-text:before {
  content: "NEXT ＞";
  position: absolute;
  left: 20px;
  color: #666;
}
.nextpagebox{
  background: #ffffff00;
  width: 100%;
  margin-bottom: 0px;
  height: 60px;
  position: absolute;
  max-width: 602px;
  top: -100px;
}

.article-single__pager{
  display: none;
}


.top__content__fv__inner__before, .top__content__fv__inner__after{
  position: absolute;
  top: 0px;
}

.top__content__fv__inner__before{
  animation: topkv01 10s ease-in-out infinite;
  -webkit-animation: topkv01 10s ease-in-out infinite;
}
.top__content__fv__inner__after{
  animation: topkv01 10s 5s ease-in-out infinite;
  -webkit-animation: topkv01 10s 5s ease-in-out infinite;
}

@keyframes topkv01 {
  0% {
  opacity: 1;
  }
  10% {
    opacity: 0;
  } 
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  } 
}



  /* PCサイズ */
@media screen and (min-width: 767px){
  .article__wrapper__content__list, .article-single__content, .breadcrumb {
    max-width: 745px;
  }
    /* memo top__content と header が max-width系の親要素↑ */

  .header, .swiper-list, .top__content__article__nav__inner, .swiper-container, .top__content__article, .top__content__fv__inner, .top__content__box, .top__content__title, .top__content__fv__inner img {
    max-width: none;
  }

  /*
    .swiper-list, .article__wrapper__content__list のwidth を 735にする必要あり
  */
  .top__content__slider {
    width: 600px;
    margin: 20px auto;
  }
  .swiper-list__item{
    width: 50%;
    height: 160px;
  }
  .swiper-slide__content {
    display: flex;
    flex-wrap: wrap;
  }
  .top__content__box__inner__item {
    width: 14%;
    height: 100px;
  }
}

a.aplireadmargin{
  margin: 35px auto 0px;
}
@media screen and (max-width: 767px){
  a.marginbottom{
    margin-bottom: 60px;
  }
  a.aplireadmargin{
    margin: 30px auto 0px;
  }
}