@charset "UTF-8";
/* ================================================================

   mixin

================================================================ */
i {
  font-family: "Font Awesome 5 Free" !important; }

#container {
  padding-bottom: 80px !important; }

*:focus {
  outline: none; }

.mincho, serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-feature-settings: "palt" 1; }

.menu > .menu__single {
  position: relative; }
  .menu > .menu__single a {
    width: 100%; }

.menu__single .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px solid #ccc; }
  .menu__single .menu__second-level li, .menu__single .menu__second-level a {
    width: 100% !important;
    display: block; }
.menu__single li {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  width: 100%; }

.cart_icon {
  height: 1.5em;
  vertical-align: middle !important;
  margin-right: 12px;
  margin-top: -5px; }

.common_footer {
  background: #000 !important;
  border-top: 1px solid #fff;
  padding-bottom: 30px;
  line-height: 1.0; }
  .common_footer a {
    color: #fff !important; }
  .common_footer .copyright {
    text-align: center;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004';
    font-size: 0.9em; }

#idx_sns {
  padding: 70px 0 65px 0;
  margin-bottom: 100px; }
  #idx_sns ul {
    text-align: center; }
    #idx_sns ul li {
      display: inline-block;
      width: 35px;
      margin: auto 25px; }
      #idx_sns ul li img {
        width: 35px; }
      @media only screen and (max-width: 767px) {
        #idx_sns ul li {
          width: 28px;
          margin: auto 10px; }
          #idx_sns ul li li {
            margin: 0; }
          #idx_sns ul li img {
            width: 28px; } }

/* ================================================================

   base

================================================================ */
body, div, span,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, blockquote, address,
table, tr, th, td, img {
  margin: 0;
  padding: 0;
  border: none; }

#wrap {
  padding-top: 50px; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

.t-left {
  text-align: left; }

.note {
  font-size: 0.8em; }

.disnone {
  display: none; }

img {
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-size: 100%; }

ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

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

a:link,
a:visited {
  color: #c61722; }

a:hover {
  text-decoration: none; }

.justfy {
  text-align: justify;
  letter-spacing: 0.1em; }

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

#page_title {
  padding-top: 40px; }

#contents #contents_wrap {
  width: 1000px;
  margin: auto;
  border: #dad5cc 1px solid;
  background: #fff;
  margin-top: 40px; }
  #contents #contents_wrap #contents_wrap_inner {
    margin: 40px;
    padding: 40px;
    border: #dad5cc 1px solid;
    background: #f3efe8; }

i {
  font-family: "fontAwesome";
  font-style: normal; }

/* ================================================================

   header

================================================================ */
#header {
  border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 768px) {
    #header a {
      text-decoration: none;
      transition: .2s;
      color: #222222;
      letter-spacing: -0.5px; }
      #header a:hover {
        color: #666666 !important;
        transition: .2s; }
    #header #header_logo {
      width: 210px;
      margin: 40px auto 25px auto; }
    #header .menu {
      z-index: 1;
      width: 960px;
      margin: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      justify-content: space-between;
      position: relative; }
      #header .menu li {
        width: auto;
        text-align: center; }
        #header .menu li:first-child {
          width: 19%; }
        #header .menu li:nth-child(2) {
          width: 18%; }
        #header .menu li:nth-child(3) {
          width: 13%; }
        #header .menu li:nth-child(4) {
          width: 13%; }
        #header .menu li:nth-child(5) {
          width: 13%; }
        #header .menu li:nth-child(6) {
          width: 16%;
          text-align: right !important; }
        #header .menu li a {
          line-height: 50px;
          display: block;
          font-size: 16px !important; }
      #header .menu #nav_online {
        text-align: left !important; }
        #header .menu #nav_online a {
          font-size: 15px !important; } }
  @media only screen and (max-width: 767px) {
    #header .cd-primary-nav li {
      width: 100% !important; }
      #header .cd-primary-nav li a {
        color: #000 !important;
        width: 100% !important; } }

/*===================================================================

 footer.css

=================================================================== */
@media only screen and (min-width: 768px) {
  footer {
    width: 860px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin: auto;
    color: #fff;
    padding: 35px 0; }
    footer dl {
      width: calc(100% / 4); }
      footer dl dt {
        margin-bottom: 15px; }
      footer dl dd {
        padding-left: 1em;
        margin-bottom: 13px; }
    footer a {
      text-decoration: none; }
      footer a:hover {
        text-decoration: underline !important; } }
@media only screen and (max-width: 767px) {
  .common_footer {
    color: #fff;
    text-align: center; }
    .common_footer ul {
      display: flex;
      justify-content: space-between; }
      .common_footer ul li {
        font-size: 10px !important;
        display: flex;
        width: 33.3333333333%; }
        .common_footer ul li:nth-child(2) a {
          border-right: 1px #fff solid;
          border-left: 1px #fff solid; }
      .common_footer ul a {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px #fff solid;
        text-decoration: none !important;
        padding: 20px 0; }
    .common_footer p {
      font-size: 1.0rem;
      padding: 25px 0 20px 0; } }
/* ================================================================

   ナビゲーションのスタイル

================================================================ */
.cd-header {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  height: 50px;
  width: 100%;
  z-index: 30;
  border-bottom: 1px solid #7f7f7f; }
  .cd-header #common-logo {
    padding-top: 13px;
    margin: 0 0 0 -20px; }

#gotoonline {
  position: absolute;
  right: 50px;
  top: 0px;
  height: 50px;
  width: 40px; }
  #gotoonline a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center; }
    #gotoonline a img {
      margin: -4px 0 0 0;
      width: 30px; }

