@font-face {
  /*フォントの名前*/
  font-family: "linesquare";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("<?php echo get_template_directory_uri(); ?>/font/linesquare_rounded_extended.woff2") format("woff2"), url("<?php echo get_template_directory_uri(); ?>/font/linesquare_rounded_extended.woff") format("woff");
}



/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}

/* ---------------------追加CSS */

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/
}

.clearfix {
  height: 1px;
  /*?*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}

.top_news_text,
.cat_date,
li.works_naiyou,
.entry-content {
  color: #282828;
  padding: 20px 20px 30px 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  font-weight: 200;
  line-break: "strict";
}

#wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

#wrapper_news {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  height: 1900px;
  position: relative;
}


/* 画像リンクのマウスオーバーに透かし */

a:hover img {
  transition: all 0.5s ease;
}

a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * ヘッダー
=========================================== */

img.head_logo {
  position: absolute;
  left: 20px;
  top: 30px;
}

.site-header {}

#lang_choice_polylang-2 {
  position: absolute;
  top: 10px;
  left: 88%;
}

.main-navigation-top,
.main-navigation {
  padding: 0 50px 30px 50px;
  z-index: 2;
  position: relative;
}

.main-navigation-foot2{
    width: 100%;
}
.main-navigation-foot ul,
.main-navigation-foot2 ul{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;    
 justify-content: center;
 -webkit-justify-content: center;
}
.main-navigation-foot ul li,
.main-navigation-foot2 ul li{
    list-style: none;
    padding: 0 10px;
}
.main-navigation-foot2 ul li a{
    font-weight: bold;
    font-size: 12px;
    color: #000;    
}
.main-navigation-foot2 ul li a:hover{
    color: #c7141c;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
  /* ------------------------------------------------ */
  .main-navigation-top ul,
  .main-navigation ul {
    display: block;
    position: relative;
    padding-top: 2em;
  }
  .main-navigation-topfoot li,
  .main-navigation-foot li,
  .main-navigation-top li,
  .main-navigation li {
    padding: 0 15px;
  }
  /* ------------------------------------------------ */
}

#main-navigation-top li:first-child img,
#main-navigation li:first-child img {
  width: 62px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(2) img,
#main-navigation li:nth-child(2) img {
  width: 60px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(3) img,
#main-navigation li:nth-child(3) img {
  width: 81px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(4) img,
#main-navigation li:nth-child(4) img {
  width: 146px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(5) img,
#main-navigation li:nth-child(5) img {
  width: 51px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(6) img,
#main-navigation li:nth-child(6) img {
  width: 57px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(7) img,
#main-navigation li:nth-child(7) img {
  width: 98px !important;
  height: auto;
  float: left;
}

#main-navigation-top li:nth-child(8) img,
#main-navigation li:nth-child(8) img {
  width: 102px !important;
  height: auto;
  clear: both;
}


/* ----カレントページ　線引き---- */

.main-navigation-foot2 .current-post-parent a,
.main-navigation-foot .current-post-parent a,
.main-navigation-foot .current-post-ancestor a,
.main-navigation-foot .current-menu-item a,
.main-navigation .current-post-parent a,
.main-navigation .current-post-ancestor a,
.main-navigation .current-menu-item a {
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  img.head_logo {
    position: relative;
    left: 20px;
    top: 0px;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 2em;
  }
  .menu-toggle {
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 2em;
    line-height: 1;
    position: absolute !important;
    right: 0 !important;
    top: -80px !important;
  }
  .main-navigation-top,
  .main-navigation {
    padding: 0;
    z-index: 2;
    position: relative;
  }
  .main-navigation-topfoot,
  .main-navigation-foot {
    padding: 0 10px 30px 10px;
  }
  ul#primary-menu {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .main-navigation-top li,
  .main-navigation li {
    float: none;
    position: relative;
    background: #FFF;
    padding: 10px 0;
  }
  .main-navigation-topfoot li,
  .main-navigation-foot li {
    position: relative;
    width: 48%;
    padding: 5px 0;
    vertical-align: top;
  }
  .main-navigation-topfoot li:first-child img,
  .main-navigation-foot li:first-child img {
    width: 62px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(2) img,
  .main-navigation-foot li:nth-child(2) img {
    width: 60px !important;
    height: auto;
    float: none;
  }
  .main-navigation-topfoot li:nth-child(3) img,
  .main-navigation-foot li:nth-child(3) img {
    width: 81px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(4) img,
  .main-navigation-foot li:nth-child(4) img {
    width: 146px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(5) img,
  .main-navigation-foot li:nth-child(5) img {
    width: 51px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(6) img,
  .main-navigation-foot li:nth-child(6) img {
    width: 57px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(7) img,
  .main-navigation-foot li:nth-child(7) img {
    width: 98px !important;
    height: auto;
  }
  .main-navigation-topfoot li:nth-child(8) img,
  .main-navigation-foot li:nth-child(8) img {
    width: 102px !important;
    height: auto;
    clear: both;
  }
 .main-navigation-foot2{
     margin-bottom: 15px;
    }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 14px;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * スライダー
=========================================== */

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  div#n2-ss-2-align {
    padding-top: 5em !important;
    padding-bottom: 2em !important;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  div#n2-ss-2-align {
    padding-top: 3em !important;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * 子ページとかのヘッダー
=========================================== */

header#masthead.head-child {
  height: 100px;
}


/* ===========================================
 * コンテンツ
=========================================== */

div#content {
  position: relative;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  div#content:before {
    top: -100px;
    height: 0px;
  }
  div#content:after {
    bottom: -100px;
    /* height: 153px; */
  }
  body.home div#content:before {
    top: -7%;
  }
  body.home div#content:after {
    bottom: -7%;
    height: 153px;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  div#content:before {
    top: -60px;
  }
  div#content:after {
    bottom: -60px;
  }
  header#masthead.head-child {
    height: 100px;
  }
  /* ------------------------------------------------ */
}


