#pickup {
  margin-top: 20px;
}
#pickup li.empty_box{
  display:none;
}
#pickup li img{
  vertical-align:top;
  margin-bottom:15px;
}

#pickup_box_left {
  width: 410px;
}
#pickup_box_right {
  width: 65%;
  width : -webkit-calc(100% - 410px - 10px) ;
  width : calc(100% - 410px - 10px) ;
}
#pickup_campaign_area {
  	width: 410px;
    height: 290px;
    background: #ccc;
    color: #fff;
    vertical-align: middle;
}
#pickup_information_area_pc {
  height: 160px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid black;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family:"Nunito Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Maru Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
#pickup_box_right_bottom {
}
#pickup_eventinfo_area {
  width: calc(100% - 270px);
  height: 120px;
  background: url(https://img07.shop-pro.jp/PA01392/553/etc_base64/Ym5yX2hvbWVfZ29vZHNfY2F0MjAyNA.jpg?cmsp_timestamp=20240208160604) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
}
#pickup_eventinfo_area a {
  display: block;
  width: 100%;
  height: 120px;
}
#pickup_campaign_area a:hover img,
#pickup_eventinfo_area:hover,
#pickup_readme_area:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#pickup_readme_area {
  width: 260px;
  height: 120px;
  background: url(https://file002.shop-pro.jp/PA01392/553/images/background/bg_readme.jpg?cmsp_timestamp=201711061713) no-repeat center center;
  background-size: auto 100%;
  text-indent: -9999px;
}
#pickup_readme_area a {
  display: block;
  width: 100%;
  height: 120px;
}
/*
#pickup_readme_area a {
  display:block;
  height: 120px;
  background: #e89b80;
  position: relative;
}
#pickup_readme_area a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 1em;
  text-align: center;
  font-size: 18px;
  font-family: Calibri, "Nunito Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Maru Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.4em;
}
*/

#pickup_information_area_sp {
  display: none;
}
#pickup_information_area_pc {
  display: block;
}
@media only screen and (max-width:940px) {
#pickup_information_area_sp {
  display: block;
  border: 1px solid black;
  padding: 20px;
}
#pickup_information_area_pc {
  display: none;
}
#pickup_campaign_area {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#pickup_eventinfo_area {
  width: 100%;
  height: 160px;
  margin-top: 10px;
}
#pickup_readme_area {
  width: 100%;
  height: 120px;
  margin-top: 10px;
}
}
@media only screen and (max-width:640px) {
#pickup_box_left {
  width: 100%;
  height: auto;
}
#pickup_box_right {
  width: 100%;
  height: auto;
}
#pickup_campaign_area {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#pickup_eventinfo_area {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#pickup_readme_area {
  width: 100%;
  height: 100px;
  margin-top: 10px;
}
}

#wide_pic,#wide_pic div{
}
#wide_pic .sp-slide {
  max-width:100%;
  padding:8px;
  box-sizing:border-box;
  background-color:#ffffff;
  margin-bottom:30px;
 margin-left:10px;
 margin-right:10px;
/*  transition:0.2s ease;*/
}
#wide_pic .sp-slide:hover {
}
#wide_pic .sp-slide .tag{
}
#wide_pic .sp-slide .pd {
	margin-top: 10px;
  text-align: right;
}
#wide_pic .sp-slide img{
  height:190px;
  width:190px;
}
.tag{
  margin-top:10px;
}
.tag ul{
  padding:0;
  margin:0;
}
.tag li{
  display:inline;
  margin-left:1em;
  font-size:12px;

}

#newarrival .pick_list .flex_box li.empty_box{
  width: 23.5%;
  width: calc(100% / 4 - 15px);
  width: -webkit-calc(100% / 4 - 15px);

}
#newarrival .pick_list li{
  text-align:center;
  margin-bottom:45px;
  width: calc(100% / 4 - 20px);
  width: -webkit-calc(100% / 4 - 20px);
}
#newarrival .pick_list li a.new_ico{
  position:relative;
}
#newarrival .pick_list li img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#newarrival .pick_list li a.new_ico:before{
  position:absolute;
  top:-6px;
  left:15px;
  z-index:2;
  content:"";
  height:46px;
  width:39px;
  background-image:url("https://file002.shop-pro.jp/PA01392/553/images/common/ico_new.png");
}

@media only screen and (max-width:640px) {
  #cotogoto .flex_box > div{
	width:48%;
  }
  #wide_pic .sp-slide img{
  height:180px;
  width:100%;
}
#newarrival .pick_list li{
  width: calc(100% / 2);
  width: -webkit-calc(100% / 2);
  padding:5px;
  box-sizing:border-box;
}
  #newarrival .pick_list li a.new_ico:before{
  position:absolute;
  top:-8px;
  left:10px;
}
.sp-arrow {
    background-size: 25px auto;
    background-repeat: no-repeat;
    height: 30px !important;
    width: 25px !important;
}

}
@media only screen and (max-width: 500px) {
  #cotogoto .sp-horizontal .sp-arrows{
  top:100px !important;}
}

#cotogoto_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(128,128,128,0.7);
}
#cotogoto_container .cotogoto_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	max-width: 90%;
	height: 700px;
	max-height: 80%;
	background: #fff;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cotogoto_container .cotogoto_box_inner {
	height: 650px;
	max-height: 90%;
	max-height: -webkit-calc(100% - 30px);
	max-height: calc(100% - 30px);
	overflow-y: auto;
	overflow-x: hidden;
}
#cotogoto_container .cotogoto_box .caption {
	margin-top: 20px;
}
#cotogoto_container .cotogoto_box .tag,
#cotogoto_container .cotogoto_box .pd {
  display: inline-block;
  margin-right: 40px;
  font-size: 18px;
}
span.closebtn {
	height: 24px;
	width: 24px;
	display: block;
	position: relative;
}
span.closebtn:hover {
	cursor: pointer;
}
.closebtn:before, .closebtn:after {
	content: '';
	height: 4px;
	width: 24px;
	display: block;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.closebtn:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.fixedBackground {
	position: fixed;
	width: '100%';
}

/* スマホ タブ化対応 */
#tab_box {
	display: none;
}
@media (max-width: 640px) {
#newarrival {
	display: none;
}
#tab_box {
	display: block;
}
}

#tab_box {
  margin-top: 40px;
}
#tab_box .tab_list {
  display: flex;
  justify-content: space-between;
}
#tab_box .tab_list li {
  background: #fff;
  color: #aaa;
  font-weight: bold;
  width: 100%;
  margin-left: 4px;
  padding: 5px 8px;
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #aaa;
  border-bottom: 0;
}
#tab_box .tab_list li:first-child {
  margin-left: 0;
}
#tab_box li.active {
  color: #333;
  margin-bottom: -1.3px;
}
#tab_box .panel_area {
  padding: 20px 5px;
  border: 1px solid #aaa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#tab_box .tab_panel {
  display: none;
}
#tab_box .tab_panel.active {
  display: block;
}
#tab_box .tab_panel .title_area h2 {
	margin-top: 15px;
}