.cd-primary-nav-trigger {
  position: absolute;
  right: 0px;
  margin-right: 0;
  top: 0;
  height: 100%;
  width: 40px; }
  .cd-primary-nav-trigger .cd-menu-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    display: none; }
  .cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 1px;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
    line-height: 1.8; }
    .cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000;
      right: 0;
      -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
      -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s; }
    .cd-primary-nav-trigger .cd-menu-icon::before {
      top: -8px; }
    .cd-primary-nav-trigger .cd-menu-icon::after {
      top: 8px; }
    .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
      background-color: rgba(255, 255, 255, 0); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: #000; }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg); }

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .cd-primary-nav li {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: capitalize; }
  .cd-primary-nav a {
    display: inline-block;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s; }

.cd-primary-nav .cd-label {
  color: #000;
  text-transform: uppercase;
  margin: 2.4em 0 .8em; }
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cd-intro h1 {
    position: absolute;
    width: 90%;
    max-width: 1170px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-weight: 300;
    text-align: center; }

.cd-primary-nav {
  padding-top: 80px; }
  .cd-primary-nav li {
    margin-bottom: 20px; }
  .cd-primary-nav a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px; }
    .cd-primary-nav a:visited {
      color: #000 !important;
      text-decoration: none !important;
      font-size: 16px; }

/* ================================================================

   index用スタイルシート

================================================================ */
body {
  letter-spacing: 0.1em; }

#idx_wrap {
  width: 860px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #idx_wrap {
      width: 100% !important; } }

.idx_headline {
  margin-top: 150px;
  line-height: 1.0; }
  @media only screen and (max-width: 767px) {
    .idx_headline {
      margin-top: 50px; } }
  .idx_headline h2 {
    line-height: 1.0;
    font-size: 2.4rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: normal; }
    @media only screen and (max-width: 767px) {
      .idx_headline h2 {
        font-size: 1.8rem; } }

/*===========================================
 Visual
===========================================*/
#idx_visual {
  width: 960px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #idx_visual {
      width: 100% !important;
      margin-top: 50px;
      padding: 0;
      margin-right: 0;
      padding: 0; }
      #idx_visual .slick-slide {
        width: 100%; }
        #idx_visual .slick-slide img {
          width: 100%; } }
  #idx_visual .slick-slide {
    height: 600px; }
    @media only screen and (max-width: 767px) {
      #idx_visual .slick-slide {
        height: auto !important; } }

.slide-dots {
  padding-top: 15px;
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important; }
  .slide-dots button {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: none;
    border-radius: 0 !important;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .slide-dots li {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px !important; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '■';
        font-size: 15px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        color: #c0c0c0; }
        @media only screen and (max-width: 767px) {
          .slide-dots li button:before {
            font-size: 11px; } }
    .slide-dots li.slick-active button:before {
      content: '■';
      color: #000; }
      @media only screen and (max-width: 767px) {
        .slide-dots li.slick-active button:before {
          font-size: 11px; } }

/*===========================================
 mfd2019バナー
===========================================*/
#bt_mfd2019 {
  padding: 0;
  line-height: 1.0;
  width: 500px;
  margin: 0 auto 54px auto;
  text-align: left;
  color: #ff0000; }
  @media only screen and (max-width: 767px) {
    #bt_mfd2019 {
      width: 100%; } }
  #bt_mfd2019 span {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center !important;
    color: #000; }
  @media only screen and (max-width: 767px) {
    #bt_mfd2019 {
      padding: 0 20px;
      margin-bottom: 30px; } }
  #bt_mfd2019 .update {
    margin-bottom: -7px; }

/*===========================================
 NAVI
===========================================*/
#idx_top_nav {
  width: 860px;
  margin: auto;
  padding-top: 6px; }
  @media only screen and (max-width: 767px) {
    #idx_top_nav {
      width: 100%; } }
  #idx_top_nav .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #idx_top_nav .inner {
        width: auto;
        padding: 0 20px; } }
    #idx_top_nav .inner a {
      margin: auto 5px;
      width: calc((100% - 50px) / 3);
      transition: .2s;
      text-align: center;
      border: 1px solid #000;
      padding: 15px 0 8px 0;
      line-height: 1.0; }
      @media only screen and (max-width: 767px) {
        #idx_top_nav .inner a {
          width: calc((100% - 10px) / 3);
          padding-bottom: 12px; } }
      #idx_top_nav .inner a div {
        font-size: 1.1rem !important; }
        #idx_top_nav .inner a div div {
          font-size: 0.9rem;
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            #idx_top_nav .inner a div div {
              font-size: 0.8rem !important;
              letter-spacing: normal;
              line-height: 1.0; } }
      #idx_top_nav .inner a span {
        font-size: 1.8rem;
        display: block;
        margin-bottom: 5px;
        letter-spacing: -0.5px; }
        @media only screen and (max-width: 767px) {
          #idx_top_nav .inner a span {
            font-size: 1.4rem; } }
      @media only screen and (max-width: 767px) {
        #idx_top_nav .inner a br {
          display: block; } }
      @media only screen and (min-width: 768px) {
        #idx_top_nav .inner a br {
          display: none; } }
      #idx_top_nav .inner a:hover {
        background: #efefef;
        transition: .2s; }
  #idx_top_nav #tebiyo .inner {
    display: block; }
    #idx_top_nav #tebiyo .inner a {
      width: 100% !important;
      display: block !important;
      margin-top: 20px;
      padding-bottom: 7px !important;
      padding-top: 8px !important; }
      @media only screen and (min-width: 768px) {
        #idx_top_nav #tebiyo .inner a span {
          display: inline-block;
          margin-right: 40px; } }
      @media only screen and (max-width: 767px) {
        #idx_top_nav #tebiyo .inner a {
          margin-top: 10px;
          padding: 6px 0 5px 0; }
          #idx_top_nav #tebiyo .inner a span {
            margin-bottom: 0; } }

