@charset "utf-8";

/*=============================================================
  [PC] width 960px
============================================================ */
#suntory_contents {
    background: url(../img/bg_sky.jpg) repeat-x 0 0;
}

/*------------------------------------------------------------
  [PC] header_top
------------------------------------------------------------ */
#suntory_contents #header_top {
    margin: 0 auto;
    width: 100%;
    background: url(../img/bg_horizon.png) repeat-x center bottom;
}
#suntory_contents #header_top .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    background: url(../img/logo.png) no-repeat center 0;
    padding-bottom: 10px;
}
#suntory_contents #sns {
    float: right;
    padding: 20px 0 0;
}
#suntory_contents #header_top h1 {
    clear: both;
    text-indent: -9999px;
    height: 266px;
    margin-bottom:50px;
}
#suntory_contents .lead {
    text-align: center;
}
#suntory_contents .lead br.sp {
    display: none;
}
#suntory_contents .lead .text01 {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
}
#suntory_contents .lead .text02 {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.8;
}
#suntory_contents .lead .text03 {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.8;
}
#suntory_contents .lead .text04 {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.8;
    font-weight: bold;
    font-style: normal;
    color: #22aacc;
}

#suntory_contents #announcement {
    margin: 30px auto 0;
    padding: 25px;
    width: 740px;
    background: #eef9fb;
    border: 1px #ade0ed solid;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}
#suntory_contents #announcement .title {
    margin: 0 auto 15px;
}
#suntory_contents #announcement h2 {
    font-size: 17px;
    font-weight: bold;
    color: #0077aa;
    display: inline;
}
#suntory_contents #announcement .date {
    font-size: 13px;
    color: #0077aa;
    display: inline;
}
#suntory_contents #announcement .text {
    font-size: 15px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  [PC] nav_top
------------------------------------------------------------ */
#suntory_contents .nav_top {
    margin: 101px auto 0;
    width: 1118px;
    height: 88px;
    position: relative;
}
#suntory_contents .nav_top ul {
    list-style: none;
}
#suntory_contents .nav_top li a {
    width: 368px;
    height: 88px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
}
#suntory_contents .nav_top li.nav01 a {
    background: url(../img/top_nav.png?2021) no-repeat 0 0;
    left:0px;
}
#suntory_contents .nav_top li.nav02 a {
    background: url(../img/top_nav.png?2021) no-repeat -368px 0;
    left:375px;
}
#suntory_contents .nav_top li.nav03 a {
    background: url(../img/top_nav.png?2021) no-repeat -736px 0;
    left:750px;
}

#suntory_contents .nav_top li.nav01 a:hover {
    background: url(../img/top_nav.png?2021) no-repeat 0 -88px;
}
#suntory_contents .nav_top li.nav02 a:hover {
    background: url(../img/top_nav.png?2021) no-repeat -368px -88px;
}
#suntory_contents .nav_top li.nav03 a:hover {
    background: url(../img/top_nav.png?2021) no-repeat -736px -88px;
}

/*------------------------------------------------------------
  [PC] container
------------------------------------------------------------ */
#suntory_contents #container {
    width: 100%;
    background: #e7f6fa url(../img/bg_top_contents.png) repeat-x 0 0;
}

/*------------------------------------------------------------
  [PC] action
------------------------------------------------------------ */
#suntory_contents #action {
    margin: 0 auto;
    padding: 35px 0 0;
    width: 1100px;
}
#suntory_contents #action h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #22aacc;
}
#suntory_contents #action ul {
    list-style: none;
}
#suntory_contents #action ul:after { content :''; display :block; clear :both; }

#suntory_contents #action li {
    margin: 0 0 50px 20px;
    width: 260px;
    float: left;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
#suntory_contents #action li.groundwater {
    background: #e0f1ff;
}
#suntory_contents #action li.art {
    background: #fff0eb;
}
#suntory_contents #action li.community {
    background: #edf7e8;
}


