@charset "UTF-8";
@keyframes splide-loading{
  0%{
    transform: rotate(0);
  }
  to{
    transform: rotate(1turn);
  }}
@keyframes ball-spin-loader{
  50%{
    transform: scale(.5);
  }
  to{
    transform: scale(1);
  }}
@keyframes fadein{
  0%{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }}
*,::after,::before{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
::after,::before{
  text-decoration: inherit;
  vertical-align: inherit;
}
:where(:root){
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
:where(body){
  margin: 0;
}
:where(h1){
  font-size: 2em;
  margin: .67em 0;
}
:where(dl,ol,ul) :where(dl,ol,ul){
  margin: 0;
}
:where(hr){
  color: inherit;
  height: 0;
}
:where(nav) :where(ol,ul){
  list-style-type: none;
  padding: 0;
}
:where(nav li)::before{
  content: "​";
  float: left;
}
:where(pre){
  font-family: monospace,monospace;
  font-size: 1em;
  overflow: auto;
}
:where(abbr[title]){
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
:where(b,strong){
  font-weight: bolder;
}
:where(code,kbd,samp){
  font-family: monospace,monospace;
  font-size: 1em;
}
:where(small){
  font-size: 80%;
}
:where(audio,canvas,iframe,img,svg,video){
  vertical-align: middle;
}
:where(iframe){
  border-style: none;
}
:where(svg:not([fill])){
  fill: currentColor;
}
:where(table){
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
:where(button,input,select){
  margin: 0;
}
:where(button,[type=button i],[type=reset i],[type=submit i]){
  -webkit-appearance: button;
}
:where(fieldset){
  border: 1px solid #a0a0a0;
}
:where(progress){
  vertical-align: baseline;
}
:where(textarea){
  margin: 0;
  resize: vertical;
}
:where([type=search i]){
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{
  height: auto;
}
::-webkit-input-placeholder{
  color: inherit;
  opacity: .54;
}
::-webkit-search-decoration{
  -webkit-appearance: none;
}
::-webkit-file-upload-button{
  -webkit-appearance: button;
  font: inherit;
}
:where(dialog){
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])){
  display: none;
}
:where(details>summary:first-of-type){
  display: list-item;
}
:where([aria-busy=true i]){
  cursor: progress;
}
:where([aria-controls]){
  cursor: pointer;
}
:where([aria-disabled=true i],[disabled]){
  cursor: not-allowed;
}
:where([aria-hidden=false i][hidden]){
  display: initial;
}
:where([aria-hidden=false i][hidden]:not(:focus)){
  clip: rect(0,0,0,0);
  position: absolute;
}
:where(iframe,img,input,video,select,textarea){
  height: auto;
  max-width: 100%;
}
:where(button,input,select,textarea){
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: .25em .375em;
}
:where(select){
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}
:where(select[multiple]){
  background-image: none;
}
:where([type=color i],[type=range i]){
  border-width: 0;
  padding: 0;
}
.splide__container{
  box-sizing: border-box;
  position: relative;
}
.splide__list{
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important;
}
.splide.is-initialized:not(.is-active) .splide__list{
  display: block;
}
.splide__pagination{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li{
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination{
  display: none;
}
.splide__progress__bar{
  width: 0;
}
.splide{
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered{
  visibility: visible;
}
.splide__slide{
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img{
  vertical-align: bottom;
}
.splide__spinner{
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr{
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause{
  display: inline;
}
.splide__track{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__track--draggable{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade>.splide__list>.splide__slide{
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity: 1;
  z-index: 1;
}
.splide--rtl{
  direction: rtl;
}
.splide__track--ttb>.splide__list{
  display: block;
}
.splide__arrow{
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg{
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled){
  opacity: .9;
}
.splide__arrow:disabled{
  opacity: .3;
}
.splide__arrow:focus-visible{
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev{
  left: 1em;
}
.splide__arrow--prev svg{
  transform: scaleX(-1);
}
.splide__arrow--next{
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus,.splide.is-focus-in .splide__pagination__page:focus{
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination{
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page{
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.splide__pagination__page.is-active{
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover{
  cursor: pointer;
  opacity: .9;
}
.splide__pagination__page:focus-visible{
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar{
  background: #ccc;
  height: 3px;
}
.splide__slide{
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus{
  outline: 0;
}
@supports (outline-offset:-3px){
  .splide__slide:focus-visible{
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }}
@supports (outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }}
.splide__toggle{
  cursor: pointer;
}
.splide__toggle:focus-visible{
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus{
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav>.splide__list>.splide__slide{
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav>.splide__list>.splide__slide.is-active{
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev{
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg{
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next{
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg{
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow{
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev{
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg{
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next{
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg{
  transform: rotate(90deg);
}
.splide__pagination--ttb{
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
*{
  padding: 0;
}
html{
  -webkit-tap-highlight-color: revert;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  cursor: revert;
  min-width: 375px;
  font-weight: 400;
  font-size: 62.5%;
  font-family: "BIZ UDPGothic",sans-serif;
  line-break: normal;
  overflow-wrap: anywhere;
}
.no-overflow{
  overflow-wrap: normal;
}
body{
  color: #1b2f43;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
body.is-hidden{
  overflow: hidden;
}
li{
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6,th{
  font-weight: inherit;
}
address,cite,dfn,em,i,var{
  font-style: inherit;
}
fieldset{
  border: 0;
  min-width: 0;
}
h1,h2,h3,h4,h5,h6{
  font-size: inherit;
}
*,h1{
  margin: 0;
}
small{
  font-size: inherit;
}
a{
  color: currentColor;
  text-decoration: none;
}
button,input,select,textarea{
  border: 0;
  padding: 0;
}
button:disabled,input:disabled,select:disabled,textarea:disabled{
  cursor: not-allowed;
}
button{
  touch-action: manipulation;
}
button:not(:disabled,[aria-disabled=true]){
  cursor: pointer;
}
[hidden][hidden]{
  display: none!important;
}
.c-header{
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.c-header.is-scroll{
  position: fixed;
  filter: drop-shadow(0 3px 6px rgba(102,102,102,.2));
  animation: fadein .4s;
  border-bottom: none;
}
.c-header.is-scroll .c-header__top-inner{
  padding-top: 11px;
  padding-bottom: 11px;
}
.c-header.is-scroll .c-header__info{
  opacity: 0%;
  border-width: 0;
  padding: 0;
  height: 0;
}
.c-header.is-scroll .c-header__genre{
  padding: 0;
}
.c-header.is-scroll .c-header__notice{
  top: 62px;
}
.c-header.is-scroll .c-header__notice-main::before{
  right: 42px;
}
.c-header:has(.c-header__notice.is-active) .c-header__notice-btn .hint{
  visibility: hidden;
  opacity: 0%;
}
.c-header__top{
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.c-header__top-inner{
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
}
.c-header__menu-btn{
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: width .3s,height .3s,opacity .3s;
  width: 28px;
  height: 28px;
}
.c-header__menu-btn span,.c-header__menu-btn::after,.c-header__menu-btn::before{
  transition: width .3s,opacity .4s;
  display: block;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #000;
  width: 20px;
  height: 2px;
}
.c-header__menu-btn::after,.c-header__menu-btn::before{
  position: absolute;
  right: 0;
  left: 0;
  transition: width .3s,transform .4s;
  content: "";
}
.c-header__menu-btn::before{
  top: 6px;
  transform-origin: top left;
}
.c-header__menu-btn::after{
  bottom: 6px;
  transform-origin: bottom left;
}
.c-header__menu-btn.is-close span{
  opacity: 0%;
}
.c-header__menu-btn.is-close::before{
  transform: rotate(45deg);
}
.c-header__menu-btn.is-close::after{
  transform: rotate(-45deg);
}
.c-header__search{
  display: none;
  position: relative;
}
.c-header__search-input{
  transition: min-height .4s;
  border: 1px solid #ddd;
  border-radius: 999px;
  background-color: #f5f5f5;
  padding: 2px 45px 0 23px;
  width: 100%;
  min-height: 50px;
  font-size: 1.4rem;
}
.c-header__search-icon,.c-header__search-icon .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width .3s,height .3s;
}
.c-header__search-icon{
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: #fff;
  width: 32px;
  height: 32px;
}
.c-header__search-icon .icon{
  width: 24px;
  height: 24px;
}
.c-header__search-btn-sp{
  display: block;
}
.c-header__search-btn-sp .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_search.svg);
}
.c-page:has(.c-header__search-sp.is-active) .c-header__search-btn-sp .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_search-active.svg);
}
.c-header__btn .icon,.c-header__logo{
  display: block;
  margin: 0 auto;
  width: 126px;
}
.c-header__member{
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.c-header__member .c-header__btn+.c-header__btn{
  margin-left: 15px;
}
.c-header__btn{
  position: relative;
  width: 28px;
}
.c-header__btn .icon{
  width: 28px;
  height: 28px;
  pointer-events: none;
}
.c-header__btn .icon::before{
  display: inline-block;
  position: relative;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.c-header__btn .hint::before{
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #1b2f43 transparent;
  content: "";
}
.c-header__favorite-btn,.c-header__follow-btn{
  display: none;
}
.c-header__follow-btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow.svg);
}
.c-header__follow-btn .hint{
  width: 64px;
}
.c-header__follow-btn.is-active .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow-active.svg);
}
.c-header__favorite-btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_favorite.svg);
}
.c-header__favorite-btn .hint{
  width: 56px;
}
.c-header__login-btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_login.svg);
}
.c-header__login-btn .hint{
  width: 46px;
}
.c-header__notice-btn{
  display: block;
}
.c-header__notice-btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_notice.svg);
}
.c-header__notice-btn .hint{
  width: 32px;
}
.c-header__notice-btn.new .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_notice-new.svg);
}
.c-page:has(.c-header__notice.is-active) .c-header__notice-btn .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_notice-active.svg);
}
.c-header__info{
  display: none;
  visibility: hidden;
  transition: opacity .2s,padding .2s;
  border: solid #99c6e5;
  border-width: 1px 0;
  background-color: #eff8fd;
  color: #0275c2;
  font-size: 1.4rem;
}
.c-header__info a{
  transition: opacity .4s;
  text-decoration: underline;
}
.c-header__info-inner{
  padding: 10px 15px;
}
.c-header__info-block{
  position: relative;
  vertical-align: middle;
}
.c-header__info-block::before{
  display: inline-block;
  position: relative;
  transform: translateY(-1px);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_info.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.c-header__genre{
  position: relative;
  opacity: 100%;
  padding: 10px 0 2px;
}
.c-header__genre-lists{
  display: flex;
  position: relative;
  margin: 0 auto;
}
.c-header__genre-list{
  position: relative;
  flex: 1;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-align: center;
}
.c-header__genre-list+.c-header__genre-list{
  border-left: 1px solid #ddd;
}
.c-header__genre-list-link{
  display: block;
  transition: color .2s,background-color .2s;
  padding: 6px 20px 5px;
  color: #272727;
}
.c-header__genre-arrow{
  position: absolute;
  top: 0;
  z-index: 99;
  background: linear-gradient(-90deg,#fff 0,#fff 60%,rgba(255,255,255,.35) 100%);
  width: 30px;
  height: 100%;
}
.c-header__genre-arrow::before,.c-header__menu-list-item .icon::before{
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.c-header__genre-arrow::before{
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 8px;
  height: 12px;
}
.c-header__genre-arrow--left{
  left: 0;
  transform: rotate(180deg);
}
.c-header__genre-arrow--right{
  right: 0;
}
.c-header__menu{
  position: fixed;
  top: 62px;
  visibility: hidden;
  opacity: 0%;
  z-index: 999;
  transition: opacity .4s,visibility .4s;
  border-top: 1px solid #eee;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-header__menu.is-show{
  visibility: visible;
  opacity: 100%;
  z-index: 999;
}
.c-header__menu-inner{
  height: 100%;
  overflow-y: scroll;
}
.c-header__menu-login{
  display: block;
  transition: color .4s,background-color .4s;
  margin: 20px auto;
  border: 2px solid #09a7a8;
  border-radius: 999px;
  background-color: #09a7a8;
  padding: 9px;
  width: 240px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-header__menu-user{
  padding: 18px 20px 14px;
}
.c-header__menu-user-block{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 13px;
}
.c-header__menu-user-img{
  position: relative;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.c-header__menu-user-img::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid #e4e9fc;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  content: "";
}
.c-header__menu-user-name{
  font-weight: 700;
  font-size: 1.4rem;
}
.c-header__menu-user-name span{
  margin-left: 5px;
  font-size: 1.2rem;
}
.c-header__menu-user-number{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 5px;
  border: 1px solid #ddd;
  max-width: 220px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.c-header__menu-user-number-item{
  padding: 3px 7px 4px;
  color: #09a7a8;
}
.c-footer__lead sup,.c-header__menu-user-number-item sup{
  vertical-align: top;
}
.c-header__menu-user-number-detail{
  border-left: 1px solid #ddd;
  padding: 3px 7px 4px;
}
.c-header__menu-user-link-wrap{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.c-header__menu-user-link{
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.c-header__menu-user-link::after{
  margin-left: 5px;
  width: 18px;
  height: 18px;
}
.c-header__menu-user-fp{
  display: inline-block;
  transition: color .4s;
  margin-top: 10px;
  font-size: 1.2rem;
  text-decoration: underline;
}
.c-header__menu-groups{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.c-header__menu-heading{
  background-color: #f4f7f6;
  padding: 14px 20px;
  color: #8094a8;
  font-size: 1.4rem;
}
.c-header__menu-list+.c-header__menu-list{
  border-top: 1px solid #eee;
}
.c-header__menu-list--favorite .c-header__menu-list-item,.c-header__menu-list--follow .c-header__menu-list-item{
  display: flex;
  align-items: center;
}
.c-header__menu-list--follow .c-header__menu-list-item .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow.svg);
}
.c-header__menu-list--favorite .c-header__menu-list-item .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_favorite.svg);
}
.c-header__menu-list-item::after,.c-header__menu-list-sub-item::after{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  content: "";
}
.c-header__menu-list-item{
  display: block;
  position: relative;
  transition: color .2s;
  padding: 23px 50px 21px 20px;
  font-weight: 700;
}
.c-header__menu-list-item .icon{
  display: block;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.c-header__menu-list-item .icon::before{
  width: 100%;
  height: 100%;
}
.c-header__menu-list-item--acc::after,.c-header__menu-list-item--acc::before{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform .4s;
  background-color: #09a7a8;
  width: 16px;
  height: 2px;
  content: "";
}
.c-header__menu-list-item--acc::after{
  transform: rotate(90deg);
}
.c-header__menu-list-item--acc[aria-expanded=true]::after{
  transform: rotate(0);
}
.c-header__menu-list-sub{
  background-color: #edf4f4;
}
.c-header__menu-list-sub-item{
  position: relative;
  transition: color .4s;
  font-weight: 600;
  font-size: 1.4rem;
}
.c-header__menu-list-sub-item a{
  display: block;
  padding: 18px 60px 18px 40px;
}
.c-header__menu-list-sub-item+.c-header__menu-list-sub-item{
  border-top: 1px solid #fff;
}
.c-header__menu-close-top{
  display: none;
}
.c-header__menu-close-bottom{
  transition: opacity .4s;
  cursor: pointer;
  padding: 22px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
}
.c-header__menu-close-bottom span,.c-header__notice-close span{
  position: relative;
  padding-left: 22px;
}
.c-header__menu-close-bottom span::after,.c-header__menu-close-bottom span::before{
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #a5a5a5;
  width: 15px;
  height: 2px;
  content: "";
}
.c-header__menu-close-bottom span::before{
  transform: translateY(-50%) rotate(45deg);
}
.c-header__menu-close-bottom span::after{
  transform: translateY(-50%) rotate(-45deg);
}
.c-header__menu-bg{
  display: none;
}
.c-header__notice{
  position: absolute;
  top: 62px;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0%;
  z-index: 999;
  transition: opacity .4s,visibility .4s;
  width: 100%;
}
.c-header__notice.is-active{
  visibility: visible;
  opacity: 100%;
}
.c-header__notice-inner{
  margin: 0 auto;
}
.c-header__notice-main{
  position: relative;
  z-index: 999;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 15px 70px;
  width: calc(100% - 30px);
  min-height: 300px;
}
.c-header__notice-main::before{
  position: absolute;
  top: -15px;
  right: 42px;
  z-index: 9999;
  border-width: 0 15px 20px;
  border-style: solid;
  border-color: #fff transparent;
  content: "";
}
.c-header__notice-groups{
  overflow-y: auto;
}
.c-header__notice-group+.c-header__notice-group{
  margin-top: 20px;
}
.c-header__notice-group--column .c-header__notice-heading .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow.svg);
}
.c-header__notice-group--iine .c-header__notice-heading .icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_iine_comment.svg);
}
.c-header__notice-heading{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-weight: 700;
}
.c-header__notice-heading .icon{
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-right: 5px;
  width: 28px;
  height: 28px;
}
.c-footer__link a[target=_blank]::after,.c-header__notice-heading .icon::before{
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.c-header__notice-heading .icon::before{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.c-header__notice-text{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.c-header__notice-list-inner{
  display: block;
  padding: 12px 0;
}
.c-header__notice-list{
  border-bottom: 1px solid #eee;
}
.c-header__notice-list-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.c-header__notice-list-label{
  color: #09a7a8;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .1em;
}
.c-header__notice-list-day{
  color: #9a9a9a;
  font-size: .8rem;
}
.c-header__notice-list-heading,.c-header__notice-list-iine{
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.c-header__notice-list-iine{
  font-weight: 700;
}
.c-header__notice-list-text{
  display: block;
  color: #777;
  font-size: 1.2rem;
}
.c-header__notice-more-wrap{
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.c-header__notice-more .c-btn::after{
  top: -2px;
}
.c-header__notice-bg{
  position: fixed;
  top: 60px;
  left: 0;
  opacity: 30%;
  background-color: #000;
  width: 100%;
  height: 100vh;
}
.c-header__notice-close{
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 20px 15px 25px;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
}
.c-header__notice-close span::after,.c-header__notice-close span::before{
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  background-color: #a5a5a5;
  width: 15px;
  height: 2px;
  content: "";
}
.c-header__notice-close span::before{
  transform: rotate(45deg);
}
.c-header__notice-close span::after{
  transform: rotate(-45deg);
}
.c-header__search-sp .c-header__search-input{
  border-color: #1b2f43;
  background-color: #fff;
  min-height: 60px;
}
.c-header__search-sp .c-header__search-icon{
  top: 50%;
  right: 30px;
  background-color: transparent;
}
.c-header__search-sp-bg{
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}
.c-footer__inner{
  margin: 0 auto;
  max-width: 1100px;
}
.c-footer__navi{
  background-color: #1b2f43;
  padding: 50px 20px 45px;
  color: #fff;
}
.c-footer__navi-group+.c-footer__navi-group{
  margin-top: 60px;
}
.c-footer__navi-heading{
  margin-bottom: 20px;
  border-bottom: 1px solid #36597b;
  padding-bottom: 10px;
  letter-spacing: .1em;
}
.c-footer__navi-lists{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-footer__navi-list{
  margin-bottom: 15px;
}
.c-footer__navi-lists--column{
  grid-template-rows: repeat(5,auto);
  grid-auto-flow: column;
}
.c-footer__navi-list-item{
  font-weight: 700;
  font-size: 1.4rem;
}
.c-footer__navi-list-link{
  display: flex;
  position: relative;
  transition: opacity .4s;
  padding-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.c-footer__navi-list-link::before{
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 5px;
  height: 5px;
  content: "";
}
.c-footer__bottom{
  background-color: #fff;
  padding: 28px 20px 30px;
}
.c-footer__group+.c-footer__group{
  margin-top: 27px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.c-footer__logo-online{
  display: flex;
  align-items: flex-end;
}
.c-footer__logo-online .logo img{
  width: 175px;
}
.c-footer__logo-online .lead{
  margin-left: 15px;
  border-left: 1px solid #666;
  padding: 5px 0 5px 12px;
}
.c-footer__logo-online .lead img{
  width: 102px;
}
.c-footer__links{
  display: flex;
  gap: 15px 20px;
  margin-top: 40px;
}
.c-footer__link{
  display: inline-block;
  transition: opacity .4s;
  font-size: 1.2rem;
  text-decoration: underline;
}
.c-footer__link a[target=_blank]{
  position: relative;
  padding-right: 12px;
}
.c-footer__link a[target=_blank]::after{
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_window.svg);
  width: 8px;
  height: 8px;
}
.c-footer__logo-fp{
  display: block;
  width: 164px;
}
.c-footer__lead{
  margin-top: 18px;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.c-footer__copyright{
  margin-top: 15px;
  overflow: hidden;
  color: #6e6e6e;
  font-size: .8rem;
  letter-spacing: 0;
}
.c-page__head{
  background-color: #f4f7f6;
  padding: 25px 20px;
}
.c-page__head-inner{
  margin: 0 auto;
  max-width: 1100px;
}
.c-page__head-inner--small{
  max-width: 800px;
}
.c-page__heading{
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: .03em;
}
.c-page__side{
  padding: 0 0 20px;
}
.c-page__not-data{
  padding: 20px 20px 0;
}
.c-page:has(.c-header.is-scroll) .c-main{
  padding-top: var(--header-height);
}
.js-disclosure__details{
  transition: height .5s;
  overflow: hidden;
}
.js-disclosure__details[aria-hidden=true]{
  visibility: hidden;
  transition: height .5s,visibility .5s .5s;
  height: 0;
}
.c-post.trendwatch .c-label{
  border-color: #b6d8de;
}
.c-post.trendwatch .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_trendwatch.svg);
}
.c-post.specialist .c-label{
  border-color: #d4d6b9;
}
.c-post.specialist .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_specialist.svg);
}
.c-post.quiz .c-label{
  border-color: #add6aa;
}
.c-post.quiz .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_quiz.svg);
}
.c-post.casestudy .c-label{
  border-color: #e2caed;
}
.c-post.casestudy .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_casestudy.svg);
}
.c-post.interview .c-label{
  border-color: #f8cae7;
}
.c-post.interview .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_interview.svg);
}
.c-post.movie .c-label{
  border-color: #ebc7d5;
}
.c-post.movie .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_movie.svg);
}
.c-post.education .c-label{
  border-color: #ead3b8;
}
.c-post.education .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_education.svg);
}
.c-post.oneword .c-label{
  border-color: #b8c4ea;
}
.c-post.oneword .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_oneword.svg);
}
.c-post.exam .c-label{
  border-color: #c1f0ff;
}
.c-post.exam .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_exam.svg);
}
.c-post.member .c-label{
  border-color: #f0d7a0;
}
.c-post.member .c-label__icon::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/label_member.svg);
}
.c-post.lock .c-post__heading{
  position: relative;
}
.c-label__icon::before,.c-post.lock .c-post__heading::after{
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.c-post.lock .c-post__heading::after{
  display: inline-block;
  position: relative;
  margin: 0 0-3px 2px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_lock.svg);
  width: 18px;
  height: 18px;
}
.c-post__heading{
  transition: color .4s;
}
.c-post__img{
  display: flex;
  justify-content: center;
}
.c-post__img img{
  transition: transform .4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-label{
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px 4px;
  min-height: 28px;
  font-weight: 700;
  font-size: 1rem;
}
.c-label sup{
  display: inline-block;
  transform: translateY(3px);
  font-size: .8rem;
}
.c-label__icon{
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 16px;
  height: 12px;
}
.c-label__icon::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 2px;
  width: 100%;
  height: 100%;
}
.c-btn{
  display: flex;
  position: relative;
  align-items: center;
  transition: opacity .4s,color .4s;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.c-breadcrumb__list a,.c-btn::after{
  display: inline-block;
  position: relative;
}
.c-btn-white::after,.c-btn::after{
  flex-shrink: 0;
  margin-left: 10px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_circle_green.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.c-btn-green,.c-btn-white{
  transition: background-color .4s,color .1s;
  border: 2px solid #09a7a8;
  border-radius: 999px;
  background-color: #09a7a8;
  padding: 11px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-btn-white{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: color .4s,border .4s;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
  padding: 15px 20px 14px;
  color: #000;
  font-size: 1.4rem;
}
.c-btn-white::after{
  display: inline-block;
  position: relative;
  transform: translateY(-1px);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 10px;
  height: 16px;
}
.c-pagetop{
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  visibility: hidden;
  opacity: 0%;
  z-index: 99;
  transition: .4s;
  width: 40px;
  height: 40px;
}
.c-pagetop.is-show{
  visibility: visible;
  opacity: 100%;
}
.c-pagetop__item{
  display: block;
  transition: .4s;
  border-radius: 999px;
  background-color: #a2abbf;
  width: 100%;
  height: 100%;
}
.c-pagetop__item::after{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_white.svg);
  width: 9px;
  height: 14px;
}
.c-breadcrumb{
  background-color: #e4f2eb;
  padding: 12px 20px;
}
.c-breadcrumb__lists{
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.c-breadcrumb__lists--wide{
  max-width: 1100px;
}
.c-breadcrumb__list{
  transition: color .2s;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-breadcrumb__list a{
  padding-left: 15px;
}
.c-breadcrumb__follow .follow-btn::before,.c-breadcrumb__list a::before,.c-pagetop__item::after{
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.c-breadcrumb__list a::before{
  top: 4px;
  left: 0;
  transform: translateY(1px) rotate(180deg);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 8px;
  height: 12px;
}
.c-breadcrumb__list+.c-breadcrumb__list{
  margin-left: 10px;
}
.c-breadcrumb__follow{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.c-breadcrumb__follow .follow-btn{
  border: 1px solid #94d8d8;
  background-color: #fff;
  padding: 4px 0 4px 25px;
  width: 110px;
  font-weight: 700;
  font-size: 1.2rem;
}
.c-breadcrumb__follow .follow-btn .followed,.c-breadcrumb__follow .follow-btn.is-active .followme{
  display: none;
}
.c-breadcrumb__follow .follow-btn::before{
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow.svg);
  width: 20px;
  height: 20px;
}
.c-breadcrumb__follow .follow-btn.is-visible{
  pointer-events: none;
}
.c-breadcrumb__follow .follow-btn::before,.c-breadcrumb__follow .followed,.c-breadcrumb__follow .followme{
  transition: opacity .2s;
}
.c-breadcrumb__follow .follow-btn.is-active{
  color: #09a7a8;
}
.c-breadcrumb__follow .follow-btn.is-active .followed{
  display: block;
}
.c-breadcrumb__follow .follow-btn.is-active::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_follow_green.svg);
}
.c-breadcrumb__follow .c-login-required{
  top: 45px;
  right: 0;
}
.c-breadcrumb__follow .c-login-required::after,.c-breadcrumb__follow .c-login-required::before{
  right: 40px;
  transform: rotate(180deg);
  border-width: 15px 10px 0;
}
.c-breadcrumb__follow .c-login-required::before{
  top: -15px;
}
.c-breadcrumb__follow .c-login-required::after{
  top: -13px;
}
.c-modal{
  position: fixed;
  visibility: hidden;
  opacity: 0%;
  z-index: 9999;
  transition: opacity .4s,visibility .3s;
  inset: 0;
  padding: 20px;
  width: 100%;
}
.c-modal.is-active{
  visibility: visible;
  opacity: 100%;
}
.c-modal__bg{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
}
.c-modal__main{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  border-radius: 20px;
  background-color: #fff;
  padding: 27px 20px;
  width: 100%;
}
.c-modal__heading,.c-modal__text{
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.c-modal__text{
  margin-top: 10px;
  font-size: 1.4rem;
}
.c-modal__text--mt15{
  margin-top: 15px;
}
.c-modal__text--mt20{
  margin-top: 20px;
}
.c-modal__text--mt25{
  margin-top: 25px;
}
.c-modal__text--red{
  color: #d33d3d;
}
.c-modal__text--gray{
  color: #9a9a9a;
}
.c-modal__text--thin{
  font-weight: 400;
}
.c-modal__text--thin--left{
  text-align: left;
}
.c-modal__note{
  margin-top: 5px;
  text-align: center;
}
.c-modal__note--small{
  font-size: 1.4rem;
}
.c-modal__icon{
  margin: 25px auto 0;
  border: 1px solid #e4e9fc;
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.c-modal__icon-seclet{
  position: relative;
}
.c-modal__icon-seclet-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 10px auto 0;
  border: 1px solid #09a7a8;
  border-radius: 9999px;
  background-color: #fff;
  padding: 12px 30px;
  min-width: 240px;
  color: #09a7a8;
}
.c-modal__folder-text .icon,.c-modal__icon-seclet-btn .icon{
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  width: 18px;
  height: 15px;
}
.c-modal__icon-seclet-btn .icon{
  display: block;
}
.c-modal__folder-text .icon::before,.c-modal__icon-seclet-btn .icon::before{
  display: block;
  position: relative;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_picture.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.c-modal__icon-seclet-input{
  display: none;
}
.c-modal__input,.c-modal__textarea{
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 15px;
  width: 100%;
  min-height: 60px;
  font-weight: 700;
}
.c-modal__textarea{
  margin-top: 10px;
  min-height: 120px;
  font-weight: 600;
  font-size: 1.6rem;
}
.c-modal__folder-text{
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  font-weight: 700;
}
.c-modal__folder-text .icon{
  transform: translateY(2px);
}
.c-modal__folder-text .icon::before{
  display: inline-block;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_folder.svg);
}
.c-modal__folder-text--gray{
  color: #9a9a9a;
}
.c-modal__lists-wrap{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.c-modal__lists-wrap--movie{
  max-height: 275px;
  overflow: auto;
}
.c-modal__lists-wrap--movie .c-modal__lists{
  height: 100%;
}
.c-modal__folder-name+.c-modal__lists-wrap{
  margin-top: 15px;
}
.c-modal__list{
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px 15px 15px;
  font-weight: 600;
}
.c-modal__list:has(.c-modal__list-select){
  padding-right: 75px;
}
.c-modal__list+.c-modal__list{
  border-top: 1px solid #ddd;
}
.c-modal__list--arrow::after{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 10px;
  height: 14px;
}
.c-modal__list-item{
  display: flex;
  align-items: start;
  transition: color .4s;
}
.c-modal__list-item .icon{
  position: relative;
  flex-shrink: 0;
  margin-right: 15px;
  width: 28px;
  height: 28px;
}
.c-modal__folder-name::before,.c-modal__list--arrow::after,.c-modal__list-item .icon::before{
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.c-modal__list-item .icon::before{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-modal__list-item .pencil::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_pencil_green.svg);
}
.c-modal__list-item .delete,.c-modal__list-item .movie{
  transform: translateY(-2px);
}
.c-modal__list-item .delete::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_delete_green.svg);
}
.c-modal__list-item .movie::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_folder_move.svg);
}
.c-modal__list-item .release::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_release.svg);
}
.c-modal__list-item .folder{
  transform: translateY(2px);
  width: 20px;
  height: 18px;
}
.c-modal__list-item .folder::before{
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_folder.svg);
}
.c-modal__label-wrap{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.c-modal__label-wrap .c-modal__label{
  margin-top: 0;
}
.c-modal__label{
  margin-top: 14px;
}
.c-modal__post-heading{
  margin-top: 10px;
  color: #9a9a9a;
  font-weight: 600;
}
.c-modal__folder-name{
  position: relative;
  margin-top: 15px;
  padding-left: 20px;
  color: #9a9a9a;
  font-size: 1.2rem;
}
.c-modal__folder-name::before{
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_folder_gray.svg);
  width: 12px;
  height: 10px;
}
.c-modal__list-select{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: color .4s;
  border: 1px solid #94d8d8;
  border-radius: 999px;
  background-color: #fff;
  padding: 3px 17px 2px;
  font-size: 1.4rem;
}
.c-modal__btn{
  display: block;
  margin: 20px auto 0;
  min-width: 240px;
}
.c-modal__btn--mt10{
  margin-top: 10px;
}
.c-modal__btn--mt30{
  margin-top: 30px;
}
.c-modal__cancel,.c-modal__cancel-wrap{
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-modal__cancel-wrap{
  margin-top: 25px;
}
.c-modal__cancel{
  align-items: center;
  transition: opacity .4s;
  font-weight: 700;
  font-size: 1.5rem;
}
.c-modal__cancel .icon{
  position: relative;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.c-modal__cancel .icon::after,.c-modal__cancel .icon::before{
  position: absolute;
  top: 50%;
  border-radius: 999px;
  background-color: #a5a5a5;
  width: 2px;
  height: 20px;
  content: "";
}
.c-modal__cancel .icon::before{
  transform: translateY(-50%) rotate(45deg);
}
.c-modal__cancel .icon::after{
  transform: translateY(-50%) rotate(-45deg);
}
.c-modal__flow02,.c-modal__flow03{
  display: none;
}
.c-heading__style01{
  position: relative;
  margin-bottom: 25px;
  border-bottom: 2px solid #e5e9ef;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0;
}
.c-heading__style01::before,.c-heading__style04::before{
  position: absolute;
  left: 0;
  background-color: #09a7a8;
  content: "";
}
.c-heading__style01::before{
  bottom: -2px;
  width: 100px;
  height: 2px;
}
.c-heading__style02{
  margin-bottom: 25px;
  border-bottom: 2px solid #09a7a8;
  background-color: #edf4f4;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 2rem;
}
.c-heading__style03{
  margin-bottom: 20px;
  border-left: 4px solid #09a7a8;
  padding-left: 15px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.c-heading__style04{
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.625;
}
.c-heading__style04::before{
  top: 11px;
  width: 14px;
  height: 3px;
}
.c-pager,.c-pager__lists{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager{
  margin-top: 30px;
}
.c-pager__lists{
  margin: 0 5px;
}
.c-pager__list{
  transition: color .4s;
  margin: 0 5px;
  border: 1px solid #09a7a8;
  border-radius: 9999px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  color: #09a7a8;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-pager__list.is-current{
  background-color: #09a7a8;
  color: #fff;
}
.c-pager__arrow,.c-pager__list-link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager__list-link{
  padding-top: 2px;
  width: 100%;
  height: 100%;
}
.c-pager__arrow{
  transition: opacity .4s;
  width: 40px;
  height: 40px;
}
.c-pager__arrow img{
  width: 10px;
  height: 14px;
}
.c-pager__arrow--prev img{
  transform: rotate(180deg);
}
.u-d-none{
  display: none!important;
}
.u-d-inline{
  display: inline!important;
}
.u-d-inline-block{
  display: inline-block!important;
}
.u-d-block{
  display: block!important;
}
.u-d-grid{
  display: grid!important;
}
.u-d-table{
  display: table!important;
}
.u-d-table-row{
  display: table-row!important;
}
.u-d-table-cell{
  display: table-cell!important;
}
.u-d-flex{
  display: flex!important;
}
.u-d-inline-flex{
  display: inline-flex!important;
}
.u-visually-hidden-focusable:not(:focus,:focus-within){
  display: block!important;
  position: fixed!important;
  top: 0!important;
  left: 0!important;
  visibility: visible!important;
  opacity: 0%!important;
  margin: 0!important;
  border: 0!important;
  padding: 0!important;
  width: 4px!important;
  height: 4px!important;
  overflow: hidden!important;
  pointer-events: none!important;
}
.u-visually-hidden{
  display: block!important;
  position: fixed!important;
  top: 0!important;
  left: 0!important;
  visibility: visible!important;
  opacity: 0%!important;
  margin: 0!important;
  border: 0!important;
  padding: 0!important;
  width: 4px!important;
  height: 4px!important;
  overflow: hidden!important;
  pointer-events: none!important;
}
@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus{
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color: #0bf;
  }}
@media (min-width:48em){
  html{
    min-width: 1280px;
  }
  html:has(body.is-hidden){
    overflow: hidden;
  }
  body.is-hidden{
    scrollbar-gutter: stable;
  }
  .c-header.is-scroll .c-header__logo{
    margin-left: 165px;
    width: 95px;
  }
  .c-header.is-scroll .c-header__menu-btn span,  .c-header.is-scroll .c-header__menu-btn::after,  .c-header.is-scroll .c-header__menu-btn::before{
    width: 23px;
  }
  .c-header.is-scroll .c-header__menu-btn::before{
    top: 11px;
  }
  .c-header.is-scroll .c-header__menu-btn::after{
    bottom: 10px;
  }
  .c-header.is-scroll .c-header__menu-btn.is-close::after{
    bottom: 12px;
  }
  .c-header.is-scroll .c-header__search{
    margin-left: 20px;
  }
  .c-header.is-scroll .c-header__search-input{
    min-height: 32px;
  }
  .c-header.is-scroll .c-header__search-icon{
    top: 50%;
    right: 6px;
    width: 24px;
    height: 24px;
  }
  .c-header.is-scroll .c-header__search-icon .icon{
    width: 20px;
    height: 20px;
  }
  .c-header.is-scroll .c-header__btn{
    width: 48px;
  }
  .c-header.is-scroll .c-header__btn .icon{
    width: 32px;
    height: 32px;
  }
  .c-header.is-scroll .c-header__btn+.c-header__btn{
    margin-left: 20px;
  }
  .c-header.is-scroll .c-header__btn.c-header__notice-btn,  .c-header__info a+a{
    margin-left: 15px;
  }
  .c-header.is-scroll .c-header__notice{
    top: 65px;
  }
  .c-header.is-scroll .c-header__notice-main{
    transform: translateX(25px);
  }
  .c-header.is-scroll .c-header__notice-main::before{
    right: 32px;
  }
  .c-header__top-inner{
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    padding: 15px 10px 16px 20px;
    max-width: 1130px;
  }
  .c-header__menu-btn{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 42px;
    height: 42px;
  }
  .c-header__menu-btn span,  .c-header__menu-btn::after,  .c-header__menu-btn::before{
    width: 30px;
    height: 3px;
  }
  .c-header__menu-btn.is-close::before,  .c-header__menu-btn::before{
    top: 9px;
  }
  .c-header__menu-btn::after{
    bottom: 8px;
  }
  .c-header__menu-btn:hover{
    opacity: 50%;
  }
  .c-header__menu-btn.is-close::after{
    bottom: 9px;
  }
  .c-header__search-menu{
    display: flex;
    align-items: center;
  }
  .c-header__search{
    display: block;
    margin-left: 35px;
    width: 250px;
  }
  .c-header__search-btn-sp{
    display: none;
  }
  .c-header__logo{
    margin: 0 0 0 142px;
    width: 164px;
  }
  .c-header__info a:hover,  .c-header__logo:hover{
    opacity: 80%;
  }
  .c-header__member{
    position: relative;
    top: 0;
    right: 2px;
    flex-wrap: wrap;
    transform: translate(0);
  }
  .c-header__member .c-header__btn+.c-header__btn{
    margin-left: 25px;
  }
  .c-header__member .c-header__btn.c-header__notice-btn{
    margin-left: 20px;
  }
  .c-header__btn{
    width: 64px;
  }
  .c-header__btn .icon{
    width: 42px;
    height: 42px;
  }
  .c-header__btn .hint{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0%;
    z-index: 2;
    transition: opacity .4s,visibility .5s;
    border-radius: 5px;
    background-color: #1b2f43;
    padding: 3px 0;
    color: #fff;
    font-size: .8rem;
    letter-spacing: .03em;
    text-align: center;
  }
  .c-header__btn:hover .hint{
    visibility: visible;
    opacity: 100%;
  }
  .c-header__favorite-btn,  .c-header__follow-btn{
    display: block;
  }
  .c-header__info{
    overflow: hidden;
    text-align: center;
  }
  .c-header__info-inner{
    margin: 0 auto;
    padding: 11px 20px 10px;
    max-width: 1140px;
  }
  .c-header__info-item+.c-header__info-item{
    margin-left: 15px;
  }
  .c-header__genre{
    padding: 14px 20px;
    overflow: hidden;
  }
  .c-header__genre-lists{
    justify-content: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    max-width: 800px;
  }
  .c-header__genre-list:hover .c-header__genre-list-link{
    background-color: #09a7a8;
    color: #fff;
  }
  .c-header__genre-list-link{
    padding: 6px 5px 5px;
  }
  .c-header__genre-arrow{
    display: none!important;
  }
  .c-header__menu{
    top: 0;
    left: 0;
  }
  .c-header__menu-inner{
    position: relative;
    z-index: 999;
    background-color: #fff;
    width: 375px;
  }
  .c-header__menu-login:hover{
    background-color: #fff;
    color: #09a7a8;
  }
  .c-header__menu-user-number{
    margin-top: 10px;
  }
  .c-header__menu-user-fp{
    margin-top: 15px;
  }
  .c-header__menu-user-fp:hover{
    color: #09a7a8;
  }
  .c-header__menu-heading{
    padding: 6px 20px;
    font-size: 1.2rem;
  }
  .c-header__menu-list-item{
    padding: 15px 50px 14px 20px;
    font-size: 1.4rem;
  }
  .c-header__menu-list-item .icon{
    margin-right: 16px;
    width: 24px;
    height: 24px;
  }
  .c-header__menu-list-item:hover,  .c-header__menu-list-sub-item:hover{
    color: #09a7a8;
  }
  .c-header__menu-close-top{
    display: block;
    position: relative;
    transition: opacity .4s;
    cursor: pointer;
    margin: 13px;
    width: 28px;
    height: 28px;
  }
  .c-header__menu-close-top span{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .c-header__menu-close-top span::after,  .c-header__menu-close-top span::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #1b2f43;
    width: 28px;
    height: 2px;
    content: "";
  }
  .c-header__menu-close-top span::before{
    transform: rotate(45deg);
  }
  .c-header__menu-close-top span::after{
    transform: rotate(-45deg);
  }
  .c-header__menu-close-bottom:hover,  .c-header__menu-close-top:hover{
    opacity: 50%;
  }
  .c-header__menu-close-bottom{
    font-size: 1.4rem;
  }
  .c-header__menu-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 30%;
    z-index: 99;
    background-color: #000;
    width: 100%;
    height: 100%;
  }
  .c-header__notice{
    top: 75px;
    height: 100%;
  }
  .c-header__notice-inner{
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
  }
  .c-header__notice-main{
    transform: translateX(27px);
    filter: drop-shadow(0 0 10px rgba(0,0,0,.2));
    padding: 18px 18px 60px;
    width: 375px;
    max-height: clamp(500px,72vh,600px);
  }
  .c-header__notice-main::before{
    right: 40px;
  }
  .c-header__notice-groups{
    height: 100%;
  }
  .c-header__notice-group{
    padding-right: 10px;
  }
  .c-header__notice-group+.c-header__notice-group{
    margin-top: 25px;
  }
  .c-header__notice-heading .icon{
    width: 24px;
    height: 24px;
  }
  .c-header__notice-list-inner{
    padding: 15px 0;
  }
  .c-header__notice-list:hover .c-header__notice-list-heading,  .c-header__notice-list:hover .c-header__notice-list-text{
    text-decoration: underline;
  }
  .c-header__notice-more-wrap .c-header__notice-more{
    font-size: 1.2rem;
  }
  .c-header__notice-more-wrap .c-header__notice-more::after{
    margin-left: 5px;
    width: 18px;
    height: 18px;
  }
  .c-header__notice-bg{
    top: 0;
    opacity: 0%;
  }
  .c-header__notice-close{
    padding: 18px 15px;
  }
  .c-header__search-sp{
    display: none;
  }
  .c-footer__navi{
    padding: 37px 20px 25px;
  }
  .c-footer__navi .c-footer__inner{
    display: grid;
    grid-template-columns: repeat(3,auto);
    gap: 0 150px;
  }
  .c-footer__navi-group+.c-footer__navi-group{
    margin-top: 0;
  }
  .c-footer__navi-heading{
    margin-bottom: 18px;
    padding-bottom: 5px;
  }
  .c-footer__navi-lists{
    grid-template-columns: 1fr;
  }
  .c-footer__navi-list{
    margin-bottom: 13px;
  }
  .c-footer__navi-lists--column{
    grid-template-columns: 1fr 1fr;
  }
  .c-footer__navi-list-link{
    padding-left: 20px;
  }
  .c-footer__navi-list-link:hover{
    opacity: 80%;
    text-decoration: underline;
  }
  .c-footer__bottom{
    padding: 26px 20px 30px;
  }
  .c-footer__group{
    display: flex;
  }
  .c-footer__group+.c-footer__group{
    margin-top: 23px;
    padding-top: 15px;
  }
  .c-footer__group--online{
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-footer__logo-online{
    margin-left: 5px;
  }
  .c-footer__logo-online .logo img{
    width: 196px;
  }
  .c-footer__logo-online .lead{
    margin-left: 17px;
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .c-footer__logo-online .lead img{
    width: 116px;
  }
  .c-footer__links{
    display: flex;
    align-items: center;
    gap: 15px 20px;
    margin-top: 0;
    margin-bottom: -6px;
  }
  .c-footer__link{
    font-size: 1.4rem;
  }
  .c-footer__link:hover{
    opacity: 80%;
  }
  .c-footer__logo-fp{
    flex-shrink: 0;
    margin: 0 40px 0 8px;
    width: 180px;
  }
  .c-footer__lead{
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .c-page__head{
    padding: 32px 20px;
  }
  .c-page__heading{
    font-size: 3.2rem;
    letter-spacing: .05em;
  }
  .c-page__heading.small{
    font-size: 3rem;
  }
  .c-page__side{
    display: grid;
    grid-template-columns: 294px 772px;
    justify-content: center;
    align-items: flex-start;
    gap: 0 34px;
    padding: 0 20px 30px;
  }
  .c-page__not-data{
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 800px;
  }
  .c-btn:hover,  .c-post:hover .c-post__heading{
    color: #09a7a8;
    text-decoration: underline;
  }
  .c-post:hover .c-post__img img{
    transform: scale(1.1);
  }
  .c-btn-green{
    padding: 10px 30px 8px;
    font-size: 1.8rem;
  }
  .c-btn-green:hover{
    background-color: #fff;
    color: #09a7a8;
  }
  .c-btn-white{
    padding: 14px 25px 13px 30px;
    font-size: 1.6rem;
  }
  .c-btn-white::after{
    transform: translateY(0);
  }
  .c-btn-white:hover{
    border-color: #09a7a8;
    color: #09a7a8;
  }
  .c-pagetop{
    right: 15px;
    bottom: 15px;
  }
  .c-pagetop:hover .c-pagetop__item{
    opacity: 60%;
  }
  .c-breadcrumb{
    padding: 10px 20px;
  }
  .c-breadcrumb__list:hover,  .c-modal__list:hover .c-modal__list-item{
    color: #09a7a8;
    text-decoration: underline;
  }
  .c-breadcrumb__follow .follow-btn:hover .follow-btn::before,  .c-breadcrumb__follow .follow-btn:hover .followed,  .c-breadcrumb__follow .follow-btn:hover .followme{
    opacity: 70%;
  }
  .c-modal__main{
    padding: 40px 30px;
    width: 530px;
  }
  .c-modal__heading{
    font-size: 2rem;
  }
  .c-modal__text{
    font-size: 1.6rem;
  }
  .c-modal__icon{
    width: 75px;
    height: 75px;
  }
  .c-modal__btn,  .c-modal__input{
    font-size: 1.8rem;
  }
  .c-modal__list:hover .c-modal__list-select{
    color: #09a7a8;
  }
  .c-modal__cancel:hover{
    opacity: 60%;
  }
  .c-heading__style01{
    margin-bottom: 40px;
  }
  .c-heading__style01::before{
    width: 150px;
  }
  .c-heading__style02{
    margin-bottom: 40px;
    padding: 25px 20px;
  }
  .c-heading__style03{
    margin-bottom: 15px;
  }
  .c-pager{
    margin-top: 60px;
  }
  .c-pager__list:hover{
    background-color: #09a7a8;
    color: #fff;
  }
  .c-pager__arrow:hover{
    opacity: 60%;
  }
  .u-d-md-none{
    display: none!important;
  }
  .u-d-md-inline{
    display: inline!important;
  }
  .u-d-md-inline-block{
    display: inline-block!important;
  }
  .u-d-md-block{
    display: block!important;
  }
  .u-d-md-grid{
    display: grid!important;
  }
  .u-d-md-table{
    display: table!important;
  }
  .u-d-md-table-row{
    display: table-row!important;
  }
  .u-d-md-table-cell{
    display: table-cell!important;
  }
  .u-d-md-flex{
    display: flex!important;
  }
  .u-d-md-inline-flex{
    display: inline-flex!important;
  }}
@media not all and (min-width:48em){
  html:has(.c-modal.is-active){
    position: fixed;
    top: calc(var(--scroll-y)*-1);
    width: 100%;
  }
  .c-header{
    width: 100%;
  }
  .c-header.is-scroll .c-header__search-sp{
    top: 61px;
  }
  .c-page:has(.c-header.is-scroll) .c-header__menu{
    top: 59px;
  }
  .c-header__btn .hint{
    display: none;
  }
  .c-header__genre-lists,  .c-header__info{
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
  }
  .c-header__info a:last-child,  .c-header__info-item:last-child{
    margin-right: 15px;
  }
  .c-header__menu{
    background-color: #fff;
  }
  .c-header__menu-inner{
    padding-bottom: 60px;
  }
  .c-header__notice{
    height: 100dvh;
  }
  .c-header__notice-inner{
    padding-top: 15px;
    height: 100%;
  }
  .c-header__notice-main{
    margin: 0 auto;
  }
  .c-header__notice-groups{
    max-height: 65vh;
  }
  .c-header__search-sp{
    position: fixed;
    top: 62px;
    visibility: hidden;
    opacity: 0%;
    z-index: 999;
    transition: opacity .4s,visibility .4s;
    box-shadow: 0 6px 6px rgba(0,0,0,.16);
    background-color: #f4f7f6;
    padding: 25px 20px;
    width: 100%;
  }
  .c-header__search-sp.is-active{
    display: block;
    visibility: visible;
    opacity: 100%;
  }
  .c-footer__navi-list.mb00{
    margin-bottom: 0;
  }
  .c-footer__links{
    flex-wrap: wrap;
  }
  .c-page__heading{
    line-height: 1.4166666667;
  }
  .c-btn__wrap{
    display: flex;
    justify-content: flex-end;
  }
  .c-page:has(.c-follow-share) .c-pagetop{
    bottom: 70px;
  }
  .c-side{
    margin-bottom: 15px;
  }
  .c-modal{
    height: 100dvh;
  }}