/* tamashii
-------------------------------------------------------------- */

.logo-tamashii {
	display: table;
	margin: 0 auto 80px auto;
}
.logo-tamashii img {
    width: 100%;
}
dl.time {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
dl.time dt {
    color: white;
    border-radius: 5px;
    padding: 0.3em 0.5em;
    background: #444;
    margin-right: 10px;
    line-height: 1;
    font-size: 14px;
}
dl.time dd {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}
.entry-title-wrap {
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    padding: 1em 1.5em;
    margin-bottom: 30px;
}
.entry-title-wrap .entry-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.entry-content {
    width: 95%;
    margin: 0 auto 40px auto;
    word-wrap: break-word;
}
.information {
    background: #58d1ca;
    padding: 1em;
    margin: 20px auto;
}
.information h3 {
    color: white;
    font-size: 18px;
}
.info-wrapper {
    width: 100%;
    margin: 0 auto;
}
.info-wrapper ul {
    display: table;
    margin: 0 auto;
}
.entry-content p {
    text-align: justify;
}
.archive-select-wrapper {
    width: 1300px;
    margin: 0 auto;
}
.archive-midashi {
    background: rgba(68,68,68,0.3);
    padding: 1em;
    width: 100%;
    margin: 50px auto 20px auto;
}
.archive-midashi h4 {
	font-size: 18px;
}
.archive-select {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.archive-select::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #777;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.archive-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 200px;
    height: 40px;
    padding: 5px 50px 5px 15px;
    border: 3px solid #adadad;
    background-color: #fff;
    color: #555;
    cursor: pointer;
	font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.archive-select option {
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
img.com-thum {
	max-width: 1000px;
	display: table;
	margin: 1em auto 1em auto;
}
.popup {
	display: none;
}
.enlarge {
    width: 285px;
    margin: 10px 10px 50px 0;
    display: inline-block;
}
.enlarge:last-of-type {
    margin: 0 0 50px 0;
}
img.en-small {
    width: 100%;
}
img.en-big {
    width: 100%;
}
.enlarge-text {
	position: relative;
	display: flex;
	align-items: center;
    margin: 0 0 1em 0;
}
.enlarge-text:before {
	content: "";
	width: 26px;
	height: 26px;
	display: inline;
	background: url('images/icon_enlarge.png') no-repeat;
	margin-right: 2px;
}
.com-link {
    margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
a.inline:hover {
    opacity: 0.7;
}
.com-info, .com-link {
    width: 95%;
}
.com-info {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-embed iframe {
    margin: 1em auto 0 auto;
    display: table;
}
.wp-block-embed__wrapper {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
	width: 70%;
	margin: 1em auto 100px auto;
}
body.archive .logo-tamashii {
    width: calc(520px / 1.5);
    margin: 0 auto 30px auto;
}
.archive-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0.5em 1em;
    text-align: center;
    background: #e7e7e7;
    margin-bottom: 50px;
}
body.archive article {
    margin-bottom: 100px;
}


#frame{
	width: 1000px;
	height:562.5px;
	margin: 0 150px;
}
#uliza{
	width: 1000px;
	height:562.5px;
	margin: 0 150px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	#frame{
	  width: 100%;
	  height:calc((95vw/16)*9);
	  margin:0 0;
	}
	#uliza{
	  width: 100%;
	  height:calc((95vw/16)*9);
	  margin:0 0;
	}
}

@media screen and (max-width: 42em) {
	.logo-tamashii {
		width: 70%;
		margin: 0 auto 30px auto;
	}	
	.entry-title-wrap {
		padding: 0.5em 1em;
		margin-bottom: 20px;
	}
	.entry-title-wrap .entry-title {
		font-size: 16px;
	}
	.entry-content p {
		font-size: 14px;
	}	
	img.com-thum {
		width: 100%;
		margin: 1em 10px 0 0;
	}	
	.enlarge {
		width: 48.5%;
		margin: 0 10px 10px 0;
	}
	.enlarge:fist-of-type {
		margin: 0 10px 10px 0;
	}
	.enlarge:nth-of-type(2) {
		margin: 0 0 10px 0;
	}
	.enlarge:nth-of-type(3) {
		margin: 0 10px 0 0;
	}
	.enlarge:last-of-type {
		margin: 0 0 0 0;
	}	
	img.com-thum {
		width: 45%;
	}	
	.com-link {
		margin-bottom: 30px;
	}
	.entry-content img.com-thum {
		width: 100%;
	}	
	.entry-content img.com-thum {
		width: 100%;
		margin: 0 auto 1em auto;
	}	
	.wp-block-embed__wrapper {
		width: 100%;
	}	
	.video-wrapper {
		width: 100%;
		margin: 0 auto 50px auto;
	}
	body.archive article {
		margin-bottom: 50px;
	}	
	.archive-select-wrapper {
		width: 94%;
	}	
}