@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
	font-size: calc(10vw / 7.68);
	-webkit-font-smoothing: antialiased;
}
body {
	color: #3b3b3b;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 2.8rem;
	line-height: 1;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
	html {
		font-size: 10px;
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.arrowType01 {
	display: block;
	position: relative;
}
.arrowType01:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
}
.blank {
	display: block;
	background-image: url(../images/icon_blank.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.accordionContent {
	display: none;
}
.wrapper {
	overflow: hidden;
	transition: opacity 1.0s;
}

/* loading */
html {
	width: 100%;
	height: 100%;
}
body.loading {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3000;
	background-image: url(../images/loading_blk.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px 180px;
}
#loading.load {
	animation: fade 4s linear infinite;
}
@keyframes fade {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
body.load_complete #loading {
	display: none;
}
#suntory_contents {
	transition: opacity 0.5s;
}
body.loading #suntory_contents {
	opacity: 0;
}
body.load_complete #suntory_contents {
	opacity: 1;
}
@media screen and (min-width: 769px) {
	#loading {
		background-size: 220px 220px;
	}
}

.contentWrap {
}
.contentInner {
	width: 100%;
	margin: auto;
}
.scrollPosition {
	margin-top: calc(-109 / 768 * 100%);
	padding-top: calc(109 / 768 * 100%);
}
.fadeContent {
	opacity: 0;
	transition: opacity 1.0s ease-out;
}
.fadeContent.current {
	opacity: 1;
}
.mode_pc {
	display: none;
}
.mode_pc.important {
	display: none !important;
}
.mode_sp {
	display: block;
}
.mode_sp.important {
	display: block !important;
}
.accordionTrigger {
	cursor: pointer;
	display: block;
}
.accordionContent {
	display: none;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 960px;
	}
	.contentInner {
		width: 100%;
		max-width: 900px;
	}
	.contentInner.narrow {
		max-width: 680px;
	}
	.scrollPosition {
		margin-top: -60px;
		padding-top: 60px;
	}
	.mode_pc {
		display: block;
	}
	.mode_pc.important {
		display: block !important;
	}
	.mode_sp {
		display: none;
	}
	.mode_sp.important {
		display: none !important;
	}

	/* mover */
	.mover {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.mover:hover {
		opacity: 0.8;
	}
	.moverContent:before, .moverContent > * {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	.moverContent:hover:before,
	.moverContent:hover > * {
		opacity: 0.8;
	}
}

/* module */
.titleType01 {
	position: relative;
	font-size: 47px;
	font-size: 4.7rem;
	font-weight: 700;
	text-align: center;
	padding: calc(67 / 680 * 100%) 0 calc(40 / 680 * 100%) 0;
}
.titleType01:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(60 / 680 * 100%);
	height: 2px;
	background-color: #c2a800;
	margin: auto;
}
@media screen and (min-width: 769px) {
	.titleType01 {
		font-size: 38px;
		font-size: 3.8rem;
		padding: calc(20 / 900 * 100%) 0 calc(30 / 900 * 100%) 0;
	}
	.titleType01:after {
		width: calc(60 / 900 * 100%);
		height: 2px;
	}
}

.buttonType01 {
}
.buttonType01 a {
	display: block;
	position: relative;
	color: #000000;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 500;
	text-align: center;
	background-color: #c2a800;
	padding: calc(40 / 680 * 100%) 0;
}
.buttonType01 a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(26 / 400 * 100%);
	width: calc(12 / 400 * 100%);
	height: 0;
	margin: auto;
	padding: calc(12 / 400 * 100%) 0 0 0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
	.buttonType01 {
		width: calc(400 / 900 * 100%);
		margin: 0 auto;
	}
	.buttonType01 a {
		font-size: 20px;
		font-size: 2.0rem;
		padding: calc(25 / 400 * 100%) 0;
	}
	.buttonType01 a:after {
		right: calc(26 / 400 * 100%);
		width: calc(12 / 400 * 100%);
		padding: calc(12 / 400 * 100%) 0 0 0;
	}
}

/* pcNav */
@media screen and (min-width: 769px) {
	#pcNav {
		position: relative;
		height: 60px;
		background-color: #000000;
	}
	#pcNav .listWrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1010;
		height: 56px;
		color: #e6c750;
		background-color: #000000;
		background-image: url(../images/bg_border_nav.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		padding: 0 0 4px 0;
	}
	#pcNav.fixed .listWrap {
		position: fixed;
	}
	#pcNav .listWrap .list {
		display: flex;
		align-items: center;
		max-width: 960px;
		margin: auto;
	}
	#pcNav .listWrap .list .item {
	}
	#pcNav .listWrap .list .item.logo {
		flex-basis: 108px;
		margin: 0 10px 0 0;
	}
	#pcNav .listWrap .list .item:not(.logo) a {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
		padding: 14px 16px 16px 16px;
	}
	#pcNav .listWrap .list .item.current a {
		color: #000000;
		background-color: #c2a800;
	}
}