/*===========================================
 special_site_banner
===========================================*/
#special_site_banner {
  padding-top: 45px;
  padding-bottom: 20px;
  color: #e60012; }
  #special_site_banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      #special_site_banner ul {
        display: block;
        padding: 0 20px; } }
    #special_site_banner ul li {
      width: calc((100% - 30px) /2 ); }
      @media only screen and (max-width: 767px) {
        #special_site_banner ul li {
          width: 100%; } }

/*===========================================
 NEWS
===========================================*/
#index_news {
  width: 800px;
  margin: -50px auto auto auto; }
  @media only screen and (max-width: 767px) {
    #index_news {
      width: 100%;
      padding: 0 20px;
      margin: auto; } }
  #index_news .noticenews {
    padding-top: 1.5em; }
    @media only screen and (max-width: 767px) {
      #index_news .noticenews {
        padding-top: 1.0em; } }
    @media only screen and (max-width: 767px) {
      #index_news .noticenews a {
        font-size: 1rem !important; } }
    #index_news .noticenews li {
      font-size: 1.3erm;
      margin-bottom: 1.5em;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        #index_news .noticenews li {
          margin-bottom: 1.0em; } }
  #index_news h2 {
    margin-bottom: 35px; }
  #index_news #live_news {
    margin-bottom: 30px;
    letter-spacing: normal; }
    #index_news #live_news a {
      display: block;
      text-align: center;
      border: 1px solid #000;
      font-size: 1.5rem;
      padding: 6px 0;
      transition: .2s; }
      @media only screen and (max-width: 767px) {
        #index_news #live_news a {
          padding: 10px;
          font-size: 1.2rem; } }
      #index_news #live_news a .times {
        color: #df0515;
        font-size: 2.2rem; }
        @media only screen and (max-width: 767px) {
          #index_news #live_news a .times {
            font-size: 1.7rem; } }
      #index_news #live_news a span {
        margin-right: 48px; }
        @media only screen and (max-width: 767px) {
          #index_news #live_news a span {
            margin-right: 0; } }
    #index_news #live_news :hover {
      background: #efefef;
      transition: .2s; }
  #index_news #news_list {
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    #index_news #news_list dl {
      padding: 25px 0 5px 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #index_news #news_list dl {
          padding: 15px 0 5px 0; } }
      #index_news #news_list dl > div {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        font-size: 0.8rem !important; }
        #index_news #news_list dl > div dt {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            #index_news #news_list dl > div dt {
              margin-bottom: 0px; } }
          #index_news #news_list dl > div dt .posted_day {
            width: 130px; }
            @media only screen and (max-width: 767px) {
              #index_news #news_list dl > div dt .posted_day {
                width: 8em;
                font-size: 1.1rem !important; } }
          #index_news #news_list dl > div dt .category {
            border: 1px solid #9fa0a0;
            font-size: 0.9rem;
            text-align: center;
            width: 100px;
            margin-right: 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 767px) {
              #index_news #news_list dl > div dt .category {
                margin-right: 5px;
                margin-left: 5px;
                width: 120px;
                font-size: 0.8rem;
                padding-left: 0;
                padding-right: 0; } }
        #index_news #news_list dl > div dd {
          margin: 0 0 10px 0;
          width: calc(100% - 260px);
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flexbox;
          display: -moz-flexbox;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex; }
          @media only screen and (max-width: 767px) {
            #index_news #news_list dl > div dd {
              width: 100%;
              display: block; } }
          #index_news #news_list dl > div dd .new {
            float: left; }
      @media only screen and (max-width: 767px) {
        #index_news #news_list dl a {
          font-size: 1.0rem; } }
  #index_news #more {
    line-height: 1.5;
    margin-top: 25px;
    text-align: right; }
    #index_news #more a {
      font-size: 2rem !important; }
      @media only screen and (max-width: 767px) {
        #index_news #more a {
          font-size: 1.5rem !important; } }
  #index_news .new {
    color: #e60012;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      #index_news .new {
        font-size: 0.8rem; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #news_list dd {
    width: 495px; } }
/* Edge のみ適用される */
@supports (-ms-ime-align: auto) {
  #news_list dd {
    width: 495px; } }
