@charset "utf-8";

html {
	font-size: 14px;
}
/*スマホ縦サイズ↑*/
@media screen and (min-width:481px) {
}
/*スマホ横サイズ↓*/
@media screen and (min-width:640px) {
}
@media screen and (min-width:668px) {
}
/*タブレット縦サイズ↓*/
@media screen and (min-width:768px) {
	html {
		font-size: 16px;
	}
}
/*スマホ横サイズ↑*/
@media screen and (min-width:897px) {
}
@media screen and (min-width:960px) {
}
/*タブレット縦サイズ↑*/
@media screen and (min-width:1025px) {
}
@media screen and (min-width:1281px) {
}
@media screen and (min-width:1441px) {
	html {
		font-size: 18px;
	}
}

body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	/*font-family: "M PLUS 1p", serif;
	font-weight: 700;*/
	/*font-family: "Oswald", sans-serif;
	font-weight:700;*/
	/*font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;*/
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0,0,0,.87);
}
@media screen and (min-width:768px) {
	body {
		font-size: 16px;
	}
}
@media screen and (min-width:1441px) {
	body {
		font-size: 18px;
		line-height: 1.8;
	}
}

/* =====================================================================
    装飾設定
======================================================================*/

#wrap {
	position: relative;
    background-color: #000;
}
.wrap01 {
	padding: 2px 8px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
}

