@charset "utf-8";
/* CSS Document */
/*------------------------
商品ページ共通
------------------------*/
.fs-body-product {
	background-color: #e1dad0;
}

.fs-body-product .fs-l-main {
		padding: 0px; 
		max-width: 1040px;
}
.fs-body-product .fs-l-pageMain {
		margin-top: 26px;
}
.fs-body-product .fs-c-productNameHeading {
    color: #001e03;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;	
}
.fs-body-product .fs-c-productNumber {
    border: none;
    font-size: 13px;
}
.fs-body-product .fs-c-productNumber .fs-c-productNumber__label {}
.fs-body-product .fs-c-productNumber .fs-c-productNumber__label::after {
	content: ":";
}
.fs-body-product .fs-c-productPrices {
	margin: 10px 0 20px;
}
.fs-body-product .fs-c-productPrice__main {
    letter-spacing: 1px;	
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {}
.fs-body-product .fs-c-productQuantityAndWishlist__wishlist {
	display: none;
}
.fs-body-product .fs-p-productDescription {}
.fs-body-product .fs-p-productDescription .teikiBnr {}

.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
    max-width: 10em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;	
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
		content: "数量";
    display: inline-block;
    width: 115px;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
}
.fs-body-product .fs-c-productActionButton {}
.fs-body-product .fs-c-productActionButton .fs-c-button--addToCart--detail {
    padding: 20px;
    background-image: url(https://plinioliva.itembox.design/item/common/img/product/cart_btn_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    width: 100%;
}
.fs-body-product .fs-c-productActionButton .fs-c-button--addToCart--detail::before {
	content: "";
}
@media screen and (min-width: 960px) {
.fs-body-product .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(50% - 50px / 2) calc(50% - 50px / 2);
    grid-gap: 50px;
}
}
@media screen and (max-width: 1040px) {
.fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    width: 92%;
    margin: auto;
}
}


/*------------------------
商品ページ下部
------------------------*/
#productPage {
    line-height: 1.7;
}
#productPage sub, #productPage sup {
		font-size: 60%;
}
#productPage  img {
    image-rendering: -webkit-optimize-contrast;
}
#productPage .mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",  "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif	
}
#productPage .inner {
	max-width: 936px;
	width: 92%;
	margin: auto;
	padding: 0
}
#productPage .inner_in {
	max-width: 780px;
	width: 92%;
	margin: auto;
}
#productPage .spv {
	display: none
} 
#productPage .bg01 {
	background: url(https://plinioliva.itembox.design/item/common/img/product/bg01.png);
}
#productPage h2 {
    margin: 0;
    line-height: 1.5;
}
#productPage .intro-ttl {
    margin-top: 40px;
    font-size: 35px;
    margin-bottom: 25px;
    color: #3a4c26;
    text-align: center;
    line-height: 1.5;
}
#productPage .block_ttl {
    background: url(https://plinioliva.itembox.design/item/common/img/product/ttl_icon.png) no-repeat;
    background-position: 97% center;
    background-color: #3a4c26;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}
#productPage .block_ttl .__en {
		font-family: trajan-pro-3, serif;
		font-weight: 400;
		font-style: normal;
		display: block;
		color: #a7b53c;
		font-size: 26px;
		letter-spacing: 4px;
		margin-bottom: 10px;
}
#productPage .block_ttl .__jp {
    color: #fff;
    font-size: 30px;
}
#productPage .t_txt {
    font-size: 30px;
    margin: 30px 0;
}
#productPage .t_txt .under {border-bottom: 1px solid #a7b53c;}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .pcv {
	display: none;
}
#productPage .spv {
	display: block;
}	
#productPage .intro-ttl {
    font-size: 5vmin;
    text-align: left;
    margin-top: 5vmin;
}	
#productPage .block_ttl {
    padding: 8vmin 3vmin;
    background-position: 97% 10%;
    background-size: 15%;
}
#productPage .block_ttl .__en {
    font-size: 4vmin;
}
#productPage .block_ttl .__jp {
    font-size: 5vmin;
}
#productPage .t_txt {
    font-size: 4.6vmin;
    margin: 5vmin 0;
}	
}

/* KV */
#productPage .kvArea {
    position: relative;
}
#productPage .kvArea .txtArea {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    text-align: center;
}
#productPage .kvArea .txtArea h2 {
    color: #bdc578;
    font-size: 32px;
}
#productPage .kvArea .caution {
    color: #bdc578;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 0px 0px 4px #000;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .kvArea {}