#suntory_contents #action li a {
    color: #333;
}
#suntory_contents #action li a:hover {
    text-decoration: none;
}
#suntory_contents #action li:hover {
    opacity: .75;
}

#suntory_contents #action li h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 12px 12px 70px;
    box-sizing: border-box;
    min-height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#suntory_contents #action li.groundwater h3 {
    background: #66bbff url(../img/icon_groundwater.png) no-repeat 13px center;
    background-size: 45px auto;
}
#suntory_contents #action li.art h3 {
    background: #ff9977 url(../img/icon_art.png) no-repeat 13px center;
    background-size: 45px auto;
}

#suntory_contents #action li.community h3 {
    background: #88cc66 url(../img/icon_community.png) no-repeat 13px center;
    background-size: 45px auto;
}
#suntory_contents #action li figure img {
    width: 100%;
    vertical-align: bottom;
}

#suntory_contents #action li:nth-child(1),
#suntory_contents #action li:nth-child(4n + 1) {
    clear: left;
    margin: 0 0 50px 0;
}

#suntory_contents #action li .date {
    font-size: 13px;
    padding: 10px 20px;
}
#suntory_contents #action li .text {
    font-size: 15px;
    padding: 0 20px 20px;
}
#suntory_contents #action .btn_more {
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
#suntory_contents #action .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#suntory_contents #action .btn_more a:hover {
    text-decoration: none;
    opacity: .75;
}
#suntory_contents #action .btn_more a span {
    position: relative;
}
#suntory_contents #action .btn_more a span:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-size: 23px auto;
    position: absolute;
    top: calc(50% - 12px);
    left: -60px;
}
#suntory_contents #action .btn_more a span:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-size: 23px auto;
    position: absolute;
    top: calc(50% - 12px);
    right: -60px;
}

/*------------------------------------------------------------
  [PC] release
------------------------------------------------------------ */
#suntory_contents #release {
    margin: 0 auto 40px;
    padding: 35px 0 0;
    width: 1100px;
}
#suntory_contents #release h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
#suntory_contents #release ul {
    list-style: none;
}

#suntory_contents #release li {
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    background: #fff;
    padding: 33px 50px;
}
#suntory_contents #release li a {
    color: #333;
}
#suntory_contents #release li:hover {
    opacity: .75;
} 

#suntory_contents #release ul a:after { content :''; display :block; clear :both; }


#suntory_contents #release figure {
    width: 210px;
    float: left;
}
#suntory_contents #release figure img {
    width: 100%;
    vertical-align: bottom;
}
#suntory_contents #release figure.sp_img {
    display: none;
}

#suntory_contents #release .text_block {
    width: 750px;
    float: right;
}
#suntory_contents #release .date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
#suntory_contents #release h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0077aa;
}
#suntory_contents #release .text {
    font-size: 15px;
    line-height: 1.8;
    color:#777;
}

#suntory_contents #release .btn_more {
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
}
#suntory_contents #release .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#suntory_contents #release .btn_more a:hover {
    text-decoration: none;
    opacity: .75;
}
#suntory_contents #release .btn_more a span {
    position: relative;
}
#suntory_contents #release .btn_more a span:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-size: 23px auto;
    position: absolute;
    top: calc(50% - 12px);
    left: -60px;
}
#suntory_contents #release .btn_more a span:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat 0 0;
    background-size: 23px auto;
    position: absolute;
    top: calc(50% - 12px);
    right: -60px;
}


