/*-------------------------
common
visual
follow_box
playlist
playlist_music
playlist_next
archive
-------------------------*/
/*--common-----------------------*/
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
p {
	line-height: 19px;
}
.container div, .container span {
	line-height: 19px;
}
.sp-br {
	display: block;
}
.rising_main a {
	text-decoration: none;
}
.rising_main a:hover {
	text-decoration: underline;
}
.container {
	margin-bottom: 50px;
}
.rmain2 {
	max-width: 950px;
	box-sizing: border-box;
}
.ttl_area .page_ttl {
	border-bottom: 0;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}

@media screen and (min-width: 768px) {
.pc-br {
	display: block;
}
.sp-br {
	display: none;
}
.nowrapper .nowrap .rmain2 {
	margin-top: 0;
	padding-top: 0;
}
.nowrapper .nowrap .rmain2 {
	padding: 0px 80px 20px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
}

/*-----------------------
content-ico
------------------------*/
.content-ico {
  margin: 50px 0;
  padding: 12px;
  border: 1px solid #000;
}
.content-ico {
  margin-top: 100px;
}


.content-ico .line-store {
  width: 46px;
  vertical-align: middle;
  padding: 0 3px;
}

.content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 3px;
}

.content-ico {
  box-sizing: border-box;
  width: 45%;
  margin: 50px auto 20px;
  padding: 8px 0 17px 14px;
  border: 1px solid #000;
}

.content-ico li {
  float: left;
  line-height: 19px;
}

.content-ico li:nth-child(2) {
  padding: 0 8% 0 7%;
}

.content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 5px;
}

.content-ico p {
  margin-top: 4px;
}

.ico-store {
  width: 20px;
  display: inline-block;
  /*padding: 0 1.5px;*/
}

.ico-online {
  width: 50px;
  display: inline-block;
  /*padding: 0 1.5px;*/
}

.nowrapper .nowrap .content-ico .line-online {
  width: 13px;
  vertical-align: middle;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .content-ico {
    width: 95%;
    padding: 2%;
  }

  .content-ico li:nth-child(2) {
    padding: 0 2.5%;
  }
  .content-ico {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
.nowrapper .nowrap .rmain2 {
	padding: 0;
}
}
/*--ripple-----------------------*/
.touch_one {
	position: relative;
	z-index: 2;
	background: #fff;
}
.touch_one_roop {
	position: relative;
	z-index: 2;
	background: #fff;
}
.touch_one:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #333;
	animation: ripple 700ms ease;
	z-index: 1;
}
.touch_one_roop:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #333;
	animation: ripple_roop 2000ms ease;
	z-index: 1;
	opacity: 0;
}
.touch_one:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #333;
	animation: ripple 700ms ease 100ms;
	z-index: 1;
}
.touch_one_roop:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #333;
	animation: ripple_roop 2000ms ease 100ms;
	/* animation: ripple_roop 700ms ease  100ms; */

	z-index: 1;
	opacity: 0;
}
@-webkit-keyframes ripple {
 to {
 opacity: 0;
 transform: scale(1.3);
}
}
@keyframes ripple {
 to {
 opacity: 0;
 transform: scale(1.3);
}
}
@-webkit-keyframes ripple_roop {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 transform: scale(1.3);
}
}
@keyframes ripple_roop {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 transform: scale(1.3);
}
}

@media screen and (max-width: 410px) {
 @-webkit-keyframes ripple {
 to {
 opacity: 0;
 transform: scale(1.2);
}
}
 @keyframes ripple {
 to {
 opacity: 0;
 transform: scale(1.2);
}
}
}
/*--ttl_list-----------------------*/
.page_ttl {
	margin-bottom: 35px;
	text-align: center;
	font-size: 20px;
	font-family: "brown";
	font-weight: bold;
	color: #323232;
	letter-spacing: 0.15em;
	line-height: 1.4;
}
.top_ttl {
	padding: 25px 12px 35px;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
	font-family: brown-bold;
	letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
.page_ttl {
	font-size: 33px;
	letter-spacing: 4.5px;
	line-height: 1.35;
	margin-top: 32px;
}
.top_ttl {
	margin-top: 0px;
	padding: 50px 0 35px;
}
}
/*--ttl_text-----------------------*/
.ttl_text {
	box-sizing: border-box;
	font-weight: 300;
	line-height: 19px;
	max-width: 950px;
}
.nowrapper .nowrap .ttl_text {
	font-weight: 600;
	line-height: 19px;
	margin: 0 auto;
	padding: 35px 80px 45px;
}

