body {
	font-family: 'Yu Gothic','YuGothic',sans-serif;
	margin:0;
	padding:0;
  	overflow-x: hidden;}

a,label {
  -webkit-tap-highlight-color: transparent;}

/*---------------------------------------- new_header --*/

.new_header {
	width:100%;
	box-sizing: border-box;
	background:#fff;
	z-index: 100;
	top:0;left:0; }

.new_header_inner {
	width:85%;
	margin:0 auto;
	position: relative;
	padding:0.7vmax 0;}

.new_header_logo {
	display: block;
	width:11vmax;
	height: auto;
	transition: .2s;
	margin:0 auto; }

.new_header_logo:hover {
	opacity: .7}

.new_header_logo>img {
	display: block;
	width:100%;
	height: auto}

.new_header_account,
.new_header_cart{
	display: block;
	width:2vmax;
	height: 2vmax;
	position: absolute;
	top:0;bottom:0;margin: auto;
	transition: .2s;}

.new_header_account>img,
.new_header_cart>img {
	display: block;
	width:100%;
	height: 100%;}

.new_header_account {
	right:3.5vmax;}

.new_header_cart {
	right: 0;}

.new_header_account:hover,
.new_header_cart:hover {
	opacity: .7}

@media screen and (max-width:1300px) {
	.new_header_inner {
		padding:1vmax 0	}
	.new_header_logo {
		width:15vmax}
	.new_header_account,
	.new_header_cart {
		width:2.5vmax;
		height: 2.5vmax	}
	.new_header_account {
		right: 4vmax}
}

@media screen and (max-width:540px) {
	.new_header_inner {
		width:90%;
		padding:2vmax 0}
	.new_header_logo {
		margin:0;
		width:20vmax}
	.new_header_account,
	.new_header_cart {
		width:3.5vmax;
		height: 3.5vmax;}
	.new_header_account {
		right: 5vmax}
}

/*---------------------------------------- new_header_menu --*/

.new_header_menu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width:100%;
	box-sizing: border-box;
	border-bottom:1px solid rgba(0,0,0,.1);
	border-top:1px solid rgba(0,0,0,.1);}

.l-accordion {
	width: 50%;
	line-height: 1;
	position: relative;}

.l-accordion input {
	display: none;}

.l-accordion .l-accordion-switch {
	position: relative;
	display: block;
	line-height: 1;
	padding: 1vmax 0.7vmax;
	margin-right:1vmax;
	transition: .2s;
	cursor: pointer; }

.l-accordion .l-accordion-switch:nth-last-child(1) {
	margin-right:0; }

.l-accordion .l-accordion-switch:hover {
	opacity: .7}

.l-accordion .l-accordion-switch-brand {
	display: flex;
	justify-content: flex-end;}

.l-accordion .l-accordion-switch>img {
	display: block;
	width:auto;
	height: 0.6vmax; }

.l-accordion .l-accordion-switch::before {
	content: '';
	position: absolute;
	display: block;
	width: 0.4vmax;
	height: 0.4vmax;
	background-image: url("https://img07.shop-pro.jp/PA01261/682/etc/header_menu_icon.png?cmsp_timestamp=20221205145536");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;bottom:0;margin:auto;right: 0;
	transform:  rotate(0);
	transition: .2s;}

.l-accordion .l-accordion-switch-category::before {
	right:auto;
	left:12%;}

.l-accordion input:checked~.l-accordion-switch::before {
	transform: rotate(180deg);
	transition: 0.5s;}

@media screen and (max-width:1300px) {
	.l-accordion .l-accordion-switch {
		padding:1.5vmax 1vmax}
	.l-accordion .l-accordion-switch>img {
		height: 0.9vmax;}
	.l-accordion .l-accordion-switch::before {
		width:0.6vmax;
		height: 0.6vmax	}
	.l-accordion .l-accordion-switch-category::before {
		left:17.5%;}
}

