@charset "utf-8";

/* CSS Document */

/*
Theme Name: 松井常松2026_v3
Description:
Theme URI: 
Author: 
Author URI: 
Version: 
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  /*font-size: 11px;*/
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-color: #000;
  line-height: 150%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
table,
th,
td,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

li {
  float: left;
}

p {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  word-break: break-all;
}

h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  display: inline-block;
}

h2 {
  font-size: 100%;
  font-weight: normal;
}

h3 {
  font-size: 100%;
  font-weight: normal;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  color: white;
  text-align: left;
}

h5,
h6 {
  font-size: 90%;
  font-weight: normal;
  text-align: left;
}

abbr,
acronym {
  border: 0;
}

textarea {
  font-size: 100%;
  font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.center {
  text-align: center;
}

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

a:hover {
  color: #63c;
}

.hidden {
  font-size: x-small;
  line-height: 25px;
  visibility: hidden;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 10px;
  background-color: #E6E0DE;
  border: 1px solid #B3A39A;

  width: 100%;
  height: auto;
  font-size: 120%;
  margin: 0 auto;
  display: block;
}

input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

input[type="submit"] {
  background-color: #a62c2e;
  color: #fff;
  border: 0;
  margin: 0 auto;
  display: block;
  padding: 10px 30px;
}

.flex {
  display: flex;
  align-items: center;
}

.flex.category-select {
  width: 90%;
  margin: 30px auto 10px auto;
  justify-content: flex-end;
}

.flex.category-select .txt {
  padding: 0 10px 0 0;

}

#column .story .content{
  padding: 30px 0;
 
}

#column .story .content img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.content {
  color: #fff;
}

#category-select {
  display: block;
  padding: 5px 20px;
}

#year {
  margin: 0;
  color: #007f7f;
}

#year ul li a {
  display: block;
  float: left;
  list-style-type: none;
  color: #2a5b4a;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #2a5b4a;
  border-left-color: #2a5b4a;
}

#column .story {
  margin-bottom: 35px;
  border-bottom: 1px solid #007f7f;
}

#column .date {
  margin: 0;
  color: #fff;
}

#column .title {
  font-size: 130%;
  margin: 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed white;
  color: #fff;

}

/* interview */
#inter {
  margin: 0;
}

#inter .title {
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #007f7f;
}

#inter .box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #007f7f;
  color: #fff;

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

#inter .box2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #007f7f;
  color: #fff;
  display: flex;
  align-items: center;
}

#inter .left {
  width: 85%;
  margin-right: 0;
}

#inter .right {
  width: 15%;
}

#inter .m-t-8 {
  margin-top: 8px;
}

#inter .in-box {
  color: #fff;
  margin-bottom: 30px;
}

#inter .linkget {
  margin-bottom: 20px;
}

#inter .in-title {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #007f7f;
}

#inter .in-bold {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}

#inter .in-photo {
  margin: 30px auto;
}

#inter .under {
  font-size: 110%;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid white;
}

#inter .in-gray {
  margin-bottom: 15px;
  color: #ccc;
}

#inter .in-white {
  margin-bottom: 15px;
}

#main-contents {
  color: #fff;
}
.wp-pagenavi{
  display: block;
  padding: 0 0 50px 0;
}

/* TOP */
.post_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 20px 0 40px 0;
  overflow: hidden;
}

.post_list h2 {

  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #a48978;
  margin: 0 0 10px 0;
  text-transform: uppercase;

}

.post_list ul li,
.post_list ul li a {
  color: rgb(211, 209, 209);
  display: block;
  width: 100%;
}

.post_list ul li {
  margin: 5px 0;
}

.post_list ul li a {
  text-decoration: underline;
  color: #fff;
}




.infomaition {
  width: 100%;
  margin: 0 auto 20px auto;

}

#main-contents #title {
  margin: 0 auto 10px auto;
  background-color: #B3A39A;

  padding: 10px;
  font-size: 1rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: #333;
  text-transform: uppercase;
}


/* LIVE */
#live {
  margin: 0;
}

#live .box {
  margin-bottom: 35px;

}

#live .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  line-height: 24px;
}

#live .date {
  margin: 0;
  color: #fff;
  font-size: 11px;
}

#live .content table {
  width: 100%;
  color: #ffffff;
  font-size: 11px;
}

