@charset "utf-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /*Edge,IE*/
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    color: #007bff;
    background-color: transparent;
    /*IE 10 アクティブリンクのグレーの背景を削除する*/
    -webkit-text-decoration-skip: objects;
    /*iOS 8以降とSafari 8以降の下線の空白を削除する*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
del {
    text-decoration: line-through
}
/*IE 8/9*/

mark {
    background-color: #ff0;
    color: #000
}
sub,
sup {
    position: relative;
    font-size: 83.3333%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: bottom;
}
table {
 border-collapse:collapse;
 border-spacing:0
}
legend {
 display:table;
 max-width:100%;
 border:none;
 color:inherit;
 white-space:normal
}
fieldset {
 border:1px solid #bdc3c7;
 margin:0 2px;
 padding:.35em .625em .75em
}
ol,
ul {
 list-style:none
}
video {
    max-width: 100%;
}

img {
    max-width:100%;
    height:auto;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
    border-style: none;
}
svg {
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
progress {
    vertical-align: baseline;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
/* # =================================================================
   # Forms
   # ================================================================= */
button,
input,
optgroup,
select,
textarea {
 font:inherit
}
button,
input,
select,
textarea {
 background-color:transparent;
 border-style:none;
 border-radius:0;
 outline: none;
 color:inherit;
 -webkit-appearance:none;
 -moz-appearance:none
}
input,
textarea {
 border-radius:0
}
button {
 overflow:visible;
 text-transform:none
}
select {
 -webkit-appearance:none;
 text-transform:none
}
select::-ms-expand {
 display:none
}
select::-ms-value {
 color:currentColor
}
optgroup {
 font-weight:700
}
textarea {
 overflow:auto;
 resize:vertical
}
[type=reset],
[type=submit],
button,
html [type=button] {
 -webkit-appearance:button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
 border-style:0;
 padding:0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
 outline:1px dotted ButtonText
}
[type=number] {
 width:auto
}
[type=search] {
 -webkit-appearance:textfield;
 outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}
::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}
::-webkit-input-placeholder {
 color:inherit;
 opacity:1
}
::-moz-placeholder {
 color:inherit;
 opacity:1
}
:-ms-input-placeholder {
 color:inherit;
 opacity:1
}
button,
input,
option,
select,
textarea {
 font-size:1.6rem
}
a[href],
button,
input[type=button],
input[type=checkbox],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit],
label[for],
select {
 cursor:pointer
}
button[disabled],
input[disabled],
optgroup[disabled],
select[disabled],
textarea[disabled] {
 cursor:not-allowed
}
/* # =================================================================
   # Acessibility
   # ================================================================= */
[aria-busy=true] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
/* # =================================================================
   # Selection(テキスト選択色)
   # ================================================================= */
::-moz-selection {
    background-color: #eaeaea;
    color: #333;
    text-shadow: none
}
::selection {
    background-color: #eaeaea;
    color: #333;
    text-shadow: none
}
/* # =================================================================
   # custom
   # ================================================================= */
body,
html {
    height:100%
}
html {
    font-size: 62.5%;
}

body {
    width:100%;
    overflow-x:hidden;
    background:#fff;
    color:#111111;
    font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
    font-size:1.4rem;
    line-height:1.618;
    font-weight:400
}

* {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    line-height: inherit;
}
a {
    color: #111;
}
a:hover {
    text-decoration: none;
}
/* # =================================================================
   # font
   # ================================================================= */
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
@font-face {
  font-family: 'LigatureSymbols';
  src: url('/assets/common/fonts/LigatureSymbols-2.11.eot');
  src: url('/assets/common/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
       url('/assets/common/fonts/LigatureSymbols-2.11.woff') format('woff'),
       url('/assets/common/fonts/LigatureSymbols-2.11.ttf') format('truetype'),
       url('/assets/common/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}