@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html {
  height: 100%; }

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

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
html {
  font-family: Meiryo, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif; } }
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 2px; }

a {
  text-decoration: none;
  outline: 1px solid transparent;
  color: #000;
  transition: all 0.8s; }

body {
  /* min-width: 1100px; */
  position: relative; }

img {
  vertical-align: bottom;
  max-width: 100%; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p {
  margin-bottom: 18px;
  font-size: 1.6rem; }

.tx_center {
  text-align: center; }

.tx_center_sp_left {
  text-align: center; }

.tx_left {
  text-align: left; }

.tx_right {
  text-align: right; }

.clear {
  clear: both; }

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
header.global_header {
  z-index: 999;
  position: fixed;
  height: 100%;
  min-height: 635px;
  width: 270px; }
  header.global_header .wrap {
    padding-top: 20px;
    width: 85%;
    height: 100%;
    margin: auto;
    position: relative; }
    header.global_header .wrap .logo {
      margin-bottom: 30px;
      line-height: 24px; }
      header.global_header .wrap .logo a {
        font-size: 3.1rem;
        font-family: 'Antonio', Meiryo, sans-serif;
        display: block;
        color: #000; }
        header.global_header .wrap .logo a span {
          display: block;
          font-size: 1.8rem;
          padding-top: 10px;
          letter-spacing: 1px; }
      header.global_header .wrap .logo a:hover {
        opacity: 0.6; }
  header.global_header #navpc {
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    header.global_header #navpc .gnav {
      padding: 0px; }
      header.global_header #navpc .gnav li {
        margin-bottom: 8px; }
        header.global_header #navpc .gnav li a {
          color: #000;
          font-weight: bold;
          font-size: 1.7rem;
          line-height: 1em;
          height: 16px;
          font-family: 'Antonio', Meiryo, sans-serif; }
        header.global_header #navpc .gnav li a:hover,
        header.global_header #navpc .gnav li a.active {
          opacity: 0.6;
          font-weight: bold; }
        header.global_header #navpc .gnav li a.font_s {
          font-size: 1.3rem; }
        header.global_header #navpc .gnav li ul li {
          margin: 3px 0px;
          padding-left: 10px; }
          header.global_header #navpc .gnav li ul li a {
            font-size: 1.3rem; }

.logo_img {
  position: absolute;
  bottom: 50px;
  width: 36px;
  height: auto; }

#navpc .gnav li:nth-child(8) {
  margin-bottom: 20px; }

header .fixed-nav.background--dark .fixed-nav-line,
header .logo.fixed-nav.background--dark a,
header #navpc.fixed-nav.background--dark .gnav li a {
  color: #fff; }

header .fixed-nav.background--dark .fixed-nav-logo {
  color: #283655; }

header .logo.fixed-nav.background--dark {
  color: #fff; }

header.side_fixed {
  /* background-color: #9b8e68;
  border-right: 2px #9b8e68 solid;*/
  /* background-color: #283655;  indigo ink */
  background-color: #00293c;
  /* navy */ }

header.side_fixed .wrap .logo a,
header.side_fixed #navpc .gnav li a {
  color: #fff; }

header .zdo_drawer_button {
  display: none; }

.social_btn_pc {
  position: absolute; }

main {
  background-color: #ededed; }

@media screen and (max-width: 768px) {
  header .zdo_drawer_button {
    display: block;
    border: none;
    padding: 0;
    width: 34px;
    height: 34px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 2.5vh;
    bottom: 0;
    right: 15px;
    z-index: 1001;
    text-align: center;
    outline: none; } }
header .zdo_drawer_button.active .zdo_drawer_bar {
  width: 32px;
  height: 3px;
  border-radius: 5px; }

header .zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 3px 7px 0px; }

header .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

header .zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 11px 4px 0px; }

header .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

header .zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

header .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 6px auto;
                 /*
-webkit-transition: all 0.2s;
transition: all 0.2s; */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 74%; }

header .zdo_drawer_text {
  text-align: center;
  font-size: 10px; }

header .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

header .zdo_drawer_menu_text {
  display: block;
  padding-bottom: 5px; }

header .zdo_drawer_nav {
  padding: 112px 24px; }

header .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px; }

header .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff; }

.social_btn_pc {
  position: absolute;
  right: 0px;
  width: 180px; }
  .social_btn_pc ul {
    display: flex;
    justify-content: space-between; }
    .social_btn_pc ul li {
      float: left; }
      .social_btn_pc ul li a {
        font-size: 20px; }

#topImages {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  margin-bottom: 50px;
  transition: .8s;
  transition-delay: .8s; }
  #topImages img {
    width: 100%; }

