/* CSS Document */


/* リセット
--------------------------------------------- */
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, 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%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul, ol {
	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;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
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;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: bottom;
}


/*  ベーススタイル
------------------------------------------------- */
body {
	line-height: 1.6;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
#header, #headernavi, #footer {
	letter-spacing: normal;
}
a {
	color: #333;
	text-decoration: none !important;
}
@media screen and (min-width: 769px) {
	.sp_view_ {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}
	img {
		width: 100%;
	}
	#header ,
	#header_menu_block ,
	#footer {
		font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: normal;
	}
	#footer #footer_btm #footernav li {
		font-size: 14px;
	}
	#header img,
	#headernavi img,
	#footer img {
		width: auto;
	}
	.pc_view_ {
		display: none;
	}
}
/* PCのMV画像割合 */
#visual .pc_view_ {
	width: 100%;
}

#visual .pc_view_ img {
	width: 100%;
}

/*  スタイル
------------------------------------------------- */
#LPformat01 div.info_ {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}


#LPformat01 #visual {
	display: block;
	text-align: center;
	position: relative;
}

/* menu - anchor */
#LPformat01 .menu_inner {
	text-align: center;
	width: 1180px;
	margin: 40px auto;
}

#LPformat01 .menu_inner a {
	border-radius: 10px;
    width: 800px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-family: "source-han-serif-japanese", serif;
	font-size: 40px;
}
#LPformat01 .menu_inner a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#LPformat01 .menu_inner {
		text-align: center;
		width: 100%;
		margin: 20px auto;
	}
	/********* ご注文はこちらボタン色変更部分 **********/
	#LPformat01 .menu_inner a {
		border-radius: 5px;
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		height: 40px;
		font-size: 20px;
	}
}

#LPformat01 #footer {
	padding: 35px 0;
	background: #e9f7ff;
}
#LPformat01 #footer .inner_ {
	width: 1180px;
	text-align: center;
	margin: 0 auto;
}
#LPformat01 #footer .inner_ ul {
	margin-bottom: 25px;
}
#LPformat01 #footer .inner_ ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 12px;
}
#LPformat01 #footer .inner_ ul li a {
	padding-left: 10px;
	position: relative;
}
#LPformat01 #footer .inner_ ul li a::before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #244a61;
	position: absolute;
	top: 50%;
	left: 0;
}
#LPformat01 #footer .inner_ ul li a:hover {
	text-decoration: underline;
}
#LPformat01 #footer .inner_ p {
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	#LPformat01 #footer {
		margin-top: 30px;
		padding: 25px 15px 20px;
	}
	#LPformat01 #footer .inner_ {
		width: auto;
	}
	#LPformat01 #footer .inner_ ul {
		margin-bottom: 20px;
		border-top: 1px solid #bcccd5;
	}
	#LPformat01 #footer .inner_ ul li {
		display: block;
		margin: 0;
		text-align: left;
	}
	#LPformat01 #footer .inner_ ul li a {
		display: block;
		padding: 12px 10px 12px 20px;
		border-bottom: 1px solid #bcccd5;
	}
	#LPformat01 #footer .inner_ ul li a::before {
		left: 10px;
	}
	#LPformat01 #footer .inner_ ul li a:hover {
		text-decoration: none;
	}
	#LPformat01 #footer .inner_ p {
		letter-spacing: 0;
	}
}

#LPformat01 .br_pc_ {
	display: block;
}
#LPformat01 .br_sp_ {
	display: none;
}
.clear{
	clear: both;
}
@media screen and (max-width: 768px) {
	#LPformat01 .br_pc_ {
	display: none;
	}
	#LPformat01 .br_sp_ {
	display: block;
	}
	.clear{
	clear: both;
	}
}



/* box */
#LPformat01 .d_flex {
	display: flex;
	justify-content: space-between;
	
}
#LPformat01 .box {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
#LPformat01 .box_item_left,
#LPformat01 .box_item_right {
	width: 560px;
}
#LPformat01 .box_item_left {
	order: 10;
}
#LPformat01 .box_item_right {
	order: 20;
	position: relative;
}

