@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%;
  min-height: 100vh;
  /* background: url(../img/bg_pc.jpg) no-repeat top center;
  background-size: cover;
  background-position: center; */
  background: #fff3e4;
  top: 0px;
  left: 0px;
  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: auto;
  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: 420px;
  padding: 20px 0;
}

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


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

.link-btn:hover {
  color: #000;
  background: #fff;
}

.side-box {
  width: 230px;
  margin: 0 0 30px;
  z-index: 1;
  box-shadow:0px 0px 5px 2px rgb(0 0 0 / 7%);
}

.side-box:first-child {
	display: none;
}

.side-ttl {
  background: #fff;
  color: #000;
  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: #000;
  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: #7b7b7a;
}


.side-box li a::after {
  display: block;
  position: absolute;
  content: "\f111";
  font-size: 10px;
  color: #eee;
  left: 0;
  top: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


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

.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 {
  font-size: 15px;
  font-weight: bold;
}

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

.detail-box .cat:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.detail-box .ttl {
  margin: 20px 0 30px;
  padding: 0 0 10px;
  border-bottom: 2px dotted #000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  color: #000;
}

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

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

.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: #000;
}

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

.txt-area img,
.txt-area iframe {
  max-width: 100%;
  /* height: auto; */
}
/* imgのアスペクト比保持（width/height属性＋max-width:100%による変形防止。iframeは除外） */
.txt-area img {
  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;
	color: #7b7b7a;
	font-size: 18px;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 10px 0;
	background: #fff;
	background-size: 4px 4px;
	border: 2px solid #7b7b7a;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s ease-out;
}

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

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

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

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

#page-top:hover {
  cursor: pointer;
  opacity: .8;
}

#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: #7b7b7a;
  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: #1da1f2;
}

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

#share-twitter:hover a,
#share-facebook:hover a {
  color: #7b7b7a;
}

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

#share-line:hover {
  background: #7b7b7a;
}

#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: 2px dotted #000;
}

.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: #4e4949;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-out;
}

#control a:hover {
  color: #7b7b7a;
}

/*media*/
#media-main {
  background: #62676C;
  position: relative;
}

#media-header {
  text-align: center;

}

#media-header .head-img {
  margin: 0 auto;
  max-width: 700px;
}

#media-area {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}

.media-nav {
  margin: 20px 0 20px;
}

.media-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.media-nav li {
  width: 25%;
  padding: 10px;
}

.media-nav a {
  position: relative;
  display: block;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease;
  margin: 10px auto;
  padding: 15px 60px;
  border-radius: 100px;
  background: #fff;
  z-index: 1;
  transition: all 0.2s ease-out;
  text-align: center;
}

.media-nav a:hover,
.media-nav a.active {
  background: #f3f3f5;
}

.media-list {
  margin-bottom: 30px;
}

.media-list-header {
  color: #fff;
  font-weight: bold;
  /* background: #fff; */
  border-bottom: 1px dotted #fff;
  display: flex;
  /* border-radius: 5px; */
  letter-spacing: 1px;
  padding: 2px 0;
}

.media-list-header dt {
  width: 17%;
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid #eeede6;
}

.media-list-header dd {
  flex: 1;
  padding: 10px 30px;
}

.media-item {
  color: #fff;
  display: flex;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 1px dotted #fff;
  /* background: rgba(255,255,255,.8); */
}

.media-item dt {
  width: 17%;
  text-align: center;
  padding: 10px 20px;
}

.media-item dd {
  flex: 1;
  padding: 10px 30px;
  line-height: 1.4;
}

.media-item a{
  color: #fff;
  text-decoration: underline;
}

.media-item a:hover {
  text-decoration: none;
}

.officialbtn {
  text-align: center;
  padding: 40px 0;
}

.officialbtn a {
  position: relative;
  width: 200px;
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease;
  margin: 10px auto;
  padding: 15px 60px;
  border-radius: 100px;
  background: #000;
  z-index: 1;
  transition: all 0.2s ease-out;
  text-align: center;
}

.officialbtn a:hover {
  background: #333;
}

.newmark {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
  background-color: #e60027;
  font-size: .8em;
  font-weight: bold;
  border-radius: 2px;
}

@media all and (max-width:768px){
  .media-nav ul{
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .media-nav li {
    width: 50%;
    padding: 5px;
  }

  .media-nav a {
    width: 100%;
    height: auto;
    font-size: 15px;
    margin: 0;
    padding: 10px;
  }

  .media-list-header {
    font-size: 10px;
  }

  .media-list-header dt {
      width: 20%;
      text-align: center;
      padding: 10px 0;
      border-right: 1px solid #eeede6;
  }

  .media-list-header dd {
      flex: 1;
      padding: 10px 10px;
      font-size: 12px;
  }

  .media-item dt {
    width: 20%;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
  }

  .media-item dd{
    flex: 1;
    padding: 10px 10px;
    font-size: 12px;
  }
}

@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: fixed;
    height: 100%;
    min-height: 100vh;
    /* background: url(../img/bg_sp.jpg) no-repeat top center;
    background-size: cover; */
    background: #fff3e4;
} 
  
  #head-area {
    height: auto;
    margin: 0;
  }

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

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

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

  .link-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    /* color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    /* background: #000; */
    margin: 0 auto;
    z-index: 1;

    transition: all 0.2s ease-out;
  }

  .link-btn:hover {
    /* color: #fff;
    background: #e71b0e; */
  }

  .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%/2);
    position: absolute;
    left: 0;
    border-right: 1px solid #fff;
  }
  
  .side-ttl.ttl-recent {
    left: calc(100%/2);
    border-right: 1px solid #fff;
  }

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

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

  .side-box li {
    border-bottom: 1px solid rgba(255,230,234,0.3);
    font-weight: bold;
  }
  
  .side-box li:last-child {
    border-bottom: none;
  }

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

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

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

  .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: #707f78;
    border: 1px solid #fff;
  }

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

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

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

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

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

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

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

  .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 #7b7b7a;
  }

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

  #page-top:hover {
    cursor: pointer;
  }

  #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: #4e4949;
  }
  
  
  
  
}