#live .textbox {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed white;
  color: #ffffff;
}

#live .textbox a {
  color: #C7BB9F;
  text-decoration: underline;
}

#live .textbox a:hover {
  color: red;
}

#live .box2 {
  margin-bottom: 35px;
  border-bottom: 2px solid #666;
}

#live .title2 {
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  color: #666;
}

#live .box2 .content table {
  color: #666;
}

#live .title2 {
  color: #666;
}

#live .textbox2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666;
  color: #666;

  line-height: 24px;
  font-size: 12px;
}

#live .soldout {
  color: #f00;
  margin-top: 10px;
}

/* biography */
#bio {
  margin: 0;
  color: #fff;
}

#bio .story {
  margin-bottom: 15px;
  border-bottom: 1px solid #007f7f;
}

#bio .date {
  margin: 0;
}

#bio .title {
  font-size: 130%;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed white;
}

#bio .content {
  margin-bottom: 15px;
}

/* DISCOGRAPHY */
#disco {
  margin: 0;
}

#disco img {
  margin-bottom: 15px;
}

#disco .title {
  width: 100%;
  font-size: 130%;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #007f7f;
}

#disco .m-t-35 {
  margin-top: 35px;
}

#disco .box {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  color: #fff;
}

#disco .left {
  width: 100px;
  margin-right: 10px;
  float: left;
}

#disco .right {
  width: 330px;
  float: left;
}

#disco .cdtitle {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 3px;
  padding-bottom: 1px;
  border-bottom: 1px dashed white;
  color: #fff;
}

#disco .cdinfo {
  margin-bottom: 3px;
  padding-bottom: 1px;
  border-bottom: 1px dashed white;
  color: #fff;
}

#disco .cdsong {
  margin-bottom: 3px;
  color: #fff;
}

#disco a {
  color: #f00;
}

#disco a:hover {
  color: #007f7f;
}
#pc-nav{
  display: none;
}

/* レスポンシブ切り替えクラス */
.pc-only { display: none; }
/* .sp-only はデフォルト(block)で表示 */

/* LINKS */
#links {
  margin: 0;
  color: #fff;
}

#links .box {
  margin-bottom: 35px;
}

#links .title {
  margin-bottom: 1px;
}

#links .name {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
}

#links .kana {
  font-size: 75%;
  font-weight: bold;
}

#links .linkarea {
  width: 100%;
  height: auto;
}

#links a {
  color: #fff;
  display: block;
}

#links a:hover {
  color: #007f7f;
}

.arrow-roll a {
  display: block;
    margin: 0 0 0 auto;
    text-align: right;
}

/* STORE */
#store {
  margin: 0;
  color: #fff;
}

#store .box {
  margin-bottom: 35px;
  border-bottom: 2px solid white;
}

#store .title {
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  color: #d8b238;
}

#store .itembox {
  margin-bottom: 15px;
}

#store table {
  width: 100%;
  height: auto;
  border: 0;
  margin-bottom: 15px;
}

#store .imgarea {
  width: 165px;
}

#store .iconarea {
  margin-left: 30px;
}

#store .textbox {
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*------------------PC--------------------*/

/*----------------------------------------*/


