@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Sawarabi+Mincho&display=swap');

html {
  height: 100%;
  text-align: center;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  color: #111;
}

body.scOff {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

/* Default Link Color */
a:link {
  color: #E50012;
  text-decoration: none;
}

a:visited {
  color: #E50012;
}

a:hover {
  color: #E50012;
}

a:focus {
  color: #E50012;
}

a:active {
  color: #E50012;
}

/*TableStyle*/
table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 5px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #FAFAFA;
}

table td {
  padding: 5px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.cb {
  clear: both;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
/* TabL+PC */
#wrap {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8em;
}

.fSwrb {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.pc-only {
  display: block;
}

.pc {
		display: block;
	}
.sptab {
  display: none;
}

.sp-only {
  display: none;
}

.imgswap {
  visibility: hidden;
}


/* /TabL+PC */



/*スクロールブラー表示*/
.blur {
	transition: all 0.5s;
	filter: blur(10px);
	opacity: 0;
}

.blur.scrollin {
	filter: blur(0);
	opacity: 1;
}


/* フッター */
.footMenu_pc_bg01 {
  width: 100%;
  background-color: #FFFAE8;
  padding: 1.5em 0 2.2em;
}

.footContArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.footContArea .icon_link {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
}

.footContArea .icon_link img {
  margin-bottom: -3px;
}

.footMenu_pc_bg02 {
  width: 100%;
  background-color: #3C1C1A;
  padding: 1em 0 2.2em;
  color: #fff;
}

.footDtlBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footDtlTxtArea {
  display: flex;
  align-items: center;
  width: 70%;
  margin-bottom: 1.2em;
}

.footLogo {
  width: 30%;
  max-width: 245px;
  margin-right: 20px;
}

.footTxt01 {
  font-size: 16px;
}

.foot_dtlsns {
  list-style: none;
  display: flex;

}

.foot_dtlsns li {
  width: 30%;
  max-width: 45px;
}

.foot_dtlsns li a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.copyright {
  text-align: center;
  border-top: 1px solid #808080;
  padding: 2em 1em 2.2em;
  font-size: 14px;
}

.sp_footNavBox {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 80;
  width: 60px;
  right: 20px;
  bottom: 30px;
}

.pagetop:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

/* ヘッダーフッター調整 */
@media screen and (max-width: 1190px) and (min-width: 960px) {
  .menu_pc_dtl02 a {
    padding: 0 10px;
    font-size: 15px;
  }

  .footMenu_dtl02 a {
    font-size: 16px;
    padding: 0.5em 0;
  }

}

/* /ヘッダーフッター調整 */

/* TABP+SPL */
@media screen and (max-width: 959px) {
  #wrap {
    font-size: 16px;
  }
	.pc {
		display: none;
	}
  .sptab {
    display: block;
  }

  

  /* フッター */
  
  .footMenu_pc_bg02 {
    padding: 2em 0 2.2em;
  }

  .footDtlBox {
    flex-wrap: wrap;
  }

  .footDtlTxtArea {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }

  .footLogo {
    width: 54%;
    margin: 0 auto 10px;
    max-width: 245px;
  }

  .footTxt01 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
  }

  .foot_dtlsns {
    margin: 0 auto 1.4em;
    list-style: none;
    display: flex;
  }



}

/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
  #wrap {
    font-size: 15px;
  }

  .pc-only {
    display: none;
  }

  .sptab {
    display: block;
  }

  .sp-only {
    display: block;
  }

  /* フッター */
  .footMenu_pc_bg02 {
    padding: 5% 0 1%;
  }

  .footLogo {
    margin-bottom: 3%;
  }

  .footTxt01 {
    font-size: 3.2vw;
  }

  .copyright {
    font-size: 2.8vw;
  }

  .pagetop {
    display: block;
    position: fixed;
    z-index: 80;
    width: 60px;
    right: 20px;
    bottom: 100px;
  }

}

/* /SPP */
