@charset "UTF-8";

/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
.mv {
	height: 70vh;
	position: relative;
}
.mv .mv__inner {
	height: 100%;
	position: relative;
}
.mv_img {
	height: 100%;
}
.mv_img_detail {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow: hidden;
	visibility: hidden;
}
/* 通常MV */
#mv_default .mv_img01 {background-image: url('../img/top/mv/mv_slide11-sp.jpg');}
#mv_default .mv_img02 {background-image: url('../img/top/mv/mv_slide12-sp.jpg');}
#mv_default .mv_img03 {background-image: url('../img/top/mv/mv_slide13-sp.jpg');}
#mv_default .mv_img04 {background-image: url('../img/top/mv/mv_slide14-sp.jpg');}
#mv_default .mv_img05 {background-image: url('../img/top/mv/mv_slide15-sp.jpg');}
#mv_default .mv_img06 {background-image: url('../img/top/mv/mv_slide16-sp.jpg');}

/* イベントなど特別の時用 
#mv_event .mv_img01 {background-image: url('../img/white-day/mv_1-sp.jpg');}
#mv_event .mv_img02 {background-image: url('../img/white-day/mv_2-sp.jpg');}
#mv_event .mv_img03 {background-image: url('../img/white-day/mv_3-sp.jpg');}
#mv_event .mv_img04 {background-image: url('../img/white-day/mv_4-sp.jpg');}

*/
/* クリスマスMV
#mv_default .mv_img01 {background-image: url('../img/top/mv/mv_slide07_sp.jpg');}
#mv_default .mv_img02 {background-image: url('../img/top/mv/mv_slide08_sp.jpg');}
#mv_default .mv_img03 {background-image: url('../img/top/mv/mv_slide09_sp.jpg');}
#mv_default .mv_img04 {background-image: url('../img/top/mv/mv_slide10_sp.jpg');}
*/

