/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600,400italic,700);


body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans Japanese',YuGothic,'游ゴシック体 ミディアム','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 16px;
    line-height: 2em;
    background: url(../img/paper.jpg);
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Noto Sans Japanese',YuGothic,'游ゴシック体 ミディアム','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
/*
    font-family: 'Varela Round', sans-serif;
*/
    font-weight: 600;
    color: #568fc5;
    letter-spacing: 0.1em;
    border-bottom:1px dotted  #bbb;
    padding-bottom:15px;
    margin-bottom:30px !important;
    font-size: 150%;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 2em;
}

ol,ul{
  padding:0 !important;
}

p.lead {
	font-weight: 600;
  font-size:150%;
}

.gothic{
    font-family: 'Varela Round', sans-serif;  
}

.ca1{
  font-size: 120%;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contact .attention{
  margin: 0 auto;
  width: 70%;
  line-height: 1.6;
}
#contact .attention iframe{
  background-color: #fff;
  width: 100%;
  height: 250px;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact button{
  width: 300px;
  height: 50px;
  font-size: 110%;
}
#contact .goa{
  margin-top: 10px;
  font-size: 90%;
  line-height: 1.6;
}

.catch{
  border: none;
  color: #444;
  padding-bottom: 0;
}

.dialog{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  font-size: 90%;
  line-height: 1.6;
  text-align: justify;
}
.dialog p{
  margin-bottom: 5px;
}

.headspace{
  margin-top: 60px;
}

.border-sq{
  border: 2px dotted #ccc;
  padding: 15px;
}

.border-sq2{
  line-height: 1.8;
  font-size: 80%;
  margin: 0 1.5%;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 15px;
}

.border-sq2 h2{
  padding-bottom: 10px;
  color: #666;
}

.big{
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mini{
  font-size: 80%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}

.text-btm{
  margin-bottom: 30px;
}

.cp{
  color: #000;
  margin-top: 30px;
  font-size: 140%;
}
.pdt{
  width: 710px;
  margin: 0 auto;
}
.shadow{
  box-shadow:0px 0px 10px;
}

/* input checkbox style */

input[type=radio], input[type=checkbox] {
  display: none;
}

.check-box{
  margin:auto 0;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  width: 70%;
  color: #000;
  margin: 0 20px 20px 20px;
  padding: 12px 12px 12px 0px;
  border-radius: 8px;
  background-color: #e7e7e7;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/* input checkbox end*/

#program h3{
  font-size: 130%;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
#program .imgcircle{
  margin-bottom: 20px;
}
#program .mark{
  font-size: 80%;
  border: 2px solid red;
  padding: 6px;
}
#program .name{
  color: #444;
  font-size: 140%;
  margin: 15px 0 0 0;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#program .join{
  font-size: 70%;
}

#place h3{
  font-size: 130%;
  font-weight: 600;
  margin: 0 0 20px 0;  
}
#place .info{
  padding: 15px 0;
  border-top:1px dotted #ccc;
  border-bottom:1px dotted #ccc;
}
#organization dl{
  padding: 0 20%;
  width: 100%;
  text-align: left;
  border: none;
}
#organization dt{
  float: left;
  clear: left;
  width: 20%;
}
#organization dd{
  float: left;
  width: 80%;
  border: none;
}

#iitokomap{
  margin-top: 60px;
}
.iitokomap{
  border: 1px dotted #ccc;
  padding: 20px;
}
.iitoko_ttl{
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 10px;
}
.iitokomap p{
  text-align: left;
  margin: 0;
}

/* ------- プロフィール表示 ------------ */

label {
    background: #ccc;
    color: #444;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu {
    margin:0 0 5px 0;
  }

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

.menu li {
    padding: 5px;
}

.menu dt {
    padding: 5px 0;
}

.menu dd {
    padding: 5px 0;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.history dt{
  float:left;
}

.history dd{
  margin:0 0 0 65px;
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
  position:relative;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 80px;
    padding-bottom: 80px;
	display:block;
    position:relative;
    z-index:120;
}

.content-block {
    padding-top: 50px;
    padding-bottom: 50px;
  display:block;
    position:relative;
    z-index:120;
}

.content-block-hf {
    padding-top: 25px;
    padding-bottom: 25px;
  display:block;
    position:relative;
    z-index:120;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 5px;
}

.process li{
  list-style:none;
}

#caution li{
  margin-left:20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg/img001.jpg) no-repeat top center;
	background-size: cover;
}


#intro .intro {
  padding:120px 0 5px 0;
}