#head {
}
.head01 {
	position: relative;
	background-image:url(../img/image/index_bk_pc.jpg);
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 16px;
	text-align: center;
}
.head01 img {
	max-width: 95%;
	width: auto;
	max-height: calc(100vh - 32px);
	height: auto;
}
.head02_ {
	position: fixed;
	z-index: 99999999;
	top: 16px;
	right: 0;
}
.head02 {
}
@media screen and (max-width:896px) {
	.head03_ {
		display: none;
	}
}
.head03_ {
}
.head03 {
	max-width: 980px;
	margin: 8px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.head03 > li {
	flex: 0 0 14.2857%;
	box-sizing: border-box;
	border-right: 1px solid #666;
}
.head03 > li:first-child {
	border-left: 1px solid #666;
}
.head03 > li > a {
	display: block;
	padding: 0.8rem;
	text-align: center;
	text-decoration: none;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #C11D00;
}
.head03 > li > span {
	display: block;
	padding: 0.8rem;
	text-align: center;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #440B00;
}
.head04 {
	padding: 2px 0 10px 1rem;;
	background-color: #000;
}
.head04 img {
	width: auto;
	height: 56px;
}
@media screen and (min-width:640px) {
	.head04 img {
		height: 66px;
	}
}
.head05 {
	background-color: #FFF;
	background-image: url(../img/common/main01.jpg);
	background-position: center bottom -10vw;
	background-size: cover;
}
.head05 > span {
	display: block;
	padding: 100px 0 50px;
	background-color: rgba(255,255,255,0.5);
}
@media screen and (min-width:640px) {
	.head05 > span {
		padding: 150px 0 50px;
	}
}
.head05 > span > strong {
	display: block;
	text-align:center;
	background-image: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.75) 50%, rgba(255,255,255,0.1) 100%);
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color:#FFF;
}
.head06_ {
}
.head06 {
	max-width: 980px;
	margin: 8px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.head06 > li {
	flex: 0 0 14.2857%;
	box-sizing: border-box;
	border-right: 1px solid #666;
}
.head06 > li:first-child {
	border-left: 1px solid #666;
}
.head06 > li > a {
	display: block;
	padding: 0.4rem;
	text-align: center;
	text-decoration: none;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #C11D00;
}
.head06 > li > span {
	display: block;
	padding: 0.4rem;
	text-align: center;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #440B00;
}
@media screen and (max-width:896px) {
	.head06_ {
		padding: 0.5rem;
	}
	.head06 {
		display: none;
	}
}
.head07,
.main00 > li > a {
	display: block;
	box-sizing: border-box;
	position: relative;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width:451px) {
	.head07,
	.main00 > li > a {
		height: 216px;
	}
}
@media screen and (min-width:768px) {
	.head07,
	.main00 > li > a {
		height: 304px;
	}
}
.head07 {
	height: 41.425vw;
}
.main00 > li > a {
	height: 30.66vw;
}
@media screen and (min-width:451px) {
	.head07 {
		height: 216px;
	}
}
@media screen and (min-width:521px) {
	.main00 > li > a {
		height: 184px;
	}
}
@media screen and (min-width:768px) {
	.head07 {
		height: 304px;
	}
	.main00 > li > a {
		height: 236px;
	}
}
.head07::before,
.main00 > li > a::before {
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center right 40%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width:481px) {
	.head07::before {
		background-position: center right 30%;
	}
}
.main00 > li > a::after {
	position: absolute;
	z-index: 10;
	content: '';
	transform: rotate(-45deg);
	top: calc(50% - 0.5em);
	right: 0.8em;
	width: 1em;
	height: 1em;
	border-bottom: 2px solid #A09233;
	border-right: 2px solid #A09233;
	border-color: rgba(255,255,255,0.87);
	font-size: 8vw;
}
@media screen and (min-width:481px) {
	.main00 > li > a::after {
		font-size: 38px;
	}
}
.head07 > p,
.main00 > li > a > p {
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	background-image: url(../img/brandimg/bg_header_line.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "M PLUS 1p", serif;
	font-style: normal;
	color: #FFF;
}
.head07 > p::before,
.main00 > li > a > p::before {
	position: absolute;
	content: '';
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
.head07 > p {
	bottom: 35px;
	width: 100%;
	padding-left: 1rem;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (min-width:481px) {
	.head07 > p {
		bottom: 45px;
		padding-left: 2rem;
		font-size: 24px;
	}
}
@media screen and (min-width:768px) {
	.head07 > p {
		bottom: 80px;
		padding-left: 13vw;
		font-size: 32px;
	}
}
.head07 > p::before {
	top: -60px;
	left: 0;
	height: 60px;
	width: calc(100% - 1rem);
	margin-left: 1rem;
}
@media screen and (min-width:481px) {
	.head07 > p::before {
		top: -95px;
		height: 90px;
	}
}
@media screen and (min-width:768px) {
	.head07 > p::before {
		width: calc(100% - 13vw);
		margin-left: 13vw;
	}
}
.main00 > li > a > p {
	bottom: 30px;
	width: 100%;
	padding-left: 6vw;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
@media screen and (min-width:481px) {
	.main00 > li > a > p {
		bottom: 45px;
		font-size: 24px;
	}
}
@media screen and (min-width:768px) {
	.main00 > li > a > p {
		bottom: 60px;
		font-size: 32px;
	}
}
.main00 > li > a > p::before {
	top: -50px;
	left: 0;
	height: 50px;
	width: calc(100% - 6vw);
	margin-left: 6vw;
}
@media screen and (min-width:481px) {
	.main00 > li > a > p::before {
		top: -70px;
		height: 70px;
	}
}
.topi00 {
	background-image: url(../img/brandimg/bg_header_topics.jpg);
}
.topi00::before {
	background-image: url(../img/brandimg/p_h1_topics.png);
}
.topi00 > p::before {
	background-image: url(../img/brandimg/txt_header_topics.png);
}
.high00 {
	background-image: url(../img/brandimg/bg_header_highlight.jpg);
}
.high00::before {
	background-image: url(../img/brandimg/p_h1_highlight.png);
}
.high00 > p::before {
	background-image: url(../img/brandimg/txt_header_highlight.png);
}
.tick00 {
	background-image: url(../img/brandimg/bg_header_ticket.jpg);
}
.tick00::before {
	background-image: url(../img/brandimg/p_h1_ticket.png);
}
.tick00 > p::before {
	background-image: url(../img/brandimg/txt_header_ticket.png);
}
.spec00 {
	background-image: url(../img/brandimg/bg_header_special.jpg);
}
.spec00::before {
	background-image: url(../img/brandimg/p_h1_special.png);
}
.spec00 > p::before {
	background-image: url(../img/brandimg/txt_header_special.png);
}
.good00 {
	background-image: url(../img/brandimg/bg_header_goods.jpg);
}
.good00::before {
	background-image: url(../img/brandimg/p_h1_goods.png);
}
.good00 > p::before {
	background-image: url(../img/brandimg/txt_header_goods.png);
}
.note00 {
	background-image: url(../img/brandimg/bg_header_notes.jpg);
}
.note00::before {
	background-image: url(../img/brandimg/p_h1_notes.png);
}
.note00 > p::before {
	background-image: url(../img/brandimg/txt_header_notes.png);
}

#main {
}
.main01 {
	padding: 3rem 1rem 6rem;
	background-image: url(../img/highlight/highlight_bk_1.jpg);
}
.main01 > div {
	max-width: 980px;
	margin: 0 auto;
	padding: 2rem 1rem;
	background-color: rgba(0,0,0,0.666);
	box-shadow: 4px 4px 8px #000;
	color: #FFF;
}
@media screen and (min-width:640px) {
	.main01 > div {
		padding: 2rem;
	}
}

#foot {
	background-color: #232323;
}
.foot01 {
	padding: 2rem;
	border-bottom: 1px solid #666;
	text-align: center;
}
.foot01 img {
	max-width: 199px;
	width: 60%;
}
.foot02_ {
	padding: 0.5rem 1rem;
	font-size: 0.95rem;
}
.foot02 {
	overflow: hidden;
	max-width: 58em;
	margin: 0 auto;
	text-align: center;
}
.foot02 > li {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.foot02 > li:not(:first-child) {
	border-left: 2px solid #666;
}
.foot02 > li a {
	text-decoration: none;
	color: #FFF;
}
.foot02 > li span {
	color: #444;
}
.foot03 {
	position: relative;
	max-width: 45em;
	margin: 2rem auto;
	padding: 0 1em 0 2.2em;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #999;
}
.foot03:before {
	position: absolute;
	content: "※";
	top: 0;
	left: 1em;
}
.foot04 > a {
	display: block;
    height: 17vw;
    max-height: 80px;
	text-align: center;
	background-color: #000;
    background-image: url(../img/common/pagetop.png);
    background-size: auto 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.foot04 > a > span {
	display: none;
}
.fcopy {
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	color: #999;
}

.ttl01 {
	text-align: center;
}
.ttl01 > span {
	display: block;
	margin-bottom: 0.5rem;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.666), -1px 1px 6px rgba(0,0,0,0.666), 1px -1px 6px rgba(0,0,0,0.666), -1px -1px 6px rgba(0,0,0,0.666);
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFF;
}
@media screen and (min-width:481px) {
	.ttl01 > span {
		font-size: 3rem;
	}
}
.ttl01 > strong {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #A91800;
	box-shadow: 4px 4px 0 #000;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #FFF;
}
.ttl02 {
	padding: 0.5rem 1em;
	margin-left: 5px;
	margin-right: 5px;
	outline: 3px solid #A91800;
	outline-offset: 5px;
	background: linear-gradient(-45deg, transparent 0 20px, #FFF 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #A91800 0 2px, #FFF 2px 6px);
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #C11D00;
	/*color: rgba(0,0,0,.87);*/
}
.ttl03 {
	border-bottom: 6px solid #000;
	border-image: linear-gradient(to right, #A91800, rgba(169,24,0,0.1)) 1;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.33), -1px 1px 5px rgba(0,0,0,0.33), 1px -1px 5px rgba(0,0,0,0.33), -1px -1px 5px rgba(0,0,0,0.33);
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	/*color: #C11D00;*/
}
.ttl04 {
	position: relative;
	padding: 0 0.5rem 0.5rem;
	border-radius: 0 0 0 10px;
	border-left: 3px solid #A91800;
	border-bottom: 3px solid #A91800;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.33), -1px 1px 5px rgba(0,0,0,0.33), 1px -1px 5px rgba(0,0,0,0.33), -1px -1px 5px rgba(0,0,0,0.33);
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.ttl04::before, .ttl04:after {
	content: '';
	width: 0;
	height: 0;
	left: 30px;
	border: solid transparent;
	position: absolute;
}
.ttl04::before {
	top: 100%;
	left: 26px;
	border-color: transparent;
	border-top-color: #A91800;
	border-right-color: #A91800;
	border-width: 10px;
}
.ttl04:after {
	top: 100%;
	border-color: transparent;
	border-top-color: #A91800;
	border-right-color: #A91800;
	border-width: 6.5px;
}
.ttl05 {
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.ttl06 {
	padding-left: 0.5rem;
	border-left: 4px solid #A91800;
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.link01 {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1.5em;
}
.link01:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	top: 0;
	left: 0.2em;
	font-weight: 900;
}
.link02 {
	text-align: center;
	padding: 0 1rem;
}
.link02 > a {
	display: inline-block;
	padding: 1rem 2rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-radius: 5px;
	border-bottom: solid 3px #640F00;
	text-decoration: none;
	background-image: linear-gradient(#CC1F00 0%, #A91800 100%);
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFF;
}
.link02 > a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	border-bottom: none;
}
.link02 > a strong {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width:639px) {
	.link02 > a strong {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:479px) {
	.link02 > a {
		padding: 1rem;
	}
	.link02 > a strong {
		font-size: 1.2rem;
	}
}
.link02_ {
	text-align: center;
	padding: 0 1rem;
}
.link02_ > a {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-radius: 5px;
	border-bottom: solid 3px #900;
	text-decoration: none;
	background-image: linear-gradient(#900 0%, #F00 100%);
	line-height: 1.2;
	color: #FFF;
}
.link02_ > a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
.link02_ > a strong {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width:479px) {
	.link02_ > a {
		padding: 0.5rem 1rem;
	}
	.link02_ > a strong {
		font-size: 1.1rem;
	}
}

.inde01_ {
}
.inde01 {
}
.inde01 > dd > ul > li {
	padding: 1rem;
	border-radius: 3px;
	background-color: #A91800;
}
.inde01 > dd > ul > li > a {
	text-decoration: none;
}
.inde01 > dd > ul > li > a > dl > dt {
	padding-bottom: 0.5rem;
	font-family: "Oswald", sans-serif;
	font-size: 1.3rem;
	font-weight:700;
	line-height: 1.2;
	color: #050505;
}
.inde01 > dd > ul > li > a > dl > dd {
	line-height: 1.5;
	color: #FFF;
}
.inde02 {
}
.inde02 > dd {
	padding: 1rem;
	border-radius: 3px;
	background-color: #CCC;
}
.inde02 > dd > ul > li {
	line-height: 1.5;
}
.inde02 > dd > ul > li:not(:first-child)  {
	margin-top: 0.5rem;
}
.inde02 > dd > ul > li a {
	text-decoration: none;
	color: #A91800;
}
@media screen and (max-width:639px) {
	.inde01 {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width:640px) {
	.inde01_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.inde01 {
		flex: 0 0 47%;
	}
	.inde02 {
		flex: 0 0 46%;
	}
}
.inde03_ {
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 4px 4px 8px #000;
}
@media screen and (min-width:640px) {
	.inde03_ {
		padding: 2rem;
	}
}
.inde03 > li {
	padding: 1rem 0.5rem;
	border-bottom: 1px solid #999;
}
@media screen and (min-width:640px) {
	.inde03 > li {
		padding: 1rem;
	}
}
.inde03 > li > dl {
	overflow: hidden;
}
@media screen and (min-width:481px) {
	.inde03 > li > dl > dt {
		float: left;
	}
}
.inde03 > li > dl > dt > span {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	border-radius: 3px;
	background-color: #A91800;
	line-height: 1.2;
	color: #FFF;
}
.inde03 > li > dl > dd {
	padding-left: 0rem;
	text-align: left;
}
@media screen and (max-width:480px) {
	.inde03 > li > dl > dd {
		padding: 0.5rem 0.5rem 0;
	}
}
@media screen and (min-width:481px) {
	.inde03 > li > dl > dd {
		padding-left: 8rem;
	}
}
.inde03_01 {
	max-width: 120px;
	width: 30%;
}
.inde04 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #FFF;
}
.inde05 {
	text-align: center;
	line-height: 1.5;
	color: #FFF;
}
.inde06 {
}
.inde06 > dt {
	text-align: center;
}
.inde06 > dt > span {
	padding: 0.5rem 2rem;
	display: inline-block;
	background-color: rgba(0,0,0,0.66);
	line-height: 1.3;
	color: #FFF;
}
.inde06_01 {
	text-align: center;
}
.inde06_01 img {
	max-width: 800px;
	width: 95%;
}
.inde06_02 {
	max-width: 38rem;
	margin: 0 auto;
	padding: 1rem;
	background-color: rgba(0,0,0,0.75);
}
.inde06_02 li {
	line-height: 1.5;
	color: #FFF;
}
.inde07_ {
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
	background-color: rgba(0,0,0,0.66);
	box-shadow: 3px 3px 6px #000;
}
.inde07 {
	color: #FFF;
}
.inde08 {
	color: #FFF;
}
.inde09 {
	color: #FFF;
}
.inde10 {
	color: #FFF;
}
.inde11 {
	text-align: center;
}
.inde11 img {
	max-width: 500px;
	width: 90%;
}
.inde12_ {
	max-width: 980px;
	margin: 0 auto;
}
.inde12 {
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
	background-color: rgba(0,0,0,0.66);
	box-shadow: 3px 3px 6px #000;
	color: #FFF;
}
.inde13 {
	text-align: center;
}
@media screen and (max-width:639px) {
	.inde13 {
		margin-top: 1rem;
	}
	.inde13 img {
		max-width: 200px;
		width: 45%;
	}
}
@media screen and (min-width:640px) {
	.inde12_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.inde12 {
		flex: 0 0 65%;
		align-self: center;
	}
	.inde13 {
		flex: 0 0 25%;
		align-self: center;
	}
}
.inde14_ {
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 6rem;
}
.inde14 {
	text-align: center;
}
.inde15 {
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
	background-color: rgba(0,0,0,0.66);
	box-shadow: 3px 3px 6px #000;
	color: #FFF;
}
@media screen and (max-width:639px) {
	.inde14 {
		margin-bottom: 1rem;
	}
	.inde14 img {
		max-width: 160px;
		width: 30%;
	}
}
@media screen and (min-width:640px) {
	.inde14_ {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.inde14 {
		flex: 0 0 20%;
		align-self: center;
	}
	.inde15 {
		flex: 0 0 70%;
		align-self: center;
	}
}
#inde51 {
	padding: 3rem 1rem;
	background-color: #232323;
}
#inde51 > div {
	max-width: 980px;
	margin: 0 auto;
}
#inde52 {
	padding: 3rem 1rem;
	background-image: url(../img/brandimg/bg_outline01.png), url(../img/brandimg/bg_outline02.png), url(../img/index/index52bk.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left -45vw top 30px, right -55vw top 10px, center center;
    background-size: 100% auto, 100% auto, 496px 498px;
}
@media screen and (min-width:768px) {
	#inde52 {
		padding: 4rem 1rem;
        background-position: left -45vw top -2vw, right -55vw top -10vw, center center;
	}
}
#inde52 > div {
	max-width: 980px;
	margin: 0 auto;
}
#inde53 {
	padding: 3rem 1rem;
	background-image: url(../img/index/index53bk.jpg);
}
@media screen and (min-width:768px) {
	#inde53 {
		padding: 4rem 1rem;
	}
}
#inde53 > div {
	max-width: 980px;
	margin: 0 auto;
}
#inde54 {
	padding: 3rem 1rem;
	background-image: url(../img/brandimg/bg_intro_chara02.png), url(../img/brandimg/bg_intro_chara01.png), url(../img/index/index54bk.jpg);
    background-repeat: no-repeat, no-repeat, repeat;
	background-position: top 10vw left, top right, center top;
	background-size: 35vw auto, 35vw auto, 310px 320px;
}
@media screen and (min-width:520px) {
	#inde54 {
		background-position: top left, top right, center top;
	}
}
@media screen and (min-width:768px) {
	#inde54 {
		padding: 4rem 1rem;
		background-position: top 70vw left, top right, center center;
	}
}
#inde54 > div {
	max-width: 980px;
	margin: 0 auto;
}


