
/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


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

html {
	height: 100%;
}

body {
	height: 100%;
	letter-spacing:0.05em;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

body > #wrapper {
	height: auto;
}


/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}


/*float
----------------------------------------*/
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	*display: inline;
	*zoom: 1;
}
.float_r {
	float: right;
	*display: inline;
	*zoom: 1;
}

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }


/*font-size
----------------------------------------*/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }


/*margin
----------------------------------------*/

/*top*/
.mt0{ 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; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto;
	margin-right: auto;
}



/*width
----------------------------------------*/
.w05per { width: 5% !important; }
.w10per { width: 10% !important; }
.w20per { width: 20% !important; }
.w25per { width: 25% !important; }
.w30per { width: 30% !important; }
.w33per { width: 33.3333333333333% !important; }
.w35per { width: 35% !important; }
.w40per { width: 40% !important; }
.w45per { width: 45% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w95per { width: 95% !important; }


/* display
----------------------------------------*/
.hidden {
	display: none;
}


/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* フォント読み込み
----------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
.notoSansSC{
    font-family: 'Noto Sans KR', sans-serif;
}

/*body
----------------------------------------*/

body {
	background-color: #020202;
	color: #ffffff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.75;
	min-width: 1200px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	padding-top: 70px;
}

@media only screen and (max-width: 798px) {
	body {
		height: 100%;
		min-width: 0;
	}

	#wrapper {
		padding-top: 0;
	}
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 798px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
}

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

a:hover, a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.box-link {
	cursor: pointer;
}
/*
.box-link:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
*/

/*header
----------------------------------------*/

#header .btn_menu {
	display: none;
}

#header .gnav {
	position: fixed;
	display: block;
    width: 100%;
    background: #264689;
	height: auto !important;
	min-height: 70px;
	top: 0;
	left: 0;
	z-index: 10000;
}

#header .gnav .menu_close {
	display: none;
}

#header .gnav ul {
	text-align: center;
	font-size: 138.5%;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
	padding: 26px 0;
	/* min-width: 800px; */
}

#header .gnav ul li {
	display: inline;
}

#header .gnav ul li + li {
	margin-left: 30px;
}

#header .gnav ul li a:hover{
	text-decoration: none;
	opacity:0.5;
}

#header .gnav .sns_block {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#header .gnav ul {
		min-width: 600px;
	}

	#header .gnav ul li {
		display: inline;
	}

	#header .gnav ul li + li {
		margin-left: 12px;
	}
}

@media only screen and (max-width: 798px) {
	#header .btn_menu {
		display: block;
		position: fixed;
		z-index: 9000;
		cursor: pointer;
		width: 10.7%;
		right: 3.125%;
		top: 0;
		margin-top: 3.125%;
	}

	#header .gnav {
		display: none;
		position: fixed;
		height: 100vh;
		width: 100%;
		background: rgba(0,0,0,0.8);
		z-index: 10000;
		min-width: 0;
		overflow-y: scroll;
	}

	#header .gnav {
		padding-top: 0;
	}

	#header .gnav .menu_close {
		display: block;
		position: fixed;
		z-index: 100;
		cursor: pointer;
		width: 10.7%;
		right: 3.125%;
		top: 0;
		margin-top: 3.125%;
	}

	#header .gnav ul {
		font-size: 189%;
		margin: 25% 0 10%;
		padding: 0;
		min-width: 0;
	}

	#header .gnav ul li {
		display: block;
	}

	#header .gnav ul li + li {
		margin-top: 6%;
		margin-left: 0;
	}

	#header .gnav ul li a:hover{
		opacity:1;
	}

	#header .gnav .sns_block {
		margin: 0 auto;
		padding-bottom:30px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		width: 100%;
	}

	#header .gnav .sns_block li {
		margin: 0;
	}

	#header .gnav .sns_block li + li {
		margin-top: 0;
	}

	#header .gnav .sns_block li a {
		display: block;
	}
}

/*container
----------------------------------------*/
.container {
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
}

.container:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}


@media only screen and (max-width: 798px) {
	.container {
		width: auto;
		margin: 0 3.125%;
	}
}

/*pagetop
----------------------------------------*/
#btn_pagetop {
	position: absolute;
	right: 50%;
	bottom: 40px;
	z-index: 1000;
	width: 60px;
	margin-right: -570px;
}

@media only screen and (max-width: 798px) {
	#btn_pagetop {
		width: 10%;
		right: 10px;
		bottom: 20px;
		margin-right: 0;
	}
}

/*footer
----------------------------------------*/
#footer {
	background-color: #264689;
    text-align: center;
	margin: 0;
	padding: 40px 0 20px;
}

#footer img {
	display: block;
	margin: 0 auto;
}

#footer .sns_block {
	width: 126px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -63px;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 29px;
	display: none;
	-moz-box-shadow:0px 0px 28px -11px #000000;
	-webkit-box-shadow:0px 0px 28px -11px #000000;
	box-shadow:0px 0px 28px -11px #000000;
}

#footer .sns_block:before {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #ffffff;
	z-index: 2;
}

#footer .sns_block li {
	float: left;
	width: 24px;
	margin: 0;
}

#footer .sns_block li + li {
	margin-top: 0;
	margin-left: 20px;
}

#footer .share {
	text-align: center;
	font-size: 138.5%;
	line-height: 1;
}

#footer .share a {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

#footer .share a:before {
	content: "";
	position: absolute;
	background: url(/brand/global_shochuculture/ko/img/common/icon_share.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 18px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

#footer .logo {
	margin: 40px auto 20px;
	width: 105px;
}