/*===========================================
 TOPICS
===========================================*/
@media only screen and (min-width: 768px) {
  #idx_topics {
    margin-top: -50px; } }
#idx_topics h2 {
  margin-bottom: 33px; }
#idx_topics .slider2 {
  font-weight: bold;
  text-align: center !important;
  line-height: 1.0;
  letter-spacing: normal; }
  #idx_topics .slider2 img {
    border-top: #d2d2d2 1px solid;
    border-bottom: #d2d2d2 1px solid;
    border-right: #d2d2d2 1px solid;
    border-left: #d2d2d2 1px solid; }
    @media only screen and (max-width: 767px) {
      #idx_topics .slider2 img {
        border-right: none;
        border-left: none; } }
  #idx_topics .slider2 .slick-slide {
    padding-bottom: 10px; }
    #idx_topics .slider2 .slick-slide img {
      margin-bottom: 1px; }
  #idx_topics .slider2 .slide-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 16px !important;
    border: none; }
    @media only screen and (max-width: 767px) {
      #idx_topics .slider2 .slide-arrow {
        top: 35%; } }
    #idx_topics .slider2 .slide-arrow :hover {
      cursor: pointer; }
  #idx_topics .slider2 .prev-arrow {
    position: absolute;
    left: 3%; }
  #idx_topics .slider2 .next-arrow {
    position: absolute;
    right: 3%; }
  #idx_topics .slider2 a div {
    padding-bottom: 3px;
    padding-top: 15px; }
#idx_topics .slide-dots {
  padding-top: 8px; }

#ba_tebiyo {
  margin-top: 70px; }

/*===========================================
 PRODUCT
===========================================*/
#idx_product {
  width: 860px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #idx_product {
      width: 100%;
      padding-top: 65px; } }
  #idx_product h2 {
    margin-bottom: 35px; }
  #idx_product ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #idx_product ul {
        display: block; } }
    #idx_product ul li {
      width: 415px; }
      @media only screen and (max-width: 767px) {
        #idx_product ul li {
          width: 100%; } }
  #idx_product .link_onlineshop {
    margin-top: 40px; }
    #idx_product .link_onlineshop a {
      display: block;
      line-height: 40px;
      font-size: 1.5rem;
      border: 1px solid #000;
      text-align: center;
      margin: auto 30px;
      transition: .2s; }
      @media only screen and (max-width: 767px) {
        #idx_product .link_onlineshop a {
          width: auto;
          margin: auto 20px;
          font-size: 1.2rem; } }
      #idx_product .link_onlineshop a:hover {
        background: #efefef;
        transition: .2s; }

/*===========================================
 About
===========================================*/
@media only screen and (max-width: 767px) {
  #idx_aboutus {
    padding-top: 65px; } }
#idx_aboutus h2 {
  margin-bottom: 35px; }
#idx_aboutus ul li {
  position: relative;
  margin-top: 5px;
  text-align: center; }
  #idx_aboutus ul li div {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      #idx_aboutus ul li div {
        top: 40%; } }
    #idx_aboutus ul li div > div {
      font-size: 16px;
      letter-spacing: 2px;
      margin-top: 28px; }
      @media only screen and (max-width: 767px) {
        #idx_aboutus ul li div > div {
          font-size: 1.2rem;
          margin-top: 15px; } }
    #idx_aboutus ul li div span {
      font-size: 25px;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        #idx_aboutus ul li div span {
          font-size: 18px; } }

/*===========================================
 SPECIAL
===========================================*/
.idx_special h2 {
  margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
  .idx_special {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 65px; } }
.idx_special ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between; }
  .idx_special ul li {
    text-align: center;
    margin-bottom: 13px;
    line-height: 1.2;
    width: calc((100% - 60px) / 3); }
    @media only screen and (max-width: 767px) {
      .idx_special ul li {
        width: calc((100% - 20px) / 2) !important; }
        .idx_special ul li a {
          font-size: 1rem !important; } }
    .idx_special ul li img {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .idx_special ul li img {
          margin-bottom: 8px; } }
    .idx_special ul li .update {
      text-align: left;
      color: #FF0004;
      padding-bottom: 5px;
      font-size: 1rem !important; }
.idx_special .slick-slide {
  padding-bottom: 5px !important; }

/*===========================================
 Salon
===========================================*/
#idx_salon {
  width: 800px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #idx_salon {
      width: auto;
      padding-right: 20px;
      padding-left: 20px;
      margin: 0; } }
  #idx_salon ul {
    width: 100%;
    flex-wrap: wrap; }
    #idx_salon ul li {
      width: 385px;
      text-align: center;
      margin-top: 40px;
      font-size: 1.2rem;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        #idx_salon ul li {
          width: 100%;
          margin-bottom: -20px; } }
      #idx_salon ul li img {
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          #idx_salon ul li img {
            margin-bottom: 8px; } }
  #idx_salon .link_onlineshop {
    margin-top: 50px; }
    #idx_salon .link_onlineshop a {
      width: 100%;
      line-height: 40px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 767px) {
        #idx_salon .link_onlineshop a {
          line-height: 50px;
          font-size: 1.2rem; } }
  #idx_salon #link_shop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      #idx_salon #link_shop {
        display: block; } }
    #idx_salon #link_shop div {
      width: calc((100% - 30px) / 2);
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        #idx_salon #link_shop div {
          width: auto;
          margin-bottom: 15px; } }
      #idx_salon #link_shop div a {
        line-height: 60px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 767px) {
          #idx_salon #link_shop div a {
            line-height: 40px;
            font-size: 1.2rem; } }
  #idx_salon .link_onlineshop a, #idx_salon #link_shop a {
    display: block;
    border: 1px solid #000;
    text-align: center;
    transition: .2s; }
    #idx_salon .link_onlineshop a:hover, #idx_salon #link_shop a:hover {
      background: #efefef;
      transition: .2s; }

