@charset "UTF-8";
/*
Theme Name: blog
Author: blog
Description: blog
Version:1.5
License: GNU General Public License v2 or later
License URI: LICENSE
*/

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1.7;
  background-color: #ffffff;
  color: #333333;
  text-align: justify;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

body,
html {
  padding: 0;
  margin: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* テキスト */
h1 {
font-size: 1.5em;
font-weight: 300;
}

h2 {
  font-size: 1.25em;
  font-weight: 600;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.875em;
}
h6 {
  font-size: 0.875em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
}

h1 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
}

button,
input,
label,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
p {
  margin: 0 0 1em;
}
.bold {
  font-weight: 600;
}
.sp {
  display: none !important;
}
.ipSp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .ip {
    display: none !important;
  }
  .ipSp {
    display: inherit !important;
  }
}

@media only screen and (max-width: 480px) {
  .sp {
    display: inherit !important;
  }
  .pc {
    display: none !important;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.d-flex-around {
  justify-content: space-around;
}
.d-flex-start {
  justify-content: flex-start;
}
.d-flex-end {
  justify-content: flex-end;
}
.d-flex-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.flex-reverse {
  flex-wrap: wrap-reverse;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

p.text-center,
.text-center p {
  line-height: 1.8em;
}

.col2{width: 48%;}
.col3{width: 30%;margin-right: 5%;margin-bottom: 30px;}
.col3:nth-of-type(3n){margin-right: 0;}

@media only screen and (max-width:768px){
.col2{width: 100%;}
.col3{width: 48%;margin-right: 0;}
.col3:nth-of-type(2n){margin-right: 0;}
.col2:last-child,
.col3:last-child{margin-bottom: 0;}
}

@media only screen and (max-width:520px){
.col3{width: 100%;}
}


.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal !important;
}
.pink {
  color: #ff6e96;
}
.red {
  color: #d9382b;
}
.orange {
  color: #ec6c00;
}
.yellow {
  color: #f7b52c;
}
.green {
  color: #3c9638;
}
.blue {
  color: #0082c8;
}
.white {
  color: #ffffff;
}
.black {
  color: #333333;
}
.darkgray {
  color: #b4b4b5;
}

/* ------------------------------------------------
外枠
------------------------------------------------
*/

.container-inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

main {
  margin-bottom: 10vh;
}

.container {
  padding-top: 10vh;
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 5vh;
  }
  .container {
    padding-top: 5vh;
  }
  .container-inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 520px) {
  main {
    margin-bottom: 5vh;
  }
}

/* ------------------------------------------------
共通箇所
------------------------------------------------
*/

/* ------------------------------------------------
header 
------------------------------------------------
*/

header {
  padding: 30px 0 20px;
}

header nav.d-flex {
  align-items: center;
}

#header-logo {
  max-width: 100px;
  margin: 0 auto 20px;
  line-height: 0;
	transition: ease .5s;
}

#header-logo:hover{
opacity:.7;
}

.nav-wrapper ul.grand-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-wrapper ul.grand-menu li {
  font-style: normal;
  font-size: 1.75em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin: 0 20px;
}

.nav-wrapper ul.grand-menu li a {
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  color: #333333;
  transition: 0.6s ease;
}

.nav-wrapper ul.grand-menu li a:before {
  position: absolute;
  background: #333333;
  content: "";
  width: 20px;
  height: 2px;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.6s ease;
}

.nav-wrapper ul.grand-menu li a:hover::before {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 20px 0 15px;
  }
  #header-logo {
    max-width: 80px;
  }
  .nav-wrapper ul.grand-menu li {
    font-size: 1.5em;
  }
  .nav-wrapper ul.grand-menu li {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 480px) {
  #header-logo {
    max-width: 45px;
    margin: 0 auto 10px;
  }
}

/* --------------footer-------------- */

footer {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-align: right;
  padding: 25px 0;
  background-color: #333333;
  line-height: 1;
}

footer a {
  color: #ffffff;
}

footer p {
  font-size: 0.875em;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  footer {
    text-align: center;
    padding: 20px 0;
  }
}

/* ------------------------------------------------
content
------------------------------------------------
*/

/*----------------------------
コンテンツ
----------------------------*/

/* アニメーション設定*/
.fadein {
  opacity: 0;
}

.fadein.is-active {
  opacity: 1;
  transition: 2.5s;
}

/* --------------page title-------------- */

.main-tit {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
}

.single-tit {
  font-size: 1.55em;
  margin: 20px 0 25px;
padding-bottom:10px;
border-bottom: 2px dashed #333333;

}

@media only screen and (max-width: 1200px) {
  .main-tit {
    font-size: 1.75em;
  }
}

@media only screen and (max-width: 920px) {
  .main-tit {
    font-size: 1.5em;
  }
  .single-tit {
    font-size: 1.25em;
    margin: 10px 0 15px;
  }
}

