@charset "UTF-8";
body.fs-body-custom main.fs-l-main,
body.fs-body-custom .fs-l-page,
body.fs-body-custom section.fs-l-pageMain{
	 overflow:initial;
}


.itemtxt {
	font-size:1.0em;
	line-height: 1.5;
}

h3.sup-product-name {
    font-size: 0.9em;
    line-height: 1.3;
    margin: 8px 0 0;
	font-weight: 500;
}

h2.rice-ttl {
    font-size: 25px;
    line-height: 1.5;
	margin: 20px 5px 40px 5px;
}

p.image.supbeginner-mv {
    margin-bottom: 30px;
}

supbox {
	margin-top:20px;
	position: relative;
	padding: 30px;
	border: solid 3px #e2ddd8;
}

.outlet-item-box1 {
	margin-top: 50px;
}

.outlet-item-box1 .row {
	padding: 20px 35px;
}

section.set-product>section {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	
	.itemtxt {
	font-size:1.12em;
	line-height: 1.5;
}
	
	h3.sup-product-name {
    font-size: 1.0em;
	}

	.outlet-item-box1 .row {
	padding: 0;
	}
	
	ul.rice-product-list .right {
    width: calc(100% - 51px);
    padding-left: 11px;
	padding-top: 0;
	margin: auto 0;
	}
}


/*-----------------------------------------------------
	カートエリア
-----------------------------------------------------*/

.txtmain {
	font-size: 16px ;
	line-height: 1.875;
	padding: 0 20px;
}

section.sec-ranking .d-md-flex.align-items-md-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	margin-top: 10px ;
}

h2.ttl1 {
    font-size: 20px;
    margin: 0 0 0.6em;
	font-weight: 500;
    line-height: 1.2;
	text-align: right;
}

.ttl2 {
	font-size:17px;
}

section.sec-ranking .d-md-flex.align-items-md-center>span {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {

	.txtmain {
	font-size: 14px;
	padding: 0 ;
}

	h2.ttl1 {
		font-size: 18px;
		margin: 0 0 ;
		text-align: left;
	}
	.ttl2 {
		font-size:16px;
		line-height: 1.8;
	}
}


/*-----------------------------------------------------
	このような方へ
-----------------------------------------------------*/

.box_1 {
  border: 3px solid #e2ddd8;
  border-radius: 5px;
  position: relative;
  margin: 0 20px ;
 
}
.box_1 h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1.8em;
}
.box_1 span{
  padding: 0 .5em;
  background: #FFF;
  color: #86674f;
}
.box_1 .inner{
	padding: 1.2em 20rem .8em;
}

.box_1 .inner li{
	font-size: 18px;
	padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
    .box_1 {
  border: 3px solid #e2ddd8;
  border-radius: 5px;
  position: relative;
  margin: 1em 0em ;
 }
	.box_1 .inner{padding: 1.2em .6em .6em;}
	.box_1 .inner li{font-size: 16px;}
  }

/*-----------------------------------------------------
	Q&A
-----------------------------------------------------*/

.set-product .qa1{
	margin-bottom: 5px;
	padding: 0 20px;
}

.ttl3 {
	font-size:20px;
}

.tab , .tab2 , .tab3 , .tab4 , .tab5 , .tab6  {
  position: relative;
  width: 90%;
  color: #000;
  overflow: hidden;
  border: 1px solid;
  border-color: #F3F0EC;
  margin: 0 60px 40px 60px;
	
}

input {
  position: absolute;
  opacity: 1;
  z-index: -1;
}

label {
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  line-height: 3;
  cursor: pointer;
  background: #F3F0EC;
  color: #594C41;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s;
  -o-transition: max-height .3s;
  transition: max-height .3s;
 transition-duration: .3s;
  color: #000;
  transition-delay: .3s;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding-right: 1em;
}

input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


.qa1 .txt_1 {
	font-size: 1.2em;
    font-weight: bold;
	margin-bottom: 5px;
}
.qa1 .txt_2 {
	font-size: 1.1em;
    font-weight: bold;
	padding-left: 2.4em;
}
.qa1 .txt_2_1 {
	font-size: 1.3em;
	color:#86674f;
	margin-right: 10px;
	}

.tab-content .txt3 {
    margin: 1em;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	label {
		position: relative;
		display: block;
		padding: 0 0 0 2em;
		line-height: 3;
		font-size: 15px;
		cursor: pointer;
		background-color:#F3F0EC;
		  color: #594C41;
	}

	.set-product .qa1 {
	padding: 0px;
	}

	.tab , .tab2 , .tab3 , .tab4 , .tab5 , .tab6  {
		width: 100%;
		margin: 0 0 40px 0;
		border: 1px solid;
		border-color: #F3F0EC;
	}
	
	.tab-content .txt3 {
    margin: 1em;
	padding: 0;
	}
		
	.qa1 .txt_2_1 {
	margin-right: 5px;
	}

	.qa1 .txt_2 {
	padding-left: 0;
	}
}


/*-----------------------------------------------------
	ライフスタイル別提案
-----------------------------------------------------*/

.txt4 {
	text-align: center;
	margin-top:20px;
	position: relative;
	padding: 30px 10px;
	background-color: #faf5ed;
}

.case {
	border-bottom: solid 1px;
	color: #d67b9b;
	font-size: 1.2em;
	font-weight: 600;
}

.txt4 .tl {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	margin: 0.6em 0;
}

.txt4>ul {
	padding: 10px;
	text-align: center;
}

.txt4>ul>li {
	font-size: 16px;
}

section.sec-sup {
	background-color: #fff;
	padding: 20px 20px 20px 100px;
	margin:20px 40px;
}

section.sec-sup .btn-cart .d-flex span.txt-big {
    font-size: 26px;
}

section.sec-sup .btn-cart button {
    padding: 0 15px;
    white-space: nowrap;
    min-width: 120px;
}

section.sec-sup .d-md-flex.align-items-md-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}

section.sec-sup .item {
	padding-right: 15px;
	padding-left: 15px;
	margin: auto 0;
}

	h2.ttl4 {
    font-size: 20px;
    margin: 0 0 0.6em;
	font-weight: 500;
    line-height: 1.2;
	text-align: right;
}

@media screen and (max-width: 768px) {

	.txt4>ul>li {
	font-size: 15px;
	}

	section.sec-sup {
	background-color: #fff;
	padding: 20px 10px;
	margin:20px 10px;
	}
	
	section.sec-sup .item {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
    }
	
	section.sec-sup .btn-cart .d-flex span.txt-big {
		font-size: 20px;
	}
	
	h2.ttl4 {
		font-size: 17px;
		text-align: left;
		margin: 0 ;
	}
	
	section.sec-sup .btn-cart button {
        min-width: 120px;
        font-size: 12px;
        height: 40px;
    }
}


/*-----------------------------------------------------
	SP
-----------------------------------------------------*/

@media screen and (max-width: 768px) {
    section.set-product h2.title.border { 
        font-size: 5.8vw;
    }
}

