@charset "utf-8";
/*----------------------------------------------
 CSS Document gregory
 -----------------------------------------------*/

/*---------- SNS ----------*/
.sns_area {
	float: right;
	overflow: hidden;
	margin-top: -30px;
}
/*---------- 共通 ----------*/
#top {
	clear: both;
}
section {
	/* width: 850px; */
	margin: 0 auto 0;
	text-align: center;
	color: #111;
}
section h1 {
	margin: 0 auto;
	/* width: 850px; */
	text-align: center;
}
h2 {
	margin: 30px auto 0;
	/* width: 840px; */
	font-size: 24px;
	text-align: center;
}
.caution {
	width: 850px;
	margin: 10px auto;
	text-align: left;
	font-size: 12px;
}
.sp {
	display: none;
}
a img:hover {
	transition: all 0.2s ease-out 0s;
}
/*---------- 前のページへ戻る ----------*/
.back {
	margin-top: 100px;
	text-align: center;
}
.back a {
	display: inline-block;
	background-color: #eee;
	padding: 10px 20px;
	color: #666;
	border-radius: 4px;
}
.back a:before {
	content: "";
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 8px -1px 0;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
/*---------- Webshopはこちら ----------*/
.btn01 {
	margin-top: 10px;
	text-align: center;
	font-size: 28px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
}
.btn01 a {
	display: inline-block;
	background-color: #111111;
	padding: 20px 50px;
	color: #fff;/* border-radius: 4px; */
}
.btn01 a:after {
	/* content: ""; */
	display: inline-block;
	left: 3px;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn01 a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s ease-out 0s;
}
.btn_web_txt {
	text-align: center;
	/* font-weight: bold; */
	color: #111111;
	font-size: 15px;
	margin: 10px 0 15px;
}
/*---------- CP ----------*/
.shop_ad {
	margin: 40px 0 0;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.func_wrapper {
	width: 100%;
}
 @media print, screen and (min-width: 768px) {
.func_wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
}
}
.funcVisual {
	background: #f0f0f0;
	margin: 10px 15px 0;
	padding: 20px 20px 0;
}
 @media print, screen and (min-width: 768px) {
.funcVisual {
	margin: 0px 0 0;
	padding: 30px 30px 0;
}
}
.funcVisual__head {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	padding-bottom: 18px;
	position: relative;
}
.funcVisual__head::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 4px;
	background: #ccc;
	content: '';
}
 @media print, screen and (min-width: 768px) {
.funcVisual__head {
	font-size: 30px;
}
}
.funcVisual__caption {
	margin-top: -0.6em;
	padding-left: 80px;
}
.funcVisual__body {
	padding-top: 30px;
}
.funcVisual__body > img {
	width: 100%;
}
.funcNav {
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 0px;
}
 @media print, screen and (min-width: 768px) {
.funcNav {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 100px;
}
}
.funcNav::after {
	content: '';
	display: block;
	clear: both;
}
.funcNav__item {
	float: left;
	margin: 15px 0 0;
	width: 50%;
}
.funcNav__item:nth-child(odd) {
	padding-right: 10px;
}
.funcNav__item:nth-child(even) {
	padding-left: 10px;
}
 @media print, screen and (min-width: 768px) {
.funcNav__item {
	text-align: center;
	margin: 0;
	width: 25%;
}
.funcNav__item:nth-child(odd), .funcNav__item:nth-child(even) {
	padding-right: 0px;
	padding-left: 0px;
}
}
.funcNav__item > a {
	background: #222;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 10px;
}
.funcNav__item > a.current {
	background: #ed8800;
}
.funcItem {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 610px;
}
.funcItem img {
	width: 100%;
}
.funcSec {
	text-align: center;
	margin: 0 15px 20px;
}
 @media print, screen and (min-width: 768px) {
.funcSec {
	margin: 0 0 20px;
}
}
.funcSec__headL {
	font-size: 30px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 30px auto 0px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.funcSec__headL::before, .funcSec__headL::after {
	/* content: ''; */
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000;
}
.funcSec__headL::before {
	bottom: 5px;
}
 @media print, screen and (min-width: 768px) {
.funcSec__headL {
	font-size: 60px;
	/* margin: 60px auto 20px; */
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1.2;
}
}
.funcSec__headM {
	font-size: 24px;
	line-height: 1.4;
	margin-top: 25px;
	text-align: left;
}
 @media print, screen and (min-width: 768px) {
.funcSec__headM {
	font-size: 30px;
	font-family: "Noto Sans Japanese", sans-serif;
}
}
.funcSec__headS {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 25px;
	position: relative;
	font-family: "Noto Sans Japanese", sans-serif;
}
 @media print, screen and (min-width: 768px) {
.funcSec__headS {
	font-size: 20px;
	text-align: left;
}
}
.funcSec__headXS {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 25px;
	position: relative;
}
 @media print, screen and (min-width: 768px) {
.funcSec__headXS {
	font-size: 18px;
}
}
.funcSec__thum {
	border: 1px solid #eee;
	display: block;
	width: 100%;
}
.funcSec__body {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 25px;
	text-align: justify;
	text-justify: inter-ideograph;/*ie*/
	position: relative;
}
.funcSec__body::after {
	content: '';
	display: block;
	clear: both;
}
.funcSec__grid {
	margin-left: 0px;
	margin-right: 0px;
}
 @media print, screen and (min-width: 768px) {
.funcSec__grid {
	margin-bottom: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
}
.funcSec__grid::after {
	content: '';
	display: block;
	clear: both;
}
.funcSec__grid__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
 @media print, screen and (min-width: 768px) {
.funcSec__grid__item {
	float: left;
	margin-top: 0;
}
}
.funcSec__grid__item--col02 {
	width: 100%;
}
 @media print, screen and (min-width: 768px) {
.funcSec__grid__item--col02 {
	width: 50%;
}
}
.funcSec__grid__item--col03 {
	width: 100%;
}
 @media print, screen and (min-width: 768px) {
.funcSec__grid__item--col03 {
	width: 33.333%;
}
}
.funcSec__grid__item--col04 {
	float: left;
	width: 50%;
}
 @media print, screen and (min-width: 768px) {
.funcSec__grid__item--col04 {
	width: 33.33%;
}
}
.funcSec__grid__item--col04 a {
	color: #444;
}
.funcSec__grid__item--col04 a:hover * {
	opacity: 0.7;
}
.funcSec__grid__inner {
	background: #eee;
	margin-top: 30px;
	padding: 5px 30px 30px;
}
.func__btn {
	margin-bottom: 20px;
	text-align: center;
}
 @media print, screen and (min-width: 768px) {
.func__btn {
	margin-bottom: 100px;
}
}
.func__btn i {
	padding-right: 15px;
}
.func__btn > a {
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	display: block;
	background-color: #ed8800;
	-webkit-box-shadow: 0 5px 0 #cc7400;
	box-shadow: 0 5px 0 #cc7400;
	border-radius: 5px;
	margin: 50px 15px 0;
	text-align: center;
	padding: 20px 10px;
}
 @media print, screen and (min-width: 768px) {
.func__btn > a {
	display: inline-block;
	margin: 0px;
	padding: 22px 80px;
}
}
.fontM {
	font-family: 'Montserrat', sans-serif;
}
.tCenter {
	text-align: center;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.inMark {
	padding-left: 40px;
}
.mark {
	background: #959595;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
	z-index: 1;
}
.paragon_sty .mark {
	background: #1470aa;
}
.stout_sty .mark {
	background: #026eae;
}
.has-gutterL {
	padding-left: 30px;
	padding-right: 30px;
}
.has-gutterM {
	padding-left: 15px;
	padding-right: 15px;
}
.ft_txt {
	font-weight: bold;
	font-size: 50px;
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1.2;
}
.ft_txt_link a {
	margin: 30px 0 50px;
	display: inline-block;
	font-size: 20px;
	color: #111;
	border-bottom: solid 1px #111;
}
.ft_txt_link a:hover {
	text-decoration: none;
	border-color: #fff;
}
.bartoro-ad {
	display: block;
	color: #ff0303;
}
/*---------- フォント ----------*/
/* cyrillic-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
 unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
 unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
 unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
 unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
