@charset "Shift_JIS";

/* openbox
---------------------------------------------------- */
#inline-content img {
	max-width: 100%;
}


/* slide
---------------------------------------------------- */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
}

.slidebox {
	position: relative;
	margin: 94px 50px 0;
	min-width: 964px;
}


/* tabs
---------------------------------------------------- */
.tabs {
	width: 100%;
}
.tab_area {
	width: 80%;
	margin: 60px auto;
}
.tab_area label {
	width: 40%;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	cursor: pointer;
}
.tab_area label img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.tab_area label.tab1_label img {
	opacity: 0.5;
}
.tab_area label.tab2_label img {
	opacity: 0.7;
}
.tab_area label.tab3_label img {
	opacity: 0.7;
}
.tab_item img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1!important;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
#brand01:checked ~ #brand01_content,
#brand02:checked ~ #brand02_content,
#brand03:checked ~ #brand03_content,
#brand04:checked ~ #brand04_content,
#brand05:checked ~ #brand05_content {
	display: block;
}
#brand01:checked ~ .tabs_box .tab_area .tab1_label img,
#brand02:checked ~ .tabs_box .tab_area .tab2_label img,
#brand03:checked ~ .tabs_box .tab_area .tab3_label img,
#brand04:checked ~ .tabs_box .tab_area .tab4_label img,
#brand05:checked ~ .tabs_box .tab_area .tab5_label img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1!important;
}
.tab_area .swiper-wrapper {
	position: inherit;
}
.tab_area .swiper-wrapper .swiper-slide {
    flex-shrink: inherit;
    position: inherit;
}


/* clm
---------------------------------------------------- */
.clm2 {
	margin-left: -3%;
}
.clm2 li {
	width: 47%;
	float: left;
	margin: 0 0 3% 3%;
	position: relative;
	overflow: hidden;
}
.clm2 li img {
	width: 100%;
}
.clm2 li p.new {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.15em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	font-family: 'Roboto Condensed', sans-serif;
}
.clm2 li ul.device {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
.clm2 li ul.device li {
/* old
	width: 26px;
	height: 26px;
*/
	background-color: rgba(0,0,0,0.5);
	float: left;
	margin: 0 0 0 5px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

	/* 190422 */
	width:40px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center center;

}
.clm2 li ul.device li.ico_desktop {
	background-image: url(../images/common/ico_desktop.png);
}
.clm2 li ul.device li.ico_sp {
	background-image: url(../images/common/ico_sp.png);
}
.clm2 li ul.device li.ico_android {
	background-image: url(../images/common/ico_android.png);
}
.clm2 li ul.device li.ico_ios {
	background-image: url(../images/common/ico_ios.png);
}
.clm2 li p.category {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 23px;
	color: #000;
	font-size: 12px;
	padding: 0 10px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
}
.clm2 li p.category span {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.clm2 li p.category span.game {
	background-image: url(../images/common/cate_game.png);
}
.clm2 li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.clm2 li figcaption .info {
	padding-top: 20%;
}
.clm2 li figcaption p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10%;
}
.clm2 li figcaption a.more {
	width: 240px;
	line-height: 43px;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition: all 0.2s ease;
}
.clm2 li figcaption a.more:hover {
	background-color: rgba(0,0,0,0.4)
}
.clm2 li:hover figcaption {
	opacity: 1;
}


/* btn
---------------------------------------------------- */
.btn_area {
	text-align: center;
	margin: 50px auto 80px;
}
.btn_area .btn {
	line-height: 48px;
	padding: 10px 160px 10px 20px;
	color: #3cccff;
	border: 1px solid #3cccff;
	display: inline-block;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	background-image: url(../images/top/ico_blog_img.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.btn_area .btn:hover {
	color: #FFF;
	background-color: #3cccff;
}
.btn_area .btn span {
	transition: all 0.2s ease;
}
.btn_area .btn span.blog {
	background-image: url(../images/top/ico_blog.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.btn_area .btn:hover span.blog {
	background-image: url(../images/top/ico_blog_on.png);
}


/* grad
---------------------------------------------------- */
.grad-btn {
	width: 300px;
	line-height: 48px;
	color: #3cccff;
	border: 1px solid #3cccff;
	display: block;
	font-weight: bold;
	margin: 50px auto 0;
	text-align: center;
	letter-spacing: 0.1em;
	transition: all 0.2s ease;
	cursor: pointer;
}
.grad-btn:hover {
	color: #FFF;
	background-color: #3cccff;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 0; /*隠した状態の高さ*/
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
}
.grad-trigger {
	display: none;
}
.grad-trigger:checked + .grad-btn {
	display: none;
}
.grad-trigger:checked ~ .grad-item {
	height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
	display: none;
}


/* whatsnew
---------------------------------------------------- */
.whatsnew {
	position: relative;
	margin-top: 40px;
}
.whatsnew .label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.whatsnew .label span {
	position: relative;
	background-color: #FFF;
	font-size: 18px;
	color: #909090;
	line-height: 45px;
	display: block;
	padding: 0 20px;
	letter-spacing: 0.1em;
}
.whatsnew .label span:after{
	content: "";
	position: absolute;
	right: -45px;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 0 0 45px 45px;
	z-index: 10;
}
.whatsnew .label span a {
	font-size: 13px;
	color: #a6a6a6;
	margin-left: 10px;
	padding-left: 26px;
	position: relative;
}
.whatsnew .label span a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: -2px;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.whatsnew .label span a::after {
	content: "…";
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	color: #a6a6a6;
	left: 5px;
    top: -13px;
}
.whatsnew .label span a:hover {
	color: #ff4455;
}
.whatsnew .label span a:hover::before {
	border: 1px solid #ff4455;
}
.whatsnew .label span a:hover::after {
	color: #ff4455;
}
.whatsnew ul li img {
	width: 100%;
}
.whatsnew ul li a:hover img {
	opacity: 0.7;
}
.whatsnew ul li.blc1 {
	width: 100%;
	margin-bottom: 40px;
}
.whatsnew ul li.blc2 ul {
	margin-left: -3%;
}
.whatsnew ul li.blc2 ul li {
	width: 47%;
	float: left;
	margin-bottom: 40px;
	margin-left: 3%;
}
.whatsnew ul li.blc3 ul {
	margin-left: -3%;
}
.whatsnew ul li.blc3 ul li.blc31 {
	width: 30.4%;
	float: left;
	margin-bottom: 40px;
	margin-left: 3%;
}
.whatsnew ul li.blc3 ul li.blc32 {
	width: 63.4%;
	float: left;
	margin-bottom: 40px;
	margin-left: 3%;
}

/* l1-r2 */

.whatsnew ul li.mb0{
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 640px) {
	.whatsnew ul li.mb0{
		margin-bottom: 10px !important;
	}
}
.whatsnew ul li.blc2.l1-r2 ul {
  margin-left: -3%;
}

.whatsnew ul li.blc2.l1-r2 ul li.l1 {
  width: 31%;
  float: left;
  margin-bottom: 40px;
  margin-left: 3%;
}

.whatsnew ul li.blc2.l1-r2 ul li.r1 {
  width: 63%;
  float: right;
  margin-bottom: 0px;
  margin-left: 3%;
}

.whatsnew ul li.blc2.l1-r2 ul li.r2 {
  width: 63%;
  float: right;
  margin-bottom: 40px;
  margin-left: 3%;
}

/* l2-r1 */
.whatsnew ul li.blc2.l2-r1 ul {
  margin-left: -3%;
}

.whatsnew ul li.blc2.l2-r1 ul li.l1 {
  width: 63%;
  float: left;
  margin-bottom: 40px;
  margin-left: 3%;
}

.whatsnew ul li.blc2.l2-r1 ul li.r1 {
  width: 31%;
  float: right;
  margin-bottom: 0px;
  margin-left: 3%;
}

.whatsnew ul li.blc2.l2-r1 ul li.r2 {
  width: 63%;
  float: right;
  margin-bottom: 40px;
  margin-left: 3%;
}



@media only screen and (max-width: 640px) {

.whatsnew ul li.blc2.l1-r2 ul {
  margin-left: 0%;
}

.whatsnew ul li.blc2.l1-r2 ul li.l1 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}

.whatsnew ul li.blc2.l1-r2 ul li.r1 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}

.whatsnew ul li.blc2.l1-r2 ul li.r2 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}


.whatsnew ul li.blc2.l2-r1 ul {
  margin-left: 0%;
}

.whatsnew ul li.blc2.l2-r1 ul li.l1 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}

.whatsnew ul li.blc2.l2-r1 ul li.r1 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}

.whatsnew ul li.blc2.l2-r1 ul li.r2 {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  margin-left: 0%;
}





}

/* topnews
---------------------------------------------------- */
.topnews {
	font-size: 13px;
}
.topnews .topnewsmain {
    width: 100%;
    float: left;
}
.topnews .topnewsmain p {
    margin-right: 80px;
    margin-left: 90px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topnews .date {
    float: left;
    margin-left: -100%;
    width: 90px;
	color: #e60012;
}
.topnews .listlink {
    float: left;
    margin-left: -80px;
    width: 80px;
	text-align: right;
}
.topnews .listlink a {
	position: relative;
	padding-right: 15px;
}
.topnews .listlink a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* twitterbox
---------------------------------------------------- */
ul.twitterbox {
/*
	margin-left: -3%;
*/
	margin-left: -6%;
}
ul.twitterbox li {
/* old
	width: 30.33%;
*/
	width: 27.33%;
	float: left;
	overflow: hidden;
/* old
	margin-left: 3%;
*/
	margin-left: 6%;
}
ul.twitterbox li p {
	font-size: 24px;
	color: #4e4e4e;
	padding-bottom: 10px;
}


/* mailmaga
---------------------------------------------------- */
.mailmaga {
	text-align: center;
	margin: 100px auto;
	color: #4e4e4e;
}
.mailmaga .ttl {
	font-size: 27px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	padding-top: 80px;
	background-image: url(../images/top/mailmaga.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.mailmaga .catch {
	font-size: 14px;
	margin-bottom: 20px;
}
.mailmaga .txt {
	font-size: 12px;
}
.mailmaga .txt a {
	position: relative;
	padding-right: 15px;
}
.mailmaga .txt a::before,
.mailmaga .txt a::after{
	position: absolute;
	content: "";
	vertical-align: middle;
}
.mailmaga .txt a::after{
	right: 4px;
	top: 5px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}
.mailmaga .txt a::before{
	right: 4px;
	top: 7px;
	width: 6px;
	height: 1px;
	background: #b0b0b0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mailmaga .txt a:hover::after{
	border-top: 1px solid #e70012;
	border-right: 1px solid #e70012;
}
.mailmaga .txt a:hover::before{
	background: #e70012;
}
.mailmaga .check {
	font-size: 14px;
}
.mailmaga .check .checkbox01-input{
	display: none;
}
.mailmaga .check .checkbox01-parts{
	padding-left: 15px;
	position:relative;
	margin-right: 20px;
}
.mailmaga .check .checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #999;
}
.mailmaga .check .checkbox01-input:checked + .checkbox01-parts{
	color: #e70012;
}
.mailmaga .check .checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 4px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #e70012;
	border-right: 2px solid #e70012;
}
.mailmaga .mailform {
	width: 720px;
	padding: 10px 0;
	background-color: #f6f6f6;
	margin: 25px auto 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.mailmaga .mailform input[type=text],
.mailmaga .mailform input[type=password] {
	width: 600px;
    height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 16px;
	display: inline-block;
    font-family: 'Noto Sans JP';
	background-color: #f6f6f6;
}
.mailmaga .mailform button {
    display: inline-block;
    padding: 0 0 0 24px;
    text-decoration: none;
    background: #f6f6f6;
    color: #969696;
    border: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-image: url(../images/top/ico_btn.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* topcategory
---------------------------------------------------- */
.topcategory {
	margin-left: -3%;
	margin-top:70px;
}
.topcategory li {
	width: 22%;
	float: left;
	margin: 0 0 3% 3%;
	position: relative;
	overflow: hidden;
}
.topcategory li img {
	width: 100%;
}
.topcategory li a {
	position: relative;
	height: 100%;
    display: block;
}
.topcategory li a p.catettl {
	position: absolute;
	width: 70%;
	bottom: 20%;
	left: 0;
	right: 0;
	line-height: 43px;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,.4);
	transition: all 0.2s ease;
}
.topcategory li:hover a p.catettl {
	display: none;
}
.topcategory li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.topcategory li figcaption .info {
	position: relative;
	height: 100%;
}
.topcategory li figcaption p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10%;
	position: absolute;
	top: 40%;
	width: 100%;
}
.topcategory li figcaption a.more {
	position: absolute;
	width: 70%;
	bottom: 20%;
	left: 0;
	right: 0;
	line-height: 43px;
	height: 43px;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	transition: all 0.2s ease;
}
.topcategory li figcaption a.more:hover {
	background-color: rgba(0,0,0,0.4)
}
.topcategory li:hover figcaption {
	opacity: 1;
}


/* topcharacter
---------------------------------------------------- */
.topcharacter {
    margin: 30px auto 50px;
	position: relative;
}
.topcharacter h2 {
    font-size: 27px;
	font-weight: normal;
	text-align: center;
	color: #4e4e4e;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    padding-top: 80px;
    background-image: url(../images/top/character.png);
    background-position: top center;
    background-repeat: no-repeat;
}
.topcharacter ul li {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	overflow: hidden;
}
.topcharacter ul li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.topcharacter ul li figcaption .info {
	position: relative;
	height: 100%;
}
.topcharacter ul li figcaption p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10%;
	position: absolute;
	top: 40%;
	width: 100%;
}
.topcharacter ul li figcaption a.more {
	position: absolute;
	width: 70%;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	border: 1px solid #FFF;
	display: block;
	margin: -20px auto 0;
	text-align: center;
	transition: all 0.2s ease;
}
.topcharacter ul li figcaption a.more:hover {
	background-color: rgba(0,0,0,0.4)
}
.topcharacter ul li:hover figcaption {
	opacity: 1;
}
.swiper-character {
	overflow: hidden;
}
.topcharacter .swiper-character-next {
	right: -40px;
	top: 65%;
}
.topcharacter .swiper-character-prev {
	left: -40px;
	top: 65%;
}



/* search_results
---------------------------------------------------- */
.search_results {
	padding: 30px 0 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e0e0e0;
}
.search_results .search_results_box {
	font-size: 14px;
	padding-bottom: 8px;
	float: left;
	box-sizing: border-box;
}
.search_results .search_results_box p {
	float: left;
}
.search_results .search_results_box span {
	font-size: 24px;
	font-weight: bold;
}
.search_results .search_refine_box {
	float: right;
}
.search_results .search_refine_box .refine {
	float: left;
	text-align: right;
	margin-top: 6px;
}
.search_results .search_refine_box .refine li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-left: 20px;
}
.search_results .search_refine_box .refine li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 7px;
	background-color: #c0c0c0;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.search_results .search_refine_box .refine li::after {
	content: "×";
	position: absolute;
	color: #FFF;font-size: 10px;
	right: 3px;
    top: 0;
}
.search_results .dropmenu {
	float: left;
}
.search_results .dropmenu li {
	position: relative;
	width: 220px;
	float: left;
	margin-left: 10px;
}
.search_results .dropmenu li span {
	display: block;
	padding: 14px 15px;
	background: #e9e9ea;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	position: relative;
	cursor:pointer;
}
.search_results .dropmenu li span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	vertical-align: middle;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.search_results .dropmenu li ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.search_results .dropmenu li ul li {
	width: 100%;
	overflow: hidden;
	height: 0;
	transition: .2s;
	margin: 0;
}
.search_results .dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}
.search_results .dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #e0e0e0;
	background: rgba(255,255,255,0.8);
	display: block;
	font-size: 14px;
	line-height: 1;
}
.search_results .dropmenu li:hover > a {
	color: #e60012;
}
.search_results .dropmenu li a:hover {
	color: #e60012;
}


