@charset "UTF-8";
/*
Theme Name: TFM
Version: 1.11.1
Template: rock_tcd068
*/

@import url('../rock_tcd068/style.css');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #F5F5F5;
}
img {
  max-width: 100%;
  height: auto;
}

#js-header {
  padding-bottom: 46px;
  background-image: url(images/line@2x.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 14px;
}
#js-menu-btn {
  display: none;
}
.l-tfm-header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 0;
  background-color: #fff;
}
.l-tfm-header__upper .l-tfm-header__logo {
  width: 104px;
}
.l-tfm-header__upper .l-tfm-header__nav {
  display: flex;
  align-items: center;
  margin: 0;
}
.l-tfm-header__upper .l-tfm-header__nav .l-tfm-header__nav-item {
  margin: 0 16px;
  font-size: 14px;
  list-style: none;
}
.l-tfm-header__upper .l-tfm-header__nav .l-tfm-header__nav-item::marker {
  display: none;
}
.l-tfm-header__upper .l-tfm-header__nav .l-tfm-header__nav-item a {
  transition: all 0.3s ease;
}
.l-tfm-header__upper .l-tfm-header__nav .l-tfm-header__nav-item a:hover {
  opacity: 0.7;
}
.l-header__logo {
  margin-top: 36px;
  margin-bottom: 0;
  text-align: center;
}
.l-header__logo img {
  width: 320px;
}

.p-image-slider {
  width: 80%;
  max-width: 664px;
  margin: 14px auto 0;
}
.slick-list {
  overflow: visible;
}
.slick-track {
  display: flex;
}
.slick-slide {
  float: none;
}
.p-image-slider__item {
  height: auto;
  padding: 0 12px;
  transform: none !important;
  overflow: visible;
}
.p-image-slider__item::before {
  display: none;
}
.p-image-slider__item > a,
.p-image-slider__item:only-child .p-image-slider__item-content a {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 4px;
  opacity: 1 !important;
  transform: none !important;
  transition: all 0.3s ease !important;
}
.p-image-slider__item > a:hover {
  transform: translateY(10px) !important;
}
.p-image-slider__item > a .p-image-slider__item-img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}
.p-image-slider__item > a .p-image-slider__item-inner {
  padding: 24px;
  background-color: #fff;
}
.p-image-slider__item > a .p-image-slider__item-inner .p-cat {
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.p-image-slider__item > a .p-image-slider__item-inner .p-image-slider__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.p-image-slider__item > a .p-image-slider__item-inner .p-image-slider__item-title:only-child {
  margin-bottom: 0;
}
.p-image-slider__item > a .p-image-slider__item-inner .p-image-slider__item-com {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 1.5;
}

.l-footer {
  padding: 64px 20px 40px;
  background-image: url(images/line@2x.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 14px;
  background-color: #fff;
}
.p-footer-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
}
.p-footer-bnr .p-footer-bnr__item {
  width: 360px;
  margin: 0 20px;
  list-style: none;
}
.p-footer-bnr .p-footer-bnr__item a {
  display: block;
  transition: all 0.3s ease;
}
.p-footer-bnr .p-footer-bnr__item a:hover {
  transform: scale(1.05);
}

.p-logo-tokyofm {
  margin-top: 64px;
  text-align: center;
}
.p-logo-tokyofm img {
  width: 253px;
}

.p-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.p-footer-nav .p-footer-nav__item {
  margin: 0 12px;
  font-size: 12px;
  list-style: none;
}
.p-footer-nav .p-footer-nav__item a {
  transition: all 0.3s ease;
}
.p-footer-nav .p-footer-nav__item a:hover {
  opacity: 0.7;
}

.p-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.p-footer-sns .p-footer-sns__item {
  margin: 0 16px;
  list-style: none;
}
.p-footer-sns .p-footer-sns__item .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 24px;
}
.p-footer-sns .p-footer-sns__item a {
  transition: all 0.3s ease;
}
.p-footer-sns .p-footer-sns__item a:hover {
  opacity: 0.7;
}

.p-copyright {
  margin-top: 40px;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
}

