/****************************************

          import

*****************************************/
@font-face {
  font-family: 'myfont';
  src: url('../fonts/myfont.woff?version=101') format('woff');
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?97627076');
  src: url('../font/fontello.eot?97627076#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?97627076') format('woff2'),
       url('../font/fontello.woff?97627076') format('woff'),
       url('../font/fontello.ttf?97627076') format('truetype'),
       url('../font/fontello.svg?97627076#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/****************************************

          global

*****************************************/
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;/* 10px */
}

body {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: -apple-system, BlinkMacSystemFont, helvetica, arial, 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDGothic', Meiryo, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size:16px; font-size:1.6rem;
	line-height: 1.5;
	text-align: left;
	background: #FBFBFB;
	color:#454545;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

::selection {
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.clearfix:before,
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0 !important;
}
.container{
	margin: auto;
	width: 70%;
	max-width: 1180px;
}

a{
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
strong{
	font-weight: bold;
}
.small-text{
	font-size: .8em;
	color: #999;
}
.matome{
	margin: 3.2em 0;
	padding: 1em 2em;
	background: white;
	font-weight: bold;
	border-radius: 2px;
	border-top: solid 1px #c6e7ff;
	border-right: solid 1px #c6e7ff;
	border-bottom: solid 1px #ffddae;
	border-left: solid 1px #ffddae;
}
.matome strong{
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color: #c6e7ff;
}
a.card{
	display: block;
	color: inherit;
	text-decoration: none;
	background: white;
	padding: 2em;
	margin-top: 1em;
	border-radius: 6px;
	box-shadow: 0 0 20px -10px rgba(133, 133, 133, .5);
}
a.card:before{
	content: "詳しく読む！";
	display: table;
	font-weight: normal;
	border-top: solid 1px #c6e7ff;
	border-right: solid 1px #c6e7ff;
	border-bottom: solid 1px #ffddae;
	border-left: solid 1px #ffddae;
	border-radius: 2px;
	padding: .2em .5em;
	font-size: .8em;
	margin-bottom: 1em;
}

@media ( max-width : 768px ) {
	body {
		font-size:15px; font-size:1.5rem;
	}
	.container{
		width: 90% !important;
	}
}
@media ( max-width : 480px ) {
	.container{
		width: 96% !important;
	}
}


/****************************************

          header

*****************************************/
#header-wrapper{
	background: white;
	text-align: center;
	color: #454545;
	box-shadow: 0 0 20px -10px rgba(133, 133, 133, .5);
	background-image: url(../pic/header_bg2.png), url(../pic/header_bg.svg);
    background-size: contain, contain;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}
#header{
}
#header a{
	color: inherit;
	text-decoration: none;
}
#site-title{
	font-size: 1.8em;
	font-family: "myfont";
	letter-spacing: -.3em;
}
#site-desc{
	font-size: .6em;
}


/****************************************
          page-title
*****************************************/
#page-title-wrapper{
	background-image: url(../pic/title_bg.png), url(../pic/title_bg2.png);
    background-size: contain, contain;
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}
#page-title{
	padding: 2em 1em;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#page-text{
	font-size: 1.2em;
}
#page-category{
	margin-top: 1em;
	font-size: .8em;
}
#page-category a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
	margin-right: .5em;
}
#page-date{
	font-size: .8em;
}
#page-img-wrapper{
	display: table;
	margin-left: auto;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	background: #c6e7ff;
	border: solid 2px #ffddae;
	overflow: hidden;
}



/****************************************

          breadcrumb

*****************************************/
#breadcrumb{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: .8em;
}
#breadcrumb a{
	color: inherit;
	text-decoration: none;
}

/****************************************

          main

*****************************************/
#main{
	margin-top: 1em;
}
#main-content{
}
#sub-content{
	margin-top: 6em;
}
#main-content .container{
	width: 54%;
}

@media ( max-width : 768px ) {
	#main-inner{
		display: block;
	}
	#main-content{
		width: 100%;
	}
	#sub-content{
		width: 100%;
	}
}

/****************************************
          single
*****************************************/
#single{
	margin-top: 3em;
	letter-spacing: .08em;
}
#single-footer{
	margin-top: 6em;
}

#single ul,
#single ol{
	margin: 3.2em 0;
	padding: .5em 1em .5em 2em;
	border-left: solid 2px #ffddae;
	border-right: solid 2px #c6e7ff;
}
#single * ul,
#single * ol{
	margin: 0;
	border: none;
	padding: 0;
	padding-left: 2em;
}
#single li{
	margin: .5em 0;
}