/* ttlarea
---------------------------------------------------- */
.ttlarea {
	padding: 30px 0 40px;
}
.ttlarea h2 {
	font-size: 27px;
	font-weight: normal;
	color: #4e4e4e;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 0 65px;
}
.ttlarea h2.newsttl {
	background-image: url(../images/news/ico_news.png);
}
.ttlarea h2.errorttl {
	background-image: url(../images/member/ico_error.png);
	padding: 5px 0 5px 55px;
}


/* newslist
---------------------------------------------------- */
.newslist .newslistbox {
	/* width: 23%; */
	width: 31%;
	min-height:360px;
	margin: 0 1% 1% 1%;
	position: relative;
	background-color: #f9f9f9;
}
.newslist .newslistbox img {
	width: 100%;
}
.newslist .newslistbox a {
	position: relative;
	display: block;
}
.newslist .newslistbox a .new {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #FFF;
	font-weight: bold;
	z-index: 1;
	font-size: 24px;
	letter-spacing: 0.15em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	font-family: 'Roboto Condensed', sans-serif;
}
.newslist .newslistbox a:hover img {
	opacity: 0.7;
}
.newslist .newslistbox .newsinfo {
	padding: 20px;
}
.newslist .newslistbox .newsinfo .date {
	font-size: 14px;
}
.newslist .newslistbox .newsinfo .ttl {
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
}
.newslist .newslistbox .newsinfo .txt {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}


/* storemain
---------------------------------------------------- */
.storemain {
	padding-top: 20px;
	margin-bottom: 40px;
}
.storemain .swiper-slide {
	position: relative;
}
.storemain .swiper-slide .btn {
	position: absolute;
	left: 6%;
	bottom: 3%;
	width: 24%;
	line-height: 40px;
	color: #3dccff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #3dccff;
	background-color: rgba(255,255,255,0.8)
}


/* storenew
---------------------------------------------------- */
.storenew {
	margin-top: 40px;
}
.storenew ul li {
	position: relative;
}
.storenew ul li img {
	width: 100%;
}
.storenew ul li a:hover img {
	opacity: 0.7;
}
.storenew ul {
	margin-left: -3%;
	margin-bottom: 40px;
}
.storenew ul li {
	width: 47%;
	float: left;
	margin-left: 3%;
}
.storenew ul li .store_category {
	margin: 0;
}
.storenew ul li figure {
	position: relative;
	overflow: hidden;
}
.storenew ul li figcaption {
	position: absolute;
	bottom: 0;
	right: -40%;
	z-index: 100;
	width: 40%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	-webkit-transition: .3s;
	transition: .3s;
}
.storenew ul li figure:hover img {
	opacity: 0.6;
}
.storenew ul li figure:hover figcaption {
	right: 0;
}
.storenew ul li figcaption .capinfo {
	padding: 20px 0;
	width: 80%;
	margin: 0 auto;
}
.storenew ul li figcaption .capinfo img {
	width: 100%;
	opacity: 1;
	margin-bottom: 15px;
}
.storenew ul li figcaption .capinfo .ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.storenew ul li figcaption .capinfo .desc {
	font-size: 11px;
	line-height: 17px;
/*	margin-bottom: 15px; */
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.storenew ul li figcaption .capinfo .price {
	font-size: 34px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
}
.storenew ul li figcaption .capinfo .price .en {
	font-size: 26px;
}
.storenew ul li figcaption .capinfo .price .zei {
	font-size: 13px;
}
.storenew ul li figcaption .capinfo .txt {
	font-size: 12px;
	line-height: 17px;
}
.storenew ul li figcaption .capinfo .icon {
	margin: 5px 0 15px 0;
}
.storenew ul li figcaption .capinfo .icon li {
	float: left;
	font-size: 11px;
	border: 1px solid #837f80;
	background-color: #FFF;
	width: auto;
	margin: 5px 5px 0 0;
	padding: 0 6px;
	line-height: 18px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.storenew ul li figcaption .capinfo .btn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	color: #FFF;
	background-color: #3dccff;
}
.storenew ul li figcaption .capinfo .btn:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1350px) {

.storenew ul li figcaption .capinfo .icon {
	display: none;
}
.storenew ul li figcaption .capinfo .txt {
	display: none;
}

}

@media only screen and (max-width: 1100px) {

.storenew ul li figcaption {
	right: -150px;
	width: 150px;
}
.storenew ul li figcaption .capinfo .ttl {
	font-size: 16px;
	line-height: 24px;
}
.storenew ul li figcaption .capinfo .desc {
	display: none;
}
.storenew ul li figcaption .capinfo .price {
	font-size: 30px;
}
.storenew ul li figcaption .capinfo .price .en {
	font-size: 20px;
}
.storenew ul li figcaption .capinfo .price .zei {
	font-size: 10px;
}

}

@media only screen and (max-width: 960px) {

.storenew ul li figcaption .capinfo img {
	display: none;
}

}


/* label
---------------------------------------------------- */
.label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.label span {
	position: relative;
	background-color: #FFF;
	font-size: 18px;
	color: #909090;
	line-height: 45px;
	display: block;
	padding: 0 20px;
	letter-spacing: 0.1em;
}
.label span:after{
	content: "";
	position: absolute;
	right: -45px;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 0 0 45px 45px;
	z-index: 10;
}
.label span a {
	font-size: 13px;
	color: #a6a6a6;
	margin-left: 10px;
	padding-left: 26px;
	position: relative;
}
.label span a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: -2px;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.label span a::after {
	content: "…";
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	color: #a6a6a6;
	left: 5px;
    top: -13px;
}
.label span a:hover {
	color: #ff4455;
}
.label span a:hover::before {
	border: 1px solid #ff4455;
}
.label span a:hover::after {
	color: #ff4455;
}

