@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1600px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*文字揃え*/
.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

/*フォント*/
.fw-bold {
  font-weight: 700;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 25px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 1024px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb45 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

.funeco-footer {
  background-image: url(../img/bg_sea.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 144px;
  position: relative;
  min-height: 264px;
}
@media screen and (max-width: 1024px) {
  .funeco-footer {
    background-size: auto 100px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer {
    min-height: 150px;
    background-image: url(../img/bg_sea_sp.png);
    background-size: auto 79px;
  }
}

.funeco-footer__shima__left {
  position: absolute;
  width: 188px;
  bottom: 114px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .funeco-footer__shima__left {
    width: 112.8px;
    bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer__shima__left {
    width: 68px;
    bottom: 68px;
  }
}
.funeco-footer__shima__left__kitakyushu {
  width: 84px;
  display: block;
  position: absolute;
  bottom: 82px;
  left: 30px;
  animation: fuwa01 1s ease-in 0.5s infinite alternate forwards running;
}
@media screen and (max-width: 1024px) {
  .funeco-footer__shima__left__kitakyushu {
    width: 50.4px;
    bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer__shima__left__kitakyushu {
    width: 43px;
    bottom: 45px;
    left: 9px;
  }
}

.funeco-footer__shima__right {
  position: absolute;
  width: 486px;
  bottom: 106px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .funeco-footer__shima__right {
    width: 291.6px;
    bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer__shima__right {
    width: 70px;
    bottom: 65px;
  }
}
.funeco-footer__shima__right__kobe {
  width: 139px;
  display: block;
  position: absolute;
  bottom: 136px;
  right: 30px;
  animation: fuwa01 1s ease-in 0.5s infinite alternate forwards running;
}
@media screen and (max-width: 1024px) {
  .funeco-footer__shima__right__kobe {
    width: 83.4px;
    bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer__shima__right__kobe {
    width: 70px;
    bottom: 42px;
    right: 9px;
  }
}

/* アニメーションの設定 */
@keyframes fuwa01 {
  /* 開始地点 */
  0% {
    /* Y軸0px */
    transform: translateY(0);
  }
  /* 終了地点 */
  100% {
    /* Y軸50px */
    transform: translateY(10px);
  }
}
.funeco-footer__funeco {
  width: 272px;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: fuwa01 1s linear 1s infinite alternate forwards running;
}
@media screen and (max-width: 1024px) {
  .funeco-footer__funeco {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-footer__funeco {
    width: 167px;
    bottom: 24px;
  }
}

/* アニメーションの設定 */
@keyframes fuwa02 {
  /* 開始地点 */
  0% {
    /* Y軸0px */
    transform: translateY(0);
  }
  /* 終了地点 */
  100% {
    /* Y軸50px */
    transform: translateY(10px);
  }
}
/*フッター*/
.footer-wrapper {
  width: 100%;
  padding: 48px 0 127px 0;
  background-color: #115eb3;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-wrapper {
    padding: 20px 0 30px;
  }
}
.footer-wrapper__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.footer-wrapper__logo {
  margin: 0 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo {
    margin: 0 0 20px 0;
  }
}
.footer-wrapper__logo img {
  max-width: 222px;
}
@media screen and (max-width: 599px) {
  .footer-wrapper__logo img {
    max-width: 180px;
  }
}
.footer-wrapper__copyright {
  color: #fff;
  font-size: 10px;
}

.footer-address {
  margin: 0 0 25px 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.footer-address dt {
  margin: 0 0 6px 0;
}
@media screen and (max-width: 599px) {
  .footer-address {
    margin: 0 0 15px 0;
  }
  .footer-address dt {
    margin: 0;
  }
}

.funeco-header {
  position: relative;
  min-height: 180px;
}
@media screen and (max-width: 1024px) {
  .funeco-header {
    min-height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-header {
    min-height: 100px;
  }
}
.funeco-header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/sun-img.png);
  background-size: 254px 166px;
  width: 254px;
  height: 166px;
}
@media screen and (max-width: 1024px) {
  .funeco-header::before {
    display: none;
  }
}

.funeco-logo {
  max-width: 200px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .funeco-logo {
    max-width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-logo {
    max-width: 110px;
    top: 16px;
    left: 16px;
  }
}

.funeco-sns {
  background-color: #fff;
  width: 72px;
  height: 172px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  padding: 14px 0 16px 14px;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .funeco-sns {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    padding: 22px 22px 0 0;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .funeco-sns {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    padding: 22px 22px 0 0;
    width: 200px;
    height: auto;
  }
}
.funeco-sns__item {
  width: 46px;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .funeco-sns__item {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .funeco-sns__item {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.funeco-sns__item a {
  transition: 0.3s;
  display: block;
}
.funeco-sns__item a:hover {
  opacity: 0.7;
}

/* header */
.header-wrapper {
  margin: 0 auto;
}
.header-wrapper:before, .header-wrapper:after {
  content: "";
  display: table;
}
.header-wrapper:after {
  clear: both;
}
.header-wrapper {
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1200px) {
  .header-wrapper {
    padding: 0 5px 0 10px;
  }
}

/*ロゴ*/
.header-logo {
  max-width: 400px;
  margin: 22px 0 28px 0;
  float: left;
}
@media screen and (max-width: 1100px) {
  .header-logo {
    margin: 16px 0 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .header-logo {
    margin: 16px 0 20px 10px;
  }
}
.header-logo span {
  margin: 0 0 6px 0;
  font-size: 1rem;
  color: #666;
  display: block;
}
.header-logo img {
  width: 100%;
  max-width: 219px;
}
@media screen and (max-width: 599px) {
  .header-logo img {
    max-width: 160px;
  }
}

.funeco-wrap {
  background-color: #d4ecf3;
  background-image: url(../img/bg_sky.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 20px;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .funeco-wrap {
    background-image: url(../img/bg_sky_sp.gif);
    background-position: center 80px;
  }
}

.funeco-nav-f {
  max-width: 826px;
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .funeco-nav-f {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .funeco-nav-f.pc-dis {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .funeco-nav-f {
    max-width: 90%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .funeco-nav-f {
    max-width: 100%;
    display: block;
  }
}
.funeco-nav-f__item {
  width: calc((100% - 34px) / 3);
  box-sizing: border-box;
}
.funeco-nav-f__item:not(:nth-child(3n)) {
  margin-right: 17px;
}
@media screen and (max-width: 599px) {
  .funeco-nav-f__item {
    width: 100%;
    margin-bottom: 16px;
  }
  .funeco-nav-f__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}
.funeco-nav-f__item a {
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .funeco-nav-f__item a {
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #21a7df;
    padding: 18px 40px 18px 16px;
    letter-spacing: 0.2em;
    text-align: center;
    background-image: url(../img/nav-arrow.png);
    background-size: 30px 30px;
    background-position: right 15px center;
    background-repeat: no-repeat;
  }
}
.funeco-nav-f__item a:hover {
  opacity: 0.7;
}

.funeco-gnav {
  position: absolute;
  top: 0;
  right: 104px;
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  box-sizing: border-box;
}
.funeco-gnav__item {
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
}
.funeco-gnav__item:not(:nth-child(3n)) {
  margin-right: 10px;
}
.funeco-gnav__item a {
  height: 82px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1da1f2;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.funeco-gnav__item a:hover, .funeco-gnav__item a.active {
  background-color: #fabe00;
}

.comic-nav {
  background-color: #1da1f2;
  width: 200px;
  position: sticky;
  top: 0;
  border-radius: 20px 0 0 20px;
  padding: 28px 20px 30px 30px;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .comic-nav {
    position: fixed;
    top: 30%;
    right: -200px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 0px 0 0 20px;
    transition: 0.3s;
  }
  .comic-nav.open {
    right: 0;
    opacity: 1;
  }
}
.comic-nav__item:not(:last-child) {
  margin-bottom: 16px;
}
.comic-nav__item a {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 20px;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.comic-nav__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0;
}
.comic-nav__item a:hover {
  color: #fabe00;
}
.comic-nav__item a:hover::before {
  border-left: 7px solid #fabe00;
}
.comic-nav__btn {
  position: fixed;
  top: 30%;
  right: 0;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  background-color: #1da1f2;
  border-radius: 16px 0px 0px 16px;
  display: block;
}
@media screen and (max-width: 599px) {
  .comic-nav__btn {
    width: 48px;
    height: 48px;
    border-radius: 10px 0px 0px 10px;
    z-index: 10;
  }
}
.comic-nav__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/menu-btn.png);
  background-size: 27.2px 19.2px;
  width: 27.2px;
  height: 19.2px;
}
@media screen and (max-width: 599px) {
  .comic-nav__btn::before {
    background-size: 20.4px 14.4px;
    width: 20.4px;
    height: 14.4px;
  }
}
.comic-nav__btn.open {
  right: 200px;
}
.comic-nav__btn.open::before {
  background-image: url(../img/menu-btn-close.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 599px) {
  .comic-nav__btn.open::before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}

.funeco-about__contents {
  max-width: 1114px;
  width: 100%;
  margin: 0 auto 30px;
}

.funeco-about__wrap {
  background-color: #fffef3;
  margin: 40px 0 60px;
  padding: 140px 60px 100px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .funeco-about__wrap {
    padding: 90px 26px 80px;
    margin-bottom: 40px;
  }
}
.funeco-about__wrap::before, .funeco-about__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.funeco-about__wrap::before {
  background-image: url(../img/description_bg_top.gif);
  background-repeat: no-repeat;
  background-size: 100% 55px;
  width: 100%;
  height: 55px;
  z-index: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .funeco-about__wrap::before {
    background-size: 100% 45px;
    height: 45px;
  }
}
.funeco-about__wrap::after {
  background-image: url(../img/description_bg_bottom.gif);
  background-repeat: no-repeat;
  background-size: 100% 50px;
  width: 100%;
  height: 50px;
  z-index: 0;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .funeco-about__wrap::after {
    background-size: 100% 40px;
    height: 40px;
  }
}

.funeco-about___title {
  max-width: 320px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .funeco-about___title {
    max-width: 67.2%;
    top: -40px;
  }
}

.fneko-about__main {
  margin-bottom: 40px;
}

.fneko-about__main__img {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .fneko-about__main__img {
    max-width: 70%;
    margin-bottom: 20px;
  }
}

.fneko-about__main__text {
  font-family: "Zen Maru Gothic", sans-serif !important;
  color: #442500;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .fneko-about__main__text {
    font-size: 1.4rem;
  }
}

.fneko-about__frend {
  background-color: #f2eddc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 60px 50px;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend {
    padding: 28px 18px;
  }
}

.fneko-about__frend__title {
  max-width: 360px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend__title {
    width: 64%;
    margin-bottom: 25px;
  }
}

.fneko-about__frend__pref {
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
}
.fneko-about__frend__pref:not(:nth-child(2n)) {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend__pref {
    width: 100%;
  }
  .fneko-about__frend__pref:not(:nth-child(2n)) {
    margin-right: 0px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px dotted #fff;
  }
}
.fneko-about__frend__pref__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend__pref__wrap {
    display: block;
  }
}

.fneko-about__frend__pref__img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend__pref__img {
    margin-bottom: 20px;
  }
}
.fneko-about__frend__pref__img.setsuko {
  width: 70%;
}
.fneko-about__frend__pref__img.miyaken {
  width: 70%;
}

.fneko-about__frend__pref__text {
  font-family: "Zen Maru Gothic", sans-serif !important;
  color: #442500;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .fneko-about__frend__pref__text {
    font-size: 1.3rem;
  }
}

.comic-title {
  max-width: 264px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1024px) {
  .comic-title {
    max-width: 200px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .comic-title {
    max-width: 185px;
    margin-bottom: 35px;
  }
}

.comic-wrap {
  position: relative;
}
.comic-wrap.comic-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .comic-wrap.comic-data {
    margin-bottom: 0;
  }
}

.comic-wrap__inner {
  width: calc(100% - 200px);
  padding-left: 200px;
}
@media screen and (max-width: 1024px) {
  .comic-wrap__inner {
    width: 100%;
    padding-left: 0;
  }
}

.comic-wrap02 {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 55px;
}
@media screen and (max-width: 599px) {
  .comic-wrap02 {
    margin-bottom: 40px;
  }
}
.comic-wrap02.comic-data {
  display: flex;
  flex-wrap: wrap;
}

.comic-contents {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .comic-contents {
    margin-top: 25px;
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .comic-contents {
    margin-top: 15px;
    padding: 25px 20px;
  }
}
.comic-contents::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/comic/article_bg_top.png);
  background-size: auto 30px;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .comic-contents::before {
    top: -25px;
    background-size: auto 25px;
    width: auto;
    height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .comic-contents::before {
    top: -15px;
    background-size: auto 15px;
    width: auto;
    height: 15px;
  }
}

.comic-thum__list {
  display: flex;
  flex-wrap: wrap;
}
.comic-thum__list__item {
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  transition: 0.3s;
}
.comic-thum__list__item:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .comic-thum__list__item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
  .comic-thum__list__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .comic-thum__list__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  .comic-thum__list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .comic-thum__list__item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}
.comic-thum__list__item:hover {
  opacity: 0.5;
}

.comic-con__list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0px;
}
.comic-con__list__title {
  margin-bottom: 10px;
}
.comic-con__list__data {
  margin-bottom: 24px;
}

.comic-btn-wrap {
  padding: 40px 0 60px;
}
.comic-btn-wrap.last {
  padding-bottom: 0;
}

.cominc-btn {
  background-color: #fabe00;
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0 20px 0 40px;
  position: relative;
}
.cominc-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/nav-arrow-white-p.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.cominc-btn:hover {
  background-color: #1da1f2;
  color: #fff;
}
.cominc-btn.next {
  background-color: #1da1f2;
  margin-top: 20px;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 599px) {
  .cominc-btn.next {
    margin-top: 10px;
  }
}
.cominc-btn.next::before {
  left: auto;
  right: 10px;
  transform: scale(-1, 1);
}
.cominc-btn.next:hover {
  background-color: #fabe00;
}/*# sourceMappingURL=style.css.map */