@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: 700;
	color: #222;
	-webkit-font-smoothing: antialiased;
}

html {}

body {
	overflow-x: hidden;
}

.wrapper {
	width: 100%;
	padding-top: 120px;
}

main {}

main#top {
	position: relative;
	z-index: 2;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*----- ヘッダー -----*/

header {
	background: #00b1e5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	max-height: 120px;
	filter: drop-shadow(1px 3px 6px rgba(0,0,0,.1));
}

nav {
	display: flex;
}

nav ul {
	display: flex;
	align-items: stretch;
	width: 60%;
	margin: 0 auto 0 30px;
	height: 120px;
	justify-content: space-between;
	max-width: 900px;
}

nav li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	/* width: 25%; */
}

nav li a {
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

nav li a:hover {
	opacity: .7;
}

nav .top a {
	font-size: 32px;
	background: #013e9d;
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .logo a {
	width: 100%;
}

nav .top {
	width: 20%;
	/* margin: 0 40px 0 0; */
	max-width: 120px;
	display: flex;
	align-content: stretch;
}

nav li.contact a {
	background: #013e9d;
	width: 100%;
	padding: 0px 10px;
}

nav li.menu {}

nav .logo {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .logo h1 {
	width: 100%;
	margin: 0 20px 0 auto;
	padding: 0px;
	max-height: 106px;
	max-width: 250px;
}

nav .logo h1 figure {
	display: block;
	/* margin-right: 20px; */
}

nav .logo h1 figure figcaption {
	display: block;
	font-size: 21px;
	line-height: 1;
}

nav .logo h1 figure img {
	display: block;
	width: 100%;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .2));
	/* max-height: 90px; */
	height: 100%;
}

.slide_print {
	display: none;
}

.slide {
	height: 700px;
	overflow: hidden;
	position: relative;
}

.slide video {
	/*width: 100%;*/
	position: relative;
	z-index: 1;
	display: block;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
}

.slide video source {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

#video2,
#video3 {
	display: none;
}

/*----- ヘッダー -----ここまで-----*/


/*----- スライダ ----------*/

.swiper-container {
	width: 100%;
	position: absolute!important;
	top: 0;
	z-index: 2;
	height: 700px;
	background: rgba(255,255,255,.8);
}

.swiper-container img.slide-img {
	width: 100%;
	display: block;
}

.swiper-container dl dd img {
	width: 30%;
	display: block;
	margin: auto;
}

.swiper-container .swiper-slide .swiper-slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,.2));
	width: 100%;
	height: 100%;
}

.swiper-slide-content dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}

.swiper-slide-content dt {
	width: 100%;
}

.swiper-slide-content dt p {
	font-size: 21px;
	width: 30%;
	margin: 0 auto;
}

.swiper-slide-content dd {
	width: 100%;
}

.swiper-slide-content dd figure {
	width: 100%;
}

.swiper-slide-content ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 700px;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.swiper-slide-content li {
	width: 40%;
	max-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide-content li figure {
	width: 100%;
	display: flex;
	height: 350px;
	align-items: center;
	justify-items: center;
}

.swiper-slide-content li figure img {
	display: flex;
	margin: auto;
	height: 50%;
	align-items: center;
	justify-items: center;
}

/*----- スライダ -----ここまで-----*/


/*----- トップコンテンツ ----------*/


/*----- タタミンとは ----------*/

section.top_greeting {
	background: #00b1e5;
	padding: 90px 0;
}

section .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.what_tatamin {}

.what_tatamin dl {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.what_tatamin dt {
	width: 54%;
	margin: 0 auto;
}

.what_tatamin dt h2 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.what_tatamin dt h2 figure {
	width: 70%;
	/* max-width: 420px; */
}

.what_tatamin dt h2 figure img {
	width: 100%;
	display: block;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .2));
}