/* --------NEWS---------- */

.news-wrap {
  height: 600px;
  padding: 5px;
  /* 余白の指定 */
  position: relative;
  width: 1000px;
  margin: auto;
  left: 0 !important;
}

h2#news_wrap {
  padding: 1em 0;
}

h2#top_title {
  text-align: center;
  margin: 20px 0;
}

.news_box {
  padding: 0px 5px 20px;
  /* 箱の大きさ調整 */
  width: 100%;
  /* 箱の大きさ調整 */
  height: 450px;
  line-height: 2.5;
  overflow: hidden;
}

.clear_box {
  clear: both;
  /* 回り込みを解除する */
}

.news_box p {
  color: #606060;
  font-size: 16px;
  margin-bottom: -0.2em !important;
  border-bottom: 1px solid #606060;
}

.news_box a {
  text-decoration: none;
  color: #606060;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .news-wrap {
    height: auto;
    padding: 5px;
    /* 余白の指定 */
    position: relative;
    width: 100%;
    left: 0 !important;
  }
  .news_box {
    padding: 0px 5px 20px;
    /* 箱の大きさ調整 */
    width: 100%;
    /* 箱の大きさ調整 */
    height: 520px;
    line-height: 2.5;
    overflow: hidden;
  }
  .news_box p {
    color: #606060;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: -0.2em !important;
    border-bottom: 1px solid #606060;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  h2#top_title {
    padding: 0;
    text-align: center;
  }
  /* ------------------------------------------------ */
}


/* --------Youtube---------- */

.youtube {
  background: #2d2d2d;
  padding: 30px 20px 10px 20px;
  text-align: center;
  width: 100%;
  height: 370px;
  position: relative;
}

.youtube-in {
  display: inline-block;
  width: 400px;
  margin: 20px 30px 20px 30px !important;
  position: relative;
  margin: auto;
}

h2#top_youtube {
  padding: 5px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  .youtube {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .youtube img {
    display: none;
  }
  .youtube-in {
    float: none;
    width: 95%;
    position: relative;
    margin: 10px 0 !important;
    left: 0;
  }
  /* ------------------------------------------------ */
}


/* --------SHOP　NEW　ITEM---------- */

h2#shop_title {
  width: 100%;
  margin: 50px 0 20px 0;
  text-align: center;
}

.shop_titlebanner {
  float: left;
}

.contents-topshop {
  width: 100%;
}

.topshop-boxfull {
  max-width: 1100px;
  margin: auto;
}

.topshop-box {
  width: 350px;
  height: 185px;
  margin: 0px 10px 10px 0;
  border: solid 1px #AAAAAA;
  float: left;
}


/* ---画像用--- */

.topshop-box-mini_l {
  width: 155px;
  height: 175px;
  position: absolute;
  float: left;
  overflow: hidden;
  padding: 15px 0 0 0;
}

.topshop-box-mini_l p {
  text-align: center;
}


/* ---製品情報一覧--- */

.topshop-box-mini-r {
  width: 195px;
  height: 185px;
  position: relative;
  left: 44%;
}


/* ---製品タイトル--- */

.topshop-box-r1 {
  width: 195px;
  height: 50px;
  line-height: 20px;
  display: table-cell;
  /* IE8から使用可能 */
  vertical-align: middle;
  overflow: hidden;
}


/* ---アーティスト名--- */

.topshop-box-r2 {
  width: 195px;
  height: 25px;
  overflow: hidden;
}


/* ---商品説明--- */

.topshop-box-r3 {
  width: 195px;
  height: 70px;
  line-height: 1 !important;
  overflow: hidden;
}


/* ---商品を買うボタン--- */

.topshop-box-r4 {
  width: 175px;
  height: 20px;
  text-align: right;
  overflow: hidden;
}

a.btn_buy img {
  width: 81px;
}

.btn_buy_none {
  display: none;
}

.topshoptitle-font {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 1 !important;
}

.topshoptitle-font a:link {
  color: #CA121A;
}

.topshoptitle-font a:visited {
  color: #CA121A;
}

.topshoptitle-font a:hover {
  color: #CA121A;
}

.topshoptitle-font a:active {
  color: #CA121A;
}

.topshopinfo-font {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 11px;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .contents-topshop {
    display: none;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * フッター
=========================================== */

footer#colophon {
  margin-top: auto;
  width: 100%;
  height: auto;
}

footer#colophon2 {
  margin-top: 100px;
  width: 100%;
  height: auto;
  bottom: 0;
}

div#copyright {
  clear: both;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 20px;
}

div#copyright a {
  color: #000;
  text-decoration: none;
}

div#copyright a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}


/* --------バナー配置-------- */

.bannerall {
  width: 100%;
  height: auto;
  padding: 15px 0 15px 0;
  background: #ededed;
}

.banner-wrap {
  margin: auto;
  width: 1000px;
  height: auto;
  background: #ededed;
  overflow: hidden;
}

.banner_frame {
  float: left;
  width: 235px;
  height: 300px;
  margin: 0 5px 10px 5px;
  background: #ededed;
}

.banner {
  float: left;
  width: 235px;
  height: 55px;
  margin: 0 0 5px 0;
  background: #ededed;
}

