/* 2024.06〜加筆
// *********************************************************** */
/* "liberation-sans" */
@import url("https://use.typekit.net/ghw2scq.css");
/* "Noto Sans JP" "Noto Serif JP" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* コピペ用↓ */
/* font-family: "liberation-sans", sans-serif; */
/* font-family: "Noto Sans JP", sans-serif; */
/* font-family: "Noto Serif JP", serif; */
/* test */

/* foundation
// *********************************************************** */
body,html {
  background: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  /* font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#wrap {
  width: 94%;
  margin-left: 3%;
}

/* Global
// *********************************************************** */
h1 {
  font-size: 36px;
  line-height: 41px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-family: "Times", "Times New Roman","Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
}

p {
  font-size: 12px;
  color: #454545;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Helvetica', Arial, Helvetica, sans-serif;
}

/* link styles */
a:hover, a:active, a:visited,a:link {
  color : inherit;
  text-decoration: none;
}

a:focus {
  outline-style: none;
}

/* ゴミたち
/* 
/* このブロック、依存関係とか不要クラスを精査する。
/* →使ってなさそうなのは一旦コメントアウト。使ってるの確認できたらそれもコメント添える。
/* →使ってるものは親子関係きちんと足してはみ出し防止したい。
// *********************************************************** */
.gridly-copy { /* 投稿ページ・固定ページのデフォ、→c-page/c-singleに合流？ */
  width: 600px;
  font-size: 12px;
  margin-right: auto;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  /* overflow: hidden; */
  text-rendering: optimizeLegibility;
  /* & h2 {
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
  } */
  & h3 {  /* recruit>ご応募はこちら、でだけ使ってる？ */
    font-size: 15px;
    line-height: 25px;
    color: #8e8e8e;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
  }
  /* & hr {
    background: url('../images/hr.jpg') top center no-repeat;
    border: 0;
    outline: 0;
    clear: both;
    height: 10px;
  }   */
}

/* .gridly-date {
  color: #8e8e8e;
  font-family: sans-serif;
  font-size: 11px;
} */


/* post and page styles  The Main Entry! */
.type-post { /* 投稿ページ・リンクにかかってるが、不必要に競合してるだけ？→c-page/c-singleに合流？ */
  width: 60%;
  font-family: 'Jomin', sans-serif;
  background: #FFF;
  margin-right: 10px;
}

.type-page { /* 固定ページのデフォ設定→c-page/c-singleに合流？ */
  width: 770px;
  margin-right: 10px;
  margin-top: 15px;
  display: inline;
  float: left;
}

/* .type-attachment {
  width: 770px;
  background: #FFF;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-right: 10px;
  margin-top: 15px;
  display: inline;
  float: left;
} */

/* .size-full {
  width: 100%;
  height: inherit;
} */

/* post index styles */


/* single post nav styles */
/* .post-nav {
  margin-left: 10px;
  margin-top: 15px;
  height: 45px;
}

.post-next a {
  background: url(../images/btn-right.png) no-repeat;
  display: block;
  float: right;
  overflow: hidden;
  padding: 1rem 1.5rem 1rem 1rem;
  background-size: 20px 20px;
  background-position: right 1rem;
  font-size: 1rem;
}

.post-prev a {
  background: url(../images/btn-left.png) no-repeat;
  display: block;
  float: left;
  clear: both;
  overflow: hidden;
  padding: 1rem 1rem 1rem 1.5rem;
  background-size: 20px 20px;
  background-position: left 1rem;
  font-size: 1rem;
} */

/* comment styles */
/* .comments-area ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #8e8e8e;
}

.comments-area li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #8e8e8e;
  width: 100%;
  clear: both;
  display: inline;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
}

.avatar {
  display: none;
}

.reply {
  display: none;
}

.comment-meta {
  display: none;
}

.comment-author {
  font-size: 16px;
  font-family: sans-serif;
}

#comment-form {
  width: 50%;
}

.text-input {
  clear: both;
  border: 1px solid #8e8e8e;
  margin-bottom: 5px;
  width: 90%;
  padding: 7px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 12px;
}

.comment-input {
  clear: both;
  border: 1px solid #8e8e8e;
  margin-bottom: 5px;
  width: 90%;
  padding: 7px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 12px;
}

.comment-submit {
  clear: both;
  width: 120px;
  height: 30px;
  line-height: 25px;
  background: #e5e5e5;
  border: 1px solid #8e8e8e;
} */

/* Additional and WordPress styles */
/* .clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.wp-caption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wp-caption-text {
  margin-top: 2px;
  text-align: left;
  font-style: italic;
  font-size: 11px;
  color: #999;
}


blockquote {
  font-size: 2em;
  line-height: 23px;
  color: #000;
  margin-left: 20px;
  border-left: 1px dotted #999;
  padding-left: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
} */

.attachment-detail-image { /* 投稿ページのメイン画像 */
  width: 480px;
  height: inherit;
}





/* 2024.06〜加筆分
// *********************************************************** */

/* コンポーネント
// ------------------------------------------------------------*/
.c-single_back {
  color: #8e8e8e;
  display: flex;
  align-items: center;
}
.c-single_back::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  border-left: solid 1px #8e8e8e;
  border-bottom: solid 1px #8e8e8e;
  transform: rotate(45deg);
}

