@charset "utf-8";
/*
Theme Name: Q-WEST ver.v2-10
Theme URI: q-west.net
Author: Q-WEST
Description: Q-WEST theme.
*/
/* CSS Document */
/* ▼Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

* { 
    margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 100%;
	height: auto;
}
svg {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 100%;
	height: auto;
}
ul, li {
	list-style-position: outside;
	list-style-type: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section,
.article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
}
body {
	color: #171717;
	font-size: 12px;
	line-height: 160%;
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	background-color: #FAFAFA;
	margin: 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden;
}
h1, h2, h3 {
	font-weight: normal;
}
p {
	font-family: Arial, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	line-height: 160%;
	color: #171717;
}
a { color: #171717; text-decoration: none; outline: none; }
a:hover { color: #171717; text-decoration: none; outline: none; }
strong { font-weight: bold; }

.cf::after {
    content: "";
	display: block;
	clear: both;
}

/* ▼フォント */
.meta-info-date, .copyright  {
	font-family: 'Teko', sans-serif;
}
.archive-top-date p, .gloval-nav-menu a, .search-number span {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.archive-top-date p, .gloval-nav-menu a, .search-number span {
    font-weight: 900;
}
h1, .archive-article-title, .article-title, .entry-contents h3, .footer-link li a {
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
h1, .footer-link li a {
    font-weight: 400;
}
.archive-article-title, .article-title, .entry-contents h3 {
    font-weight: 600;
}
.link-box p {
    color: #00a199;
}
.gloval-nav-sns-title {
    font-family: 'Permanent Marker', cursive;
}
.site-title-text, .archive-top-title, #sidebar h3, .footer-text, .gloval-nav-menu a span, .search-result, .search-number {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.footer-text, .gloval-nav-menu a span {
    font-weight: 400;
}
.search-result, .search-number {
    font-weight: 600;
}
/* ▲フォント */

/* ▼Chromeのフォーカスを消す */
*:focus {
outline: none;
}
/* ▲Chromeのフォーカスを消す */



/* ▼全サイズ共用CSS==================================================================================================================================================================== */
/* ▼全体 */
.site-title-text {
    text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.site-title-text span {
    font-weight: 800;
}
/* ▲全体 */
/* ▼wrapper+container */
#wrapper {
	width: 100%;
}
.container {
    width: 100%;
    background-image: url(img/back.svg);
    background-repeat: no-repeat;
}
.main-contents {
	background-color: rgba(250,250,250,0.9);
}
/* ▲wrapper+container */
/* ▼h1 */
h1 {
    width: 100%;
    color: #D4D4D4;
    background-color: #171717;
    text-align: center;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* ▲h1 */
/* ▼header */
header {
    width: 100%;
    margin: 0px auto;
    position: relative;
}
/* ▲header */
/* ▼section共通 */
section {
	width: 100%;
    margin: 0px;
	padding: 0px;
}
/* ▲section共通 */
/* ▼footer */
footer {
    width: 100%;
    background-color: #feef00;
}
footer a {
    color: #171717;
}
footer a:hover {
    color: #666;
}
footer img {
    width: 100%;
}
.footer-sns {
     width: 180px;
     margin: 0px auto 40px;
     display: flex;
     justify-content: space-between;
}
.footer-sns li {
    height: 40px;
    width: 40px;
}
.footer-sns li a {
    display: block;
}
.footer-link {
    width: 100%;
    margin: 0px auto 30px;
    display: flex;
    justify-content: center;
}
.footer-link li {
    margin: 0px 10px;
}
/* ▲footer */
/* ▼セレクトボックス */
.select-design select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}
.select-design select::-ms-expand {
    display: none;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
}
.select-design {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    color: #FFF;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-color: #171717;
    transition: all .3s ease-out;
}
.select-design::before {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    margin: auto;
    background-color: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
}
.select-design::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 10px;
}
.select-design:hover {
    background-color: #515151;
}
/* ▲セレクトボックス */
/* ▼ポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wp-wrapper {
	width: 100%;
    margin: 0px auto;
	text-align: left;
}
.wp-post-box {
    width: 100%;
}
.article-title-single {
    border-top: 2px solid #171717;
}
.page-title {
    border-bottom: 2px solid #171717;
}
.entry-contents {
    width: 100%;
}
.entry-contents h3 {
    line-height: 160%;
    border-bottom: 3px solid #A3A3A3;
    position: relative;
}
.entry-contents h3::after {
    content: '';
    display: block;
    background-color: #feef00;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
.entry-contents ul {
    width: 100%;
    max-width: 700px;
    background-color: #f5f5f5;
    border: 1px solid #373737;
    color: #757575;
}
.entry-contents ul li {
    position: relative;
}
.entry-contents ul li::before {
    content: '';
    display: block;
    background-color: #757575;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.entry-contents ul li a {
    color: #757575;
    font-weight: normal;
}
.entry-contents ul li+li {
    border-top: 1px dotted #373737;
}
.entry-contents-header {
    border-bottom: 1px solid #373737;
}
.entry-contents-footer {
    border-top: 1px solid #373737;
}
.entry-contents-footer img {
    display: block;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #373737;
}
.entry-contents a {
    font-weight: bold;
    color: #e8007b;
}
.meta-info {
    border-top: 1px dotted #373737;
}
.meta-info p {
	letter-spacing: 0px;
}
.meta-info-date {
    display: block;
    line-height: 100%;
    background-color: #feef00;
    position: relative;
	border-radius: 2px;
}
.meta-info-category {
    font-weight: bold;
    color: #4d4d4d;
}
.meta-info-category a {
    color: #4d4d4d;
}
.meta-info-tag li {
    font-weight: bold;
    float: left;
    border: 2px solid #f23f7c;
    border-radius: 3px;
	background-color: #FAFAFA;
}
.meta-info-tag li a {
    color: #f23f7c;
}
.postprev a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
}
.postnext a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: auto 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 5;
}
.twitter-tweet {
    margin: 0px auto;
}
figcaption {
    text-align: center;
    color: #9d9d9d;
}
/* ▲ポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼サイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
	text-align: center;
}
#sidebar h3 {
    color: #171717;
    font-weight: 600;
	width: 100%;
	text-align: left;
	border: 2px solid #171717;
	background-color: rgba(250,250,250,0.7);
	position: relative;
}
#sidebar h3::before {
    display: block;
	content: "";
	width: 1000px;
	height: 2px;
	background-color: #171717;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
}
#sidebar ul li {
	text-align: left;
    border-bottom: 1px solid #373737;
}
.blog-search {
    width: 100%;
	max-width: 360px;
}
.search-form-wrapper {
    position: relative;
}
.search-form-wrapper input[type="text"] {
    border: 0px none;
	color: #FAFAFA;
	background-color: #171717;
	border-radius: 50px;
	padding: 10px 45px 10px 20px;
}
.search-form-wrapper button[type="submit"] {
    width: 20px;
    border: 0px none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 15px;
}
.blog-popular, .blog-latest, .blog-archives, .blog-category {
	width: 100%;
}
.blog-popular ul li, .blog-latest ul li {
    padding: 10px 0px;
}
.blog-latest ul {
    font-weight: bold;
}
/* ▲サイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼アーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.archive-top-slide-box {
    width: 100%;
    position: relative;
    background-color: #171717;
	text-align: left;
}
.archive-top-new {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.archive-top-box {
    width: 100%;
}
.archive-top-header {
    width: 100%;
	background-color: #171717;
	position: relative;
}
.archive-top-date {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.archive-top-date p {
    color: #feef00;
    text-align: center;
    line-height: 85%;
    white-space: nowrap;
}
.archive-top-year {
    display: inline-block;
}
.archive-top-day {
    display: inline-block;
}
.archive-top-thumbnail {
    position: relative;
}
.archive-top-thumbnail img {
    width: 100%;
	object-fit: cover;
}
.archive-top-thumbnail::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
	background-image: url(img/soft-wallpaper.png);
    position: absolute;
    top: 0;
    left: 0;
}
.archive-top-thumbnail::after {
    content: '';
    display: block;
    height: 100%;
    width: 60%;
    background: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.archive-top-title {
    color: #feef00;
	font-weight: 600;
}
.archive-content-box {
    border-bottom: 2px solid #171717;
}
.archive-article-title a {
    color: #171717;
}
.archive-article-text a {
    color: #171717;
}
.archive-content {
	position: relative;
}
.archive-content img {
    border: 1px solid #171717;
}
.archive-continue a {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0px auto;
    color: #404040;
	letter-spacing: 0px;
	position: absolute;
    border: 1px solid #404040;
}
.archive-continue a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #404040 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ▲アーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼シングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single-thumbnail {
    position: relative;
}
.single-thumbnail::after {
    display: block;
	content: "";
	background-color: rgba(0,0,0,0.6);
	background-image: url(img/soft-wallpaper.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.single-thumbnail img {
    width: 100%;
    object-fit: cover;
}
/* ▲シングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼シェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.share-please {
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
}
.share-please::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #171717;
    position: absolute;
}
.share-please::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #171717;
    position: absolute;
}
.social-button {
	width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
}
.social-button a {
    width: 25%;
    text-align: center;
    display: block;
}
.social-button a p {
    color: #FFF;
    font-weight: bold;
}
.social-button a img {
    width: 40%;
    max-width: 25px;
}
.sns-x {
    background: #000;
    border-radius: 5px 0px 0px 5px;
}
.sns-facebook {
    background: #3b5998;
}
.sns-pocket {
    background: #ef3f56;
}
.sns-line {
    background: #1dcd00;
    border-radius: 0px 5px 5px 0px;
}
/* ▲シェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼広告バナー+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post-banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-image: url(img/ad-back.svg);
    background-size: 20%;
    background-repeat: no-repeat;
}
.post-banner2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-image: url(img/ad-back.svg);
    background-size: 20%;
    background-repeat: no-repeat;
}
.side-banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-image: url(img/ad-back.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}
.infeed-ad {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-image: url(img/ad-back.svg);
    background-repeat: no-repeat;
}
/* ▲広告バナー++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼人気記事ランキング+++++++++++++++++++++++++++++++++++++++++++++++ */
.ranking-box {
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
}
.ranking-box-left {
    width: 90px;
    float: left;
    margin: 0px 10px 5px 0px;
}
.ranking-box-left img {
    width: 100%;
    border-radius: 5px;
}
.ranking-box-right p {
	font-weight: bold;
    padding: 0px 0px 5px;
}
.rank {
    counter-reset: wpp-ranking;
}
/* 順位を表示する記述１ */
ul.rank li.ranking-box {
    position: relative;
}
/* 順位を表示する記述２ */
ul.rank li.ranking-box::before {
    display: block;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    padding: 5px 0px;
    text-align: center;
    color:#FFF;
    background-color: rgba(0,0,0,0.7);
	height: 19px;
	width: 30px;
	border-radius: 5px;
    font-weight:bold;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: -2px;
    z-index: 1;
}
.ranking-box li a {
    display: block;
}
/* ▲人気記事ランキング+++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼連載記事ヘッダー+++++++++++++++++++++++++++++++++++++++++++++++++ */
.serial-header {
    width: 100%;
    text-align: center;
	background-color: rgba(0,0,0,0.3);
}
.serial-header img {
    width: 100%;
    margin: 0px auto;
}
/* ▲連載記事ヘッダー+++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼関連記事表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.related-post {
    width: 100%;
    border: 2px solid #171717;
    position: relative;
}
.related-post h3 {
    font-weight: bold;
    display: block;
	color: #FAFAFA;
    background-color: #171717;
    position: absolute;
	border-radius: 3px;
}
.related-post ul li a {
    display: block;
}
.related-thum {
    float: left;
    width: 35%;
    max-width: 200px;
    margin: 0px 10px 0px 0px;
}
.related-thum img {
    border: 1px solid #171717;
}
.related-post ul li {
    border: 1px solid #171717;
	background-color: #FAFAFA;
}
.related-post p {
    font-weight: bold;
}
/* ▲関連記事表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search-result {
    line-height: 150%;
	text-align: center;
}
.search-number {
    text-align: center;
}
/* ▲検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼Youtube埋め込み++++++++++++++++++++++++++++++++++++++++++++++++ */
.youtube {
position: relative;
width: 100%;
margin: 0px auto 30px;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/* ▲Youtube埋め込み++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notfound-box {
    width: 100%;
}
.notfound-button a {
    display: block;
    width: 100%;
    background-color: #171717;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    border-radius: 5px;
    position: relative;
}
.notfound-button a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
/* ▲404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▲全サイズ共用CSS==================================================================================================================================================================== */




/* ▼PCCSSここから================================================================================================= */
@media screen and (min-width: 901px) {
/* ▼PC全体 */
p {
	font-size: 16px;
}
.site-title-text {
    font-size: 12px;
	margin: 0px auto 80px;
}
.site-title-text span {
    font-size: 14px;
}
/* ▲PC全体 */
/* ▼PCwrapper+container */
.container {
    width: 100%;
    display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	background-size: 55%;
	background-position: left -20px top -20px;
	background-attachment: fixed;
}
.main-contents {
    width: 70%;
	min-width: 0px;
	border-left: 3px solid #171717;
}
/* ▲PCwrapper+container */
/* ▼PCh1 */
h1 {
    font-size: 11px;
    margin: 0px 0px 30px;
    padding: 10px 20px;
}
/* ▼PCh1 */
/* ▼PCheader */
header {
    padding: 0px;
}
.main-logo-sp {
    display: none;
}
.site-title-sp {
    display: none;
}
/* ▲PCheader */
/* ▼PCsection共通 */
section {
    padding: 0px 0px 60px;
}
/* ▲PCsection共通 */
/* ▼PCfooter */
footer {
	padding: 80px 20px 120px;
	border-top: 3px solid #171717;
}
footer img {
    max-width: 200px;
    margin: 0px auto 20px;
}
footer p {
	margin: 0px auto 20px;
}
.footer-text {
    font-size: 12px;
}
/* ▲PCfooter */
/* ▼PCpagetopbtn */
#page-top {
	height: auto;
	width: 40px;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 50;
}
/* ▲PCpagetopbtn */
/* ▼PCポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wp-wrapper {
    max-width: 1000px;
}
.wp-contents-box {
	width: 100%;
}
.wp-post-box {
    padding: 20px 40px;
    margin: 0px 0px 20px;
}
.wp-contents {
    padding: 0px 0px 40px;
}
.article-title {
	font-size: 24px;
	line-height: 160%;
	padding: 0px 0px 15px;
}
.article-title-single {
    padding: 15px 0px;
}
.page-title {
    margin: 0px 0px 30px;
}
.entry-contents {
    margin: 0px 0px 60px;
}
.entry-contents p {
    margin-bottom: 30px;
    line-height: 180%;
}
.entry-contents img {
    margin-bottom: 30px;
}
.entry-contents img.alignleft {
	float: left;
    margin: 0px 20px 30px 0px;
}
.entry-contents img.alignright {
	float: right;
    margin: 0px 0px 30px 20px;
}
.entry-contents img.aligncenter {
	display: block;
	float: none;
	clear: both;
    margin: 0px auto 30px;
}
.entry-contents h3 {
    font-size: 20px;
    margin: 80px 0px 20px;
    padding: 0px 0px 8px;
}
.entry-contents h3::after {
    width: 200px;
}
.entry-contents ul {
    font-size: 16px;
    padding: 10px;
    margin: 40px auto 80px;
}
.entry-contents ul li {
    padding: 10px 0px 10px 15px;
}
.entry-contents ul li::before {
    height: 10px;
    width: 10px;
    top: 15px;
}
.entry-contents-header {
    padding: 0px 0px 30px;
}
.entry-contents-footer {
    padding: 30px 0px 0px;
}
.entry-contents-footer img {
    width: 150px;
    margin: 0px auto 20px 0px;
}
.entry-contents a {
    transition: all 0.3s ease;
}
.entry-contents a:hover {
    color: #82d1cd;
}
.meta-info {
	padding: 10px 0px;
}
.meta-info-single {
    padding: 10px 0px 20px;
}
.meta-info-date {
    font-size: 18px;
    margin: 0px 0px 30px;
    padding: 8px 20px 5px;
}
.meta-info-category {
    font-size: 12px;
}
.meta-info-tag li {
    font-size: 12px;
    margin: 5px 5px 0px 0px;
    padding: 2px 5px 0px;
}
.pagelink {
	width: 90%;
	margin: 30px auto;
	position: relative;
    background-color: #171717;
    border-radius: 5px;
    overflow: hidden;
	z-index: 1;
}
.pagelink::before {
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	margin: auto;
	background-color: #FFF;
    overflow: hidden;
	position: absolute;
	top: 0;
    bottom: 0px;
	left: 0;
	right: 0;
	z-index: 5;
}
.postprev a {
	text-align: right;
    color: #FFF;
	margin: 0px;
	padding: 10px 25px 10px 10px;
	float: right;
	width: 50%;
	display: block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 1;
}
.postnext a {
	text-align: left;
    color: #FFF;
	margin: 0px;
	padding: 10px 10px 10px 25px;
	float: left;
	width: 50%;
	display: block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 1;
}
.postprev a:hover, .postnext a:hover {
    background-color: #666;
}
figcaption {
    padding: 0px 0px 60px;
}
/* ▲PCポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PCサイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
	width: 30%;
	min-width: 360px;
	margin: 0px;
	padding: 100px 20px 40px;
	background-color: rgba(250,250,250,0.7);
}
#sidebar a {
    transition: all 0.3s ease;
}
#sidebar a:hover {
    opacity: 0.7;
}
.blog-search {
    margin: 0px auto 40px;
}
.main-logo-pc {
    width: 100%;
	max-width: 280px;
	margin: 0px auto 10px;
	position: relative;
}
.main-logo-pc img {
    position: relative;
    z-index: 1;
}
.main-logo-pc::before {
    content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #feef00;
	position: absolute;
	top: -18px;
	left: -18px;
	z-index: 0;
	animation: logo-anime 3s infinite;
}
#sidebar h3 {
	font-size: 16px;
	margin: 0px auto 30px;
	padding: 10px;
}
#sidebar h3 span {
    font-size: 12px;
}
.blog-popular, .blog-latest, .blog-archives, .blog-category {
    margin: 0px 0px 10px;
	padding: 30px 10px;
}
/* ▲PCサイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PCアーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.archive-top-slide-box {
    margin: 0px;
}
.archive-top-box a {
    transition: all .3s ease-out;
}
.archive-top-box a:hover {
    opacity: 0.7;
}
.archive-top-header {
    margin: 0px;
}
.archive-top-date {
    height: 110px;
	left: 100px;
}
.archive-top-year {
    font-size: 80px;
    padding: 0px 0px 50px;
}
.archive-top-day {
    font-size: 90px;
    padding: 0px 0px 30px;
}
.archive-top-dow {
    font-size: 40px;
}
.archive-top-thumbnail {
    width: 100%;
	height: 480px;
}
.archive-top-thumbnail img {
    height: 480px;
}
.archive-top-content {
    padding: 20px 50px;
}
.archive-top-title {
	font-size: 22px;
	line-height: 160%;
    margin: 0px 0px 10px;
}
.archive-content-box {
	margin: 0px 0px 40px;
}
.archive-content-box a {
    transition: all .3s ease-out;
}
.archive-content-box a:hover {
    opacity: 0.7;
}
.archive-content {
	padding: 0px 0px 40px;
}
.archive-content p {
	padding-bottom: 10px;
	font-size: 12px;
}
.archive-content img {
	float: left;
	margin: 0px 30px 20px 0px;
	width: 40%;
	max-width: 320px;
}
.archive-article-title a {
	font-size: 22px;
	line-height: 160%;
    margin: 0px 0px 20px;
    display: block;
}
.archive-article-text a {
    font-size: 14px;
}
.archive-continue a {
	bottom: 10px;
	right: 0;
	padding: 5px 30px 5px;
	font-size: 16px;
}
.archive-continue a:hover {
    opacity: 1;
    background-color: rgba(147,197,189,0.6);
}
/* ▲PCアーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PCシングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single-thumbnail {
	height: 250px;
}
.single-thumbnail img {
    height: 250px;
}
/* ▲PCシングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PCシェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.share-please {
    width: 250px;
    margin: 0px auto 20px;
}
.share-please::before {
    width: 50px;
    top: 12px;
    left: -30px;
}
.share-please::after {
    width: 50px;
    top: 12px;
    right: -30px;
}
.social-button a {
    padding: 10px 0px;
    transition: all .3s ease-out;
}
.social-button a:hover {
    filter: brightness(70%);
}
.social-button a p {
    font-size: 12px;
}
.social-button a img {
    margin: 0px auto 5px;
}
/* ▲PCシェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC広告バナー+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.post-banner {
    margin: 0px auto 40px;
    background-position: top center;
}
.post-banner2 {
    margin: 0px auto;
    background-position: top center;
}
.side-banner {
    margin: 0px auto 10px;
    max-width: 300px;
}
.side-banner2 {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}
.infeed-ad {
    margin: 0px auto 40px;
    background-size: 5%;
    background-position: top center;
}
/* ▲PC広告バナー+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC人気記事ランキング+++++++++++++++++++++++++++++++++++++++++++++++ */
.rank a li {
    transition: all 0.3s ease;
}
.rank a li:hover {
    opacity: 0.7;
}
.ranking-box-right p {
	font-size: 14px;
    line-height: 140%;
}
/* ▲PC人気記事ランキング+++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC連載記事ヘッダー+++++++++++++++++++++++++++++++++++++++++++++++++ */
.serial-header {
    margin: 0px;
}
/* ▲PC連載記事ヘッダー+++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC関連記事表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.related-post {
    margin: 60px auto 0px;
    padding: 25px 20px 10px;
}
.related-post h3 {
    font-size: 18px;
    letter-spacing: 10px;
    padding: 10px 5px 10px 15px;
    top: -25px;
    left: 40px;
}
.related-post ul li {
    padding: 10px;
    margin: 0px 0px 10px;
    position: relative;
}
.related-post ul li::before {
    content: '';
    display: block;
    clear: both;
    height: 13px;
    width: 13px;
    border-right: 3px solid #171717;
    border-bottom: 3px solid #171717;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    bottom: 15px;
}
/* ▲PC関連記事表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search-result {
    font-size: 26px;
	margin: 0px 0px 20px;
}
.search-number {
    font-size: 20px;
	margin: 0px 0px 50px;
}
.search-number span {
    font-size: 36px;
}
/* ▲PC検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼PC404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notfound-box {
    max-width: 800px;
    margin: 0px auto 30px;
    padding: 100px 0px 0px;
}
.notfound-box p {
    text-align: center;
    margin: 30px auto 0px;
}
.notfound-button a {
    max-width: 400px;
    margin: 0px auto 300px;
    font-size: 16px;
    padding: 10px;
    transition: all 0.3s ease;
}
.notfound-button a:hover {
    opacity: 0.6;
}
/* ▲PC404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲PC用CSS=========================================================================================================================================================================== */




/* ▼SP用CSS============================================================================================================================================================================ */
@media screen and (max-width: 900px) {
/* ▼SP全体 */
p {
	font-size: 15px;
}
/* ▲SP全体 */
/* ▼SPwrapper+container */
.container {
    margin: 0px;
	background-size: 120%;
	background-position: left 40% bottom -20px;
}
.main-contents {
    margin: 0px;
	border-bottom: 1px solid #171717;
}
/* ▲SPwrapper+container */
/* ▼SPh1 */
h1 {
    font-size: 9px;
    margin: -1px 0px 30px;
    padding: 5px 16px;
}
/* ▼SPh1 */
/* ▼SPheader */
header {
    width: 100%;
    padding: 0px;
}
.main-logo-sp {
    width: 100%;
    max-width: 180px;
    margin: 0px auto 5px;
	position: relative;
}
.main-logo-sp img {
    position: relative;
    z-index: 1;
}
.main-logo-sp::before {
    content: "";
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #feef00;
	position: absolute;
	top: -11.5px;
	left: -11.5px;
	z-index: 0;
	animation: logo-anime 3s infinite;
}
.site-title-text {
    font-size: 12px;
	margin: 0px auto 20px;
}
.site-title-text span {
    font-weight: 14px;
}
/* ▲SPheader */
/* ▼SPsection共通 */
section {
	padding: 0px 0px 40px;
}
/* ▲SPsection共通 */
/* ▼SPfooter */
footer {
    margin: -10px 0px 0px;
	padding: 80px 20px 60px;
}
footer img {
    max-width: 160px;
    margin: 0px auto 10px;
}
footer p {
	margin: 0px auto 20px;
}
.footer-text {
    font-size: 10px;
}
.footer-link li {
    font-size: 10px;
    margin: 0px 5px;
}
/* ▲SPfooter */
/* ▼SPpagetopbtn */
#page-top {
	height: auto;
	width: 30px;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 50;
}
/* ▲SPpagetopbtn */
/* ▼SPポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.wp-wrapper {
    max-width: 600px;
	padding: 0px;
}
.wp-contents-box {
	width: 100%;
	margin: 0px;
	padding: 0px 16px;
	float: none;
}
.wp-post-box {
    margin: 0px 0px 10px;
}
.wp-contents {
    padding: 0px 0px 30px;
}
.article-title {
	font-size: 20px;
	line-height: 150%;
	padding: 0px 0px 10px;
}
.article-title-single {
    padding: 10px 0px;
}
.page-title {
    margin: 0px 0px 20px;
}
.entry-contents {
    margin: 0px 0px 40px;
}
.entry-contents p {
    margin-bottom: 20px;
    line-height: 180%;
}
.entry-contents img {
    margin-bottom: 20px;
}
.entry-contents img.alignleft {
	float: none;
	margin: 0px auto 20px;
}
.entry-contents img.alignright {
	float: none;
	margin: 0px auto 20px;
}
.entry-contents img.aligncenter {
	float: none;
	margin: 0px auto 20px;
}
.entry-contents h3 {
    font-size: 18px;
    margin: 50px 0px 10px;
    padding: 0px 0px 5px;
}
.entry-contents h3::after {
    width: 100px;
}
.entry-contents ul {
    font-size: 13px;
    padding: 5px;
    margin: 30px auto 50px;
}
.entry-contents ul li {
    padding: 5px 0px 5px 10px;
}
.entry-contents ul li::before {
    height: 6px;
    width: 6px;
    top: 12px;
}
.entry-contents-header {
    padding: 0px 0px 20px;
}
.entry-contents-footer {
    padding: 20px 0px 0px;
}
.entry-contents-footer img {
    width: 90px;
    margin: 0px auto 5px 0px;
}
.meta-info {
	padding: 5px 0px 10px;
}
.meta-info-single {
    padding: 5px 0px 15px;
}
.meta-info-date {
    font-size: 16px;
    margin: 0px 0px 20px;
    padding: 5px 10px 3px;
}
.meta-info-category {
    font-size: 10px;
}
.meta-info-tag li {
    font-size: 10px;
    margin: 5px 5px 0px 0px;
    padding: 0px 3px;
}
.pagelink {
	width: 90%;
	max-width: 350px;
	margin: 20px auto 30px;
}
.pagelink li {
	margin: 0px 0px 10px;
}
.postprev a {
	text-align: right;
    color: #FFF;
    background-color: #171717;
	margin: 0px;
	padding: 10px 25px 10px 10px;
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border-radius: 5px;
	position: relative;
	z-index: 1;
}
.postnext a {
	text-align: left;
    color: #FFF;
    background-color: #171717;
	margin: 0px;
	padding: 10px 10px 10px 25px;
	float: none;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    border-radius: 5px;
	position: relative;
	z-index: 1;
}
figcaption {
    padding: 0px 0px 30px;
}
/* ▲SPポストエリア++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SPサイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 0px;
	padding: 30px 16px;
}
.blog-search {
    margin: 0px auto 20px;
}
.main-logo-pc {
    display: none;
}
.site-title-pc {
    display: none;
}
.blog-popular, .blog-latest, .blog-archives, .blog-category {
    margin: 0px 0px 5px;
	padding: 20px 0px;
}
#sidebar h3 {
	font-size: 14px;
	margin: 0px auto 20px;
	padding: 10px;
}
#sidebar h3 span {
    font-size: 10px;
}
/* ▲SPサイドバー++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SPアーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.archive-top-slide-box {
    margin: 0px;
}
.archive-top-header {
    width: 100%;
    margin: 0px;
}
.archive-top-date {
    height: 50px;
	left: 40px;
}
.archive-top-date p {
	line-height: 95%;
}
.archive-top-year {
    font-size: 38px;
    padding: 0px 0px 15px;
}
.archive-top-day {
    font-size: 43px;
    padding: 0px 0px 10px;
}
.archive-top-dow {
    font-size: 25px;
}
.archive-top-thumbnail {
    width: 100%;
	height: 250px;
}
.archive-top-thumbnail img {
    height: 250px;
}
.archive-top-content {
    padding: 15px 20px;
}
.archive-top-title {
	font-size: 14px;
	line-height: 130%;
    margin: 0px 0px 8px;
    padding: 0px 0px 8px;
}
.archive-content-box {
	margin: 0px 0px 25px;
}
.archive-content {
	padding: 0px 0px 60px;
}
.archive-content p {
	padding-bottom: 10px;
	font-size: 12px;
}
.archive-content img {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 40%;
	max-width: 250px;
}
.archive-article-title a {
	font-size: 15px;
	line-height: 130%;
}
.archive-article-text {
    display: none;
}
.archive-continue a {
    width: 150px;
	bottom: 15px;
	right: 0;
    left: 0;
	padding: 5px;
	font-size: 14px;
}
/* ▲SPアーカイブページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SPシングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single-thumbnail {
	height: 150px;
}
.single-thumbnail img {
    height: 150px;
}
/* ▲SPシングルページ+++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SPシェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.share-please {
    width: 180px;
    margin: 0px auto 10px;
}
.share-please::before {
    width: 30px;
    top: 11px;
    left: -35px;
}
.share-please::after {
    width: 30px;
    top: 11px;
    right: -35px;
}
.social-button a {
    padding: 5px 0px;
}
.social-button a p {
    font-size: 10px;
}
.social-button a img {
    margin: 0px auto 2px;
}
/* ▲SPシェアボタン+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP広告バナー++++++++++++++++++++++++++++++++++++++++++++++++++++****+++ */
.post-banner {
    margin: 0px auto 40px;
    background-position: center;
}
.post-banner2 {
    margin: 0px auto 20px;
    background-position: center;
	position: static;
}
.side-banner {
    margin: 0px auto 10px;
}
.infeed-ad {
    margin: 0px auto 25px;
    background-size: 10%;
    background-position: center center;
}
/* ▲SP広告バナー+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP人気記事ランキング++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ranking-box-right p {
	font-size: 13px;
}
/* ▲SP人気記事ランキング++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP連載記事ヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.serial-header {
    margin: 0px;
}
/* ▲SP連載記事ヘッダー++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP関連記事表示+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.related-post {
    margin: 40px auto 0px;
    padding: 15px 5px 0px;
}
.related-post h3 {
    font-size: 14px;
    letter-spacing: 5px;
    padding: 5px 5px 5px 10px;
    top: -20px;
    left: 20px;
}
.related-post ul li {
    padding: 5px;
    margin: 0px 0px 5px;
}
.related-post p {
    font-size: 12px;
}
/* ▲SP関連記事表示+++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search-result {
    font-size: 20px;
	margin: 0px 0px 10px;
}
.search-number {
    font-size: 16px;
	margin: 0px 0px 30px;
}
.search-number span {
    font-size: 28px;
}
/* ▲SP検索結果表示++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ▼SP404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notfound-box {
    max-width: 600px;
    margin: 0px auto 30px;
    padding: 80px 10px 0px;
}
.notfound-box p {
    text-align: left;
    margin: 20px auto 0px;
}
.notfound-button a {
    max-width: 300px;
    margin: 0px auto 40px;
    font-size: 14px;
    padding: 10px;
}
/* ▲SP404ページ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
/* ▲SP用CSS============================================================================================================================================================================ */


/* ▼アニメーションCSSここから============================================================================================================================================================= */
/* ▼ロゴアニメ */
@keyframes logo-anime {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* ▼ロゴアニメ */
@keyframes fade-in-down {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/* ▲ロゴアニメ */
.archive-top-new {
    animation: top-new-filter 3s infinite;
}
@keyframes top-new-filter {
    0%{
        background-color: #f23f7c;
    }
    50%{
        background-color: #bd1a5f;
    }
    100% {
        background-color: #f23f7c;
    }
}
.archive-top-new img {
    animation: top-new-img-filter 3s infinite;
}
@keyframes top-new-img-filter {
    0%{
        filter: grayscale(100%) brightness(500%);
    }
    50%{
        filter: grayscale(0%) brightness(100%);
    }
    100% {
        filter: grayscale(100%) brightness(500%);
    }
}
/* ▲アニメーションCSSここから============================================================================================================================================================= */



/* ▼WPページネーションCSS=========================================================================================== */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination a {
  font-weight: 300;
  margin: 0px 1px;
  padding-top: 10px;
  text-decoration: none;
  background-color: #171717;
  min-width:40px;
  min-height:40px;
  color: #FFF;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #999;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  display: block;
  position: relative;
}
.pagination li.first span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: -6px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination li.first span::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: 0;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination li.last span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	right: -6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagination li.last span::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	right: 0;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagination li.previous span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: -3px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination li.next span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	right: -3px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagination li.current a {
 background-color: #545454;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}


@media only screen and ( max-width: 550px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: static !important;
  }
}
/* ▲WPページネーションCSS=========================================================================================== */




/* ▼メニューCSSここから============================================================================================================== */
#nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 90px;
  width: 90px;
  cursor: pointer;
  background-color: rgba(254,239,0,0.8);
  border-radius: 0px 0px 0px 10px;
}
#nav-toggle > div {
  position: relative;
  width: 60px;
  margin: 0px auto;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #171717;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 35px;
}
#nav-toggle span:nth-child(2) {
  top: 45px;
}
#nav-toggle span:nth-child(3) {
  top: 55px;
}