#intro .slogan {
	text-align: center;
  margin:10%;
}

#intro .date {
  text-align: center;
}

#intro .page-scroll {
	text-align: center;
}

.regal {
  text-align: right;
  margin:0 10px 0 0;
  padding:0;
}


.intro_smp .date {
  text-align: center;
}

.intro_smp .page-scroll {
  text-align: center;
  margin-top: 200px;
}

.intro .page-scroll a {
	color: #fff;
}

.intro_smp .page-scroll a {
  color: #fff;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.icon .fa {
	color: #fff;
}

/* ==========================
--- Gallery
============================= */

.slider-pro{
  margin-bottom: 0;
}


.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	


/* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}


/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 30px;	
}

footer p {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}

/* ==========================
Parallax
============================= */

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.sheet{
  border: 2px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}

.sheet dt{
  margin-bottom: 20px;
  font-size: 120%;
}

.sheet dd{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.page-yxx2 {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/bg/img002.jpg);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover !important;
    padding-bottom: 350px;
}

.page-yxx3 {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/bg/img003.jpg);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover !important;
    padding-bottom: 500px;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


.border {
  border:solid 1px #aaa;
  padding:50px 15px;
}


@media (max-width:797px) {
  .page-yxx2 {
      background-image: url(../img/bg/img002-s.jpg);
      padding-bottom: 350px;
      background-attachment: scroll;
  }

  .page-yxx3 {
    background-image: url(../img/bg/img003_s.jpg);
    padding-bottom: 350px;
    background-attachment: scroll;
  }
  .slogan img{
    width: 80%;
  }
  .dialog p{
    font-size: 90%;
  }
  .mini{
    padding: 10% 0;
    line-height: 1.4;
  }
  .description{
    text-align: justify;
    width: 80%;
    margin:0 auto;
  }
}

/* Media queries */

@media (max-width:768px) {
	.navbar-header .fa {
		color: #666;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {
  p{
    line-height: 1.8;
  }
  .section-heading h2{
    font-size: 140%;
    font-weight: 600;
    margin: 20px auto;
  }
	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
  .cp{
    font-size: 100%;
  }
  #program h3{
    line-height: 1.4;
  }
  #place h3{
    margin-top:30px;
  }
  #read p{
    text-align:left;
    margin-top: 0;
  }
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
  #organization dl{
    margin-top: 0;
    font-size: 90%;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0;
  }
  #organization dt{
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  #organization dd{
    float: left;
    width: 100%;
    border: none;
  }
  .copyright{
    font-size: 70%;
  }
  .imgcircle{
    margin-top: 50px;
  }
  h2{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 15px 0;
    margin: 0;
  }

  .pdt{
  width: 100%;
}
}

/*ソーシャルボタン*/

iframe.twitter-share-button {
width: 105px!important;
}
iframe[src*="www.facebook.com/plugins/like.php"]{
width:115px !important;
}
/* hatena-icon */
.icon-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}



@media (max-width:792px) {
  .title_wid100{
    width:100%;
    padding:0 10px;
  }
  .background-video {width:160%;height:auto;position:absolute;top:0;left:-30%;}
  .heading-contact .row .col-md-12 .section-heading .lead img{
    width:210px;
  }
}

@media (max-width:220px) {
  .slogan{
    width:100%;
    padding:0 10px;
  }
}

@media (max-width:480px) {
  .big{
    font-size: 100%!important;
  }
  .border-sq2{
    width: 90%!important;
    margin-left: 5%!important;
  }
  .attention {
    width: 90%!important;
  }
  .attention iframe{
    width: 100%!important;
  }
}



/* ===========================
--- recommendation
============================ */

#recommendation ul{
  padding:0;
}

/**
#recommendation li img{
    width:15%;
}
**/

#recommendation ul li{
  font-size:180%;
  color:#998675;
  list-style:none;
  text-align:center;
  font-weight:bold;
  padding:0 0 20px 0;
}

#recommendation ul li span{
  font-size:80%;
}

#price img{
  width:100%;
}

.process{
  text-align:center;
}

.process li{
  margin:30px 0;
}




#my-slider{
  padding: 20px 0;
}

#my-slider2{
  padding: 20px 0;
}

.film{
  height:40px;
  width:auto;
}

#read .main_ttl{
  font-size:30px;
  font-weight:bold;
}

#read p{
  line-height:1.8;
  text-align: justify;
}

.read-block{
  padding: 0 10%;
}

/*--
#tumblr{
  background-color:#2e435d;
}
*/

