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

body { font-size: 14px; line-height: 1.4; font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック','MS P Gothic',sans-serif; }

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

ul { list-style: none; }

blockquote, q { quotes: none; }

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

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

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: 700; }

del { text-decoration: line-through; }

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

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

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

address { font-style: normal; }

/*====== clearfix =====*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px; /*¥*/      /*/
height: auto;
overflow: hidden;
/**/ }

/*====== box-sizing =====*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

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

#wrapper { overflow: hidden; }

/*====== font =====*/
@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}
body,
button, input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
}

body {
    color: #111a24;
}

h1, h2, h3, h4, h5, h6 { /*color: #111a24;*/ line-height: 1.5; }

.font-midashi,
.page-title__main,
.blog-title,
.blog-search,
.side-lb,
.m-lb01__main,
.m-lb02,
.m-lb03,
.m-catch01,
.faq-list__q,
.maker-nav__list {
    font-family: 'Noto Sans JP', sans-serif;
}

.font-en,
.page-title__sub,
.m-lb01__sub,
.faq-list__q .q,
.faq-list__a .a {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.font-bold,
.m-link01,
.m-link02,
button {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
}

.font-big { font-size: 1.125em; }
.font-mbig { font-size: 1.25em; }

.font-small { font-size: .875em; }
.font-msmall { font-size: .75em; }

.font-italic { font-style: italic; }

.font-ker { -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }
.font-ker1 { letter-spacing: -0.4em; }
.font-ker2 { letter-spacing: -0.08em; }

.tleft { text-align: left !important; }
.tcenter { text-align: center !important; }
.tright { text-align: right !important; }

/*====== link =====*/
a { color: #111; -webkit-transition: opacity .6s; transition: opacity .6s; }

a:hover { opacity: 0.7; }

header a,
footer a,
.toggle-nav a {
    color: inherit;
    text-decoration: none;
}

.no-link { cursor: pointer; }

/*====== button =====*/
button { outline: none; cursor: pointer; }

/*====== img =====*/
img { max-width: 100%; height: auto; vertical-align: top; }
iframe { max-width: 100%; vertical-align: top; }

/*====== common style =====*/
.color-gray { color: #666; }
.color-red { color: #f00; }

.w100 { width: 100%; }

.m-inner {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 86.933%;
}

.m-inner_s {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 86.933%;
}

.m-inner .m-inner_s {
    width: 100%;
}

ul.disc > li { position: relative; padding-left: 1.2em; text-indent: 0; }
ul.disc > li::before { content: "・"; position: absolute; left: 0; }

ul.kome > li { position: relative; padding-left: 1.2em; text-indent: 0; }
ul.kome > li::before { content: "※"; position: absolute; left: 0; }

dl div.disc dd { position: relative; padding-left: 1.2em; }
dl div.disc dd::before { content: "・"; position: absolute; left: 0; }

.mtp0 { margin-top: 0 !important; }
.mtp5 { margin-top: 5px !important; }
.mtp10 { margin-top: 10px !important; }
.mtp15 { margin-top: 15px !important; }
.mtp20 { margin-top: 20px !important; }
.mtp25 { margin-top: 25px !important; }
.mtp30 { margin-top: 30px !important; }
.mtp35 { margin-top: 35px !important; }
.mtp40 { margin-top: 40px !important; }
.mtp45 { margin-top: 45px !important; }
.mtp50 { margin-top: 50px !important; }
.mtp55 { margin-top: 55px !important; }
.mtp60 { margin-top: 60px !important; }
.mtp70 { margin-top: 70px !important; }
.mtp80 { margin-top: 80px !important; }

.mbt0 { margin-bottom: 0 !important; }
.mbt5 { margin-bottom: 5px !important; }
.mbt10 { margin-bottom: 10px !important; }
.mbt15 { margin-bottom: 15px !important; }
.mbt20 { margin-bottom: 20px !important; }
.mbt25 { margin-bottom: 25px !important; }
.mbt30 { margin-bottom: 30px !important; }
.mbt35 { margin-bottom: 35px !important; }
.mbt40 { margin-bottom: 40px !important; }
.mbt45 { margin-bottom: 45px !important; }
.mbt50 { margin-bottom: 50px !important; }
.mbt55 { margin-bottom: 55px !important; }
.mbt60 { margin-bottom: 60px !important; }
.mbt70 { margin-bottom: 70px !important; }
.mbt80 { margin-bottom: 80px !important; }

.fleft { float: left; }
.fright { float: right; }

.block { display: block; }
.iblock { display: inline-block; }
.hide { overflow: hidden; }

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.is-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* category */
.tag-cat {
    margin-top: .75em;
    font-size: 0.875em;
    line-height: 1;
}

.tag-cat .cat {
    display: inline-block;
    padding: .44em .72em;
    margin: .5em .5em 0 0;
    border-radius: 5px;
    border: solid 1px #ddd;
    background: #f5f5f5;
    color: #707070;
}

.tag-maker {
    font-size: 0.875em;
    line-height: 1;
}

.tag-maker .maker {
    display: inline-block;
    padding: .5em .78em;
    margin: .5em .5em 0 0;
    border-radius: 5px;
    background: #009ae0;
    color: #fff;
}

/* thumbnail */
.thumb {
    position: relative;
    width: 100%;
    height: 0;
	overflow: hidden;
}
.thumb img {
    width: 100%; height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

/* Parallax */
.t--u {
	-webkit-transform: translate(0, -100px);
	        transform: translate(0, -100px);
}
.u--t {
	-webkit-transform: translate(0, 100px);
	        transform: translate(0, 100px);
}
.r--l {
	-webkit-transform: translate(100px, 0);
	        transform: translate(100px, 0);
}
.l--r {
	-webkit-transform: translate(-100px, 0);
	        transform: translate(-100px, 0);
}
.s--b {
    -webkit-transform: scale(0);
            transform: scale(0);
}
.u--t {
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.t--u,
.r--l,
.l--r {
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.t--u.active,
.u--t.active,
.r--l.active,
.l--r.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.s--b {
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.s--b.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.js-para-bg.is-active {
    background: none;
}

.fix-bg {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
    opacity: 0;
}

.js-para-bg.is-active .fix-bg {
    opacity: 1;
}

.fix-bg img {
    width: 100%;
}

@media screen and (orientation: portrait) {
    .fix-bg img {
        max-width: none;
        width: auto;
        height: 100%;
    }
}