.high04 {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.high04 > dt {
	margin-bottom: 0.2rem;
}
.high04 > dt img {
	width: 90%;
}
.high06 {
}
.high06 > dt {
	margin-bottom: 0.5rem;
}
.high06 > dd {
	padding: 1rem;
	border-radius: 5px;
	border: 2px solid #000;
	background-color: rgba(255,255,255,0.66);
	color: rgba(0,0,0,.87);
}
.high06 > dd > dl > dt {
	margin-bottom: 0.5rem;
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.high06 > dd > dl > dd > ul > li {
	margin-bottom: 0.5rem;
}
.high06 > dd > dl > dd > ul > li > dl > dt {
	font-weight: bold;
	line-height: 1.5;
}
.high06 > dd > dl > dd > ul > li > dl > dd {
	line-height: 1.5;
}
.high06_01 {
	text-align: right;
}
.high07 {
	padding: 1rem;
	border-radius: 5px;
	border: 2px solid #000;
	background-color: rgba(169,24,0,0.2);
}
.high07 > dt {
	margin-bottom: 0.5rem;
	font-family: 'Roboto', "M PLUS 1p", serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.high07 > dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.high07 > dd > div {
	flex: 0 0 25%;
}
.high07 > dd > p {
	flex: 0 0 70%;
}

.good01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.good01 > li {
	flex: 0 0 47%;
	margin-bottom: 4rem;
}
@media screen and (min-width:481px) {
	.good01 > li {
		flex: 0 0 30%;
	}
}
@media screen and (min-width:768px) {
	.good01 > li {
		flex: 0 0 22%;
	}
}
.good01 > li > div {
	border: 1px solid #000;
}
.good01 > li > dl {
}
.good01 > li > dl > dt {
	margin: 0.3rem 0 0.2rem;
	text-align: left;
	line-height: 1.4;
}
.good01 > li > dl > dd {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.5;
}
.good01 > li > dl > dd.good04_01,
.good01 > li > dl > dd.good04_02,
.good01 > li > dl > dd.good04_03,
.good01 > li > dl > dd.good04_04 {
	margin-top: 0.2rem;
	text-align: center;
}
.good01_01 > span {
	font-size: 0.9rem;
}
.good01_02 {
	display: inline-block;
	margin: 0.2rem 0;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	background-color: #000;
	line-height: 1.2;
	color: #A09233; 
}
.good01_03 {
	padding: 0 1rem 1.5rem; 
}
@media screen and (min-width:640px) {
	.good01_03 {
		padding: 0 3rem 1.5rem; 
	}
}
@media screen and (min-width:768px) {
	.good01_03 {
		padding: 0 4rem 1.5rem; 
	}
}
.good01_04 > dt {
	margin-bottom: 1.2rem;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.good01_04 > dt {
		margin-bottom: 1.8rem;
	}
}
.good01_04 > dd {
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.good01_04 > dd {
		margin-bottom: 1.5rem;
	}
}
.good01_04 > dd.good04_01,
.good01_04 > dd.good04_02,
.good01_04 > dd.good04_03,
.good01_04 > dd.good04_04 {
	margin-bottom: 1.5rem;
	padding: 0.2rem;
	font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
	.good01_04 > dd.good04_01,
	.good01_04 > dd.good04_02,
	.good01_04 > dd.good04_03,
	.good01_04 > dd.good04_04 {
		margin-bottom: 2rem;
		padding: 0.5rem;
	}
}
.good01_05 {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #CCC;
}
.good02 {
}
.good03 {
}
.good04 {
}
.good04 > dd {
	padding: 1rem 1.5rem;
	border: 1px solid #000;
	background-color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,.87);
}
.good04 > dd > ul > li:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width:639px) {
	.good04 > dd > ul > li > dl > dt {
		width: 45%;
		margin-bottom: 0.2rem;
	}
}
@media screen and (min-width:640px) {
	.good04 > dd > ul > li > dl {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.good04 > dd > ul > li > dl > dt {
		flex: 0 0 30%;
		align-self: center;
	}
	.good04 > dd > ul > li > dl > dd {
		flex: 0 0 65%;
		align-self: center;
		font-size: 0.9rem;
		line-height: 1.4;
	}
}
.good04_01 {
	border: 1px solid #0288D1;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	color: #0288D1;
}
.good04_02 {
	border: 1px solid #A09233;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	color: #A09233;
}
.good04_03 {
	border: 1px solid #D78400;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	color: #D78400;
}
.good04_04 {
	border: 1px solid #E53935;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	color: #E53935;
}
.good05 {
}

.tick01 {
}
.tick02 {
}
.tick03 {
	text-decoration: underline;
}
.tick03 a {
	color: #FF2904;
	/*color: #C11D00;*/
}
.tick04 {
	text-align: right;
	font-size: 0.9rem;
	line-height: 1.5;
}
.tick07 {
}
.tick07_01 {
	max-width: 760px;
	width: 95%;
	margin: 0 auto;
}
.tick08_ {
	padding: 1rem;
	border: 1px solid #FFF;
	border-radius: 3px;
}
.tick08 {
	font-size: 0.9rem;
	line-height: 1.5;
}
.tick10 {
}
.tick10 strong {
	background:linear-gradient(transparent 60%, rgba(255,255,100,0.5) 60%);
}

.note01 {
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: rgba(0,0,0,0.33);
	font-size: 0.9rem;
	line-height: 1.5;
}
.note01 > dt {
	display: block;
	position: relative;
	padding-left: 1.2em;
}
.note01 > dt:before {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 0.1em;
	width: 12px;
	height: 12px;
	background-color: #FFF;
	border-radius: 50%;
}
.note01 > dd {
	display: block;
	position: relative;
	padding-left: 2.2em;
}
.note01 > dd:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 1.1em;
}
.note01 a {
	color: #FFF;
}
.note02 {
	text-align: left;
}
.note02 > li:not(:last-child) {
	margin-bottom: 0.2rem;
}
.note02 a {
	color: #FF2904;
	/*color: #C11D00;*/
}

.topi01_ {
	padding: 0 0.5rem;
}
.topi01 {
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem;
	font-weight:700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
}

.video01 {
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.video01 > iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


.pop-up1 .popup_wrap input {
	display: none;
}
.pop-up1 .popup_overlay {
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	opacity: 0;
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999989;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
.pop-up1 .popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pop-up1 .popup_content {
	transition: 0.5s;
	box-sizing: border-box;
	position: relative;
	overflow: scroll;
	overflow-x: hidden; 
	max-width: 640px;
	max-height: 95vh;
	width: 85%;
	background-color: rgba(0, 0, 0, 0.8);
	align-self: center;
	border-radius: 5px;
	color: #FFF;
}
.pop-up1 .popup_content > div {
	padding: 2.5rem 1rem 1rem;
}
.pop-up1 .close_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	background: #FFF;
	border-radius:20px;
	text-align: center;
	font-weight:bold;
	font-size: 16px;
	line-height:20px;
	cursor: pointer;
	color: #333;
}
.pop-up1 .popup_wrap input:checked~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.pop-up1 .popup_wrap input:checked~ .popup_overlay .popup_content{
	transform: translateY(10px);
}
.pop-up1 .open_btn {
	transition: .3s ease;
	display: block;
	text-align: center;
	cursor: pointer;
}
.pop-up1 .open_btn span {
	display: inline-block;
	padding-top: 0.5rem;
}