@media screen and (min-width: 992px) {

  body {
    overflow: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
  }

  /* wrap */
  #wrap {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    
  }

  /* header */
  #header {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    background-color: #c9caca;
  }

  #header h1 {
    color: #624d42;
    padding-left: 20px;
    padding-top: 2px;
  }

  #header h1 span {
    font-weight: bold;
    padding-right: 16px;
  }

  #header h1 span,
  #header h1 a {
    color: #624d42;

  }

  #header .info {
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
  }

  #header .left {
    width: 250px;
    height: 20px;
    float: left;
    background-color: #a48978;
  }

  #header .left2 {
    width: 250px;
    height: 20px;
    float: left;
    background-color: #f00;
  }

  #header .right {
    height: 20px;
    float: left;
  }

  /* contents-index */
  #contents-index {
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
  }

  /* index-con */
  #index-con {
    width: 450px;
    position: absolute;
    top: 20px;
    right: 50px;
  }

  #index-con .logo {
    width: 100%;
    height: 77px;
    margin: 0px 0 30px auto;
  }

  #index-con .logo img {
    display: block;
    margin: 0 0 0 auto;
  }

  #index-con .menubox {
    width: 450px;
    margin-bottom: 20px;
  }

  #index-con .menu {
    width: 300px;
    height: 25px;
    margin-left: 150px;
  }


  .infomaition #main #column {
    height: 290px;
    overflow-y: scroll;

  }

  /* page-con */
  #page-con {
    width: 300px;
    position: absolute;
    top: 20px;
    right: 50px;
  }

  #page-con .logo {
    width: 300px;
    height: 65px;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  #page-con .menubox {
    width: 300px;
    margin-bottom: 20px;
  }

  #page-con .menu {
    width: 300px;
    height: 25px;
  }

  /* banner */
  #bannerbox {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 30%;
    /*max-width: 450px;*/
    max-width: 200px;
    margin-bottom: 0;
  }

  #bannerbox .banner {
    width: 100%;

    height: auto;
    /*height: 50px;*/

  }

  #bannerbox .banner2 {
    width: 100%;

    height: auto;
    /*height: 25px;*/

  }

  #bannerbox .banner3 {
    width: 100%;
    height: auto;
    /*height: 184px;*/
    /*margin-left: 150px;*/
    margin-bottom: 15px;
  }
  #bannerbox .banner3:last-of-type{
    margin-bottom: 0;
  }

  /* MAIN CONTENTS */
  #main-contents {
    width: 500px;
    height: 350px;
    margin: 0;
    left: 50px;
    bottom: 70px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    scrollbar-width: thin;
    scrollbar-color: #B2A29A #473925;
  }
  #main-contents.info {
    width: 500px;
    height: 350px;
    margin: 0;
    left: 50px;
    bottom: 70px;
    position: absolute;
    background-color: transparent;
    scrollbar-width: thin;
    scrollbar-color: #B2A29A #473925;
  }

  #under #main-contents {
    width: 500px;
    height: 100%;
    margin: auto;
    margin: 120px auto 0;
    position: static;
  }

  #under #main-contents #main {
    overflow-y: scroll;
    height: calc(100dvh - 380px);
    min-height: 220px;
    width: 100%;
    padding: 10px 10px 0 20px;
    margin: 20px auto;
  }

  #main-contents #main {
    /*overflow-y: scroll;*/
    height: 100%;
    /*min-height: 320px;
    max-height: 600px;*/
    /*width: 460px;*/
    width: 100%;
    padding: 0 0 20px 20px;
  }

  #main-contents #main-column {
    overflow-y: scroll;
    height: 100%;
    min-height: 290px;
    max-height: 600px;
    width: 460px;
    padding: 20px;
  }

  #main-contents #main2 {
    height: 100%;
    width: 100%;
    padding: 20px;
  }

  /* column */
  #column {
    margin: 0;
    color: #fff;
  }

  #column .content {
    margin-bottom: 35px;
  }


  #column a img {
    display: block;
  }



  /* contact */
  #contact {
    margin: 0;
    color: #fff;
  }

  #contact .comment {
    margin-bottom: 25px;
  }

  #footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 5;
  }

  /* FOOTER */
  #footer p {
    color: #cab6ac;
    text-align: center;
    padding-bottom: 15px;
    line-height: normal;
  }

  /* ClearFix */
  .clearfix {
    clear: both;
    visibility: hidden;
    height: 0;
  }

  /* MENU */
  .news a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_news_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .news a:hover {
    background-position: right top;
  }

  .live a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_live_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .live a:hover {
    background-position: right top;
  }

  .biography a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_bio_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .biography a:hover {
    background-position: right top;
  }

  .store a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_store_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .store a:hover {
    background-position: right top;
  }

  .discography a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_disco_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .discography a:hover {
    background-position: right top;
  }

  .contact a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_contact_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .contact a:hover {
    background-position: right top;
  }

  .column a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_column_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .column a:hover {
    background-position: right top;
  }

  .link a {
    display: block;
    width: 125px;
    height: 125px;
    background: url(./img/menu/menu_link_roll.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .link a:hover {
    background-position: right top;
  }

  /* menu 100x100 */
  .news2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_news_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .news2 a:hover {
    background-position: right top;
  }

  .live2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_live_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .live2 a:hover {
    background-position: right top;
  }

  .biography2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_bio_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .biography2 a:hover {
    background-position: right top;
  }

  .store2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_store_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .store2 a:hover {
    background-position: right top;
  }

  .discography2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_disco_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .discography2 a:hover {
    background-position: right top;
  }

  .contact2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_contact_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .contact2 a:hover {
    background-position: right top;
  }

  .column2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_column_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .column2 a:hover {
    background-position: right top;
  }

  .link2 a {
    display: block;
    width: 100px;
    height: 100px;
    background: url(./img/menu/menu_link_roll2.gif) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .link2 a:hover {
    background-position: right top;
  }

  /* go now */
  .gonow a {
    display: block;
    width: 60px;
    height: 22px;
    background: url(./img/gonow.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .gonow a:hover {
    background-position: right top;
  }

  .menu .f-home a {
    display: block;

  }

  /* new menu 
  .f-home a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_home.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-home a:hover {
    background-position: right top;
  }

  .f-live a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_live.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-live a:hover {
    background-position: right top;
  }

  .f-bio a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_bio.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-bio a:hover {
    background-position: right top;
  }

  .f-store a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_store.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-store a:hover {
    background-position: right top;
  }

  .f-disco a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_disco.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-disco a:hover {
    background-position: right top;
  }

  .f-contact a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_contact.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-contact a:hover {
    background-position: right top;
  }

  .f-column a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_column.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-column a:hover {
    background-position: right top;
  }

  .f-links a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_links.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-links a:hover {
    background-position: right top;
  }

  .f-news a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_news.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-news a:hover {
    background-position: right top;
  }

  .f-interview a {
    display: block;
    width: 300px;
    height: 25px;
    background: url(./img/menu/menu3_interview.png) no-repeat left top;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
  }

  .f-interview a:hover {
    background-position: right top;
  }
    */

  .arrow-roll a {
    display: block;
    width: 30px;
    height: 20px;
    text-align: right;
    margin: 0 0 0 auto;
    /*background: url(./img/arrow.png) no-repeat left top;
    background-size: 100% auto;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;*/
  }
    

  .arrow-roll a:hover {
    background-position: right top;
  }

  /* CONTACT FORM 7 */
  #mailform7 {
    margin-bottom: 20px;
  }

  #content1 {
    display: none;
    background: #fff;
  }

  /* PC NAV */
  #index-con #pc-nav {
    margin-top: 0px;
  }

  #index-con #pc-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
  }

  #index-con #pc-nav ul li {
    float: none;
    padding: 8px 0;
  }

  #index-con #pc-nav ul li a {
    display: inline-flex;
    align-items: center;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a8a78;
    text-decoration: none;
    transition: color 0.2s ease, padding-right 0.2s ease;
  }

  #index-con #pc-nav ul li a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #3a2e22;
    margin-left: 12px;
    flex-shrink: 0;
    transition: width 0.25s ease, background 0.25s ease;
  }

  #index-con #pc-nav ul li a:hover {
    color: #e8dcc8;
  }

  #index-con #pc-nav ul li a:hover::after {
    width: 28px;
    background: #c9bc9c;
  }

  #index-con #pc-nav ul li.current>a {
    color: #e8dcc8;
    font-size: 1rem;
  }

  #index-con #pc-nav ul li.current>a::after {
    width: 28px;
    background: #c9bc9c;
  }
}

