@charset "euc-jp";
/* 同階層のページのみに適応させる用CSS */

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
html { font-size: 62.5%; } 
body { font-size: 12px; font-size: 1.2rem; } /* =12px */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:1.5;
	color:#000;
	background:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 画像
----------------------------------*/
img {
	/* width:100%; */
}
/* 画像透過
----------------------------------*/
a:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


/* a
----------------------------------*/
a {
	display:block;
	text-decoration:none;
	color:#000;
}

/* ol,ul,dl
----------------------------------*/
li {list-style:none;}



/* ▲ 仕様を複製する際はここから上を丸コピしてください。 ▲
===================================================================*/



/* header
----------------------------------*/
header {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
@media only screen and (max-width: 1025px) {
iframe {
	width:100%;
}
}
#headerSp {
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

#hBnr{
    float: right;
    margin: 0 1em 0 0;
    height: 63px;
    width: 300px;
}

#hBnr img{
	height: 63px;
}
/* footer
----------------------------------*/
footer div.sptbno {
	width:1000px;
	margin:0 auto;
}
footer div.pcno {
	padding-bottom:50px;
}
footer div.pcno iframe {
	width:100%;
	margin:0 auto;
}

/*フッターリンク（情報ページ）*/
.link_list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #000;
	margin-top: 20px;
}
.link_list li {
	position: relative;
	display: table;
	float: left;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #ccc;
}
.link_list li a {
	display: table-cell;
	padding: 1.2em 0 1.2em 12px;
	vertical-align: middle;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.link_list li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4.2px;
	border: solid #ccc;
	border-width: 3px 3px 0 0;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.link_list li.fulllong, .link_list.large li.fulllong {
	width: 100%;
	border-left: 0;
}
.link_list li.fulllong {
	background-color: #6d6c6f;
}
.link_list li.fulllong a {
	color: #FFF;
	font-weight: bold;
}
/* copyright */
.copyright {
	text-align: center;
	font-size: 1.2rem;
	padding: 10px;
}
/* PCのみ */
@media only screen and (min-width: 1024px) {
	.load_fav a{
		margin: 10px auto !important;
	}

}




/* クーポン表示 test */
.bnr_contents_itemWrap:before{
	content:"＼値引きクーポン配布中！／";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

/* レイアウト
----------------------------------*/

.wrap {
	margin:0 auto;
	background-color:#fff;

}
.wrap.wrap2 {
	background-color:#ffdd00;

}

.wrap3 {
	background-color:#cccccc;
}

.wrap.ohitori {
	background-color:#e1e1e1;
}

.wrapInn {
	width:100%;
	max-width: 900px;
	padding:50px 20px;
	margin: auto;
	box-sizing: border-box;
}
.wrapInn.wrapInn2,
.wrapInn.wrapInn3{
	padding:0px 20px;
}
.box.clearfix {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
.contents {
	padding-top:50px;
}
.wrapInn {
	padding:50px 5px;
}
}

/* main visual
----------------------------------*/
#mainVisual {
	width:100%;
	text-align:center;
	line-height:1;
	background-image: url("https://resort.itembox.design/item/new/cat/event/ss/images/main/bg_main.jpg")
}
#mainVisual div {
	padding:0 0;
	margin:0 auto;
	max-width:1920px;
	background-repeat:no-repeat;
	background-position:center center;
}
#mainVisual h1 {
	margin:0;
}

#mainVisual div p:last-child {
	margin-top:20px;
}

#mainVisual > p {
	background:#000;
	color:#FFF;
	font-size:4.8rem;
	padding:15px 15px 10px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.5;
}
#mainVisual > p span {
	font-size:4.8rem;
}

#mainVisual .mainAtt {
	padding:0 15px 10px;
}
#mainVisual .mainAtt , 
#mainVisual .mainAtt span {
	font-size:1.4rem;
}
#mainVisual .mainAtt span {
	color:#c00000 !important;	
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
#mainVisual div {
	padding:0;
	background-size:100% 100%;
}
#mainVisual > p {
	font-size:4.375vw !important;
	padding:10px;
}
#mainVisual > p span {
	font-size:4.375vw;
}
#mainVisual .mainAtt {
	padding:0 10px 10px;
}
#mainVisual .mainAtt , 
#mainVisual .mainAtt span {
	font-size:1.2rem !important;
}
#mainVisual .mainAtt span {
	color:#c00000 !important;	
}
}

