@charset "UTF-8";
/*---------------------------------------------------------*/
/* せんだい・宮城フィルムコミッション 支援作品特集サイト */
/* インデックスページスタイル */
/* last 2025.7.25 */
/*-----------------------------------------------------------*/
/***		初期設定		***/
/* フォント */
html {
  font-size: 10px; /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem; /* default font-size 16px */
  line-height: 1.5;
  color: #000;
}

html,
body {
  margin: 0 auto;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  word-wrap: break-word;
}

/* イメージレスポンシブ用 */
img {
  max-width: 100%;
}

/*** アンカー処理 ***/
a {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #464646;
}

a .cinema-thumb,
.hov-anime img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover .cinema-thumb,
.hov-anime:hover img {
  opacity: 0.65;
}

/*----------------------------------------------------------
/* define
-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* 基本包含
/*-----------------------------------------------------------*/
#wrapper {
  margin: 0 auto 0;
  width: 100%;
  overflow-x: hidden;
}

#wrapper .cmn-inner {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1620px;
}

@media screen and (max-width: 767px) {
  /* 2021～2025 */
  .sec_sakuhin.sec_2021-2025 {
    margin-top: 60px;
  }
  /* 2018～2020 */
  .sec_sakuhin.sec_2018-2020 {
    margin-top: 80px;
  }
  /* 2018年以前 */
  .sec_before2018-link {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .cmn-inner {
    margin: 0 auto 200px;
  }
  /* 2021～2025 */
  .sec_sakuhin.sec_2021-2025 {
    margin-top: 140px;
  }
  /* 2018～2020 */
  .sec_sakuhin.sec_2018-2020 {
    margin-top: 200px;
  }
  /* 2018年以前 */
  .sec_before2018-link {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1619px) {
  #wrapper .cmn-inner {
    padding: 0 20px;
  }
}
/*-------------------------------------------------------------------
/*  見出し
--------------------------------------------------------------------*/
.lower-page h1 {
  position: relative;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

.lower-page h1 img {
  display: inline-block;
  vertical-align: baseline;
}

#snfc-top h3 {
  font-weight: bold;
}

#snfc-top h3 img {
  display: inline-block;
  vertical-align: baseline;
}

/* 下層ページ */
.cmn-article h2 {
  margin: 0 auto 40px;
  padding: 0 0 20px 0;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #000;
}

.cmn-article .sub-title {
  margin: 0 auto 40px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .lower-page h1 img {
    margin-right: 5px;
    width: 20px;
  }
  #snfc-top h3 {
    text-indent: -1.1em;
    margin: 0 0 20px 0;
    padding-left: 1.1em;
    font-size: 2.3rem;
    font-weight: bold;
  }
  #snfc-top h3 img {
    margin: 0 5px -3px 0;
    width: 23px;
  }
}
@media screen and (min-width: 768px) {
  .lower-page h1 {
    margin: 0 auto 100px;
    font-size: 5rem;
  }
  .lower-page h1 img {
    margin: 0 34px -2px 0;
  }
  #snfc-top h3 {
    margin: 0 0 50px 0;
    font-size: 5rem;
  }
  #snfc-top h3 img {
    margin: 0 34px -4px 0;
  }
  /* 下層ページ */
  .cmn-article h2 {
    margin: 0 auto 50px;
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 4rem;
  }
  .cmn-article .sub-title {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 2.5rem;
  }
}
/*-----------------------------------------------------------*/
/* ヘッダー */
/*-----------------------------------------------------------*/
header {
  width: 100%;
  max-width: 1620px;
}

header .header-inner {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #FFF200;
}

/* sdメニューボタン */
.sitemenu-openbtn {
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 20;
}

.scroll-openbtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.sitemenu-closebtn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s ease-out;
  transform: scale(10%);
  z-index: -1;
}

.sitemenu-closebtn.active {
  transform: scale(100%);
  z-index: 20;
}

