﻿@charset "UTF-8";

@keyframes arrow {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}

	50% {
		transform: translate(0, 7px);
		opacity: 0;
	}

	51% {
		transform: translate(0, -7px);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes slide2 {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}
}

@keyframes slide3-2 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	33% {
		opacity: 1;
	}

	87% {
		opacity: 1;
	}

	88% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slide3-3 {
	0% {
		opacity: 0;
	}

	53% {
		opacity: 0;
	}

	66% {
		opacity: 1;
	}

	88% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slide3-1slow {
	0% {
		opacity: 1;
		transform: scale(1.039);
	}

	13% {
		opacity: 1;
	}

	33% {
		opacity: 0;
		transform: scale(1.1);
	}

	80% {
		opacity: 0;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1.039);
	}
}

@keyframes slide3-2slow {
	0% {
		opacity: 0;
	}

	13% {
		opacity: 0;
		transform: scale(1);
	}

	33% {
		opacity: 1;
	}

	46% {
		opacity: 1;
	}

	66% {
		opacity: 0;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
	}
}

@keyframes slide3-3slow {
	0% {
		opacity: 0;
	}

	46% {
		opacity: 0;
		transform: scale(1);
	}

	66% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: scale(1.1);
	}
}

@keyframes topcolor {
	0% {
		color: #000000;
	}

	40% {
		color: #000000;
	}

	50% {
		color: #000000;
	}

	90% {
		color: #000000;
	}

	100% {
		color: #000000;
	}
}

img[src$=".svg"] {
	width: 100%;
}

a {
	color: inherit;
}

#contents.contents_inner {
	padding: 0;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

#bco1st-wrapper {
	color: #000000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "akzidenz-grotesk", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial, YuGothic, 游ゴシック, Meiryo, メイリオ, sans-serif;
	width: 100%;
	z-index: 1;
	line-height: 1;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

#bco1st-wrapper *::selection {
	background: #cdcdcd;
}

#bco1st-wrapper *::-moz-selection {
	background: #cdcdcd;
}

#bco1st-wrapper h1,
#bco1st-wrapper h2,
#bco1st-wrapper h3,
#bco1st-wrapper h4,
#bco1st-wrapper h5,
#bco1st-wrapper p,
#bco1st-wrapper ul,
#bco1st-wrapper li {
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
}

#bco1st-wrapper img {
	width: 100%;
	vertical-align: top;
}

#bco1st-wrapper .smallsp {
	display: none;
}

@media screen and (max-width: 374px) {
	#bco1st-wrapper .smallsp {
		display: block;
	}
}

#bco1st-wrapper .largesp {
	display: block;
}

@media screen and (max-width: 374px) {
	#bco1st-wrapper .largesp {
		display: none;
	}
}

#bco1st-wrapper .button_soldout a {
	opacity: .4;
	pointer-events: none;
	font-size: 0;
}

#bco1st-wrapper .button_soldout a::before {
	display: block;
	content: "SOLD OUT";
	font-size: 14px;
	letter-spacing: .05em;
}

#bco1st-wrapper .button_soldout a::after {
	display: none !important;
}

#bco1st-wrapper .inner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#bco1st-wrapper .parallax {
	position: relative;
	overflow: hidden;
}

#bco1st-wrapper .parallax .imagearea {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	overflow: hidden;
}

#bco1st-wrapper .parallax .imagearea .image-inner {
	will-change: transform;
}

#bco1st-wrapper .knowmore,
#bco1st-wrapper .follow {
	width: 300px;
	max-width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
}

#bco1st-wrapper .knowmore a,
#bco1st-wrapper .follow a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #000000;
	background: #FFFFFF;
	position: relative;
}

#bco1st-wrapper .knowmore a::after,
#bco1st-wrapper .follow a::after {
	display: block;
	content: "";
	border-left: solid 5px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

#bco1st-wrapper .scroll-container {
	overflow: auto;
	padding: 0 0 15px;
}