#single h2{
	position: relative;
	margin-top: 4em;
	padding: .3em;
	padding-left: 1em;
	font-size: 130%;
	font-weight: bold;
}
#single h2:before{
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #c6e7ff;
	background: linear-gradient(0deg, #c6e7ff 0% 33%, #ffddae 33% 100%);
}
#single h3{
	position: relative;
	display: table;
	margin-top: 3em;
	font-size: 110%;
	font-weight: bold;
}
#single h3:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #c6e7ff;
	background: linear-gradient(90deg, #c6e7ff 0% 33%, #ffddae 33% 100%);
}

#single p{
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}
#single a{
	font-weight: bold;
}

#single dl{
	margin: 3.2em 0;
	padding: .1em 2em 2em 2em;
	background: white;
	border-left: solid 2px #ffddae;
	border-right: solid 2px #c6e7ff;
}
#single dt{
	display: table;
	background: white;
	padding: .2em 1em;
	margin-top: 2em;
	margin-left: -2.6em;
	font-weight: bold;
	border-radius: 100px;
	border-top: double 6px #c6e7ff;
	border-right: double 6px #c6e7ff;
	border-bottom: double 6px #ffddae;
	border-left: double 6px #ffddae;
}

#single .font-bold{
	font-weight: bold !important;
}
#single .no-margin{
	margin-top: .5em !important;
}
#single .back-white{
	background: white !important;
}

/****************************************
          related-post
*****************************************/
#related-strong{
	font-size: 1.3em;
	margin-left: .2em;
	margin-right: .2em;
}


/****************************************
          list
*****************************************/
.list{
	background: white;
	padding: 2em;
	margin-top: 1em;
	border-radius: 6px;
	box-shadow: 0 0 20px -10px rgba(133, 133, 133, .5);
}
.list.slick-slide{
	margin-top: 0;
}
.list a{
	color: inherit;
	text-decoration: none;
}
.list-category{
	font-size: .8em;
}
.list-category a{
	display: inline-block;
	margin-right: .5em;
}
.list-title{
	font-weight: bold;
	margin-top: .5em;
	margin-botom: .5em;
}
.list-date{
	text-align: right;
	font-size: .8em;
}

/****************************************

          sub

*****************************************/
.sub-title{
	font-weight: bold;
}


/****************************************

          footer

*****************************************/
#footer{
	background: #acf0fc;
	background-image:
		radial-gradient(#92EBFB 20%, transparent 20%),
		radial-gradient(#92EBFB 20%, transparent 20%);
	background-size: 14px 14px;
	background-position: 0 0, 7px 7px;
	padding-top: 3em;
	margin-top: 6em;
}
#footer a{
	color: inherit;
	text-decoration:none;
}
.footer-title{
	font-weight: bold;
	margin-bottom: 1em;
}
#footer-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer-category{
	width: 66%;
	margin-right: 4%;
}
.footer-category-link{
	display: inline-block;
	margin-right: .5em;
}
.footer-category-count{
	display: inline-block;
	background: white;
	padding: 0 .5em;
	line-height: 1;
	border-radius: 100px;
	color: #454545;
}
#footer-other{
	width: 30%;
}
#footer-search-inner{
	display: flex;
	align-items: center;
}
#footer-search-input{
	margin: 0;
	max-width: calc(100% - 1em);
}
#footer-search-submit{
	margin: 0;
	padding: 0 .2em;
	font-family: "fontello";
}

#footer-menu{
	margin-top: 3em;
}
#footer-menu a{
	display: inline-block;
	margin-right: .5em;
}

#copyright{
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: .2em 1em;
	background: white;
	border-radius: 10px 10px 0 0;
}
#copyright-text{
}

@media ( max-width : 480px ) {
	#footer-inner{
		display: block;
	}
	#footer-category,
	#footer-other,
	#footer-search,
	#footer-menu{
		width: 100%;
		margin-top: 3em;
	}
}


/****************************************
          pagenation
*****************************************/
.pagination{
	margin-top: .5em;
	font-size: 150%;
}
.pagination li{
	display: inline-block;
}
.pagination a{
	text-decoration: none;
}