#productPage .kvArea .txtArea {
    top: 28%;
}
#productPage .kvArea .txtArea h2 {
    font-size: 5vmin;
}
#productPage .kvArea .caution {
    font-size: 2.8vmin;
    text-align: left;
    width: 80%;
    bottom: 1vmin;
    right: 1vmin;
}	
}


/* sec01 */
#productPage .sec01 {
    position: relative;
    padding: 30px 0;
}
#productPage .sec01 .icon01 {
    position: absolute;
    right: 4%;
}
#productPage .sec01 .img01 {
    margin: 30px 0;
}
#productPage .sec01 .t_txt {
    font-size: 30px;
    margin: 30px 0;
}
#productPage .sec01 .t_txt .under {}
#productPage .sec01 .box {
	background: url(https://plinioliva.itembox.design/item/common/img/product/bg02.png);
	position: relative;
	padding: 40px 0;
}
#productPage .sec01 .box .icon02 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 35%;
}
#productPage .sec01 .box .intro-ttl {
    text-align: left;
}
#productPage .sec01 .box .sub_ttl {
    color: #8f6548;
    font-size: 23px;
    font-weight: bold;
    margin: 30px 0;
}
#productPage .sec01 .box .txt {
    font-size: 15px;
}
#productPage .sec01 .box .img {
	text-align: center;
}
#productPage .sec01 .box .img02 {
    margin: 50px auto;
}
#productPage .sec01 .img03 {}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .sec01 {}
#productPage .sec01 .icon01 {
    top: 4%;
    width: 25%;
}
#productPage .sec01 .img01 {}
#productPage .sec01 .t_txt {
    font-size: 4vmin;
}
#productPage .sec01 .box {
    padding: 4vmin 0;
}
#productPage .sec01 .box .icon02 {}
#productPage .sec01 .box .intro-ttl {}
#productPage .sec01 .box .sub_ttl {
    font-size: 4vmin;
    margin: 5vmin 0;
}
#productPage .sec01 .box .txt {
    font-size: 3.6vmin;
}
#productPage .sec01 .box .img02 {
    margin: 5vmin 0;
}
#productPage .sec01 .img03 {}	
}

/* future */
#productPage .__future {}	
#productPage .__future .box {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #c8c8bf;
}	
#productPage .__future .box .icon_bg01 {
    position: absolute;
    right: 0;
    top: 0;
}	
#productPage .__future .box .box_ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
}	
#productPage .__future .box .box_ttl .__num {
    flex: 0 0 12%;
    font-size: 35px;
    font-family: trajan-pro-3, serif;
    font-weight: 800;
    font-style: normal;
    color: #8f6548;
    position: relative;
}	
#productPage .__future .box .box_ttl .__num::after {
	content: "";
	display: inline-block;
	border-right: 1px solid;
	width: 1px;
	height: 100%;
	vertical-align: top;
	transform: rotate(30deg);
	padding-left: 10px;
}
#productPage .__future .box .box_ttl .__txt {
    flex: 0 0 88%;
    font-size: 28px;
}	
#productPage .__future .box .caution {
    text-align: right;
}
#productPage .__future .box .t_txt {}
#productPage .__future .box .img {
    margin: 20px 0;
    text-align: center;
}
#productPage .__future .box .sub_t_txt {
    font-size: 18px;
    text-align: center;
}
#productPage .__future .box .sub_lft_txt {
    font-size: 18px;
    text-align: left;
}
#productPage .__future .box .sub_t_txt a {
	color: #66783d;
	text-decoration: underline;
}
#productPage .__future .box .sub_lft_txt a {
	color: #66783d;
	text-decoration: underline;
}
#productPage .__future .box .sub_lft_txt .caution_t {
    font-size: 1.4rem;
}
#productPage .__future .box .sub_lft_txt .under {
    border-bottom: 1px solid #a7b53c;
}
#productPage .__future .box .txt {
    font-size: 15px;
}
#productPage .__future .box .img_ttl {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}
#productPage .__future .box .flex {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
}
#productPage .__future .box .imgBnr {
    text-align: center;
    margin: 50px 0;
}
#productPage .__future .box .anchor {
    display: block;
    padding-top: 60px;
    margin-top: -80px;
}

/* future box01 */
#productPage .__future .box.box01 .t_txt {
	text-align: center;
	font-size: 28px;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__future {}	