.c-single_h1 {
  font-size: 20px;
  font-weight: 500;
}

.c-page_article {
  width: fit-content;
}

.c-page_h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 125%;
  letter-spacing: 0.35em;
  color: #8e8e8e;
  border-bottom: 1px solid #bbb;
  padding-bottom: 6px;
  margin-top: 20px;
}

.c-page_h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 115%;
}

.c-page_em {
  display: inline-block;
  padding-bottom: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 125%;
  &.is-lg {
    font-weight: 300;
    font-size: 150%;
    padding-bottom: 8px;
  }
}

.c-page_map {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.c-page_accordion-body{
  &.is-close {
    position: relative;
    height: 300px;
    overflow-y: hidden;

    &::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
      z-index: 100;
    }
  }
  &.is-open {
    position: relative;
    height: fit-content;
  }
}

.c-page_accordion-btn {
  margin-left: 4px;
  color: #8e8e8e;
  font-size: 125%;
  display: flex;
  align-items: center;
  cursor: pointer;


  &::before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-left: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e;
    transform: rotate(-45deg) translateY(-6px);
  }
  &::after {
    content: ' more';
    font-family: "liberation-sans", sans-serif;
    letter-spacing: 0.05em;
  }

  &.is-open::before {
    transform: rotate(135deg) translateX(6px);
  }
  &.is-open::after {
    content: ' close';
  }
}


.l-top_section + .l-top_section {
  margin-top: 64px;
}


.m-top_h2 {
  font-family: "liberation-sans", sans-serif;
  font-size: 250%;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  line-height: 100%;
  margin-bottom: 12px;
}


/* headerまわり
// ------------------------------------------------------------*/
.l-header.is-2024 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: 130px 40px;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  column-gap: 12px;

  @media only screen and (max-width:768px) {
    grid-template-rows: 94px 40px;
  }
  @media only screen and (max-width:480px) {
    grid-template-rows: 80px 40px;
  }
}


.l-header.is-2024.is-cloned {
  grid-template-rows: 40px;
  position: fixed;
  z-index: 100;
  padding-top: 12px;
  padding-bottom: 12px;
  transform: translateX(-50%);
  left: 50%;
  top: -100%;
  transition: cubic-bezier(0, 0, 0, 1) 300ms;
  width: 94% ;

  @media only screen and (max-width:768px) {
    grid-template-rows: 94px 40px;
  }
  @media only screen and (max-width:480px) {
    width: calc(100% - 40px) ;
  }

  &::before, &::after {
    content: '';
    position: absolute;
    width: 3%;
    height: 100%;
    top: 0;
    background-color: #fff;
  }
  &::before {
    left: -3%;
    @media only screen and (max-width:480px) {
      width: 20px;
      left: -20px;
    }
  }
  &::after {
    right: -3%;
    @media only screen and (max-width:480px) {
      width: 20px;
      right: -20px;
    }
  }
}

