/*
 Theme Name:   kakuuchisakayasimiru Theme
 Theme URI:    https://kakuuchisakayasimiru.ty-net.net/liquid-light-kakuuchisakayasimiru-child/
 Description:  kakuuchisakayasimiru Child-Theme
 Author:       T-NET Internet Service
 Author URI:   https://www.ty-net.net/
 Template:     liquid-light
 Version:      2.0.8
 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-kakuuchisakayasimiru-child
*/

/* ------------------------------------
// Phote change
------------------------------------ */
.sample {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
}
.sample li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    -webkit-animation: anime 40s linear 0s infinite ;
    animation: anime 40s linear 0s infinite ;
}
.sample li:nth-child(1) { 
    background-image: url("images/phote02.jpg")   /* 背景画像を入力して下さい */
}
.sample li:nth-child(2) {
    background-image: url("images/phote01.jpg");
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.sample li:nth-child(3) {
    background-image: url("images/phote03.jpg");
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
.sample li:nth-child(4) {
    background-image: url("images/phote04.jpg");
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes anime { 
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(1.2);
            -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    100% { opacity: 0 }
}
@keyframes anime { 
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        transform: scale(1.1);
        opacity: 1;
    }
    40% {
        transform: scale(1.2);
            animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% { opacity: 0 }
}

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

@font-face {
	font-family: "游明朝", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-family: 'Noto Sans JP';
	src: local('NotoSansJP'),
		 url('https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff') format('woff'); */
	font-color: #000;
	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
------------------------------------ */
html,body {
	font-family: 'Noto Sans JP';
	/* width: 100vw; */
	/* height: 100%; */
}
#visual { height: 100% }

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

a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    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: #ff1493!important;
    text-decoration: underline;
}

a:visited {
    color: #fff;
    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;
}

/* ------------------------------------
// wordpress
------------------------------------ */
.subttl		{color: #fff;}


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

.container-fluid {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	/* padding-bottom: 15px!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);
}

.mainarea {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0rem;
}

.detail {padding-top: 0;}

.post_body {width: 100vw;}

/* ------------------------------------
// 固定ページ
------------------------------------ */
.page_title {
	width: 500px;
	top: 30%;
	left:50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

/* ------------------------------------
// TOP ボタン
------------------------------------ */
#content{
    position: relative;
}
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 10px;
    right: 10px;
     
    /*-----装飾-----*/
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #333;
    color: #fff;
}

/* ------------------------------------
// メニュー
------------------------------------ */


/* ------------------------------------
// common
------------------------------------ */
/* z-index */
.zindex-background	{z-index: -100;}
.zindex-bg01		{z-index:  -99;}
.zindex-base		{z-index:    0;}
.zindex-ft01		{z-index:    1;}
.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;
}

/* 縦書き（右→左） */
.writing-mode-vertical-rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.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%;
}

/* ------------------------------------
// box-shadow
------------------------------------ */
.shadow-normal {box-shadow: 5px 5px 5px rgba(64, 64, 64, 0.7);}

/* ------------------------------------
// next-page
------------------------------------ */
.next-page {
	text-shadow: 1px 1px 0 #333,-1px 1px 2px #333,1px -1px 2px #333,-1px -1px 2px #333;
}

/* ------------------------------------
// next-site
------------------------------------ */
.next-site {
	width: 2rem;
	height: 7rem;
	top: 50%;
	left: 2.5rem;
	transform: translate(0%,-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 1px 1px 0 #333,-1px 1px 2px #333,1px -1px 2px #333,-1px -1px 2px #333;
}

.next-site2 {
	width: 7rem;
	height: 2rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lt-tb;
	writing-mode: horizontal-tb;
	text-shadow: 1px 1px 0 #333,-1px 1px 2px #333,1px -1px 2px #333,-1px -1px 2px #333;
}

.next-site3 {
	width: 2rem;
	height: 7rem;
	top: 50%;
	right: 1.5rem;
	transform: translate(0%,-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 1px 1px 0 #333,-1px 1px 2px #333,1px -1px 2px #333,-1px -1px 2px #333;
}

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

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

.Businesstop-text {
/*	background-color: rgba(255, 255, 255, 0.3); */
	top: 25%;
	left: 75%;
	font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	position: absolute;
}

.Businesstop-text2 {
/*	background-color: rgba(255, 255, 255, 0.2); */
	bottom: 0;
	left: 50%;
	font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	position: absolute;
}

/* ------------------------------------
// Background cheing
------------------------------------ */
.bg-fixed {
	/* height: 200px; /* 896px */
	width: auto;
	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;
}

/* ------------------------------------
// TAKEOUT
------------------------------------ */
.takeout-linktag {
	width: auto;
	font-size: 2rem;
	bottom: 0;
	right: 0;
	transform: translate(0%,0%);
	text-shadow: 1px 1px 0 #333,-1px 1px 2px #333,1px -1px 2px #333,-1px -1px 2px #333;
}

/* ------------------------------------
// infomation
------------------------------------ */
.info-box {
	width: auto;
	height: auto;
	margin: 0 15% 1rem;
	border-top: 1px solid #fffafa;
	box-shadow: 0px -1px 0px #cc6699;
}

.takeout-linktag p {
	margin: 0 0 0 0;
}

/* ------------------------------------
// fumiwo siru
------------------------------------ */
.fumiwosiru-box0 {
	width: auto;
	height: 400px;
	padding: 1rem 5% 1rem;
	margin: 1rem 1rem 1rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.fumiwosiru-box {
	width: auto;
	height: auto;
	padding: 3rem 5% 1rem;
	margin: 0 1rem 1rem;
	border-left: 1px solid #cc6699;
	border-right: 1px solid #cc6699;
	border-bottom: 1px solid #cc6699;
}

/* ------------------------------------
// fumiwo ajiwau
------------------------------------ */
.fumiwoajiwau-box0 {
	width: auto;
	height: 500px;
	padding: 1rem 5% 1rem;
	margin: 1rem 1rem 1rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.fumiwoajiwau-box {
	width: auto;
	height: auto;
	padding: 1rem 5% 1rem;
	margin: 0 1rem 0;
	border-left: 1px solid #cc6699;
	border-right: 1px solid #cc6699;
}

.fumiwoajiwau-box2 {
	width: auto;
	height: 185px;
	padding: 0 5% 1rem;
	margin: 0 1rem 1rem;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.fumiwosyoku-box {
	width: auto;
	height: auto;
	padding: 1rem;
	margin: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ------------------------------------
// manga
------------------------------------ */
/* .manga-midasi {
	height: auto;
	margin-bottom: 1rem;
	padding: 0 15px;
	border: 2px double #333;
}
.manga-midasi2 {
	transform: translate(-50%,-50%);
} */

/* ------------------------------------
// display switch
------------------------------------ */
.disp-swith01	{display: block;}
.disp-swith02	{display: none;}
.disp-jump		{display: none;}

/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.takeout-linktag {
	font-size: 1.5rem;}
	.site-logo__img {
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.page_title {
	width: calc(100vw * 0.8);
	top: 200px;
}
.Businesstop-text2 {
	font-size: 1.5rem;}
.takeout-linktag {
	font-size: 1.3rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0%);}
.disp-swith01	{display: none;}
.disp-swith02	{display: block;}
.info-box {
	margin: 0 15px 1rem;
}

.fumiwosiru-box0 {
	padding: 0.5rem 5% 0rem;
	margin: 0.5rem 0.5rem 0rem;
}
.fumiwosiru-box {
	padding: 0 0.5rem 1rem;
	margin: 0 0.5rem 0.5rem;
}
.fumiwoajiwau-box0 {
	padding: 0.5rem 5% 1rem;
	margin: 0.5rem 0.5rem 1rem;
}
.fumiwoajiwau-box {
	padding: 0.5rem 0.5rem 0.5rem;
	margin: 0 0.5rem 0;
}
.fumiwoajiwau-box2 {
	padding: 0 5% 1rem;
	margin: 0 0.5rem 0.5rem;
}
	.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) {
.Businesstop-text2 {
	font-size: 1.2rem;}
.takeout-linktag {
	font-size: 1.2rem;}
.has-media-on-the-right .wp-block-media-text__media {grid-row: 1!important}
.has-media-on-the-right .wp-block-media-text__content {grid-row: 2!important}
}

/* Extra small devices (portrait phones, less than 480px) */
@media screen and (max-width: 479.98px) {
.Businesstop-text2 {
	font-size: 1rem;}
.takeout-linktag {
	font-size: 0.8rem;}
	.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;
	}
}
