@charset "utf-8";
#suntory_contents, #suntory_contents form, #suntory_contents input, #suntory_contents select {
    letter-spacing: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 30px;
	color: #444;
	line-height: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 700px) {html { font-size: 28px; }}
@media screen and (max-width: 620px) {html { font-size: 26px; }}
@media screen and (max-width: 570px) {html { font-size: 24px; }}
@media screen and (max-width: 530px) {html { font-size: 22px; }}
@media screen and (max-width: 490px) {html { font-size: 20px; }}
@media screen and (max-width: 450px) {html { font-size: 18px; }}
@media screen and (max-width: 410px) {html { font-size: 16px; }}
@media screen and (max-width: 370px) {html { font-size: 14px; }}
@media screen and (max-width: 340px) {html { font-size: 13px; }}


.pc_only { display: none; } 
.sp_only { display: block; } 

ul,li,h1,h2,h3,dl,dt,dd,p {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #262626;
	text-decoration: none;
}

h2 { font-size: 120%; /*calc( 36 / 30 * 100%)*/ line-height: 100%;  font-weight: bold; }
h3 { font-size: 106.67%; /*calc( 32 / 30 * 100%)*/ line-height: 100%;  font-weight: bold; }


/* トップへ戻るボタン */
#totop {
	width: 20%;
	right: 4% !important;
	bottom: 2.6%;
	z-index: 15;
	display: none;	
}

#totop.fixed img {
	width: 100%;
	height: auto;
}

#totop.fixed {
	position: fixed;
}

#totop.absolute {
	position: absolute;
	bottom: 0.3%;
}