#LPformat01 .box p {
	font-size: 17px;
	line-height: 2;
	margin-top: 10px;
	text-align: justify;
	font-family: "source-han-serif-japanese", serif;
}
#LPformat01 .box p.small_comment {
	font-size: 15px;
	text-align: right;
	width: 100%;
}

#LPformat01 .box p .txt {
	/* background: #ffc333; */
}
#LPformat01 .box_item {
	margin-bottom: 40px;
}
/********* タイトルテキスト色・背景画像変更部分 **********/
#LPformat01 .box_item h3 {
	text-align: center;
	padding: 35px 0 30px;
	font-family: "source-han-serif-japanese", serif;
	font-size: 60px;
	line-height: 1;
}
#LPformat01 .box_item.box_item05 h3 {
	font-size: 42px;
	line-height: 1.5;
}
#LPformat01 .mt0 {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	#LPformat01 .box {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	#LPformat01 .d_flex {
		display: inline-block;
		width: 100%;
	}
	#LPformat01 .box_item_left,
	#LPformat01 .box_item_right {
		width: 100%;
		margin-top: 10px;
	}
	#LPformat01 .box p {
		font-size: 15px;
	}
	#LPformat01 .box p.small_comment {
		font-size: 13px;
		text-align: right;
		width: 100%;
	}
	#LPformat01 .box_item h3 {
		padding: 20px 0;
		font-size: 6vw;
		line-height: calc(80/60);
	}
	#LPformat01 .box_item.box_item05 h3 {
		font-size: 6vw;
	}
	#LPformat01 .box_item {
		margin-bottom: 20px;
	}
	#LPformat01 .box_item.box_item05,
	#LPformat01 .box_item.box_item04,
	#LPformat01 .box_item.box_item02 {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* con_02_ */
#LPformat01 .con_02_ {
	padding: 10px 0;
}
#LPformat01 .con_02_ h2 {
	margin: 10px 0 20px;
	text-align: center;
	font-family: "source-han-serif-japanese", serif;
	font-size: 48px;
}
#LPformat01 .con_02_ ul {
	width: 1180px;
	margin: 0 auto;
}
#LPformat01 .con_02_ ul li {
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
#LPformat01 .con_02_ ul li h3 {
	position: absolute;
	top: 36px;
	left: 40px;
}
#LPformat01 .con_02_ ul li .item_ {
	padding: 36px 40px;
	overflow: hidden;
}
#LPformat01 .con_02_ ul li .item_ > a {
	float: right; 
}
#LPformat01 .con_02_ ul li .item_ .info_ {
	width: 560px;
	padding-top: 90px;
}
#LPformat01 .con_02_ ul li .item_ .info_ p {
	margin-bottom: 18px;
	line-height: 1.4;
	font-family: "source-han-serif-japanese", serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#LPformat01 .con_02_ ul li .item_ .info_ p + p {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 50px;
	font-size: 15px;
	text-align: left;
}

