@charset "UTF-8";
@media screen and (max-width: 828px) {
  .commonWidth-sp, .access_main_contentWrapper {
    width: 88.40579710144928%;
    margin-right: auto;
    margin-left: auto; } }

/**
 * Fonts
 */
/*
$fonts: (
  NotoSans:  'noto-sans, sans-serif', 
  // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
  NotoSerif: 'Noto Serif JP, serif',  
  // 400 -> Regular, 
  Oswald:    'Oswald, sans-serif',
   // 400 -> Regular
  Roboto:    'Roboto, sans-serif',
   // 400 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
    NotoSans: 'noto-sans, sans-serif', 
    // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
    NotoSerif:'Noto Serif JP, serif',  
    // 400 -> Regular
    Oswald:   'Oswald, sans-serif',
    // 400 -> Regular
    Roboto:   'Roboto, sans-serif',
    // 400 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.mv_bg {
  height: 540px;
  position: relative;
  background: url(../img/index/mv_image.png) no-repeat center center/cover;
  /*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
  /*youtubeがクリックされないためのマスク*/ }
  @media screen and (max-width: 1280px) {
    .mv_bg {
      height: 39.53148vw; } }
  @media screen and (max-width: 828px) {
    .mv_bg {
      height: 93.23671vw;
      background: url(../img/index/mv_image_sp.png) no-repeat center center/cover; } }
  .mv_bg #loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: bold; }
  .mv_bg #loading.disappear {
    display: none; }
  .mv_bg #youtube-area {
    position: absolute;
    z-index: 1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0; }
  .mv_bg #youtube-area.appear {
    -webkit-animation-name: PageAnimeAppear;
    animation-name: PageAnimeAppear;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .mv_bg #youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }
  .mv_bg #youtube-mask {
    position: absolute;
    z-index: 2;
    /*下から2番目に表示*/
    top: 0;
    width: 100%;
    height: 100%; }