@media screen and (min-width: 1366px) {

  
  #index-con #pc-nav {
    margin-top: 30px;
  }
  #index-con #pc-nav ul li a{
    font-size: 0.9rem;
  }
  #index-con #pc-nav ul li.current > a{
    font-size: 1rem;
  }



  #bannerbox {
    position: absolute;
    bottom: 50px;
    right: 50px;

    width: 300px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.mailform7 {
  display: block;
  margin: 20px auto;
}

#year {

  color: #007f7f;

}

#year ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#year ul li {
  width: calc(20% - 8px);
  margin: 0;
}

#year ul li a {
  display: block;
  float: none;
  padding: 5px 10px;
  border: none;
  background-color: #2a5b4a;
  color: #fff;
  text-align: center;
  border-radius: 3px;

}

/*----------------------------------------*/

/*-----------smartphone-------------------*/

/*----------------------------------------*/

@media screen and (max-width: 991px) {
  /*
  #main-contents #main{
    display: none;
  }*/

  .flex.category-select {
    margin: 40px auto 20px auto;
    
  }

  form.wpcf7-form {
    margin: 40px auto;
  }


  #main2 {
    width: 90%;
    margin: 0 auto;
  }

  #disco .left {
    width: 40%;
    margin: 10px auto;
    float: none;
  }

  #disco .left a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .textbox2,
  .textbox2 p {
    /*color: #fff !important;*/
    line-height: 24px;
  }

  #sp-year {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto !important;
  }

  #sp-year ul li {
    margin: 5px 0;
  }

  img {
    width: 100%;
    height: auto;
  }

  /* FOOTER */
  #footer {
    padding: 10px;
    margin: 100px auto 0 auto;
    background-color: #333;

  }

  #footer p,
  #footer p span {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
  }

  #footer p span {
    color: #888;

  }

  #bannerbox {
    width: 80%;
    margin: 80px auto 30px auto;
  }

  #bannerbox a {
    display: block;
    margin: 0 auto 16px auto;
  }

  #contents-index {
    width: 100%;
    margin: 30px auto;
  }

  /* none 
  #header {
    display: none;
  }
  
  
  #page-con {
    display: none;
  }
  
  #footer {
    display: none;
  }
  
  #disco {
    display: none;
  }
  #inter {
    display: none;
  }
  #column {
    display: none;
  }
  #year {
    display: none;
  }
  #store {
    display: none;
  }
  #content1 {
    display: none;
  }*/
  .post_list {
    padding: 20px 0;
  }

  .post_list h2 {
    font-size: 0.9rem;
  }

  /* sp-header */
  #sp-header {
    width: 100%;
    background-color: #000;
  }

  #sp-header h1 {
    color: #fff;
    font-size: 100%;
    background-color: #333;
    padding-left: 5px;
    display: block;
    border-radius: 3px;
  }

  .live_info {
    width: 90%;
    margin: 20px auto;
  }

  .live_info .left,
  .live_info .right {
    width: 100%;
    color: #fff;


  }

  .live_info .left {
    width: 100%;
    background-color: #a48978;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;

  }

  .live_info h1 {
    display: block;
    width: 100%;
  }

  .live_info h1 span {
    display: flex;
    text-align: center;
    margin: 10px auto;
    display: block;
  }

  .live_info h1 a {
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
  }




  /* sp-contents */
  #sp-contents {
    width: 100%;
    background-color: #000;
  }

  /* sp-menu */
  #sp-menu {
    width: 100%;
    background-color: #000;
  }

  #sp-menu .title,
  #sp-menu .menu {
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }

  #sp-menu .title {
    color: #fff;
    background-color: #333;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  #sp-menu .menu {
    margin: 0;

  }

  #sp-menu table {
    border-collapse: collapse;
    width: 100%;
  }

  #sp-menu tbody {
    border-collapse: collapse;
  }

  #sp-menu tr {
    border-bottom: 1px #333 solid;
  }

  #sp-menu td {
    width: 50%;
    background: #c9bc9c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9bc9c), color-stop(100%, #7a6a56));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c9bc9c 0%, #7a6a56 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c9bc9c', endColorstr='#7a6a56', GradientType=0);
    /* IE6-9 */
  }

  #sp-menu th {
    width: 100%;
    background: #c9bc9c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9bc9c), color-stop(100%, #7a6a56));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c9bc9c 0%, #7a6a56 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c9bc9c 0%, #7a6a56 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c9bc9c', endColorstr='#7a6a56', GradientType=0);
    /* IE6-9 */
  }

  #sp-menu .left {
    padding: 12px 20px 12px 5px;
    background: url(https://www.matsuitsunematsu.com/sp/img/yajirusi.png) right no-repeat;
    background-size: 13px 10px;
    border-right: 1px #333 solid;
  }

  #sp-menu .right {
    padding: 12px 20px 12px 5px;
    background: url(https://www.matsuitsunematsu.com/sp/img/yajirusi.png) right no-repeat;
    background-size: 13px 10px;
  }

  #sp-menu a {
    color: #fff;
  }

  #sp-menu a:hover {
    color: #006;
  }

  /* sp-banner */
  #sp-banner {
    width: 100%;
    background: #000;
  }

  #sp-banner .box {
    width: 300px;
    margin: 0 auto;
    padding: 30px 0;
  }

  #sp-banner p {
    margin-bottom: 15px;
  }

  /* sp-footer 
  #sp-footer {
    width: 100%;
    background-color: #333;
    padding: 5px 0;
  }
  #sp-footer p {
    font-size: 50%;
    color: #fff;
    padding-left: 5px;
  }
  #sp-footer a {
    color: #fff;
  }
    */



  #sp-main {
    width: 100%;
    background-color: #000;
  }

  /* SP-MAIN CONTENTS */
  #main-contents {
    width: 100%;
    height: auto;
    background-color: #000;
  }


  /*
  #sp-main-contents #title {
    display: none;
  }*/
  #sp-main-contents #main {
    padding: 20px;
  }

  #sp-main-contents #main-column {
    padding: 20px;
  }

  #sp-main-contents #main2 {
    padding: 20px;
  }

  /* SP-LIVE */
  #sp-live {
    margin: 0;
    background-color: #000;
  }

  #sp-live .title {
    font-size: 130%;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #007f7f;
  }

  #sp-live .textbox {
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  #sp-live .title2 {
    font-size: 130%;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #007f7f;
  }

  #sp-live .textbox2 {
    color: #555;
    padding: 5px 10px;
    margin-bottom: 20px;

    font-size: 12px;
  }

  /* SP-DISCOGRAPHY */
  #sp-disco {
    margin: 0;
    background-color: #000;
  }

  #sp-disco img {
    width: 100px;
    margin-bottom: 15px;
  }

  #sp-disco .title {
    font-size: 130%;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #007f7f;
  }

  #sp-disco .m-t-35 {
    margin-top: 35px;
  }

  #sp-disco .box {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    color: #fff;
  }

  #sp-disco .left {
    width: 100%;
    margin-right: 10px;
    float: left;
  }

  #sp-disco .right {
    width: 100%;
    float: left;
  }

  #sp-disco .cdtitle {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 3px;
    padding-bottom: 1px;
    border-bottom: 1px dashed white;
    color: #fff;
  }

  #sp-disco .cdinfo {
    margin-bottom: 3px;
    padding-bottom: 1px;
    border-bottom: 1px dashed white;
    color: #fff;
  }

  #sp-disco .cdsong {
    margin-bottom: 3px;
    color: #fff;
  }

  #sp-disco a {
    color: #f00;
  }

  #sp-disco a:hover {
    color: #007f7f;
  }

  /* SP-CONTACT */
  #sp-contact {
    margin: 0;
    background-color: #000;
  }

  #sp-contact p {
    color: #fff;
    margin-bottom: 10px;
  }

  #sp-contact .comment {
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #fff;
  }


  .infomaition {
    width: 90%;


  }

  #main-contents #title {
    text-align: center;
    margin: 0 auto 10px auto;
    padding: 5px 10px;
    font-size: 1rem;
    letter-spacing: 2px;
  }


  /* SP-BIOGRAPHY */
  #sp-bio {
    margin: 0;
    background-color: #000;
  }

  #sp-bio .title {
    font-size: 130%;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #007f7f;
  }

  #sp-bio .content {
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  /* SP-interview */
  #sp-inter {
    margin: 0;
    background-color: #000;
  }

  #sp-inter .title {
    font-size: 130%;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #007f7f;
  }

  #sp-inter .box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  #sp-inter .box2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #007f7f;
    color: #fff;
  }

  #sp-inter .left {
    width: 100%;
    margin-right: 10px;
    float: left;
  }

  #sp-inter .right {
    width: 100%;
    float: left;
  }

  #sp-inter .m-t-8 {
    margin-top: 8px;
  }

  #sp-inter .in-box {
    color: #fff;
    margin-bottom: 30px;
  }

  #sp-inter .linkget {
    margin-bottom: 20px;
  }

  #sp-inter .in-title {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #007f7f;
  }

  #sp-inter .in-bold {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #sp-inter .in-photo {
    margin: 30px auto;
  }

  #sp-inter .under {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
  }

  #sp-inter .in-gray {
    margin-bottom: 15px;
    color: #ccc;
  }

  #sp-inter .in-white {
    margin-bottom: 15px;
  }

  /* sp-column */
  #sp-column {
    margin: 10px 0;
    color: #fff;
    background-color: #000;
  }

  #sp-column .story {
    margin-bottom: 35px;
    border-bottom: 1px solid #007f7f;
  }

  #sp-column .date {
    margin: 0;
  }

  #sp-column .title {
    font-size: 130%;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed white;
  }

  #sp-column .content {
    margin-bottom: 35px;
  }

  #sp-column img {
    width: auto;
    height: auto;
    margin: 15px 0;
  }

  #sp-year {
    margin: 10px 0;
    color: #007f7f;
  }

  #sp-year ul li a {
    display: block;
    float: left;
    list-style-type: none;
    color: #2a5b4a;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #2a5b4a;
    border-left-color: #2a5b4a;
  }

  /* SP-STORE */
  #sp-store {
    margin: 0;
    color: #fff;
    background-color: #000;
  }

  #sp-store .box {
    margin-bottom: 35px;
    border-bottom: 2px solid white;
  }

  #sp-store .title {
    margin-bottom: 10px;
    font-size: 140%;
    font-weight: bold;
    color: #d8b238;
  }

  #sp-store .itembox {
    margin-bottom: 15px;
  }

  #sp-store table {
    width: 100%;
    height: auto;
    border: 0;
    margin-bottom: 15px;
  }

  #sp-store .imgarea {
    width: 165px;
  }

  #sp-store .iconarea {
    margin-left: 30px;
  }

  #sp-store .textbox {
    margin-bottom: 20px;
  }

  .clearfix {
    clear: both;
    visibility: hidden;
    height: 0;
  }

  #wrap {
    margin: 0 auto !important;
    width: 100% !important;
  }

  tr td iframe {
    margin: 0 auto;
    display: block;
  }


  .box .name a {
    color: #999;
    text-align: center;
    display: block;
    padding: 5px 0;
  }
}





