@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #000;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  color: #fff;
}

strong,
b {
  font-size: 1em;
}

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.sub-entry ul,
.sub-entry ol,
.sub-entry table,
.sub-entry blockquote,
.sub-entry pre,
address {
  margin: 20px 0;
}

.sub-entry table {
  border-collapse: collapse;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
}

li {
  line-height: 1.2;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 10px;
}

/* ページの幅 */
.wrap-in {
  max-width: 900px;
  margin: 0 auto;
}

/* ヘッダー */
.top-copy {
  padding: 15px 0;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: #d70c18;
}

/* サイトタイトル */
.top-ttl {
  align-items: center;
  width: fit-content;
  /*50%*/
  margin: 0 auto;
  text-align: center;
}

.top-ttl a {
  display: block;
  margin-top: 40px;
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
}

.top-ttl a:hover {
  opacity: 0.8;
}

.flex {
  display: flex;
  justify-content: space-between;
}

/* ヘッダーナビ */
.global-navi {
  margin: 40px 0;
}

.global-navi {
  background: #d70c18;
}

.global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-navi ul li {
  position: relative;
  width: 24%;
}

.global-navi ul li a {
  position: relative;
  display: block;
  padding: 20px 1px 20px 10px;
  color: #fff;
}

.global-navi ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 1px solid #fff;
}

.global-navi ul li:last-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  margin-top: -25px;
  border-left: 1px solid #fff;
}

.global-navi ul li a:hover {
  color: #fff;
  opacity: 0.7;
}

/* メインビジュアル */
.key-visual {
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}

.slide-box {
  position: relative;
}

.slide-wrap {
  position: absolute;
  left: 50%;
  margin-left: -765px;
  width: 1530px;
}

.key-slider {
  width: 100%;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}

.bx-wrapper img {
  border: 5px solid #fff;
}

.bx-viewport {
  height: 100%;
}

.bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 30px;
}

.bx-wrapper .bx-prev {
  left: 487px;
  background: url(../images/prev-ico.png);
}

.bx-wrapper .bx-next {
  right: 487px;
  background: url(../images/next-ico.png);
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  background-position: 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  background-position: 0;
}

/* メインカラム */
.cont-box {
  float: right;
  max-width: 600px;
}

.cont-box .sub-entry {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #d70c18;
  background: #282828;
}

.catch-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}

/* サブカラム */
.side-box {
  float: left;
  /*min-*/
  width: 250px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.side-box ul li ul li img {
  margin: 0 0 10px 0;
  width: 100%;
}

.side-box>ul>li>p {
  margin: 0 0 15px 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d70c18;
  border-radius: 20px;
}

.side-box ul li ul {
  margin: 0 0 15px 0;
  padding: 20px 10px;
  background: #282828;
}

.side-box ul li ul li {
  padding: 0 0 20px 0;
}

.side-box ul li ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d70c18;
}

.side-box ul li ul li a {
  display: block;
  padding: 5px 0 10px;
  color: #fff;
}

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

/* 1カラム */
.post-box {
  margin: 20px 0 0;
  padding: 50px 0;
  background: #f56e00;
}

.post-box .wrap-in main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-box .sub-entry {
  padding: 10px;
  width: 33%;
  background: #fff;
}

.post-box .sub-entry img {
  width: 100%;
  margin-bottom: 10px;
}

.sub-entry .more-btn {
  margin: 10px 0 0;
  text-align: right;
}

.sub-entry .more-btn a {
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #d70c18;
  border-bottom: none;
  border-radius: 20px;
}

/* 1カラム リンク */
.link-box {
  padding: 50px 0;
  background: #282828;
}

.link-box .links {
  display: block;
  width: 100%;
}

.link-box .links h2 {
  height: 50px;
  padding: 0 30px;
  margin: 0 0 20px;
  border-radius: 30px;
  line-height: 50px;
  color: #fff;
  background: #d70c18;
  border: none;
}

.link-box .link-in {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #d70c18;
  color: #282828;
}

.link-box .link-in h3 {
  padding: 10px;
  border: 1px dashed #d70c18;
  border-radius: 0;
  background: #fff;
  position: relative;
  margin-bottom: 5px;
}