.what_tatamin dt h2 p {
	color: #fff;
	font-size: 28px;
	padding-top: 20px;
	margin-left: 20px;
	width: 30%;
}

.what_tatamin dt h3 {
	font-size: 28px;
}

.what_tatamin dt p {
	font-size: 18px;
	color: #fff;
}

.what_tatamin dt p span {
	color: #fff;
	margin-left: -20px;
}

.what_tatamin dd {
	margin: 0 auto;
	width: 40%;
}

.what_tatamin dd figure {
	width: 100%;
	margin: 0 auto;
	filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .3));
	background: #fff;
	padding: 20px;
	/* border-radius: 20px; */
}

.what_tatamin dd figure img {
	width: 100%;
	display: block;
}

.top_monotaro {
  margin: 50px 0;
}

.top_monotaro > .inner {
  max-width: 900px;
  margin: auto;
}

.top_monotaro a {
	filter: drop-shadow(1px 3px 6px rgba(0,0,0,.2));
}

.top_monotaro a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----- タタミンとは -----ここまで-----*/


/*----- ごあいさつ ----------*/

.greeting_box {
	background: #fff;
	position: relative;
	padding: 30px 30px;
	border-radius: 50px;
	margin-top: 90px;
}

.greeting_box h2 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 0.1em;
	color: #0159af;
	font-weight: 900;
}

.greeting_box p.main {
	font-size: 21px;
	margin-top: 30px;
	text-align: justify;
	color: #0159af;
}

.greeting_box h3 {

	display: flex;

	align-items: center;

	justify-content: space-around;

	margin-top: 30px;
}

.greeting_box p.name {
	/* text-align: center; */
	font-size: 28px;
	/* margin-top: 30px; */
	color: #0159af;
	letter-spacing: 0.1em;
}

/*----- ごあいさつ -----ここまで-----*/


/*----- NEWSお知らせ ----------*/