/* globalNav */
#globalNav {
	position: relative;
	background-color: #000000;
	padding: calc(88 / 768 * 100%) 0 0 0;
}
#globalNav .navWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1010;
	color: #e6c750;
	background-color: #000000;
}
#globalNav.fixed .navWrap {
	position: fixed;
}
#globalNav .navWrap:before {
	content: "";
	display: block;
	width: 100%;
	background-image: url(../images/bg_border_nav_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: calc(6 / 750 * 100%) 0 0 0;
}
#globalNav .logo {
	width: calc(150 / 750 * 100%);
	padding: calc(4 / 750 * 100%) 0;
}
#globalNav .buttonWrap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#globalNav .buttonWrap .buttonArea {
	cursor: pointer;
	position: absolute;
	top: calc(30 / 750 * 100vw);
	right: calc(23 / 750 * 100vw);
	z-index: 1000;
	width: calc(44 / 750 * 100vw);
	box-sizing: border-box;
}
#globalNav .buttonWrap .buttonArea .wrap {
	position: relative;
	width: 100%;
	padding: 70% 0 0 0;
}
#globalNav .buttonWrap .buttonArea .wrap span {
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #d5b249;
	margin: auto;
	transition: all 0.2s;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	top: 0;
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	top: calc(50% - 1px);
}
#globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	bottom: 0;
}
#globalNav .menu {
	overflow: auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	background-color: #000000;
	padding: calc(15 / 750 * 100%) 0 calc(96 / 750 * 100%) 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
#globalNav .list {
	width: calc(680 / 750 * 100%);
	margin: auto;
}
#globalNav .list .item {
	border-bottom: 1px solid #ffffff;
}
#globalNav .list .item a {
	display: block;
	position: relative;
	color: #e6c750;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	padding: calc(33 / 680 * 100%) 0;
}
#globalNav .list .item a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(8 / 680 * 100%);
	width: calc(15 / 680 * 100%);
	height: 0;
	margin: auto;
	padding: calc(15 / 680 * 100%) 0 0 0;
	border-top: 1px solid #e6c750;
	border-right: 1px solid #e6c750;
	transform: rotate(45deg);
}
#globalNav .bg {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.4);
	transition: opacity 0.3s ease-out;
}
#globalNav.open .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
	bottom: 0;
	left: 0;
	transform: translateY(50%) translateY(-1px) rotate(-45deg);
}
#globalNav.open .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
	opacity: 0;
	left: 0;
}
#globalNav.open .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
	top: 0;
	left: 0;
	transform: translateY(-50%) translateY(1px) rotate(45deg);
}
#globalNav.open .menu {
	transform: translateX(0);
}
#globalNav.open .bg {
	opacity: 1;
	bottom: 0;
}

