/* =================================
	TBS Reset CSS
================================= */
@import url("/um/v7/css/reset.css");
@import url("animate.css");
@import url("tbsfree.css");

div#page-top {
  font-family: Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-kerning: normal;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  color: #3b3b3b;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #db3535;
}

.red {
  color: #db3535;
}

@media (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

@media (max-width: 767px) {
  .smpnone {
    display: none;
  }
}

/*	dot list
============================== */
.dotlist, .dotlist {
  padding: 0 0 0 1em;
  list-style-type: disc;
}

.dotlist>li, .dotlist>li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/*	kome list
============================== */
.komelist {
  list-style: none;
  padding-left: 1.5em;
  /* margin-left: 0.5em; */
}

.komelist>li {
  text-indent: -1.5em;
  line-height: 1.7em;
}

.komelist>li:before {
  content: "â€»";
  margin-right: 0.5em;
}

/*	Web Fonts
============================== */
.mgb05em {
  margin-bottom: 0.5em !important;
}

.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

.mgb3em {
  margin-bottom: 3em !important;
}

.mgb4em {
  margin-bottom: 4em !important;
}

.mgb5em {
  margin-bottom: 5em !important;
}

.txt {
  line-height: 1.5;
}

.center {
  text-align: center;
  display: block;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fs80 {
  font-size: 80%;
}

.fs150 {
  font-size: 150%;
}

.fwnomal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.nolink {
  cursor: default !important;
}

.wbr {
  white-space: nowrap;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

body {
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  .btn {
    width: 400px;
    margin: 0 auto;
  }
}

/*	lazy
============================== */
.lazy {
  display: block;
  position: relative;
  margin: 0 auto;
}

/*	mh_pic
============================== */
p.mh_pic span,
p.mh_pic span img {
  width: 150px;
  height: 150px;
}

p.mh_pic {
  background-color: #fff;
}

.lazy-done {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media (min-width: 768px) {
  p.mh_pic {
    border: #fff solid 5px;
    border-radius: 5px;
    float: left;
  }
}

@media (max-width: 767px) {
  p.mh_pic {
    border: #fff solid 5px;
    border-radius: 5px;
    width: 150px;
    margin: 0 auto 10px;
  }
}

/*	 pics
============================== */
figure.pics p {
  border: 5px solid #fff;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 10px;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

figure.pics p span.lazy-done {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

figure.pics p span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}

figure.pics p span,
figure.pics p span img {
  display: block;
}

@media (min-width: 768px) {
  figure.pics p.yoko {
    width: 450px;
  }

  figure.pics p.yoko span,
  figure.pics p.yoko span img {
    width: 440px;
    height: 330px;
  }

  figure.pics p.tate {
    width: 340px;
  }

  figure.pics p.tate span,
  figure.pics p.tate span img {
    width: 330px;
    height: 440px;
  }
}

@media (max-width: 767px) {
  figure.pics:not(:last-child) {
    margin-bottom: 20px;
  }

  figure.pics p.yoko {
    width: 250px;
  }

  figure.pics p.yoko span,
  figure.pics p.yoko span img {
    width: 240px;
    height: 180px;
  }

  figure.pics p.tate {
    width: 180px;
  }

  figure.pics p.tate span,
  figure.pics p.tate span img {
    width: 180px;
    height: 240px;
  }
}

/*	report pics caption
============================== */
figure.pics figcaption {
  text-align: center;
  line-height: 1.5;
  color: #d02f26;
}

figure.pics figcaption span {
  background-color: hsla(0, 0%, 100%, 1);
  padding: 0.2em;
}

@media (max-width: 767px) {
  figure.pics figcaption {
    font-size: 75%;
  }
}

/*	header
============================== */
div.header {
  background-color: rgb(131, 194, 237);
}

div.header span {
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  div.header {
    height: 220px;
    background: -webkit-linear-gradient(top, rgb(73, 163, 225) 0%, rgb(131, 194, 237) 40%, rgb(203, 233, 244) 80%, rgb(226, 245, 251) 100%);
    background: -o-linear-gradient(top, rgb(73, 163, 225) 0%, rgb(131, 194, 237) 40%, rgb(203, 233, 244) 80%, rgb(226, 245, 251) 100%);
    background: -ms-linear-gradient(top, rgb(73, 163, 225) 0%, rgb(131, 194, 237) 40%, rgb(203, 233, 244) 80%, rgb(226, 245, 251) 100%);
    background: -moz-linear-gradient(top, rgb(73, 163, 225) 0%, rgb(131, 194, 237) 40%, rgb(203, 233, 244) 80%, rgb(226, 245, 251) 100%);
    background: linear-gradient(to bottom, rgb(73, 163, 225) 0%, rgb(131, 194, 237) 40%, rgb(203, 233, 244) 80%, rgb(226, 245, 251) 100%);
  }

  div.header,
  div.header span {
    height: 220px;
  }
}

/*	header img */
@media all and (min-width: 768px) {
  div.header span.lazy-done {
    background-image: url(../img/header_pc.jpg?20240402);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    background-size: contain;
  }
}

/*	header smp */
@media all and (max-width: 767px) {
  div.header span.lazy-done {
    background-image: url(../img/header_smp.jpg?20240402);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  div.header span {
    position: relative;
    background-size: cover;
    height: 0;
    padding-top: 35.15625%;
  }

  div.header span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	menu
============================== */
div.menu {
  position: relative;
  z-index: 5;
  background-color: #e4cb92;
  border-bottom: 1px solid #8b554d;
  border-top: 1px solid #8b554d;
  box-sizing: border-box;
  /*
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(272,100%,78%,0)), color-stop(0.25, hsla(272,100%,78%,1)), color-stop(0.75, hsla(272,100%,78%,1)), to(hsla(272,100%,78%,0)));
	background-image: -webkit-linear-gradient(left, hsla(272,100%,78%,0), hsla(272,100%,78%,1) 25%, hsla(272,100%,78%,1) 75%, hsla(272,100%,78%,0));
	background-image: linear-gradient(to right, hsla(272,100%,78%,0), hsla(272,100%,78%,1) 50%, hsla(272,100%,78%,1) 75%, hsla(272,100%,78%,0));
*/
}

div.menu>nav {
  position: relative;
}

@media all and (max-width: 767px) {
  div.menu>nav div.outer {
    overflow: hidden;
  }

  div.menu>nav div.outer ul li a {
    padding: 10px 15px;
  }
}

div.menu>nav ul {
  list-style-type: none;
}

div.menu>nav div.outer ul {
  -webkit-transform: translateZ(0);
  display: table;
}

@media all and (min-width: 768px) {
  div.menu>nav div.outer ul {
    /* width: 700px !important; */
  }
}

div.menu>nav div.outer ul li {
  display: table-cell;
  vertical-align: top;
}

div.menu>nav ul li a,
div.menu>nav ul li a span {
  display: block;
}

div.menu>nav ul li a {
  text-decoration: none;
}

div.menu>nav div.outer ul li a {
  text-align: center;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1px 2px 2px hsla(0, 0%, 100%, 0.3));
  background-color: #661e10;
  /* border-color:#99d6f0;
	border-style:solid; */
  -webkit-box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.3) inset;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.cmn div.menu>nav div.outer ul li a:before,
.cmn div.menu>nav div.outer ul li a span {
  white-space: nowrap;
}

.cmn div.menu>nav div.outer ul li a:before {
  display: block;
  font-family: 'Fjalla One', 'sans serif';
  font-weight: normal;
}

.cmn div.menu>nav div.outer ul li a span {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 99999%;
  white-space: nowrap;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .cmn div.menu>nav div.outer ul li a span {
    height: 40px;
  }
}

@media all and (min-width: 768px) {
  div.menu>nav div.outer ul li a {
    /* padding: 10px; */
    box-sizing: border-box;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
  }

  .cmn div.menu>nav div.outer ul li a span {
    background-size: cover;
    height: 100%;
    /* background-position: center; */
  }

  .cmn div.menu>nav div.outer ul li a span {
    background-image: url(../img/menu.png?20230816);
  }

  .cmn div.menu>nav div.outer ul li.mpresent a span {
    /* background-position: left center; */
    width: 182px;
    background-position: -758px center;
  }

  .cmn div.menu>nav div.outer ul li.mbknm a span {
    width: 110px;
    background-position: -140px center;
  }

  .cmn div.menu>nav div.outer ul li.mrerun a span {
    width: 90px;
    background-position: -651px center;
  }

  .cmn div.menu>nav div.outer ul li.mabout a span {
    width: 72px;
    background-position: -268px center;
  }

  .cmn div.menu>nav div.outer ul li.mmsg a span {
    width: 117px;
    background-position: -341px center;
  }

  .cmn div.menu>nav div.outer ul li.mtw a span {
    /* width: 36px; */
    background-position: -481px center;
  }

  .cmn div.menu>nav div.outer ul li.mig a span {
    /* width: 36px; */
    background-position: -589px center;
  }

  .cmn div.menu>nav div.outer ul li.mtt a span {
    /* width: 36px; */
    background-position: -534px center;
  }

  .cmn div.menu>nav div.outer ul li.mtw,
  .cmn div.menu>nav div.outer ul li.mig,
  .cmn div.menu>nav div.outer ul li.mtt {
    background-color: #e7cc93;
    margin-top: 0;
    /* width: 65px!important; */
    box-sizing: border-box;
    display: inline-block;
  }

  .cmn div.menu>nav div.outer ul li.mtw {
    border-radius: 10px 0 0 0;
    padding: 40px 0 0 5px;
  }

  .cmn div.menu>nav div.outer ul li.mig {
    border-radius: 0 0 0 0;
    padding: 40px 0 0 0;
  }

  .cmn div.menu>nav div.outer ul li.mtt {
    border-radius: 0 10px 0 0;
    padding: 40px 0 0 0;
  }

  .cmn div.menu>nav div.outer ul::after {
    display: block;
    content: "";
    width: 135px;
    height: 25px;
    margin-bottom: -100px;
    margin-left: -100px;
    background-image: url(../img/gaibu.png);
    position: absolute;
    bottom: 95px;
    right: -12px;
    background-size: 120px 18px;
    background-repeat: no-repeat;
  }

  .cmn div.menu>nav div.outer ul li.mtw a,
  .cmn div.menu>nav div.outer ul li.mig a,
  .cmn div.menu>nav div.outer ul li.mtt a {
    margin-right: 0;
    margin: -35px 5px 0 0px;
    width: 65px;
    padding: 10px;
    box-sizing: border-box;
  }

  div.menu>nav div.outer ul li {
    padding-top: 25px;
  }
}

@media all and (max-width: 767px) {
  .cmn div.menu>nav div.outer ul li a span {
    background-image: url(../img/menu.png?20230414);
  }
}

.present div.menu>nav div.outer ul li.mpresent a,
.bknm div.menu>nav div.outer ul li.mbknm a,
.about div.menu>nav div.outer ul li.mabout a,
.msg div.menu>nav div.outer ul li.mmsg a,
.tw div.menu>nav div.outer ul li.mtw a,
.ig div.menu>nav div.outer ul li.mig a,
.tt div.menu>nav div.outer ul li.mtt a {
  color: #c00;
  text-shadow: 1px 2px 2px hsla(0, 0%, 100%, 0.5);
  background-color: #b31e1a;
  -webkit-box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.5) inset;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.5) inset;
}

@media all and (min-width: 768px) {
  div.menu>nav div.outer ul li a:hover {
    color: #c00;
    text-shadow: 1px 2px 2px hsla(0, 0%, 100%, 0.5);
    background-color: #b31e1a;
    -webkit-box-shadow: 0 0 20px 0 hsla(0, 0%, 0%, 0.25) inset;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 0%, 0.25) inset;
  }

  div.menu {
    background-position: center top;
    padding: 5px 0;
  }

  div.menu>nav {
    width: 980px;
    margin: -25px auto 0;
  }

  div.menu>nav div.outer {
    margin: 0;
  }

  div.menu>nav div.outer ul li a {
    /* border-width:3px;
		border-radius:8px; */
    /* -webkit-box-shadow:0 0 15px hsla(0,0%,0%,0.3) inset;
		box-shadow:0 0 15px hsla(0,0%,0%,0.3) inset; */
    margin-right: 4px;
  }

  div.menu>nav div.outer ul li.mmsg a {
    margin-right: 60px;
  }

  .cmn div.menu>nav div.outer ul li a:before {
    font-size: 150%;
  }
}

@media all and (max-width: 767px) {
  div.menu {
    background-position: left top;
    background-size: 30px;
    padding: 6px 0;
    position: relative;
  }

  div.menu>nav div.outer {
    margin: 0 18px;
  }

  div.menu>nav div.outer ul li:not(:last-child) {
    padding-right: 4px;
  }

  div.menu>nav div.outer ul li a {
    /* border-width:2px;
		border-radius:6px; */
    /* -webkit-box-shadow:0 0 10px hsla(0,0%,0%,0.3) inset;
		box-shadow:0 0 10px hsla(0,0%,0%,0.3) inset; */
  }

  .cmn div.menu>nav div.outer ul li a:before {
    font-size: 112.5%;
  }

  div.menu>nav div.outer ul li.mpresent a span {
    width: 113px;
    background-position: -513px center;
  }

  div.menu>nav div.outer ul li.mbknm a span {
    width: 66px;
    background-position: -99px center;
  }

  div.menu>nav div.outer ul li.mrerun a span {
    width: 49px;
    background-position: -440px center;
  }

  div.menu>nav div.outer ul li.mabout a span {
    width: 38px;
    background-position: -185px center;
  }

  div.menu>nav div.outer ul li.mmsg a span {
    width: 51px;
    background-position: -243px center;
  }

  div.menu>nav div.outer ul li.mtw a span {
    width: 40px;
    background-position: -317px -3px;
  }

  div.menu>nav div.outer ul li.mig a span {
    width: 39px;
    background-position: -388px -4px;
  }

  div.menu>nav div.outer ul li.mtt a span {
    width: 39px;
    background-position: -353px -4px;
  }

  div.menu>nav div.outer ul li.mtw a {
    height: 42px;
    padding: 5px 7px
  }

  div.menu>nav div.outer ul li.mig a {
    height: 42px;
    padding: 5px 7px;
  }

  div.menu>nav div.outer ul li.mtt a {
    height: 42px;
    padding: 5px 7px;
  }

  div.menu>nav div.outer ul li.mtt a::after {
    display: block;
    content: "";
    width: 111px;
    height: 25px;
    background-image: url(../img/gaibu.png);
    position: absolute;
    bottom: -5px;
    background-size: 110%;
    right: -10px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* ctrl */
div.menu>nav ul.ctrl li {
  position: absolute;
  top: 50%;
  margin-top: -19px;
}

div.menu>nav ul.ctrl li.ctrl-lef {
  left: 0;
}

div.menu>nav ul.ctrl li.ctrl-rig {
  right: 0;
}

div.menu>nav ul.ctrl li a {
  width: 26px;
  height: 38px;
  background-image: url(../img/arrow_menu.svg);
  background-repeat: no-repeat;
  background-size: 156px 38px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

div.menu>nav ul.ctrl li.ctrl-lef a {
  background-position: 0 0;
}

div.menu>nav ul.ctrl li.ctrl-rig a {
  background-position: -26px 0;
}

div.menu>nav ul.ctrl li a.hidebtn {
  cursor: default;
}

@media all and (min-width: 768px) {
  div.menu>nav ul.ctrl {
    display: none;
  }

  div.menu {
    position: relative;
  }

  div.menu nav div.outer::after {
    content: "";
    display: block;
    background-image: url(../img/hitoshi.png);
    width: 95px;
    height: 129px;
    position: absolute;
    right: 355px;
    bottom: -5px;
  }
}

/*	wrap
============================== */
div#page-top {
  background-color: #77382c;
}

@media all and (min-width: 768px) {
  div.wrap {
    width: 980px;
    margin: 0 auto;
  }
}

/*	h1
============================== */
article.archive h1.next span {
  background-image: url(../img/next_h1.png?20231117);
}

article.archive h1.rerun span {
  background-image: url(../img/rerun_h1.png?20231117);
}

article.archive h1.news span {
  background-image: url(../img/news_h1.png?20231117);
}

article.archive h1.comment span {
  background-image: url(../img/comment_h1.png?20231117);
}

article.archive h1 span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
}

article.archive h1::after {
  background-color: #efd499;
  /* &#231;&#183;&#353;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178; */
  border-radius: 2.5px;
  /* &#231;&#183;&#353;&#229;&#185;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦&#227;&#129;&#174;&#229;&#141;&#352;&#229;&#710;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
  content: "";
  display: block;
  height: 5px;
  /* &#231;&#183;&#353;&#229;&#185;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ */
  margin-top: 10px;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  article.archive {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  article.archive h1.next span, article.archive h1.news span, article.archive h1.comment span, article.archive h1.rerun span {
    width: 300px;
    height: 40px;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 767px) {
  article.archive {
    padding: 10px;
  }

  article.archive h1.next span, article.archive h1.news span, article.archive h1.comment span, article.archive h1.rerun span {
    width: 155px;
    height: 30px;
    margin: 0 auto;
  }
}

/*	date
============================== */
article.archive p.date, div.date {
  background-color: #fff;
  color: #e60012;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  article.archive p.date, div.date {
    font-size: 25px;
    padding: 12px;
  }
}

@media all and (max-width: 767px) {
  article.archive p.date {
    font-size: 17px;
    padding: 8px;
  }
}

/*	data
============================== */
div.data {
  background-color: #efd499;
  border-radius: 5px;
  color: #711800;
}

@media all and (min-width: 768px) {
  div.data {
    padding: 15px;
    margin-bottom: 60px;
  }

  div.data_inner {
    width: 800px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  div.data {
    padding: 15px;
  }
}

/*	no
============================== */
p.no span {
  background-color: #4c1101;
  color: #fff;
  display: inline-block;
}

@media all and (min-width: 768px) {
  p.no {
    text-align: center;
    font-size: 20px;
  }

  p.no span {
    padding: 12px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  p.no {
    font-size: 13px;
  }

  p.no span {
    padding: 7px;
    margin-bottom: 10px;
  }
}

/*	h2 title
============================== */
h2.title {
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  h2.title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  h2.title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

/*	player
============================== */
@media all and (min-width: 768px) {
  div.player {
    width: 600px;
    height: 337px;
    margin: 0 auto 30px;
    border: 6px solid #b76555;
    border-radius: 5px;
  }

  div.player iframe {
    width: 600px;
    height: 337px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  div.player {
    margin-bottom: 15px;
  }

  div.player-inner {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }

  div.player iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media all and (min-width: 768px) {
  .nospot span {
    width: 612px;
    height: 349px;
  }
}

@media all and (max-width: 767px) {
  .nospot span {
    display: block;
    background-size: cover;
    position: relative;
    background-position: center;
    padding-top: 56.25%;
  }

  .nospot img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/*	res
============================== */
h3.ribbon {
  background-color: #db3535;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: normal;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.16));
  z-index: 2
}

h3.ribbon::before {
  display: inline-table;
  content: "";
  background-size: cover;
  background-position: top left;
  background-image: url(../img/ribbon2.png) !important;
  vertical-align: top;
}

h3.ribbon::after {
  content: "";
  background-size: cover;
  background-position: top right;
  background-image: url(../img/ribbon2.png) !important;
  vertical-align: top;
  position: absolute;
  right: 0;
}

@media all and (min-width: 768px) {
  div.res {
    margin: 0 auto;
  }

  h3.ribbon {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 3px;
    padding: 10px;
    box-sizing: border-box;
    width: 103px;
    font-size: 20px;
    float: left;
  }

  h3.ribbon::before {
    width: 20px;
    height: 48px;
    margin-left: -17px;
    margin-top: -10px;
  }

  h3.ribbon::after {
    width: 30px;
    height: 48px;
    margin-right: -30px;
    margin-top: -10px;
  }

  div.res p.res_name {
    margin-left: 145px;
    font-size: 17px;
    line-height: 24px;
  }

  h3.ribbon span {
    padding-left: 10px;
  }

  div.res {
    background-image: url(../img/kompas.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70px 70px;
  }
}

@media all and (max-width: 767px) {
  h3.ribbon {
    height: 27px;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 14px;
    width: 95%;
  }

  h3.ribbon::before {
    width: 20px;
    height: 32px;
    margin-left: -10px;
    margin-top: -7px;
  }

  h3.ribbon::after {
    width: 30px;
    height: 32px;
    margin-right: -15px;
    margin-top: -7px;
  }

  div.res p.res_name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    /* word-break: break-all; */
  }

  div.catch p {
    background-size: 30px 30px;
    line-height: 30px;
  }
}

/*	line txt
============================== */
.line_txt {
  display: block;
  background-image: url(../img/line2.png);
}

@media all and (min-width: 768px) {
  .line_txt {
    background-size: 38px 38px;
    line-height: 38px;
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .line_txt {
    background-size: 30px 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

/*	catch
============================== */
div.catch {
  background-color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  color: #e60012;
}

@media all and (min-width: 768px) {
  div.catch {
    padding: 5px 10px 10px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  div.catch {
    padding: 5px 10px 10px;
    font-size: 14px;
    background-image: url(../img/kompas.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70px 70px;
    margin-bottom: 12px;
  }
}

/*	mh
============================== */
section.mh {
  background-image: url(../img/kurk.jpg);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  background-size: 27%;
  border-top: 4px solid #4c1101;
  border-bottom: 4px solid #4c1101;
}

section.mh h3 {
  position: relative;
}

section.mh h3::before,
section.mh h3::after {
  display: block;
  content: "";
  background-image: url(../img/mh_ribbon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

section.mh h3 span {
  background-image: url(../img/mh_title.png);
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  margin: 0 auto;
}

section.mh p.mh_name {}

@media all and (min-width: 768px) {
  section.mh {
    padding: 10px 20px;
    margin-bottom: 55px;
  }

  section.mh h3 {
    padding: 8px 0;
    margin-bottom: 15px;
  }

  section.mh h3 span {
    width: 253px;
    height: 26px;
  }

  section.mh h3::before,
  section.mh h3::after {
    width: 60px;
    height: 50px;
    top: 0;
  }

  section.mh h3::before {
    background-position: left top;
    left: -29px;
  }

  section.mh h3::after {
    background-position: right top;
    right: -29px;
  }
}

@media all and (max-width: 767px) {
  section.mh {
    padding: 10px 15px;
    margin-bottom: 45px;
  }

  section.mh h3 {
    padding: 4px 0;
    margin-bottom: 10px;
  }

  section.mh h3 span {
    width: 186px;
    height: 20px;
  }

  section.mh h3::before,
  section.mh h3::after {
    width: 38px;
    height: 31px;
    top: 0;
  }

  section.mh h3::before {
    background-position: left top;
    left: -21px;
  }

  section.mh h3::after {
    background-position: right top;
    right: -21px;
  }
}

/*	mh mh_name
============================== */
p.mh_name {
  color: #db3535;
  border-bottom: 4px solid #db3535;
  font-weight: bold;
}

p.mh_txt {
  background-image: url(../img/line2.png) !important;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  div.mh_right {
    width: 580px;
    float: right;
    box-sizing: border-box;
  }

  .report div.mh_right {
    width: 485px;
    float: right;
    box-sizing: border-box;
  }

  p.mh_name {
    padding: 5px 10px 12px 0px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  p.mh_name {
    padding: 5px 10px 12px 0px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*	read
============================== */
p.read {
  background-color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}

p.read::before,
p.read::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  p.read {
    padding: 32px 30px 20px;
    margin-bottom: 20px;
  }

  p.read::before {
    width: 980px;
    height: 75px;
    background-image: url(../img/clip.png);
    left: -90px;
    top: -40px;
    background-size: cover;
  }
}

@media all and (max-width: 767px) {
  p.read {
    padding: 30px 15px 15px;
  }

  p.read::before {
    width: 100%;
    height: 75px;
    background-image: url(../img/rope.png);
    background-position: center;
    margin: 0 -25px;
    left: 0;
    top: -45px;
    background-size: cover;
    padding: 0 25px;
  }

  p.read::after {
    width: 34px;
    height: 74px;
    background-image: url(../img/clip_smp.png);
    left: 50%;
    top: -40px;
    margin-left: -17px;
    background-size: cover;
  }
}

/*	report
============================== */
div.report {
  background-image: url(../img/report_bg.png);
  background-repeat: repeat-y;
  position: relative;
}

@media all and (min-width: 768px) {
  div.report {
    padding: 30px 140px;
    position: relative;
    background-size: 980px auto;
    margin-bottom: 60px;
  }

  div.report:before,
  div.report::after {
    position: absolute;
    content: '';
    display: block;
    width: 980px;
    background-size: cover;
    left: 0;
  }

  div.report:before {
    background-image: url(../img/report_before_pc.png);
    height: 51px;
    top: -30px;
  }

  div.report::after {
    background-image: url(../img/report_after_pc.png);
    height: 59px;
    bottom: -30px;
  }
}

@media all and (max-width: 767px) {
  div.report {
    width: 100%;
    box-sizing: border-box;
    background-size: 100%;
  }

  div.report {
    padding: 0 20px 70px;
    margin-bottom: 30px;
  }

  div.report:before {
    position: relative;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 19.0537084398977%;
    display: block;
    margin-bottom: -35px;
  }

  div.report:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 21.3%;
    background-image: url(../img/report_before.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    margin: -20px 0;
  }

  div.repo_inner:before {
    position: relative;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 19.0537084398977%;
    display: block;
    margin-bottom: -60px;
  }

  div.repo_inner:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 23.3%;
    background-image: url(../img/report_after.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    margin: -20px 0;
    z-index: 5;
  }
}

/*	report title
============================== */
p.repo_title {
  color: #d02f26;
  border-bottom: 4px solid #d02f26;
  line-height: 1.5;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  p.repo_title {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 25px;
  }
}

@media all and (max-width: 767px) {
  p.repo_title {
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

/*	report txt
============================== */
@media all and (min-width: 768px) {
  div.report .line_txt {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px) {
  div.report .line_txt {
    margin-bottom: 20px;
  }
}

/*	report figure
============================== */
@media all and (min-width: 768px) {
  figure {
    margin-bottom: 25px;
  }
}

/*	twitter-share-button
============================== */
.twitter-share-button a {
  display: inline-block;
  background-image: url(../img/twitter-share-button.png?202308161);
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  background-size: cover;
  z-index: 10;
  position: relative;
}

@media all and (min-width: 768px) {
  .twitter-share-button a {
    width: 270px;
    height: 48px;
  }
}

@media all and (max-width: 767px) {
  .twitter-share-button a {
    width: 150px;
    height: 27px;
    margin-bottom: 0px;
  }
}

/*	footer
============================== */
footer {
  background-color: #4d190f;
}

div.catari-widget {
  background-color: #e1d4b0;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  footer {
    padding-top: 25px;
  }

  div.ft_inner {
    width: 980px;
    margin: 0 auto;
  }

  div.catari-widget {
    width: 435px;
    height: 248px;
    /* float: left; */
    margin: 0 auto;
  }

  .catari-widget-inner {
    height: 170px;
  }
}

@media all and (max-width: 767px) {
  footer {
    padding: 15px 10px;
  }
}

/*	org_goods
============================== */
section.org_goods {
  background-image: url(../img/org_goods_bg.png);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
}

section.org_goods p.ogds_pic img {
  width: 100%;
  height: 100%;
}

section.org_goods p.ogds_pic {
  width: 165px;
  height: 218px;
  border: #fff solid 5px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}

section.org_goods h3 {
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}

.ogds_txt {
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  section.org_goods {
    width: 530px;
    float: right;
    position: relative;
    height: 248px;
  }

  section.org_goods p.ogds_pic {
    float: left;
  }

  section.org_goods h3 {
    background-image: url(../img/org_goods_h3.png);
    width: 323px;
    height: 44px;
    position: absolute;
    right: 27px;
    top: 25px;
  }

  .org_goods_right {
    float: right;
    width: 315px;
    padding-top: 60px;
  }
}

@media all and (max-width: 767px) {
  section.org_goods {
    margin-bottom: 10px;
  }

  section.org_goods p.ogds_pic {
    margin-bottom: 10px;
  }

  section.org_goods h3 {
    background-image: url(../img/org_goods_h3_smp.png);
    width: 275px;
    height: 44px;
    margin: 0 auto 10px;
  }
}

section.org_goods p.ogds_name {
  color: #db3535;
  border-bottom: 4px solid #db3535;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.button a {
  display: block;
  color: #fff;
  background-color: #db3535;
  padding: 2px;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

.button a span {
  display: block;
  background-color: #db3535;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0.6em;
  line-height: 1.4;
}

/*	back to top
============================== */
p.backtotop {
  z-index: 20;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

p.backtotop a, p.backtotop span {
  display: block;
}

p.btot-on, p.btot-off {
  position: fixed;
}

@media all and (min-width: 768px) {
  p.backtotop {
    transition-property: bottom;
  }

  p.btot-on {
    right: 40px;
    bottom: 40px;
  }

  p.btot-off {
    right: 40px;
    bottom: -150px;
  }

  p.backtotop a {
    background-image: url(../img/backtotop.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 86px;
    height: 86px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media all and (max-width: 767px) {
  p.backtotop {
    min-width: 320px;
    transition-property: bottom;
  }

  p.btot-on, p.btot-off {
    width: 100%;
  }

  p.btot-on {
    bottom: 0;
  }

  p.btot-off {
    bottom: -100px;
  }

  p.backtotop a {
    position: relative;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    background-color: hsla(0, 0%, 0%, 0.75);
    height: 50px;
    letter-spacing: 0.1em;
    font-size: 16px;
  }

  p.backtotop a span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -4em;
    font-size: 100%;
    font-weight: bold;
  }

  p.backtotop a span:before {
    position: absolute;
    left: 50%;
    top: -25px;
    margin-top: -8px;
    margin-left: -10em;
    display: block;
    content: "";
    background-image: url(../img/hitoshi.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 52px 71px;
    width: 52px;
    height: 71px;
    border-radius: 8px;
  }
}

/*	copyright
============================== */
p.copyright {
  background-color: #4d190f;
  text-align: center;
}

p.copyright small,
p.copyright small a {
  font-size: 13px;
  color: #fff
}

p.copyright small a {
  color: #fff799;
}

@media all and (min-width: 768px) {
  p.copyright {
    padding: 40px 0;
  }
}

@media all and (max-width: 767px) {
  p.copyright {
    line-height: 1.5;
    font-size: 85%;
    padding: 1em;
  }
}

/*	present
============================== */
div.present {
  text-align: center;
}

@media all and (min-width: 768px) {
  div.present {
    margin-bottom: 40px;
  }

  .ribbon2 {
    width: 95%;
    display: inline-block;
    position: relative;
    /* height: 60px; */
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    /*&#227;&#402;&#8226;&#227;&#8218;&#169;&#227;&#402;&#179;&#227;&#402;&#710;&#227;&#8218;&#181;&#227;&#8218;&#164;&#227;&#8218;&#186;*/
    background: #db3535;
    /*&#232;&#402;&#338;&#230;&#8482;&#175;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178;*/
    color: #FFF;
    /*&#230;&#8211;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡&#229;&#173;&#8212;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178;*/
    box-sizing: border-box;
  }

  .ribbon2 span {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 10px 30px;
    border-top: dashed 1px #FFF;
    /*&#228;&#184;&#352;&#227;&#129;&#174;&#231;&#160;Ãƒâ€šÃ‚Â´&#231;&#183;&#353;*/
    border-bottom: dashed 1px #FFF;
    /*&#228;&#184;&#8249;&#227;&#129;&#174;&#231;&#160;Ãƒâ€šÃ‚Â´&#231;&#183;&#353;*/
    /* line-height: 46px; */
    margin: 0 -2%;
    z-index: 999;
    position: relative;
  }

  .ribbon2:before, .ribbon2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .ribbon2:before {
    /*&#229;&#183;&#166;&#231;&#171;&#175;&#227;&#129;&#174;&#229;Ãƒâ€šÃ‚Â±Ãƒâ€šÃ‚Â±&#229;&#189;&#162;*/
    content: "";
    width: 20px;
    height: 100%;
    left: -20px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom left, #db3535 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, #db3535 50%, transparent 50%) bottom left / 100% 50% no-repeat;
  }

  .ribbon2:after {
    /*&#229;&#143;&#179;&#231;&#171;&#175;&#227;&#129;&#174;&#229;Ãƒâ€šÃ‚Â±Ãƒâ€šÃ‚Â±&#229;&#189;&#162;*/
    content: "";
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom right, #db3535 50%, transparent 50%) top left/ 100% 50% no-repeat,
      linear-gradient(to top right, #db3535 50%, transparent 50%) bottom left / 100% 50% no-repeat;
  }
}

@media all and (max-width: 767px) {
  div.present {
    margin-bottom: 25px;
  }

  .mybox {
    border: 1px solid #db3535;
    /* &#231;&#183;&#353;&#227;&#129;&#174;&#229;&#164;&#170;&#227;&#129;&#8226;&#227;&#402;&#187;&#231;Ãƒâ€šÃ‚Â¨&#174;&#233;&#161;&#382;&#227;&#402;&#187;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178; */
    border-radius: 5px;
    padding: 10px;
    /* &#229;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦&#229;&#129;Ãƒâ€šÃ‚Â´&#227;&#129;&#174;&#228;&#189;&#8482;&#231;&#8482;&#189; */
    position: relative;
    z-index: 17;
  }

  .mybox {
    position: relative;
  }

  .mybox:before {
    background-color: rgba(255, 255, 255, 0.85);
    /* &#230;&#8211;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡&#229;&#173;&#8212;&#233;&#402;Ãƒâ€šÃ‚Â¨&#229;&#710;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â &#232;&#402;&#338;&#230;&#8482;&#175;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178;&#227;&#402;&#187;&#233;&#8364;&#143;&#233;&#129;&#381;&#229;&#186;&#166; */
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px;
    z-index: -1;
  }

  .mybox:after {
    background: repeating-linear-gradient(-45deg, #db3535, #db3535 5px, #e67172 0, #e67172 10px);
    /* &#227;&#8218;&#185;&#227;&#402;&#710;&#227;&#402;&#169;&#227;&#8218;&#164;&#227;&#402;&#8212;&#227;&#129;&#174;&#232;ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°&#178; */
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
  }
}

/*	cont
============================== */
div.cont {
  background-color: #efd499;
  border-radius: 5px;
  color: #711800;
}

@media all and (min-width: 768px) {
  div.cont {
    padding: 15px;
    margin-bottom: 60px;
  }

  div.cont_inner {
    width: 800px;
    margin: 20px auto;
  }
}

@media all and (max-width: 767px) {
  div.cont {
    padding: 15px;
  }
}

/*	article news
============================== */
@media (min-width: 768px) {
  .news .line_txt {
    width: 70%;
    margin: 0 auto 1em;
  }

  .news div.data {
    margin-bottom: 0;
  }
}

/*	article comment
============================== */
@media (min-width: 768px) {
  .comment div.data {
    padding: 2em;
  }
}

/*	.bn-haishin
============================== */
.bn-haishin {
  text-align: left;
}

@media all and (min-width: 768px) {
  .bn-haishin {
    width: 600px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .bn-haishin {
    /* padding-top:20px; */
    /* padding-left:12px; */
    /* padding-right:12px; */
    /* margin-bottom:20px; */
  }
}

/*	article h1 span
============================== */
@media all and (min-width: 768px) {
  article h1 span {
    background-size: 619px 383px;
  }
}

@media all and (max-width: 767px) {}

/*	aboutpic
============================== */
p.aboutpic {
  width: 100px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto 10px;
}

p.aboutpic>span {
  width: 100px;
  transition: opacity 0.3s ease 0s;
  background-size: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

p.aboutpic>span>span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

p.aboutpic>span {
  padding-top: 131.4285714285714%;
}

/*	presentpic
============================== */
p.presentpic {
  width: 400px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto 10px;
}

p.presentpic>span {
  /* width: 100px; */
  transition: opacity 0.3s ease 0s;
  background-size: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

p.presentpic>span>span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

p.presentpic>span {
  padding-top: calc((533 / 400)*100%);
}

/*	newspic
============================== */
p.newspic {
  width: 533px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

p.newspic>span {
  /* width: 100px; */
  transition: opacity 0.3s ease 0s;
  background-size: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-repeat: no-repeat;
}

p.newspic>span>span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

p.newspic>span {
  padding-top: calc((355 / 533)*100%);
}

@media all and (max-width: 767px) {
  p.newspic {
    width: 90%;
  }

  p.presentpic {
    width: 90%;
  }
}

p.n20250322_6 {
  width: 910px;
}

p.n20250322_6>span {
  padding-top: calc((355 / 1066)*100%);
}

p.n20250322_2>span {
  padding-top: calc((710 / 533)*100%);
}

p.n20250322_3>span {
  padding-top: calc((433 / 533)*100%);
}