.mv_mask {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.mv_text {
  z-index: 10;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 1.8;
  color: #fff; }
  @media screen and (max-width: 1366px) {
    .mv_text {
      font-size: 3.07467vw; } }
  @media screen and (max-width: 828px) {
    .mv_text {
      top: 40%;
      font-size: 5.7971vw;
      letter-spacing: 0.08em; } }

.mv_news {
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 880px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 32px 20px; }
  @media screen and (max-width: 1366px) {
    .mv_news {
      width: 64.42167vw;
      height: 5.85652vw;
      padding: 2.34261vw 1.46413vw; } }
  @media screen and (max-width: 828px) {
    .mv_news {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 5.7971vw;
      border-bottom: solid #ccc 1px; } }
  .mv_news_title {
    background: #51005B;
    color: #fff;
    width: 90px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1366px) {
      .mv_news_title {
        width: 6.58858vw;
        height: 2.92826vw;
        font-size: 1.02489vw; } }
    @media screen and (max-width: 828px) {
      .mv_news_title {
        width: 21.73913vw;
        height: 7.24638vw;
        font-size: 3.38164vw; } }
  .mv_news_text {
    margin-left: 32px; }
    @media screen and (max-width: 1366px) {
      .mv_news_text {
        margin-left: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .mv_news_text {
        margin: 1.93237vw 0 0 0;
        font-size: 3.62319vw; } }
  @media screen and (min-width: 829px) {
    .mv_news a:hover {
      color: #51005B;
      text-decoration: underline; } }

.newproducts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 437px;
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .newproducts {
      height: 31.99122vw;
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .newproducts {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      margin-top: 0; } }
  .newproducts_contentWrapper {
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    min-width: 400px;
    height: 258px; }
    @media screen and (max-width: 1366px) {
      .newproducts_contentWrapper {
        min-width: 29.28258vw;
        height: 18.88726vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_contentWrapper {
        padding: 3.86473vw 0vw;
        width: 80.67632850241546%;
        height: 53.1401vw; } }
  .newproducts_titleWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 14%;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#000000));
    background: -webkit-linear-gradient(top, #414141 0%, #000000 100%);
    background: -o-linear-gradient(top, #414141 0%, #000000 100%);
    background: linear-gradient(to bottom, #414141 0%, #000000 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 828px) {
      .newproducts_titleWrapper {
        background: #000;
        width: 100%;
        height: 26.57005vw; } }
  .newproducts_title_sub, .newproducts_title_main {
    display: block;
    text-align: center;
    line-height: 1; }
  .newproducts_title_sub {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #51005B; }
    @media screen and (max-width: 1366px) {
      .newproducts_title_sub {
        font-size: 1.02489vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_title_sub {
        font-size: 2.89855vw; } }
  .newproducts_title_main {
    width: 100%;
    margin-top: 24px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff; }
    @media screen and (max-width: 1366px) {
      .newproducts_title_main {
        margin-top: 1.75695vw;
        font-size: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_title_main {
        margin-top: 1.93237vw;
        font-size: 7.24638vw;
        letter-spacing: 0.1em; } }
    @media screen and (max-width: 828px) {
      .newproducts_title_main br {
        display: none; } }
  .newproducts_item {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 828px) {
      .newproducts_item {
        width: 100%;
        height: 74.87923vw; } }
    .newproducts_item-type1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      background: url(../img/index/newproducts_image01.png) no-repeat center center/cover; }
    .newproducts_item-type2 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      background: url(../img/index/newproducts_image02.png) no-repeat center center/cover; }
  .newproducts_productTitle_sub, .newproducts_productTitle_main {
    display: block;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em; }
  .newproducts_productTitle_sub {
    font-size: 2.4rem; }
    @media screen and (max-width: 1366px) {
      .newproducts_productTitle_sub {
        font-size: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_productTitle_sub {
        font-size: 5.31401vw; } }
  .newproducts_productTitle_main {
    margin-top: 24px;
    font-size: 4.2rem;
    font-weight: 700; }
    @media screen and (max-width: 1366px) {
      .newproducts_productTitle_main {
        margin-top: 1.75695vw;
        font-size: 3.07467vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_productTitle_main {
        margin-top: 5.7971vw;
        font-size: 8.45411vw; } }
  .newproducts_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px; }
    @media screen and (max-width: 1366px) {
      .newproducts_button {
        margin-top: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .newproducts_button {
        margin-top: 7.72947vw; } }

.company {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .company {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .company {
      margin-top: 15.45894vw; } }

.frontColulmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 828px) {
    .frontColulmn {
      display: block; } }
  .frontColulmn-right .frontSectionImage {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .frontColulmn-right .contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .frontColulmn-left .frontSectionImage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .frontColulmn-left .contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.frontSectionImage {
  width: 60%; }
  @media screen and (max-width: 828px) {
    .frontSectionImage {
      width: 100%; }
      .frontSectionImage img {
        display: block;
        width: 94.20289855072464%; } }

.contentWrapper {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 828px) {
    .contentWrapper {
      width: 100%;
      padding-top: 7.72947vw; } }

@media screen and (max-width: 828px) {
  .frontSectionContent {
    width: 88%;
    margin: auto; } }

.frontSectionText {
  line-height: 2.0;
  margin-top: 32px; }
  @media screen and (max-width: 1366px) {
    .frontSectionText {
      margin-top: 2.34261vw; } }
  @media screen and (max-width: 828px) {
    .frontSectionText {
      margin-top: 5.7971vw; } }

.frontSectionButton {
  margin-top: 32px; }
  @media screen and (max-width: 1366px) {
    .frontSectionButton {
      margin-top: 2.34261vw; } }
  @media screen and (max-width: 828px) {
    .frontSectionButton {
      margin-top: 7.72947vw; } }

.service, .product {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .service, .product {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .service, .product {
      margin-top: 15.45894vw; } }
  .service_title, .product_title {
    margin-bottom: 80px; }
    @media screen and (max-width: 1366px) {
      .service_title, .product_title {
        margin-bottom: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .service_title, .product_title {
        margin-bottom: 7.72947vw; } }
  .service_section ~ .service_section, .product_section ~ .service_section, .service_section ~ .product_section, .product_section ~ .product_section {
    margin-top: 120px; }
    @media screen and (max-width: 1366px) {
      .service_section ~ .service_section, .product_section ~ .service_section, .service_section ~ .product_section, .product_section ~ .product_section {
        margin-top: 8.78477vw; } }
    @media screen and (max-width: 828px) {
      .service_section ~ .service_section, .product_section ~ .service_section, .service_section ~ .product_section, .product_section ~ .product_section {
        margin-top: 15.45894vw; } }

.news {
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .news {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .news {
      margin-top: 15.45894vw; } }
  .news_newsList {
    margin-top: 48px; }
    @media screen and (max-width: 1366px) {
      .news_newsList {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .news_newsList {
        margin-top: 11.5942vw; } }
  .news .newsList_item {
    padding: 24px 0;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 1366px) {
      .news .newsList_item {
        padding: 1.75695vw 0vw; } }
    @media screen and (max-width: 828px) {
      .news .newsList_item {
        padding: 3.86473vw 0vw; } }
    .news .newsList_item-news .newsList_category {
      color: #fff; }
    .news .newsList_item-voice .newsList_category {
      color: #51005B; }
    .news .newsList_item:first-child {
      padding-top: 0; }
    .news .newsList_item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 828px) {
        .news .newsList_item a {
          display: block; } }
  .news .newsList_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .news .newsList_date {
    min-width: 70px;
    white-space: nowrap;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #959595; }
    @media screen and (max-width: 1366px) {
      .news .newsList_date {
        min-width: 5.12445vw;
        font-size: 1.02489vw; } }
    @media screen and (max-width: 828px) {
      .news .newsList_date {
        min-width: 16.90821vw;
        font-size: 3.38164vw; } }
  .news .newsList_title {
    margin-left: 32px; }
    @media screen and (max-width: 1366px) {
      .news .newsList_title {
        margin-left: 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .news .newsList_title {
        margin: 2.41546vw 0 0 0;
        font-size: 3.86473vw; } }
  .news_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
    color: #fff; }
    @media screen and (max-width: 1366px) {
      .news_button {
        margin-top: 3.51391vw; } }
    @media screen and (max-width: 828px) {
      .news_button {
        margin-top: 11.5942vw; } }

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 120px; }
  @media screen and (max-width: 1366px) {
    .access {
      margin-top: 8.78477vw; } }
  @media screen and (max-width: 828px) {
    .access {
      display: block;
      margin-top: 15.45894vw; } }
  .access_map {
    width: 50%; }
    @media screen and (max-width: 828px) {
      .access_map {
        width: 100%;
        background: #F8F8F8; } }
    .access_map iframe {
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 828px) {
        .access_map iframe {
          min-height: 65.94203vw; } }
  .access_main {
    width: 50%;
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 60px; }
    @media screen and (max-width: 1366px) {
      .access_main {
        padding: 5.85652vw 4.39239vw; } }
    @media screen and (max-width: 828px) {
      .access_main {
        width: 100%;
        padding: 9.66184vw 0; } }
  .access_address {
    line-height: 2.0;
    margin-top: 40px; }
    @media screen and (max-width: 1366px) {
      .access_address {
        margin-top: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .access_address {
        margin-top: 5.7971vw; } }
  .access_contact {
    margin-top: 16px; }
    @media screen and (max-width: 1366px) {
      .access_contact {
        margin-top: 1.1713vw; } }
    @media screen and (max-width: 828px) {
      .access_contact {
        margin-top: 1.93237vw; } }
  .access_button {
    margin-top: 40px;
    color: #fff; }
    @media screen and (max-width: 1366px) {
      .access_button {
        margin-top: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .access_button {
        margin-top: 5.7971vw; } }

.footer {
  margin-top: 80px; }
  @media screen and (max-width: 1366px) {
    .footer {
      margin-top: 5.85652vw; } }
  @media screen and (max-width: 828px) {
    .footer {
      margin-top: 15.45894vw; } }