section.top_news {
	padding: 90px 0;
	position: relative;
	z-index: 2;
	background-image: url(../img/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

section.top_news::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	background: rgba(1, 89, 175, 0.9);
	width: 100%;
	height: 100%;
}

.top_news h2 {
	background: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #0159af;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_news h2 span {
	font-size: 21px;
	font-weight: 900;
	color: #0159af;
	margin-left: 1em;
}

.top_news h3 {
	/* background: #fff; */
	/* border-radius: 50px; */
	text-align: center;
	padding: 10px 0;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: solid 2px #fff;
}


.top_news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_news li {
	width: 30%;
	/* margin: 30px 0 0; */
}

.top_news li a {
	display: block;
}

.top_news li figure {
	width: 100%;
	height: 200px;
}

.top_news li figure iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.top_news li figure img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.top_news li figure video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.news_day {
	color: #fff;
}

.news_title {
	color: #fff;
}

/*----- NEWSお知らせ -----ここまで-----*/


/*----- タタミンの遊び方 ----------*/

section.top_howtoplay {
	padding: 90px 0 0;
}

.top_howtoplay h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

.top_howtoplay p.catch {
	font-size: 28px;
	color: #0159af;
	text-align: center;
}

.top_howtoplay p.ex {
	font-size: 21px;
	color: #0159af;
	text-align: left;
	background: #cceffa;
	border-radius: 50px;
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
	padding-left: 3em;
	text-indent: -3em;
	width: 80%;
	margin: 30px auto 0;
}

.complete dt figure {
	width: 100%;
	margin-top: 50px;
}

.complete dt figure img {
	width: 86%;
	display: block;
	margin: auto;
}

.complete dd figure {
	width: 100%;
	margin-top: 50px;
}

.complete dd figure img {
	width: 100%;
	display: block;
}


/*----- タタミンの遊び方 -----ここまで-----*/


/*----- オリジナル商品を ----------*/

section.top_original {
	padding: 60px 0;
	border-top: solid 1px #0159af;
	border-bottom: solid 1px #0159af;
	margin: 60px 0;
}

.top_original h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

.top_original p {
	font-size: 24px;
	color: #0159af;
	text-align: center;
}


/*----- オリジナル商品を -----ここまで-----*/


section.sample {
	margin: 90px 0;
}

.sample_unit {
	padding: 40px;
	background: #facc83;
	border-radius: 50px;
}

section.sample p {
	font-size: 21px;
	color: #222;
	text-align: center;
}



/*----- トップコンテンツ -----ここまで-----*/


/*----- フッター ----------*/

footer {
	margin-top: 90px;
}

.footer_top {
	background: #0159af;
}

.footer_top dl {
	display: flex;
	max-width: 1200px;
	margin: auto;
}

.footer_top dt {
	width: 1000%;
	background: #0159af;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.footer_top dt a {
	text-align: center;
	display: flex;
	color: #fff;
	font-size: 40px;
	justify-content: center;
	width: 100%;
	align-content: center;
	padding: 20px;
}

.footer_top dt a:hover p {
	opacity: .7;
}

.footer_top dt a p {
	text-align: center;
	display: flex;
	color: #fff;
	font-size: 40px;
	align-items: center;
	justify-content: center;
}

.footer_top dt a p::before {
	content: url(../img/mail.png);
	margin-right: 10px;
	display: block;
	height: 47px;
}

.footer_top dd {
	width: 50%;
	background: #0159af;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_top dd a {
	text-align: center;
	display: flex;
	color: #fff;
	font-size: 40px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.footer_top dd a p {
	text-align: center;
	display: flex;
	color: #fff;
	font-size: 40px;
	align-items: center;
	justify-content: center;
}

.footer_top dd a p::before {
	content: url(../img/tel.png);
	margin-right: 10px;
	display: block;
	height: 56px;
}

.footer_bottom {
	padding: 60px 0 20px;
	background: #e0f8ff;
}

.footer_bottom .company_block {
	margin: 0 auto;
}

.footer_bottom_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer_bottom dl {
	display: flex;
	justify-content: space-around;
}

.footer_bottom dt {
	width: 40%;
	display: flex;
}

.footer_bottom dd {
	width: 40%;
	display: flex;
}

.footer_bottom figure {}

.footer_bottom figure img {
	display: block;
	width: 100%;
}

.footer_link {

	margin-top: 40px;
}

.footer_link ul {

	width: 100%;

	max-width: 1200px;

	margin: 0 auto;

	display: flex;

	align-items: center;

	justify-content: center;
}

.footer_link ul li {
	padding: 0 8px;
	border-left: solid 1px #0159af;
}

.footer_link ul li + li {
	border-right: solid 1px #222;
}

.footer_link ul li a {
	color: #0159af;
}

.company_block a {
	background: #0159af;
	color: #fff;
	padding: 0px 16px;
	border-radius: 30px;
	float: right;
	margin: 0px 4px;
}

.company_block a:hover {
	background: #fff;
	color: #0159af;
}

.footer_bottom p {
	display: block;
	line-height: 1.3;
	margin-top: 14px;
}

small {
	text-align: center;
	display: block;
	margin-top: 20px;
	color: #0159af;
}

#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 10px;
	z-index: 1000;
}

#page-top a {
	text-decoration: none;
	width: 75px;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #013e9d;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0;
	font-size: 18px;
	border: solid 2px #ffffff;
	border-radius: 50px;
}

#page-top a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00b1e5;
}

/*----- フッター -----ここまで-----*/


/*----- ボタン ----------*/

.btn_wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-top: 40;
	margin-top: 40px;
}

button.btn_detail {
	color: #fff;
	background: #fe7301;
	padding: 10px 60px;
	border: none;
	border-radius: 50px;
	font-size: 28px;
	border: solid 1px #fe7301;
}

button.btn_detail:hover {
	color: #fe7301;
	background: #fff;
}