@media screen and (max-width: 767px) {
  header {
    margin: 10px auto 60px;
    width: calc(100% - 20px);
  }
  header .header-inner {
    height: 48px;
    padding: 0 26px;
    border-radius: 12px;
  }
  .hd-logo img {
    width: 108px;
  }
  /* sdメニューボタン */
  .sitemenu-openbtn {
    right: 36px !important;
  }
  .sitemenu-openbtn img {
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  header {
    margin: 40px auto 80px;
    width: calc(100% - 40px);
  }
  header .header-inner {
    height: 80px;
    padding: 0 48px;
    border-radius: 20px;
  }
}
@media print, screen and (max-width: 1619px) {
  /* sdメニューボタン */
  .sitemenu-openbtn {
    right: 68px;
  }
}
@media print, screen and (min-width: 1620px) {
  header {
    margin: 40px auto 100px;
  }
  /* sdメニューボタン */
  .sitemenu-openbtn {
    right: calc((100% - 1620px) / 2 + 48px);
  }
}
/*-------------------------------------------------------------------
/*  グローバルナビ
--------------------------------------------------------------------*/
/* メニュー表示マスク */
.sd-sitemenu-wrap {
  visibility: hidden;
  position: fixed;
  background-color: #FFF200;
  border-radius: 12px;
  width: calc(100% - 20px);
  max-width: 1620px;
  opacity: 0;
  transition: all 0.2s ease-out;
  transform-origin: top right;
  transform: scale(10%);
  z-index: 10;
}

/* コンテンツメニューマスク */
.sd-sitemenu-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: scale(100%);
}

/* メニュー */
.sd-sitemenu-wrap .regular-menu li:nth-of-type(n+2) {
  margin-top: 30px;
}

.sd-sitemenu-wrap .regular-menu li a {
  font-size: 1.5rem;
  font-weight: bold;
}

.sd-sitemenu-wrap .regular-menu li a img {
  display: inline-block;
  margin: 0 5px -2px 0;
  width: 14px;
  vertical-align: baseline;
}

.sd-sitemenu-wrap .regular-menu .smlmenu a {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
  font-size: 1.4rem;
  font-weight: normal;
}

.sd-sitemenu-wrap .regular-menu .smlmenu a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "▼";
  display: inline-block;
  transform: rotateZ(-90deg);
}

@media screen and (max-width: 767px) {
  .footer-sitemenu-wrap nav .contents-menu-box {
    display: none;
  }
  /* メニュー表示マスク */
  .sd-sitemenu-wrap {
    top: 10px;
    right: 10px;
    padding: 80px 22px 100px 22px;
  }
  /* スマホメニューでは基本情報の表示なし */
  .nav-infobox {
    margin: 0 0 30px 0;
  }
  .nav-infobox .nav-logo {
    width: 150px;
  }
  .nav-infobox .nav-info {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  /* メニュー表示マスク */
  .sd-sitemenu-wrap {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    top: 40px;
    padding: 80px 120px 80px 120px;
    width: calc(70% - 40px);
    height: auto;
    border-radius: 30px;
  }
  /* PCグロナビだけの基本情報表示 */
  .nav-infobox {
    width: 350px;
  }
  .nav-infobox .nav-logo {
    margin: 0 0 30px 0;
  }
  .nav-infobox .nav-info {
    margin: 0 0 0 0;
    line-height: 1.8;
    font-size: 2rem;
  }
  /* メニュー */
  .sd-sitemenu-wrap .regular-menu li:nth-of-type(n+2) {
    margin-top: 46px;
  }
  /* PCのメニュー文字 */
  .sd-sitemenu-wrap .regular-menu li a img {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 18px;
  }
  .sd-sitemenu-wrap .regular-menu li a {
    font-size: 2.5rem;
  }
  .sd-sitemenu-wrap .regular-menu .smlmenu a {
    padding-left: 2em;
    font-size: 2rem;
  }
  .sd-sitemenu-wrap .regular-menu .smlmenu a::after {
    top: 0;
    left: 0;
  }
  .sd-sitemenu-wrap .close-btn {
    position: absolute;
    top: 5px;
    right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  /* メニュー表示マスク */
  .sd-sitemenu-wrap {
    right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sd-sitemenu-wrap {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 1620px) {
  /* メニュー表示マスク */
  .sd-sitemenu-wrap {
    right: calc((100% - 1620px) / 2);
    width: calc(34% - 20px);
  }
}
/*-------------------------------------------------------------------
/*  トップページ
--------------------------------------------------------------------*/
/* メインタイトル */
#top_title {
  margin: 0 auto 35px;
  text-align: center;
}

#top_title img {
  width: 100%;
}

.top-lead {
  margin: 0 auto 60px;
  line-height: 1.5;
  font-size: 1.7rem;
}

/* 支援作品リストボタン */
.shiensakuhin-list-part {
  margin: 0 auto 0;
}

.shiensakuhin-list-part a {
  text-decoration: none;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 335px;
  height: 48px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FFF200;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .shiensakuhin-list-part a {
    width: 335px;
    height: 48px;
    font-size: 1.7rem;
  }
  /*** 支援作品ページャー ***/
  #activities-slide-pager,
  #activities-slide-pager2,
  #activities-slide-pager3 {
    margin: 14px 0 0 0;
    font-size: 2rem;
    font-weight: bold;
  }
  #activities-slide-pager .pager-arrow,
  #activities-slide-pager2 .pager-arrow,
  #activities-slide-pager3 .pager-arrow {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    height: 8px;
    background: url("../images/common/slide-arrow.svg") right bottom/110% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  /* メインタイトル */
  #top_title {
    margin: 0 auto 65px;
  }
  .top-lead {
    margin: 0 auto 124px;
    font-size: 2.5rem;
  }
  .shiensakuhin-list-part a {
    width: 352px;
    height: 50px;
  }
  /* SD表示スライドページャーはPCで非表示 */
  #activities-slide-pager,
  #activities-slide-pager2,
  #activities-slide-pager3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #top_title img {
    max-width: 900px;
  }
}
@media print, screen and (min-width: 1401px) {
  #top_title img {
    max-width: 1100px;
  }
}
/*-----------------------------------------------------------*/
/* 作品紹介部 */
/*-----------------------------------------------------------*/
/* 包含／ bootstrap override */
@media print, screen and (min-width: 1200px) {
  .container.sakuhin-cont {
    max-width: 1620px;
  }
}
.cinema-holder {
  margin: 0 auto 0;
  height: 100%;
  -webkit-box-shadow: 0px 1px 4px 1px #999;
  box-shadow: 0px 1px 4px 1px #999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover .cinema-holder {
  -webkit-box-shadow: 0px 1px 10px 1px #f4e621;
  box-shadow: 0px 1px 10px 1px #f4e621;
}

