@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/
*{
	box-sizing: border-box;
}

html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	color: #333;
}

/*　背景のボックスが必要な場合のみ設定  */
#back {
}

p {
	font-size:100%;
	line-height:1.7em;
	margin:0;
}

ul{
	padding: 0;
}

strong {font-weight:bold}

img {
	border:0;
	vertical-align: bottom;
	max-width: 100%;
}

hr{
	margin: 0 0 5em 0;
    border: 0;
    height: 1px;
    clear: both;
	background: #bbb;
}

figure{
	margin: 0;
	padding: 0;
}
figcaption{
	font-size: 70%;
}
/*独自クラス*/

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.tb-only{
	display: none;
}

.main .tac{
	text-align: center !important;
}
.main .tal{
	text-align: left !important;
}

.main .tar{
	text-align: right !important;
}
.note{
	font-size: 12px;
	margin: 8px 0 0;
}



/*マージン・パディング*/
.main .mb0 {
	margin-bottom: 0 !important;
}
.main .mb1em {
	margin-bottom: 1em !important;
}
.main .mb2em {
	margin-bottom: 2em !important;
}
.main .mb3em {
	margin-bottom: 3em !important;
}
.main .mb4em {
	margin-bottom: 4em !important;
}
.main .mb5em {
	margin-bottom: 5em !important;
}
.main .mb10em {
	margin-bottom: 8em;
}
.main .fs-big{
	font-size: 250% !important;
}
.main .fs-s{
	font-size: 80% !important;
}
.ct-mb{
	margin-bottom: 6%;
}


/*　ビジュアル--------------------------------　*/

.visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.visual picture {
  display: block;
  height: 100%;
}

.visual img {
  width: 100%;
  height: 100%;
/*  object-fit: cover;
  object-position: top center;
*/  display: block;
}

/*logo*/
.visual .main-logo{
	position: absolute;
	top: 5.2%;
	left: 3%;
	/*transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);*/
	max-width: 175px;
	width: 9.11%;
	margin-top: 0;
	z-index: 1;
}

.visual .mainimg-ttl {
	position: absolute;
	left: 5%;
	bottom: 14%;
	width: 93.85%;
	z-index: 1;
	color: #fff;
	font-size: 84px;
	font-size: clamp(20px, 4.0vw, 80px);
	text-align: left;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin: 0;
}
.visual .ttl_sub01 {
	width: 16%;
	max-width: 286px;
	display: block;
	margin-bottom: 10px;
} 
.visual .ttl_sub02 {
	width: 44%;
	max-width: 800px;
	display: block;
}
.visual_ttl_text{
	line-height: 1.6;
    margin-bottom: 5%;
    letter-spacing: 0.1em;
}
.visual .fs-37 {
	font-size: 37px;
	font-size: clamp(24px,2.85vw, 48px);
} 
.visual .fs-52 {
	font-size: 52px;
    font-size: clamp(40px,4vw, 72px);
	letter-spacing: 0.02em;
} 




/*　コンテンツ外枠--------------------------------　*/

#contents {
	width:100%;
	margin:0 auto 0 auto;
	}

#contents:after, .cf:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}

/*　コンテンツ　メインカラム--------------------------------　*/

.main {
	width:100%;
	height:auto;
	padding: 8% 0 0;
	margin:0px auto ;
	/* overflow: hidden; */
}



/*　見出し　--------------------------------　*/

h2 {
	margin: 32px auto 60px;
	padding:0px 0 0px 0px;
	text-align:center;
	font-size:200%;
	font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight:600;
	color: #333;
	letter-spacing: 0.2em;
	clear:both;
	position: relative;
}
h2 a {
	text-decoration:none;
}
h3 {
	margin: 0 0 56px 0;
    padding: 0 0 0;
    line-height: 1.6;
    font-size: 150%;
	font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    font-weight: 500;
    clear: both;
    text-align: left;
	position: relative;
	letter-spacing: 0.1em;
}

h3 a {
	color:#333;
	text-decoration:none;
	}

h4 {
    text-align: center;
	margin:0 0 10px;
	font-size: 120%;
	color: #333;
	font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 1em;
}

/*回りより小さい文字　small-text 80％*/
span.small-t{
	font-size: 80%;
	display: inline;
}




/*　本文　--------------------------------　*/

/*　文字色・サイズ　共通　*/
.main p,
.main table,
.main ul ,
.main ol {
	color:#333;
	font-size:100%;
	line-height:2;
	font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight: 500;
}

/*　段落　*/
.main p {
	margin:0 0 1em 0 ;
}

.main p img{
	margin:0 10px 20px 10px;
}


/* リンク文字色 */
.main a {
	color:#333;
	text-decoration:none;
	transition: 0.2s ease color;
}

.main a:hover {
	color: #000;
	/* text-decoration:underline; */
}