@media screen and (max-width:540px) {
	.l-accordion {
		width:25%}
	.new_header_menu {
		justify-content: flex-start	}
	.l-accordion .l-accordion-switch {
      	margin:0;
		padding:2.5vmax;}
  	.l-accordion .l-accordion-switch-category {
      	padding:2.5vmax 0}
	.l-accordion .l-accordion-switch>img {
		height: 1.2vmax}
	.l-accordion .l-accordion-switch::before {
		width:0.8vmax;
		height: 0.8vmax}
	.l-accordion .l-accordion-switch-brand {
		justify-content: flex-start	}
	.l-accordion .l-accordion-switch::before {
		right:22%}
	.l-accordion .l-accordion-switch-category::before {
		right:13%;
		left:auto;}
	
}

/* メニューの中身 */

.l-accordion-inside {
	background:rgba(255,255,255,.8);
	position: absolute;
	top:2.2vmax;
  	left:0;
	z-index: -1;
	height: 0;
	padding:4vmax;
  	margin:0;
	box-sizing: border-box;
	width:100vw;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	justify-content: center;}

.l-accordion input:checked~.l-accordion-inside {
	height: auto;
	z-index: 100;
	top:2.7vmax;
	opacity: 1;}

.l-accordion-inside a {
	display: block;
	color:#000;
	text-decoration: none;
	transition: .2s;}

.l-accordion-inside a:hover {
	opacity: .5;}

.l-accordion-inside-brand {
	align-items: center;}

.l-accordion-inside_li {
	list-style:none}

.l-accordion-inside-brand .l-accordion-inside_li {
	width:auto;
	height: 3.5vmax;
	margin:0 1.5%}

.l-accordion-inside-brand a {
	width:auto;
	height: 100%;}

.l-accordion-inside-brand img {
	width:auto;
	height: 100%;}

.l-accordion-inside-category {
	margin-left:-50vw;
	align-items: flex-start;}

.l-accordion-inside-category .l-accordion-inside_li {
	width:25%;
	margin:0 2%;
	text-align: left}

.l-accordion-inside-category .l-accordion-inside_li>a {
	border-bottom:1px solid rgba(0,0,0,.3);
	font-size: 0.8vmax;
	line-height: 3;
	margin-bottom:1vmax;}

.l-accordion-inside_child {
  	margin:0;}

.l-accordion-inside_child_li {
  	list-style:none;}

.l-accordion-inside-category .l-accordion-inside_child_li>a {
	font-size: 0.8vmax;
	font-weight: bold;
	line-height: 2;}

@media screen and (max-width:1300px) {
	.l-accordion-inside {
		top:3.3vmax;
		padding:6vmax;}
	.l-accordion input:checked~.l-accordion-inside {
		top:3.8vmax;}
	.l-accordion-inside-brand .l-accordion-inside_li {
		height: 4.5vmax;
		margin:0 2%}
	.l-accordion-inside-category .l-accordion-inside_li {
		width:30%;}
	.l-accordion-inside-category .l-accordion-inside_li>a {
		font-size:1vmax;
		margin-bottom:1.5vmax;}
	.l-accordion-inside-category .l-accordion-inside_child_li>a {
		font-size: 1vmax;}
}

@media screen and (max-width:540px) {
	.l-accordion-inside {
      	background:rgba(255,255,255,.9);
		flex-wrap: wrap;
		top:5.5vmax;
		padding:6vmax 5vmax;}
	.l-accordion input:checked~.l-accordion-inside {
		top:6vmax;}
	.l-accordion-inside-category .l-accordion-inside_li {
		width:100%;
		margin:0 0 5% 0;}
	.l-accordion-inside-category .l-accordion-inside_li>a {
		font-size:1.7vmax;
		margin-bottom:2.5vmax;}
	.l-accordion-inside-category .l-accordion-inside_child_li>a {
		font-size: 1.7vmax;}
	.l-accordion-inside-brand .l-accordion-inside_li {
		width:48%;
		height: 6.5vmax;
		margin:0 0 12% 0}
	.l-accordion-inside-brand .l-accordion-inside_li img {
		display: block;
		margin:0 auto;}
	.l-accordion-inside-brand .l-accordion-inside_li:nth-last-of-type(1),
	.l-accordion-inside-brand .l-accordion-inside_li:nth-last-of-type(2){
		margin:0;}
	.l-accordion-inside-category {
		margin-left:-25vw;}
}
/*---------------------------------------- h2 --*/

.h2_image {
	display: block;
	margin:0;}

