@charset "utf-8";

body {
	width: 100%;
	height: 100%;
}


/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
.suntory_contents_breadcrumb_extra_wrap {
	order: 2;
    margin: 8vw auto 5.333333333333333vw;
	padding: 0;
	width: 89.333333333333333vw;
}
.suntory_contents_breadcrumb_extra_wrap .suntory_contents_breadcrumb {
    margin: 0;
	padding: 0;
	width: 100%;
}
.sp_item.inline_item {
	display: inline-block;
}
.pc_item {
	display: none;
}


/*------------------------------------------------------------
philosophy_contents
------------------------------------------------------------ */
.philosophy_contents {
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #000;
    /* padding-bottom: 24vw; */
}
.philosophy_contents h1,
.philosophy_contents h2,
.philosophy_contents h3,
.philosophy_contents h4,
.philosophy_contents h5,
.philosophy_contents h6,
.philosophy_contents p,
.philosophy_contents br,
.philosophy_contents ul,
.philosophy_contents ol,
.philosophy_contents li,
.philosophy_contents dl,
.philosophy_contents dt,
.philosophy_contents dd,
.philosophy_contents from,
.philosophy_contents table,
.philosophy_contents th,
.philosophy_contents td,
.philosophy_contents input,
.philosophy_contents select,
.philosophy_contents article,
.philosophy_contents aside,
.philosophy_contents details,
.philosophy_contents figcaption,
.philosophy_contents figure,
.philosophy_contents picture,
.philosophy_contents footer,
.philosophy_contents header,
.philosophy_contents hgroup,
.philosophy_contents menu,
.philosophy_contents nav,
.philosophy_contents section {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*------------------------------------------------------------
[SP]main_visual
------------------------------------------------------------ */
.main_visual {
    width: 100vw;
    /* height: 156.533333333333333vw; */
    min-height: 156.533333333333333vw;
    min-height: 100vh;
    font-size: 8vw;
    position: relative;
    overflow: hidden;
}
.slide_hide .main_visual {
    opacity: 0;
    z-index: -1;
}
.main_visual .slide_nav {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 5.333333333333333vw;
    right: 3.2vw;
    opacity: 0;
}
.slide_start .main_visual .slide_nav {
    animation-name: fade_in_intro_nav;
    animation-fill-mode:forwards;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 1.5s;
}
.slide_end .main_visual .slide_nav {
    display: none;
}
.main_visual .slide_nav dt {
    margin: 0 auto 5.333333333333333vw;
    padding: 0;
    font-size: 2.4vw;
    text-align: center;
    color: #000;
}
.main_visual .slide_nav dd {
    margin: 0;
    padding: 0;
}
.main_visual .slide_nav ol {
    list-style: none;
    margin: 0 auto 5.333333333333333vw;
    padding: 0;
}
.main_visual .slide_nav ol li {
    margin: 0 auto 1.333333333333333vw;
    padding: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    border: 0.266666666666667vw #000 solid;
}
.main_visual .slide_nav ol li:first-child {
    background: #000;
}
.slide_dark .main_visual .slide_nav ol li:first-child {
    background: #fff;
}
.nav02 .main_visual .slide_nav ol li:nth-child(2) {
    background: #000;
}
.nav02 .main_visual .slide_nav ol li:first-child,
.nav02 .main_visual .slide_nav ol li:nth-child(3),
.nav02 .main_visual .slide_nav ol li:nth-child(4) {
    background: none;
}
.nav03 .main_visual .slide_nav ol li:nth-child(3) {
    background: #000;
}
.nav03 .main_visual .slide_nav ol li:first-child,
.nav03 .main_visual .slide_nav ol li:nth-child(2),
.nav03 .main_visual .slide_nav ol li:nth-child(4) {
    background: none;
}
.nav04 .main_visual .slide_nav ol li:nth-child(4) {
    background: #000;
}
.nav04 .main_visual .slide_nav ol li:first-child,
.nav04 .main_visual .slide_nav ol li:nth-child(2),
.nav04 .main_visual .slide_nav ol li:nth-child(3) {
    background: none;
}
.main_visual .slide_nav .btn_skip {
    margin: 0 auto;
    padding: 0;
    font-size: 2.4vw;
    text-align: center;
}
.main_visual .slide_nav .btn_skip a {
    text-decoration: none;
    color: #000;
}
.main_visual .slide_nav .btn_skip a:hover {
    text-decoration: underline;
}
.slide_dark .main_visual .slide_nav .btn_skip a {
    color: #fff;
}

.slide_dark .main_visual .slide_nav dt  {
    color: #fff;
}
.slide_dark .main_visual .slide_nav ol li {
    border: 0.266666666666667vw #fff solid;
}
.slide_dark.nav01 .main_visual .slide_nav ol li:first-child {
    background: #fff;
}
.slide_dark.nav02 .main_visual .slide_nav ol li:first-child,
.slide_dark.nav03 .main_visual .slide_nav ol li:first-child,
.slide_dark.nav04 .main_visual .slide_nav ol li:first-child {
    background: none;
}

.slide_dark .main_visual .slide_nav .btn_skip a {
    color: #fff;
}

.slide_dark.nav02 .main_visual .slide_nav ol li:nth-child(2) {
    background: #fff;
}
.slide_dark.nav03 .main_visual .slide_nav ol li:nth-child(3) {
    background: #fff;
}

.main_visual .slide_contents {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.main_visual .slide_contents .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_visual .slide {
    width: 100vw;
    height: 100vh;
}
.main_visual .slide.slide_btw_01_02,
.main_visual .slide.slide_btw_02_03,
.main_visual .slide.slide_btw_03_04 {
    height: 75vh;
}
.main_visual .slide.slide_after_04 {
    height: 50vh;
}
.main_visual .slide_contents01 {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transition: all 1s;
}
.title_show .main_visual .slide_contents01 {
    opacity: 1;
}

.main_visual .slide_contents01 h2 {
    margin: 32vw 0 4vw;
    font-size: 8vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.main_visual .slide_contents01 p {
    margin: 0;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.main_visual .slide_contents .text {
    font-size: 4.266666666666667vw;
    line-height: 1.8;
    text-align: center;
}
.main_visual .slide_contents figure,
.main_visual .slide_contents picture {
    margin: 0;
    padding: 0;
    position: absolute;
}
.main_visual .slide_contents figure img,
.main_visual .slide_contents picture img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.main_visual #slide02_contents .img01 {
    width: 28.533333333333333vw;
    top: 10.133333333333333vw;
    left: 8.266666666666667vw;
    width: 16.041979010494753vh;
    top: 5.697151424287856vh;
}
.main_visual #slide02_contents .img02 {
    width: 42.933333333333333vw;
    top: 1.866666666666667vw;
    left: 58.133333333333333vw;
    width: 24.137931034482759vh;
    top: 1.049475262368816vh;
}
.main_visual #slide02_contents .img03 {
    width: 40.8vw;
    top: 142.4vw;
    left: -2.133333333333333vw;
    width: 23.388305847076462vh;
    top: 80.059970014992504vh;
}
.main_visual #slide02_contents .img04 {
    width: 26.666666666666667vw;
    top: 149.333333333333333vw;
    left: 56.533333333333333vw;
    width: 14.992503748125937vh;
    top: 83.958020989505247vh;
}
.main_visual #slide03_contents .img01 {
    width: 26.666666666666667vw;
    top: 13.066666666666667vw;
    left: 14.133333333333333vw;
    width: 14.992503748125937vh;
    top: 7.346326836581709vh;
}
.main_visual #slide03_contents .img02 {
    width: 42.933333333333333vw;
    top: 9.866666666666667vw;
    left: 57.066666666666667vw;
    width: 24.137931034482759vh;
    top: 5.547226386806597vh;
}
.main_visual #slide03_contents .img03 {
    width: 40.8vw;
    top: 142.4vw;
    left: 3.466666666666667vw;
    width: 22.938530734632684vh;
    top: 80.059970014992504vh;
}
.main_visual #slide03_contents .img04 {
    width: 28.533333333333333vw;
    top: 149.333333333333333vw;
    left: 55.733333333333333vw;
    width: 16.041979010494753vh;
    top: 83.958020989505247vh;
}
.main_visual #slide04_contents .img01 {
    width: 42.933333333333333vw;
    top: 5.333333333333333vw;
    left: -2.133333333333333vw;
    width: 24.137931034482759vh;
    top: 2.998500749625187vh;
}
.main_visual #slide04_contents .img02 {
    width: 28.533333333333333vw;
    top: 13.6vw;
    left: 65.866666666666667vw;
    width: 16.041979010494753vh;
    top: 7.646176911544228vh;
}
.main_visual #slide04_contents .img03 {
    width: 26.666666666666667vw;
    top: 130.4vw;
    left: 6.4vw;
    width: 14.992503748125937vh;
    top: 73.313343328335832vh;
}
.main_visual #slide04_contents .img04 {
    width: 40.8vw;
    top: 132.266666666666667vw;
    left: 41.066666666666667vw;
    width: 22.938530734632684vh;
    top: 74.362818590704648vh;
}
.main_visual .bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.main_visual .bg00 {
    display: block;
    position: fixed;
}
.slide_start .main_visual .bg00 {
    animation-name: fade_out_intro;
    animation-fill-mode:forwards;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0;
}
.main_visual .bg video {
    margin: 0;
    padding: 0;
    width: 100vw;
    width: 100%;
    height: 100vh;
    height: 100%;
    object-fit: cover;
}
.main_visual .bg01 {
    background-image: url(../img/sp_bg01.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    top: 0;
    opacity: 0;
}
.no-webp .main_visual .bg01 {
    background-image: url(../img/sp_bg01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide_start .main_visual .bg01 {
    animation-name: fade_in_intro_bg;
    animation-fill-mode:forwards;
    animation-duration:2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0;
}
.main_visual .bg02_blank,
.main_visual .bg03_blank,
.main_visual .bg04_blank {
    background:#fff;
    position: fixed;
    top: 0;
}
.main_visual .bg02 {
    background-image: url(../img/sp_bg02.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
}
.no-webp .main_visual .bg02 {
    background-image: url(../img/sp_bg02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual .bg03 {
    background-image: url(../img/sp_bg03.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
}
.no-webp .main_visual .bg03 {
    background-image: url(../img/sp_bg03.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual .bg04 {
    background-image: url(../img/sp_bg04.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
}
.no-webp .main_visual .bg04 {
    background-image: url(../img/sp_bg04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_visual .slide_contents02 .text,
.main_visual .slide_contents03 .text,
.main_visual .slide_contents04 .text {
    opacity: 0;
    transform: translate(0,4vw);
    transition: all 1s .5s;
}
.slide02_active .main_visual .slide_contents02 .text {
    opacity: 1;
    transform: translate(0,0);
}
.slide03_active .main_visual .slide_contents03 .text {
    opacity: 1;
    transform: translate(0,0);
}
.slide04_active .main_visual .slide_contents04 .text {
    opacity: 1;
    transform: translate(0,0);
}

.main_visual #slide02_contents .img01 {
    opacity: 0;
    transform: translate(-4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide02_contents .img02 {
    opacity: 0;
    transform: translate(4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide02_contents .img03 {
    opacity: 0;
    transform: translate(-4vw,4vw);
    transition: all 1s;
}
.main_visual #slide02_contents .img04 {
    opacity: 0;
    transform: translate(4vw,4vw);
    transition: all 1s;
}
.main_visual #slide03_contents .img01 {
    opacity: 0;
    transform: translate(-4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide03_contents .img02 {
    opacity: 0;
    transform: translate(4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide03_contents .img03 {
    opacity: 0;
    transform: translate(-4vw,4vw);
    transition: all 1s;
}
.main_visual #slide03_contents .img04 {
    opacity: 0;
    transform: translate(4vw,4vw);
    transition: all 1s;
}
.main_visual #slide04_contents .img01 {
    opacity: 0;
    transform: translate(-4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide04_contents .img02 {
    opacity: 0;
    transform: translate(4vw,-4vw);
    transition: all 1s;
}
.main_visual #slide04_contents .img03 {
    opacity: 0;
    transform: translate(-4vw,4vw);
    transition: all 1s;
}
.main_visual #slide04_contents .img04 {
    opacity: 0;
    transform: translate(4vw,4vw);
    transition: all 1s;
}
.slide02_active .main_visual #slide02_contents .img01,
.slide02_active .main_visual #slide02_contents .img02,
.slide02_active .main_visual #slide02_contents .img03,
.slide02_active .main_visual #slide02_contents .img04,
.slide03_active .main_visual #slide03_contents .img01,
.slide03_active .main_visual #slide03_contents .img02,
.slide03_active .main_visual #slide03_contents .img03,
.slide03_active .main_visual #slide03_contents .img04,
.slide04_active .main_visual #slide04_contents .img01,
.slide04_active .main_visual #slide04_contents .img02,
.slide04_active .main_visual #slide04_contents .img03,
.slide04_active .main_visual #slide04_contents .img04 {
    opacity: 1;
    transform: translate(0,0);
}

@keyframes fade_out_intro {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
    }
}
@keyframes fade_in_intro_bg {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes fade_in_intro_nav {
    0% {
        opacity:0;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/*------------------------------------------------------------
[SP]section
------------------------------------------------------------ */
.contents_body {
    background: #fff;
    position: relative;
}
.section#section01 {
    margin-bottom: 25.333333333333333vw;
    padding-top: 26.666666666666667vw;
    position: relative;
    background: #fff;
}
.section#section02 {
    margin-bottom: 26.666666666666667vw;
    background: #fff;
}
.section#section03 {
    margin-bottom: 8vw;
    background: #fff;
}
.section#section01::after {
    content: '';
    width: 80vw;
    height: 9.6vw;
    background: url(../img/arrowhead.svg) no-repeat center 0;
    background-size: auto 9.6vw;
    position: absolute;
    bottom: -17.6vw;
    left: calc(50% - 40vw);
}
.section h2 {
    margin-bottom: 8vw;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
}
.section .text {
    margin-bottom: 8vw;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    text-align: center;
}

/*------------------------------------------------------------
[SP]philosophy_list
------------------------------------------------------------ */
.philosophy_list {
    margin: 0 5.333333333333333vw 0;
    padding: 0;
    border: 2.133333333333333vw #5BC2DC solid;
}
.philosophy_list dt {
    margin: 0;
    padding: 8vw 2vw;
    background: #DFF1F7;
}
.philosophy_list dd + dt {
    border-top: 2.133333333333333vw #5BC2DC solid;
}
.philosophy_list dt h3 {
    margin: 0 0 2.666666666666667vw;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
}
.philosophy_list dt p {
    margin: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    letter-spacing: -0.05em;
    text-align: center;
}
.philosophy_list dd {
    margin: 0;
    padding: 8vw 0;
}
.philosophy_list dd p {
    margin: 0;
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: -0.05em;
    font-weight: bold;
    text-align: center;
}
.philosophy_list dd .values {
    list-style: none;
    margin: 0;
    padding: 0;
}
.philosophy_list dd .values li + li {
    margin: 8vw 0 0;
}
.philosophy_list dd .values h4 {
    margin: 0 0 5.333333333333333vw;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
}
.philosophy_list dd .values p {
    margin: 0;
    font-size: 4.266666666666667vw;
    font-weight: normal;
    line-height: 1.6875;
    letter-spacing: -0.05em;
    text-align: center;
}

/*------------------------------------------------------------
[SP]message
------------------------------------------------------------ */
.message {
    margin: 0 5.333333333333333vw 0;
    padding: 10.666666666666667vw 0;
    border: 2.133333333333333vw #5BC2DC solid;;
}
.message dt {
    margin:0 auto 8vw;
    width: 69.333333333333333vw;
    height: 5.866666666666667vw;
    background: url(../img/message.webp) no-repeat 0 0;
    background-size: 69.333333333333333vw auto;
    text-indent: -99999px;
}
.no-webp .message dt {
    background: url(../img/message.png) no-repeat 0 0;
    background-size: 69.333333333333333vw auto;
}
.message dd {
    margin: 0 5.333333333333333vw;
    padding: 0;
    font-size: 3.733333333333333vw;
    line-height: 1.8;
}

/*------------------------------------------------------------
[SP]related_contents
------------------------------------------------------------ */
.related_contents {
    margin: 0 5.333333333333333vw 2.666666666666667vw;
    padding: 0 0 0;
    background: #9DDAEA;
}
.related_contents.related_bnr {
    margin-top: 5.333333333333333vw;
}
.related_contents .related_header {
    padding: 8vw 10.666666666666667vw 4vw 8vw;
}
.related_contents .related_header h3 {
    margin: 0 0 5.333333333333333vw;
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.25;
}
.related_contents .related_header p {
    margin: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    letter-spacing: -0.05em;
}
.related_contents .trigger {
    padding: 8vw 13.6vw 4vw 4vw;
    background: url(../img/icon_plus.svg) no-repeat right 4vw center;
    background-size: 5.333333333333333vw auto;
    cursor: pointer;
}
.related_contents.open .trigger {
    background: url(../img/icon_minus.svg) no-repeat right 4vw center;
    background-size: 5.333333333333333vw auto;
}
.related_contents .related_link a {
    padding: 8vw 13.6vw 4vw 4vw;
    background: url(../img/icon_link.svg) no-repeat right 4vw center;
    background-size: 3.2vw auto;
    text-decoration: none;
    color: #000;
    display: block;
}
.related_contents .related_link h3,
.related_contents.related_bnr h3 {
    margin: 0 0 5.333333333333333vw;
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.25;
}
.related_contents.related_bnr h3 {
    padding: 8vw 0 0 4vw;
}
.related_contents .related_link p {
    margin: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
}
.related_body {
    display: none;
}
.related_contents.open .related_body {
    display: block;
    padding-bottom: 4vw;
}

.related_contents .related_list {
    margin: 0 4vw 0;
    padding: 0;
    list-style: none;
}
.related_contents .related_list li {
    margin: 0;
    padding: 8vw 4vw;
    background: #fff;
}
.related_contents .related_list li + li {
    margin: 2.666666666666667vw 0 0;
}

.related_contents .related_list li h4 {
    margin: 0 0 5.333333333333333vw;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
}
.related_contents .related_list li p {
    margin: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
}
.related_contents .credo {
    margin: 0 4vw;
    padding: 8vw 4vw;
    background: #fff;
}
.related_contents .credo dt {
    margin: 0 0 8vw;
    font-size: 6.4vw;
    font-weight: bold;
    text-align: center;
}
.related_contents .credo dd {
    margin: 0;
    padding: 0;
}
.related_contents .credo dd p {
    margin: 0;
    font-size: 4.266666666666667vw;
    line-height: 1.6875;
    text-align: center;
}
.related_contents .credo dd p + p {
    margin: 8vw 0 0;
}
.related_bnr .related_bnr_link {
    padding: 0;
    margin: 0;
}
.related_bnr a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.related_bnr .related_bnr_link img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all .6s ease;
}

/*------------------------------------------------------------
[SP]btn_ccb
------------------------------------------------------------ */
.btn_ccb {
    margin: 0;
}
.btn_ccb a {
    margin: 0 auto;
    width: 89.333333333333333vw;
    height: 16vw;
    border: 0.266666666666667vw #707070 solid;
    background: url(../img/icon_link.svg) no-repeat right 3.2vw center;
    background-size: 2.133333333333333vw auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3.733333333333333vw;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border-radius: 8vw;
}
.btn_ccb a span.label {
    font-size: 3.333333333333333vw;
}
.btn_ccb a span.title {
    font-size: 4vw;
}

/*------------------------------------------------------------
[SP]page_top
------------------------------------------------------------ */
.page_top {
    margin: 0;
    width: 100vw;
    height: 21.333333333333333vw;
    position: relative;
    overflow: hidden;
}
.page_top .btn_pate_top {
    display: none;
}
.slide_end .page_top.active .btn_pate_top {
    display: block;
}
.page_top.fixed .btn_pate_top {
    position: fixed;
    right: 0;
    bottom: 21.333333333333333vw;
}
.btn_pate_top a {
    display: block;
    width: 13.333333333333333vw;
    height: 13.333333333333333vw;
    border-radius: 50%;
    background: #EDF4F7 url(../img/icon_page_top.svg) no-repeat center center;
    background-size: 4.8vw auto;
    text-decoration: none;
    text-indent: -99999px;
    position: absolute;
    top:8vw;
    right: 5.333333333333333vw;
}

@media (orientation: landscape) {

    /*------------------------------------------------------------
    [SP-landscape]main_visual
    ------------------------------------------------------------ */
    .main_visual {
        width: 100vw;
        min-height: 156.533333333333333vw;
        min-height: 100vh;
        font-size: 30px;
    }
    .main_visual .slide_nav {
        bottom: 20px;
        right: 12px;
    }
    .main_visual .slide_nav dt {
        margin: 0 auto 20px;
        padding: 0;
        font-size: 9px;
    }
    .main_visual .slide_nav ol {
        list-style: none;
        margin: 0 auto 20px;
        padding: 0;
    }
    .main_visual .slide_nav ol li {
        margin: 0 auto 5px;
        padding: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px #000 solid;
    }
    .main_visual .slide_nav .btn_skip {
        font-size: 9px;
    }
    .slide_dark .main_visual .slide_nav ol li {
        border: 1px #fff solid;
    }
    .main_visual .slide_contents {
        width: 100vw;
        height: 100vh;
    }
    .main_visual .slide {
        width: 100vw;
        height: 100vh;
    }
    .main_visual .slide.slide_btw_01_02,
    .main_visual .slide.slide_btw_02_03,
    .main_visual .slide.slide_btw_03_04 {
        height: 75vh;
    }
    .main_visual .slide.slide_after_04 {
        height: 50vh;
    }
    .main_visual .slide_contents01 {
        width: 100vw;
        height: 100vh;
    }
    .main_visual .slide_contents01 h2 {
        margin: 32vw 0 4vw;
        font-size: 30px;
    }
    .main_visual .slide_contents01 p {
        font-size: 18px;
    }
    .main_visual .slide_contents .text {
        font-size: 16px;
    }
    .main_visual #slide02_contents .img01 {
        width: 107px;
        top: 38px;
        left: 31px;
    }
    .main_visual #slide02_contents .img02 {
        width: 161px;
        top: 7px;
        left: auto;
        right: 20px;
    }
    .main_visual #slide02_contents .img03 {
        width: 153px;
        top: auto;
        bottom: 60px;
        left: -8px;
    }
    .main_visual #slide02_contents .img04 {
        width: 100px;
        top: auto;
        bottom: 80px;
        left: auto;
        right: 90px;
    }
    .main_visual #slide03_contents .img01 {
        width: 100px;
        top: 49px;
        left: 53px;
    }
    .main_visual #slide03_contents .img02 {
        width: 161px;
        top: 37px;
        left: auto;
        right: 20px;
    }
    .main_visual #slide03_contents .img03 {
        width: 153px;
        top: auto;
        bottom: 60px;
        left: 13px;
    }
    .main_visual #slide03_contents .img04 {
        width: 107px;
        top: auto;
        bottom: 80px;
        left: auto;
        right: 80px;
    }
    .main_visual #slide04_contents .img01 {
        width: 161px;
        top: 20px;
        left: -8px;
    }
    .main_visual #slide04_contents .img02 {
        width: 107px;
        top: 51px;
        left: auto;
        right: 30px;
    }
    .main_visual #slide04_contents .img03 {
        width: 100px;
        top: auto;
        bottom: 90px;
        left: 24px;
    }
    .main_visual #slide04_contents .img04 {
        width: 120px;
        top: auto;
        bottom: 110px;
        left: auto;
        right: 70px;
    }
    .main_visual .slide_contents02 .text,
    .main_visual .slide_contents03 .text,
    .main_visual .slide_contents04 .text {
        transform: translate(0,15px);
    }
    .main_visual #slide02_contents .img01 {
        transform: translate(-15px,-15px);
    }
    .main_visual #slide02_contents .img02 {
        transform: translate(15px,-15px);
    }
    .main_visual #slide02_contents .img03 {
        transform: translate(-15px,15px);
    }
    .main_visual #slide02_contents .img04 {
        transform: translate(15px,15px);
    }
    .main_visual #slide03_contents .img01 {
        transform: translate(-15px,-15px);
    }
    .main_visual #slide03_contents .img02 {
        transform: translate(15px,-15px);
    }
    .main_visual #slide03_contents .img03 {
        transform: translate(-15px,15px);
    }
    .main_visual #slide03_contents .img04 {
        transform: translate(15px,15px);
    }
    .main_visual #slide04_contents .img01 {
        transform: translate(-15px,-15px);
    }
    .main_visual #slide04_contents .img02 {
        transform: translate(15px,-15px);
    }
    .main_visual #slide04_contents .img03 {
        transform: translate(-15px,15px);
    }
    .main_visual #slide04_contents .img04 {
        transform: translate(15px,15px);
    }

    @media print, screen and (max-width:666px) {

        .main_visual #slide02_contents .img01 {
            width: 80px;
            top: 38px;
            left: 31px;
        }
        .main_visual #slide02_contents .img02 {
            width: 120px;
            top: 7px;
            left: auto;
            right: 20px;
        }
        .main_visual #slide02_contents .img03 {
            width: 114px;
            top: auto;
            bottom: 60px;
            left: -8px;
        }
        .main_visual #slide02_contents .img04 {
            width: 75px;
            top: auto;
            bottom: 80px;
            left: auto;
            right: 60px;
        }
        .main_visual #slide03_contents .img01 {
            width: 75px;
            top: 49px;
            left: 33px;
        }
        .main_visual #slide03_contents .img02 {
            width: 120px;
            top: 37px;
            left: auto;
            right: 0px;
        }
        .main_visual #slide03_contents .img03 {
            width: 114px;
            top: auto;
            bottom: 60px;
            left: 13px;
        }
        .main_visual #slide03_contents .img04 {
            width: 80px;
            top: auto;
            bottom: 60px;
            left: auto;
            right: 60px;
        }
        .main_visual #slide04_contents .img01 {
            width: 120px;
            top: 20px;
            left: -8px;
        }
        .main_visual #slide04_contents .img02 {
            width: 80px;
            top: 30px;
            left: auto;
            right: 30px;

        }
        .main_visual #slide04_contents .img03 {
            width: 75px;
            top: auto;
            bottom: 90px;
            left: 24px;
        }
        .main_visual #slide04_contents .img04 {
            width: 80px;
            top: auto;
            bottom: 110px;
            left: auto;
            right: 60px;
        }

    }


    /*------------------------------------------------------------
    [SP-landscape]section
    ------------------------------------------------------------ */
    .section#section01 {
        margin-bottom: 95px;
        padding-top: 100px;
    }
    .section#section02 {
        margin-bottom: 100px;
    }
    .section#section03 {
        margin-bottom: 30px;
    }
    .section#section01::after {
        content: '';
        width: 300px;
        height: 36px;
        background: url(../img/arrowhead.svg) no-repeat center 0;
        background-size: auto 36px;
        bottom: -66px;
        left: calc(50% - 150px);
    }
    .section h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .section .text {
        margin-bottom: 30px;
        font-size: 16px;
    }

    /*------------------------------------------------------------
    [SP-landscape]philosophy_list
    ------------------------------------------------------------ */
    .philosophy_list {
        margin: 0 20px 0;
        border: 8px #5BC2DC solid;
    }
    .philosophy_list dt {
        padding: 30px 7.5px;
    }
    .philosophy_list dd + dt {
        border-top: 8px #5BC2DC solid;
    }
    .philosophy_list dt h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .philosophy_list dt p {
        font-size: 16px;
    }
    .philosophy_list dd {
        padding: 30px 0;
    }
    .philosophy_list dd p {
        font-size: 21px;
    }
    .philosophy_list dd .values li + li {
        margin: 30px 0 0;
    }
    .philosophy_list dd .values h4 {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .philosophy_list dd .values p {
        font-size: 16px;
    }

    /*------------------------------------------------------------
    [SP-landscape]message
    ------------------------------------------------------------ */
    .message {
        margin: 0 20px 0;
        padding: 40px 0;
        border: 8px #5BC2DC solid;;
    }
    .message dt {
        margin:0 auto 30px;
        width: 260px;
        height: 22px;
        background: url(../img/message.webp) no-repeat 0 0;
        background-size: 260px auto;
    }
    .no-webp .message dt {
        background: url(../img/message.png) no-repeat 0 0;
        background-size: 260px auto;
    }
    .message dd {
        margin: 0 20px;
        font-size: 14px;
    }

    /*------------------------------------------------------------
    [SP-landscape]related_contents
    ------------------------------------------------------------ */
    .related_contents {
        margin: 0 20px 10px;
    }
    .related_contents .related_header {
        padding: 30px 40px 15px 30px;
    }
    .related_contents .related_header h3 {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .related_contents .related_header p {
        font-size: 16px;
    }
    .related_contents .trigger {
        padding: 30px 51px 15px 15px;
        background: url(../img/icon_plus.svg) no-repeat right 15px center;
        background-size: 20px auto;
    }
    .related_contents.open .trigger {
        background: url(../img/icon_minus.svg) no-repeat right 15px center;
        background-size: 20px auto;
    }
    .related_contents .related_link a {
        padding: 30px 51px 15px 15px;
        background: url(../img/icon_link.svg) no-repeat right 15px center;
        background-size: 12px auto;
    }
    .related_contents .related_link h3 {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .related_contents.related_bnr {
        margin-top: 30px;
    }
    .related_contents.related_bnr h3 {
        padding: 30px 0 0 15px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .related_contents .related_link p {
        font-size: 16px;
    }
    .related_contents.open .related_body {
        padding-bottom: 15px;
    }
    .related_contents .related_list {
        margin: 0 15px 0;
    }
    .related_contents .related_list li {
        padding: 30px 15px;
    }
    .related_contents .related_list li + li {
        margin: 10px 0 0;
    }
    .related_contents .related_list li h4 {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .related_contents .related_list li p {
        font-size: 16px;
    }
    .related_contents .credo {
        margin: 0 15px;
        padding: 30px 15px;
    }
    .related_contents .credo dt {
        margin: 0 0 30px;
        font-size: 24px;
    }
    .related_contents .credo dd p {
        font-size: 16px;
    }
    .related_contents .credo dd p + p {
        margin: 30px 0 0;
    }

    /*------------------------------------------------------------
    [SP-landscape]btn_ccb
    ------------------------------------------------------------ */
    .btn_ccb a {
        width: 375px;
        height: 60px;
        border: 1px #707070 solid;
        background: url(../img/icon_link.svg) no-repeat right 3.2vw center;
        background-size: 8px auto;
        font-size: 14px;
        border-radius: 30px;
    }
    .btn_ccb a span.label {
        font-size: 12.5px;
    }
    .btn_ccb a span.title {
        font-size: 15px;
    }

    /*------------------------------------------------------------
    [SP-landscape]page_top
    ------------------------------------------------------------ */
	.page_top.fixed .btn_pate_top {
		bottom: 82px;
	}
	.btn_pate_top a {
		width: 50px;
    	height: 50px;
		background: #EDF4F7 url(../img/icon_page_top.svg) no-repeat center center;
    	background-size: 18px auto;
		position: absolute;
    	top:30px;
        right: 20px;
	}
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

.suntory_contents_breadcrumb_extra_wrap {
    background: #fff;
    text-align: center;
    order: 1;
    margin: 0;
	padding: 0;
	width: 100%;
}
.suntory_contents_breadcrumb_extra_wrap .suntory_contents_breadcrumb {
    margin: 20px auto 15px;
	padding: 0 0 0 3px;
	width: 1164px;
}

.sp_item.inline_item {
    display: none;
}
.sp_item {
    display: none;
}
.pc_item {
    display: block;
}
.pc_item.inline_item {
	display: inline-block;
}

/*------------------------------------------------------------
philosophy_contents
------------------------------------------------------------ */
.philosophy_contents {
    /* padding-bottom: 90px; */
}


/*------------------------------------------------------------
[PC]main_visual
------------------------------------------------------------ */
.main_visual {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main_visual .slide_nav {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.slide_end .main_visual .slide_nav {
    display: none;
}
.main_visual .slide_nav dt {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 13px;
    text-align: center;
}
.main_visual .slide_nav dd {
    margin: 0;
    padding: 0;
}
.main_visual .slide_nav ol {
    list-style: none;
    margin: 0 auto 30px;
    padding: 0;
}
.main_visual .slide_nav ol li {
    margin: 0 auto 10px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px #000 solid;
}
.slide_dark .main_visual .slide_nav ol li {
    border: 1px #fff solid;
}
.main_visual .slide_nav .btn_skip {
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    text-align: center;
}
.main_visual .slide_nav .btn_skip a {
    text-decoration: none;
    color: #000;
}
.main_visual .slide_contents {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_visual .slide_contents#slide01 {
    align-items: center;
}
.main_visual .slide_contents .inner {
    min-width: 1366px;
    min-height: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
}
.main_visual .slide_contents#slide03 .inner {
    padding: 0;
 }

.main_visual .slide_contents01 h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.main_visual .slide_contents01 p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.main_visual .slide_contents .text {
    font-size: 24px;
    line-height: 2;
    text-align: center;
}
.main_visual .slide_contents figure,
.main_visual .slide_contents picture {
    margin: 0;
    padding: 0;
    position: absolute;
}
.main_visual .slide_contents figure img,
.main_visual .slide_contents picture img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.main_visual .bg01 {
    background-image: url(../img/bg01.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-webp .main_visual .bg01 {
    background-image: url(../img/bg01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual .bg02 {
    background-image: url(../img/bg02.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-webp .main_visual .bg02 {
    background-image: url(../img/bg02.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual .bg03 {
    background-image: url(../img/bg03.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-webp .main_visual .bg03 {
    background-image: url(../img/bg03.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual .bg04 {
    background-image: url(../img/bg04.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.no-webp .main_visual .bg04 {
    background-image: url(../img/bg04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_visual #slide02_contents .img01 {
    width: 255px;
    top: 83px;
    left: 121px;
}
.main_visual #slide02_contents .img02 {
    width: 385px;
    top: 30px;
    left: 955px;
}
.main_visual #slide02_contents .img03 {
    width: 374px;
    top: auto;
    bottom: 0;
    left: -23px;
}
.main_visual #slide02_contents .img04 {
    width: 210px;
    top: auto;
    bottom: 50px;
    left: 995px;
}


.main_visual #slide03_contents .img02 {
    width: 385px;
    top: 21px;
    left: -28px;
}
.main_visual #slide03_contents .img01 {
    width: 210px;
    top: 11px;
    left: 1024px;
}
.main_visual #slide03_contents .img04 {
    width: 255px;
    top: 468px;
    left: 138px;
}
.main_visual #slide03_contents .img03 {
    width: 374px;
    top: 281px;
    left: 992px;
}


.main_visual #slide04_contents .img03 {
    width: 210px;
    top: 83px;
    left: 194px;
}
.main_visual #slide04_contents .img01 {
    width: 385px;
    top: 27px;
    left: 999px;
}
.main_visual #slide04_contents .img04 {
    width: 374px;
    top: 346px;
    left: -10px;
}
.main_visual #slide04_contents .img02 {
    width: 255px;
    top: 473px;
    left: 954px;
}

.main_visual .slide_contents02 .text,
.main_visual .slide_contents03 .text,
.main_visual .slide_contents04 .text {
    opacity: 0;
    transform: translate(0,30px);
    transition: all 1s .5s;
}
.main_visual #slide02_contents .img01 {
    opacity: 0;
    transform: translate(-30px,-30px);
    transition: all 1s;
}
.main_visual #slide02_contents .img02 {
    opacity: 0;
    transform: translate(30px,-30px);
    transition: all 1s;
}
.main_visual #slide02_contents .img03 {
    opacity: 0;
    transform: translate(-30px,30px);
    transition: all 1s;
}
.main_visual #slide02_contents .img04 {
    opacity: 0;
    transform: translate(30px,30px);
    transition: all 1s;
}
.main_visual #slide03_contents .img01 {
    opacity: 0;
    transform: translate(30px,-30px);
    transition: all 1s;
}
.main_visual #slide03_contents .img02 {
    opacity: 0;
    transform: translate(-30px,-30px);
    transition: all 1s;
}
.main_visual #slide03_contents .img03 {
    opacity: 0;
    transform: translate(30px,30px);
    transition: all 1s;
}
.main_visual #slide03_contents .img04 {
    opacity: 0;
    transform: translate(-30px,30px);
    transition: all 1s;
}
.main_visual #slide04_contents .img01 {
    opacity: 0;
    transform: translate(30px,-30px);
    transition: all 1s;
}
.main_visual #slide04_contents .img02 {
    opacity: 0;
    transform: translate(30px,30px);
    transition: all 1s;
}
.main_visual #slide04_contents .img03 {
    opacity: 0;
    transform: translate(-30px,-30px);
    transition: all 1s;
}
.main_visual #slide04_contents .img04 {
    opacity: 0;
    transform: translate(-30px,30px);
    transition: all 1s;
}


