@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #fff;
  color: #1e1e1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .8;
}

a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

ul, ol {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo,
  sans-serif;
}

input[type='checkbox'], input[type='radio'] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  width: 1196px;
}

.top_section_title {
  color: #000;
  font-family: 'Righteous', cursive;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.c-menu {
  background-color: #64c3c4;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(8, 126, 120, .2);
  cursor: pointer;
  height: 80px;
  position: fixed;
  right: 47px;
  top: 48px;
  transition: 300ms;
  width: 80px;
  z-index: 21;
}

.c-menu.is-open .c-menu__inner {
  background: rgba(255, 255, 255, 0);
}

.c-menu.is-open .c-menu__inner::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 40px;
}

.c-menu.is-open .c-menu__inner::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  width: 40px;
}

.c-menu__inner {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0ms 300ms;
  transition: 300ms;
  width: 40px;
}

.c-menu__inner::before {
  background: #fff;
  border-radius: 10px;
  bottom: 11px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 40px;
}

.c-menu__inner:after {
  background: #fff;
  border-radius: 10px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 11px;
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms cubic-bezier(.23, 1, .32, 1);
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
  transform 300ms cubic-bezier(.23, 1, .32, 1);
  width: 40px;
}

.menu_main_background {
  background-color: #fff589;
  height: 20px;
  width: 100%;
}

.menu_main_nav {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all .5s;
  width: 100%;
  z-index: 20;
}

.menu_main_nav_lists {
  padding-bottom: 50px;
  padding-left: 150px;
  padding-top: 255px;
}

.menu_main_nav_lists .item {
  margin-bottom: 25px;
}

.menu_main_nav_lists .item a {
  color: #fff;
  display: block;
  font-family: 'Righteous', cursive;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
}

.menu_main_nav_lists .item:last-child {
  margin-bottom: 0;
}

.menu_main_nav_bg {
  align-items: flex-start;
  background-color: #0f7882;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  height: 100vh;
  margin-left: auto;
  overflow: auto;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right .5s;
  width: 100%;
  width: 650px;
}

/* .menu_main_nav_over {
  padding-bottom: 350px;
  overflow: auto;
  height: 100vh;
} */

.menu_main_nav::before {
  background-color: #5b5b5b;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 500ms ease-in-out;
  width: 100%;
}

.layer .menu_main_nav_bg {
  right: 0;
}

.layer .menu_main_nav {
  opacity: 1;
  pointer-events: all;
}

.layer .menu_main_nav::before {
  opacity: .7;
  pointer-events: all;
}

.news .top_section_title {
  margin-bottom: 35px;
}

/* ------------------------------------------
  NEWS
------------------------------------------ */

.news {
  border-bottom: 2px solid #c1e7e7;
  margin-top: 40px;
  padding-bottom: 110px;
}

.news_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news_lists .item {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  width: calc(25% - 24px);
}

.news_lists .item a {
  display: block;
  flex: 1 1 auto;
}

.news_lists .item:nth-child(4n + 1) {
  padding-left: 0;
}

.news_lists .item:nth-child(n + 5) {
  margin-top: 45px;
}

.news_lists > * {
  box-sizing: content-box;
}

.news_img {
  height: 155px;
  margin-bottom: 15px;
}