/*----追加----*/
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: #fff;
}

.content iframe {
  max-width: 100%;
  height: 250px
}




@media screen and (max-width: 991px) {

  .content iframe {
    width: 100%;
    height: 250px;
  }

  /*
    #main-contents {
      display: none;
    }
  #main-contents {
    overflow: scroll;
  }*/
  /*
  #index-con {
    display: none;
  }*/

  #main-contents #main {
    height: auto;
    min-height: auto;
    max-height: auto;
    width: 100%;
    padding: 0 20px;
  }

  #main-contents #main-column {

    height: 100%;
    min-height: 290px;
    max-height: 600px;
    width: 460px;
    padding: 20px;
  }


}

/* タブレット縦（Bootstrap: tablets〜desktops未満） */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-contents #main {
    width: 70%;
    margin: 0 auto;
  }
  #bannerbox {
    width: 65%;
    margin: 100px auto 50px auto;
  }
  #main-contents #title{
    display: none;
  }
}


@media screen and (min-width: 992px) {

  /* none
  #sp-header {
    display: none;
  }
  #sp-index{
    display: none;
  }
  #sp-menu {
    display: none;
  }
  #sp-footer {
    display: none;
  }
  #sp-contents {
    display: none;
  }
  #sp-main {
    display: none;
  }
  
  #sp-disco {
    display: none;
  }
  #sp-inter {
    display: none;
  }
  #sp-column {
    display: none;
  }
  #sp-year {
    display: none;
  }
  #sp-store {
    display: none;
  }
  #under #sp-index{
    display: none;
  }*/
  /*#sp-main-contents {
    display: none;
  }*/
}


