@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a {
  opacity: 1;
  transition: opacity .5s ease;
}

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


a:hover {
	color: #333;
    opacity: .7;
}

.loadingLogo {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	position: relative;
}

#container {
	text-align: left;
}

#main {

}

@font-face {
    font-family: "Futura";
    src: url("/_var/hs2020/fonts/Futura.otf") ,url("/_var/hs2020/fonts/Futura.woff") format('woff');
}

.-notoSans {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}

.-roboto {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.-robotoCon {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
}

.-futura {
    font-family: 'Futura';
    font-style: normal;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.ipadBlock {
	display: none;
}

.ipad .ipadBlock {
	display: block;
}

.ipad .ipadNo.pc {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		overflow-x: hidden;
	}

	a:hover,
	a:hover img {
		opacity: 1;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: calc(100%);
	box-sizing: border-box;
	padding: 19px 42px 15px 50px;
	display: flex;
	justify-content: space-between;
	z-index: 12;
	transition: width 0.3s ease,background 0.3s ease ;
}
.scrollHeader #gHeader {
	background-color: rgba(255,255,255,.9);
	border-radius: 0 0 10px 10px;
	left: 20px;
	width: calc(100% - 40px);
	padding: 6px 30px 4px;
}

#gHeader h1 {
	width: 42px;
	transition: width 0.3s ease;
}

.scrollHeader #gHeader h1 {
	width: 34px;
}

.topHeader #gHeader {
	position: absolute;
	visibility: hidden;
}

#gHeader h1 a,
#gHeader h1 img {
	display: block;
	width: 100%;
}

.scrollHeader #gHeader {
	visibility: visible;
	position: fixed;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.scrollHeader #gHeader,
	#gHeader {
		left: 10px;
		width: calc(100% - 20px);
		padding: 8px 14px 8px;
		display: block;
		visibility: visible;
		background-color: rgba(255,255,255,.9);
	}

	#gHeader h1,
	.scrollHeader #gHeader h1 {
		width: 30px;
	}

	.topHeader #gHeader {
		visibility: visible;
		background-color: transparent;
	}

	.topHeader #gHeader h1,
	.topHeader .elisLink a,
	.topHeader #gHeader .btnMenu {
		display: none !important;
	}

	.elisLink {
		position: absolute;
		right: 43%;
		width: 45px;
		top: 14px;
	}

	.elisLink a,
	.elisLink img {
		display: block;
		width: 100%;
	}

	.scrollHeader.topHeader #gHeader {
		background-color: rgba(255,255,255,.9);
	}

	.scrollHeader.topHeader #gHeader h1,
	.scrollHeader.topHeader .elisLink a,
	.scrollHeader.topHeader #gHeader .btnMenu {
		display: block !important;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

.navInnMenu {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 13px 10px;

}

.navInnMenu li {
	margin-left: 40px;
}

.navInnMenu img {
	width: 100%;
	display: block;
}

.navInnMenu a {
	font-size: 16px;
	color: #BE0025;
	display: block;
	box-sizing: border-box;
	padding-left: 17px;
	position: relative;
	font-weight: 700;
	letter-spacing: .8px;
}
@media all and (min-width: 768px) {
	.navInnMenu li {
		opacity: 1 !important;
	}
}
/* .navInnMenu a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #BE0025;
	border-left: 1px solid #BE0025;
	opacity: .5;
	transform: rotate(-135deg);
} */

.navInnMenu li.navInnMenuItem {
	margin-left: 54px;
	width: 48px;
}

.navInnMenu li.navInnMenuItem a::before {
	display: none;
}

.navInnMenu .navInnMenuItem a {
	padding-left: 0;
}

.scrollHeader .navInnMenu li.navInnMenuItem {
	margin-left: 36px;
}

.scrollHeader .navInnMenu li {
	margin-left: 27px;
}

.scrollHeader .navInnMenu {
	padding: 6px 10px;
}

/* update */
.navInnMenu .navActive a {
	position: relative;
}