.open #nav-toggle span {
  background: #171717;
}
.open #nav-toggle span:nth-child(1) {
  top: 45px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 35px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 45px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9998;
}

#gloval-nav {
  background-color: rgba(255,255,0,0.9);
  width: 100%;
  height: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9997;
  text-align: center;
  visibility: hidden;
  font-size: 18px;
  padding: 80px 30px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#gloval-nav a {
  color: #171717;
  text-decoration: none;
  transition: all .6s ease;
}
#gloval-nav a:hover {
  opacity: 0.5;
}
.gloval-nav-logo {
   width: 80%;
   max-width: 230px;
   margin: 0px auto 30px;
   opacity: 0;
   -webkit-transform: translateX(200px);
          transform: translateX(200px);
   transition: opacity .2s ease, -webkit-transform .6s ease;
   transition: transform .6s ease, opacity .2s ease;
   transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
.gloval-nav-menu {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 50px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gloval-nav-menu a  {
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  display: block;
}
.gloval-nav-menu li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  width: 25%;
  padding: 10px;
}
.gloval-nav-menu a span {
  font-size: 12px;
  padding-top: 10px;
}
.gloval-nav-category {
     width: 100%;
     max-width: 300px;
     margin: 0px auto 80px;
     -webkit-transform: translateX(200px);
           transform: translateX(200px);
   opacity: 0;
   transition: opacity .2s ease, -webkit-transform .6s ease;
   transition: transform .6s ease, opacity .2s ease;
   transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
.gloval-nav-category p {
    font-weight: bold;
    text-align: center;
    margin: 0px auto 20px;
}
.gloval-nav-sns-title {
    font-size: 32px;
    margin: 0px auto 10px;
    opacity: 0;
    -webkit-transform: translateX(200px);
           transform: translateX(200px);
   transition: opacity .2s ease, -webkit-transform .6s ease;
   transition: transform .6s ease, opacity .2s ease;
   transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
.gloval-nav-sns {
     width: 100%;
     max-width: 180px;
     margin: 0px auto 80px;
     display: flex;
     opacity: 0;
     justify-content: space-between;
     -webkit-transform: translateX(200px);
           transform: translateX(200px);
   transition: opacity .2s ease, -webkit-transform .6s ease;
   transition: transform .6s ease, opacity .2s ease;
   transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
.gloval-nav-sns li {
    height: 40px;
    width: 40px;
}
.gloval-nav-sns li a {
    display: block;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open .gloval-nav-menu li,.open .gloval-nav-logo,.open .gloval-nav-sns-title,.open .gloval-nav-sns,.open .gloval-nav-category {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

@media screen and (max-width: 1024px) {
.gloval-nav-menu li {
  width: 25%;
  padding: 5px;
}
}

@media screen and (max-width: 900px) {
#nav-toggle {
   width: 60px;
   height: 60px;
   top: 0px;
   right: 0px;
}
#nav-toggle > div {
  width: 38px;
}
#nav-toggle span {
  height: 2px;
}
#nav-toggle span:nth-child(1) {
  top: 21px;
}
#nav-toggle span:nth-child(2) {
  top: 29px;
}
#nav-toggle span:nth-child(3) {
  top: 37px;
}
.open #nav-toggle span:nth-child(1) {
  top: 29px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 24px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#gloval-nav {
  font-size: 14px;
  padding: 40px 20px;
}
.gloval-nav-logo {
   width: 50%;
   max-width: 150px;
   margin: 0px auto 15px;
}
.gloval-nav-menu {
  margin: 0px auto 30px;
}
.gloval-nav-menu a  {
  padding: 10px 0;
}
.gloval-nav-menu li {
  width: 100%;
  padding: 5px;
}
.gloval-nav-category {
    margin: 0px auto 40px;
}
.gloval-nav-category p {
    margin: 0px auto 10px;
}
.gloval-nav-sns {
     margin: 0px auto 150px;
}
}