#LPformat01 .con_02_ ul li .btnbox_ {
	padding: 20px 36px;
	font-family: "source-han-serif-japanese", serif;
	overflow: hidden;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ {
	width: 650px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p {
	font-weight: bold;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p:first-child {
	font-size: 30px;
	float: left;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p {
	line-height: 1.1;
	font-size: 40px;
	float: right;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p.text02 {	
	color: #801313;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p span {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}
#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p span.txt01 {
	display: block;
    font-size: 20px;
    padding-bottom: 10px;
}
#LPformat01 .con_02_ ul li .btnbox_ .btn_ {
	width: 410px;
	float: right;
}
#LPformat01 .con_02_ ul li .btnbox_ .btn_ a {
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	background: #801313;
	text-align: center;
	font-size: 30px;
	color: #fff;
	position: relative;
	transition: .3s;
}
#LPformat01 .con_02_ ul li .btnbox_ .btn_ a::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
#LPformat01 .con_02_ ul li .btnbox_ .btn_ a:hover {
	opacity: .7;
}
#LPformat01 .con_02_ ul + p {
	width: 1180px;
	margin: 0 auto;
	font-size: 14px;
}
#LPformat01 .con_02_ .warning {
	width: 1180px;
	margin: 20px auto 20px;
	font-size: 14px;
	text-align: center;
	font-family: "source-han-serif-japanese", serif;
}
/* 追加 */
#LPformat01 .box_item_text {
	width: 1080px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 2;
    color: #6b3d02;
    margin-top: 10px;
    font-family: "source-han-serif-japanese", serif;
    margin-bottom: 50px;
}
#LPformat01 .box_item_text h4 {
	font-size: 35px;
}
#LPformat01 .box_item_text h4 .emphasis_text {
	font-size: 50px;
    color: rgb(0, 153, 68);
}
#LPformat01 .box_item_text h4 .mark_super {
	vertical-align: 75%;
	font-size: 70%;
}
#LPformat01 .box_item_text .mark_align_r {
	color:#333;
	font-size:10px;
	text-align:right;
	width:90%;
}
@media screen and (max-width: 768px) {
	#LPformat01 .con_02_ {
		padding: 20px 10px 30px;
		background-size: 249px;
	}
	#LPformat01 .con_02_ h2 {
		margin-bottom: 30px;
		padding-top: 8%;
		background-size: 5%;
		font-size: 7.5vw;
	}
	#LPformat01 .con_02_ ul {
		width: auto;
	}
	#LPformat01 .con_02_ ul li {
		margin-bottom: 20px;
		padding: 15px;
		position: static;
	}
	#LPformat01 .con_02_ ul li h3 {
		margin-bottom: 15px;
		position: static;
	}
	#LPformat01 .con_02_ ul li .item_ {
		padding: 0 0 15px;
		overflow: visible;
	}
	#LPformat01 .con_02_ ul li .item_ > img {
		float: none;
	}
	#LPformat01 .con_02_ ul li .item_ .info_ {
		width: auto;
		padding-top: 15px;
	}
	#LPformat01 .con_02_ ul li .item_ .info_ p {
		margin-bottom: 15px;
		font-size: 20px;
		text-align: center;
	}
	#LPformat01 .con_02_ ul li .item_ .info_ p + p {
		margin: 15px 0px;
		font-size: 12px;
		text-align: center;
	}
	#LPformat01 .con_02_ ul li .btnbox_ {
		padding: 10px;
		text-align: center;
		overflow: visible;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .text_ {
		width: auto;
		padding-top: 0;
		float: none;
		overflow: visible;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .text_ p:first-child {
		font-size: 6vw;
		float: none;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p {
		margin-bottom: 3vw;
		line-height: 1.4;
		font-size: 8vw;
		float: none;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p span {
		margin-left: 1.8vw;
		font-size: 3.5vw;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .text_ p + p span.txt01 {
		font-size: 3.5vw;
		padding-bottom: 0;
		padding-top: 10px;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .btn_ {
		width: auto;
		float: none;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .btn_ a {
		font-size: 5vw;
		transition: 0s;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .btn_ a::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	#LPformat01 .con_02_ ul li .btnbox_ .btn_ a:hover {
		opacity: 1;
	}
	#LPformat01 .con_02_ ul + p {
		width: auto;
		font-size: 12px;
	}
	#LPformat01 .con_02_ .warning {
		width: auto;
		margin: 0px auto 0px;
		font-size: 3.5vw;
		text-align: center;
		padding: 0px 0px 20px;
	}
	/* 追加 */
	#LPformat01 .box_item_text {
		width: calc(100% - 20px);
    	text-align: center;
    	font-size: 15px;
    	margin-bottom: 35px;
	}
	#LPformat01 .box_item_text h4 {
		font-size: 16px;
	}
	#LPformat01 .box_item_text h4 .emphasis_text {
		font-size: 35px;
    	color: rgb(0, 153, 68);
	}
	#LPformat01 .box_item_text h4 .mark_super {
		vertical-align: 90%;
		font-size:70%;
		
	}
	#LPformat01 .box_item_text .mark_align_r {
		font-size:10px;
		text-align:right;
		width:100%;
	}
}