#productPage .__future .box {
    padding: 6vmin 0;
}	
#productPage .__future .box .icon_bg01 {
    display: none;
}	
#productPage .__future .box .box_ttl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}	
#productPage .__future .box .box_ttl .__num {
    font-size: 5vmin;
    font-weight: normal;
    flex: none;
    width: 13%;
}	
#productPage .__future .box .box_ttl .__num::after{
    padding: 0;
}	
#productPage .__future .box .box_ttl .__txt {
    font-size: 4.8vmin;
    flex: none;
    width: 85%;
}	
#productPage .__future .box .caution {
    font-size: 3vmin;
}
#productPage .__future .box .sub_lft_txt .caution_t {
    font-size: 3vmin;
}
#productPage .__future .box .t_txt {}
#productPage .__future .box .sub_t_txt {
    font-size: 3.6vmin;
}
#productPage .__future .box .sub_lft_txt {
    font-size: 3.6vmin;
}
#productPage .__future .box .img {
    margin: 3vmin 0;
}	
#productPage .__future .box .txt {
    font-size: 3.6vmin;
}	
#productPage .__future .box .img_ttl {
    font-size: 3.8vmin;
}	
#productPage .__future .box .flex {
    -webkit-justify-content: space-around;
}	
/* future box01 */	
#productPage .__future .box.box01 .t_txt {
    font-size: 4.6vmin;
}	
#productPage .__future .box .imgBnr {
    margin: 5vmin auto;
    width: 92%;
    /*margin: auto;*/
}
#productPage .__future .box .anchor {
    display: block;
    padding-top: 55px;
    margin-top: -70px;
}
}

/* reason */	
#productPage .__reason {}
#productPage .__reason .box {
    position: relative;
    padding: 60px 0;	
}
#productPage .__reason .box .icon_bg01 {
    position: absolute;
    left: 0;
    top: 0;
}
#productPage .__reason .box h4 {
    font-size: 35px;
    color: #8f6548;
    line-height: 1.5;
}
#productPage .__reason .box .txt {
    font-size: 15px;
}
#productPage .__reason .box .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
}
#productPage .__reason .box .flex .imgArea {
    width: 45%;
}
#productPage .__reason .box .flex .imgArea .__img {
    margin-bottom: 30px;
}
#productPage .__reason .box .flex .imgArea .txt {}
#productPage .__reason .box .flex .txtArea {
    width: 50%;
}
#productPage .__reason .box .flex .txtArea .ttl {
    font-size: 28px;
}
#productPage .__reason .box .flex .txtArea .txt {margin-bottom: 30px;}
#productPage .__reason .box .flex .txtArea .__img {}
#productPage .__reason .box .img {
    text-align: center;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__reason {}	
#productPage .__reason .box {
    padding: 6vmin 0;
}	
#productPage .__reason .box .icon_bg01 {
    width: 40%;
}	
#productPage .__reason .box h4 {
    font-size: 5vmin;
}
#productPage .__reason .box .txt {
    font-size: 3.6vmin;
}
#productPage .__reason .box .flex {
    display: block;
    margin: 7vmin 0;
}
#productPage .__reason .box .flex .imgArea {
    width: 100%;
    position: relative;
}
#productPage .__reason .box .flex .imgArea .__img {}
#productPage .__reason .box .flex .imgArea .txt {
    position: absolute;
    top: 52%;
    right: 0;
    font-size: 3vmin;
    width: 55%;
}
#productPage .__reason .box .flex .txtArea {
    width: 100%;
}
#productPage .__reason .box .flex .txtArea .ttl {
    font-size: 5vmin;
}
#productPage .__reason .box .flex .txtArea .txt {}
#productPage .__reason .box .flex .txtArea .__img {}	
#productPage .__reason .box .img {}	
}


/* point */
#productPage .__point {}
#productPage .__point .box {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid #c8c8bf;
}	
#productPage .__point .box .icon_bg01 {
    position: absolute;
    right: 0;
    top: 0;
}	
#productPage .__point .box .box_ttl {
    margin-bottom: 40px;
    text-align: center;
}	
#productPage .__point .box .box_ttl .__icon {
    border: 1px solid;
    font-size: 12px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}