.link-box .link-in h3 a {
  display: block;
  border-bottom: none;
}

.link-box .link-in h3 a:hover {
  color: #666;
}

.link-in h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

/* フッター */
footer {
  /* margin-top: 200px; */
  background: #d70c18;
}

.footer-in {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer-navi {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 20px;
}

.footer-navi::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #a50c18;
}

.footer-navi::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ff1622;
}

.footer-navi p {
  padding: 10px 10px 20px;
  font-size: 16px;
  border-bottom: 1px dashed #fff;
}

.footer-navi ul li a {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  color: #fff;
}

.footer-navi ul li a:hover {
  opacity: 0.7;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 25px 0;
}

.top-btn {
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #666;
  position: absolute;
  top: -40px;
  right: 0;
  border-bottom: 1px solid #666;
  padding: 0;
}

.top-btn::before {
  content: "\f139";
  font-family: FontAwesome;
}

/* 基本スタイル */
h2 {
  font-size: 180%;
  border-left: 5px solid #d70c18;
}

h3 {
  background: #282828;
  border: 1px dashed #d70c18;
}

h4 {
  border-bottom: 1px dashed #d70c18;
}

h5 {
  background: #606060;
}

h6 {
  color: #d70c18;
}

/*下層のみ*/
.sub-entry h1 {
  font-size: 180%;
  border-left: 5px solid #d70c18;
  margin-bottom: 15px;
  padding-left: 11px;
}

.sub-entry h2 {
  background: #282828;
  border: 1px dashed #d70c18;
}

.sub-entry h3 {
  border-bottom: 1px dashed #d70c18;
  margin-top: 40px;
}

strong {
  color: #d70c18;
  border-bottom: 3px solid #d70c18;
}

em {
  border-bottom: 3px solid #606060;
}

.sub-entry ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d70c18;
  border-radius: 50%;
  margin-right: 5px;
}

.sub-entry ol {
  counter-reset: counter;
}

.sub-entry ol li,
.sub-entry ul li {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed #d70c18;
}

.sub-entry ol li::before {
  counter-increment: counter;
  content: counter(counter);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #d70c18;
  border-radius: 50%;
}

blockquote {
  padding: 30px;
  border: 1px dashed #d70c18;
}

address {
  padding: 15px 30px;
  color: #d70c18;
  background: #000;
}

ins {
  padding: 3px;
  border: 1px solid #666;
}

.sub-entry a {
  color: #d70c18;
  border-bottom: 1px solid #d70c18;
}

.sub-entry a:hover {
  color: #fff;
}

pre {
  padding: 30px;
  background: #000;
  border: 1px solid #d70c18;
}

.sub-entry table th {
  padding: 5px;
  background: #d70c18;
  font-weight: normal;
  color: #fff;
  border: 1px solid #a8a8a8;
}

.sub-entry table td {
  padding: 5px;
  border: 1px solid #a8a8a8;
}

.sub-entry img {
  max-width: 100%;
}

/* パンくず */
.pan__nav {
  margin: 0 0 20px;
  padding: 8px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.pan__nav li {
  display: inline-block;
}

.pan__nav li::after {
  content: ">>";
  margin: 0 10px;
}

.pan__nav li:last-child::after {
  content: none;
}

.pan__nav li a {
  color: #aaa;
  border-bottom: 1px solid #d70c18;
}

/* 404 */
.error-txt {
  font-size: 30px;
  color: #d70c18;
}

/* SNS */
.sns-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 60px 0 20px;
}

.share-btn {
  width: 24%;
}

.share-btn a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-bottom: none;
}

.share-btn a:hover {
  color: #fff;
}

#twitter {
  background-color: #00acee;
}

#twitter:hover {
  background-color: #0095ce;
}

#hatena {
  background-color: #2d4c86;
}

#hatena:hover {
  background-color: #243c6a;
}

#facebook {
  background-color: #3b5998;
}

#facebook:hover {
  background-color: #2e477b;
}

#ggl-plus {
  background-color: #dd4b39;
}

#ggl-plus:hover {
  background-color: #cc3d2b;
}

.sub-entry.sh img {
  max-width: 350px;
  float: left;
  margin: 0 10px 10px 0;
}

.sub-entry img {
  margin-bottom: 10px;
}