/* header ロゴまわり
// ------------------------------------------------------------*/
.l-header_logo.is-2024 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
  margin-bottom: 15px;
  margin-top: 35px;
  margin-right: 0;

  @media only screen and (max-width:768px) {
    margin-top: 15px;
    grid-column: 1 / 2;
  }
  @media only screen and (max-width:480px) {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  & img {
    max-width: 100%;
    height: 80px;
    @media only screen and (max-width:768px) {
      height: 64px;
    }
    @media only screen and (max-width:480px) {
      height: 56px;
    }

    &:hover {
      opacity: .75;
    }
  }
}

.l-header.is-2024.is-cloned .l-header_logo.is-2024{
  display: none;
  @media only screen and (max-width:768px) {
    display: block;
  }
}


/* header 検索窓まわり
// ------------------------------------------------------------*/
.l-header_search.is-2024 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  @media only screen and (max-width:768px) {
    grid-column: 1 / 3;
  }
}

.l-header.is-2024.is-cloned .l-header_search.is-2024{
  grid-row: 1 / 2;
  @media only screen and (max-width:768px) {
    grid-row: 2 / 3;
  }
}


.m-header_search-form {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: row;
  column-gap: 8px;
}

.m-header_search-field {
  flex-grow: 1;
  /* min-width: 250px; */
  max-width: 500px;
  padding: 0 15px;
  font-family: "liberation-sans", sans-serif;
  letter-spacing: 0.05em;
  color: #666;
  background-color: #d5d9d3;
  border-radius: 999px;
  border-style: none;
}

.m-header_search-btn {
  width: 80px;
  font-family: "liberation-sans", sans-serif;
  font-size: 125%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #666;
  border-radius: 999px;
  border: none ;
}

/* header レコメンドボックス
// ------------------------------------------------------------*/
.m-header_recommend {
  display: none;
  position: absolute;
  height: auto;
  width: calc(100% - 40px);
  max-width: 578px;
  top: calc(100% + 8px);
  left: 0;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: #ebebeb 0 0 6px;
  z-index: 100;

  &.is-active {
    display: block;
  }
}

.m-header_recommend-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;

  + .m-header_recommend-items {
    margin-top: 8px;
  }
}

.m-header_recommend-item {
  border-radius: 18px;
  height: 30px;
  overflow: hidden;
  background-color: #000;
  
  @media only screen and (max-width:480px) {
    height: 24px;
  }

  &.is-lg {
    height: 125px;
  
    @media only screen and (max-width:768px) {
      height: 100px;
    }
    @media only screen and (max-width:480px) {
      height: 24px;
    }

    & img {
      @media only screen and (max-width:480px) {
        width: 24px;
      }
    }
  }
  /* ホバー時の色 */
  &:hover {
    color: #fff;
    text-decoration: line-through;
    filter: brightness(1.2);
  }
  &.is-epub:hover,
  &.is-artbook-mook:hover {
    background-color: #666;
  }

  & a {
    position: relative;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    top: 50%;
    font-family: "liberation-sans", sans-serif;
    color: #fff;
    @media only screen and (max-width:480px) {
      font-size: 80%;
    }
  
    & span {
      padding: 8px;
      padding-right: 12px;
    }
  }
}

/* header ナビ(リンク)まわり
// ------------------------------------------------------------*/
.l-header_nav.is-2024 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;

  @media only screen and (max-width:768px) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

.l-header.is-2024.is-cloned .l-header_nav.is-2024{
  grid-row: 1 / 2;
}

.m-header_nav-links {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;

  @media only screen and (max-width:768px) {
    justify-content: flex-end;
  }
}

.m-header_nav-link {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 6px 0;
  padding-right: 20px;
  list-style-type: none;

  @media only screen and (max-width:768px) {
    padding-right: 12px;
  }
  @media only screen and (max-width:480px) {
    padding-right: 8px;
  }

  &:last-of-type {
    @media only screen and (max-width:768px) {
      padding-right: 0;
    }
  }
  &:not(:first-of-type) {
    border-left: solid 1px #000;
    padding-left: 20px;
    @media only screen and (max-width:768px) {
      padding-left: 12px;
    }
    @media only screen and (max-width:480px) {
      padding-left: 8px;
    }
  }
  
  & a {
    font-family: "liberation-sans", sans-serif;
    font-size: 150%;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    line-height: 100%;
    @media only screen and (max-width:768px) {
      /* letter-spacing: 0; */
      font-size: 125%;
    }
    @media only screen and (max-width:480px) {
      letter-spacing: 0.05em;
      font-size: 115%;
    }
  }
}