button.btn_sample {
	color: #fff;
	background: #fe7301;
	padding: 10px 60px;
	border: none;
	border-radius: 50px;
	font-size: 28px;
	/*margin: auto;*/
	border: solid 1px #fe7301;
}

button.btn_sample:hover {
	color: #fe7301;
	background: #fff;
}

button:focus {
	outline: 0;
}

/*----- ボタン -----ここまで-----*/



/*----- 下層共通 ----------*/

.invisible {
	visibility: hidden;
}

.under_top {
	background-image: url(../img/under_back.jpg);
	background-repeat: no-repeat;
}

.under_top dl {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	justify-content: space-between;
	padding: 60px 0;
	align-items: center;
}

.under_top dt {
	width: 60%;
}

.under_top dt ul {
	width: 100%;
	display: flex;
}

.under_top dt ul li {
	width: 20%;
}

.under_top dt ul li + li {
	margin-left: 20px;
}

.under_top dt ul li figure {}

.under_top dt ul li figure img {
	width: 100%;
	display: block;
}

.under_top dd {
	width: 35%;
}

.under_top dd h1 {
	margin: 0;
	text-align: right;
	font-size: 36px;
	font-weight: 900;
	color: #0159af;
}

/*----- 下層共通 -----ここまで-----*/



/*-----折り絵合わせとは？----------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

section.original {
	padding: 90px 0 0px;
}

section.original:nth-of-type(2) {
	padding: 90px 0 90px;
}

section.original h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

section.original p.catch {
	font-size: 21px;
	color: #0159af;
	text-align: center;
	margin-top: 8px;
}

section.original p.catch-l {
	font-size: 24px;
	color: #0159af;
	text-align: center;
}

table.lineup_1 {
	border-bottom: solid 1px #0159af;
	margin-top: 30px;
	width: 100%;
}

table.lineup_1 tr {
	border-top: solid 1px #0159af;
	border-left: solid 1px #0159af;
}

table.lineup_1 th {
	width: 25%;
	border-right: solid 1px #0159af;
	font-size: 28px;
	padding: 15px 0;
	font-weight: 900;
	position: relative;
}

.kado {
	position: relative;
}

.kado::before {
	content: "種類";
	position: absolute;
	bottom: 0;
	left: 15px;
	font-size: 24px;
}

.kado::after {
	content: "レベル";
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 24px;
}


.diagonal {
	height: 100%;
	width: 100%;
	border-top: solid 1px #0159af;
}

.rightDown {
	transform: matrix(1, 0.255, 0, 1, 0, 0.5);
}


table.lineup_1 th:nth-of-type(1) {
	background: transparent;
	color: #0159af;
}

table.lineup_1 th:nth-of-type(2) {
	color: #3e98d7;
}

table.lineup_1 th:nth-of-type(3) {
	color: #f59908;
}

table.lineup_1 th:nth-of-type(4) {
	color: #f67490;
}

table.lineup_1 td {
	padding: 15px;
	border-right: solid 1px #0159af;
	font-size: 21px;
}

table.lineup_1 td:nth-of-type(1) {
	background: #3e98d7;
}

table.lineup_1 td:nth-of-type(2) {
	background: #facc83;
}

table.lineup_1 td:nth-of-type(3) {
	background: #fab9c7;
}

table.lineup_1 td figure {

	background: #fff;

	padding: 15px;
}

table.lineup_1 td figure img {
	width: 100%;
	display: block;
	border: solid 1px #ccc;
}

table.lineup_1 td figcaption {
	text-align: center;
	font-size: 28px;
	line-height: 1;
	margin-top: 10px;
}

/*---------*/

table.lineup_2 {
	border-bottom: solid 1px #0159af;
	margin-top: 40px;
	width: 100%;
}

table.lineup_2:nth-of-type(2) {
	margin-top: 60px;
}

table.lineup_2 tr {
	border-top: solid 1px #0159af;
	border-left: solid 1px #0159af;
}

