@charset "UTF-8";
/*   
Theme Name: NIKKEN TOTAL SOURCING
Description: NIKKEN TOTAL SOURCING
Version: 2020.01
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #2e302e;
  /* background: #f4fdff; */
  -webkit-text-size-adjust: none;
  min-width: 500px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  }

body p {
  color: inherit;
  font-size: inherit;
  line-height: 1.6em; }

a, a img {
  text-decoration: none;
  color: #231814;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease; }

a:hover {
  opacity: 0.75; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }

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

	Common

=========================================================================================== */
.outline {
  overflow: hidden; }

.main {
  z-index: 100;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  background: #fff;
  box-shadow: 0 0 30px #a7c3c8;
  }

.video_box {
  background: url(../images/bg_video.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 10px 0;
  background: #04546e;
  margin-top: -20px;
  position: relative;
}
.video_box img {
  width: 80%;
  margin: 0 auto 20px auto;
}
/* for Jstream */
.video_box .video {
  margin: 20px auto 40px auto;
  position:relative;
  width: 80%;
  padding-top: 45%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 238, 0, 0.74);
}
.video_box .video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/* for Video tag */
/*
.video_box .video video {
  display: block;
  margin: 10px auto 20px auto;
  width: 90%;
  box-shadow: 0 0 20px rgba(255, 238, 0, 0.74);
}
*/

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 479px) {
  /* style
  -------------------------------------------------------------- */
  body {
    min-width: 320px;
    overflow: visible !important; }

  body.fixed {
    overflow: hidden; }

  body p {
    color: inherit;
    font-size: 12px;
    line-height: 1.8em; }

  a:hover {
    opacity: 1; }

  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

  .outline {
    position: relative;
    min-width: 320px; }

  .main {
    width: auto;
    margin: 0 auto;
    position: relative; }

  /* ===========================================================================================
  
  	Index
  
  =========================================================================================== */
  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

}

/**************************************************************/
/**************************************************************/
/** Min 480px *************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (min-width: 480px) {
  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

  /* ===========================================================================================
  
  	Index
  
  =========================================================================================== */
  body {
    min-width: 320px;
    overflow: visible !important; }
}
	
/**************************************************************/
/**************************************************************/
/** Min 480px *************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (min-width: 767px) {
  .non_sp {
    display: block !important; }

  .non_pc {
    display: none !important; }

  .main {
    z-index: 100;
    max-width: 500px; }

}

/*# sourceMappingURL=style.css.map */