.banner_r {
  float: left;
  width: 235px;
  height: 55px;
  background: #ededed;
}

.bannermid {
  float: left;
  width: 235px;
  height: 96px;
  background: #ededed;
}

.banner_event {
  width: 1000px;
  height: auto;
  margin: 0 5px 10px 5px;
  background: #ededed;
  text-align: center;
}

a.eventbanner img {
  width: auto;
}

.eventbanner_none {
  display: none;
}

.bannerbig {
  float: left;
  width: 235px;
  height: 235px;
  margin: 0 5px 10px 5px;
  background: #ededed;
}

.banner_app {
  display: none;
}

h2#appmenu_title {
  display: none;
}

.app_menu_full {
  display: none;
}


/* --------フッター用ナビ-------- */

.footernav {
  position: relative;
  background: #9B9B9B;
  width: 100%;
  padding: 15px 0 0 0;
}

.footernav2 {
  position: relative;
  background: #9B9B9B;
  width: 100%;
  padding: 15px 0 0 0;
}

footer#colophon-top {
  margin-top: 0;
  width: 100%;
  height: auto;
}

img.footernav_logo {
  position: absolute;
  bottom: -80px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .footernav {
    position: relative;
    background: #9B9B9B;
    width: 100%;
    height: 320px;
  }
  .main-navigation-foot .current-post-parent a,
  .main-navigation-foot .current-post-ancestor a,
  .main-navigation-foot .current-menu-item a {
    border-bottom: none;
  }
  img.footer_logo {
    position: absolute;
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .ul.news-wrap#footer-menu {
    position: relative;
    top: 50px;
    width: 100%;
    margin: auto;
    left: 30%;
  }
  footer#colophon {
    width: 100%;
    height: 100vh;
  }
  .bannerall {
    display: none;
  }
  .banner_app {
    width: 100%;
    display: block;
    text-align: center;
  }
.banner_app img{
    width: 230px;
    }    
  h2#appmenu_title {
    width: 100%;
    margin: 50px 0 20px 0;
    text-align: center;
    display: block;
  }
  div#copyright {
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    padding: 0px;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .app_menu_full {
    width: 80%;
    height: auto;
    display: block !important;
    position: relative;
    margin: auto;
  }
  .app_menu_box {
    width: 30%;
    height: auto;
    float: left;
    text-align: center;
    margin: 5px;
  }
  .app_menu_boxend {
    width: 30%;
    height: auto;
    float: none;
    text-align: center;
    margin-bottom: 60px;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  .footernav2 {
    position: relative;
    background: #9B9B9B;
    width: 100%;
    height: 100%;
    padding: 15px 0 0 0;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * コンテンツメインエリア設定
=========================================== */

main#main {
  padding: 0 0 2em 0;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  div#content {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  main#main {
    width: 95%;
    margin: auto;
    padding: 0;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  div#content {
    padding-bottom: 60px;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * トップページ
=========================================== */

.container-fluid.spMenu.visible-xs.m20-b {
  display: none;
}


/* NEWS */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  border-top: 1px solid #ccc;
  padding: 12px 24px 12px 236px;
  position: relative;
}

.news-list li:last-child {
  border-bottom: 1px solid #ccc;
}

.news-list time {
  color: #b4cf9e;
  font-weight: 700;
  left: 100px;
  position: absolute;
  top: 12px;
}

.news-list a {
  color: #333;
}

h2#top_news_title {
  padding: 1em 0;
  text-align: center;
}

h2#top_news_title img {
  width: 300px;
}

.news-box {
  width: 800px;
  height: 250px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  div#content_padding-top {
    box-sizing: border-box;
    border-top: 4px dotted #282828;
    margin: 2em 0;
  }
  h2#top_news_title img {
    width: 40%;
  }
  .news-box,
  .news_all_entry {
    width: 80% !important;
    text-align: center !important;
    margin-top: -10px !important;
  }
  .news-inner {
    padding-right: 1em !important;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  .news-inner {
    padding-right: 0 !important;
  }
  /* ------------------------------------------------ */
}

.news-inner {
  padding-right: 3em;
  padding-bottom: 1em;
}

h3.news_box2 {
  color: #736F6E;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 5px 1em;
}

.news-box {
  width: 1000px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  border-radius: 5px;
}

.news_dott {
  box-sizing: border-box;
  border-bottom: 1px dotted #282828;
  padding-top: 1em;
  margin: 1em 0;
}

.cat_date {
  text-align: right;
  font-size: 12px;
  padding-bottom: 2em;
}

.news_all_entry {
  width: 950px;
  margin: auto;
  text-align: right;
}

.news_all_entry a {
  background: #FFF;
  color: #282828;
}

@media screen and (max-width: 768px) {
  /* ------------------------------------------------ */
  /* SPメニュー */
  .container-fluid.spMenu.visible-xs.m20-b {
    display: block;
  }
  .col-xs-4 {
    float: left;
    width: 33%;
    text-align: center;
  }
  .col-xs-4 img {
    width: 100%;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * 子ページ共通
=========================================== */

.contents-box {
  width: 1070px;
  margin: auto;
}


/*disco TOP専用*/

.contents-disco-box-top {
  width: 1120px;
  margin: auto;
  overflow: auto;
  padding: 20px 0;
  min-height: 400px;
}


/*disco専用*/

.contents-disco-box {
  width: 1120px;
  margin: auto;
  overflow: auto;
  padding: 20px 0;
  min-height: 1050px;
}

h2#content_title {
  width: 980px;
  padding: 1em 0 0 90px;
  margin: auto;
  z-index: 2;
  position: relative;
  color: #282828;
}

h2#content_title img {}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  section.mainbox {
    width: 100%;
    margin: auto;
  }
  .contents-box {
    width: 100%;
  }
  h2#content_title,
  h2#content_title img {
    width: 100%;
  }
  /*disco専用*/
  .contents-disco-box-top {
    width: 95%;
  }
  .contents-disco-box {
    width: 95%;
    margin: auto;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  section.mainbox {
    width: 100%;
    margin: auto;
  }
  .contents-box {
    width: 100%;
  }
  h2#content_title,
  h2#content_title img {
    width: 100%;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * NEWS
=========================================== */


/* ALL ENTRY */


/* --------NEWS---------- */

.news-wrap2 {
  padding: 5px;
  /* 余白の指定 */
  position: relative;
  width: 100%;
}

h2#news_wrap2 {
  padding: 1em 0;
}