/*  freeShipping
--------------------------------------*/
#freeShipping {
	max-width: 1000px;
	margin: 2em auto 6em;
  }

  #freeShipping h2 {
	background: #000;
	padding: 0.5em;
	color: #fff;
	text-align: center;
  }

  #freeShipping p {
	padding: 0.5em;
	text-align: right;
  }

  #freeShipping h3 {
	font-size: 2em;
	padding: 0.5em;
	text-align: center;
  }

  #freeShipping ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  }

  #freeShipping li {
	width: calc(100% / 3 - 10px);
	background: #c9c9c9;
	text-align: center;
	border-radius: 3px;
	margin: 5px;
  }

  @media only screen and (max-width : 680px) {
	#freeShipping li {
	  width: calc(100% / 2 - 10px);
	}
  }

  #freeShipping li a {
	font-size: 1.5em;
	padding: 0.5em;
  }
/*  ================================================
共通コンテンツ
================================================  */
.contents{
	
}
/*  flexbox
--------------------------------------*/
.bnr_contents{
    overflow: hidden;
}
.bnr_contents_item,
.col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jcC{
	justify-content: center;
}
.col+.col{
	/* padding: 2em 0 0; */
}
.bnr_contents_item>*,
.col>*{
	position: relative;
}
.bnr_contents_item.bnr_contents_item2>*,
.bnr_contents_item.bnr_contents_item4>*,
.col.col2>*{
    width: calc(100% / 2 - 20px);
}
.bnr_contents_item.bnr_contents_item2>*:nth-child(n+3),
.bnr_contents_item.bnr_contents_item4>*:nth-child(n+5),
.col.col2>*:nth-child(n+3){
    margin-top: 20px;
}
.bnr_contents_item.bnr_contents_item3>*,
.col.col3>*{
    width: calc(100% / 3 - 20px);
}
.col.col4>*{
    width: calc(100% / 4 - 20px);
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
	.bnr_contents_item.bnr_contents_item2>*,
.bnr_contents_item.bnr_contents_item4>*,
.col.col2>*{
    width: calc(100% / 2 - 10px);
}
.bnr_contents_item.bnr_contents_item2>*:nth-child(n+3),
.bnr_contents_item.bnr_contents_item4>*:nth-child(n+5),
.col.col2>*:nth-child(n+3){
    margin-top: 20px;
}
.bnr_contents_item.bnr_contents_item3>*,
.col.col3>*{
    width: calc(100% / 3 - 10px);
}
.col.col4>*{
    width: calc(100% / 4 - 10px);
}
}
.bnr_contents_item img{
    width: 100%;
}
.bnr_contents_item a{
    margin: 0 5px 10px;
	box-sizing: border-box;
} 
.intcol{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3em;
}
.intcol>*{
	position: relative;
	border: 1px solid #000;
	margin: 4px;
	text-align:center;
}
.intcol.col2>*,
.intcol.col4>*{
    width: calc(100% / 2 - 10px);
}
.bnr_contents_item.bnr_contents_item3>*,
.intcol.col3>*{
    width: calc(100% / 3 - 10px);
}
{
    width: calc(100% / 4 - 10px);
}
div.wrapInn .item_name{
	font-size:1.6em!important;
	letter-spacing:1px;
}
/** 枠基本スタイル **/
div.wrapInn .item_name{
	font-size: 1.2em!important;
	margin: 0.3em 0!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
div.wrapInn .load_offrate{
	display: block;
	background:#c60000;
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 1em!important;
	margin: 6px 0;
	text-align: left;
	float: left;
	letter-spacing: 0px;
}
div.wrapInn .load_offrate:after{
	content:" OFF";
}
div.wrapInn .load_price.item_sale:before{
	content:"期間限定　￥ ";
	font-size: 1.6rem!important;
	vertical-align:middle;
	font-weight: normal;
}
div.wrapInn .load_price {
	text-align: right!important;
	font-size: 2.6rem!importan;
	font-weight:bold;
	letter-spacing: 0.2px;
	color:#c60000;
	clear: both;
}
div.wrapInn .load_nmprice {
	text-align:right;
	font-size:2.4rem;
	font-weight:bold;
	letter-spacing: 0.5px;
	color: #919191;
	text-decoration: dotted;
	float: right;
	position: relative;
}
div.wrapInn .load_nmprice:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: block;
	background: #919191;
}
div.wrapInn .load_price:before,
div.wrapInn .load_nmprice:before{
	content:"￥ ";
	font-size: 1.2rem!important;
	vertical-align:middle;
}
.box .catch {
	position:absolute;
	bottom:5px;
	left:0;
}
/* point10倍・送料無料等の左上設置アイコン */
.icon {
	position: absolute;
	left: -1px;
	top: -10px;
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
.box a p {
	font-size: 1em;
	line-height: 140%;
	color: #333;
}
.col1 p > span , 
.load_price {
	font-size: 1.6rem!important;
	letter-spacing:0;
	height: 1.4em;
}
.col1 p > span , 
.load_nmprice {
	font-size: 1.6rem!important;
	letter-spacing:0;
	margin: 6px 0;
	height: 1.4em;
}
.load_offrate{
	font-size: 1.2rem!important;
}
.box .catch {
	position:static;
}
.icon {
	top:-15px;
}
/* 三角サイズ */
.load_price:after {
	font-size:1.4rem;
}
/* 円マークサイズ */
.load_price:before {
	font-size:1.8rem;
}
.load_price.item_sale:before{
	font-size:1.4rem;
}
}