#bco1st-wrapper .scroll-container > * {
	display: flex;
	padding: 0 0 0 17px;
}

#bco1st-wrapper .scroll-container > * > * {
	flex: none;
}

#bco1st-wrapper .scroll-container > * > *:last-child {
	box-sizing: content-box;
	padding: 0 17px 0 0;
}

#bco1st-wrapper #top .image-container {
	position: relative;
}

#bco1st-wrapper #top .image-container .imagearea ul {
	position: relative;
}

#bco1st-wrapper #top .image-container .imagearea ul li:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

#bco1st-wrapper #top .image-container .textarea {
	opacity: 0;
}

#bco1st-wrapper #top .image-container .textarea .titlearea {
	position: absolute;
	left: 0;
	right: 0;
	top: 7.65%;
	text-align: center;
}

#bco1st-wrapper #top .image-container .textarea .titlearea h1 {
	width: 61.33%;
	margin: 0 auto 2.67%;
}

#bco1st-wrapper #top .image-container .textarea .titlearea h1 .svg-wrapper {
	display: block;
	position: relative;
	aspect-ratio: 380 / 53;
}

#bco1st-wrapper #top .image-container .textarea .titlearea h1 .svg-wrapper svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

#bco1st-wrapper #top .image-container .textarea .titlearea h2 {
	font-size: 5.5vw;
	letter-spacing: .1em;
	margin: 0 0 5.33%;
	line-height: 1.2;
}

#bco1st-wrapper #top .image-container .textarea .titlearea .period {
	font-size: 4.15vw;
	letter-spacing: .075em;
}

#bco1st-wrapper #top .image-container .textarea .page-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3.65%;
	max-width: 300px;
	margin: 0 auto;
}

#bco1st-wrapper #top .image-container .textarea .page-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
}

#bco1st-wrapper #top .image-container .textarea .page-nav ul li {
	font-size: 14px;
	letter-spacing: .075em;
}

#bco1st-wrapper #top .image-container .textarea .page-nav ul li::after {
	display: inline;
	content: "/";
	margin: 0 .25em;
}

#bco1st-wrapper #top .image-container .textarea .page-nav ul li:last-child::after {
	display: none;
}

#bco1st-wrapper #top .image-container .scroll {
	display: none;
}

#bco1st-wrapper #top .lead {
	text-align: justify;
	padding: 35px 17px 35px;
}

#bco1st-wrapper #top .lead p {
	font-size: 12px;
	line-height: 1.67;
	letter-spacing: .05em;
	text-align: center;
}

#bco1st-wrapper #top .lead p + p {
	margin: 1.67em 0 0;
}

#bco1st-wrapper #special-presents .titlearea {
	background: #595959;
	color: #FFFFFF;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#bco1st-wrapper #special-presents .titlearea .text-line1 {
	font-size: 14px;
	letter-spacing: .1em;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .titlearea h3 {
	font-size: 16px;
	letter-spacing: .1em;
}

#bco1st-wrapper #special-presents .titlearea2 {
	background: #C8B304;
	color: #FFFFFF;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#bco1st-wrapper #special-presents .titlearea2 .text-line1 {
	font-size: 14px;
	letter-spacing: .1em;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .titlearea2 h3 {
	font-size: 16px;
	letter-spacing: .1em;
}


