@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* Top CSS */
/* Desktops and laptops */
@media screen and (min-width: 701px) {
	#top_visuals {
		width: 100%;
		min-width: 1100px;
		height: 600px;
		margin: 10px 0 40px 0;
		text-align: center;
	}
	#top_visuals #visuals {
		width: 1100px;
		height: 600px;
		margin: 0 auto;
		position: relative;
	}
	#top_visuals #visuals li {
		width: 1200px;
		height: 600px;
		display: block;
		margin: 0 auto;
		opacity: .2;
		position: absolute;
		top: 0;
		left: -50px;
		display: none;
	}
	#top_visuals #visuals li img {
		width: 100%;
		height: auto;
		display: block;
	}
	#top_visuals #visuals li.current {
		opacity: 1;
	}
      #visual_thumbs {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        /* 高さを均等に */
        gap: 10px;
        /* アイテム間のスペースを調整したい場合 */
      }
      #visual_thumbs li {
        flex: 1;
        max-width: 228px;
        margin: 0 0 10px 0;
        display: block;
        border: solid 2px transparent;
        cursor: pointer;
      }
      #visual_thumbs li img {
        width: 100%;
        height: auto;
        display: block;
      }
      #visual_thumbs li.current, #visual_thumbs li:hover {
        border-color: #cccccc;
      }

	#top_begginer {
		width: 770px;
		padding: 0 23px 0 23px;
		margin: 0 -3px 30px -3px;
	}
	#top_begginer h2 {
		padding: 30px 0 27px 0;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 22px;
		text-align: center;
	}
	#top_begginer ul {
		overflow: hidden;
	}
	#top_begginer ul li {
		width: 375px;
		margin: 0 0 25px 0;
	}
	#top_begginer ul li .caps {
		padding: 13px 0 0 0;
		font-size: 13px;
		line-height: 1.538;
	}
	#top_begginer ul .hfs {
		float: left;
	}
	#top_begginer ul .hfs .btn_common {
		padding: 4px;
		height: 92px;
		background: url(../images/top/top_begginer_hfs.png) 0 0 no-repeat;
	}
	#top_begginer ul .hfs .btn_common a {
		line-height: 92px;
		background-color: transparent;
		color: #413121;
		font-size: 17px;
	}
	#top_begginer ul .hfs .btn_common a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	#top_begginer ul .choice {
		float: right;
	}
	#top_begginer ul .choice .btn_common {
		padding: 4px;
		height: 92px;
		background: url(../images/top/top_begginer_choice.png) 0 0 no-repeat;
	}
	#top_begginer ul .choice .btn_common a {
		line-height: 92px;
		background-color: transparent;
		color: #413121;
		font-size: 17px;
	}
	#top_begginer ul .choice .btn_common a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	#top_begginer .about {
		width: 380px;
		height: 60px;
		line-height: 60px;
		margin: 0 auto;
		font-size: 20px;
		clear: both;
	}
	#top_begginer .about a:after {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 23px;
		right: 15px;
	}

	#sp_top_nav {
		display: none;
	}
	
	#movie_pick_wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	#movie_pick_wrap::after {
		content: '';
		display: block;
		width: 395px;
		height: 1px;
	}
	
	.top_movie {
		width: 395px;
		margin: 0 0 20px 0;
		position:relative;
	}
	.top_movie dl {
		padding: 0 20px 30px;
	}
	.top_movie dl .movie_wrap iframe {
		width: 355px;
		height: 216px;		
	}
	.top_movie dl dt {		
		padding: 25px 0 15px;
		font-size: 14px;
		color: #413121;
		font-weight: bold;
		display: block;
		line-height: 1.2;
	}	
	.top_movie dl .caps {
		font-size: 13px;
		line-height: 1.615;
	}

	.top_pickup {
		margin: 0 0 20px 0;
		position: relative;
	}
	.top_pickup dl {
		padding: 0 20px 20px 20px;
	}