@media screen and (min-width: 769px) {
	.block-list--menu {
		width: 100%;
		max-width: 1183px;
		margin: 30px auto 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.block-list--menu li {
		width: 32%;
		margin-right: 19px;
	}
	.block-list--menu li:last-child {
		margin-right: 0;
	}
	
	.block-list--menu li > a {
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border-radius: 50px;
		height: 72px;
		padding: 0 30px 0 20px;
		text-decoration: none;
		text-align: center;
	}
	.block-list--menu li > a:after {
		content: '▼';
		width: 15px;
		height: 15px;
		font-size: 15px;
		position: absolute;
		right: 6%;
		top: 45%;
		transform: translate(-50%, -50%);
	}
	.block-top_ {
		text-align: center;
		position: relative;
		width: 900px;
		margin: 0 auto 50px;
	}
	.block-top_ .block-top_01 {
		font-size: 90px;
		font-family: "source-han-serif-japanese", serif;
		font-weight: bold;
		letter-spacing: 20px;
		line-height: 1em;
		/* margin: 0 0 40px 55px; */
		margin: 0 0 40px;
	}
	.block-top_ .block-top_02 {
		font-size: 40px;
		font-family: "source-han-serif-japanese", serif;
		font-weight: bold;
		line-height: 1em;
		position: relative;
		width: 500px;
		margin: 0 auto 35px;
	}
	.block-top_ .block-top_02:before,
	.block-top_ .block-top_02:after {
		content: '';
		position: absolute;
		width: 40px;
		height: 40px;
		top: 0;
	}
	.block-top_ .block-top_02:before {
		border-left: 4px solid #e3a201;
		transform: rotate(-25deg);
		left: 10px;
	}
	.block-top_ .block-top_02:after {
		border-right: 4px solid #e3a201;
		transform: rotate(20deg);
		right: 20px;
	}
	
	.block-top_ .block-top_03 {
		width: 611px;
		height: 65px;
		margin: 0 auto;
		font-family: "source-han-serif-japanese", serif;
		font-size: 30px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 10px;
	}
	.block-top_ .block-top_04 {
		position: absolute;
		bottom: 0;
		right: -15px;
	}
	#menu .menu_review {
		text-align: center;
		margin: 0 auto 40px;
		text-decoration: underline;
	}
	#menu .menu_review a {
		font-size: 15px;
	}
	.box_item.box_item01 .box_item_right {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.box_item_left .box01_ab_text {
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 30px;
		font-family: "source-han-serif-japanese", serif;
		
		line-height: 2em;
	}
	.box_item_left .box01_ab_text span {
		font-size: 38px;
	}
	.box_item.box_item06_1 .box_item_left{
		display: flex;
		align-items: center;
	}
	.box_item06 .box_item06_point {
		font-size: 40px;
		font-family: "source-han-serif-japanese", serif;
		letter-spacing: 3px;
		text-indent: 15px;
		margin: 10px 0 42px;
	}
	.box_item06 .box_item06_point span:nth-of-type(1) {
		font-size: 30px;
	}
	.box_item06 .box_item06_point span:nth-of-type(2) {
		font-size: 70px;
		font-weight: bold;
	}
	#corn_review {
		width:1180px;
		margin: 0 auto;
	}
	#revico-comment {
		background-color: #eeeeee !important;
	}
	#revico-comment .revico-review-comment-row-wrapper,
	#revico-comment .revico-widget .revico-review-comment-row,
	#revico-comment .revico-comment-header .revico-comment-header-wrapper {
		width: 1000px !important;
	}
	#revico-comment2 .userreview_ {
		border-top: unset;
	}
}