/* secretDetail */
#secretDetail .content {
}
#secretDetail .contentInner {
}
#secretDetail .title {
	margin: 0 0 calc(60 / 750 * 100%) 0;
	padding: calc(137 / 750* 100%) 0 calc(38 / 750 * 100%) 0;
}
#secretDetail .intro {
	width: calc(710 / 750 * 100%);
	margin: auto;
	padding: calc(2 / 750 * 100%) calc(24 / 750 * 100%) 0 calc(24 / 750 * 100%);
	border: 2px solid #c3a800;
	border-radius: 5px;
	box-sizing: border-box;
}
#secretDetail .secretItem:last-child {
	padding-bottom: calc(30 / 750 * 100%);
}
#secretDetail .secretItem .secretTitle {
	padding: 1px 0 0 0;
}
#secretDetail .secretItem#secret01 .secretTitle {
	padding: calc(23 / 750 * 100%) 0 0 0;
}
#secretDetail .secretItem .secretTitle .accordionTrigger {
	cursor: pointer;
	display: block;
	position: relative;
	color: #c3a800;
	font-size: 34px;
	font-size: 3.4rem;
	background-color: #000000;
	padding: calc(18 / 750 * 100%) calc(20 / 750 * 100%);
}
#secretDetail .secretItem .secretTitle .accordionTrigger:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(27 / 750 * 100%);
	width: calc(27 / 750 * 100%);
	height: 0;
	background-image: url(../images/img_arrow03.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	padding: calc(22 / 750 * 100%) 0 0 0;
	transform: rotate(-90deg);
	transition: transform 0.2s ease-in-out;
}
#secretDetail .secretItem.open .secretTitle .accordionTrigger:after {
	transform: rotate(0);
}
#secretDetail .secretItem .wrap {
	width: calc(710 / 750 * 100%);
	margin: calc(28 / 750 * 100%) auto calc(50 / 750 * 100%) auto;
	padding: 0 calc(28 / 750 * 100%);
	border: 2px solid #c3a800;
	border-radius: 5px;
	box-sizing: border-box;
}
#secretDetail .secretItem#secret01 .read {
	margin: 0 0 calc(6 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 .result {
	margin: 0 0 calc(42 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 .box {
	position: relative;
	background-color: #f3efcd;
	margin: 0 0 calc(35 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 #Zero_caffeine {
	display: none;
}

#secretDetail .secretItem#secret01 #Zero_caffeine .box {
	background-color: #f9e5d4;
	margin-bottom: 18px;
}

#secretDetail .secretItem#secret01 .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../images/img_arrow02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: calc(-37 / 654 * 100%) 0 0 0;
	padding: calc(53 / 654 * 100%) 0 0 0;
}
#secretDetail .secretItem#secret01 .graph {
	margin: 0 0 calc(4 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 .table {
	margin: 0 0 calc(4 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 .check {
	margin: 0 0 calc(52 / 654 * 100%) 0;
}
#secretDetail .secretItem#secret01 .check .source {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: calc(4 / 654 * 100%) 0 0 0;
}
#secretDetail .secretItem#secret01 img.text_close {
	width: calc(180 / 654 * 100%) ;
	display: block;
	margin: 0 auto calc(50 / 654 * 100%)  auto;
}


#secretDetail .secretItem#secret02 .accordionCont,
#secretDetail .secretItem#secret03 .accordionCont,
#secretDetail .secretItem#secret04 .accordionCont {
}
#secretDetail .secretItem#secret02 .box,
#secretDetail .secretItem#secret03 .box,
#secretDetail .secretItem#secret04 .box {
	width: calc(600 / 750 * 100%);
	background-image: url(../images/bg_secret02_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: calc(44 / 750 * 100%) auto calc(50 / 750 * 100%) auto;
	box-sizing: border-box;
}
#secretDetail .secretItem#secret03 .box {
	background-image: url(../images/bg_secret03_sp.png);
}
#secretDetail .secretItem#secret04 .box {
	background-image: url(../images/bg_secret04_sp.png);
}

@media screen and (min-width: 769px) {
	#secretDetail .content {
	position: relative;
	overflow: hidden;
	}
	#secretDetail .contentInner {
	}
	#secretDetail .title {
		margin: 0 0 calc(33 / 680 * 100%) 0;
		padding: calc(61 / 680 * 100%) 0 calc(22 / 680 * 100%) 0;
	}
	#secretDetail .innerNav {
		max-width: 851px;
		margin: auto;
	}
	#secretDetail .innerNav .list {
		display: flex;
		justify-content: space-between;
	}
	#secretDetail .innerNav .list .item {
		flex-basis: calc(212 / 851 * 100%);
	}
	#secretDetail .intro {
		width: 100%;
		margin: 0 0 40px 0;
		padding: calc(40 / 680 * 100%) 0 0 0;
		border: 0;
		border-radius: 0;
	}
	#secretDetail .secretItem:last-child {
		padding-bottom: calc(30 / 680 * 100%);
	}
	#secretDetail .secretItem .secretTitle {
		padding: calc(34 / 680 * 100%) 0 0 0;
		border-bottom: 6px double #c2a800;
	}
	#secretDetail .secretItem .secretTitle .num {
		display: inline-block;
		width: calc(147 / 680 * 100%);
		background-color: #000000;
		margin: 0 0 0 calc(30 / 680 * 100%);
	}
	#secretDetail .secretItem .secretTitle .accordionTrigger {
		display: none;
	}
	#secretDetail .secretItem .accordionContent {
		display: block !important;
	}
	#secretDetail .secretItem .wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
	}
	#secretDetail .secretItem#secret01 .read {
		margin: 0 0 calc(49 / 680 * 100%) 0;
		border-bottom: 6px double #c2a800;
	}
	#secretDetail .secretItem#secret01 .result {
		margin: 0 0 calc(32 / 680 * 100%) 0;
	}
	#secretDetail .secretItem#secret01 .box {
		margin: 0 0 calc(40 / 680 * 100%) 0;
	}
	#secretDetail .secretItem#secret01 .title_Zero_caffeine {
		margin: 0 0 24px 0;
		cursor: pointer;
	}
	#secretDetail .secretItem#secret01 img.text_close {
		width: 119px;	
		display: block;
		margin: 0 auto 20px auto;
		cursor: pointer;
		}


	#secretDetail .secretItem#secret01 .box:before {
		background-image: url(../images/img_arrow01.png);
		margin: calc(-32 / 680 * 100%) 0 0 0;
		padding: calc(53 / 680 * 100%) 0 0 0;
	}
	#secretDetail .secretItem#secret01 .graph {
		margin: 0;
	}
	#secretDetail .secretItem#secret01 .table {
		margin: 0;
	}
	#secretDetail .secretItem#secret01 .check {
		margin: 0 0 calc(32 / 680 * 100%) 0;
	}
	#secretDetail .secretItem#secret01 .check .inner {
		position: relative;
		border: 2px solid #c2a800;
		border-radius: 10px;
	}
	#secretDetail .secretItem#secret01 .check .balloon {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(112 / 680 * 100%);
		margin: calc(-28 / 680 * 100%) calc(10 / 680 * 100%) 0 0;
	}
	#secretDetail .secretItem#secret01 .check .source {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: right;
		padding: calc(10 / 680 * 100%) 0;
	}
	#secretDetail .secretItem#secret02 .accordionCont,
	#secretDetail .secretItem#secret03 .accordionCont,
	#secretDetail .secretItem#secret04 .accordionCont {
		display: block !important;
	}
	#secretDetail .secretItem#secret02 .box,
	#secretDetail .secretItem#secret03 .box,
	#secretDetail .secretItem#secret04 .box {
		width: 100%;
		background-image: url(../images/bg_secret02.png);
		margin: calc(40 / 680 * 100%) 0 calc(46 / 680 * 100%) 0;
	}
	#secretDetail .secretItem#secret03 .box {
		background-image: url(../images/bg_secret03.png);
	}
	#secretDetail .secretItem#secret04 .box {
		background-image: url(../images/bg_secret04.png);
	}
}

