@charset "UTF-8";
body {
	position:relative;
}
* {
	vertical-align: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
}

.display-flex {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

a {
	color:#46aaba;
}

a:hover,a:focus {
	color:#46aaba;
}

.wrapper h1 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 12rem;
	line-height: 1.8em;
	}
	.wrapper h1 small {
		display: block;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 1.6em;
}
.wrapper h2 {
	margin-bottom:2rem;
	font-size: 32px;
	font-weight: bold;
	color:#666;
	letter-spacing:-1px;
}
.wrapper h3 {
	margin-bottom:1rem;
	font-size: 22px;
	font-weight: bold;
	color:#666;
}
.wrapper p,
.wrapper ul li {
	margin-bottom:1rem;
	font-size: 16px;
	color:#666;
	}
	.wrapper p {
		line-height: 1.6rem;
}

.btn {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all .3s ease;
}
@media(max-width:767px) {
	.btn {
		font-size: 20px;
	}
}
.btn-line {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	background: #00B1BB;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 2px #00B1BB;
	border: 1px solid #FFF;
}
.btn-line:hover {
	color: #FFF;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}
.sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.bold {
	font-weight: 600;
}

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
	font-family: 'Noto Serif JP', serif;
}

.text-shadow-white {
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .7),
			   1px 1px 1px rgba(255, 255, 255, .7);
}
.text-shadow {
	text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.bg-gradient {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: .8em 1.8em .9em;
	border-radius: 6px;
	color: #fff !important;
	text-shadow: 0px 0px 8px rgba(234, 96, 158, 1);
	background: linear-gradient(130deg,
		rgba(48, 138, 203, 0) 0%,
		rgba(48, 138, 203, .6) 20%,
		rgba(67, 190, 217, .6) 50%,
		rgba(48, 138, 203, .6) 60%,
		rgba(32, 66, 146, 0.6) 80%,
		rgba(32, 66, 146 , 0) 100%
	);
}
.bg-gradient:before {
	content: "";
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 20%,
		rgba(255, 255, 255, 0) 80%,
		rgba(255, 255, 255, 1) 100%
	);
}
.bg-gradient:after {
	content: "";
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 20%,
		rgba(255, 255, 255, 0) 80%,
		rgba(255, 255, 255, 1) 100%
	);
}
.logo-text {
	font-size: 36px !important;
	line-height: 1.0em !important;
	letter-spacing: 2px !important;
	}
	.logo-text small {
		display: block;
		font-size: 30px;
}

.align-center {
	text-align: center;
}
.wrapper {
	font-family: 'Noto Serif JP', serif;
	background-color: #fff;
}
.container {
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 80px;
}
header {
	padding:100px 0 100px;
	text-align:center;
	color:#fff;
}

.bg_image {
	min-height: 400px;
	margin-bottom: 50px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#bg_top {
	background-image: url(../img/bg_twinkle_top_240131.jpg);
	}
	#bg_top h1 {
		visibility: hidden;
}
.link_video {
	padding-top: 2em;
	text-align: center;
	}
	.link_video iframe {
		padding: 10px;
		border: 1px solid rgba(32, 66, 146, 0.9);
		border-radius: 2px;
	}
	.link_video video {
		width: 560px;
		height: 315px;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid rgba(32, 66, 146, 0.9);
		border-radius: 2px;
	}
	.link_video .youtube {
		display: block;
		width: 560px;
		height: 315px;
		margin: 0 auto;
		border: solid 10px #fff;
		border-radius: 2px;
		box-shadow: 0 0 0 1px rgba(32, 66, 146, 0.9);
		background-color: #999;
		color: #fff;
		font-size: 20px;
		line-height: 315px;
}
.buttons {
	margin-top: 4em;
	}
	.buttons p {
		margin-bottom: 2em;
}
.topics {
	width: 600px;
	margin: 6em auto 0;
	text-align: center;
	}
	.topics h3 {
		margin-bottom: 1em;
		font-size: 30px;
		text-align: center;
	}
	.topics ul {
		}
		.topics ul li {
			display:-webkit-box;
			display: -webkit-flex;
			display:-ms-flexbox;
			display: flex;
			-webkit-flex-wrap:wrap;
			-ms-flex-wrap:wrap;
			flex-wrap:wrap;
			justify-content: flex-start;
			align-items: center;
			
			margin: 0;
			padding: 6px 4px;
			border-top: 1px solid rgba(32, 66, 146, 0.2);
				}
				.topics ul li:last-child {
					border-bottom: 1px solid rgba(32, 66, 146, 0.2);
			}
			.topics ul li a {
				font-size: 14px;
				color: #666;
				text-decoration: none;
				text-align: left;
			}
			.topics ul li .thumb {
				position: relative;
				margin-right: 20px;
				text-decoration: none;
				}
				.topics ul li .thumb.icon_youtube:after {
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translateY(-50%) translateX(-50%);
					content: "\f167";
					font-family: FontAwesome;
					font-size: 36px;
					/* color: #fc0d1c; */
					color: #fff;
					opacity: .8;
				}
				.topics ul li .thumb img {
					width: 120px;
				}
				.topics ul li .thumb span {
					display: block;
					width: 120px;
					height: 68px;
					line-height: 68px;
					background-color: #999;
					color: #fff;
					text-align: center;
				}
				.topics ul li .thumb span.square {
					height: 120px;
					line-height: 120px;
			}
			.topics ul li .topic {
				width: calc(100% - 140px);
				}
				.topics ul li .topic time {
					display: block;
					font-size: 12px;
					text-decoration: none;
				}
				.topics ul li .topic .text {
					text-decoration: underline;
}

