@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

li {
  list-style: none; }

dl {
  overflow: auto; }

dt {
  float: left;
  clear: left; }

dd {
  float: left; }

a {
  text-decoration: none; }

img {
  vertical-align: text-bottom; }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 10px;
  vertical-align: middle;
  background-color: rgba(125, 125, 125, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99; }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 24px;
  /*長さ*/
  border-radius: 6px;
  background: white;
  display: block;
  content: '';
  cursor: pointer; }

#nav-open span:before {
  bottom: -10px; }

#nav-open span:after {
  bottom: -20px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  height: 30%;
  max-height: 90px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
  /*左に隠しておく*/ }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

/*---------- slick ----------*/
body .slick-dots li button:before,
body .slick-dots li.slick-active button:before {
  color: #fff; }

body .slick-slider {
  display: none; }

body .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/ }

/*---------- フォント ----------*/
body,
input,
textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

.jost {
  font-family: 'Jost*';
  font-style: italic;
  color: #E95504;
  font-weight: 500; }

i {
  padding: 0 5px; }

/*---------- 改行 ----------*/
.dn {
  display: none; }

.dn_pc {
  display: inherit; }

.dn_sp {
  display: none; }

@media screen and (min-width: 450px) {
  .dn_pc {
    display: none; }
  .dn_sp {
    display: inherit; } }