@media screen and (max-width: 768px) {
.nowrapper .nowrap .ttl_text {
	font-weight: 300;
	padding: 25px 12px 0;
	font-size: 11px;
}
}

/*--sns width------------------------*/
.fb_iframe_widget span {
	width: 104px !important;
}
.twitter-share-button {
	width: 75px !important;
}

/*--visual-img-----------------------*/
.visual_img {
	text-align: center;
}
.visual_img img {
	width: 100%;
	max-width: 950px;
}
/*--follow_box-----------------------*/
.follow_box_inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 77.5px;
	padding: 40px 80px;
	border: 4px solid #e6e6e6;
	box-sizing: border-box;
}
.follow_box_inner p {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 1.46;
	margin: 23px 0 27px 0;
}
.follow_box_inner p.question {
	font-size: 20px;
	font-family: "brown";
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 0.95;
	margin: 0;
}
.follow_box_answer {
	clear: both;
	text-align: right;
}
.follow_box_answer span {
	font-size: 16px;
	font-family: "brown";
	font-weight: bold;
	letter-spacing: 0.025em;
}
.question-line {
	width: 100%;
	margin: 20px 0;
}
.question-line::before, .question-line::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #e6e6e6;
	/*background-image: url(../../assets/images/xocontent/ribbon_background.png);*/
	background-size: contain;
}
.question-line::before {
	margin: 0 0 20px 0;
}
.question-line::after {
	margin: 20px 0 0 0;
}
.question-line-img img {
	max-width: 108px !important;
	margin: 0 15px 0 0;
	vertical-align: middle !important;
}
.question-line span {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.question-line span.question-line-txtb {
	font-weight: 600;
	display: inline;
}
.question-line-img {
	display: table-cell;
}
.question-line-txt {
	display: table-cell;
	/*height: 67px;*/
	vertical-align: middle;
}
.question-line-txt p {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.question-note span:first-child{
	margin-top: 10px;
}
.question-info {
	font-size: .8rem;
	line-height: 1px;
	padding-left: .8rem;
	text-indent: -.8rem;
}

@media screen and (max-width: 768px) {
/*
.question-line-img img {
	width: 100%;
	margin: 0;
}
*/
.question-line-box {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
}
/*
.question-line-img {
	display: block;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
}
.question-line-txt {
	display: block;
	height: auto;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	font-size: 14px;
	margin: 0 0 25px 0;
}
*/
}
/*-----------------------
special_xo_content-area
------------------------*/
.special_xo_content{
	display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
    padding: 40px 65px 40px 53px;
    border: 1px solid #000;
    box-sizing: border-box;
	letter-spacing: 0.025em;
	font-size: 12px;
	line-height: 1.58em;
}

.special_xo_txt{
	margin:35px 0 0 0;
	display:table;
}

.special_xo_ttl{
	font-family: brown-bold;
	font-weight: 600;
	letter-spacing: 0.14em;
	font-size: 16px;
	float:left;
	width:122px;
	border-right:1px solid #000;
	margin:0 20px 0 0;
	position: relative;
}
.special_xo_ttl div{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.special_xo_txt p{
	float:right;
	width:calc(100% - 143px);
}
.special_xo_txt p span{
	padding-left:1em;
	text-indent:-1em;
	display: block;
}
@media screen and (max-width: 768px) {
.special_xo_content{
	margin: 50px 10px 0 10px;
	padding:33px 25px 37px 25px;
	width: auto;
}
	.special_xo_ttl{
	width: 100%;
	border-right:none;
	border-bottom:1px solid#000;
	margin:0;
	padding:0 0 15px 0;
    position: static;
	}
	.special_xo_ttl div {
    position: static;
	margin:auto;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	}
.special_xo_txt p{
	width:100%;
	margin:19px 0 0 0;
}



}

/*-----------------------
remodal-area
------------------------*/
.remodal {
	padding: 0 !important;
	max-width: 900px !important;
}
.remodal-wrap {
	margin: 12px 10px;
	padding: 12px;
	border: 2.5px solid #000;
	position: relative;
}
.remodal-wrap:before {
	content: "";
	/*background: url(../images/xocontent/ribbon_sp.png) no-repeat top right;*/
	background-size: contain;
	width: 105px;
	height: 67.5px;
	position: absolute;
	top: -2.5px;
	right: -2.5px;
}
.remodal-img {
	text-align: center;
	width: 100%;
}
.remodal-ttl-box {
	text-align: left;
}
.remodal-ttl {
	font-family: brown-bold;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.2em;
}
.remodal-content {
	text-align: left;
}
.remodal-item,
.remodal-item2 {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 1px;
}
.remodal-item .item-xo {
	position: relative;
}
.remodal-item2 .item-xo {
	position: relative;
}
.item-xo {
	display: inline-block;
	margin: 0 4px;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
	position: relative;
}
.item-xo img {
	width: 100%;
	vertical-align: baseline;
}
.remodal-money,
.remodal-money2 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
}
.remodal-txt {
	margin-top: 25px;
	line-height: 19px;
}
.remodal-store {
	text-align: left;
	margin: 10px 0 0 0;
}
.remodal-store li {
	display: inline-block;
}
.remodal-store img {
	height: 15px;
}
.remodal-item-sup {
	font-weight: normal !important;
}


@media screen and (min-width: 440px) {
.remodal-wrap {
	border: 3.5px solid #000;
}
.remodal-wrap:before {
	content: "";
	background: url(../images/xocontent/ribbon_sp.png) no-repeat top right;
	background-size: contain;
	width: 160px;
	height: 85px;
	position: absolute;
	top: -3.5px;
	right: -3.5px;
}
}

@media screen and (min-width: 570px) {
.remodal-wrap {
	border: 5px solid #000;
}
.remodal-wrap:before {
	/*content: url(../images/xocontent/ribbon_sp.png);*/
	background: none;
	width: 148px;
	height: 143px;
	position: absolute;
	top: -5px;
	right: -5px;
}
}

@media screen and (min-width: 768px) {
.remodal-wrap {
	padding: 20px;
}
.remodal-wrap:before {
	content: "";
	/*background: url(../images/xocontent/ribbon_pc.png);*/
	background-size: contain;
	width: 172px;
	height: 166px;
	position: absolute;
	top: -5px;
	right: -5px;
}
.remodal-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.remodal-img {
	width: 50%;
	float: left;
}
.remodal-img img {
	width: 100%;
}
.remodal-content {
	width: 45%;
	float: right;
	margin-top: 62.5px;
}
.remodal-item {
	letter-spacing: 1px;
}
.remodal-txt {
	margin-top: 35px;
}
.remodal-money {
	margin-top: 10px;
	letter-spacing: 1px;
}
.remodal-store {
	margin: 10px 0 0 0;
}
}
/*--close-btn----------------------*/
.remodal .close-btn {
	display: block !important;
	position: relative !important;
	margin-top: 80px !important;
	left: 50% !important;
	right: 50% !important;
	width: 20px !important;
	height: 20px !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 60px 0px 0px 25px !important;
	z-index: 10;
}
.remodal .close-btn:before {
	content: "CLOSE";
	font-family: brown-bold;
	font-weight: 600;
	letter-spacing: 1px;
	color: #a0a0a0;
	position: absolute;
	left: -50px;
	top: 5px;
}
.remodal .close-btn span {
	display: block;
	background: #575757;
	top: -10px;
	height: 1px;
}
.remodal .close-btn span:nth-of-type(2) {
	top: 30px !important;
}
.remodal .close_btn {
	display: none;
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-left: -15px;
}
.remodal .close_btn > span {
	position: relative;
	display: inline-block;
	vertical-align: 1;
	padding-right: 30px;
	cursor: pointer;
}
.remodal .close_btn > span > span {
	padding: 4px 0;
	font-size: 11px;
	letter-spacing: 1px;
	color: #2b2e38;
}
.remodal .close_btn > span ::before {
	position: absolute;
	width: 18px;
	height: 18px;
	content: "";
	background: url(/includes/artisan-day/assets/images/artisan/btn_close.png) no-repeat;
	background-size: contain;
	top: 2px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.remodal .close-btn, .remodal .close-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.remodal .close-btn {
	position: absolute;
	right: 2%;
	width: 40px;
	height: 40px;
	margin: 1.5rem 0px 0px 1.5rem;
}
.remodal .close-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #404040;
}
.remodal .close-btn span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.remodal .close-btn span:nth-of-type(2) {
	top: 40px;
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) {
.remodal .close-btn {
	margin-top: 80px;
}
.remodal-content {
	margin-top: 48px;
}
}
/*--外枠----------------------*/
.remodal-overlay {
	background: #fff !important;
}

@media screen and (min-width: 768px) {
.remodal-overlay {
	background: rgba(43, 46, 56, 0.9) !important;
}
}
span.remodal-store-sup-txt {
	position: relative;
	width: 30px;
	top: -2px;
}
/*--BARNEYS QUESTION　ラジオボタン-----------------------*/

.questionbox {
	text-align: center;
	font-size: 16px;
	font-family: "brown";
	font-weight: bold;
	letter-spacing: 0.14em;
	height: 20px;
}
.radio-input {
	display: none;
}
.radio-parts {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../../assets/images/xocontent/btn_radio.png);
	background-size: contain;
	margin: -2px 0 0 -10px;
}
.cradio-input:checked + .radio-parts {
	color: #000;
}
.radio-input:checked + .radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../../assets/images/xocontent/btn_radio_check.png);
	background-size: contain;
	margin: -2px 0 0 -10px;
}
.radio-input:checked + .radio-check::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(45deg);
	border-bottom: 2px solid #000;
}
.questionbox label {
	cursor: pointer;
	display: inline-grid;
	margin: 0 50px 20px 0;
	float: left;
}
.questionbox label:last-child {
	margin: 0;
}