table.lineup_2 th {
	width: 20%;
	border-right: solid 1px #0159af;
	font-size: 21px;
	padding: 15px 0;
	color: #0159af;
	background: #a3ceec;
}

table.lineup_2 td {
	padding: 16px;
	border-right: solid 1px #0159af;
	font-size: 21px;
	text-align: center;
	color: #0159af;
}

.table_catch {
	font-size: 21px;
	color: #0159af;
	margin-top: 10px;
}

/*---------*/

section.orginal_make {
	padding: 90px 0;
	position: relative;
	z-index: 2;
	background-image: url(../img/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	background-size: cover;
}

section.orginal_make::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	background: rgba(1, 89, 175, 0.9);
	width: 100%;
	height: 100%;
}

section.orginal_make h2 {
	background: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #0159af;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.orginal_make dl {
	display: flex;
	margin: 60px 0 0;
}

section.orginal_make dl + dl {
	margin: 60px 0 60px;
}

.ori_box {
	width: 70%;
	background: #fff;
	border-radius: 50px;
	padding: 40px 50px;
}

.ori_box h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 900;
	color: #0159af;
}

.ori_box p {
	font-size: 18px;
	color: #0159af;
	padding-left: 1em;
	text-indent: -1em;
}

section.orginal_make dl:nth-of-type(2) .ori_box p {
	padding-left: 0em;
	text-indent: 0em;
}

.ori_img {
	width: 30%;
}

.ori_img figure {
	width: 100%;
	position: relative;
	height: 100%;
}

.ori_img img {
	width: 120%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.orginal_make dl:nth-of-type(2) .ori_img img {
	width: 90%;
	display: block;
}


.original_sample {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 90px auto 0;
}

.original_sample li {
	width: 30%;
}

.original_sample > li > figure {
	background: #fff;
	padding: 20px;
}

.original_sample > li > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: solid 1px #ccc;
}

.original_sample li dl {
	display: flex;
	margin: 10px 0 0;
	justify-content: space-between;
}

.original_sample li dt {
	width: 100%;
}

.original_sample li:nth-of-type(3) dt {
	width: 67%;
}

.original_sample li dt h4 {
	color: #fff;
	font-size: 18px;
}

.original_sample li dt p {
	color: #fff;
	font-size: 14px;
	text-align: justify;
}

.original_sample li dd {
	width: 30%;
}

.original_sample li dd figure {
	width: 100%;
}

.original_sample li dd figure img {
	width: 100%;
	display: block;
}



/*-----折り絵合わせとは？-----ここまで-----*/


/*-----使い方・面白さ----------*/

section.greeting {
	padding: 90px 0;
	overflow: hidden;
}

section.greeting h2.top {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

.what_tatamin_u {
	position: relative;
}

.what_tatamin_u::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 2400px;
	height: 500px;
	background-color: #00b1e5;
	border-radius: 1200px / 250px;
}

.what_tatamin_u dl {
	display: flex;
	justify-content: space-around;
	margin-top: 120px;
}

.what_tatamin_u dt {
	width: 48%;
}

.what_tatamin_u dt h2 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.what_tatamin_u dt h2 figure {
	width: 100%;
	max-width: 420px;
}

.what_tatamin_u dt h2 figure img {
	width: 100%;
	display: block;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, .2));
}

.what_tatamin_u dt h2 p {
	color: #fff;
	font-size: 40px;
	padding-top: 20px;
	margin-left: 20px;
}

.what_tatamin_u dt h3 {
	font-size: 28px;
}

.what_tatamin_u dt p {
	font-size: 24px;
	color: #fff;
}

.what_tatamin_u dd {
	width: 34%;
}

.what_tatamin_u dd figure {
	width: 90%;
	margin: 0 auto;
	filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .3));
}

.what_tatamin_u dd figure img {
	width: 100%;
	display: block;
}