.title_a {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3rem;
  font-family: 'Antonio', Meiryo, sans-serif; }
  .title_a span {
    font-size: 1.5rem;
    display: block; }

.title_b {
  text-align: center;
  font-family: 'Antonio', Meiryo, sans-serif;
  font-size: 2rem;
  margin-bottom: 10px; }

.pickupimg {
  text-align: center;
  margin: 0;
  padding-bottom: 30px; }
  .pickupimg img {
    width: 60%; }

.btn_one {
  display: block;
  padding: 10px 0px;
  background-color: #ee6d10;
  color: #fff;
  width: 300px;
  text-align: center;
  border-radius: 3px;
  font-size: 1.6rem;
  margin: 50px auto; }

.btn_two {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: auto auto 60px; }
  .btn_two li {
    width: 48%;
    float: left; }
    .btn_two li a {
      font-family: 'Antonio', Meiryo, serif;
      text-decoration: none;
      font-weight: bold;
      padding: 10px 5% 10px 10%;
      display: block;
      position: relative;
      transition: .5s;
      margin: auto;
      background-color: #222;
      color: #fff;
      border-radius: 3px; }
    .btn_two li a:hover {
      opacity: 0.75; }

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
footer .copyright {
  background-color: #ededed;
  color: #00293c;
  text-align: center;
  font-size: 1.1rem;
  clear: both;
  padding: 10px 0px 20px;
  letter-spacing: 1px;
  clear: both; }

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px; }

.pagetop i {
  /*    color: #e40228; */
  color: #ee6d10;
  font-size: 3em; }

/* ----------------------------------------------------------------------------------------------------
*  下層ページ
* --------------------------------------------------------------------------------------------------*/
.outer {
  padding-left: 270px;
  height: 100%; }

.content {
  width: 100%;
  padding: 70px 7% 7%;
  max-width: 1200px;
  margin: auto;
  background-color: #ededed; }

.page_title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: 'Antonio', Meiryo, sans-serif;
  border-bottom: 1px solid #00293c;
  padding-bottom: 30px; }

.inner {
  max-width: 750px;
  margin: auto; }

.page-header {
  padding-bottom: 0px;
  padding: 52px 30px 0px 30px; }

h1.page-title {
  font-size: 3rem;
  padding: 0px; }

.second_kv {
  height: 38vw;
  max-height: 540px;
  overflow: hidden;
  position: relative; }