.holder-inner {
  margin: 0 auto 20px;
  width: 84%;
}

.cinema-holder > p {
  color: #464646;
}

.cinema-holder .release {
  margin: 0 auto 0;
  text-align: right;
  font-weight: 700;
}

.cinema-holder .release span {
  display: inline-block;
  margin-left: 8px;
  font-size: 2.7rem;
}

/* リリース部のテキスト対応用 */
.cinema-holder .release.sml {
  margin: 0 auto 0;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
}

.cinema-holder .release img,
.cinema-holder .release span {
  vertical-align: middle;
}

.cinema-holder .cinema-thumb {
  margin: 0 auto 5px;
}

.cinema-holder .copyright {
  margin: 0 auto 0;
  height: 38px;
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
}

.cinema-holder .cinema-title {
  margin: 0 auto 0;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.05em;
  border-top: solid 1px #f4e621;
}

.cinema-holder .cinema-title span {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  /* レイアウト */
  #index-sec {
    margin: 0 auto 30px;
  }
  .index-common-box > div {
    margin-right: auto;
    margin-left: auto;
  }
  .index-common-box > div:nth-of-type(n+2) {
    margin-top: 25px;
  }
  /* メインタイトル部 */
  .header-inner h1 {
    margin: 0 auto 20px;
    padding: 0 0 40px 0;
    width: 100%;
    line-height: 1.1;
    border-bottom: solid 3px #f4e621;
  }
  .header-inner h1 img {
    margin: 0 auto 20px;
  }
  .header-inner h1 span {
    font-size: 1.7rem;
  }
  /* 導入部 */
  .intro-box {
    margin: 0 auto 40px;
  }
  .intro-title {
    font-size: 1.6rem;
  }
  .intro {
    font-size: 1.4rem;
  }
  /*** 作品紹介部／ スライド ***/
  /* 次のスライドを見せる */
  .supported-film-box .slick-list,
  .supported-film-box2 .slick-list,
  .anniversary-magazine-box .slick-list {
    padding: 0 16% 0 0 !important;
  }
  /* スマホ型枠の影切れない様に上下に余白 */
  .supported-film-box .slick-slide,
  .supported-film-box2 .slick-slide,
  .anniversary-magazine-box .slick-slide {
    padding: 10px !important;
  }
  .cinema-holder {
    margin: 0 auto 0;
    padding: 15px 0 15px 0;
    border-radius: 15px;
  }
  /* SP時画像大きさ調整用
  	.holder-inner .cinema-thumb{
  		width:84%;
  	}
  */
  .cinema-holder .copyright {
    margin: 0 auto 25px;
  }
  .cinema-holder .cinema-title {
    padding: 5px 5% 0 5%;
    font-size: 1.5rem;
  }
  /*** ロケ地マップボタン ***/
  .map-btnbox a img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* レイアウト */
  #index-sec {
    margin: 0 auto 50px;
  }
  .index-common-box > div:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 60px;
    padding: 0 0 0 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* メインタイトル部 */
  .header-inner h1,
  .intro-box {
    width: 50%;
  }
  .header-inner h1 {
    padding: 0 0 40px 0;
    line-height: 1.6;
    border-right: solid 3px #f4e621;
  }
  .header-inner h1 img {
    margin: 0 auto 40px;
  }
  .header-inner h1 span {
    font-size: 2.4rem;
  }
  /* 導入部 */
  .intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .intro-box > p {
    width: 90%;
  }
  .intro-title {
    font-size: 3rem;
  }
  .intro {
    font-size: 2.1rem;
  }
  /* 作品紹介部 */
  .cinema-holder {
    margin: 0 auto 0;
    padding: 30px 0 30px 0;
    border-radius: 25px;
  }
  /* リリース部のテキスト対応用 */
  .cinema-holder .release.sml {
    font-size: 2.4rem;
  }
  .holder-inner {
    width: 82%;
  }
  .cinema-holder .cinema-title {
    padding: 10px 4% 0 4%;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* メインタイトル部 */
  .header-inner h1 {
    line-height: 1.4;
  }
  .header-inner h1 span {
    font-size: 1.8rem;
  }
  /* 導入部 */
  .intro-title {
    font-size: 2rem;
  }
  .intro {
    font-size: 1.5rem;
  }
  /* リリース部のテキスト対応用 */
  .cinema-holder .release.sml {
    font-size: 1.8rem;
  }
}
/*-------------------------------------------------------------------
/*  支援作品リスト
--------------------------------------------------------------------*/
#home-news-head {
  margin: 0 0 10px 0;
}