/*
	.top_pickup dl:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/icon_pickup.png) 0 0 no-repeat;
		width: 94px;
		height: 89px;
		position: absolute;
		top: -10px;
		left: -15px;
		z-index: 1;
	}
*/
	.top_pickup dl dt {
		width: 388px;
		padding: 0 0 25px 72px;
		float: left;
	}
	.top_pickup dl dt a {
		font-size: 12px;
		line-height: 1.5;
	}
	.top_pickup dl dt a span {
		padding: 4px 0 0 0;
		font-size: 14px;
		color: #413121;
		font-weight: bold;
		display: block;
		line-height: 1.2;
	}
	.top_pickup dl .thumb {
		width: 274px;
		float: right;
	}
	.top_pickup dl .thumb img {
		width: 100%;
		height: auto;
	}
	.top_pickup dl .caps {
		width: 460px;
		margin: 0 0 15px 0;
		float: left;
		font-size: 13px;
		line-height: 1.615;
	}
	.top_pickup dl .tags {
		width: 460px;
		float: left;
		text-align: right;
	}
	.top_pickup dl .tags p {
		padding: 0 6px;
		margin: 0 0 4px 4px;
		display: inline-block;
		background-color: #e6dfd8;
		font-size: 13px;
		line-height: 20px;
		-webkit-border-radius: 4px;
						border-radius: 4px;
	}
	.top_pickup dl:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.top_movie:before,
	.top_pickup:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -6px;
		right: -5px;
	}
	.top_movie:after,
	.top_pickup:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 40px;
		height: 40px;
		position: absolute;
		bottom: -6px;
		left: -5px;
	}
	#movie_pick_wrap .top_pickup {
		width: 395px;
	}
	movie_pick_wrap .top_pickup dl {
		padding: 24px 20px 30px;
	}
	#movie_pick_wrap .top_pickup dl dt {		
		width: 100%;
		padding: 25px 0 15px;
	}
	#movie_pick_wrap .top_pickup dl .thumb {
		width: 100%;
	}
	#movie_pick_wrap .top_pickup dl .caps {	
		width: 100%;
		margin: 0;
	}
	#movie_pick_wrap .top_pickup dl .tags {
		width: 100%;
		margin: 15px 0;
	}

	.top_title {
		padding: 0 0 10px 0;
		font-size: 12px;
		color: #72604e;
		background: left bottom repeat-x;
		position: relative;
	}
	.top_title span {
		margin: 0 5px 0 0;
		font-size: 20px;
		font-family: "Cardo", serif;
		color: #413121;
	}
	.top_title a {
		padding: 0 0 0 20px;
		background: url(../images/common/common_icons.png) 0 1px no-repeat;
		position: absolute;
		bottom: 10px;
		right: 60px;
		font-size: 14px;
		line-height: 16px;
	}
	.top_title:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
	}

	#top_info {
		margin-bottom: 50px;
	}
	#top_info .top_title {
		margin-bottom: 6px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_info .top_title:after {
		background-image: url(../images/top/top_icon_info.png);
		width: 31px;
		height: 31px;
		bottom: 1px;
		right: 3px;
	} */
	#top_info ul {
		display: table;
		width: 100%;
	}
	#top_info ul li {
		width: 100%;
		font-size: 14px;
		display: table-row;
	}
	#top_info ul li span {
		padding: 6px 0;
		display: table-cell;
		vertical-align: middle;
	}
	#top_info ul li .date {
		width: 115px;
		padding-left: 3px;
	}
	#top_info ul li .cate {
		width: 100px;
	}
	#top_info ul li .cate a {
		width: 100%;
		margin-top: 1px;
		margin-bottom: 1px;
		display: inline-block;
		background-color: #675756;
		font-size: 13px;
		line-height: 20px;
		-webkit-border-radius: 4px;
						border-radius: 4px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#top_info ul li .cate a:hover {
		opacity: 0.8;
	}
	#top_info ul li .title {
		padding-left: 10px;
	}

	#top_ranking {
		margin-bottom: 40px;
	}
	#top_ranking .top_title {
		margin-bottom: 30px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_ranking .top_title:after {
		background-image: url(../images/top/top_icon_ranking.png);
		width: 30px;
		height: 37px;
		bottom: 1px;
		right: 3px;
	} */
	#top_ranking ul {
		width: 800px;
		display: table;
		table-layout: fixed;
	}
	#top_ranking ul li {
		display: table-cell;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	#top_ranking ul li a {
		padding: 5px 13px 5px 13px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 10px;
						border-radius: 10px;
		-webkit-transition: background-color 0.1s linear;
						transition: background-color 0.1s linear;
	}
	#top_ranking ul li a .rank {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/common_icons.png) no-repeat;
		width: 30px;
		height: 24px;
		margin: 0 auto;
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		z-index: 100;
	}
	#top_ranking ul li a .thumb {
		width: 120px;
		height: 120px;
		overflow: hidden;
		margin: 0 auto 15px auto;
		-webkit-border-radius: 50%;
						border-radius: 50%;
		-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
						box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
	}
	#top_ranking ul li a .thumb img {
		width: 100%;
		height: auto;
	}
	#top_ranking ul li a dl dt {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_ranking ul li a dl dd {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_ranking ul li a:hover {
		background-color: rgba(255, 250, 245, 0.8);
		background-color: #fffaf5 \9;
	}
	#top_ranking ul li a:hover img {
		opacity: 1;
	}
	#top_ranking ul .rank1 .rank {
		background-position: 0 -50px;
	}
	#top_ranking ul .rank2 .rank {
		background-position: 0 -100px;
	}
	#top_ranking ul .rank3 .rank {
		background-position: 0 -150px;
	}
	#top_ranking ul .rank4 .rank {
		background-position: 0 -200px;
	}
	#top_ranking ul .rank5 .rank {
		background-position: 0 -250px;
	}

	#top_recommend {
		margin-bottom: 40px;
	}
	#top_recommend .top_title {
		margin-bottom: 30px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_recommend .top_title:after {
		background-image: url(../images/top/top_icon_recommend.png);
		width: 33px;
		height: 35px;
		bottom: 1px;
		right: 3px;
	} */
	#top_recommend ul {
		width: 800px;
		display: table;
		table-layout: fixed;
	}
	#top_recommend ul li {
		display: table-cell;
		text-align: center;
		position: relative;
		vertical-align: top;
	}
	#top_recommend ul li a {
		padding: 5px 13px 5px 13px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 10px;
						border-radius: 10px;
		-webkit-transition: background-color 0.1s linear;
						transition: background-color 0.1s linear;
	}
	#top_recommend ul li a .status {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/common_icons.png) no-repeat;
		width: 37px;
		height: 38px;
		margin: 0 auto;
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
		z-index: 100;
	}
	#top_recommend ul li a .thumb {
		width: 120px;
		height: 120px;
		overflow: hidden;
		margin: 0 auto 15px auto;
		-webkit-border-radius: 50%;
						border-radius: 50%;
		-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
						box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
	}
	#top_recommend ul li a .thumb img {
		width: 100%;
		height: auto;
	}
	#top_recommend ul li a dl dt {
		margin-bottom: 15px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_recommend ul li a dl dd {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_recommend ul li a:hover {
		background-color: rgba(255, 250, 245, 0.8);
		background-color: #fffaf5 \9;
	}
	#top_recommend ul li a:hover img {
		opacity: 1;
	}
	#top_recommend ul .status.new {
		background-position: 0 -500px;
	}
	#top_recommend ul .status.outlet {
		background-position: 0 -550px;
	}

	#top_blog {
		margin-bottom: 40px;
	}
	#top_blog .top_title {
		margin-bottom: 10px;
		background-image: url(../images/common/line_orange.png);
	}
	#top_blog .top_title:after {
		background-image: url(../images/top/top_icon_blog.png);
		width: 26px;
		height: 31px;
		bottom: 1px;
		right: 10px;
	}
	#top_blog ul {
		display: table;
	}
	#top_blog ul li {
		font-size: 14px;
		display: table-row;
	}
	#top_blog ul li span {
		padding: 6px 0;
		display: table-cell;
		vertical-align: middle;
	}
	#top_blog ul li .date {
		width: 90px;
		padding-left: 3px;
	}
	#top_blog ul li .title {
		padding-left: 10px;
	}
	
	#top_contents {
		margin-bottom: 40px;
	}
	#top_contents .top_title {
		margin-bottom: 20px;
		background-image: url(../images/common/line_green2.png);
	}
	#top_contents .top_title:after {
		background-image: url(../images/top/top_icon_contents.png);
		width: 20px;
		height: 30px;
		bottom: 1px;
		right: 10px;
	}
	
	#contens_banner ul {	
		overflow: hidden;
	margin: 0 -20px 10px 0;
	}
	#contens_banner li {
		width: 187px;
		margin: 0 20px 20px 0;
		float: left;
	}
	#contens_banner li img {
	width: 187px;
	height:auto
	}

	#membership {
		width: 814px;
		height: 296px;
		margin: 0 -7px 22px -7px;
		background: url(../images/top/top_membership_skin.png) 0 0 no-repeat;
		position: relative;
	}
	#membership h2 {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 452px;
		height: 87px;
		margin: 0 auto;
		background-image: url(../images/top/top_membership_title.png);
		position: absolute;
		top: -36px;
		left: 0;
		right: 0;
	}
	#membership ul {
		padding: 80px 0 20px 8px;
		overflow: hidden;
	}
	#membership ul li {
		width: 163px;
		padding: 38px 10px 10px 10px;
		margin: 0 8px;
		background-color: #fff;
		-webkit-border-radius: 8px;
						border-radius: 8px;
		text-align: center;
		position: relative;
		float: left;
	}
	#membership ul li .icon {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 60px;
		height: 60px;
		position: absolute;
		margin: 0 auto;
		top: -30px;
		left: 0;
		right: 0;
	}
	#membership ul li h4 {
		padding: 0 0 8px 0;
		font-size: 16px;
		font-weight: bold;
		color: #72202a;
	}
	#membership ul li .caps {
		font-size: 13px;
		line-height: 1.538;
	}
	#membership ul .point1 .icon {
		background-image: url(../images/top/top_icon_point1.png);
	}
	#membership ul .point2 .icon {
		background-image: url(../images/top/top_icon_point2.png);
	}
	#membership ul .point3 .icon {
		background-image: url(../images/top/top_icon_point3.png);
	}
	#membership ul .point4 .icon {
		background-image: url(../images/top/top_icon_point4.png);
	}
	#membership .btn_common {
		width: 382px;
		height: 50px;
		margin: 0 auto;
	}
	#membership .btn_common a {
		background-color: #72202a;
		line-height: 50px;
		font-size: 20px;
	}
	#membership .btn_common a:after {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 18px;
		right: 15px;
	}
	#membership .btn_common a:hover {
		background-color: #8e4d55;
	}

	#top_nav ul {
		margin: 0 -20px 20px 0;
		overflow: hidden;
	}
	#top_nav li {
		width: 395px;
		margin: 0 20px 0 0;
		float: left;
		height: 55px;
		line-height: 55px;
		position: relative;
	}
	#top_nav li a {
		padding: 0 30px 0 0;
		height: 55px;
		text-align: center;
	font-size:15px;
	}
	#top_nav li a:before {
		content: '.';
		margin-right: 20px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background: url(../images/common/common_icons.png) no-repeat;
	}
	#top_nav li a:after {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 20px;
		right: 15px;
	}
	/*
	#top_nav .voice a:before {
		width: 27px;
		height: 21px;
		background-position: 0 -300px;
	}
	*/
	#top_nav .guide a:before {
		width: 29px;
		height: 23px;
		background-position: 0 -350px;
	}
	#top_nav .faq a:before {
		width: 24px;
		height: 24px;
		background-position: 0 -400px;
		left: 20px;
	}
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
	#top_visuals {
		width: 100%;
		margin: 0 auto 20px auto;
		text-align: center;
		overflow: hidden;
	}
	#top_visuals #visuals {
		width: 100%;
		height: 0;
		padding: 100% 0 0 0;
		margin: 0 auto;
		position: relative;
		-webkit-background-size: 60px auto;
						background-size: 60px auto;
	}
	#top_visuals #visuals li {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		-webkit-transition: opacity 0.8s linear;
						transition: opacity 0.8s linear;
	}
	#top_visuals #visuals li a {
		display: block;
	}
	#top_visuals #visuals li img {
		width: 100%;
		height: auto;
	}
	#top_visuals #visuals li.current {
		opacity: 1;
		z-index: 2;
	}

	#top_visuals .visuals-items {
		width: 100vw;
		min-height: 100vw;
	}
	#top_visuals .visuals-items li {
	}
	#top_visuals .visuals-items li a {
		display: block;
		width: 100%;
	}
	#top_visuals .visuals-items li a img {
		width: 100%;
		height: auto;
		display: block;
	}
	#top_visuals .slick-dots {
		width: 100%;
	}
    
      #visual_thumbs_wrapper {
        width: 100%;
        margin-bottom: 20px;
      }

      #visual_thumbs {
        padding: 5px 3px 0 5px;
        overflow: hidden;
      }
      #visual_thumbs li {
        width: 20%;
        padding: 0 1px 0 0;
        display: block;
        float: left;
      }
      #visual_thumbs li img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 1px 0;
      }
	
	.top_content_wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.top_content_wrapper #top_begginer {
		order: 1;
	}
	.top_content_wrapper #movie_pick_wrap {
		order: 2;
	}
	
	#top_begginer {
		margin: 0 1.625% 20px;
		padding: 2px;
	}
	#top_begginer .top_begginer_inner {
		height: 100%;
		text-align: center;
		border-bottom:1px solid #ccc0b4;
	}
	#top_begginer h2 {
		padding: 15px 0 13px 0;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 16px;
		text-align: center;
	}
	#top_begginer ul {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		font-size:0;
	}
	#top_begginer ul li {
		width: 160px;
		height: 70px;
		margin: 0 auto 17px auto;
	}
	#top_begginer ul li a {
		height: 70px;
		line-height: 65px;
		font-size: 13px;
	}
	#top_begginer ul li .caps {
		display: none;
	}
	#top_begginer ul .hfs {
		display: inline-block;
	}
	#top_begginer ul .hfs a {
		background: url(../images/sp/common/sp_sub_begginer_hfs.png) 0 0 no-repeat transparent;
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		color: #413121;
	}
	#top_begginer ul .choice {
		display: inline-block;
	margin-left: 2.55%;
	}
	#top_begginer ul .choice a {
		background: url(../images/sp/common/sp_sub_begginer_choice.png) 0 0 no-repeat transparent;
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		color: #413121;
		font-size: 13px;
	}
	#top_begginer .about {
		width: 200px;
		height: 35px;
		margin: 0 auto;
		line-height: 35px;
		clear: both;
	}
	#top_begginer .about a {
		height: 35px;
		line-height: 35px;
	}

	#sp_top_nav {
		margin-bottom: 30px;
	}
	#sp_top_nav .sp_top_nav_categories {
		padding: 0 15px 10px 15px;
		margin: 0 3.125% 20px 3.125%;
		background-color: #fff;
		-webkit-border-radius: 10px;
						border-radius: 10px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
						box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
	}
	#sp_top_nav .sp_top_nav_categories dt {
		margin: 0 0 10px 0;
		background: url(../images/common/line_noise.png) left bottom repeat-x;
	}
	#sp_top_nav .sp_top_nav_categories dt a {
		padding: 0 0 0 40px;
		color: #413121;
		line-height: 50px;
		display: block;
		position: relative;
		text-decoration: none;
	}
	#sp_top_nav .sp_top_nav_categories dt a:before {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 20px;
		height: 16px;
		background-image: url(../images/common/icon_category.png);
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		position: absolute;
		top: 17px;
		left: 7px;
	}
	#sp_top_nav .sp_top_nav_categories dt a:after {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 20px;
		height: 22px;
		background: url(../images/common/common_icons.png) no-repeat;
		position: absolute;
		top: 20px;
		right: 2px;
	}
	#sp_top_nav .sp_top_nav_categories dt a:hover {
		color: #75a81b;
	}
	#sp_top_nav .sp_top_nav_categories dd {
		margin: 0;
	}
	#sp_top_nav .sp_top_nav_categories dd a {
		padding: 0 0 0 35px;
		display: block;
		font-size: 14px;
		line-height: 30px;
		background: url(../images/common/icon_cat_body.png) 10px center no-repeat;	/*20240711 ADD */
		background-size: 12px 16px;		/*20240711 ADD */
	}
	#sp_top_nav .sp_top_nav_categories .limited a {
		background: url(../images/common/icon_cat_limited.png) 10px center no-repeat;
		-webkit-background-size: 14px 16px;
						background-size: 14px 16px;
	}
	#sp_top_nav .sp_top_nav_categories .hfs a {
		background: url(../images/common/icon_cat_hfs.png) 10px center no-repeat;
		-webkit-background-size: 15px 14px;
						background-size: 15px 14px;
	}
	#sp_top_nav .sp_top_nav_categories .skin a {
		background: url(../images/common/icon_cat_skin.png) 10px center no-repeat;
		-webkit-background-size: 13px 17px;
						background-size: 13px 17px;
	}
	/*20240711 ADD START*/
	#sp_top_nav .sp_top_nav_categories .skincare-lineset a {
		background: url(../images/common/icon_cat_skin.png) 10px center no-repeat;
		-webkit-background-size: 13px 17px;
						background-size: 13px 17px;
	}
	/*20240711 ADD END*/
	#sp_top_nav .sp_top_nav_categories .hair a {
		background: url(../images/common/icon_cat_hair.png) 10px center no-repeat;
		-webkit-background-size: 15px 15px;
						background-size: 15px 15px;
	}
	#sp_top_nav .sp_top_nav_categories .body a {
		background: url(../images/common/icon_cat_body.png) 10px center no-repeat;
		-webkit-background-size: 12px 16px;
						background-size: 12px 16px;
	}
	#sp_top_nav .sp_top_nav_categories .aroma a {
		background: url(../images/common/icon_cat_aroma.png) 10px center no-repeat;
		-webkit-background-size: 11px 15px;
						background-size: 11px 15px;
	}
	#sp_top_nav .sp_top_nav_categories .original a {
		background: url(../images/common/icon_cat_original.png) 10px center no-repeat;
		-webkit-background-size: 12px 16px;
						background-size: 12px 16px;
	}
	/*20240711 ADD START*/
	#sp_top_nav .sp_top_nav_categories .gift-set a {
		background: url(../images/common/icon_cat_gift.png) 10px center no-repeat;
		-webkit-background-size: 12px 13px;
						background-size: 12px 13px;
	}
	/*20240711 ADD END*/
	#sp_top_nav .sp_top_nav_categories .gift a {
		background: url(../images/common/icon_cat_gift.png) 10px center no-repeat;
		-webkit-background-size: 12px 13px;
						background-size: 12px 13px;
	}
	#sp_top_nav .sp_top_nav_categories .regular a {
		background: url(../images/common/icon_cat_regular.png) 10px center no-repeat;
		-webkit-background-size: 14px 14px;
						background-size: 14px 14px;
	}
	/*20240711 ADD START*/
	#sp_top_nav .sp_top_nav_categories .furniture a {
		background: url(../images/common/icon_cat_original.png) 10px center no-repeat;
		-webkit-background-size: 14px 14px;
						background-size: 14px 14px;
	}
	/*20240711 ADD END*/
	#sp_top_nav .sp_top_nav_categories .supplement a {
		background: url(../images/common/icon_cat_supplement.png) 10px center no-repeat;
		-webkit-background-size: 11px 15px;
						background-size: 11px 15px;
	}
	#sp_top_nav .sp_top_nav_categories .price a {
		background: url(../images/common/icon_cat_price.png) 10px center no-repeat;
		-webkit-background-size: 12px 12px;
						background-size: 12px 12px;
	}
	/*20240711 ADD START*/
	#sp_top_nav .sp_top_nav_categories .end a {
		background: url(../images/common/icon_cat_original.png) 10px center no-repeat;
		-webkit-background-size: 12px 12px;
						background-size: 12px 12px;
	}
	/*20240711 ADD END*/
	#sp_top_nav .sp_top_nav_categories .multi a {
		background: url(../images/common/icon_cat_multi.png) 10px center no-repeat;
		-webkit-background-size: 11px 12px;
						background-size: 11px 12px;
	}
	#sp_top_nav .sp_top_nav_categories2 {
		padding: 0 3.125%;
	}
	#sp_top_nav .sp_top_nav_categories2 li {
		margin: 0 0 15px 0;
	}
	#sp_top_nav .sp_top_nav_categories2 li a {
		height: 55px;
		line-height: 55px;
		padding: 0 0 0 57px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #413121;
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
						box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 0 8px 0 8px;
						border-radius: 0 8px 0 8px;
		text-decoration: none;
		background: #fff;
		position: relative;
	}
	#sp_top_nav .sp_top_nav_categories2 li a:after {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 20px;
		height: 22px;
		background: url(../images/common/common_icons.png) no-repeat;
		position: absolute;
		top: 20px;
		right: 15px;
	}
	#sp_top_nav .sp_top_nav_categories2 li a:hover {
		color: #75a81b;
	}
	#sp_top_nav .sp_top_nav_categories2 .purpose a:before {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 20px;
		height: 22px;
		background-image: url(../images/common/icon_purpose.png);
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		position: absolute;
		top: 15px;
		left: 22px;
	}
	#sp_top_nav .sp_top_nav_categories2 .trouble a:before {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 23px;
		height: 22px;
		background-image: url(../images/common/icon_trouble.png);
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		position: absolute;
		top: 15px;
		left: 22px;
	}
	#sp_top_nav .sp_top_nav_categories2 .herb a:before {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		content: '.';
		width: 20px;
		height: 27px;
		background-image: url(../images/common/icon_herb.png);
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		position: absolute;
		top: 13px;
		left: 22px;
	}	

	.top_movie {
		margin: 0 3.125% 30px 3.125%;
		position:relative;
	}
	.top_movie dl .movie_wrap {		
		margin-bottom: 10px;
	}
	.top_movie dl dt {
		font-size: 15px;
		color: #413121;
		font-weight: bold;
		display: block;
		line-height: 1.2;
		padding-bottom:8px;
	}
	.top_movie dl .caps {
		font-size: 12px;
		line-height: 1.7;
		margin-top: 5px;
	}
	.top_pickup {
		margin: 0 3.125% 30px 3.125%;
		position: relative;
	}
	.top_pickup dl {
		padding-bottom: 0;
	}
