@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem;
  color: #231815;
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
}


/* link setting */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* image setting */

img {
	max-width: 100%;
	vertical-align: bottom;
}


/* =============================================================================
 Common Class
============================================================================= */

.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}


@media screen and (min-width: 768px) {
.on img,
img.on {
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-ms-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.on img:hover,
img.on:hover {
	opacity: 0.7;
}
.only-sp {
	display: none;
}
}

.mt00 { margin-top: 0px !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mr00 { margin-right: 0px !important;}
.mr01per { margin-right: 1% !important;}

.mb1em { margin-bottom: 1em !important;}
.mb146em { margin-bottom: 1.46em !important;}
.mb164em { margin-bottom: 1.64em !important;}
.mb2em { margin-bottom: 2em !important;}

.pt00 { padding-top: 0px !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}
.pt50 { padding-top: 50px !important;}

.pb00 { padding-bottom: 0px !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb100 { padding-bottom: 100px !important;}

.pb1em { padding-bottom: 1em !important;}
.pb146em { padding-bottom: 1.46em !important;}
.pb164em { padding-bottom: 1.64em !important;}
.pb2em { padding-bottom: 2em !important;}

.mr1em { margin-right: 1em !important;}

.lp-06 { letter-spacing: -0.6px;}
.lp-08 { letter-spacing: -0.8px;}
.lp-10 { letter-spacing: -1px;}
.lp-15 { letter-spacing: -1.6px;}
.lp-20 { letter-spacing: -2px;}
.lp-30 { letter-spacing: -3px;}
.lp-70 { letter-spacing: -7px;}
.lp-00 { letter-spacing: 0px;}

.red { color: #d10012;}
.blue { color: #0087d0;}

.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs14 { font-size: 14px !important;}
.fs15 { font-size: 15px !important;}


/* =============================================================================
 global navi
============================================================================= */

.listTab {
}
.listTab .lead {
  padding: 37px 0;
  font-size: 18px;
  background: url(../images/bg_lead.png) 0 0 no-repeat;
  text-align: center;
  line-height: 1.46;
  font-weight: bold;
}
.listTab ul {
  padding: 23px 0 0;
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 0;
  font-size: 0;
  background: url(../images/bg_item.png) 0 -215px no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.listTab ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #f5f185;
}
.listTab ul li {
  position: relative;
  z-index: 2;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.listTab ul li span {
  width: 441px;
  height: 97px;
  display: block;
  background: url(../images/tab_5500.png) center center no-repeat;
}
.listTab ul li:nth-child(2) {
  margin-left: 30px;
}
.listTab ul li:nth-child(2) span {
  width: 440px;
  height: 95px;
  background: url(../images/tab_11000.png) center center no-repeat;
}
.listTab ul li span:hover {
  cursor: pointer;
}
.listTab ul li span img {
  opacity: 0;
}
.listTab ul li span:hover img,
.listTab ul li span.current img {
  opacity: 1;
}
.listTab ul li span:hover,
.listTab ul li span.current {
  background: none;
}


/* =============================================================================
 Common Block Styles
============================================================================= */


/* =============================================================================
 Page Styles
============================================================================= */
#container {
  width: 1000px;
  margin: 0 auto;
}

#commonHeader .headerInner {
  position: relative;
}
#commonHeader .headerInner .logo {
  /* border: 1px #bab4b4 solid; */
  position: absolute;
  left: 0;
  top: 0;
}

#mainArea {
  padding: 0 0 30px;
}

.list .cont {
  display: none;
}
.list .cont.open {
  display: block;
}
.list .cont > ul > li {
  padding: 38px 0 25px 45px;
  border-bottom: 12px #f5f185 solid;
  background: url(../images/bg_item.png) 0 0 no-repeat;
}
.list .cont ul li .contArea {
  display: flex;
}
.list .cont ul li .contArea .mainImage {
  width: 465px;
}
.list .cont ul li .contArea .detail {
}
.list .cont ul li .title {
  margin: 15px 0 20px;
}
.list .cont ul li .items {
  margin: 0 0 15px 10px;
  display: flex;
  width: 405px;
  justify-content: space-between;
}
.list .cont ul li .item {
  width: 130px;
}
.list .cont ul li .itemImage {
  margin: 5px 0 5px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list .cont ul li .itemImage img{
  width: 120px;
  height: auto;
}

.list .cont ul li .itemName {
  margin: 20px 0 10px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
.list .cont ul li .itemName span {
  letter-spacing: -.03em;
}
.list .cont ul li p {
  margin: 0 0 5px;
  line-height: 1.1;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.list .cont ul li p.tismall {
  letter-spacing: -.15em;
}
.list .cont ul li .entryNum {
  padding: 4px 0;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-size: 12px;
  font-weight: bold;
}
.list .cont ul li .btnExchange {
  margin: 0 0 0 5px;
}
.list .cont ul li .caution {
  padding: 20px 0 0;
}
.list .cont ul li .caution img {
  width: 895px;
}

.list .cont .catalogueGift {
  padding: 50px 100px 70px;
  background-color: #231815;
}
.list .cont .catalogueGift .title {
  margin: 0 0 25px;
  border-bottom: 1px #756e6c solid;
}
.list .cont .catalogueGift .catalogue {
  display: flex;
  justify-content: space-between;
}
.list .cont .catalogueGift .catalogueImage {
  padding: 0 10px;
  width: 280px;
  box-sizing: border-box;
}
.list .cont .catalogueGift .catalogueInfo {
}
.list .cont .catalogueGift .catalogueInfo p {
}
.list .cont .catalogueGift .catalogueInfo ul {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.list .cont .catalogueGift .catalogueInfo ul li {
}


