@charset "shift_jis";

/* ECB調整 */
.main1c {
    box-sizing: content-box;
}
h2, h3 {
	border-bottom: none;
}
/*=== コンテンツページ用要素 ===*/

blockquote {
  background: #eee;
  border-radius: 10px;
  display: inline-block;
  font-style: italic;
  line-height: 1.8;
  margin: 10px 0 40px;
  padding: 25px 25px 20px;
  position: relative;
}

blockquote:before {
  content: '“';
  color: #ccc;
  font-family: serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 5px;
}

blockquote:after {
  content: '”';
  color: #ccc;
  font-family: serif;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  bottom: -60px;
  right: 5px;
}

/*=== ヘッダー ===*/

#header {
	background-size: 100% !important;
	background-size: cover !important;
	width: 100%;
	/* padding: 0; */
	margin: 0 0 5px;
}

.header-mask {
	width: 100%;
	background: rgba(0,0,0,0.7);
}
.header-mask.white {
	background: rgba(255,255,255,0.7);	
}

#header .section {
	position: relative;
}

#header h1 {
	padding-top:56px;
}

#header .header-mask h1,
#header .header-mask .description {
	color: #fff;	
}

#header .description {
	font-size: 18px !important;
}

#header .header-mask.white h1,
#header .header-mask.white .description {
	color: #151515;
}

#header .logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 56px;
	z-index: 10;
}

#header h2,
#header h2 a {
	padding: 0;
	margin: 0;
	width: 230px;
	height: 56px;
	text-decoration: none;
	display: block;
}

#header h2 a {
	background: url(/defaultShop/images/parts/contents_ucanlogo_w.png) center left no-repeat;
}

#header h2,
#header h2::before,
#header h2::after {
	content: none;
	border: none;
}

#header .whole-topimage {
	/* margin: 56px 0 0; */
}

#header .topimage {
	padding: 30px 0 0;
}

#header.pt2,
#header.pt3 {
	background: none !important;
	height: auto !important;
}

#header.pt2 {
	margin: 0;
}

#header.pt2 .logo {
	margin-top: -56px;
	background: #151515;
}

.pt2 .topimage-title {
    padding: 0 0 20px;
    margin: 0;
}

#header.pt2 h1,
#header.pt2 .description {
	margin: 10px auto 0;
  padding: 0;
  text-align: center;
  width: 90%;
}

.topimage {
	background: #fff;
	background: rgba(255,255,255,0.9);
}

.pt3 .topimage {
	background: none;
}

#header.pt3 .logo {
	background: none;
	width: 100%;
	height: auto;
}

#header.pt3 .logo h2 {
	position: absolute;
	top: 5px;
	right: 0;
}

#header.pt3 .white h2 a {
	background: url(/defaultShop/images/parts/contents_ucanlogo_w.png) center left no-repeat;
}

#header.pt3 .whole-topimage {
	margin: 0;
}

#header.pt3 .topimage {
	padding: 0;
}

#header.pt3 .topimage li {
	text-align: left;
}

#header.pt3 h1 {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
	padding: 20px 0;
	width: 800px;
}


/*=== パンくず ===*/

.header-aside {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

#topicpath {
	position: relative;
	margin: 0;
}

#topicpath ul {
	width: 900px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/*=== SNSボタン ページ上部 ===*/

#sns_contents_top {
    display: block;
    width: 110px;
		position: absolute;
		top: 5px;
		right: 0;
}
#sns_contents_top a {
		transition: all .3s;
}

#sns_contents_top .sns_fb,
#sns_contents_top .sns_tw {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 0 0 15px;
	background-size: 40px !important;
	text-decoration: none;
	box-shadow: 0 2px 2px #ccc;
}

#sns_contents_top .sns_fb:hover,
#sns_contents_top .sns_fb:active,
#sns_contents_top .sns_tw:hover,
#sns_contents_top .sns_tw:active {
	box-shadow: none;
}

#sns_contents_top .sns_li {
	display: none;
}

/*=== ページネーション ===*/

.pagenation {
	width: 95%;
  list-style: none;
  text-align: center;
  margin: 0 auto 40px;
  padding: 15px 0;
  background: -moz-linear-gradient(left, #ffffff 30%, #eeeeee 45%, #eeeeee 55%, #ffffff 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 30%,#eeeeee 45%,#eeeeee 55%,#ffffff 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 30%,#eeeeee 45%,#eeeeee 55%,#ffffff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.pagenation li {
  color: #fff;
  background: #ccc;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 6px;
  border-radius: 10px;
}

.pagenation li a {
  color: #333;
  box-sizing: border-box;
  background: #fff;
  display: block;
	font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 2px #ccc;
}

.pagenation li a:hover,
.pagenation li a:active {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
}

.pagenation .pagelist {
  text-align: center;
  display: block;
  width: 100%;
  background: none;
  color: #555;
  line-height: 1;
  height: auto;
  padding: 10px 0 0;
}


/*=== CTA ===*/

#cta-attention {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 10px 0 30px;
}