#home-news-head > ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 15px 0;
  border: none;
}

#home-news-head > ul > li {
  width: 49.6%;
}

#home-news-head > ul > li a {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  background-color: #FFFDD3;
  border-radius: 10px 10px 0 0;
}

#home-news-head > ul > li a.active {
  background-color: #FFF200;
}

.result_list-cont table,
.result_list-cont table tr th,
.result_list-cont table tr td {
  border: solid 1px #dbe0e6;
}

.result_list-cont table tr th,
.result_list-cont table tr td {
  padding: 12px 15px;
  vertical-align: middle;
}

.result_list-cont table thead tr th {
  font-weight: bold;
  color: #fff;
  background-color: #553d6d;
}

.result_list-cont table tr .col_release {
  width: 90px;
}

.result_list-cont table tr th a {
  text-decoration: none;
  color: #1963c3;
}

.result_list-cont table tr td a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #home-news-head > ul {
    justify-content: space-between;
  }
  #home-news-head > ul > li a {
    height: 40px;
  }
  /*
  .sd-scroll-anounce{
    margin: 0 0 6px 0;
    text-align: right;
  }
  */
  .result_list-cont .result_list-wrap {
    padding: 0 0 20px 0;
    overflow-x: auto;
  }
  .result_list-cont table {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  #home-news-head > ul {
    margin: 0 0 30px 0;
  }
  #home-news-head > ul > li a {
    height: 90px;
    font-size: 3rem;
  }
}
/*-------------------------------------------------------------------
/*  県内ロケ地紹介
--------------------------------------------------------------------*/
/* 包含 */
.cmn-article .sec_filmlocation {
  margin: 0 auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1120px;
}

/* 包含 */
.cmn-article.filmlocation > section:nth-of-type(n+2) {
  margin-top: 100px;
}

/*** googleマップ ***/
#loca-gglmap-wrap {
  position: relative;
  width: 100%;
  padding-top: 370px;
}

#loca-gglmap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** 仙台・宮城 アニメ漫画探訪マップ ***/
.anime-manga-explorationmap-box {
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* 包含 */
  .cmn-article.filmlocation > section:nth-of-type(n+2) {
    margin-top: 140px;
  }
  /*** googleマップ ***/
  #loca-gglmap-wrap {
    padding-top: 48%;
  }
}
/*-------------------------------------------------------------------
/*  周年記念ページ
--------------------------------------------------------------------*/
/* 包含 */
.cmn-article .sec_anniversary {
  margin: 0 auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1120px;
}

/* 包含 */
.cmn-article.anniversary > section:nth-of-type(n+2) {
  margin-top: 100px;
}

