@charset "utf-8";


/* creative
---------------------------------------------*/
.content {
padding-top: 150px;
padding-bottom: 150px;
}
.content-block {
width:100%;
margin: 0 auto;
}
.content-head {
padding-top: 150px;
padding-bottom: 0px;
}
.content-head h1{
font-size: 16px;
}
.content-head h2{
font-size: 96px;
}
.content-head p{
font-size: 14px;
letter-spacing: 0.1em;
}

.grid{
display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px;
}

.card {
  overflow: hidden;
  padding: 0;
margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
}
.text-content {
  padding: 16px;
}
.text-content .title {
  margin: 0 0 36px 0;
  font-size: 16px;
  color: #333;
}
.text-content .caption {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: #555;
}
.content-meta {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}
.date {
  float: left;
  color: #aaa;
}
.categories {
  display: inline-block;
  float: right;
color: #aaa;
}

.card-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.thumbnail-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
.thumbnail-wrapper::after {
  transition: 0.5s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
background: linear-gradient(126deg, rgba(0,106,219,0.7) 0%, rgba(0,233,255,0.7) 90%); 
  background-size: 800% 800%;
  opacity: 0;
}
.thumbnail-wrapper img{
  transition: 0.5s;
  display: block;
  max-width: 100%;
}
.more-text {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  display: inline-block;
  padding: 6px 12px 8px;

  color: #fff;
  font-size: 18px;
  opacity: 0;
}
.card:hover .thumbnail-wrapper::after {
  opacity: 0.8;
  animation: bg-gradient 30s ease infinite;
}
.card:hover .thumbnail-wrapper img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.card:hover .more-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@keyframes bg-gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
/* creative page
----------------------------------------------- */
.page {
display: block;
padding-top: 50px;
}
.page-head {
display: block;
}
.page-head img {
width: 100%;
height: 400px;
object-fit: cover;
}

.content-inner {
padding-top: 50px;
padding-bottom: 100px;
}
.page-head {
padding-top: 20px;
padding-bottom: 20px;
}

.page h1 {
padding-left: 50px;
padding-right: 50px;
width: 80%;
margin: 40px auto;
border-left: 2px solid #666;
}
.page h2 {
padding: 0.1em 0.3em;
border-left: 10px solid #00bfff;;
border-bottom: 2px solid #bbb;
margin-bottom: 1em;
}

.page h3 {
font-size: 26px;
margin-bottom: 1em;
}
.page h4 {
font-size: 23px;
margin-bottom: 1em;
}
.page p {
line-height: 2.0;
margin-bottom: 2em;
}
.page p a {
color: #0099ff;
font-weight: 900;
text-decoration: underline;
}
.page p a:hover {
color: #000;
text-decoration: none;
}
/* page-elment */
.cobalt-blue {
color: #0068b7;
font-weight: 900;
}
.maker {
background: linear-gradient(transparent 20%, #ffff00 20%);
}

.page-head-unit {
overflow: hidden;
width: 80%;
margin: 0 auto;
font-size: 14px;
padding-left: 0px;
padding-right: 0px;
}
.page-meta {
float: left;
}
.page-date {
display: block;
color: #aaa;
}
.page-categories {
display: block;
text-transform: uppercase;
}
.page-categories a {
color: #0099ff;
font-weight: 900;
text-decoration: underline;
}
.sns-meta {
float: right;
color: #aaa;
}
.sns-share {
font-size: 14px;
text-transform: uppercase;
margin-right: -1em;
}
.sns-meta ul {
list-style: none;
}
.sns-meta li {
display: inline-block;
margin-left: 30px;
}
.sns-meta li a {
position: relative;
font-size: 18px;
}
.sns-meta li a:hover {
display: block;
text-decoration: none;
}
.sns-meta li a.facebook-share:hover {
color: #3b5998;
}
.sns-meta li a.twitter-share:hover {
color: #00acee;
}
/* page-list */
.page-list-title {
color: #00bfff;
font-size: 20px;
font-weight: bold;
margin: 0 0 10px 0;
}

.page-list {
background: #f0f0f0;
color: #000;
font-size: 18px;
font-weight: bold;
list-style-type: none;
border-left: solid 10px #00bfff;
padding:1em;
margin: 0 0 20px 0;
}
.page-list  li {
position: relative;
padding: 0.5em 1em 0.5em 2.3em;
margin-bottom:5px;
}
.page-list li:after,
.page-list li:before{
content:'';
position: absolute;
border-radius: 50%;
}
.page-list li:before {
top: 50%;
left: 0.2em;
width: 17px;
height: 17px;
background: rgba(25,118,210, 1);
transform: translateY(-50%);
}
.page-list li:after {
top: 1.1em;
left: 0.7em;
width: 14px;
height: 14px;
background: rgba(25,118,210, 0.5);
}
/* list-style-dot */
.list-style-dot {
color: #333;
font-weight: bold;
list-style:  none;
padding: 40px 20px 20px 20px;
margin-bottom: 60px;
background-color: #e8fbff;
}
.list-style-dot li {
padding: 0 0 0 20px;
margin: 0 0 20px 20px;
position: relative;
}
.list-style-dot li:after  {
display: block;
content: '';
position: absolute;
top: .5em;
left: 0px;
width: 10px;
height: 10px;
background-color: #00bfff;
border-radius: 100%;
}

/* page-container */
.page-container {
width: 62%;
margin: 0 auto;
}
.page-description {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding-top: 2em;
margin-bottom: 2em;
}
.page-container img {
margin-bottom: 2em;
}
p.wrap-text {
font-size:16px;
line-height: 1.7;
}


/* page-footer */
.page-footer {
padding-top: 2em;
}
.page-tag-box {
padding-bottom: 2em;
}
.page-tag {
display: block;
color: #aaa;
text-transform: uppercase;
}
.page-share-box {
border-top: 2px solid #666;
padding-top: 1.5em;
padding-bottom: 1em;
}
.page-share-box span{
display: block;
text-transform: uppercase;
text-align: center;
padding-bottom: 2em;
}
#page-share {
display: block;
height:auto;
width: 200px;
margin: 0 auto;
}
#page-share ul {
list-style: none;
}
#page-share li {
display: inline-block;
padding: 0;
margin-left: 45px;
}
#page-share a {
position: relative;
font-size:36px;
color: #000000;
}
#page-share li a:hover {
display: block;
text-decoration: none;
}
#page-share li a.facebook-share:hover {
color: #3b5998;
}
#page-share li a.twitter-share:hover {
color: #00acee;
}
/* -----------------------------------------------------------------------------

	レスポンシブ

----------------------------------------------------------------------------- */

/* Mobile yoko
---------------------------------------------*/

@media screen and (max-width: 896px) {

.content-head h2{
font-size: 86px;
}
.page-container {
width: 100%;
margin: 0 auto;
}
.page p {
color: #393939;
font-size: 17px;
line-height: 1.7;
margin-bottom: 2em;
}


}

/* Mobile tate
---------------------------------------------*/

@media screen and (max-width: 480px) {

.content-head h2{
font-size: 54px;
}
.page-head img {
width: 100%;
height: 300px;
object-fit: cover;
}
.page h1 {
padding-left: 20px;
padding-right: 20px;
width: 90%;
margin: 40px auto;
}
.page h1 {
font-size: 28px;
}
.page h2 {
font-size: 24px;
}
.page h3 {
font-size: 20px;
}

.row-content {
padding-left: 15px;
padding-right: 15px;
}
.sns-meta li {
margin-left: 10px;
}



}
