@charset "UTF-8";
/* ### reset.scss ### */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

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

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

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

/* mixin */
/* setting */
/* layout */
.echoesplus-hide-pc { display: none; }

@media screen and (max-width: 768px) { .echoesplus-hide-pc { display: block; }
  .echoesplus-hide-sp { display: none; } }
.echoesplus-wrap { color: #000; font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; font-size: 15px; line-height: 1.5; text-align: center; -webkit-text-size-adjust: 100%; }
@media screen and (max-width: 959px) { .echoesplus-wrap { min-width: 320px; } }
.echoesplus-wrap a { color: #00c; text-decoration: underline; }
.echoesplus-wrap a:hover { text-decoration: none; }
.echoesplus-wrap img { max-width: 100%; }

.echoesplus-note { font-size: 13px; text-align: center; color: #fff; }
@media screen and (max-width: 959px) { .echoesplus-note { padding-left: 1em; text-indent: -1em; font-size: 11px; text-align: left; } }

/* mv */
.echoesplus-mv { max-width: 960px; margin: 0 auto; }
.echoesplus-mv img { display: block; }

/* banner */
.echoesplus-banner { max-width: 740px; width: 100%; margin: 0 auto; }
@media screen and (max-width: 959px) { .echoesplus-banner { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .echoesplus-banner a:hover { opacity: .8; } }

.echoesplus-banner_2 { max-width: 740px; width: 100%; margin: 0 auto; margin-top: 30px; }
@media screen and (max-width: 959px) { .echoesplus-banner_2 { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .echoesplus-banner_2 a:hover { opacity: .8; } }

/* copyright */
.echoesplus-copyright ul { display: flex; justify-content: center; margin-top: 30px; }
.echoesplus-copyright ul li { list-style: none; }
.echoesplus-copyright ul li:nth-of-type(1) { margin-right: 20px; }
.echoesplus-copyright p { margin-top: 20px; padding-bottom: 70px; }
@media screen and (max-width: 959px) { .echoesplus-copyright p { width: 80%; margin: 20px auto 0; } }*/

/* footer */
.echoesplus-footer { padding: 50px 0; line-height: 1.2; color: #fff; }
@media screen and (max-width: 959px) { .echoesplus-footer { padding: 20px 10px; font-size: 11px; } }

/* 背景 */
.bg-fixed { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000;/*background: url("../img/bl4/bg.jpg") 50% 50%/cover no-repeat;*/ z-index: -1; }

/*# sourceMappingURL=style.css.map */