/*===========================================
 Insta
===========================================*/
#idx_instagram h2 {
  line-height: 1.0;
  padding: 0;
  margin-bottom: 20px; }
#idx_instagram .widget {
  width: 530px;
  margin: 38px auto auto auto; }
  @media only screen and (max-width: 767px) {
    #idx_instagram .widget {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }
  #idx_instagram .widget ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    #idx_instagram .widget ul li {
      width: calc((100% - 40px) / 3);
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        #idx_instagram .widget ul li {
          width: calc((100% - 30px) / 3); } }
      #idx_instagram .widget ul li img {
        width: 100%; }
#idx_instagram #insta-window {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  margin: 38px auto auto auto; }
  @media only screen and (max-width: 767px) {
    #idx_instagram #insta-window {
      width: auto !important;
      margin-left: 20px !important;
      margin-right: 20px !important; } }
#idx_instagram .iswd-copyright-wrapper {
  display: none !important; }
#idx_instagram .iswd-images {
  justify-content: space-between !important; }
#idx_instagram .iswd-images-item {
  width: calc((100% - 40px) / 3) !important; }
  @media only screen and (max-width: 767px) {
    #idx_instagram .iswd-images-item {
      width: calc((100% - 30px) / 3) !important; }
      #idx_instagram .iswd-images-item img {
        width: 100%; } }

/*===========================================
 模造品
===========================================*/
.attention {
  width: 860px;
  margin: auto;
  text-align: center;
  background: #e6e6e6;
  line-height: 40px;
  margin-bottom: 85px; }
  @media only screen and (max-width: 767px) {
    .attention {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }

.slick-dotted.slick-slider {
  margin-bottom: 15px !important; }

/* バナー2つ並ぶ
 ------------------------------------------------------------------- */
.two_banner {
  width: 800px;
  margin: auto;
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .two_banner {
      width: 90%;
      padding: 20px; } }
  .two_banner ul {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .two_banner ul {
        display: block; } }
    .two_banner ul li {
      width: 49%; }
      @media only screen and (max-width: 767px) {
        .two_banner ul li {
          width: 100%;
          margin-bottom: 1em; } }

/* ボタン3つ並ぶ
 ------------------------------------------------------------------- */
.three_button {
  width: 800px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .three_button {
      width: 90%; } }
  .three_button ul {
    display: flex;
    justify-content: space-between; }
    .three_button ul li {
      width: 32%; }
      .three_button ul li a {
        padding: 1em 0;
        text-align: center;
        display: block;
        border: 1px solid #000;
        transition: .2s; }
        @media only screen and (max-width: 767px) {
          .three_button ul li a {
            font-size: 0.8em; } }
        .three_button ul li a span {
          font-size: 1.3em; }
          @media only screen and (max-width: 767px) {
            .three_button ul li a span {
              letter-spacing: -0.01px; } }
        .three_button ul li a:hover {
          background: #efefef;
          transition: .2s; }

/*===================================================================

 tieup

=================================================================== */
body {
  animation: none; }

.bg_black {
  color: #fff !important;
  background: #000; }
  .bg_black #right-side {
    border-top: 1px solid #666 !important; }
    .bg_black #right-side p.aside-title {
      border-bottom: 1px solid #666 !important; }
    .bg_black #right-side a {
      color: #fff !important; }
  @media only screen and (min-width: 768px) {
    .bg_black #content_body {
      border-right: 1px solid #666;
      border-top: 1px solid #666; } }

.bg_gray {
  background: #eeeeee; }
  @media only screen and (min-width: 768px) {
    .bg_gray #content_body {
      border-right: 1px solid #000;
      border-top: 1px solid #000; } }

#movies .about_introduction {
  margin-bottom: 40px;
  background: #eeeeee;
  text-align: center;
  color: #000;
  padding: 40px 30px; }
  @media only screen and (max-width: 767px) {
    #movies .about_introduction {
      margin-top: -50px;
      padding-top: 70px; } }
#movies #about_introduction_2020 .about_introduction {
  border: none;
  background: #d80418;
  color: #fff; }
  #movies #about_introduction_2020 .about_introduction .row a {
    color: #fff !important;
    border-color: #fff; }
  #movies #about_introduction_2020 .about_introduction .inner {
    width: 540px;
    margin: auto;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #movies #about_introduction_2020 .about_introduction .inner {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #movies #about_introduction_2020 .about_introduction .inner {
        display: block;
        text-align: center; } }
    #movies #about_introduction_2020 .about_introduction .inner div:first-child {
      width: 230px; }
      @media only screen and (max-width: 767px) {
        #movies #about_introduction_2020 .about_introduction .inner div:first-child {
          text-align: center;
          width: 60%;
          margin: -10px auto 20px auto; } }
    #movies #about_introduction_2020 .about_introduction .inner div:nth-child(2) {
      width: 270px; }
      @media only screen and (max-width: 767px) {
        #movies #about_introduction_2020 .about_introduction .inner div:nth-child(2) {
          width: 100%;
          margin-bottom: -10px; } }
      #movies #about_introduction_2020 .about_introduction .inner div:nth-child(2) p {
        font-size: 1.5rem !important;
        margin: 0; }