/*
	.top_pickup dl:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/icon_pickup.png) 0 0 no-repeat;
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		width: 70px;
		height: 66px;
		position: absolute;
		top: -10px;
		left: -15px;
		z-index:1;
	}
*/
	.top_pickup dl dt {
		padding: 0;
	}
	.top_pickup dl dt a {
		font-size: 12px;
	}
	.top_pickup dl dt a span {
		padding: 4px 0 8px 0;
		font-size: 15px;
		color: #413121;
		font-weight: bold;
		display: block;
		line-height: 1.2;
	}
	.top_pickup dl .thumb {
		margin-bottom: 5px;
		float:right;
	}
	.top_pickup dl .thumb img {
		width: 100%;
		height: auto;
	}
	.top_pickup dl .caps {		
		font-size: 12px;
		line-height: 1.7;
		margin-top: 5px;
	}
	.top_pickup dl .tags {
		display: none;
	}
	.top_pickup dl:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.top_movie:before,
	.top_pickup:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 20px;
		height: 20px;
		position: absolute;
		top: -3px;
		right: -2px;
	}
	.top_movie:after,
	.top_pickup:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: -3px;
		left: -2px;
	}

	.top_title {
		width: 100%;
		padding: 0 0 10px 0;
		font-size: 12px;
		color: #72604e;
		background: left bottom repeat-x;
		position: relative;
	}
	.top_title span {
		margin: 0 5px 0 0;
		font-size: 20px;
		font-family: "Cardo", serif;
		color: #413121;
	}
	.top_title a {
		display: none;
	}
	.top_title:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
	}

	#top_info {
		margin: 0 3.125% 20px 3.125%;
		overflow: hidden;
	}
	#top_info .top_title {
		margin-bottom: 6px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_info .top_title:after {
		background-image: url(../images/top/top_icon_info.png);
		width: 31px;
		height: 31px;
		bottom: 1px;
		right: 0;
	} */
	#top_info ul li {
		padding: 0 5px 20px 5px;
		font-size: 14px;
	}
	#top_info ul li span {
		padding: 3px 0;
		display: inline-block;
	}
	#top_info ul li .date {
		padding: 0 5px 0 0;
		font-size: 14px;
	}
	#top_info ul li .cate {
		min-width: 100px;
	}
	#top_info ul li .cate a {
		width: 100%;
		display: inline-block;
		background-color: #675756;
		font-size: 13px;
		line-height: 15px;
		-webkit-border-radius: 4px;
						border-radius: 4px;
		color: #fff;
		text-align: center;
		padding: 2px;
	}
	#top_info ul li .cate .post-categories {
		display: inline-block;
	}
	#top_info ul li .cate .post-categories li {
		padding: 0;
		margin: 0 5px 0 0;
		display: inline-block;
	}
	#top_info ul li .cate .post-categories li a {
		padding: 2px 5px;
		margin: 0;
		display: inline-block;
	}
	#top_info ul li .title {
		display: block;
		line-height: 1.4;
		font-size:14px;
	}

	#top_ranking {
		margin: 0 3.125% 40px 3.125%;
	}
	#top_ranking .top_title {
		margin-bottom: 5px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_ranking .top_title:after {
		background-image: url(../images/top/top_icon_ranking.png);
		width: 30px;
		height: 37px;
		bottom: 1px;
		right: 0;
	} */
	#top_ranking ul {
		width: 100%;
	}
	#top_ranking ul li {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0 0 10px 0;
		position: relative;
		overflow: hidden;
	}
	#top_ranking ul li a {
		display: block;
		text-decoration: none;
	}
	#top_ranking ul li a .rank {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/common_icons.png) no-repeat;
		width: 30px;
		height: 24px;
		position: absolute;
		top: 3px;
		left: 7.9%;
		z-index: 100;
		-webkit-transform: scale(0.75);
				-ms-transform: scale(0.75);
						transform: scale(0.75);
	}
	#top_ranking ul li a .thumb {
		width: 25%;
		overflow: hidden;
		-webkit-border-radius: 50%;
						border-radius: 50%;
		-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
						box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
		float: left;
	}
	#top_ranking ul li a .thumb img {
		width: 100%;
		height: auto;
	}
	#top_ranking ul li a dl {
		width: 75%;
		padding: 10px 0 0 10px;
		float: right;
	}
	#top_ranking ul li a dl dt {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#top_ranking ul li a dl dd {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_ranking ul .rank1 .rank {
		background-position: 0 -50px;
	}
	#top_ranking ul .rank2 .rank {
		background-position: 0 -100px;
	}
	#top_ranking ul .rank3 .rank {
		background-position: 0 -150px;
	}
	#top_ranking ul .rank4 .rank {
		background-position: 0 -200px;
	}
	#top_ranking ul .rank5 .rank {
		background-position: 0 -250px;
	}

	#top_recommend {
		margin: 0 3.125% 40px 3.125%;
	}
	#top_recommend .top_title {
		margin-bottom: 5px;
		background-image: url(../images/common/line_green2.png);
	}
	/* #top_recommend .top_title:after {
		background-image: url(../images/top/top_icon_recommend.png);
		width: 30px;
		height: 37px;
		bottom: 1px;
		right: 0;
	} */
	#top_recommend ul {
		width: 100%;
	}
	#top_recommend ul li {
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0 0 10px 0;
		position: relative;
		overflow: hidden;
	}
	#top_recommend ul li a {
		display: block;
		text-decoration: none;
	}
	#top_recommend ul li a .status {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/common/common_icons.png) no-repeat;
		width: 37px;
		height: 38px;
		position: absolute;
		top: 3px;
		left: 7.6%;
		z-index: 100;
		-webkit-transform: scale(0.75);
				-ms-transform: scale(0.75);
						transform: scale(0.75);
	}
	#top_recommend ul li a .thumb {
		width: 25%;
		overflow: hidden;
		-webkit-border-radius: 50%;
						border-radius: 50%;
		-webkit-box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
						box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
		float: left;
	}
	#top_recommend ul li a .thumb img {
		width: 100%;
		height: auto;
	}
	#top_recommend ul li a dl {
		width: 75%;
		padding: 0 0 0 10px;
		float: right;
	}
	#top_recommend ul li a dl dt {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#top_recommend ul li a dl dd {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.4;
	}
	#top_recommend ul .status.new {
		background-position: 0 -500px;
	}
	#top_recommend ul .status.outlet {
		background-position: 0 -550px;
	}

	#top_blog {
		margin: 0 3.125% 20px 3.125%;
	}
	#top_blog .top_title {
		margin-bottom: 10px;
		background-image: url(../images/common/line_orange.png);
	}
	#top_blog .top_title:after {
		background-image: url(../images/top/top_icon_blog.png);
		width: 26px;
		height: 31px;
		bottom: 1px;
		right: 0;
	}
	#top_blog ul li {
		padding: 0 5px 10px 5px;
		font-size: 14px;
	}
	#top_blog ul li span {
		padding: 3px 0;
		display: inline-block;
	}
	#top_blog ul li .date {
		padding: 0 5px 3px 0;
		font-size: 12px;
	}
	#top_blog ul li .title {
		display: block;
		line-height: 1.4;
	}
	
	#top_contents {
		margin: 0 1.625% 20px;
	}
	#top_contents .top_title {
		margin: 0 1.625% 20px;
	width:auto;
		background-image: url(../images/common/line_green2.png);
	}
	#top_contents .top_title:after {
		background-image: url(../images/top/top_icon_contents.png);
		width: 20px;
		height: 30px;
		bottom: 1px;
		right: 0;
	}

	#contens_banner {
		margin: 0 0 10px;
	}
	#contens_banner ul {
		overflow: hidden;
	}
	#contens_banner ul li {
		width: 50%;
		padding: 0px 1.225%;
		float: left;
	margin-bottom:10px;
	}
	#contens_banner ul li img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	#membership {
		display: none;
		padding: 2px;
		margin: 50px 3.125% 20px 3.125%;
		background-color: #efe8e1;
		-webkit-border-radius: 10px;
						border-radius: 10px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
						box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		position: relative;
	}
	#membership > div {
		padding: 38px 0 0 0;
		border: solid 1px #bfb6ac;
		-webkit-border-radius: 8px;
						border-radius: 8px;
	}
	#membership > div h2 {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 280px;
		height: 54px;
		margin: 0 auto;
		background-image: url(../images/top/top_membership_title.png);
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
		position: absolute;
		top: -18px;
		left: 0;
		right: 0;
	}
	#membership > div ul {
		margin-bottom: 10px;
	}
	#membership > div ul li {
		padding: 10px 10px 10px 55px;
		margin: 0 20px 10px 20px;
		display: block;
		-webkit-border-radius: 8px;
						border-radius: 8px;
		background-color: #fff;
		position: relative;
	}
	#membership > div ul li .icon {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 8px;
		-webkit-background-size: 100% auto;
						background-size: 100% auto;
	}
	#membership > div ul li h4 {
		padding: 0 0 5px 0;
		color: #72202a;
		font-size: 13px;
		font-weight: bold;
	}
	#membership > div ul li .caps {
		font-size: 13px;
		line-height: 1.2;
	}
	#membership > div ul .point1 .icon {
		background-image: url(../images/top/top_icon_point1.png);
	}
	#membership > div ul .point2 .icon {
		background-image: url(../images/top/top_icon_point2.png);
	}
	#membership > div ul .point3 .icon {
		background-image: url(../images/top/top_icon_point3.png);
	}
	#membership > div ul .point4 .icon {
		background-image: url(../images/top/top_icon_point4.png);
	}
	#membership > div ul .point5 .icon {
		background-image: url(../images/top/top_icon_point5.png);
	}
	#membership > div .btn_common {
		width: 200px;
		height: 35px;
		margin: 0 auto 20px auto;
		line-height: 35px;
		clear: both;
	}
	#membership > div .btn_common a {
		height: 35px;
		line-height: 35px;
		background-color: #72202a;
	}

	#top_nav {
		margin: 0 0 20px;
		overflow: hidden;
	}
	#top_nav ul {
		overflow: hidden;
	}
	#top_nav ul li {
		width: 50%;
		padding: 0 1.225%;
		display: block;
		float: left;
	}
	#top_nav ul li a {
		line-height: 40px;
		font-size:14px;
	}

	#sub .sub_categories,
	#sub .sub_categories2 {
		display: none;
	}
}