#productPage .__point .box .box_ttl .__num {
    font-size: 65px;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    color: #8f6548;
    position: relative;
    display: block;
    margin-bottom: 20px;
}	
#productPage .__point .box .box_ttl .__txt {
    font-size: 28px;
    line-height: 1.5;
}	
#productPage .__point .box .box_ttl .ttl_caution {
    display: block;
    font-size: 12px;
}
#productPage .__point .box .caution {
    text-align: right;
}
#productPage .__point .box .t_txt {
    text-align: center;
}
#productPage .__point .box .img {
    margin: 20px 0;
    text-align: center;
}
#productPage .__point .box .sub_t_txt {
    font-size: 18px;
    text-align: center;
}
#productPage .sub_lft_txt {
    font-size: 18px;
    text-align: left;
}
#productPage .__point .box .sub_t_txt .sub_lft_txt a {
	color: #66783d;
	text-decoration: underline;
}
#productPage .__point .box .txt {
    font-size: 15px;
}
#productPage .__point .box .cautionList {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
#productPage .__point .box .cautionList li {}
#productPage .__point .box .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#productPage .__point div.box:nth-child(5) {
	border: none;
}
/*box02*/
#productPage .__point .box02 .imgList {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#productPage .__point .box02 .imgList .img {
    padding: 0 20px;
}
/*box03*/
#productPage .__point .box03 .imgList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#productPage .__point .box03 .imgList .img {
    width: 49.3%;
    display: inline-block;
}

#productPage .__point .shiyouBox::before {
	content: "";
	background: url(https://plinioliva.itembox.design/item/common/img/product/shiyou_bg01.png) no-repeat;
	background-position: center;
	display: block;
	width: 92%;
	height: 173px;
	/* padding-top: 16.7%; */
	background-size: contain;
	max-width: 936px;
	margin: 0 auto;
}
#productPage .__point .shiyouBox::after {
	content: "";
	background: url(https://plinioliva.itembox.design/item/common/img/product/shiyou_bg02.png) no-repeat;
	background-position: center;
	display: block;
	width: 92%;
	height: 173px;
	/* padding-top: 16.7%; */
	background-size: contain;
	max-width: 936px;
	margin: 0 auto;
}
#productPage .__point .shiyouBox {
padding: 50px 0px 150px;
}
#productPage .__point .shiyouBox .shiyouBoxIn {
	background: url(https://plinioliva.itembox.design/item/common/img/product/shiyou_bg03.png);
	background-size: contain;
	background-position: center;
	max-width: 936px;
	margin: 0 auto;
	position: relative;
	padding-top: 35%;
	width: 92%;
}
#productPage .__point .shiyouBox .shiyouBoxIn .inner_in {
	position: absolute;
	top: -18%;
	left: 0;
	right: 0;
}
#productPage .__point .shiyouBox h4 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px;
}
#productPage .__point .shiyouBox .txt {
    font-size: 15px;
}
#productPage .__point .shiyouBox .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
#productPage .__point .shiyouBox .flex .txtArea {
    width: 58%;
}
#productPage .__point .shiyouBox .flex .txtArea dl {
    display: table;
    margin: 0;
    border: 1px solid #66783d;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #eee9e6;
    min-height: 80px;
}
#productPage .__point .shiyouBox .flex .txtArea dl dt {
    display: table-cell;
    text-align: center;
    width: 70px;
    border-right: 1px solid #66783d;
    vertical-align: middle;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
}
#productPage .__point .shiyouBox .flex .txtArea dl dt .__num {
    display: block;
    font-size: 20px;
    line-height: 1;
}
#productPage .__point .shiyouBox .flex .txtArea dl dd {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
#productPage .__point .shiyouBox .flex .txtArea dl dd p {
    font-size: 14px;
}
#productPage .__point .shiyouBox .flex .txt01 {
    font-size: 23px;
    color: #8f6548;
    text-align: center;
}
#productPage .__point .shiyouBox .flex .imgArea {
    width: 37%;
}
#productPage .__point .shiyouBox .flex .imgArea .img {}
@media screen and (max-width:1060px) {
#productPage .__point .shiyouBox::before {
    height: 0;
    padding-top: 17.1%;
}
#productPage .__point .shiyouBox::after {
    height: 0;
    padding-top: 17.1%;
}
#productPage .__point .shiyouBox {}
#productPage .__point .shiyouBox .shiyouBoxIn {
    padding-top: 48%;
}
#productPage .__point .shiyouBox .shiyouBoxIn .inner_in {}	
}
@media screen and (max-width:767px) {
#productPage .__point {}	
#productPage .__point .box {
    padding: 7vmin 0;
}	
#productPage .__point .box .icon_bg01 {
    width: 30%;
}	
#productPage .__point .box .box_ttl {
    margin-bottom: 5vmin;
}	
#productPage .__point .box .box_ttl .__num {
    font-size: 12vmin;
    margin-bottom: 4vmin;
}	
#productPage .__point .box .box_ttl .__txt {
    font-size: 5vmin;
}	
#productPage .__point .box .box_ttl .ttl_caution {
    font-size: 3vmin;
}	
#productPage .__point .box .caution {
    font-size: 3vmin;
}
#productPage .__point .box .caution_t {
    font-size: 3vmin;
}
#productPage .__point .box .t_txt {}	
#productPage .__point .box .img {
    margin: 3vmin 0;
}
#productPage .__point .box .sub_t_txt .sub_lft_txt {
    font-size: 3.8vmin;
}	
#productPage .__point .box .txt {
    font-size: 3.4vmin;
}	
#productPage .__point .box .cautionList {}
#productPage .__point .box .cautionList li {
    font-size: 3.4vmin;
}	
#productPage .__point .box .flex {
}
/*box02*/
#productPage .__point .box02 .imgList {}
#productPage .__point .box02 .imgList .img {max-width: 33%;padding: 0 2vmin;}
#productPage .__point .box02 .imgList .img:nth-child(4) {max-width: 47.4%;}
/*box03*/
#productPage .__point .box03 .imgList {
    display: block;
}
#productPage .__point .box03 .imgList .img {
    width: 100%;
    display: block;
}
/*shiyouBox*/
#productPage .__point .shiyouBox::before {
    padding-top: 17.1%;
}
#productPage .__point .shiyouBox::after {
    padding-top: 17.1%;
}
#productPage .__point .shiyouBox {
    padding: 7vmin 0;
}
#productPage .__point .shiyouBox .shiyouBoxIn {
    padding-top: 195%;
}
#productPage .__point .shiyouBox .shiyouBoxIn .inner_in {
    top: 0;
}	
#productPage .__point .shiyouBox h4 {
    font-size: 5vmin;
}
#productPage .__point .shiyouBox .txt {
    font-size: 3.4vmin;
}
#productPage .__point .shiyouBox .flex {
    display: block;
}
#productPage .__point .shiyouBox .flex .txtArea {
    width: 100%;
}
#productPage .__point .shiyouBox .flex .txtArea dl {}
#productPage .__point .shiyouBox .flex .txtArea dl dt {
    font-size: 3vmin;
    width: 50px;
}
#productPage .__point .shiyouBox .flex .txtArea dl dt .__num {
    font-size: 4vmin;
}
#productPage .__point .shiyouBox .flex .txtArea dl dd {}
#productPage .__point .shiyouBox .flex .txtArea dl dd p {
    font-size: 2.8vmin;
}
#productPage .__point .shiyouBox .flex .txt01 {
    font-size: 4vmin;
}
#productPage .__point .shiyouBox .flex .imgArea {
    width: 100%;
}
#productPage .__point .shiyouBox .flex .imgArea .img {
    margin: 4vmin 0;
}	
}