#sp-header-meta {
  width: 100%;
  height: auto;
  padding: 12px;
}

#sp-header-meta h1 {
  display: block;
}

#sp-header-meta h1 .logo {
  display: block;
  margin: 0 0 0 auto;
}

#sp-header-meta h1 .logo img {
  width: 70%;
  display: block;
  margin: 0 0 0 auto;
}

table.livetable {
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #555
}

table.livetable tr th p,
table.livetable tr td p {
  line-height: 16px !important;

}

table.livetable tr th {
  position: relative;
  border-top: 1px solid #555;
  border-left: 1px solid #555;

  font-weight: bold;
  white-space: nowrap;
}

table.livetable tr th,
table.livetable tr td {
  vertical-align: top;
  line-height: 16px;
  padding: 5px;
}

table.livetable tr td {

  border-left: 1px solid #555;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}

@media (max-width:767px) {

  table.livetable th,
  table.livetable td {
    display: block;
    width: 100%;
    padding: 3px;

  }

  table.livetable th {
    border-top: 1px solid #555;
    border-bottom: none;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    text-align: center;
  }

  table.livetable tr td {
    border-top: 1px dashed #555
  }


}

@media screen and (min-width: 992px) {
  #sp-main-contents {
    display: none;
  }
}



@media screen and (max-width: 991px) {
  .live-sep {
    display: none !important;
  }
}