.p-blog-list__item {
  padding-top: 4px;
  border-top-style: solid;
  border-top-width: 4px;
  background-color: transparent;
}
.p-blog-list__item .p-article01__img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 63.158%;
  overflow: hidden;
}
.p-blog-list__item .p-article01__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.p-blog-list__item .p-article01__content {
  padding: 24px 24px 0;
  background-color: #fff;
}
.p-blog-list__item .p-article01__content .p-cat {
  margin-bottom: 10px;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
}
.p-blog-list__item .p-article01__content .p-article01__title {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.p-blog-list__item .p-article01__content .p-article01__title a {
  transition: all 0.3s ease;
}
.p-blog-list__item .p-article01__content .p-article01__title a:hover {
  color: #0068AA;
}
.p-blog-list__item .p-article01__content .p-article01__title a {
  transition: all 0.3s ease;
}
.p-blog-list__item .p-article01__content .p-article01__excerpt {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.p-blog-list__item .p-article01__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 40px 24px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  background-color: #fff;
  border-top: none;
}
.p-blog-list__item .p-article01__footer .p-meta__date {
  width: 65px;
  margin-right: 10px;
  color: #999;
}
.p-blog-list__item .p-article01__footer .p-meta__date::before {
  display: none;
}
.p-blog-list__item .p-article01__footer .p-meta__author {
  display: none;
}
.p-blog-list__item .p-article01__footer .p-meta__view {
  display: none;
}
.p-blog-list__item .p-article01__footer .p-tag {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 75px);
  margin-bottom: 0;
}
.p-blog-list__item .p-article01__footer .p-tag .p-tag-item {
  margin-left: 10px;
  font-family: "Arial";
  font-size: 12px;
  font-style: italic;
  list-style: none;
  color: #000;
}
.p-blog-list__item .p-article01__footer .p-tag .p-tag-item::before {
  content: "# ";
}

/* page */
.l-contents {
  padding-top: 50px;
  padding-bottom: 160px;
}

.p-breadcrumb-wrapper {
  background: transparent !important;
  border-bottom: solid 1px #fff;
}
.p-breadcrumb {
  color: #000;
}
.p-headline {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px;
  color: #000;
  background: transparent !important;
  border-bottom: solid 1px #fff;
}

.l-inner.l-tfm-page {
  max-width: 896px;
}