.h2_image>img {
	display: block;
	margin:0 auto;
	width: auto;
	height: 1.2vmax;}

@media screen and (max-width:1300px) {
	.h2_image>img {
		height: 1.6vmax	}
}

@media screen and (max-width:540px) {
	.h2_image>img {
		height: 2vmax;}
}

/*---------------------------------------- footer --*/

.footer_new_wrapper {
	width:100%;
	background:#f0f0ee;
	padding:5vmax 0;
	margin-top:3vmax;}

.footer_new_inner {
	width:85%;
	margin: 0 auto;}

/*footer_new_top*/
.footer_new_top {
	display: flex;
	justify-content: center;
	align-items: center }

.footer_new_top_free {
	display: flex;
	justify-content: center;
	align-items: center; }

.footer_new_top_free>img {
	display: block;
	width:9vmax;
	height: auto;
	margin-right:1.5vmax; }

.footer_new_top_free>p>strong {
	display: block;
	font-size: 1.1vmax;
	letter-spacing: 0.1vmax;
	color:#4c4948;
	margin-bottom:0.5vmax;}

.footer_new_top_free>p {
	margin:0;
	font-size: 0.6vmax;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.05vmax;}

.footer_new_top>a {
	display: block;
	margin-left:8vmax;
	color:#fff;
	font-weight: bold;
	text-align: center;
	width:15vmax;
	background:#4c4948;
	text-decoration: none;
	padding:0.7vmax;
	border-radius: 0.7vmax;
	box-sizing: border-box;
	font-size: 0.8vmax;
	transition: .2s; }

.footer_new_top>a:hover {
	opacity: .9}

@media screen and (max-width:1300px) {
	.footer_new_wrapper {
		padding:7vmax 0;
		margin-top:5vmax;}
	.footer_new_top_free>img {
		width:12vmax;
		margin-right:2vmax}
	.footer_new_top_free>p>strong {
		letter-spacing: 0.2vmax;
		font-size: 1.3vmax}
	.footer_new_top_free>p {
		font-size: 0.9vmax}
	.footer_new_top>a {
		font-size: 1vmax;
		letter-spacing: 0.1vmax;
		padding:1vmax 0;
		border-radius: 1vmax;
		width:20vmax}
}

@media screen and (max-width:540px) {
	.footer_new_wrapper {
		padding:10vmax 0;
		margin-top:10vmax;}
	.footer_new_top {
		flex-wrap: wrap;}
	.footer_new_top_free {
		width:100%;}
	.footer_new_top_free>img {
		margin-right:4vmax;
		width:14vmax;}
	.footer_new_top_free>p>strong {
		font-size: 2vmax}
	.footer_new_top_free>p {
		font-size: 1.4vmax}
	.footer_new_top>a {
		margin-left:0;
		width:100%;
		margin-top:7vmax;
		padding:1.5vmax 0;
		font-size: 1.5vmax;
		border-radius: 1.5vmax;	}
}

/*footer_new_menu*/

