@charset "UTF-8";

/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #464646;
  background-color:#FFFFFF;
  word-wrap: break-word;
  letter-spacing: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:'Noto Sans JP', sans-serif,"メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  background-color: #f3ebde;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul{
  padding: 0;
}
input {
	background-color: #A7A7A7;
	border: none;
	border-radius: 30px;
	padding: 10px 50px;
	/*color: #FFF;*/
	cursor: pointer;
	cursor: hand;
	font-family:'Noto Sans JP', sans-serif,"メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

address{ font-style:normal;}

img {
  width: 100%;
  width: 100%\9;
  border: none;
  vertical-align: middle;
}

svg{width:100%;}

a {
	color:#000;
	text-decoration: underline;
	}
a:hover {
	text-decoration:none;
	}
a:visited {
	color:#000;
	}

/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}


/* =========== pageBase =========== */
div.base_area {
  position: relative;
  margin:0;
  padding:0;
  min-width: 320px;
  width: 100%;
}
/* =========== pageBase =========== */



/* =========== mainArea =========== */
div.main_area {
  position:relative;
  margin:0;
  padding:0;
}
/* =========== mainArea =========== */



/* =========== contentArea =========== */
div.content_area {
  position: relative;
	max-width: 80%;
	margin:0 auto;
  margin-bottom: 5%;
}
div.content_area_inner {
  position: relative;
	width:100%;
	margin:0 auto;
	padding:0;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.content_area {
  	max-width: 90%;
}
}

/* 作品仮想ページ */
#contentArea_works {
  padding-top: 10%;
}
/* =========== contentArea =========== */



/* =========== headerArea =========== */
.header_area{
    position: relative;
    height: 70vh;
	}
div.header_head{
	position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
div.header_head h1{
	display: block;
	font-size:36px;
  text-align: center;
  margin: auto;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}
div.header_head h1 a{
    text-decoration: none;
}
div.header_head h1 span{
	display: block;
	font-size:28px;
	line-height: 1.2;
	font-weight: lighter;
	}

div.header_head p{
    display: inline-block;
	font-size:12px;
	}

div.header_head h1 img{
	width: 70%;
	}

/* 768px */
@media only screen and (max-width: 48em) {
  .header_area{
      height: 50vh;
  	}
  div.header_head h1{
    line-height: 1.2;
    }
  div.header_head h1 span{
    padding-top: 15px;
    }
}
/* 480px */
@media only screen and (max-width: 30em) {
div.header_head h1 img{
	width: 50%;
	}
}
/* =========== headerArea =========== */



/* =========== navigation =========== */
.c-header {
  align-items: center;
  background-color: #f3ebde;
  box-sizing: border-box;
  /*display: flex;
  justify-content: end;*/
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 65%;
  margin: auto;
  font-family: "Comfortaa", sans-serif;
}
.c-header__logo {
  color: #000; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}
.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}
.c-header__list-item {
  list-style: none;
  text-decoration: none;
  flex: auto;
  text-align: center;
}
.c-header__list-link {
  display: block;
  /*margin-right: 20px;*/
  text-decoration: none;
  padding: 10px 0px;
  font-weight: bold;
  color: #464646;
}
.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}
.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-header {
    width: 95%;
    margin: auto;
  }
  /* .c-hamburger-menu__list {
    background-color: #ffffff; /* カスタマイズしてください */
    /*align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    /* position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    /* top: 100%;
    width: 100%; */
  /*}

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  } */
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 750px) {
  /*.c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 32px;
  }*/
}

.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 1px;
  transition: 0.3s;
  width: 20px;
}

@media screen and (max-width: 750px) {
  /*#hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }*/
}
/* =========== navigation =========== */






/* =========== gnav =========== */
/* ===== pc ===== */
nav.gnavi{
	position: fixed;
	top: 200px; /*180*/
	left: 200px;
	margin: 0;
	width: 300px;
	height: 100vh;
	background-color: #FFFFFF;
	z-index: 999;
	}
nav.gnavi ul{
	list-style:none;
	}
nav.gnavi ul li{
	font-size:18px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'Walter Turncoat', cursive;*/
	}
nav.gnavi ul li a{
    position: relative;
	display:block;
	margin:0;
	/*padding: 10px 0;*/
	transition:all 0.3s;
    text-decoration: none;
    color: #393939;
	}