#tumblr p{
  color:#000;
  margin-bottom:0px;
}

#tumblr .triangle{
  color:#000;
}
#service li,
#price li,
#attention li {
  margin-left:20px;
}

.sample{
  font-weight:bold;
  font:sans-serif;
}

.wid100{
  width:100%;
}

.tantou{
  margin-bottom:0 !important;
}
































/* 
    - FULL WIDTH BANNER & VIDEO - 
 */
.alt-bg {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 40px;
    margin-right: 0;
    margin-top: 40px;
    border-color: #E4E4E4;
    padding: 30px 0;
}

.video-block {
    background-position: center center;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
    float:none;
    text-align:center;
  margin:0;
}

.mfp-inline-holder .mfp-content {
  line-height: 0;
    max-width: 900px;
    width: 100%;}

.self-video-popup {
   height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;}
  
.self-video-popup .some-element {background: none repeat scroll 0 0 black;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;}

.self-video-popup .some-element video {width:100%; height:100%;}
  
.text-inner {position:relative; z-index:4;}

@media (min-width:792px) {
.background-video {width:100%;height:auto;position:absolute;top:0;left:0;}
}

span.learn-more {display:block; padding-top:19px; color:#fff; font-size:18px; line-height:24px;}

a.to-text,
.tp-caption .to-text {
    font-size:48px; 
    line-height:68px; 
    color:#fff; 
    display:inline-block; 
    text-transform:uppercase; 
    font-weight:bold; 
 /*   border:6px solid #fff;  */
    padding:30px 38px 29px 38px;
}

a.to-text:hover,
.tp-caption a.to-text:hover {color:#fff;}

ul.features,
.features {padding-bottom:20px;}
.features li {display:inline-block; padding:0 9px; position:relative; color:#fff; font-size:18px; line-height:24px;}
.features li:after {display:block; content:""; width:2px; height:2px; position:absolute; right:0; top:50%; background:#fff;}
.features li:last-child:after {display:none;}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 3px;
    top: auto;
}
.tp-bannertimer.alt {
    background: url("../img/revslider/timer-white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tp-bannertimer {width:100%; height:3px; background:url(../img/revslider/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.alt {background:url(../img/revslider/timer-white.png);}
.tp-bannertimer.tp-bottom {bottom:0px;height:3px; top:auto;}

.tp-leftarrow.default, 
.tp-rightarrow.default {/*z-index:100;cursor:pointer; position:relative; width:72px; height:72px; */ transition: background 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;}
.tp-leftarrow.default { background:url(../img/revslider/prev.png) no-Repeat 31px center #000000;}
.tp-rightarrow.default {background:url(../img/revslider/next.png) no-Repeat -31px center #000000;}
.tp-leftarrow:hover {background-position:-31px center; background-color:#fff; transition: all 100ms ease-in-out 0s;}
.tp-rightarrow:hover {background-position:31px center; background-color:#fff; transition: all 100ms ease-in-out 0s;}



/*　個人情報関連　*/

.privacy {
    border:2px solid #ccc;
    margin: 20px auto 0;
    width: 100%;
    height: 260px;
    overflow: auto;
    padding: 0% 5%;
    background: #fff;
    position: relative;
}
.privacy p{
    margin-bottom: 20px;
}
.privacy a{
    color: blue;
}
.privacy a:hover{
    text-decoration: underline;
}
.privacy p.ttl{
    font-size: 140%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.privacy ul li{
    list-style-type: decimal;
    margin:0 0 20px 20px;
}
.privacy ul li span{
    display: block;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 5px;
}
ol.list_parentheses{
    padding:2em 0 0 0em;
    margin:0;
}

ol.list_parentheses li{
    text-indent:-2.0em;
    padding-left:2.0em;
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
}
ol.list_parentheses li:before{
    display: marker;
    content: "(" counter(cnt) ") ";
}
p.announcement{
    margin:10px 0 20px;
}
p.announcement a{
    color: blue;
}
p.announcement a:hover{
    text-decoration: underline;
}



.graphic_sp{
  margin-bottom: 4rem;
  display: inline-block;
  transition:0.3s;
}
.graphic_sp:hover{
  opacity:0.8;
}
.graphic_sp img.pc{
  display: initial;
  max-width:800px;
}
.graphic_sp img.sp{
  display: none;
}
@media (max-width:1169px) {
  .graphic_sp img.pc{
    display: none;
  }
  .graphic_sp img.sp{
    width:100%;
    max-width:1169px;
    display: initial;
  }
}