  @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);


/*   Today Font   */

@font-face {
	font-family: 'Today';
	src: url('../fonts/todaysanshef-light-webfont.eot');
	src: url('../fonts/todaysanshef-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/todaysanshef-light-webfont.woff') format('woff'), url('../fonts/todaysanshef-light-webfont.ttf') format('truetype'), url('../fonts/todaysanshef-light-webfont.svg#todaysanshef-lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
    background-color: #fff;
    color: #443135;
    webkit-tap-highlight-color: #222;
	webkit-text-size-adjust: 100%;
}

hr {
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fffbf7;
}

hr.dark {
    border-color: #443135;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a.primary {
    color: #9e9791;
}
a.dark {
    color: #443135;
}

a:hover,
a:focus {
    color: #e88554;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
}

h3,h4,h5,h6 {
    font-weight: 300;
}
@media screen and (min-width: 667px) and (max-width: 768px){
	p{
		font-size:200%;
	}
}
@media screen and (min-width: 769px) {
	p{
		font-size:17px;
	}
}
p {
    line-height: 1.7;
    margin-bottom: 10px;
}

p.small {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.text-big {
    font-size: 72px;
	text-transform:uppercase;
	line-height: 1;
}

.uppercase {
	text-transform: uppercase;
}

.legal {
    font-size: 14px;
    line-height: 18px;
}

.bg-contrast {
    background-color: #e88554;
}

.bg-dark {
    color: #ffffff;
    background-color: #443135;
}

.bg-light {
    color: #ffffff;
    background-color: #9e9791;
}


.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-faded-dk {
    color: rgba(0,0,0,0.8);
}
.text-glow {
	text-shadow: 1px 0px 3px rgba(0, 0, 0, .75);
}
.text-dark {
    color: #443135;
}

.text-primary {
    color: #9e9791;
}

.text-contrast {
    color: #e88554;
    font-weight: 200;
}

.modal-content {
    background-color: #443135;
}

section {
    padding-top: 50px 0 10px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.logo {
	padding: 40px;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
	height: 600px;
    background-color: #fffbf7;
    background-image: url('../images/shutterstock_v12486752.mp4.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 900;
	text-transform: uppercase;
	line-height: .8;
	color: rgba(245,245,245,0.7);
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
}

#cta {
	padding: 15px 0;
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

.mprize-sp { 
        width:90%;max-width:500px;
    }

.prize-sp { 
        width:100%;max-width:850px;margin-top:30px; 
    }

.period-sp { 
        color:#443135;font-size:18px;width:100%;text-align:center;background-color:#e0df74;padding:10px;margin-bottom: 0;
    }


@media(min-width:768px) {


    .period-sp { 
        color:#443135;font-size:26px;width:100%;text-align:center;background-color:#e0df74;padding:15px;margin-bottom: 0;
    }
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 40%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 120px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        padding: 40px 0;
    }
    .br-sp { 
        display:none; 
    }

     .prize-sp { 
width:100%;max-width:850px;margin-top:70px;
}

}




@media(min-width:1024px) {
	header .header-content .inner h1 {
        font-size: 150px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #9e9791;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #443135;
    background-color: #eee;
	border: 1px solid #e88554;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 30px auto 0;
    max-width: 500px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
    .nopc_c { 
        display:none; 
    }
}

@media(max-width:991px) {
.nomobile_c { display:none; }
}

.feature p {
    margin-bottom: 0;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.modal-header {
	background: #443135;
}

.modal-header h3 {
	color: #e88554;
}

.modal-body, .modal-footer {
	background: #fffbf7;
	border: none;
}

.modal-body h3 {
	color: #e88554;
	text-transform: uppercase; 
}
.modal-body h4 {
	color: #443135;
	text-transform: uppercase; 
}

.modal-body h4 span {
	color: #443135;
	font-size: 14px;
	font-style: italic;
	text-transform: none;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

footer .brandbar {
	width: 100%;
	height: 180px;
	background-image: url('../images/brandbar.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 50px;
}

.rules {
	background-color: #FFFBF7;
	color: #443135;
	padding-top: 20px;
	padding-bottom: 12px;
}
.rules .logo-wrapper img {
	max-height: 35px;
	margin-bottom: 15px;
}
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-default {
    border-color: #fff;
    color: #443135;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #443135;
    background-color: #fffbf7;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:2px solid #ffffff;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn.btn-contrast {
    background-color: #443135;
    border:2px solid #443135;
    border-color:#443135;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color: #ffffff;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}


.btn.btn-fade {
    background-color: transparent;
    border:2px solid rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color: rgba(0,0,0,0.7);
}

.btn.btn-fade:hover {
    background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.oval {
    position: absolute;
    max-width: 100%;
    padding-top: 50px;
    width: 250px;
    height: 200px;
    background: #e88554;
    float: right;
    overflow: visible;
    border-radius: 50%;
    margin-top: -100px;
    margin-right: 100px;
    z-index: 3;
    opacity: 0.7;
    text-align: center;

}

.oval_txt{

    color:#fff;font-size:22px;font-weight:bold;opacity: 1.0;
}

.oval_txt:hover {

    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

.largetxt {
    font-size: 30px;
}

.noright {
        text-align: right;
}
.noleft {
        text-align: left;
}

.back_img {
    background-image: url(../images/bg_thankyou.jpg);
    background-repeat: no-repeat;
    background-position: left top; 
    background-size:100% auto;
}

.mar_bttm{
        margin-bottom:150px;

    }


.applynow {
    position: fixed;
    bottom: 20px;
    width: 150px;
    display: block;
    z-index: 200;
    right: 18px;
    padding-left: 8px;
}

.form_bg  {
    background-image: url(../images/bg_form.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
}

.f_size {
width:532px;height:300px;padding: 0px;margin:20px 0;
}

.p_prize {
width:100%;max-width:380px;margin: 10px 0 30px 0;
}
@media screen and (max-width: 768px){
 .form_bg  {
    background-image: url(../images/bg_formsp.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto 100%;
    }
}
@media(min-width:1200px) {

    .nopc_c1200 { 
        display:none; 
    }
}

@media screen and (max-width: 1199px){

    .nomobile_c1200 { display:none; }

    .oval {
    max-width: 100%;
    padding-top: 25px;
    width: 120px;
    height: 120px;
    background: #e88554;
    float: right;
    overflow: visible;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    opacity: 0.7;
    text-align: center;
    right:0;
    left:0;

    }

    .oval_txt{

    color:#fff;font-size:16px;font-weight:bold;opacity: 1.0;
    }

    .top_content{

    margin-top:50px;
    }

    .largetxt {
    font-size: 18px;
    }

       .f_size {
    width:100%;height:auto;padding: 0px;margin:20px 0;
    }

}

@media screen and (max-width: 767px){

    h1{

    font-size:26px;
    }

    h2{

    font-size:23px;
    font-weight:600;
    }

    h3{

    font-size:20px;
    }

    .noright {
        text-align: center;
    }
    .noleft {
        text-align: center;
    }
    .back_img {
    background-image: url(../images/bg_thankyou_m.jpg);
    background-repeat: no-repeat;
    background-position: left top; 
    background-size:100%;
    }

    .mar_bttm{
        margin-bottom:0px;

    }

    .applynow {
    position: fixed;
    bottom: 20px;
    width: 100px;
    display: block;
    z-index: 200;
    right: 5px;
    padding-left: 8px;
    }

    .p_prize {
    width:100%;max-width:220px;margin: 10px 0;
    }
   
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

.radio_margin {
margin-top:20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*form validation*/
.error {
    color: red;
    padding-top: 4px;
}




.btnT {
  min-height: 50px;
  padding: 12px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size:16px;
  font-weight:300;
  background: #fff;
}

.btnT-one {
  border: 1px solid #cb4e78;
  border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
  color: #cb4e78;
}

.btnT-one:hover {
  background: rgba(203,78,120,1.0);
  text-decoration: none;
  color: #fff;
}


@media screen and (max-width: 990px){
.btnT {
  min-height: 50px;
  padding: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size:14px;
  font-weight:300;
  margin-bottom: 10px;
  background: #fff;
}

.btnT-one {
  border: 1px solid #cb4e78;
  border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
  color: #cb4e78;
}

.btnT-one:hover {
  background: rgba(203,78,120,1.0);
  text-decoration: none;
  color: #fff;
}

}


.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: red;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}

.glyphicon-ok:before {
    content: "\e013";
    color: green;
}

.frame {
　  width: 100%;
    height: auto;
    background-color: #fff;
    border-width: 32px;
    border-style: solid;
    border-image-source: url(../images/waku.png);
    border-image-slice: 22 32;
    border-image-width: 22px 32px;
    border-image-outset: 0;
    border-image-repeat: repeat;
　}