/*あなただけにオススメのアイテム-----------------------*/
.recommend {
	text-align: center;
}
.recommend_img {
	margin: 30px 0;
	text-align: center;
}
.recommend_img img {
	width: 315px;
}
.recommend_txt {
	font-size: 12px;
	line-height: 1.58em;
	margin: 0 60px 35px 0;
	letter-spacing: 0.025em;
}
.recommend_txt p {
	text-align: left;
}
.recommend_txt_designer {
	font-family: "brown";
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.14rem;
	margin: 0 0 5px 0;
}
.recommend_txt_name {
	font-weight: bold;
}
.recommend_txt_name img {
	margin: 0 3px;
	width: 19px;
	vertical-align: middle;
}
.search-item-shop
	margin: 0;
}
.search-item-shop li {
	display: inline;
}
.search-item-xo{
	width: 15px;
    margin: 0 4px;
}
.follow_box_inner span.item_name {
	display: inline-block;
	font-size: 14px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid#000;
}
.follow_box_inner span.item_name span {
	font-size: 16px;
	font-family: "brown";
	font-weight: bold;
	line-height: 1.78;
	letter-spacing: 0.08em;
}
.share_on {
	margin: 17px 0 30px 0;
}
.share {
	margin: 0 auto;
	width: 50%;
}
.share div {
	margin: 14px 21px 0 0;
	float: left;
	font-size: 17px;
	font-family: "brown";
	font-weight: bold;
	letter-spacing: 0.14rem;
}
.sns_btn li {
    margin: 0 10px 0 0;
	float: left;
}
.sns_btn li:last-child {
    margin: 0;
}
.sns_btn li img{
	width: 40px;
}
/*--start_btn-----------------------*/
.online_btn {
	margin: 63px 0 0 0;
}
.start_btn {
	cursor: pointer;
	display: table;
	width: 210px;
	margin: 25px auto 0;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
}
.start_btn:hover {
	text-decoration: none;
}
.start_btn_txt {
	cursor: pointer;
	display: table-cell;
	padding: 15px 0 13px 0;
	vertical-align: middle;
	font-size: 20px;
	font-family: "brown";
	letter-spacing: 0.14em;
	font-weight: bold;
	text-align: center;
}
.start_btn_txt.result {
    font-size: 18px;
    font-weight: normal;
}
.start_btn_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