/*** 20周年記念ページバナー ***/
.anniversary20th-banbox {
  text-align: center;
}

/*** 仙台・宮城 アニメ漫画探訪マップ ***/
.anime-manga-explorationmap-box {
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* 包含 */
  .cmn-article.anniversary > section:nth-of-type(n+2) {
    margin-top: 200px;
  }
}
/*-----------------------------------------------------------*/
/* フッター */
/*-----------------------------------------------------------*/
footer {
  margin: 0 auto 0;
  width: 100%;
  height: auto;
  background-color: #FFF200;
  border-radius: 80px 80px 0 0;
}

footer .ft-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 0 0;
}

.ft-logo {
  display: block;
  margin: 0 0 15px 0;
}

.ft-info {
  margin: 0 0 0 0;
}

.ft-copy {
  font-size: 1.1rem;
}

/* ページ先頭に戻る */
#pagetop-button {
  position: fixed;
  bottom: 10px;
  z-index: 5;
  opacity: 1;
  transition: all 0.2s ease-out;
}

/* ページ先頭に戻る */
#pagetop-button img {
  filter: drop-shadow(3px 3px 2px rgba(100, 100, 100, 0.2));
}

@media screen and (max-width: 767px) {
  footer {
    padding: 100px 28px 35px 28px;
  }
  footer .ft-inner {
    margin: 0 0 60px 0;
  }
  /* info */
  .ft-logo {
    width: 150px;
  }
  footer .ft-inner .ft-infobox,
  footer .ft-inner .ft-menu {
    width: 100%;
  }
  footer .ft-inner .ft-infobox {
    margin: 0 0 0 0;
    order: 2;
  }
  /* メニュー */
  footer .ft-inner .ft-menu {
    margin: 0 0 40px 0;
    order: 1;
  }
  footer .ft-inner .ft-menu ul li {
    font-size: 1.5rem;
  }
  footer .ft-inner .ft-menu ul .smlmenu {
    font-size: 1.2rem;
  }
  footer .ft-inner .ft-menu ul li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .ft-info {
    font-size: 1.2rem;
  }
  /* ページ先頭に戻る */
  #pagetop-button {
    right: 36px !important;
  }
  #pagetop-button img {
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 157px 30px 65px 30px;
  }
  footer .ft-inner {
    justify-content: space-between;
    margin: 0 auto 160px;
  }
  footer .ft-inner div,
  footer .ft-inner nav {
    width: 50%;
  }
  footer .ft-inner .ft-menu ul li {
    text-align: right;
    font-size: 2rem;
  }
  footer .ft-inner .ft-menu ul .smlmenu {
    font-size: 1.8rem;
  }
  footer .ft-inner .ft-menu ul li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .ft-copy {
    text-align: center;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer {
    padding: 157px 80px 65px 80px;
  }
}
@media print, screen and (max-width: 1619px) {
  /* ページ先頭に戻る */
  #pagetop-button {
    right: 68px;
  }
}
@media print, screen and (min-width: 1620px) {
  /* ページ先頭に戻る */
  #pagetop-button {
    right: calc((100% - 1620px) / 2 + 48px);
  }
}
@media print, screen and (min-width: 1920px) {
  footer {
    padding: 157px 230px 65px 230px;
  }
}
/*-----------------------------------------------------------*/
/* 共通 */
/*-----------------------------------------------------------*/
/* 汎用スタイル */
.btm-0 {
  margin-bottom: 0 !important;
}

.btm-5 {
  margin-bottom: 5px !important;
}

.btm-10 {
  margin-bottom: 10px !important;
}

.btm-15 {
  margin-bottom: 15px !important;
}

.btm-20 {
  margin-bottom: 20px !important;
}

.btm-25 {
  margin-bottom: 25px !important;
}

.btm-30 {
  margin-bottom: 30px !important;
}

.btm-35 {
  margin-bottom: 35px !important;
}

.btm-40 {
  margin-bottom: 40px !important;
}

.btm-50 {
  margin-bottom: 50px !important;
}

.btm-60 {
  margin-bottom: 60px !important;
}

/*-------------------------------------------------------------------
/*  過去支援作品の追加スタイル
--------------------------------------------------------------------*/
/*-------------------------------------------------------------------
/*  
--------------------------------------------------------------------*/
/* アンカー色 */
#result-works-cont main a {
  color: #1963c3;
}

#result-works-cont main .wp-block-button__link.has-background {
  color: #fff;
}/*# sourceMappingURL=style_re.css.map */