<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å†¬ã®ã“ãŸã¤ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³2020-21 mizushima*/

img{width:100%;}

.visible-sp{display:none;}
.visible-tb{display:none;}
.visible-dt{display:block;}
@media screen and (max-width:768px){
	.visible-sp{display:none;}
	.visible-tb{display:block;}
	.visible-dt{display:block;}
}
@media screen and (max-width:440px){
	.visible-sp{display:block;}
	.visible-tb{display:none;}
	.visible-dt{display:none;}
}

/*------------------
   TOPç”»åƒ
------------------*/

/*
.top .img_full{
	filter: brightness(80%);
}
*/
.title_img{
	position:absolute;
	z-index:101;
	width:36%;
	max-width: 550px;
	top: 30%;
	left:78%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
@media screen and (max-width:1440px){
	.title_img{
		width:36%;
		top: 35%;
	}
}
@media screen and (max-width:768px){
	.title_img{
		width:53%;
		top: 40%;
	}
}
@media screen and (max-width:440px){
	.title_img{
		width:80%;
		top:45%;
		left:53%;
	}
}


.no-gutters {
	margin:0;
	padding:0;
}


/*----------
  TOP
----------*/

/*
.top{
	display:block;
}
.top h1{
	padding:0px;
	margin:0px;
}
.top img.blk-moto{
	position:relative; 
	z-index:1; 
	width:100vw;
	height:100vh;
}
.top video.blk-moto{
	position:relative; 
	z-index:1; 
	width:100vw;
}
.top h1 img.blk-title{
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:2;
	width:40%;
}
*/
.top .scroll_btn{
	position: absolute;
	bottom: 5%;
	left: 0%;
	text-align:center;
	width:100%;
	z-index:3;
	font-size:35px;
}
.top .scroll_btn a{
	color:#fff;
}
@media screen and (max-width:768px){
	.top h1 img.blk-title{
		top: 40%;
		width:55%;
	}
}
@media screen and (max-width:440px){
	.top h1 img.blk-title{
		top: 35%;
		width:90%;
	}
	.top .scroll_btn{
		position:fixed;
		bottom: 0%;
		left: 0%;
		width:100%;
		font-size:30px;
	}
}


/*----------
  ãƒªãƒ¼ãƒ‰æ–‡
----------*/

.about_concept{
	display:block; 
	width:100%;
	background: #FFFDEC;
}
.about_concept .read_txt{
	max-width:700px;
	margin:150px auto 0;	
}
.about_concept .read_txt p{
	font-size:19px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	text-align:center;
	line-height:2;
	font-weight:500;
	letter-spacing: 1px;
	color:#4C4C4C;
}
@media screen and (max-width:768px){
	.about_concept .read_txt p{
		font-size:16px;
	}
}
@media screen and (max-width:440px){
	.about_concept .read_txt{
		width:85%;
		margin:80px auto 60px;	
	}
	.about_concept .read_txt p{
		font-size:17px;
		text-align:left;
		line-height:1.8;
	}
}


/*----------
  å•†å“èª¬æ˜Ž
----------*/

.about_kotatsu{
	padding:100px 0;
	margin:0 auto;
	width:100%;
}
.about_kotatsu .description p{
	text-align:center;
	font-size:17px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-weight:400;
	line-height:2;
	letter-spacing: 1px;
	color:#4C4C4C;
}
/* å•†å“å */
.about_kotatsu .description .name{
	font-family: forma-djr-micro, sans-serif;
	font-size:50px;
	font-weight:500;
	line-height:1.2;
	margin:70px auto 50px;
	letter-spacing: 4px;
	color:#4C4C4C;
}
.about_kotatsu .name span.sub_komidashi{
	font-size:20px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	color:olivedrab;
	letter-spacing: 2.5px;
	font-weight:600;
	padding: 0;
}
@media screen and (max-width:768px){
	.about_kotatsu .description p{
		font-size:16px;
	}
}
@media screen and (max-width:440px){
	.about_kotatsu{
		padding:0 0 50px;
	}
	.about_kotatsu .kotastu-swp .swiper-wrapper .swiper-slide img{
		border:none;
	}
	.about_kotatsu .description p{
		text-align:left;
		font-size:15px;
		width:80%;
		margin:0 auto;
		line-height:1.8;
	}
	.about_kotatsu .description .name{
		text-align:center;
		font-size:38px;
		line-height:1;
		margin:50px auto 30px;
	}
	.about_kotatsu .name span{
		font-size:16px;
	}
	.about_kotatsu .description .big_link p{
		text-align:center !important;
	}
}


/*----------
  ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³å†…å®¹
----------*/

/* èƒŒæ™¯è‰² */
.campaign{
	background:#FFFDEC;
}
.campaign2{
	background:#fff;
}
.campaign3{
	background:#E4F1E2;
}
.campaign_container{
	max-width:1200px;
	margin:30px auto;
	padding:80px 0 100px;
}
.campaign_container h2.product{
	font-family: forma-djr-micro, sans-serif;
	font-size:50px;
	font-weight:500;
	line-height:1;
	margin:50px auto 20px;
	letter-spacing: 4px;
	color:#4C4C4C;
	text-align: center;
}
.campaign_container h2.product span{
	font-family: forma-djr-micro, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #EE752E;
	text-align: center;
}
.campaign_container .title{
	margin:0 auto 40px;
	position: relative;
	text-align:center;
}
.campaign_container .title img{
	padding-top:10px;
	max-width:600px;
}
.campaign_container .title .campaign_title{
	position: absolute;
	top: 2%;
	left:0%;
	width:100%;
	text-align:center;
	font-family: source-han-sans-cjk-ja, sans-serif;
}
.campaign_container .title .campaign_title .campaign_title_sb{
	font-size:20px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	color:olivedrab;
	letter-spacing: 2.5px;
	font-weight:600;
	padding: 0;
}
.campaign_container .title .campaign_title .campaign_title_main{
	font-family: source-han-sans-cjk-ja, sans-serif;
	color:#4C4C4C;
	font-size:35px;
	letter-spacing: 2px;
	line-height: 1.4;
	font-weight:500;
}
.campaign_container .title .campaign_title .campaign_title_main span{
	font-family: forma-djr-micro, sans-serif;
	font-size:50px;
	padding:0 5px;
	font-weight:600;
}
.campaign_container .title .campaign_title .campaign_title_main span.any_fab{
	font-size:36px;
}
.campaign_container .contents{
	max-width:1000px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	background:#fff;
	padding:5px;
	border-radius:10px;
}
.campaign_container .contents .img,
.campaign_container .contents .txt{
	width:50%;
	padding:15px;
}
.campaign_container .contents .txt p{
	font-size:16px;
	margin-bottom:10px;
	line-height:1.7;
	color:#4C4C4C;
}
.campaign_container .contents .txt .detail{
	font-size:15px;
	margin:20px auto 10px;
	line-height:1.7;
}

.campaign_container .contents .txt .detail span{
	font-size:13px;
	display:inline-block;
	line-height:1.5;
	margin-top:10px;
}

@media screen and (max-width:768px){
	.campaign_container{
		padding:50px 0 80px;
	}
    .campaign_container h2.product{
        text-align:center;
        font-size:38px;
        line-height:1;
        margin:40px auto 30px;
	}
	.campaign_container h2.product span{
		font-size:16px;
	}
	.campaign_container .title{
		margin:0 auto 20px;
		top: 4%;
	}
	.campaign_container .title img{
		max-width:500px;
	}
	.campaign_container .title .campaign_title .campaign_title_sb{
		font-size:20px;
		margin-bottom:10px;
	}
	.campaign_container .title .campaign_title .campaign_title_main{
		font-size:28px;
	}
	.campaign_container .title .campaign_title .campaign_title_main span{
		font-size:36px;
	}
	.campaign_container .title .campaign_title .campaign_title_main span.any_fab{
		font-size:32px;
	}
	.campaign_container .contents .img,
	.campaign_container .contents .txt{
		padding:10px;
	}
	.campaign_container .contents .txt p{
		font-size:15px;
	}
	.campaign_container .contents .txt .detail{
		font-size:14px;
		margin:20px auto 10px;
		line-height:1.6;
	}
	.campaign_container .contents .txt .detail span{
		font-size:12px;
		line-height:1.6;
	}
}
@media screen and (max-width:440px){
	.campaign_container{
		max-width:1200px;
		margin:0 auto;
		padding:50px 0 60px 0;
	}
	.campaign_container .title{
		margin:0 auto 15px;
	}
	.campaign_container .title img{
		max-width:500px;
	}
	.campaign_container .title .campaign_title{
		top: 0%;
	}
	.campaign_container .title .campaign_title .campaign_title_sb{
		font-size:16px;
		margin-bottom:10px;
	}
	.campaign_container .title .campaign_title .campaign_title_main{
		font-size:22px;
	}
	.campaign_container .title .campaign_title .campaign_title_main span{
		font-size:43px;
	}
	.campaign_container .title .campaign_title .campaign_title_main span.any_fab{
		font-size:24px;
	}
	.campaign_container .contents{
		background:none;
		padding:0;
	}
	.campaign_container .contents .img,
	.campaign_container .contents .txt{
		width:100%;
	}
}


/*----------
  ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼
----------*/

.campaign_container .img_slider{
	margin:50px auto;
	max-width:1000px;
	padding:10px;
}
.campaign_container .img_slider p.img_slider_title{
	text-align:left;
	font-family:forma-djr-micro, sans-serif;
	font-size:28px;
	font-weight:500;
	width:100%;
	letter-spacing: 3px;
	color:#4C4C4C;
}
@media screen and (max-width:768px){
	.campaign_container .img_slider{
		margin:70px auto;
	}
	.campaign_container .img_slider p.img_slider_title{
		font-size:22px;
		margin-bottom:5px;
	}
}
@media screen and (max-width:440px){
	.campaign_container .img_slider{
		margin:40px auto;
		padding:0;
	}
	.campaign_container .img_slider p.img_slider_title{
		font-size:18px;
		margin-bottom:5px;
	}
}
.kotastu-swp{
	margin-bottom:20px;
	max-width:1000px;
}
.kotastu-swp .swiper-wrapper .swiper-slide img{
	margin:50px auto 0;
	width:100%;
	position: relative; 
	top: -50px; 
	z-index: 1;
	border:5px solid #fff;
}
.kotastu-swp .swiper-wrapper .swiper-slide p{
	font-size:16px;
	text-align:right;
	padding:5px 10px;
	font-weight:bold;
	position: absolute;
	bottom: 45px;
	right: 10px;
	z-index: 2;
}
.kotastu-swp .swiper-pagination-bullet{
	width:13px;
	height:13px;
	background:#949495;
}
.kotastu-swp .swiper-pagination-bullet-active{
	background:#333;
}
@media screen and (max-width:440px){
	.kotastu-swp .swiper-wrapper .swiper-slide img{
		border: 3px solid #fff;
	}
	.kotastu-swp .swiper-wrapper .swiper-slide p{
		font-size:14px;
		padding:0;
		bottom: 42px;
	}
}


/*----------
  ã‚«ãƒ¼ãƒˆãƒªã‚¹ãƒˆ
----------*/

/* ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³å…±é€š */
.cssacc{
    display: none;
}
.accshow{
	display:block;
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cssacc:checked + label + .accshow{
	height: auto;
	opacity: 1;
}

/* ã‚«ãƒ¼ãƒˆãƒªã‚¹ãƒˆ */
.cart_list{
	max-width:700px;
	margin:0 auto;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	background:#fff;
}
.cart_list .container{
	text-align:left;
	border-bottom:1px solid #333;
	padding:0;
}
.cart_list .container .set_name{
	font-size:18px;
	position: relative;
	width:100%;
	padding:10px 10px 0 10px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
@media screen and (max-width:440px){
	.cart_list .container .set_name{
		font-size:16px;
		position: relative;
		width:100%;
		padding:10px 10px 0 10px;
		font-family: dnp-shuei-gothic-gin-std, sans-serif;
	}
}
.cart_list .container .set_name:after {
	content: 'ï¼‹';
	font-size:20px;
	position: absolute;
	right:0;
	padding-right:10px;
}
.cart_list .container .cssacc:checked + .set_name:after {
	content: 'ãƒ¼';
}
.cart_list .container .accshow{
	border-top:1px solid #333;
}
.cart_list .container .accshow div{
	padding:15px 20px 5px;
}
.cart_list .container .accshow .naiyo{
	font-size:16px;
}
.cart_list .container .accshow .kakaku{
	font-size:16px;
	line-height:0.7;
	padding-bottom:30px;
}
.cart_list .container .accshow .kakaku .campaign_kakaku .price{
	font-size:26px;
	font-weight:bold;
}
.cart_list .container .accshow .kakaku .campaign_kakaku .hosoku{
	font-size:14px;
	margin-left:10px;
}
.cart_list .container .accshow .kakaku .link{
	font-size:14px;
	color:#333;
	text-decoration: underline;
}
.cart_list .container .accshow .color_select{
	border:1px solid #707070;
	padding:6px;
	border-radius:6px;
	margin-right:10px;
}
.cart_list .container .accshow .cart_in{
	padding:12px;
	border-radius:6px;
	background:#414141;
	border:none;
	color:#fff;
	margin:10px auto;
}
@media screen and (max-width:440px){
	.cart_list .container .accshow div{
		padding:12px 12px 0px;
	}
	.cart_list .container .accshow .kakaku{
		font-size:16px;
		line-height:1.2;
		padding-bottom:20px;
	}
	.cart_list .container .accshow .kakaku .campaign_kakaku .price{
		font-size:22px;
	}
	.cart_list .container .accshow .cart_in{
		padding:8px 12px;
		border-radius:6px;
		background:#414141;
		border:none;
		color:#fff;
		margin:10px auto;
	}
}

/* ã‚·ãƒ§ãƒƒãƒ”ãƒ³ã‚°ãƒ­ãƒ¼ãƒ³ */
.loan{
	margin:20px auto;
	background:#f8e58c;
}
.loan .container .accshow{
	background:#fff;
}
.loan .container .set_name span{
	padding-left:20px;
}

.loan .container .accshow .bunkakatsu .plan_title{
	text-align: center; 
	font-size: 16px; 
	padding:10px;
	font-weight: bold;
	background:#ccc;
}
.loan .container .accshow .bunkakatsu .table_title{
	margin:0;
	background:#fdeff2;
	padding:10px;
	font-weight:bold;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}
.loan .container .accshow .bunkakatsu table{
	background: #FFF;
	border:1px solid red;
}
.loan .container .accshow .bunkakatsu table td.uchiwake{
	text-align: left; 
	width:100%;
}
.loan .container .accshow .bunkakatsu table td.price{
	text-align: right; 
}
.loan .container .accshow .bunkakatsu table td.tuki{
	text-align: right; 
	font-size:16px;
}
.loan .container .accshow .attention{
	color:red;
	font-size:12px;
	text-align:left;
}
@media screen and (max-width:440px){
	.loan{
		margin-bottom:10px;
	}
	.loan .container .set_name span{
		font-size:15px;
		padding-left:0;
	}
	.loan .container .set_name span:before{
		content:"ãƒ»";
	}
	.loan .container .accshow .bunkakatsu{
		font-size:14px;
	}
	.loan .container .accshow .bunkakatsu .table_title{
		font-size:15px;
		text-align:center;
	}
	.loan .container .accshow .bunkakatsu .table td{
		padding:7px;
	}
	.loan .container .accshow .bunkakatsu table td.tuki{
		font-size:14px;
	}
	.campaign_container .big_link{
		margin-top:0;
	}
}


/*----------
  å®Ÿåº—èˆ—ï¼ˆã‚·ãƒ§ãƒ¼ãƒ«ãƒ¼ãƒ&nbsp;ï¼‰ã®ã”æ¡ˆå†…
----------*/

.showroom{
	background:#E6DDAD;
}
.showroom .about_showroom {
	padding-top:100px;
	padding-bottom:100px;
}
.showroom .about_showroom .description{
	margin:0 auto;
	max-width:700px;
	text-align:center;
	font-family: source-han-sans-cjk-ja, sans-serif;
}
.showroom .about_showroom .description .title{
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}
.showroom .about_showroom .showroom_banners{
	max-width:900px;
	margin:40px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.showroom .about_showroom .showroom_banners .bnr{
	position: relative;
	background:#000;
	width:49%;
}
.showroom .about_showroom .showroom_banners .bnr img{
	display: block;
	opacity: 0.8;
}
.showroom .about_showroom .showroom_banners .bnr p{
	position: absolute;
	bottom: -10px;
	left: 10px;
	color:#fff;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-size:18px;
}
.showroom .about_showroom .showroom_banners .bnr p span{
	font-size:26px;
	font-weight:600;
}
.showroom .about_showroom .showroom_banners .attention{
	padding-top:20px;
	text-align:center;
	width:100%;
}
@media screen and (max-width:768px){
	.showroom .about_showroom {
		padding-top:50px;
		padding-bottom:40px;
	}
	.showroom .about_showroom .description {
		margin-bottom:30px;
	}
	.showroom .about_showroom .description .title{
		font-size:22px;
	}
	.showroom .about_showroom .showroom_banners{
		width:90%;
	}
	.showroom .about_showroom .showroom_banners .bnr p{
		font-size:15px;
	}
	.showroom .about_showroom .showroom_banners .bnr p span{
		font-size:20px;
	}
	.showroom .about_showroom .showroom_banners .attention{
		font-size:14px;
	}
}
@media screen and (max-width:440px){
	.showroom .about_showroom .description{
		width:90%;
		margin-bottom:20px;
	}
	.showroom .about_showroom .description p{
		font-size:15px;
		line-height:1.7;
	}
	.showroom .about_showroom .description .title{
		font-size:18px;
	}
	.showroom .about_showroom .showroom_banners{
		margin:0px auto 0;
		width:98%;
	}
	.showroom .about_showroom .showroom_banners .bnr{
		width:100%;
		margin:8px auto;
	}
	.showroom .about_showroom .showroom_banners .attention{
		padding-top:8px;
		text-align:left;
		font-size:12px;
	}
}


/*----------
  HAREMã«ã¤ã„ã¦
----------*/

.about_harem{
	padding-bottom:100px;
}
.about_harem p{
	font-family: source-han-sans-cjk-ja, sans-serif;
}
.about_harem .description {
	margin:0 auto;
	max-width:700px;
	text-align:center;
	line-height:2;
}
.about_harem .description .brand_name{
	margin:100px auto 70px;
	max-width:250px;
}
.about_harem .description .brand_name img{
	width:100%;
}
.about_harem .gallery{
	margin:120px auto 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.about_harem .gallery .imgs{
	width:49%;
	margin-bottom:20px;
}
.about_harem .links{
	max-width:500px;
	margin:50px auto;
}
.about_harem .links p{
	border:2px solid #D5C15A;
	font-size:20px;
	text-align:center;
	padding:20px;
	font-weight:600;
	color:#333;
}
@media screen and (max-width:768px){
	.about_harem .description .brand_name{
		margin:100px auto 70px;
		max-width:200px;
	}
	.about_harem .description p{
		font-size:16px;
	}
	.about_harem .gallery{
		margin:70px auto 50px;
	}
	.about_harem .links{
		max-width:400px;
		margin:30px auto;
	}
	.about_harem .links p{
		padding:15px;
		font-size:17px;
	}
}
@media screen and (max-width:440px){
	.about_harem{
		padding-bottom:50px;
	}
	.about_harem .description .brand_name{
		margin:70px auto 40px;
		max-width:170px;
	}
	.about_harem .description {
		margin:0 auto;
		width:85%;
	}
	.about_harem .description p{
		text-align:left;
		line-height:1.7;
		font-size:15px;
	}
	.about_harem .description .big_link p{
		text-align:center !important;
	}
	.about_harem .gallery .imgs{
		width:100%;
		margin-bottom:5px;
	}
	.about_harem .gallery .imgs p{
		padding:5px;
		margin-bottom:0;
		font-size:13px;
		color:#333;
	}
	.about_harem .links{
		width:80%;
		margin:0px auto;
	}
	.about_harem .links p{
		padding:10px;
		font-size:15px;
		border:1px solid #D5C15A;
	}
}


/*----------
  ãƒ•ãƒƒã‚¿ãƒ¼
----------*/

.about_company{
	background:#525866;
	padding:40px;
	width:100%;
}
.about_company .logo{
	max-width:200px;
	margin:50px auto;
}
.about_company .links{
	margin:20px auto;
	text-align:center;
}
.about_company .links p{
	display:inline-block;
	margin:10px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	color:#e7e7eb;
}
.about_company .sns_icon{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:100px;
	margin:30px auto;
}
.about_company .sns_icon .icom_img{
	width:50%;
	max-width:40px;
}
.about_company .sns_icon .icom_img img{
	width:100%;
}
.about_company .sns_icon .icom_img img.instagram{
	width:90%;
	margin-top:3px;
}
.about_company .copyright{
	text-align:center;
	color:#e7e7eb;
	font-size:14px;
}
@media screen and (max-width:440px){
	.about_company{
		background:#525866;
		padding:0px 0 20px;
		width:100%;
	}
	.about_company .logo{
		max-width:150px;
		margin:40px auto 30px;
	}
	.about_company .links p{
		display:block;
		font-size:13px;
		margin:10px auto;
		line-height:1.3;
	}
	.about_company .sns_icon{
		max-width:70px;
	}
	.about_company .sns_icon .icom_img{
		width:50%;
		max-width:25px;
	}
	.about_company .copyright{
		font-size:12px;
	}
}


/*----------
  å…±é€šï¼šç›®ç«‹ã¤ãƒªãƒ³ã‚¯
----------*/

.big_link{
	margin:50px auto;
	text-align:center;
}
.big_link p{
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-weight:600 !important;
	font-size:19px !important;
	line-height:2;
	text-decoration:underline;
}
.big_link p a{
/*	color:#333;*/
	color:#007bbb;
}
@media screen and (max-width:768px){
	.big_link p{
		font-size:18px !important;
	}
}
@media screen and (max-width:768px){
	.big_link{
		margin:30px auto;
	}
	.big_link p{
		font-size:16px !important;
	}
}
.font-red{
	color:#E04343;
}
.font-blue{
	color:#553AC6;
}
.font-white{
	color:#fff;
}
.orange_line{
	background:linear-gradient(transparent 60%, #ffc476 60%);
	padding-bottom:1px;
}


/* 2020/11/09 */
/*
#youtube_dt{
	display: block;
  margin:auto;
  width:100vw;
  height:100vh;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
}

#youtube_dt{
	z-index: -2;
}

@media screen and (max-width:440px){
	#youtube_dt{
		display: none;
	}
}

#youtube_sp{
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  width:100vw;
  height:100vh;
}
@media screen and (min-width:1024px){
	#youtube_sp{
		display: none;
	}
}
*/
.about_concept .seasonalDetail{
	width: 50%;
	max-width: 600px;
/*
	border-left:3px solid #940B62;
*/
	padding:5px 20px 20px 20px;
	margin:50px auto 80px;
	background: #FFF;
	border-radius: 10px;
}

.about_concept .seasonalDetail p{
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-size:18px;
	margin:2px 0;
	line-height:1.8;
	text-align: center;
	font-weight:bold;
	color:#4C4C4C;
}

.about_concept .seasonalDetail span{
	font-family: forma-djr-micro, sans-serif;
	font-size:25px;
	letter-spacing: 3px;
	margin-bottom:10px;
	margin-top:20px;
	text-align: center;
}
.about_concept .seasonalDetail .seasonalDetailTitle{
	font-family: forma-djr-micro, sans-serif;
	font-size:18px;
	letter-spacing: 2px;
	margin-bottom:10px;
	color:#EE752E;
	margin-top:20px;
	text-align: center;
}
.about_concept .seasonalDetail p.moreInfo{
	margin:10px 0;
	font-weight:bold;
	font-size:15px;
	letter-spacing: 3px;
	color:#4C4C4C;
}
.about_concept .seasonalDetail p.moreInfo a{
	color:#007bbb;
	border-bottom:1px solid;
}
.about_concept .seasonalDetail p.moreInfo i{
	color:#007bbb;
}

@media screen and (max-width:440px){
	.about_concept .seasonalDetail{
		width:90%;
		padding:7px 2px;
		margin-bottom:70px;
	}
	.about_concept .seasonalDetail p{
		font-size:17px;
		width:100%;
		line-height:1.5;
		margin-top: 5px;
		font-weight: bold;
	}
	.about_concept .seasonalDetail .seasonalDetailTitle{
		font-size:17px;
		font-weight:600;
		margin-top:20px;
		font-weight: bold;
	}
	.about_concept .seasonalDetail p.moreInfo{
        margin-top:20px;
        font-weight:bold;
        color:#940B62;
        font-size:15px;
    }
}
</pre></body></html>