@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
/*====================================================
共通
====================================================*/
/*----------------------------------------------------
タイトル
----------------------------------------------------*/
#mv {
  position: relative;
}
#mv img img {
  aspect-ratio: 15/8;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv img img {
    aspect-ratio: 683/190;
  }
}
#mv .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#mv .page_title::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: max(220px, 140%);
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .page_title::before {
    height: 145px;
  }
}
#mv .page_title .en {
  display: block;
  font-family: "Libre Baskerville", serif;
  color: #959595;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .page_title .en {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#mv .page_title .jp {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  font-size: 24px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #mv .page_title .jp {
    font-size: 36px;
  }
}

.area_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .area_title {
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.03em;
    margin-bottom: 57px;
  }
}

/*----------------------------------------------------
トップMVまわり
----------------------------------------------------*/
.breadcrumb {
  margin-bottom: 64px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 100px;
  }
}

/*----------------------------------------------------
リード文
----------------------------------------------------*/
.page_lead {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.16;
  margin-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .page_lead {
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 90px;
  }
}

/*----------------------------------------------------
おすすめ記事
----------------------------------------------------*/
.recommend_area {
  border-top: 1px solid #e4e4e4;
  padding-top: 32px;
  padding-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .recommend_area {
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.recommend_post_list {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .recommend_post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media all and (min-width: 751px) {
  .recommend_post_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45% 48.3%;
    grid-template-columns: 45% 48.3%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
        grid-template-areas: "left right_top" "left right_bottom";
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recommend_post_list li {
  /* 751- */
}
@media all and (min-width: 751px) {
  .recommend_post_list li:nth-child(1) {
    grid-area: left;
  }
  .recommend_post_list li:nth-child(1) .image {
    aspect-ratio: 18/10;
  }
  .recommend_post_list li:nth-child(1) .text_block {
    margin-top: 20px;
  }
  .recommend_post_list li:nth-child(2) {
    grid-area: right_top;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
  }
  .recommend_post_list li:nth-child(3) {
    grid-area: right_bottom;
    padding-top: 40px;
  }
  .recommend_post_list li:nth-child(2) a, .recommend_post_list li:nth-child(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .recommend_post_list li:nth-child(2) a .image, .recommend_post_list li:nth-child(3) a .image {
    width: 34.5%;
  }
  .recommend_post_list li:nth-child(2) a .text_block, .recommend_post_list li:nth-child(3) a .text_block {
    width: calc(100% - 30px - 34.5%);
  }
}
@media all and (min-width: 751px){
  .recommend_post_list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .recommend_post_list li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .recommend_post_list li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.recommend_post_list li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  .recommend_post_list li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .recommend_post_list li a:hover {
    opacity: 0.6;
  }
}
.recommend_post_list li a .image {
  overflow: hidden;
  border-radius: 3px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .recommend_post_list li a .image {
    aspect-ratio: 69/44;
  }
}
.recommend_post_list li a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend_post_list li a .text_block {
  /* -750 */
}
@media all and (max-width: 750px) {
  .recommend_post_list li a .text_block {
    margin-top: 10px;
  }
}
.recommend_post_list li a .category {
  display: inline-block;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 7px;
  margin-bottom: 9px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .recommend_post_list li a .category {
    font-size: 13px;
    padding: 4px 9px;
    margin-bottom: 17px;
  }
}
.recommend_post_list li a .category.works {
  border-color: #a2973f;
  color: #a2973f;
}
.recommend_post_list li a .category.campaign {
  border-color: #39667e;
  color: #39667e;
}
.recommend_post_list li a .title {
  font-weight: 400;
  font-size: 13px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  .recommend_post_list li a .title {
    font-size: 18px;
    line-height: 1.66;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  .recommend_post_list li a .title {
    font-size: 16px;
  }
}

/*----------------------------------------------------
新着記事・記事一覧
----------------------------------------------------*/
.post_list_area {
  padding-top: 32px;
  padding-bottom: 70px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .post_list_area {
    border-top: 1px solid #e4e4e4;
  }
}
@media all and (min-width: 751px) {
  .post_list_area {
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .post_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.post_list li {
  /* 751- */
}
@media all and (min-width: 751px) {
  .post_list li {
    width: 48.3%;
    border-bottom: 1px solid #e4e4e4;
  }
  .post_list li:nth-child(1), .post_list li:nth-child(2) {
    border-top: 1px solid #e4e4e4;
  }
}
.post_list li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  .post_list li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .post_list li a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  .post_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 40px 0;
  }
}
.post_list li a .image {
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 69/44;
  /* 751- */
}
@media all and (min-width: 751px) {
  .post_list li a .image {
    width: 34.5%;
    aspect-ratio: 10/7;
  }
}
.post_list li a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_list li a .text_block {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .post_list li a .text_block {
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) {
  .post_list li a .text_block {
    width: calc(100% - 30px - 34.5%);
  }
}
.post_list li a .category {
  display: inline-block;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 7px;
  margin-bottom: 9px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .post_list li a .category {
    font-size: 13px;
    padding: 4px 9px;
    margin-bottom: 17px;
  }
}
.post_list li a .category.works {
  border-color: #a2973f;
  color: #a2973f;
}
.post_list li a .category.campaign {
  border-color: #39667e;
  color: #39667e;
}
.post_list li a .title {
  font-weight: 400;
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .post_list li a .title {
    font-size: 14px;
    line-height: 1.66;
  }
}

.category_area {
  padding: 30px 0 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .category_area {
    padding: 77px 0 146px;
  }
}

.consult_btn {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .consult_btn {
    margin-top: 74px;
  }
}

.other_recommend_area {
  border-top: 1px solid #e4e4e4;
  padding: 46px 0 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .other_recommend_area {
    max-width: 996px;
    margin: 0 auto;
  }
}
.other_recommend_area .recommend_list {
  /* 751- */
}
@media all and (min-width: 751px) {
  .other_recommend_area .recommend_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*====================================================
特集ページ
====================================================*/
#pageSpecial #mv .page_title::before {
  background-color: rgba(255, 255, 255, 0.75);
}
#pageSpecial .page_lead {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageSpecial .page_lead {
    margin-bottom: 80px;
  }
}
#pageSpecial .page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 70px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageSpecial .page_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px;
    margin-bottom: 80px;
  }
}
#pageSpecial .page_list li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 751- */
}
@media (min-width: 751px) and (hover: hover) {
  #pageSpecial .page_list li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #pageSpecial .page_list li a:hover {
    opacity: 0.6;
  }
}
#pageSpecial .page_list li a .image {
  overflow: hidden;
  border-radius: 3px;
}
#pageSpecial .page_list li a p {
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageSpecial .page_list li a p {
    font-size: 14px;
  }
}