#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content {
	padding: 25px 0 30px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container {
	text-align: center;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .tag {
	justify-content: center;
	align-items: center;
	font-size: 18px;
	letter-spacing: .05em;
	margin: 0 auto 10px;
	color: #C8B304;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition {
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at {
	font-size: 11px;
	line-height: 1.45;
	margin: 0 0 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at a {
	text-decoration: underline;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .image-container {
	margin: 0 0 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .image-container:not(.parallax) .imagearea img {
	aspect-ratio: 375 / 200;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .image-container.parallax {
	aspect-ratio: 375 / 200;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .image-container.parallax .imagearea .image-inner img {
	aspect-ratio: 375 / 300;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container h4 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 13px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container h4 span {
	font-size: 12px;
	display: block;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .description {
	text-align: justify;
	font-size: 12px;
	line-height: 1.67;
	padding: 0 17px;
	margin: 0 0 15px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .knowmore {
	margin: 0 auto 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow {
	height: 60px;
	margin: 0 auto 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a {
	column-gap: 10px;
	padding: 0 8px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a .icon {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: solid 1px #A3A3A3;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a .icon img {
	width: 30px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a::after {
	display: none;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .caption {
	text-align: left;
	font-size: 11px;
	line-height: 1.45;
	padding: 0 17px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .caption a {
	text-decoration: underline;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01,
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03{
	background: #FFFFFF;
}
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02,
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02{
	background: #f8f8f8;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01{
	background: #f6f0db;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .tag,
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .tag,
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .tag {
	background: #FFFFFF;
	color: #C8B304;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .tag,
#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .tag,{
	background: #f8f8f8;
	color: #C8B304;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend {
	margin: 20px 17px 0;
	padding: 25px 0 0;
	border-top: solid 1px #999999;
	text-align: left;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container {
	margin: 0 0 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a {
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea {
	width: 90px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea img {
	aspect-ratio: 157 / 220;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .catch {
	font-size: 11px;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .product-name {
	font-size: 14px;
	line-height: 1.2857142857;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail {
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: .05em;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail span {
	font-size: 11px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .knowmore {
	color: #FFFFFF;
}


	 #bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend {
	margin: 20px 17px 0;
	padding: 25px 0 0;
	border-top: solid 1px #999999;
	text-align: left;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container {
	margin: 0 0 20px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a {
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea {
	width: 90px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea img {
	aspect-ratio: 157 / 220;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .catch {
	font-size: 11px;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .product-name {
	font-size: 14px;
	line-height: 1.2857142857;
	margin: 0 0 10px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail {
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: .05em;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail span {
	font-size: 11px;
}

#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .knowmore {
	color: #FFFFFF;
}


	 #bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}


#bco1st-wrapper #balancing-series #series-concept {
	padding: 50px 0;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea {
	text-align: center;
	margin: 0 0 15px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea h3 {
  font-size: 16px;
    line-height: 1.25;
    margin: 0 0 13px
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea .catch {
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: .03em;
	padding: 0;
	margin: 0 0 10px;
	padding-right: 40px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .imagearea {
	margin: 0 0 20px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .imagearea img {
	aspect-ratio: 750 / 400;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea {
	padding: 0 17px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .description {
	text-align: justify;
	font-size: 12px;
	line-height: 1.67;
	margin: 0 0 20px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .knowmore {
	height: 50px;
	line-height: 1.21;
	margin: 0 auto 20px;
}

#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .caption {
	font-size: 11px;
	line-height: 1.45;
}

#bco1st-wrapper #balancing-series #series-lineup {
	padding: 50px 0;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea {
	text-align: center;
	margin: 0 0 30px;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea .text-line1 {
 font-size: 16px;
	margin: 0 0 13px;
	letter-spacing: .05em;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea h4 {
	font-size: 14px;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper {
	column-gap: 40px;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single {
	width: 180px;
}

/*#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .imagearea {
	width: 101px;
	margin: 0 auto 10px;
}*/

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .imagearea img {
	aspect-ratio: 200 / 220;
}

/*
#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .imagearea.bco {
	width: 157px;
	margin-right: 14%;
}
*/

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .imagearea.bco img {
	aspect-ratio: 200 / 220;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea {
	text-align: center;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea h5 {
	font-size: 14px;
	line-height: 1.29;
	margin: 0 0 15px;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea .knowmore {
	color: #FFFFFF;
}

#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea .knowmore a {
	background: #595757;
}

#bco1st-wrapper #journal {
	padding: 50px 0;
}

#bco1st-wrapper #journal .inner .titlearea {
	text-align: center;
	margin: 0 0 20px;
}

#bco1st-wrapper #journal .inner .titlearea h3 {
	font-size: 16px;
	letter-spacing: .05em;
	margin: 0 0 10px;
}

#bco1st-wrapper #journal .inner .titlearea .catch {
	font-size: 12px;
	line-height: 1.33;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper {
	column-gap: 10px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single {
	width: 200px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea {
	margin: 0 0 10px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea img {
	aspect-ratio: 240 / 320;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea {
	text-align: center;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .vol {
	font-size: 14px;
	letter-spacing: .05em;
	margin: 0 0 7px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea h4 {
	font-size: 12px;
	line-height: 1.17;
	margin: 0 0 10px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .readmore {
	font-size: 12px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .readmore a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 4px;
}

#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .readmore a::before {
	display: block;
	content: "";
	border-left: solid 5px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}

#bco1st-wrapper #essential-oil {
	padding: 50px 0;
}

#bco1st-wrapper #essential-oil .inner {
	padding: 0 17px;
}

#bco1st-wrapper #essential-oil .inner .layout-container .titlearea {
	text-align: center;
	margin: 0 0 15px;
}

#bco1st-wrapper #essential-oil .inner .layout-container .titlearea h3 {
	font-size: 16px;
	letter-spacing: .05em;
	margin: 0 0 13px;
}

#bco1st-wrapper #essential-oil .inner .layout-container .titlearea .catch {
	font-size: 12px;
	line-height: 1.33;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container {
	aspect-ratio: 680 / 400;
	margin: 0 0 25px;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul {
	position: relative;
	overflow: hidden;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li {
	animation: slide3-1slow 16s linear 0s infinite;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li img {
	aspect-ratio: 680 / 400;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li:nth-child(n+2) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li:nth-child(2) {
	animation-name: slide3-2slow;
}

#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li:nth-child(3) {
	animation-name: slide3-3slow;
}

#bco1st-wrapper #essential-oil .inner .layout-container .knowmore {
	height: 50px;
	margin: 0 auto;
}

#bco1st-wrapper #essential-oil .inner .layout-container .knowmore a span span {
	display: block;
	font-size: 12px;
	margin: 2px 0 0;
}

#bco1st-wrapper .banner {
	width: 340px;
	margin: 0 auto 70px;
}

#bco1st-wrapper .banner a {
	display: block;
	background: #EAEAEA;
}

#bco1st-wrapper .banner a .flex-container {
	display: flex;
	column-gap: 20px;
}

#bco1st-wrapper .banner a .flex-container .imagearea {
	width: 95px;
}

#bco1st-wrapper .banner a .flex-container .imagearea ul li img {
	aspect-ratio: 140 / 200;
}

#bco1st-wrapper .banner a .flex-container .imagearea ul li:nth-child(1) {
	display: none;
}

#bco1st-wrapper .banner a .flex-container .textarea {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#bco1st-wrapper .banner a .flex-container .textarea .text-line1 {
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: .05em;
	margin: 0 0 10px;
}

#bco1st-wrapper .banner a .flex-container .textarea .text-line2 {
	font-size: 12px;
	line-height: 1.33;
	letter-spacing: .05em;
	margin: 0 0 15px;
}

#bco1st-wrapper .banner a .flex-container .textarea .text-line3 {
	font-size: 12px;
	display: flex;
	align-items: center;
	column-gap: 4px;
}

#bco1st-wrapper .banner a .flex-container .textarea .text-line3::before {
	display: block;
	content: "";
	border-left: solid 5px;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}

#bco1st-wrapper #vismo .ecbn-selection-footer2 {
	display: none;
}

#bco1st-wrapper.is-loaded {
	opacity: 1 !important;
	transition: opacity 2s ease 0s;
}

#bco1st-wrapper.is-loaded #top .imagearea ul li:nth-child(2) {
	animation: slide2 8s linear 0s infinite;
}

#bco1st-wrapper.is-loaded #top .textarea {
	opacity: 1;
	transition: opacity 2s ease 1s;
	animation: topcolor 8s linear 0s infinite;
}

@media screen and (max-width: 767px) {
	#bco1st-wrapper .pc {
		display: none !important;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner {
		transform: none !important;
	}
}

@media screen and (orientation: landscape) {
	#bco1st-wrapper #top .image-container {
		display: flex;
		background-color: #ebecf1;
	}

	#bco1st-wrapper #top .image-container .imagearea {
		width: 45%;
	}

	#bco1st-wrapper #top .image-container .textarea {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#bco1st-wrapper #top .image-container .textarea .titlearea {
		position: static;
		width: 100%;
		margin: 0 0 8.83%;
	}

	#bco1st-wrapper #top .image-container .textarea .titlearea h1 {
		width: 68.9%;
		margin: 0 auto 4.42%;
	}

	#bco1st-wrapper #top .image-container .textarea .titlearea h2 {
		font-size: 1.7vw;
		letter-spacing: .1em;
		margin: 0 0 2.33%;
			line-height: 1.2;
	}

	#bco1st-wrapper #top .image-container .textarea .titlearea .period {
		height: 2.78vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.17vw;
		letter-spacing: .05em;
		margin: 0 auto;
	}

	#bco1st-wrapper #top .image-container .textarea .page-nav {
		position: static;
		width: 100%;
		max-width: 400px;
	}

	#bco1st-wrapper #top .image-container .textarea .page-nav ul {
		row-gap: 5px;
	}

	#bco1st-wrapper #top .image-container .textarea .page-nav ul li:nth-child(2)::after {
		display: inline;
	}

	#bco1st-wrapper #top .image-container .textarea .page-nav ul li:nth-child(3)::after {
		display: none;
	}

	#bco1st-wrapper #top .image-container .scroll {
		display: block;
		width: 1.46%;
		position: absolute;
		left: 0%;
		right: 35%;
		top: 78.67%;
		margin: 0 auto;
		opacity: 0;
	}

	#bco1st-wrapper #top .image-container .scroll a {
		display: block;
	}

	#bco1st-wrapper #top .image-container .scroll a img {
		display: block;
	}

	#bco1st-wrapper #top .lead {
		padding: 35px 17px 80px;
	}

	#bco1st-wrapper #top .lead p {
		font-size: 12px;
		line-height: 1.67;
		letter-spacing: .05em;
	}

	#bco1st-wrapper #top .lead p + p {
		margin: 1.67em 0 0;
	}

	#bco1st-wrapper.is-loaded #top .image-container .textarea {
		animation: none;
		margin-left: 10%;
	}

	#bco1st-wrapper.is-loaded #top .image-container .scroll {
		opacity: 1;
		transition: opacity 1s ease 1s;
	}

	#bco1st-wrapper.is-loaded #top .image-container .scroll a img {
		animation: arrow 2s linear 1s infinite;
	}
}

@media screen and (min-width: 768px) {
	a {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.sp,
	.smallsp,
	.largesp {
		display: none !important;
	}

	.pc {
		display: block !important;
	}

	#bco1st-wrapper .knowmore,
	#bco1st-wrapper .follow {
		width: 340px;
		height: 50px;
	}

	#bco1st-wrapper .knowmore a,
	#bco1st-wrapper .follow a {
		transition: background .4s ease 0s, color .4s ease 0s, border-color .4s ease 0s;
	}

	#bco1st-wrapper .knowmore a::after,
	#bco1st-wrapper .follow a::after {
		transition: transform .4s ease 0s;
	}

	#bco1st-wrapper .knowmore a:hover,
	#bco1st-wrapper .follow a:hover {
		opacity: 1;
	}

	#bco1st-wrapper .knowmore a:hover::after,
	#bco1st-wrapper .follow a:hover::after {
		transform: translate(3px, -50%);
	}

	#bco1st-wrapper .scroll-container {
		overflow: visible;
		padding: 0;
	}

	#bco1st-wrapper .scroll-container > * {
		padding: 0;
		flex-wrap: wrap;
	}

	#bco1st-wrapper .scroll-container > * > *:last-child {
		padding: 0;
	}

	#bco1st-wrapper #top .lead {
		text-align: center;
		padding: 60px 0;
	}

	#bco1st-wrapper #top .lead p {
		font-size: 14px;
		line-height: 1.71;
	}

	#bco1st-wrapper #top .lead p + p {
		margin: 1.71em 0 0;
	}

	#bco1st-wrapper #special-presents .titlearea h3 {
		font-size: 18px;
	}
		#bco1st-wrapper #special-presents .titlearea2 h3 {
		font-size: 18px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content {
		padding: 85px 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container {
		position: relative;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .tag {
		margin: 0 0 13px;
		order: -10;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition {
		font-size: 14px;
		margin: 0 0 10px;
		order: -9;
	}

/*	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition::before,
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition::after {
		display: inline;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition::before {
		content: "\3008";
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .condition::after {
		content: "\3009";
	}*/

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at {
		font-size: 12px;
		line-height: 1.17;
		margin: 0 0 15px;
		display: flex;
		flex-wrap: wrap;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at li::after {
		display: inline;
		content: "/";
		margin: 0 .25em;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at li:last-child::after {
		display: none;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .at::before {
		display: inline;
		content: "対象店舗：";
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .image-container {
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container h4 {
		font-size: 18px;
		line-height: 1.33;
		order: -8;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container h4 span {
		font-size: 18px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .description {
		font-size: 14px;
		line-height: 1.57;
		letter-spacing: .03em;
		padding: 0;
		margin: 0 0 20px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .knowmore {
		margin: 0 0 15px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow {
		width: 400px;
		margin: 0 0 15px;
		color: #FFFFFF;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a {
		column-gap: 20px;
		padding: 0 30px;
		background: #595757;
		border-color: #595757;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a .icon {
		width: 45px;
		height: 45px;
		background: #FFFFFF;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a .icon img {
		width: 35px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .follow a:hover {
		background: #FFFFFF;
		color: #000000;
		border-color: #595757;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content .inner .flex-container .caption {
		padding: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01,
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03,
		#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02{
		background: none;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .tag,
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .tag,
		#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .tag{
		color: #C8B304;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner {
		width: 1000px;
		max-width: 96%;
		margin: 0 auto;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container {
		min-height: 500px;
		padding: 0 0 0 45.7%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1141px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container {
		min-height: 47.34vw;
		padding: 0 0 0 43.87vw;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .image-container {
		width: 40%;
		left: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .image-container.parallax {
		aspect-ratio: 400 / 500;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .image-container.parallax .imagearea .image-inner img {
		aspect-ratio: 400 / 600;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .knowmore {
		margin: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present01 .inner .flex-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 {
		background: #f8f8f8;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner {
		width: 1014px;
		max-width: 96%;
		margin: 0 auto;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container {
		min-height: 500px;
		padding: 0 46.35% 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1056px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container {
		min-height: 47.34vw;
		padding: 0 41.02vw 0 0;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .tag {
		background: #f8f8f8;
		color: #C8B304;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .image-container {
		width: 39.45%;
		right: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .image-container.parallax {
		aspect-ratio: 400 / 500;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .image-container.parallax .imagearea .image-inner img {
		aspect-ratio: 400 / 600;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .caption {
		order: 100;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend {
		margin: 0 0 20px;
		padding: 0;
		border-top: none;
		max-width: 400px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container {
		margin: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a {
		pointer-events: auto;
		column-gap: 2.5%;
		min-height: 134px;
		background: #FFFFFF;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea {
		width: 18.75%;
		margin: 0 0 0 3.75%;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .catch {
		margin: 0 0 7px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .product-name {
		margin: 0 0 7px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail {
		line-height: 1.5;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present02 .inner .flex-container .bco-recommend .knowmore {
		display: none;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner {
		width: 1000px;
		max-width: 96%;
		margin: 0 auto;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container {
		min-height: 400px;
		padding: 0 0 0 45.7%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1141px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container {
		min-height: 38.4vw;
		padding: 0 0 0 43.87vw;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .image-container {
		width: 40%;
		left: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .image-container.parallax {
		aspect-ratio: 400 / 400;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .image-container.parallax .imagearea .image-inner img {
		aspect-ratio: 400 / 600;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .knowmore {
		margin: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#present03 .inner .flex-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}
	
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner {
		width: 1000px;
		max-width: 96%;
		margin: 0 auto;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container {
		min-height: 400px;
		padding: 0 0 0 45.7%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1141px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container {
		min-height: 38.4vw;
		padding: 0 0 0 43.87vw;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .image-container {
		width: 40%;
		left: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .image-container.parallax {
		aspect-ratio: 400 / 400;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .image-container.parallax .imagearea .image-inner img {
		aspect-ratio: 400 / 550;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .knowmore {
		margin: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample02 .inner .flex-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}
	
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 {
		background: #f6f0db;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner {
		width: 1014px;
		max-width: 96%;
		margin: 0 auto;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container {
		min-height: 400px;
		padding: 0 46.35% 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1056px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container {
		min-height: 47.34vw;
		padding: 0 41.02vw 0 0;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .tag {
		background: #f8f8f8;
		color: #C8B304;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .image-container {
		width: 39.45%;
		right: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .image-container.parallax {
		aspect-ratio: 400 / 400;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .image-container.parallax .imagearea .image-inner img {
		aspect-ratio: 400 / 550;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .caption {
		order: 100;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend {
		margin: 0 0 20px;
		padding: 0;
		border-top: none;
		max-width: 400px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container {
		margin: 0;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a {
		pointer-events: auto;
		column-gap: 2.5%;
		min-height: 134px;
		background: #FFFFFF;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-imagearea {
		width: 18.75%;
		margin: 0 0 0 3.75%;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .catch {
		margin: 0 0 7px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .product-name {
		margin: 0 0 7px;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .bco-flex-container a .bco-textarea .detail {
		line-height: 1.5;
	}

	#bco1st-wrapper #special-presents .gift-contents-wrapper .gift-content#sample01 .inner .flex-container .bco-recommend .knowmore {
		display: none;
	}
	

	#bco1st-wrapper #balancing-series #series-concept {
		padding: 90px 0 70px;
		position: relative;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		min-height: 29.28vw;
		padding: 0 47.8% 0 14%;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea {
		text-align: left;
		margin: 0 0 10px;
		width: 100%;
		max-width: 42.46vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea {
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea h3 {
		font-size: 18px;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .imagearea {
		margin: 0;
		width: 37.92%;
		position: absolute;
		right: 10%;
		top: 50%;
		transform: translate(0, -50%);
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .imagearea img {
		aspect-ratio: 600 / 400;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea {
		padding: 0;
		width: 100%;
		max-width: 42.46vw;
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea {
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .description {
		font-size: 14px;
		line-height: 1.43;
		margin: 0 0 20px;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .knowmore {
		margin: 0;
		order: 100;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}

	#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .textarea .caption {
		margin: 0 0 30px;
	}

	#bco1st-wrapper #balancing-series #series-concept::before {
		display: block;
		content: "";
		width: 80.53%;
		height: 1px;
		background: #000000;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#bco1st-wrapper #balancing-series #series-concept::before {
		width: 96%;
	}
}

@media screen and (min-width: 768px) {
	#bco1st-wrapper #balancing-series #series-lineup {
		padding: 70px 0 125px;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea {
		margin: 0 0 65px;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea .text-line1 {
		display: block;
		font-size: 14px;
		letter-spacing: .05em;
		margin: 0 0 10px;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .lineup-titlearea h4 {
		font-size: 16px;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper {
		width: 1150px;
		max-width: 96%;
		margin: 0 auto;
		column-gap: 4.44%;
		row-gap: 80px;
		justify-content: center;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single {
		width: 15%;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea .knowmore {
		height: 36px;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea .knowmore a {
		border: none;
		transition: opacity .4s ease 0s;
	}

	#bco1st-wrapper #balancing-series #series-lineup .inner .scroll-container .product-wrapper .product-single .textarea .knowmore a:hover {
		opacity: .5;
	}

	#bco1st-wrapper #journal {
		background: #EAEAEA;
	}

	#bco1st-wrapper #journal .inner .titlearea {
		margin: 0 0 30px;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper {
		width: 760px;
		max-width: 96%;
		margin: 0 auto;
		column-gap: 2.63%;
		row-gap: 50px;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single {
		width: 31.58%;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea {
		margin: 0 0 20px;
		overflow: hidden;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea img {
		display: block;
		transition: transform .4s ease 0s;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea a:hover {
		opacity: 1;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .imagearea a:hover img {
		transform: scale(1.05);
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea h4 {
		line-height: 1.33;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .readmore a::before {
		transition: transform .4s ease 0s;
	}

	#bco1st-wrapper #journal .inner .scroll-container .journal-wrapper .journal-single .textarea .readmore a:hover::before {
		transform: translate(2px, 0);
	}

	#bco1st-wrapper #essential-oil {
		padding: 0;
	}

	#bco1st-wrapper #essential-oil .inner {
		padding: 0;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container {
		position: relative;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .titlearea {
		margin: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 46.67%;
		color: #FFFFFF;
		z-index: 2;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .titlearea h3 {
		font-size: 18px;
		margin: 0 0 20px;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .titlearea .catch {
		font-size: 14px;
		line-height: 1.43;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .image-container {
		aspect-ratio: 1366 / 300;
		margin: 0;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li {
		animation: none;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .image-container .imagearea .image-inner ul li img {
		aspect-ratio: 1366 / 500;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .knowmore {
		position: absolute;
		left: 0;
		right: 0;
		top: 63.33%;
		z-index: 2;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .knowmore a {
		border: none;
	}

	#bco1st-wrapper #essential-oil .inner .layout-container .knowmore a:hover {
		background: #595757;
		color: #FFFFFF;
	}

	#bco1st-wrapper .banner {
		width: 700px;
		max-width: 90%;
		margin: 100px auto;
	}

	#bco1st-wrapper .banner a .flex-container {
		column-gap: 10%;
	}

	#bco1st-wrapper .banner a .flex-container .imagearea {
		width: 40%;
	}

	#bco1st-wrapper .banner a .flex-container .imagearea ul {
		display: flex;
	}

	#bco1st-wrapper .banner a .flex-container .imagearea ul li {
		width: 50%;
	}

	#bco1st-wrapper .banner a .flex-container .imagearea ul li:nth-child(1) {
		display: block;
	}

	#bco1st-wrapper .banner a .flex-container .textarea .text-line1 {
		font-size: 14px;
		margin: 0 0 15px;
	}

	#bco1st-wrapper .banner a .flex-container .textarea .text-line2 {
		font-size: 14px;
		line-height: 1.29;
		margin: 0 0 20px;
	}

	#bco1st-wrapper .banner a .flex-container .textarea .text-line3 {
		font-size: 13px;
	}
	
}
/**/
	.check {
		list-style-type: none;
	}

	.check li {
		display: flex;
		align-items: center;
		gap: 0 5px;
		padding: .8em;
	}

	.check li::before {
		display: inline-block;
		width: 15px;
		height: 5px;
		border-bottom: 2px solid #C8B304;
		border-left: 2px solid #C8B304;
		transform: rotate(-45deg) translateY(-1.5px);
		content: '';
	}

	@media screen and (max-width: 767px) {
		.check {
			font-size: 13px;
		}
		#bco1st-wrapper #balancing-series #series-concept .inner .flex-container .titlearea .catch {
	font-size: 12px;
	    line-height: 1.67;
    padding: 0 17px;
    margin: 0 0 20px;
}
	}
