@charset "utf-8";

#animation_container {
	position:absolute;
	margin:auto;
	left:-100%;
	right:-100%;
    top: 0px;
	background-color:#FFFFFF;
	width:750px; height:900px
}

#canvas { position: absolute; display: block; background-color:rgba(255, 255, 255, 1.00); 	width: 100%;}

#dom_overlay_container { pointer-events:none; overflow:hidden; width:750px; height:900px; position: absolute; left: 0px; top: 0px; display: block; }

section#ago_7_sec {
	background-image: none;
	background-color: #FFFFFF;
	padding-top: 0;
}

.ago_7_main section {
	padding: 0;
	background-image: none;
}

#ago_7_fvbox {
	overflow: hidden;
	position: relative;
	background: #043965 ;
	padding-top: 170%;
}

.ago_7_bg {
	width: 100%;
	background: #043965 ;
	text-align: center;
}

.ago_7_bg_about {
	width: 100%;
	background-color: #043965;
	text-align: center;
	background-image: url(/sp/img/special/ago_day/ago07_line02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ago_7_read_box {
	position: relative;
	padding-top: 80%;
}

.ago_7_read {
	position: absolute;
	top: -40%;
	width: 92%;
}

.ago_7_box {
	margin: auto 4%;
	text-align: center;
}

.ago_7_nav {
	margin: auto;
	display: inline-block;
}

.ago_7_imgbox {
	margin: auto;
}

.ago_7_imgbox img {
	width: 100%;
}

.ago_7_nav {
	display: flex;
	justify-content: space-between;
}
.ago_7_nav li {
	width: 30%;
}

.ago_7_nav li img {
	width: 100%;
}

.ago_7_about {
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

.ago_7_about dd {
	margin-top: 20px;
	padding-top: 20px;
}

.ago_7_about_txt {
	padding: 0 2%;
}

.ago_7_bg_about_Gohan {
	padding-top: 20%;
}

.ago_7_ttl {
	margin: auto;
	width: 70%;
}

.ago_7_ttl img {
	width: 100%;
}

.ago_7_buylink {
	width: 71%;
	margin: auto;
}

.ago_7_buylink img {
	width: 100%;
}

.ago_7_ttl_Items {
	width: 100%;
	background-image: url(/img/special/ago_day/ago07_line03.png);
	background-position: top center;
	background-repeat: repeat-x ;
	text-align: center;
	background-size: contain;
	box-sizing: border-box;
	padding: 15% 5% 0 5%;
}

.ago_7_lineup {
	display: flex;
	justify-content: center;
}

.ago_7_lineup_item {
	width: 20%;
}

.ago_7_lineup_item img { 
	width: 100%;
}

.ago_7_lineup_item_Row2 {
	width: 15%;
}

.ago_7_cvbox {
	position: relative;
	margin: auto;
}

.ago_7_cvbox img {
	width: 100%;
}

.ago_7_cvbox p {
	top: 6%;
	position: absolute;
	text-align: center;
	left: 50%;
    transform: translateX(-50%);
	font-size: 28px;
	color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	line-height: 1.2;
}

.ago_7_item_ttl {
	font-size: 36px;
}

.ago_7_item_ttl_sml {
	font-size: 24px;
}

.ago_7_item_txt {
	font-size: 16px;
}

.ago_7_btnbox {
	border-top: solid 1px #CCCCCC;
}

.ago_7_price {
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.ago_7_price_sml {
	font-size: 22px;
}

.ago_7_cartbtn {
	font-size: 20px;
	display: block;
	margin: auto;
	background-color: #b80000;
    box-sizing: border-box;
    color: #FFFFFF;
    width: auto;
	height:70px;
	line-height:70px;
    position: relative;
    padding: 0;
	cursor: pointer;
	font-weight: bold;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto;
}

a.ago_7_cartbtn:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.ago_7_cartbtn:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.ago_7_cartbtn:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity:0.6;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ago_7_cartbtn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.ago_7_recipe {
	text-align: left;
	border: solid 1px #222222;
	background-color: #222222;
	width: 90%;
	margin: auto;
}

.ago_7_recipe_ttl {
	font-size: 20px;
	font-weight: bold;
	padding: 12px 20px;
	color: #FFFFFF;
	position: relative;
}

.ago_7_recipe_ico_minus, .ago_7_recipe_ico_plus {
	position: absolute;
	top: 50%;
    right: 10px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.ago_7_recipe_ico_minus::before, .ago_7_recipe_ico_plus::before {
	position: absolute;
	top: 50%;
    right: -10px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.ago_7_recipe_ico_minus {
	display: none;
}

.ago_7_recipe_ico_plus::after {
	position: absolute;
	top: 0px;
    right: 10px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	transform: rotate(90deg);
}

.ago_7_recipe_txt {
	font-size: 18px;
	padding: 5%;
	display: none;
	background-color: #FFFFFF;
}

.ago_7_recipe_txt dt {
	font-weight: bold;
}

.ago_7_recipe_txt dd + dt {
	margin-top: 20px;
}

.ago_7_recipe_txt dd {
	padding: 0 1em;
}

.ago_7_recipe_list {
	margin-left: 8%;
	list-style: none;
}

.ago_7_recipe_list p {
	text-indent: -1em;
}


.ago_7_fadein {
    opacity : 0;
    transform : translateY(50px);
    transition : all 1200ms;
}
.ago_7_fadein.fire {
    opacity : 1;
    transform : translateY(0);
}

.next_txt {
	color: #b80000;
	font-size: 20px;
	font-weight: bold;
}

.ago_7_recipe_txt h3 {
	text-align: center;
}

.next_renewal_txt{
	font-size: 4.5vw;
    font-weight: bold;
}

.txt_white{
	line-height: 0.8;
	padding: 0 2%;
	color: #fff;
}

/* add KBH_OPE-4787 */
.list_indent{
	padding-left: 1em;
    text-indent: -1em;
}