@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/* Scss Document */
/* -----
 RESET
----- */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-appearance: none; }
body {
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  position: absolute; }
html, body {
  margin: 0;
  padding: 0; }
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block; }
audio, canvas, video {
  display: inline-block; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after {
  content: '';
  content: none; }
q:before, q:after {
  content: '';
  content: none; }
input, select {
  vertical-align: middle; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }
fieldset, img {
  border: 0; }
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }
ul li, ol li {
  list-style: none; }
caption, th {
  text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }
q:before, q:after {
  content: ''; }
abbr, acronym, a img {
  border: 0; }
img {
  vertical-align: bottom; }
/* clearfix */
.clfix {
  display: inline-block; }
.clfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
/* Hides from IE-mac \*/
* html .clfix {
  height: 1%; }
.clfix {
  display: block; }
.link_fff {
  color: #fff; }
/* End hide from IE-mac */
hr + br.space, body + br.space, div + br.space, dl + br.space, dt + br.space, dd + br.space, ul + br.space, ol + br.space, li + br.space, h1 + br.space, h2 + br.space, h3 + br.space, h4 + br.space, h5 + br.space, h6 + br.space, pre + br.space, code + br.space, form + br.space, fieldset + br.space, legend + br.space, input + br.space, button + br.space, textarea + br.space, blockquote + br.space, table br.space, th + br.space, tbody + br.space, thead + br.space, tfoot + br.space, tr + br.space, td + br.space {
  display: none; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
* images
*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /*
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  */
  color: #111111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em; }
.pc .pc_hide,
.sp .sp_hide {
  display: none; }
a {
  color: #111111; }
strike {
  text-decoration: line-through; }
/* footer */
footer {
  background: #eb0450;
  position: relative;
  width: 100%;
  z-index: 500; }
footer p.copyright {
    position: absolute;
    right: 40px;
    bottom: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1; }
footer .l-f_link {
    font-size: 1.2rem;
    text-align: left;
    padding: 20px;
    padding-left: 40px; }
footer .l-f_link a {
      color: #fff; }
.pc footer .l-f_link a {
        -webkit-transition: opacity .2s;
        transition: opacity .2s; }
.pc footer .l-f_link a:hover {
          opacity: .6; }
.pagetop {
  border-bottom: 1px solid #fff; }
.pagetop a {
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #eb0450;
    height: 50px;
    -webkit-transition: .4s;
    transition: .4s; }
.pagetop a span {
      display: none; }
.pagetop a::after {
      content: "";
      position: absolute;
      display: inline-block;
      left: 0px;
      right: 0px;
      top: 10px;
      bottom: 0;
      margin: auto;
      width: 15px;
      height: 15px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: .4s;
      transition: .4s; }
.pc .pagetop a:hover {
      background-color: #fff; }
.pc .pagetop a:hover::after {
        border-top: 2px solid #eb0450;
        border-right: 2px solid #eb0450; }
/* -----
  header
----- */
header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  pointer-events: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
.l-scd header {
    border-bottom: 1px solid #dadada; }
header .h-in {
    width: 100%;
    height: 79px;
    pointer-events: all;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8); }
.l-top header {
    position: absolute;
    height: 100vh; }
.l-top header .h-in {
      position: absolute;
      bottom: 0;
      left: 0; }
header h1 {
    display: inline-block;
    padding-left: 20px;
    font-size: 1.4rem;
    padding-top: 15px; }
header h1 img {
      width: 46px;
      height: auto; }
header h1 a {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
header h1 a:hover {
        opacity: .6; }
.fixed header {
    position: fixed;
    height: 80px; }
.l-top main {
  margin-top: 100vh; }
.l-scd main {
  margin-top: 80px;
  padding-bottom: 100px;
  overflow: hidden; }
.l-inner_wide {
  padding-left: 40px;
  padding-right: 40px; }
.l-inner_middle {
  padding-left: 120px;
  padding-right: 120px; }
.l-inner_scd_wide {
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
.l-inner_scd_middle {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
.l-scd_ttl {
  text-align: left;
  font-size: 3.6rem;
  color: #eb0450;
  font-style: italic;
  padding: 80px 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  letter-spacing: 1em;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }
.l-scd_ttl small {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
.l-scd_ttl.motion {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    letter-spacing: 0.1em;
    opacity: 1; }
.l-scd_ttl.motion small {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
/* -----
  menu
----- */
/* menu-contact */
.l-menu_contact {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #eb0450;
  color: #fff;
  padding: 10px 20px;
  padding-top: 14px; }
.l-menu_contact dl dt {
    font-size: 1.5rem;
    margin-bottom: 8px;
    letter-spacing: 0.18em; }
.l-menu_contact dl dd {
    font-weight: 600;
    font-size: 3.0rem; }
.l-menu_contact dl dd a {
      display: inline-block;
      color: #fff;
      background: url(../images/n_tel.png) no-repeat 0 50%;
      background-size: 16px auto;
      padding-left: 22px;
      letter-spacing: 0.01em; }
.l-menu_contact dl dd span {
      font-size: 1.4rem; }
/*
とは
*/
.p-about_sec1 {
  text-align: left;
  position: relative; }
.p-about_sec1 .bg {
    position: absolute;
    right: 0px;
    top: 0;
    width: calc(100% - ((100% - 1080px)*.5) - 150px);
    height: 590px;
    background: url(/common/images/about/01.jpg) 80% 50%;
    background-size: cover; }
.p-about_sec1 .wrap {
    padding-top: 80px; }
.p-about_sec1 .wrap .dtl {
      position: relative;
      background-color: #fff;
      display: inline-block;
      padding: 80px 40px;
      padding-left: 0;
      padding-bottom: 0; }
.p-about_sec1 .wrap .dtl h3 {
        font-style: italic;
        font-size: 2.6rem;
        color: #eb0450;
        margin-bottom: 30px; }
.p-about_sec1 .wrap .dtl p {
        line-height: 2; }
.p-about_sec1 .wrap .photo {
      position: absolute;
      bottom: 0;
      right: -500px; }
.p-about_sec1 .wrap .line span {
      position: absolute;
      right: 20px;
      top: 20px;
      background-color: #eb0450;
      display: block; }
.p-about_sec1 .wrap .line span.line_top {
      width: 200px;
      height: 1px; }
.p-about_sec1 .wrap .line span.line_right {
      width: 1px;
      height: 200px;
      display: block; }
.p-about_sec2 {
  margin-top: 120px;
  text-align: left;
  position: relative; }
.p-about_sec2 .bg {
    position: absolute;
    left: calc(-200px);
    top: 0; }
.p-about_sec2 .wrap {
    position: relative;
    padding-top: 80px; }
.p-about_sec2 .wrap h3 {
      font-style: italic;
      font-size: 2.6rem;
      color: #eb0450;
      margin-bottom: 40px;
      padding-left: calc( 50%); }
.p-about_sec2 .wrap .dtl {
      position: relative;
      background-color: #f2f2f2;
      margin-left: -80px;
      padding-top: 40px;
      padding-bottom: 80px;
      padding-left: calc( 50% + 80px); }
.p-about_sec2 .wrap .dtl p {
        line-height: 2; }
.p-about_sec2 .wrap .dtl .name {
        text-align: right;
        padding-right: 60px;
        margin-top: 20px; }
.p-about_sec3 {
  margin-top: 120px;
  position: relative;
  background: url(/common/images/about/04.jpg) no-repeat 50% 50%;
  background-size: cover; }
.p-about_sec3 .wrap {
    position: relative;
    padding: 80px 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 50%;
    margin: 0px auto; }
.p-about_sec3 .wrap .dtl {
      position: relative; }
.p-about_sec3 .wrap .dtl h3 {
        display: inline-block;
        font-style: italic;
        font-size: 2.6rem;
        color: #eb0450;
        margin-bottom: 30px;
        padding: 0 40px 20px;
        border-bottom: 1px solid #eb0450; }
.p-about_sec3 .wrap .dtl h3 small {
          margin-top: 14px;
          display: block;
          font-size: 1.8rem; }
.p-about_sec3 .wrap .dtl li {
        line-height: 2; }
.p-about_sec3 .wrap .dtl li span {
          display: block;
          width: 70px;
          height: 34px;
          margin: 0 auto;
          padding-top: 2px;
          padding-left: 1px;
          margin-bottom: 4px;
          font-size: 2rem;
          color: #fff;
          background: url(/common/images/about/icon.png) 50% 0%; }
.p-about_sec3 .wrap .dtl li + li {
          margin-top: 20px; }
.p-about_sec4 {
  margin-top: 120px;
  text-align: left;
  position: relative; }
.p-about_sec4 .bg {
    position: absolute;
    right: calc(-100px);
    top: 0; }
.p-about_sec4 .wrap {
    position: relative; }
.p-about_sec4 .wrap .dtl {
      position: relative; }
.p-about_sec4 .wrap .dtl h3 {
        font-style: italic;
        font-size: 2.6rem;
        color: #eb0450;
        margin-bottom: 30px; }
.p-about_sec4 .wrap .dtl dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.p-about_sec4 .wrap .dtl dl dt, .p-about_sec4 .wrap .dtl dl dd {
          line-height: 1.8;
          margin-top: 10px; }
.p-about_sec4 .wrap .dtl dl dt {
          width: 16%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
.p-about_sec4 .wrap .dtl dl dt::before {
            content: "■";
            font-size: 1.2rem;
            color: #eb0450;
            padding-right: 5px; }
.p-about_sec4 .wrap .dtl dl dd {
          width: 84%; }
.p-about_sec4 .wrap .dtl .jysyo {
        z-index: 10;
        position: relative;
        margin-top: 60px; }
.p-about_sec4 .wrap .dtl .jysyo p {
          line-height: 2; }
.p-about_sec4 .wrap .dtl .jysyo .jysyo_pix {
          position: absolute;
          right: calc(-100px);
          top: 0; }
.p-about_sec4 .wrap .dtl .pix {
        margin-left: -240px;
        padding: 80px 0px; }
.p-about_sec5 {
  margin-top: 120px;
  text-align: left; }
.p-about_sec5 h3 {
    font-style: italic;
    font-size: 2.6rem;
    color: #eb0450;
    margin-bottom: 30px; }
.p-about_sec5 #gmap {
    height: 500px;
    margin: 0 40px; }
.p-about_sec5 #gmap iframe {
      width: 100%;
      height: 100%;
      border: 0; }
.p-recruit {
  text-align: center; }
.p-recruit_box {
  line-height: 1.4;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
.p-recruit_box .box_head {
    background-color: #eb0450;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.8rem; }
.p-recruit_box .box_ctt + .box_head {
    margin-top: 30px; }
.p-recruit_box .box_ctt {
    font-size: 1.6rem;
    line-height: 1.8; }
.p-recruit_box .c-red {
    color: #eb0450; }
.p-recruit_pix {
  margin-top: 50px; }
.p-recruit_pix ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-recruit_pix ul li + li {
      margin-left: 20px; }
.p-safety {
  text-align: center; }
.p-safety_ttl {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #eb0450;
  font-size: 4rem;
  font-style: italic;
  color: #eb0450;
  margin-bottom: 20px;
  border-radius: 50%;
  padding-top: 18px; }
.p-safety_ttl small {
    font-size: 1rem;
    display: block; }
.p-safety_lead {
  line-height: 2;
  margin-bottom: 30px; }
.p-safety_list {
  margin-bottom: 50px; }
.p-safety_list dl {
    margin-bottom: 30px; }
.p-safety_list dl dt {
      padding: 10px 0;
      background-color: #eeeeee;
      border-radius: 15px;
      margin-bottom: 8px; }
.p-safety_list dl dd {
      color: #eb0450;
      font-size: 2.0rem;
      line-height: 1.6; }
.p-safety_list dl.wide dd {
      font-size: 2.8rem;
      line-height: 1.4; }
.p-safety_list .clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.p-safety_list .clm2 dl {
      width: 49%; }
.p-safety_list .clm2 dl + dl {
        margin-left: 2%; }
.p-safety_txt {
  text-align: right;
  line-height: 1.4; }
/* -----
  トップページ
  top
----- */
.p-top_main_pix {
  position: absolute;
  top: 0;
  z-index: 800;
  background: url(../images/top/main.jpg) 0 50%;
  background-size: cover;
  width: 100%;
  height: 100vh; }
.p-top_main_pix .main_logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%); }
.p-top_main_pix .main_logo figure img {
      width: 223px; }
.p-top_main_pix .main_logo .main_copy {
      margin-top: 30px;
      color: #fff; }
.p-top_main_pix .main_logo .main_copy h2 img {
        width: 395px; }
.p-top_ttl {
  font-size: 3.6rem;
  color: #eb0450;
  font-style: italic;
  margin-bottom: 35px; }
.p-top_ttl small {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem; }
.p-top_sec1 {
  padding-top: 40px;
  text-align: left; }
.p-top_sec1 .wrap {
    background: url(../images/top/about_p01.jpg) 70% 50%;
    background-size: cover;
    padding-top: 120px; }
.p-top_sec1 .wrap .dtl {
      position: relative;
      background-color: #fff;
      display: inline-block;
      padding: 80px;
      padding-bottom: 0; }
.p-top_sec1 .wrap .dtl p {
        line-height: 3.0rem;
        margin-bottom: 35px; }
.p-top_sec1 .wrap .photo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px; }
.p-top_sec1 .wrap .photo li + li {
        margin-left: 20px; }
.p-top_sec1 .wrap .line span {
      position: absolute;
      right: 20px;
      top: 20px;
      background-color: #eb0450;
      display: block; }
.p-top_sec1 .wrap .line span.line_top {
      width: 200px;
      height: 1px; }
.p-top_sec1 .wrap .line span.line_right {
      width: 1px;
      height: 200px;
      display: block; }
.c-detail {
  text-align: left; }
.c-detail_main img {
  width: 100%;
  height: auto; }
.c-detail_navigator .c-detail_ttl {
  padding-bottom: 70px; }
.c-detail_navigator .c-detail_ttl .ttl2 {
    font-size: 3.6rem;
    letter-spacing: 0.01em;
    font-weight: bold; }
.c-detail_navigator .c-detail_ttl .ttl2 span {
      font-size: 2.4rem;
      padding-left: 20px;
      color: #555555; }
.c-detail_ttl {
  padding-top: 58px;
  padding-bottom: 50px; }
.c-detail_ttl .inner {
    position: relative; }
.c-detail_ttl .ttl {
    font-size: 3.8rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-bottom: 28px; }
.c-detail_ttl .cate {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    color: #555555;
    margin-bottom: 18px; }
.c-detail_ttl .cate span {
      letter-spacing: 0.01em;
      font-weight: bold; }
.c-detail_ttl .cate span::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 18px;
        background-color: #555555;
        margin-right: 12px;
        margin-left: 12px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
#people .c-detail_ttl .cate span {
      color: #71d0b8; }
#event .c-detail_ttl .cate span {
      color: #efb559; }
#product .c-detail_ttl .cate span {
      color: #eaa5a5; }
.c-detail_ttl .date {
    font-size: 1.1rem;
    font-weight: bold;
    color: #555555; }
.c-detail_ttl .sns {
    position: absolute;
    top: 15px;
    right: 0; }
.c-detail_ttl .sns li {
      display: inline-block;
      margin-left: 22px; }
.c-detail_ttl .sns li img {
        width: auto;
        height: 26px; }
.pc .c-detail_ttl .sns li a {
        -webkit-transition: .4s;
        transition: .4s; }
.pc .c-detail_ttl .sns li a:hover {
          opacity: .6; }
.c-detail_inner .pixs {
  margin: 60px 0; }
.c-detail_inner .pix_yoko img {
  width: 100%;
  height: auto; }
.c-detail_inner .pix_tate {
  text-align: center; }
.c-detail_inner .pix_tate img {
    width: auto;
    max-height: 600px; }
.c-detail_inner .pix_2clm img {
  width: 49%;
  float: left;
  height: auto; }
.c-detail_inner .pix_2clm img + img {
    margin-left: 2%; }
.c-detail_inner p {
  line-height: 2.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em; }
.c-detail_inner p strong {
    font-size: 1.8rem;
    font-weight: bold; }
.c-detail_inner p + p {
    margin-top: 20px; }
.c-detail_pfofile {
  border: 3px solid #cfcfcf;
  padding: 25px 30px;
  margin-top: 50px; }
.c-detail_pfofile h3 {
    font-size: 1.4rem;
    margin-bottom: 13px;
    font-weight: bold; }
.c-detail_pfofile p {
    font-size: 1.2rem;
    line-height: 2.4rem; }
.c-detail_product {
  background-color: #f4f4f4;
  padding: 25px 30px;
  margin-top: 58px; }
.c-detail_product h3 {
    font-size: 1.8rem;
    margin-bottom: 13px;
    font-weight: 700; }
.c-detail_product p {
    font-size: 1.3rem;
    line-height: 3.4rem; }
.c-detail_product p strong {
      text-decoration: underline;
      display: inline-block; }
.c-detail_product p span {
      display: inline-block;
      padding-left: 20px; }
.c-dtl {
  text-align: left; }
.c-dtl_ttl {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 50px;
  padding-bottom: 25px; }
.c-dtl_ttl .icon {
    display: inline-block;
    width: 87px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(../image/top/hellow_icon.png) no-repeat;
    color: #fff;
    margin-bottom: 20px; }
.c-dtl_ttl .ttl {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 27px; }
.c-dtl_ttl .date {
    color: #adadad;
    font-size: 1.6rem; }
.c-dtl_banner {
  margin-top: 80px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s; }
.c-dtl_banner:hover {
    opacity: .6; }
.c-dtl_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px; }
.c-dtl_sns li {
    margin: 0 5px; }
.c-dtl_page_nav {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-dtl_page_nav a {
    display: block;
    color: #0d223f;
    background-color: #fff;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    -webkit-transition: .4s;
    transition: .4s; }
.pc .c-dtl_page_nav a:hover {
      color: #fec41b;
      background-color: #0d223f; }
.pc .c-dtl_page_nav a:hover.prev::after, .pc .c-dtl_page_nav a:hover.prev::before, .pc .c-dtl_page_nav a:hover.next::after, .pc .c-dtl_page_nav a:hover.next::before {
        background-color: #fec41b; }
.pc .c-dtl_page_nav a:hover.list_back span {
        background-color: #fec41b; }
.pc .c-dtl_page_nav a:hover.list_back span::after, .pc .c-dtl_page_nav a:hover.list_back span::before {
          background-color: #fec41b; }
.c-dtl_page_nav a.prev, .c-dtl_page_nav a.next {
      font-size: 2rem;
      width: 30%; }
.c-dtl_page_nav a.prev {
      position: relative;
      padding-left: 50px; }
.c-dtl_page_nav a.prev::after, .c-dtl_page_nav a.prev::before {
        content: "";
        position: absolute;
        left: 30px;
        bottom: 0;
        margin: auto;
        display: inline-block;
        background-color: #0d223f;
        width: 11px;
        height: 2px;
        -webkit-transition: .4s;
        transition: .4s; }
.c-dtl_page_nav a.prev::before {
        top: 4px;
        -webkit-transform: rotate(-155deg);
                transform: rotate(-155deg); }
.c-dtl_page_nav a.prev::after {
        top: -4px;
        -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg); }
.c-dtl_page_nav a.next {
      text-align: right;
      position: relative;
      padding-right: 50px; }
.c-dtl_page_nav a.next::after, .c-dtl_page_nav a.next::before {
        content: "";
        position: absolute;
        right: 30px;
        bottom: 0;
        margin: auto;
        display: inline-block;
        background-color: #0d223f;
        width: 11px;
        height: 2px;
        -webkit-transition: .4s;
        transition: .4s; }
.c-dtl_page_nav a.next::before {
        top: -4px;
        -webkit-transform: rotate(-155deg);
                transform: rotate(-155deg); }
.c-dtl_page_nav a.next::after {
        top: 4px;
        -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg); }
.c-dtl_page_nav a.list_back {
      position: relative;
      width: 40%;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0; }
.c-dtl_page_nav a.list_back span {
        background-color: #0d223f;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        display: block;
        -webkit-transition: .4s;
        transition: .4s; }
.c-dtl_page_nav a.list_back span::after, .c-dtl_page_nav a.list_back span::before {
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          background-color: #0d223f;
          display: block;
          -webkit-transition: .4s;
          transition: .4s; }
.c-dtl_page_nav a.list_back span::after {
          left: -8px; }
.c-dtl_page_nav a.list_back span::before {
          right: -8px; }
.c-dtl_page_nav a.list_back span:nth-of-type(1) {
          top: 15px; }
.c-dtl_page_nav a.list_back span:nth-of-type(3) {
          top: -17px; }
.c-faq {
  text-align: left; }
.c-faq dl {
    border: 1px solid #eb0450;
    padding: 35px; }
.c-faq dl + dl {
      margin-top: 30px; }
.c-faq dl dt {
      position: relative;
      font-size: 2.0rem;
      line-height: 1.5;
      color: #eb0450;
      padding-left: 3rem; }
.c-faq dl dt::before {
        content: "Q";
        position: absolute;
        top: -2px;
        left: 2px;
        display: inline-block; }
.c-faq dl dd {
      position: relative;
      font-size: 1.4rem;
      line-height: 1.8;
      margin-top: 15px;
      padding-top: 15px;
      padding-left: 3rem; }
.c-faq dl dd::before {
        content: "A";
        position: absolute;
        top: 8px;
        left: 2px;
        font-size: 2.0rem;
        color: #7eb228;
        display: inline-block; }
.c-faq dl dd::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100px;
        height: 1px;
        background-color: #dadada; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-youtube {
  position: relative;
  width: 100%; }
.c-youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }
.c-list_pixs li {
  width: 31%;
  float: left;
  margin-bottom: 60px; }
.c-list_pixs li .cate {
    position: absolute;
    left: 0;
    bottom: -8px;
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #999; }
.c-list_pixs li .cate::before {
    padding-right: 8px; }
.c-list_pixs li.cate-people .cate {
    background-color: #71d0b8; }
.c-list_pixs li.cate-people .cate::before {
    content: "PEOPLE"; }
.c-list_pixs li.cate-people a .pix::before {
    background-color: #71d0b8; }
.pc .c-list_pixs li.cate-people a:hover .ttl {
    color: #71d0b8; }
.c-list_pixs li.cate-event .cate {
    background-color: #efb559; }
.c-list_pixs li.cate-event .cate::before {
    content: "EVENT"; }
.c-list_pixs li.cate-event a .pix::before {
    background-color: #efb559; }
.pc .c-list_pixs li.cate-event a:hover .ttl {
    color: #efb559; }
.c-list_pixs li.cate-product .cate {
    background-color: #eaa5a5; }
.c-list_pixs li.cate-product .cate::before {
    content: "PRODUCT"; }
.c-list_pixs li.cate-product a .pix::before {
    background-color: #eaa5a5; }
.pc .c-list_pixs li.cate-product a:hover .ttl {
    color: #eaa5a5; }
.c-list_pixs li.cate-navigator .cate {
    background-color: #9da7df; }
.c-list_pixs li.cate-navigator .cate::before {
    display: none; }
.c-list_pixs li.cate-navigator span {
    padding-right: 8px; }
.c-list_pixs li.cate-navigator a .pix::before {
    background-color: #9da7df; }
.pc .c-list_pixs li.cate-navigator a:hover .ttl {
    color: #9da7df; }
.c-list_pixs li a {
    color: #000;
    text-align: left;
    font-size: 1.4rem; }
.pc .c-list_pixs li a:hover .pix figure span {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
.pc .c-list_pixs li a:hover .pix figure span::before {
        opacity: 1; }
.c-list_pixs li a .pix {
      position: relative;
      padding-top: 53.5%;
      width: calc(100% - 8px); }
.c-list_pixs li a .pix::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -8px;
        width: 99%;
        height: 99%;
        display: block;
        background-color: #999; }
.c-list_pixs li a .pix figure {
        position: absolute;
        display: block;
        top: 0;
        left: 8px;
        width: 100%;
        height: 100%;
        overflow: hidden; }
.c-list_pixs li a .pix figure span {
          -webkit-transition: all .4s;
          transition: all .4s;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #ccc;
          background-size: cover;
          background-position: 50% 50%; }
.c-list_pixs li a .pix figure span::before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgba(0, 0, 0, 0.2);
            -webkit-transition: all .2s;
            transition: all .2s;
            opacity: 0; }
.c-list_pixs li a .ttl {
      -webkit-transition: .4s;
      transition: .4s;
      font-size: 1.6rem;
      margin: 28px 0 15px 0;
      font-weight: bold; }
.c-list_pixs li a .txt {
      font-size: 1.3rem;
      line-height: 2.5rem;
      margin-bottom: 2.2rem;
      color: #555555; }
.c-list_pixs li a .date {
      font-size: 1.1rem;
      font-weight: bold;
      color: #555555; }
.c-list_pixs_most li {
  width: 23.5%;
  float: left; }
.c-list_pixs_most li .cate {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    margin: 15px 0; }
.c-list_pixs_most li .cate span {
      display: inline-block;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid #555; }
.c-list_pixs_most li.cate-people .cate::before {
    content: "PEOPLE";
    color: #71d0b8; }
.c-list_pixs_most li.cate-people a .pix span.line {
    background-color: #71d0b8; }
.c-list_pixs_most li.cate-event .cate::before {
    content: "EVENT";
    color: #efb559; }
.c-list_pixs_most li.cate-event a .pix span.line {
    background-color: #efb559; }
.c-list_pixs_most li.cate-product .cate::before {
    content: "PRODUCT";
    color: #eaa5a5; }
.c-list_pixs_most li.cate-product a .pix span.line {
    background-color: #eaa5a5; }
.c-list_pixs_most li a {
    color: #000;
    text-align: left;
    font-size: 1.4rem; }
.pc .c-list_pixs_most li a:hover .pix figure span {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
.pc .c-list_pixs_most li a:hover .pix figure span::before {
        opacity: 1; }
.pc .c-list_pixs_most li a:hover .pix .line-top {
      width: 100%; }
.pc .c-list_pixs_most li a:hover .pix .line-right {
      height: 100%; }
.pc .c-list_pixs_most li a:hover .pix .line-bottom {
      width: 100%; }
.pc .c-list_pixs_most li a:hover .pix .line-left {
      height: 100%; }
.c-list_pixs_most li a .pix {
      position: relative;
      padding-top: 55.5%;
      width: calc(100%); }
.c-list_pixs_most li a .pix figure {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
.c-list_pixs_most li a .pix figure span {
          -webkit-transition: all .4s;
          transition: all .4s;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #ccc;
          background-size: cover;
          background-position: 50% 50%; }
.c-list_pixs_most li a .pix figure span::before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgba(0, 0, 0, 0.2);
            -webkit-transition: all .2s;
            transition: all .2s;
            opacity: 0; }
.c-list_pixs_most li a .pix span.line {
        position: absolute;
        display: block;
        background-color: #555555;
        border: 0px solid transparent;
        -webkit-transition: .2s ease-in-out .1s;
        transition: .2s ease-in-out .1s; }
.c-list_pixs_most li a .pix .line-top {
        top: 0px;
        left: 0px;
        width: 0;
        height: 4px; }
.c-list_pixs_most li a .pix .line-right {
        bottom: 0;
        right: 0px;
        width: 4px;
        height: 0; }
.c-list_pixs_most li a .pix .line-bottom {
        bottom: 0px;
        right: 0px;
        width: 0;
        height: 4px; }
.c-list_pixs_most li a .pix .line-left {
        top: 0;
        left: 0px;
        width: 4px;
        height: 0; }
.c-list_pixs_most li a .ttl {
      -webkit-transition: .4s;
      transition: .4s;
      font-size: 1.4rem;
      line-height: 2.4rem;
      margin: 15px 0 0 0;
      font-weight: bold; }
.c-list_pixs_most li a .date {
      font-size: 1.1rem;
      font-weight: bold;
      color: #555555; }
.cover_main {
  width: 100%;
  position: relative; }
.cover_main .slider_wrap {
    margin-left: -40vw;
    left: 50vw;
    position: relative;
    width: 100%; }
.cover_main .bx-wrapper .bx-viewport {
    overflow: visible !important; }
.cover_main .slide li {
    width: 80vw !important; }
.cover_main .slide li a {
    display: block;
    position: relative;
    padding-top: 66%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-size: cover;
    color: #333 !important; }
/**
 * modal.scss
*/
.modal_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1200; }
.modal_wrap.open {
    display: block; }
.modal_wrap .modal_cnts {
    display: none !important;
    max-width: 940px;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    overflow-x: hidden; }
.modal_wrap .modal_cnts .modal_inner {
      padding: 5rem;
      padding-bottom: 0;
      max-height: 90vh;
      overflow: auto;
      width: calc(100% + 60px); }
.modal_wrap .modal_cnts .modal_inner > div {
        padding-right: 60px; }
.modal_wrap .modal_cnts .modal_inner .btn_close {
        background: #00295f;
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -0.1px;
        right: 0;
        cursor: pointer; }
.modal_wrap .modal_cnts .modal_inner .btn_close span {
          height: 0.2rem;
          width: 2rem;
          background: #fec41b;
          display: block;
          position: absolute;
          top: calc(50px - 50%);
          left: calc(42px - 50%); }
.modal_wrap .modal_cnts .modal_inner .btn_close span:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
.modal_wrap .modal_cnts .modal_inner .btn_close span:last-child {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
.modal_wrap .modal_cnts .modal_inner .modal_img {
        padding-top: 51.196%; }
.modal_wrap .modal_cnts .modal_inner .full_sakanaction {
        background: url("../image/artists/img_full_01.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_holy_ghost {
        background: url("../image/artists/img_full_02.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_classixx {
        background: url("../image/artists/img_full_03.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_soul_clap {
        background: url("../image/artists/img_full_04.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_hirai {
        background: url("../image/artists/img_full_05.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_starro {
        background: url("../image/artists/img_full_06.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner .full_nulbarich {
        background: url("../image/artists/img_full_07.jpg") no-repeat center top;
        background-size: cover; }
.modal_wrap .modal_cnts .modal_inner dl {
        text-align: left;
        color: #00295F;
        margin-top: 3rem;
        margin-bottom: 6rem; }
.modal_wrap .modal_cnts .modal_inner dl dt {
          font-weight: bold;
          font-size: 2.2rem;
          margin-bottom: 1.6rem;
          padding-bottom: 2.5rem; }
.modal_wrap .modal_cnts .modal_inner dl dt.icon_live {
            background: url("../image/artists/icon_live2.png") no-repeat 0px 100%; }
.modal_wrap .modal_cnts .modal_inner dl dt.icon_dj {
            background: url("../image/artists/icon_dj2.png") no-repeat 0px 100%; }
.modal_wrap .modal_cnts .modal_inner dl dd {
          font-size: 1.3rem;
          line-height: 1.8;
          letter-spacing: 0.03em; }
.modal_wrap .modal_cnts .modal_inner dl dd a {
          text-decoration: underline;
          margin-top: 2.4rem;
          color: #00295F;
          display: block; }
.modal_wrap .modal_cnts .modal_inner .related {
        text-align: left; }
.modal_wrap .modal_cnts .modal_inner .related .related_ttl {
          margin-bottom: 30px; }
.modal_wrap .modal_cnts .modal_inner .related ul li {
          width: 260px; }
.modal_wrap .modal_cnts .modal_inner .related ul li + li {
            margin-left: 30px; }
.modal_wrap .modal_cnts .modal_inner .related ul a figure {
          position: relative; }
.modal_wrap .modal_cnts .modal_inner .related ul a figure img {
            -webkit-transition: .4s;
            transition: .4s;
            -webkit-transform: scale(1);
                    transform: scale(1); }
.modal_wrap .modal_cnts .modal_inner .related ul a .m-list_text_01 {
          line-height: 1.4; }
.pc .modal_wrap .modal_cnts .modal_inner .related ul a:hover figure img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
.modal_wrap .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
.modal_wrap .current {
    display: block !important; }
.modal_wrap .modal_youtube {
    padding-bottom: 50px; }
.c-slide_main {
  width: 100%;
  text-align: left; }
.c-slide_main ul {
    position: relative;
    height: 100%;
    overflow: hidden; }
.c-slide_main ul li.list {
      position: relative;
      width: 100%;
      height: 625px;
      background-position: 50% 50%;
      background-size: cover;
      background-color: #fff; }
.c-slide_main ul li.list a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
.c-slide_main ul li.list::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 625px;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(90%, black));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, black 90%);
        background-size: cover;
        opacity: .3; }
.c-slide_main ul li.list .dtl {
        position: absolute;
        z-index: 11;
        left: 25px;
        bottom: 25px;
        color: #fff;
        font-weight: bold;
        line-height: 1; }
.c-slide_main ul li.list .dtl .name {
          font-size: 2.4rem;
          margin-bottom: 30px;
          font-weight: bold; }
.c-slide_main ul li.list .dtl .kana {
          font-size: 1.3rem;
          display: block;
          margin-top: 12px; }
.c-slide_main ul li.list .dtl .ttl {
          font-size: 4.3rem;
          font-weight: bold; }
.c-slide_main .bx-wrapper .bx-viewport {
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    left: 0;
    background: none;
    -webkit-transform: translatez(0);
            transform: translatez(0); }
.c-slide_main .bx-wrapper .bx-viewport {
    overflow: visible !important; }
.c-slide_main .bx-wrapper .bx-controls {
    width: 100%;
    position: relative;
    z-index: 100; }
.c-slide_main .bx-wrapper .bx-pager {
    bottom: -37px; }
.c-slide_main .bx-wrapper .bx-pager.bx-default-pager a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #e1e1e1;
    text-indent: -9999px;
    display: block;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    outline: 0; }
.c-slide_main .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .c-slide_main .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #66beec;
    border: 2px solid #66beec; }
.c-slide_main .bx-wrapper .bx-pager-item {
    width: 15px;
    height: 15px; }
.c-slide_main .bx-wrapper .bx-pager-item + .bx-pager-item {
      margin-left: 20px; }
.c-slide_navigator ul {
  position: relative;
  max-width: 700px; }
.c-slide_navigator ul li.list {
    max-width: 700px;
    position: relative; }
.c-slide_navigator ul li.list .pix {
      margin-left: 30px; }
.c-slide_navigator ul li.list .pix img {
        width: 100%;
        height: auto; }
.c-slide_navigator .bx-wrapper .bx-viewport {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  left: 0;
  background: none;
  -webkit-transform: translatez(0);
          transform: translatez(0); }
.c-slide_navigator .bx-wrapper .bx-viewport {
  overflow: visible !important; }
.c-slide_navigator .bx-wrapper .bx-controls {
  width: 655px;
  position: relative;
  z-index: 100; }
.c-slide_navigator .bx-wrapper .bx-pager {
  bottom: -26px;
  left: 30px; }
.c-slide_navigator .bx-wrapper .bx-pager.bx-default-pager a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #e1e1e1;
  text-indent: -9999px;
  display: block;
  border: 2px solid #f5f5f5;
  width: 12px;
  height: 12px;
  outline: 0; }
.c-slide_navigator .bx-wrapper .bx-pager.bx-default-pager a:hover,
.c-slide_navigator .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #66beec;
  border: 2px solid #66beec; }
.c-slide_navigator .bx-wrapper .bx-pager-item {
  width: 12px;
  height: 12px; }
.c-slide_navigator .bx-wrapper .bx-pager-item + .bx-pager-item {
    margin-left: 20px; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post {
  padding-top: 50px; }
.c-wp-post_title {
    font-weight: bold;
    font-size: 2.6rem; }
.c-wp-post_date {
    font-weight: normal;
    font-size: 1.4rem;
    text-align: right; }
.c-wp-post_article p {
    line-height: 2.4rem;
    margin: 1.6rem 0; }
.c-wp-post_article strong {
    font-weight: bold; }
.c-wp-post_article em {
    font-style: italic; }
.c-wp-post_article ul {
    margin-left: 1em;
    display: block;
    list-style-type: disc !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post_article ol {
    display: block;
    list-style-type: decimal !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post_article li {
    display: list-item;
    text-align: match-parent; }
.c-wp-post_article img {
    width: auto; }
.c-wp-post_article .alignleft {
    display: inline;
    float: left; }
.c-wp-post_article .alignright {
    display: inline;
    float: right; }
.c-wp-post_article .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
  .c-wp-post_article .wp-caption.alignleft,
  .c-wp-post_article img.alignleft {
    margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
  .c-wp-post_article .wp-caption.alignright,
  .c-wp-post_article img.alignright {
    margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
  .c-wp-post_article .wp-caption.aligncenter,
  .c-wp-post_article img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
  .c-wp-post_article .wp-caption.alignright,
  .c-wp-post_article .wp-caption.aligncenter {
    margin-bottom: 1.2em; }
/* margin */
.decMB5 {
  margin-bottom: 5px; }
.decMB10 {
  margin-bottom: 10px; }
.decMB15 {
  margin-bottom: 15px; }
.decMB20 {
  margin-bottom: 20px; }
.decMB25 {
  margin-bottom: 25px; }
.decMB30 {
  margin-bottom: 30px; }
.decMB35 {
  margin-bottom: 35px; }
.decMB40 {
  margin-bottom: 40px; }
.decMB50 {
  margin-bottom: 50px; }
.decMB60 {
  margin-bottom: 60px; }
.decMB70 {
  margin-bottom: 70px; }
.decTP5 {
  margin-top: 5px; }
.decTP10 {
  margin-top: 10px; }
.decTP15 {
  margin-top: 15px; }
.decTP20 {
  margin-top: 20px; }
.decTP25 {
  margin-top: 25px; }
.decTP30 {
  margin-top: 30px; }
.decTP35 {
  margin-top: 35px; }
.decTP40 {
  margin-top: 40px; }
.decTP55 {
  margin-top: 55px; }
.decTP50 {
  margin-top: 50px; }
.decTP60 {
  margin-top: 60px; }
.decTP70 {
  margin-top: 70px; }
.decTP120 {
  margin-top: 120px; }
/* -----
 MODULE
----- */
/* main_pix */
.m-main_outline {
  background: url(../image/outline/main.jpg) no-repeat center 100%;
  background-size: cover; }
.m-main_ticket {
  background: url(../image/ticket/main.jpg) no-repeat center 100%;
  background-size: cover; }
.m-main_artists {
  background: url(../image/artists/main.jpg) no-repeat center 100%;
  background-size: cover; }
.m-main_hello {
  background: url(../image/hello/main.jpg) no-repeat center 100%;
  background-size: cover; }
.m-main_topics {
  background: url(../image/topics/main.jpg) no-repeat center 100%;
  background-size: cover; }
/* font */
.m-font_poppins {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.03em; }
/* text */
.m-ttl {
  font-size: 3rem;
  color: #ffc41c;
  margin-bottom: 25px; }
/* text */
.m-text {
  font-size: 3rem;
  color: #ffc41c;
  margin-bottom: 25px; }
/* link */
.m-link_op {
  -webkit-transition: .4s;
  transition: .4s; }
.pc .m-link_op:hover {
    opacity: .6; }
/* m-map */
.m-map {
  margin: 39px 0; }
/* btn */
.m-btn1 a {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 15px 20px;
  padding-right: 55px;
  -webkit-transition: .4s;
  transition: .4s; }
.m-btn1 a span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s; }
.m-btn1 a span::before {
      content: "";
      display: block;
      position: relative;
      top: -3px;
      right: -18px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s; }
.pc .m-btn1 a:hover {
    border: 1px solid #eb0450;
    color: #eb0450; }
.pc .m-btn1 a:hover span {
      right: 6%;
      background-color: #eb0450; }
.pc .m-btn1 a:hover span::before {
        border-top: 1px solid #eb0450;
        border-right: 1px solid #eb0450; }
.m-btn--recruit a {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  padding-right: 55px;
  color: #fff;
  background-color: #eb0450;
  -webkit-transition: .4s;
  transition: .4s; }
.m-btn--recruit a span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s; }
.m-btn--recruit a span::before {
      color: #fff;
      content: "";
      display: block;
      position: relative;
      top: -3px;
      right: -18px;
      width: 6px;
      height: 6px;
      border-top: 1px solid;
      border-right: 1px solid;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s; }
.pc .m-btn--recruit a:hover span {
    right: 6%; }
.m-btn2 a {
  position: relative;
  display: inline-block;
  padding-right: 55px;
  -webkit-transition: .4s;
  transition: .4s; }
.m-btn2 a span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    display: block;
    width: 25px;
    height: 1px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s; }
.m-btn2 a span::before {
      content: "";
      display: block;
      position: relative;
      top: -3px;
      right: -18px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: .4s;
      transition: .4s; }
.pc .m-btn2 a:hover {
    color: #eb0450; }
.pc .m-btn2 a:hover span {
      right: 6%;
      background-color: #eb0450; }
.pc .m-btn2 a:hover span::before {
        border-top: 1px solid #eb0450;
        border-right: 1px solid #eb0450; }
/* -----
 motion
----- */
.js-inv-op {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }
.js-inv-op.motion {
    opacity: 1; }
.js-inv-up {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
.js-inv-up.motion {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
.js-opening {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
.js-opening.motion {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  70% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (max-width: 767px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; }
    footer p.copyright {
      font-size: 1rem;
      line-height: 1;
      right: 20px; }
    footer .l-f_link {
      font-size: 1rem;
      padding-left: 20px; }
    .pagetop {
      position: relative;
      top: -1px; }
      .pagetop a {
        border: none;
        height: 42px; }
        .pagetop a span {
          display: none; }
        .pagetop a::after {
          top: 8px;
          width: 14px;
          height: 14px; }
    header {
      position: fixed;
      height: 50px;
      padding-top: 0;
      text-align: left;
      background-color: white; }
      header .h-in {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%;
        height: auto; }
      .l-top header {
        position: fixed;
        height: 50px; }
        .l-top header .h-in {
          position: static;
          bottom: auto;
          left: auto;
          width: 100%;
          height: auto; }
      header h1 {
        display: inline-block;
        padding-left: 10px;
        font-size: 1.4rem;
        padding-top: 8px; }
        header h1 img {
          width: 30px;
          height: auto; }
  main {
    padding-bottom: 20px; }
  .l-scd main {
    margin-top: 50px;
    padding-bottom: 50px; }
  .l-inner_wide {
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_middle {
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_scd_wide {
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_scd_middle {
    padding-left: 20px;
    padding-right: 20px; }
    .l-scd_ttl {
      font-size: 2.5rem;
      padding: 30px 0; }
      .l-scd_ttl small {
        display: block;
        margin-top: 10px;
        font-size: 1.2rem; }
  .l-menu {
    position: fixed;
    top: 50px;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 10px 0 10px 0px;
    overflow: hidden;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s;
    transition: .4s; }
  .l-menu_list {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%); }
    .l-menu_list li {
      font-size: 2rem; }
      .l-menu_list li + li {
        margin-top: 10px; }
      .l-menu_list li a {
        -webkit-transition: .4s;
        transition: .4s;
        color: #eb0450;
        display: inline-block;
        padding: 10px;
        position: relative;
        -webkit-transition: .25s color ease-out;
        transition: .25s color ease-out;
        background: no-repeat 0 50%;
        background-size: auto 22px; }
  .menu_on .l-menu {
    opacity: 1;
    pointer-events: all; }
    .l-menu_contact {
      position: absolute;
      top: 0;
      right: 51px;
      background-color: #fff;
      font-size: 1.5rem;
      width: 169px;
      padding: 0;
      text-align: center; }
      .l-menu_contact dl dt {
        display: none; }
      .l-menu_contact dl dd {
        font-weight: 600;
        font-size: 2rem; }
        .l-menu_contact dl dd a {
          color: #eb0450;
          background: url(../images/n_tel_sp.png) no-repeat 0 50%;
          background-size: 12px auto;
          padding: 14px 0;
          padding-left: 15px;
          letter-spacing: 0.01em; }
        .l-menu_contact dl dd span {
          display: none; }
  /* .menu-wrap */
  .l-trgger {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #eb0450; }
  .l-trigger_menu {
    position: relative;
    top: 15px;
    left: 13px;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    width: 26px;
    height: 18px; }
    .l-trigger_menu span {
      display: inline-block;
      -webkit-transition: all;
      transition: all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      .l-trigger_menu span:nth-of-type(1) {
        top: 0; }
      .l-trigger_menu span:nth-of-type(2) {
        top: 8px; }
      .l-trigger_menu span:nth-of-type(3) {
        bottom: 0; }
    .l-trigger_menu:hover span:nth-of-type(1) {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    .l-trigger_menu:hover span:nth-of-type(3) {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .l-trigger_menu.active span:nth-of-type(1) {
      top: 8px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    .l-trigger_menu.active span:nth-of-type(2) {
      width: 0; }
    .l-trigger_menu.active span:nth-of-type(3) {
      bottom: 8px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  #about main img {
    width: 100%;
    height: auto; }
    .p-about_sec1 .bg {
      position: relative;
      left: 0px;
      top: 0;
      display: none; }
    .p-about_sec1 .wrap {
      padding-top: 0px; }
      .p-about_sec1 .wrap .dtl {
        display: block;
        padding-top: 40px; }
        .p-about_sec1 .wrap .dtl h3 {
          font-size: 2rem;
          margin-bottom: 20px; }
        .p-about_sec1 .wrap .dtl p {
          line-height: 2; }
      .p-about_sec1 .wrap .photo {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 40px; }
      .p-about_sec1 .wrap .line span {
        right: 0px;
        top: 20px; }
      .p-about_sec1 .wrap .line span.line_top {
        width: 100px;
        height: 1px; }
      .p-about_sec1 .wrap .line span.line_right {
        width: 1px;
        height: 100px; }
    .p-about_sec2 {
      margin-top: 80px; }
      .p-about_sec2 .bg {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 40px; }
      .p-about_sec2 .wrap {
        position: relative;
        padding-top: 0px; }
        .p-about_sec2 .wrap h3 {
          font-size: 2rem;
          margin-bottom: 20px;
          padding-left: 0; }
        .p-about_sec2 .wrap .dtl {
          position: relative;
          background-color: #fff;
          margin-left: 0px;
          padding-top: 0px;
          padding-bottom: 0px;
          padding-left: 0; }
          .p-about_sec2 .wrap .dtl .name {
            text-align: right;
            padding-right: 0px;
            margin-top: 20px; }
    .p-about_sec3 {
      margin-top: 80px; }
      .p-about_sec3 .wrap {
        position: relative;
        padding: 40px 15px;
        width: 90%; }
        .p-about_sec3 .wrap .dtl {
          position: relative; }
          .p-about_sec3 .wrap .dtl h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            padding: 0 20px 15px; }
            .p-about_sec3 .wrap .dtl h3 small {
              margin-top: 12px;
              font-size: 1.2rem; }
          .p-about_sec3 .wrap .dtl li {
            font-size: 1.2rem; }
            .p-about_sec3 .wrap .dtl li span {
              display: block;
              width: 70px;
              height: 34px;
              margin: 0 auto;
              padding-top: 2px;
              padding-left: 1px;
              margin-bottom: 4px;
              font-size: 2rem;
              color: #fff;
              background: url(/common/images/about/icon.png) 50% 0%; }
            .p-about_sec3 .wrap .dtl li + li {
              margin-top: 15px; }
          .p-about_sec4 .wrap .dtl .jysyo {
            margin-top: 20px; }
            .p-about_sec4 .wrap .dtl .jysyo .jysyo_pix {
              position: relative;
              right: 0;
              top: 0;
              margin-top: 15px; }
    .p-about_sec4 {
      margin-top: 80px; }
      .p-about_sec4 .bg {
        display: none; }
      .p-about_sec4 .wrap {
        position: relative; }
        .p-about_sec4 .wrap .dtl {
          position: relative; }
          .p-about_sec4 .wrap .dtl h3 {
            font-style: italic;
            font-size: 2rem;
            color: #eb0450;
            margin-bottom: 20px; }
          .p-about_sec4 .wrap .dtl dl dt, .p-about_sec4 .wrap .dtl dl dd {
            display: block;
            line-height: 2;
            display: inline-block;
            margin-top: 0; }
          .p-about_sec4 .wrap .dtl dl dt {
            width: 100%; }
            .p-about_sec4 .wrap .dtl dl dt::before {
              content: "■";
              font-size: 1rem;
              color: #eb0450;
              display: inline-block;
              padding-right: 5px; }
          .p-about_sec4 .wrap .dtl dl dd {
            font-size: 1.2rem;
            width: 100%;
            margin-bottom: 10px; }
          .p-about_sec4 .wrap .dtl .pix {
            margin-left: 0px;
            padding: 20px 0px;
            margin-bottom: 20px; }
    .p-about_sec5 {
      margin-top: 40px; }
      .p-about_sec5 h3 {
        font-size: 2rem;
        margin-bottom: 20px; }
      .p-about_sec5 #gmap {
        height: 300px;
        margin: 0 0px; }
      .p-recruit_box .box_head {
        font-size: 1.6rem; }
      .p-recruit_box .box_ctt + .box_head {
        margin-top: 20px; }
      .p-recruit_box .box_ctt {
        font-size: 1.4rem;
        text-align: left; }
      .p-recruit_pix ul {
        display: block; }
        .p-recruit_pix ul img {
          width: 100%; }
        .p-recruit_pix ul li + li {
          margin-left: 0;
          margin-top: 10px; }
  #safety .l-scd_ttl {
    line-height: 1.4; }
    .p-safety_lead {
      margin-bottom: 20px; }
    .p-safety_list {
      margin-bottom: 40px; }
      .p-safety_list dl {
        margin-bottom: 15px; }
        .p-safety_list dl dt {
          padding: 10px 0;
          margin-bottom: 8px; }
        .p-safety_list dl dd {
          color: #eb0450;
          font-size: 1.4rem; }
        .p-safety_list dl.wide dd {
          font-size: 1.4rem; }
      .p-safety_list .clm2 {
        display: block; }
        .p-safety_list .clm2 dl {
          width: 100%; }
          .p-safety_list .clm2 dl + dl {
            margin-left: 0; }
    .p-top_main_pix .main_logo figure img {
      width: 40%; }
    .p-top_main_pix .main_logo .main_copy {
      margin-top: 25px; }
      .p-top_main_pix .main_logo .main_copy h2 img {
        width: 80%; }
    .p-top_ttl {
      font-size: 2.5rem;
      margin-bottom: 20px; }
      .p-top_ttl small {
        display: block;
        margin-top: 10px;
        font-size: 1.2rem; }
    .p-top_sec1 {
      padding-top: 20px; }
      .p-top_sec1 .wrap {
        background: none;
        height: auto;
        padding-top: 0; }
        .p-top_sec1 .wrap .dtl {
          position: relative;
          background-color: #fff;
          display: inline-block;
          padding: 0px;
          padding-top: 40px; }
          .p-top_sec1 .wrap .dtl p {
            line-height: 3.0rem;
            margin-bottom: 25px; }
        .p-top_sec1 .wrap .photo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 30px; }
          .p-top_sec1 .wrap .photo li {
            width: 49%; }
            .p-top_sec1 .wrap .photo li img {
              width: 100%;
              height: auto; }
          .p-top_sec1 .wrap .photo li + li {
            margin-left: 2%; }
        .p-top_sec1 .wrap .line span {
          position: absolute;
          right: 0px;
          top: 0px;
          background-color: #eb0450;
          display: block; }
        .p-top_sec1 .wrap .line span.line_top {
          width: 100px;
          height: 1px; }
        .p-top_sec1 .wrap .line span.line_right {
          width: 1px;
          height: 100px;
          display: block; }
  .p-top_sec2 {
    margin-top: 80px;
    -moz-text-align-last: auto;
         text-align-last: auto;
    text-align: left; }
    .p-top_sec2 .ttl {
      font-size: 3.0rem;
      line-height: 3.5rem;
      color: #eb0450;
      font-style: italic;
      margin-bottom: 15px; }
    .p-top_sec2 .wrap .pix {
      background: url(../images/top/works_p01.jpg) 0% 50%;
      background-size: cover;
      height: 150px;
      margin-left: -20px;
      margin-right: -20px; }
    .p-top_sec2 .wrap .main_ttl {
      display: inline-block;
      background-color: #fff;
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 10px; }
    .p-top_sec2 .wrap .dtl {
      margin-top: 20px;
      padding-top: 20px;
      position: relative;
      background-color: #fff;
      display: inline-block; }
      .p-top_sec2 .wrap .dtl p {
        line-height: 2.5rem;
        margin-bottom: 25px; }
    .p-top_sec2 .wrap .line span {
      position: absolute;
      right: 0px;
      top: 0px;
      background-color: #eb0450;
      display: block; }
    .p-top_sec2 .wrap .line span.line_top {
      width: 100px;
      height: 1px; }
    .p-top_sec2 .wrap .line span.line_right {
      width: 1px;
      height: 100px;
      display: block; }
  .p-top_sec2_2 {
    margin-top: 40px;
    text-align: left; }
    .p-top_sec2_2 .wrap .ttl {
      position: relative;
      color: #eb0450;
      font-size: 1.6rem;
      line-height: 2.2rem;
      padding-left: 8.5rem;
      padding-top: 14px;
      margin-bottom: 15px; }
      .p-top_sec2_2 .wrap .ttl span {
        font-size: 1rem;
        line-height: 1.4;
        display: block; }
      .p-top_sec2_2 .wrap .ttl::before {
        content: "01";
        position: absolute;
        top: 0;
        left: -10px;
        display: inline-block;
        font-size: 8rem;
        line-height: 1;
        color: #eb0450;
        font-style: italic; }
    .p-top_sec2_2 .wrap .pix {
      background-size: cover;
      padding-top: 50%; }
    .p-top_sec2_2 .wrap .dtl {
      position: relative;
      margin-top: 15px; }
      .p-top_sec2_2 .wrap .dtl p {
        line-height: 2.5rem;
        margin-bottom: 20px; }
    .p-top_sec2_2 .wrap.sec2_work1 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .p-top_sec2_2 .wrap.sec2_work1 .pix {
        background: url(../images/top/works_p02.jpg) 0% 50%;
        background-size: cover; }
    .p-top_sec2_2 .wrap.sec2_work2 {
      margin-top: 40px; }
      .p-top_sec2_2 .wrap.sec2_work2 .ttl {
        padding-left: 9rem; }
        .p-top_sec2_2 .wrap.sec2_work2 .ttl::before {
          content: "02"; }
      .p-top_sec2_2 .wrap.sec2_work2 .pix {
        background: url(../images/top/works_p03.jpg) 0% 50%;
        background-size: cover; }
      .p-top_sec2_2 .wrap.sec2_work2 .dtl {
        padding-left: 0; }
  .p-top_sec3 {
    margin-top: 80px;
    text-align: left; }
    .p-top_sec3 .wrap .pixs {
      width: 100%;
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-top_sec3 .wrap .pixs .pix {
        width: 48%;
        padding-top: 50%; }
        .p-top_sec3 .wrap .pixs .pix.pix1 {
          background: url(../images/top/faq_p01.jpg) 0% 50%;
          background-size: cover; }
        .p-top_sec3 .wrap .pixs .pix.pix2 {
          background: url(../images/top/faq_p02.jpg) 0% 50%;
          background-size: cover;
          margin-left: 4%; }
    .p-top_sec3 .wrap .dtl {
      position: relative;
      background-color: #fff;
      display: inline-block;
      width: 100%;
      padding-top: 40px; }
      .p-top_sec3 .wrap .dtl p {
        line-height: 2.5rem;
        margin-bottom: 20px; }
    .p-top_sec3 .wrap .line span {
      position: absolute;
      right: 0px;
      top: 0px;
      background-color: #eb0450;
      display: block; }
    .p-top_sec3 .wrap .line span.line_top {
      width: 100px;
      height: 1px; }
    .p-top_sec3 .wrap .line span.line_right {
      width: 1px;
      height: 100px;
      display: block; }
  .p-top_rec {
    margin-top: 80px; }
    .p-top_rec .dtl {
      position: relative;
      background-color: #fff; }
      .p-top_rec .dtl p {
        line-height: 3.0rem;
        margin-bottom: 35px; }
    .p-top_rec dl {
      border: 1px solid #eb0450;
      color: #eb0450;
      display: inline-block;
      padding: 8px 10px; }
      .p-top_rec dl dt, .p-top_rec dl dd {
        display: inline-block;
        vertical-align: middle; }
      .p-top_rec dl dd {
        margin-top: 5px;
        font-size: 3.0rem; }
      .p-top_rec dl a {
        color: #eb0450; }
        .pc .p-top_rec dl a:hover {
          color: #eb0450; }
  .p-top_access {
    margin-top: 80px; }
    .p-top_access #gmap {
      position: relative;
      width: auto;
      height: 300px;
      margin-left: -20px;
      margin-right: -20px; }
      .p-top_access #gmap iframe {
        width: 100%;
        height: 100%;
        border: 0; }
    .p-top_access .wrap {
      text-align: left; }
      .p-top_access .wrap .pix {
        margin-top: 20px; }
        .p-top_access .wrap .pix img {
          width: 100%;
          height: auto; }
      .p-top_access .wrap .dtl {
        position: relative;
        margin-top: 40px; }
        .p-top_access .wrap .dtl .main_ttl {
          font-size: 2.0rem;
          color: #eb0450;
          margin-bottom: 20px; }
        .p-top_access .wrap .dtl p {
          margin-bottom: 35px; }
        .p-top_access .wrap .dtl dl {
          margin-bottom: 20px;
          line-height: 2.5rem; }
          .p-top_access .wrap .dtl dl + dl {
            padding-top: 20px;
            border-top: 1px solid #ccc; }
          .p-top_access .wrap .dtl dl dt, .p-top_access .wrap .dtl dl dd {
            display: block;
            vertical-align: top; }
          .p-top_access .wrap .dtl dl dt::before {
            content: "■"; }
          .p-top_access .wrap .dtl dl dd {
            margin-bottom: 10px; }
          .p-top_access .wrap .dtl dl a {
            -webkit-transition: .4s;
            transition: .4s; }
            .pc .p-top_access .wrap .dtl dl a:hover {
              color: #eb0450; }
  .p-works_sec1 {
    text-align: left;
    position: relative; }
    .p-works_sec1 .wrap .pix {
      position: relative;
      background: url(/common/images/works/01.jpg) 0% 50%;
      padding-top: 50%;
      background-size: cover; }
    .p-works_sec1 .wrap .dtl {
      padding: 20px;
      padding-right: 40px;
      margin-top: 20px;
      position: relative; }
      .p-works_sec1 .wrap .dtl .ttl {
        font-size: 4rem;
        line-height: 5rem;
        color: #eb0450;
        font-style: italic;
        margin-bottom: 20px; }
      .p-works_sec1 .wrap .dtl p {
        line-height: 2.5rem;
        margin-bottom: 20px; }
      .p-works_sec1 .wrap .dtl .m-btn1 a {
        text-align: left;
        width: 100%;
        background-color: #fff;
        vertical-align: middle;
        font-style: italic; }
        .p-works_sec1 .wrap .dtl .m-btn1 a strong {
          display: inline-block;
          font-size: 2rem;
          color: #eb0450;
          padding-right: 10px; }
      .p-works_sec1 .wrap .dtl .m-btn1 + .m-btn1 {
        margin-top: 15px; }
    .p-works_sec1 .wrap .line span {
      position: absolute;
      right: 20px;
      top: 0px;
      background-color: #eb0450;
      display: block; }
    .p-works_sec1 .wrap .line span.line_top {
      width: 100px;
      height: 1px; }
    .p-works_sec1 .wrap .line span.line_right {
      width: 1px;
      height: 100px;
      display: block; }
  .p-works_sec2 {
    margin-top: 80px;
    text-align: left; }
    .p-works_sec2 .wrap .ttl {
      position: relative;
      color: #eb0450;
      font-size: 2rem;
      line-height: 3rem;
      padding-top: 145px;
      margin-bottom: 20px; }
      .p-works_sec2 .wrap .ttl span {
        position: absolute;
        top: 95px;
        left: 180px;
        font-size: 3rem;
        line-height: 1.4;
        display: block; }
      .p-works_sec2 .wrap .ttl::before {
        content: "01";
        position: absolute;
        left: -15px;
        top: 0;
        display: inline-block;
        font-size: 15rem;
        line-height: 1;
        color: #eb0450;
        font-style: italic; }
    .p-works_sec2 .wrap .pix {
      background-size: cover;
      padding-top: 50%; }
    .p-works_sec2 .wrap .dtl {
      position: relative;
      background-color: #fff;
      padding: 20px; }
      .p-works_sec2 .wrap .dtl p {
        line-height: 3.0rem; }
    .p-works_sec2 .wrap.sec2_work1 .pix {
      background: url(../images/top/works_p02.jpg) 0% 50%;
      background-size: cover; }
    .p-works_sec2 .wrap.sec2_work2 {
      margin-top: 40px; }
      .p-works_sec2 .wrap.sec2_work2 .ttl::before {
        content: "02"; }
      .p-works_sec2 .wrap.sec2_work2 .pix {
        background: url(../images/top/works_p03.jpg) 0% 50%;
        background-size: cover; }
  .p-voice {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding: 40px 0; }
  .p-voice_list {
    text-align: left; }
    .p-voice_list h3 {
      font-size: 2.0rem;
      color: #eb0450;
      margin-bottom: 20px; }
    .p-voice_list dl {
      padding: 25px 0;
      border-top: 1px solid #cacaca;
      border-bottom: 1px solid #cacaca;
      background: url(/common/images/works/icon1.png) no-repeat 0 22px;
      background-size: 25px auto; }
      .p-voice_list dl + dl {
        margin-top: -1px; }
      .p-voice_list dl:nth-of-type(2n) {
        background: url(/common/images/works/icon2.png) no-repeat 0 22px;
        background-size: 25px auto; }
        .p-voice_list dl:nth-of-type(2n) dt {
          color: #f34c83; }
      .p-voice_list dl dt {
        font-size: 2rem;
        color: #eb0450;
        margin-bottom: 10px;
        padding-left: 32px; }
        .p-voice_list dl dt span {
          font-size: 1.2rem;
          margin-bottom: 4px; }
      .p-voice_list dl dd {
        line-height: 2.0; }
    .c-detail_navigator .c-detail_ttl {
      padding-bottom: 40px; }
      .c-detail_navigator .c-detail_ttl .ttl2 {
        font-size: 2.2rem;
        margin-bottom: 22px; }
        .c-detail_navigator .c-detail_ttl .ttl2 span {
          margin-top: 10px;
          font-size: 1.3rem;
          padding-left: 0px;
          display: block; }
    .c-detail_ttl {
      padding-top: 40px;
      padding-bottom: 35px; }
      .c-detail_ttl .ttl {
        font-size: 2.2rem;
        margin-bottom: 22px; }
      .c-detail_ttl .cate {
        font-size: 1.3rem;
        margin-bottom: 15px; }
        .c-detail_ttl .cate span {
          letter-spacing: 0.01em;
          font-weight: bold; }
          .c-detail_ttl .cate span::after {
            height: 12px;
            margin-right: 10px;
            margin-left: 10px;
            -webkit-transform: translateY(1px);
                    transform: translateY(1px); }
      .c-detail_ttl .sns {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px; }
        .c-detail_ttl .sns li {
          display: inline-block;
          margin-left: 0;
          margin-right: 20px; }
          .c-detail_ttl .sns li img {
            width: auto;
            height: 16px; }
  .c-detail_inner .pixs {
    margin: 30px 0; }
  .c-detail_inner .pix_yoko img {
    width: 100%;
    height: auto; }
  .c-detail_inner .pix_tate {
    text-align: center; }
    .c-detail_inner .pix_tate img {
      width: auto;
      max-height: 240px; }
  .c-detail_inner .pix_2clm img {
    width: 49%;
    float: left;
    height: auto; }
    .c-detail_inner .pix_2clm img + img {
      margin-left: 2%; }
  .c-detail_inner p {
    line-height: 2.5rem;
    font-size: 1.3rem;
    letter-spacing: 0em; }
    .c-detail_inner p strong {
      font-size: 1.4rem;
      font-weight: bold; }
    .c-detail_inner p + p {
      margin-top: 24px; }
    .c-detail_pfofile {
      padding: 20px 20px;
      margin-top: 40px; }
    .c-detail_product {
      padding: 20px 20px;
      margin-top: 40px; }
      .c-detail_product h3 {
        font-size: 1.6rem;
        margin-bottom: 13px;
        font-weight: 700; }
      .c-detail_product p {
        font-size: 1.3rem;
        line-height: 2.0rem; }
        .c-detail_product p strong {
          display: block; }
        .c-detail_product p span {
          display: block;
          padding-left: 0; }
        .c-detail_product p + p {
          margin-top: 15px; }
    .c-dtl {
      padding: 0 6%; }
      .c-dtl img {
        width: 100%;
        height: auto; }
    .c-dtl_ttl {
      border-bottom: 1px solid #c4c4c4;
      margin-bottom: 20px;
      padding-bottom: 15px; }
      .c-dtl_ttl .icon {
        width: 75px;
        height: 26px;
        line-height: 26px;
        font-size: 1.2rem;
        background: url(../image/top/hellow_icon_sp.png) no-repeat;
        background-size: 100% auto;
        margin-bottom: 10px; }
      .c-dtl_ttl .ttl {
        font-size: 1.9rem;
        line-height: 1.4;
        margin-bottom: 15px; }
      .c-dtl_ttl .date {
        color: #adadad;
        font-size: 1.2rem; }
  .c-dtl_banner {
    margin-top: 35px; }
    .c-dtl_banner img {
      width: 100%;
      height: auto; }
  .c-dtl_sns {
    margin-top: 35px; }
    .c-dtl_page_nav {
      margin-top: 35px; }
      .c-dtl_page_nav a {
        padding: 0 10px;
        height: 60px;
        line-height: 60px; }
        .c-dtl_page_nav a.prev, .c-dtl_page_nav a.next {
          font-size: 1.7rem; }
        .c-dtl_page_nav a.prev {
          padding-left: 30px; }
          .c-dtl_page_nav a.prev::after, .c-dtl_page_nav a.prev::before {
            left: 10px; }
        .c-dtl_page_nav a.next {
          padding-right: 30px; }
          .c-dtl_page_nav a.next::after, .c-dtl_page_nav a.next::before {
            right: 10px; }
    .c-faq dl {
      padding: 20px; }
      .c-faq dl + dl {
        margin-top: 20px; }
      .c-faq dl dt {
        font-size: 1.6rem;
        padding-left: 2.5rem; }
      .c-faq dl dd {
        position: relative;
        font-size: 1.2rem;
        margin-top: 12px;
        padding-top: 12px;
        padding-left: 2.5rem; }
        .c-faq dl dd::before {
          content: "A";
          position: absolute;
          top: 9px;
          left: 3px;
          font-size: 1.6rem; }
  .c-list_pixs li {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: auto !important; }
    .c-list_pixs li + li {
      margin: 0 auto;
      margin-top: 30px; }
    .c-list_pixs li .cate {
      bottom: -6px;
      font-size: 1.1rem;
      padding: 8px 10px; }
    .c-list_pixs li a {
      font-size: 1.1rem; }
      .c-list_pixs li a .pix {
        width: calc(100% - 6px); }
        .c-list_pixs li a .pix::before {
          bottom: -6px; }
        .c-list_pixs li a .pix figure {
          left: 6px; }
      .c-list_pixs li a .ttl {
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 1.5rem;
        margin: 23px 0 5px 0; }
      .c-list_pixs li a .txt {
        font-size: 1.1rem;
        line-height: 1.8rem;
        margin-bottom: 1.5rem;
        color: #555555; }
      .c-list_pixs li a .date {
        font-size: 1.1rem;
        font-weight: bold;
        color: #555555; }
  .c-list_pixs_most {
    width: 100%;
    position: relative;
    padding: 0 !important;
    overflow: hidden; }
    .c-list_pixs_most .scroll_wrap {
      margin-left: -40vw;
      left: 50vw;
      position: relative;
      width: 100%; }
    .c-list_pixs_most li {
      width: 80vw !important;
      margin: 0 auto;
      float: none;
      height: auto !important; }
      .c-list_pixs_most li + li {
        margin: 0 auto;
        margin-top: 0px; }
      .c-list_pixs_most li a .ttl {
        font-size: 1.2rem;
        line-height: 2.2rem; }
    .c-list_pixs_most .bx-wrapper .bx-viewport {
      overflow: visible !important; }
          .modal_wrap .modal_cnts .modal_inner .related .related_ttl {
            margin-bottom: 20px; }
          .modal_wrap .modal_cnts .modal_inner .related ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .modal_wrap .modal_cnts .modal_inner .related ul li {
              width: 48%; }
              .modal_wrap .modal_cnts .modal_inner .related ul li + li {
                margin-left: 4%; }
  .modal_wrap {
    -webkit-overflow-scrolling: touch; }
    .modal_wrap .modal_cnts {
      max-width: 96rem;
      background: #FFF;
      position: relative;
      margin: 0 auto;
      margin: 0 auto; }
      .modal_wrap .modal_cnts .modal_inner {
        padding: 3rem; }
        .modal_wrap .modal_cnts .modal_inner .btn_close {
          width: 3rem;
          height: 3rem;
          position: fixed; }
        .modal_wrap .modal_cnts .modal_inner .btn_close span {
          top: calc(29px - 50%);
          left: calc(20px - 50%); }
        .modal_wrap .modal_cnts .modal_inner dl {
          margin-top: 1.5rem; }
          .modal_wrap .modal_cnts .modal_inner dl dt {
            font-size: 2rem;
            padding-bottom: 2rem; }
          .modal_wrap .modal_cnts .modal_inner dl dd {
            font-size: 1.2rem; }
          .modal_wrap .modal_cnts .modal_inner dl dd a {
            margin-top: 1.8rem; }
    .modal_wrap .modal_youtube {
      padding-bottom: 0; }
      .modal_wrap .modal_youtube iframe {
        width: 100%;
        height: 27vh; }
    .c-slide_main {
      height: 230px; }
      .c-slide_main ul li.list {
        height: 230px; }
        .c-slide_main ul li.list .dtl .name {
          font-size: 1.4rem;
          margin-bottom: 30px; }
        .c-slide_main ul li.list .dtl .kana {
          font-size: 1rem;
          margin-top: 12px; }
        .c-slide_main ul li.list .dtl .ttl {
          font-size: 2.0rem;
          font-weight: bold; }
      .c-slide_main .bx-wrapper .bx-pager.bx-default-pager a {
        width: 13px;
        height: 13px; }
      .c-slide_main .bx-wrapper .bx-pager-item + .bx-pager-item {
        margin-left: 12px; }
  .c-slide_navigator ul {
    position: relative;
    height: auto; }
    .c-slide_navigator ul li.list {
      width: 100%;
      position: relative; }
      .c-slide_navigator ul li.list .pix {
        margin-left: 0px; }
  .c-slide_navigator .bx-wrapper .bx-controls {
    width: 100%; }
  .c-slide_navigator .bx-wrapper .bx-pager {
    left: 0px; }
  .c-slide_navigator .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #f5f5f5;
    width: 8px;
    height: 8px;
    outline: 0; }
  .c-slide_navigator .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #66beec; }
  .c-slide_navigator .bx-wrapper .bx-pager-item {
    width: 8px;
    height: 8px; }
    .c-slide_navigator .bx-wrapper .bx-pager-item + .bx-pager-item {
      margin-left: 10px; }
  .m-map {
    margin: 20px 0; }
    .m-map img {
      width: 100%;
      height: auto; }
  .m-btn1 {
    text-align: center; }
  .m-btn--recruit {
    text-align: center; }
  .m-btn2 {
    position: relative;
    text-align: right;
    right: -18px; }
  .__debug_mihon__ img {
    width: 100%;
    height: auto; } }
@media (min-width: 768px) and (max-width: 959px) {
  .l-inner_wide {
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_middle {
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_scd_wide {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px; }
  .l-inner_scd_middle {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px; }
      .p-about_sec1 .bg {
        width: 80%; }
    .p-about_sec2 .bg {
      position: relative;
      left: auto;
      top: auto;
      width: 80%; }
      .p-about_sec2 .bg img {
        width: 100%;
        height: auto; }
    .p-about_sec2 .wrap {
      padding-top: 0; }
      .p-about_sec2 .wrap h3 {
        margin-bottom: 40px;
        padding-left: 0; }
      .p-about_sec2 .wrap .dtl {
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        background: none; }
    .p-about_sec3 .wrap {
      width: 80%;
      padding: 40px 15px; }
    .p-about_sec4 .bg {
      display: none; }
    .p-about_sec5 #gmap {
      margin: 0 20px; }
    .p-safety_list .clm2 {
      display: block; }
      .p-safety_list .clm2 dl {
        width: 100%; }
        .p-safety_list .clm2 dl + dl {
          margin-left: 0; }
    .p-top_sec1 .wrap .dtl {
      padding-left: 0;
      padding-right: 40px; }
  .c-list_pixs li {
    width: 48%;
    float: left; }
    .c-list_pixs li img {
      width: 100%;
      height: auto; }
    .c-list_pixs li + li {
      margin-left: 4%; }
    .c-list_pixs li:nth-of-type(2n-1) {
      margin-left: 0; }
  .c-list_pixs_most {
    width: 540px; }
    .c-list_pixs_most li {
      width: 48%;
      float: left;
      margin-bottom: 30px; }
      .c-list_pixs_most li img {
        width: 100%;
        height: auto; }
      .c-list_pixs_most li + li {
        margin-left: 4%; }
      .c-list_pixs_most li:nth-of-type(2n-1) {
        margin-left: 0; }
    .c-slide_main {
      height: 485px; }
      .c-slide_main ul li.list {
        height: 435px; }
  .c-slide_navigator ul {
    position: relative;
    width: 960px;
    height: 330px; }
    .c-slide_navigator ul li.list {
      width: 100%;
      position: relative; }
      .c-slide_navigator ul li.list .pix {
        max-width: 700px;
        margin-left: 30px; }
  .c-slide_navigator .bx-wrapper .bx-controls {
    width: 100%; }
  .c-slide_navigator .bx-wrapper .bx-pager {
    bottom: -26px;
    left: 0px; } }
@media (min-width: 768px) {
  /* menu_list */
  .l-menu_list {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 23px;
    left: 90px; }
    .l-menu_list li {
      font-size: 1.4rem; }
      .l-menu_list li + li {
        margin-left: 30px; }
      .l-menu_list li.l-menu_top a {
        background-image: url(../images/n01.png); }
      .l-menu_list li.l-menu_about a {
        background-image: url(../images/n02.png); }
      .l-menu_list li.l-menu_works a {
        background-image: url(../images/n03.png); }
      .l-menu_list li.l-menu_faq a {
        background-image: url(../images/n04.png); }
      .l-menu_list li.l-menu_recruit a {
        background-image: url(../images/n05.png); }
      .l-menu_list li a {
        -webkit-transition: .4s;
        transition: .4s;
        color: #eb0450;
        display: inline-block;
        padding: 10px;
        padding-left: 28px;
        padding-right: 0;
        position: relative;
        -webkit-transition: .25s color ease-out;
        transition: .25s color ease-out;
        background: no-repeat 0 50%;
        background-size: auto 22px; }
        .l-menu_list li a:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 3px;
          bottom: -10px;
          left: 0;
          background: #eb0450;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: left center;
                  transform-origin: left center;
          -webkit-transition: .25s transform ease-out;
          transition: .25s transform ease-out; }
        .l-menu_list li a:hover:after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); }
  .p-top_sec2 {
    margin-top: 80px;
    text-align: left; }
    .p-top_sec2 .ttl {
      font-size: 7.0rem;
      line-height: 7.5rem;
      color: #eb0450;
      font-style: italic;
      margin-bottom: 35px; }
    .p-top_sec2 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-top_sec2 .wrap .pix {
        background: url(../images/top/works_p01.jpg) 0% 50%;
        background-size: cover;
        width: calc(50% + 170px);
        height: 430px;
        margin-left: -40px;
        margin-top: 160px; }
      .p-top_sec2 .wrap .main_ttl {
        display: inline-block;
        background-color: #fff;
        padding: 40px;
        padding-top: 0;
        margin-left: 120px; }
      .p-top_sec2 .wrap .dtl {
        position: relative;
        background-color: #fff;
        display: inline-block;
        width: calc(50% - 130px);
        padding: 80px;
        padding-left: 40px;
        padding-right: 0; }
        .p-top_sec2 .wrap .dtl p {
          line-height: 3.0rem;
          margin-bottom: 35px; }
      .p-top_sec2 .wrap .line span {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #eb0450;
        display: block; }
      .p-top_sec2 .wrap .line span.line_top {
        width: 200px;
        height: 1px; }
      .p-top_sec2 .wrap .line span.line_right {
        width: 1px;
        height: 200px;
        display: block; }
  .p-top_sec2_2 {
    margin-top: 80px;
    text-align: left; }
    .p-top_sec2_2 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-top_sec2_2 .wrap .ttl {
        position: relative;
        left: -50px;
        height: 15rem;
        color: #eb0450;
        font-size: 3.0rem;
        line-height: 4rem;
        padding-left: 150px;
        padding-top: 38px;
        margin-bottom: 20px; }
        .p-top_sec2_2 .wrap .ttl span {
          font-size: 1.2rem;
          line-height: 1.4;
          display: block; }
        .p-top_sec2_2 .wrap .ttl::before {
          content: "01";
          position: absolute;
          left: -15px;
          top: 0;
          display: inline-block;
          font-size: 15rem;
          line-height: 1;
          color: #eb0450;
          font-style: italic; }
      .p-top_sec2_2 .wrap .pix {
        background-size: cover;
        width: 60%;
        height: 340px; }
      .p-top_sec2_2 .wrap .dtl {
        position: relative;
        background-color: #fff;
        display: inline-block;
        width: 40%;
        min-width: 400px;
        padding-left: 50px; }
        .p-top_sec2_2 .wrap .dtl p {
          line-height: 3.0rem;
          margin-bottom: 35px; }
      .p-top_sec2_2 .wrap.sec2_work1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .p-top_sec2_2 .wrap.sec2_work1 .pix {
          background: url(../images/top/works_p02.jpg) 0% 50%;
          background-size: cover; }
      .p-top_sec2_2 .wrap.sec2_work2 {
        margin-top: 80px; }
        .p-top_sec2_2 .wrap.sec2_work2 .ttl {
          padding-left: 165px; }
          .p-top_sec2_2 .wrap.sec2_work2 .ttl::before {
            content: "02"; }
        .p-top_sec2_2 .wrap.sec2_work2 .pix {
          background: url(../images/top/works_p03.jpg) 0% 50%;
          background-size: cover; }
        .p-top_sec2_2 .wrap.sec2_work2 .dtl {
          padding-left: 100px; }
  .p-top_sec3 {
    margin-top: 160px;
    text-align: left;
    position: relative; }
    .p-top_sec3 .bg {
      background-color: #f2f2f2;
      width: 80%;
      height: 360px;
      position: absolute;
      left: 0;
      top: 170px; }
    .p-top_sec3 .wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-top_sec3 .wrap .pixs {
        width: 60%;
        height: 470px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-top_sec3 .wrap .pixs .pix {
          height: 100%;
          width: 48%; }
          .p-top_sec3 .wrap .pixs .pix.pix1 {
            background: url(../images/top/faq_p01.jpg) 0% 50%;
            background-size: cover; }
          .p-top_sec3 .wrap .pixs .pix.pix2 {
            background: url(../images/top/faq_p02.jpg) 0% 50%;
            background-size: cover;
            margin-left: 4%; }
      .p-top_sec3 .wrap .dtl {
        position: relative;
        display: inline-block;
        width: 40%;
        padding-top: 80px;
        padding-left: 80px; }
        .p-top_sec3 .wrap .dtl p {
          line-height: 3.0rem;
          margin-top: 60px;
          margin-bottom: 35px; }
      .p-top_sec3 .wrap .line span {
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #eb0450;
        display: block; }
      .p-top_sec3 .wrap .line span.line_top {
        width: 200px;
        height: 1px; }
      .p-top_sec3 .wrap .line span.line_right {
        width: 1px;
        height: 200px;
        display: block; }
  .p-top_rec {
    margin-top: 160px; }
    .p-top_rec .dtl {
      position: relative;
      background-color: #fff; }
      .p-top_rec .dtl p {
        line-height: 3.0rem;
        margin-bottom: 35px; }
    .p-top_rec dl {
      border: 1px solid #eb0450;
      color: #eb0450;
      display: inline-block;
      padding: 10px 20px; }
      .p-top_rec dl dt, .p-top_rec dl dd {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle; }
      .p-top_rec dl dd {
        font-size: 3.0rem; }
      .p-top_rec dl a {
        color: #eb0450; }
        .pc .p-top_rec dl a:hover {
          color: #eb0450; }
  .p-top_access {
    margin-top: 120px; }
    .p-top_access #gmap {
      width: 100%;
      height: 500px; }
      .p-top_access #gmap iframe {
        width: 100%;
        height: 100%;
        border: 0; }
    .p-top_access .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .p-top_access .wrap .pix {
        margin-top: 90px; }
      .p-top_access .wrap .dtl {
        position: relative;
        width: 700px;
        background-color: #fff;
        display: inline-block;
        padding: 80px;
        margin-left: 80px;
        margin-top: -120px; }
        .p-top_access .wrap .dtl .main_ttl {
          font-size: 2.0rem;
          color: #eb0450;
          margin-bottom: 20px; }
        .p-top_access .wrap .dtl p {
          line-height: 3.0rem;
          margin-bottom: 35px; }
        .p-top_access .wrap .dtl dl {
          font-size: 1.5rem;
          margin-bottom: 20px; }
          .p-top_access .wrap .dtl dl + dl {
            padding-top: 20px;
            border-top: 1px solid #ccc; }
          .p-top_access .wrap .dtl dl dt, .p-top_access .wrap .dtl dl dd {
            display: inline-block;
            padding-top: 5px;
            padding-bottom: 5px;
            vertical-align: top;
            line-height: 1.6; }
          .p-top_access .wrap .dtl dl dt {
            width: 20%; }
          .p-top_access .wrap .dtl dl dd {
            width: 80%; }
          .p-top_access .wrap .dtl dl a {
            -webkit-transition: .4s;
            transition: .4s; }
            .pc .p-top_access .wrap .dtl dl a:hover {
              color: #eb0450; }
  .p-works_sec1 {
    text-align: left;
    position: relative; }
    .p-works_sec1 .bg {
      position: absolute;
      bottom: -45px;
      left: calc(50% - 100px);
      width: 100%;
      height: 200px;
      background-color: #f2f2f2; }
    .p-works_sec1 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-works_sec1 .wrap .pix {
        position: relative;
        background: url(/common/images/works/01.jpg) 0% 50%;
        background-size: cover;
        width: calc(50%); }
      .p-works_sec1 .wrap .dtl {
        position: relative;
        display: inline-block;
        width: calc(500px);
        padding-left: 80px;
        padding-top: 80px; }
        .p-works_sec1 .wrap .dtl .ttl {
          font-size: 7.0rem;
          line-height: 7.5rem;
          color: #eb0450;
          font-style: italic;
          margin-bottom: 35px; }
        .p-works_sec1 .wrap .dtl p {
          line-height: 3.0rem;
          margin-bottom: 70px; }
        .p-works_sec1 .wrap .dtl .m-btn1 a {
          width: 350px;
          background-color: #fff;
          vertical-align: middle;
          font-style: italic; }
          .p-works_sec1 .wrap .dtl .m-btn1 a strong {
            display: inline-block;
            font-size: 2rem;
            color: #eb0450;
            padding-right: 10px; }
        .p-works_sec1 .wrap .dtl .m-btn1 + .m-btn1 {
          margin-top: 15px; }
      .p-works_sec1 .wrap .line span {
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #eb0450;
        display: block; }
      .p-works_sec1 .wrap .line span.line_top {
        width: 200px;
        height: 1px; }
      .p-works_sec1 .wrap .line span.line_right {
        width: 1px;
        height: 200px;
        display: block; }
  .p-works_sec2 {
    margin-top: 120px;
    text-align: left; }
    .p-works_sec2 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-works_sec2 .wrap .ttl {
        position: relative;
        color: #eb0450;
        font-size: 3.0rem;
        line-height: 4rem;
        padding-top: 150px;
        margin-bottom: 20px; }
        .p-works_sec2 .wrap .ttl span {
          position: absolute;
          top: 95px;
          left: 180px;
          font-size: 3rem;
          line-height: 1.4;
          display: block; }
        .p-works_sec2 .wrap .ttl::before {
          content: "01";
          position: absolute;
          left: -15px;
          top: 0;
          display: inline-block;
          font-size: 15rem;
          line-height: 1;
          color: #eb0450;
          font-style: italic; }
      .p-works_sec2 .wrap .pix {
        background-size: cover;
        width: 50%;
        height: 540px; }
      .p-works_sec2 .wrap .dtl {
        position: relative;
        background-color: #fff;
        display: inline-block;
        width: 50%; }
        .p-works_sec2 .wrap .dtl .in {
          padding-right: 80px; }
        .p-works_sec2 .wrap .dtl p {
          line-height: 3.0rem;
          margin-bottom: 35px; }
      .p-works_sec2 .wrap.sec2_work1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .p-works_sec2 .wrap.sec2_work1 .pix {
          background: url(../images/top/works_p02.jpg) 0% 50%;
          background-size: cover; }
        .p-works_sec2 .wrap.sec2_work1 .dtl {
          text-align: right; }
          .p-works_sec2 .wrap.sec2_work1 .dtl .in {
            display: inline-block;
            text-align: left;
            width: 500px; }
      .p-works_sec2 .wrap.sec2_work2 {
        margin-top: 80px; }
        .p-works_sec2 .wrap.sec2_work2 .ttl::before {
          content: "02"; }
        .p-works_sec2 .wrap.sec2_work2 .pix {
          background: url(../images/top/works_p03.jpg) 0% 50%;
          background-size: cover; }
        .p-works_sec2 .wrap.sec2_work2 .dtl .in {
          padding-left: 80px;
          padding-right: 0; }
  .p-voice {
    margin-top: 120px;
    background: url(/common/images/works/bg.png) #f2f2f2 repeat-y 100% 0;
    padding-bottom: 80px;
    margin-bottom: 80px; }
  .p-voice_list {
    text-align: left; }
    .p-voice_list h3 {
      font-size: 2.0rem;
      color: #eb0450;
      margin-bottom: 20px; }
    .p-voice_list dl {
      padding: 25px 0;
      border-top: 1px solid #cacaca;
      border-bottom: 1px solid #cacaca;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: url(/common/images/works/icon1.png) no-repeat 0 50%; }
      .p-voice_list dl + dl {
        margin-top: -1px; }
      .p-voice_list dl:nth-of-type(2n) {
        background: url(/common/images/works/icon2.png) no-repeat 0 50%; }
        .p-voice_list dl:nth-of-type(2n) dt {
          color: #f34c83; }
      .p-voice_list dl dt {
        width: 16%;
        font-size: 2rem;
        color: #eb0450;
        padding-left: 50px; }
        .p-voice_list dl dt span {
          display: block;
          font-size: 1.2rem;
          margin-bottom: 4px; }
      .p-voice_list dl dd {
        width: 80%;
        line-height: 1.5; } }
@media (min-width: 768px) and (max-width: 850px) {
  .l-menu_list li + li {
    margin-left: 30px; }
  .l-menu_list li.l-menu_top a {
    background: none; }
  .l-menu_list li.l-menu_about a {
    background: none; }
  .l-menu_list li.l-menu_works a {
    background: none; }
  .l-menu_list li.l-menu_faq a {
    background: none; }
  .l-menu_list li a {
    padding-left: 0; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 959px) {
    .p-top_sec2 .wrap .pix {
      width: calc(50%);
      margin-left: 0px; }
    .p-top_sec2 .wrap .main_ttl {
      margin-left: 0px; }
    .p-top_sec2 .wrap .dtl {
      width: calc(50%); }
        .p-top_sec2 .wrap .main_ttl {
          margin-left: 0px; }
    .p-top_sec3 .wrap .pixs {
      height: 350px; }
    .p-top_sec3 .wrap .dtl {
      padding-left: 0px; }
    .p-top_access .wrap .dtl {
      width: auto;
      margin-left: 0px;
      padding-left: 0; }
    .p-top_access .wrap .dtl dl + dl {
      padding-top: 20px;
      border-top: 1px solid #ccc; }
    .p-top_access .wrap .dtl dl dt, .p-top_access .wrap .dtl dl dd {
      display: block;
      padding-top: 0px;
      padding-bottom: 0px; }
    .p-top_access .wrap .dtl dl dt {
      width: auto; }
      .p-top_access .wrap .dtl dl dt::before {
        content: "■"; }
    .p-top_access .wrap .dtl dl dd {
      width: auto;
      margin-bottom: 10px; }
    .p-works_sec1 {
      margin-right: 20px; }
      .p-works_sec1 .wrap .pix {
        height: 500px; }
      .p-works_sec1 .wrap .dtl {
        padding-left: 40px; }
    .p-works_sec2 {
      margin-left: 20px;
      margin-right: 20px; }
      .p-works_sec2 .wrap .pix {
        width: 40%;
        height: 300px; }
      .p-works_sec2 .wrap .dtl {
        width: 60%;
        background-color: #fff; }
          .p-works_sec2 .wrap.sec2_work2 .dtl .in {
            padding-left: 40px; } }
@media (min-width: 960px) {
    .c-list_pixs li + li {
      margin-left: 3.5%; }
    .c-list_pixs li:nth-of-type(3n-2) {
      margin-left: 0; }
    .c-list_pixs_most li + li {
      margin-left: 2%; }
    .c-list_pixs_most li:nth-of-type(4n-3) {
      margin-left: 0; } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
