@charset "UTF-8";
/* ===================================================================
CSS Document
file name  base.css
=================================================================== */
/*---------------------------------------------
Noto Serif（使用しない場合は削除）
---------------------------------------------*/
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 100;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-ExtraLight.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-Light.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-Regular.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-Medium.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-SemiBold.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-Bold.woff) format("woff");
  font-display: swap; }

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 800;
  src: url(../../../css/lp/dermacept/font/NotoSerifCJKjp-Black.woff) format("woff");
  font-display: swap; }

/*---------------------------------------------
Browser Default Initialization
---------------------------------------------*/
body,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.7; }

ul {
  margin: 0;
  padding: 0;
  line-height: 1.7; }

ul li {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
head-h,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.7; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: left; }

q:before,
q:after {
  content: ""; }

object,
embed {
  vertical-align: top; }

hr,
legend {
  display: none; }

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

ul li {
  list-style-type: none; }

a,
button,
input,
textarea {
  outline: none; }

/** fade使用時のズレ対策（FF）**/
img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0; }

x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

/*---------------------------------------------
FontSize Initialization
---------------------------------------------*/
body {
  font-size: 10px;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%; }

select,
input,
button,
textarea,
table {
  font: 10px Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

pre,
code,
kbd,
samp,
tt {
  font-family: Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1; }