.news_box2 {
  padding: 0px 5px 20px;
  /* 箱の大きさ調整 */
  width: 1000px;
  /* 箱の大きさ調整 */
  margin: auto;
  line-height: 2.5;
}

.news_box2-in {
  width: 100%;
  color: #606060;
  font-size: 16px;
  height: auto;
  margin-bottom: 10px !important;
  padding: 0 0 10px;
  border-bottom: 1px solid #606060;
  line-height: 1.5;
}

.news_box2 p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 0.1em !important;
  border-bottom: 1px solid #606060;
}

.news_box2 a {
  text-decoration: none;
  color: #606060;
}

.news_all_entry2 {
  width: 100%;
  margin: auto;
}

.news_all_entry2 a{
    font-size: 90%;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  .news-wrap2 {
    padding: 5px;
    /* 余白の指定 */
    position: relative;
    width: 100%;
    left: 0 !important;
  }
  .news_box2 {
    padding: 0px 5px 20px;
    /* 箱の大きさ調整 */
    width: 90%;
    /* 箱の大きさ調整 */
    line-height: 2.5;
    overflow: hidden;
  }
  .news_box2 p {
    color: #606060;
    font-size: 13px;
    border-bottom: 1px solid #606060;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_all_entry2 {
    width: 80% !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
  /* ------------------------------------------------ */
}


/* NEWS info */

.contents-box h2#top_news_title {
  padding: 1em 0;
  text-align: center;
}

.contents-box .news-inner {
  padding-right: 0;
  padding-bottom: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contents-box h3.news_title {
  background: #C6151D;
  color: #fff;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 5px 1em;
}

.news_dott {
  box-sizing: border-box;
  border-bottom: 1px solid #232323;
  padding-top: 0.5em;
  margin: 1em 0;
}

.cat_date {
  text-align: left;
  font-size: 12px;
  padding-bottom: 2em;
}

.wp-pagenavi {
  font-size: 11px;
  line-height: 35px;
  padding-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 3px 5px;
  margin: 2px;
  background: #FFF;
  border: none;
  border-radius: 5px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #ff2b56;
}

.wp-pagenavi a {
  color: #000;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .contents-box h3.news_title {
    background: #C6151D;
    color: #fff;
    text-align: center;
    padding: 5px 1em;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * NEWS SINGLE
=========================================== */

.news-inner.single-news {
  padding-top: 5em;
}

a.news-link {
  text-decoration: none;
}

a.news-link h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .news-inner.single-news {
    padding-top: 4em;
  }
  /* ------------------------------------------------ */
}


/* ===========================================
 * ARTIST
=========================================== */

h2#artist_title {
  text-align: center;
  padding: 1em 0;
}

.artist-boxfull {
  width: 1100px;
  position: absolute;
}

.artist-inner-box {
  height: 300px;
}

.artistinfo {
  text-align: center;
}

.artist-font {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 18px;
}

.artist-font a {
  text-decoration: none;
}

.artist-font a:hover {
  color: #CA121A;
}

.artist-font-roma {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 13px;
}

h3.blog-title {
  background: #FFF;
  color: #282828;
  padding: 5px 1em;
  margin: 0 0 1em 0;
}

h3.blog-title2 {
  background: #FFF;
  color: #282828;
  padding: 5px 1em;
  margin: 0 0 1em 0;
}

.artist-cat-box {
  width: 325px;
  height: 280px;
  margin: 0 30px 20px 0;
  padding: 10px 0 0 0;
  background-color: #ECECEC;
  float: left;
  position: relative;
}