@media screen and (max-width: 768px) {
	.block-list--menu {
		width: 95%;
		margin: 5% 2.5% 8%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.block-list--menu li {
		width: 48.75%;
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
	.block-list--menu li:nth-child(2n) {
		margin-right: 0;
	}
	/********* ページトップアンカーリンク色変更部分 **********/
	.block-list--menu li > a {
		font-size: 4vw;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border-radius: 50px;
		height: 50px;
		padding: 0;
		text-decoration: none;
		text-align: center;
		text-indent: -8%;
	}
	.block-list--menu li > a:after {
		content: '▼';
		width: 10px;
		height: 10px;
		font-size: 10px;
		position: absolute;
		right: 6%;
		top: 45%;
		transform: translate(-50%, -50%);
	}
	.block-top_ {
		text-align: center;
		position: relative;
		margin: 0 auto 8%;
	}

	/********* ページトップタイトル１テキスト（鮮度抜群）色変更部分 **********/
	.block-top_ .block-top_01 {
		font-size: 14vw;
		font-family: "source-han-serif-japanese", serif;
		letter-spacing: 10px;
		line-height: 1em;
		/* margin: 0 0 5% 12%; */
		margin: 0 0 5%;
	}
	/********* ページトップタイトル２テキスト（農家でしか味わえない）色変更部分 **********/
	.block-top_ .block-top_02 {
		font-size: 6vw;
		font-family: "source-han-serif-japanese", serif;
		line-height: 1em;
		position: relative;
		margin: 0 auto 5%;
	}
	.block-top_ .block-top_02:before,
	.block-top_ .block-top_02:after {
		content: '';
		position: absolute;
		width: 1em;
		height: 1em;
		top: 0;
	}
	.block-top_ .block-top_02:before {
		border-left: 1px solid #e3a201;
		transform: rotate(-25deg);
		left: 15%;
	}
	.block-top_ .block-top_02:after {
		border-right: 1px solid #e3a201;
		transform: rotate(20deg);
		right: 10%;
	}
	/********* ページトップタイトル３テキスト（究極の品質・鮮度でお届けします）色・背景画像変更部分 **********/	.block-top_ .block-top_03 {
		height: 45px;
		margin: 0 auto;
		font-family: "source-han-serif-japanese", serif;
		font-size: 4.7vw;
		display: flex;
		align-items: center;
		margin-left: 4%;
		padding-left: 3%;
	}
	.block-top_ .block-top_04 {
		position: absolute;
		bottom: -10%;
		right: 1%;
		width: 13%;
	}
	#menu .menu_review {
		text-align: center;
		margin: 0 auto 40px;
		text-decoration: underline;
	}
	#menu .menu_review a {
		font-size: 15px;
	}
	.box_item.box_item01 .box_item_right {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.box_item.box_item01 .box_item_left {
		position: relative;
	}
	.box_item_left .box01_ab_text {
		position: absolute;
		top: 7%;
		left: 5%;
		font-size: 4.2vw;
		font-family: "source-han-serif-japanese", serif;
		line-height: 2.4em;
	}
	.box_item_left .box01_ab_text span {
		font-size: 6vw;
	}
	#LPformat01 .box_item05 h3 {
		font-size: 5.5vw !important;
	}
	.box_item.box_item06_1 .box_item_left{
		display: flex;
		align-items: center;
	}
	#sec2 .box_item_right {
		margin-bottom: 8%;
	}
	.box_item06 {
		display: inline-flex !important;
		flex-direction: column;
	}
	.box_item06.box_item06_1 .box_item_right {
		order: 10 !important;
	}
	.box_item06.box_item06_1 .box_item_left {
		order: 20 !important;
	}
	.box_item06 .box_item06_point {
		font-size: 6vw;
		font-family: "source-han-serif-japanese", serif;
		letter-spacing: 3px;
		margin: 0 auto 3%;
		width: 90%;
		text-align: center;
	}
	.box_item06 .box_item06_point span:nth-of-type(1) {
		font-size: 5vw;
	}
	.box_item06 .box_item06_point span:nth-of-type(2) {
		font-size: 14vw;
		font-weight: bold;
	}
	.box_item06 .box_item_right p:nth-of-type(2),
	.box_item06 .box_item_right p:nth-of-type(3) {
		text-align: center !important;
	}
	.box_item06 .box_item_right p:nth-of-type(3) {
		margin-top: 0 !important;
	}
	.revico-comment-main.revico-widget {
		background-color: #eeeeee;
	}
	#revico-comment2 .userreview_ {
		padding: 30px 0 20px;
		margin-top: 20px;
		position: relative;
		font-size: 20px;
		font-family: "trajan-pro-3",serif;
		font-weight: 400;
		line-height: 0.8em;
		text-align: center;
	}
	#revico-comment2 .userreview_ span {
		color: #244a61;
		font-size: 10px;
		font-family: "source-han-serif-japanese",serif;
		font-weight: 400;
		line-height: 1.0;
		margin: 10px auto 0;
		display: block;
		vertical-align: middle;
	}
	#LPformat01 .box_item.box_item06_ttl {
		width: calc(100% + 20px);
		margin: -18% -10px 0;
		padding-top: 18%;
	}
	.header_free_shipping {
		display: none;
	}
}