/** section間に設置されているリンクボタン **/
.link{
	margin: 3em 0 0;
}
.link a{
	text-align: center;
	margin: 1em 1em 0;
	padding: 0.5em;
	font-size: 1.6em;
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
	.link a{
	font-size: 1.4em;
}
}
.link a.txtBtn {
	background-color:#000;
	color: #fff;
}

.link_sale a.txtBtn {
	background-color:#c00000;
}

/*  common_layout
--------------------------------------*/
.ttl{
	line-height:1.3;
	text-align: center;
	margin-bottom: 1em;
}
.ttl_s{
	display:block;
	font-size: 1.2em;
}
.ttl_m{
	display:block;
	font-size: 1.6em;
}
.ttl_l{
	display:block;
	font-size: 2em;
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
	.ttl_s{
	display:block;
	font-size: 1.2em;
}
.ttl_m{
	display:block;
	font-size: 1.2em;
}
.ttl_l{
	display:block;
	font-size: 1.3em;
}
}
.ttl_pointup {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents001.gif) no-repeat center top;
	padding-top:250px;
}
.ttl_sale {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents004.gif) no-repeat center top;
	padding-top:250px;
}
.ttl_sale99 {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents002.gif) no-repeat center top;
	padding-top:250px;
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1025px) {
	.ttl_pointup {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents001.gif) no-repeat center top;
		background-size: 50%;
	padding-top: 130px;
}
.ttl_sale {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents004.gif) no-repeat center top;
			background-size: 50%;
	padding-top: 130px;
}
.ttl_sale99 {
	background:url(https://resort.itembox.design/item/new/cat/event/ss/images/ttl/ttl_contents002.gif) no-repeat center top;
	background-size: 50%;
	padding-top: 130px;
}
}



/* menu list
================================================ */
#menu-list {
	opacity:0;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #dd3c60;
    width: 100%;
	transition-duration: .3s;
}
#menu-list.op {
	opacity:1;
}
#menu-list ul {
	margin:0 auto;
	display:flex;
	justify-content:center;
	overflow: hidden;
	align-items: center;
}
#menu-list ul li {
	margin:0 10px;
}
#menu-list ul li a {
	height:100%;
	padding:20px;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
}
#menu-list ul li a , #menu-list ul li a:hover , #menu-list ul li a:visited , #menu-list ul li a:active {
	color:#FFF !important;
}
#menu-list ul li a:hover {
	background:rgba(255,255,255, .2)
}

@media only screen and (max-width: 1025px) {
#menu-list  {
z-index:99;
top: auto;
bottom: 0;
height: 60px;
overflow: auto;
}
#menu-list ul {
margin: 0 auto 0;
display:block;
justify-content:center;
align-items:stretch;
width: 1000px;
}
#menu-list ul li {
margin:0 10px;
float:left;
}
#menu-list ul li a {
height:auto;
text-align: center;
font-size: small;
}
#menu-list ul li a br{
display:none;
}
}

@media only screen and (min-width : 780px) {
	#sbRig{
		display: none;
	}
}