@media only screen and (max-width: 520px) {
  .main-tit {
    margin-bottom: 20px;
  }
}

/* --------------アーカイブ-------------- */

.archive-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-post {
  width: 32%;
  margin: 0 2% 50px 0;
}

.archive-post:nth-of-type(3n) {
  margin: 0 0 50px 0;
}

.archive-post .post-thumbnail {
  overflow: hidden;
  line-height: 0;
  border-radius: 15px;
  margin-bottom: 15px;
}

.archive-post a img {
  transition: ease 0.7s;
}

.archive-post a:hover img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.post-description h3 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin: 5px 0;
}

.post-description p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.post-time {
  text-align: right;
}

@media only screen and (max-width: 920px) {
  .post-description h3 {
    font-size: 0.875em;
  }
  .post-description p {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 768px) {
  .archive-post {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .archive-post:nth-of-type(3n) {
    margin: 0 4% 20px 0;
  }
  .archive-post:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .post-description h3 {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .post-description p {
    font-size: 0.714em;
  }
}

/* --------------パンくず-------------- */
ul.breadcrumb-list {
  font-size: 0.813em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

ul.breadcrumb-list li:not(:first-child) {
  margin-left: 10px;
}

ul.breadcrumb-list li:not(:first-child):before {
  content: "/";
  padding-right: 10px;
}

ul.breadcrumb-list li:last-child:after {
  content: "";
}
ul.breadcrumb-list li:last-child {
  color: #b4b4b5;
}

ul.breadcrumb-list li a {
  transition: ease 0.3s;
}
ul.breadcrumb-list li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 480px){
ul.breadcrumb-list {margin-bottom: 25px;}
}


/* --------------pagination-------------- */

.nav-links {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.pagination .page-numbers {
  margin: 0 25px 20px 0;
  color: #333333;
  transition: ease 0.3s;
  line-height: 0;
  position: relative;
}

.pagination .page-numbers:after {
  position: absolute;
  background: #333333;
  content: "";
  width: 15px;
  height: 2px;
  opacity: 0;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.6s ease;
}

.pagination .page-numbers:hover:after {
  opacity: 1;
}

.pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .dots {
  background: transparent;
}

/* --------------single page-------------- */
.col--l .content {
  width: 65%;
}
.sidebar {
  width: 28%;
}

.col--l .content article{margin-bottom:40px}

@media only screen and (max-width: 768px) {
  .col--l .content {
    width: 100%;
  }
  .col--l .sidebar {
    display: none;
  }
}

.col--l .content article h2,
.col--l .content article h3,
.col--l .content article h4,
.col--l .content article h5,
.col--l .content article h6{
margin-bottom: 0.5em;
}

.col--l .content article p,
.col--l .content article figure {
  margin-bottom: 2em;
}

.col--l .content article h2 {
font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-left: 10px solid #333333;
  background-color: #e6e6e6;
  padding: 10px;
}

.col--l .content article h3{
border-bottom: 2px dashed #333333;
padding-bottom:5px;
}

.col--l .post-info {
  justify-content: flex-end;
}

.col--l .user::before {
  content: "";
  background-image: url(./images/user.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin: 0 3px 0 10px;
}

.col--l .content article a {
  text-decoration: underline;
}

.post-item {
  margin-top: 50px;
  font-size: 0.75em;
}

.post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}

.post-tags li {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}

.post-tags li a {
  color: #b4b4b5;
}
.post-tags li a::after {
  content: ",";
}
.post-tags li:last-of-type a::after {
  content: none;
}
.post-tags li {
  margin-right: 10px;
}

.sns-container li {
  width: 24.5%;
  font-size: 1.25em;
  letter-spacing: 0.1em;
}

.sns-container a {
  color: #ffffff;
  text-align: center;
  background-color: #333333;
  display: block;
  padding: 0.3em;
  transition: ease 0.6s;
}

.sns-container a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 480px) {
.col--l .content article p,
.col--l .content article figure {
	margin-bottom: 1.5em;
}
	
  .sns-container li {
    font-size: 1em;
  }
}

/* sidebar */
.sidebar .side-area {
  margin-bottom: 50px;
  border: 1px solid #333333;
  border-radius: 15px;
  padding: 20px 20px;
}

.sidebar a {
  display: block;
}

.sidebar h2 {
  font-size: 1.75em;
  line-height: 1em;
  border-bottom: 2px dashed #333333;
  padding-bottom: 0.2em;
  margin: 0;
}

.sidebar .archive-post {
  width: 100%;
  margin: 20px 0 0;
}

.sidebar .new .post-thumbnail {
  line-height: 0;
  margin-bottom: 10px;
}

.sidebar .new .post-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.sidebar .new h3 {
  font-size: 0.875em;
  margin-bottom: 0;
}

.sidebar .new p {
  font-size: 0.75em;
  text-align: right;
  margin-bottom: 5px;
}

/* 検索フォーム */
.search-container {
  font-size: 0.875em;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #333333;
  border-radius: 50px;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.search-container input[type="text"] {
  width: 100%;
  border: none;
  color: #333333;
  padding: 8px 10px;
}

.search-container input[type="text"]:focus {
  outline: 0;
}

.search-container input[type="submit"] {
  cursor: pointer;
  background-image: url(./images/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255, 0);
  background-position: center;
  border: none;
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  right: 8px;
  top: 3.5px;
  outline: none;
}

.sidebar .active ul li {
  font-size: 0.875em;
}
.sidebar .active ul li a {
  padding: 10px 0 0;
}

.side-tag ul {
  justify-content: flex-start;
}

.side-tag ul li {
  font-size: 0.75em;
  margin: 0 4px 10px 4px;
}

.side-tag ul li a {
  border: 1px solid #333333;
  background-color: #e6e6e6;
  padding: 5px 10px;
  border-radius: 50px;
  transition: ease 0.6s;
}

.side-tag ul li a:hover {
  color: #ffffff;
  background-color: #333333;
}

#related {
  margin-top: 8vh;
}

#related h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 480px) {
  #related {
    margin-top: 5vh;
  }
  #related .related-post {
    width: calc(100% / 2);
  }
}


