@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
}
.suntory_contents.bg-bule {
	padding-bottom: 0px;
}
.suntory_contents.bg-white {
	background: #fff;
	padding-bottom: 0px;
}
.suntory_contents.bg-gray {
	background: #e2f3ff;
}
.suntory_contents.bg-lbule {
	background: #c6e6ff;
}
.f_inner {
	position: relative;
}
li {
	list-style-type: none;
}
@media screen and (min-width: 1630px) {
	.f_mainVisual_inner .slick-slide img {
		height: 436px;
	}
}
/* ------ slick-slide ------ */
.slick-slide {
  margin: 0px 20px;
  height: auto;
  width: calc(100vw * 0.8);
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .slick-slide {
    margin: 0px 20px;
    height: auto;
    width: 100vw
  }
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*@media screen and (max-width: 1430px) {
	.f_mainVisual_inner {
		height: calc(801 / 1430 * 100vw);
		width: 100%;
		background-size: contain;
	}
}*/
/* ------ HSNAV ------ */
.hsNav {
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #57C6DB;
	background: #fff;
}
.hsNav.s_fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	padding-top: 10px;
}
.hsNav ul {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  padding-bottom: 15px;
	margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .hsNav ul {
    margin-bottom: 0;
    width: 100%;
  }
}
.hsBtn {
	padding-right: 10px;
}
.hsNav li {
	list-style-type: none;
}
.hsNav li span {
	padding: 0 5px;
}
.hsNav li:first-child {
  margin-right: calc(100vw * 0.15)
}
.hsNav li:last-child {
	padding-right: 0;
}
.hsNav li a {
	text-decoration: none;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #002e82;
}
@media screen and (max-width: 930px) {
  .hsNav li a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .hsNav li:first-child {
    margin-right: 0;
  }
	.hsNav li span {
		padding: 0;
	}
	.hsNav li a {
		font-size: 16px;
	}
}
/* ------ hsSideNav ------ */
.hsSideNav {
  position: absolute;
  right: 0;
  z-index: 5;
}
.hsSideNav.s_fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	padding-top: 10px;
}
.hsSideNav li {
  padding-right: 0;
  margin-top: 15px;
}
.hsSideNav img {
  width: 73px;
  height: auto;
}
.hsSideNav img:hover {
  opacity: 0.8;
}
.suntory_contents {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .suntory_contents {
    padding-bottom: 0;
  }
}
/* ------ subnav ------ */
.subnav ul {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.subnav ul li {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .subnav ul {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .subnav ul li {
    width: 32%;
  }
}
.subnav ul li:first-child {
  margin-left: 0;
}
.subnav a {
  display: block;
  width: 321px;
  height: 161px;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .subnav a {
    width: 100%;
  }
}
.subnav a {
  transition: all 0.3s ease-in-out;
}
.subnav a:hover {
  transform: translateY(-5px);
}
/* ------ arrow-bttom ------ */
.arrow-bttom {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
/* ------ COL-1 ------ */
.f_pgNav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	max-width: 1164px;
	margin: 0 auto;
	padding-top: 40px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .f_pgNav {
    padding-top: 0;
  }
}
.p_navInn.s_fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	padding-top: 73px;
}
.suntory_contents .header-btn img {
	width: 84px;
	height: auto;
}
.header-btn {
	display: flex;
}
.header-btn img:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.p_navInn.s_fixed {
		padding-top: 10px;
	}
	.header-btn {
		display: block;
		right: 10px;
		padding-right: 10px;
	}
	.header-btn img {
		display: block;
	}
}
/* ------ BTN-AREA ------ */
.btn-area {
	display: flex;
	justify-content:space-between;
	padding-top: 7px;
  width: 840px;
  margin: 0 auto;
}
.btn-area img:hover {
	opacity: 0.8;
}
.suntory_contents .btn img {
	width: 400px;
	height: auto;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .btn-area {
    justify-content:center
  }
  .suntory_contents .btn img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-area {
    width: 85.333%;
  }
  .btn-area .btn:last-child {
    margin-right: 0px;
  }
  .suntory_contents .btn {
    width: 48%;
  }
  .suntory_contents .btn img {
    width: 100%;
    height: auto;
}
/*	.btn-area .btn {
		width: 41.6%;
		margin-right: 10px;
	}
	.btn-area .btn:last-child {
		margin-right: 0px;
	}
	.suntory_contents .btn img {
		width: 100%;
	}*/
}
/* ------ COL-2 ------ */
.suntory_contents.col-2 {
	padding-bottom: 100px;
}