/*-----------*/

section.point {
	padding: 60px 0;
	overflow: hidden;
}

section.point h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

section.point ul.rank_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.point ul.rank_t {
	margin-top: 80px;
}

section.point ul.rank_t:nth-of-type(3) .pt_image {
	height: 300px;
}

section.point ul.rank_t:nth-of-type(3) .pt_image figure:nth-of-type(1) {position: absolute;top: 0;left: 0;width: 60%;transform: rotate(-5deg);}

section.point ul.rank_t:nth-of-type(3) .pt_image figure:nth-of-type(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	transform: rotate(5deg);
}

section.point ul.rank_t li {
	width: 48%;
}

.pt_message {}

.pt_message h3 {}

.pt_message h3 figure {}

.pt_message h3 figure img {
	display: block;
	height: 70%;
	width: 70%;
}

.pt_message p {
	font-size: 18px;
	text-align: justify;
	color: #013e9d;
}

.pt_image {

	position: relative;
}

.pt_image figure {
	/* position: relative; */
	width: 70%;
	padding: 20px;
	background: #fff;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
	margin: auto;
}

.pt_image::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 400px;
	height: 400px;
	background-color: #00b1e5;
	border-radius: 220px;
}

.pt_image figure img {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	position: relative;
}

.pt_image_1 {
	position: relative;
}

.pt_image_1::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 440px;
	height: 440px;
	background-color: #00b1e5;
	border-radius: 220px;
}

.pt_image_1 dl {
	display: flex;
	flex-wrap: wrap;
}

.pt_image_1 dt {
	width: 100%;
}

.pt_image_1 dt figure {
	/* position: relative; */
	width: 60%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
}

.pt_image_1 dt figcaption {
	color: #013e9d;
	font-size: 21px;
	text-align: center;
}

.pt_image_1 dt figure img {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
}

.pt_image_1 dd {}

.pt_image_1 dd ul.rank_l {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}

.pt_image_1 dd ul.rank_l li {
	width: 27%;
}


.pt_image_1 dd ul.rank_l li figure {
	/* position: relative; */
	width: 100%;
	padding: 10px;
	background: #fff;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
}

.pt_image_1 dd ul.rank_l li figcaption {
	color: #013e9d;
	font-size: 16px;
	text-align: center;
}

.pt_image_1 dd ul.rank_l li figure img {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
}


.pt_image_2 {
	position: relative;
}

.pt_image_2::after {
	content: "";
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 440px;
	height: 440px;
	background-color: #00b1e5;
	border-radius: 220px;
}

.pt_image_2 dl {
	display: flex;
	flex-wrap: wrap;
}

.pt_image_2 dt {
	width: 100%;
}

.pt_image_2 dt figure {
	position: relative;
	width: 40%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
}

.pt_image_2 dt figcaption {
	color: #013e9d;
	font-size: 21px;
	text-align: center;
}

.pt_image_2 dt figure img {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
}

.pt_image_2 dd {

	width: 100%;
}

.pt_image_2 dd ul.rank_l {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}

.pt_image_2 dd ul.rank_l li {
	width: 40%;
}


.pt_image_2 dd ul.rank_l li figure {
	/* position: relative; */
	width: 100%;
	padding: 10px;
	background: #fff;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .2));
}

.pt_image_2 dd ul.rank_l li figcaption {
	color: #013e9d;
	font-size: 18px;
	text-align: center;
}

.pt_image_2 dd ul.rank_l li figure img {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
}

/*----------------*/

section.profile {
	padding: 90px 0;
	position: relative;
	z-index: 2;
	background-image: url(../img/top_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow-x: hidden;
}

.profile_wrap {
	background: #fff;
	border-radius: 50px;
	padding: 60px;
	filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .3));
}

ul.profile_developer_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

ul.profile_developer_area li {}

ul.profile_developer_area li figure {}