/*thought*/
#productPage .__thought {}
#productPage .__thought .box {
    padding: 60px 0;	
}
#productPage .__thought .box h4 {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    color: #334b35;
}
#productPage .__thought .box .txt {
    font-size: 15px;
    text-align: center;
}
#productPage .__thought .box .name {
    text-align: center;
    margin: 50px 0;
}
#productPage .__thought .box .name span {
    font-size: 22px;
    margin-left: 10px;
}
#productPage .__thought .box .imgBnr {
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__thought {}
#productPage .__thought .box {
    padding: 6vmin 0;
}
#productPage .__thought .box h4 {
    font-size: 5vmin;
}
#productPage .__thought .box .txt {
    font-size: 3.8vmin;
}
#productPage .__thought .box .name {}
#productPage .__thought .box .name span {}	
#productPage .__thought .box .imgBnr {}	
}

/*voice*/
#productPage .__voice {}
#productPage .__voice .box {
    padding: 60px 0;	
		position: relative;
}
#productPage .__voice .box .icon_bg01 {
    position: absolute;
    left: 0;
    top: 0;
}	
#productPage .__voice .box .voiceBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #66783d;
    margin: 20px 0;
}
#productPage .__voice .box .voiceBox .imgArea {
    width: 15%;
    text-align: center;
}
#productPage .__voice .box .voiceBox .imgArea img {}
#productPage .__voice .box .voiceBox .imgArea p {
    margin: 0;
    font-size: 12px;
}
#productPage .__voice .box .voiceBox .txtArea {
    width: 82%;
    padding-right: 10px;
}
#productPage .__voice .box .voiceBox .txtArea .__ttl {
    font-size: 18px;
}
#productPage .__voice .box .voiceBox .txtArea .__txt {
    font-size: 15px;
}
#productPage .__voice .box .cautionList {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}
#productPage .__voice .box .cautionList li {}
#productPage .__voice .box .txt01 {
    font-size: 28px;
    text-align: center;
    color: #8f6548;
    margin: 40px 0 20px 0px;
}
#productPage .__voice .box .txt02 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 0 20px;
}
#productPage .__voice .box .txt02 a {
    color: #66783d;
    text-decoration: underline;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__voice .box {
    padding: 6vmin 0;
}	
#productPage .__voice .box .icon_bg01 {display: none;}	
#productPage .__voice .box .voiceBox {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}		
#productPage .__voice .box .voiceBox .imgArea {
    padding-top: 3vmin;
}
#productPage .__voice .box .voiceBox .imgArea img {
    width: 80%;
}
#productPage .__voice .box .voiceBox .imgArea p {
    font-size: 2vmin;
}
#productPage .__voice .box .voiceBox .txtArea {}
#productPage .__voice .box .voiceBox .txtArea .__ttl {
    font-size: 4vmin;
}
#productPage .__voice .box .voiceBox .txtArea .__txt {
    font-size: 3.8vmin;
}	
#productPage .__voice .box .cautionList {}
#productPage .__voice .box .cautionList li {}
#productPage .__voice .box .txt01 {
    font-size: 5vmin;
    margin: 4vmin 0;
}	
}