/* ============================================
   Hamburger & Drawer
   ============================================ */

/* PC では非表示 */
#hamburger-btn,
#drawer-overlay,
#drawer {
  display: none;
}

@media screen and (max-width: 991px) {
  /* SP・タブレット縦: PCナビを非表示、SPクラスを切り替え */
  #index-con #pc-nav { display: none; }
  .pc-only { display: none; }
  .sp-only { display: block; }

  .logo {
    width: 70%;
    display: block;
    margin: 80px auto 50px auto;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  #disco .title {
    width: 100%;
    font-size: 130%;

  }

  /* ---- ハンバーガーボタン ---- */
  #hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 1100;
    width: 28px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }

  #hamburger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #c9bc9c;
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.25s ease;
    transform-origin: center;
  }

  #hamburger-btn.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  #hamburger-btn.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  #hamburger-btn.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* ---- オーバーレイ ---- */
  #drawer-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    pointer-events: none;
    transition: background 0.35s ease;
  }

  #drawer-overlay.open {
    background: rgba(0, 0, 0, 0.6);
    pointer-events: auto;
  }

  /* ---- ドロワー ---- */
  #drawer {
    display: block;
    position: fixed;
    top: 0;
    left: -360px;
    width: 300px;
    height: 100dvh;
    z-index: 1050;
    background: #0e0b08;
    border-right: 1px solid #2a2218;
    overflow-y: auto;
    transition: left 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #drawer.open {
    left: 0;
  }

  .drawer-inner {
    padding: 60px 0 40px;
  }

  .drawer-name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    color: #5a4a38;
    text-align: center;
    /*padding-bottom: 24px;*/
    margin-bottom: 8px;
    border-bottom: 1px solid #1e1810;
    word-break: keep-all;
    text-transform: uppercase;
  }

  .drawer-inner .logo {
    margin: 10px auto 40px auto;
  }

  #drawer ul {
    display: block;
    padding: 0;
  }

  #drawer ul li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #1e1810;
  }

  #drawer ul li a {
    display: flex;
    align-items: center;
    padding: 15px 28px;
    font-family: "Libre Baskerville", serif;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a8a78;
    transition: color 0.2s ease, padding-left 0.2s ease, background 0.2s ease;
  }

  #drawer ul li a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #3a2e22;
    margin-right: 12px;
    flex-shrink: 0;
    transition: width 0.25s ease, background 0.25s ease;
  }

  #drawer ul li a:hover {
    color: #e8dcc8;
    padding-left: 36px;
    background: rgba(255, 255, 255, 0.03);
  }

  #drawer ul li a:hover::before {
    width: 24px;
    background: #c9bc9c;
  }
}