/* linkArea */
#linkArea {
	width: calc(524 / 750 * 100%);
	margin: auto;
	padding: 0 0 calc(34 / 750 * 100%) 0;
}

/* toTop */
#toTop {
	color: #e6c750;
	text-align: center;
	background-color: #000000;
}
#toTop:before {
	content: "";
	display: block;
	width: 100%;
	background-image: url(../images/bg_border_nav_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: calc(6 / 750 * 100%) 0 0 0;
}
#toTop a {
	display: block;
	padding: calc(28 / 750 * 100%) 0;
}

/*----------------------
 modal
----------------------*/
.modalLink {
	cursor: pointer;
}
#modalArea .modalContentWrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
}
#modalArea .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#modalArea .modalContentWrap.close .bg {
	display: none;
}
#modalArea .modalContentWrap .modalContent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#modalArea .closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#modalArea .closeBtn .buttonArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: -16px;
	right: -16px;
	z-index: 1000;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
}
#modalArea #modal1 .modalContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(640 / 750 * 100%);
	max-width: 640px;
	text-align: center;
	margin: auto;
}
#modalArea #modal1 .modalContent .image {
	position: relative;
}
@media screen and (min-width:769px) {
	#modalArea #modal1 .modalContent {
		width: 90vw;
		max-width: 750px;
	}
}

/*----------------------
 movieAreal
----------------------*/

#movieArea {
	background: #EEE;
	padding: calc(70 / 750 * 100%) calc(24 / 750 * 100%);
	margin: calc(34 / 750 * 100%) calc(50% - 50vw);
}
#movieArea h3 {
	text-align: center;
	margin: 0 auto 3% auto;
	color: #E50013;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.9rem;
	line-height: 1.6;
	border-bottom: 1px solid;
	display: block;
	width: 80%;
}

#movieArea .movieWrap {
	position: relative;
	margin: 0 0 calc(40 / 680 * 100%) 0;
/* 	padding: calc(383 / 680 * 100%) 0 0 0; */
}
#movieArea .movieWrap.square {
	padding: calc(383 / 680 * 100%) 0 0 0;
	margin: 0 auto;
}
#movieArea .movieWrap img,
#movieArea .movieWrap video,
#movieArea .movieWrap iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
	#movieArea {
    padding: 40px 0;
    margin:60px calc(50% - 50vw);
	width: 100vw;
  	}
	#movieArea h3 {
		font-size: 2.0rem;
		width: 390px;
		margin: 0 auto 20px auto;
	}
	#movieArea .movieWrap.square {
		width: 680px;
		height: 383px;
		padding: 0 0 0 0;		
	}

}