/* label2 - 追加：190329
---------------------------------------------------- */
.topnewslabel {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.topnewslabel span {
	position: relative;
	background-color: #FFF;
	font-size: 18px;
	color: #909090;
	line-height: 45px;
	display: block;
/*	padding: 0 20px; */
	letter-spacing: 0.1em;
}
.topnewslabel span:after{
	content: "";
	position: absolute;
	right: -45px;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 0 0 45px 45px;
	z-index: 10;
}
.topnewslabel span a {
	font-size: 13px;
	color: #a6a6a6;
	margin-left: 10px;
	padding-left: 26px;
	position: relative;
}
.topnewslabel span a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: -2px;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.topnewslabel span a::after {
	content: "…";
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	color: #a6a6a6;
	left: 5px;
    top: -13px;
}
.topnewslabel span a:hover {
	color: #ff4455;
}
.topnewslabel span a:hover::before {
	border: 1px solid #ff4455;
}
.topnewslabel span a:hover::after {
	color: #ff4455;
}

/* storeanime
---------------------------------------------------- */
.storeanime {
	margin-bottom: 40px;
/* old
	padding: 20px 30px 30px 30px;
*/
	padding: 30px;
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.storeanime p {
	font-size: 21px;
	margin-bottom: 20px;
}
.storeanime label {
	width: 100%;
	text-align: center;
}
.storeanime {
	position: relative;
}

.storeanime .swiper-wrapper {
	position: relative;
}
.storeanime .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
}

/* swiper */
.swiper-storeanime {
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-storeanime-prev,
.swiper-storeanime-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-storeanime-prev {
  background-image: url(../images/store/prev.png);
  left: 0;
  right: auto;
}
.swiper-storeanime-next {
  background-image: url(../images/store/next.png);
  right: 0;
  left: auto;
}


/* storemarket
---------------------------------------------------- */
.storemarket {
	position: relative;
	margin-bottom: 40px;
}
.storemarket ul li {
	float: left;
}
.storemarket ul li p {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.storemarket ul li img {
	width: 100%;
}
.storemarket ul li.clm32 {
	width: 64.5%;
	float: left;
}
.storemarket ul li.clm32 ul li:nth-child(1) {
	margin-bottom: 4%;
	width: 100%;
}
.storemarket ul li.clm32 ul li:nth-child(2) {
	width: 48%;
	float: left;
}
.storemarket ul li.clm32 ul li:nth-child(3) {
	width: 48%;
	float: right;
}
.storemarket ul li.clm31 {
	width: 32.5%;
	float: right;
}
.storemarket ul li.clm33 {
	width: 100%;
	float: none;
}


/* salelist
---------------------------------------------------- */
.salelist {
	margin-bottom: 40px;
	position: relative;
}
.salelist ul li {
	position: relative;
}
.salelist ul li img {
	width: 100%;
}
.salelist ul li a:hover img {
	opacity: 0.7;
}
.salelist ul {
	width: auto;
}
.salelist ul li {
	width: 23%;
	float: left;
}
.salelist ul.salelistblc {
	margin: 0 0 0 -2%;
}
.salelist ul.salelistblc li {
	margin: 2% 0 0 2%;
}
.salelist ul li figure {
	position: relative;
	overflow: hidden;
}
.salelist ul li figcaption {
	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 200px;
	background: rgba(255,255,255,0.7);
	-webkit-transition: .3s;
	transition: .3s;
}
.salelist ul li figure:hover img {
	opacity: 0.6;
}
.salelist ul li figure:hover figcaption {
	bottom: 0;
}
.salelist ul li figcaption .capinfo {
	padding: 20px 0;
    width: 90%;
    margin: 0 auto;
	position: relative;
}
.salelist ul li figcaption .capinfo img {
	float: left;
	opacity: 1;
	width: 110px;
}
.salelist ul li figcaption .capinfo .capdesc {
	padding-left: 120px;
}
.salelist ul li figcaption .capinfo .ttl {
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.salelist ul li figcaption .capinfo .price {
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
}
.salelist ul li figcaption .capinfo .price .over {
	font-size: 14px;
	text-decoration: line-through;
}
.salelist ul li figcaption .capinfo .price .en {
	font-size: 25px;
}
.salelist ul li figcaption .capinfo .price .zei {
	font-size: 11px;
}
.salelist ul li figcaption .capinfo .txt {
	font-size: 12px;
	line-height: 17px;
}
.salelist ul li figcaption .capinfo .icon {
	margin: 5px 0 5px 0;
	display: inline-block;
}
.salelist ul li figcaption .capinfo .icon li {
	float: left;
	font-size: 11px;
	border: 1px solid #837f80;
	background-color: #FFF;
	width: auto;
	margin: 5px 5px 0 0;
	padding: 0 6px;
	line-height: 18px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.salelist ul li figcaption .capinfo .btn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 36px;
	color: #FFF;
	background-color: #3dccff;
}
.salelist ul li figcaption .capinfo .btn:hover {
	opacity: 0.7;
	color: #FFF!important;
}
.salelist .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
	display: block;
}

@media only screen and (max-width: 1550px) {

.salelist ul li figcaption .capinfo img {
	display: none;
}
.salelist ul li figcaption .capinfo .capdesc {
	padding-left: 0;
}

}

@media only screen and (max-width: 1280px) {

.salelist ul li figcaption {
	bottom: -110px;
	height: 110px;
}
.salelist ul li figcaption .capinfo .ttl {
	display: none;
}
.salelist ul li figcaption .capinfo .icon {
	display: none;
}

}

/* swiper-salelist */
.swiper-salelist {
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-salelist-prev,
.swiper-salelist-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -10px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-salelist-prev {
	background-image: url(../images/store/prev.png);
	left: -60px;
	right: auto;
}
.swiper-salelist-next {
	background-image: url(../images/store/next.png);
	right: -60px;
	left: auto;
}
.swiper-button-disabled {
	display: none;
}
.swiper-salelist-pagination {
	text-align: center;
}
.swiper-salelist-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
	margin: 0 5px;
	background: #d3d3d3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.swiper-salelist-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}


/* itemttl
---------------------------------------------------- */
p.itemttl {
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.1em;

	/* 追加:190218 */
	word-break:break-all;
	font-size:13px;
/* old
	font-weight: bold;
	font-size: 14px;
*/
}
p.itemttl span.pri {
	color: #a6a6a6;
}
p.itemttl span.res {
	display: inline-block;
	font-size: 12px;
	color: #fe0116;
	margin-left: 5px;
}


/* itemprice
---------------------------------------------------- */
p.itemprice {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
}
p.itemprice span.pri {
	color: #fe0116;
}
p.itemprice span.en {
	font-size: 12px;
}


/* store_icon
---------------------------------------------------- */
.store_new {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.store_new p {
	position: relative;
	background-color: #3bcbff;
	font-size: 12px;
	color: #FFF;
	line-height: 22px;
	display: block;
	padding: 0 5px;
	letter-spacing: 0.1em;
}
.store_new p:after{
	content: "";
	position: absolute;
	right: -16px;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-color: transparent transparent transparent #3bcbff;
	border-width: 0 0 22px 16px;
	z-index: 10;
}
.store_new p span {
	background-image: url(../images/store/ico_new.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.store_sale {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
}
.store_sale p {
	position: relative;
	background-color: #fe0116;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	display: block;
	padding: 0 5px;
	font-family: 'Oswald', sans-serif;
}
.store_sale p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  right: -5px;
  border-style: solid;
  border-color: transparent transparent transparent #fe0116;
  border-width: 10px 0 10px 5px;
  z-index: 10;
}
.store_category {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}
.store_category li {
	width: 88px!important;
	font-size: 13px;
	font-style:	italic;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	float: none!important;
	margin: 5px 0 0 0!important;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	font-family: 'Roboto Condensed', sans-serif;
}
.store_category li i {
	font-size: 11px;
	margin-right: 3px;
}
.store_category li.ico_order {
	background-color: rgba(59,203,255,0.7);
}
.store_category li.ico_digital {
	background-color: rgba(255,144,0,0.7);
}


/* storedetails
---------------------------------------------------- */
.storedetails {
	margin-bottom: 60px;
	padding-top: 15px;
}
.storedetails .imgarea {
	float: left;
	width: 420px;
	z-index: 1;
	position: relative;
}
.storedetails .imgarea img {
	width: 100%;
}
.storedetails .imgarea ul li {
	float: left;
	width: 25%;
}
.sample-box{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
}
.sample-box .sample-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sample-box .sample-inner img {
    object-fit: cover;
	width: 100%;
    height: 100%;
}
.object-fit-img {
  object-fit: covern;
  font-family: 'object-fit: cover;'
}
.storedetails .detailsinfo {
	padding-left: 440px;
	position: relative;
}
.storedetails .detailsinfo .official {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	display: block;
	border: 1px solid #3dccff;
	color: #3dccff;
	line-height: 26px;
	padding: 0 10px;
	z-index: 1;
}
#digital .storedetails .detailsinfo .official {
	border: 1px solid #ff9000;
	color: #ff9000;
}
.storedetails .detailsinfo .official:hover {
	opacity: 0.7;
}
.storedetails .detailsinfo .official span {
	background-image: url(../images/store/details/official.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	padding-right: 8px;
}
#digital .storedetails .detailsinfo .official span {
	background-image: url(../images/store/details/official_d.png);
}
.storedetails .detailsinfo .att {
    font-size: 15px;
    color: #fe0116;
    margin-bottom: 4px;
    line-height: 24px;
	padding-right: 160px;
}
.storedetails .detailsinfo .cate {
    font-size: 13px;
    color: #727477;
}
.storedetails .detailsinfo .ttl {
    font-size: 24px;
	font-weight: bold;
    margin-bottom: 8px;
}
.storedetails .detailsinfo .ico {
	display: inline-block;
}
.storedetails .detailsinfo .ico li {
	float: left;
	margin-right: 5px;
}
.storedetails .detailsinfo .ico li p {
	display: block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 5px;
	color: #26292e;
	border: 1px solid #cacaca;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.storedetails .detailsinfo .ico li a {
	color: #5c5f62;
}
.storedetails .detailsinfo .ico li i {
	line-height: 20px;
	margin: 0 0 0 10px;
	display: block;
}
.storedetails .detailsinfo .privilege {
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.storedetails .detailsinfo .privilege dl {
	display: inline-block;
	width: 100%;
}
.storedetails .detailsinfo .privilege dl dt {
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	width: 60px;
	float: left;
	color: #ec404d;
	border: 1px solid #ec404d;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.storedetails .detailsinfo .privilege dl dd {
	padding-left: 70px;
	line-height: 20px;
}
.storedetails .detailsinfo .price {
	font-size: 18px;
	margin-bottom: 5px;
}
.storedetails .detailsinfo .price .store_sale {
	position: inherit;
	float: left;
	margin: 12px 11px 0 0;
}
.storedetails .detailsinfo .price .over {
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 5px;
}
.storedetails .detailsinfo .price .spe {
	font-size: 24px;
	color: #fe0116;
	margin-left: 10px;
}
.storedetails .detailsinfo .price .spe span {
	font-size: 15px;
}
.storedetails .detailsinfo .price .en {
	font-size: 36px;
}
.storedetails .detailsinfo .btnarea {
	display: inline-block;
	margin-bottom: 5px;
}
.storedetails .detailsinfo .btnarea li {
	float: left;
	margin-bottom: 8px;
}
.storedetails .detailsinfo .btnarea li .stock {
	float: left;
	border: 1px solid #a6a6a6;
	font-size: 13px;
	padding: 0 15px;
}
.storedetails .detailsinfo .btnarea li .stock span {
	font-size: 21px;
	font-weight: bold;
}
.storedetails .detailsinfo .btnarea li .point {
	float: left;
	border: 1px solid #a6a6a6;
	font-size: 13px;
	padding: 0 15px;
	margin-left: -1px;
	color: #fe0116;
}
.storedetails .detailsinfo .btnarea li .point i {
	color: #000;
	margin-right: 5px;
}
.storedetails .detailsinfo .btnarea li .point span {
	font-size: 21px;
	font-weight: bold;
}
.storedetails .detailsinfo .btnarea li.btn a {
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 1px 20px 2px;
    border: 1px solid #3dccff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#digital .storedetails .detailsinfo .btnarea li.btn a {
	border: 1px solid #ff9000;
}
.storedetails .detailsinfo .btnarea li.btn a:hover {
	opacity: 0.7;
}
.storedetails .detailsinfo .btnarea li.btn a span {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
.storedetails .detailsinfo .btnarea li .btn1 {
    color: #FFF;
    background-color: #3dccff;
	margin: 0 20px;
}
#digital .storedetails .detailsinfo .btnarea li .btn1 {
    background-color: #ff9000;
}
.storedetails .detailsinfo .btnarea li .btn1:hover {
    color: #FFF!important;
}
.storedetails .detailsinfo .btnarea li .btn1 span {
	background-image: url(../images/store/details/ico_btn1.png);
	padding-left: 22px;
}
.storedetails .detailsinfo .btnarea li .btn2 {
    color: #3bcbff;
}
#digital .storedetails .detailsinfo .btnarea li .btn2 {
    color: #ff9000;
}
.storedetails .detailsinfo .btnarea li .btn2 span {
	background-image: url(../images/store/details/ico_btn2.png);
	padding-left: 15px;
}
#digital .storedetails .detailsinfo .btnarea li .btn2 span {
	background-image: url(../images/store/details/ico_btn2_d.png);
}
.storedetails .detailsinfo .btnarea li .imgico {
	margin: 2px 0 0 10px;
    display: inline-block;
}
.storedetails .detailsinfo .btnarea li .imgico img {
	float: left;
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
}
.storedetails .detailsinfo .btnarea li .imgico:hover img {
	-webkit-filter: grayscale(0); /* Webkit */
	filter: none; /* IE6-9 */
	filter: grayscale(0); /* W3C */
}
.storedetails .detailsinfo .btnarea li .imgico p {
	float: left;
	margin-left: 6px;
}
.storedetails .detailsinfo .quantity {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.storedetails .detailsinfo .quantity p {
	font-size: 16px;
	float: left;
	line-height: 46px;
	margin-right: 15px;
}
.storedetails .detailsinfo .quantity .selectbox {
	float: left;
}
.storedetails .detailsinfo .quantity .selectbox select {
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
}
.storedetails .detailsinfo .send {
	background-color: #f6f6f6;
	padding: 15px 25px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
}
.storedetails .detailsinfo .send span {
	font-weight: bold;
	color: #fe0116;
}
.storedetails .detailsinfo .movie {
	margin-left: -1%;
	margin-bottom: 15px;
	display: flex;
}
.storedetails .detailsinfo .movie li {
	float: left;
	width: 32.3%;
	margin-left: 1%;
	position: relative;
}
.storedetails .detailsinfo .movie li .movie_ico {
/*
	width: 40px;
	width: 140px;
	left: 0;
	right: 0;
	top: 50%;
	margin: -20px auto 0;
*/
	width:100%;
	position: absolute;
	z-index: 1!important;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.storedetails .detailsinfo .movie li .movie_ico:hover {
	opacity:
}

.storedetails .detailsinfo .movie li img {
	width: 100%;
}


/* cboxcontents
---------------------------------------------------- */
.cboxcontents {
    padding: 20px 0;
}
.cboxcontents .ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #3dccff;
}
.cboxcontents .loginbtnarea {
	text-align: center;
	margin-top: 20px;
}
.cboxcontents .loginbtnarea a {
	display: inline-block;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
	padding: 14px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3dccff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.cboxcontents .loginbtnarea a:hover {
	opacity: 0.7;
}
.cboxcontents .loginbtnarea a.btn01 {
	color: #3bcbff;
}
.cboxcontents .loginbtnarea a.btn02 {
	color: #FFF!important;
	background-color: #3dccff;
}


/* storeranking
---------------------------------------------------- */
.storeranking {
	margin-bottom: 20px;
	padding: 10px 0;
}
.storeranking .storerankingttl {
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    line-height: 45px;
	background-image: url(../images/store/ico_ranking.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 60px;
}
.storeranking .storerankingttl .storerankingdrop {
	*zoom: 1;
}
.storeranking .storerankingttl .storerankingdrop:before,
.storeranking .storerankingttl .storerankingdrop:after{
	content: "";
	display: table;
}
.storeranking .storerankingttl .storerankingdrop:after{
	clear: both;
}
.storeranking .storerankingttl .storerankingdrop li{
	position: relative;
	float: left;
	padding-right: 30px;
}
.storeranking .storerankingttl .storerankingdrop li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 1px solid #3bcbff;
	border-right: 1px solid #3bcbff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.storeranking .storerankingttl .storerankingdrop li a{
	display: block;
}
.storeranking .storerankingttl .storerankingdrop li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.storeranking .storerankingttl .storerankingdrop li ul li{
	width: 100%;
}
.storeranking .storerankingttl .storerankingdrop li ul li::after{
	display: none;
}
.storeranking .storerankingttl .storerankingdrop li ul li a{
	padding: 0 10px;
	background: rgba(255,255,255,0.9);
	text-align: left;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.05em;
}
.storeranking .storerankingttl .storerankingdrop li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.storeranking .storerankingttl .storerankingdrop li:hover ul li{
	overflow: visible;
	height: 40px;
}
.storeranking ul.storerankingblc {
	margin-left: -3%;
}
.storeranking ul.storerankingblc li {
	width: 30.3333%;
	float: left;
	margin: 0 0 3% 3%;
	position: relative;
}
.storeranking ul.storerankingblc li .rankingtag {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	z-index: 1;
}
.storeranking ul.storerankingblc li div.rankingtag {
	width: 95px;
	height: 103px;
	background-image: url(../images/store/ranking/00th.png);
}
.storeranking ul.storerankingblc li div.rankingtag p {
	font-size: 18px;
	color: #a7a8a9;
	font-weight: bold;
	padding: 47px 0 0 28px;
	text-align: center;
	width: 50px;
	display: block;
}
.storeranking ul.storerankingblc li img {
	width: 100%;
}
.storeranking ul.storerankingblc li p.itemttl {
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
}
.storeranking ul.storerankingblc li figure {
    position: relative;
    overflow: hidden;
}


/* storesearch_results
---------------------------------------------------- */
.storesearch_results {
	padding: 30px 0 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.storesearch_results .search_results_box {
	font-size: 14px;
	padding-bottom: 8px;
	float: left;
}
.storesearch_results .search_results_box p {
	float: left;
}
.storesearch_results .search_results_box span {
	font-size: 24px;
	font-weight: bold;
}
.storesearch_results .search_results_box .refine {
	padding: 4px 0 0 140px;
	text-align: left;
}
.storesearch_results .search_results_box .refine li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-left: 20px;
}
.storesearch_results .search_results_box .refine li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 7px;
	background-color: #c0c0c0;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.storesearch_results .search_results_box .refine li::after {
	content: "×";
	position: absolute;
	color: #FFF;font-size: 10px;
	right: 3px;
    top: 0;
}

.storesearch_results .dropmenu {
	float: right;
}
.storesearch_results .dropmenu li {
	position: relative;
	float: left;
}
.storesearch_results .dropmenu li span {
	display: block;
	padding: 14px 15px;
	color: #26292e;
	font-size: 14px;
	line-height: 1;
	position: relative;
	width: 80px;
}
.storesearch_results .dropmenu li span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3bcbff;
	border-right: 1px solid #3bcbff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.storesearch_results .dropmenu li ul {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.storesearch_results .dropmenu li ul li {
	width: 100%;
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.storesearch_results .dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}
.storesearch_results .dropmenu li ul li a {
	padding: 13px 8px;
	border-top: 1px solid #e0e0e0;
	background: rgba(255,255,255,0.8);
	display: block;
	font-size: 13px;
	line-height: 1;
}
.storesearch_results .dropmenu li:hover > a {
	color: #e60012;
}
.storesearch_results .dropmenu li a:hover {
	color: #e60012;
}
.storesearch_results .dropmenu li:last-child span {
	width: 220px;
	background: #e9e9ea;
}
.storesearch_results .dropmenu li:last-child ul {
	left: inherit;
	right: 0;
}
.storesearch_results .dropmenu li:last-child span::before {
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
}
.storesearch_results .dropmenu li label {
	font-size: 13px;
	padding: 6px 20px 6px 10px;
	display: block;
}
.storesearch_results .dropmenu li label input {
    vertical-align: -0.1em;
    margin-right: 3px;
}


/* moretxtarea
---------------------------------------------------- */
.moretxtarea {
	position: relative;
	margin-bottom: 30px;
}
.moretxtarea + .moretxtarea {
	margin-top: 40px;
}
.morebtn {
	z-index: 2;
	position: absolute;
/* old
	right: 0;
	bottom: 0;
*/
	/* 追加:190218 */
	left:50%;
	bottom:-20px;

	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #d2d2d2;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.morebtn:hover {
	background: #3bcbff;
}
.morebtn span {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.morebtn span::before {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.moreitem {
	position: relative;
	overflow: hidden;
	height: 80px;
	font-size: 15px;
	line-height: 27px;
	padding-right: 34px;
}
.moretrigger {
	display: none;
}
.moretrigger:checked + .morebtn {
	display: none;
}
.moretrigger:checked ~ .moreitem {
	height: auto;
}
.moretrigger:checked ~ .moreitem::before {
	display: none;
}


/* tab
---------------------------------------------------- */
.detailsinfo .tab01 {
	border-bottom: 1px solid #e0e0e0;
}
.detailsinfo .tab01 li {
	display: inline-block;
    width: 20%;
	padding: 0 20px;
	margin-left: 15px;
	position: relative;
    font-size: 14px;
    line-height: 40px;
	cursor: pointer;
    border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.detailsinfo .tab01 li::after {
	position: absolute;
	content: "＋";
	right: 10px;
	top: 0;
	font-size: 20px;
}
.detailsinfo .tab01 li.select::after {
	content: "ー";
}
.detailsinfo .tab-inner01 {
	padding-top: 20px;
}
.detailsinfo .tab-inner01 table {
	float: left;
	position: relative;
	table-layout: fixed;
/*
	max-width: 50%;
*/
	width: 50%;
	font-size: 14px;
	line-height: 24px;
	border-collapse: collapse;
}
.detailsinfo .tab-inner01 table::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #e70012;
    position: absolute;
    top: 0;
    left: 100px;
}
.detailsinfo .tab-inner01 table th {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 6px;
}
.detailsinfo .tab-inner01 table th p::before {
	content: "−";
	color: #e60012;
}
.detailsinfo .tab-inner01 table td {
	border-left: 1px solid #cacaca;
	padding: 0 30px 6px 10px;
	word-break:break-all;
}
.detailsinfo .tab-inner01 table td a {
	background-image: url(../images/store/details/table_link.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	padding-right: 8px;
}
.disnon {
	display: none;
}


/* special
---------------------------------------------------- */
.special {
	margin-bottom: 60px;
}
.special figure {
    float: left;
    width: 420px;
}
.special figure img {
	width: 100%;
}
.special .specialinfo {
    padding-left: 440px;
	font-size: 14px;
	line-height: 24px;
}
.special .specialinfo h3 {
    font-size: 18px;
}
.special .specialinfo .samplevoice {
	margin-top: 20px;
}
.special .specialinfo .samplevoice .ttl {
	font-size: 16px;
	color: #a6a6a6;
	font-weight: bold;
}
.special .specialinfo .samplevoice .ttl span {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-left: 5px;
}
.special .specialinfo .samplevoice ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
}
.special .specialinfo .samplevoice ul li i {
	margin-right: 3px;
	color: #bbbbbb;
}
.special .specialinfo .samplevoice ul li a:hover i {
	color: inherit;
}


/* contentsttl
---------------------------------------------------- */
.contentsttl {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	line-height: 48px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
}
.contentsttl a {
	font-size: 13px;
	color: #a6a6a6;
	margin-left: 10px;
	padding-left: 26px;
	position: relative;
}
.contentsttl a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: -2px;
	border: 1px solid #a6a6a6;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.contentsttl a::after {
	content: "…";
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	color: #a6a6a6;
	left: 5px;
    top: -13px;
}
.contentsttl a:hover {
	color: #ff4455;
}
.contentsttl a:hover::before {
	border: 1px solid #ff4455;
}
.contentsttl a:hover::after {
	color: #ff4455;
}
.contentsttl_sale {
	background-image: url(../images/store/ico_sale.png);
}
.contentsttl_fav {
	background-image: url(../images/store/ico_fav.png);
}
.contentsttl_check {
	background-image: url(../images/store/ico_check.png);
}
.contentsttl_ranking {
	background-image: url(../images/store/ico_ranking.png);
}
.contentsttl_pickup {
	background-image: url(../images/store/ico_pickup.png);
}
.contentsttl_present {
	background-image: url(../images/store/ico_present.png);
}
.contentsttl_writer {
	background-image: url(../images/store/ico_writer.png);
}
.contentsttl_thumbs {
	background-image: url(../images/store/ico_thumbs.png);
}
.contentsttl_spe {
	background-image: url(../images/store/ico_spe.png);
}
.contentsttl_related {
	background-image: url(../images/store/ico_related.png);
}


/* checkitem
---------------------------------------------------- */
.checkitem {
	margin-top: 60px;
	margin-bottom: 40px;
	position: relative;
}
.checkitem ul li .store_category {
	right: 10px;
	bottom: 10px;
}
.checkitem ul li figure {
	position: relative;
	overflow: hidden;
}
.checkitem .swiper-wrapper {
	position: relative;
}
.checkitem .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
	display: block;
}

/* swiper */
.swiper-checkitem {
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-checkitem-prev,
.swiper-checkitem-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 50px auto;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-checkitem-prev {
  background-image: url(../images/store/prev.png);
  left: -50px;
  right: auto;
}
.swiper-checkitem-next {
  background-image: url(../images/store/next.png);
  right: -50px;
  left: auto;
}
.swiper-checkitem-pagination {
	text-align: center;
}
.swiper-checkitem-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
	margin: 0 5px;
	background: #d3d3d3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.swiper-checkitem-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}


/* orderranking
---------------------------------------------------- */
.orderranking {
	margin-bottom: 20px;
}
.orderranking ul.blc {
	margin-left: -3%;
}
.orderranking ul.blc li.blc_l,
.orderranking ul.blc li.blc_r {
	width: 47%;
	float: left;
	margin: 0 0 0 3%;
	position: relative;
}
.orderranking ul.blc li img {
	width: 100%;
}
.orderranking ul.blc li p.itemttl {
	width: 100%;
	padding: 10px 0 20px;
	margin: 0;
}
.orderranking ul.blc li  {
	width: 100%;
	margin-bottom: 20px;
}
.orderranking ul.blc li figure {
    position: relative;
    overflow: hidden;
}
.orderranking ul.blc li.blc_r ul.sblc {
	margin-left: -6%;
}
.orderranking ul.blc li.blc_r ul.sblc li {
	width: 44%;
	float: left;
	margin: 0 0 0 6%;
	position: relative;
}
.orderranking ul.blc li.blc_l {
	float: left;
	position: relative;
    height: auto;
    background-color: #FFF;
}
.orderranking ul.blc li.blc_l p.itemttl {
    background-color: #FFF;
	position: absolute;
	bottom: 0;
}
.orderranking ul.blc li.blc_l .store_category {
    bottom: 100px;
}
.orderranking ul.blc li.blc_l:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.orderranking ul.blc li.blc_l .inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.orderranking ul.blc li.blc_l img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}


/* digital
---------------------------------------------------- */
#digital {}
#digital .store_new p {
    background-color: #ff9000;
}
#digital .store_new p:after {
    border-color: transparent transparent transparent #ff9000;
}


/* digitalmain
---------------------------------------------------- */
.digitalmain {
	padding-top: 20px;
	margin-bottom: 40px;
}
.digitalmain .setblc {
	position: relative;
}
.digitalmain .setblc img {
	width: 100%;
}


/* digitalcontents
---------------------------------------------------- */
.digitalcontents {
	margin-bottom: 40px;
	position: relative;
}
.digitalcontents img {
	width: 100%;
}


/* digitalitem
---------------------------------------------------- */
.digitalitem {
	padding: 10px;
	background-color: #FF0000;
	position: relative;
	margin-bottom: 50px;
}
.digitalitem ul.cf {
	margin-left: -1%;
}
.digitalitem ul.cf li {
	float: left;
	width: 32.33%;
	margin-left: 1%;
	position: relative;
    height: auto;
    overflow: hidden;
	background-color: #FFF;
}
.digitalitem ul.cf li:before {
    content: "";
    display: block;
    padding-top: 120%; /* 1:1 */
}
.digitalitem ul.cf li .inner {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.digitalitem ul.cf li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}


/* cart
---------------------------------------------------- */
.cart .cartttl {
	border-bottom: 1px solid #e0e0e0;
	padding: 30px 0 0;
	margin-bottom: 30px;
}
.cart .cartttl h3 {
	font-size: 27px;
	color: #4e4e4e;
	float: left;
	padding: 20px 10px 20px 50px;
	font-weight: normal;
	background-image: url(../images/cart/cart.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.cart .cartttl .tab {
	width: 250px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 16px;
	display: block;
	padding: 10px 0;
	margin: 20px 0 0 20px;
	color: #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.cart .cartttl .tab.ordertab,
.cart .cartttl .tab:nth-child(2):hover {
	color: #3dccff!important;
	border-top: 1px solid #3dccff;
	border-left: 1px solid #3dccff;
	border-right: 1px solid #3dccff;
}
.cart .cartttl .tab.ordertab span.tabbtn::before,
.cart .cartttl .tab:nth-child(2):hover span.tabbtn::before {
    border-top: 1px solid #3dccff;
    border-right: 1px solid #3dccff;
}
.cart .cartttl .tab.digitaltab,
.cart .cartttl .tab:nth-child(3):hover {
	color: #ff9000!important;
	border-top: 1px solid #ff9000;
	border-left: 1px solid #ff9000;
	border-right: 1px solid #ff9000;
}
.cart .cartttl .tab.digitaltab span.tabbtn::before,
.cart .cartttl .tab:nth-child(3):hover span.tabbtn::before {
    border-top: 1px solid #ff9000;
    border-right: 1px solid #ff9000;
}
.cart .cartttl .tab span.tabbtn {
	position: relative;
	padding-right: 15px;
}
.cart .cartttl .tab span.tabbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cart .cartttl .tab i {
	margin-right: 5px;
}
.cart .cartttl .tab .badge {
	right: 10px;
	top: 50%;
	margin-top: -9px;
}
.cart .cartcontents {
	float: left;
	width: 100%;
	margin-right: -320px;
	padding-right: 320px;
	box-sizing: border-box;
}
.store_news .cartcontents {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}
.store_news .store_news_txt {
	margin-bottom: 10px;
}
.store_news .store_news_campaign {
	max-width: 100%;
	background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cart .cartcontents ul li.cartblc {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.cart .cartcontents ul li.cartblc figure {
	float: left;
	width: 200px;
	position: relative;
}
.cart .cartcontents ul li.cartblc figure .coupon {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	bottom: 0;
	font-size: 13px;
	z-index: 1;
	background-color: rgba(254,1,22,0.85)
}
.cart .cartcontents ul li.cartblc figure img {
	width: 100%;
}
.cart .cartcontents ul li.cartblc .info1 {
	padding-left: 220px;
}
.cart .cartcontents ul li.cartblc .info1 .att {
	font-size: 13px;
	color: #fe0116;
	margin-bottom: 8px;
	line-height: 20px;
}
.cart .cartcontents ul li.cartblc .info1 .ttl {
	font-size: 20px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-bottom: 5px;
}
.cart .cartcontents ul li.cartblc .info1 .desc {
/* old
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
*/
	line-height: 22px;
	font-size: 14px;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category {
	position: inherit;
	display: inline-block;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category li {
	margin-right: 5px;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category li.category {
	width: 88px!important;
	font-size: 15px;
	font-weight: bold;
	font-style:	italic;
	color: #7e7e7e;
	text-align: center;
	line-height: 22px;
	float: left;
	border: 1px solid #7e7e7e;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	font-family: 'Roboto Condensed', sans-serif;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category li.category i {
	font-size: 12px;
	margin-right: 5px;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category .store_sale {
	position: inherit;
	float: left;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category .store_sale p {
    font-size: 16px;
    line-height: 24px;
}
.cart .cartcontents ul li.cartblc .info1 .cart_category .store_sale p:after {
    right: -5px;
    border-width: 12px 0 12px 5px;
}
.cart .cartcontents ul li.cartblc .info2 {
	padding-left: 220px;
	margin-top: 15px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.cart .cartcontents ul li.cartblc .info2 .quantity p {
	font-size: 16px;
	float: left;
	line-height: 46px;
	margin-right: 15px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .selectbox {
	float: left;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .selectbox select {
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error {
	position: relative;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error select {
	color: #fe0116;
	border: 1px solid #fe0116;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error .pop {
	position: absolute;
	left: 0;
    top: -73px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error .pop p {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	width: auto;
	margin: 0;
	min-width: 180px;
	height: auto;
	color: #FFf;
	line-height: 20px;
	text-align: center;
	background: #fe0116;
	z-index: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error .pop p:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 15%;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fe0116 transparent transparent transparent;
}
.cart .cartcontents ul li.cartblc .info2 .price {
	font-size: 18px;
	margin-bottom: 5px;
}
.cart .cartcontents ul li.cartblc .info2 .price .over {
	font-size: 16px;
	text-decoration: line-through;
}
.cart .cartcontents ul li.cartblc .info2 .price .spe {
	font-size: 15px;
	color: #fe0116;
}
.cart .cartcontents ul li.cartblc .info2 .price .en {
	font-size: 22px;
}
.cart .cartcontents ul li.cartblc .info2 .point {
	background-color: #f5f5f5;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cart .cartcontents ul li.cartblc .info2 .point i {
	margin-right: 5px;
}
.cart .cartcontents ul li.cartblc .info2 .point span {
	color: #fe0116;
	font-weight: bold;
	font-size: 20px;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li {
	margin-right: 30px;
	float: left;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li a:hover {
	opacity: 0.7;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn a {
	width: 240px;
	display: block;
	line-height: 54px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #3bcbff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn a span {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.after a {
	color: #3bcbff;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.after a span {
	background-image: url(../images/cart/ico_after.png);
	padding-left: 30px;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.cart a {
	color: #FFF!important;
	background-color: #3bcbff;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.cart a span {
	background-image: url(../images/cart/ico_cart.png);
	padding-left: 32px;
}
#digital .cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn a {
	border: 1px solid #ff9000;
}
#digital .cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.after a {
	color: #ff9000;
}
#digital .cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.after a span {
	background-image: url(../images/cart/ico_after2.png);
}
#digital .cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn.cart a {
	background-color: #ff9000;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.link a {
	display: block;
	line-height: 54px;
	font-weight: bold;
	color: #a6a6a6!important;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.link a span {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 18px;
	padding-left: 24px;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.link.fav a span {
	background-image: url(../images/cart/ico_fav.png);
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.link.trash a span {
	background-image: url(../images/cart/ico_trash.png);
}
.cart .cartcontents h3.afterttl {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 30px;
	padding: 3px 0;
	background-image: url(../images/cart/ico_afterttl.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 40px;
}
.cart .cartside {
	float: right;
	width: 280px;
	padding: 15px;
	border: 10px solid #fafafa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.cart .cartside .ttl {
	font-size: 24px;
	font-weight: normal;
	color: #4e4e4e;
	padding-left: 40px;
	margin-bottom: 15px;
	background-image: url(../images/cart/cart.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.cart .cartside .cartblc {
	margin-bottom: 20px;
}
.cart .cartside .cartblc .sttl {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.cart .cartside .cartblc .sttl i {
	margin-right: 5px;
	color: #aeaeae;
}
.cart .cartside .cartblc .sttl.total {
	background-image: url(../images/cart/ico_total.png);
	background-position: left top 5px;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-left: 24px;
}
.cart .cartside .cartblc p {
	text-align: right;
	font-size: 14px;
}
.cart .cartside .cartblc p b {
	font-size: 16px;
}
.cart .cartside .cartblc p.att {
	color: #fe0116;
}
.cart .cartside .cartblc dl {
	padding: 15px 0 0 30px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.cart .cartside .cartblc dl dt {
	float: left;
}
.cart .cartside .cartblc dl dd {
	float: right;
	font-size: 21px;
	color: #6b6b6f;
}
.cart .cartside .cartblc dl.total {
	border-top: 1px solid #000;
	margin-top: 20px;
}
.cart .cartside .cartblc dl.total dt {
	font-weight: bold;
}
.cart .cartside .cartblc dl.total dd {
	font-size: 27px;
	color: #000;
}
.cart .cartside .cartblc dl.subtotal dd {
	font-size: 27px;
}
.cart .cartside .cartblc dl.point dd {
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.cart .cartside .btn {
	display: block;
	text-align: center;
	color: #FFF!important;
	padding: 10px 0;
	background-color: #3dccff;
}
#digital .cart .cartside .btn {
	background-color: #ff9000;
}
.cart .cartside .btn:hover {
	opacity: 0.7;
}
.cart .cartside .btn span {
	background-image: url(../images/cart/ico_pay.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 30px;
}

.cart .payttl {
	padding: 30px 0 0;
	margin-bottom: 30px;
}
.cart .payttl h3 {
	font-size: 27px;
	color: #4e4e4e;
	float: left;
	padding: 20px 10px 20px 50px;
	font-weight: normal;
	background-image: url(../images/cart/pay.png);
	background-position: left center;
	background-repeat: no-repeat;
}
table.paytable {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	table-layout: fixed;
	border-collapse:collapse;
	border-top: solid 1px #b6c0cf;
	border-left: solid 1px #b6c0cf;
	margin-bottom: 30px;
}
table.paytable td {
	padding: 10px;
	vertical-align: top;
	border-right: solid 1px #b6c0cf;
	border-bottom: solid 1px #b6c0cf;
}
table.paytable td h3 {
	font-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	float: left;
}
table.paytable td h3.tableico01 {
	background-image: url(../images/cart/ico_table01.png);
}
table.paytable td h3.tableico02 {
	background-image: url(../images/cart/ico_table02.png);
}
table.paytable td h3.tableico03 {
	background-image: url(../images/cart/ico_table03.png);
}
table.paytable td h3.tableico04 {
	background-image: url(../images/cart/ico_table04.png);
}
table.paytable td h3.tableico05 {
	background-image: url(../images/cart/ico_table05.png);
}
table.paytable td h3.tableico06 {
	background-image: url(../images/cart/ico_table06.png);
}
table.paytable td .edit {
	float: right;
}
table.paytable td .edit a {
	color: #3dccff;
}
#digital table.paytable td .edit a {
	color: #ff9000;
}
table.paytable td .edit a i {
	margin-left: 3px;
}
table.paytable td .number {
	color: #6b6b6f;
	text-align: center;
}
table.paytable td .number span {
	font-weight: bold;
	color: #111111;
}
table.paytable td .time {
	color: #6b6b6f;
	text-align: center;
}
table.paytable td .time select {
	display: inline-block;
	color: #6b6b6f;
	font-size: 18px;
	padding: 10px 0 10px 5px;
	border: 1px solid #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}






table.paytable td .point {
	font-size: 24px;
	font-weight: bold;
}
table.paytable td .point .limit {
	font-size: 14px;
	color: #fe0116;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}
table.paytable td .point .limit span {
	font-size: 18px;
	font-weight: bold;
}
table.paytable td .lapse {
	font-size: 15px;
	font-weight: bold;
}
table.paytable td.line {
	background-color: #f1f1f1;
}
table.paytable td .cartblc dl {
	padding: 0 0 0 30px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.paytable td .cartblc dl dt {
	float: left;
}
table.paytable td .cartblc dl dd {
	float: right;
	color: #6b6b6f;
}
table.paytable td .cartblc dl.total {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: bold;
}
table.paytable td .btnarea a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
	color: #3bcbff;
	text-align: center;
    margin: 10px 0 0;
    padding: 8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3dccff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.paytable td .btnarea a:hover {
	opacity: 0.7;
}

table.paytable td input[type=radio] {
	display: none;
}
table.paytable td .sample_label {
	position: relative;
	padding: 0 0 0 25px;
	margin: 5px 0;
	display: inline-block;
}
table.paytable td .sample_label:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
table.paytable td .sample_label:after,
table.paytable td .sample_label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
table.paytable td .sample_label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
table.paytable td .sample_label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #3dccff;
	border-radius: 50%;
	opacity: 0;
}
table.paytable td input[type=radio]:checked + .sample_label:after {
	border: 2px solid #3dccff;
}
table.paytable td input[type=radio]:checked + .sample_label:before {
	opacity: 1;
}
table.paytable td input[type=radio]:disabled + .sample_label:after {
	background-color: #f0f0f0;
	border: 2px solid #ccc;
}
table.paytable td.pointtd {
	text-align: center;
}
table.paytable td.pointtd .assign {
	margin-top: 15px;
}
table.paytable td.pointtd .assign span {
	font-weight: bold;
}
table.paytable td.pointtd .assign input[type=text] {
    width: 160px;
    height: 34px;
	margin-left: 5px;
	padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #3dccff;
	color: #3dccff;
    font-size: 16px;
	font-weight: bold;
    display: inline-block;
    background-color: transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table.paytable td.pointtd .how {
	display: inline-block;
}
table.paytable td.pointblc {
	text-align: left;
}
table.paytable td.pointblc .point {
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #dfdfe0;
}
table.paytable td.pointblc .point .all {
	font-size: 20px;
	font-weight: bold;
}
table.paytable td.pointblc .point .all span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}
table.paytable td.pointblc .point .limit {
	font-size: 14px;
	font-weight: bold;
	color: #fe0116;
}
table.paytable td.pointblc .point .limit span {
	font-weight: normal;
}
table.paytable td.pointblc .assign input[type=text] {
    width: 100px;
}
table.paytable td.pointblc .assign input[type=text]:disabled { 
    background-color: #f0f0f0;
	border: 1px solid #adadad;
}
table.paytable td .coupon input[type=text] {
    width: 70%;
    height: 34px;
    margin-left: 5px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.paytable td .coupon button {
    display: inline-block;
	width: 25%;
    padding: 5px;
    text-decoration: none;
    color: #3bcbff;
    margin: 3px 0 0 0;
    background-color: #FFF;
	border: 1px solid #3bcbff;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#digital table.paytable td .coupon button {
    color: #ff9000;
    border: 1px solid #ff9000;
}
table.paytable td .shopstop {
	display: inline-block;
	margin-right: 30px;
	margin-top: 15px;
}
table.paytable td .shopcode {
	display: inline-block;
	margin-top: 15px;
}
table.paytable td .shopcode input[type=text] {
    width: 200px;
    height: 34px;
    margin-left: 5px;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.paytable td .shopcode input[type=text]:disabled { 
    background-color: #f0f0f0;
	border: 1px solid #adadad;
}
table.paytable td .shopcode a {
	font-size: 12px;
	margin-left: 5px;
	background-image: url(../images/store/details/table_link.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	padding-right: 8px;
}
table.paytable td .shopstopttl {
	font-weight: bold;
}
table.paytable td textarea {
    width: 100%;
    height: 230px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 5px 10px;
    border: #cacaca solid 1px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
table.paytable td.pointpay div {
	margin-bottom: 10px;
}
table.paytable td.pointpay div span {
	display: inline-block;
	font-size: 12px;
	color: #999999;
}
table.paytable td.pointpay input[type=text] {
    height: 34px;
    margin: 0 5px;
	padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.paytable td.pointpay input[type=text]:disabled {
    background-color: #f0f0f0;
}
table.paytable td.cardinfo {
	text-align: left;
}
table.paytable td.cardinfo div {
	border-bottom: 1px solid #dfdfe0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
table.paytable td.cardinfo div:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
table.paytable td.cardinfo div label {
	display: inline-block;
	margin-right: 20px;
}
table.paytable td.cardinfo div p {
	display: inline-block;
}
table.paytable td.cardinfo div p a {
	color: #a6a6a6;
	margin-left: 10px;
}

table.paytable .error {
    position: relative;
}
table.paytable .error input {
	border: 1px solid #fe0116!important;
}
table.paytable .error input::placeholder {
	color: #fe0116;
}
table.paytable .error input:-ms-input-placeholder {
	color: #fe0116;
}
table.paytable .error input::-ms-input-placeholder {
	color: #fe0116;
}
table.paytable .error .pop {
	position: absolute;
	left: 0;
    top: -55px;
	display: inline-table;
}
table.paytable .error .pop p {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #FFf;
	line-height: 40px;
	text-align: center;
	background: #fe0116;
	z-index: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
table.paytable .error .pop p:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 15%;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fe0116 transparent transparent transparent;
}

table.paytable td.coupon {
	text-align: center;
}
table.paytable td.coupon .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #3dccff;
	margin-bottom: 10px;
}
table.paytable td.coupon .mypagebtnarea {
	margin: 20px 0;
}
table.paytable td.coupon input[type=text] {
    height: 40px;
	width: 400px;
	max-width: 100%;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.pointget {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    border-collapse: collapse;
}
table.pointget tr {
	border-bottom: solid 1px #b6c0cf;
}
table.pointget th,
table.pointget td {
	padding: 15px 2px;
	text-align: center;
    border-right: none;
	border-bottom: none;
}

table.edit {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    border-collapse: collapse;
}
table.edit tr {
	border-bottom: solid 1px #b6c0cf;
}
table.edit th,
table.edit td {
	padding: 15px 2px;
	text-align: left;
    border-right: none;
	border-bottom: none;
}
table.edit th {
	width: 180px;
}
table.edit td span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

#sideWrap{
	width: 280px;
	float: right;
	position: relative;
}
#side{
	width: 280px;
}


/* purchase
---------------------------------------------------- */
.purchase {
	padding: 20px;
	background-color: #f6f6f6;
}
.purchase .ttl {
	font-size: 27px;
	display: inline-block;
	margin-right: 30px;
	padding-left: 46px;
	background-image: url(../images/cart/purchase.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.purchase .ttl span {
	font-size: 14px;
	display: block;
	margin-left: -46px;
}
.purchase .login_check {
	display: inline-block;
	margin: 0;
}
.purchasetxt {
	text-align: right;
	font-size: 12px;
}
.purchasetxt a {
    background-image: url(../images/store/details/table_link.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-right: 8px;
}


/* badge
---------------------------------------------------- */
.badge {
	position: absolute;
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
	width: 18px;
	text-align: center;
	background-color: #fe0116;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}


/* login
---------------------------------------------------- */
.login_area {
	width: 720px;
	margin: 0 auto;
	padding: 80px 172px;
}
.login_area .loginttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../Icons/login.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.login_area .cartttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/cart/cart.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.login_area .cancelttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/member/ttl_unsubsribe.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.login_area .editttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/member/ico_edit.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.login_area .pointttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/member/ico_point.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.login_area .logininput {
    width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}
.login_area .logininput input[type=text],
.login_area .logininput input[type=password] {
    width: 480px;
    height: 32px;
	float: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-size: 16px;
	display: inline-block;
    background-color: transparent;
}
.login_area .logininput input::placeholder {
	color: #a9aaab;
}
.login_area .logininput input:-ms-input-placeholder {
	color: #a9aaab;
}
.login_area .logininput input::-ms-input-placeholder {
	color: #a9aaab;
}
.login_area label {
	color: #a9aaab;
}
.login_area label input {
	vertical-align: -0.1em;
	margin-right: 3px;
}
.login_area .logininput.error {
    background-color: #fff7f7;
	border: 1px solid #fe0116;
	position: relative;
}
.login_area .logininput.error input::placeholder {
	color: #fe0116;
}
.login_area .logininput.error input:-ms-input-placeholder {
	color: #fe0116;
}
.login_area .logininput.error input::-ms-input-placeholder {
	color: #fe0116;
}
.login_area .logininput.error .pop {
	position: absolute;
	left: 0;
    top: -55px;
}
.login_area .logininput.error .pop p {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	width: auto;
	min-width: 115px;
	height: 40px;
	color: #FFf;
	line-height: 40px;
	text-align: center;
	background: #fe0116;
	z-index: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.login_area .logininput.error .pop p:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 15%;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #fe0116 transparent transparent transparent;
}
.login_area .logintxt {
	text-align: center;
	font-size: 14px;
	color: #a9aaab;
	margin-bottom: 40px;
}
.login_area .logintxt a {
	color: #a9aaab;
}
.login_area .logintxt a:hover {
	color: #fe0116;
}
.login_area .logintxt label,
.login_area .logintxt p {
	display: inline-block;
}
.loginbtnarea {
	text-align: center;
}
.loginbtnarea a {
	display: inline-block;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
	padding: 14px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3dccff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#digital .loginbtnarea a {
	border: 1px solid #ff9000;
}
.loginbtnarea a:hover {
	opacity: 0.7;
}
.loginbtnarea a.btn01 {
	color: #3bcbff;
}
#digital .loginbtnarea a.btn01 {
	color: #ff9000;
}
.loginbtnarea a.btn01 span {
	background-image: url(../images/login/ico01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 30px;
}
.loginbtnarea a.btn02 {
	color: #FFF!important;
	background-color: #3dccff;
}
#digital .loginbtnarea a.btn02 {
	background-color: #ff9000;
}
.login_area .remindertxt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 40px;
}
.login_area .reminderinput input[type=text],
.login_area .reminderinput input[type=password] {
    width: 100%;
}
.login_area .passwordinput h3,
.login_area .passwordinput p {
	display: none;
}
.login_area .passwordinput input[type=text],
.login_area .passwordinput input[type=password] {
    width: 100%;
}

.login_area .number {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

.login_check {
	font-size: 14px;
	text-align: center;
	margin: 20px 0 35px;
}
.login_check .checkbox01-input{
	display: none;
}
.login_check .checkbox01-parts{
	padding-left: 15px;
	position:relative;
	margin-right: 20px;
}
.login_check .checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #999;
}
.login_check .checkbox01-input:checked + .checkbox01-parts{
	color: #3dccff;
}
.login_check .checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 4px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #3dccff;
	border-right: 2px solid #3dccff;
}
.login_privacy {
	border: 1px solid #cecece;
	padding: 10px;
	height: 100px;
	overflow: auto;
	margin: 30px 0 10px;
}
.login_privacy .privacy_blc {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.login_privacy .privacy_blc h3 {
	font-weight: normal;
	font-size: 20px;
}
.login_privacy .privacy_blc ol {
	padding-left: 20px;
	margin-top: 15px;
}
.login_privacy .privacy_blc ol li {
	list-style: inherit;
}
.login_privacy .privacy_blc p {
	margin-top: 15px;
}


/* tabs
---------------------------------------------------- */
.login_area .memberttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/member/member.png);
	background-position: center top;
	background-repeat: no-repeat;
}


/* unsubscribe
---------------------------------------------------- */
.unsubscribe {
	text-align: center;
}
.unsubscribe .paytable {
	width: 70%;
	margin: 30px auto;
}
.unsubscribe .loginbtnarea {
	margin: 20px 0 0;
}
.unsubscribe .att {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}


/* privacy
---------------------------------------------------- */
.privacyttl {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.privacyttl h2 {
	padding-left: 0;
}
.privacy-search {
	display: none;
}
.privacy_menu {
	float: left;
	width: 240px;
}
.privacy_menu a {
	font-size: 16px;
	border: 1px solid #3bcbff;
	background-color: #fbfbfb;
	margin-bottom: 10px;
	padding: 8px 10px;
	display: block;
}
.privacy_menu a:hover,
.privacy_menu a.stay {
	background-color: #d9f5ff;
	color: #3bcbff;
}
.privacy_contents {
	padding-left: 280px;
}
.privacy_contents .privacy_blc {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
}
.privacy_contents .privacy_blc h3 {
	font-weight: normal;
	font-size: 20px;
}
.privacy_contents .privacy_blc ol {
	padding-left: 20px;
	margin-top: 15px;
}
.privacy_contents .privacy_blc ol li {
	list-style: inherit;
}
.privacy_contents .privacy_blc p {
	margin-top: 15px;
}






@media only screen and (max-width: 960px) {


/* tabs
---------------------------------------------------- */
.tab_area {
	width: 100%;
}


}



@media only screen and (max-width: 640px) {


/* slide
---------------------------------------------------- */
.slidebox {
	margin: 50px 0 0;
	min-width: inherit;
}


/* clm
---------------------------------------------------- */
.clm2 {
	margin-left: 0;
}
.clm2 li {
	width: 100%;
	float: none;
	margin: 0 0 3% 0;
}
.clm2 li figcaption {
	display: none;
}


/* btn
---------------------------------------------------- */
.btn_area {
	margin: 30px auto 40px;
}
.btn_area .btn {
	width: 100%;
	text-align: left;
	font-size: 20px;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-position: right bottom;
    background-size: auto 80%;
}


/* grad
---------------------------------------------------- */
.grad-btn {
	width: 100%;
	margin: 30px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* tabs
---------------------------------------------------- */
.tab_area {
	margin: 40px;
	width: 80%;
}
.tab_area label {
	width: 100%;
	text-align: center;
}
.tabs_box {
	position: relative;
}

.tab_area .swiper-wrapper {
	position: relative;
}
.tab_area .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
}


/* whatsnew
---------------------------------------------------- */
.whatsnew {
	position: relative;
	margin-top: 10px;
}
.whatsnew ul li.blc1 {
	margin-bottom: 10px;
}
.whatsnew ul li.blc2 ul {
	margin-left: 0;
}
.whatsnew ul li.blc2 ul li {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-left: 0;
}
.whatsnew ul li.blc3 ul {
	margin-left: 0;
}
.whatsnew ul li.blc3 ul li.blc31 {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-left: 0;
}
.whatsnew ul li.blc3 ul li.blc32 {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-left: 0;
}


/* topnews
---------------------------------------------------- */
.topnews {
	margin-top: 10px;
}
.topnews .topnewsmain p {
    margin-right: 70px;
    margin-left: 80px;
}
.topnews .date {
    width: 80px;
}
.topnews .listlink {
    margin-left: -70px;
    width: 70px;
}


/* twitterbox
---------------------------------------------------- */
ul.twitterbox {
	margin-left: 0;
}
ul.twitterbox li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
}
ul.twitterbox li:last-child {
	margin-bottom: 0;
}
ul.twitterbox li .btn {
	color: #3cccff;
    border: 1px solid #3cccff;
    display: inline-block;
    font-weight: bold;
	width: 100%;
    text-align: left;
    font-size: 18px;
    padding: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
ul.twitterbox li .btn i {
	margin-right: 5px;
}


/* mailmaga
---------------------------------------------------- */
.mailmaga {
	margin: 50px auto 70px;
}
.mailmaga .ttl {
	font-size: 24px;
	padding-top: 0;
	padding-left: 45px;
	background-position: center left;
	background-size: auto 100%;
	display: inline-block;
}
.mailmaga .catch {
	display: none;
}
.mailmaga .txt {
/* old
	font-size: 16px;
	text-align: left;
*/
	font-size:12px!important;
	text-align:center;
	line-height:1.5em;
}
.mailmaga .txt a {
	display: inline-block;
}
.mailmaga .check {
	font-size: 16px;
	margin-top: 20px;
	margin-left:20px !important; /* 追加：状況によって外す（190125） */
}
.mailmaga .check label {
	display: block;
	width: 250px;
	margin: 5px auto;
	text-align: left;
}
.mailmaga .check .checkbox01-parts::before {
    top: 7px;
}
.mailmaga .check .checkbox01-input:checked + .checkbox01-parts::after {
    top: 5px;
}
.mailmaga .mailform {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.mailmaga .mailform input[type=text] {
	float: left;
	width: 100%;
	margin-right: -80px;
	padding-right: 80px;
}
.mailmaga .mailform button {
    float: right;
	padding: 5px 0 5px 24px;
}


/* topcategory
---------------------------------------------------- */
.topcategory {
	display: none;
}


/* topcharacter
---------------------------------------------------- */
.topcharacter {
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.topcharacter h2 {
    font-size: 24px;
    padding-top: 0;
    padding-left: 38px;
	margin: 0 auto 15px;
    background-position: left center;
    background-size: auto 100%;
    display: table;
}



/* search_results
---------------------------------------------------- */
.search_results {
	padding: 15px 0 40px;
	margin: 0;
	border-bottom: none;
}
.search_results .search_results_box {
	font-size: 14px;
	padding: 0 0 8px;
	float: none;
	border-bottom: 1px solid #e0e0e0;
}
.search_results .search_refine_box {
    float: none;
}
.search_results .search_refine_box .refine {
	padding: 4px 0 0 0;
	float: right;
	float: none;
}
.search_results .search_refine_box .refine li {
	line-height: 28px;
}

.search_results .dropmenu {
	width: 100%;
	float: none;
	margin-top: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.search_results .dropmenu li {
	position: inherit;
	float: none;
	border-top: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.search_results .dropmenu li span.open::before {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search_results .dropmenu li ul {
	display: none;
	position: inherit;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.search_results .dropmenu li ul li {
	width: 100%;
	overflow: hidden;
	height: auto;
	transition: 0;
	border-bottom: none;
}
.search_results .dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}


/* ttlarea
---------------------------------------------------- */
.ttlarea {
	padding: 10px 0 20px;
}
.ttlarea h2 {
	font-size: 22px;
	background-size: auto 100%;
}
.ttlarea h2.newsttl {
	padding: 0 0 0 40px;
}
.ttlarea h2.errorttl {
	padding: 0 0 0 36px;
}


/* newslist
---------------------------------------------------- */
.newslist .newslistbox {
	width: 100%;
	margin: 0 0 10px 0;
}
.newslist .newslistbox a {
	position: relative;
}
.newslist .newslistbox a .new {
	left: 10px;
	top: 10px;
}
.newslist .newslistbox .newsinfo {
	padding: 15px;
}


/* storemain
---------------------------------------------------- */
.storemain {
	padding-top: 0;
	margin-bottom: 30px;
}
.storemain .swiper-slide .btn {
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10%;
	width: 90%;
}


/* storenew
---------------------------------------------------- */
.storenew {
	margin-top: 40px;
}
.storenew ul {
	margin: -20px 0 40px 0;
}
.storenew ul li {
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
}
.storenew ul li figcaption {
	display: none;
}
.storenew ul li figure:hover img {
	opacity: 1;
}
.storenew ul li figure:hover figcaption {
	display: none;
}

.storenew + .storenew {
    margin-top: -40px;
}

/* label
---------------------------------------------------- */
.label span {
	font-size: 15px;
	line-height: 45px;
	padding: 0 5px;
}


/* salelist
---------------------------------------------------- */
.salelist ul li figcaption {
	display: none;
}
.salelist ul.salelistblc {
	margin: 0 0 0 0;
}
.salelist ul.salelistblc li {
/* old
	margin: 20px 0 0 0;
	width: 100%;
*/
	margin: 25px 0 0 0;
	width: 48%;
}
/* 追加 - 20181218 */
.salelist ul.salelistblc li:nth-child(2n) {
	margin-left:4%;
}

/* swiper-salelist */
.swiper-salelist {
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-salelist-prev,
.swiper-salelist-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.swiper-salelist-prev {
	left: -10px;
}
.swiper-salelist-next {
	right: -10px;
}


/* store_icon
---------------------------------------------------- */
.store_category {
	right: 6px;
	bottom: 6px;
}
.store_category li {
	width: 80px!important;
	font-size: 11px;
	line-height: 18px;
	margin: 3px 0 0 0!important;
}
.store_category li span {
	background-position: left center;
	background-repeat: no-repeat;
}


/* storeanime
---------------------------------------------------- */
.storeanime p {
    font-size: 18px;
    margin-bottom: 15px;
}


/* storemarket
---------------------------------------------------- */
.storemarket ul li {
	float: none;
}
.storemarket ul li.clm32 {
	width: 100%;
	float: none;
}
.storemarket ul li.clm32 ul li:nth-child(2) {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.storemarket ul li.clm32 ul li:nth-child(3) {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.storemarket ul li.clm31 {
	width: 100%;
	float: none;
}
.storemarket ul li.clm33 {
	width: 100%;
	float: none;
}


/* storedetails
---------------------------------------------------- */
.storedetails {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.storedetails .imgarea {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.storedetails .imgarea ul li {
	width: 20%;
}
.storedetails .detailsinfo {
	padding-left: 0;
}
.storedetails .detailsinfo .official {
	position: inherit;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	width: 70%;
	margin: 0 auto 10px;
}
.storedetails .detailsinfo .att {
    font-size: 12px;
    line-height: 20px;
	padding: 0;
}
.storedetails .detailsinfo .ttl {
    font-size: 16px;
}
.storedetails .detailsinfo .privilege {
	padding: 15px 0 5px;
	margin: 15px 0;
}
.storedetails .detailsinfo .privilege dl {
	margin-bottom: 10px;
}
.storedetails .detailsinfo .privilege dl dt {
	float: none;
}
.storedetails .detailsinfo .privilege dl dd {
	padding-left: 0;
}
.storedetails .detailsinfo .price {
	margin-bottom: 10px;
}
.storedetails .detailsinfo .btnarea {
	display: inline-block;
	margin-bottom: 20px;
}
.storedetails .detailsinfo .btnarea li {
	width: 50%;
	height: auto !important;
}
.storedetails .detailsinfo .btnarea li.favico {
	text-align: center;
	width: 100%;
}
.storedetails .detailsinfo .btnarea li.favico a {
	display: inline-block;
}
.storedetails .detailsinfo .btnarea li.favico a:first-child {
	margin-left: 0;
}
.storedetails .detailsinfo .btnarea li .stock {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
}
.storedetails .detailsinfo .btnarea li .point {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 10px 0;
	margin-left: -1px;
	text-align: center;
}
.storedetails .detailsinfo .btnarea li.btn {
	width: 100%;
}
.storedetails .detailsinfo .btnarea li.btn a {
	width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
	text-align: center;
}
.storedetails .detailsinfo .btnarea li.btn a.btn1 {
	margin-top: 10px;
}
.storedetails .detailsinfo .btnarea li.btn a.btn2 {
    margin-bottom: 10px;
}
.storedetails .detailsinfo .movie li {
	width: 49%;
	margin-bottom: 1%;
}


/* cboxcontents
---------------------------------------------------- */
.cboxcontents {
    padding: 10px 0;
}
.cboxcontents .ttl {
	font-size: 16px;
}
.cboxcontents .loginbtnarea {
    margin-top: 5px;
}
.cboxcontents .loginbtnarea a {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
}


/* storeranking
---------------------------------------------------- */
.storeranking {
	padding: 20px 0;
}
.storeranking .storerankingttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 28px;
	background-size: auto 30px;
    padding-left: 36px;
}
.storeranking .storerankingttl .storerankingdrop li ul li a{
	font-size: 15px;
}
.storeranking ul.storerankingblc {
	margin-left: 0;
}
.storeranking ul.storerankingblc li {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
.storeranking ul.storerankingblc li div.rankingtag p {
	padding: 50px 0 0 28px;
}


/* storesearch_results
---------------------------------------------------- */
.storesearch_results {
	padding: 20px 0 0;
	margin-bottom: 0;
	border-bottom: none;
}
.storesearch_results .search_results_box {
    float: none;
}
.storesearch_results .search_results_box .refine {
	display: none;
}
.storesearch_results .store-search {
	float: right;
	position: relative;
	padding-top: 17px;
}
.storesearch_results .store-search::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #3bcbff;
    border-right: 1px solid #3bcbff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.storesearch_results .pull-store-search {
	display: none;
}


/* moretxtarea
---------------------------------------------------- */
.moretxtarea {
	margin-bottom: 40px;
}
.morebtn {
	right: 0;
	left: 0;
	bottom: -20px;
	margin: 0 auto;
}
.moreitem {
	padding-right: 0;
}


/* tab
---------------------------------------------------- */
.detailsinfo .tab01 li {
    width: 31%;
	padding: 0 10px;
	margin-left: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.detailsinfo .tab-inner01 {
	padding-top: 20px;
}
.detailsinfo .tab-inner01 table {
	float: none;
	table-layout: fixed;
	max-width: 100%;
	width: 100%;
}
.detailsinfo .tab-inner01 table::after {
    display: none;
}
.detailsinfo .tab-inner01 table th {
	width: 100%;
	display: block;
	padding: 0;
	font-weight: normal;
	color: #e60012;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.detailsinfo .tab-inner01 table td {
	border-left: none;
	width: 100%;
	display: block;
	padding: 0 0 10px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* special
---------------------------------------------------- */
.special {
	margin-bottom: 40px;
}
.special figure {
	float: none;
	width: 80%;
	margin: 0 auto 15px;
}
.special .specialinfo {
    padding-left: 0;
	font-size: 14px;
	line-height: 24px;
}


/* contentsttl
---------------------------------------------------- */
.contentsttl {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 28px;
	padding-left: 36px;
	display: table;
	margin: 0 auto 15px;
	background-size: auto 30px;
	background-position: top left;
}
.contentsttl a::after {
    top: -8px;
}
.contentsttl_sale {
	background-image: url(../images/store/ico_sale.png);
}
.contentsttl_fav {
	background-image: url(../images/store/ico_fav.png);
}
.contentsttl_check {
	background-image: url(../images/store/ico_check.png);
}


/* checkitem
---------------------------------------------------- */
.checkitem {
    margin-top: 40px;
}
/* swiper */
.swiper-checkitem-prev {
  left: -10px;
}
.swiper-checkitem-next {
  right: -10px;
}


/* orderranking
---------------------------------------------------- */
.orderranking {
	margin-bottom: 50px;
}
.orderranking ul.blc {
	margin-left: 0;
}
.orderranking ul.blc li.blc_l,
.orderranking ul.blc li.blc_r {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}
.orderranking ul.blc li.blc_l img {
    position: inherit;
    width: 100%;
    height: auto;
}
.orderranking ul.blc li p.itemttl {
	width: 100%;
	margin-bottom: 20px;
}
.orderranking ul.blc li.blc_l p.itemttl {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	background-color: rgba(0,0,0,0.7)
}
.orderranking ul.blc li.blc_l .store_category {
    bottom: 20%;
}
.orderranking ul.blc li  {
	width: 100%;
	margin-bottom: 20px;
}
.orderranking ul.blc li.blc_r ul.sblc {
	margin-left: -2%;
}
.orderranking ul.blc li.blc_r ul.sblc li {
	width: 23%;
	margin: 0 0 0 2%;
}
.orderranking ul.blc li.blc_r ul.sblc li .itemttl,
.orderranking ul.blc li.blc_r ul.sblc li .store_new,
.orderranking ul.blc li.blc_r ul.sblc li .store_sale,
.orderranking ul.blc li.blc_r ul.sblc li .store_category {
	display: none;
}


/* digitalmain
---------------------------------------------------- */
.digitalmain {
	padding-top: 0;
	margin-bottom: 10px;
}
.digitalmain .setblc {
	margin: 0;
}


/* digitalcontents
---------------------------------------------------- */
.digitalcontents {
	margin-bottom: 10px;
}


/* digitalitem
---------------------------------------------------- */
.digitalitem {
	margin-bottom: 30px;
}
.digitalitem ul.cf {
	margin-left: 0;
}
.digitalitem ul.cf li {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.digitalitem ul.cf li:last-child {
	margin-bottom: 0;
}
.digitalitem ul.cf li:before {
    padding-top: 50%; /* 1:1 */
}
.digitalitem ul.cf li img {
	width: 100%;
	height: auto;
}


/* cart
---------------------------------------------------- */
.cart .cartttl {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
.cart .cartttl h3 {
	font-size: 22px;
	float: none;
	background-size: 30px auto;
	padding: 0 0 0 40px;
}
.cart .cartttl .tab {
	width: 48%;
	margin: 20px 0 0 0;
}
.cart .cartttl .tab:nth-child(3) {
	margin: 20px 0 0 2%;
}
.cart .cartcontents {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}
.cart .cartcontents ul li.cartblc {
    padding-bottom: 20px;
}
.cart .cartcontents ul li.cartblc figure {
	width: 120px;
}
.cart .cartcontents ul li.cartblc figure .coupon {
	font-size: 12px;
}
.cart .cartcontents ul li.cartblc .info1 {
	padding-left: 130px;
}
.cart .cartcontents ul li.cartblc .info2 {
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .selectbox {
	float: right;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .selectbox select {
	font-size: 22px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error .pop {
	left: inherit;
	right: 0;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error .pop p:after {
	left: inherit;
	right: 30px;
}
.cart .cartcontents ul li.cartblc .info2 .price {
	font-size: 14px;
}
.cart .cartcontents ul li.cartblc .info2 .price .en {
	font-size: 20px;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn {
	text-align: center;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li {
	margin-right: 0;
	float: none;
	font-size: 16px;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.btn a {
	width: 100%;
}
.cart .cartcontents ul li.cartblc .info2 .cartbtn li.link {
	display: inline-block;
	margin: 0 10px;
}
.cart .cartcontents h3.afterttl {
    font-size: 22px;
}
.cart .cartside {
	float: none;
	width: 100%;
	padding: 20px;
}

.cart .payttl {
	padding: 20px 0 0;
	margin-bottom: 20px;
}
.cart .payttl h3 {
	font-size: 22px;
	padding: 0 0 0 40px;
	background-size: 30px auto;
}
table.paytable {
	table-layout: fixed;
}
table.paytable td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.paytable td.pointtd .how img {
	margin-top: 15px;
}
table.paytable td .sample_label {
    display: block;
}
table.paytable td.cardinfo div p a {
	display: block;
	margin-left: 0;
}
table.paytable td .time select {
    font-size: 15px;
}

table.pointget th {
	display: none;
}
table.pointget tr td {
	text-align: left;
	padding: 0;
}
table.pointget tr td:nth-child(1) {
	padding-top: 10px;
}
table.pointget tr td:nth-child(4) {
	padding-bottom: 10px;
}
table.pointget tr td::before {
	font-weight: bold;
}
table.pointget tr td:nth-child(1)::before {
	content: "獲得日/利用日/配布予定日：";
}
/* old
table.pointget tr td:nth-child(1)::before {
	content: "獲得日/利用日：";
}
*/
table.pointget tr td:nth-child(2)::before {
	content: "内容：";
}
table.pointget tr td:nth-child(3)::before {
	content: "獲得/利用：";
}
table.pointget tr td:nth-child(4)::before {
	content: "有効期限：";
}

/* -- 追加 --  */
table.pointget tr td.plus1::before {
	content: "獲得日：";
}
table.pointget tr td.plus2::before {
	content: "獲得：";
}
table.pointget tr td.down1::before {
	content: "利用日：";
}
table.pointget tr td.down2::before {
	content: "利用：";
}
table.pointget tr td.exp1::before {
	content: "配布予定日：";
}
table.pointget tr td.exp2::before {
	content: "獲得：";
}

/* -- 追加 -- */

table.edit {
    float: none!important;
}
table.edit tr {
	border-bottom: solid 1px #b6c0cf;
}
table.edit th,
table.edit td {
	display: block;
	width: 100%;
}
table.edit th {
	padding: 10px 0 0;
}
table.edit td {
	padding: 5px 0 10px;
}
table.edit td span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}
table.edit td input[type=text] {
    margin: 0 5px 0 0!important;
	max-width: 80%;
}

#sideWrap{
	width: 100%;
	height: auto!important;
	float: none;
	position: inherit!important;
}
#side{
	width: 100%;
	position: inherit!important;
}


/* purchase
---------------------------------------------------- */
.purchase {
	padding: 15px;
	margin-bottom: 5px;
}
.purchase .ttl {
	font-size: 22px;
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background-size: 30px auto;
}
.purchase .ttl span {
	margin-top: 5px;
	margin-left: -40px;
}
.purchasetxt {
	margin-bottom: 30px;
}


/* login
---------------------------------------------------- */
.login_area {
	width: inherit;
	padding: 50px 10px 30px;
}
.login_area .logininput {
    padding: 0;
	background-color: transparent;
	border: none;
	margin-bottom: 20px;
}
.login_area .logininput input[type=text],
.login_area .logininput input[type=password] {
    width: 100%;
    height: 32px;
	float: none;
	margin-bottom: 10px;
    background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	display: block;
	padding: 25px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.login_area .logininput.error {
    background-color: transparent;
	border: none;
}
.login_area .logininput.error input[type=text],
.login_area .logininput.error input[type=password] {
    background-color: #fff7f7;
	border: 1px solid #fe0116;
	position: relative;
}
.login_area .logintxt p {
	margin-top: 10px;
}
.loginbtnarea a {
	width: 100%;
	margin: 10px 0;
	padding: 20px 0;
}
.login_area .remindertxt {
	text-align: left;
}
.login_area .remindertxt br {
	display: none;
}
.login_area .passwordinput h3 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #a9aaab;
}
.login_area .passwordinput p {
	display: block;
	font-size: 13px;
	color: #a9aaab;
}
.login_area .passwordinput input[type=text],
.login_area .passwordinput input[type=password] {
    width: 100%;
	margin-bottom: 5px;
}
.login_area input.noph::placeholder {
	color: transparent;
}
.login_area input.noph:-ms-input-placeholder {
	color: transparent;
}
.login_area input.noph::-ms-input-placeholder {
	color: transparent;
}
.login_area .error input.noph::placeholder {
	color: transparent;
}
.login_area .error input.noph:-ms-input-placeholder {
	color: transparent;
}
.login_area .error input.noph::-ms-input-placeholder {
	color: transparent;
}

.login_check {
	text-align: left;
	margin: 0 0 20px;
}
.login_check .checkbox01-parts{
	display: inline-block;
}
.login_check .checkbox01-parts::before{
	top: 7px;
}
.login_check .checkbox01-input:checked + .checkbox01-parts::after{
	top: 6px;
}


/* unsubscribe
---------------------------------------------------- */
.unsubscribe {
	text-align: left;
}
.unsubscribe .paytable {
	width: 100%;
	margin: 20px auto;
}
.unsubscribe .loginbtnarea {
	margin: 10px 0 0;
}
.unsubscribe .att {
	width: 100%;
}


/* privacy
---------------------------------------------------- */
.privacyttl {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.privacyttl h2 {
	display: inline-block;
	padding: 0;
}
.privacy-search {
	float: right;
	display: block;
	font-size: 24px;
}
.privacy-search.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pull-privacy {
    display: none;
    width: 100%;
	padding: 10px 0;
}
.privacy_menu {
	float: none;
	width: 100%;
}
.privacy_contents {
    padding-left: 0;
}
.privacy_contents .privacy_blc {
    margin-bottom: 30px;
}
/* -- 追加(190125) --  */
.pull-lilith {
	display:block;
}

}


@media only screen and (max-width: 320px) {


/* index
---------------------------------------------------- */

}


@media only screen and (min-width: 641px) {

.pull-privacy {
    display: block!important;
}

}

/* loading View　(追加)
---------------------------------------------------- */
.is-hide{
 display:none; 
}
.loading{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,.5);
  z-index:99999;
}
.loading::before{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:50px;
  height:50px;
  border-radius:5px;
  margin-top:-15px;
  margin-left:-15px;
  background:white;
}
.loading::after{
  content:"";
  display:block;
  position:fixed;
  left:50%;
  top:50%;
  width:32px;
  height:32px;
  border-radius:20px;
  margin-top:-10px;
  margin-left:-10px;
  border:4px solid #141FB9;
  border-right:4px solid white;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/* ▼ ---- 追加：2018-10-16 ---- ▼ */
.cart .cartcontents ul li.cartblc .info2 .quantity .selectbox input[type="text"] {
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	width:40px;
}
.cart .cartcontents ul li.cartblc .info2 .quantity .error input[type="text"] {
	color: #fe0116;
	border: 1px solid #fe0116;
}
/* ▲ ---- 追加：2018-10-16 ---- ▲*/

#brand01:hover ~ #brand01_content,
#brand02:hover ~ #brand02_content,
#brand03:hover ~ #brand03_content,
#brand04:hover ~ #brand04_content,
#brand05:hover ~ #brand05_content {
	display: block;
}
#brand01:hover ~ .tabs_box .tab_area .tab1_label img,
#brand02:hover ~ .tabs_box .tab_area .tab2_label img,
#brand03:hover ~ .tabs_box .tab_area .tab3_label img,
#brand04:hover ~ .tabs_box .tab_area .tab4_label img,
#brand05:hover ~ .tabs_box .tab_area .tab5_label img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1!important;
}

.cl { clear:left; }

/* ▼ ---- 追加：2018-11-12 ---- ▼ */
.youtube {
  width: 100%;
}

.youtube iframe {
  max-width: 100%;
}
/* ▲ ---- 追加：2018-11-12 ---- ▲*/

/* ---- 追加-2018/10/25 ----- */
.morebtn2 {
	z-index: 2;
	position: absolute;
	right:45%;
	bottom:-35px;
/* old
	right: 0;
	bottom: 0;
*/
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #d2d2d2;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display:none;
}
.morebtn2:hover {
	background: #3bcbff;
}
.morebtn2 span {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.morebtn2 span::before {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* ▼ ------- 2018/10/29 追加 -------- ▼ */
table.paytable td.pointpay input[type=password] {
    height: 34px;
    margin: 0 5px;
	padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.paytable td.pointpay input[type=password]:disabled {
    background-color: #f0f0f0;
}
/* ▲ ------- 2018/10/29 追加 -------- ▲ */

/* 追加 -20181031 */
.login_area .shippingttl {
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	padding-top: 75px;
	letter-spacing: 0.05em;
	color: #4e4e4e;
	margin-bottom: 40px;
	background-image: url(../images/member/ico_address.png);
	background-position: center top;
	background-repeat: no-repeat;
}

/* 追加 - 20181119 */
.a_left { text-align:left!important; }

/* 追加 - 20181126 */
.storedetails .detailsinfo .btnarea li .on_imgico {
	margin: 2px 0 0 10px;
    display: inline-block;
}
.storedetails .detailsinfo .btnarea li .on_imgico img {
	float: left;
}
.storedetails .detailsinfo .btnarea li .on_imgico:hover img {
	-webkit-filter: grayscale(255); /* Webkit */
	filter: none; /* IE6-9 */
	filter: grayscale(255); /* W3C */
}
.storedetails .detailsinfo .btnarea li .on_imgico p {
	float: left;
	margin-left: 6px;
}

/* 追加 - 20181127 */
.txt_ellipsis {
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 追加 - 20181128 */
li.c_hover:hover {
	background:#000;
	opacity:0.2;
}

.c_border {
	border:1px solid #dcdcdc!important;
}

.mw720 {
	width:auto!important;
	max-width:720px!important;
}

/* 追加 - 20181204 */
table.paytable td.pointpay select {
    height: 34px;
    margin: 0 5px;
	padding: 0 10px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
table.paytable .error select {
	border: 1px solid #fe0116!important;
}

/* 追加 - 20181204 */

span.plus_search {
	z-index:1000;
	opacity:1;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
}

span.plus_search:hover {
	color:#ff4455;
}

.more_hov {
	opacity:0.7;
}

/* 追加 - 20181214 */
.privacy a.pri_link {
    position: relative;
    padding-right: 15px;
}

.privacy a.pri_link::before  {
    right: 4px!important;
    top: 7px!important;
    width: 6px!important;
    height: 1px!important;
    background: #b0b0b0!important;
    -webkit-transform: rotate(135deg)!important;
    transform: rotate(135deg)!important;
}

.privacy a.pri_link::after {
    right: 4px!important;
    top: 5px!important;
    width: 4px!important;
    height: 4px!important;
    border-top: 1px solid #b0b0b0!important;
    border-right: 1px solid #b0b0b0!important;
}

.privacy a.pri_link::before, .privacy a.pri_link::after {
    position: absolute!important;
    content: ""!important;
    vertical-align: middle!important;
}

.none_url:hover {
	color:#000;
	opacity:1;
	cursor:auto;
}

/* 追加 - 20181218 */
.bg_none {
	background:none!important;
	border:none!important;
	color:#000;
}

/* 追加 - 20181220 */
.v_middle {
	vertical-align:middle!important;
}

.dispIn {
	display:inline-block
}

/* 追加 - 20181227 */
.tmpTxt {
	display:inline-block;
	font-size:14px;
}

.tmpTxt a {
	color:#1d97e0;
	text-decoration:underline;
}
.tmpTxt a:hover {
	color:#ff4455;
}

.answerView a {
	color:#1d97e0;
	text-decoration:underline;
}

.answerView a:hover {
	color:#ff4455;
}

.answerView img {
	max-width:100%;
}

.privacy_blc a {
	color:#1d97e0;
	text-decoration:underline;
}
.privacy_blc a:hover {
	color:#ff4455;
}

.regiView span {
	font-size:11px!important;
}


a.mores:hover {
	background-color: rgba(0,0,0,0.1)
}

/* 追加：190201 */
.more_txt_filter {
	width: 100%;
	position: absolute;
	height: 40px;
	z-index: 1;
	background-color: rgb(255,255,255.6);
	bottom: -20px;
	filter: blur(8px);
}

/* 追加：190204 */
.none_cart {
	background-color:#dcdcdc!important;
	border:#ababab 1px solid!important;
}

/* 追加：190219 */
.playBtn { cursor: pointer; }
.playBtn:hover a.more { background-color: rgba(0,0,0,0.4); }
.playBtn:hover a.btn { opacity:0.7; }
.op:hover { opacity:0.8; }
.crf:hover { color:#FFF!important; }

.storeranking .storerankingttl .storerankingdrop li.sel::after {
	content:none;
}

/* 追加：190402 */
@media only screen and (max-width: 640px) {
	.topnewslabel span:after {
		right:0!important;
	}
}


.wip100 {
	width:100%!important;
}

/* topeventbn
---------------------------------------------------- */
.topeventbn {
  position: relative;
  z-index: 101;
  margin-top: 30px;
}

.topeventbn ul li img {
  width: 100%;
}

.topeventbn ul li a:hover img {
  opacity: 0.7;
}

.topeventbn ul li.blc1 {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {

	.topeventbn {
	  margin-top: 15px;
	}

	.topeventbn ul li.blc1 {
	  width: 100%;
	  margin-bottom: 30px;
	}

	/* 191111 - 追加 */
	.g-menu {
	    margin-left: 0px!important;
	    padding-left: 16px;
	    float: none!important;
	    border-bottom: 1px solid #535353;
	}
}


/* 200221：追加 */
.txt_ellipsis {
	overflow:hidden;
	width:100%;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/**
 * 200221
 * マイページページング
 */
.searchBox {
	clear:left;
	margin-bottom:10px;
}
.searchBox .Left {
	float:left;
}
.searchBox .Right {
	float:right;
}
.searchBox .Right a {
	float:left;
	margin-right:8px;
}
.searchBox .Right a:last-child {
	margin-right:0;
}
.searchBox .Right a p {
	border:1px solid #000;
	width:30px;
	padding:2px 0;
	text-align:center;
	line-height:normal;
}

.searchBox .Right p {
	line-height:normal;
	float:left;
}

.searchBox p.stay {
	background:#dcdcdc;
	color:#FFF;
}

.searchBox .Right a:hover {
	background:#dcdcdc;
	color:#FFF!important;
}

@media only screen and (max-width: 640px) {
	.searchBox .Right {
		float:none;
		clear:left;
		margin-top:30px;
	}

	.searchBox .Right a {
		width:10%;
		display:inline-block;
		margin-right:5%;
	}

	.searchBox .Right a p {
		border:1px solid #000;
		padding:10px 0;
		width:100%;
		text-align:center;
		line-height:normal;
	}
	
	.searchBox .stay {
		cursor:
	}
}


/* 追加：201016 */
.storedetails .detailsinfo,
.special {
	max-width: 100%;
}
.storedetails .over_1600_wrap_out .price{
	display: none;
}
.storedetails .over_1600_addbox{
	display: none;
}
.storedetails .detailsinfo .privilege {
	display:none;
}
.storedetails .detailsinfo .over_1600_wrap .privilege {
	display:block;
}
.storedetails .detailsinfo .btnarea li {
	height: 40px;
}
.storedetails .detailsinfo .ico {
	width: 100%;
}

@media only screen and (min-width: 1600px){
	.storedetails .detailsinfo{
		max-width: calc( 100vw - 500px - 440px );
	}
	.special{
		max-width: calc( 100vw - 500px );
	}
	.storedetails .over_1600_wrap{
		position: absolute;
		left: calc( 100vw - 460px );
		bottom: auto;
		top: 0px;
		z-index: 2;
/*
		width: 360px !important;
*/
		width: 341px !important;
	}
	.storedetails .over_1600_wrap *{
		box-sizing:border-box;
	}
	.storedetails .over_1600_wrap_out{
	    margin: 15px 0px;
	}
	.storedetails .over_1600_wrap_out .price{
		display: block;
	}
	.storedetails .over_1600_wrap .price{
		display: none;
	}
	.storedetails .over_1600_wrap_out .price{
		display: block;
	}
	.storedetails .detailsinfo .att {
		padding-right: 0px;
	}
	.storedetails .detailsinfo .ico {
		margin-bottom: 3px;
	}
	.storedetails .detailsinfo .ico li p{
		font-size: 14px;
		padding: 2px 13px;
		border-color: #333;
	}
	.storedetails .detailsinfo .ico li i {
		line-height: 20px;
   		margin: 4px 0 0 0;
    	display: block;
    	font-size: 22px;
    	width: 5px;
	}
	.storedetails .detailsinfo .ico li + li i {
   		margin: 4px 0 0 13px;
	}
	.storedetails .detailsinfo .quantity{
		padding: 15px 0px 5px 33px;
		box-sizing: border-box;
    	background: #e4eff2;
    	text-align: left;
		margin-bottom: 0;
	}
	.storedetails .detailsinfo .quantity p,
	.storedetails .detailsinfo .quantity .selectbox{
		float: none;
    	display: inline-block;
		margin-right:10px; 
	}
	.storedetails .detailsinfo .btnarea{
		padding: 15px 25px 10px;
    	background: #FFF;
    	border: 5px solid #e4eff2;
    	margin: 0;
	}
	.storedetails .detailsinfo .btnarea li {
		float: none;
		display: inline-block;
    	margin: 0;
		width: 100%;
		height: auto;
	}
	.storedetails .detailsinfo .btnarea li.btn a{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 8px;
		padding: 10px 20px;
	}
	.storedetails .detailsinfo .btnarea li .stock{
		float: none;
		border: none;
		font-size: 14px;
		padding: 0;
		line-height: 16px;
	}
	.storedetails .detailsinfo .btnarea li .point{
		float: none;
    	border: none;
    	font-size: 14px;
    	padding: 0;
		margin-bottom: 20px;
		line-height: 16px;
	}
	.storedetails .detailsinfo .btnarea li .stock:before,
	.storedetails .detailsinfo .btnarea li .point:before{
		content: '・';
		display:inline-block;
	}
	.storedetails .detailsinfo .btnarea li .point i{
		display: none;
	}
	.storedetails .detailsinfo .btnarea li.favico{
		display: inline; /*謎*/
	}
	.storedetails .detailsinfo .btnarea li.favico .imgico{
		display: none;
	}
	.storedetails .detailsinfo .btnarea li.favico .tooltipstered{
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 0 8px;
		padding: 10px 20px;
		box-sizing: border-box;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		-webkit-filter: grayscale(1) !important;
		filter: gray !important;
		filter: grayscale(1) !important;
		background: #3dccff;
		opacity: 0.6;
	}
	.storedetails .detailsinfo .btnarea li.favico .tooltipstered:hover{
		opacity: 0.4;
	}
	
	.storedetails .detailsinfo .btnarea li.favico .tooltipstered:hover p{
		color: #FFF !important;
	}
	.storedetails .detailsinfo .btnarea li.favico .tooltipstered img,	
	.storedetails .detailsinfo .btnarea li.favico .tooltipstered .sp{
		float:none;
		display: inline-block;
		margin: 0;
	}
	
	.storedetails .detailsinfo .official{
		display:none;
	}
	
	.storedetails .over_1600_addbox{
		display: block;
	}
	.storedetails .over_1600_addbox .box1{
		font-size: 13px;
    	line-height: 1.8;
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
	.storedetails .over_1600_addbox .box1 a{
		background-image: url(../images/store/details/table_link.png);
		background-position: right 4px;
		background-repeat: no-repeat;
		background-size: 4px auto;
		padding-right: 8px;
	}
	.storedetails .over_1600_addbox .box2{
		font-size: 16px;
		line-height: 2;
		padding-top: 20px;
		border-top:dotted 1px #AAA;
	}
	
	.storedetails .over_1600_addbox .box2 p{
		display:inline-block;
		margin-left:10px;
		font-size: 15px;
	}
	.storedetails .detailsinfo .privilege {
		display:block;
	}
	.storedetails .detailsinfo .over_1600_wrap .privilege {
		display:none;
	}
	.storedetails .detailsinfo .ico {
		margin-bottom: 10px;
	}
	
	
	
	.storedetails .detailsinfo .limitation_quantity_wrap{
		display: inline-block;
	}
	.storedetails .detailsinfo .limitation_quantity_wrap .red{
		font-size: 13px;
		margin: -2px 0 0 0px !important;
		margin-top: -30px;
		line-height: 18px;
		width: 170px;
		vertical-align: top;
	}
	
	.over_1600_contact{
		margin-bottom:2px;
	}
}


/* table
---------------------------------------------------- */
table.ex {
	width: 100%;
	border: solid 1px #d9d9d9;
	border-collapse: collapse;
}
table.ex th {
	border: solid 1px #d9d9d9;
	padding: 0.5em;
	background-color: #ececec;
	font-weight: bold;
}
table.ex td {
	border: solid 1px #d9d9d9;
	padding: 5px;
	vertical-align: middle;
	word-break:break-all;
/*
    word-break: keep-all;
    word-wrap: break-word;
*/
}
table.ex td.line {
	background-color: #ececec;
}
table.ex td.all {
	background-color: #f2fbff;
}