/*
 Theme Name:   3minutes-mennosuke Theme
 Theme URI:    http://3minutes-mennosuke.ty-net.net/liquid-light-3minutes-mennosuke-child/
 Description:  3minutes-mennosuke child-Theme
 Author:       T-NET Internet Service
 Author URI:   https://www.ty-net.net/
 Template:     liquid-light
 Version:      1.1.201
 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:  liquid-light-3minutes-mennosuke-child

 This theme, like WordPress, is licensed under the GPL.
*/

/* ------------------------------------
// COMMON
------------------------------------ */
:root {
}

@font-face {
	font-family: 'Noto Sans JP';
	src: local('NotoSansJP'),
		 url('https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff') format('woff');
	font-style: normal;
	font-weight: 900;
}

/* IE11 Onry */
@media all and (-ms-high-contrast: none) {
	html {
		font-size: 15px; /* ルート要素にremの基準となるサイズを指定 */
	}
	h1 {font-size: 3rem;margin: 0px;} /* h1-h6はこの位置で設定すること */
	h2 {font-size: 2.5rem;margin: 0px;}
	h3 {font-size: 2rem;margin: 0px;}
	h4 {font-size: 1.5rem;margin: 0px;}
	h5 {font-size: 1rem;margin: 0px;}
	h6 {font-size: 0.7rem;margin: 0px;}
}

/* IE */
_:-ms-lang(x)::-ms-backdrop, body {
}

/* Firefox */
@-moz-document url-prefix {
}

/* Edge / Chrome / Safari / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	html {
		font-size: 15px; /* ルート要素にremの基準となるサイズを指定 */
	}
	h1 {font-size: 3rem;margin: 0px;} /* h1-h6はこの位置で設定すること */
	h2 {font-size: 2.5rem;margin: 0px;}
	h3 {font-size: 2rem;margin: 0px;}
	h4 {font-size: 1.5rem;margin: 0px;}
	h5 {font-size: 1rem;margin: 0px;}
	h6 {font-size: 0.7rem;margin: 0px;}
}

/* Opera10以上 */
@media not screen and (1) {
}

/* ------------------------------------
// html
------------------------------------ */
body {
	font-family: 'Noto Sans JP';
	width: 100vw;
}

hr {
	box-sizing: center-box;
	height: 0;
	text-align: inherit;
	margin: 0.5rem 0 0.5rem 0;
	border-top: 1px solid #bdbdbd;
}