/* ------ COL-3 ------ */
.suntory_contents.col-3 {
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.suntory_contents.col-3 {
		padding-bottom: 0;
	}
}
.col-3 .imgwrap-80 {
	text-align: center;
}
.col-3-Wrap-01 {
	position: relative;
	height: 660px;
}
@media screen and (max-width: 767px) {
	.col-3-Wrap-01 {
		position: relative;
		height: calc(100vw * 0.58);
	}
}
.col-3-Wrap-01 .btn {
	position: absolute;
	z-index: 10;
}
.col-3-Wrap-01 .pic {
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
}

.col-3-Wrap-02 {
	position: relative;
	height: 460px;
}
@media screen and (max-width: 767px) {
	.col-3-Wrap-02 {
		position: relative;
		height: calc(100vw * 0.49);
	}
}
.col-3-Wrap-02 .btn {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 30px;
}
.col-3-Wrap-02 .pic {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}
.col-3-Wrap-03 {
	position: relative;
	height: 640px;
}
@media screen and (max-width: 767px) {
	.col-3-Wrap-03 {
		position: relative;
		height: calc(100vw * 0.704);
	}
}
.col-3-Wrap-03 .btn {
	position: absolute;
	z-index: 10;
	bottom: 110px;
}
.col-3-Wrap-03 .pic {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.col-3-Wrap-01 .pic,
	.col-3-Wrap-02 .pic,
	.col-3-Wrap-03 .pic {
		width: 100%;
	}
}
.col-3-Wrap-01 .pic,
.col-3-Wrap-02 .pic,
.col-3-Wrap-03 .pic {
  transition: all 0.3s ease-in-out;
}
.col-3-Wrap-01 .pic:hover,
.col-3-Wrap-02 .pic:hover,
.col-3-Wrap-03 .pic:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.col-3-Wrap-01 .pic:active,
	.col-3-Wrap-02 .pic:active,
	.col-3-Wrap-03 .pic:active {
		opacity: 0.8;
	}
}
/* ------ COL-7 ------ */
.suntory_contents.col-7 {
	padding-bottom: 100px;
}
.col-7 .ttl-07 img {
  max-width: 117px;
}
@media screen and (max-width: 767px) {
  .col-7 .ttl-07 img {
    max-width: 85px;
  }
}
.col-7 .videoWrap {
	width: 85.38%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.col-7 .videoWrap {
		width: 100%;
	}
}
.col-7 .video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.col-7 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col-7 .ico_video {
  position: absolute;
  top: -175px;
  left: -102px;
  background: url("../img/ico_video.png") center top no-repeat;
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .col-7 .ico_video {
    width: 140px;
    height: 140px;
    background-size: contain;
    top: -120px;
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .col-7 .ico_video {
    position: absolute;
    top: -75px;
    left: -15px;
    width: 80px;
    height: 80px;
    background-size: cover;
  }
}
/* ------ COL-8 ------ */
.col-8 .ttl-08 img {
  max-width: 194px;
}
@media screen and (max-width: 767px) {
  .col-8 .ttl-08 img {
    max-width: 146px;
  }
}
.col-8 .voiceWrap {
  margin-top: 100px;
}
.col-8 .voice-col {
  display: flex;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .col-8 .voiceWrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col {
    display: contents;
  }
}
.col-8 .voice-col .voice-col-left {
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col .voice-col-left {
    width: 85.5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col .voice-col-left .s_sp {
    margin-top: 70px;
  }
  .col-8 .voice-col .voice-col-left .pic {
    margin-top: 30px;
  }
}
.col-8 .voice-col .voice-col-right {
  width: 60%;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .col-8 .voice-col .voice-col-right {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col .voice-col-right {
      width: 85%;
      margin: 0 auto;
  }
}
.col-8 .voice-col .voice-col-right .voice-col-txt {
  color: #3c3c3c;
  font-size: 14px;
}
.col-8 .voice-col .voice-col-right .voice-col-txt dt {
  font-weight: bold;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col .voice-col-right .voice-col-txt dt {
    border-bottom: none;
  }
}
.col-8 .voice-col .voice-col-right .voice-col-txt dt span {
  font-size: 17px;
}
.col-8 .voice-col .voice-col-right .voice-col-txt dd {
  margin: 0;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .col-8 .voice-col .voice-col-right .voice-col-txt dd {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 15px;
    font-weight: 500;
  }
}
/* ------ COL-10 ------ */
.suntory_contents.col-10 {
	padding-bottom: 100px;
}
.col-10 .ttl-10 img {
  max-width: 232px;
}
@media screen and (max-width: 767px) {
  .col-10 .ttl-10 img {
    max-width: 174px;
  }
}
.acWrap {
  margin-top: 50px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and ( max-width: 1164px) {
  .acWrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .acWrap {
    width: 85.5%;
    font-size: 14px;
  }
}
.ac-child {
  display: none;
  padding: 2em 0 2em 2em;
  background-color: #c6e6ff;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ac-child {
    padding: 2em 1.8em 2em 1.8em;
  }
}
.ac-parent {
  font-weight: bold;
  padding-left: 2em;
	position: relative;
	height: 50px;
  margin-top: 30px;
	background-color: #002e82;
	color: #fff;
	text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ac-parent {
	  height: 40px;
    margin-top: 15px;
    padding-left: 1.8em;
    text-indent: -1.2em;
    line-height: 1.2em;
 		padding-right: calc(100vw * 0.1);
  }
}
.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 24px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ac-parent:before {
    right: 10px;
  }
}
.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 29px;
	width: 2px;
	height: 24px;
	background: #fff;
	transform: translateY(-50%);
	transition: .3s;
}
@media screen and (max-width: 767px) {
  .ac-parent:after {
    right: 21px;
  }
}
.ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}

