@charset "UTF-8";
/*==================================================
cmn
==================================================*/
html {
  overflow: auto;
  font-size: 62.5%;
  position: relative; }

body {
  overflow: hidden;
  font-family: "Century Gothic","游ゴシック Regular", "Yu Gothic Regular", "游ゴシック体", YuGothic, sans-serif;
  color: #3b3b3b;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  margin: 0px;
  padding: 0px; }

header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p:last-child {
  margin: 0; }

a, input[type="submit"], button, label {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #c51824; }

.rollover:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  zoom: 1; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* -------- CLEAR -------- */
.clear {
  clear: both; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* clearfix for ie7 */
.cf {
  display: inline-block; }

.cf {
  display: block; }

/* -------- CLEAR -------- */
/* -------- ボタンcssリセット -------- */
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box; }
  button::-webkit-search-decoration {
    display: none; }
  button::focus {
    outline-offset: -2px; }

.inner {
  padding: 0 20px;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1207px;
  /*1120px*/
  width: 100%; }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 3%; } }
  @media screen and (max-width: 768px) {
    .inner.no-sp-padding {
      padding: 0; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
/*==================================================
header
==================================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding: 20px 0 15px; }
  @media screen and (max-width: 768px) {
    #header {
      height: 60px;
      position: fixed;
      padding: 15px 0 0;
      background: #000; } }
  #header #header-inner {
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #header #header-inner {
        display: block; } }
  #header .logo-col {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #header .logo-col {
        width: 75px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 8px; } }
    #header .logo-col #logo {
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        #header .logo-col #logo {
          padding-top: 0; } }
  #header .navi-col {
    display: table-cell;
    vertical-align: middle;
    text-align: right; }
    @media screen and (max-width: 768px) {
      #header .navi-col {
        display: block; } }
  #header .gnavi {
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1040px) {
      #header .gnavi {
        display: block;
        margin-bottom: 15px; } }
    @media screen and (max-width: 768px) {
      #header .gnavi {
        position: absolute;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    #header .gnavi li {
      font-size: 18px;
      font-size: 1.8rem;
      display: inline-block;
      margin-right: 25px;
      padding: 0; }
      @media screen and (max-width: 840px) {
        #header .gnavi li {
          margin-right: 15px; } }
      @media screen and (max-width: 768px) {
        #header .gnavi li {
          display: none; } }
      #header .gnavi li a {
        color: #FFF;
        position: relative;
        display: block;
        padding: 0 5px; }
        #header .gnavi li a:hover {
          color: #FFF;
          text-decoration: none;
          transition: 0.2s; }
          #header .gnavi li a:hover::after {
            position: absolute;
            left: 0;
            bottom: -10px;
            display: block;
            content: "";
            height: 1px;
            background-color: #FFF;
            width: 100%; }
      #header .gnavi li#search {
        position: relative; }
        @media screen and (max-width: 1040px) {
          #header .gnavi li#search {
            margin-right: 0; } }
        @media screen and (max-width: 768px) {
          #header .gnavi li#search {
            width: 20px;
            display: block;
            margin-right: 5%; } }
        #header .gnavi li#search .l-search__form input[type='text'], #header .gnavi li#search .l-search__form input[type='search'] {
          position: absolute;
          -webkit-appearance: none;
          z-index: 5000;
          top: -3px;
          right: -10px;
          width: 48px;
          height: 35px;
          padding: 3px 18px 3px 15px;
          cursor: pointer;
          transition: all .3s;
          opacity: 0;
          border: 1px solid #302f2f;
          border-radius: 48px;
          outline: 0;
          background-color: rgba(36, 35, 31, 0.95);
          background-repeat: no-repeat;
          background-position: right 9px center; }
          @media screen and (max-width: 768px) {
            #header .gnavi li#search .l-search__form input[type='text'], #header .gnavi li#search .l-search__form input[type='search'] {
              top: -8px; } }
          #header .gnavi li#search .l-search__form input[type='text']:focus, #header .gnavi li#search .l-search__form input[type='search']:focus {
            width: 195px;
            padding-right: 35px;
            cursor: text;
            color: #fff;
            opacity: 1;
            background-image: url(../img/cmn/search_ico.png); }
            @media screen and (max-width: 768px) {
              #header .gnavi li#search .l-search__form input[type='text']:focus, #header .gnavi li#search .l-search__form input[type='search']:focus {
                background-image: url(../img/cmn/search_ico_sp.png);
                background-size: 20px auto; } }
        #header .gnavi li#search .l-search__form input[type='submit'] {
          display: none; }
        #header .gnavi li#search .l-search__form input[type='search']:focus + .l-search__form input[type='submit'] {
          display: block; }
  #header .sns-list {
    display: inline-block;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      #header .sns-list {
        display: none; } }
    #header .sns-list li {
      display: inline-block;
      padding: 0;
      margin-left: 13px; }
  #header #menu-btn {
    display: none; }
    @media screen and (max-width: 768px) {
      #header #menu-btn {
        display: block;
        position: absolute;
        top: 50%;
        left: 3%;
        width: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

#menu-style .main {
  text-align: center;
  line-height: 1.2;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 510;
  font-size: 18px;
  /*20px;*/
  letter-spacing: 0.03em; }

#menu-style .sub {
  transform: scale(0.9);
  text-align: center;
  line-height: 1.2;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 10px;
  /*9px;*/
  margin-top: 2px; }

