@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
body {
  margin: 0; }

main {
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /* PC/ sp exchange */
  /* ============================================ */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* image style */
  /* ============================================ */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Fix appearance for Firefox
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  /*# sourceMappingURL=reset.css.map */ }
  main *,
  main ::before,
  main ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0; }
  main html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/ }
  @media screen and (max-width: 768px) {
    main .pc {
      display: none; } }
  main .sp {
    display: none; }
  @media screen and (max-width: 768px) {
    main .sp {
      display: inline-block; } }
  main p,
  main table,
  main blockquote,
  main address,
  main pre,
  main iframe,
  main form,
  main figure,
  main dl {
    margin: 0; }
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0; }
  main ul,
  main ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  main dd {
    margin-left: 0; }
  main hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit; }
  main pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */ }
  main address {
    font-style: inherit; }
  main a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 769px) and (hover: hover) {
    main a:hover {
      opacity: 0.8; } }
  main abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }
  main b,
  main strong {
    font-weight: bolder; }
  main code,
  main kbd,
  main samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */ }
  main small {
    font-size: 80%; }
  main sub,
  main sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  main sub {
    bottom: -0.25em; }
  main sup {
    top: -0.5em; }
  main svg,
  main embed,
  main object,
  main iframe {
    vertical-align: bottom; }
  main img,
  main figure,
  main picture {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  main img {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem; }
  main button,
  main input,
  main optgroup,
  main select,
  main textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */ }
  main button,
  main [type=button],
  main [type=reset],
  main [type=submit] {
    cursor: pointer; }
  main button:disabled,
  main [type=button]:disabled,
  main [type=reset]:disabled,
  main [type=submit]:disabled {
    cursor: default; }
  main :-moz-focusring {
    outline: auto; }
  main select:disabled {
    opacity: inherit; }
  main option {
    padding: 0; }
  main fieldset {
    margin: 0;
    padding: 0;
    min-width: 0; }
  main legend {
    padding: 0; }
  main progress {
    vertical-align: baseline; }
  main textarea {
    overflow: auto; }
  main [type=number]::-webkit-inner-spin-button,
  main [type=number]::-webkit-outer-spin-button {
    height: auto; }
  main [type=search] {
    outline-offset: -2px;
    /* 1 */ }
  main [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  main ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  main [type=number] {
    -moz-appearance: textfield; }
  main label[for] {
    cursor: pointer; }
  main details {
    display: block; }
  main summary {
    display: list-item; }
  main [contenteditable]:focus {
    outline: auto; }
  main table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse; }
  main caption {
    text-align: left; }
  main td,
  main th {
    vertical-align: top;
    padding: 0; }
  main th {
    text-align: left;
    font-weight: bold; }