.navInnMenu .navActive a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 17px);
	height: 1px;
	background: #BE0025;
	opacity: 0.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		transform: translateX(220px);
		position: fixed;
		right: -10px;
		top: 0;
		height: 100vh;
		width: 210px;
		background-color: rgba(190,0,37,.9);
		transition: transform .6s ease;
		display: flex;
		align-items: center;
		z-index: 3;
	}

	.navInn {
		width: 100%;
		padding: 0 32px;
		box-sizing: border-box;
	}

	.btnClose {
		position: absolute;
		right: 27px;
		width: 26px;
		height: 26px;
		top: 32px;
	}

	.btnClose span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #FFFFFF;
		position: absolute;
		left: 0;
		top: 50%;
		transform: rotate(45deg);
		opacity: .6;
	}

	.btnClose span:nth-child(2) {
		transform: rotate(-45deg);
	}

	.btnMenu {
		position: absolute;
		right: 15px;
		width: 30px;
		height: 30px;
		top: 20px;
	}

	.btnMenu span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #BE0025;
		margin-bottom: 7px;
	}

	.navInnMenu {
		display: block;
		padding: 0;
		width: 100%;
		margin-bottom: 31px;
	}
    
    .navInnMenu a {
	    letter-spacing: 0px;
        font-weight: 500;
    }

	.scrollHeader .navInnMenu {
		padding: 0;
	}

	.navInnMenu li,
	.scrollHeader .navInnMenu li {
		margin-left: 0;
		margin-bottom: 17px;
	}

	.navInnMenu a {
		font-size: 16px;
		color: #fff;
		padding-left: 0;
	}

	.navInnMenu a::before {
		top: 6px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		opacity: .8;
	}

	.navInnMenu li.navInnMenuItem {
		margin-left: 2px;
		width: 45px;
		padding-top: 3px;
	}

	.navShare {
		font-size: 0;
	}

	.navShare li {
		display: inline-block;
		width: 31px;
		vertical-align: middle;
		margin-right: 6px;
	}

	.navShare li a,
	.navShare li img {
		display: block;
		width: 100%;
	}

	.navShare li.navShareTit {
		font-size: 12px;
		color: #fff;
		width: auto;
		margin-right: 10px;
	}

	.navShare li.shareTw {
		width: 30px;
	}

	.openMenu {
		overflow: hidden;
	}

	.openMenu #gNavi {
		transform: translateX(0);
	}

	.scrollHeader .navInnMenu li.navInnMenuItem {
	    margin-left: 2px;
	}

	#gHeader,
	.navInnMenu,
	.navInnMenu li,
	#gHeader h1  {
		transition: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease,visibility .5s ease;
}

.pageTop a {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	border: 1px solid #F1CBD2;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	transition: background .5s ease,border .5s ease;
}

.pageTop a::after {
	content: '';
	position: absolute;
	left: 14px;
	top: 17px;
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #BE0025;
	border-right: 1px solid #BE0025;
	opacity: .8;
	transform: rotate(-135deg);
	transition: border .5s ease;
}

.pageTop a:hover {
	opacity: 1;
	background-color:#BE0025;
	border: 1px solid #BE0025;
}

.pageTop a:hover::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.scroll {
	right: 20px;
	bottom: 20px;
	width: 42px;
	height: 42px;
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 0;
}

.scroll a:hover {
	background-color:#BE0025;
	border: 1px solid #BE0025;
}

.scroll a::after {
	top: 12px;
	border: none;
	border-top: 1px solid #BE0025;
	border-left: 1px solid #BE0025;
	transform: rotate(-135deg);
}

