@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*

 style.css

*/

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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
b, strong {
    font-weight: bolder;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
input, textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
}
input[type=radio] {
	-webkit-appearance: radio;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}

/* -----------------------------------------------

= 全ページ共通

----------------------------------------------- */
html {
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	color: #1b1b1b;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #1b1b1b;
	transition: .2s;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	html {
		min-width: 1140px;
	}
	body {
		line-height: 1.87;
		font-size: 1.6rem;
	}
	.sp {
		display: none !important;
	}
	a {
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
    .container {
		padding: 0;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	html {
		font-size: calc(100vw / 75);
	}
	body {
		line-height: 1.76;
		font-size: 2.6rem;
	}
	.pc {
		display: none !important;
	}
    .container {
		padding: 0;
	}
}

/* -----------------------------------------------

= header

----------------------------------------------- */
    .top_img img {
        width: 100%;
        max-width: 100%;
    }
@media print, screen and (min-width: 768px) {
    .header .header_in .g_nav_btn {
        position: relative;
        top: 0;
    }
    .header .g_nav_btn.fixed {
        position: fixed;
        padding: 0;
        z-index: 1000;
        box-shadow: 0px 3px 3px -3px rgba(93, 88, 89, 0.3);
    }
.top_img {
        padding-top:0;
    }
}


@media screen and (max-width: 767px) {
    .top_img {
        padding-top:12rem;
    }

}