/*insta*/
#productPage .__insta {}
#productPage .__insta .box {
    padding: 60px 0;	
		position: relative;
}
#productPage .__insta .insta-btn {
	text-align: center;
	margin-bottom: 60px;
}
#productPage .__insta .insta-btn-link {
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-align: center;
	color: #001e03;
	height: 53px;
	background-image: url(https://plinioliva.itembox.design/item/common/img/index/btn_arrow01.png);
	background-repeat: no-repeat;
	background-size: 8px 13px;
	background-position: center right 10px;
	border-radius: 5px;
	font-size: 15px;
	max-width: 290px;
	;;width: 100%;;;
}
#productPage .__insta .kvImg {}
#productPage .__insta .box .imgBnr {
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__insta {}
#productPage .__insta .box {
    padding: 6vmin 0;
}
#productPage .__insta .insta-btn {
    margin-bottom: 7vmin;
}
#productPage .__insta .insta-btn-link {
    margin: 6vmin auto;
}	
#productPage .__insta .kvImg {}
#productPage .__insta .box .imgBnr {
    margin-bottom: 5vmin;
}	
}

/*faq*/
#productPage .__faq {}
#productPage .__faq .box {
    padding: 60px 0;	
		position: relative;
}
#productPage .__faq .box .faqBox {}
#productPage .__faq .box .faqBox dl {}
#productPage .__faq .box .faqBox dl dt,
#productPage .__faq .box .faqBox dl dd {}
#productPage .__faq .box .faqBox dl dt {
    border: 1px solid #66783d;
    background-color: #eee9e6;
    cursor: pointer;
    padding: 30px 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#productPage .__faq .box .faqBox dl dt::after {
  content: '+';
  font-size: 32px;
  width: 4%;
  line-height: 1;
  color: #66783d;
  }
#productPage .__faq .box .faqBox dl dt.open::after {
    content: "ー";
    font-size: 23px;
	
}
#productPage .__faq .box .faqBox dl dt p {
    font-size: 18px;
    width: 93%;
    position: relative;
    padding-left: 65px;
    margin: 0;
}
#productPage .__faq .box .faqBox dl dt p::before {
	content: "Q";
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	background-color: #66783d;
	color: #fff;
	padding: 5px 12px;
	position: absolute;
	left: 0;
	top: -5px;
	width: 15px;
	text-align: center;
}
#productPage .__faq .box .faqBox dl dd {
    display: none;
    margin: 0;
    padding: 30px 25px;
    border: 1px solid #66783d;
    background-color: #eee9e6;
    border-top: none;
}
#productPage .__faq .box .faqBox dl dd p {
    font-size: 15px;
    position: relative;
    padding-left: 65px;
    margin: 0;
}
#productPage .__faq .box .faqBox dl dd p::before {
	content: "A";
	font-family: trajan-pro-3, serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	background-color: #3a4c26;
	color: #fff;
	padding: 5px 12px;
	position: absolute;
	left: 0;
	top: -5px;
	width: 15px;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