.movie_list {
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .movie_list {
      padding: 0 20px; } }
  .movie_list .row {
    width: 670px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .movie_list .row {
        width: 100%; } }
    .movie_list .row:before {
      content: "";
      display: block;
      width: 23%;
      height: 0;
      order: 1; }
    .movie_list .row:after {
      content: "";
      display: block;
      width: 23%;
      height: 0; }
  .movie_list .loop .row {
    border-bottom: 1px solid #666; }
  .movie_list .movie-detail {
    width: calc((100% - 110px) / 4);
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .movie_list .movie-detail {
        width: calc((100% - 40px) / 3); } }
    .movie_list .movie-detail .movie_poster {
      background: #221d1d;
      width: 100%;
      height: 200px;
      display: flex;
      align-items: center;
      overflow: hidden;
      margin-bottom: 10px;
      line-height: 1.0;
      vertical-align: bottom; }
      @media only screen and (max-width: 767px) {
        .movie_list .movie-detail .movie_poster {
          height: 140px !important;
          overflow: hidden; } }
    .movie_list .movie-detail img {
      width: 100%; }
    .movie_list .movie-detail h3, .movie_list .movie-detail p {
      margin: 0 0 5px 0;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .movie_list .movie-detail h3, .movie_list .movie-detail p {
          font-size: 1rem !important; } }
    .movie_list .movie-detail h3 a {
      color: #fff !important;
      text-decoration: underline !important; }
      .movie_list .movie-detail h3 a:hover {
        text-decoration: none !important; }
      @media only screen and (max-width: 767px) {
        .movie_list .movie-detail h3 a {
          font-size: 1.1rem !important; } }
  .movie_list .old_list {
    margin-top: -20px; }
    @media only screen and (max-width: 767px) {
      .movie_list .old_list {
        display: block; } }
    .movie_list .old_list .movie-detail {
      border-bottom: #666 1px solid;
      width: 50%;
      padding: 25px 0;
      justify-content: space-between;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .movie_list .old_list .movie-detail {
          width: 100%; } }
      .movie_list .old_list .movie-detail h3 {
        font-size: 1.8rem !important;
        font-weight: normal;
        letter-spacing: normal; }
      .movie_list .old_list .movie-detail:nth-of-type(odd) {
        padding-right: 10px; }
      .movie_list .old_list .movie-detail:nth-of-type(even) {
        padding-left: 10px; }
      .movie_list .old_list .movie-detail dl {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        margin-top: 5px;
        flex-wrap: wrap; }
        .movie_list .old_list .movie-detail dl dt {
          width: 4em; }
        .movie_list .old_list .movie-detail dl dd {
          width: calc((100% - 4em)); }

@media only screen and (max-width: 767px) {
  .old_list .movie-detail {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
/* --------------------------------------------------------------------
　DETAIL
-------------------------------------------------------------------- */
.movie_detail {
  padding-top: 30px; }
  @media only screen and (max-width: 767px) {
    .movie_detail {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 55px; } }
  .movie_detail .movie_title {
    line-height: 1.0; }
    .movie_detail .movie_title h1 {
      font-size: 2.5rem;
      margin-bottom: 15px;
      text-align: left; }
  .movie_detail .movie_thumb {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px; }
    .movie_detail .movie_thumb img {
      border: #ccc 1px solid; }
  @media only screen and (max-width: 767px) {
    .movie_detail .movie_desc .more {
      margin: 20px 0;
      display: block; } }
  .movie_detail .staff_cast {
    clear: both;
    border: #ccc 1px solid;
    padding: 30px;
    margin-top: 35px; }
    .movie_detail .staff_cast dt {
      float: left;
      width: 11em;
      font-weight: bold; }
    .movie_detail .staff_cast dd {
      margin-left: 11em;
      margin-bottom: 15px; }
    .movie_detail .staff_cast dd:after {
      clear: both;
      margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .movie_detail .staff_cast dt, .movie_detail .staff_cast dd {
        clear: both;
        margin-left: 0; } }
  .movie_detail .backtop {
    text-align: right;
    margin: 20px 0 30px 0; }

#year_nav {
  margin: 0 20px; }
  @media only screen and (max-width: 767px) {
    #year_nav {
      padding: 0; } }
  #year_nav ul li p {
    display: block;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 1.5rem;
    position: relative; }
    #year_nav ul li p i {
      position: absolute;
      top: 40%;
      right: 20px; }
  #year_nav ul li .child {
    display: none;
    margin-top: -10px; }
    #year_nav ul li .child li {
      border-bottom: 1px solid #ccc;
      display: inline-block;
      width: 49%; }
      #year_nav ul li .child li a {
        display: inline-block;
        padding: 20px 0;
        text-decoration: underline; }
        #year_nav ul li .child li a:hover {
          text-decoration: none; }