.footer_new_menu_wrap {
	margin-top:5vmax;
	padding-top:2.5vmax;
	border-top:1px solid #000;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start}

.footer_new_menu_wrap a {
	transition: .2s;}

.footer_new_menu_wrap a:hover {
	opacity: .7}

.footer_new_menu_box {
	margin-right:3vmax;}

.footer_new_menu_box_title {
	display: block;
	margin:0;
	width:auto;
	height: 0.7vmax;}

.footer_new_menu_box_title>img {
	display: block;
	width:auto;
	height: 100%;}

.footer_new_menu_list {
	margin:1.3vmax 0 0 0;
	padding:0;}

.footer_new_menu_lists {
	display:flex; 
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;}

.footer_new_menu_lists>a {
	min-width:3vmax;
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 0.6vmax;
	letter-spacing: 0.05vmax;
	line-height: 2.3; }

.footer_new_menu_list_child {
	padding:0;}

.footer_new_menu_lists_child {
	list-style: none;}

.footer_new_menu_lists_child>a {
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 0.6vmax;
	padding-left:0.5vmax;
	line-height: 2.3;
	letter-spacing: 0.05vmax;}

.footer_new_menu_list_tabicon {
	display: inline-block;
	width:0.4vmax;
	height: 0.4vmax;
	margin-left:0.3vmax; }

.footer_copyright {
	padding:1.3vmax 0 1vmax 0;}

.footer_copyright>img {
	display: block;
	width:auto;
	height: 0.45vmax;
	margin: 0 auto;}

@media screen and (max-width:1300px) {
	.footer_new_menu_wrap {
		margin-top:7vmax;
		padding-top:5vmax;}
	.footer_new_menu_box {
		margin-right:5vmax}
	.footer_new_menu_box_title {
		height: 0.9vmax}
	.footer_new_menu_list {
		margin:1.7vmax 0 0 0;}
	.footer_new_menu_lists>a {
		min-width:5vmax;
		font-size: 1vmax;
		letter-spacing: 0.1vmax;}
	.footer_new_menu_lists_child>a {
		font-size: 0.95vmax;}
	.footer_new_menu_list_tabicon {
		width:0.7vmax;
		height: 0.7vmax	}
	.footer_copyright {
		padding:1.8vmax 0 1.5vmax 0;}
	.footer_copyright>img {
		height: 0.7vmax	}	
}

@media screen and (max-width:540px) {
	.footer_new_menu_wrap {
		flex-wrap: wrap;}
	.footer_new_menu_box {
		margin-right: 0;
		width:100%;
		margin-bottom:15%;}
	.footer_new_menu_box:nth-last-of-type(1) {
		margin-bottom:0;}
	.footer_new_menu_box_title {
		height: 1.5vmax;}
	.footer_new_menu_list {
		margin:3vmax 0 0 0;}
	.footer_new_menu_lists>a {
		font-size: 1.4vmax;
		min-width:8vmax;}
	.footer_new_menu_lists_child>a {
		font-size: 1.4vmax;}
	.footer_new_menu_list_tabicon {
		width:0.8vmax;
		height: 0.8vmax;
		margin-left:0.8vmax; }
	.footer_copyright {
		padding:3vmax 0 2.5vmax 0;}
	.footer_copyright>img {
		max-width:80%;
		height: 1vmax	}
}

/*---------------------------------------- pan_nav --*/

.pan_nav,
.pan_nav_group{
	width:85%;
	margin:5vmax auto 3vmax auto;
	letter-spacing: 0.05vmax;
	font-size: 0.65vmax;}

.pan_nav>a,
.pan_nav_group>a{
	color:#000;
	transition: .2s;
	text-decoration: none}

.pan_nav>a:hover,
.pan_nav_group>a:hover{
	opacity: .5}

@media screen and (max-width:1300px) {
	.pan_nav,.pan_nav_group {
		margin:7vmax auto 6vmax auto;
		font-size: 0.9vmax;	}
}

@media screen and (max-width:540px) {
	.pan_nav,.pan_nav_group {
		margin:7vmax auto;
      	line-height:2;
		letter-spacing: 0.1vmax;
		font-size: 1.3vmax;	}
}

/*---------------------------------------- group logo --*/

.group_logo {
	display: block;
	transition: .2s;
	text-align: center;
	margin:1.2vmax auto -3vmax auto;}

.group_logo:hover {
	opacity: .5!important}

.group_logo>img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 3vmax;}

@media screen and (max-width:1300px) {
	.group_logo {
		margin:1.5vmax auto -4vmax auto}
	.group_logo>img {
		height: 4vmax}
}

@media screen and (max-width:540px) {
	.group_logo {
		margin:2vmax auto -2vmax auto}
	.group_logo>img {
		height: 6vmax}
}

/*---------------------------------------- group mainview --*/

.group_mainview {
	width:85%;
	margin:-2.3vmax auto 0 auto;}

.group_mainview>img {
	display: block;
	width:100%;
	height: auto}

@media screen and (max-width:1300px) {
	.group_mainview {
		margin:-5vmax auto 0 auto}	
}

@media screen and (max-width:540px) {
	.group_mainview {
		width:100vw;
		margin-left:calc(50% - 50vw);}
}

/*---------------------------------------- group_brandsite_linkbtn --*/

.group_brandsite_linkbtn {
	background:#4c4948;
	color:#fff;
	text-align: center;
	display: block;
	width:16vmax;
	margin: 4vmax auto 0 auto;
	text-decoration: none;
	padding:0.7vmax 0;
	border-radius: 0.8vmax;
	font-weight: bold;
	font-size: 0.85vmax;
	letter-spacing: 0.1vmax;
	transition: .2s}

