@charset "utf-8";

/*------------------------------------------------------------
Adjustments for legacy settings
------------------------------------------------------------ */

#suntory_contents .philosophy_contents h1,
#suntory_contents .philosophy_contents h2,
#suntory_contents .philosophy_contents h3,
#suntory_contents .philosophy_contents h4,
#suntory_contents .philosophy_contents h5,
#suntory_contents .philosophy_contents h6,
#suntory_contents .philosophy_contents p,
#suntory_contents .philosophy_contents br,
#suntory_contents .philosophy_contents ul,
#suntory_contents .philosophy_contents ol,
#suntory_contents .philosophy_contents li,
#suntory_contents .philosophy_contents dl,
#suntory_contents .philosophy_contents dt,
#suntory_contents .philosophy_contents dd,
#suntory_contents .philosophy_contents from,
#suntory_contents .philosophy_contents table,
#suntory_contents .philosophy_contents th,
#suntory_contents .philosophy_contents td,
#suntory_contents .philosophy_contents input,
#suntory_contents .philosophy_contents select,
#suntory_contents .philosophy_contents article,
#suntory_contents .philosophy_contents aside,
#suntory_contents .philosophy_contents details,
#suntory_contents .philosophy_contents fig,
#suntory_contents .philosophy_contents figure,
#suntory_contents .philosophy_contents footer,
#suntory_contents .philosophy_contents header,
#suntory_contents .philosophy_contents hgroup,
#suntory_contents .philosophy_contents menu,
#suntory_contents .philosophy_contents nav,
#suntory_contents .philosophy_contents section {
	font-family: 'suntory syntax', Arial, Helvetica, sans-serif;
}
img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
#suntory_contents .philosophy_contents {
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 5.33vw 180px;
	color: #000;
}
.pc-show {
	display: none;
}
#suntory_contents h1 {
    margin-top: 43px;
}
#suntory_contents h2 {
    margin: 65px 0 30px;
}
#suntory_contents h3 {
    margin: 100px 0 30px;
}
#suntory_contents .section p:last-of-type {
    margin-bottom: 0;
}
#suntory_contents .img_blank-m0 {
    margin-left: 5px;
    width: 29px;
    height: auto;
    vertical-align: baseline;
}

/*------------------------------------------------------------
[SP]layout_grid
------------------------------------------------------------ */
#suntory_contents .layout_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 0;
}
#suntory_contents .layout_grid[data-column-sp="2"] {
    gap: 30px 21px;
}
#suntory_contents .layout_grid[data-column-sp="2"] .grid_item {
    width: calc(50% - (21px / 2));
}
#suntory_contents .layout_grid p {
    font-size: 1rem;/* 16px */
}

/*------------------------------------------------------------
[SP]anchors
------------------------------------------------------------ */
#suntory_contents .anchors {
    text-align: center;
}
#suntory_contents .anchors + .section h3 {
    margin-top: 50px;
}
#suntory_contents .anchors .anchor_text {
    margin: 16px 0 6px;
    color: #000;
    font-size: 1rem;/* 16px */
    font-weight: bold;
    line-height: 1.375;
}
#suntory_contents .anchors a:hover {
    text-decoration: none;
}
#suntory_contents .anchors a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url(https://www.suntory.com/about/philosophy/assets/img/yatteminahare/ico_arrow_01.svg) no-repeat;
}

/*------------------------------------------------------------
[SP]text
------------------------------------------------------------ */
#suntory_contents .lead_text {
    font-size: 1rem;/* 16px */
    line-height: 1.8125;
}
#suntory_contents .content_text {
    font-size: 1rem;/* 16px */
    line-height: 1.8125;
}
#suntory_contents .content_text a {
    color: #000;
}

/*------------------------------------------------------------
[SP]page_top
------------------------------------------------------------ */
#suntory_contents .page_top {
    margin: 0;
    width: 100vw;
    height: 13.333333333333333vw;
    display: none;
}
#suntory_contents .page_top.active {
    display: block;
}
#suntory_contents .page_top.fixed {
    position: fixed;
    right: 0;
    bottom: 8vw;
}
#suntory_contents .btn_pate_top a {
    display: block;
    width: 13.333333333333333vw;
    height: 13.333333333333333vw;
    border-radius: 50%;
    background: #EDF4F7 url(https://www.suntory.com/about/philosophy/assets/img/icon_page_top.svg) no-repeat center center;
    background-size: 2.666666666666667vw auto;
    text-decoration: none;
    text-indent: -99999px;
    position: absolute;
    right: 5.333333333333333vw;
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {
#suntory_contents #container {
    width:100%;
    max-width:1164px;
}
#suntory_contents .philosophy_contents {
    padding: 0 0 82px ;
}
.sp-show {
    display: none;
}
.pc-show {
    display: block;
}
#suntory_contents h1 {
    margin-top: 51px;
}
#suntory_contents h2 {
    margin-top: 87px;
}
#suntory_contents h3 {
    margin: 125px 0 50px;
}
    

/*------------------------------------------------------------
[PC]layout_grid
------------------------------------------------------------ */
#suntory_contents .layout_grid {
    flex-wrap: nowrap;
    gap: 40px;
}
#suntory_contents .layout_grid .grid_item.grid_head_pc {
    order: -1;
}
#suntory_contents .layout_grid[data-column-pc="4"] {
    gap: 40px;
}
#suntory_contents .layout_grid[data-column-pc="3"] {
    gap: 40px;
    justify-content: center;
}
#suntory_contents .layout_grid[data-column-pc="3"] .grid_item {
    width: calc(25% - 30px);
}
#suntory_contents .layout_grid[data-column-pc="2"] .grid_item {
    width: calc(50% - (40px / 2));
}
#suntory_contents .layout_grid p:last-of-type {
    margin-bottom: 0;
}
#suntory_contents .layout_grid + p {
    margin-top: 40px;
}


/*------------------------------------------------------------
[PC]anchors
------------------------------------------------------------ */
#suntory_contents .anchors .anchor_text {
    margin: 20px 0 5px;
    font-size: 1.125rem;/* 18px */
    line-height: 1.444;
}
#suntory_contents .anchors a:hover {
    opacity: 0.7;
    transition: .2s;
}
#suntory_contents .anchors a::after {
    margin-top: 5px;
}
#suntory_contents .anchors a:hover::after {
    transform: translateY(3px);
    transition: .2s;
}

/*------------------------------------------------------------
[PC]text
------------------------------------------------------------ */
#suntory_contents .lead_text {
    font-size: 1.125rem;/* 18px */
    line-height: 1.722;
}
.

/*------------------------------------------------------------
[PC]page_top
------------------------------------------------------------ */
#suntory_contents .page_top {
    margin: 0 0 30px;
    width: 100%;
    height: 50px;
    display: none;
}
#suntory_contents .page_top.active {
    display: block;
}
#suntory_contents .page_top.fixed {
    position: fixed;
    right: 0;
    bottom: 30px;
}
#suntory_contents .btn_pate_top a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EDF4F7 url(https://www.suntory.com/about/philosophy/assets/img/icon_page_top.svg) no-repeat center center;
    background-size: 10px auto;
    text-decoration: none;
    text-indent: -99999px;
    position: absolute;
    right: 30px;
}
#suntory_contents .btn_pate_top a:hover {
    background: #D3DADD url(https://www.suntory.com/about/philosophy/assets/img/icon_page_top.svg) no-repeat center center;
    background-size: 10px auto;
}



}
