html.PC .pc_only{
	display: block;
}
	html.SP .pc_only{
		display: none;
	}

html.PC .sp_only{
		display: none;
	}
		html.SP .sp_only{
			display: block;
		}

.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}
	#detail .tweet img{
		width: 120px;
		height: auto;
	}

.annotation {
	position: relative;
	margin: 3px 0 0;
	padding-left: 25px;
	font-weight: normal;
}

#detail p.annotation small {
	display: block;
	line-height: 1.4;
}

.annotation span {
	position: absolute;
	left: 0;
	top: 0;
}

.product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

html.SP .product {
	flex-direction: column;
}

.product .photo {
	width: 35%;
	margin-top: 20px;
}

html.SP .product .photo {
	width: 100%;
	margin: 0 auto;
}

.product .photo p {
	margin: 0;
}

html.SP .product .photo p {
	width: 70%;
	margin: 0 auto;
}

.product .photo ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.product .photo li {
	width: calc(96%/3);
}

.product .product_txt {
	width: 60%;
	margin-top: 20px;
}

html.SP .product .product_txt {
	width: 100%;
	margin-top: 0;
}

.product .product_txt h3 {
	margin-top: 0;
	font-size: 18px;
}

.product .product_txt h3 small {
	font-weight: normal;
}

.product .product_txt h4 {
	margin: 30px auto 10px;
	font-size: 16px;
}

.product .product_txt ul {
	padding-left: 20px;
}

.product .product_txt li {
	margin-bottom: 5px;
}

.effect {
	display: flex;
	align-items: baseline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.effect li {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background-color: #ffd9c4;
	border-radius: 5px;
}

.line {
	background-color: #ffff99;
}

html.PC .performance {
	display: flex;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
	padding: 20px;
	border: solid 1px #ccc;
}

html.SP .performance {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

html.PC .performance div:nth-of-type(1) {
	width: 55%;
}
html.SP .performance div:nth-of-type(1) {
	margin-bottom: 20px;
}
html.PC .performance div:nth-of-type(2) {
	width: 43%;
}

.performance h4 {
	margin: 0 0 5px;
}

.performance h4:nth-of-type(2) {
	margin-top: 30px;
}

html.SP .performance h4:nth-of-type(2) {
	margin-top: 20px;
}

.performance dl {
	display: flex;
	flex-wrap: wrap;
}

.performance dt {
	width: 90px;
}

.performance dd {
	position: relative;
	width: calc(100% - 90px);
	margin: 0;
	padding-left: 15px;
	box-sizing: border-box;
	text-align: justify;
}

html.SP .performance dt,
html.SP .performance dd {
	font-size: 13px;
}

.performance dd::before {
	content: '：';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

html.PC .unique_prescription {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

html.PC .unique_prescription div {
	width: calc(100% - 160px);
	padding-right: 20px;
	box-sizing: border-box;
}

#detail .unique_prescription img {
	width: 160px;
	height: auto;
}

html.PC p.image_right {
    width: 300px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

html.SP #detail .unique_prescription img {
	float: right;
	width: 130px;
	height: auto;
	margin: 0 0 10px 10px;
}

#detail section.excellula_info {
	margin-top: 100px;
	border-top: 1px solid #000000;
	padding: 40px 0;
}

html.SP #detail section.excellula_info {
	margin-top: 80px;
}

.excellula_info h2 {
	width: 25%;
	margin: 0 auto;
}

html.SP .excellula_info h2 {
	width: 50%;
}

html.SP #detail section.excellula_info .read {
	text-align: justify;
}

.excellula_info h4 {
	margin: 0 0 10px;
	text-align: left;
}

html.SP .excellula_info h4 {
	margin: 30px auto;
}

.excellula_info h4 span {
	display: inline-block;
	padding: 5px 30px;
	background-color: #db4252;
	font-size: 16px;
	border-radius: 100vh;
}

