@charset "UTF-8";

/*色の設定
-----------------------------------------*/
:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

/*Google検索窓調整用
-----------------------------------------*/
.pc-link .gsib_a{
	line-height: initial;
}

/*つくろー一覧
-----------------------------------------*/
.tsukuro .page-title
{
	padding-top: 0;
	height: auto;
}

.tsukuro h1
{
	font-size: 32px;
}

.tsukuro hgroup p
{
	font-size: 18px;
	padding-top: 15px;
}

.tsukuro article
{
	width: 792px;
	margin: 50px auto;
}

.tsukuro .years
{
	margin-top: 30px;
}

.tsukuro h2
{
	color: var(--bluefont);
	font-size: 14px;
}

.tsukuro h2 span
{
	font-size: 24px;
	font-family: 'en';
	padding-right: 5px;
}

.tsukuro .years ul
{
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 35px
}

.tsukuro .years ul li
{
	margin-right: 15px;
	position: relative;
	display: block;
	height: 40px;
	background: var(--bluelight);
	color: #fff;
	font-size: 18px;
	font-family: 'en';
	text-align: center;
	line-height: 40px;
	padding-left: 33px;
	padding-right: 23px;
}

.tsukuro .years ul li.all
{
	padding-left: 20px;
}

.tsukuro .years ul li.active,
.tsukuro .years ul li:hover
{
	background: var(--bluedeep);
}

.tsukuro .years ul li span
{
	font-size: 14px;
}

.tsukuro .years ul li::before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 40px;
	width: 10px;
	background: #fff;
}

.tsukuro .years ul li.all.active:before
{
	background: var(--bluedeep);
}

.tsukuro .years ul li::after
{
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 40px;
	width: 10px;
	background: var(--bluelight);
}

.tsukuro .years ul li.active::after,
.tsukuro .years ul li:hover::after
{
	background: var(--bluedeep);
}

.tsukuro .item-area
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.tsukuro .item-area .item
{
	width: 48%;
	margin-bottom: 30px;
	border: 8px solid var(--bluedeep);
	display: none;
}

.tsukuro .item-area .item.active
{
	display: block;
}

@media (max-width: 769px)
{
	.tsukuro h1
	{
		font-size: 24px;
	}

	.tsukuro hgroup p
	{
		font-size: 16px;
		padding-top: 8px;
	}

	.tsukuro article
	{
		width: 96%;
		margin: 25px auto;
	}

	.tsukuro .years
	{
		margin-top: 20px;
	}

	.tsukuro .years ul
	{
		margin: 15px 0 15px;
	}

	.tsukuro .years ul li
	{
		margin-bottom: 10px;
		margin-right: 10px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		padding-left: 23px;
		padding-right: 13px;
	}

	.tsukuro .years ul li::before,
	.tsukuro .years ul li::after
	{
		height: 35px;
	}

	.tsukuro .item-area .item
	{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
		border: 4px solid var(--bluedeep)
	}

	.tsukuro .item-area .item:nth-child(3n)
	{
		margin-right: 4%;
	}

	.tsukuro .item-area .item:nth-child(2n)
	{
		margin-right: 0;
	}
}


/*つくろー個別ページ
-----------------------------------------*/
/*他のつくろーを見る*/
details summary
{
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: var(--bluefont);
	font-size: 14px;
	letter-spacing: 0.25em;
}

details summary::-webkit-details-marker,
details summary::marker
{
	display: none;
	content: '';
}

details summary:before
{
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	width: 30%;
	height: 1px;
	background: var(--bluedeep);
}

details summary:after
{
	position: absolute;
	content: '';
	right: 0;
	top: 15px;
	width: 30%;
	height: 1px;
	background: var(--bluedeep);
}

details summary img
{
	width: 18px;
	margin-bottom: 7px;
	margin-left: 5px;
	transition: all 0.3s 0s ease
}

details[open] summary img
{
	transform: rotate(180deg);
}