/* hover */
/*nav.gnavi ul li a:hover{
	color: #939393;
	}*/
/* hover1 */
.hover1 a{
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.hover1 a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #C7C7C7;
  transition: all 0.3s ease 0s;
}
.hover1 a:hover {
  cursor: pointer;
  color: #bc8f8f;
}
.hover1 a:hover::after {
  width: 100%;
}
/* hover2 */
.hover2 a{
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.hover2 a:hover {
  color: #bc8f8f;
  transition: all 0.3s ease 0s;
}

/* SNS */
nav.gnavi .icon_sns a{
	display: inline-block;
	text-align: left;
	width: 25px;
	margin-right: 2px;
	}

/* 1200px */
@media only screen and (max-width: 75em) {
nav.gnavi{
	left: 100px;
	}
}

/* 1024px */
@media only screen and (max-width: 64em) {
    /*nav.gnavi{
        width: 240px;
        }*/
    nav.gnavi ul li{
        font-size:12px;
        }
}
/* 768px */
@media only screen and (max-width: 48em) {
    nav.gnavi{
        display: none;
        }
}


/* ===== mb ===== */
nav.gnavi_mb {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding: 130px 20px 50px 20px;
	border-bottom: 1px solid #E3E3E3;
}
nav.gnavi_mb ul {
    margin: 0 auto;
    width: 100%;
}
nav.gnavi_mb ul li {
    font-size: 1.4em;
    list-style-type: none;
    padding: 0;
    width: 100%;
	position: relative;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}
nav.gnavi_mb ul li a {
    display: block;
    color: #393939;
    padding: 5px 0;
	text-decoration: none;
}
nav.gnavi_mb.active {
    transform: translateY(0%);
}
#menu_bar01_mb:checked ~ #links01_mb li,
#menu_bar02_mb:checked ~ #links02_mb li {
    height: 50px;
    opacity: 1;
}

/* ハンバーガー */
.gnavi_mb_toggle {
    display: none;
    position: fixed;
    right: 13px;
    top: 20px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
}
.gnavi_mb_toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px #393939;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.gnavi_mb_toggle span:nth-child(1) {
    top: 9px;
}
.gnavi_mb_toggle span:nth-child(2) {
    top: 18px;
}
.gnavi_mb_toggle span:nth-child(3) {
    top: 27px;
}
.gnavi_mb_toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gnavi_mb_toggle.active span:nth-child(2),
.gnavi_mb_toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SNS */
nav.gnavi_mb .icon_sns a{
	display: inline-block;
	text-align: left;
	width: 25px;
	margin-right: 2px;
	}

@media only screen and (max-width: 48em) {
.gnavi_mb_toggle {
    display: block;
}
}
/* =========== gnav =========== */



/* =========== 共通 =========== */
.heading_box {
  text-align: center;
}
/* h2 */
h2.heading2 {
  display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
 	border-bottom: 1px solid #464646;
	font-family: "Mulish", sans-serif;
}
/* h2_2 */
h2.heading2_2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	padding-bottom: 5px;
 	border-bottom: 1px solid #464646;
	font-family: "Mulish", sans-serif;
}

/* h3 */
h3.heading3 {
	font-size: 14px;
	font-weight: bold;
}
h3.heading3 span {
	font-family: 'Josefin Sans', sans-serif;
}
/* h3_2 ブログ記事タイトル用*/
h3.heading3_2 {
	font-size: 18px;
	font-weight: bold;
	color: #a28d69;
  font-family: "Mulish", sans-serif;
  letter-spacing: 1px;
}
h3.heading3_2.category_1::before{
	display: block;
	content: '読書日記';
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 5px;
	font-weight: normal;
	font-size: 13px;
	background-color: #696969;

}

/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_2 {
	margin-bottom: 30px;
	font-size: 18px;
}
}

/* アニメーション */

/* =========== 共通 =========== */



/* =========== footer =========== */
footer.footer_area{
  background-color: #464646;
	padding: 50px 0;
}
small.footer_copyright{
	display: block;
	font-size: 12px;
	letter-spacing: 1;
  text-align: center;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
}
/* 768px */
@media only screen and (max-width: 48em) {
footer.footer_area{
	margin: 0;
	padding: 30px 0 30px 0;
}
small.footer_copyright{
	text-align: center;
}
}
/* =========== footer =========== */