@media screen and (max-width: 768px) {
.start_btn {
	margin: 40px 0 0 0;
}
}
/*--store_btn-----------------------*/
.store_btn {
	display: table;
	width: 456px;
	margin: 25px auto 0;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
}
.store_btn:hover {
	text-decoration: none;
}
.store_btn_txt {
	display: table-cell;
	padding: 15px 0 13px 0;
	vertical-align: middle;
	font-size: 20px;
	font-family: "brown";
	letter-spacing: 0.14em;
	font-weight: bold;
	text-align: center;
}
.store_btn_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*--retry_btn-----------------------*/
.retry {
}
.retry_btn {
	display: table;
	width: 210px;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	margin: 40px auto 0 auto;
}
.retry_btn:hover {
	text-decoration: none;
}
.retry_btn_txt {
	display: table-cell;
	padding: 15px 0 13px 0;
	vertical-align: middle;
	font-size: 20px;
	font-family: "brown";
	letter-spacing: 0.14em;
	font-weight: bold;
	text-align: center;
}
.retry_btn_txt img {
	width: 15px;
	vertical-align: unset !important;
}
.retry_btn_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/*--grid-----------------------*/
.grid {
	position: relative;
}
/* アイテム */
.item {
	display: block;
	position: absolute;
	margin: 10px;
	z-index: 1;
}
.item-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.item img {
	width: 100%;
}
.grid .item:nth-child(1) {
	max-width: 520px; /* アイテムの幅 */
	margin: 50px 0 0 0;
}
/*
.grid .item:nth-child(1)::before, .grid .item:nth-child(2)::before {
	content: "";
	background-image: url(../../assets/images/xocontent/recommend_tag.png);
	background-size: contain;
	width: 105px;
	height: 105px;
	position: absolute;
	z-index: 9999;
}
*/