.mv__inner .slick-slider .slick-track,
.mv__inner .slick-slider .slick-list {
	height: 100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow: hidden;
}
.mv__inner .slick-slider .slick-track {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
/* スライダー設定 */
.mv_img_detail.slick-active,
.mv_img_detail.slick-continue {
	-webkit-animation: slick-current linear 12s infinite normal;
	animation: slick-current linear 12s infinite normal;
		-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow: hidden;
	visibility: visible;
}
@-webkit-keyframes slick-current {
	0% {
		-webkit-transform: scale(1.0001);
		        transform: scale(1.0001)
	}
	100% {
		-webkit-transform: scale(1.08);
		        transform: scale(1.08)
	}
}
@keyframes slick-current {
	0% {
		-webkit-transform: scale(1.0001);
		        transform: scale(1.0001)
	}
	100% {
		-webkit-transform: scale(1.08);
		        transform: scale(1.08)
	}
}

.mv_catch {
	width: 310px;
	position: absolute;
	left: 20px;
	bottom: 8vh;
}
@media screen and (max-width: 991px) {
	.mv {
		margin-bottom: 110px;
		height: 73vh;
	}
	.mv .content_area {
		padding: 0;
		height: 100%;
		margin: 0 auto 30px;
	}
}
@media screen and (min-width: 768px) {
	.mv {
		background: none;
		height: calc(100vh - 120px);
	}
	.mv .content_area {
		height: 100%;
	}
	.mv_catch {
		width: auto;
		left: 60px;
		bottom: 60px;
	}
	/* 通常MV*/
	#mv_default .mv_img01 {background-image: url('../img/top/mv/mv_slide11.jpg');}
	#mv_default .mv_img02 {background-image: url('../img/top/mv/mv_slide12.jpg');}
	#mv_default .mv_img03 {background-image: url('../img/top/mv/mv_slide13.jpg');}
	#mv_default .mv_img04 {background-image: url('../img/top/mv/mv_slide14.jpg');}
	#mv_default .mv_img05 {background-image: url('../img/top/mv/mv_slide15.jpg');}
	#mv_default .mv_img06 {background-image: url('../img/top/mv/mv_slide16.jpg');}

	/* イベントなど特別の時用
	#mv_event .mv_img01 {background-image: url('../img/white-day/mv_1-pc.jpg');}
	#mv_event .mv_img02 {background-image: url('../img/white-day/mv_2-pc.jpg');}
	#mv_event .mv_img03 {background-image: url('../img/white-day/mv_3-pc.jpg');}
	#mv_event .mv_img04 {background-image: url('../img/white-day/mv_4-pc.jpg');}
	 */
	/* クリスマスMV
	#mv_default .mv_img01 {background-image: url('../img/top/mv/mv_slide07.jpg');}
	#mv_default .mv_img02 {background-image: url('../img/top/mv/mv_slide08.jpg');}
	#mv_default .mv_img03 {background-image: url('../img/top/mv/mv_slide09.jpg');}
	#mv_default .mv_img04 {background-image: url('../img/top/mv/mv_slide10.jpg');}
	 */
}
@media screen and (min-width: 1500px) {
	.mv_catch {
		left: 100px;
		bottom: 100px;
	}
}
/*------------------------------------------------------------
    pc nav
------------------------------------------------------------*/
.pc_nav.active {
	margin-bottom: 80px;
}
.nav {
	padding: 30px 0;
}
.pc_nav .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pc_nav .nav ul li {
	margin-right: 5%;
}
.pc_nav .nav ul li:last-child {
	margin-right: 0;
}
.pc_nav .nav ul a {
	font-size: 1.8rem;
	color: #1D1D1D;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.nav {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 992px) {
	.pc_nav.active {
		margin-bottom: 160px;
	}
	.nav {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 768px) {
	.pc_nav .nav ul a:hover {
		color: #8B8B8B
	}
}
@media screen and (min-width: 1200px) {
	.pc_nav .nav ul li {
		margin-right: 7%;
	}
}
/*------------------------------------------------------------
    bnr
------------------------------------------------------------*/
.bnr {
	margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.bnr .bnr_img:hover {
		opacity: .7;
	}
}
@media screen and (min-width: 992px) {
	.bnr {
		padding-top: 40px;
		margin-bottom: 160px;
	}
	.bnr_inner ul li:first-child {
		padding-right: 60px;
	}
	.bnr_inner ul li:last-child {
		padding-left: 60px;
	}
}
/*------------------------------------------------------------
    select  clock
------------------------------------------------------------*/
.select_list {
	margin-bottom: 60px;
}
.select_box {
	/* outline: 1px solid  #fff;
    outline-offset: -10px; */
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,.3) inset;
            box-shadow: 0px 0px 0px 1px rgba(255,255,255,.3) inset;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.select_box::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: transparent;
	border: 1px solid #fff;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}
.select_box_img {
	width: 100%;
}
.select_box_img::before {
	content: "";
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 335px;
	width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.select_box_img.flower::before {
	background-image: url('../img/top/select/img-top-select-01-sp.jpg');
}
.select_box_img.clock::before {
	background-image: url('../img/top/select/img-top-select-02-sp.jpg');
}
.select_box_img::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.select_box_ttl {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 2px;
	white-space: nowrap;
}
.select_box_sub_ttl {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.select_box_inner {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.select_btn {
	color: #fff;
	padding: 17px 10px;
	border: 1px solid #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.select_btn .ico_select_btn {
	position: absolute;
	right: 20px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	top: 23px;
}
@media screen and (max-width: 767px) {
	.select .btn_area li:last-child .btn  {
		padding: 8px 10px;
		font-size: 1.4rem;
	}
	.select_box_inner {
		width: 83%;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.select_box::before {
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.select_box_img {
		height: 28.75vw;
	}
	.select_box_img::before {
		width: calc(100% + 8px);
		height: calc(100% + 8px);
		position: absolute;
		top: -4px;
		left: -4px;
	}
	.select_box_img.flower::before {
		background-image: url('../img/top/select/img-top-select01.jpg');
	}
	.select_box_img.clock::before {
		background-image: url('../img/top/select/img-top-select02.jpg');
	}
	.select_box:hover .select_box_img::before {
		-webkit-filter: blur(4px);
		        filter: blur(4px);
	}
	.select_box:hover .select_box_img::after {
		background: rgba(0, 0, 0,.1 );
	}
	.select_box:hover .ico_select_btn {
		right: 15px;
	}
	.select_box:hover .select_btn {
		background: rgba(255, 255, 255, .3);
	}
}
@media screen and (min-width: 992px) {
	.select_list {
		margin-bottom: 120px;
	}
	.select_box_img {
		max-width: 780px;
	}
	.select_box_ttl {
		font-size: 4rem;
		letter-spacing: 2.3px;
	}
	.select_box_sub_ttl {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
}

/*------------------------------------------------------------
    concept
------------------------------------------------------------*/
.concept_area {
	overflow: hidden;
}
.concept_img {
	height: 245px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
}
.concept_img_main {
	background-image: url('../img/top/concept/img_concept_08.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.concept_img_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	bottom: -10px;
}
.concept_img_inner p {
	font-size: 50px;
	color: #fff;
	line-height: 1;
	font-size: 5rem;
}
@media screen and (max-width: 767px) {
	.concept .content_area {
		padding: 0;
	}
	.concept_img_main {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}
}
@media screen and (min-width: 768px) {
	.concept_img {
		height: 36.4583vw;
		max-height: 700px;
	}
	.concept_img_inner {
		-webkit-box-align: end;
	    -ms-flex-align: end;
	    align-items: flex-end;
	    bottom: -25px;
	}
	.concept_img_inner p {
		font-size: 12rem;
	}
}
@media screen and (max-width: 992px) {
	.concept_img {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media screen and (min-width: 992px) {
	.concept_img_inner {
		left: 115px;
		bottom: -25px;
	}
}
/*------------------------------------------------------------
    concept 詳細
------------------------------------------------------------*/
.content_bg.consept_detail {
	padding-top: 60px;
}
.consept_detail_ttl {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.consept_detail .txt_box {
	margin-bottom: 50px;
}
.consept_detail .txt_box p {
	font-size: 1.4rem;
}
.consept_detail .btn_area {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.content_bg.consept_detail {
		padding-top: 110px;
	}
	.consept_detail .txt_box {
		text-align: center;
	}
	.consept_detail .txt_box p {
		font-size: 1.6rem;
	}
	.consept_detail .btn_area {
		margin-bottom: 120px;
	}
}
@media screen and (min-width: 992px) {
	.consept_detail_ttl {
		font-size: 4rem;
		margin-bottom: 60px;
	}
	.consept_detail .txt_box {
		margin-bottom: 90px;
	}
}

/*------------------------------------------------------------
    news
------------------------------------------------------------*/

.news_list {
	border-bottom: 1px solid #DBDBDB;
	position: relative;
	padding: 20px 0;
}
.news_area {
    border-top: 1px solid #DBDBDB;
}
.news_list:last-child {
	border-bottom: 1px solid #DBDBDB;
}
.news_list_ttl {
	padding: 10px 50px 10px 0;
}
.news_time {
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.news_ttl {
	font-size: 1.4rem;
}
.news_ttl .plus  {
	border: 1px solid #1D1D1D;
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.news_ttl {
	width: 100%;
}
.news_list_detail {
	display: none;
}
.news_list_ttl.active .plus::before {
	-webkit-transform: translate(-50%, -50%) rotate(360deg);
	    -ms-transform: translate(-50%, -50%) rotate(360deg);
	        transform: translate(-50%, -50%) rotate(360deg);
}
.news_list_ttl.active .plus::after {
	opacity: 0;
}
.news_ttl .plus {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.news_list_detail {
	padding-right: 30px;
}
.news_list_detail p {
	font-size: 1.3rem;
}
#news_readmore {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.news_time {
		display: block;
	}

}
@media screen and (min-width: 768px) {
	.news_list {
		padding: 25px 0;
	}
	.news_list_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 30px 50px 30px 0;
	}
	.news_time {
		margin-right: 9%;
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}
	.news_ttl {
		width: 80%;
	}
	.news_ttl p {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}
	.news_list:hover .news_time,
	.news_list:hover .news_ttl p {
		color: #8B8B8B;
	}
	.news_list:hover .news_ttl .plus {
		background: #1D1D1D;
		border-color: transparent;
	}
	.news_list:hover .news_ttl .plus::before,
	.news_list:hover .news_ttl .plus::after {
		background: #fff;
	}
}

/*------------------------------------------------------------
    instagram
------------------------------------------------------------*/
.instagram_ttl {
	font-size: 3rem;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.instagram_ttl span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.instagram_ttl span::before {
	content: "";
	display: inline-block;
	background-image: url('../img/top/instagram/img_%40-sp.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.instagram_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	position: relative;
}
.instagram_box img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instagram_box {
    width: calc(100% * 2 / 7);
    height: 0;
    padding-top: calc(100% * 2 / 7);
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 800ms ease 0s;
}


.instagram_box:nth-of-type(2){
    width: calc(100% * 1 / 7);
    padding-top: calc(100% * 1 / 7);
}

.instagram_box:nth-of-type(3){
    width: calc(100% * 1 / 7);
    padding-top: calc(100% * 1 / 7);
    position: absolute;
    top: 50%;
    left: calc(100% * 2 / 7);
}
@media screen and (max-width: 768px) {
	.instagram_area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.instagram_box {
        width: 50%;
        height: 0;
        padding-top: 50%;
    }
    .instagram_box:nth-of-type(1){
        width: calc(100% * 2 / 3);
        padding-top: calc(100% * 2 / 3);
    }
    .instagram_box:nth-of-type(2){
        width: calc(100% * 1 / 3);
        padding-top: calc(100% * 1 / 3);
    }
    .instagram_box:nth-of-type(3){
        width: calc(100% * 1 / 3);
        padding-top: calc(100% * 1 / 3);
        top: calc(100% * 2 / 7);
        left: calc(100% * 2 / 3);
    }
}
@media screen and (min-width: 768px) {
	.instagram_ttl span::before {
		background-image: url('../img/top/instagram/img_%40.png');
		width: 40px;
    	height: 40px;
    	left: -35px;
	}
}
@media screen and (min-width: 992px) {
	.instagram_ttl {
		font-size: 5rem;
		margin-bottom: 40px;
	}
	ul.fx-row.fx-row-20-xs.bnr_top {
		max-width: 780px;
		margin: 0 auto 120px auto;
	}
}

@media screen and (max-width: 767px) {
	ul.fx-row.fx-row-20-xs.bnr_top {
		margin-bottom: 60px;
	}
	.bnr{
		margin-top: 80px;
	}
	}

@media screen and (min-width: 768px) {
	ul.fx-row.fx-row-20-xs.bnr_top {
		max-width: 780px;
		margin: 0 auto 60px auto;
	}
	}

	@media screen and (max-width: 767px){
	.pc_none{
		display: none;
	}
	.sp_none{
	display:block;
	}
	}

	@media screen and (min-width: 768px) {
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
}


/*------------------------------------------------------------
    20200729 TOPテストページ
------------------------------------------------------------*/
.message .txt_box {
	margin-bottom: 40px;
	margin-top: 50px;
}
.product_box_txt.product_box_txt_top {
    text-align: center;
    margin-top: 10px;
}
.product_box_txt_top .product_ttl {
    font-size: 1.4rem;
    color: #1D1D1D;
}
.product_box_txt_top .product_price{
	font-size: 1.6rem;
	color: #1D1D1D;
}
.product_box_txt_top .product_price span{
	font-size: 1.1rem;
}
.product_box {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_box_img {
    width: 100%;
    transition: .6s;
}
a.btn.btn-02.product_list_btn {
    margin: 0 auto;
}
a.btn.btn-01.product_list_btn{
	margin: 0 auto;
}
.product-list_area{
	margin-bottom: 60px;
}
.consept_detail_ttl{
	text-align:left;
}

@media screen and (min-width: 768px){
.message .txt_box {
    text-align: center;
}
.product_box_txt.product_box_txt_top {
    text-align: center;
}
.product_box_txt_top .product_ttl{
	font-size: 2rem;
	color: #fff;
}
.product_box_txt_top .product_price{
	font-size: 2rem;
	color: #fff;
}
.product_box_txt_top .product_price span{
	font-size: 1.5rem;
}
.product_box_txt {
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product_box::before {
    content: "";
    opacity: 0;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: transparent;
    border: 1px solid #fff;
    transition: .6s;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product_box:hover::before {
    opacity: 1;
}
.product_box:hover .product_box_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product_box_img img {
    transition: .6s;
}
.product_box:hover .product_box_txt {
    opacity: 1;
    visibility: visible;
}
.product_box::after {
    content: "";
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: .6s;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
}
.product_box:hover::after {
    opacity: 1;
}
.product-list_area{
	margin-bottom: 60px;
}
.consept_detail_ttl{
	text-align:center;
}
}

@media screen and (min-width: 992px){
.message .txt_box {
	margin-top: 80px;
    margin-bottom: 160px;
}
.product_box_txt_top .product_ttl {
    font-size: 2.4rem;
}
.product_box_txt_top .product_price{
	font-size: 2rem;
}
.product_box_txt_top .product_price span{
    font-size: 1.4rem;
}
.product-list_area{
	margin-bottom: 120px;
}
}

@media screen and (min-width: 1500px){
.product_box_txt_top .product_ttl {
	font-size: 3rem;
}
.product_box_txt_top .product_price{
	font-size: 3rem;
}
.product_box_txt_top .product_price span{
    font-size: 2rem;
}
}

@media screen and (max-width: 991px){
.product_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}

/*------------------------------------------------------------
    20200729 TOPテストページ コンセプト部分
------------------------------------------------------------*/

.flex_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_content_box.text {
    line-height: 2;
}
.flex_content_box_ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.flex_content .flex_content_box.text p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.flex_content.space_color .flex_content_box.img {
    background-image: url(../img/concept/img_concept_04.jpg);
}
.flex_content.thought_color .flex_content_box.img {
    background-image: url(../img/concept/img_concept_09.jpg);
}
.flex_content .flex_content_box.img {
    width: 100%;
    padding-top: calc(100% * 768 / 1080);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flex_content.space_color {
    margin-bottom: 50px;
}
.flex_content.flex_content_order.thought_color{
	margin-bottom: 50px;
}

@media screen and (min-width: 768px){
.flex_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_content .flex_content_box.text {
    width: 40%;
    padding-right: 7%;
}
.flex_content .flex_content_box.img {
    width: 60%;
    padding-top: calc(60% * 1080 / 1528);
}
.flex_content.flex_content_order .flex_content_box.text {
    padding-right: 0;
    padding-left: 7%;
}
}

@media screen and (min-width: 992px){
.flex_content_box_ttl {
    font-size: 4rem;
    margin-bottom: 70px;
}
.flex_content .flex_content_box.text p {
    font-size: 1.6rem;
}
.flex_content.space_color {
    margin-bottom: 90px;
}
.flex_content.flex_content_order.thought_color{
	margin-bottom: 90px;
}
}

@media screen and (max-width: 767px){
.flex_content {
    flex-direction: column;
    flex-wrap: wrap;
}
.flex_content_box.text {
    order: 2;
}
.flex_content_box.text {
    line-height: 2;
}
.flex_content_box.img {
    order: 1;
    margin-bottom: 20px !important;
}
}

.cinzel {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    text-transform: uppercase;
}

.product_price {
    font-size: 1.6rem;
    color: #1D1D1D;
}

.product_ttl {
    font-size: 1.4rem;
    color: #1D1D1D;
}

section.content.content_bg.watch_bg.fadein.white_watch_img.bg_01{
	background: #deeff7;
}

li.fx-col-100-sss.fx-col-33-xs.rank01{
	position: relative;
}

li.fx-col-100-sss.fx-col-33-xs.rank02{
	position: relative;
}

li.fx-col-100-sss.fx-col-33-xs.rank03{
	position: relative;
}

img.rank01_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}

img.rank02_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}

img.rank03_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}
.product_box_txt {
    text-align: center;
}

@media screen and (min-width: 768px){
.product_ttl {
    font-size: 2rem;
    color: #fff;
}
.product_price {
    font-size: 2rem;
    color: #fff;
}
.product_white_txt {
    text-align: center;
    padding-top: 20px;
}
}

@media screen and (min-width: 992px){
.product_ttl {
    font-size: 2rem;
}
.product_price {
    font-size: 2rem;
}
}

@media screen and (min-width: 1500px){
.product_ttl {
    font-size: 2.2rem;
}
.product_price {
    font-size: 2.2rem;
}
}

@media screen and (min-width: 1650px){
.product_ttl {
    font-size: 2.6rem;
}
.product_price {
    font-size: 2.6rem;
}
}

@media screen and (max-width: 500px){
.fx-col-100-sss {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 767px){
.product_white_txt {
    text-align: center;
    padding-top: 10px;
}
}
@media screen and (max-width: 991px){
.product_box_img {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 767px){
.bnr_inner.content_area.content_area__l{
	padding-top: 40px;
}
.bnr_inner.content_area.content_area__l h2.ttl-01.mother-ttl {
	font-size: 4rem;
	margin-bottom: 60px;
	position: relative;
	line-height: 1em;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	text-transform: uppercase;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl:before {
content: '';
position: absolute;
left: 50%;
bottom: -10px;
display: inline-block;
width: 70px;
height: 2px;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
background-color: #b62546;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl span {
    font-size: 2rem;
}
}

@media screen and (min-width: 768px){
	.bnr_inner.content_area.content_area__l{
		padding-top: 40px;
	}
	.bnr_inner.content_area.content_area__l h2{
		font-size: 4rem;
		margin-bottom: 60px;
		position: relative;
		line-height: 1em;
		font-family: 'Cinzel', serif;
		font-weight: 400;
		text-transform: uppercase;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 70px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #b62546;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl span {
    font-size: 2rem;
}
}

@media screen and (min-width: 992px){
	.bnr_inner.content_area.content_area__l{
		padding-top: 0;
	}
	.bnr_inner.content_area.content_area__l h2.ttl-01.mother-ttl {
    font-size: 5.7rem;
    margin-bottom: 90px;
    position: relative;
    line-height: 0.8em;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    text-transform: uppercase;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 70px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #b62546;
}
.bnr_inner.content_area.content_area__l h2.ttl.ttl-01.mother-ttl span {
    font-size: 2rem;
}
}