.head-snsimg {
  width: auto;
  height: 23px; }

/*=====ドロワーメニュー=====*/
input#drawer {
  display: none; }

/*チェックボタン非表示*/
.drawer_Box {
  height: 0; }
  @media screen and (max-width: 768px) {
    .drawer_Box {
      margin-top: 60px; } }

.contMenu {
  display: block;
  width: 85%;
  height: 100%;
  position: fixed;
  left: -100%;
  /*左へハイド*/
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease */
  background: #fff;
  z-index: 99999;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  /*	overflow-x: hidden;*/
  /*overflow: visible;*/
  /*閉じるボタンを外表示 だけどiphoneスクロールできない*/
  -webkit-overflow-scrolling: touch;
  background-color: #000; }

.offBtn {
  position: fixed;
  display: none;
  left: -100%; }

input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu > .offBtn {
  display: block;
  width: 26px;
  z-index: 99999;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu {
  left: 0; }

.drawer_off {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: -100;
  -webkit-transition: .2s ease-out, .1s z-index ease-out;
  -moz-transition: .2s ease-out, .1s z-index ease-out;
  -o-transition: .2s ease-out, .1s z-index ease-out;
  transition: .2s ease-out, .1s z-index ease-out; }

input[type="checkbox"].drawer_on:checked + .drawer_off {
  position: fixed;
  opacity: 1;
  -webkit-transition: .2s ease-in, .1s z-index ease-in;
  -moz-transition: .2s ease-in, .1s z-index ease-in;
  -o-transition: .2s ease-in, .1s z-index ease-in;
  transition: .2s ease-in, .1s z-index ease-in;
  z-index: 9999; }

.contMenu .logoArea {
  background-color: #242424; }
.contMenu .menuArea {
  padding: 30px 10%; }
  .contMenu .menuArea .menu li {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    .contMenu .menuArea .menu li a {
      color: #FFF; }
      .contMenu .menuArea .menu li a:hover {
        color: #c51824;
        text-decoration: none; }

/*==================================================
footer
==================================================*/
.pagetop {
  text-align: center; }
  .pagetop a {
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 50px 0 30px;
    background: #f0f0f0;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .pagetop a {
        padding: 14px 0;
        font-weight: normal; } }
    .pagetop a span::after {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 30px;
      content: "";
      display: block;
      width: 23px;
      height: 14px;
      background: url(../img/cmn/pagetop_ico.png) no-repeat 0 0;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        .pagetop a span::after {
          position: static;
          display: inline-block;
          width: 15px;
          height: 10px;
          margin-left: 3px; } }
    .pagetop a:hover {
      text-decoration: none;
      color: #3b3b3b; }

#footer {
  text-align: center; }
  @media screen and (max-width: 768px) {
    #footer {
      background: #f0f0f0; }
      #footer .inner {
        padding: 0; } }
  #footer .mail-div {
    width: 80%;
    padding: 50px 0 0 0;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #footer .mail-div {
        width: 100%;
        padding: 0; } }
  #footer .mail-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 768px) {
      #footer .mail-form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px; } }
  #footer .mail-word {
    width: 50%;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #footer .mail-word {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  #footer .mail-magazine {
    margin-bottom: 0;
    font-size: 28px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #footer .mail-magazine {
        width: 100%;
        font-size: 23px;
        text-align: left; } }
  #footer .mail-magazine:first-letter {
    color: red; }
  #footer .mail-magazine-p {
    font-size: 12px;
    text-align: left;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #footer .mail-magazine-p {
        width: 100%;
        font-size: 8px;
        text-align: left; } }
  #footer .mail-span {
    margin-bottom: 30px;
    width: 33%;
    margin: 0 2%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #footer .mail-span {
        width: 65%; } }
  #footer .mail-text {
    width: 100%;
    height: 40px;
    text-indent: 1em;
    font-size: 13px; }
    @media screen and (max-width: 768px) {
      #footer .mail-text {
        margin-right: 5%;
        width: 100%;
        height: 40px; } }
  #footer .mail-submit {
    width: 16%; }
    @media screen and (max-width: 768px) {
      #footer .mail-submit {
        width: 30%; } }
  #footer .mail-button {
    font-size: 13px;
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    padding-left: 30px;
    height: 40px;
    background-color: #000;
    letter-spacing: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff !important; }
    @media screen and (max-width: 768px) {
      #footer .mail-button {
        padding-left: 30px;
        width: 100%;
        height: 40px;
        letter-spacing: 25px;
        text-align: center;
        vertical-align: middle;
        background-color: #000;
        color: #fff !important; } }
  #footer .snsimg {
    width: auto;
    height: 32px; }
  #footer .f-menu {
    padding: 40px 0;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      #footer .f-menu {
        padding: 0; } }
    #footer .f-menu li {
      display: inline;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 20px;
      border-right: 1px solid #818181;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        #footer .f-menu li {
          font-size: 13px;
          font-size: 1.3rem;
          display: block;
          border: none;
          border-bottom: 1px solid #efefef;
          padding: 0; }
          #footer .f-menu li a {
            display: block;
            background: #FFF;
            padding: 13px 0;
            position: relative; }
            #footer .f-menu li a::after {
              content: "";
              position: absolute;
              top: 0;
              bottom: 0;
              right: 15px;
              width: 5px;
              height: 5px;
              margin: auto;
              border-top: 1px solid #c51824;
              border-right: 1px solid #c51824;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              vertical-align: middle; }
            #footer .f-menu li a:hover {
              text-decoration: none;
              background-color: #dedede;
              color: #3b3b3b; } }
      #footer .f-menu li:first-of-type {
        border-left: 1px solid #818181; }
        @media screen and (max-width: 768px) {
          #footer .f-menu li:first-of-type {
            border-left: none; } }
  #footer .sns-list {
    padding: 0 0 42px;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      #footer .sns-list {
        padding: 26px 0; } }
    #footer .sns-list li {
      display: inline;
      margin: 0 23px; }
      @media screen and (max-width: 768px) {
        #footer .sns-list li {
          margin: 0 12px; } }
  #footer .copyright {
    background: #f0f0f0;
    padding: 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      #footer .copyright {
        background: #FFF;
        font-size: 10px;
        font-size: 1rem; } }

/*==================================================
content
==================================================*/
.readmore-btn {
  clear: both;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .readmore-btn {
      max-width: 240px; } }
  .readmore-btn a {
    display: block;
    color: #FFF;
    background-color: #c51824;
    border: 1px solid #c51824;
    padding: 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .readmore-btn a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 11px 0; } }
    .readmore-btn a:hover {
      text-decoration: none;
      background-color: #7e181c; }

.article .saboxplugin-authorname ul li:before {
  content: none; }

/*# sourceMappingURL=common.css.map */