/*------------------------------------------------------------
[PC]section
------------------------------------------------------------ */
.section#section01 {
    margin-bottom: 110px;
    padding-top: 100px;
    position: relative;
}
.section#section02 {
    margin-bottom: 120px;
}
.section#section03 {
    margin-bottom: 40px;
}
.section#section01::after {
    content: '';
    width: 400px;
    height: 50px;
    background: url(../img/arrowhead.svg) no-repeat center 0;
    background-size: auto 50px;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 200px);
}
.section h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
}
.section .text {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6875;
    text-align: center;
}

/*------------------------------------------------------------
[PC]philosophy_list
------------------------------------------------------------ */
.philosophy_list {
    width: 1164px;
    margin: 0 auto;
    padding: 0;
    border: 10px #5BC2DC solid;
}
.philosophy_list dt {
    margin: 0;
    padding: 15px 30px;
    background: #DFF1F7;
    display: flex;
    align-items: center;
}
.philosophy_list dd + dt {
    border-top: 10px #5BC2DC solid;
}
.philosophy_list dt h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: 356px;
}
.philosophy_list dt p {
    margin: 0;
    font-size: 18px;
    text-align: left;
}
.philosophy_list dd {
    margin: 0;
    padding: 30px 60px;
}
.philosophy_list dd p {
    margin: 0;
    font-size: 40px;
    line-height: 2;
    letter-spacing: -0.05em;
    font-weight: bold;
    text-align: center;
}
.philosophy_list dd .values {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.philosophy_list dd .values li + li {
    margin: 30px 0 0;
}
.philosophy_list dd .values li {
    display: inline-flex;
}
.philosophy_list dd .values h4 {
    margin: 0;
    width: 450px;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}
.philosophy_list dd .values p {
    margin: 0;
    width: 500px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6875;
    letter-spacing: -0.05em;
    text-align: left;
}

/*------------------------------------------------------------
[PC]message
------------------------------------------------------------ */
.message {
    margin: 0 auto;
    width: 1164px;
    padding: 20px 50px 20px 60px;
    border: 10px #5BC2DC solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.message dt {
    margin:0;
    width: 400px;
    height: 35px;
    background: url(../img/message.webp) no-repeat 0 0;
    background-size: 398px auto;
    text-indent: -99999px;
}
.no-webp .message dt {
    background: url(../img/message.png) no-repeat 0 0;
    background-size: 398px auto;
}
.message dd {
    margin: 0;
    padding: 0;
    width: 580px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.05em;
}

/*------------------------------------------------------------
[PC]related_contents
------------------------------------------------------------ */
.related_contents {
    width: 1164px;
    margin: 0 auto 10px;
    padding: 0;
    background: #9DDAEA;
}
.related_contents .related_header {
    padding: 30px 90px 30px 30px;
}
.related_contents .related_header h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
.related_contents .related_header:hover h3 {
    text-decoration: underline;
}
.related_contents .related_header p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6875;
}
.related_contents .trigger {
    padding: 20px 90px 20px 30px;
    background: url(../img/icon_plus.svg) no-repeat right 30px center;
    background-size: 20px auto;
    cursor: pointer;
}
.related_contents.open .trigger {
    background: url(../img/icon_minus.svg) no-repeat right 30px center;
    background-size: 20px auto;
}
.related_contents .related_link a {
    padding: 25px 90px 25px 30px;
    background: url(../img/icon_link.svg) no-repeat right 30px center;
    background-size: 12px auto;
    text-decoration: none;
    color: #000;
    display: block;
}
.related_contents .related_link h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
.related_contents .related_link:hover h3 {
    text-decoration: underline;
}
.related_contents.related_bnr h3 {
    padding: 0;
    margin: 20px 0 15px 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
.related_contents .related_link p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6875;
}
.related_body {
    display: none;
}
.related_contents.open .related_body {
    display: block;
    padding-bottom: 30px;
}
.related_contents .related_list {
    margin: 0 30px 0;
    padding: 0;
    list-style: none;
}
.related_contents .related_list li {
    margin: 0;
    padding: 25px 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related_contents .related_list li + li {
    margin: 10px 0 0;
}
.related_contents .related_list li h4 {
    width: 250px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.related_contents .related_list li p {
    margin: 0;
    width: 824px;
    font-size: 16px;
    line-height: 1.6875;
}
.related_contents .credo {
    margin: 0 30px;
    padding: 25px 30px;
    background: #fff;
}
.related_contents .credo dt {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.related_contents .credo dd {
    margin: 0;
    padding: 0;
}
.related_contents .credo dd p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6875;
    text-align: center;
}
.related_contents .credo dd p + p {
    margin: 30px 0 0;
}
.related_bnr {
    overflow: hidden;
    margin-top: 30px;
}
.related_bnr a:hover {
    text-decoration: underline;
}
.related_bnr .related_bnr_link img:hover {
    transform: scale(1.05, 1.05);
}


/*------------------------------------------------------------
[PC]btn_ccb
------------------------------------------------------------ */
.btn_ccb a {
    margin: 0 auto;
    width: 420px;
    height: 60px;
    border: 1px #707070 solid;
    background: url(../img/icon_link.svg) no-repeat right 15px center;
    background-size: 8px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    border-radius: 30px;
}
.btn_ccb a span.label {
    font-size: 13px;
}
.btn_ccb a span.title {
    font-size: 15px;
}
.btn_ccb a:hover {
    border: 1px #5BC2DC solid;
    background: #9DDAEA url(../img/icon_link.svg) no-repeat right 15px center;
    background-size: 8px auto;
}



/*------------------------------------------------------------
[PC]page_top
------------------------------------------------------------ */
.page_top {
    margin: 0;
    width: 100%;
    height: 80px;
}
.page_top.fixed .btn_pate_top {
    position: fixed;
    right: 0;
    bottom: 80px;
}
.btn_pate_top a {
    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;
    position: absolute;
    top: 0;
    right: 30px;
}
.btn_pate_top a:hover {
    background: #D3DADD url(../img/icon_page_top.svg) no-repeat center center;
    background-size: 16px auto;
}



}