#productPage .__faq {}
#productPage .__faq .box {
    padding: 6vmin 0;
}
#productPage .__faq .box .faqBox {}
#productPage .__faq .box .faqBox dl {}
#productPage .__faq .box .faqBox dl dt,
#productPage .__faq .box .faqBox dl dd {}
#productPage .__faq .box .faqBox dl dt {
    padding: 4vmin;
}
#productPage .__faq .box .faqBox dl dt::after {

font-size: 4vmin;
}
#productPage .__faq .box .faqBox dl dt.open::after {
	font-size: 4vmin;
}
#productPage .__faq .box .faqBox dl dt p {
    font-size: 3.8vmin;
    padding-left: 45px;
}
#productPage .__faq .box .faqBox dl dt p::before {font-size: 3.8vmin;width: 10px;}
#productPage .__faq .box .faqBox dl dd {
    padding: 4vmin;
}
#productPage .__faq .box .faqBox dl dd p {
    font-size: 3.8vmin;
    padding-left: 45px;
}
#productPage .__faq .box .faqBox dl dd p::before {font-size: 3.8vmin;width: 10px;}	
}

/*details*/
#productPage .__details {
}
#productPage .__details .box {
    padding: 60px 0;
}
#productPage .__details table {
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-collapse: collapse;
    padding: 60px 0;
}
#productPage .__details table tr {}
#productPage .__details table tr th,
#productPage .__details table tr td {
    border-top: 1px solid #727171;
    border-right: 1px solid #727171;
    padding: 20px;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
}
#productPage .__details table tr th {
    background-color: #e1dad0;
    width: 200px;
}
#productPage .__details table tr td {
    background-color: #eee9e6;	
}

@media screen and (max-width:1060px) {}
@media screen and (max-width:767px) {
/*details*/
#productPage .__details {}
#productPage .__details .box {
    padding: 6vmin 0;
}
#productPage .__details table {}
#productPage .__details table tr {}
#productPage .__details table tr th,
#productPage .__details table tr td {
    display: block;
    width: 100%;
    padding: 3vmin;
    font-size: 3.8vmin;
}
#productPage .__details table tr th {}
#productPage .__details table tr td {}	
}

/*************

定期販売特典

******************/

#productPage .__benefits .box {
	padding: 60px 0 20px;
	position: relative;
}
#productPage .__benefits .img {
	margin-bottom: 20px;
}
#productPage .__benefits .bg01 {
    background: url(https://plinioliva.itembox.design/item/common/img/product/bg01_benefits.png);
}

/*************

gd03

******************/


.fs-body-product-gd3 .fs-c-subscriptionPriceTable {
	margin: 10px 0 20px;
}
.fs-body-product-gd3 .fs-c-subscriptionPriceTable__label, .fs-body-product-gd3 .fs-c-subscriptionPriceTable__price {
	border: none;
	background: none;
	padding: 0;
}
.fs-body-product-gd3 .fs-c-subscriptionPriceTable .fs-c-productPrice {
    justify-content: flex-start;
}
.fs-body-product-gd3 .fs-p-productDescription .teikiBnr {
	margin-top: 30px;margin-bottom: 30px;
}
.fs-body-product-gd3 .block.__imgarea h3 .img {
	width: 114px;
	margin: auto;
	margin-bottom: 20px;
}
.fs-body-product-gd3 .block.__imgarea .annotation {
	font-size: 15px;
}
.fs-body-product-gd3 .block.__imgarea .sub {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	color: #fff;
}
.fs-body-product-gd3 #productPage .__point .box01 .flex {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fs-body-product-gd3 #productPage .__point .box01 .imgList .img {
    padding: 0 20px;
}
.fs-body-product-gd3 #productPage .__point .box02 .imgList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: justify;
    justify-content: space-between;
}
.fs-body-product-gd3 #productPage .__point .box02 .imgList .img {
	width: 49.3%;
    display: inline-block;
    padding: 0;
}
.fs-body-product-gd3 #productPage .__point .box02 .flex .txt {
	width: 40%;
}
.fs-body-product-gd3 #productPage .__imgarea .img {
	font-size: 0;
}
.txt_yel {
    color: #a6b43c;
    font-size: 30px;
}