.scroll a:hover::after {
	border: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.ipad .pageTop a:hover {
	background-color:#fff;
}

.ipad .pageTop a:hover::after {
	border-bottom: 1px solid #BE0025;
	border-right: 1px solid #BE0025;
}

.bodyScroll .pageTop {
	opacity: 1;
	visibility: visible;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTop {
		bottom: 70px;
		right: 10px;
		transition: bottom 0.3s ease;
	}

	.pageTop a:hover {
		background-color:#fff;
		border: 1px solid #F1CBD2;
	}

	.pageTop a:hover::after {
		border-bottom: 1px solid #BE0025;
		border-right: 1px solid #BE0025;
	}
}
/*------------------------------------------------------------
	pageShare
------------------------------------------------------------*/
.pageShare {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 1;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease,visibility .5s ease;
}

.pageShare li {
	margin-bottom: 9px;
	width: 38px;
}

.pageShare li:last-child {
	margin-bottom: 0;
}

.pageShare li.pageShareTit {
	font-size: 12px;
	color: #BE0025;
	text-align: center;
}

.pageShare li a {
	display: block;
	position: relative;
}

.pageShare li a:hover {
	opacity: 0.7;
}

.pageShare li img {
	width: 100%;
	display: block;
}

.pageShare li a span {
	display: block;
	/*background-color: #fff;
	border-radius: 50%;
	border: 1px solid #F1CBD2;*/
}

.pageShare li a .pageShareHover {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #BE0025;
	border: none;
	opacity: 0;
	transition: opacity .5s ease;
}

.pageShare li a:hover .pageShareHover {
	opacity: 0.7;
}

.ipad .pageShare li a:hover .pageShareHover {
	opacity: 0.7;
}

.bodyScroll .pageShare {
	opacity: 1;
	visibility: visible;
}

.shareHidden .pageShare {
	opacity: 0;
	visibility: hidden;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageShare {
		right: 10px;
	}

	.pageShare li a:hover .pageShareHover {
		opacity: 0;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: calc(100% - 86px);
	overflow: hidden;
}

#gFooter.fadeInAnim {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.footerCon {
	box-sizing: border-box;
	padding: 58px 60px 50px 70px;
	background: #fff;
	border-radius: 0 10px 0 0;
}

.footerLink0 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.footerLink1 {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.footerLinkTit {
	font-size: 14px;
	color: #BE0025;
	margin-right: 22px;
}

.footerLinkItem {
	display: flex;
	align-items: center;
}

.footerLinkItem li {
	margin-right: 23px;
}

.footerLinkItem li:last-child {
	margin-right: 0;
}

.footerLinkItem a {
	position: relative;
	display: block;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 16px;
	color: #BE0025;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.footerLinkItem.item02 li {
	margin-right: 22px;
}
.footerLinkItem.item02 li a {
	padding-left: 22px;
}
.footerLinkItem.item02 li:first-child a {
	padding-left: 22px;
}
/*.footerLinkItem a::before {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 12px;
	height: 12px;
	border-top: 1px solid #BE0025;
	border-right: 1px solid #BE0025;
	transform: rotate(45deg);
	opacity: .3;
}*/

.footerLink2 {
	display: flex;
	margin-bottom: 53px;
	align-items: flex-end;
}

.footLink {
	margin-right: 28px;
}

.footerLink2 a {
	display: block;
	font-size: 12px;
	color: #BE0025;
	letter-spacing: .5px;
}

.footerLink2 .footLink a {
	display: flex;
	align-items: flex-end;
	font-size: 15px;
	letter-spacing: .7px;
}

.footLink img {
	display: inline-block;
	width: 140px;
	margin-right: 0;
}

.footLinkList {
	display: flex;
	flex-wrap: wrap;
}

.footLinkList li {
	margin-right: 28px;
}

.footLinkList li:last-child {
	margin-right: 0;
}

.footerCopy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerShare {
	display: flex;
	align-items: center;
	position: relative;
}

.footerShare li {
	width: 35px;
	margin-right: 8px;
}

.footerShare li.footerShareTit {
	font-size: 14px;
	color: #BE0025;
	width: auto;
	margin-right: 13px;
}

.footerShare a,
.footerShare img {
	width: 100%;
	display: block;
}

.footerShare li.footerShareTw {
	width: 33px;
	position: relative;
	top: 1px;
}

.copyText {
	font-size: 10px;
	color: #BE0025;
	letter-spacing: .4px;
}

/* update */
.footerLink0 li:nth-child(1) a {
	padding-left: 10px;
}

.footerLinkItem a:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	transform: translateY(-50%);
	background-color: #BE0025;
	opacity: 0.2;
	width: 1px;
	height: 70%;
}

.footerLinkItem li:nth-child(1) a:after {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		width: calc(100% - 35px);
	}

	.footerCon {
		padding: 23px 18px 70px 25px;
	}

	.footerLink1 {
		display: block;
		margin-bottom: 20px;
	}

	.footerLinkTit {
		font-size: 12px;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.footerLinkItem {
		/* display: block; */
		flex-wrap: wrap;
	}

/* 	.footerLinkItem li {
		margin-right: 0;
		margin-bottom: 2px;
	} */

	.footerLinkItem li {
		margin-right: 0;
		margin-bottom: 8px;
		/*flex: 0 0 47%;*/
        padding-right: 25px;
	}
	
	.footerLinkItem li:last-child {
        padding-right: 0;
	}

	.footerLinkItem a {
		padding-left: 0;
		font-size: 14px;
		letter-spacing: 0px;
        font-weight: 500;
	}
	.footerLinkItem.item02 {
		margin-right: -15px;
		overflow: hidden;
	}
	.footerLinkItem.item02 a {
		letter-spacing: 0.8px;
	}
/*	.footerLinkItem.item02 li:nth-child(2n) {
		padding-right: 0;
	}*/
	.footerLinkItem.item02 li:nth-child(2n) a::after {
		display: none;
	}
	.footerLink0 li:nth-child(1) a {
		padding-left: 0;
	}

	.footerLinkItem a::before {
		width: 8px;
		height: 8px;
		opacity: .5;
	}

	.footerLink2 {
		display: block;
		margin-bottom: 12px;
	}

	.footLink {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.footerLink2 a {
		font-size: 10px;
	}

	.footerLink2 .footLink a {
		font-size: 10px;
		white-space: nowrap;
	}

	.footLink img {
		width: 104px;
		margin-right: 0;
	}

	.footLinkList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footLinkList li {
		flex: 0 0 38%;
		min-width: 100px;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.footerLink2 a {
		font-size: 10px;
	}

	.footLinkList li:nth-child(2n) {
		flex: 0 0 58%;
	}

	.footerCopy {
		display: block;
	}

	.footerShare {
		margin-bottom: 16px;
	}

	.footerShare li.footerShareTit {
		font-size: 12px;
		width: auto;
		margin-right: 13px;
	}

	.footerShare li {
		width: 31px;
        margin-right: 8px;
	}


	.footerShare li.footerShareTw {
		width: 30px;
	}

/* 1113   update */
	.footerLink0 {
		display: block;
		margin: 0 -20px 11px 0;
	}

	.footerLinkItem a::after,
	.footerLink1 .footerLinkItem a::after {
		right: -13px;
		left: auto;
	}

	.footerLinkItem li:nth-child(1) a::after {
		display: block;
	}

	.footerLinkItem li:nth-child(3) a::after,
	.footerLinkItem li:last-child a::after {
		display: none;
	}

	.footerLink1 a {
		font-size: 12px;
	}
	.footerLinkItem.item02 li a {
		letter-spacing: 0;
		padding-left: 0!important;
	}
	.footerLinkItem.item02 li {
    margin-right: 0;
}

}
@media all and (min-width: 0) and (max-width: 767px) {
	.footerLinkItem li:nth-child(2) a::after {
		display: none;
	}
	.footerLinkItem li:nth-child(3) a::after {
		display: block!important;
		right: auto;
		left: -13px;
	}
}
@media all and (min-width: 768px) {
	.footerLinkItem:last-of-type li:first-child a {
		padding-left: 22px;
	}
	.footerLinkItem:first-of-type {
		margin-right: 23px;
		position: relative;
	}
	.footerLinkItem:first-of-type::after {
		position: absolute;
		top: 50%;
		right: -24px;
		content: '';
		transform: translateY(-50%);
		background-color: #BE0025;
		opacity: 0.2;
		width: 1px;
		height: 70%;
	}
	.footerLinkItem.item02::after {
		display: none;
	}
}
@media all and (min-width: 0) and (max-width: 320px) {
	.footLinkList li:nth-child(2n) {
		flex: 0 0 53%;
	}

	.footerLinkItem li {
		padding-right: 17px;
	}

	.footerLinkItem a::after, .footerLink1 .footerLinkItem a::after {
	    right: -9px;
	}
	.footerLinkItem.item02 li {
		padding-right: 15px;
	}
}

/*------------------------------------------------------------
    Page Fade
------------------------------------------------------------*/
#cover {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: opacity .8s ease,visibility .8s ease;
}

.hideCover #cover {
    opacity: 0;
    visibility: hidden;
}

/*------------------------------------------------------------
    FadeInAnim
------------------------------------------------------------*/
.fadeInAnim {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .8s ease-out, transform .6s ease-out;
    transition: opacity .8s ease-out, transform .8s ease-out;
}

.fadeInAnim.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

.lazy,
.sliderLazy {
  opacity: 0;
  transition: opacity 0.5s;
}

.lazy.fadeIn,
.sliderLazy.fadeIn {
  opacity: 1;
}

/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.fullBg {
    position: relative;
	z-index: 1;
}

.bgmapbox {
	position: relative;
}

.bgmapbox::before {
	position: absolute;
	top: 10px;
	left: 56.5%;
	width: 1747px;
	height: 100%;
	content: '';
	background-image: url(/_var/hs2020/img/common/bg_map.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	transform: translateX(-50%);
}

@media all and (min-width: 0) and (max-width: 767px) {

	.bgmapbox {
		background-image: url(/_var/hs2020/img/common/bg_map_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

    .bgmapbox::before {
		opacity: 0;
	}
}


/*------------------------------------------------------------
    sns
------------------------------------------------------------*/
.snsInfoBox {
	position: relative;
	z-index: 1;
}

.snsInfoBox {
	display: flex;
	width: 90%;
	margin: 0 auto;
	border: 1px solid rgba(154, 122, 35,0.5);
	border-radius: 10px;
	padding: 45px 60px;
	box-sizing: border-box;
	max-width: 1100px;
	justify-content: center;
}

#main .fullBg .snsInfoBox.index {
    margin-bottom: 150px;
}

.heart {
	flex: 0 0 47%;
	box-sizing: border-box;
	padding-right: 2%;
}

.heart h5 {
	color: #9A7A23;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}

.heart span {
	font-weight: 300;
	letter-spacing: 0.5px;
}

.link {
	display: flex;
	flex: 0 0 53%;
	align-self: center;
	justify-content: space-between;
	padding: 9px 0;
	box-sizing: border-box;
}

.link a {
	color: #fff;
	background: #BE0025;
	display: block;
	padding: 16px 0;
	border-radius: 10px;
	text-align: center;
	height: 90%;
	box-sizing: border-box;
}

.icon {
	display: inline-block;
	width: 18px;
	margin-right: 5px;
}

.link li.tw .icon {
	display: inline-block;
	width: 22px;
    margin-bottom: 1px;
	margin-right: 5px;
}

.ie .link li .icon {
	vertical-align: middle
}

.ie .link span {
	position: relative;
	top: 2px;
}

.link li.tw a {
	padding: 15px 0px 0 0;
}

.link li.tw .acount {
	padding: 5px 0px 0 0;
	text-align: center;
	font-size: 11px;
}

.link li.tw {
	flex: 0 0 60%;
}

.link li.tw .icon {
	width: 18px;
	margin-right: 5px;
}

.link li.tw .icon img {
	width: 100%;
}

.link li {
	flex: 0 0 39%;
}

.link li .icon {
	width: 15px;
	margin-right: 1px;
}

.link li .icon img {
	width: 80%;
	vertical-align: sub;
}

.link span {
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.7;
}

.link li.tw span {
	font-size: 15px;
}

.ipad .snsInfoBox {
	width: 94.6%;
	padding: 45px 2%;
}

.ipad .heart {
	flex: 0 0 42%;
    box-sizing: border-box;
    padding-right: 1%;
}

.ipad .link span {
	font-size: 15px;
}


@media all and  (min-width: 1101px) and (max-width: 1250px) {
	.link li span {
		font-size: 10px !important;
	}
	.link li.tw span {
		font-size: 1.098vw !important;
	}

	.heart h5 {
		font-size: 2.196vw;
	}
}

@media all and  (min-width: 768px) and (max-width: 1100px) {
	.link li span {
		font-size: 10px !important;
	}
	.link li.tw span {
		font-size: 12px !important;
	}

	.heart h5 {
		font-size: 24px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.link li a {
		padding: 6px 0px 10px 0;
	}
	.link li.tw a {
		padding: 16px 0px 16px 0;
	}
}

/* method */
.method {
	display: none;
}
@media all and (min-width: 0) and (max-width: 767px) {
    .snsInfoBox {
		display: block;
		width: 87.5%;
		padding: 45px 23px 50px;
	}

    #main .fullBg .snsInfoBox.index{
        margin-bottom: 120px;
    }

    .link {
		display: block;
		padding: 9px;
	}

	.link li {
		margin-bottom: 20px;
	}

	.link li:last-child {
		margin-bottom: 0;
	}

	.heart h5 {
		font-size: 28px;
		margin-bottom: 11px;
		text-align: center;
		line-height: 1.4;
        font-family: 'Roboto', sans-serif;
	}

	.heart span {
		letter-spacing: 0.5px;
		font-size: 12px;
		padding: 0;
		display: block;
		text-align: center;
		white-space: nowrap;
	}

	.heart {
		margin-bottom: 31px;
		padding-right: 0;
	}

	/* method */
	.method {
		display: flex;
		position: fixed;
		z-index: 1000;
		bottom: 0;
		left: 0;
		background: rgba(147,7,22, 0.8);
		width: 100%;
		padding: 10px 0;
		/*box-sizing: border-box;*/
		justify-content: space-between;
		transition: opacity 0.3s ease;
	}

	.method li {
		flex: 0 0 70%;
		text-align: center;
        margin: 0 auto;
	}

	.method a {
		display: block;
		color: #fff;
		padding: 7px 0;
		border-radius: 5px;
		background: #1DA1F2;
		font-weight: 700;
		letter-spacing: 0.3px;
	}

	/*.method li:nth-child(2) a {
		color: #fff;
		background: #1DA1F2;
	}*/
    
    .pageTop.scroll {
		transform: translateY(-100%);
		margin-top: -20px;
		bottom: auto;
	}

	.pageTopPosi .scroll {
	    bottom: 74px;
	    transition: none;
	    transform: translateY(0);
		margin-top: 0;
	}

}

@media all and (min-width: 0) and (max-width: 320px) {
	.heart span {
		letter-spacing: 0;
		font-size: 11px;
	}

}

@media all and (max-width: 374px) {
	.method a {
		font-size: 12px;
	}
}