.group_brandsite_linkbtn:hover {
    text-decoration:none;
    color:#fff;
	opacity: .9}

.group_brandsite_linkbtn:visited {
    text-decoration:none!important;
    color:#fff;}

@media screen and (max-width:1300px) {
	.group_brandsite_linkbtn {
		width:19vmax;
		margin:5vmax auto 0 auto;
		padding:1vmax 0;
		border-radius: 1vmax;
		font-size: 1vmax;}	
}

@media screen and (max-width:540px) {
	.group_brandsite_linkbtn {
		width:25vmax;
		margin:6vmax auto 0 auto;
		padding:1.3vmax 0;
		border-radius: 1.3vmax;
		font-size: 1.6vmax;}
}

/*---------------------------------------- group_title --*/

.group_title {
	display: block;
	margin:3.5vmax auto 2.5vmax auto;
	width:auto;
	max-width:85%;
	object-fit: contain;
	object-position: center;
	height: 1.3vmax;}

.group_title_margin {
	margin:6vmax auto 2.5vmax auto}

.group_title_p {
	width:85%;
	display: block;
	margin:0 auto;
	max-width:45vmax;
	font-size: 0.9vmax;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.05vmax;}

@media screen and (max-width:1300px) {
	.group_title {
		margin:5vmax auto 3vmax auto;
		height: 1.9vmax;}
	.group_title_margin {
		margin:8vmax auto 3vmax auto;}
	.group_title_p {
		max-width:56vmax;
		font-size: 1.2vmax;}	
}

@media screen and (max-width:540px) {
	.group_title {
		margin:6vmax auto 5vmax auto;
		height: 2.5vmax;}
	.group_title_margin {
		margin:10vmax auto 5vmax auto}
	.group_title_p {
      	line-height:2.2;
		font-size: 1.7vmax;}
	.group_title_p br {
		display: none}
}

/*---------------------------------------- group_product_lists --*/

.group_product_lists {
	width:85%;
	margin:5vmax auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	padding:0;}

.group_product_lists:after {
    content: '';
    display: block;
    width: 21%;
    height: 0;}

.group_product_lists:before {
    content: '';
    display: block;
    width: 21%;
    height: 0;
    order: 1;}

.group_product_list {
	width:21%;
	margin-bottom:5%;
	list-style: none;}

.group_product_list>a {
	display: block;
	color:#000;
	text-decoration: none}

.group_product_list_imgwrap {
	width:100%;
	position: relative;
	overflow: hidden;
  	margin-bottom:3vmax;
	padding-top:100%;}

.group_product_list_imgwrap>img {
	display: block;
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	position: absolute;
	top:0;left:0;
	transition: .5s}

.group_product_list:hover .group_product_list_imgwrap>img {
	transform: scale(1.05)}

.group_product_list_p {
	margin:0;}

.group_product_list_p>strong {
	display: block;
	font-weight: 500;
	font-size: 0.8vmax;
  letter-spacing: 0.05vmax;
	line-height: 2;}

.group_product_list_p>span {
	display: block;
	font-size: 0.8vmax;
	letter-spacing: 0.05vmax;
	line-height: 2;
	font-weight: bold;}

@media screen and (max-width:1300px) {
	.group_product_list_p>strong {
		font-size: 1vmax;
		letter-spacing: 0.1vmax;}
	.group_product_list_p>span {
		font-size: 1.1vmax;
		letter-spacing: 0.1vmax;}
}

@media screen and (max-width:540px) {
	.group_product_lists {
      	padding-top:5vmax;
		flex-wrap: wrap}
	.group_product_list {
		width:45%;
		margin-bottom:15%;}
	.group_product_list_p>strong {
		font-size: 1.5vmax;}
	.group_product_list_p>span {
		font-size: 1.6vmax;}
}

/*---------------------------------------- organicherbtea category list --*/

.herb_cat_lists {
	width:85%;
	max-width:45vmax;
	padding:0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin:5vmax auto;}

.herb_cat_list {
	list-style: none;}

.herb_cat_list>a {
	display: block;
	width:auto;
	transition: .2s;
	height: 0.9vmax;}

.herb_cat_list>a>img {
	display: block;
	width:auto;height: 100%;}

.herb_cat_list>a:hover {
	opacity: .5}


@media screen and (max-width:1300px) {
	.herb_cat_list>a {height: 1.2vmax}	
}

@media screen and (max-width:540px) {
  .herb_cat_lists {margin:8vmax auto}
	.herb_cat_list>a {height: 1.5vmax;}
}
.cart_count {
	position: absolute;
	right:0;left:0;top:0.9vmax;margin:auto;
	color:#999999;
	text-decoration: none;
	border-radius: 100%;
	text-align: center;
	font-size: 0.7vmax;
	font-weight: bold;
	line-height: 1;}

@media screen and (max-width:1300px) {
	.cart_count {
		top:1.15vmax;
		font-size: 0.8vmax;}
}

@media screen and (max-width:540px) {
	.cart_count {
		top:1.6vmax;
		font-size: 1vmax;}
}

/*---------------------------------------- freepage --*/

		.freepage {
			width:85%;
			max-width:38vmax;
			font-size:0.75vmax;
			letter-spacing: 0.05vmax;
			line-height: 2;
			margin:0 auto 10vmax auto;}
		.freepage h3 {
          	font-family:serif;
          	font-weight:500;
			font-size: 1vmax;
			letter-spacing: 0.1vmax;}
		.freepage img {
			display: block;
			width:100%;
			height: auto;}
		.freepage iframe {
			display: block;
			width:100%;
			height: 23vmax;	}
		.freepage a {
          	text-decoration:underline;
			color:#000;
			transition: .2s;}
		.freepage a:hover {
			opacity: .5	}
		@media screen and (max-width:1300px) {
			.freepage {
				max-width:55vmax;
				font-size:1vmax;
				letter-spacing: 0.1vmax;}
			.freepage h3 {
				font-size: 1.3vmax;
				letter-spacing: 0.1vmax;}
			.freepage iframe {
				height: 35vmax}			
		}
		@media screen and (max-width:540px) {
			.freepage {
				margin:0 auto 15vmax auto;
				font-size:1.7vmax;}
			.freepage h3 {
				font-size: 2vmax;
				letter-spacing: 0.1vmax;}
			.freepage iframe {
				height: 30vmax}
		}

/*---------------------------------------- features --*/

.features_wrapper {
	margin-top:-5%;
	width:100%;
	background:#f1f1ef;
	padding:5vmax 0; }

.features_inner {
	width:85%;
	margin:5vmax auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start; }

.features_box {
	width:30%;}

.features_box>a {
	color:#000;
	text-decoration: none;
	display: block}

.features_box_imgwrap {
	width:100%;
	padding-top:70%;
	position: relative;
	overflow: hidden;}

.features_box_imgwrap>img {
	display: block;
	position: absolute;
	top:0;left:0;
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s}

.features_box>a:hover img {
	transform: scale(1.05);}

.features_box_title {
	font-size: 0.85vmax;
  	font-weight:500;
	letter-spacing: 0.1vmax;
	display: block;
  	line-height:1.8;
	margin:1.5vmax 0 0 0;
	transition: .2s}

.features_box>a:hover .features_box_title {
	opacity: .7}

@media screen and (max-width:1300px) {
	.features_wrapper {
		padding:7vmax 0;}
	.features_inner {
		margin:7vmax auto 0 auto}
	.features_box_title {
		font-size: 1.1vmax;
		line-height: 2;	}
}

@media screen and (max-width:540px) {
	.features_wrapper {
		padding:10vmax 0;}
	.features_inner {
		flex-wrap: wrap;
		margin:10vmax auto 0 auto}
	.features_box {
		width:48%;}
	.features_box:nth-of-type(1) {
		margin-bottom:15%;
		width:100%;	}
	.features_box_title {
		font-size: 1.5vmax;
		margin:2vmax 0 0 0;	}
}

/* ----------下からふわっと---------- */
.fade-block2 {
	transform: translateY(10px);
	opacity: 0;
	transition: all .5s ease-in;}

.fade-block2.blockIn {
	opacity: 1;
	transform: translateY(0);}