@media screen and (max-width: 540px) {
.gloval-nav-menu li {
  width: 100%;
  padding: 5px;
}
}
/* ▲メニューCSSここまで============================================================================================================== */




/* ▼SlickCSSここから============================================================================================== */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 35%;
	margin: auto;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background-color: rgba(255,255,255,0);
	border-radius: 50%;
}
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 35%;
	margin: auto;

    display: block;

    width: 45px;
    height: 45px;
    padding: 0;
   

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	z-index: 50;
	background-color: rgba(255,255,255,0);
	border-radius: 50%;
}
@media screen and (max-width: 900px) {
.slick-prev, .slick-next {
    top: 30%;
}
}

.slick-prev:before
{
	display: block;
	top: 30%;
	left: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	border-top: 1px solid #feef00;
	border-left: 1px solid #feef00;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slick-next:before
{
	display: block;
	top: 30%;
	right: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	border-top: 1px solid #feef00;
	border-right: 1px solid #feef00;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
.slick-prev:before {
    left: 15px;
}
.slick-next:before {
    right: 15px;
}
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
	content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* ▼イニシャライズされるまで非表示 */
.archive-top-slide {
  display:none;
}
.archive-top-slide.slick-initialized {
  display: block;
}
/* ▲イニシャライズされるまで非表示 */
/* ▲SlickCSSここまで============================================================================================== */



/* ▼フォームCSS=================================================================================================== */
input[type="text"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    padding: 5px;
	font-size: 14px;
	color: #171717;
	border: solid 1px #171717;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 100%;
    max-width: 600px;
}
input[type="email"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    padding: 5px;
	font-size: 14px;
	color: #171717;
	border: solid 1px #171717;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 100%;
    max-width: 600px;
}
input[type="tel"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    padding: 5px;
	font-size: 14px;
	color: #171717;
	border: solid 1px #171717;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 100%;
    max-width: 600px;
}
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
    padding: 5px;
	font-size: 14px;
	color: #171717;
	border: solid 1px #171717;
	outline: none;
	margin-top: 5px;
	margin-bottom: 5px;
    width: 100%;
    max-width: 600px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"] {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #FFF;
    border: solid 3px #171717;
    margin: 0px auto;
    padding: 10px 20px;
}
.wpcf7-submit {
font-size: 17px;
color: #171717;
}
.wpcf7-submit:hover {
background-color: #dcdcdc;
color: #e8007b;
}
/* ▲フォームCSS=================================================================================================== */