#footer .copy {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

#footer .copy_font {
	font-family: Verdana,  "Droid Sans";
}

#footer .link-list {
	width: 100%;
}

#footer .link-list ul {
	margin: 40px auto;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px 60px;
}

#footer .link-list ul li{
	position: relative;
}

#footer .link-list ul li a{
	font-size: 108%;
}


@media only screen and (min-width: 799px) {
	#footer .link-list ul li:not(:last-child)::after{
		content: "";
		width: 1px;
		height: 18px;
		position: absolute;
		background: rgba(255,255,255,0.4);
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: -30px;
	}
}

@media only screen and (max-width: 798px) {
	#footer {
		padding: 6.25% 0 6.25%;
	}

	#footer .sns_block {
		top: -40px;
	}

	#footer .share a {
		padding-left: 25px;
	}

	#footer .share a:before {
		width: 15px;
		height: 14px;
	}

	#footer .logo {
		width: 16.4%;
		margin: 6.25% auto 4.6875%;
	}

	#footer .copy {
		width: 90%;
		font-size: 11px;
	}
	
	#footer .link-list ul {
		margin: 30px auto 40px;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
	}
}


/*background
----------------------------------------*/
.dareyame {
	background-color: #020202;
}

.channel {
  background-color: #0a1735;
}

.howto {
	background-color: #cbc0b3;
}

.healthy {
	background-color: #965076;
}

.whats {
	background-color: #412a26;
}

.roots {
	background-color: #352f2d;
}


/*picture_block
----------------------------------------*/
.picture_block {
	/* position: relative; */
	width: 1200px;
	min-height: 660px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.picture_block .txt {
	color: #fff;
	/* position: absolute; */
	width: 100%;
	/* top: 0; */
	/* left: 0; */
	text-align: center;
	margin-top: 280px;
	z-index:10;
}

.picture_block .txt h2 {
	font-size: 615.384%;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 100px;
}

.picture_block .txt h2 a:hover {
	text-decoration: none;
}

.picture_block .txt p {
	font-size: 230.769%;
	line-height: 1.4;
}

.dareyame .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_01.jpg);
}

.channel .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_06.jpg);
}

.howto .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_02.jpg);
}

.healthy .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_03.jpg);
}

.whats .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_04.jpg);
}

.roots .picture_block {
	background-image: url(/brand/global_shochuculture/ko/img/index/img_05.jpg);
}

@media only screen and (max-width: 798px) {
	.picture_block {
		width: auto;
    	height: auto;
		/* padding: 90% 0 0; */
		min-height: 300px;
	}

	.picture_block .txt {
    	margin-top: 29.68%;
		padding: 0 3.125%;
	}

	.picture_block .txt h2 {
		font-size: 307.692%;
		margin-bottom: 10.9%;
	}

	.picture_block .txt p {
		font-size: 123.1%;
	}

	.healthy .picture_block {
		background-image: url(/brand/global_shochuculture/ko/img/index/img_03_sp.jpg);
	}

	.whats .picture_block {
		background-image: url(/brand/global_shochuculture/ko/img/index/img_04_sp.jpg);
	}

	.roots .picture_block {
		background-image: url(/brand/global_shochuculture/ko/img/index/img_05_sp.jpg);
		background-position: bottom center;
	}
}

/*read_block
----------------------------------------*/
.read_block {
	text-align: center;
	padding: 100px 0;
}

.read_block .txt {
	width: 1000px;
	margin: 0 auto;
}

.read_block h2 {
	font-size: 615.384%;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 20px;
}

.read_block p {
	font-size: 230.769%;
	line-height: 1.4;
}

@media only screen and (max-width: 798px) {
	.read_block {
		padding: 15.625% 0;
	}

	.read_block .txt {
		width: auto;
		margin: 0 3.125%;
	}

	.read_block h2 {
		font-size: 307.692%;
		margin-bottom: 6.25%;
	}

	.read_block p {
		font-size: 116%;
	}
}

/*sp時のイメージ
----------------------------------------*/

@media only screen and (max-width: 798px) {
	main img {
		width: 100%;
		height: auto;
	}
}

/* 180205追加
----------------------------------------*/
.gnav_body {
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.gnav_body ul li a {
	font-size: 100%;
}

.lang {
	margin-right: auto;
}

.lang select {
	width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #5571ac url(/brand/global_shochuculture/ko/img/age/select_icon.png) right center no-repeat;
    border: 0;
    padding: 5px 47px 5px 20px;
    font-size: 115.3%;
    color: #fff;
    font-family: 'Arsenal', sans-serif;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	text-indent: 0.01px;
	text-overflow: '';
}

.lang select::-ms-expand {
	display: none;
  }

.p-auth-form-dropdown__select::-ms-expand {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.gnav_body ul li a {
		font-size: 82%;
	}

	.lang {
		margin-left: 0;
	}

	.lang select {
		font-size: 95.3%;
	}
}

@media only screen and (max-width: 798px) {
	.gnav_body {
		max-width: 100%;
		display: block;
	}

	.lang {
		position: static;
		transform: none;
	}

	.lang select {
		width: 50%;
		margin: 10px auto 60px;
		background: url(/brand/global_shochuculture/ko/img/age/select_icon.png) right center no-repeat;
		font-size: 153.8%;
		border: 1px solid;
		display: block;
		padding: 10px 0 12px 5%;
	}
}