/* 日記のみ前の記事を表示 */
.previous-post{
border: 1px solid #333333;
padding: 30px 25px 25px;
margin-bottom: 40px;
position: relative;
}

.previous-post::before,
.previous-post::after{
content: "";
background-color: #333333;
display: inline-block;
width: 15px;
height: 30px;
position: absolute;
top: -7px;
}

.previous-post::before{left: 25px;}
.previous-post::after{right: 25px;}

.previous-post .archive-post{
width: 100%;
margin: 0;
}

.previous-post a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}

.previous-post a::after{
content: "";
display: inline-block;
width: 18px;
height: 18px;
border-top: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(45deg);
}

.previous-post a .post-thumbnail{
width: 30%;
margin-bottom: 0;
}

.col--l .content article .previous-post a p{margin:0 20px;}

@media only screen and (max-width: 480px){
.previous-post{padding: 20px;margin-bottom: 25px;}
.previous-post::before,
.previous-post::after{
width: 10px;
height: 20px;
}
.previous-post::before{left: 15px;}
.previous-post::after{right: 15px;}
.previous-post a{justify-content: space-between;}
.previous-post a::after{width: 12px;height: 12px}
.previous-post a .post-thumbnail{display: none;}
.col--l .content article .previous-post a p{margin:0;}
}



/* --------------------------------------------------------------------------------------------------------------------------------------------
*
各ページ
*
--------------------------------------------------------
------------------------------------------------------------------------------------
*/

.mainTop {
  position: relative;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
  align-items: center;
}

.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}

.main-col {
  width: calc(100% / 2);
}

.main-col:nth-of-type(1) .slider {
  border-radius: 20px 0 0 20px;
}

.main-col:nth-of-type(2) .slider {
  border-radius: 0 20px 20px 0;
}

.slide-tit {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.slide-tit h1 {
  font-size: 7em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.new-post a {
  position: relative;
}

#site-content-top .post-category {
  font-size: 0.875em;
  padding: 3px 10px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#site-content-top .post-tit {
  text-align: center;
  margin-bottom: 2em;
}

#site-content-top .post-tit h2 {
  font-size: 2.5em;
  margin-bottom: 0;
  line-height: 1;
}

#site-content-top .content {
  margin-bottom: 8vh;
}

.Btn {
  margin-top: 30px;
  text-align: center;
}

.Btn a {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 8px 30px;
  border-radius: 50px;
  position: relative;
}

.Btn a::after {
  content: "";
  background-color: #333333;
  display: inline-block;
  height: 1px;
  width: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: ease 0.6s;
}

.Btn a:hover::after {
  right: -20px;
}

@media only screen and (max-width: 768px) {
  .mainTop {
    padding: 0 20px;
  }
  .slide-tit h1 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 480px) {
  .slide-tit h1 {
    font-size: 2.5em;
  }
  #site-content-top .post-tit {
    margin-bottom: 1em;
  }
  #site-content-top .post-tit h2 {
    font-size: 2em;
  }
}

/*----------------------------
page
----------------------------*/

.lp-col{margin-bottom: 50px;}

.about h2{
font-size: 3.5em;
text-align: center;
letter-spacing: 0.08em;
margin-bottom: 0.1em;
}

.aboutImg{
width: 320px;
height: 320px;
margin: 0 auto 20px;
}

.aboutImg img{
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
}

@media only screen and (max-width:480px){
.lp-col{margin-bottom: 30px;}
.lp-col p{text-align: justify;}
.about br{display: none;}
.about h2{font-size: 2.5em;}
.aboutImg{width: 250px;height: 250px;}
}