.second_kv img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.disc_menu {
  float: right;
  width: 420px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .disc_menu li {
    width: 31%; }
    .disc_menu li a {
      display: block;
      text-align: center;
      padding: 6px 0px 7px;
      background-color: #01293b;
      color: #fff;
      font-family: 'Antonio', Meiryo, sans-serif; }
    .disc_menu li a.active {
      background-color: #ee6d10; }

/********* blog *********/
article {
  clear: both;
  margin-bottom: 40px; }

.entry-header {
  margin: 0px; }

.entry-title {
  margin: 0px 0px 15px; }
  .entry-title a {
    font-size: 2rem;
    font-weight: bold; }

.entry-content,
.entry-summary {
  margin: 0px 0px 15px 0px;
  float: right;
  width: 69%; }

.post_col {
  padding: 50px 30px;
  width: 75%;
  min-height: 100%;
  float: left;
  background-color: #ededed; }

.page-header {
  padding: 0px;
  border: none; }

.entry-header .post-thumbnail {
  width: 28%;
  float: left;
  margin: 0px 15px 0px 0px; }

.post-thumbnail .wp-post-image {
  margin: 0px; }

.more-link {
  text-decoration: underline;
  color: #666;
  font-weight: bold; }

.entry-footer {
  float: right;
  text-align: right;
  margin: 0px;
  clear: both;
  font-size: 12px; }
  .entry-footer .cat-links,
  .entry-footer .tags-links {
    display: block; }
  .entry-footer p {
    display: none; }

.pagination,
.comments-pagination {
  clear: both; }

.list_month {
  margin: 0; }

.post_right {
  background-color: #f6f6f6;
  display: block;
  float: right;
  width: 25%;
  padding: 20px;
  height: 100%; }
  .post_right .post_right_ttl {
    font-size: 1.8rem;
    border-left: 5px solid #00293c;
    padding: 0px 0px 2px 10px;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-family: 'Antonio', Meiryo, sans-serif; }
  .post_right .post_right_ul {
    margin-bottom: 20px; }
    .post_right .post_right_ul li {
      font-size: 1.2rem;
      margin-bottom: 6px; }
      .post_right .post_right_ul li a {
        font-size: 1.3rem; }
      .post_right .post_right_ul li a.cate {
        font-family: 'Antonio', Meiryo, sans-serif; }

div.updateBox {
  width: 89%;
  padding: 56px 6%;
  /*border-top: dashed 4px #d0e7f6;*/
  /*background: url(../images/bg_star_yellow.png) repeat-x top left; */
  background-image: url(../images/bg_star_yellow.png), url(../images/bg_star_yellow.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x; }

dl.blogList {
  margin-bottom: 15px;
  display: block; }
  dl.blogList dt {
    margin-bottom: 15px;
    font-weight: bold;
    clear: both; }
    dl.blogList dt a {
      color: #666;
      font-style: italic; }
      dl.blogList dt a span.post_title {
        display: block;
        margin-bottom: 10px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #01293b; }
  dl.blogList dd {
    margin-bottom: 30px;
    font-weight: bold;
    padding: 0px;
    position: relative; }
    dl.blogList dd a {
      font-size: 1.4rem; }
    dl.blogList dd img {
      float: left;
      width: 28% !important;
      margin-right: 15px; }
    dl.blogList dd img.emoji {
      width: inherit !important; }

div.pagebute {
  margin-top: 30px; }

.postContent {
  margin-bottom: 70px;
  background-color: #f6f6f6;
  padding: 35px; }
  .postContent .eyecatch {
    width: 100%;
    text-align: center;
    background-color: #333;
    margin-bottom: 50px; }

.wp-block-quote p {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: normal; }

.postContent h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem; }

.postContent h3 {
  margin-bottom: 15px;
  font-weight: bold; }

.postContent p {
  margin-bottom: 15px; }

.calendar_box {
  position: absolute;
  bottom: 40px; }

.calendar_box table.wp-calendar-table td,
.calendar_box table.wp-calendar-table th {
  border: 1px solid #fff !important;
  color: #ededed;
  padding: 1px;
  font-family: 'Antonio', Meiryo, sans-serif;
  font-size: 1.2rem; }

.calendar_box table.wp-calendar-table td a {
  color: #fff;
  font-weight: bold; }

.calendar_box table.wp-calendar-table caption {
  color: #fff !important;
  margin-bottom: 10px !important; }

.post_right table.wp-calendar-table {
  min-width: 200px; }

.post_right table.wp-calendar-table td,
.post_right table.wp-calendar-table th {
  border: 1px solid #01293b !important;
  color: #01293b;
  padding: 0px;
  font-family: 'Antonio', Meiryo, sans-serif;
  font-size: 1.1rem; }

.post_right table.wp-calendar-table td a {
  color: #ee6c11;
  font-weight: bold;
  text-decoration: underline; }

.post_right table.wp-calendar-table caption {
  color: #01293b !important;
  margin-bottom: 10px !important; }

nav.wp-calendar-nav {
  margin-bottom: 20px; }

nav.wp-calendar-nav a {
  color: #fff; }

.post_right nav.wp-calendar-nav a {
  color: #01293b;
  text-decoration: underline; }

/********* discography *********/
h2.year {
  clear: both;
  font-size: 2rem;
  font-family: 'Antonio', Meiryo, sans-serif;
  padding-left: 16px;
  border-left: 5px solid #01293b;
  line-height: 1.2em;
  padding-bottom: 3px;
  margin: 50px 0px 25px; }

.disc h3 {
  font-size: 1.8rem;
  margin-bottom: 20px; }

.disc {
  margin-bottom: 20px; }

.disc img {
  float: left;
  width: 22%; }

.disc_txt {
  float: right;
  width: 74%; }

/********* お問い合わせフォーム *********/
table.table {
  width: 92%;
  margin: auto auto 30px; }
  table.table th, table.table td {
    display: block; }
  table.table td {
    margin-bottom: 13px; }

table.table.kakunin th {
  font-size: 1.4rem;
  font-weight: bold; }
table.table.kakunin td {
  border-bottom: 1px solid #01293b;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem; }

h2.section__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px; }

textarea {
  border: solid 2px #01293b;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 1.6rem;
  width: 100%; }

span.red {
  color: #ff0000; }

div.red_txt ul li {
  color: #ff0000; }

.button_box {
  text-align: center; }

input[type=text],
input[type=email] {
  border: solid 2px #01293b;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 1.6rem;
  width: 100%; }

input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background-color: #ee6d10;
  font-size: 1.6rem;
  padding: 10px 60px;
  border-radius: 2px;
  border: none;
  transition: all 0.8s;
  color: #fff; }

input[type=submit]:hover {
  background-color: #ff964b;
  font-size: 1.6rem;
  padding: 10px 60px;
  border-radius: 2px;
  border: none;
  color: #fff;
  transition: all 0.8s; }

p.form_ttl {
  font-size: 1.4rem;
  margin-bottom: 6px;
  font-weight: bold; }

span.must {
  color: #ee6d10;
  font-size: 1.2rem; }

/* ----------------------------------------------------------------------------------------------------
*  スマホ
* --------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .tx_center_sp_left {
    text-align: left; }

  button:not(:hover):not(:active):not(.has-background) {
    background-color: #01293b; }

  #topImages {
    height: 32vh; }

  .logo_img {
    display: none; }

  header.side_fixed {
    position: absolute;
    height: 50px; }

  header #navpc {
    display: none; }

  body {
    min-width: 100%; }

  .outer {
    padding-left: 0; }

  main {
    width: 100%;
    padding-top: 10vh; }

  header.side_fixed,
  header.global_header {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 10vh;
    min-height: inherit;
    background-color: #00293c; }
    header.side_fixed .wrap,
    header.global_header .wrap {
      width: inherit;
      padding: 1vh; }
      header.side_fixed .wrap .logo,
      header.global_header .wrap .logo {
        padding: 1vh;
        line-height: 2.4vh; }
        header.side_fixed .wrap .logo a,
        header.global_header .wrap .logo a {
          font-size: 2.2rem;
          letter-spacing: 1.8px;
          color: #fff; }
          header.side_fixed .wrap .logo a span,
          header.global_header .wrap .logo a span {
            font-size: 1.5rem; }

  #navpc {
    display: none; }

  #navsp {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    #navsp .navsp_inner {
      margin: auto;
      height: 100%;
      overflow-y: auto;
      padding: 15px 4% 40px;
      background: #00293c; }
      #navsp .navsp_inner .gnav {
        position: inherit;
        margin-top: 20px; }
      #navsp .navsp_inner .social_btn_sp {
        margin-top: 10px; }
        #navsp .navsp_inner .social_btn_sp a {
          color: #fff;
          padding: 6px 0px;
          display: block; }

  #navsp .navsp_inner .gnav li {
    display: block;
    border-bottom: 1px solid #fff;
    float: none; }

  #navsp .navsp_inner .gnav li a {
    font-size: 1.3rem;
    color: #fff;
    padding: 12px 0 11px 5px;
    display: block;
    position: relative; }

  .second_kv {
    height: 30vh; }

  .title_a {
    font-size: 2.5rem; }

  .btn_two {
    width: 60%;
    margin-bottom: 30px; }

  .outer {
    padding-top: 10vh;
    max-width: 100%;
    width: 100%; }

  .content {
    padding: 30px 7% 7%; }

  .postContent {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 6%; }

  .post_col {
    padding: 3%;
    width: 100%;
    float: none; }

  .post_right {
    position: inherit;
    width: inherit;
    float: none;
    height: auto; }
    .post_right table.wp-calendar-table td,
    .post_right table.wp-calendar-table th {
      padding: 3px;
      font-size: 1.3rem; }

  .page_title {
    margin-bottom: 30px; }

  dl.blogList dd img {
    float: none;
    width: 70% !important;
    margin: 10px auto; }

  dl.blogList dd img.emoji {
    width: inherit !important; }

  .disc_menu {
    width: 75%;
    display: inherit;
    float: none;
    margin: auto auto 50px; }
    .disc_menu li {
      width: 100%;
      margin-bottom: 5px; }

  h2.year {
    margin: 20px 0px 25px; }

  .disc_txt {
    width: 100%; }

  .disc {
    margin-bottom: 50px; }
    .disc img {
      width: 50%;
      margin: auto auto 10px; }
    .disc h3 {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .disc p {
      font-size: 1.4rem;
      margin-bottom: 10px; }

  .entry-header .post-thumbnail {
    width: 50%;
    margin-bottom: 10px; }

  .entry-content,
  .entry-summary {
    width: 100%; }
    .entry-content p,
    .entry-summary p {
      font-size: 1.4rem; }

  footer {
    clear: both; }

  /* ------------------------------
      outer の clearfix
  ------------------------------ */
  .outer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

  .outer {
    display: inline-block; } }
/* ------------------------------
    レイアウト制御
------------------------------ */
.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

/* ------------------------------
    clearfix
------------------------------ */
.disc:after,
dl.blogList::after,
article:after,
.content:after,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.no_border {
  border: none !important; }

.content,
.cf {
  display: inline-block; }

/* Hides from IE Mac */
* html .cf {
  height: 1%; }

/*# sourceMappingURL=common.css.map */