ul.artist_block {
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-box a {
  color: #cc005c;
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .artist-cat-box {
    width: 40%;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------------ */
  .artist-inner-box {
    height: auto;
  }
  .artist-cat-box {
    width: 100%;
    float: none;
  }
  /* ------------------------------------------------ */
}


/* アーティストシングル */

.artist_single {
  position: relative;
  top: 20px;
}

.SP_display2 {
  display: none;
}

img.slider_icon {
  width: 40px !important;
  padding-top: 10px !important;
}

table.artist_3column {
  margin: 2em 0;
}

td.artist_3column1 {
  width: 30%;
  text-align: center;
}

img.artist_logo {
  width: 80%;
}

td.artist_3column2 {
  padding: 0 1em;
}

td.artist_3column3 {
  width: 60%;
  color: #282828;
}

.artist-content-box {
  height: 160px;
  background: rgba(255, 255, 255, 0.5);
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
}

a.sns_icon {
  padding-right: 10px;
}

a.sns_icon img {
  width: 35px;
}

.twitter_none,
.instagram_none,
.fb_none,
.youtube_none,
.linelive_none {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------ */
  .SP_display2 {
    display: block;
  }
  img.attachment-640x640 {
    width: 100%;
    height: auto;
  }
  td.artist_3column3 {
    display: block;
    width: 100%;
  }
  td.artist_3column1,
  td.artist_3column2 {
    display: none;
  }
  /* ------------------------------------------ */
}

@media (max-width: 768px) {
  /* ------------------------------------------ */
  .artist-cat-box {
    width: 50%;
  }
  ul.artist_block li:last-child {
    font-size: 12px;
  }
  table.artist_table td {
    padding: 1em 0 0 0;
    width: 100%;
    display: block;
  }
  /* ------------------------------------------ */
}

@media (max-width: 480px) {
  /* ------------------------------------------ */
  .artist-cat-box {
    width: 100%;
    padding: 0;
  }
  /* ------------------------------------------ */
}


/* ===========================================
 * LIVE
=========================================== */

.contents-box h3.live_title {
  background: #C6151D;
  color: #fff;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 5px 1em;
  width: 100%;
}

.livecat_date {
  text-align: right;
}

.livenav {
  width: 1100px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  /* ------------------------------------------ */
  .livenav {
    width: 80%;
    margin: auto;
  }
  /* ------------------------------------------ */
}


/* ===========================================
 * SHOP
=========================================== */

.shop-f {
  max-width: 810px;
  width: 95%;
  margin: auto;
}
.shop-f .info{
    text-align: right;
}
.shop-f .info a{
    font-size: 10px;    
}
.main-navigation3 {
  position: relative;
  height: 30px;
}

.main-navigation3 ul {
  display: block;
  position: relative;
  padding-left: 32%;
}

.main-navigation3 li {
  float: left;
  padding: 0 30px;
}

.main-navigation3 ul li {
  list-style-type: none;
  background-image: none;
  padding-left: 0;
}

.main-navigation4 {
  width: 100%;
  margin: 20px 0 0;
}


/* ----カレントページ　線引き---- */

.main-navigation3 .current-post-parent a,
.main-navigation3 .current-post-ancestor a,
.main-navigation3 .current-menu-item a {
  border-bottom: 1px solid #333333;
}

.contents-shop {
  width: 850px;
  margin: auto;
}

.shop-boxfull {
  width: 850px;
  overflow: hidden;
  margin: auto;
}

.shop-box {
  width: 190px;
  height: 330px;
  margin: 10px;
  float: left;
}

.contents-shop-box {
  width: 1120px;
  margin: auto;
  overflow: hidden;
}

.shop-box2 {
  width: 190px;
  height: auto;
  margin: 0 0 10px;
  float: left;
}


/* ---ディスコグラフィー画像用--- */

.shop-boxinfo1 {
  width: 188px;
  height: 198px;
  text-align: center;
  overflow: hidden;
}


/* ---ディスコグラフィーNEW・ピックアップ用--- */

.shop-boxinfo-new {
  width: auto;
  height: 150px;
  text-align: center;
  overflow: hidden;
}


/* ---製品タイトル--- */

.shop-boxinfo2 {
  width: 188px;
  height: 55px;
  line-height: 15px;
  overflow: hidden;
}


/* ---アーティスト名--- */

.shop-boxinfo3 {
  width: 188px;
  height: 20px;
  line-height: 0;
  overflow: hidden;
}


/* ---品番・発売日・価格--- */

.shop-boxinfo4 {
  width: 188px;
  height: auto;
  line-height: 1 !important;
  overflow: hidden;
}

.shop-font {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.shop-font a:link {
  color: #CA121A;
}

.shop-font a:visited {
  color: #CA121A;
}

.shop-font a:hover {
  color: #CA121A;
}

.shop-font a:active {
  color: #CA121A;
}

@media screen and (min-width: 1200px) {
  /* ------------------------------------------ */
  .main-navigation4 {
    width: 810px;
    margin: 20px auto 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------ */
  .main-navigation4 {
    width: 100%;
  }
  .contents-shop-box {
    width: 95%;
  }
  /* ---ディスコグラフィー画像用--- */
  .shop-boxinfo1 {
    width: auto;
    height: 150px;
    text-align: center;
    overflow: hidden;
  }
  .shop-boxinfo1 img {
    width: auto;
    height: 145px;
  }
  .shop-box {
    height: 260px;
  }
  .shop-box2 {
    height: 260px;
  }
  /* ------------------------------------------ */
}

@media (max-width: 768px) {
  /* ------------------------------------------ */
.shop-f .info{
    text-align: left;
    padding-left: 15px;
}    
  .main-navigation4 {
    width: 94%;
  }
  .shop-boxfull {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .contents-shop {
    width: 90%;
    margin: auto;
  }
  /* ------------------------------------------ */
}

@media (max-width: 480px) {
  /* ------------------------------------------ */
  #mega-menu-wrap-menu-5 .mega-menu-toggle+#mega-menu-menu-5 {
    padding: 0;
  }
  .mega-menu-item-2411 {
    margin: 0 0 10px !important;
  }
  .shop-boxfull {
    width: 100%;
  }
  .shop-box {
    width: 100%;
    height: auto;
    margin: 10px;
    float: left;
  }
  .shop-box2 {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  /* ---ディスコグラフィー画像用--- */
  .shop-boxinfo1,
  .shop-boxinfo-new {
    width: auto;
    height: auto;
  }
  /* ---製品タイトル--- */
  .shop-boxinfo2 {
    width: auto;
    height: auto;
  }
  /* ---アーティスト名--- */
  .shop-boxinfo3 {
    width: 100%;
    height: auto;
  }
  /* ---品番・発売日・価格--- */
  .shop-boxinfo4 {
    width: 100%;
    height: auto;
  }
  /* ------------------------------------------ */
}


/*==================================
CONTACT関連
==================================*/

.contact-f{
    max-width: 1200px;
    font-size: 14px;
    word-break: keep-all;
    margin: 0 auto 50px;
}
.contact-f a{
    color: #C6151D;
}
/* STARRYメインの説明消去　*/
.stry-support01-domaininfo{
    display: none !important;
}
/* 説明追記消去　※PHPに直入力　*/
.stry-support01-inquirytext{
    display: none;
}
.contact-f #top_title {
  background: #C6151D;
  color: #fff;
  text-align: center;
  margin: 0 0 2em 0;
  padding: 5px 1em;
}
.weddinginfo-f{
  margin: 0 auto 30px;
  width: 95%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items:stretch;
  -webkit-align-items: stretch;
}
.weddinginfo1{
    width: 20%;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    word-break:break-all !important;
    margin-bottom: 10px;
}
.weddinginfo1 p{
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.weddinginfo1_ex{
    display: table;
    height: calc(100% - 50px);
}
.weddinginfo1_ex p{
    font-size: 100%;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}
.weddinginfo2{
    width: 50px;
    text-align: center;
    padding-top: 80px;
}
.weddingformat_dl{
    margin: 30px auto 50px;
    width: 40%;
    height: 50px;
    background: #C6151D;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;}
.weddingformat_dl a{
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    display: block;
    text-decoration-line: none;
}
.weddinginfo-title{
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #eee;
    border-left: 3px solid #C6151D;
}
div#contact {
  font-size: 8px;
  color: #2B2B2B;
  font-weight: 400;
  text-align: center;
  line-height: 10px;
}

div#contactf {
  padding: 30px 0 30px 0;
  font-size: 8px;
  color: #2B2B2B;
  line-height: 10px;
}

.contact-font {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

hr {
  border-width: 1px 0px 0px 0px;
  /* 太さ */
  border-style: solid;
  /* 線種 */
  border-color: #CBCBCB;
  /* 線色 */
  height: 1px;
  /* 高さ(※古いIE用) */
}

ul.contact_table {
  list-style: none;
  margin: 40px;
  padding: 30px;
  display: table;
  width: 100%;
  background: #F7F7F7;
  border: solid 1px #CBCBCB;
}

ul.contact_table li {
  display: table-cell;
  vertical-align: middle;
  border: none;
  padding: 8px 0;
  color: #000;
}

ul.contact_table li:nth-child(odd) {
  width: 38%;
}

ul.contact_table li:nth-child(even) {
  width: 60%;
}

input.contact_button {
  border: none;
  background: #C20000;
  color: #fff;
  width: 100px;
  padding: 10px;
  display: inline-block;
  margin: 5px 10px;
}

ul.contact_table input,
ul.contact_table textarea {
  width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
.contact-f{
    width: 90%;
}    
}

@media screen and (max-width: 767px) {
  /* ------------------------------------------ */
  .contact-f,
  .contact-f #top_title {
    word-break: break-all !important;
  }
    .weddinginfo-f{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  ul.contact_table {
    list-style: none;
    padding: 20px 10px 10px 10px;
    display: table;
    width: 100%;
    background: #F7F7F7;
    border: solid 1px #CBCBCB;
    margin: 0;
  }
  .contact_tableform {
    margin: 0 -20px 0 -20px;
  }
  input.contact_button {
    border: none;
    position: relative;
    background: #C20000;
    color: #fff;
    width: 100px;
    padding: 10px;
    display: inline-block;
    margin: 5px 10px;
    top: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
  }
  .entry-content {
    color: #282828;
    padding: 20px 20px 30px 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 12px;
    font-weight: 200;
    line-break: "strict";
  }
  /* ------------------------------------------ */
}


/*==================================
DISCOGRAPHY
==================================*/


/* --ディスコグラフィー用場所指定--　*/


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


/* ---ディスコグラフィーアーカイブ--- */

.disco-boxfull {
  width: 100%;
}

#top_title2 {
  width: 1110px;
  margin: 25px auto 15px;
}

.disco-box {
  width: 370px;
  height: 205px;
  margin: 0 -1px -1px 0;
  border: solid 1px #333333;
  float: left;
}


/* ---ディスコグラフィー画像用--- */

.disco-box-mini_l {
  width: 155px;
  height: 195px;
  position: absolute;
  float: left;
  overflow: hidden;
  padding: 10px 0 0 10px;
}

.disco-box-mini_l p {
  text-align: center;
}

.disco-thumbnail {
  width: auto;
  height: 145px;
}


/* ---製品情報一覧--- */

.disco-box-mini-r {
  width: 210px;
  height: 195px;
  position: relative;
  left: 44%;
}


/* ---製品タイトル--- */

.disco-box-r1 {
  width: 210px;
  height: 60px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
}


/* ---アーティスト名--- */

.disco-box-r2 {
  width: 210px;
  height: 20px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}


/* ---商品説明--- */

.disco-box-r3 {
  width: 200px;
  height: 65px;
  text-align: center;
  line-height: 1 !important;
  overflow: hidden;
}


/* ---発売日--- */

.disco-box-r4 {
  width: 210px;
  height: 55px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.discotitle-font {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5 !important;
}

.discoartist-font {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-weight: 600;
  font-size: 11px;
  line-height: 1 !important;
}

.discoinfo-font {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 11px;
  line-height: 1 !important;
}

.disco-list {
  width: 1110px;
  margin: 20px auto 100px;
  text-align: center;
  display: block;
  background-color: #CA121A;
}

.disco-list a {
  color: #fff;
  text-decoration-line: none;
}

.disco-list a:hover {
  display: block;
  color: #fff;
  background-color: #b30f16;
}


/* ---ディスコグラフィー検索--- */

#searchform,
#searchform2 {
  width: 840px;
  text-align: right;
  margin: 25px auto 15px;
  clear: both;
}

#searchform input {
  height: 25px;
  font-size: 80%;
}


/* ---ディスコグラフィー詳細--- */

.discoinfo-boxfull {
  width: 1070px;
  height: 350px;
  border-bottom: 1px solid #232323;
}

.discoinfo-box1 {
  width: 320px;
  height: 350px;
  float: left;
}

.discoinfo-box2 {
  height: 350px;
  float: left;
  margin: 0 0 20px;
}

.discosingle-font-s {
  font-size: 10px;
  line-height: 2 !important;
}

.discosingle-font-n {
  font-size: 12px;
  line-height: 2 !important;
  padding: 0 0 0 30px;
}

.discosingle-font-b {
  font-size: 16px;
  line-height: 2 !important;
  padding: 0 0 30px 30px;
}

.discosingle-buy {
  padding: 10px 0 0 20px;
  width: 100%;
  overflow: hidden;
}

.discosingle-title {
  font-size: 26px;
  text-align: center;
  width: 100%;
  font-weight: 900;
  border-bottom: 1px solid;
}

.disco-buy {
  background-color: #CA121A;
  width: 220px;
  height: 60px;
  float: left;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
}
.disco-buy-small{
    font-size: 13px;
}
.disco-buy a {
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration-line: none;
}

.disco-buy a:hover {
  display: block;
  background-color: #b30f16;
  border-radius: 5px;
}

.disco-buy-btn-f {
  width: 650px;
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden;
}

.disco-buy-btn {
  width: 300px;
  height: 50px;
  float: left;
  margin: 10px;
  text-align: center;
}

.disco-buy-close {
  clear: both;
  text-align: center;
  width: 100%;
}

.btn_product_none,
.btn_dl_eonkyo_none,
.btn_buydownload_none,
.btn_dl_itunes_none,
.btn_dl_reko_none,
.btn_dl_amazon_none,
.btn_dl_mora_none,
.btn_dl_mora2_none,
.btn_dl_mumo_none,
.btn_dl_musicjp_none,
.btn_buysub_none,
.btn_sub_apple_none,
.btn_sub_spotify_none,
.btn_sub_amazon_none,
.btn_sub_line_none,
.btn_sub_rec_none,
.btn_sub_kkbox_none,
.btn_sub_awa_none {
  display: none;
}


/* モーダルウィンドウ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}

.modal {
  display: none;
  height: 100vh;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 800px;
}


/* //モーダルウィンドウ */

a.play_link img {
  width: 20px;
  padding-right: 5px;
}

a.play_link.soundurl_none {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* ------------------------------------------------ */
  .disco-list {
    width: 95%;
  }
  .discoinfo-boxfull {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .disco-box {
    width: 48%;
  }
.discoinfo-box1 {
  width: 30%;
}    
  .discoinfo-box2 {
    height: auto;
  }
  .disco-box-mini_l {
    width: 15%;
    height: auto;
    position: absolute;
  }
  /* ---製品情報一覧--- */
  .disco-box-mini-r {
    width: 60%;
    height: auto;
    float: left;
    position: relative;
    left: 37%;
  }
  /* ---製品タイトル--- */
  .disco-box-r1 {
    width: auto;
    height: 60px;
  }
  /* ---アーティスト名--- */
  .disco-box-r2 {
    width: auto;
    height: 20px;
  }
  /* ---商品説明--- */
  .disco-box-r3 {
    width: auto;
    height: 65px;
  }
  /* ---発売日--- */
  .disco-box-r4 {
    width: auto;
    height: 55px;
  }
  .disco-buy-btn-f {
    width: 100%;
  }
  .disco-buy-btn {
    width: 230px;
    height: 50px;
  }
  .modal__content {
    top: 500px;
  }
  /* ------------------------------------------------ */
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------ */
.weddinginfo2{
    padding-top: 100px;
    width: 35px;
}    
    
  .discoinfo-box1 {
    width: 100%;
    height: auto;
    text-align: center;
    clear: both;
  }
  .discoinfo-box2 {
    width: 100%;
    height: auto;
    clear: both;
  }
  .discosingle-buy {
    padding: 0;
    width: 100%;
  }
  .disco-buy {
    width: 60%;
    margin: 10px auto;
    clear: both;
    position: relative;
    left: 25%;
  }
  .modal__content {
    left: 50%;
    transform: translate(-50%, -70%);
    width: 80%;
    top: 700px;
  }
  #searchform,
  #searchform2 {
    width: 95%;
  }
  /* ------------------------------------------------ */
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------ */
  .main-navigation2 {
    margin: 0 0 20px 0;
  }
  .main-navigation2 ul {
    display: block;
    position: relative;
    margin: 0 20px;
  }
  h2#top_title {
    padding: 0;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .disco-box {
    width: 100%;
  }
  .disco-box-mini_l {
    width: 34%;
    height: auto;
    position: absolute;
    padding-left: 5px;
    float: left;
    overflow: hidden;
  }
  /* ---製品情報一覧--- */
  .disco-box-mini-r {
    margin: 0 5px;
    width: 60%;
    height: auto;
    float: left;
    position: relative;
  }
  /* ---製品タイトル--- */
  .disco-box-r1 {
    width: auto;
    height: 60px;
  }
  /* ---アーティスト名--- */
  .disco-box-r2 {
    width: auto;
    height: 20px;
  }
  /* ---商品説明--- */
  .disco-box-r3 {
    width: auto;
    height: 65px;
  }
  /* ---発売日--- */
  .disco-box-r4 {
    width: auto;
    height: 55px;
  }
  .discosingle-title {
    font-size: 18px;
  }
  .modal__content {
    left: 50%;
    transform: translate(-50%, -90%);
    width: 80%;
    top: 600px;
  }
  .disco-buy-btn {
    width: 80%;
  }
  .disco-buy {
    width: 85%;
   float: unset;
    left: unset;
  }    
  #searchform,
  #searchform2 {
    text-align: left;
    width: 99%;
  }
  /* ------------------------------------------ */
}


/*==================================
EVENT
==================================*/

.prev_event_box {
  text-align: center;
  width: 49%;
  display: inline-block;
}

ul.prev_event {
  width: 97%;
  list-style: none;
  margin: auto;
  padding: 0 0 50px 10px;
}

ul.prev_event img {
  width: 100%;
}

ul.prev_event p {
  color: #282828;
  background: #FFF;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  /* ------------------------------------------ */
  .prev_event_box {
    width: 100%;
  }
  ul.prev_event {
    width: 100%;
    padding: 0 0 50px 0;
  }
  /* ------------------------------------------ */
}


/*==================================
COMPANYページ調整
==================================*/

div#company {
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

@media (max-width: 480px) {
  /* ------------------------------------------ */
  table#company_box td {
    width: 100%;
    display: block;
    text-align: left !important;
    padding: 0 !important;
  }
  table#company_box td:first-child {
    background: none;
  }
  table#company_box td:last-child {
    padding-bottom: 1em !important;
  }
  /* ------------------------------------------ */
}