ul.profile_developer_area li figure img {
	display: block;
	width: 100%;
}

ul.profile_developer_area li:nth-of-type(1) {
	width: 20%;
}

ul.profile_developer_area li:nth-of-type(2) {
	width: 75%;
}

section.profile h3 {
	font-size: 36px;
	border-bottom: solid 3px #ed7119;
	color: #ed7119;
}

section.profile h4 {
	font-size: 28px;
	margin: 21px 21px 0 21px;
}

section.profile h3:nth-of-type(2) {
	margin-top: 30px;
}

.profile_catch_area p {
	margin: 1em;
	font-size: 28px;
	text-align: justify;
}

.profile_main_area p {
	margin: 0em 1em 1em 1em;
	font-size: 21px;
	text-align: justify;
}

ul.profile_catch_area {
	display: flex;
	justify-content: space-between;
}

ul.profile_catch_area li {}

ul.profile_catch_area li:nth-of-type(1) {
	width: 75%;
}

ul.profile_catch_area li:nth-of-type(2) {
	width: 26%;
}

ul.profile_catch_area li figure {
	position: relative;
}

ul.profile_catch_area li figure img {
	display: block;
	width: 140%;
	position: absolute;
	top: -60px;
}

/*-----使い方・面白さ-----ここまで-----*/


/*----- Q & A -----*/

section.q_and_a {
	padding: 90px 0 30px;
}

section.q_and_a h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

section.q_and_a dl {
	border: solid 2px #0159af;
	border-radius: 30px;
}

section.q_and_a dl + dl {
	margin-top: 30px;
}

section.q_and_a dt {}

section.q_and_a dt p {
	font-size: 21px;
	background: #0159af;
	color: #fff;
	padding: 10px 30px;
	border-radius: 24px;
	display: flex;
	align-items: center;
}