/* ------ COL-11 ------ */
.suntory_contents.col-11 {
	padding-bottom: 100px;
}
.col-11 .img-area {
	text-align: center;
}
.col-11 .img-area img {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.col-11 .img-area img {
		width: 320px;
		margin-top: 30px;
	}
}
/* ------ TITLE ------ */
.ttl-01, .ttl-02, .ttl-03, .ttl-04, .ttl-05, .ttl-06, .ttl-07, .ttl-08, .ttl-09, .ttl-10 {
	text-align: center;
}
.ttl-02.s_pc img {
	width: 580px;
}
.ttl-03.s_pc img {
	width: 847px;
}
.ttl-04.s_pc img {
	width: 552px;
}
.ttl-05.s_pc img {
	width: 394px;
}
.ttl-06.s_pc img {
	width: 796px;
}
.ttl-07.s_pc img {
	width: 720px;
}
.ttl-09.s_pc img {
	width: 700px;
}
.ttl-10.s_pc img {
	width: 311px;
}
.c_taCenter {
  text-align: center !important;
}
.c_pb0 {
  padding-bottom: 0 !important;
}
.c_mtS {
	margin-top: 60px !important;
}
.c_mtM {
	margin-top: 80px !important;
}
.c_mtML {
	margin-top: 100px !important;
}
.c_mtL {
	margin-top: 150px !important;
}
.c_mt-1 {
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .c_mtS {
    margin-top: 40px !important;
  }
	.c_mtM {
		margin-top: 50px !important;
	}
	.c_mtML {
		margin-top: 70px !important;
	}
  .c_mtL {
    margin-top: 120px !important;
  }
  .c_mt40 {
    margin-top: 40px !important;
  }
  .c_mt-2 {
    margin-top: -3px;
  }
}
.imgwrap-80 {
	width: 80%;
	margin: 0 auto;
}
.imgwrap-70 {
	width: 70%;
	margin: 0 auto;
}
/* -----------------------------------------------------------------
リキッドレイアウト ----- */
@media screen and (min-width: 768px) and ( max-width: 1164px) {
		.imgwrap-80,
		.imgwrap-70 {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
		.imgwrap-80,
		.imgwrap-70 {
		width: 85.3333%;
	}
}
.anc-pd {
	display: block;
	margin-top: -68px;
	padding-top: 68px;
}
.anc-pdL {
	display: block;
	margin-top: -200px;
	padding-top: 200px;
}
/* ------ pagetop ------ */
.pagetop {
  width: 100%;
  text-align: center;
}
.pagetop img {
  width: 316px;
}
.pagetop img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .pagetop img {
    width: 170px;
  }
}

/* ------ フッターボタン ------ */
@media screen and (max-width: 767px) {
	.f_mainVisual_inner {
		background: none;
		height: calc(616 / 375 * 100vw);
		width: 100%;
		background-size: cover;
	}
	.f_btn {
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 5vw;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.f_btn .btn {
		width: 45%;
	}
	.f_btn .btn:first-of-type {
		margin-right: 10px;
	}
}

/* suntory-common_fotter_link
========================================================================== */

.suntory-common_fotter_link {
  /* padding-bottom: 80px; */
  padding-top: 65px;
}

.suntory-common_fotter_link_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 934px;
}