/*==================================
SNSボタン
==================================*/

.share {
  margin-top: 20px;
  margin-bottom: 40px;
}

.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share ul:after {
  display: block;
  clear: both;
  content: '';
}

.share li {
  float: left;
  width: 100px;
  margin: 0;
}

.share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.share li a:hover {
  opacity: .8;
}

.share li a:visited {
  color: #fff;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}


/*==================================
The Symphonic Sessions特設ページ用スマホ対応
==================================*/

@media screen and (max-width: 767px) {
  /* ------------------------------------------------ */
  .symphonic-logo {
    width: 100% !important;
    text-align: center;
  }
  .symphonic-logo img {
    width: 40% !important;
  }
  .symphonic-box1 {
    width: 100% !important;
    margin: 10px auto;
  }
  .symphonic-box2 {
    width: 100% !important;
    padding: 10px 0 10px 10px !important;
  }
  .symphonic-title {
    font-size: 19px !important;
  }
  .symphonic-font {
    font-size: 16px !important;
    text-align: left !important;
  }
  .symphonic-font1 {
    font-size: 14px !important;
  }
  .symphonic-font2 {
    font-size: 12px !important;
  }
  .symphonic-box-jacket img {
    width: 80% !important;
  }
}


/*==================================
30th FRONTIERS特設ページ
==================================*/

.frontiersbackcolor {
  background-color: #0c0b11;
}

.frontiersbackimg {
  background-image: url("/wp-content/uploads/2020/08/hakase_photogradation-1-505x1024-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: inherit;
  background-size: contain;
  z-index: 554;
}

.fonties-backgrade {
  background-image: -webkit-linear-gradient(top, transparent 40%, transparent, transparent, #0c0b12 45%);
  z-index: 555;
}

.songbook-backgrade {
  background-image: -webkit-linear-gradient(top, transparent 20%, transparent, transparent, #0c0b12 24%);
  z-index: 555;
}

.songbookbackimg {
  background-image: url("/wp-content/uploads/2021/06/TaroHakase_Songbook_Main-scaled-e1623389711296.jpg");
  background-repeat: no-repeat;
  background-position: top 140px center ;
  background-attachment: inherit;
  background-size: contain;
  z-index: 554;
}

@media screen and (max-width: 769px) {
  .frontiersbackimg {
    background-position: 0 0;
    background-size: contain;
    background-attachment: inherit;
    z-index: 554;
  }
}

@media screen and (max-width: 600px) {
  /* ------------------------------------------ */
  .weddinginfo-f{
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }    
  .weddinginfo1{
    width: calc((100% - 70px)/2);
    }
  .weddinginfo2{
      padding-top: 50px;}
  .weddinginfo2.long{
      padding-top: 100px;}
  .weddingformat_dl{
    width: 90%;}
    }

@media (max-width: 480px) {
  /* ------------------------------------------ */
  .frontiersbackimg {
    background-position: 0 0;
  }
  .fonties-backgrade {
    background-image: -webkit-linear-gradient(top, transparent 20%, transparent, #0c0b11 25%);
    z-index: 555;
  }
    
.songbookbackimg {
  background-position: top 90px center ;
  background-attachment: inherit;
  background-size: contain;
  z-index: 554;
}    
    
  /* ------------------------------------------ */
}

#inquiry_text {
  width: 100%;
}


/*==================================
カートシステムの表示調整
==================================*/


/* 決済システム紹介ボタン小さく */

.stry-paymethodinfobox {
  max-width: 250px !important;
}


/* 決済選択確認ボタン大きく */

.stry-ec04-payment-button {
  height: 30px;
  width: 230px;
}

#payment_kind {
  height: 50px;
}