/*
Theme Name: Groove theme ver2.00
Author: Groove
Version: 2.0
License: It is protected by copyright
*/
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
/* ------------------------------------
Setting */

/* Basic */
body {
	line-height:1.8;
	color:#000;
	background-color: #fff;
	font-family: 'Comfortaa', cursive;
}
@media (min-width: 768px) {
}
/* Wrap */
.wrap {
	min-height: 100vh;
}
/* Text */
.title {
	position: relative;
}
.badge {
	border-radius: 0;
}
.badge-danger {
	color: #fff;
	background-color: #333;
}
.badge-default {
	color: #fff;
	background-color: #999;
}

/* Link */

a {
	color:#34495e;
}
a:hover ,
a:focus ,
a:active {
	color:#2c82c9;
}
.btn-default {
  color: #fff;
  background-color: #000;
  border: 0;
  padding:.75em 4em;
}

.btn-default:hover {
  color: #fff;
  background-color: #333;
}

.btn-default:focus {
  color: #fff;
  background-color: #333;
}

.btn-default:disabled {
  color: #fff;
  background-color: #999;
}

.btn-default:not(:disabled):active, .btn-default:not(:disabled).active {
  color: #fff;
  background-color: #333;
}
.btn-light {
  color: #000;
  background-color: #e2e2e2;
  border: 0;
  padding:.75em 4em;
  min-width: 300px;
}

.btn-light:hover ,
.btn-light:focus {
  color: #000;
  background-color: #d5d5d5;
}
.btn-light:disabled {
  color: #999;
  background-color: #f0f0f0;
}
.btn-light:not(:disabled):active, .btn-light:not(:disabled).active {
  color: #000;
  background-color: #d5d5d5;
}
.btn-primary {
	color: #fff;
	background-color:#191919;
	border: 0;
	border-radius: 0;
	padding:.5rem 2rem;
}
.btn-primary:hover ,
.btn-primary:focus {
	color: #191919;
	background-color:#eee;
}
.btn-primary:disabled {
	color: #fff;
	background-color:#666;
}
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled).active {
	color: #191919;
	background-color:#eee;
}
.btn-more {
    position: relative;
}
.btn-more:after {
	position: absolute;
	top:50%;
	right:1em;
	transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
}
/* Table */
.table {
	border-collapse: separate;
	border-spacing: 2px;
	width:100%;
}
.table th,.table td {
	padding:.75rem 1rem;
}
.table th {
	color: #fff;
	background-color: #333;
}
.table td {
	background-color: #fff;
}

/* Form */

.customizeform {
	background-color: #fff;
	padding:3rem;
}
*+.wpcf7>.customizeform {
	margin-top:3rem;
}
.customizeform .form-group {
    margin-bottom: 2rem;
}
.customizeform .form-control {
  background-color: #fff;
  border-color: #ced4da;
}
.customizeform .form-control:focus {
  background-color: #fff;
  border-color: #191919;
}
.customizeform span.wpcf7-list-item .wpcf7-list-item-label::before {
    background-color: #fff;
    border-color: #ced4da;
}
.customizeform .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label::after {
    background-color: #191919;
    border-color: #fff;
}
.customizeform .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label::after {
    color: #191919;
}
.customizeform span.wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::before ,
.customizeform span.wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    color: #191919;
    border-color: #191919;
    background-color: #fff;
}
.customizeform .wpcf7-submit {
    padding: 1rem 5rem;
    font-size: 1.25rem;
}
/* Header */
.header-wrap {
	background-color: #000;
	/* border-bottom: 2px solid #f80d78; */
	/* border-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%); */
	/* border-image-slice: 1; */
	background-image: url(http://sarino-web.gloomy.jp/test06/wp-content/uploads/2021/08/bk-line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navbar-brand {
	padding-top:1rem;
	padding-bottom:1rem;
}
.navbar-toggler {
	background-color: #fff;
	border-color: #777;
}
.navbar-toggler .icon-bar {
  background-color: #777;
}
.navbar-nav .nav-link {
	color:#e8e8e8;
	font-weight: 700;
}
.navbar-nav .nav-link:hover {
	color:#fff;
	opacity: 0.75;
}
.navbar-nav .nav-link .small {
	font-size:.75rem;
	font-weight: 400;
}
.navbar-nav .nav-link .small:before ,
.navbar-nav .nav-link .small:after {
	content: '-';
}
@media (min-width: 768px) {
.header-wrap {
	/* border-bottom: 8px solid #1f1f1f; */
	/* border-bottom: 2px solid #f80d78; */
	/* border-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%); */
	/* border-image-slice: 1; */
}
.navbar-brand {
	padding-top: .75rem;
	padding-bottom:.75rem;
}
	.navbar-brand img {
		height:84px;
		width:auto;
	}
	.navbar-collapse {
		margin-left: auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.footer-wrap .navbar-nav .nav-link ,
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 1rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		text-align: left;
	}
	.navbar-nav .nav-link .small {
		display: block;
	}
}
@media (max-width: 767px) {
	.navbar .navbar-brand {
		width: 100px;
		padding:1rem .5rem .5rem;
	}
	body.home .navbar-toggler {
		margin-top:.5rem;
	}
	.navbar-content {
		display: none;
	}
	.navbar-expand-md .navbar-collapse .container {
		padding-left:0;
		padding-right:0;
	}
	.navbar-expand-md .navbar-nav li+li {
		border-top:1px solid rgba(255,255,255,0.25);
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left:1rem;
		padding-right:1rem;
	}
	.navbar-expand-md .navbar-nav .nav-link .small {
		display: inline-block;
		font-size:70%;
		margin-left:.5rem;
	}
}

/* footer */

.footer-wrap {
	padding:1rem 0;
	background-color: #202020;
}
.copyright {
	font-size: 0.75rem;
	text-align: center;
	padding:1rem;
	background-color:#000000;
	color:#d7d7d7;
}
@media (min-width: 768px) {
	.footer-wrap {
		padding:4rem 0 2.5rem;
	}
	.footer-wrap .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 2rem auto;
    -ms-flex-pack: center;
    justify-content: center;
}
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}