/* categoryまわり + 色付け
// ------------------------------------------------------------*/
.l-category {
  margin-bottom: 48px;
}
.l-top_section .l-category {
  margin-bottom: 24px;
}
.m-category_items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 16px;
  @media only screen and (max-width:768px) {
    column-gap: 8px;
    row-gap: 6px;
  }
  @media only screen and (max-width:480px) {
    column-gap: 4px;
    row-gap: 4px;
  }
}

.m-category_item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #000;
  border-radius: 999px;

  &.is-main {
    padding: 6px 10px 4px 11px;

    &:hover, &.current-menu-item {
      background-color: #666;
      color: #fff;
      text-decoration: line-through;
    }

    & a {
      font-size: 115%;
      letter-spacing: 0.05em;
      text-transform: lowercase;
    }
  }
  &.is-sub {
    padding: 1px 8px 0px 7px;

    &:hover, &.current-menu-item {
      filter: brightness(1.2);
      color: #fff;
      text-decoration: line-through;
    }

    & a {
      font-size: 80%;
    }
  }
  &.current-menu-item {
    font-weight: bold;
  }
  & a {
    font-family: "liberation-sans", sans-serif;
    color: #fff;
  }
}

.m-category_item.is-sub,
.m-header_recommend-item {
  /* カテゴリカラー */
  &.is-mediamix {
    background-color: #fff;
    border: solid 1px #000;
    box-sizing: border-box;
    order: 0 !important;

    & a {
      color: #000;
    }
  }
  &.is-works {
    display: none;
  }
  &.is-epub {
    order: 20 !important;
  }
  &.is-media-goods {
    order: 20 !important;
  }
  &.is-for-women, &.is-bl {
    background-color: #ff9966;
  }
  &.is-for-men {
    background-color: #9b9dc0;
  }
  &.is-kawaii {
    background-color: #ca9aa5;
  }
  &.is-kakkoi {
    background-color: #5c6b7c;
  }
  &.is-fantasy {
    background-color: #97b8af;
  }
  &.is-drama {
    background-color: #aea17b;
  }
  &.is-love-comedy {
    background-color: #e48888;
  }
  &.is-sports {
    background-color: #8671a2;
  }
  &.is-teens {
    background-color: #80c0f0;
  }
  &.is-school-life {
    background-color: #a0e0b0;
  }
  &.is-sf-mystery {
    background-color: #aed1dc;
  }
  &.is-essay {
    background-color: #ead196;
  }
  &.is-gourmet {
    background-color: #9a6866;
  }
  &.is-horror-suspense {
    background-color: #e1d849;
  }
  &.is-love-romance {
    background-color: #c5a3d8;
  }
  &.is-practical-guide {
    background-color: #70ac8f;
  }
  &.is-history {
    background-color: #b7bda6;
  }
  
}


/* simplebarの調整
// ------------------------------------------------------------*/

.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}

.simplebar-track {
  &.simplebar-vertical {
    width: 8px; /*デフォルトは11px */
    background-color: transparent;
  }
  &.simplebar-horizontal {
    /* transform: translateY(16px); */
  }
}




/* postまわり
// ------------------------------------------------------------*/
.m-posts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  &.is-pickup {
    @media only screen and (min-width:769px) {
      flex-wrap: nowrap;
      height: 420px;
    }
  }
}

.m-posts_post {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 100 / 142;
  width: 310px;
  height: auto;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 8px;
  overflow: hidden;

  @media only screen and (max-width:768px) {
    width: calc(50% - 12px) ;
  }

  &:hover {
    filter: brightness(0.8);
  }  

  &.type-post {
    float: inherit !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }

  & a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  &.category-logo a,
  &.category-web a,
  &.category-media-goods a {
    height: auto;
  }

}

