@charset "UTF-8";

/*
Theme Name: 帝国探偵社
Author: iwaoka
*/

/*
Theme Name: teikoku
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

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;
}

/* HTML5要素をブロック要素として扱う */
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;
}

/* 全体のフォントリセット */
html, body {
    font-family: sans-serif; /* 必要に応じてベースフォントを設定 */
    font-size: 100%; /* ブラウザのデフォルトサイズ（通常16px）を保持 */
    line-height: 1.5; /* 読みやすい行間を設定 */
    color: #333; /* デフォルトの文字色 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ ゴシック";
}

/* すべての要素のフォントリセット */
*, *::before, *::after {
    font: inherit; /* 親要素のフォント設定を継承 */
    color: inherit; /* 親要素の文字色を継承 */
}

img{
    width: 100%;
    max-width: 100%;
}

a{
    text-decoration: none;
}

.sb_instagram_header{
    display: none;
}