/*　リスト　*/

.main ul , .main ol{
	margin:0 0 1em;
	}
.main ul li{
	margin-bottom:0.5em;
	}
.main ol li{
	margin-bottom:0.5em;
}


/* フッター--------------------------------　*/

#footer {
	margin:0px auto 0 auto;
	padding: 80px 0;
	width:100%;
	clear:both;
	background-color: #466e87;
	color: #fff
}

#footer .box {
	width: 87.5%;
	max-width: 1680px;
	margin: 0 auto 0;
	position: relative;
}
#footer .footer_ct p,
#footer .footer_ct a,
#footer .footer_ct h4{
	color: #fff;
}
#footer .footer_ct li{
	list-style: none;
	color: #fff;
	line-height: 1.6;
	font-size: 92%;
}
#footer .footer_ct li a{
	text-decoration: none;
}
#footer .footer_ct .ct-text span{
	font-size: 80%;
}

#footer .copyright {
	text-align: right;
	font-size: 12px;
	margin-top: auto;
}



/* ページトップ */
p.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	}
p.pagetop a {
	display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #bbb;
    font-size: 20px;
    text-decoration: none;
    line-height: 50px;
    opacity: 0.85;
    text-decoration: none;
    border-radius: 50%;
	transition: 0.2s;
	}
p.pagetop a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	}

.footer-logo{
	max-width: 190px;
	width: 20%;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


/* ★各ページ共通--------------------------------　*/

/*タイトル------------------------------------*/

/* コンテンツ枠 */
.main .inner{
	width: 87.5%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0px 0 60px;
	margin-bottom: 8%;
}


.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_jc_c{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_ai_c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_ai_s{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex_end{
	  -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: flex-end;
}
.flex_reverse{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.flex_wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.09%;
}

/*画像　共通*/
.ct-img img{
	margin-bottom: 3.75em;
}
.ct-text.mb{
	margin-bottom: 3.75em;
}




/*商品名　リンク*/
.item-detail {
	margin-bottom: 4em;
}
.item-detail p{
	font-size: 93.75%;
	line-height: 1.8;
	margin-bottom: 0;
}
.btn-more {
	text-decoration: underline;
	display: inline-block;
	padding: 0 0 0 1em;
}






/* プロローグ　--------------------------------　*/
.main-ttl {
	text-align: center;
}
.main-ttl .sub-catch{
	color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.prologue .inner{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0;
}
.main .read-text{
	font-size: 17px;
	line-height: 2.4;
	margin-bottom: 0;
}


/* タイトル・文字指定　--------------------------------*/

.item_ttl {
	background-color: #cecd3d;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
	position: relative;
}
.item_ttl .item-num {
	letter-spacing: -0.01em;
    font-size: 50px;
	font-size: min(3.8vw, 50px);
    display: inline-block;
    margin-right: 30px;
	padding-left: 1.4em;
}
.item_ttl .item-name {
	font-size: 39px;
	font-size: min(3vw, 39px);
    letter-spacing: 0;
    font-weight: 600;
    margin-right: 1em;
}

.item_ttl::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 2.6em solid #F0F689;
  border-right: 2.6em solid transparent;
}
.box_02 .item_ttl {
	background-color: #80C8CB;
}
.box_02 .item_ttl::after {
  border-top: 2.6em solid #DCE9E6;
  border-right: 2.6em solid transparent;
}
.box_03 .item_ttl {
	background-color: #8EC1E4;
}
.box_03 .item_ttl::after {
  border-top: 2.6em solid #B9DAED;
  border-right: 2.6em solid transparent;
}
.box_04 .item_ttl {
	background-color: #F0B4B4;
}
.box_04 .item_ttl::after {
  border-top: 2.6em solid #CCCCCC;
  border-right: 2.6em solid transparent;
}
.box_05 .item_ttl {
	background-color: #B1ABD6;
}
.box_05 .item_ttl::after {
  border-top: 2.6em solid #DDF5ED;
  border-right: 2.6em solid transparent;
}




.fs-serif {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.lineup_ttl {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.lineup_ttl::after {
	content: "";
	width: 100%;
	height: 0.5px;
	background-color: #666;
	display: block;
	margin-bottom: 2.3em;
    margin-top: 10px;
}



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


/*sticky*/
.sticky {
	position: sticky;
	top: 0;
}
/*カラム　半分*/
.inner.w100{
	width: 100%;
}

.cl-pt_half {
	position: relative;
}

.cl-pt_half .cl-left {
	width: 50%;
}
.cl-pt_half .cl-right {
	width: 50%;
	padding: 0 5%;
}
.cl-left .ct-img img{
	max-height: 100vh;
    margin: 0 auto;
}

.cl-right .item-description{
	width: 80%;
    margin: 0 auto;
	margin-bottom: 3.75em;
}


/* スライド　--------------------------------*/


/*slick*/
.item-slider-wrap .slider-arrow {
  opacity: 0;
  transition: .3s;
}

.item-slider-wrap .item-slider-area:hover .slider-arrow {
  opacity: 1;
}
.item-slider-wrap .slick-dots {
    bottom: 0;
    text-align: left;
}

.item-slider-wrap .slick-dots li {
    margin: 0 2px;
}


/*page-footer*/
#footer.page-footer{
	background-color: #b9bfc1;
	padding: 50px 0;
}

#footer.page-footer .footer_ct_text .footer-logo{
	position: relative;
	width: 15%;
	max-width: 120px;
	text-align: center;
}
#footer.page-footer .footer_ct_text .copyright{
	text-align: center;
	margin-top: 1em;
}
#footer.page-footer .pagetop a{
	color: #7891a0;
}



/*lineup*/
.lineup-inner {
	margin: 0 0;
    overflow-x: auto;
}
.lineup {
	display: flex;
	gap: 20px;
}
.lineup li{
	width: 9vw;
    min-width: 120px;
	list-style: none;
}
.lineup li img {
	margin-bottom: 1em;
}
.lineup li a {
	font-size: 80%;
    line-height: 1.6;
    display: block;
	opacity: 1;
	transition: 0.3s ease;
}
.lineup li a:hover {
	opacity: 0.7;
}

/* thanks　--------------------------------*/

.thanks {
    background-color: #c2cba1;
}
.thanks .inner{
	padding: 2% 0 5%;
	margin-bottom: 0;
}
.thanks .thanks_ttl {
	font-size: 40px;
	font-size: clamp(28px, 2.4vw, 40px);
    color: #fff;
	margin: 0 8%;
}
.thanks .detail h5{
	font-size: 32px;
	font-size: clamp(24px, 1.9vw, 32px);
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 0 0.5em;
}
.thanks .detail {
	margin: 0 4%;
}
.thanks .detail .fs-small{
	font-size: 56.25%
}
.i-gaibulink {
	display: inline-block;
    padding-left: 10px;
}
.i-gaibulink img {
	vertical-align: middle;
}


/*  アニメーションスタイル
-------------------------------------------*/
/*右から左*/
.slide-left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
  }