@media screen and (max-width:767px){


    /*=============================================================
      [SP] 
    ============================================================ */
    #suntory_contents {
    background: none;
    }

    /*------------------------------------------------------------
      [SP] header_top
    ------------------------------------------------------------ */
    #suntory_contents #header_top {
    margin: 0 auto;
    width: 100%;
    background:
    url(../img/sp_bg_contents.png) repeat-x 0 0,
    url(../img/sp_bg_horizon.png) no-repeat 0 bottom;
    background-size: 5px auto, 100% auto;
    padding-bottom: calc(31.71875% + 40px);
    }
    
    #suntory_contents #header_top .inner {
    background: url(../img/sp_bg_sky.png) no-repeat 0 0;
    background-size:100% auto;
    }
    
    #suntory_contents #sns {
        float: none;
        display: table;
        margin: 0 auto;
        padding: 20px 10px 0;
    }
    #suntory_contents #header_top h1 {
        clear: both;
        text-indent: 0;
        height: auto;
    }
    #suntory_contents #header_top h1 img {
        width: 100%;
    }
    #suntory_contents .lead {
        text-align: center;
        margin: 0 5px;
    }
    #suntory_contents .lead br.sp {
    display: block;
    }
    #suntory_contents .lead .text01 {
        margin-bottom: 1em;
        font-size: 17px;
        font-size: 5.3125vw;
        font-weight: bold;
        line-height: 1.8;
    }
    #suntory_contents .lead .text02 {
        margin-bottom: 1em;
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.8;
    }
    #suntory_contents .lead .text03 {
        margin-bottom: 1em;
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.8;
    }
    #suntory_contents .lead .text04 {
        margin-bottom: 1em;
        font-size: 10px;
        font-size: 3.125vw;
        line-height: 1.8;
        font-weight: bold;
        font-style: normal;
        color: #22aacc;
    }

    #suntory_contents #announcement {
        margin: 30px 15px 0;
        padding: 15px 10px;
        width: auto;
        background: #eef9fb;
        border: 1px #ade0ed solid;
        border-radius: 10px;
        box-sizing: border-box;
        text-align: center;
    }
    #suntory_contents #announcement .title {
        margin: 0 auto 15px;
    }
    #suntory_contents #announcement h2 {
        font-size: 13px;
        font-size: 4.0625vw;
        line-height: 1.8;
        font-weight: bold;
        color: #0077aa;
        display: block;
    }
    #suntory_contents #announcement .date {
        font-size: 10px;
        font-size: 3.125vw;
        color: #0077aa;
        display: block;
    }
    #suntory_contents #announcement .text {
        font-size: 11px;
        font-size: 3.4375vw;
        line-height: 1.8;
    }
    
    /*------------------------------------------------------------
      [SP] nav_top
    ------------------------------------------------------------ */
    #suntory_contents .nav_top {
        display: none;
        height: 0;
    }
    
    /*------------------------------------------------------------
      [SP] container
    ------------------------------------------------------------ */
    #suntory_contents #container {
        width: 100%;
        background: #e7f6fa;
    }

    /*------------------------------------------------------------
      [SP] action
    ------------------------------------------------------------ */
    #suntory_contents #action {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }
    #suntory_contents #action h2 {
        margin-bottom: 20px;
        font-size: 21px;
        font-size: 6.5625w;
        font-weight: bold;
        text-align: center;
        color: #22aacc;
    }
    #suntory_contents #action ul {
    list-style: none;
    margin: 0 15px;
    }
    #suntory_contents #action li {
    margin: 0 0 15px 0;
    width: auto;
    float: none;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    #suntory_contents #action li:nth-child(1),
    #suntory_contents #action li:nth-child(4n + 1) {
    clear: left;
    margin: 0 0 15px 0;
    }
    #suntory_contents #action li h3 {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    padding: 12px 12px 12px 70px;
    box-sizing: border-box;
    min-height: 70px;
    }
    #suntory_contents #action li .date {
    font-size: 14px;
    font-size: 4.375vw;
    padding: 10px 20px;
    }
    #suntory_contents #action li .text {
    font-size: 14px;
    font-size: 4.375vw;
    padding: 0 20px 20px;
    }
    
    #suntory_contents #action .btn_more {
    margin: 0 15px 25px;
    box-shadow: 5px 5px 10px rgba(176,224,237,1);
    }
    #suntory_contents #action .btn_more a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    }
    
    /*------------------------------------------------------------
      [SP] release
    ------------------------------------------------------------ */
    #suntory_contents #release {
        margin: 0 auto 40px;
        padding: 0;
        width: auto;
    }
    #suntory_contents #release h2 {
    margin-bottom: 15px;
    font-size: 19px;
    font-size: 5.9375vw;
    font-weight: bold;
    text-align: center;
    color: #333;
    }
    #suntory_contents #release ul {
        margin: 0 15px;
        list-style: none;
    }
    #suntory_contents #release li {
        margin-bottom: 20px;
        box-shadow: 5px 5px 10px rgba(176,224,237,1);
        background: #fff;
        padding: 20px 15px;
    }
    #suntory_contents #release li a {
        color: #333;
    }
    #suntory_contents #release ul a:after { content :''; display :block; clear :both; }
    
    #suntory_contents #release figure.pc_img {
        display: none;
    }
    #suntory_contents #release figure.sp_img {
        display: block;
    }
    #suntory_contents #release figure {
        margin: 0 0 20px 20px;
        width: 44.8275862068966%;
        float: right;
    }
    #suntory_contents #release figure img {
        width: 100%;
        vertical-align: bottom;
    }

    #suntory_contents #release .text_block {
        width: auto;
        float: none;
    }
    #suntory_contents #release .date {
        font-size: 14px;
        font-size: 4.375vw;
        font-weight: bold;
        margin-bottom: 20px;
    }
    #suntory_contents #release h3 {
        font-size: 15px;
        font-size: 4.6875vw;
        font-weight: bold;
        margin-bottom: 20px;
        color: #0077aa;
    }
    #suntory_contents #release .text {
        font-size: 15px;
        font-size: 4.6875vw;
        line-height: 1.8;
        color:#777;
    }
	
	#suntory_contents #release .btn_more {
	margin: 0 15px 25px;
	box-shadow: 5px 5px 10px rgba(176,224,237,1);
	}
	#suntory_contents #release .btn_more a {
	display: block;
	background: #fff;
	padding: 20px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-size: 4.375vw;
	font-weight: bold;
	}
    
    
    
    
    
    
}
#suntory_contents .project_inner{
	background-color:#def3f8;
	width: 100%;
}
#suntory_contents .project_frame{
	margin: 0 auto;
	padding:30px 0;
	width: 1020px;
}
#suntory_contents .project_info{
    width: 78%;
    margin: 0 auto 30px;
}
#suntory_contents .project_info h2{
	color: #22aacc;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#suntory_contents .project_info p{
	margin-bottom:10px;
}
#suntory_contents .project_info ul{
	text-align:right;
	padding-right:20px;
}
#suntory_contents .project_info li,
#suntory_contents .archive_movie li{
	display:inline-block;
}
#suntory_contents .archive_movie li{
	margin-right:50px;
}