.p-entry__inner {
  padding: 0 60px;
  overflow: hidden;
}
.p-entry__header-content {
  position: static;
  width: calc(100% + 120px);
  margin-left: -60px;
  padding: 0 60px 48px;
  background-color: #f4f4f4;
}
.p-entry__header-content .p-tfm-entry__cat {
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.p-entry__header-content .p-entry__title {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.p-entry__header-content .p-tfm-article__excerpt {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
.p-entry__header-content .p-meta {
  align-items: flex-start;
  margin-top: 32px;
}
.p-entry__header-content .p-meta .p-meta__date {
  width: 70px;
  margin-right: 16px;
  font-family: "Arial";
  font-size: 12px;
  color: #999999;
}
.p-entry__header-content .p-meta .p-meta__date::before {
  display: none;
}
.p-entry__header-content .p-meta .p-tfm-article__tag {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 0;
}
.p-entry__header-content .p-meta .p-tfm-article__tag .p-tag-item {
  margin-left: 16px;
  color: #000;
  list-style: none;
}
.p-entry__header-content .p-meta .p-tfm-article__tag .p-tag-item::before {
  content: "# ";
}

.p-entry__body {
  font-family: "Noto Sans JP", sans-serif;
}
.p-entry__body a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.p-entry__body a:hover {
  opacity: 0.7;
}

.p-nav01 {
  margin-bottom: 0;
}
.p-entry__img::before {
  display: none;
}

.p-nav01__item {
  height: auto;
  border-bottom: none;
}
.c-nav01__item a {
  display: block;
  padding: 34px;
}
.c-nav01__item--next::after,
.c-nav01__item--prev::before{
  display: none;
}
.c-nav01__item a .p-next_name {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.c-nav01__item a .p-next__cat {
  margin-top: 16px;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.c-nav01__item a .p-next__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.c-nav01__item a .p-next__excerpt {
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #555555;
  text-align: center;
}

.p-related-posts {
  margin-top: 48px;
}
.p-related-posts__list-item {
  width: 100%;
  padding: 48px 64px;
  box-sizing: border-box;
  border-top-style: solid;
  border-top-width: 3px;
}
.p-related-posts__list-item .p-related__name {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.p-related-posts__list-item .p-article10 a {
  padding: 0;
}
.p-related-posts__list-item .p-related__img {
  width: 240px;
  margin-right: 32px;
}
.p-related-posts__list-item .p-related___content {
  flex: 1;
}
.p-related-posts__list-item .p-related___content .p-related__cat {
  margin-bottom: 10px;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
}
.p-related-posts__list-item .p-related___content .p-related__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.p-related-posts__list-item .p-related___content .p-related__excerpt {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
}

.p-related-posts__list-item .p-related__footer {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  line-height: 1.5;
}
.p-related-posts__list-item .p-related__footer .p-meta__date {
  width: 65px;
  margin-right: 22px;
  font-family: "Arial";
  font-size: 12px;
  color: #999999;
}
.p-related-posts__list-item .p-related__footer .p-meta__date::before {
  display: none;
}
.p-related-posts__list-item .p-related__footer .p-related__tag {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 0;
}
.p-related-posts__list-item .p-related__footer .p-related__tag .p-tag-item {
  margin-left: 10px;
  color: #000;
  list-style: none;
}
.p-related-posts__list-item .p-related__footer .p-related__tag .p-tag-item::before {
  content: "# ";
}

/* wp stylr */
.wp-block-separator {
  display: block;
  width: 48px;
  height: 4px;
  margin: 0 auto 39px;
  border: none;
  border-radius: 9999px;
  background-color: #999;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .l-header__lower {
    height: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .c-nav01__item--next a::before,
  .c-nav01__item--prev a::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-image-slider__item > a .p-image-slider__item-inner .p-image-slider__item-title {
    display: block;
  }
  .p-image-slider__item > a .p-image-slider__item-inner .p-image-slider__item-com {
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #000;
    text-align: left;
  }

  /* page */
  .l-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-entry__inner {
    padding: 0 20px;
  }

  .p-headline {
    font-size: 18px;
  }

  .p-nav01 {
    margin: 0 -20px 0;
  }
  .p-entry__img {
    margin: 0 -20px;
  }
  .p-entry__img::before {
    display: none;
  }

  .p-entry__inner {
    padding: 0 20px;
  }
  .p-entry__header-content {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px 30px;
    background-color: #f4f4f4;
  }
  .p-entry__header-content .p-entry__title {
    font-size: 20px;
  }
  .p-entry__header-content .p-tfm-article__excerpt {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-entry__header-content .p-meta {
    margin-top: 16px;
  }
  .p-entry__header-content .p-meta .p-meta__date {
    margin-right: 6px;
  }
  .p-entry__header-content .p-meta .p-tfm-article__tag .p-tag-item {
    margin-left: 10px;
  }

  .c-nav01__item a {
    height: auto;
    padding: 30px 20px;
  }
  .c-nav01__item a .p-next_name {
    font-size: 14px;
    line-height: 1.5;
  }
  .c-nav01__item a .p-next__cat {
    margin-top: 16px;
    line-height: 1.5;
  }
  .c-nav01__item a .p-next__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-nav01__item a .p-next__excerpt {
    margin-top: 8px;
    line-height: 1.5;
  }

  .p-related-posts {
    margin-top: 45px;
  }
  .p-related-posts__list-item {
    padding: 30px 20px;
  }
  .p-related-posts__list-item .p-related__name {
    font-size: 14px;
  }
  .p-article10 a {
    margin-top: 30px;
    padding: 0 !important;
  }
  .p-related-posts__list-item .p-related__img {
    width: 120px;
    margin-right: 16px;
  }

  .p-related-posts__list-item .p-related__footer {
    margin-top: 30px;
  }
  .p-related-posts__list-item .p-related__footer .p-meta__date {
    margin-right: 16px;
  }
  .p-related-posts__list-item .p-related__footer .p-tfm-article__tag .p-tag-item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 600px) {
  .l-tfm-header__upper {
    padding: 16px 10px 0 20px;
  }
  .l-tfm-header__upper .l-tfm-header__logo {
    width: 80px;
  }
  .l-tfm-header__upper .l-tfm-header__nav .l-tfm-header__nav-item {
    margin: 0 10px;
    font-size: 11px;
  }
  .l-header__logo img {
    width: 220px;
  }

  .l-footer {
    padding: 50px 10px 40px;
  }
  .p-footer-bnr .p-footer-bnr__item {
    margin: 0 10px;
  }

  .p-logo-tokyofm {
    margin-top: 50px;
  }
  .p-logo-tokyofm img {
    width: 180px;
  }

  .p-footer-nav {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-footer-nav .p-footer-nav__item {
    margin: 6px 12px;
    font-size: 10px;
    list-style: none;
  }

  .p-footer-sns {
    margin-top: 30px;
  }
  .p-footer-sns .p-footer-sns__item {
    margin: 0 10px;
  }
  .p-footer-sns .p-footer-sns__item .fa-brands {
    font-size: 20px;
  }

  .p-copyright {
    margin-top: 30px;
  }
}
