@charset "UTF-8";
#system {
  /* -----------------------------------
    サブナビ
  ----------------------------------- */
  /* -----------------------------------
    section
  ----------------------------------- */
  /* -----------------------------------
    PAGETOP
  ----------------------------------- */ }
  #system h1 {
    font-family: "Halant", sans-serif;
    padding: 40px 0;
    text-align: center;
    padding: 40px 0 90px; }
    #system h1 span {
      background: url("../images/shared/bg_h1_span.png") no-repeat center 0;
      display: block; }
    @media (min-width: 751px) {
      #system h1 {
        padding: 30px 0 60px; }
        #system h1 span {
          background: url("../images/shared/bg_h1_span_pc.png") no-repeat center 0; } }
  #system h2 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 10px;
    margin: 0 0 50px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 4rem;
    letter-spacing: 6px;
    margin: 0 0 160px; }
    #system h2 small {
      font-size: 4rem;
      font-weight: normal; }
    #system h2 span {
      color: #556e9d;
      display: block;
      letter-spacing: 2px;
      font-size: 1.4rem;
      font-weight: normal; }
    @media (min-width: 751px) {
      #system h2 {
        font-size: 4rem;
        font-weight: normal;
        margin: 0 0 20px;
        line-height: 1.5; }
        #system h2 small {
          font-size: 3rem; }
        #system h2 span {
          font-size: 1rem; } }
  #system .subnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px; }
    #system .subnavi li {
	  position: relative;
      background: url("../images/shared/bg_navi.png") no-repeat 0 0;
      font-size: 2.6rem;
      margin: 0 10px 20px;
      padding: 10px 0;
      text-align: center;
      height: 90px;
      width: 330px; }
      #system .subnavi li.disable {
        background: url("../images/shared/bg_navi_disable.png") no-repeat 0 0;
        color: #4d4d4d; }
        #system .subnavi li.disable span {
          color: #4d4d4d; }
      #system .subnavi li span {
        color: #556e9d;
        display: block;
        font-size: 1.8rem;
        font-family: "Halant", 'Noto Serif JP', sans-serif;
        letter-spacing: 2px; }
      #system .subnavi li a {
        display: block; }
  #system.system_01 {
    background: url("../images/system/bg_01.png") no-repeat 0 0; }
    @media (min-width: 751px) {
      #system.system_01 {
        background: url("../images/system/bg_01_pc.jpg") no-repeat center 0; } }
    #system.system_01 .subnavi .navi_01 {
      background-image: url("../images/shared/bg_navi_current.png"); }
  #system.system_02 {
    background: url("../images/system/bg_02.png") no-repeat 0 0; }
    @media (min-width: 751px) {
      #system.system_02 {
        background: url("../images/system/bg_02_pc.jpg") no-repeat center 0; } }
    #system.system_02 .subnavi .navi_02 {
      background-image: url("../images/shared/bg_navi_current.png"); }
  #system.system_03 {
    background: url("../images/system/bg_03.png") no-repeat 0 0; }
    @media (min-width: 751px) {
      #system.system_03 {
        background: url("../images/system/bg_03_pc.jpg") no-repeat center 0; } }
    #system.system_03 .subnavi .navi_03 {
      background-image: url("../images/shared/bg_navi_current.png"); }
  #system.system_04 {
    background: url("../images/system/bg_04.png") no-repeat 0 0; }
    @media (min-width: 751px) {
      #system.system_04 {
        background: url("../images/system/bg_04_pc.jpg") no-repeat center 0; } }
    #system.system_04 .subnavi .navi_04 {
      background-image: url("../images/shared/bg_navi_current.png"); }
  #system.system_05 {
    background: url("../images/system/bg_05.png") no-repeat 0 0; }
	#system.system_05 .movie.caution::after {
		display: block;
		position: absolute;
		bottom: 0;
		right: 14px;
		font-size: 17px;
		color: #FFF;
		content: "※この動画は音声が流れます"; }
    @media (min-width: 751px) {
      #system.system_05 {
        background: url("../images/system/bg_05_pc.jpg") no-repeat center 0; }
		  #system.system_05 .movie.caution::after {
		    display: block;
			position: absolute;
			bottom: 8px;
			right: 14px;
			font-size: 13px;
			color: #FFF;
			content: "※この動画は音声が流れます"; } }
    #system.system_05 .subnavi .navi_05 {
      background-image: url("../images/shared/bg_navi_current.png"); }
  #system .bg_base {
    background: url("../images/system/bg_system.jpg") no-repeat 0 0; }
	#system .bg_base .footerCaution {
        width: 100%; padding: 50px 0 20px; text-align: center; }
  #system .base {
    padding: 50px 0 40px;
    position: relative; }
	
	@media ( max-width: 750px ) {
		#system .base.base03 h3 {
			font-size: 26px;
		}
	}
	
    #system .base::after {
      content: '';
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      background: linear-gradient(to right, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      height: 1px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #system .base h3 {
      background: url("../images/shared/bg_h3.png") no-repeat 0 0;
      font-size: 3rem;
      font-weight: bold;
      margin: 0 0 18px;
      padding: 16px 20px 28px;
      text-align: center;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.4);
      letter-spacing: 2px; }
      @media (min-width: 751px) {
        #system .base h3 {
          background: url("../images/shared/bg_h3_pc.png") no-repeat center 0;
          font-size: 2.3rem;
          margin: 0 0 26px;
          padding: 12px 0 20px; } }
    #system .base .movie {
      background: url("../images/shared/bg_movie.png") no-repeat 0 0;
      margin: auto;
      padding: 12px 12px 18px;
      width: 734px; }
      #system .base .movie img {
        width: 708px;
        height: 400px;
        padding: 1px 0; }
    #system .base .text_shadow {
      line-height: 2;
      padding: 0 15px;
      text-align: center; }
  #system .back_scroll {
    background: #000;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 40px 0;
    width: 100%; }
    #system .back_scroll::after {
      content: '';
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      background: linear-gradient(to right, rgba(0, 0, 0, 0), #333 10%, #333 90%, rgba(0, 0, 0, 0));
      height: 1px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
	  
#system .subnavi li.new::before {
    background: url(../images/shared/icon_new.png) no-repeat center center;
    background-size: 66px 32px;
    content: '';
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    height: 32px;
    width: 66px;
    margin: auto;
	pointer-events: none;
	animation: iconNewBlink 2000ms ease-out 0ms infinite normal both;
}