.tag_recommend::before {
	content: "";
	background-image: url(../../assets/images/xocontent/recommend_tag.png);
	background-size: contain;
	width: 105px;
	height: 105px;
	position: absolute;
	z-index: 9999;
}

.grid .item:nth-child(2) {
	max-width: 250px; /* アイテムの幅 */
	margin: 50px 0 20px 20px;
}
.grid .item:nth-child(3), .grid .item:nth-child(12) {
	max-width: 250px; /* アイテムの幅 */
	margin: 0 0 0 20px;
}
.grid .item:nth-child(4), .grid .item:nth-child(5) {
	max-width: 250px; /* アイテムの幅 */
	margin: 20px 20px 20px 0;
}
.grid .item:nth-child(6){
	max-width: 250px; /* アイテムの幅 */
	margin: 20px 0;
}
.grid .item:nth-child(7) {
	max-width: 250px; /* アイテムの幅 */
	margin: 0 20px 0 0;
}
.grid .item:nth-child(8) {
	max-width: 520px; /* アイテムの幅 */
	margin: 0;
}
.grid .item:nth-child(9) {
	max-width: 250px; /* アイテムの幅 */
	margin: 20px 20px 0 0;
}
.grid .item:nth-child(10) {
	max-width: 520px; /* アイテムの幅 */
	margin: 20px 0 0 0;
}
.grid .item:nth-child(11) {
	max-width: 250px; /* アイテムの幅 */
	margin: 20px 0 20px 20px;
}
.grid .item:nth-child(13), .item:nth-child(15) {
	max-width: 385px; /* アイテムの幅 */
	margin: 20px 20px 0 0;
}


.grid .item:nth-child(14), .grid .item:nth-child(16){
	max-width: 385px; /* アイテムの幅 */
	margin: 20px 0 0 0;
}

.remodal-store img {
	height: 15px;
}

