@charset "utf-8";
/* CSS Document */
.letroUgcsetFreearea{
	display: none!important;
}
.letro_box {
    text-align: center;
}
img.letro_title {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px;
}
.goodsDetail p,#goodsDetailArea p{
	word-break: normal!important;
}
p.aojiru_recipe_banner{
	width: 100%;
	display: flex;
}
p.aojiru_recipe_banner a{
	width: 100%;
	max-width:400px;
}
p.aojiru_recipe_banner a img{
}
.detail_img01{
	margin-bottom: 5%;
}
h3.detail_title_leftbold{
	color:#5a5a5a;
	font-size: 26px;
    font-weight: 700;
    line-height: 1.4em;
	padding:15px;
	border-left:#d08c8d solid 20px;
	border-top: #d08c8d solid 2px;
	border-bottom: #d08c8d solid 2px;
	border-right: #d08c8d solid 2px;
	text-align: left!important;
	margin-bottom: 15px;
}
.yajirushi_maru{
position: relative;	
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.2em;
}
.yajirushi_maru::before{
	position: absolute;
	top: 0;
	bottom: -2px;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 13.5px;
	height: 13.5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.yajirushi_maru::after{
	position: absolute;
	top: 0;
	bottom: -2px;
	left:3px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#goodsDetailArea .mtcustom01{
	margin: 20px auto 100px;
}
#goodsDetailArea .graph_ergagu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 2.5em 0 1.5em;
    margin: 1em auto;
}
#goodsDetailArea .graph_banaba{
	width: 100%;
	display: flex;
    justify-content:center;
	padding: 0;
    margin: 1em auto;
}
.detail_box_flexcustom{
	width: calc(50% - 30px);
	display: block;
    margin-bottom: 3%;
}
#goodsDetailArea .detail_ttl03_g {
    font-size: 27px;
    line-height: 1.4em;
    color: #6ea572;
	font-weight: 700;
    margin: 0 auto 0.5em;
	text-align: center;
}
#goodsDetailArea .detail_txt02_g{
	    font-size: 16px;
}
#goodsDetailArea .detail_txt02_g b{
    color: #6ea572;
	font-weight: 700;
}
#goodsDetailArea .detail_ttl03_o {
    font-size: 27px;
    line-height: 1.4em;
    color: #e6975d;
	font-weight: 700;
    margin: 0 auto 0.5em;
    letter-spacing: 0.1em;
	text-align: center;
}
#goodsDetailArea .detail_txt02_o{
	    font-size: 16px;
}
#goodsDetailArea .detail_txt02_o b{
    color: #e6975d;
	font-weight: 700;
}
#goodsDetailArea .detail_ttl03_b {
    font-size: 27px;
    line-height: 1.4em;
    color: #da53a3;
	font-weight: 700;
    margin: 0 auto 0.5em;
    letter-spacing: 0.1em;
	text-align: center;
}
#goodsDetailArea .detail_txt02_b{
	    font-size: 16px;
}
#goodsDetailArea .detail_txt02_b b{
    color: #da53a3;
	font-weight: 700;
}
#goodsDetailArea .detail_txt02_image{
	margin:20px auto 20px;
	text-align: center;
}
#goodsDetailArea .detail_txt02_image img{
	height: 100%;
	max-height: 200px;
	
}
#goodsDetailArea .box02{
	text-align: center;
	width: 100%;
	display: block;
}
#goodsDetailArea .column_box_ao01{
	width: 100%;
	display: block;
}
/*タブ切り替え全体のスタイル*/
#goodsDetailArea .column_box_ao01 .tabs {
  margin-top: 50px;
  padding-bottom: 0px;
	width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
#goodsDetailArea .column_box_ao01 .tab_item {
  width: 150px;
  min-height: 42px;
  background-color: #fdfdfd;
  color: #d3b1b1;
  line-height: 1.2em;
  font-size: 18px;
  text-align: center;
  display: flex;
	justify-content: center;
	align-items: center;
  float: left;
  transition: all 0.2s ease;
	margin-right: 5px;
	border-radius: 5px 5px 0 0 ;
	padding: 5px 0 5px;
}
#goodsDetailArea .column_box_ao01 .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#goodsDetailArea .column_box_ao01 input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#goodsDetailArea .column_box_ao01 .tab_content {
  display: none;
  padding: 40px;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#goodsDetailArea .column_box_ao01 #all:checked ~ #all_content,
#goodsDetailArea .column_box_ao01 #programming:checked ~ #programming_content,
#goodsDetailArea .column_box_ao01 #design:checked ~ #design_content {
  display: block;
  background-color: #f7f7f7;
	border-radius: 0 5px 5px 5px;
}