.cta-pagelink {
	font-family: YakuHanJPs, "NotosansJP", "メイリオ", sans-serif;
	color: #fff !important;
	display: block;
	background: #f51d12;
	border: 3px solid #f51d12;
	width: 610px;
	border-radius: 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 auto 50px;
	font-size: 35px;
	font-weight: bold;
	box-shadow: 0 2px 6px #aaa;
	height: 100px;
	line-height: 94px;
	overflow: hidden;
	text-decoration: none !important;
}

.cta-pagelink:hover,
.cta-pagelink:active {
	background: #fff;
	color: #f51d12 !important;
	box-shadow: none;
}

/*=== 関連バナー ===*/

#related_bnr {
  width: 1050px;
  margin: 0 auto;
}

#related_bnr h2 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
  border-top: none;
}

#related_bnr h2::after {
	content: none;
}

#related_bnr p {
  float: left;
  display: block;
  width: 50%;
  margin-bottom: 10px;
}

#related_bnr p img {
  width: 96%;
  margin: 0 2% 10px;
}

/*=== フッター ===*/

#footer2 {
	padding: 30px 0 20px;
}



/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

/*=== ヘッダー ===*/	

#header, .header-mask {
	height: auto !important;
}

.sp-textbox {
	margin: 150px 0 0 -3.1%;
  background: #fff;
  width: 100.2%;
  padding: 0 3%;
}

#header h1,
#header .description {
	margin: 0 !important;
	padding: 15px 0 0;
	width: 100% !important;
}

#header h2,
#header h2 a {
	margin: 0 auto;
}

#header .whole-topimage {
	/* margin: 42px 0 0; */
}

#header .topimage {
	padding: 30px 0 0;
}

#header {
	/* padding-top: 0;
	height: auto !important;
	background-size: contain !important;
	margin-top: 56px;
	margin-bottom: 0 !important; */
}

#header .header-mask,
#header .header-mask.white {
	background: none;
}

#header .header-mask h1,
#header .header-mask .description {
	color: #151515;
}

#header .description {
	font-size: 4vw !important;
}

#header .whole-topimage {
	/* margin: 56px 0 0; */
}

#header .topimage {
    padding: 0 0 0;
    margin: 0;
}

.whole-topimage,
#header.pt2 .topimage h1 {
	background: none !important;
	color: #151515;
}

#header.pt2 .topimage h1,
#header.pt2 .topimage .description {
	text-align: left;
	margin: 15px 3% 0 !important;
	width: 94% !important;
}

.pt2 .topimage-title {
	padding: 0;
}

#header .logo {
	background: #151515;
	margin-top: -56px;
}

#header.pt3 .logo,
#header.pt3 .white {
	background: #151515;
}

#header.pt3 .logo h2 {
	position: relative;
	top: 0;
	right: 0;
}

#header.pt3 .whole-topimage {
	margin: 0;
}


#header.pt3 h1 {
	font-size: 5.5vw;
	margin: 0;
	padding: 20px 3%;
	width: 94% !important;
}

#sns_contents_top {
	display: none;
}

.header-aside {
	width: 100%;
	margin: 20px 0 0;
}

#sns_sptop {
	margin: 15px auto 0;
}

/*=== ページネーション ===*/

#shop_contents2 .pagenation {
	width: 95%;
  margin: 20px auto;
  padding: 15px 0 10px;
	background: #eee;
  background: -moz-linear-gradient(left, #ffffff 0%, #eeeeee 30%, #eeeeee 70%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #eeeeee 30%, #eeeeee 70%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #eeeeee 30%, #eeeeee 70%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*=== CTA ===*/

.main1c .cta,
.cta .section {
	margin-bottom: 0 !important;
}

#cta-attention {
	font-size: 5.7vw;
	line-height: 1.5;
	margin: 10px 0 20px;
}

.cta-pagelink {
	color: #fff !important;
	display: block;
	background: #f51d12;
	border: 3px solid #f51d12;
	width: 100%;
	border-radius: 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	font-size: 7vw;
	font-weight: bold;
	box-shadow: 0 2px 6px #aaa;
	height: 80px;
	line-height: 74px;
	letter-spacing: -1px;
	overflow: hidden;
	text-decoration: none !important;
	box-sizing: border-box;
}

.cta .section h2 {
	margin-bottom: 5px;
}

.cta .col2-1, .cta .col2-2 {
	margin-bottom: 0;
}

.cta .col2-1 img {
	width: 80%;
	margin: 0 auto;
}


/*=== 関連バナー ===*/

#related_bnr {
  width: 94%;
  margin: 0 auto;
}

#related_bnr h2 {
  font-size: 4.5vw;
  padding-bottom: 2vw;
  margin-bottom: 20px;
}


#related_bnr h2::before {
	content: none;
}


#related_bnr h2::after {
	content: none;
}

#related_bnr p {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

#related_bnr p img {
  width: 96%;
  margin: 0 2% 10px;
}

/*=== フッター ===*/

#static-responsive #footer2 #fnavi {
	text-align: center;
}


}/* Media Query for SmartPhone */