.suntory-common_fotter_link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.suntory-common_fotter_link a:hover {
  opacity: 0.7;
}

.suntory-common_fotter_link_head_pc{
  display: block;
}

.suntory-common_fotter_link_head_sp{
  display: none;
}

.suntory-common_fotter_link_head > a > img{
  width: 100%;
}

.suntory-common_fotter_link_foot {
  margin-top: 50px;
  display: flex;
	padding: 0;
}

.suntory-common_fotter_link_foot > li{
  width: 25%;
	padding: 0;
}

.suntory-common_fotter_link_foot > li > a > img{
  width: 100%
}

@media screen and (max-width: 1024px) {
  .suntory-common_fotter_link_inner {
    max-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .suntory-common_fotter_link {
    padding: 72px 16px;
  }
  .suntory-common_fotter_link_inner {
    width: auto;
  }
  .suntory-common_fotter_link_foot {
    flex-wrap: wrap;
  }
  .suntory-common_fotter_link_foot > li{
    width: 50%;
  }
  .suntory-common_fotter_link_head_pc {
    display: none;
  }
  .suntory-common_fotter_link_head_sp {
    display: block;
  }
}
/* ------ タイトル ------ */
.h3_ttl {
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.07em;
	color: #192e85;
}
.h3_ttl span {
	background: -webkit-linear-gradient(white 75%, #f1d011 75%, #f1d011 95%, white 95%, white 100%);
	background: -o-linear-gradient(white 75%, #f1d011 75%, #f1d011 95%, white 95%, white 100%);
	background: linear-gradient(white 75%, #f1d011 75%, #f1d011 95%, white 95%, white 100%);
}


/*20241226追記*/

.columSlideBox {padding: 70px 0 0;}
.columSlideBox .slideTtl {font-size: 40px;margin:0 auto 55px;text-align: center;line-height: 1.5}
.columSlideBox .slide {position: relative;display: flex;flex-wrap: wrap;justify-content: center;}
.columSlideBox .slide .slideBox {min-width: 960px;width: 85%;}
.columSlideBox .slide .slideBox .slideItem {margin:0 8px;background: #EEFAFC;border-radius: 20px;font-size: 20px;font-weight: bold;padding: 16px;}
.columSlideBox .slide .slideBox .slideItem a {color: #000;text-decoration: none;}
.columSlideBox .slide .slideBox .slideItem .imgBox {}
.columSlideBox .slide .slideBox .slideItem .imgBox img {height: auto;}
.columSlideBox .slide .slideBox .slideItem .txtBox {margin-top: 0px;line-height: 1.6}
.columSlideBox .slide .arrWrap {display: flex;justify-content: center;gap: 60px;margin: 40px auto 0;width: 100%}
.columSlideBox .slide .arrWrap p {width: 36px;cursor: pointer;}
.columSlideBox .slide .arrWrap p.slick-disabled {filter: grayscale(1);opacity: .5;cursor: inherit;}
.columSlideBox .slide .arrWrap img {width: 100%;}
.columSlideBox .slick-active,.columSlideBox .slick-slide {opacity: 1}
.noBorder {border: none!important;}

@media(max-width: 767px) {

	.columSlideBox {width:100%;min-width: inherit;padding: 30px 10px 0;box-sizing: border-box;}
	.columSlideBox .slideTtl {font-size: 22px;margin-bottom: 30px;}
	.columSlideBox .slide {padding-top: 0;}
	.columSlideBox .slide .slideBox {position: static;width: 100%;min-width: auto;margin-right: 0;}
	.columSlideBox .slide .slideBox .slideItem {font-size: 16px;padding: 12px;border-radius: 10px;}
	.columSlideBox .slide .slideBox .slideItem .imgBox {}
	.columSlideBox .slide .slideBox .slideItem .imgBox img {}
	.columSlideBox .slide .slideBox .slideItem .txtBox {margin-top: 0px;}
	.columSlideBox .slide .arrWrap {margin: 10px auto 0;}
	.columSlideBox .slide .arrWrap p {}
	.columSlideBox .slide .arrWrap img {}
	.suntory_contents.col-11 {padding-bottom: 60px;}

}

/*20250117追記*/