.tsukuro2 .list
{
	background: var(--bluelight);
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.tsukuro2 .tsukuro
{
	width: 792px;
	margin: 20px auto;
}

.tsukuro2 .tsukuro .years
{
	margin-top: 0;
}

.tsukuro2 .tsukuro h2
{
	color: #fff;
}

.tsukuro2 .tsukuro .years ul li,
.tsukuro2 .tsukuro .years ul li::after,
.tsukuro2 .tsukuro .years ul li.all:before
{
	background: #fff;
	color: var(--bluefont);
}

.tsukuro2 .tsukuro .years ul li::before
{
	background: var(--bluelight)
}

.tsukuro .years ul li.active,
.tsukuro .years ul li:hover
{
	background: var(--bluedeep);
	color: #fff;
}

.tsukuro .years ul li.all.active:before,
.tsukuro .years ul li.active::after,
.tsukuro .years ul li:hover::after
{
	background: var(--bluedeep);
}

/*YouTube*/
.tsukuro2 .mainvideo
{
	border: 10px solid var(--bluedeep);
	max-width: 100%;
	/*幅前回設定
	max-width: 984px;*/
	min-width: 860px;
	text-align: center;
	margin-bottom: 50px;
}

.tsukuro2 .mainvideo .movie
{
	position: relative;
	width: 100%;
	height: 100%;
}

.tsukuro2 .mainvideo .movie::after
{

	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/contents-tsukuro/video-play-button.png");
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
	left: 0;
	top: 0;
}

.tsukuro2 .mainvideo .movie img
{
	left: 0;
	top: 0;
}

.tsukuro2 .mainvideo .movie iframe
{
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/*作り方*/
.tsukuro2 .section_header
{
	width: 800px;
	margin: 40px auto;
}

.tsukuro2 .section_header h1
{
	font-size: 32px;
}

.tsukuro2 .section_header p
{
	font-size: 18px;
	padding-top: 15px;
}

.tsukuro2 h2
{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: var(--bluedeep);
	font-size: 20px;
	color: #fff;
	padding-left: 1em;
	margin-bottom: 30px;
}

.tsukuro2 .list_contents{
	margin-top: 2.5em;
}

.tsukuro2 .list_contents .title{
	font-size: 16px;
    color: #595757;
    font-weight: bold;
    margin-bottom: 0;
}

.tsukuro2 .list_contents p{
	font-size: 16px;
    color: #595757;
    line-height: 2em;
}

.tsukuro2 .flow
{
	padding-bottom: 30px;
	width: 800px;
	margin: 0 auto;
}

.tsukuro2 .flex
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.tsukuro2 .flex .left
{
	width: 40%;
}

.tsukuro2 .flex .right
{
	width: 55%;
}

.tsukuro2 .flex .right h3
{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: var(--bluefont);
	padding-top: 2px;
	margin-bottom: 1em;
}

.tsukuro2 .flex .right h3 span
{
	font-size: 26px;
	font-weight: normal;
	font-family: 'en';
}

.tsukuro2 .flex .right h3 .right_ttl{
	font-size: 20px;
	font-weight: bold;
	padding-left: 1em;
	padding-top: 1px;
}

.tsukuro2 .print
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 70px;
	background: var(--bluedeep);
	color: #fff;
	text-align: center;
	margin: 0 auto 80px;
	border-radius: 10px;
	letter-spacing: 0.25em;
}

.tsukuro2 .print img
{
	width: 20px;
	margin-right: 10px;
}

@media (max-width: 769px)
{

	/*ほかの*/
	details summary::before,
	details summary::after
	{
		width: 10%;
	}

	details summary img
	{
		width: 16px;
		margin-bottom: 5px;
	}

	.tsukuro2 .tsukuro
	{
		width: 100%;
		padding: 0 5%
	}

	.tsukuro2 .list
	{
		padding-top: 15px;
	}

	/*YouTube*/
	.tsukuro2 .mainvideo
	{
		min-width: 95%;
		margin-bottom: 25px;
	}

	/*作り方*/
	.tsukuro2 .section_header,
	.tsukuro2 .flow
	{
		width: 95%;
	}

	.tsukuro2 .section_header
	{
		margin: 20px auto;
	}

	.tsukuro2 .section_header h1
	{
		font-size: 26px;
	}

	.tsukuro2 .section_header p
	{
		font-size: 16px;
		padding-top: 7px;
	}

	.tsukuro2 h2
	{
		font-size: 15px;
		margin-bottom: 15px;
		height: 32px;
		line-height: 32px;
	}

	.tsukuro2 .flow
	{
		padding-bottom: 15px;
	}

	.tsukuro2 .flex
	{
		margin-bottom: 20px;
	}

	.tsukuro2 .flex .left
	{
		width: 100%;
	}

	.tsukuro2 .flex .right
	{
		width: 100%;
		margin-top: 15px;
	}

	.tsukuro2 .flex .right h3
	{
		font-size: 18px;
		padding-bottom: 0.5em;
	}

	.tsukuro2 .flex .right h3 span
	{
		font-size: 24px;
	}

	.tsukuro2 .flex .right p
	{
		font-size: 14px;
	}

	.tsukuro2 .print
	{
		margin: 0 auto 40px
	}
}

/* モーダルウィンドウ
----------------------------*/
.none
{
	display: none;
}

.modal
{
	font-size: 13px;
	letter-spacing: 0;
	color: var(--bluefont);
}

.modal span
{
	margin-right: 20px;
}

.modal span img
{
	width: 15px;
	margin-bottom: 10px;
	margin-right: 3px;
}

.modaal-inner-wrapper
{
	width: 756px;
}

.modaal-container
{
	box-shadow: none !important;
	background: #fff;
}

.modaal-close:after,
.modaal-close:before
{
	background: var(--bluedeep) !important;
}

.tearcher_area
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed var(--bluedeep);
}

.tearcher_area .left
{
	width: 25%;
}

.tearcher_area .right
{
	width: 70%;
}

.tearcher_area dl:first-child
{
	margin-bottom: 20px;
}

.tearcher_area dt
{
	font-family: 'en';
	font-size: 17px;
	color: var(--bluefont);
	padding-bottom: 15px;
}

.tearcher_area dd
{
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: #999;
}

@media (max-width: 769px)
{
	.modal span
	{
		display: flex;
		align-items: center;
		margin-right: 0;
	}

	.modal span img
	{
		margin-bottom: 3px;
	}

	.tearcher_area .left
	{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.tearcher_area .left img
	{
		width: 180px;
	}

	.tearcher_area .right
	{
		width: 100%;
	}
}