@charset "utf-8";

@font-face{
  font-family: 'Coup';
  font-style: bold;
  font-weight: 600;
  src: local('logotypejp_mp_b_1.1'),url( "../font/logotypejp_mp_b_1.1.woff") format("woff")
    ,url("../font/logotypejp_mp_b_1.1.ttf") format('truetype');
  font-display: swap;
}
@font-face{
  font-family: 'Coup';
  font-style: normal;
  font-weight: 400;
  src: local('logotypejp_mp_m_1.1')
    ,url( "../font/logotypejp_mp_m_1.1.woff") format("woff")
    ,url("../font/logotypejp_mp_m_1.1.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular')
    ,local('NotoSansCJKjp-Regular')
    ,local('NotoSansJP-Regular')
    ,url("../font/NotoSansJP-Regular.woff2") format("woff2")
    ,url("../font/NotoSansJP-Regular.woff") format("woff")
    ,url("../font/NotoSansJP-Regular.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: bold;
  font-weight: 700;
  src: local('Noto Sans CJK JP Bold')
    ,local('NotoSansCJKjp-Bold')
    ,local('NotoSansJP-Bold')
    ,url("../font/NotoSansJP-Bold.woff2") format("woff2")
    ,url("../font/NotoSansJP-Bold.woff") format("woff")
    ,url("../font/NotoSansJP-Bold.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  font-style: bold;
  font-weight: 900;
  src: local('Noto Sans CJK JP Black')
    ,local('NotoSansCJKjp-Black')
    ,local('NotoSansJP-Black')
    ,url("../font/NotoSansJP-Black.woff2") format("woff2")
    ,url("../font/NotoSansJP-Black.woff") format("woff")
    ,url("../font/NotoSansJP-Black.otf") format("otf");
  font-display: swap;
}

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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  color: inherit;
  text-decoration: none;
}
/*input*/
input,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  font-size: 16px;
}
button:focus {
	outline:0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;outline: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