.news_img img {
  font-family: 'object-fit: contain;'; /* IE対策 */
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.news_info {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.news_info_date {
  color: #787878;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 16px;
}

.news_info_cat {
  align-items: center;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-family: 'Righteous', cursive;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.news_info_cat.space {
  padding: 4px 20px;
}

.news_info_cat a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 4px 20px;
  width: 100%;
}

.news_title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_cat_lists {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  margin-top: 40px;
}

.news_cat_lists .news_info_cat:not(:first-child) {
  margin-left: 10px;
}

/* ------------------------------------------
  END NEWS
------------------------------------------ */

.music {
  background-color: #d27423;
}

.info {
  background-color: #23d281;
}

.goods {
  background-color: #236dd2;
}

.movie {
  background-color: #d223be;
}

.all {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}

.sub_page_title {
  font-family: 'Righteous', cursive;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.more_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 30px;
  position: relative;
  transition: all .3s;
}

.more_link_box {
  text-align: center;
}

.more_link::after {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/arrow1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .3s ease-in-out;
  width: 24px;
}

.more_link:hover {
  color: #ea686b;
}

.more_link:hover::after {
  right: -5px;
}

.top_into {
  background-color: #c1e7e7;
  margin-bottom: 72px;
  padding-bottom: 75px;
  padding-top: 70px;
}

.into_content {
  text-align: center;
}

.into_desc {
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

.into_desc .into_desc_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
}

.footer_main {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 408px;
  padding: 20px 0;
}

.footer_sns {
  display: flex;
  justify-content: space-between;
}

.footer_sns a {
  margin-right: 25px;
}

.footer_sns a:last-child {
  margin-right: 0;
}

.footer_privacy {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.75;
  min-height: 30px;
  margin-bottom: 10px;
}

.footer_privacy a {
  text-decoration: underline;
}

.footer_copy {
  align-items: center;
  background-color: #0f7882;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.75;
  min-height: 30px;
}

.footer_logo {
  width: 160px;
}

body.layer {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1276px) {
  .container {
    width: 582px;
  }

  body.subpage {
    min-width: inherit;
  }

  body.subpage .container {
    margin: 0 25px;
    width: auto;
  }

  body.subpage .container.breadcrumb_lists {
    margin-left: 24px;
    margin-right: 5px;
    margin-top: 10px;
  }

  .news_lists {
    flex-wrap: wrap;
  }

  .news_lists .item {
    width: calc(50% - 16px);
  }

  .news_lists .item:nth-child(4n + 1) {
    padding-left: 32px;
  }

  .news_lists .item:nth-child(2n + 1) {
    padding-left: 0;
  }

  .news_lists .item:nth-child(n + 5) {
    margin-top: 0;
  }

  .news_lists .item:nth-child(n + 3) {
    margin-top: 32px;
  }

  .news_lists > * {
    box-sizing: content-box;
  }

  .top_into {
    margin-bottom: 70px;
    padding-bottom: 80px;
    padding-top: 70px;
  }

  .into_desc {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }

  .container {
    margin: 0 25px;
    width: auto;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }

  .c-menu {
    border: 3px solid #fff;
    height: 50px;
    right: 24px;
    top: 22px;
    width: 50px;
  }

  .c-menu.is-open .c-menu__inner::before {
    width: 25px;
  }

  .c-menu.is-open .c-menu__inner::after {
    width: 25px;
  }

  .c-menu__inner {
    height: 3px;
    width: 25px;
  }

  .c-menu__inner::before {
    bottom: 8px;
    height: 3px;
    width: 25px;
  }

  .c-menu__inner:after {
    height: 3px;
    top: 7px;
    width: 25px;
  }

  .menu_main_nav_lists {
    padding-left: 0;
    padding-top: 160px;
  }

  .menu_main_nav_lists .item {
    margin-bottom: 25px;
  }

  .menu_main_nav_lists .item a {
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .menu_main_nav_lists .item:last-child {
    margin-bottom: 0;
  }

  .menu_main_nav_bg {
    justify-content: center;
    width: 100%;
  }

  .menu_main_nav::before {
    content: none;
  }

  .top_section_title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .news .top_section_title {
    margin-bottom: 25px;
  }

  .news_lists .item {
    padding-left: 22px;
    width: calc(50% - 11px);
  }

  .news_lists .item:nth-child(4n + 1) {
    padding-left: 22px;
  }

  .news_lists .item:nth-child(2n + 1) {
    padding-left: 0;
  }

  .news_lists .item:nth-child(n + 3) {
    margin-top: 23px;
  }

  .news_img {
    height: auto;
    margin-bottom: 5px;
  }

  .news_info {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .news_info_date {
    font-size: 1rem;
    margin-right: 10px;
  }

  .news_info_cat {
    font-size: 1rem;
  }

  .news_info_cat a {
    padding: 3px 10px;
  }

  .news_info_cat.space {
    padding: 3px 10px;
  }

  .news_title {
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-line-clamp: 4;
    line-height: 1.75;
  }

  .more_link {
    font-size: 1.4rem;
    padding-right: 30px;
  }

  .more_link::after {
    height: 20px;
    width: 20px;
  }

  .top_into {
    margin-bottom: 46px;
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 45px;
  }

  .into_content {
    text-align: left;
  }

  .into .top_section_title {
    text-align: center;
  }

  .into_desc {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .footer_main {
    max-width: 310px;
  }

  .footer_sns a {
    margin-right: 15px;
  }

  .footer_logo {
    width: 130px;
  }

  .footer_copy {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    min-height: 20px;
  }
}

/* ------------------------------------------
  CSS 20/9/2021
------------------------------------------ */

/* ------------------------------------------
  breadcrumb_lists
------------------------------------------ */

.breadcrumb_lists {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.breadcrumb_lists_item:not(:first-child) {
  margin-left: 20px;
  position: relative;
}

.breadcrumb_lists_item a {
  color: #ea686b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.breadcrumb_lists_item {
  color: #1e1e1e;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.breadcrumb_lists_item::after {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/arrow_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 8px;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.breadcrumb_lists_item:first-child::after {
  display: none;
}

.menu_main_sub .container {
  position: relative;
}

.menu_main_sub_logo {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: block;
  height: 188px;
  left: 0;
  position: absolute;
  top: 0;
  width: 348px;
}

.menu_main_sub_logo:hover {
  opacity: 1;
}

.menu_main_sub_logo img {
  transition: .3s;
}

.menu_main_sub_logo:hover img {
  opacity: .8;
}

.menu_main_sub .menu_main_background {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/news_banner.png);
  background-position: top 20px center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 208px;
  width: 100%;
}

/* ------------------------------------------
  pager_lists
------------------------------------------ */
.pagination_box {
  display: table;
  margin: 65px auto 0;
}

.pager_lists {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pager_lists_item {
  align-items: center;
  background-color: #fff589;
  border: 2px solid #0f7882;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-left: 7px;
  width: 34px;
}

.pager_lists_item.current {
  background-color: #0f7882;
}

.pager_lists_item:first-child.current {
  margin-left: 0;
}

.pager_lists_item a {
  align-items: center;
  color: #0f7882;
  display: flex;
  font-family: 'Righteous', cursive;
  font-size: 2rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  width: 100%;
}

.pager_lists_item span {
  align-items: center;
  color: #0f7882;
  display: flex;
  font-family: 'Righteous', cursive;
  font-size: 2rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  width: 100%;
}

.current span {
  color: #fff589;
}

.conma {
  align-self: flex-start;
  background-color: inherit;
  border: none;
  border-radius: unset;
  display: inline;
  height: 25px;
  width: 16px;
}

.conma span {
  line-height: 1;
}

.prev, .next {
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  margin-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/pagination_left.svg);
  left: -34px;
  margin-left: 0 !important;
}

.next {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/pagination_right.svg);
  margin-left: 0 !important;
  right: -40px;
}

/* ------------------------------------------
  end pager_lists
------------------------------------------ */
@media screen and (max-width: 768px) {
  .menu_main_sub .c-menu {
    right: 25px;
    top: 25px;
  }

  .menu_main_sub_logo {
    height: 91px;
    padding: 0 0;
    width: 168px;
  }

  .menu_main_sub .menu_main_background {
    background-image: url(/wp-content/themes/fabiniku/assets/img/common/banner_newsp.png);
    background-position: top 10px center;
    height: 110px;
  }

  .sub_page_title {
    font-size: 4rem;
    line-height: 1.2;
  }

  .news_cat_lists {
    margin-bottom: 40px;
    margin-top: 25px;
  }

  .news_cat_lists .news_info_cat:not(:first-child) {
    margin-left: 7px;
  }
}

/* ------------------------------------------
  Single news
------------------------------------------ */

.single_news {
  margin-top: 50px;
}

.news_single_title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.news_single_info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  margin-top: 35px;
}

.news_single_info_date {
  color: #787878;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 15px;
}

.news_single_main {
  margin: 0 auto;
  max-width: 893px;
}

.news_single_main .wp-block-image {
  margin: 24px 0;
}

.news_single_main p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 25px;
}

.news_single_main p:last-child {
  margin-bottom: 0;
}

.news_single_main .aligncenter {
  display: block;
  margin: 25px auto 0;
}

.news_single_main .alignright {
  float: right;
  margin: 0 0 0 25px;
}

.news_single_main .alignleft {
  float: left;
  margin: 0 25px 0 0;
}

.news_single_main  .wp-caption-text {
  margin: 25px 0;
}

.pager_single_lists {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pager_single_lists .prev {
  left: -90px;
}

.pager_single_lists .next {
  right: -90px;
}

.pager_single_to_lists a {
  font-size: 1.6rem;
  font-weight: 400;
}

.subnews_pagination_box {
  display: table;
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  .news_single_title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .news_single_info {
    margin-bottom: 38px;
    margin-top: 25px;
  }

  .news_single_info_date {
    font-size: 1rem;
  }

  .news_single_main p {
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .news_single_main .aligncenter {
    display: block;
    margin: 20px auto 0;
  }

  .news_single_main .alignright {
    display: block;
    float: none;
    margin: 20px auto 0;
  }

  .news_single_main .alignleft {
    display: block;
    float: none;
    margin: 20px auto 0;
  }

  .sub_content  .wp-caption-text {
    margin: 20px 0;
  }

  .subnews_pagination_box {
    margin: 32px auto 0;
  }

  .pager_single_lists .prev {
    left: -73px;
  }

  .pager_single_lists .next {
    right: -73px;
  }
  .news {
    padding-bottom: 50px;
  }
  body.subpage .container.breadcrumb_lists {
    flex-wrap: wrap;
  }
  .breadcrumb_lists_item {
    line-height: 1.75;
  }
  .into_desc {
    text-align: left;
  }
}

.clear {
  clear: both;
}

/* ------------------------------------------
  End Single news
------------------------------------------ */