@keyframes iconNewBlink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@media (max-width: 750px) {
  html {
    background: url("../images/shared/bg.jpg") repeat 0 0 !important; } }
@media (min-width: 751px) {
  #system {
    /* -----------------------------------
      PC サブナビ
    ----------------------------------- */
    /* -----------------------------------
      PC section
    ----------------------------------- */
    /* -----------------------------------
      PC PAGETOP
    ----------------------------------- */ }
    #system h1 {
      padding: 30px 0 100px; }
    #system h2 {
      margin: 0 0 200px; }
    #system .subnavi {
      margin: 0 auto 20px;
      width: 1050px; }
    #system .subnavi li {
	  position: relative;
      transition: all .3s; }
      #system .subnavi li:not(.disable):hover {
        background: url("../images/shared/bg_navi_current.png") no-repeat 0 0; }
    #system .bg_base {
      background: url("../images/system/bg_system_pc.jpg") no-repeat center 0; }
	  #system .bg_base .footerCaution {
        width: 900px;
        margin: 0 auto 10px;
        text-align: right; }
    #system .base {
      padding: 80px 0 60px; }
      #system .base::after {
        width: 1000px;
        right: 0;
        margin: auto; }
      #system .base .movie {
        background: url("../images/shared/bg_movie_pc.png") no-repeat 0 0;
        padding: 11px 12px 24px; }
    #system .back_scroll {
      width: 1000px; } }

/*# sourceMappingURL=system.css.map */