.year_title {
  text-align: center; }
  .year_title h2 {
    color: #e70012;
    font-size: 3.0rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px; }

.year_title2 {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .year_title2 {
      margin-top: 50px;
      margin-bottom: -40px; } }
  .year_title2 h3 {
    font-size: 2.5rem;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px; }

.year_block h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-align: left;
  padding-bottom: 15px;
  color: #e70012;
  border-bottom: 1px solid #666; }

#year_accordion_bottom .about_introduction {
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-top: 0;
  border-top: 1px solid #ccc;
  border-bottom: 0; }

/*===================================================================

VOICE.css

=================================================================== */
.about_introduction {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
  padding-bottom: 60px; }
  .about_introduction .row {
    width: 100%;
    justify-content: space-between;
    margin-top: 45px; }
    .about_introduction .row div {
      width: calc((100% - 30px) / 2);
      line-height: 30px; }
    .about_introduction .row a {
      display: block;
      border: 1px solid #000; }

.article-title {
  font-size: 3rem !important;
  text-align: center;
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  #content_body {
    border-right: 1px solid #000;
    border-top: 1px solid #000; } }

@media only screen and (min-width: 768px) {
  #artists .about_introduction {
    padding-top: 50px; } }
@media only screen and (max-width: 767px) {
  #artists .about_introduction {
    padding-top: 40px;
    padding-bottom: 50px; } }
@media only screen and (max-width: 767px) {
  #artists {
    padding: 0 20px; } }
#artists section {
  margin-bottom: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    #artists section {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 50px; } }
  #artists section .catch p {
    font-size: 2.8rem !important;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #artists section .catch p {
        margin-bottom: 15px;
        font-size: 2.7rem;
        letter-spacing: -1px; } }
  #artists section .profile {
    width: 100%;
    justify-content: space-between; }
    #artists section .profile .artist_detail .name_en {
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        #artists section .profile .artist_detail .name_en {
          margin-bottom: 0;
          margin-top: 0;
          letter-spacing: -1px;
          font-size: 2.7rem; } }
    #artists section .profile .artist_detail h3 {
      text-align: left; }
      #artists section .profile .artist_detail h3 span {
        font-size: 1.3em; }
      @media only screen and (max-width: 767px) {
        #artists section .profile .artist_detail h3 span {
          font-size: 1.3em; } }
    #artists section .profile .artist_profile {
      margin-top: 20px;
      margin-right: 20px; }
    #artists section .profile .artist_image {
      width: 150px;
      display: flex;
      align-items: flex-end; }
      #artists section .profile .artist_image img {
        width: 150px; }
      @media only screen and (max-width: 767px) {
        #artists section .profile .artist_image {
          width: 100px; }
          #artists section .profile .artist_image img {
            width: 100px; } }
  #artists section .artist_voice {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      #artists section .artist_voice {
        margin-top: 10px; } }
  #artists section .favorite {
    margin-top: 30px;
    background: #eeeeee;
    padding: 30px 30px 20px 30px; }
    @media only screen and (max-width: 767px) {
      #artists section .favorite {
        padding: 20px 15px; } }
    #artists section .favorite dt {
      color: #de0613;
      margin-bottom: 5px; }
    #artists section .favorite dd {
      margin-bottom: 10px; }
      #artists section .favorite dd a {
        text-decoration: underline; }
      #artists section .favorite dd a:hover {
        text-decoration: none; }
#artists .backtop {
  text-align: right;
  margin-top: 30px;
  text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    #artists .backtop {
      margin-top: 15px; } }

#artist_list {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #artist_list {
      padding: 0 20px; } }
  #artist_list div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    width: calc((100% - 60px) / 2);
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      #artist_list div {
        width: calc((100% - 30px) / 2); } }
    #artist_list div img {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      width: 70px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        #artist_list div img {
          width: 45px;
          margin-right: 10px; } }
    #artist_list div p {
      margin: 0; }
      #artist_list div p a {
        font-size: 1.7rem;
        text-decoration: underline;
        letter-spacing: normal; }
        @media only screen and (max-width: 767px) {
          #artist_list div p a {
            font-size: 1.2rem; } }

#kyouryoku {
  text-align: center; }
  #kyouryoku span {
    font-size: 2.0rem; }
  #kyouryoku a {
    background: #000;
    color: #fff !important;
    display: block;
    padding: 20px 0;
    margin: 0 20px; }
    @media only screen and (max-width: 767px) {
      #kyouryoku a {
        line-height: 1.3;
        padding: 10px 0; } }

/* --------------------------------------------------------------------
　DETAIL
-------------------------------------------------------------------- */
/*===================================================================

 layout.css

=================================================================== */
a {
  color: #000 !important;
  text-decoration: none; }
  a img {
    transition: .2s;
    opacity: 1.0; }
    a img:hover {
      opacity: 0.8;
      transition: .2s; }

.row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

@media only screen and (min-width: 768px) {
  .sp {
    display: none; }

  .pc {
    display: block; } }