body {
  background-color: #1d3155;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #1d3155), color-stop(60%, #111d34), color-stop(80%, #111d34), to(#0c1422));
  background: -webkit-linear-gradient(#1d3155 25%, #111d34 60%, #111d34 80%, #0c1422 100%);
  background: -o-linear-gradient(#1d3155 25%, #111d34 60%, #111d34 80%, #0c1422 100%);
  background: linear-gradient(#1d3155 25%, #111d34 60%, #111d34 80%, #0c1422 100%);
  color: #fff;
  text-align: center; }
  body .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  body .flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  body .inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  body .relative {
    position: relative; }
  body .absolute {
    position: absolute; }
    div body .absolute {
      position: relative; }

a {
  text-decoration: none;
  color: #fff; }
  a img:hover {
    opacity: 0.8; }

.site_title,
#wrapper,
nav > ul {
  max-width: 1000px;
  margin: 0 auto; }

section, aside {
  margin-bottom: 40px; }

/*---------- ナビゲーション ----------*/
#nav-content {
  background: #1d3155;
  /*背景色*/ }
  #nav-content ul {
    font-size: 14px;
    color: #fff; }

/*---------- ナビゲーションの固定 ----------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }

/*---------- inlineblock ----------*/
.parent_iblock {
  text-align: justify;
  text-justify: distribute-all-lines;
  font-size: 0; }
  .parent_iblock > * {
    font-size: initial; }
  .parent_iblock:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0; }
  .parent_iblock > article,
  .parent_iblock > figure,
  .parent_iblock > div {
    display: inline-block;
    vertical-align: top; }

/*---------- フッター ----------*/
.footer {
  font-size: 70%;
  text-align: center;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 8px; }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footer {
    font-size: 80%; } }

@media screen and (min-width: 1025px) {
  .footer {
    font-size: 80%; } }

/*---------- 横線 ----------*/
.sideline {
  overflow: hidden;
  text-align: center; }
  .sideline span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left; }
    .sideline span::before, .sideline span::after {
      position: absolute;
      top: 50%;
      content: '';
      width: 400%;
      height: 1px;
      background-color: #E95504; }
    .sideline span::before {
      right: 100%; }
    .sideline span::after {
      left: 100%; }

/*---------- 色変え ----------*/
.color_orange {
  color: #E95504; }

/*---------- アコーディオン ----------*/
/*---------- ボタン ----------*/
.btn-gradient-radius {
  display: inline-block;
  width: 200px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: -webkit-linear-gradient(315deg, #E99b03 0%, #E95504 100%);
  background-image: -o-linear-gradient(315deg, #E99b03 0%, #E95504 100%);
  background-image: linear-gradient(135deg, #E99b03 0%, #E95504 100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.btn-gradient-radius:hover {
  opacity: 0.8; }

.more_contents {
  position: relative; }

#accordion_target {
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px; }

#accordion_trigger {
  cursor: pointer; }

#accordion_trigger.active::after {
  font-family: "Font Awesome 5 Free";
  content: '\f139  閉じる';
  font-weight: 900; }

#accordion_trigger::after {
  font-family: "Font Awesome 5 Free";
  content: '\f13a  もっと読む';
  font-weight: 900; }

#gradation_back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 120px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 29, 52, 0)), color-stop(70%, #111d34));
  background: -webkit-linear-gradient(top, rgba(17, 29, 52, 0) 0%, #111d34 70%);
  background: -o-linear-gradient(top, rgba(17, 29, 52, 0) 0%, #111d34 70%);
  background: linear-gradient(180deg, rgba(17, 29, 52, 0) 0%, #111d34 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s; }
  #gradation_back.active {
    background: none; }

/*---------- ページスクロール ----------*/
#page-top, #page-bottom {
  position: fixed;
  bottom: 20px;
  right: 20px; }

.page_scroll a {
  background: rgba(125, 125, 125, 0.7);
  color: #fff;
  display: block;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.texts {
  padding: 5px; }
  .texts h1 {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding: 5px;
    font-weight: normal; }
  .texts h2 {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal; }
  .texts h3 {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: normal; }
  .texts h4 {
    font-size: 10px;
    background-image: -webkit-linear-gradient(315deg, #E99b03 0%, #E95504 100%);
    background-image: -o-linear-gradient(315deg, #E99b03 0%, #E95504 100%);
    background-image: linear-gradient(135deg, #E99b03 0%, #E95504 100%);
    padding: 3px;
    line-height: 1; }
  .texts h5 {
    text-align: right;
    font-size: 8px;
    line-height: 1.2;
    color: #ddd;
    font-weight: normal; }

header {
  width: 100%;
  border-top: solid 5px #E95504;
  position: relative; }
  header:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #fff;
    top: -5px;
    width: 30%; }
  header .site_title {
    padding: 0 10px; }
    header .site_title .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 80px; }
    header .site_title .logo {
      border-radius: 100px;
      width: 40px;
      padding: 5px;
      background-color: #fff; }
      header .site_title .logo img {
        width: 100%; }
    header .site_title .title_texts {
      text-align: left; }
    header .site_title h1 {
      font-size: 35px;
      line-height: 1.2;
      margin-top: -5px; }
    header .site_title p {
      font-size: 12px;
      line-height: 1.1;
      color: #fff; }

.slide figure {
  width: 100%;
  height: 100vw; }
  .slide figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover;','object-position: top;';
    /*IE対策*/
    width: 100%;
    height: 100%; }

.slide .texts {
  bottom: 0;
  padding: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
  .slide .texts h1, .slide .texts h3 {
    padding: 0 15px;
    text-align: justify; }
  .slide .texts h1 {
    font-size: 7vw;
    font-weight: bold;
    line-height: 1.1; }
  .slide .texts h3 {
    line-height: 1.3; }
  .slide .texts h5 {
    padding-right: 15px; }

.share {
  margin-bottom: 20px;
  max-height: 32px; }
  .share .inline-flex > div {
    margin: 5px; }

nav {
  width: 100%;
  padding: 10px 0; }
  nav #btn {
    overflow: hidden; }
  nav #btn li {
    float: left;
    margin: 10px;
    cursor: pointer; }
  nav #animationList {
    overflow: hidden; }

.nav_pc {
  background-color: rgba(12, 20, 34, 0.8); }

.ads {
  display: inline-block;
  text-align: center;
  height: 400px;
  margin-bottom: 0; }
  .ads div {
    margin-bottom: 25px; }

.main_contents .articles .article {
  border: solid 1px #0c1422;
  width: 50%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .main_contents .articles .article figure {
    height: 185px; }
    .main_contents .articles .article figure img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      font-family: 'object-fit: cover;','object-position: top;';
      /*IE対策*/
      width: 100%;
      height: 100%; }
  .main_contents .articles .article h1 {
    height: 3em; }
  .main_contents .articles .article h5 {
    height: 2.4em; }
  .main_contents .articles .article .pr {
    background: #aaa; }

.pr_contents {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 0; }
  .pr_contents > h1 {
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #E95504; }
  .pr_contents .articles .article {
    background-color: #1d3155;
    margin-bottom: 2px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box; }
    .pr_contents .articles .article figure {
      height: 75px;
      width: 75px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .pr_contents .articles .article figure img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        font-family: 'object-fit: cover;','object-position: top;';
        /*IE対策*/
        width: 100%;
        height: 100%; }
    .pr_contents .articles .article .texts {
      width: 100%; }
      .pr_contents .articles .article .texts h1 {
        padding: 5px; }
      .pr_contents .articles .article .texts h2,
      .pr_contents .articles .article .texts h3 {
        color: #aaa; }
      .pr_contents .articles .article .texts .flex {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .pr_contents .articles .article .texts h4 {
        background: #aaa;
        padding: 3px;
        font-size: 8px;
        line-height: 1; }
      .pr_contents .articles .article .texts h5 {
        margin-right: 5px; }

.more_contents {
  padding-bottom: 30px; }
  .more_contents > h1 {
    font-size: 22px;
    margin-bottom: 5px; }
  .more_contents .articles .article {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #1d3155; }
    .more_contents .articles .article figure {
      height: 75px;
      width: 75px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .more_contents .articles .article figure img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        font-family: 'object-fit: cover;','object-position: top;';
        /*IE対策*/
        width: 100%;
        height: 100%; }
    .more_contents .articles .article .texts {
      width: 100%;
      min-height: 75px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .more_contents .articles .article .texts h1 {
        height: 2.5em; }
      .more_contents .articles .article .texts h4 {
        padding: 3px;
        font-size: 8px;
        line-height: 1; }
      .more_contents .articles .article .texts h5 {
        margin-right: 5px; }

.InstaWidget {
  background-color: #293034;
  padding: 0 20px; }
  .InstaWidget div {
    text-align: center; }
  .InstaWidget h1 {
    padding: 10px;
    font-size: 30px; }
  .InstaWidget h1 {
margin: auto;
    position: relative;
    display: inline-block;
    padding: 20px; }
  .InstaWidget h1:after,
  .InstaWidget h1:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #E95504;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg); }
  .InstaWidget h1:before {
    left: 0; }
  .InstaWidget h1:after {
    right: 0; }
  .InstaWidget h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #aaa; }

.instafeed {
  width: 100%; }
  .instafeed article {
    width: 33.3%; }
    .instafeed article p {
      padding: 4px;
      line-height: 1.1;
      font-size: 0.6em;
      height: 4.4em;
      text-align: justify;
      overflow: hidden; }
    .instafeed article div {
      position: relative; }
      .instafeed article div:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .instafeed article div figure {
margin: auto;
        padding: 2px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .instafeed article div figure img {
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: top;
          object-position: top;
          font-family: 'object-fit: cover;','object-position: top;';
          /*IE対策*/
          width: 100%;
          height: 100%; }

aside #twitter-widget-0 {
  height: 100vh !important; }

aside .twitter {
  text-align: center;
  margin: 0 auto 40px;
  width: 90%; }
  aside .twitter p {
    margin-bottom: 10px; }

aside .links {
  width: 90%;
  margin: 0 auto 40px; }
  aside .links h1 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.25em;
    border-bottom: solid 1px #E95504;
    margin-bottom: 5px; }

aside .link_text {
  padding: 10px; }
  aside .link_text p {
    font-size: 14px;
    line-height: 2; }

aside .link_image {
  max-width: 300px;
  width: 48%;
  margin-bottom: 20px; }
  aside .link_image img {
    width: 100%; }

aside .infomation {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 14px;
  padding: 10px 0;
  max-width: 300px;
  margin: 0 auto; }

footer {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  text-align: center; }

@media screen and (min-width: 450px) {
  header .site_title .flex {
    height: 100px; }
  header .site_title .logo {
    width: 50px; }
  header .site_title h1 {
    font-size: 50px; }
  header .site_title p {
    font-size: 14px; }
  #twitter-widget-0 {
    height: 700px !important; }
  #wrapper {
    padding-top: 20px; } }

@media screen and (max-width: 449px) {
  #wrapper {
    margin-top: 0 !important; } }

@media screen and (min-width: 1024px) {
  main {
    width: calc(1000px - 320px - 6px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .ads {
    float: right;
    width: 320px;
    text-align: right; }
    .ads div {
      margin: 0 0 25px auto; }
  aside {
    width: 320px;
    vertical-align: top;
    float: right; }
    aside .twitter, aside .links {
      width: 100%;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    aside .infomation {
      margin-left: 20px; }
  .footer {
    clear: both; } }

@media screen and (min-width: 600px) {
  .slide figure {
    width: 100%;
    height: 300px; } }

@media screen and (min-width: 1024px) {
  .slide figure {
    width: 100%;
    height: 400px; } }

@media screen and (min-width: 1366px) {
  .slide figure {
    width: 100%;
    height: 350px; } }

@media screen and (min-width: 1366px) {
  .slide figure {
    width: 100%;
    height: 350px; } }

@media screen and (min-width: 1920px) {
  .slide figure {
    width: 100%;
    height: 500px; } }

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .slide .texts h1 {
    font-size: 3vw; }
  .slide .texts h4 {
    font-size: 1.5vw; }
  .slide .texts h5 {
    font-size: 1.3vw; } }

@media screen and (min-width: 1025px) {
  .slide .texts h1 {
    font-size: 31px; }
  .slide .texts h2 {
    font-size: 16px; }
  .slide .texts h5 {
    font-size: 13px; } }

@media screen and (min-width: 600px) {
  .main_contents .articles .article {
    width: 33.3%; }
  .more_contents .articles .article,
  .pr_contents .articles .article {
    width: 50%; } }

@media screen and (min-width: 600px) {
  .instafeed {
    width: 100%; }
    .instafeed article {
      width: 25%; }
      .instafeed article:last-child {
        display: none; } }
