@charset "utf-8";
/* common */

/**************************************************
		Foundation
**************************************************/
/* ===== Reset ===== */
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/

body {
  background: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

main, article, aside, dialog, figure, header, footer, hgroup, nav, section {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
	width: 100%;
  /*vertical-align: bottom;*/
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

ul, ol {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
}

sub, sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.5em;
}

input, textarea, select, button {
  border-radius: 0;
  font: inherit;
  color: inherit;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}
.button a {
	width: 100%;
	height: 100%;
}

/* ===== Setting ===== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 600;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 800;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 900;
}
html {
  font-size: 62.5%;
}

/*body {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #1C1C26;
  line-height: 1.5;
}
body.pc, body.sp {
  display: block !important;
}*/

a {
  color: inherit;
  text-decoration: none;
	font-weight: inherit;
}

:-ms-input-placeholder {
  color: #ADADB1;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #ADADB1;
  opacity: 1;
}

::placeholder {
  color: #ADADB1;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }

  img {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  a, a::before, a::after, a *::before, a *::after, button, input[type="submit"] {
    transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 0.833vw;
  }
}
@media screen and (min-width:1200px) and (max-width: 1639px) {
  html {
    font-size: 0.61vw;
  }
}


/**************************************************
		Layout
**************************************************/
/* header */
@media screen and (max-width: 767px) {
	header { padding: 1rem 2rem 1rem 0 !important; }
}

header .inner {
	display: flex;
	justify-content: space-between;
}
header .nl-header_logo {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	header .nl-header_logo { max-width: 19.3rem; }
}
@media screen and (max-width: 999px) and (min-width: 481px) {
	header .nl-header_logo {
		max-width: 23.3rem;
	}
}

@media screen and (min-width: 768px) {
	header .inner {
		max-width: 137rem;
		align-items: center;
		padding: 0 2rem;
		margin: 0 auto;
	}
}

/* gnav */
@media screen and (min-width: 768px) {
	header nav #panel {
		display: flex;
	}
	header nav #panel li{
	  display: inline-block;
	  padding: 0 2rem;
	  border-right: 1px solid #e5e5e5
	}
	header nav #panel li img {
		width: auto;
		vertical-align: middle;
	}
}

/* base-width */
.base-width {
	padding: 0 2rem;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.base-width { max-width: 137rem;}
}

/**************************************************
		Function
**************************************************/
/*===== Google Fonts =====*/
/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');
.font_noto-sans-jp{
	font-family:'Noto Sans JP', sans-serif !important;
	font-weight:400 !important;
}
.font_noto-sans-jp_900{
	font-family:'Noto Sans JP', sans-serif !important;
	font-weight:900 !important;
}

/* Libre Franklin */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700&display=swap');
.font_libre-franklin{
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight:400 !important;
}
.font_libre-franklin_600{
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight:600 !important;
}
.font_libre-franklin_700{
	font-family: 'Libre Franklin', sans-serif !important;
	font-weight:700 !important;
}