/* Front */

.section-news {
	background-color:#f9f9f9;
	padding-top:4rem;
	padding-bottom:4rem;
}
@media (max-width: 767px) {

.front-news-wrap {
	background-color:#fff;
	padding:3.5rem 4.5rem;
}
}
.front-news-wrap {
	background-color:#fff;
	padding:.5rem .5rem;
}
.section-profile {
	border:8px solid #fff;
	border-width: 8px 0;
	background: #fff url('inc/images/profile-back.png') right bottom no-repeat;
	background-size: contain;
}
.section-profile h2 {
	letter-spacing: 0.1em;
	font-size: 1.75rem;
	line-height: 1.3;
}
.section-profile h3 {
	letter-spacing: 0.1em;
	font-size: 1rem;
	line-height: 1.3;
}
.section-diary {
	padding-top:4rem;
	padding-bottom:4rem;
	background-size: auto auto;
	background-color: rgb(241 241 241);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgb(247 247 247) 8px, rgb(247 247 247) 16px );
	border-bottom: 8px solid #fff;
}
.section-diary h2 {
	text-align: center;
	margin-bottom: 2.5rem;
	font-size: 2rem;
}
.diary-box{
	background-color:#fff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 25px;
}
.diary-box img {
	width:40%;
}
.diary-box .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-direction: column;
    flex-direction: column;	
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding:1rem 1.25rem .75rem;
    line-height: 1.5;
    }
.diary-box .card-body time {
    font-size: 1rem;
    letter-spacing: 0.1em;
    }
.diary-box .card-body .badge-default {
    font-size: .8rem;
    background-color: #000;
    margin-left: 0.25rem;
    }
.diary-box .card-body h3 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color:#000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    }
.diary-box .card-body .text-right {
    color:#979797;
    font-size: .8rem;
    }
.diary-box .card-body .text-right a {
    color:inherit;
    }

.section-store {
	background: #000 url('inc/images/store-back.jpg') center no-repeat;
	background-size: cover;
	color:#fff;
	padding-top:3.5rem;
	padding-bottom:3.5rem;
}
.section-store h2 {
	font-size: 1.6rem;
	line-height: 1.5;
}
article.page h1,
article.page h2,
article.page h3,
article.page h4,
article.page h5,
article.page h6,
article.post h1,
article.post h2,
article.post h3,
article.post h4,
article.post h5,
article.post h6 {
	font-weight: 700;
}


/* page */

