@charset "UTF-8";

/*============================================

  base.css
  
  1.reset
  2.font
  3.particles
  4.header
  5.contents
  6.footer

============================================*/

/* 1.reset
------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { 
  display: block;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;  
  border-spacing: 0;
}
caption, th  {
  text-align: left;
  font-weight: normal;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
object, embed {
  vertical-align: top;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
a {
  color: inherit;
  background-color: transparent; /* IE 10 */
  -webkit-text-decoration-skip: objects; /* iOS 8+, Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
}
b, strong {
  font-weight: bolder;
}
hr, legend {
  display: none;
}
/*
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
*/
img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul {
  list-style: none;
}
.clearfix:after{
  content : ''; display : block; clear : both; height:0;
}

[disabled] {
  cursor: default;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button; /* iOS */
}
button, select {
  text-transform: none; /* Firefox 40+, IE 11- */
}
select::-ms-expand {
  display: none; /* IE 11+ */
}
select::-ms-value {
  color: currentColor; /* IE 11+ */
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible; /* IE 8/9/10/11 */
}
textarea {
  overflow: auto; /* IE 11+ */
  resize: vertical;
}

/* .c_wide{
  max-width: 1400px;
  margin: 0 auto;
}
.c_wide_narrow{
  max-width: 960px;
  margin: 0 auto;
}
.c_inner{
  padding: 0 var(--inn-w);
}
.sec_bloc{
  padding: 3em 0;
}
@media (min-width: 769px) {
  .sec_bloc{
    padding: 5em 0;
  }
}
@media (min-width: 1400px) {
  .sec_bloc{
    padding: 6em 0;
  }
} */

