html {
  overflow-x: hidden; }

body {
  background: #000;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.7;
  color: #6f6f6f;
  }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: .8;
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
  font-weight: normal;
  color: #000; }

.pc_only
{display: block;}
@media (max-width: 768px) {
.pc_only
{display: none;}   
}

.sp_only
{display: none;}
@media (max-width: 768px) {
.sp_only
{display: block;}   
}

.goldtxt {
	color: #e0af13;
}

/*ローダー　ここから*/

#loader {
opacity: 1;
position: fixed;
z-index: 100000;
width: 100%;
height: 100%;
background: #fff;
	background-image: url(../images/load_bg_s.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: repeat-y;
top: 0;
left: 0;
}

@media (max-width: 768px) {
#loader {
background-image: url(../images/load_bg_sp_s.jpg);
	background-size: cover;
	}   
}

.spinner {
position: absolute;
top: 45%;
left: 44%;
transform: translate(-50%, -50%);
margin: auto;
width: 100px;
height: 100px;
text-align: center;
font-size: 10px;
	background-image: url(../images/load_tri.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
   -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@media (max-width: 768px) {
.spinner {
position: absolute;
width: 80px;
height: 80px;
top: 51%;
left: 37%;}   
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.spinner>div {
background-color: #f08903;
opacity: 0.4;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s
}
.spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s
}
.spinner .rect4 {
-webkit-animation-delay: -.9s;
animation-delay: -.9s
}
.spinner .rect5 {
-webkit-animation-delay: -.8s;
animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% {
-webkit-transform: scaleY(0.4)
}
20% {
-webkit-transform: scaleY(1.0)
}
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
}
20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}

/*ローダー　ここまで*/

.probootstrap-nav {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }
  .probootstrap-nav .site-brand {
    font-size: 20px; }
    .probootstrap-nav .site-brand a {
      color: #fff; }
  .probootstrap-nav .probootstrap-toggle {
    color: #fff !important;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px; }
.probootstrap-nav .probootstrap-main-nav {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.probootstrap-nav .probootstrap-main-nav ul {
  padding: 0;
  margin: 0; }
.probootstrap-nav .probootstrap-main-nav ul li {
display: inline;
list-style: none; }
.probootstrap-nav .probootstrap-main-nav ul li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.5); }
.probootstrap-nav .probootstrap-main-nav ul li.seperator {
  position: relative; }
  .probootstrap-nav .probootstrap-main-nav ul li.seperator:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: rgba(255, 255, 255, 0.1); }
@media screen and (max-width: 768px) {
.probootstrap-nav .probootstrap-main-nav {
opacity: 0;
visibility: hidden;
position: absolute;
height: 100vh;
background: black;
width: 300px;
right: 0;
top: 0;
padding-top: 50px;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
z-index: 1; }
.probootstrap-nav .probootstrap-main-nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
.probootstrap-nav .probootstrap-main-nav ul li {
  display: block;
  padding: 10px; }
  .probootstrap-nav .probootstrap-main-nav ul li a:hover {
	color: #fff; } }

.bg-image, .probootstrap-cover, .probootstrap-img-item > div, .probootstrap-section-feature {
  background-size: cover;
  background-repeat: no-repeat; }

.probootstrap-cover {
	background-image: url(../images/../images/topimg_pc01.jpg);
	background-position: center top;
	background-size: cover;}

@media screen and (max-width: 768px) {
.probootstrap-cover {
	background-image: url(../images/../images/topimg_sp01.jpg);
	background-position: center top;
	background-size: contain;}
}

.btn {
  border-radius: 40px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn.btn-primary {
background: #28CC9E;
border-color: #28CC9E;
color: #fff; }
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #4bdcb3; }
.btn.btn-outline-white {
border-color: #fff;
background: none; }
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  color: #000; }

.form-control {
  border: 2px solid #ccc;
  height: 55px; }
  .form-control:focus, .form-control:active {
    border: 2px solid #000; }

.textarea {
  height: inherit !important; }

.probootstrap-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .probootstrap-vh-100 {
      height: inherit;
      padding-top: 0;
      padding-bottom: 4em; } }

.probootstrap-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 768px) {
.probootstrap-vh-75 {
  height: inherit;
  padding-top: 5em;
  padding-bottom: 5em; } }

.bg-primary {
  background: #28CC9E !important; }


.probootstrap-footer {
  padding: 0.5em 0; }

.probootstrap-footer {
  background: #000; }
  .probootstrap-footer a {
    color: #fff; }
    .probootstrap-footer a:hover {
      color: #28CC9E; }
  .probootstrap-footer .probootstrap-heading {
    color: #fff;
    font-size: 24px; }
  .probootstrap-footer .probootstrap-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }

.probootstrap-item {
  display: block; }

.probootstrap-image-grid > div {
  padding-left: 0;
  padding-right: 0; }
  .probootstrap-image-grid > div > div {
    padding-left: 0;
    padding-right: 0; }

.probootstrap-img-item {
  display: block;
  position: relative;
  overflow: hidden; }
  .probootstrap-img-item .icon {
    position: absolute;
    color: #fff;
    z-index: 9;
    top: 50%;
    font-size: 30px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .probootstrap-img-item > div {
    height: 280px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    @media screen and (max-width: 1140px) {
      .probootstrap-img-item > div {
        height: 200px; } }
    @media screen and (max-width: 576px) {
      .probootstrap-img-item > div {
        height: 280px; } }
    .probootstrap-img-item > div:before {
      -webkit-transition: .5s all ease;
      -o-transition: .5s all ease;
      transition: .5s all ease;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden; }
  .probootstrap-img-item:hover .icon {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible; }
  .probootstrap-img-item:hover > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .probootstrap-img-item:hover > div:before {
      opacity: 1;
      visibility: visible; }

.probootstrap-section {
  background-image: url(../images/top_bg.jpg);
  background-position: center top; 
	background-size: contain;
    padding: 0;
}

.probootstrap-section .container{
	z-index: 1;
}

.container_pages {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}

.probootstrap-section .container .about {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
    padding-top: 1em;
	z-index: 2;
}
@media screen and (max-width: 768px) {
.probootstrap-section .container .about {
	width: 100%;
	margin: 0 auto;
    padding-top: 0;
}
}

.about2 {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.about2 {
	width: 100%;
	margin: 0 auto;
}
}

.pages_header {
	background-image: url(../images/pages/tb_pages_headerbg.jpg);
	height: auto;
	background-position: center top; 
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 6em;
}
@media screen and (max-width: 768px) {
.pages_header {
	background-image: url(../images/pages/tb_pages_headerbg.jpg);
	height: auto;
	background-position: center top; 
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 4em;
	padding-bottom: 1em;
	margin-top: -10%;
}
}

.faq_title {
	background-color: #000;
	color: #fff;
	padding: 0.3em 0.8em;
	display: inline;
	margin: 3em 0 0;
}

.faq_contents ul li{
	margin-top: 1em;
	margin-left: -1.6em;
    padding-left: 0.2em;
    text-indent: -1.2em;
	list-style-type: none;
	color: #000;
	line-height: 1.8em;
}

.faq_contents{
	max-width: 780px;
}

.faq_q {
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-top: 1em;
	color: #000;
	line-height: 1.8em;
}


.event_contents{
	max-width: 780px;
}
.event_contents ul li{
	margin-left: -1.6em;
    padding-left: 0.2em;
    text-indent: -1.2em;
	list-style-type: none;
	color: #000;
	line-height: 1.8em;
}

.event_border {
	border: 1px solid #000;
}

.event_border_t {
	border-top: 1px solid #000;
}

.event_black {
	background-color: #000;
	padding: 0.3em;
}

.event_bold {
	display: block;
}

@media screen and (max-width: 768px) {
.event_bold {
	font-weight: bold;
}
}

.howto_border {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

.faq_a {
	margin-bottom: 1em;
	color: #000;
	line-height: 1.8em;
}

.pages {
	background-image: url(../images/pages/tb_pages_bg.jpg);
}

.probootstrap-section .container .about .share2 img {
	width: 35px;
	margin: 0px 3px;
}
.share3 img {
	width: 35px;
	margin: 0px 3px;
}
.probootstrap-section .container .about .prtbn {
	width: 72%;
	margin: 0 auto;
	text-align: center;
	pointer-events: auto;
}

.probootstrap-section .container .about .prtbn img {
	width: 30%;
	margin: 2px 1%;
	float: left;
	pointer-events: auto;
}
@media screen and (max-width: 768px) {
.probootstrap-section .container .about .prtbn {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.probootstrap-section .container .about .prtbn img {
	width: 55%;
	margin: 7px auto;
	float: none;
}
}
.tb_top_btm{
	bottom: 0;
	padding-bottom: 2vh;
	padding-top: 10vh;
	margin-bottom: 0;
	margin-top: auto;
	
}


.tb_top_btm2{
	bottom: 0;
	padding-bottom: 0;
	margin: 55vh auto 0;
	max-width: 1920px;
}

.tb_relative {
    position: relative;
}
.tb_absolute {
    position: absolute;
	top: 42%;
	left: 23%;
}
@media screen and (max-width: 768px) {
.tb_absolute {
    position: absolute;
	top: 45%;
	left: 3%;
}
}
.tb_ls {
	letter-spacing:0.2em;
}

.tb_fwn {
	font-weight: 100;
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
.tb_fwn {
	font-weight: 100;
	font-size: 14px;
}
}

.tb_smalltxt {
	font-size: 0.7em;
}

.tb_story_txt {
	text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
	ruby-position:before;
}

.tb_story_txt_l {
	font-size: 1.8em;
	line-height: 1.42em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tb_story_txt_m {
	font-size: 1.3em;
	line-height: 1.4em;
}

.tb_story_txt_s {
	font-size: 1.2em;
}
.tb_story_txt_lhm {
	line-height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
   
.tb_smalltxt {
	font-size: 0.6em;
}

.tb_story_txt {
	text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
	ruby-position:before;
}

.tb_story_txt_l {
	font-size: 1.6em;
	line-height: 1.42em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.tb_story_txt_m {
	font-size: 1.2em;
	line-height: 1.4em;
}

.tb_story_txt_s {
	font-size: 1.1em;
}
.tb_story_txt_lhm {
	line-height: 1.4;
	padding-top: 0;
	margin-bottom: 1em;
} 
}

.blacktxt {
	color: #000;
}

.tb_story {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-image: url(../images/topimg_story_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1260px;
	padding-top: 4.3em;
	padding-bottom: 2em;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
.tb_story {
	background-image: url(../images/topimg_story_bg_sp.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 3.8em 1em 2.5em;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0;
}
}

.tb_world {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-image: url(../img/topimg_world_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	max-width: 1150px;
	padding-top: 2em 2em 0;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.1em;
}
.tb_world img {
    max-width: 914px;
    width: 80%;
    margin: 0 auto -2em;
}

@media screen and (max-width: 768px) {
.tb_world {
	background-image: url(../img/topimg_world_bg_sp.png);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 0 0 0;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0;
}
.tb_world img {
    width: 100%;
}
}
.tb_chara {
	width: 100%;
}



.tb_world_l1 {
	background-image: url(../images/topimg_world01.png);
	background-position: center top; 
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 0;
	width: 100%;
}

.tb_world_r1 {
	background-image: url(../images/topimg_world02.png);
	background-position: center top; 
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 0;
	width: 100%;
}

.tb_world_l2 {
	background-image: url(../images/topimg_world03.png);
	background-position: center top; 
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 0;
	width: 100%;
}

.tb_world_r2 {
	background-image: url(../images/topimg_world04.png);
	background-position: center top; 
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 0;
	width: 100%;
}

.tb_system {
	margin: 0 auto;
	max-width: 1211px;
	z-index: 1;
}

.tb_system_detail {
	width: 50%;
	margin: 0 auto;
}

.tb_system_detail img{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.tb_system_detail {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.tb_system_detail img{
	width: 70%;
	margin: 0 auto;
}
.news_sp{
	font-size: 11px;
}
}

.tb_logo {
	width: 10%;
}
@media screen and (max-width: 768px) {
.tb_logo {
	width: 20%;
}
}

.probootstrap-section-feature {
  background-image: url(../images/cover_bg.svg);
  background-position: center center; }
  .probootstrap-section-feature .probootstrap-heading {
    color: #fff; }
  .probootstrap-section-feature .probootstrap-device {
    top: 0;
    position: absolute;
    max-width: 470px; }
    @media screen and (max-width: 768px) {
      .probootstrap-section-feature .probootstrap-device {
        position: relative;
        top: inherit;
        margin-bottom: -330px; } }
  .probootstrap-section-feature h3 {
    color: #fff; }
  .probootstrap-section-feature p {
    color: rgba(255, 255, 255, 0.4); }

.anm_fadein {animation: fadeIn 3.8s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.8s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.menu {
	position: fixed;
	width: 100%;
	min-height: 70px;
	margin: 0.3em 0 0 0.5em;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
.menu {
	position: relative;
	width: 100%;
	min-height: 70px;
	margin: 0;
	z-index: 9999;
}
}

.menu .menu-inner{
	background-image: url(../images/menubg_pc.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 70px;
	width: 100%;
	max-width: 1100px;
	padding: 4% 12% 4%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

.menu .menu-inner-l{
	margin: 0 auto;
	padding-left: 13%;
	padding-bottom: 3px;
	padding-top: 0px;
}
@media screen and (min-width: 1180px) {

.menu .menu-inner{
	padding: 4% 8% 4%;
}
.menu .menu-inner-l{
	padding-left: 10%;
}
.menu .menu-inner-r{
	padding-right: 9%;
}
}
@media screen and (min-width: 1320px) {

.menu {
	position: fixed;
	width: 100%;
	min-height: 70px;
	margin: 0.3em 0 0 0.5em;
	z-index: 9999;
}
.menu .menu-inner{
	max-width: 1200px;
	padding: 3% 8% 4%;
}
.menu .menu-inner-l{
	padding-left: 7%;
}
.menu .menu-inner-r{
	padding-right: 6%;
}
}
.menu .menu-inner-l img {
	float: left;
}
.menu .menu-inner-l img:hover {
	opacity: 0.7;
}
.menu .menu-inner-r{
	margin: 0 auto;
	padding-right: 12%;
	padding-bottom: 3px;
	padding-top: 0px;
}
.menu .menu-inner-r img {
	float: left;
}
.menu .menu-inner-r img:hover {
	opacity: 0.8;
}

div#subContents {  
    width: 45px; 
    padding: 1px;
	margin: 3px 0 0;
    position: fixed;  
    top: 57vh;
	right: 0;
    z-index: 998;  
}  
* html div#subContents    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+100));     
}
@media screen and (max-width: 768px) {
	div#subContents {  
    width: 40px; 
	padding-top: 20%;
	margin: 1px auto 0;
    position: fixed;  
    top: 48vh;
	right: 0;
    z-index: 100;  
}
}

div#subContents_menu {  
    width: 19%; 
    padding: 1px;
	margin: 3px auto 0;
    position: fixed;  
    top: 0vh;
	right: 0;
    z-index: 998;  
}  
* html div#subContents_menu{     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+100));     
}

div#subContents .share img {
	width: 23px;
	margin-top: 3px;
	margin-right: 0;
}
@media screen and (max-width: 768px) {
div#subContents .share img {
	width: 22px;
	margin-top: 1px;
	margin-right: 0;
}
}

div#subContents .top img {
	width: 43px;
	height: auto;
	margin-top: 3px;
	margin-right: 0;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
div#subContents .top img {
	width: 32px;
	margin-top: 1px;
	margin-right: 0;
}
}

div#subContents .buytichet {
	width: 45px;
	right: 0;
	padding-top: 0;
	bottom: 4em;
	z-index: 998;
}
@media screen and (max-width: 768px) {
div#subContents .buytichet {
	width: 30px;
	right: 0;
	padding-top: 0.1em;
	margin-bottom: 0.1em;
	bottom: 5em;
	z-index: 990;
}
}

.sp_menu {
	background-image: url(../images/sp_menu_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	width: 130%;
	margin: -10% -20% -20% -20%;
	padding: 0 13%;
	max-width: 800px;
	vertical-align: bottom;
}


.sp_menu .container {
	width: 120%;
	margin: 4em -10% 0;
	padding: 0;
	max-width: 800px;
	pointer-events: auto;
}

.sp_menu img{
	width: 96%;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
.sp_menu_btnbg {
	background: linear-gradient(-135deg, #f6cd05, #ca281e);
}
*/

.sp_menu_share2 {
/*background-image: url(../images/sp_menu_share.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;*/
	width: 100%;
	max-width: 568px;
	margin: 0;
}

.sp_menu_share2 img{
	width: 24px;
	height: auto;
	margin: 0 2px 0;
}

#inline_content {
	margin: 0;
}


.footermenu {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.footermenu img {
	height: 20px;
	width: auto;
}
.footermenu img:hover{
	opacity: 0.7;
}

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .probootstrap-footer-social li a {
    height: 70px;
    width: 70px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .probootstrap-footer-social li a span {
      position: absolute;
      font-size: 30px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.footer-small-nav > li {
font-size: 13px;
display: inline-block; }
.footer-small-nav > li a {
color: rgba(255, 255, 255, 0.4);
margin: 0 10px 10px 0; }
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
color: #28CC9E; }

.media .probootstrap-icon {
  width: 100px; }
  .media .probootstrap-icon span {
    color: #28CC9E; }

.probootstrap-overflow-hidden {
  overflow: hidden; }

.popupModal1 {
	z-index: 100;
}


.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 92%;
    height: 92%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px 40px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 130%;
	margin-left: -10%;
    height: 120%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: none;
    position: fixed;
    left: 10px;
    top: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	z-index: 101;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: center;
     font-size: 14px;
     line-height: 1.8em;
	width: 105%;
	padding: 0;
	min-width: 200px;
}



#form1 {
	margin: 0 auto;
	width: 100%;
	max-width: 608px;
	padding-top: 0;
	vertical-align: top;
}

#form1 input, #form1 textarea {
	font-size:1em;
	border:none;
}
#form1 input {
	margin-top: 0;
	padding-bottom: 0;
}
#form1 .submit_btn{
    border: 0px;
	width: 15%;
	height: 100px;
    background: url(../images/pages/special_formbtn.png) left top no-repeat;
	background-size: contain;
	margin-top: 0;
	vertical-align: top;
	top: 0;
}
#form1 .form1answer {
    background: url(../images/pages/special_formbg_mb.png) right top no-repeat;
	background-size: contain;
	width: 65%;
	height: 100px;
	min-height: 80px;
	outline: none;
	vertical-align: top;
	padding: 0 0 5% 18%;
}
.submit_btn:hover{
    cursor: pointer;
    opacity:0.7;
}

@media screen and (min-width: 1180px) {
}

@media screen and (max-width: 768px) {
	
#form1 .submit_btn{
    border: 2px;
	width: 19%;
	height: 80px;
    background: url(../images/pages/special_formbtn.png) left top no-repeat;
	background-size: contain;
	margin-top: 0;
	vertical-align: top;
	top: 0;
}
#form1 .form1answer {
	border: 2px #000;
    background: url(../images/pages/special_formbg_mb.png) right top no-repeat;
	background-size: contain;
	width: 74%;
	height: 80px;
	min-height: 80px;
	outline: none;
	vertical-align: top;
	padding: 0 0 10% 20%;
}
	
}

.special-overlay {
	position:			fixed;
	top:				0;
	left:				0;
	height:				100%;
	width:				100%;
	background:			#000;
	opacity:			0.95;
	z-index:			1;
}

#special_a {
	height:				auto;
	width:				100%;
	background:			transparent;
	border:				none;
	position:			fixed;
	padding: 13% 10%;
	z-index:			2;
	margin: 0 auto 5%;
}

#special_a img{
	width: 100%;
	max-width: 1005px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#special_a {
	padding: 25% 10%;
}

#special_a img{
	width: 100%;
	max-width: 1005px;
}
}
@media screen and (min-width: 1180px) {
#special_a {
	padding: 10vh 10%;
}

#special_a img{
	width: 70%;
	max-width: 1005px;
	margin: 10vh auto 10vh 15%;
}
}
@media screen and (min-width: 1320px) {
#special_a {
	padding: 15vh 20%;
}	

#special_a img{
	width: 60%;
	max-width: 1005px;
	margin: 10vh auto 10vh 20%;
}
}
	
	
.close {
	padding:			15px;
	color:				white;
	background:			black;
	display:			inline-block;
}

.ura {
	transform:    rotate( 90deg );
		-moz-transform:    rotate( 90deg );
-webkit-transform: rotate( 90deg );
-o-transform:      rotate( 90deg );
-ms-transform:     rotate( 90deg );
transform:         rotate( 90deg );
	}

.roll {
  display  : inline-block;
  animation: rollkAnime 2s linear infinite;
  color    : #000;
  font-size: 100%;
}
@keyframes rollkAnime{
   50% {
         color    : #000;
         transform: rotateX(180deg);
       }
  100% {
         color    : #000;
         transform: rotateX(360deg);
       }
}

.howto_chara {
	background-image: url(../images/pages/howto_04.png) center top no-repeat;
	background-size: contain;
}