.sub_yel {
    display: block;
	font-size: 12px;
	margin-top: 15px;
	color: #a6b43c;
}
@media screen and (max-width: 767px) {
	
	
.fs-body-product-gd3 #productPage .__point .box01 .imgList .img {
    /*max-width: 33%;*/
	padding: 0 2vmin;
}	
.fs-body-product-gd3 #productPage .__point .box01 .imgList .img:nth-child(4) {
    max-width: 47.4%;
}		
.fs-body-product-gd3 #productPage .__point .box02 .flex .img {
	max-width: 100%;
	width: 100%;
}	
.fs-body-product-gd3 #productPage .__point .box02 .flex .txt {
    width: 100%;
}
.fs-body-product-gd3 .block.__imgarea .sub {
    text-align: left;
}
.txt_yel {
    color: #a6b43c;
    font-size: 5vmin;
}
	
}

/*************

gd05 オイル通常販売

******************/


.fs-body-product-gd5 .fs-c-subscriptionPriceTable {
	margin: 10px 0 20px;
}
.fs-body-product-gd5 .fs-c-subscriptionPriceTable__label, .fs-body-product-gd5 .fs-c-subscriptionPriceTable__price {
	border: none;
	background: none;
	padding: 0;
}
.fs-body-product-gd5 .fs-c-subscriptionPriceTable .fs-c-productPrice {
    justify-content: flex-start;
}
.fs-body-product-gd5 .fs-p-productDescription .teikiBnr {
	margin-top: 30px;margin-bottom: 30px;
}
.fs-body-product-gd5 .block.__imgarea h3 .img {
	width: 114px;
	margin: auto;
	margin-bottom: 20px;
}
.fs-body-product-gd5 .block.__imgarea .annotation {
	font-size: 15px;
}
.fs-body-product-gd5 .block.__imgarea .sub {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	color: #fff;
}
.fs-body-product-gd5 #productPage .__point .box01 .flex {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fs-body-product-gd5 #productPage .__point .box01 .imgList .img {
    padding: 0 20px;
}
.fs-body-product-gd5 #productPage .__point .box02 .imgList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: justify;
    justify-content: space-between;
}
.fs-body-product-gd5 #productPage .__point .box02 .imgList .img {
	width: 49.3%;
    display: inline-block;
    padding: 0;
}
.fs-body-product-gd5 #productPage .__point .box02 .flex .txt {
	width: 40%;
}
.fs-body-product-gd5 #productPage .__imgarea .img {
	font-size: 0;
}
.txt_yel {
    color: #a6b43c;
    font-size: 30px;
}

.sub_yel {
    display: block;
	font-size: 12px;
	margin-top: 15px;
	color: #a6b43c;
}
@media screen and (max-width: 767px) {
	
	
.fs-body-product-gd5 #productPage .__point .box01 .imgList .img {
    /*max-width: 33%;*/
	padding: 0 2vmin;
}	
.fs-body-product-gd5 #productPage .__point .box01 .imgList .img:nth-child(4) {
    max-width: 47.4%;
}		
.fs-body-product-gd5 #productPage .__point .box02 .flex .img {
	max-width: 100%;
	width: 100%;
}	
.fs-body-product-gd5 #productPage .__point .box02 .flex .txt {
    width: 100%;
}
.fs-body-product-gd5 .block.__imgarea .sub {
    text-align: left;
}
.txt_yel {
    color: #a6b43c;
    font-size: 5vmin;
}

}

/*************

日本オリーブ追記

******************/

.review-btn-all a {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em;
  width: 300px;
  color: #3a4c26;
  font-size: 15px;
  font-weight: 200;
  background-color: #ffffff;
  border-radius:5px;
}

.review-btn-all a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #a7b53c;
  border-right: 2px solid #a7b53c;
  transform: rotate(45deg);
  right: 1px;
}

.review-btn-all a:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.att_box {
    padding: 0.5em 1em;
    margin: 0.5em 0;
    color: #FF0000;
    align: center;
    border: solid 3px #FF0000;
}

.att_box p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width: 767px) {
	
.review-btn-all a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em;
  width: 300px;
  color: #3a4c26;
  font-size: 15px;
  font-weight: 200;
  background-color: #ffffff;
  border-radius:5px;
}

.review-btn-all a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #a7b53c;
  border-right: 2px solid #a7b53c;
  transform: rotate(45deg);
  right: 1px;
}

.review-btn-all a:hover {
  text-decoration: none;
  background-color: #ffffff;
}

}