/*----------------------------------------------------
記事ページ
----------------------------------------------------*/
body.single .top_area {
  margin-bottom: 64px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .top_area {
    margin-bottom: 100px;
  }
}
body.single .top_area #mv::before {
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single .top_area .copy_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
}
body.single .top_area .copy_wrap .copy span {
  display: block;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .top_area .copy_wrap .copy span {
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  body.single .top_area .copy_wrap .copy span {
    font-size: 1.8vw;
  }
}
body.single .top_area .copy_wrap .copy span.big {
  font-size: 22px;
  margin-top: 0.4em;
  margin-bottom: 18px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .top_area .copy_wrap .copy span.big {
    font-size: 46px;
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  body.single .top_area .copy_wrap .copy span.big {
    font-size: 3.2vw;
    margin-top: 0.2em;
    margin-bottom: 20px;
  }
}
body.single .top_area .copy_wrap .consult_btn {
  margin-top: unset;
  /* -750 */
}
@media all and (max-width: 750px) {
  body.single .top_area .copy_wrap .consult_btn {
    width: 256px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  body.single .top_area .copy_wrap .consult_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
body.single .top_area .copy_wrap .consult_btn a {
  font-size: 12px;
  padding: 16px;
  /* 751- */
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .top_area .copy_wrap .consult_btn a {
    font-size: 20px;
    padding: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  body.single .top_area .copy_wrap .consult_btn a {
    font-size: 2vw;
    padding: 20px 3em;
  }
}
body.single .top_area .copy_wrap .consult_btn a span {
  /* -750 */
}
@media all and (max-width: 750px) {
  body.single .top_area .copy_wrap .consult_btn a span {
    padding-right: 26px;
  }
  body.single .top_area .copy_wrap .consult_btn a span::before {
    width: 18px;
    height: 14px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  body.single .top_area .copy_wrap .consult_btn a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  body.single .top_area .copy_wrap .consult_btn a:hover {
    opacity: unset;
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
body.single .area_title {
  font-size: 15px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .area_title {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
body.single .single_content h1,
body.single .single_content h2,
body.single .single_content h3,
body.single .single_content h4,
body.single .single_content h5,
body.single .single_content h6 {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.03em;
}
body.single .single_content h1.title {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 24px;
  margin-bottom: 60px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  body.single .single_content h1.title {
    font-size: 34px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  body.single .single_content h1.title {
    font-size: 28px;
  }
}
body.single .single_content h1.title span {
  display: block;
}
body.single .single_content h1.title span.sub {
  margin-top: 0.5em;
  font-size: 16px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  body.single .single_content h1.title span.sub {
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  body.single .single_content h1.title span.sub {
    font-size: 18px;
  }
}
body.single .single_content h2 {
  font-weight: 400;
  font-size: 16px;
  padding-left: 13px;
  border-left: 2px solid #cecece;
  margin-bottom: 30px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  body.single .single_content h2 {
    font-size: 26px;
    border-width: 5px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  body.single .single_content h2 {
    font-size: 20px;
  }
}
body.single .single_content h3 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 33px;
  /* 751- */
  /*　751px - $w_tb　*/
}
@media all and (min-width: 751px) {
  body.single .single_content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1099px) {
  body.single .single_content h3 {
    font-size: 16px;
  }
}
body.single .single_content p {
  font-size: 12px;
  line-height: 2.16;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .single_content p {
    font-size: 14px;
    line-height: 2;
  }
}
body.single .single_content p:not(:last-child) {
  margin-bottom: 1em;
}
body.single .item_list {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
body.single .related_area {
  border-top: 1px solid #e4e4e4;
  padding: 37px 0 95px;
  margin-top: 90px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .related_area {
    padding: 48px 0 123px;
    margin-top: 107px;
  }
}
body.single .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body.single .btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.single .btn_area .btn {
  margin: unset;
}

/*====================================================
アイデアページ
====================================================*/
#pageIdea .hide-area {
  display: none;
}
#pageIdea .modaal-wrapper {
  overflow: hidden auto;
}
#pageIdea .modaal-wrapper .modaal-close {
  width: 60px;
  height: 60px;
  right: 2%;
}
#pageIdea .modaal-close:after,
#pageIdea .modaal-close:before {
  width: 1px;
  background: #ffffff;
  border-radius: 0;
  top: 19px;
  left: 30px;
}
#pageIdea .modaal-close:focus:after,
#pageIdea .modaal-close:focus:before,
#pageIdea .modaal-close:hover:after,
#pageIdea .modaal-close:hover:before {
  background: #000;
}
#pageIdea .modaal-gallery-control {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #pageIdea .modaal-gallery-control {
    bottom: -70px;
  }
}
@media all and (min-width: 751px) {
  #pageIdea .modaal-gallery-control {
    width: 60px;
    height: 60px;
  }
}
#pageIdea .modaal-gallery-control:before,
#pageIdea .modaal-gallery-control:after {
  border-radius: 0;
  width: 1px;
  height: 14px;
  top: 18px;
  left: 26px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageIdea .modaal-gallery-control:before,
  #pageIdea .modaal-gallery-control:after {
    height: 16px;
    top: 22px;
    left: 30px;
  }
}
@media (hover: none) {
  #pageIdea .modaal-gallery-control:focus,
  #pageIdea .modaal-gallery-control:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
#pageIdea .modaal-gallery-control:focus:before,
#pageIdea .modaal-gallery-control:focus:after,
#pageIdea .modaal-gallery-control:hover:before,
#pageIdea .modaal-gallery-control:hover:after {
  background: #ffffff;
}
@media (hover: hover) {
  #pageIdea .modaal-gallery-control:focus:before,
  #pageIdea .modaal-gallery-control:focus:after,
  #pageIdea .modaal-gallery-control:hover:before,
  #pageIdea .modaal-gallery-control:hover:after {
    background: #000;
  }
}
#pageIdea .modaal-gallery-next:before {
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageIdea .modaal-gallery-next:before {
    margin: -6px 0 0;
  }
}
#pageIdea .modaal-gallery-prev:before,
#pageIdea .modaal-gallery-prev:after {
  left: 23px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageIdea .modaal-gallery-prev:before,
  #pageIdea .modaal-gallery-prev:after {
    left: 28px;
  }
}
#pageIdea .modaal-gallery-prev:before {
  /* 751- */
}
@media all and (min-width: 751px) {
  #pageIdea .modaal-gallery-prev:before {
    margin: 6px 0 0;
  }
}
#pageIdea .post_list li a .image {
  position: relative;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #pageIdea .post_list li a .image::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/icon/popup_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 16px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
}
@media all and (min-width: 751px) {
  #pageIdea .post_list li a .image::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.17);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
  }
  #pageIdea .post_list li a .image::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/icon/popup_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    z-index: 2;
    opacity: 0;
  }
}
@media (hover: hover) {
  #pageIdea .post_list li a .image::before, #pageIdea .post_list li a .image::after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #pageIdea .post_list li a:hover .image::before, #pageIdea .post_list li a:hover .image::after {
    opacity: 1;
  }
  #pageIdea .post_list li a:hover .image img {
    -webkit-transform: unset;
            transform: unset;
  }
}
/*# sourceMappingURL=special.css.map */