.maincontents {
	border-top: 3px solid #fd5890;
	padding-top: 2rem;
}
.page__header {
	text-align: center;
	position: relative;
}
.page__header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.page__header-inner {
	position: absolute;
	width:100%;
	left:0;
	text-align: center;
	top:50%;
	transform: translateY(-50%);
	z-index:3;
    color: #fff;
}
.page__header-inner h1 ,
.page__header-inner p.lead {
	font-size:3rem;
	font-weight: 700;
	line-height: 1.5;
}
.page__header-inner p {
	font-weight: 700;
}
nav[aria-label="breadcrumb"] {
	background-color:#ececec;
	padding:.875rem 0;
	color:#191919;
	margin-bottom:2rem;
}
.breadcrumb {
	padding:0;
	font-size: .875rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1rem;
    padding-left: .5rem;
}
.breadcrumb-item a:hover {
	opacity: 0.75;
}
li.breadcrumb-item.active {
    /* opacity: 0.3; */
}
.entry-content>.section+.section {
	margin-top:3rem;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	nav[aria-label="breadcrumb"] {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.breadcrumb {
		white-space: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	nav[aria-label="breadcrumb"]::-webkit-scrollbar {
		height: 3px;
	}
	nav[aria-label="breadcrumb"]::-webkit-scrollbar-track {
		background-color: #FFF;
		border-radius: 5px;
	}
	nav[aria-label="breadcrumb"]::-webkit-scrollbar-thumb {
		background-color: #dcdcdc;
		border-radius: 5px;
	}
}

/* Single */
.post__body {
	background-color:#fff;
	margin-bottom:3rem;
}
.post__body:before ,
.post__body:after {
  content: "";
  display: block;
  clear: both;
}
.post__header {
	position: relative;
}
.post__media,
.post__content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.post__header+.post__content {
	border-top:1px solid #f7f7f7;
    padding-top: 1.5rem;
}
.post__media {
	text-align: center;
}
.post__fusion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post__meta--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.post__meta{
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post__fusion {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.post__meta--categories a ,
.post__fusion--tag a {
    color: #666;
    font-size: 0.875rem;
}
.post__meta--date {
    color: #666;
    font-size: 1rem;
}
.post__header--title {
    font-size: 1.75rem;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 700;
}
.post__fusion {
	margin-top:2rem;
	margin-bottom:2rem;
}
.post__fusion--shere a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    background-color: #333;
}
.post__fusion--shere--tw a {
    background-color: #1da1f2;
}
.post__fusion--shere--fb a {
    background-color: #1877f2;
}
.post__fusion--shere--li a {
    background-color: #00B900;
}
.post__fusion--shere a:hover {
opacity: 0.75;
}
.post__related,
.post__share {
	background-color:#f7f7f7;
}
.post__related--title,
.post__share--title {
	font-size: 1rem;
	font-weight: 700;
	padding-bottom:.25rem;
	border-bottom:1px solid #2e3131;
	margin-bottom:1.25rem;
}
.topics__list>li {
	padding:.5rem 0;
}
.topics__list>li>*:first-child {
    margin-right: 0;
}
.topics__list>li>*+* {
    margin-left: 1rem;
}
.topics__list>li .badge+.badge {
    margin-left: .25rem;
}
.topics__list>li:not(:first-child) {
    border-top: 1px solid #d1d1d1;
}
.post__navigation {
	margin-top:2.5rem;
	margin-bottom:2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size:.875rem;
}
.post__navigation a {
	color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: .5rem 2rem;
    display: block;
    text-align: center;
	color: #fff;
	background-color: #333;
}
.post__navigation a:hover {
	background-color: #666;
}
@media (min-width: 768px) {
.post__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post__meta--categories+.post__fusion--tag {
	margin-left: 1rem;
}
.post__related,
.post__share {
	padding:1rem 2rem;
}
}
@media (max-width: 767px) {
.post__related,
.post__share {
	padding:1rem;
}
}

.nothing {
	text-align: center;
	
}
.nothing h3 {
	font-size: 1.5rem;
	margin-bottom:1rem;
	font-weight: 700;
}
.nothing h3 small {
	display: block;
	opacity: 0.5;
	font-size: .75rem;
	
}
/* Widget */


.widget:not(.widget_media_image) {
	background-color:#fff;
	padding:1rem;
	box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	border:5px solid #ececec;
}
.widget+ .widget {
	margin-top:2rem;
}
.widget-title {
	padding-bottom: .5rem;
	font-size:1rem;
	border-bottom:1px solid #bdc3c7;
	margin-bottom:1rem;
}
.widget ul li {
	padding:.5rem 0;
	font-size: .875rem;
	position: relative;
}
.widget.widget_categories ul li:not(:first-child) ,
.widget.widget_recent_entries ul li:not(:first-child) {
	border-top:1px solid #bdc3c7;
}
.widget.widget_recent_entries ul li {
    display: -ms-flexbox;
    display: flex;
}
.widget.widget_recent_entries ul li span.post-date {
    order:1;
    margin-right: 1rem;
    color:#252525;
    white-space: nowrap;
    font-size:.75rem;
}
.widget.widget_recent_entries ul li a {
    order:2;
}
.widget ul li a {
    display: block;
	padding:.5rem 0;
	margin:-.5rem 0;
}
.widget ul li>a>.count {
	position: absolute;
	top:.675rem;
	right:.5rem;
	padding:.25rem .5rem;
	line-height: 1;
	background-color:#777777;
	color:#fff;
	border-radius: .25rem;
	font-size: .75rem;
}
.widget_categories ul li,
.widget_pages ul li {
	padding: 0;
}
.widget_pages ul li {
	padding-left:1.5rem;
	position: relative;
}
.widget_pages ul li:before {
	position: absolute;
	top:.75rem;
	left:1rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
}
.children {
	margin-left:1rem;
}
.widget_media_image {
	text-align: center;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}



/* pagination */

ul.page-numbers a, ul.page-numbers span {
	color: #191919;
	background-color: #ddd;
	border-color: #ddd;
}
ul.page-numbers a:hover {
	background-color: #999;
	border-color: #999;
}
ul.page-numbers .current {
	color: #fff;
	background-color: #191919;
	border-color: #191919;
}




/* --------------------------
Page */




body:not(.home) article.page ,
article.post ,
article.archive {
	min-height:100vh;
	/* padding-bottom:3rem; */
}
article.archive .post__header>* ,
article.page .post__header>* {
	margin-bottom:2rem;
	font-size: 1.8rem;
	padding-bottom: .25rem;
	background-image: url(http://sarino-web.gloomy.jp/test06/wp-content/uploads/2021/08/bk-line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
article.page .section .title h2 {
	line-height: 1.3;
	text-transform: uppercase;
}
article.page .section .title h2+p {
	opacity: 0.75;
}
@media (min-width: 768px) {
	article.page .section .title+.content ,
	article.page .section .content+.foot {
		margin-top:2rem;
	}
}
@media (max-width: 767px) {
}
p.footer-logo img {
    width: 200px;
}
h2.foot-sns {
    text-align: center;
    color: #fff;
    /* background-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%); */
    /* border-bottom: 2px solid #f80d78; */
    /* border-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%); */
    /* border-image-slice: 1; */
    background-color: #151515;
    line-height: 65px;
    letter-spacing: 0.2em;
    background-image: url(http://sarino-web.gloomy.jp/test06/wp-content/uploads/2021/08/bk-line.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.sns-sec {
    display: flex;
    /* border-bottom: 2px solid #f80d78; */
    /* border-image: linear-gradient(to right, #f80d78 0%, #8704ff 100%); */
    /* border-image-slice: 1; */
}
.sns-inner a {
    background-color: #ffffff;
    display: block;
    width: 100%;
    /* line-height: 100px; */
    border: 1px solid #e0cdde;
    color: #009fff;
    padding: 65px 0px;
}
@media (max-width: 767px) {
.sns-sec {
    display: block;
}
.sns-inner a {
    background-color: #ffffff;
    display: block;
    width: 100%;
    /* line-height: 100px; */
    border: 1px solid #e0cdde;
    color: #009fff;
    padding: 15px 0px;
}
}
.sns-inner {
    width: 100%;
    text-align: center;
}

.fab {
    font-size: 3rem;
    display: block;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #151515;
    width: 300px;
    padding: 10px;
    border: 1px solid #c90eb1;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
}
a.tw {
    color: #616161;
}
a.insta {
    color: #616161;
}
a.line {
    color: #616161;
}
a.tw:hover {
    color: #009fff;
    background-color: #000000;
}
a.insta:hover {
    color: #ff00de;
    background-color: #000000;
}
a.line:hover {
    color: #00c3a0;
    background-color: #000000;
}

table {
	width: 100%;
	font-size: 90%;
}
table, td, th {
    border-bottom: 1px solid #d8d8d8;
    border-collapse: collapse;
}
td, th {
    padding: 5px 10px;
    /* width: 30px; */
    /* height: 25px; */
}
th {
    color: #585858;
    background: #efefef;
    padding: 10px 10px;
}
.sc-ttl {
    background-color: #ed0d85;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.sc-ttl {
    background-color: #333333;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 110%;
    border-bottom: 3px solid #c70eb4;
}
.ando-sp {
    padding: 2rem;
}
img.top-vs {
    max-width: 220px;
    margin-bottom: 10px;
}
.sp-hidden {
    display: block;
}
.sp-visible {
    display: none;
}

@media (max-width: 767px) {
.sp-hidden {
    display: none;
}
.sp-visible {
    display: block;
}
}