@charset "utf-8";
body,html { 
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #000;
	overflow-x: hidden;
}

h1,h2,ul,li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
a { 
	color: #000;
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
	cursor: pointer;
}
.pc_only { display: block; }
.sp_only { display: none; }

#suntory_contents {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#suntory_contents #top_wrap {
	width: 100%;
	margin: 0;
	padding: 45px 0 50px 0;
	text-align: center;
}
#suntory_contents #top_wrap #top_title {
	max-width: 1164px;
	margin: 0 auto 50px auto;
	padding: 0;
}
#suntory_contents #top_wrap #top_title h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	line-height: 100%;
}
#suntory_contents #top_wrap #main_visual {
	width: 100%;
	margin: 0 auto 40px auto; 
}
#suntory_contents #top_wrap #main_visual img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#suntory_contents #top_wrap #top_contents {
	max-width: 1164px;
	margin: 0 auto;
	padding: 0;
}
#suntory_contents #top_wrap #top_contents #top_catch {
	font-size: 21px;
	line-height: 200%;
	margin: 0 0 50px 0;
}
#suntory_contents #top_wrap #top_contents ul#top_menu {
	width: 100%;
	overflow: hidden;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li {
	width: calc( 100% / 2 );
	font-weight: bold;
	float: left;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li#top_menu_culture {
	text-align: right;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li#top_menu_sports {
	text-align: left;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	display: inline-block;
	font-size: 18px;
	padding-bottom: 20px;
	position: relative;
	line-height: 100%;
	font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li button:hover {
	cursor: pointer;
	text-decoration: underline;
}
#suntory_contents #top_wrap #top_contents ul#top_menu li button:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    bottom: 0%;
    right: 45%;
    transform: rotate(135deg) translateX(-50%);
}
#suntory_contents #top_wrap #top_contents ul#top_menu li#top_menu_culture button {
	margin-right: 20px; 
}
#suntory_contents #top_wrap #top_contents ul#top_menu li#top_menu_sports button {
	margin-left: 90px; 
}



#suntory_contents .contents_wrap {
	width: 100%;
	margin: 0;
	padding: 90px 0 0 0;
	text-align: center;
}
#suntory_contents .contents_wrap#culture {
	background-color: #f7f7f7;
}
#suntory_contents .contents_wrap .contents {
	max-width: 1164px;
	margin: 0 auto;
	padding: 0;
}
#suntory_contents .contents h2 {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 100%;
	font-weight: bold;
}
#suntory_contents .contents .contents_catch {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 0;
}
#suntory_contents .contents ul.contents_menu {
	width: 100%;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#suntory_contents .contents ul.contents_menu li {
	width: calc( 92.6% / 3 );
	margin: 4% 3.7% 0 0;
	padding: 0;
	float: left;
}
#suntory_contents .contents ul.contents_menu li:nth-child(3n) {
	margin-right: 0;
}

#suntory_contents .contents ul.contents_menu  li a {
	display: block;
	margin: 0;
	padding: 0;
}
#suntory_contents .contents ul.contents_menu li a .contents_img {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
#suntory_contents .contents ul.contents_menu li a .contents_img img {
	width: 100%;
	height: auto;
	margin: 0;
	transition: transform .6s ease;
	vertical-align: bottom;
}
#suntory_contents .contents ul.contents_menu li a:hover .contents_img img {
  	transform: scale(1.05);
}
#suntory_contents .contents ul.contents_menu li a .contents_title {
    /*width: calc( 90% - 10px );*/
	margin: 0 auto;
	padding: 0;
	display: inline;
	position: relative;
	padding-right: 15px;
	font-size: 16px;
	line-height: 140%;
}
#suntory_contents .contents ul.contents_menu li a:hover .contents_title {
	text-decoration: underline;
}
#suntory_contents .contents ul.contents_menu li a .contents_title:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    bottom: 7px;
    right: 0;
    transform: rotate(45deg);
}


/*------------------------------------------------------------
[PC]page_top
------------------------------------------------------------ */
.page_top {
    margin: 0 0 30px;
    width: 100%;
    height: 50px;
    display: block;
}
.btn_page_top {
	display: none;
    width: 50px;
    height: 50px;
    right: 30px;
}
.btn_page_top.fixed {
    position: fixed;
    bottom: 30px;
	display: block;
}
.btn_page_top.absolute {
    position: absolute;
	bottom: 30px;
	display: block;
}
.btn_page_top button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EDF4F7 url(../img/icon_page_top.svg) no-repeat center center;
    background-size: 16px auto;
    text-decoration: none;
    text-indent: -99999px;
}
.btn_page_top button:hover {
    background: #D3DADD url(../img/icon_page_top.svg) no-repeat center center;
    background-size: 16px auto;
}