/* sp-index */
#sp-index {
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 1;
  margin: 0 auto 60px auto;
}

#sp-index p img {
  z-index: 2;
}

#sp-index .pages_title {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  z-index: 3;
  font-size: 1.1rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  width: 100%;
  height: 40px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  

  #sp-header-meta h1 .logo img {
    max-width: 380px;
  }
}


@media (max-width: 767px) {
  

  .sp_none {
    display: none !important;
  }

}

@media screen and (max-width: 991px) {
  #wrap, #under{
background-color: #000;
  }
  #backstretch{
    display: none;
  }

}


@media screen and (min-width: 992px) {
  /* 小型PCでもPCナビを表示 */
  #index-con #pc-nav {
    display: block;
  }

  .pc-only { display: block; }
  .sp-only { display: none; }
}

@media screen and (min-width: 992px) {
  #index-con #pc-nav {
    margin-top: 10%;
  }

  #under #main-contents #main {

    height: calc(100dvh - 400px);
  }

  #index-con {
    width: 20%;
    top: 10%;

  }



}

@media (min-width: 1200px) {
  #index-con {
    width: 30%;
    top: 10px;

  }

  #index-con #pc-nav {
    margin-top: 20%;
    display: block;
  }

  #under #main-contents #main {

    height: calc(100dvh - 380px);
  }
}