a {
    color: #00aeef;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a:hover,
a:active {
    color: #00aeef;
    text-decoration: underline;
}

a:visited {
    color: #00aeef;
    opacity: 0.7;
}

div .col-md-6 {
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1rem;
}

div .col-md-6.manga1 {
	padding-left: 7.5px;
	padding-right: 0px;
}
div .col-md-6.manga2 {
	padding-left: 7.5px;
	padding-right: 0px;
}
div .col-md-6.manga3 {
	padding-left: 0px;
	padding-right: 7.5px;
}
div .col-md-6.manga4 {
	padding-left: 0px;
	padding-right: 7.5px;
}

/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------
// Bootatrap
------------------------------------ */
.container {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0rem!important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0rem!important;
}
.btn-outline-info {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

/* ------------------------------------
// LIQUID PRESS
------------------------------------ */
.wrapper {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.headline {
	/* display: none; */
	padding-top: 7.5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0rem;
}
.navbar {
	/* display: none; */
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0rem;
	border-bottom: 0px!important;
}
.navbar li {
	border-bottom: 0!important;
}

.sidebar {
	background-color: rgba(255, 255, 255, 0.1);
}

/* ------------------------------------
// common
------------------------------------ */
/* z-index */
.zindex-background	{z-index: -100;}
.zindex-bg01		{z-index:  -99;}
.zindex-base		{z-index:    0;}
.zindex-max			{z-index: 1000;}
/* display */
.display-xl			{display: inline;}
.display-lg			{display: inline;}
.display-md			{display: inline;}
.display-sm			{display: inline;}
.display-ssm		{display: inline;}
.none-display-xl	{display: none;}
.none-display-lg	{display: none;}
.none-display-md	{display: none;}
.none-display-sm	{display: none;}
.none-display-ssm	{display: none;}

.padding0 {
	padding: 0px;
}

.margin0 {
	margin: 0px;
}

.obj-fill		{width: auto; height: 100%; object-fit: fill;}
.obj-contain	{width: auto; height: 100%; object-fit: contain;}
.obj-cover		{width: auto; height: 100%; object-fit: cover;}
.obj-none		{width: auto; height: 100%; object-fit: none;}
.obj-scaledown	{width: auto; height: 100%; object-fit: scale-down;}

.all-width {
	width: 100%;
}

.all-area {
	width: 100%;
	height: 100vh;
}

.all-herf {
	width: 100%;
	height: calc(100vh / 2);
}

.right-down {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.pig-stamp-size {width: 100%;}

.box {
	height: auto;
	position: relative;
	text-align: center;
}
.inner {
	left: 50%;
	position: absolute;
	top: 50%;
}
.content {
	transform: translate(-50%,-50%);
}
.content2 {
	transform: translate(-50%,0%);
}
.box2 {
	margin-top: auto;
	margin-bottom: auto;
}

.border-change {
	border-top: 0px solid #f4b084;
	border-left: 1px solid #f4b084;
}
.blogtitle-h {
	position: absolute;
	/* line-height: 1.5rem; */
	top: 10%;
	text-shadow: darkgray 1px 1px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.blogtitle-v {
	position: relative;
}
.blogtext-v {
	position: relative;
}
.blogdate {
	font-size: 0.7rem;
	padding-top: 17rem;
	padding-left: 0rem;
}
.blogname {
	padding-top: 17rem;
	padding-left: 0rem;
}
.block-center {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.blogtop-h {
	position: absolute;
	top: 10%;
	left: 10%;
	text-shadow: darkgray 1px 1px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.b-listlink {
	position: absolute;
	bottom: 0.5rem;
	right: 5%;
}

/* ------------------------------------
// PAGE-ONE
------------------------------------ */
#PAGE-ONE {
	width: 100vw;
	height: 100vh;
	background-size: auto; /* 1366 x 768 */
	background-repeat: no-repeat;
	background-position: bottom 0rem right 0rem;
	position: fixed;
}

.top-logo {
	position: absolute;
	top: calc(100vh / 3);
}

/* ------------------------------------
// Background cheing
------------------------------------ */
.bg-fixed {
	height: 896px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
/* background-image: url('xxxxxx.jpg'); */
/*	z-index: -1; */
}

.scroll {
	position: relative;
	height: auto;
	/* background-color: #fff; */
	/* z-index: 0; */
}

/* ------------------------------------
// navbar
------------------------------------ */
.site-header{
    background: rgba(255,255,255,0.6);
    padding: 0rem 0.5rem 0 0.5rem;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}
.site-header__logo {
	padding-top: 10px;
}

.site-logo__img {
	width: 10vw;
}

/* ------------------------------------
// TOPICS
------------------------------------ */
.news_lists {
	font-size: 15px;
}
.news_list {
	border-bottom: 1px dashed #888;
	position: relative;
}
.list__body {
	display: block;
	margin: 10px 0 5px;
	line-height: 1.6;
}
.list__date {
	color: #9f5900;
	width: 100%;
	margin: 0;
	text-align: left;
}
.list__title a {
	color: #2D2D2D;
	text-decoration: none;
}
.list__thumb {
	overflow: hidden;
	width: 100px;
	height: 55px;
	right: 1%;
	position: absolute;
	margin-top: -55px;
}
.list__thumb img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.list__category {
	position: relative;
	top: -2px;
	padding: 5px 15px;
	margin-left: 10px;
	background: #AAAAAA;
	color: #fff;
	font-size: 0.8rem;
	line-height: 25px;
}
.list__category a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.list__category a:hover {
	color: #efefef;
}
.list__wordpress {/*.list__〇〇←カテゴリー名を変えて、カテゴリー別に色を修正可能*/
	background-color: #42b8ef;
}
.carousel {
	width: 35% /* サイズ指定*/
	margin: auto;
}

/* ------------------------------------
// manga
------------------------------------ */
.manga-midasi {
	height: auto;
	margin-bottom: 1rem;
	padding: 0 15px;
	border: 2px double #333;
}
.manga-midasi2 {
	transform: translate(-50%,-50%);
}
/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.site-logo__img {
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.site-header{
	    padding: 0.3rem 0.5rem 0 0.5rem;
	}
	.site-logo__img {
		width: 77px;
	}
	.display-md {display: none;}
	.none-display-md {display: inline;}
	.border-change {
		border-top: 1px solid #f4b084;
		border-left: 0px solid #f4b084;
	}
	.blogtitle-h {
		position: static;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.blogtitle-v {
		font-size: 1.5rem;
		padding-bottom: 0.5rem;
		top: 1rem;
		position: relative;
	}
	.blogtext-v {
		position: relative;
	}
	.blogdate {
		font-size: 0.7rem;
		padding-top: 0rem;
		padding-left: 10rem;
	}
	.blogname {
		padding-top: 0rem;
		padding-left: 10rem;
	}
	.blogtop-h {
		position: absolute;
		top: 85%;
		left: 10%;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.content2 {
		transform: translate(0%,0%);
	}
	
	div .col-md-6.manga1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	div .col-md-6.manga2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	div .col-md-6.manga3 {
		padding-left: 0px;
		padding-right: 0px;
	}
	div .col-md-6.manga4 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* Extra small devices (portrait phones, less than 480px) */
@media screen and (max-width: 479.98px) {
	.list__ {
		/* @include mq(large) */
	}
	.list__thumb img {
		display: none
	}
	.list__date
		float: left;
	}
	.list__title {
		display: block;
		width: 100%
		margin-top: 5px;
	}
	.list__body {
		display: contents;
	}
}