section.q_and_a dl:nth-of-type(1) dt p::before {
	content: "Q01";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(2) dt p::before {
	content: "Q02";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(3) dt p::before {
	content: "Q03";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(4) dt p::before {
	content: "Q04";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(5) dt p::before {
	content: "Q05";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(6) dt p::before {
	content: "Q06";
	color: #fff;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dd {
	padding: 30px;
}

section.q_and_a dd p {
	font-size: 21px;
	display: flex;
}

section.q_and_a dl:nth-of-type(1) dd p::before {
	content: "A01";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(2) dd p::before {
	content: "A02";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(3) dd p::before {
	content: "A03";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(4) dd p::before {
	content: "A04";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(5) dd p::before {
	content: "A05";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}

section.q_and_a dl:nth-of-type(6) dd p::before {
	content: "A06";
	color: #f67490;
	font-size: 32px;
	margin-right: 20px;
}


/*----------プライバシーエリア----------*/

section.privacy {
	width: 100%;
	margin: 0;
	padding: 90px 0 0;
}

section.privacy h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

section.privacy .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.pri_top_txt {
	text-align: justify;
	font-size: 21px;
	color: #0159af;
}

.pri_u_unit {
	margin-top: 40px;
}

.pri_u_unit h4 {
	color: #0159af;
	letter-spacing: 0.05em;
	font-size: 21px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.pri_u_unit p {
	text-align: justify;
	padding-left: 29px;
}

.pri_u_unit p.down {
	padding-left: 1em;
	text-indent: -1em;
}

.pri_u_unit a {
	width: 250px;
	background: #046349;
	padding: 8px 20px;
	font-size: 18px;
	display: block;
	border-radius: 3px;
	margin: 80px auto 0px;
	box-shadow: 0 2px 6px #666;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.pri_u_unit ul {
	padding-left: 2.3em;
	margin-top: 12px;
}

.pri_u_unit ul li {}

.pri_text_area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
	background: #fff;
}


/*----------プライバシーエリア----------ここまで----------*/


/*----------サイトマップ----------*/

section.sitemap {
	width: 100%;
	margin: 0;
	padding: 90px 0 0;
}

section.sitemap h2 {
	background: #0159af;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}

section.sitemap .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.sitemap_txt {
	text-align: justify;
	font-size: 21px;
	color: #0159af;
}

.sitemap_unit {
	margin-top: 40px;
}

.sitemap_unit h4 {
	color: #0159af;
	letter-spacing: 0.05em;
	font-size: 24px;
	display: flex;
	align-items: center;
	font-weight: bold;
	border-bottom: solid 1px #0159af;
}

.sitemap_unit p {
	text-align: justify;
	padding-left: 24px;
	font-size: 18px;
	margin-top: 6px;
}

.sitemap_unit p.down {
	padding-left: 1em;
	text-indent: -1em;
}

.sitemap_unit a {
	/* width: 250px; */
	/* background: #0159af; */
	/* padding: 8px 20px; */
	/* font-size: 18px; */
	display: block;
	/* border-radius: 3px; */
	/* margin: 80px auto 0px; */
	/* box-shadow: 0 2px 6px #222; */
	/* text-align: center; */
	/* color: #fff; */
	/* letter-spacing: 0.1em; */
	/* font-weight: bold; */
}

.sitemap_unit ul {
	padding-left: 2.3em;
	margin-top: 12px;
}

.sitemap_unit ul li {}

.sitemap_text_area {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0 0;
	background: #fff;
}


/*----------サイトマップ----------ここまで----------*/



/*-----SPメニュー用-----*/

#smt_menu_wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
}

#smt_menu_wrapper ul {
	background: rgba(255, 255, 255, 0.9);
	margin: 0 auto 0 0;
	padding: 0;
	width: 50%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	/* flex-direction: column; */
	justify-content: center;
}

#smt_menu_wrapper ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

#smt_menu_wrapper ul li.red a {
	color: #ffffff;
}

.cta_bg {
	width: 252px;
	height: 49px;
	text-align: center;
	line-height: 29px;
	margin: 5px 0 0 0;
	display: block;
	transition: all 0.5s ease;
}

.cta_bg:hover {
	color: #f5f5f5;
}

/* 最後はラインを描かない */
#smt_menu_wrapper ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#smt_menu_wrapper ul li a {
	display: block;
	color: #013e9d;
	padding: 14px 0;
	background: none;
	font-size: 21px;
}

/* このクラスを、jQueryで付与・削除する */
#smt_menu_wrapper.active {
	transform: translateY(0%);
}

/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}

.pc_none {
	display: block;
}

.navToggle {
	display: block;
	position: relative;
	/* right: 16px; */
	width: 42px;
	height: 39px;
	cursor: pointer;
	z-index: 10015;
	text-align: center;
	background: #013e9d;
	border-radius: 2px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-top: solid 3px #fff;
	transition: .3s;
	left: 6px;
}

/*-----SPメニュー用-----*/


.breadcrums-wrap {
	width: 100%;
	/*background: #222;*/
	border-bottom: solid 1px #00b1e5;
}

ul.breadcrums {
	display: flex;
	margin: 0px auto 0;
	width: 100%;
	max-width: 1200px;
	padding: 8px 30px;
	/* border-bottom: solid 1px #ddd; */
}

ul.breadcrums li {
	margin: 0 12px 0 0;
	font-size: 14px;
	color: #0159af;
}

ul.breadcrums li a {
	color: #0159af;
	font-weight: bold;
	font-size: 14px;
}

ul.breadcrums li a:hover {
	border-bottom: solid 1px #0159af;
}


.banner {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 10000;
  filter: drop-shadow(1px 3px 6px rgba(0,0,0,.3));
  transition: 0.2s;
}

.banner:hover {
  transform: translate(-2px, -6px);
  filter: drop-shadow(2px 6px 12px rgba(0,0,0,.6));
}

.banner figure {
  max-width: 200px;
}

.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}