/*
 Theme Name:   MIKI_NO_MURA-KID
 Theme URI:    https://wordpress.org/themes/twentyseventeen/
 Description:  Twenty Seventeen Child Theme
 Author:       Hiroshi Pineappleman
 Author URI:   http://pineapple-man.com/
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/
.wrap {
	max-width: none;
}
.sns a {
	display: inline-block;
	vertical-align: top;
}
.sns {
	text-align: center;
	margin-top: 10px;
}
.sns a:hover,
.sns a:focus {
	opacity: 0.6;
}
.sns a i {
	font-size: 27px;
	margin: 10px;
	color: #c0a135;
}
.kesiki {
	width: 100%;
	bottom: 40px;
	left: 0;
	position: absolute;
	opacity: 0.5;
}
.bio-graph h4 {
	font-size: 26px;
}
#tabs {
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
}
.cushion {
	margin: 50px 0;
}
.cushion hr {
	margin-top: 24px !important;
	margin-bottom: 50px !important;
}
.prof,
.prof2,
.lister {
	list-style-type: none;
}
.prof li {
	display: inline-block;
	float: none !important;
	vertical-align: top;
	max-width: 47%;
	margin-right: 30px !important;
}
.prof2 li {
	display: inline-block;
	float: none !important;
	vertical-align: top;
	max-width: 55%;
	margin-right: 30px !important;
}
.prof li:last-of-type,
.prof2 li:last-of-type {
	margin-right: 0px !important;	
}
#tabs_container {
	display: block;
	padding: 0 !important;
}
#tab-cast,
#tab-crew {
	top: 0px !Important;
	margin-right: 0px !important;
	width: 100%;
}
.prof,
.prof2 {
	width: 100%;
}
.head-shot {
	position: relative;
	padding-top: 49%;
	overflow: hidden;
	width: 49%;
}
.trimmer {
	width: 38%;
}
.trimmer img {
	width: 100%;
}
.head-shot img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    object-fit: cover;
	max-width: none !important;
}
.lister li a {
	color: black !important;
	background: transparent;
}
.lister li {
	background-color: transparent;
	margin-right: 0 !important;
	border: solid 1px black;
}
.tabulous_active {
	background-color: #ffd633 !important;
}
.lister li:first-of-type {
	border-right: none !important;
}
.lister li:last-of-type {
	border-left: none !important;
}
.haijo {
	color: black !important;
	background: transparent;
	display: inline-block !important;
	padding: 2px !important;
	border-bottom: dashed 1px #ff6600;
}
.haijo:hover,
.lister ii:focus,
.haijo:focus,
.lister li:hover {
	opacity: 0.6;
	cursor: pointer;
}
.haijo {
	margin-top: 20px;
}
.muzan {
	display: block;
    width: 50%;
    margin-left: 35%;
	margin-right: 15%;
    margin-top: 40px;
}
.aspect {
	position: relative;
	width: 18%;
	margin: 0 5px;
	display: inline-block;
	padding-top: 18%;
	overflow: hidden;
}
.aspect img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: none;
	height: 100%;
	object-fit: cover;
}
.entry-content a img, .widget a img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.adtise2 {
    width: 80%;
	height: auto;
	display: block;
	margin: 0 10%;
	text-align: center;
	padding-bottom: 20px;
}
.adtise2 li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	max-width: 350px;
	margin: 0 5px;
}
#advertisement h4 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
ins {
	background-color: transparent !important;
}
.adver {
	width: 44%;
	display: inline-block;
	margin-bottom: 80px;
	vertical-align: top;
}
.adver:first-of-type {
	margin-right: 20px;
}
.soroeru h4 {
	font-size: 14px;
	margin-bottom: 30px;
}
.soroeru {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.teiichi p {
	display: block;
	height: 80px;
}
.follow a {
  color: #ffffff;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 190px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 52px;
  vertical-align: middle;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
.follow a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.nyan {
  font-size: 35px;
  position: relative;
  top: 5.5px;
  padding-right: 12px;
  color: white !important;
}
.follow a span {
  display: inline-block;
  position: relative;
  color: white !important;
}
.follow a:hover span,
.follow a:focus span,
.follow a:hover .nyan,
.follow a:focus .nyan {
  color: white !important;
}
.follow a:hover,
.follow a:focus {
  opacity: 0.6;
}
.follow {
	width: 100%;
	text-align: center;
}
.comments-area {
	display: none !important;
}
.abson,
.abson2 {
	position: relative;
	text-align: center;
	padding-top: 56.25%;
	width: 100%;
}
.ab-kakoi {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}
.ab-kakoi2 {
	width: 100%;
}
.abson iframe,
.abson2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.kasanen:hover,
.kasanen:focus,
.kasanen2:hover,
.kasanen2:focus {
	background-color: rgba(255,255,255,0.3);
}
.kasanen,
.kasanen2 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: transparent;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
.goyou {
	width: 600px;
	margin: 50px auto;
	border: solid 5px #ff9966;
	background-color: rgba(255,255,255,0.8);
	color: #ff9966;
	position: relative;
	font-size: 36px;
	line-height: 85px;
	height: 90px;
	text-align: center;
	font-weight: 800;
}
.goyou2 {
	width: 600px;
	margin: 15px auto;
	border: solid 5px #c0a135;
	background-color: rgba(255,255,255,0.8);
	color: #c0a135;
	position: relative;
	font-size: 36px;
	line-height: 85px;
	height: 90px;
	text-align: center;
	font-weight: 800;
}
.goyou:hover,
.goyou:focus,
.goyou2:hover,
.goyou2:focus {
	opacity: 0.6;
}
.betu img {
	width: 50px;
	margin: 0 5px;
}
.sitappa,
.menya {
	list-style-type: none;
}
.sitappa {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	width: 100%;
}
.pxlo {
	width: 90%;
}
.menya {
	width: 180px;
	margin: 0 auto !important;
}
.sitappa li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.menya li {
	display: block !important;
	text-align: left !important;
	line-height: 24px;
}
.menya li:last-child{
	padding-top: 8px;
}
.menya li a i {
	font-size: 18px;
	margin: 0 5px;
}
.sitappa li a:hover,
.sitappa li a:focus,
.menya li a:hover,
.menya li a:focus {
	opacity: 0.6;
}
.mida {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 328px;
}
.mise {
	top: 110px;
}
.kokuti {
	top: 120px;	
}
.doga {
	top: 80px;	
}
.hito {
	top: 0px;	
}
.arasu {
	top: 0px;
}
#instafeed {
	width: 90%;
	margin: 100px 5%;
	text-align: center;
}
.shirt {
	list-style-type: none;
	width: 75%;
	margin: 40px 12.5%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}
.shirt li {
	display: table-cell;
}
.shirt li img {
	width: 100%;
}
.single-featured-image-header {
	display: none;
}
.syuen {
	width: 75%;
	margin: 0 12.5%;
}
#cast-crew {
	text-align: center;
}
.junbi {
	font-size: 36px;
	line-height: 70px;
	font-weight: 800;
	text-align: center;
	width: 100%;
}
.navig nav ul li a i {
	display: inline-block;
	font-size: 25px;
	color: green;
	margin: 6px;
}
.link-more {
	display: none !important;
}
.p-title {
	padding-top: 0;
	font-size: 18px !important;
	height: 82px;
	margin-bottom: 0;
}
.teiichi {
	position: relative;
	width: 100%;
}
.p-date,
.pos-date {
	margin-bottom: 5px;
}
.pos-date,
.pos-title {
	display: inline-block;
	margin-right: 18px;
}
.pos-title {
	padding-top: 0;
}
.saisinwa li button {
	width: 80%;
	height: 40px;
	padding: 0;
	line-height: 37px;
	border-radius: 10px;
	font-size: 14px;
	margin: 0 auto;
	background-color: transparent;
	border: solid 3px #ff9966;
	color: #ff9966;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.saisinwa li button:hover {
	background-color: transparent;
	border: solid 3px #ff9966;	
	color: #ff9966;
	opacity: 0.6;
}
.p-title:hover,
.p-title:focus,
.saisinwa li img:hover,
.saisinwa li img:focus {
	opacity: 0.6;
}
.saisinwa li img {
	box-shadow: none;
}
.saisinwa {
	list-style-type: none;
	width: 100%;
	padding: 0 5%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px;
}
.saisinwa li {
	display: inline-block;
	width: 22% !important;
	text-align: center;
	vertical-align: top;
	margin: 0 10px;
	position: relative;
	padding-bottom: 60px;
	height: 100%;
}
.p-title,
.p-date,
.saisinwa li p {
	text-align: left;
}
.migiyori {
	margin-top: 25px;
	text-align: left;
	font-family: "Sawarabi Mincho";
	line-height: 28px;
	display: inline-block;
	max-width: 95%;
}
.panel-content .wrap {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.coming {
	position: absolute;
	top: 620px;
	left: 50%;
	transform: translate(-50%,50%)
}
.youtu {
	position: absolute;
	top: 620px;
	right: 18%;
	width: 180px;
	transform: translate(50%,-50%)
}
.youtu:hover,
.youtu:focus {
	opacity: 0.6;
}
.twit {
	width: 100%;
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.kuma {
	position: absolute;
	top: 115px;
    left: 50%;
	transform: translateX(130px);
	width: 100px;
	transition: all 2.5s ease-in-out;
	z-index: 10;
}
.kaver {
	position: absolute;
	top: 115px;
    left: 50%;
	transform: translateX(130px);
	width: 100px;
	z-index: 20;
	height: 96.47px;
}
.kaver:hover + .kuma,
.kaver:focus + .kuma {
	transform: translateX(-230px);
}
.osyaberi {
	display: block;
	position: absolute;
	top: 5px;
    left: 50%;
	transform: translateX(-570px);
	background-color: white;
	padding: 8px 10px;
	box-shadow: 0px 0px 1px 1px #808080;
	border-radius: 15px;
	opacity: 0;
	width: 150px;
}
.kaver:hover > .osyaberi,
.kaver:focus > .osyaberi {
	animation: mieru 3s linear 2.5s 1 normal;
}
@keyframes mieru {
	0% {
		opacity: 0;
	}
	45% {
		opacity: 1;
	}
	85% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.osyaberi:before {
	content: "";
	position: absolute;
	top: 19px;
    right: -9px;
	border-left: solid 10px white;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	z-index: 40;
}
.osyaberi:after {
	content: "";
	position: absolute;
	top: 18px;
    right: -10px;
	border-left: solid 11px #808080;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	z-index: 39;
}
.yuukou {
	font-size: 14px;
	width: 100%;
	text-align: center;
	display: block;
}
.hakosan {
	width: 100%;
	height: 500px;
	position: relative;
}
.hakosan2 {
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: relative;
}
.hakosan3 {
	width: 100%;
	padding: 50px 0;
	padding-top: 160px;
	position: relative;
}
.hakosan4 {
	width: 100%;
	padding: 80px 0;
	position: relative;
}
#movie {
	padding-top: 150px;
}
#cast-crew,
#movie,
#notice {
	background-color: #fff7e6;
}
#shop {
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2017/12/bckg-paper-brown.jpg");
	background-repeat: repeat;
}
#instagram {
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2018/01/mikinomura-money.jpg");
	background-size: cover;
	padding: 50px 0;
	background-position: center center;
}
#story {
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2018/01/miki-no-mura-2.jpg");
	background-size: cover;
	background-position: left top;
	padding-top: 65px;
    padding-right: 5%;
    padding-left: 5%;
	text-align: center;
}
#syoukyusi {
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2018/01/miki-no-mura-1.jpg");
	background-size: cover;
	background-position: center top;
}
#syoukyusi2 {
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2018/01/miki-nomura-cast.jpg");
	background-size: cover;
	background-position: center top;
}
.navig {
	width: 100%;
	position: relative;
	background-color: #e6d9b3;
}
.navig nav,
.navig nav ul {
	width: 100%;
}
.navig nav ul {
	list-style-type: none;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0 5%;
	margin-bottom: 0;
	height: 100px;
}
.navig nav ul li {
	display: table-cell;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.navig nav ul li a {
	font-family: 'Acme', sans-serif;
	border-left: solid 1px black;
	display: block;
	width: 100%;
}
.navig nav ul li:first-child a {
	border-left: none !important;    
}
.navig nav ul li:nth-child(6) a {
	border-right: solid 1px black !important;    
}
.betu {
	display: inline-block !important;
	width: auto !important;
	border-left: none !important;   
}
.navig nav ul li a:hover,
.navig nav ul li a:focus {
	opacity: 0.6;
}
.une2 {
	position: relative;
	width: 100%;
}
.uneune2 {
  width: 100%;
  background-color: transparent;
  height: 30px;
  margin: 0;
  position: absolute;
  z-index: 10;
  top: 0;
}
.uneune2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  height: 50px;
  background-size: 480px 240px;
  background-image: radial-gradient(circle at 360px -265px, rgba(230, 217, 179, 1) 312px, rgba(230, 217, 179, 0) 314px);
  width: 100%;
}
.uneune2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  height: 30px;
  background-size: 240px 240px;
  background-image: radial-gradient(circle at 120px 313px, rgba(230, 217, 179, 0) 312px, rgba(230, 217, 179, 1) 314px);
  width: 100%;
}
.une3 {
	position: relative;
	width: 100%;
}
.uneune3 {
  width: 100%;
  background-color: transparent;
  height: 30px;
  margin: 0;
  position: absolute;
  z-index: 10;
  top: 0;
}
.uneune3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  height: 50px;
  background-size: 480px 240px;
  background-image: radial-gradient(circle at 360px -265px, rgba(255, 247, 230, 1) 312px, rgba(255, 247, 230, 0) 314px);
  width: 100%;
}
.uneune3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  height: 30px;
  background-size: 240px 240px;
  background-image: radial-gradient(circle at 120px 313px, rgba(255, 247, 230, 0) 312px, rgba(255, 247, 230, 1) 314px);
  width: 100%;
}
.tuiteku {
	position: relative;
}
.gattai {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}
.une {
	position: relative;
	width: 100%;
	height: 60px;
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2017/12/bckg-paper-brown.jpg");
	background-repeat: repeat;
}
.unes {
	position: relative;
	width: 100%;
	height: 0px;
}
.uneune {
  width: 100%;
  background-color: transparent;
  height: 30px;
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.uneune:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat;
  height: 50px;
  background-size: 480px 240px;
  background-image: radial-gradient(circle at 120px 315px, rgba(230, 217, 179, 1) 313px, rgba(230, 217, 179, 0) 315px);
  width: 100%;
}
.uneune:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat;
  height: 30px;
  background-size: 240px 240px;
  background-image: radial-gradient(circle at 120px -283px, rgba(230, 217, 179, 0) 312px, rgba(230, 217, 179, 1) 314px);
  width: 100%;
}
.une4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: transparent;
}
.uneune4 {
  width: 100%;
  background-color: transparent;
  height: 30px;
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.uneune4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat;
  height: 50px;
  background-size: 480px 240px;
  background-image: radial-gradient(circle at 120px 315px, rgba(230, 217, 179, 1) 313px, rgba(230, 217, 179, 0) 315px);
  width: 100%;
}
.uneune4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat;
  height: 30px;
  background-size: 240px 240px;
  background-image: radial-gradient(circle at 120px -283px, rgba(230, 217, 179, 0) 312px, rgba(230, 217, 179, 1) 314px);
  width: 100%;
}
.site-header {
	width: 100%;
	height: 830px;
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2017/12/bckg-paper-brown.jpg");
	background-repeat: repeat;
}
.site-header2 {
	height: auto !important;
	background: none;
	position: relative;
}
.heddaa {
	position: relative;	
	width: 100%;
	height: 100%;
}
.heddaa2 {
	width: 100%;
	height: 400px;
	background-image: url("https://pxpres.com/miki-no-mura/wp-content/uploads/2018/01/miki-no-mura-1.jpg");
	background-size: cover;
	background-position: center top;
}
.posigime {
	position: absolute;
	width: 803.2px;
	height: 544.8px;
	top: 372px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.kakomi {
	position: relative;
	width: 100%;
	height: 100%;
}
.usalink,
.kitulink,
.haikei,
.kitune,
.tori,
.momonga,
.taitoru,
.usagi,
.kanban,
.fukidasi {
	position: absolute;
}
.fukidasi {
	transition: all 1s ease;
}
.fukidasi span {
	background-color: #fff7e6;
	border: solid 1px #000000;
	border-radius: 15px;
	position: relative;
	width: 150px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
}
.fukidasi span:before {
	content: "";
	position: absolute;
	left: 80px;
	bottom: -9px;
	border-top: solid 10px #fff7e6;
	border-right: solid 5px transparent;
	border-left: solid 5px transparent;
	z-index: 10;
}
.fukidasi span:after {
	content: "";
	position: absolute;
	left: 80px;
	bottom: -11px;
	border-top: solid 11px #000000;
	border-right: solid 5.5px transparent;
	border-left: solid 5.5px transparent;
	z-index: 8;
}
.haikei {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.kitune {
	top: 213px;
	right: 153px;
	width: 100.8px;
	z-index: 4;
	transition: all 1s ease;
}
.kitu {
	top: -60px;
	right: -20px;
	opacity: 0;
	z-index: 1;
}
.kitulink {
	top: 213px;
	right: 203px;
	width: 50px;
	height: 50px;
	z-index: 6;
}
.kitulink:hover + .kitune {
	transform: translateY(-15px);
}
.usalink:hover + .usagi {
	transform: translateY(-15px);
}
.momonga:hover {
	transform: translate(20px,20px);
}
.tori:hover {
	transform: rotate(30deg);
}
.kanban:hover {
	animation: burabura 5s linear 0s infinite normal;
}
@keyframes burabura {
	0% {
		transform: rotatex(0deg) skew(0deg) translate(0px,0px);
	}
	25% {
		transform: rotatex(-45deg) skew(-20deg) translate(-12px,-15px);
	}
	50% {
		transform: rotatex(0deg) skew(0deg) translate(0px,0px);
	}
	75% {
	    transform: rotatex(45deg) skew(20deg) translate(16px,-15px);
	}
	100% {
		transform: rotatex(0deg) skew(0deg) translate(0px,0px);
	}
}
.taitoru:hover {
	transform: scale3d(1.1,1.1,1.1);
}
.usalink {
	top: 358px;
	left: 98px;
	width: 38px;
	height: 63px;
	z-index: 6;
}
.taitoru {
	top: 187px;
	left: 94px;
	width: 596px;
	z-index: 5;
	transition: all 1s ease;
}
.tai {
	top: 167px;
	left: 94px;
	opacity: 0;
	z-index: 1;
}
.momonga {
	top: 170px;
	left: 330px;
	width: 72.8px;
	z-index: 6;
	transition: all 1s ease;
}
.momo {
	top: 135px;
	left: 305px;
	opacity: 0;
	z-index: 1;
}
.kanban {
	top: 494px;
	left: 273px;
	width: 227.2px;
	z-index: 6;
	transition: all 1s ease;
}
.kan {
	top: 434px;
	left: 273px;
	opacity: 0;
	z-index: 1;
}
.usagi {
	top: 358px;
	left: 75px;
	width: 62.4px;
	z-index: 2;
	transition: all 1s ease;
}
.usa {
	top: -80px;
	left: -90px;
	opacity: 0;
	z-index: 1;
}
.tori {
	top: 70px;
	left: 190px;
	width: 70.4px;
	z-index: 4;
	transition: all 1s ease;
}
.tor {
	top: 20px;
	left: 170px;
	opacity: 0;
	z-index: 1;
}
.momonga:hover + .momo,
.usalink:hover > .usa,
.kitulink:hover > .kitu,
.kanban:hover + .kan,
.taitoru:hover + .tai,
.tori:hover + .tor {
	opacity: 1 !important;
	z-index: 7;
}
.yokohaba {
	padding: 0 15%;
	padding-top: 100px;
}
.yokohaba2 {
	padding: 0 5%;
	padding-bottom: 80px;
	padding-top: 100px;
}
.site-footer {
	margin-top: 0px;
	position: relative;
	background-color: white;
}
.biggu {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #000000;
  text-shadow: none;
  text-align: left;
}
.sumolu {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}
.midolu {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  text-shadow: none;
  text-align: left;
}
.jiji {
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 25px;
}
.centery {
    text-align: center;
	width: 100%;
	font-size: 10px;
}
a:focus {
	outline: none;
}
.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.entry-header {
    display: none !important;
}
.resp,
.resp-over {
	display: none;
}
.close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	text-align: center;
	background-color: white;
}
.close i {
	font-size: 30px;
	display: block;
	margin: 10px 0;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.p-title {
		font-size: calc(14px + 0.3vw) !important;
	}
    .migiyori {
		font-size: calc(12px + 0.3vw);
	}
	.teiichi p {
		font-size: calc(10px + 0.3vw);
	}
}
@media screen and (max-width: 1100px) {
	.p-title {
		height: 102px;
	}
}
@media screen and (max-width: 950px) {
	.posigime {
		width: 602.4px;
		height: 408.6px;
		top: 279px;
	}
	.fukidasi span {
		width: 112.5px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 10px;
	}
	.taitoru {
		top: 140.25px;
		left: 70.5px;
		width: 447px;
	}
	.tai {
		top: 125.25px;
		left: 70.5px;
	}
	.kitulink {
		top: 159.75px;
		right: 152.25px;
		width: 37.5px;
		height: 37.5px;
	}
	.kitune {
		top: 159.75px;
		right: 114.75px;
		width: 75.6px;
	}
	.kitu {
		top: -45px;
		right: -15px;
	}
	.usalink {
		top: 268.5px;
		left: 73.5px;
		width: 28.5px;
		height: 47.25px;
	}
	.usagi {
		top: 268.5px;
		left: 56.25px;
		width: 46.8px;
	}
	.usa {
		top: -60px;
		left: -67.5px;
	}
	.kanban {
		top: 370.5px;
		left: 204.75px;
		width: 170.4px;
	}
	.kan {
		top: 325.5px;
		left: 204.75px;
	}
	.tori {
		top: 52.5px;
		left: 142.5px;
		width: 52.8px;
	}
	.tor {
		top: 15px;
		left: 127.5px;
	}
	.momonga {
		top: 127.5px;
		left: 247.5px;
		width: 54.6px;
	}
	.momo {
		top: 101.25px;
		left: 228.75px;
	}
	.youtu {
		top: 465px;
		width: 135px;
	}
	.coming {
		top: 465px;
		width: 459px;
	}
	.site-header {
		height: 622.5px;
	}
	.betu img {
		width: 35px;
	}
	.navig nav ul li a i {
		font-size: 20px;
	}
}
@media screen and (max-width: 850px) {
	.saisinwa li {
		width: 45% !important;
	}
	.p-title {
		height: 76px;
	}
	.teiichi p {
		height: 55px;
	}
	.saisinwa li button {
		width: 60%;
	}
	.menya li {
		font-size: calc(10px + 0.3vw);
	}
}
@media screen and (max-width: 800px) {
	.osyaberi {
		display: none;
	}
	.aspect {
		width: 23%;
		padding-top: 23%;
	}
}
@media screen and (max-width: 767px) {
	.custom-html-widget .adsbygoogle {
		max-width: 90% !important;
	}
}
@media screen and (max-width: 740px) {
	.navig nav ul li {
		display: none;
	}
	.une,
	.une2,
	.une4 {
		display: none;
	}
	.resp {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		background-color: #e6d9b3;
		font-family: 'Acme', sans-serif;
		z-index: 800;
		font-size: calc(18px + 0.4vw);
	}
	#secondary {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.resp-over ul li i {
		margin: 0 5px;
	}
	.resp-over {
		position: fixed;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		width: 100%;
		height: 100vh;
		background-color: rgba(255,255,50,0.6);
		display: block;
		overflow: hidden;
		z-index: 801;
		transition: all 0.5s ease-in-out;
		padding-top: 70px;
	}
	.go-down {
		transform: translateY(0%);
	}
	.resp-over ul,
	.resp-over ul li {
		list-style-type: none;
		width: 100%;
		text-align: center;
	}
	.navig nav ul {
		height: 60px;
	}
	.resp-over ul li {
		padding: 10px 0;
		font-family: 'Acme', sans-serif;
		font-size: 20px;
	}
	.resp-over ul li i {
		font-size: 30px;
	}
	.resp-over ul li .betu img {
		width: 80px;
	}
}
@media screen and (max-width: 650px) {
	.posigime {
		width: 401.6px;
		height: 272.4px;
		top: 186px;
	}
	.fukidasi span {
		width: 75px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		border-radius: 5px;
	}
	.taitoru {
		top: 93.5px;
		left: 47px;
		width: 298px;
	}
	.tai {
		top: 83.5px;
		left: 47px;
	}
	.kitulink {
		top: 106.5px;
		right: 101.5px;
		width: 25px;
		height: 25px;
	}
	.kitune {
		top: 106.5px;
		right: 76.5px;
		width: 50.4px;
	}
	.kitu {
		top: -30px;
		right: -10px;
	}
	.usalink {
		top: 179px;
		left: 49px;
		width: 19px;
		height: 31.5px;
	}
	.usagi {
		top: 179px;
		left: 37.5px;
		width: 31.2px;
	}
	.usa {
		top: -40px;
		left: -45px;
	}
	.kanban {
		top: 247px;
		left: 136.5px;
		width: 113.6px;
	}
	.kan {
		top: 217px;
		left: 136.5px;
	}
	.tori {
		top: 35px;
		left: 95px;
		width: 35.2px;
	}
	.tor {
		top: 10px;
		left: 85px;
	}
	.momonga {
		top: 85px;
		left: 165px;
		width: 36.4px;
	}
	.momo {
		top: 67.5px;
		left: 152.5px;
	}
	.youtu {
		top: 310px;
		width: 90px;
	}
	.coming {
		top: 310px;
		width: 306px;
	}
	.site-header {
		height: 415px;
	}
	.goyou,
	.goyou2 {
		width: 90%;
		font-size: calc(24px + 0.8vw);
	}
	.aspect {
		width: 30%;
		padding-top: 30%;
	}
}
@media screen and (max-width: 550px) {
	.twitter-timeline {
		width: 90% !important;
	}
}
@media screen and (max-width: 480px) {
	.aspect {
		width: 45%;
		padding-top: 45%;
	}
	.saisinwa li {
		width: 85% !important;
	}
	.saisinwa {
		text-align: center;
	}
	.kasanen2 {
		width: 100% !important;
	}
	.p-title {
		height: 68px;
	}
	.teiichi p {
		height: 42px;
	}
	.kaver,
	.kuma {
		transform: translateX(90px);
	}
	.kaver:hover + .kuma,
	.kaver:focus + .kuma {
		transform: translateX(-190px);
	}
}
@media screen and (max-width: 420px) {
	.posigime {
		width: 301.2px;
		height: 204.3px;
		top: 139.5px;
	}
	.fukidasi {
        display: none;
	}
	.taitoru {
		top: 70.125px;
		left: 35.25px;
		width: 223.5px;
	}
	.kitulink {
		top: 79.875px;
		right: 76.125px;
		width: 18.75px;
		height: 18.75px;
	}
	.kitune {
		top: 79.875px;
		right: 57.375px;
		width: 37.8px;
	}
	.usalink {
		top: 134.25px;
		left: 36.75px;
		width: 14.25px;
		height: 23.625px;
	}
	.usagi {
		top: 134.25px;
		left: 28.125px;
		width: 23.4px;
	}
	.kanban {
		top: 185.25px;
		left: 102.375px;
		width: 85.2px;
	}
	.tori {
		top: 26.25px;
		left: 71.25px;
		width: 26.4px;
	}
	.momonga {
		top: 63.75px;
		left: 123.75px;
		width: 27.3px;
	}
	.youtu {
		top: 232.5px;
		width: 67.5px;
	}
	.coming {
		top: 232.5px;
		width: 229.5px;
	}
	.site-header {
		height: 311.25px;
	}
	.goyou,
	.goyou2 {
		font-size: calc(20px + 0.8vw);
	}
	.yuukou {
		text-align: left;
		width: 75%;
		margin: 0 auto;
	}
	.kaver,
	.kuma {
		transform: translateX(70px);
	}
	.kaver:hover + .kuma,
	.kaver:focus + .kuma {
		transform: translateX(-170px);
	}
}
@media screen and (min-width: 48em) {
   .site-header .menu-scroll-down {
     display: none;
   }
   .page-two-column .panel-content .entry-content {
     width: 100%;
   }
   .blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
     width: 100%;
    }
	.wrap {
     max-width: none;
    }
	.panel-content .wrap {
	  padding-right: 0;
	  padding-left: 0;
	  padding-top: 0;
	  padding-bottom: 0;
    }
	.has-sidebar:not(.error404) #primary {
		width: 70%;
	}
	.has-sidebar #secondary {
		width: 26%;
	}
	.page:not(.home) #content {
		padding-bottom: 0px;
	}
	.site-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}