/****************************************
        form init
*****************************************/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/****************************************
         form general
*****************************************/
.form-text,
.form-area,
.form-submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-text,
.form-area,
.form-submit,
.form-list{
	border-radius: 2px;
	outline: none;
	padding: 0 .2em;
	margin: .2em 0;
	vertical-align: middle;
	color: #454545;
	background: white;
	border: solid 1px #eee;
}
.form-text{
}
.form-area{
	resize: vertical;
	width: 100%;
}
.form-label{
	display: table;
	margin-top: 1em;
}
.form-submit{
	cursor: pointer;
	margin-top: 1em;
	margin-left: auto;
	padding: .5em 1em;
	display: table;
}

@media ( max-width : 280px ) {
	.form-list{
		width: 100%;
	}
}


/****************************************

          hukidashi

*****************************************/
.cat-normal,
.cat-hatena,
.cat-sad,
.cat-hint,
.cat-anger{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.fox-normal,
.fox-hatena,
.fox-sad,
.fox-hint{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cat-normal>*,
.cat-hatena>*,
.cat-sad>*,
.cat-hint>*,
.cat-anger>*{
	width: calc(100% - 80px);
	background: white;
	padding: .2em 1em;
	border-radius: .5em;
}
.fox-normal>*,
.fox-hatena>*,
.fox-sad>*,
.fox-hint>*{
	width: calc(100% - 80px);
	background: #c1e2a4;
	padding: .2em 1em;
	border-radius: .5em;
}


.cat-normal:after,
.cat-hatena:after,
.cat-sad:after,
.cat-hint:after,
.cat-anger:after{
	content: "";
	width: 72px;
	height: 72px;
	border: solid 2px #999;
	border-radius: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffddae;
}
.cat-normal:after{
	background-image: url(../pic/cat_normal.png);
}
.cat-hatena:after{
	background-image: url(../pic/cat_hatena.png);
}
.cat-sad:after{
	background-image: url(../pic/cat_sad.png);
}
.cat-hint:after{
	background-image: url(../pic/cat_hint.png);
}
.cat-anger:after{
	background-image: url(../pic/cat_anger.png);
}

.fox-normal:after,
.fox-hatena:after,
.fox-sad:after,
.fox-hint:after{
	content: "";
	width: 72px;
	height: 72px;
	border: solid 2px #999;
	border-radius: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background- position: center;
	background-color: #c6e7ff;
}
.fox-normal:after{
	background-image: url(../pic/fox_normal.png);
}
.fox-hatena:after{
	background-image: url(../pic/fox_hatena.png);
}
.fox-sad:after{
	background-image: url(../pic/fox_sad.png);
}
.fox-hint:after{
	background-image: url(../pic/fox_hint.png);
}


/****************************************

          icon

*****************************************/
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  margin-right: .2em;
}

.icon-tag:before { content: '\e800'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-clock:before { content: '\e802'; } /* '' */
.icon-menu:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e807'; } /* '' */
.icon-mail:before { content: '\f0e0'; } /* '' */



/****************************************

          slider

*****************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("pic/ajax-loader.gif") center center no-repeat; }

/* animation */
@keyframes zoomUpNext{
  0% {
    transform: rotate(45deg) scale(1);
  }
  100% {
    transform: rotate(45deg) scale(2);
  }
}
@keyframes zoomUpPrev{
  0% {
    transform: rotate(-45deg) scale(1);
  }
  100% {
    transform: rotate(-45deg) scale(2);
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;}
.slick-prev:not(.slick-disabled):before{
  animation: zoomUpPrev 1s cubic-bezier(0,.86,.18,1) infinite alternate;
}
.slick-next:not(.slick-disabled):before{
  animation: zoomUpNext 1s cubic-bezier(0,.86,.18,1) infinite alternate;
}
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    color: #acf0fc;
    opacity: 0.75; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    margin-left: auto;
    border-top: solid 4px #acf0fc;
    border-left: solid 4px #acf0fc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: translate(-45deg);
    transform: translate(-45deg); }

.slick-next {
  right: -25px; }
  .slick-next:before {
    border-top: solid 4px #acf0fc;
    border-right: solid 4px #acf0fc;
    -webkit-transform: rotate(45deg);
    -ms-transform: translate(45deg);
    transform: translate(45deg); }

@media ( max-width : 480px ) {
  .slick-prev {
    left: -5px; }
  .slick-next {
    right: -5px; }
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "笆�";
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #acf0fc;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #acf0fc;
      opacity: 0.75; }


.slick-slider-inner .person-item{
	margin-left: 4px;
	margin-right: 4px;
}