@media(max-width:767px) {
	.wrapper h2 {
		margin-bottom: 1rem;
		font-size: 26px;
		line-height: 1.6em;
	}
	.logo-text {
		font-size: 24px !important;
		}
		.logo-text small {
			font-size: 20px;
	}
	.wrapper h3 {
		font-size: 18px;
	}
	.wrapper p,
	.wrapper ul li {
		font-size: 16px;
		color:#666;
	}
	.wrapper {
		margin-top: -7px;
	}
	header {
		padding: 30px 0;
	}
	.bg_image {
		min-height: 300px;
		margin-bottom: 30px;
	}
	.container {
		max-width: 100%;
		padding: 0 2% 80px;
	}
	.link_video iframe,
	.link_video .youtube,
	.link_video video {
		width: 90%;
		height: auto;
	}
	.link_video .youtube {
		line-height: 191px;
	}
	.buttons {
		margin-top: 2em;
	}
	.topics {
		width: 100%;
		margin: 6em auto 0;
		}
		.topics h3 {
			font-size: 30px;
	}
}
@media (orientation: landscape) {
	.link_video iframe,
	.link_video .youtube,
	.link_video video {
		width: 90%;
		height: auto;
	}
	.topics {
		width: 80%;
	}
}

/* Products */
.products {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.products h3 {
	margin-top: 4em;
	margin-bottom: 1em;
	font-size: 30px;
	text-align: center;
}
.products ul {
	width: 100%;
	justify-content: flex-start;
	}
	.products ul li {
		width: calc(100% / 4);
		margin: 10px 0 0;
		padding: 5px;
		box-sizing: border-box;
		}
		.products ul li a {
			display: block;
			text-decoration: none;
			}
			.products ul li a .image {
				display: flex;
				align-items: center;
				min-height: 190px;
				}
				.products ul li a img {
					border-radius: 4px;
		}
		.products ul li p {
			margin: 0;
			line-height: 1.5;
			text-align: center;
		}
		.products ul li p.price {
			font-size: 12px;
			}
			.products ul li p.price span {
				font-size: 16px;
		}
		.products ul li .textOverflow {
			display: none;
		}
		.products ul li a:after {
			content: "BUY";
			display: block;
			width: 50%;
			margin: 5px auto 0;
			line-height: 1;
			padding: 5px 0;
			-webkit-transition: 1s;
			transition: 1s;
			text-align: center;
			font-size: 14px;

			/* border: 1px solid #5b5b5b;
			color: #5b5b5b; */
			
			background: #00B1BB;
			color: #FFF;
			border-radius: 4px;
			box-shadow: 0px 0px 0px 2px #00B1BB;
			border: 1px solid #FFF;
}
@media(max-width:767px) {
	.products {
		width: 100%;
		margin: 0 auto;
	}
	.products h3 {
		margin-top: 4em;
		font-size: 30px;
	}
	.products ul {
		margin: 0 auto;
		justify-content: space-around;
	}
	.products ul li {
		width: 48%;
		margin-top: 10px;
	}
	.products ul li a .image {
		min-height: 180px;
	}
}
@media (orientation: landscape) {
	.products ul li {
		width: calc(100% / 4);
	}
}
