@charset "utf-8";
/*--****************************************

@style.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

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

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

#wrapper {
  position: relative;
}

#bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #231815;
  overflow: hidden;
  z-index: -1;
}

#main {
  min-width: 980px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
      -ms-grid-columns: 230px 1fr;
      grid-template-columns: 230px 1fr;
      grid-template-areas:
    "head head"
    "left right"
    "foot foot";
}

#head-area {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: head;
  height: 300px;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}

#left-area {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: left;
}

#right-area {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: right;
  margin: 0 0 0 50px;
}

#foot-area {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: foot;
  text-align: center;
}

@media all and (max-width:768px){
  
  #head-area {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    
  }
  
  #left-area {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    
  }
  
  #right-area {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    
  }
  
  #foot-area {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    
  }
  
}

.head-img {
  width: 520px;
}

.head-img img {
  width: 100%;
}


.link-btn {
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 30px 25px;
  z-index: 1;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.link-btn:hover {
  background: none;
  border: solid 1px #fff;
  color: #fff;
}

.side-box {
  width: 230px;
  margin: 0 0 30px;
  z-index: 1;
  box-shadow:0px 0px 5px 2px rgba(235,110,143,0.07);
}

.side-ttl {
  color: #fff;
  border: solid 1px #fff;
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.side-box ul {
  background: #fff;
  padding: 10px;
}

.side-box input[type='checkbox'] {
  display:none;
}

.side-box li a {
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0 7px 15px;
  line-height: 1.4;
  position: relative;
  transition: all 0.2s ease-out;
}

.side-box li a:hover {
  color: #231815;
  font-weight: bold;
}

.side-box li a::after {
  display: block;
  position: absolute;
  content: "⚫︎";
  font-size: 10px;
  color: #897a76;
  left: 0;
}

.archive-ttl {
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 22px;
  color: #fff;
}

.detail-box {
  width: 100%;
  padding: 50px;
  background: #fff;
  margin: 0 0 30px;
  position: relative;
  box-shadow:0px 0px 5px 2px rgba(235,110,143,0.07);
}

.detail-box .date {
  color: #897a76;
  font-size: 1.3em;
  font-weight: bold;
}

.detail-box .cat {
  color: #fff;
  display: inline-block;
  background: #231815;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.detail-box .cat:hover {
  opacity: .7;
}

.detail-box .ttl {
  margin: 10px 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  color: #231815;
}

.detail-box .ttl a {
  color: #231815;
  transition: all 0.2s ease-out;
}

.detail-box .ttl a:hover {
  opacity: .7;
}

.txt-area {
  font-size: 16px;
  line-height: 1.8;
}

.txt-area p {
  margin: 0 0 1em;
  text-align: justify;
  text-justify: inter-ideograph;  
}

.txt-area a {
  color: #231815;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

.txt-area a:hover {
  opacity: .7;
}

.txt-area img,
.txt-area iframe {
  max-width: 100%;
  height: auto;
}

.screen-reader-text,
.page-numbers.next{
	display: none;
}


.page-numbers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  margin: 0 0 70px;
}

.page-numbers li{
	width: 40px;
	height: 40px;
	margin: 0 5px;
	position: relative;
	z-index: 1;
}

.page-numbers li a,
.page-numbers li span{
	width: 40px;
	height: 40px;
	display: block;
  border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 10px 0;
	background: none;
  color: #fff;
  border: solid 1px #fff;
	background-size: 4px 4px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s ease-out;
}

.page-numbers li span{
  background: #fff;
  color: #231815;
}

.page-numbers li a:hover{
  background: #fff;
  color: #231815;
}

.cc {
  padding: 20px 0;
  font-size: 10px;
  color: #fff;
}

#page-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: solid 1px #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  z-index: 9999;
  cursor: pointer;
}

#page-top:hover {
  opacity: .7;
}

#page-top i {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

#share-btn-list {
  justify-content: flex-end;
}

.share-txt {
  display: flex;
  align-items: center;
  color: #eb6e8f;
  font-weight: bold;
  font-size: 13px;
  margin: 0 10px 0 0;
}

.share-btn{
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  margin: 0;
  transition: all 0.2s ease-out;
}

.share-btn a{
  color: #fff;
  font-size: 25px;
  display: block;
  transition: all 0.2s ease-out;
}

#share-twitter a {
  color: #000;
}

#share-facebook a {
  color: #3b5998;
}

#share-twitter:hover a,
#share-facebook:hover a,
#share-line:hover {
 opacity: .7;
}

#share-line{
  background: #00c300;
}

#share-line a{
  font-size: 43px;
  color: #fff;
  position: relative;
  
}

#share-line a:after{
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 9px solid #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#control {
  display: -ms-grid;
  display: grid;
      -ms-grid-columns: 33% 34% 33%;
      grid-template-columns: 33% 34% 33%;
      grid-template-areas: "prev list next";
  margin: 10px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #e4e4e4;
}

.control-btn.prev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: prev;
}

.control-btn.list {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: list;
  text-align: center;
}

.control-btn.next {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: next;
  text-align: right;
}

#control a {
  color: #231815;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-out;
}

#control a:hover {
  color: #231815;
}

@media all and (max-width:768px){
  
  #main {
    width: 100%;
    min-width: inherit;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas:
      "head"
      "left"
      "right"
      "foot";
    display: block;
  }
  
  #bg {
      position: absolute;
      height: 100%;
      min-height: 100vh;
      background: #231815;
    }  
  
  #head-area {
    height: auto;
    margin: 0;
  }

  #left-area {
    position: relative;
    height: 130px;
  }

  #right-area {
    margin: 0;
    padding: 0 3%;
    
  }

  #foot-area {
  }
  
  .head-img {
    width: 100%;
    max-width: 520px;
  }

  .link-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #231815;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.2s ease-out;
  }

  .side-box {
    width: 100%;
    margin: 0 0 30px;
    z-index: 1;
    /* height: 40px; */
    top: 60px;
    box-shadow: none;
    position: absolute;
  }

  .side-ttl{
    font-size: 13px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    padding: 10px;
    width: calc(100%/3);
    position: absolute;
    left: 0;
    border: none;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  
  .side-ttl.ttl-recent {
    left: calc(100%/3);
    border-right: 1px solid #fff;
  }

  .side-ttl.ttl-archive {
    left: calc(100%/3 * 2);
    border-right: none;
  }
  
  .side-ttl.active {
    background: #d7d7d7;
    color: #231815;
  }

  .side-box ul {
    background: #fff;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    height:0;
    overflow: hidden;
  }

  .side-box li {
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
  }
  
  .side-box li:last-child {
    border-bottom: none;
  }

  .side-box li a {
    padding: 15px 0 15px 15px;
    color: #231815;
  }

  .side-box li a:hover {
    color: #fff;
  }

  .side-box li a::after {
    top: 18px;
  }

  .side-box input[type='checkbox'] {
    display:block;
    position:absolute;
    opacity:0;
    height:35px;
    top:0;
    left:0;
    border:none;
    border-radius:0;
  }
  
  .side-box input:checked + ul  {
    height:auto;
    padding: 0 5%;
    background: #fff;
    border-bottom: solid 1px #e4e4e4;
  }

  .archive-ttl {
    font-size: 18px;
    color: #fff;
  }

  .detail-box {
    padding: 5vw;
    margin: 0 0 30px;
  }

  .detail-box .date {
    font-size: 14px;
  }

  .detail-box .cat {
    font-size: 12px;
    top: 5vw;
    right: 5vw;
  }

  .detail-box .cat:hover {
    background: #ffe46d;
    color: #eb6e8f;
  }

  .detail-box .ttl {
    margin: 20px 0;
    padding: 0 0 5px;
    font-size: 20px;
  }

  .detail-box .ttl a:hover {
    color: #231815;
  }

  .txt-area {
    font-size: 14px;
  }

  .txt-area a:hover {
    text-decoration: none;
  }

  .page-numbers{
    margin: 0 0 30px;
  }

  .page-numbers li a:hover{
    background: #fff;
    border: 2px solid #eb6e8f;
  }

  #page-top {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }

  #page-top:hover {
    cursor: pointer;
    background: rgba(235,110,143,0.5);
  }

  #page-top i {
    font-size: 24px;
  }

  #share-twitter:hover a {
    color: #1da1f2;
  }

  #share-facebook:hover a {
    color: #3b5998;
  }

  #share-line:hover {
    background: #00c300;
  }

  #control a {
    font-size: 13px;
  }

  #control a:hover {
    color: #231815;
  }
  
  
  
  
}