@media screen and (max-width: 950px) {
.grid {
	margin: 0 10px;
}
.grid .item:nth-child(1) {
	max-width: 100%; /* アイテムの幅 */
}
.grid .item:nth-child(2), .grid .item:nth-child(6), .grid .item:nth-child(9), .grid .item:nth-child(12) {
	max-width: calc(49.8% - 6px); /* アイテムの幅 */
	margin: 12px 12px 12px 0;
}
.grid .item:nth-child(3), .grid .item:nth-child(7), .grid .item:nth-child(10), .grid .item:nth-child(13) {
	max-width: calc(50% - 6px); /* アイテムの幅 */
	margin: 12px 0;
}
.grid .item:nth-child(4), .grid .item:nth-child(8), .grid .item:nth-child(11), .grid .item:nth-child(14) {
	max-width: 100%; /* アイテムの幅 */
	margin: 0;
}
.grid .item:nth-child(5), .grid .item:nth-child(15), .grid .item:nth-child(16) {
	max-width: 100%; /* アイテムの幅 */
	margin: 12px 0 0 0;
}
.grid .item:nth-child(1)::before, .grid .item:nth-child(2)::before {
	content: "";
	/*background-image: url(../../assets/images/xocontent/recommend_tag.png);*/
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 9999;
}
/*--BARNEYS QUESTION　ラジオボタン-----------------------*/

.questionbox {
	height: auto;
	margin: 0 36px;
}
.radio-input {
	display: none;
}
.radio-parts {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.questionbox label {
	float: none;
	display: block;
	text-align: left;
	margin: 0 20px 28px 0;
}
.questionbox label:last-child {
	margin: 0;
}
.recommend_img {
	margin: 30px 0 0 0;
}
.recommend_img img {
	width: 100%;
}
.recommend_txt {
	margin: 0 0 40px 0;
}
.follow_box_inner p {
	font-size: 12px;
	margin: 20px 0 20px 0;
}
.share_on {
	width: 100%;
	margin: 40px auto 0 auto;
}
.share {
	width: 100%;
	float: none;
}
.share div {
	margin: 0;
	width: 100%;
	float: none;
	text-align: center;
}
.sns_btn {
	display: block;
	width: 100px;
	height: 40px;
	margin: 15px auto 40px auto;
}
.sns_btn li {
	margin: 0 15px 0 0;
}
.sns_btn li:last-child {
	margin: 0;
}
.retry {
	float: none;
	margin: 0 auto;
}
.retry_btn {
	width: 100%;
}
}

@media screen and (max-width: 979px) {
.follow_box_inner {
	margin-top: 0;
}
}

@media screen and (max-width: 940px) {
.follow_box_logo_txt br {
	display: none;
}
}

@media screen and (max-width: 768px) {
.follow_box {
	padding: 0 12px;
	box-sizing: border-box;
}
.follow_box_inner {
	margin-top: 30px;
	padding: 41px 21px;
	display: block;
}
.follow_box_inner p.question {
	letter-spacing: 0.15em;
}
.start_btn {
	width: 100%;
}
.follow_box_left {
	display: block;
	width: 100%;
	text-align: center;
	max-width: inherit;
	border-right: none;
}
.follow_box_right {
	width: 100%;
	display: block;
	text-align: center;
}
.follow_box_logo {
	display: block;
}
.follow_box_logo_txt {
	display: block;
	margin-top: 25px;
	padding: 0;
	text-align: center;
}
.follow_box_link {
	margin-top: 22.5px;
	margin-bottom: 17.5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.follow_box_link li {
	width: 50%;
	text-align: center;
}
.app {
	float: left;
}
.app img {
	width: 113px;
}
.goo {
	float: right;
}
.goo img {
	width: 135px;
}
}
/*-----------------------
btn_online__area
------------------------*/
.btn_online__area {
	margin: 45px 0 10px;
	text-align: center;
}
.btn_online {
	font-family: 'brown-bold';
	display: inline-block;
	text-align: center;
	width: 57%;
	padding: 10px 0;
	border: 3px solid #000;
}
.btn_online a {
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: #000;
	letter-spacing: 3px;
	vertical-align: middle;
}
.btn_online a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
.btn_online__area {
	margin: 45px 22px 10px 22px;
	text-align: center;
 padding:;
}
.btn_online {
	padding: 5px 0;
	border: 2px solid #000;
	width: 100%;
}
.btn_online a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: 'brown-bold';
	text-decoration: none;
}
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}


li.remodal-store-sup {
  margin: 0 3px 0 0;
}

span.remodal-store-sup-txt,
span.remodal-store-sup-price {
  position: relative;
  top: -3px;
}
span.remodal-store-sup-price {
  font-weight: bold;
}


/* -----------------------------------
 hover PC
----------------------------------- */
@media screen and (min-width: 768px) {
	.item-content {
		overflow: hidden;
	}
	.item-content img {
		display: block;
		transition-duration: 0.5s;
	}
	.item-content img:hover {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}
}

/* -----------------------------------
 icon SP
----------------------------------- */
@media screen and (max-width: 768px) {
	.item-content::before {
		position: absolute;
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background-image: url(../../assets/images/xocontent/ico_plus.png);
		background-size: contain;
		bottom: 10px;
		right: 10px;
		opacity: .3;
	}
}
