
/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/header-background.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body, p {
	color: #ffffff; 
	font: 400 1rem/1.625rem 'Noto Sans JP', sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
}

h2 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.625rem;
}

h3 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.25rem;
}

h4 {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

h5 {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

h6 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.p-large {
	font-size: 1.25rem;
	line-height: 1.875rem;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #b5b6ff;
	text-decoration: none;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #00ffe4;
	border-radius: 32px;
	background-color: #00ffe4;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #00ffe4;
	background-color: transparent;
	color: #00ffe4;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #00ffe4;
	border-radius: 32px;
	background-color: #00ffe4;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 1px solid #00ffe4;
	background-color: transparent;
	color: #00ffe4;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #ffffff;
	border-radius: 32px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #ffffff;
	border-radius: 32px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 1rem 1.625rem;
	border: 1px solid #ffffff;
	border-radius: 32px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.label-control {
	position: absolute;
	top: 1rem;
	left: 2rem;
	color: #585f63;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}
.txt-co{
	font-family: adobe-garamond-pro, serif;
	font-weight: 300;
}
select {
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}


/******************/
/*     Header     */
/******************/
.header {
	position: relative;
	padding-top: 5rem;
	text-align: center;
}

.logo-image {
	display: block;
	width: 144px;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
}

.logo-text {
	display: block;
	margin-bottom: 2rem;
	color: #00ffe4;
	font-size: 3rem;
	text-decoration: none;
}

.inner{
	margin: 0 auto;
    max-width: 800px;
	width: 97%;
}

.countdown {
	margin-bottom: 1rem;
	text-align: center;
}

.countdown #clock .counter-number {
	display: inline-block;
	width: 6.5rem;
	height: 6.5rem;
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
	margin-left: 0.5rem;
	padding-top: 2rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 1.25rem;
}

.countdown #clock .counter-number .timer-text {
	color: #ffffff;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1rem;
}

h1 {
	margin-bottom: 0.875rem;
}
div .text-container img{
	max-width: 80%;
    border-radius: 3%;
}


h2{
	text-decoration: none;
	font-size: 2em;
}

.p-large {
	margin-bottom: 2.75rem;
}

.social-container {
	right: 0;
	bottom: 1rem;
	left: 0;
	margin: 20px auto 80px;
	width: 80%;
}
div .link-bottan{
    padding: 3%;
    display: flex;
    margin-bottom: 28px;
    background: rgb(233,12,152);
    background: linear-gradient( 
90deg, rgba(233,12,152,0.799954044117647) 0%, rgba(0,17,213,0.7970128676470588) 100%);
    border-radius: 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 10px;
    transition: all 0.2s ease;
    justify-content: space-between;
    align-items: center;
}
div .link-bottan:hover{
	opacity: 0.9;
}
.link-bottan-title{
	width: 72%;
}
.link-bottan-title img{
	width: 70%;
}

.link-bottan p{
	font-size: .9em;
    width: 27%;
    text-align: right;
}
.link-bottan-txt{
	line-height: 0;
    display: inline;
    vertical-align: middle;
    font-size: 2em;
}
.fa-stack {
    font-size: 1.2rem;
}

.social-container .fa-stack:last-child {
	margin-right: 0;
}

.fa-stack .fa-stack-1x {
	color: black;
	transition: all 0.2s ease;
}

.fa-stack .fa-stack-2x {
	color: #fff;
	opacity: 0.8;
	transition: all 0.2s ease;
}

.fa-stack:hover .fa-stack-2x {
	opacity: 1;
}

div .corporate-data{
	display: block;
}
.corporate-data h2{
	text-align: center;
	padding-bottom: 1%;
	margin-bottom: 5%;
	font-size: 2em;
}
.corporate-data h2 img{
	width: 95px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 23px 10px;
}
.img-list{
	display: flex;
	justify-content: center;
	margin: 0;
}
.img-list img{
	width: 47%;
	margin: 0 1%;
}
.txt-data{
	margin-top: 3%;
	display: block;
	text-align: center;
}
.number{
	font-size: 2.5rem;
    font-weight: 600;
}

.etc-data{
	display: block;
}
a.bt-samp12{
	position: relative;
    display: block;
    height: 54px;
    width: 100%;
    text-decoration: none;
    background: #014c99;
    color: #fff;
    font-size: larger;
    line-height: 53px;
    text-align: center;
    margin-bottom: 6%;
    border-radius: 76px;
    box-shadow: 1px 2px 4px #010b40;
  }
  a.bt-samp12:active{
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow:none;
  }
footer{
	background-color: #000;
	padding: 1%;
	text-align: center;
}
small{
	font-size: .6em;
}
/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* General Styles */
	h1 {
		font-size: 3rem;
		line-height: 3.75rem;
	}
	/* end of general styles */


	/* Header */
	.header {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.header .text-container {
		margin-bottom: 2rem;
	}

	.header .countdown {
		margin-bottom: 3rem;
	}

	.header .countdown #clock .counter-number {
		width: 7.75rem;
		height: 7.75rem;
		margin-bottom: 0;
		padding-top: 2.5rem;
		font-size: 3rem;
		line-height: 1.5rem;
	}
	
	.header .countdown #clock .counter-number .timer-text {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.header .form-group {
		max-width: 22rem;
		display: inline-block;
		vertical-align: top;
	}
	
	.header .form-control-input {
		width: 22rem;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.header .form-control-submit-button {
		width: 10rem;
		margin-left: -0.375rem;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	/* end of header */
	.link-bottan-title img{
		width: 45%;
	}
	.fa-stack {
		font-size: 1.5rem;
	}
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* Header */
	.header .countdown #clock .counter-number {
		width: 9rem;
		height: 9rem;
		padding-top: 3.125rem;
		font-size: 3.25rem;
	}

	.header .text-container {
		width: 872px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of header */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* Header */
	.header h1 {
		font-size: 3.625rem;
		line-height: 4.5rem;
		letter-spacing: -0.4px;
	}
	/* end of header */
}
/* end of min-width 1200px */