@charset "UTF-8";
@media screen and (min-width: 767px) {
  .vpc_fc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_fc {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .vsp_fc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_fc {
    display: block;
  }
}

.dur_fc {
  transition-property: all;
  transition-duration: 1.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade_fc {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on_fc {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
}

.fsc_gfooter__breadcrumb {
  margin-top: 0;
  position: relative;
  z-index: 10;
}

/* ---------------------------------
  フッター
--------------------------------- */
footer {
  position: relative;
  z-index: 11;
}

#l-content-body_fc {
  background-image: url(./../images/vote/bg.jpg);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  font-size: 10px;
  font-feature-settings: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc {
    padding-bottom: 75px;
  }
}
#l-content-body_fc .font_dot_fc {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#l-content-body_fc button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#l-content-body_fc ul,
#l-content-body_fc ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#l-content-body_fc dl {
  margin-bottom: 0;
}
#l-content-body_fc dl dt {
  margin-bottom: 0;
}
#l-content-body_fc dl dd {
  margin-bottom: 0;
}
#l-content-body_fc a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
  text-decoration: none !important;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc a:hover {
    opacity: 0.7 !important;
    text-decoration: none;
  }
}
#l-content-body_fc i, #l-content-body_fc em, #l-content-body_fc strong {
  font-style: normal;
  font-weight: normal;
}
#l-content-body_fc h2,
#l-content-body_fc h3,
#l-content-body_fc h4,
#l-content-body_fc h5,
#l-content-body_fc h6 {
  position: relative;
  margin-bottom: 0;
  font-size: 100%;
  font-family: "A1 Gothic M", sans-serif;
}
#l-content-body_fc h2 > span,
#l-content-body_fc h3 > span,
#l-content-body_fc h4 > span,
#l-content-body_fc h5 > span,
#l-content-body_fc h6 > span {
  display: inline-block;
}
#l-content-body_fc img {
  width: 100%;
  height: auto;
}
#l-content-body_fc figure {
  margin: 0;
  padding: 0;
}
#l-content-body_fc p {
  margin-bottom: 0;
  line-height: 1.6;
}
#l-content-body_fc .c-outer_fc {
  position: relative;
}
#l-content-body_fc .c-outer_fc .c-inner_fc.base_fc {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .c-outer_fc .c-inner_fc.base_fc {
    padding: 0 6.2%;
  }
}
#l-content-body_fc .c-outer_fc .c-inner_fc.base_fc .bnr-outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@keyframes zoom_in {
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#l-content-body_fc .dec_fc {
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  animation: zoom_in 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .dec_fc {
    animation: zoom_in 3.5s ease-in-out infinite;
  }
}
#l-content-body_fc .dec_fc.cloud01_fc {
  background-image: url(./../images/vote/bg_cloud01.png);
}
#l-content-body_fc .dec_fc.cloud02_fc {
  background-image: url(./../images/vote/bg_cloud02.png);
}
#l-content-body_fc .dec_fc.cloud03_fc {
  background-image: url(./../images/vote/bg_cloud03.png);
}
#l-content-body_fc #mv_fc .c-inner_fc {
  position: relative;
  z-index: 1;
}
#l-content-body_fc #mv_fc .head-mv_fc {
  max-width: 940px;
  position: relative;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .head-mv_fc {
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #mv_fc .head-mv_fc::after {
    content: "";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    background-image: url(./../images/vote/shikenkan.png);
    width: 98px;
    height: 253px;
    bottom: 0;
    left: -10%;
  }
}
#l-content-body_fc #mv_fc .top-block_fc {
  margin: 55px auto 0;
  max-width: 1140px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc {
    padding: 0 6.2%;
    margin: -8px auto 0;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t01_fc {
  text-align: center;
  font-size: 2.0em;
  color: #333;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t01_fc {
    font-size: 1.6em;
    line-height: 1.8;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc {
  text-align: center;
  margin: 33px 0 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t02_fc {
    margin: 22px 0 0;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc span {
  display: block;
  font-size: 2.5em;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t02_fc span {
    font-size: 1.9em;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc span + span {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t02_fc span + span {
    margin-top: 8px;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc span i {
  display: inline-block;
  position: relative;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t02_fc span i {
    padding: 0 20px;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc span i::after {
  content: "";
  position: absolute;
  background: #FFFF38;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .top-block_fc .t02_fc span i::after {
    height: 3px;
  }
}
#l-content-body_fc #mv_fc .top-block_fc .t02_fc.remove_fc {
  display: none !important;
}
#l-content-body_fc #mv_fc .top-block_fc .t03_fc {
  max-width: 420px;
  margin: 30px auto 0;
}
#l-content-body_fc #mv_fc .top-block_fc .t03_fc.remove_fc {
  display: none !important;
}
#l-content-body_fc #mv_fc .dec_fc.cloud01_fc {
  width: 298px;
  height: 287px;
  top: -50%;
  left: -39%;
  animation-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .dec_fc.cloud01_fc {
    width: 35%;
    height: 76%;
    top: 30%;
    left: -7.5%;
  }
}
#l-content-body_fc #mv_fc .dec_fc.cloud02_fc {
  width: 261px;
  height: 251px;
  top: 10%;
  left: 93%;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .dec_fc.cloud02_fc {
    width: 37%;
    height: 78%;
    top: 7%;
    left: 75%;
  }
}
#l-content-body_fc #mv_fc .dec_fc.cloud03_fc {
  width: 214px;
  height: 213px;
  top: -38%;
  left: 85.5%;
  animation-delay: 1.0s;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #mv_fc .dec_fc.cloud03_fc {
    width: 23%;
    height: 48%;
    top: -16%;
    left: 66.5%;
  }
}
#l-content-body_fc .shere-btn_fc {
  text-align: center;
}
#l-content-body_fc .shere-btn_fc span {
  cursor: pointer;
  font-size: 2.4em;
  font-family: "Shuei MaruGo B", sans-serif;
  font-weight: 600;
  border: 5px solid #333;
  background-color: #FFFF38;
  background-image: url(./../images/vote/icon_shere.png);
  background-repeat: no-repeat;
  background-size: 39px 37px;
  background-position: 92% center;
  max-width: 420px;
  width: 100%;
  text-align: center;
  line-height: 1;
  display: block;
  margin: 0 auto;
  padding: 23px 80px;
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .shere-btn_fc span {
    font-size: 1.9em;
    border: 4px solid #333;
    background-size: 29px 27px;
    padding: 20px 60px;
  }
}
#l-content-body_fc .bnr-outer_fc {
  max-width: 920px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .bnr-outer_fc {
    margin: 55px auto 0;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .bnr-outer_fc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -50px -7.5%;
  }
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .bnr-outer_fc ul li {
    width: 42.5%;
    margin: 0 0 50px 7.5%;
  }
}
#l-content-body_fc .bnr-outer_fc ul li a {
  display: block;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .bnr-outer_fc ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .bnr-outer_fc ul li + li {
    margin-top: 22px;
  }
}
#l-content-body_fc #block01_fc .dec_fc {
  z-index: 0;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc #block01_fc .dec_fc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block01_fc .dec_fc.cloud01_fc {
    width: 197px;
    height: 185px;
    top: -143px;
    left: 57.5%;
    animation-delay: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block01_fc .dec_fc.cloud02_fc {
    width: 184px;
    height: 185px;
    top: 310px;
    left: 63%;
    animation-delay: 2.0s;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_fc #block01_fc .dec_fc.cloud03_fc {
    width: 93px;
    height: 103px;
    top: 40px;
    left: -8%;
    animation-delay: 1.3s;
  }
}
#l-content-body_fc .req-list-outer_fc {
  position: relative;
  margin: 80px 0 180px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc {
    margin: 80px 0 75px;
  }
}
#l-content-body_fc .req-list-outer_fc ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -50px -1.8%;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul {
    margin: 0 0 -40px -5%;
  }
}
#l-content-body_fc .req-list-outer_fc ul li {
  width: 18.2%;
  margin: 0 0 50px 1.8%;
  background: #F0F0D8;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 12px 10px 16px;
  border-radius: 15px;
  				/*
  				&.nn_fc {
  
  					&::after {
  
  						counter-increment: number 0;
  
  					}
  
  				}
  				*/
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li {
    width: 45%;
    margin: 0 0 40px 5%;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .text-p01_fc {
  position: relative;
  flex-grow: 1;
  background: #fff;
  min-height: 11.4em;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 25px 5px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .text-p01_fc {
    min-height: 9.0em;
    padding: 22px 5px 18px;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .text-p01_fc p {
  font-size: 1.8em;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .text-p01_fc p {
    font-size: 1.4em;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .text-p02_fc {
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .text-p02_fc {
    padding: 14px 0;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .text-p02_fc .req-count_fc {
  font-size: 3.0em;
  line-height: 1;
  font-weight: 500;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .text-p02_fc .req-count_fc {
    font-size: 2.3em;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .text-p02_fc .req-count_fc.on_fc {
  transform: scale(1.1);
}
#l-content-body_fc .req-list-outer_fc ul li .text-p02_fc i {
  font-size: 1.6em;
  padding-left: 4px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .text-p02_fc i {
    font-size: 1.3em;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc {
  cursor: pointer;
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc.disabled_fc {
  pointer-events: none;
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc.disabled_fc span {
  background: #F2F2F2 !important;
  border-color: #707070 !important;
  color: #707070 !important;
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span {
  font-size: 1.6em;
  text-align: center;
  font-family: "Shuei MaruGo B", sans-serif;
  font-weight: 600;
  border: 2px solid #333;
  background: #FFFF38;
  line-height: 1.4;
  border-radius: 200px;
  width: 100%;
  padding: 7.5px 5px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span {
    font-size: 1.3em;
    min-height: 47px;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span.focus_fc {
  background: #BE9914 !important;
  border-color: #BE9914 !important;
  font-size: 1.0em;
  display: block;
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span.focus_fc i {
  display: block;
  font-size: 1.4em;
  font-family: "Shuei MaruGo B", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span.focus_fc i {
    font-size: 1.0em;
  }
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span.focus_fc i.i01_fc {
  color: #FEFD38;
}
#l-content-body_fc .req-list-outer_fc ul li .req-btn_fc span.focus_fc i.i02_fc {
  color: #fff;
}
#l-content-body_fc .req-list-outer_fc ul li .link_fc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 -10px -2.5%;
}
#l-content-body_fc .req-list-outer_fc ul li .link_fc > div {
  width: 47.5%;
  margin: 0 0 10px 2.5%;
}
#l-content-body_fc .req-list-outer_fc ul li::after {
  content: attr(data-ordernum) "";
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 3em;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 64px;
  background-image: url(./../images/vote/icon_other.png);
  padding-bottom: 4px;
  transform: translateX(-50%) scale(0, 0);
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li::after {
    top: -27px;
    width: 48px;
    height: 50px;
    font-size: 2.2em;
  }
}
#l-content-body_fc .req-list-outer_fc ul li[data-ordernum="1"]::after {
  background-image: url(./../images/vote/icon_first.png);
  width: 90px;
  height: 69px;
  top: -42px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li[data-ordernum="1"]::after {
    width: 71px;
    height: 54px;
    top: -31px;
    padding-bottom: 1px;
  }
}
#l-content-body_fc .req-list-outer_fc ul li[data-ordernum="2"]::after {
  background-image: url(./../images/vote/icon_second.png);
  width: 90px;
  height: 69px;
  top: -42px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li[data-ordernum="2"]::after {
    width: 71px;
    height: 54px;
    top: -31px;
    padding-bottom: 1px;
  }
}
#l-content-body_fc .req-list-outer_fc ul li[data-ordernum="3"]::after {
  background-image: url(./../images/vote/icon_third.png);
  width: 90px;
  height: 69px;
  top: -42px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #l-content-body_fc .req-list-outer_fc ul li[data-ordernum="3"]::after {
    width: 71px;
    height: 54px;
    top: -31px;
    padding-bottom: 1px;
  }
}
#l-content-body_fc .req-list-outer_fc ul li.num-on_fc::after {
  transition-property: all;
  transition-duration: 1.0s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  transform: translateX(-50%) scale(1, 1);
}
#l-content-body_fc .copy-btn_fc,
#l-content-body_fc .req-btn_fc,
#l-content-body_fc .shere-btn_fc span {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (min-width: 767px) {
  #l-content-body_fc .copy-btn_fc:hover,
  #l-content-body_fc .req-btn_fc:hover,
  #l-content-body_fc .shere-btn_fc span:hover {
    opacity: 0.7;
  }
}

/*
#loader-outer {

	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999;
	width: 100%;
	height: 100vh;
	background: #fff;
	transition-property:all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;	

	.loader {

		font-weight: bold;
		font-family: sans-serif;
		font-size: 3.0em;
		animation: l1 1s linear infinite alternate;
		text-align: center;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);

		&::before {

			content:"Loading..."

		}

	}

	&.remove_fc {

		opacity: 0;
		visibility: hidden;

	}

}

@keyframes l1 {to{opacity: 0}}

*/

/*# sourceMappingURL=style_vote.css.map */