/*選択されているタブのスタイルを変える*/
#goodsDetailArea .column_box_ao01 .tabs input:checked + .tab_item {
  background-color: #DCC3C3;
  color: #fff;
}
#goodsDetailArea .tab_content_description{
	font-size:16px;
}
#goodsDetailArea .tab_content_description h3{
	font-size:1.5em;
	text-align: left;
	line-height:1.7em;
	color:#5b5b5b;
	border-bottom:1px solid #5b5b5b;
	padding-bottom: 10px;
}
#goodsDetailArea .tab_content_desinner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#goodsDetailArea .tab_content_description .tab_content_mini{
	width: calc(50% - 30px);
	display: block;
	margin: 40px 0 0;
	text-align: center;
}
#goodsDetailArea .tab_content_description .tab_content_mini:first-of-type {
}
#goodsDetailArea .tab_content_mini h4{
	font-size:1.2em;
	text-align: left;
	line-height:1.2em;
	color:#5b5b5b;
	border-left:10px solid #d07777;
	padding-left: 10px;
}
#goodsDetailArea .tab_content_mini h4 span{
	font-size: 0.8em;
}
#goodsDetailArea .tab_content_mini img.column01_image01{
	margin:40px auto 40px;
	height: 100%;
	max-height: 220px;
	/*
	max-width: 350px;
	width: 60%;
	*/
}
#goodsDetailArea .tab_content_mini img.column01_image02{
	margin:40px auto 40px;
	height: 100%;
	max-height: 220px;
	/*
	max-width: 600px;
	width: 100%;
	*/
}
#goodsDetailArea .tab_content_mini p{
	text-align: left;
}
#goodsDetailArea .tab_content_mini p b{
	color:#d07777;
}
#goodsDetailArea #htmlText3_innerId_custom{
    position: relative;
    padding: 0px 0 130px;
	width: 100%;
	max-width: 960px;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_movie{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width:calc(50% - 20px);
	margin:0 0 50px;
	position: relative;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_movie .video_wrapper video{
	width: 100%;
	display: flex;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_img{
	position: absolute;
	width: 30%;
	top:-40px;
	left:-20px;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_img img{
}
#goodsDetailArea #htmlText3_innerId_custom .detail_box{
	width: calc(50% - 30px);
	margin: 0px 0 0 ;
}
#goodsDetailArea #htmlText3_innerId_custom .detail_use {
	width: 100%;
	border:1px solid #d08c8d;
	font-size:18px;
}
#goodsDetailArea .detail_use>div:nth-child(1) {
    width: 120px;
}
#goodsDetailArea .detail_use>div:nth-child(2) {
    width: calc(100% - 120px);
}
#goodsDetailArea .detail_use>div {
    padding: 10px 15px;
}
#goodsDetailArea .eat_inner{
	width: 100%;
}
#goodsDetailArea .use_box01 {
    margin-top: 20px;
}
#goodsDetailArea .use_box01 .use_txt04 {
    margin: auto auto 20px;
}
#goodsDetailArea .use_box01_link{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
#goodsDetailArea .use_box01_link a{
	max-width: 400px;
}
#goodsDetailArea #htmlText_innerId_kinousei{
    position: relative;
    padding: 0px 0 130px;
	width: 100%;
	max-width: 960px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box{
	font-size: 16px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3{
	font-size: 20px;
	text-align: left;
		line-height: 2.2em;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .f315{
	border:1px solid #000;
	padding:0px 5px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .gaba{
	border:1px solid #e69860;
	color:#e69860;
	padding:0px 5px;
	margin-right: 10px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .eragu{
	border:1px solid #6ea572;
	color:#6ea572;
	padding:0px 5px;
    margin-right: 10px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 .banaba{
	border:1px solid #68b4cd;
	color:#68b4cd;
	padding:0px 5px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in{
	margin: 30px 0 0;
}
#goodsDetailArea #htmlText_innerId_kinousei  .kinousei_in .kinousei_tab{
	display: inline-block;
	padding: 0 15px;
	background-color: #464646;
	color:#fff;
	border-radius: 5px 5px 0 0;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in p{
	padding:10px 15px;
	border: 1px solid #464646;
	border-radius: 0px 5px 5px 5px;
}
#goodsDetailArea #htmlText_innerId_kinousei .kinousei_subtxt{
	margin: 20px 0 0;
	font-size: 0.9em;
	color:#5E5E5E;
}
@media only screen and (max-width: 749px) {
	#goodsDetailArea .detail_txt02 {
    font-size: 4vw;
    line-height: 1.6em;
}
	h3.detail_title_leftbold{
	    font-size: 4.5vw!important;
		padding: 1.5vw;
		border-left:#d08c8d solid 3.5vw;
		text-align: left!important;
	}
	#goodsDetailArea .detai_sec01:first-of-type{
    margin: 0vw auto 5vw;
    padding: 0vw 0 0;
    border-top: 0px solid #cbcbcb;
	}
	#goodsDetailArea .detail_txt02_g,#goodsDetailArea .detail_txt02_o {
    font-size: 4vw;
	}
	#goodsDetailArea .detail_ttl03_g {
		font-size: 6vw;
   margin:0 auto 0.8em;
	}
	#goodsDetailArea .detail_ttl03_o {
		font-size: 6.5vw;
   margin:0 auto 0.8em;
	}
	#goodsDetailArea .detail_ttl03_b {
		font-size: 6.5vw;
   margin:0 auto 0.8em;
	}
	#goodsDetailArea .graph_ergagu {
    width: 100%;
    display: flex;
    justify-content:center;
		flex-direction: column;
		padding: 0em 0 0;
		margin: 1em auto 0;
	}
	#goodsDetailArea .graph_banaba {
    width: 100%;
    display: flex;
    justify-content:center;
		flex-direction: column;
		padding: 3vw 0 0;
		margin: 1em auto 0;
	}
	.detai_sec01_underline .detail_box_flexcustom{
		width: 100%;
		padding: 8vw 0 0;
		margin:2vw 0 0;
	}
	.detai_sec01_support .detail_box_flexcustom{
		width: 100%;
	}
	.detai_sec01_underline .detail_box_flexcustom:first-child{
		width: 100%;
		padding: 0vw 0 12vw;
	}
	.detai_sec01_underline .detail_box_flexcustom:nth-child(2n){
		border-top:1px solid #ddd;
		padding: 6vw 0 12vw!important;
	}
	.detai_sec01_underline .detail_box_flexcustom.underline{
		border-bottom:1px solid #ddd;
		padding: 0vw 0 12vw;
	}
	#goodsDetailArea .column_box_ao01 .tab_item{
		font-size:3.5vw;
		width: calc(33% - 5px);
		min-height: 32px;
	}
	#goodsDetailArea .column_box_ao01 .tab_content {
		display: none;
		padding: 6.5vw 5.5vw;
		clear: both;
		overflow: hidden;
	}
	#goodsDetailArea .tab_content_description h3 {
    font-size: 5.5vw;
	}
	#goodsDetailArea .tab_content_desinner {
		flex-direction: column;
	}
	#goodsDetailArea .tab_content_description .tab_content_mini {
    width: 100%;
    display: block;
    margin: 10vw 0 5vw;
    text-align: center;
	}
	#goodsDetailArea .tab_content_description .tab_content_debottom{
    margin: 10vw 0 0vw;
	}
	#goodsDetailArea .tab_content_mini img.column01_image01 {
    margin: 6vw auto;
	width: 60%;
    height: auto;
    max-height:100%;
	}
	#goodsDetailArea .tab_content_mini h4 {
    font-size: 4.5vw;
}
	#goodsDetailArea .tab_content_mini img.column01_image02 {
    margin: 4vw auto 6vw;
	width: 100%;
    height:  auto;
    max-height: 100%;
	}
	#goodsDetailArea .tab_content_mini p {
    font-size: 3.8vw;
	}
	#goodsDetailArea #htmlText3_innerId_custom {
    margin: 12vw auto;
    padding: 12vw 0 0;
    border-top: 1px solid #cbcbcb;
	}
	#goodsDetailArea #htmlText3_innerId_custom .howtoeat_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-direction: column;
	}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_movie{
    width: 100%;
    margin: 2vw 0 5vw;
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_movie .video_wrapper video{
}
#goodsDetailArea #htmlText3_innerId_custom .howtoeat_img{
	position: absolute;
	width: 30%;
	top:-12%;
	left:-3%;
}
	#goodsDetailArea #htmlText3_innerId_custom .detail_box {
    width: 100%;
    margin: 0px 0 0;
	}
	#goodsDetailArea #htmlText3_innerId_custom .detail_use {
    font-size: 4.5vw;
	}
	#goodsDetailArea .detail_use>div:nth-child(1) {
    width: 100px;
	}
	#goodsDetailArea .detail_use>div {
    padding:2vw 2vw;
	}
	#goodsDetailArea .detail_use>div:nth-child(2) {
    width: calc(100% - 100px);
	}
	#goodsDetailArea .use_box01 {
    margin-top: 4vw;
	}
	#goodsDetailArea .use_box01 .use_txt04 {
    margin: auto auto 5vw;
	}
	#goodsDetailArea .use_box01_link{
		justify-content: center;
	}
	#goodsDetailArea .use_box01_link a {
    max-width: 350px;
	}
	#goodsDetailArea #htmlText_innerId_kinousei {
    margin: 12vw auto;
    padding: 12vw 0 12vw;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
	}
	#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box {
    font-size: 4vw;
	}
	#goodsDetailArea #htmlText_innerId_kinousei .kinousei_box h3 {
    font-size: 4vw;
		line-height: 2.2em;
    margin: 8vw 0 0;
	}
	#goodsDetailArea #htmlText_innerId_kinousei .kinousei_in {
    margin: 8vw 0 0;
}	
	#goodsDetailArea #htmlText_innerId_kinousei .kinousei_subtxt {
    margin: 8vw 0 0;
    font-size: 0.85em;
	}
	#goodsDetailArea #htmlText_innerId_kinousei .kinousei_subtxt p{
		line-height: 1.9em;
	}
}