#suntory_contents .project_info li.out a,
#suntory_contents .archive_movie li.out a,
#suntory_contents .newspaper li.pdf a{
	position: relative;
}
#suntory_contents .project_info li.out a:before,
#suntory_contents .archive_movie li.out a:before,
#suntory_contents .newspaper li.pdf a:before{
	background-size: 20px auto;
	background: url(../img/icon_link.png) no-repeat 0 0;
	content: '';
	height: 20px;
	left: -18px;
	position: absolute;
	top: calc(50% - 12px);
	width: 20px;
}
#suntory_contents .newspaper li.pdf a:before{
	top: 0;
}


#suntory_contents .project_info li.out a:after,
#suntory_contents .archive_movie li.out a:after{
	background: url(../img/icon_out.png) no-repeat 0 0;
	background-size: 15px auto;
	content: '';
	height: 20px;
	position: absolute;
	right: -20px;
	top: calc(50% - 10px);
	width: 20px;
}
#suntory_contents .project_frame ul{
	
}
#suntory_contents .project_frame li{
	list-style: none;
}
#suntory_contents .project_report{
	background: #f4f4f4;
	border-radius: 10px;
	border: 1px #c1c1c1 solid;
	box-sizing: border-box;
	font-size:13px;
	padding:20px 60px;
	width:1020px;
}
#suntory_contents .project_report:after {
	clear: both;
	content: '';
	display: block;
}
#suntory_contents .project_report h3{
	color: #22aacc;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:20px;
	text-align: center;
}
#suntory_contents .project_report h4{
	color: #22aacc;
	font-size: 18px;
	font-weight: bold;
}
#suntory_contents .project_report .movie{
	float:left;
	width:460px;
}
#suntory_contents .project_report .archive{
	float:right;
	width:400px;
}
#suntory_contents .project_report .archive .archive_movie p{
	padding-left:15px;
}
#suntory_contents .project_report .archive .archive_movie ul{
	padding-left:25px;
	margin-bottom:20px;
}
#suntory_contents .project_report .archive .newspaper ul{
	padding-left:25px;
}
#suntory_contents #action .nav_top li.nav01,
#suntory_contents #action .nav_top li.nav02,
#suntory_contents #action .nav_top li.nav03,
#suntory_contents #action .nav_top li.nav04{
	width: 275px; margin-left:0;
}
#suntory_contents #action .nav_top li.nav01 a{
	background: url(../img/top_nav.png?2021) no-repeat 0 0;
	height: 88px;
	left: 0px;
	width: 275px;
}
#suntory_contents #action .nav_top li.nav01 a:hover{
	background: url(../img/top_nav.png?2021) no-repeat 0 -88px;
}
#suntory_contents #action .nav_top li.nav02 a{
	background: url(../img/top_nav.png?2021) no-repeat -275px 0;
	height: 88px;
	left: 275px;
	width: 275px;
}
#suntory_contents #action .nav_top li.nav02 a:hover{
	background: url(../img/top_nav.png?2021) no-repeat -275px -88px;
}
#suntory_contents #action .nav_top li.nav03 a{
	background: url(../img/top_nav.png?2021) no-repeat -550px 0;
	height: 88px;
	left: 550px;
	width: 275px;
}
#suntory_contents #action .nav_top li.nav03 a:hover{
	background: url(../img/top_nav.png?2021) no-repeat -550px -88px;
}
#suntory_contents #action .nav_top li.nav04 a{
	background: url(../img/top_nav.png?2021) no-repeat -825px 0;
	height: 88px;
	left: 825px;
	width: 275px;
}
#suntory_contents #action .nav_top li.nav04 a:hover{
	background: url(../img/top_nav.png?2021) no-repeat -825px -88px;
}
#suntory_contents #action li.localcompany {
    background: #def3f8;
}
#suntory_contents #action li.localcompany h3 {
    background: #5bc2dc url(../img/icon_localcompany.png) no-repeat 13px center;
    background-size: 45px auto;
}