@media only screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/* --------------------------------------------------------------------
　Layout
-------------------------------------------------------------------- */
#wrap {
  width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: auto;
  /* */ }
  @media only screen and (max-width: 767px) {
    #wrap {
      width: 100% !important; } }
  #wrap #content_body {
    width: 700px; }
    @media only screen and (max-width: 767px) {
      #wrap #content_body {
        width: 100% !important; } }
    #wrap #content_body #content_body_inner {
      width: 670px; }
      @media only screen and (max-width: 767px) {
        #wrap #content_body #content_body_inner {
          width: 100% !important; } }
  #wrap #right-side {
    width: 260px;
    float: right;
    overflow: hidden;
    border-top: 1px solid #000; }
    @media only screen and (max-width: 767px) {
      #wrap #right-side {
        display: none; } }
    #wrap #right-side a:link {
      text-decoration: none; }
      #wrap #right-side a:link:hover {
        text-decoration: underline; }
    #wrap #right-side #right-side-inner aside .aside-link-list {
      padding-left: 20px;
      width: 240px; }
    #wrap #right-side #right-side-inner aside dl dt {
      margin: 10px 0 10px 0;
      font-weight: bold;
      font-size: 1.1em; }
    #wrap #right-side #right-side-inner aside dl dd {
      margin-bottom: 10px;
      line-height: 1.2; }
    #wrap #right-side #right-side-inner .aside-title {
      height: 37px;
      width: 100%;
      margin-bottom: 10px;
      font-size: 1.5em; }
      #wrap #right-side #right-side-inner .aside-title a {
        display: block;
        height: 37px;
        width: 100%; }

p.aside-title {
  line-height: 37px;
  text-indent: 1em;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #000; }

/* 右サイド
 ------------------------------------------------------------------- */
#content-body {
  width: 700px;
  float: left;
  border-right: 1px solid #000; }
  @media only screen and (max-width: 767px) {
    #content-body {
      display: none; } }

#separate {
  overflow: hidden; }

#content-body-inner {
  width: 670px; }
  @media only screen and (max-width: 767px) {
    #content-body-inner {
      display: none; } }

/* パンくず
 ------------------------------------------------------------------- */
#topic-path {
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    #topic-path {
      display: none; } }
  #topic-path #topic-path-inner {
    width: 960px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px; }
    #topic-path #topic-path-inner ul li {
      display: inline; }
      #topic-path #topic-path-inner ul li ::after {
        content: " ＞"; }
      #topic-path #topic-path-inner ul li br {
        display: none; }

/*  EOF  */
/*===================================================================

font

=================================================================== */
html {
  font-size: 62.5% !important; }

body {
  color: #000 !important;
  font-feature-settings: "palt";
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
  font-family: "Ryumin Medium KL", serif !important;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  font-family: "Ryumin Medium KL", serif !important;
  font-feature-settings: "palt" !important;
  font-feature-settings: "palt" 1 !important;
  -webkit-font-feature-settings: "palt" !important;
  font-family: "Ryumin Regular KL", serif !important;
  font-size: 1.3rem; }

_::content, _:future, *:not(*:root) {
  font-family: "Ryumin Medium KL" !important; }

/* --------------------------------------------------------------------
　philosophy
-------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .philosophy #content-body {
    display: block !important; } }
.philosophy #wrap {
  background: url("/assets/img/company/philosophy/ttl.png");
  background-position: left 37px;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-top: 85px; }
  @media only screen and (max-width: 767px) {
    .philosophy #wrap {
      background: none; } }
.philosophy .article-title {
  margin: auto;
  width: 960px; }
.philosophy h1.sp {
  text-align: center !important;
  margin: auto !important; }
  .philosophy h1.sp span {
    border-bottom: #D90517 2px solid;
    font-size: 20pt; }
.philosophy h2 {
  font-size: 14pt;
  text-align: left;
  line-height: 1.0;
  margin-bottom: 53px; }
  @media only screen and (max-width: 767px) {
    .philosophy h2 {
      font-size: 12pt;
      margin-bottom: 25px; } }
.philosophy .section1 {
  padding-bottom: 63px;
  margin-bottom: 63px;
  border-bottom: 1px solid #ccc;
  padding-top: 52px; }
  @media only screen and (max-width: 767px) {
    .philosophy .section1 {
      margin-left: 20px;
      margin-right: 20px; } }
  .philosophy .section1 p {
    font-size: 20pt;
    padding-left: 63px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .philosophy .section1 p {
        padding-left: 0;
        font-size: 17pt; } }
    .philosophy .section1 p img {
      margin-top: 0;
      width: 126px; }
@media only screen and (max-width: 767px) {
  .philosophy .section2 {
    margin-left: 20px;
    margin-right: 20px; } }
.philosophy .section2 dl {
  padding-left: 63px; }
  @media only screen and (max-width: 767px) {
    .philosophy .section2 dl {
      padding-left: 0; } }
  .philosophy .section2 dl dt {
    font-size: 14pt; }
  .philosophy .section2 dl dd {
    margin-bottom: 1.5em; }

 /* IE11 
   @media all and (-ms-high-contrast:none){
  *::-ms-backdrop, p, a, dt, dd, ul, li {
     -ms-transform: rotate(0.001deg);
     transform: rotate(0.001deg);
      }
   }
*/
/* Edge のみ適用される 
   @supports (-ms-ime-align: auto) {
      p, a, dt, dd, ul, li {
     -ms-transform: rotate(0.001deg);
     transform: rotate(0.001deg);
   }
}
*/