.m-posts_post.is-more {
  background-color: #dbdbdb;

  & a {
   width: auto;
   font-family: "liberation-sans", sans-serif;
   font-size: 200%;
   color: #fff;
   letter-spacing: 0.1em;
   transition: cubic-bezier(0, 0, 0, 1) 400ms;
   
   @media only screen and (max-width:768px) {
     font-size: 150%;
   }
 }
 &:hover a {
   letter-spacing: 1em;
   transform: translateX(0.5rem);
 }
}

.m-posts.is-pickup .m-posts_post {
  @media only screen and (min-width:769px) {
    aspect-ratio: inherit;
    width: 400px;
    height: 400px;
  }

  &:nth-of-type(1), 
  &:nth-of-type(2), 
  &:nth-of-type(3), 
  &:nth-of-type(4){
    @media only screen and (max-width:767px) {
      display: none;
    }
  }

  &:not(.is-more) a{
    @media only screen and (min-width:769px) {
      align-items: flex-start;
    }
  }
}


.m-posts_img {
  vertical-align: top;
  object-fit: cover;
  min-height: 100%;
  height: auto;
  min-width: 100%;
  width: auto;
  transition: cubic-bezier(0, 0, 0, 1) 400ms;
}

.m-posts_post:hover .m-posts_img {
  scale: 1.05;
}


/* pager
// ------------------------------------------------------------*/
.l-pager {
  text-align: center;
  margin-top: 80px;
  @media only screen and (max-width:768px) {
    margin-top: 60px;
  }

  & .page-numbers {
    background-color: inherit;
    border: none;
    font-family: "liberation-sans", sans-serif;
    font-size: 150%;
    color: #8e8e8e;
    padding: 0 10px ;
    margin: 0 ;
    @media only screen and (max-width:480px) {
      font-size: 125%;
      padding: 0 6px ;
    }

    &:hover {
      color: #000;
    }
    
    &.current {
      color: #000;
    }
  }
}


/* footerまわり
// ------------------------------------------------------------*/
.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.m-footer_nav-links {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  padding: 40px 0 28px;
  text-decoration: none;
  margin-top: 0 ;

  @media only screen and (max-width:768px) {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.m-footer_nav-link {
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;

  &:not(:first-of-type) {
    border-left: solid 1px #000;
    padding-left: 12px;
    @media only screen and (max-width:768px) {
      padding-left: 0;
      border: none;
    }
  }
  
  & a {
    font-family: "liberation-sans", sans-serif;
    font-size: 150%;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    line-height: 100%;
    @media only screen and (max-width:768px) {
      font-size: 125%
    }
    @media only screen and (max-width:480px) {
    }
  }
}


.m-footer_sns {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.m-footer_sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 125%;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 4px;

  &.is-tw {
    background-color: #000;
  }
  &.is-ig {
    background-color: #e4405f;
  }
}


/* メディアミックス誘導ボタン
// ------------------------------------------------------------*/
.l-fix-button {
  position: fixed;
  z-index: 10000;
  right: 8px;
  bottom: 8px;

  @media screen and (min-width: 480px) {
    right: 16px;
    bottom: 16px;
  }
}

.m-fix-button-link {
  display: inline-block;

  &.is-mediamix {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

    &:hover {
      .m-fix-button-link-image {
        /*         transform: scale(1.02); */
      }

      &::after {
        transform: scale(1.05);
        /*         transform: scale(1.07); */
      }
    }

    &::after {
      content: "";
      display: block;
      transition: 0.15s;

      background-color: #ff9900;

      border-radius: 100%;
      aspect-ratio: 1/1;
      width: 112px;
    }

    @media screen and (min-width: 480px) {
      &::after {
        width: 112px;
      }
    }

    @media screen and (min-width: 768px) {
      &::after {
        width: 180px;
      }
    }

    .category-mediamix & {
      display: none;
    }

    transition: 0.25s;
    opacity: 0;
    transform: translate(0px, 16px);

    .is-loaded & {
      opacity: 1;
      transform: translate(0, 0px);
    }
  }
}

.m-fix-button-link-image {
  transition: 0.15s;
  position: absolute;
  z-index: 1;

  aspect-ratio: 1/1;
  width: 80%;
}

.m-dev-now-notice-text {
  font-size: 10px;
  /*
  <p class="m-dev-now-notice-text">【実装中】</p>
*/
}


/* end of css file */
