@charset "UTF-8";
/*=============================================================

	Date: 2019-09-11
	CSS Document ： base.css
	
	01.共通設定
	   PC base layout
	   SP base layout

=============================================================*/
/*-----------------------------------------------------
PC base layout
-------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  /* ***************************************************************** */
  /* html
  ----------------------------------------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ----------------------------------------------------*/
  body,
  input,
  textarea,
  select,
  button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }

  .ie body,
  .ie input,
  .ie textarea,
  .ie select,
  .ie button {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }

  body {
    color: #1f1f1f;
    text-align: center;
    background: #fff;
    font-size: 1.0rem;
    min-width: 1200px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a {
    transition: opacity 0.3s;
  }
  a:link {
    color: #1f1f1f;
    text-decoration: underline;
  }
  a:visited {
    color: #1f1f1f;
    text-decoration: none;
  }
  a:hover {
    color: #1f1f1f;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  a:active {
    color: #1f1f1f;
    text-decoration: none;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt";
  }

  /* -- img -- */
  img {
    max-width: 100%;
    height: auto;
  }

  .cmn-sp {
    display: none !important;
  }

  /* container
  ----------------------------------------------------*/
  #container {
    text-align: left;
    overflow: hidden;
  }

  /* header
  ----------------------------------------------------*/
  #header {
    padding: 25px 24px 10px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }

  #home #header {
    border-bottom: 1px solid #d2d2d2;
  }

  #header__logo {
    width: 154px;
    margin: 0 auto;
  }

  #header__nav {
    background: #fff;
  }

  #header__search {
    position: absolute;
    right: 14px;
    top: 18px;
  }
  #header__search .header__searchBox {
    width: 184px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
  }
  #header__search .header__searchBox input {
    width: calc(100% - 37px);
    height: 28px;
    padding: 0 0 0 15px;
    border: none;
    vertical-align: middle;
    outline: none;
  }
  #header__search .header__searchSubmit {
    width: 37px;
    height: 28px;
    background: url("../images/ico_hd_search01.png") no-repeat center;
    background-size: 14px auto;
    vertical-align: middle;
  }
  #header__search .header__searchSubmit span {
    display: block;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }

  #header__close {
    display: none;
  }

  #header__menuBtn {
    display: none;
  }

  #header__searchBtn {
    display: none;
  }

  /* gNav
  ----------------------------------------------------*/
  #gNav {
    margin: 30px 0 0;
  }
  #gNav ul {
    display: flex;
    justify-content: center;
  }
  #gNav ul li {
    font-size: 1.5rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    line-height: 2;
    letter-spacing: 0.025em;
    margin: 0 15px;
  }
  #gNav ul li a {
    text-decoration: none;
  }

  /* contents
  ----------------------------------------------------*/
  /* main
  ----------------------------------------------------*/
  /* featureBlc
  ----------------------------------------------------*/
  #featureBlc {
    width: 960px;
    height: calc(100% - 198px);
    background: #fff;
    position: fixed;
    right: 0;
    top: 198px;
    z-index: 6001;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    transition: transform 0.5s;
  }

  #featureBlc__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    padding: 16px 0;
    font-size: 1.8rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #8f3992;
    position: absolute;
    right: 100%;
    top: 0;
    font-feature-settings: normal;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  #featureBlc__btn:hover {
    opacity: 0.7;
  }
  #featureBlc__btn span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 17px solid transparent;
    border-right: 44px solid #8f3992;
    position: absolute;
    left: 0;
    top: 100%;
  }
  #featureBlc__btn span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 10px;
    margin: 13px 0 0 -0.5em;
    background: url("../images/ico_feature_arrow01.png") no-repeat left top;
    background-size: auto 10px;
  }

  #featureBlc__inner {
    width: 100%;
    height: 100%;
    padding: 40px 70px 74px;
    overflow: auto;
  }

  #featureBlc__ttl {
    font-size: 3.0rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("../images/bg_feature01.png") no-repeat center top 32px;
    background-size: 153px auto;
  }
  #featureBlc__ttl > span {
    display: block;
    font-size: 7.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 0 45px;
  }
  #featureBlc__ttl > span span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    margin: 7px 0 0;
  }

  .ie #featureBlc__ttl > span {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }
  .ie #featureBlc__ttl > span span {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }

  #featureBlc__txt {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.01em;
    margin: 13px 0 0;
    text-align: center;
  }

  #featureBlc__Blc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #featureBlc__Blc article {
    width: 50%;
    margin: 30px 0 0;
  }
  #featureBlc__Blc article a {
    display: block;
    text-decoration: none;
  }
  #featureBlc__Blc article a > div {
    position: relative;
  }
  #featureBlc__Blc article a > div .featureBlc__BlcTtl {
    width: 100%;
    padding: 0 32px;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-shadow: rgba(0, 0, 0, 0.3) 0 0 4px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #featureBlc__Blc article a > div > div {
    position: relative;
  }
  #featureBlc__Blc article a > div > div:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.2 );
    content: '';
  }
  #featureBlc__Blc article a > p {
    font-size: 1.3rem;
    color: #888;
    text-align: right;
    margin: 10px 0 0;
  }
  #featureBlc__Blc article a > p time {
    font-size: 1.3rem;
  }

  #featureBlc__link {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 65px 0 0;
  }
  #featureBlc__link a {
    text-decoration: none;
  }
  #featureBlc__link a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url("../images/ico_arrow01_r.png") no-repeat center;
    background-size: contain;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }

  #featureBlc__close {
    display: table;
    width: 220px;
    height: 46px;
    border: 1px solid #363636;
    margin: 45px auto 0;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #featureBlc__close:hover {
    opacity: 0.7;
  }
  #featureBlc__close span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #featureBlc__close span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    background: url("../images/ico_close01.png") no-repeat center;
    background-size: contain;
  }

  .ie #featureBlc__close,
  .edge #featureBlc__close {
    margin-bottom: 74px;
  }

  .st-featureOpen #featureBlc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .st-featureOpen #featureBlc__btn span:after {
    background-position: right top;
  }

  /* snsBlc
  ----------------------------------------------------*/
  #snsBlc {
    width: 1200px;
    padding: 80px 54px;
    margin: 0 auto;
    text-align: center;
  }

  #snsBlc__ttl {
    font-size: 2.4rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.2em;
  }

  #snsBlc__list {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
  #snsBlc__list li {
    width: 80px;
    margin: 0 2px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  #snsBlc__list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 5px;
    text-decoration: none;
    background: no-repeat center bottom 38px;
  }
  #snsBlc__list li#snsBlc__list__facebook a {
    background-image: url("../images/ico_sns_facebook01.png");
    background-size: 18px auto;
  }
  #snsBlc__list li#snsBlc__list__twitter a {
    background-image: url("../images/ico_sns_x01.png");
    background-size: 32px auto;
  }
  #snsBlc__list li#snsBlc__list__instagram a {
    background-image: url("../images/ico_sns_instagram01.png");
    background-size: 32px auto;
  }
  #snsBlc__list li#snsBlc__list__line {
    display: none;
  }
  
  /* breadcrumb
  ----------------------------------------------------*/
  .fsc_gfooter__breadcrumb {
    padding-top: 12px;
    padding-bottom: 11px;
    background-color: #f6f5f4;
  }
  .fsc_gfooter .fsc_gfooter__breadcrumb:first-child {
    margin-top: 0;
  }
  .fsc_breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .fsc_breadcrumb__in {
    display: inline-block;
  }
  
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .breadcrumb-item {
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 100%;
    line-height: 1.5;
  }
  .breadcrumb-item a:hover {
    text-decoration: underline;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 5px;
    content: '>';
    color: #c4c4c4;
  }
  .breadcrumb-item:last-child a, .breadcrumb-item:last-child span {
    color: #777777;
  }
  .breadcrumb-item a {
    text-decoration: none !important;
  }
  .breadcrumb-item a:hover {
    text-decoration: underline !important;
    opacity: 1;
  }

  /* footer
  ----------------------------------------------------*/
  /*
  #footer {
    width: 920px;
    padding: 0 0 25px 0;
    margin: 0 auto;
    overflow: hidden;
  }

  #footer__pagetop {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 29px;
    bottom: 29px;
  }
  #footer__pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7) url("../images/ico_pagetop_arrow01.png") no-repeat center;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }

  #footer__navi ul {
    padding: 25px 0 15px 0;
    text-align: center;
    border-top: 1px solid #cccccc;
  }
  #footer__navi ul li {
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
    font-size: 1.0rem;
    border-right: 1px solid #444;
  }
  #footer__navi ul li:first-child {
    border-left: 1px solid #444;
  }
  #footer__navi ul li a {
    text-decoration: none;
  }

  #footer__logo {
    width: 68px;
    margin: 0 auto 10px;
  }
  #footer__logo a {
    display: block;
    width: 80px;
    height: 28px;
    overflow: hidden;
    line-height: 1;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/fs/images/shared/sprite_img.png?cache=20160530);
    background-color: transparent;
    background-position: -52px -80px;
  }

  #footer__copyright p {
    width: 100%;
    text-align: center;
  }
  #footer__copyright p small {
    font-size: 1.0rem;
  }
  */
  .fsc_gfooter__copies {
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid #eaeaea;
  }
  .fsc_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fsc_container__in {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
  .fsc_gfooter__global-links__items {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fsc_gfooter__global-links__item {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 游ゴシック,yu gothic,yugothic,ヒラギノ角ゴ pro w3,ヒラギノ角ゴ w3,hiragino kaku gothic pron,hiragino kaku gothic,メイリオ,meiryo,noto sans,noto sans cjk jp,system-ui,sans-serif;
  }
  .fsc_gfooter__global-links__item+.fsc_gfooter__global-links__item:before {
    display: inline-block;
    content: '｜';
  }
  .fsc_gfooter__global-links__item.sp-break {
    display: none;
  }
  .fsc_gfooter__global-link {
    display: inline-block;
    padding: 0 5px;
    font-weight: 400;
  }
  .fsc_gfooter__global-link:link {
    color: #202020;
    text-decoration: none;
  }
  .fsc_gfooter__global-link:hover {
    color: #1e1e1e;
    text-decoration: underline;
    opacity: 1;
  }
  .fsc_gfooter__logo {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
  }
  .fsc_gfooter__logo a {
    display: inline-block;
    width: 116px;
  }
  .fsc_gfooter__copy {
    display: block;
    margin-top: 17px;
    color: #777;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 游ゴシック,yu gothic,yugothic,ヒラギノ角ゴ pro w3,ヒラギノ角ゴ w3,hiragino kaku gothic pron,hiragino kaku gothic,メイリオ,meiryo,noto sans,noto sans cjk jp,system-ui,sans-serif;
    text-align: center;
  }
  .fsc_gfooter__copy__mark {
    font-family: Verdana,droid sans,メイリオ,sans-serif;
  }

  /* featureOverlay
  ----------------------------------------------------*/
  #featureOverlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6000;
  }

  .st-featureOpen {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .st-featureOpen #featureOverlay {
    display: block;
  }

  /* spNavOverlay
  ----------------------------------------------------*/
  #spNavOverlay {
    display: none;
  }

  /* ***************************************************************** */
}
/* ***************************************************************************** */
/*-----------------------------------------------------
SP base layout
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* ***************************************************************** */
  /* html
  ---------------------*/
  html {
    /* root 10px 以下rem指定 */
    font-size: 10px;
  }

  /* body
  ---------------------*/
  body,
  input,
  textarea,
  select,
  button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }

  .ie body,
  .ie input,
  .ie textarea,
  .ie select,
  .ie button {
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  }

  body {
    color: #1f1f1f;
    text-align: center;
    background: #fff;
    font-size: 1.0rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* -- link -- */
  a:link {
    color: #1f1f1f;
    text-decoration: underline;
  }
  a:visited {
    color: #1f1f1f;
    text-decoration: none;
  }
  a:hover {
    color: #1f1f1f;
    text-decoration: underline;
  }
  a:active {
    color: #1f1f1f;
    text-decoration: none;
  }

  /* -- font -- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  caption,
  address,
  figcaption,
  small,
  label,
  time,
  input,
  button,
  select {
    font-size: 1.5rem;
    line-height: 1.8;
    font-feature-settings: "palt";
  }

  /* -- img -- */
  img {
    max-width: 100%;
    height: auto;
  }

  .cmn-pc {
    display: none !important;
  }

  /* container
  ---------------------*/
  #container {
    text-align: left;
    overflow: hidden;
  }

  /* header
  ---------------------*/
  #header {
    position: relative;
  }

  #header__inner {
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    position: relative;
    z-index: 5000;
  }

  #home #header__inner {
    border-bottom: 1px solid #d2d2d2;
  }

  #header__logo {
    width: 22.93vw;
    max-width: 86px;
    margin: 0 auto;
  }

  #header__nav {
    width: 100%;
    padding: 0 0 35px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4999;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: transform 0.5s;
  }

  #header__search {
    background: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
  }
  #header__search .header__searchBox {
    width: 66.66vw;
    max-width: 250px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
  }
  #header__search .header__searchBox input {
    width: calc(100% - 44px);
    height: 38px;
    padding: 0 0 0 20px;
    border: none;
    vertical-align: middle;
    outline: none;
  }
  #header__search .header__searchSubmit {
    width: 44px;
    height: 38px;
    background: url("../images/ico_hd_search01.png") no-repeat center;
    background-size: 14px auto;
    vertical-align: middle;
  }
  #header__search .header__searchSubmit span {
    display: block;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }

  #header__close {
    display: table;
    width: 46.93vw;
    max-width: 176px;
    height: 37px;
    border: 1px solid #363636;
    margin: 30px auto 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #header__close span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #header__close span:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px 0 0;
    background: url("../images/ico_close01.png") no-repeat center;
    background-size: contain;
  }

  #header__menuBtn {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5001;
  }
  #header__menuBtn:before, #header__menuBtn:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 11px;
    width: 21px;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }
  #header__menuBtn:before {
    top: 15px;
  }
  #header__menuBtn:after {
    bottom: 15px;
  }
  #header__menuBtn span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }
  #header__menuBtn span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 11px;
    top: 21px;
    width: 21px;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }

  #header__searchBtn {
    width: 44px;
    height: 44px;
    background: url("../images/ico_hd_search01.png") no-repeat center;
    background-size: 14px auto;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 5001;
  }
  #header__searchBtn span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }

  .st-navOpen #header__nav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .st-navOpen #header__menuBtn:before, .st-navOpen #header__menuBtn:after {
    width: 23px;
    left: 11px;
  }
  .st-navOpen #header__menuBtn:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .st-navOpen #header__menuBtn:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .st-navOpen #header__menuBtn span:before {
    opacity: 0;
  }

  /* gNav
  ---------------------*/
  #gNav ul li {
    display: table;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.5rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  #gNav ul li a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #1f1f1f;
    text-decoration: none;
    background: url("../images/ico_arrow01_r.png") no-repeat right 19px center;
    background-size: 5px auto;
  }

  /* contents
  ---------------------*/
  #contents {
    position: relative;
  }

  /* main
  ---------------------*/
  #main {
    margin: 0 auto;
    padding: 0 25px;
  }

  /* featureBlc
  ---------------------*/
  #featureBlc {
    width: calc(100% - 40px);
    max-width: 335px;
    height: calc(100% - 130px);
    background: #fff;
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 6001;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    transition: transform 0.5s;
  }

  #featureBlc__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    padding: 10px 0;
    font-size: 1.4rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #8f3992;
    position: absolute;
    right: 100%;
    top: 0;
    font-feature-settings: normal;
    cursor: pointer;
  }
  #featureBlc__btn span:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 17px solid transparent;
    border-right: 35px solid #8f3992;
    position: absolute;
    left: 0;
    top: 100%;
  }
  #featureBlc__btn span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 8px;
    margin: 13px 0 0 -0.3em;
    background: url("../images/ico_feature_arrow01.png") no-repeat left top;
    background-size: auto 8px;
  }

  #featureBlc__inner {
    width: 100%;
    height: 100%;
    padding: 25px 32px 45px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #featureBlc__ttl {
    font-size: 2.2rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.3em;
    text-align: center;
    background: url("../images/bg_feature01.png") no-repeat center top 22px;
    background-size: 110px auto;
  }
  #featureBlc__ttl > span {
    display: block;
    font-size: 5.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 0 25px;
  }
  #featureBlc__ttl > span span {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    margin: 2px 0 0;
  }

  #featureBlc__txt {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.01em;
    margin: 8px 0 0;
    text-align: center;
  }

  #featureBlc__Blc article {
    margin: 20px 0 0;
  }
  #featureBlc__Blc article a {
    display: block;
    text-decoration: none;
  }
  #featureBlc__Blc article a > div {
    position: relative;
  }
  #featureBlc__Blc article a > div .featureBlc__BlcTtl {
    width: 100%;
    padding: 0 32px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.22;
    letter-spacing: 0.025em;
    text-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #featureBlc__Blc article a > p {
    font-size: 0.9rem;
    color: #888;
    text-align: right;
    margin: 5px 0 0;
  }
  #featureBlc__Blc article a > p time {
    font-size: 0.9rem;
  }
  #featureBlc__Blc article a > div > div {
    position: relative;
  }
  #featureBlc__Blc article a > div > div:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0,0,0,0.3 );
    content: '';
  }

  #featureBlc__link {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 40px 0 0;
  }
  #featureBlc__link a {
    text-decoration: none;
  }
  #featureBlc__link a:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("../images/ico_arrow01_r.png") no-repeat center;
    background-size: contain;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }

  #featureBlc__close {
    display: table;
    width: 46.93vw;
    max-width: 176px;
    height: 37px;
    border: 1px solid #363636;
    margin: 45px auto 0;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #featureBlc__close span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #featureBlc__close span:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 10px 0 0;
    background: url("../images/ico_close01.png") no-repeat center;
    background-size: contain;
  }

  .st-featureNoneFix #featureBlc {
    position: absolute;
  }

  .st-featureOpen #featureBlc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .st-featureOpen #featureBlc__btn span:after {
    background-position: right top;
  }

  .st-featureNoneFix.st-featureOpen #featureBlc {
    position: fixed;
    top: 75px !important;
  }

  .st-navOpen #featureBlc {
    z-index: 2000;
  }

  /* snsBlc
  ---------------------*/
  #snsBlc {
    padding: 50px 10px;
    text-align: center;
  }

  #snsBlc__ttl {
    font-size: 1.6rem;
    /*AP-OTF A1ゴシックStdR*/
    font-family: "A1ゴシック R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
    letter-spacing: 0.2em;
  }

  #snsBlc__list {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
  #snsBlc__list li {
    width: 14.13vw;
    max-width: 53px;
    margin: 0 4px;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  #snsBlc__list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0 11px;
    text-decoration: none;
    background: no-repeat center top 20px;
  }
  #snsBlc__list li#snsBlc__list__facebook a {
    background-image: url("../images/ico_sns_facebook01.png");
    background-size: 12px auto;
  }
  #snsBlc__list li#snsBlc__list__twitter a {
    background-image: url("../images/ico_sns_x01.png");
    background-size: 25px auto;
  }
  #snsBlc__list li#snsBlc__list__instagram a {
    background-image: url("../images/ico_sns_instagram01.png");
    background-size: 24px auto;
  }
  #snsBlc__list li#snsBlc__list__line a {
    background-image: url("../images/ico_sns_line01.png");
    background-size: 22px auto;
  }
  
  /* breadcrumb
  ----------------------------------------------------*/
  .fsc_gfooter__breadcrumb {
    padding-top: 12px;
    padding-bottom: 11px;
    background-color: #f6f5f4;
  }
  .fsc_gfooter .fsc_gfooter__breadcrumb:first-child {
    margin-top: 0;
  }
  .fsc_breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .fsc_breadcrumb__in {
    display: inline-block;
  }
  
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1;
  }
  .breadcrumb-item {
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 100%;
    line-height: 1;
  }
  .breadcrumb-item a:hover {
    text-decoration: underline;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 5px;
    content: '>';
    color: #c4c4c4;
  }
  .breadcrumb-item:last-child a, .breadcrumb-item:last-child span {
    color: #777777;
  }
  .breadcrumb-item a {
    text-decoration: none !important;
  }
  .breadcrumb-item a:hover {
    text-decoration: underline !important;
    opacity: 1;
  }

  /* footer
  ---------------------*/
  /*
  #footer {
    border-top: 1px solid #e0e0e0;
    padding: 0 10px;
  }

  #footer__pagetop {
    width: 32px;
    height: 32px;
    position: fixed;
    right: 10px;
    bottom: 25px;
  }
  #footer__pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7) url("../images/ico_pagetop_arrow01.png") no-repeat center;
    background-size: 8px auto;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
  }

  #footer__navi {
    padding: 20px 0 14px;
  }
  #footer__navi ul {
    display: block;
    text-align: center;
    color: #65533d;
  }
  #footer__navi ul li {
    display: inline;
    font-size: 0.9rem;
    line-height: 1.4em;
  }
  #footer__navi ul li:after {
    content: " | ";
    display: inline;
  }
  #footer__navi ul li:last-child:after {
    display: none;
  }
  #footer__navi ul li a {
    text-decoration: underline;
    color: #65533d;
  }

  #footer__logo {
    width: 80px;
    padding: 0 0 14px 0;
    margin: 0 auto;
    text-align: center;
  }
  #footer__logo a {
    display:inline-block;
    width: 80px;
    height: 28px;
    overflow: hidden;
    line-height: 1;
    text-indent: -9999px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/fs/images/shared/sprite_img.png?cache=20160530);
    background-color: transparent;
    background-position: -52px -80px;
  }

  #footer__copyright {
    padding: 0 0 20px;
  }
  #footer__copyright p {
    text-align: center;
    font-family: Georgia;
    font-size: 0.8rem;
    color: #ada397;
  }
  #footer__copyright p small {
    font-family: Georgia;
    font-size: 0.8rem;
  }
  */
  .fsc_gfooter__copies {
    padding-top: 22px;
    padding-bottom: 25px;
    border-top: 1px solid #eaeaea;
  }
  .fsc_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fsc_container__in {
  }
  .fsc_gfooter__global-links__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .fsc_gfooter__global-links__item {
    margin: 5px 0;
    border-left: 1px solid #777;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 游ゴシック,yu gothic,yugothic,ヒラギノ角ゴ pro w3,ヒラギノ角ゴ w3,hiragino kaku gothic pron,hiragino kaku gothic,メイリオ,meiryo,noto sans,noto sans cjk jp,system-ui,sans-serif;
    line-height: 1.1;
  }
  .fsc_gfooter__global-links__item:first-child {
      border-left: none;
  }
  .fsc_gfooter__global-links__item.sp-break {
    width: 100%;
    margin: 0;
    height: 0;
  }
  .fsc_gfooter__global-links__item.sp-break+.fsc_gfooter__global-links__item {
      border-left: none;
      margin-left: -11.5px;
  }
  .fsc_gfooter__global-link {
    display: inline-block;
    padding: 0 7.5px;
    font-weight: 400;
  }
  .fsc_gfooter__global-link:link {
    color: #202020;
    text-decoration: none;
  }
  .fsc_gfooter__global-link:hover {
    color: #1e1e1e;
    text-decoration: underline;
    opacity: 1;
  }
  .fsc_gfooter__logo {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
  }
  .fsc_gfooter__logo a {
    display: inline-block;
    width: 92px;
  }
  .fsc_gfooter__copy {
    display: block;
    margin-top: 10px;
    color: #777;
    font-size: 10px;
    font-size: 1.0rem;
    font-family: 游ゴシック,yu gothic,yugothic,ヒラギノ角ゴ pro w3,ヒラギノ角ゴ w3,hiragino kaku gothic pron,hiragino kaku gothic,メイリオ,meiryo,noto sans,noto sans cjk jp,system-ui,sans-serif;
    text-align: center;
  }
  .fsc_gfooter__copy__mark {
    font-family: Verdana,droid sans,メイリオ,sans-serif;
  }

  /* featureOverlay
  ---------------------*/
  #featureOverlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6000;
  }

  .st-featureOpen {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .st-featureOpen body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .st-featureOpen #container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .st-featureOpen #featureOverlay {
    display: block;
  }

  /* spNavOverlay
  ---------------------*/
  #spNavOverlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
  }

  .st-navOpen #spNavOverlay {
    display: block;
  }

  /* ***************************************************************** */
}
/* ***************************************************************************** */