@media screen and (max-width: 767px){
	#suntory_contents .project_frame{
		margin: 0 15px;
		width: initial;
	}
	#suntory_contents .project_info {
		font-size: 10px;
		font-size: 3.125vw;
		line-height: 1.8;
		width: 100%;
	}
	#suntory_contents .project_info h2 {
		font-size: 21px;
		font-size: 6.5625w;
	}
	#suntory_contents .project_report{
		font-size: 10px;
		font-size: 3.125vw;
		line-height: 1.8;
		padding:10px;
		width: initial;
	}
	#suntory_contents .project_report h3{
		font-size: 19px;
		font-size: 5.9375vw;
		line-height: 1.3;
		margin-bottom:10px;
	}
	#suntory_contents .project_report .movie{
		float:none;
		width: initial;
		margin-bottom: 20px;
	}
	#suntory_contents .project_report .archive{
		float:none;
		width: initial;
	}
	#suntory_contents .project_report .archive .archive_movie p {
		padding: 0;
		text-align:center;
		width: initial;
	}
	#suntory_contents .project_report .archive .archive_movie p img {
		height:auto;
		width:85%;
	}
	#suntory_contents .project_report h4{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
	}
	#suntory_contents .project_info li.out a:after,
	#suntory_contents .archive_movie li.out a:after{
		background-size: 3vw auto;
		top: calc(50% - 1.5vw);
	}
}