html.SP .excellula_info h4 span {
	width: 100%;
	padding: 5px 0;
	font-size: 15px;
}

.excellula_info ul {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

html.SP .excellula_info ul {
	flex-wrap: wrap;
	justify-content: center;
}

.excellula_info li {
	width: 220px;
	margin: 0 20px;
	font-size: 14px;
	text-align: center;
}

html.SP .excellula_info li {
	width: 48%;
	margin: 0 1%;
	font-size: 13px;
}

html.SP .excellula_info li:last-child {
	margin-top: 30px;
}

html.PC .excellula_info .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

html.SP .excellula_info .item {
	margin-bottom: 50px;
}

#detail section.excellula_info .item .pic {
	width: 35%;
	max-height: 200px;
	margin: 0;
	text-align: center;
}

html.SP #detail section.excellula_info .item .pic {
	width: 100%;
	height: 150px;
	margin: 0 0 20px;
	text-align: center;
}

.excellula_info .item .pic img {
	width: auto;
	height: 100%;
}

html.PC .excellula_info .item div {
	width: 60%;
}

.excellula_info .item div h5 {
	margin: 0 0 10px;
	font-size: 18px;
}

html.SP .excellula_info .item div h5 {
	text-align: center;
}

html.PC #detail section.excellula_info .item div p.flex {
	display: flex;
	flex-direction: row-reverse;
}
html.PC #detail section.excellula_info .item div p span {
	width: calc(100% - 200px);
	padding-right: 20px;
	box-sizing: border-box;
}

#detail section.excellula_info .item div p img {
	width: 200px;
}

html.SP #detail section.excellula_info .item div p img {
	float: right;
	width: 150px;
	margin: 0 0 10px 20px;
}

c p.image_1 {
    width: 700px;
    margin: 0 auto;
    display: block;
}

html.PC #detail section p.read {
	text-align: left;
	width: 60%;
	margin: 0 50px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.excellula_info h3 {
	text-align: center;
}

html.SP .#detail section p.read  {
	text-align: center;
}

html.PC #detail section p.pic {
	width: 30%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#detail section p.image_1 {
	text-align: center;
}

h4 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	/*text-decoration: underline;*/
}

html.PC #detail .txtbox p.feature,
html.PC #detail ul.feature {
    width: 60%;
}

html.PC #detail p.feature,
html.PC #detail ul.feature {
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 50px;
	margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
#detail ul.feature li {
	margin-bottom: 20px;
}

html.SP #detail section p {
    line-height: 1.6;
    margin-bottom: 0;
}

html.SP #detail p.feature {
    padding-left: 0;
    margin-top: 0;
}

html.SP .excellula_info p.pic {
	width: 70%;
	margin: 3em auto;
}

/*プロフィール*/
.img_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	display: table;
}

html.SP .img_box {
	flex-direction: column;
	margin-top: 0!important;
	display: block;
}

.img_box .photo {
	width: 80%;
	margin-top: 20px;
}

#detail .img_box .photo img {
	max-width: 100%;
	height: auto;
}

html.SP .img_box .photo {
	width: 90%;
	margin: 0 auto;
}

#detail .img_box .photo p {
	margin: 0;
	text-align: center;
}

html.SP #detail .img_box .photo p {
	width: 70%;
	margin: 0 auto;
}
.img_box .txt {
	width: 65%;
	margin-top: 20px;
	display: table-cell;
	vertical-align: middle;
}

html.SP .img_box .txt {
	width: 100%;
	margin-top: 20px;
}
.img_box .txt h3 {
	margin-top: 0;
	font-size: 18px;
}
html.SP .img_box .txt h3 {
	text-align: center;
	margin-top: 5%;
	font-size: 115%;
}

/*ブランドステートメント*/
div.brand {
    /* display: flex; */
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
    padding: 20px;
    border: solid 1px #ccc;
	text-align: center;
}
.brand p{
	text-align: center;
}