/* 2.font
------------------------------------------- */
html {
font-size: 62.5%;
/*
overflow-x : hidden;
overflow-y : scroll;
-webkit-overflow-scrolling: touch;
*/
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body {  

  font-size: 13px;
  font-size: 1.4rem;
box-sizing: border-box;
margin:     0;
overflow-x : hidden;
/* overflow-y : scroll;
-webkit-overflow-scrolling: touch; */
}
a {
/*  color: #000;*/
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.fugaz {
  font-family: 'Fugaz One', cursive;
  font-weight: 400;
}
.mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.quest {
  font-family: 'Questrial', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.lola {
  font-family: 'Lora', serif;
}
.play {
  font-family: 'Playfair Display', serif;
}
.condensed {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}


/* 3.particles
------------------------------------------- */
.res-img {
  width: 100%;
  height: auto;
}
.emp {
  color: #d00;
}

/* heading */
.sec-ttl {
  margin-bottom: 1em;
  text-align: center;
}
.sec-ttl .en {
  font-size: 3.0rem;
  margin-bottom: 7px;
  display: block;
}
.sec-ttl .ja {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.53;
}
.sec-ttl .b-ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.53;
}
.b-sec-ttl {
  margin-bottom: 2rem;
  text-align: center;
}
.b-sec-ttl .en {
  font-size: 3.0rem;
  font-weight:500;
}
.b-sec-ttl .ja {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.4rem;
}

/* button */
.btn {
  display: inline-block;
  font-size: 1.4rem;
}
.first-btn {
background: #10A6E8;
    border: none;
    color: #FFF;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    font-weight: bold;
position:relative;
}
.first-btn::before {
    content: "";
    background: none;
    width: 0;
    height: 0;
    display: block;
position:absolute;
top:-1px;
left:-1px;
    border-style: solid;
    border-width: 32px 16px 0 0;
    border-color: #ffffff transparent transparent 
}
.first-btn::after {
    content: "";
    background: none;
    width: 0;
    height: 0;
    display: block;
position:absolute;
bottom:-1px;
right:-1px;
    border-style: solid;
    border-width: 0 0 32px 16px;
    border-color: transparent transparent #ffffff 
}

.first-btn:hover {
}
.second-btn {
  color: #FFF;
  background: #10A6E8;
  width: 60%;
  font-size: 1.3rem;
  padding:1em 0;
  text-align: center;
  border-radius: 44px;
  margin: 0 auto;
  display: block;
  font-weight: bold;

}
.induct-btn {
  display: block;
  padding: 0.8rem 0;
  text-align: center;
  font-weight: bold;
}
.third-btn {
  font-size: 1.7rem;
  background: #ED1E79;
  border-radius: 50px;
  display: block;
  padding: 0.8em 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #FFF;
  margin-bottom:2em;
}
.third-btn:hover {
}
.fourth-btn {
  width: auto;
  background: url(../img/common/white-arrow.png) no-repeat right 10px center #3FC6D1;
  background-size: 4px;
  border-radius: 15px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0 auto 0;
  display:block;
  padding:.6em;
}

.induct-btn.third-btn {
  background-image: url(../img/streetdance/w-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}
.induct-btn.third-btn:hover {
  background-image: url(../img/streetdance/a-arw.png);
}
.repo-induct-btn {
  display: block;
  width:100%;
  padding: .7rem 2.2em .5em .7em;
  text-align: left;
  font-size:1.2rem;
  font-weight: bold;
  margin-top:1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  border-radius: 4px;  
}
.report-btn {
  color: #1DC0CA;
  background-color:#F2FCFD;
  border: 1px solid #66D3DA;
}
.report-btn:hover{
  color: #fff;
  background-color:#1DC0CA;
  border: 1px solid #1DC0CA;
}
.repo-induct-btn.report-btn {
  background-image: url(../img/common/r-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}
.repo-induct-btn.report-btn:hover {
  background-image: url(../img/common/w-arw.png);
}

.beginner-induct-btn {
  display: block;
  width:100%;
  padding: .7em 0;
  text-align: center;
  font-size:1.3rem;
  font-weight: bold;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px; 
  border-radius: 4px;  
}
.beginner-btn {
  color: #1DC0CA;
  border:1px solid #1DC0CA;
  background-color:#FFFCF7;
}
.beginner-induct-btn.beginner-btn {
  background-image: url(../img/common/beginner-ico.png);
  background-position: 4% 50%;
  background-size: 10px ;
}


.wide-btn {
  display: block;
  padding: .4em 0;
  text-align: center;
  font-weight: bold;
}
.wide-btn {
  background-image: url(../img/common/b-arw.png);
  background-position: 96% 50%;
  background-size: 6px 10px;
}

.mt1em {margin-top:1em;}
.mt2em {margin-top:2em;}
.mt3em {margin-top:3em;}
.mt4em {margin-top:4em;}



/* 4.header
------------------------------------------- */
.header {
  border-top: 5px solid #FFF;
  }
.head-top-block{
  box-shadow: 0px 3px 3px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.20); 
}
.sp-header {
  position: fixed;
  width: 100%;
  z-index: 5; 
}
.head-top .wrap {
  padding: 0;
}
.sp-header .head-logo {
    float: left;
    padding: 0;
    width: 60px;
    height: 50px;
    background-color: transparent;
    position: relative;
}
.sp-header .head-logo a {
    text-indent: -9999px;
    display: inline-block;
    background: url(../img/common/sp-logo.png);
    width: 109px;
    height: 56px;
    background-size: 109px;
    background-repeat: no-repeat;
    vertical-align: top;
}
body.free-form .sp-header .head-logo a{
    text-indent: -9999px;
    display: inline-block;
    background: url(../img/common/sp-logo.png);
    width: 109px;
    height: 56px;
    background-size: 109px;
    background-repeat: no-repeat;
    vertical-align: top;
}

.sp-header .head-lead {
    float: left;
    padding: 14px 0 0 35px;
    width: 180px;
    font-size: 8px;
    color: #FFF;
    text-align: center;
    line-height: 1.5;
}

.sp-header .head-right {
  float: left;
  height: 50px;
  width: calc(100% - 60px);
  background-color:#10A6E8;
}
.sp-header .head-tgr {
  float: right;
  width: 120px;
}
.sp-header .head-tgr li {
    float: left;
    width: 52px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    margin: 0 4px;
    padding: 8px 5px 0;
}
body.free-form .sp-header .head-tgr li {
    float: right;
    width: 52px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    margin: 0 4px;
    padding: 8px 5px 0;
}
.sp-header .tgr-txt {
  display: inline-block;
  padding-top: 2.8rem;
}
.sp-header .tgr-studio {
  border-left: 0px solid #a9a9a9;
  background: #ED1E79;
}
.sp-header .tgr-studio-txt {
  font-size: 0.8rem;
  background-image: url(../img/common/tel-b-ico.png);
  background-position: 50% 7px;
  background-size: 33px auto;
}
.sp-header .tgr-gnavi {
  background: #42210B;
}
body.free-form .sp-header .tgr-gnavi {
  display:none;
}
.sp-header .tgr-gnavi-txt {
  color: #fff;
  font-size: 0.9rem;
  background-image: url(../img/common/menu-ico.png);
  background-position: 50% 6px;
  background-size: 25px auto;
}
.sp-header .overlay {
  position: fixed;
  top: 68px;
  width: 100%;
  background-color: rgba(26, 19, 17, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.sp-header .overlay::after {
  position: absolute;
  content: "";
  top: -7px;
  margin-left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(26, 19, 17, 0.8) transparent;
}
.sp-header.s-menu-open .s-menu {
  visibility: visible;
  opacity: 1;
}
.sp-header.gnavi-open .gnavi {
  visibility: visible;
  opacity: 1;
}
.sp-header .s-menu .inner {
  padding: .4rem 4% 2rem;
}
.sp-header .gnavi .wrap {
  padding: 1.6rem 4% 2rem;
}
.sp-header .s-menu.overlay::after {
  right: 82px;
}
body.free-form .sp-header .s-menu.overlay::after {
  right: 23px;
}
.sp-header .gnavi.overlay::after {
  right: 23px;
}
.sp-header .overlay-main {
  padding-right: 1px;
  height: 80vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sp-header .s-menu-navi {
  margin-bottom: 2rem;
}
.sp-header .s-menu-navi li {
  padding: .9rem 0;
  border-bottom: 1px solid #ccc;
}
.sp-header .s-menu-block {
  display: table;
  width: 100%;
  height: 46px;
  padding-left: 56px;
  background-position: 0 50%;
  background-size: 46px auto;
}
.sp-header .s-menu-ttl {
  display: table-cell;
  width: 38%;
  color: #fff;
  vertical-align: middle;
  font-size:1.5rem;
  font-weight:normal;
  line-height:1.5;
}
.sp-header .s-menu-ttl a{
  color:#fff;
}
.sp-header .s-menu-ttl a .en {
  color: #CCCCCC;
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}
body.free-form .sp-header .s-menu-ttl .en {
  color: #CCCCCC;
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}
.sp-header .s-menu-dial {
  display: table-cell;
  width: 62%;
  text-align: right;
  vertical-align: middle;
}
.sp-header .s-menu-btn {
  padding: 1rem 12px;
  color: #fff;
  border-radius: 3px;
  background: #ED1E79;
}
.s-menu-num {
  font-weight: 700;
}

.sp-header .s-menu-contact {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  background: #3FC6D1;
  border-radius: 6px;
  font-weight: bold;
}
.sp-header .s-menu-contact a {
  padding:.6em 1em .6em .6em;
  color: #fff;
  font-size: 2.0rem;
  display: block;
  position: relative;
  border:none;
  text-align: center;
}
.sp-header .s-menu-contact a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-size: 16px auto;
  background-position: 50% 50%;
  z-index: 4;
  background-image: url(../img/common/menu-re-arw-ico.png);
}
.sp-header .s-menu-contact a .s-text {
  padding-top:.5em;
  font-size: 1.1rem;
  display: block;
}
.sp-header .close {
  text-align: center;
  font-size: 1.1rem;
}
/*
.sp-header .close .close-btn {
  padding: 2px 5px 2px 28px;
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../img/common/menu-cross-ico.png);
  background-size: auto 100%;
  margin-top:.5em;
}
*/

.sp-header .gnavi-frame li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid #a8a8a8;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.sp-header .gnavi-frame li ul li {
  margin-bottom: 0;
  border-top: 1px solid #999;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.sp-header .gnavi li a {
  position: relative;
  display: block;
  color: #231815;
  padding: 16px 10px 16px 50px;
  background-position: 10px 50%;
  background-size: auto 26px;
  z-index: 5;
}
。
.header .gnavi .gnavi-low {
  clear: right;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
          transition: all .3s;
}
.header .gnavi .gnavi-low li {
  opacity: 0;
  height: 0;
}
.header .gnavi .list-open .gnavi-low {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.header .gnavi .list-open .gnavi-low li {
  opacity: 1;
  height: auto;
}
.sp-header .gnavi-low li {
  background: rgba(255, 255, 255, 1);
}
.sp-header .gnavi .gnavi-low a {
  padding: 14px 10px;
}
.sp-header .gnavi-frame li.sp-trial {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #2bbac6;
}

.sp-header .gnavi-frame li.sp-trial2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  border: 0px solid #fff;
  padding:0;
}
.sp-header .gnavi-frame li.sp-trial a {
  padding:.6em 1em .6em .6em;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.sp-header .gnavi-frame li.sp-trial a .s-text {
  font-size: 1.2rem;
  padding-top:.1em;
  display: block;
}
/*
.sp-header .gnavi li.sp-trial a::after {
  background-image: url(../img/common/menu-re-arw-ico.png);
}
*/
.sp-header .gnavi-frame li.sp-student {
  background: #3cd1dd;
}
.sp-header .gnavi-frame li.sp-student a {
  padding:.6em 0 .6em 0;
}
.sp-header .gnavi-frame li.sp-contact {
  margin-bottom: 15px;
  background: #ED1E79;
}
.sp-header .gnavi-frame li.sp-contact a {
  padding:.9em 0 .9em 0;
background-position: 11px 50%;	
}


.sp-header .gnavi li.sq {
  float: left;
  margin-right: 3.5%;
  width: 31%;
  text-align: center;
}
.sp-header .gnavi li.sq.flap {
  margin-right: 0;
}
.sp-header .gnavi li.clr {
  clear: left;
}
.sp-header .gnavi li.sq {
  font-size: 1rem;
}
.sp-header .gnavi li.sq a {
  padding: 52px 0 14px;
  background-position: 50% 13px;
  background-size: auto 30px;
}
.sp-header .gnavi li.sq a::after {
  background-image: none;
}
.sp-header .gnavi li.sq .en {
  display: block;
  margin: 0;
}
.sp-header .gnavi-frame li.sitemap {
  margin-bottom: 20px;
  text-align: center;
  border: none;
  background: none;
}
.sp-header .gnavi-frame li.sitemap a {
  display: inline-block;
  padding: 0 1.8em 0 0;
  color: #fff;
  background-image: url(../img/common/w-arw.png);
  background-position: 100% 50%;
  background-size: auto 1em;
}
.sp-header .gnavi-frame li.sitemap a::after {
  background-image: none;
}
.sp-header .gnavi-frame li.sitemap .en {
  color: #c8c9ca;
}

.sp-header .gnavi-frame li.member .en {
  color: #fff;
}

.sp-header .gnavi-frame li.hobby {
  background-image: none;
  background-color: transparent;
  border-width: 2px;
  border-color: #FFF;
}
.sp-header .gnavi-frame li.hobby a {
  color: #FFF;
  padding: 10px;
}
.sp-header .gnavi-frame li.hobby a::after {
    background-image: url(../img/common/w-arw.png);
    background-repeat: no-repeat;
    background-size: 7px;}

.sp-header .gnavi-sub {
  display: none;
}

.header-contact-time {
  color:#fff;
  padding:1em 0 .5em;
  text-align:center;
  line-height:1.4;
  }
.header-contact-time span {
  display:block;
  font-size: 1.2rem;
}


@media screen and (min-width: 768px) {
.sp-header .gnavi-frame li {
  font-size: 1.3rem;
}
.sp-header .gnavi li.sq {
  font-size: 1.4rem;
}
}
@media screen and (min-width: 769px) {
.gnavi li.pc-hide {
  display: none;
}
}

/* 5.contents
------------------------------------------- */
.page-container {
  margin-bottom: 2rem;
}
/* .container {
  padding-top: 55px;
} */
.container {
  /* padding-top: 55px; */
  overflow:hidden;  
}
.sec {
  margin-bottom: 2.5rem;
}
.wrap {
  padding: 0 4%;
}
.inside {
  padding: 0 4%;
}
.inside2 {
  padding: 0 0%;
}
.sp-hide {
  display: none;
}
.text {
  line-height: 1.6;
}
body.home .bg_blue_color {
  background-color: #F0F7FC;
  padding: 20px 0;
}

@media screen and (min-width: 868px) {
.r-fill-bg .sec-ttl {
  color: #fff;
  margin-bottom:1em !important;
  margin-top:1em !important;
}
}

.list li {
  position: relative;
  padding-left: 1em;
}
.list li:not(:last-child) {
  margin-bottom: .6rem;
}
.list li::before {
  position: absolute;
  left: 0;
  content: "※";
}

.page-head {
  display: table;
  width: 100%;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
}
.page-head .inner {
  display: table-cell;
  vertical-align: middle;
}
.page-head-sub {
  margin-top: 2rem;
}
.ttl-base {
  padding: .2em 0;
  background-color: rgba(0, 0, 0, .4);
}
.ttl-base2 {
  padding: .7em 0 0;
  background-color: rgba(0, 0, 0, .4);
}
.breadcrumbs {
  margin-bottom: 3rem;
}
.breadcrumbs ol {
  padding: .4em 0;
  border-bottom: 1px dotted #aaa;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: .9rem;
}
.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  content: ">";
  right: -1em;
  top: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.sp-wrap {
  padding: 0 4%;
}

.recept-table {
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.recept-table th,
.recept-table td {
  display: block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recept-table th {
  padding: .6em 1em;
  font-size: 1.2rem;
  background-color: #f6f6f6;
}
.recept-table td {
  padding: .6em 1em;
}

.recept-table .dial {
  float: right;
  color: #00af96;
}

.req {
  color: #ee0000;
}
.form-table {
  margin-bottom: 3rem;
  width: 100%;
  border-bottom: 1px solid #bbb;
}
.form-table th,
.form-table td {
  padding: 1rem 4%;
  display: block;
}
.form-table th {
  font-size: 1.4rem;
  font-weight: normal;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #F8F1E9;
}
.form-table td {
  padding: 1.5rem 4%;
  display: block;
}
.form-supple p:not(:last-child) {
  margin-bottom: 1rem;
}
.input-list li {
  margin-top: .4em;
  margin-right: 1em;
  margin-bottom: .4em;
  display: inline-block;
}
.input-list li label,.agree-btn label {
  padding-left: .4em;
}
.input,
textarea {
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #666;
}
.input.input-date {
  width: 22%;
}
.d-unit {
  margin: 0 .5em;
}
.select {
  padding: 8px;
  font-size: 1.6rem;
  border: 1px solid #666;
}
.input-head {
  margin-bottom: 1rem;
}
.form-operate {
  padding: 0 3%;
  text-align: center;
}
.form-operate li {
  text-align: center;
}
.form-operate li input {
  padding: .8em 6em;
  color: #fff;
  font-weight: bold;
}
.form-operate li input[disabled] {
  cursor:not-allowed;
  background-color: #ccc;
}
.form-operate li input.long-word {
  padding: 0.8em 3em;
}
.couple-operate li {
  float: left;
  width: 46%;
}
.couple-operate li:last-child {
  float: right;
}
.couple-operate li input {
  padding: 0.8em 0;
  width: 100%;
}

.primary-btn {
  background-color: #000;
}
.secondary-btn {
  background-color: #dd0000;
}
.caution-txt {
  color: #ee0000;
}
.error-list {
  padding: 1.4em 4%;
  margin-bottom: 2rem;
  color: #ee0000;
}
.caution-ttl {
  color: #ee0000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.restriction {
  margin-bottom: 3rem;
  text-align: center;
}

.stand-btn {
  text-align: center;
}
.back-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8em 4em;
}
.back-btn .arw {
  padding-right: 1.2em;
  background-image: url(../img/common/w-arw.png);
  background-position: 100% 50%;
  background-size: auto 12px;
}



/* 6.footer
------------------------------------------- */
.footer {
  background-color: #EFEFEF;
}
.footer .wrap {
  padding: 0 0 2rem;
}
.foot-top-block {
  padding: 2.4rem 6%;
}
.foot-lede-ttl {
  padding: 0 14%;
  margin-bottom: 2rem;
  text-align: center;
}
.foot-lede-ttl img {
  max-width: 70px;
}
.foot-lede-desc {
  color: #444;
  font-size: 1.2rem;
}
.foot-lede-desc p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.copyright {
  padding: 1.2rem 0;
  text-align: center;
  color: #444;
  font-size: 1rem;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.pc{
display: none;
}

@-webkit-keyframes shiny-btn1 {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

#footbaner {position: fixed;width:100%;background:#fff;bottom: 0;z-index: 10;background-color:rgba(0, 0, 0, .2);box-shadow: -3px 0 3px rgba(120,120,120,0.5);display:none;}
#footbaner .wrap{padding:1.1em 1.1em;}
#footbaner ul {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
#footbaner li {width:100%;text-align:center;}
#footbaner li a{display:block;padding:1em 0 1em 1.5em;border-radius:2px;font-size:4.25vw;font-weight:bold;width:100%;position:relative;overflow: hidden;border:2px solid #fff;background-color:#3FC6D1;color:#fff;letter-spacing:1px;}
#footbaner li a::before {position: absolute;content: '';display: inline-block;top: -180px;left: 0;width: 30px;height: 100%;background-color:rgba(255,255,255,0.7);animation: shiny-btn1 4s ease-in-out infinite;}
#footbaner li a.trial:after{position:absolute; top: 50%; left: 8%; transform: translate(-0%,-50%); font-family: fontAwesome; content: '\f0e6';font-weight:normal;font-size:5.5vw;color:#fff;}
#footbaner li a.cam:after{position:absolute; top: 50%; left: 8%; transform: translate(-0%,-50%); font-family: fontAwesome; content: '\f219';font-weight:normal;font-size:5.5vw;}

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

#footbaner {width: calc( 100% - 270px );}
#footbaner .wrap{padding:1.25em 0;width:80%;margin:0 auto;}
#footbaner li {width:49%;text-align:center;}
#footbaner li a{padding:1.25em 0 1.25em 1.25em;font-size:1.6vw;background-color:#3FC6D1;}
#footbaner .sp-no a{background-color:#ed1e79;}
#footbaner li a::before {position: absolute;content: '';display: inline-block;top: -180px;left: 0;width: 30px;height: 100%;background-color:rgba(255,255,255,0.7);animation: shiny-btn1 4s ease-in-out infinite;}
#footbaner li a.trial:after{font-size:2vw;}
#footbaner li a.cam:after{font-size:2vw;}

}

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

#footbaner .wrap{padding:1.75em 0;width:900px;margin:0 auto;}
#footbaner li {width:49%;text-align:center;}
#footbaner li a{padding:1em 0 1em 1.25em;font-size:1.2vw;letter-spacing:1px;}
#footbaner li a.trial:after{font-size:1.3vw;}
#footbaner li a.cam:after{font-size:1.3vw;}

}