.slide-left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*左から右*/
.slide-right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
  }
.slide-right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*下からふわっと表示*/
.slide-up{
 position:relative;
 transform: translate(0, 10%);
 opacity:0;
 transition: transform 1s, opacity 2s;
}
.slide-up.is-show {
    transform: translate(0, 0);
	opacity:1;
}

li.slide-up:nth-child(1){
	-moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
}
li.slide-up:nth-child(2){
	-moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
li.slide-up:nth-child(3){
	-moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
}
li.slide-up:nth-child(4){
	-moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
li.slide-up:nth-child(5){
	-moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
li.slide-up:nth-child(6){
	-moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
}
li.slide-up:nth-child(7){
	-moz-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
}
li.slide-up:nth-child(8){
	-moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
}
li.slide-up:nth-child(9){
	-moz-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
}
li.slide-up:nth-child(10){
	-moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
}
/*fade*/
.slide-fade{
	 position:relative;
	 opacity:0;
	 transition: transform 1s, opacity 2s;
}
.slide-fade.is-show {
	opacity:1;
}


/* --------------------------------　*/



@media screen and (min-width: 960px) and (max-width: 1000px) {
	
}


@media screen and (max-width: 768px)  {
	html, body, header, section, article, nav, footer,
	div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd,
	table, tr, th, td, tbody, thead, tfoot {
		margin: 0;
		padding: 0;}

	img { border: 0; vertical-align:bottom }

	body {
		width: 100%;
		background-color: #fff;
	/*	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif; */
		font-size: 14px;
		line-height: 1.8;
		-webkit-text-size-adjust: 100%;
		}

	*{
		box-sizing: border-box;
	}

	hr{
		margin: 0 0 3em 0;
	}
	/*独自クラス*/
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	.tb-only{
		display: none;
	}


	/*マージン・パディング*/
	.main .mb4em {
		margin-bottom: 2em !important;
	}
	.main .mb5em {
		margin-bottom: 2.4em !important;
	}
	.main .mb10em {
		margin-bottom: 4em !important;
	}

	.main .sp-mb0 {
		margin-bottom: 0px!important;
	}
	.ct-mb {
		margin-bottom: 2.4em;
	}

/*　コンテンツ　メインカラム--------------------------------　*/
	.main {
		padding: 40px 0 0;
	}

	/* コンテンツ枠 */
	.main .inner{
		width: 87.5%;
		margin: 0 auto;
		padding: 20px 0 40px;
		margin-bottom: 8%;
	}
	.flex{
		display: block;
	}

	.flex.remain{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.flex_jc_c{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.flex_ai_c{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.flex_ai_s{
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.flex_end{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.flex_reverse{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.flex_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1.09%;
	}
	/*画像　共通*/
	.ct-img img {
		margin-bottom: 3em;
	}
	.ct-text.mb {
		margin-bottom: 3em;
	}
	.ct-img-main {
		height: 64vw;
		width: 100vw;
        margin-left: -6.25vw;
	}
	.ct-img-main img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/*商品名　リンク*/
	.item-detail {
		margin-bottom: 3em;
	}
	.item-detail p {
		font-size: 80%;
	}

	/*　見出し / 本文　--------------------------------　*/

	h2 {
		margin: 8px auto 24px;
        font-size: 150%;
        letter-spacing: 0.1em;
        padding-left: 1em;
	}
	h3 {
		margin: 1em 0 30px 0;
		padding: 0 0 0;
		line-height: 1.6;
		font-size: 130%;
	}
	.main p, .main table, .main ul, .main ol {
		font-size: 92.86%;
	}


	/*　ビジュアル--------------------------------　*/
	.visual {
		height: 100vh;
		height: 100svh;
		min-height: 100svh;
	}
	
	.visual picture {
	  display: block;
	  height: 100%;
	}

	.visual img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: 60% center;
	  display: block;
	}

	.visual .main-logo {
		width: 65%;
        max-width: 240px;
	}
	.visual .mainimg-ttl {
		position: absolute;
		left: 7.7%;
		bottom: 8%;
		width: 92.3%;
	}
	.visual .ttl_sub01 {
		width: 35%;
		margin-bottom: 20px;
	}
	.visual .fs-37 {
		font-size: 20px;
		font-size: clamp(20px, 2.85vw, 32px);
	}
	.visual .fs-52 {
		font-size: 28px;
		font-size: clamp(28px, 4vw, 48px);
		letter-spacing: inherit;
	}
	.visual_ttl_text {
		line-height: 1.8;
		margin-bottom: 8%;
	}
	.visual .ttl_sub02 {
		width: 82%;
	}
	

	/* プロローグ　--------------------------------　*/
	.prologue .inner {
	padding: 0 0 20px;
	}
	.main .read-text {
		font-size: 14px;
		line-height: 2;
	}

	.place_01, .place_02, .place_03, .place_04, .epilogue {
		position: relative;
		/* overflow: hidden; */
	}

	
	/* フッター　footer--------------------------------　*/
	#footer {
		margin: 0px auto 0 auto;
		padding: 40px 0 20px;
	}
	.footer-logo {
		width: 30%;
		margin: 2em 0;
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
	}
	#footer .copyright {
		margin-top: 20px;
	}
	
	
	/* タイトル・見出し--------------------------------　*/
	.item_ttl .item-num {
		font-size: 26px;
		padding-left: 1em;
		margin-right: 10px;
		letter-spacing: 0;
	}
	.item_ttl::after {
		border-top: 2em solid #F0F689;
		border-right: 2em solid transparent;
	}
	.item_ttl .item-name {
		font-size: 20px;
	}
	.item_ttl .item-name_en {
		font-size: 10px;
	}
	.box_02 .item_ttl::after {
		border-top: 2em solid #DCE9E6;
		border-right: 2em solid transparent;
	}
	.box_03 .item_ttl::after {
		border-top: 2em solid #B9DAED;
		border-right: 2em solid transparent;
	}
	.box_04 .item_ttl::after {
		border-top: 2em solid #CCCCCC;
		border-right: 2em solid transparent;
	}
	.box_05 .item_ttl::after {
		border-top: 2em solid #DDF5ED;
		border-right: 2em solid transparent;
	}


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

	/*sticky*/
	.sticky {
		position: relative;
		top: inherit;
	}
	/*カラム　半分*/
	.inner.w100{
		width: 100%;
	}

	.cl-pt_half {
		position: relative;
	}

	.cl-pt_half .cl-left {
		width: 100%;
	}
	.cl-pt_half .cl-right {
		width: 100%;
		padding: 0 10%;
	}
	
	
	.cl-right .item-description {
    width: 100%;
	}
	
	/*slick*/
	.item-slider-wrap .slick-dots {
    bottom: 0;
	padding-left: 7%;
	}
	
	.item-slider-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

	/*page-footer*/
	#footer.page-footer{
		background-color: #b9bfc1;
		padding: 50px 0;
	}

	#footer.page-footer .footer_ct_text .footer-logo{
		width: 30%;
		margin: auto;
		text-align: center;
	}
	
	/*thanks*/
	.thanks .inner {
		margin-bottom: 0;
		padding: 0 0 40px;
	}
	.thanks .thanks_ttl {
		margin: 0;
	}
		
}


