@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible;
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
:root {
	font-size: 10px
}
body {
	font-size: 1.6rem;
	font-family: メイリオ, Meiryo, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Osaka, ＭＳ\ Ｐゴシック, sans-serif;
	background: #fff
}
a, body {
	color: #333
}
a {
	line-height: 1.8;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
li, ol, p, ul {
	margin: 0
}
ol, ul {
	list-style-type: none;
	padding: 0
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: 1.8;
	font-weight: 400
}
img {
	vertical-align: bottom
}
dd, dl {
	margin: 0
}
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff
}
.header_inner {
	height: 80px;
	width: 1120px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.header .header_inner {
	height: 100px;
}
.header.scroll .header_inner {
	height: 80px;
	background-color: transparent;
}

.header_logo {
	height: 100%;
	width: 140px;
	position: absolute;
	left: 0;
	top: 0
}
.header_logo a, .header_logo span {
	display: block;
	height: 100%;
	background: url(../images/common/header/logo.png) no-repeat 50%;
	background-size: 140px auto;
	text-indent: -9999px;
	overflow: hidden
}
.header_sitelogo {
	height: 100%;
	width: 319px;
	margin: 0 auto
}
.header_sitelogo h1 {
	width: 100%;
	height: 100%
}
.header_sitelogo a, .header_sitelogo span {
	display: block;
	height: 100%;
	background: url(../images/common/header/header_logo_001.png) no-repeat 50%;
	background-size: 319px auto;
	text-indent: -9999px;
	overflow: hidden
}
.header_sitelogo h1 {
	height: 100%
}
.header_link {
	height: 50px;
	width: 244px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px
}
.header_link a, .header_link span {
	display: block;
	height: 100%;
	background: url(../images/common/header/header_btn_001.png) no-repeat 50%;
	background-size: 244px 50px;
	text-indent: -9999px;
	overflow: hidden
}
.header_link a:hover, .header_link span:hover {
	opacity: .7
}
.header_menu {
	display: none
}

@media only all and (min-width : 767px ){
.header {
	min-width: 1120px;
	z-index: 4;
	box-shadow: 0 3px 3px rgba(51, 51, 51, 0.1);
}
.header.scroll {
	background: url(../images/common/header/header_navi_bg_001.jpg) repeat-x 50%;
	background-size: 1354px 80px;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	transform: translateY(-100%);
	transition: opacity .5s
}
.header.scroll.active {
	opacity: 1;
	transform: translate(0)
}
.header.scroll .header_logo {
	display: none
}
.header.scroll .header_sitelogo {
	position: absolute;
	left: 7px;
	top: 0;
	width: 160px;
	z-index: 4;
}
.header.scroll .header_sitelogo a, .header.scroll .header_sitelogo span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/header/header_logo_001.png) no-repeat 50%;
	background-size: 160px auto
}
.header.scroll .header_link {
	z-index: 4
}
.header_globalNavi {
	min-width: 1120px;
	width: 100%;
	height: 80px;
	background: url(../images/common/header/header_navi_bg_001.jpg) repeat-x 50%;
	background-size: 1354px 80px;
}
.header_globalNavi_inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.header_globalNavi_inner>ul>li {
	cursor: pointer;
	height: 80px;
	float: left;
	/* margin-right: 2px; */
}
.header_globalNavi_inner>ul>li:hover {
	background-position: center -80px!important
}
.header_globalNavi_inner>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden
}
.header_globalNavi_inner>ul>li.active {
	background-position: center -80px!important
}
.header_globalNavi_inner #header_globalNavi_01 {
	width: 366px;
	background: url(../images/common/header/header_navi_btn_001.png) no-repeat center 0;
}
.header_globalNavi_inner #header_globalNavi_02 {
	width: 366px;
	background: url(../images/common/header/header_navi_btn_002.png) no-repeat center 0;
}
.header_globalNavi_inner #header_globalNavi_03 {
	width: 366px;
	background: url(../images/common/header/header_navi_btn_003.png) no-repeat center 0;
}
.header_globalNavi_inner #header_globalNavi_04 {
	width: 278px;
	margin-right: 0;
	background: url(../images/common/header/header_navi_btn_004.jpg) no-repeat center 0
}
/*.header_globalNavi_inner #header_globalNavi_01_contents {
	width: 1120px;
	position: absolute;
	top: 80px;
	left: 0
}
.header_globalNavi_inner #header_globalNavi_01_contents.active {
	height: 162px
}
.header_globalNavi_inner #header_globalNavi_01_contents:before {
	width: 1116px;
	height: 158px
}*/
.header_globalNavi_inner #header_globalNavi_02_contents {
	width: 747px;
	position: absolute;
	top: 80px;
	left: 0
}
.header_globalNavi_inner #header_globalNavi_02_contents,
.header_globalNavi_inner #header_globalNavi_03_contents,
.header_globalNavi_inner #header_globalNavi_04_contents {
	position: absolute;
	top: 80px;
	left: 0;
	margin-top: 0;
	width: 100%;
}
.header_globalNavi_inner #header_globalNavi_02_contents.active,
.header_globalNavi_inner #header_globalNavi_04_contents.active {
	height: 260px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
.header_globalNavi_inner #header_globalNavi_03_contents.active {
	height: 130px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}


.header_globalNavi_inner #header_globalNavi_02_contents:before,
.header_globalNavi_inner #header_globalNavi_03_contents:before,
.header_globalNavi_inner #header_globalNavi_04_contents:before {
	width: 743px;
	height: 78px
}
/*.header_globalNavi_inner #header_globalNavi_01_contents,*/
.header_globalNavi_inner #header_globalNavi_02_contents,
.header_globalNavi_inner #header_globalNavi_03_contents,
.header_globalNavi_inner #header_globalNavi_04_contents {
	opacity: 0;
	height: 0;
	background-color: #FFF9E6;
	z-index: 3;
	overflow: hidden;
	transition: all .5s;
	padding: 0;
}
/*.header_globalNavi_inner #header_globalNavi_01_contents:before,*/
.header_globalNavi_inner #header_globalNavi_02_contents:before,
.header_globalNavi_inner #header_globalNavi_03_contents:before,
.header_globalNavi_inner #header_globalNavi_04_contents:before {
	content: ' ';
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* border: 2px solid #e01d1d */
}
/*.header_globalNavi_inner #header_globalNavi_01_contents.active,*/
.header_globalNavi_inner #header_globalNavi_02_contents.active,
.header_globalNavi_inner #header_globalNavi_03_contents.active,
.header_globalNavi_inner #header_globalNavi_04_contents.active {
	opacity: 1;
	display: block;
	font-size: 16px;
}
/*.header_globalNavi_inner #header_globalNavi_01_contents>ul,*/
.header_globalNavi_inner #header_globalNavi_02_contents>ul,
.header_globalNavi_inner #header_globalNavi_03_contents>ul,
.header_globalNavi_inner #header_globalNavi_04_contents>ul {
	position: relative;
	z-index: 5;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* width: 100%; */
	font-size: 0;
	padding: 0 35px;
}
/*.header_globalNavi_inner #header_globalNavi_01_contents>ul>li,*/
.header_globalNavi_inner #header_globalNavi_02_contents>ul>li,
.header_globalNavi_inner #header_globalNavi_03_contents>ul>li,
.header_globalNavi_inner #header_globalNavi_04_contents>ul>li {
	/* width: 33.333%; */
	/* height: 110px; */
	/* float: left; */
	box-sizing: border-box;
	margin: 15px 0 0;
	font-size: 16px;
	/* overflow: hidden; */
}
/*.header_globalNavi_inner #header_globalNavi_01_contents>ul>li>a,*/
.header_globalNavi_inner #header_globalNavi_02_contents>ul>li>a,
.header_globalNavi_inner #header_globalNavi_03_contents>ul>li>a,
.header_globalNavi_inner #header_globalNavi_04_contents>ul>li>a {
	display: block;
	width: 320px;
	height: 98px;
	/* padding-top: 21px; */
	/* padding-left: 40px; */
	/* background: url(../images/common/header/header_navi_bg_001.png) 50% no-repeat; */
	background: #987070;
	margin: 0 auto;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-sizing: border-box;
	border: 5px solid #FFF;
}
/*.header_globalNavi_inner #header_globalNavi_01_contents>ul>li>a.gr,*/
.header_globalNavi_inner #header_globalNavi_02_contents>ul>li>a.gr,
.header_globalNavi_inner #header_globalNavi_03_contents>ul>li>a.gr,
.header_globalNavi_inner #header_globalNavi_04_contents>ul>li>a.gr {
	color: #fff;
	background: url(../images/common/header/header_navi_bg_002.png) 50% no-repeat
}
/*.header_globalNavi_inner #header_globalNavi_01_contents>ul>li>a:hover,*/
.header_globalNavi_inner #header_globalNavi_02_contents>ul>li>a:hover,
.header_globalNavi_inner #header_globalNavi_03_contents>ul>li>a:hover,
.header_globalNavi_inner #header_globalNavi_04_contents>ul>li>a:hover {
	opacity: .7;
	text-decoration: none;
}
.header_globalNavi.scroll {
	position: relative;
	width: 1100px;
	margin: -80px auto 0;
	background: none;
}
.header_globalNavi.scroll .header_globalNavi_inner>ul {
	width: 920px;
	margin-right: 0;
}
.header_globalNavi.scroll .header_globalNavi_inner>ul>li {
	height: 80px;
	float: left;
	/* margin-right: 2px; */
}
.header_globalNavi.scroll .header_globalNavi_inner>ul>li:hover {
	background-position: center -80px!important;
}
.header_globalNavi.scroll .header_globalNavi_inner>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden
}
.header_globalNavi.scroll .header_globalNavi_inner>ul>li.active {
	background-position: center -80px!important;
}
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_01 {
	width: 306px;
	background: url(../images/common/header/header_navi_btn_001.png) no-repeat center 0;
}
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_02 {
	width: 306px;
	background: url(../images/common/header/header_navi_btn_002.png) no-repeat center 0;
}
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_03 {
	width: 306px;
	background: url(../images/common/header/header_navi_btn_003.png) no-repeat center 0;
}
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_04 {
	width: 168px;
	background: url(../images/common/header/header_navi_btn2_004.png) no-repeat center 0
}
/*
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_01_contents {
	position: absolute;
	top: 92px;
	left: 0
}
*/
/* .top #header_globalNavi_01{background-position: center -160px;} */
/* .torisetsu header_globalNavi_03{background-position: center -160px;} */

.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_02_contents,
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_03_contents,
.header_globalNavi.scroll .header_globalNavi_inner #header_globalNavi_04_contents {
	position: absolute;
	top: 80px;
	right: 0;
}
}

@media only all and (max-width:767px) {
.header_globalNavi {
	display: none!important
}
.header {
	position: relative;
	/* height: 40px; */
}
.header.scroll {
	display: none
}
.header_inner {
	width: 100%;
	height: 45px
}
.header_logo {
	height: 100%;
	width: 71px;
	position: absolute;
	left: 10px;
	top: 0
}
.header_logo a, .header_logo span {
	display: block;
	height: 100%;
	background: url(../images/common/header/logo.png) no-repeat 50%;
	background-size: 51px auto;
	text-indent: -9999px;
	overflow: hidden
}
.header_sitelogo {
	height: 100%;
	width: 160px;
	margin: 0 auto
}
.header_sitelogo a, .header_sitelogo span {
	display: block;
	height: 100%;
	background: url(../images/common/header/header_logo_001.png) no-repeat 50%;
	background-size: 160px auto;
	text-indent: -9999px;
	overflow: hidden
}
.header_link {
	display: none
}
.header_menu {
	display: block;
	position: absolute;
	z-index: 6;
	right: 10px;
	top: 10px;
	width: 29px;
	height: 29px;
	background: url(../images/common/header/header_btn_002.png) no-repeat 50%;
	background-size: 29px auto;
	text-indent: -9999px;
	overflow: hidden
}
.header_menu.active {
	background: url(../images/common/header/header_btn_003.png) no-repeat 50%;
	background-size: 29px auto
}
}
.footer {
	width: 100%;
	background-color: #df0010
}
.footer_copy {
	width: 1120px;
	height: 47px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.footer_page-top {
	position: absolute;
	right: 0;
	top: -44px;
	width: 88px;
	height: 88px;
	background: url(../images/common/footer/footer_btn_001.png) no-repeat 50%;
	background-size: 88px auto;
	transition: opacify .5s linear
}
.footer_page-top:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: .8;
	-khtml-opacity: .8;
	zoom: 1
}
.footer_page-top a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden
}

@media only all and (min-width : 768px ){
.footer {
	min-width: 1120px;
	width: 100%;
	height: 47px
}
.footer_inner {
	position: relative;
	width: 1120px;
	height: 47px;
	margin: 0 auto
}
.footer_page-top {
	position: absolute;
	right: 0;
	top: -44px;
	width: 88px;
	height: 88px
}
}

@media only all and (max-width:767px) {
.footer {
	width: 100%;
	height: 70px;
	background-color: #df0010
}
.footer_inner {
	position: relative;
	padding: 0 20px;
	height: 70px
}
.footer_copy {
	padding-top: 25px;
	height: 45px;
	font-size: 11px;
	text-align: left;
}
.footer_page-top {
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background-size: 50px
}
}
.globalNavi_close {
	display: none
}
.globalNavi_inner ul li a {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em!important
}
.globalNavi_cp {
	background: url(../images/common/globalNavi/globalNavi_bg_001.png) no-repeat 50%;
	background-size: cover;
	border-bottom: 1px solid #f8f3e9
}
.globalNavi_cp a {
	color: #fff
}
.globalNavi_pages ul li {
	background-color: #ffd4d4;
	border-bottom: 1px solid #f8f3e9
}
.globalNavi_gp {
	z-index: 2;
	background: url(../images/common/globalNavi/globalNavi_bg_002.png) no-repeat 50%;
	background-size: cover;
	border-bottom: 1px solid #f8f3e9
}
.globalNavi_other {
	border-top: 1px solid #8C6E2D;
}
.globalNavi_other ul {
	position: relative;
}
.globalNavi_other ul::before {
	content: '';
	width: 36px;
	height: 13px;
	background-image: url(../images/common/globalNavi/globalNavi_deco.png);
	background-size: cover;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.globalNavi_other ul::after {
	content: '';
	width: 36px;
	height: 13px;
	background-image: url(../images/common/globalNavi/globalNavi_deco.png);
	background-size: cover;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%,50%);
}
.globalNavi_other ul li {
	border-bottom: 1px solid #8C6E2D;
}
.globalNavi_other ul li.sp_oubo {
	padding:5px 0;
	
}
.globalNavi_other ul li.sp_oubo a {
	background:#D40001;
	color:#fff;
	margin:5px auto;
	border-radius:5px;
	padding:0 5px 0 10px;
}


@media only all and (min-width : 767px ){
.globalNavi {
	width: 300px;
	font-size: 15px;
	float: left;
	overflow: hidden
}
.globalNavi_cp {
	font-size: 18px;
	font-weight: 700
}
.globalNavi_cp ul li {
	background: url(../images/common/globalNavi/globalNavi_arrow_001.png) no-repeat 265px;
	background-size: 22px
}
.globalNavi_cp ul li a {
	padding: 0 17px;
	width: 266px;
	height: 70px
}
.globalNavi_gp {
	font-size: 18px;
	font-weight: 700
}
.globalNavi_gp ul li {
	background: url(../images/common/globalNavi/globalNavi_arrow_001.png) no-repeat 265px;
	background-size: 22px
}
.globalNavi_gp ul li a {
	padding: 0 17px;
	width: 266px;
	height: 70px
}
.globalNavi_pages a {
	padding: 0 0 0 35px;
	width: 265px;
	height: 56px;
	background: url(../images/common/globalNavi/globalNavi_arrow_002.png) no-repeat 272px;
	background-size: 8px
}
.globalNavi_other a {
	padding: 0 0 0 17px;
	width: 283px;
	height: 56px;
	background: url(../images/common/globalNavi/globalNavi_arrow_003.png) no-repeat 272px;
	background-size: 8px
}
}

@media only all and (max-width:767px) {
.globalNavi {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background-color: #FFF5D7;
	font-size: 14px;
	background-image: url(../images/common/globalNavi/globalNavi_bg.png);
	background-size: cover;
}
.globalNavi_close {
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
}
.globalNavi_inner {
	position: relative;
	margin: 46px auto;
	width: 300px;
}
.globalNavi_inner ul li a {
	padding: 0px 20px  0 5px;
	width: 300px;
	height: 50px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.globalNavi_inner ul li a.l3 {
	padding: 5px 20px 5px 5px;
	width: 280px;
	height: 50px;
}
.globalNavi_inner ul li a:hover {
	text-decoration:none;
}
.globalNavi_cp ul li {
	background: url(../images/common/globalNavi/globalNavi_arrow_001.png) no-repeat 225px;
	background-size: 20px
}
.globalNavi_cp ul li a {
	font-weight: 700
}
.globalNavi_gp ul li {
	background: url(../images/common/globalNavi/globalNavi_arrow_001.png) no-repeat 225px;
	background-size: 20px;
	
}
.globalNavi_gp ul li a {
	font-weight: 700
}
.globalNavi_pages a {
	background: url(../images/common/globalNavi/globalNavi_arrow_002.png) no-repeat 234px;
	background-size: 7px
}
.globalNavi_other a {
	background: url(../images/common/globalNavi/globalNavi_arrow_004.png) no-repeat 285px;
	background-size: 7px;
	color: #19374B;
}
}
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	min-height: 1px;
	margin: 0 12px;
	display: none;
	outline: none;
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}

.slick-next, .slick-prev {
	position: absolute;
	display: block;
	height: 46px;
	width: 46px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	z-index: 1
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: 50%;
	margin-left: -380px
}
.slick-prev:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background: url(../images/top/index_slider_prev.png) no-repeat 50%;
	background-size: 100% auto
}
.slick-next {
	left: 50%;
	margin-left: 335px
}
.slick-next:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background: url(../images/top/index_slider_next.png) no-repeat 50%;
	background-size: 100% auto
}
.slick-dotted.slick-slider {
	position: relative;
	padding-bottom: 30px
}
.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	width: 10px;
	height: 10px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	background-color: #df0010;
	border-radius: 5px;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

@media only screen and (min-width : 768px ){
.slick-next, .slick-prev {
	top: 50%
}
}

@media only screen and (max-width:767px) {
.slick-next, .slick-prev {
	bottom: -6px!important;
	transform: translate(0);
	height: 28px;
	width: 28px
}
.slick-next:before, .slick-prev:before {
	width: 28px;
	height: 28px;
	background-size: 100% auto
}
.slick-prev {
	left: 50%;
	margin-left: -85px
}
.slick-next {
	left: 50%;
	margin-left: 60px
}
.slick-dots {
	bottom: 0
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li, .slick-dots li button, .slick-dots li button:before {
	height: 15px;
	width: 15px;
	border-radius: 7px
}
}
.flickity-enabled:focus {
	outline: none
}
.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
	background: #fff
}
.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09f
}
.flickity-prev-next-button:active {
	opacity: .6
}
.flickity-prev-next-button.previous {
	left: 10px
}
.flickity-prev-next-button.next {
	right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}
.flickity-prev-next-button:disabled {
	opacity: .3;
	cursor: auto
}
.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}
.flickity-prev-next-button .arrow {
	fill: #333
}
}
.topHistorySlider {
	padding: 0 60px;
	width: 784px;
	margin: 0 auto;
	position: relative
}
.topHistorySlider .slider {
	overflow: hidden
}
.topHistorySlider .flickity-prev-next-button {
	transform: scale(.7) translateY(-70%)
}
.topHistorySlider .flickity-prev-next-button:hover {
	background: #f8e4b3
}
.topHistorySlider .flickity-prev-next-button .arrow {
	fill: #c0a349
}
.topHistorySlider .item {
	width: 80px;
	border: 3px solid #b99342;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 8px
}
.topHistorySlider .item a {
	display: block;
	background: #fff;
	padding: 19px 0;
	text-decoration: none
}
.topHistorySlider .item:last-child {
	margin-right: 0
}
.topHistorySlider .item_text1, .topHistorySlider .item_text2 {
	line-height: 1.3;
	text-align: center
}
.topHistorySlider .item_text1 {
	font-size: 1.3rem;
	color: #333
}
.topHistorySlider .item_text2 {
	font-size: 1.4rem;
	color: #ac7a00
}
.topHistorySlider .item_text2 span {
	font-size: 1.6rem;
	font-weight: 700
}
.topHistorySlider .item.toplist_text1 {
	font-size: 1.4rem
}

@media only all and (min-width : 768px ){
.topHistorySlider .item a:hover {
	background: #d0aa4c
}
.topHistorySlider .item a:hover .item_text2 {
	color: #fff
}
}

@media only all and (max-width:767px) {
.topHistorySlider {
	padding: 0 15px;
	width: auto
}
.topHistorySlider .slider {
	overflow: visible
}
.topHistorySlider .flickity-prev-next-button {
	display: none
}
.topHistorySlider .item {
	margin: 0 2px 0 0
}
.topHistorySlider .item a {
	padding: 12px 0
}
}


.sectionRekidaiSlider {
	width: 980px;
	padding: 0 60px;
	margin: 0 auto;
	position: relative
}
.sectionRekidaiSlider .slider {
	overflow: hidden
}
.sectionRekidaiSlider .flickity-prev-next-button:hover {
	background: #ffd4d4
}
.sectionRekidaiSlider .flickity-prev-next-button .arrow {
	fill: #df0010
}
.sectionRekidaiSlider .item-group {
	width: 320px;
	margin-right: 10px
}
.sectionRekidaiSlider .item-group:last-child {
	margin-right: 0
}
.sectionRekidaiSlider .item {
	width: 308px;
	height: 148px;
	background: url(../images/top/index_bg_ranking_002.png) repeat 50%;
	padding: 6px;
	margin-bottom: 10px
}
.sectionRekidaiSlider .item:nth-child(even) {
	margin-bottom: 0
}
.sectionRekidaiSlider .item_inner {
	background-color: #fff;
	overflow: hidden;
	height: 148px
}
.sectionRekidaiSlider .item_inner p {
	padding: 2%
}

@media only all and (max-width:767px) {
.sectionRekidaiSlider {
	width: auto;
	padding: 0
}
.sectionRekidaiSlider .slider {
	width: 100%;
	min-width: 240px;
	margin: 0 auto
}
.sectionRekidaiSlider .flickity-prev-next-button {
	display: none
}
.sectionRekidaiSlider .previous {
	margin-left: -3%
}
.sectionRekidaiSlider .next {
	margin-right: -3%
}
.sectionRekidaiSlider .item-group {
	width: 240px;
	margin-right: 5px
}
.sectionRekidaiSlider .item {
	width: 234px;
	height: 114px;
	padding: 3px;
	margin-bottom: 5px
}
.sectionRekidaiSlider .item_inner {
	height: 114px
}
.sectionRekidaiSlider .item_inner p img, .sectionRekidaiSlider .item_inner span img {
	width: 100%;
	height: auto
}
}
body {
	font-size: 1.6rem
}
.globalNavi {
	display: none
}
.contents {
	margin: 0 auto
}

.contents a:hover {
	-webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
}

@media only all and (max-width:767px) {
	.contents a:hover {
		-webkit-filter: brightness(1);
		-moz-filter: brightness(1);
		-o-filter: brightness(1);
		-ms-filter: brightness(1);
		filter: brightness(1);
	}
}
.isPc, .isSp {
	display: none
}
#js-disposeLayout {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 0;
	width: 0;
	display: none
}

@media only all and (min-width : 768px ){
.globalNavi {
	display: none!important
}
.contents {
	min-width: 1120px;
	padding-top: 90px;
}

.isPc {
	display: block;
}

#js-disposeLayout {
	background: red
}
}

@media only all and (max-width:767px) {
body {
	font-size: 1.2rem
}
.isSp {
	display: block
}

#js-disposeLayout {
	background: #0f0
}
}
.top .overlay {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}
.top #contentBodyMain {
	background-position: top, 50%;
	background: #ffee06;
}
.top .voting {
	border-radius: 8px;
	-moz-font-feature-settings: 'palt' 1;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	margin: 40px auto 0;
	overflow: hidden;
	width: 1120px;
}
/*.top .voting h2 {padding-bottom: 16px;}
*/.top .voting p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.top .voting p span {
	font-size: 14px;
	font-weight: normal;
}
.top .voting .list {
	margin: 0 auto;
	overflow: hidden;
	padding: 14px 0 40px;
	width: 1000px;
}
.top .voting .list .category {font-size: 0;}
.top .voting .list .category li {
	display: inline-block;
	padding: 0 10px 20px;
}

.top .voting .list .init {display: none;}
.top .voting .list .candidate dl {
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	box-shadow: 0px 1px 1.98px 0.02px rgba(4, 0, 0, 0.1);
	cursor: pointer;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
}

.top .voting .list .candidate dt {
	background: no-repeat 76px 50%;
	font-size: 20px;
	padding: 24px 306px 24px 132px;
}

.top .voting .list .candidate dd {
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	margin-top: -0.5em;
	position: absolute;
	right: 18px;
	text-align: right;
	top: 50%;
	width: 280px;
}
.top .voting .list .candidate ul {padding-top: 14px;}
.top .voting .list .candidate li {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 6px;
	padding-left: 1.2em;
	position: relative;
}
.top .voting .list .candidate li::before {
	content: '※';
	left: 0;
	position: absolute;
	top: 0;
}
.top .voting .list .button {
	padding-top: 20px;
	text-align: center;
}
.top .voting .list .vote {padding-top: 40px;}
.top .voting .prize {
	font-size: 0;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 1020px;
}
.top .voting .prize dt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.top .voting .prize dd {
	display: inline-block;
	padding: 40px 20px 0;
}
.top .voting .prize ul {
	padding: 18px 20px 0;
	text-align: right;
}
.top .voting .prize li {
	display: inline-block;
	font-size: 14px;
	padding-left: 0.6em;
}
.top .voting .howto {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 980px;
}
.top .voting .howto h3 {padding-bottom: 22px;}
.top .voting .howto p {
	font-size: 15px;
	line-height: 2;
	padding-bottom: 12px;
}
.top .voting .howto p span {font-size: 12px;}
.top .voting .howto li {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 6px;
	padding-left: 1.2em;
	position: relative;
}
.top .voting .howto li::before {
	content: '●';
	font-size: 9px;
	left: 2px;
	position: absolute;
	top: 0.5em;
}
.top .voting .howto .show {
	padding-top: 34px;
	text-align: center;
}
.top .members {
	border: solid 4px #0064b4;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding-bottom: 40px;
	text-align: center;
	width: 1120px;
}
.top .members h2 {
	height: 266px;
	margin: 0 auto;
	position: relative;
	width: 926px;
}
.top .members h2 img {
	position: absolute;
	top: -22px;
	left: 0;
}
.top .members dl {padding: 0 0 40px 0;}
.top .members dt {padding-bottom: 40px;}
.top .members span {
	display: block;
	font-size: 14px;
	padding-top: 18px;
}
.top .schedule {
	padding-top: 40px;
	padding-bottom: 60px
}
.top .schedule .schedule_wrap {
	width: 1120px;
	margin: 0 auto;
	border-radius: 8px
}
.top .schedule .schedule_inner {
	background: url(../images/top/index_schedule_bg_003.jpg) repeat-y bottom;
	padding-bottom: 24px;
	border-radius: 8px;
}
.top .schedule .schedule_head {
	text-align: center;
	position: relative;
	background: url(../images/top/index_schedule_img_001.png) no-repeat top center;
}
.top .schedule .schedule_head h2 {
	position: relative;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 65px
}
.top .schedule .schedule_201705 {
	width: 980px;
	margin: 0 auto 41px;
	border: 5px solid #d0aa4c;
	box-sizing: border-box;
	background: #fff;
	border-radius: 8px;
	padding: 0 10px 10px;
}
.top .schedule .schedule_201705 {
	margin: 0 auto 15px;
}
.top .schedule .schedule_201705 h3 {
	background: url(../images/top/index_schedule_subttl_bg_001.png) no-repeat top;
	margin-top: -29px;
	padding-top: 13px;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 1;
}
.top .schedule .schedule_201705 h3 p {
	line-height: 1;
}
.top .schedule .schedule_201705 ul {
	margin-top: -13px;
	background: #fffaae;
	padding: 40px 42px;
}
.top .schedule .schedule_201705 li.general01 {
	padding: 20px 0 45px;
}
.top .schedule .schedule_201705 li.general01 .mb10 {
	margin-bottom: 10px;
}
.top .schedule .schedule_201705 li.general02 {
	text-align: center;
}
.top .schedule .al_r {
	width: 980px;
	text-align: right;
	margin: 0 auto;
	font-size: 14px;
}
.mb30 {
	margin-bottom: 30px !important;
}

.top .cp,
.archive .cp {
	width: 1120px;
	margin: 0 auto;
	background-color: inherit;
	overflow: hidden;
}
.top .cp .sectionPdf,
.archive .cp .sectionPdf {background: #fff !important;}

.top .cp .calendar,
.archive .cp .calendar {
	background:none !important;
	margin-bottom: 30px;
}

.top .cp .sectionPdf .isPc h3,
.archive .cp .sectionPdf .isPc h3 {
	margin: 0 auto 15px auto;
	line-height: 1;
}
.top .cp .Annotation,
.archive .cp .Annotation {
	font-size: 14px;
	margin: 10px 0 0;
}
.top .cp .last,
.archive .cp .last {
	font-size: 10px;
	text-align: right;
	padding: 6px 8px 65px 0;
}
.top .contents {
	width: 100%
}

.top .cp .Annotation,
.archive .cp .Annotation {
	font-size: 14px;
	margin: 10px 0 0;
}
.top .cp .last,
.archive .cp .last {
	font-size: 12px;
	text-align: right;
	padding: 6px 8px 65px 0;
}
.top .contents {
	width: 100%
}

@media only screen and (min-width : 768px ){
.top .globalNavi {
	display: none!important
}
.top .sectionMainView {
	width: 100%;
	height: 470px;
	background: url(../images/top/index_mv_bg_001.jpg) repeat 50%
}
.top .sectionMainView .sectionMainView_slider {
	padding-top: 25px
}
.top .section_inner {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 50px
}
.top .section_inner .copy {
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px
}
.top .section_inner .copy span {
	font-size: 12px
}
.top .section_inner .copy span a {
	color: #d85760;
	text-decoration: underline
}
.copy span a:hover {
	text-decoration: none
}
.top .section_inner {
	width: 1120px;
	margin: 0 auto;
	padding-bottom: 10px
}
.top .section_title {
	padding: 35px 0 18px;
	margin-bottom: 30px;
	background: url(../images/top/index_line_001.png) no-repeat bottom;
	background-size: 1120px auto
}
.top .sectionApp {
	background-color: #fff
}
.top .sectionApp .copy {
	text-align: left
}
.top .sectionApp_stores {
	position: relative;
	overflow: hidden
}
.top .sectionApp_stores_ios a {
	display: block;
	width: 100%;
	height: 100%
}
.top .sectionApp_stores_android a {
	display: block;
	width: 100%;
	height: 100%
}
.top .sectionApp_stores_atn {
	float: right;
	width: 340px;
	font-size: 11px
}
.top .sectionApp_stores_atn p {
	text-indent: -1em;
	padding-left: 1em
}
.top .sectionBook {
	width: 100%;
	background-color: #fff9e3;
	overflow: hidden;
}
.top .sectionBook h2 {
	height: 69px;
	background: url(../images/top/index_book_tit_001.png) no-repeat 50%;
	text-indent: -9999px;
	overflow: hidden
}
.top .sectionBook .copy {
	max-width: 1050px;
	margin: 0 auto 40px;
}
.top .sectionBook_list ul li {
	position: relative;
	width: calc(100% / 3);
	min-height: 140px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -3px 25px;
}
.top .sectionBook_list ul li img {
	position: absolute;
	top: 0;
	left: 30px;
}
.top .sectionBook .subTit {
	position: relative;
	padding-top: 10px;
	padding-left: 114px;
	margin-bottom: 12px;
	font-size: 14px;
	padding-left: 140px;
}
.top .sectionBook .tit {
	padding-left: 140px;
	font-size: 16px;
	line-height: 1.4em;
}
.top .sectionBook .tit span {
	display: block
}
.top .newest {
	width: 1120px;
	height: 284px;
	margin: 0 auto;
	border: 4px solid #d61313;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 41px;
	padding: 20px 26px 0 446px
}
.top .newest h2 {
	display: none
}
.top .newest_btn1 {
	padding: 8px 0 11px;
	text-align: center
}
}

@media only screen and (max-width:767px) {
.top .sectionMainView {
	width: 100%;
	padding-bottom: 12px;
	background: url(../images/top/index_mv_bg_001.jpg) repeat 50%
}
.top .sectionMainView .sectionMainView_slider {
	padding-top: 25px
}
.top .sectionMainView .sectionMainView_slider ul li img {
	width: 100%;
	height: auto
}
.top .sectionMainView .slick-next, .top .sectionMainView .slick-prev {
	display: none
}
.top .section_inner {
	padding: 15px 15px 5px 15px;
}
.top .section_inner .copy {
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px
}
.top .section_inner .copy span {
	font-size: 12px
}
.top .section_inner .copy span a {
	color: #d85760;
	text-decoration: underline;
	display: inline;
}
.top .section_inner .copy span a:hover {
	text-decoration: none
}
.top .section_title {
	padding: 0 0 12px;
	margin-bottom: 15px;
	background: url(../images/top/index_line_001.png) no-repeat bottom;
	background-size: 1120px auto
}
.top .sectionApp {
	display: none;
	background-color: #fff
}
.top .sectionApp .copy {
	text-align: left;
	padding-left: 90px
}
.top .sectionApp_stores {
	position: relative;
	overflow: hidden
}
.top .sectionApp_stores_ios {
	width: 50%;
	height: 40px;
	margin-bottom: 15px;
	float: left;
	text-indent: -9999px;
	overflow: hidden
}
.top .sectionApp_stores_android {
	width: 50%;
	height: 40px;
	margin-bottom: 15px;
	float: right;
	text-indent: -9999px;
	overflow: hidden
}
.top .sectionApp_stores_atn {
	float: right;
	width: 100%;
	font-size: 8px
}
.top .sectionApp_stores_atn p {
	text-indent: -1em;
	padding-left: 1em
}
.top .sectionBook {
	width: 100%;
	background-color: #fff9e3
}
.top .sectionBook h2 {
	height: 0;
	padding-bottom: 48px;
	padding-bottom: 16.55172%;
	background: url(../images/top/index_book_tit_002.png) no-repeat 50%;
	background-size: auto 100%;
	text-indent: -9999px;
	overflow: hidden
}
.top .sectionBook .copy span {
	font-size: 11px
}
.top .sectionBook_list ul {
	overflow: hidden;
	text-align: left;
}
.top .sectionBook_list ul li {
	vertical-align: top;
	text-align: left;
	position: relative;
	margin: 0 0 12px;
	width: 48%;
	display: inline-block;
	margin-right: 2%;
	float: left;
	min-height: 80px;
}
.top .sectionBook_list ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: auto
}
.top .sectionBook .subTit {
	position: relative;
	padding-left: 56px;
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 1.2em
}
.top .sectionBook .subTit span {
	display: block
}
.top .sectionBook .tit {
	padding-left: 56px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 700
}
.top .sectionBook .tit span {
	margin-left: -5px
}
.top .voting {
	margin: 3.1% auto 0;
	width: 90.6%;/* 580px */
}
.top .voting img {
	height: auto;
	width: 100%;
}
.top .voting h2 {
	overflow: hidden;
	position: relative;
	width: 100%;/* 580px */
}
.top .voting h2 img {
}
	
.top .voting p {
	font-size: 1.5rem;
	padding: 3.4% 5.2% 0;
	text-align: left;
}
.top .voting p span {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 1em;
	text-indent: -1em;
}
.top .voting .list {
	padding: 6.9% 0;
	width: auto;
}
.top .voting .list .category {text-align: center;}
.top .voting .list .category li {
	background: no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
	padding: 0 0 3.4%;
	margin: 0 1.6%;
	position: relative;
	width: 29%;/* 168px */
}
.top .voting .list .candidate {padding: 0 3.3% 0;}
.top .voting .list .candidate dl {
	background-position: 1.8% 50%;
	background-size: 6.6% auto;
	margin-top: 3.4%;
}
.top .voting .list .candidate dt {
	background: no-repeat 10.3% 50%;
	background-size: 6.6% auto;
	font-size: 1.5rem;
	padding: 6.8% 1.8% 6.8% 17.8%;
}
.top .voting .list .candidate dd {
	bottom: 0;
	font-size: 1.2rem;
	line-height: normal;
	margin: 0 2% 0.8% 0;
	right: 0;
	top: auto;
	width: 100%;/* 542px */
}
.top .voting .list .candidate ul {padding-top: 3.4%;}
.top .voting .list .candidate li {
	font-size: 1.2rem;
	margin-top: 3%;
	padding-left: 1.2em;
	position: relative;
}
.top .voting .list .candidate li:first-of-type {margin-top: 0;}
.top .voting .list .candidate li::before {
	content: '※';
	left: 0;
	position: absolute;
	top: 0;
}
.top .voting .list .button {padding: 3.4% 3.3% 0;}
.top .voting .list .vote {padding-top: 6.9%;}
.top .voting .list .close {
	margin: 0 auto;
	padding: 6.9% 0 0;
	width: 63.8%;/* 370px */
}
.top .voting .prize {
	padding-bottom: 6.9%;
	width: 93.4%;/* 542px*/
}
.top .voting .prize dt {
	font-size: 1.6rem;
	line-height: 1.7;
	padding-bottom: 3.1%;
	text-align: left;
}
.top .voting .prize dd {
	display: block;
	padding: 3.1% 0 0;
}
.top .voting .prize ul {
	padding: 1.7% 0 0;
	text-align: left;
}
.top .voting .prize li {
	display: block;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-left: 1em;
	padding-left: 0;
	text-indent: -1em;
}
.top .voting .howto {
	padding-bottom: 6.9%;
	width: 93.4%;/* 542px*/
}
.top .voting .howto h3 {
	background-size: 100% auto;
	overflow: hidden;
	padding-bottom: 5.5%;
	position: relative;
}
.top .voting .howto h3 img {
	left: 100%;
	position: absolute;
	top: 100%;
}
.top .voting .howto p {
	font-size: 1.2rem;
	padding: 6.6% 4.6%;
}
.top .voting .howto p span {
	display: inline-block;
	font-size: 1rem;
	margin-left: 1em;
	text-indent: -1em;
}
.top .voting .howto ul {padding: 0 4.6%;}
.top .voting .howto li {
	font-size: 1.2rem;
	margin-top: 3%;
	padding-left: 1.2em;
	position: relative;
}
.top .voting .howto li:first-of-type {margin-top: 0;}
.top .voting .howto li::before {
	content: '●';
	font-size: 0.8rem;
	left: 0.1em;
	position: absolute;
	top: 0.4em;
}
.top .voting .howto .show {
	margin: 0 auto;
	padding-top: 7%;
	width: 68.3%;/* 370px*/
}
.top .members {
	background-size: 100% auto;
	margin: 6.3% auto 0;
	padding-bottom: 6.3%;
	width: 90.6%;/* 580px */
}
.top .members img {
	height: auto;
	width: 100%;
}
.top .members h2 {
	height: auto;
	margin-bottom: 6.9%;
	padding-bottom: 34.5%;
	width: 100%;/* 580px */
}
.top .members h2 img {
	bottom: 0;
	left: 0;
	margin-left: -1.9%;
	position: absolute;
	top: auto;
	width: 103.8%;/* 602px */
}
.top .members div {
	margin: 0 auto;
	width: 93.8%;/* 544px */
}
.top .members dl {
	margin: 0 auto;
	padding: 5.9% 0 6.6%;
	width: 93.8%;/* 544px */
}
.top .members dt {
	margin: 0 auto;
	padding-bottom: 7%;
	width: 45.6%;/* 248px */
}
.top .members dd {
	margin: 0 auto;
	width: 99.3%;/* 540px */
}
.top .members span {
	font-size: 1.2rem;
	margin-left: 1em;
	padding-top: 4%;
	text-align: left;
	text-indent: -1em;
}
.top .schedule {
	padding: 5% 4.68%;
}
.top .schedule .schedule_wrap {
	width: 100%;
}
.top .schedule .schedule_inner {
	padding-left: 3.12%;
	padding-right: 3.12%;
	padding-bottom: 2.83%;
}
.top .schedule .schedule_head {
	/*background: url(../images/top/index_schedule_img_001_sp.png) no-repeat top center;*/
	background-size: 100% auto;
}
.top .schedule .schedule_head h2 {
	margin-top: 6.25%;
	margin-bottom: 8.25%;
	width: 78%;
}
.top .schedule .schedule_head h2 img,
.top .schedule h3 img,
.top .schedule ul p,
.top .schedule ul li img,
.top .cp .sectionPdf .isSp h3 img,
.archive .cp .sectionPdf .isSp h3 img {
	width: 100%;
	height: auto;
}
.top .schedule .schedule_201705 {
	width: 100%;
	margin: 0 auto 5%;
	padding: 0;
	background: #fffaae;
}
.top .schedule .schedule_201705 {
	margin: 0 auto 3%;
}
.top .schedule .schedule_201705 h3 {
	background-size: 62% auto;
	margin-top: -4.5%;
	padding: 1.5% 0 1.8%;
	height: auto;
	
}
.top .schedule .schedule_201705 h3 > img {
	width: 32%;
	margin: 0 auto;
}
.top .schedule .schedule_201705 ul {
	margin-top: 0;
	padding: 3.12%;
	background: none;
}
.top .schedule .schedule_201705 ul {
	padding: 3.12% 0;
}
.top .schedule .schedule_201705 li.general01 {
	padding: 3.7%;
}
.top .schedule .schedule_201705 li.general01 .mb15 {
	margin-bottom: 3.12%;
}
.top .schedule .schedule_201705 li.general02 {
	width: 90%;
	margin: 4.7% auto; 
}
.top .schedule .al_r {
	width: 100%;
	font-size: 1.2rem;
	text-align: left;
}

.top .cp,
.archive .cp {
	width: 100%;
}
.top .cp .sectionPdf .isSp h3,
.archive .cp .sectionPdf .isSp h3 {
	width: 58%;
  height: 4.13%;
  font-size: 1.2rem;
  margin: 0 auto 2.58%;
}
	
	.top .cp .sectionPdf .isSp h3,
	.archive .cp .sectionPdf .isSp h3 {
	width: 58%;
  height: 4.13%;
  font-size: 1.2rem;
  margin: 0 auto 2.58%;
}
		
	.top .cp .sectionPdf .isSp h3.calendar_tit,
	.archive .cp .sectionPdf .isSp h3.calendar_tit {
	width: 80%;
  font-size: 1.2rem;
  margin: 0 auto 2.58%;
	}
	
.top .cp .Annotation,
.archive .cp .Annotation {
	padding-left: 1.56%;
	padding-right: 1.56%;
	font-size: 1.2rem;
}
.top .cp .last,
.archive .cp .last {
	padding: 0.93% 4% 10.93%;
}
.top .newest {
	margin: 0 15px 20px;
	border: 2px solid #d61313;
	box-sizing: border-box;
	background-size: 100% auto, auto auto;
	border-radius: 10px;
	padding-top: 30%;
	text-align: center;
	overflow: hidden
}
.top .newest h2 {
	display: none
}
.top .newest_btn1 {
	padding: 10px 0;
	text-align: center
}
.top .newest img {
	height: auto
}
}
.cp {
	background-color: #f6f1e7
}
.cp .Annotation {
	text-align: right
}
/* .cp #header_globalNavi_01,.top #header_globalNavi_01{
	background-position:center -160px!important;
} */
.cp .header.scroll #header_globalNavi_01 {
	background-position: center -184px
}
.cp .mr40 {
	margin-right: 40px
}
.cp .sectionMovie_coment_movie {
	position: relative
}
.cp .sectionMovie_coment_movie iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0
}

@media only screen and (min-width : 768px ){
.cp .Annotation {
	margin-bottom: 50px
}
.cp #contentBodyMain {
	font-size: 14px
}
.cp #contentBodyMain a.links {
	font-size: 14px;
	background: url(../images/cp/cp_arrow_pc_001.png) no-repeat 0 2px;
	padding-left: 20px;
	color: #1866a1
}
.cp .section_oubo {
	width: 680px;
	margin: 0 auto;
	text-align: center
}
.cp .section_oubo_link {
	margin-bottom: 10px
}
.cp .section_oubo_sub ul {
	width: 100%;
	overflow: hidden
}
.cp .section_oubo_sub ul li {
	width: 50%;
	float: left
}
.cp .section {
	margin-bottom: 30px
}
.cp .sectionMv {
	padding-top: 25px;
	text-align: center
}
.cp .sectionNav {
	margin-bottom: 40px
}
.cp .sectionNav h3 {
	text-align: center;
	margin-bottom: 10px
}
.cp .sectionNav_links {
	margin-bottom: 10px
}
.cp .sectionNav_links ul {
	letter-spacing: -.4em;
	text-align: center
}
.cp .sectionNav_links ul li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 3px
}
.cp .sectionNav_schedule {
	text-align: center
}
.cp .sectionGeneral {
	padding: 30px 50px;
	width: 1020px;
	background: url(../images/cp/cp_general_bg_pc_001.gif) repeat top;
	background-size: cover;
	border-radius: 5px
}
.cp .sectionGeneral h3 {
	text-align: center;
	margin-bottom: 30px
}
.cp .sectionGeneral_kinmedaru {
	position: relative;
	margin-top: -30px;
	margin-left: -50px
}
.cp .sectionGeneral_kinmedaru_link {
	position: absolute;
	text-indent: -9999px;
	left: 52px;
	top: 195px;
	width: 340px;
	height: 77px;
	animation: a 1s ease-in-out infinite alternate
}
.cp .sectionGeneral_kinmedaru_link:hover {
	animation: none;
	opacity: 1!important;
	background: url(../images/cp/cp_general_btn_off_pc_002.png) no-repeat 0 0
}
.cp .sectionGeneral_inner {
	padding: 30px;
	background-color: #fffaae;
	border-radius: 10px;
	border: 1px solid #fff
}
.cp .sectionGeneral_contents {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/cp/cp_line_pc_001.png) no-repeat bottom;
	background-size: 840px 1px
}
.cp .sectionLadies {
	width: 100%;
	height: 886px;
	background: url(../images/cp/cp_ladies_bg_pc_001.png) no-repeat top;
	border-radius: 5px
}
.cp .sectionLadies_title {
	padding-top: 30px;
	height: 215px;
	text-align: center
}
.cp .sectionLadies_title h3 {
	margin-bottom: 20px
}
.cp .sectionLadies_title p {
	font-size: 1.6rem
}
.cp .sectionLadies_present {
	position: relative;
	text-align: center;
	margin-bottom: 40px
}
.cp .sectionLadies_txt {
	position: absolute;
	bottom: -10px;
	right: 160px
}
.cp .sectionLadies_yasumi {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 8px;
	overflow: hidden
}
.cp .sectionLadies_yasumi .left {
	float: left;
	margin-right: 10px
}
.cp .sectionLadies_yasumi>p {
	padding-left: 190px
}
.cp .sectionLadies_yasumi_tit {
	padding-top: 40px;
	margin-bottom: 15px
}
.cp .sectionRekidai {
	padding: 20px 30px;
	margin-bottom: 60px;
	background: url(../images/cp/cp_rekidai_bg_pc_001.gif) repeat 50%;
	border-radius: 5px
}
.cp .sectionRekidai h3 {
	text-align: center;
	margin-bottom: 20px
}
.cp .sectionRekidai_copy {
	text-align: center;
	margin-bottom: 10px
}
.cp .sectionRekidai_copy p {
	font-size: 1.6rem
}
.cp .sectionRekidai_copy>img {
	margin-left: -30px;
	margin-bottom: 10px
}
.cp .sectionRekidai_inner {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/cp/cp_line_pc_001.png) no-repeat bottom;
	background-size: 840px 1px
}
.cp .sectionRekidai_inner .sectionRekidaiSlider {
	margin-bottom: 10px;
	margin-left: -25px
}
.cp .sectionRekidai_present {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/cp/cp_line_pc_001.png) no-repeat bottom;
	background-size: 840px 1px
}
.cp .sectionSchedule {
	margin-bottom: 60px
}
.cp .sectionSchedule h3 {
	text-align: center;
	margin-bottom: 30px
}
.cp .sectionSchedule p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.6rem
}
.cp .sectionSchedule_inner {
	width: 760px;
	margin: 0 auto;
	text-align: center
}
.cp .sectionSchedule_inner>p {
	padding-top: 10px;
	font-size: 1.6rem
}
.cp .sectionOubo {
	width: 1120px;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 5px
}
.cp .sectionOubo h3 {
	text-align: center;
	margin-bottom: 30px
}
.cp .sectionOubo_copy {
	padding: 0 60px
}
.cp .sectionOubo_copy p {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px
}
.cp .sectionOubo ul {
	padding: 0 60px
}
.cp .sectionOubo ul li {
	text-indent: -1.4em;
	padding-left: 1.4em
}
.cp .sectionOubo .last {
	padding: 0 60px;
	text-align: right;
	font-size: 10px
}
	
	
	
.cp .sectionPdf {
	width: 1060px;
	position: relative;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 auto 15px;
	text-align: center;
}
.cp .sectionPdf .isPc>p {
	clear: both;
	font-size: 1.4rem;
	padding-top: 10px;
}
.cp .sectionPdf {
	position: relative;
	text-align: center;
}
.cp .sectionPdf h3 {
	margin-bottom:70px;
}
.cp .sectionPdf h3 img {
	vertical-align: top
}

.cp .sectionPdf .calendar {
	text-align: left !important;
}	

	
.cp .sectionPdf_copy {
	padding: 0 0 15px 0;
	text-align: center;
	line-height: 1;
}
.cp .sectionPdf .pic {
	position: absolute;
	top: 54%;
	right: 12px;
	margin-top: -60px;
	width: 170px;
}
	
.cp .sectionPdf .pic_calendar {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -60px
}	
	
.cp .sectionMovie {
	margin-bottom: 70px;
	text-align: center
}
.cp .sectionMovie h3 {
	margin-bottom: 0;
	padding: 0
}
.cp .sectionMovie_coment {
	text-align: center;
	padding-bottom: 45px;
	background-color: #fff100
}
.cp .sectionMovie_coment_movie {
	width: 640px;
	height: 320px;
	margin: 0 auto
}
}








@media only screen and (max-width:767px) {
	
.cp .Annotation {
	margin-right: 10px;
	margin-bottom: 30px
}
.cp #contentBodyMain a.links {
	background: url(../images/cp/cp_arrow_pc_001.png) no-repeat 0;
	background-size: auto 85%;
	padding-left: 18px;
	color: #1866a1
}
.cp .section_oubo {
	width: 100%;
	text-align: center
}
.cp .section_oubo_link {
	margin-bottom: 10px
}
.cp .section_oubo_link img {
	width: 100%;
	height: auto
}
.cp .section_oubo_sub ul {
	width: 100%
}
.cp .section_oubo_sub ul li {
	margin-bottom: 5px
}
.cp .sectionMv {
	margin: 15px
}
.cp .sectionMv img {
	width: 100%;
	height: auto
}
.cp .sectionNav {
	margin: 15px
}
.cp .sectionNav h3 {
	text-align: center;
	margin-bottom: 10px
}
.cp .sectionNav h3 img {
	width: 60%;
	height: auto
}
.cp .sectionNav_links ul {
	text-align: center
}
.cp .sectionNav_links ul li {
	display: inline-block;
	margin: 0 5px 10px
}
.cp .sectionNav_links ul li img {
	width: 95%;
	height: auto
}
.cp .sectionNav_schedule {
	text-align: center
}
.cp .sectionGeneral {
	margin: 15px;
	background: url(../images/cp/cp_general_bg_pc_001.gif) repeat top;
	padding-bottom: 10px;
	border-radius: 5px
}
.cp .sectionGeneral .mb15 {
	margin-bottom: 15px
}
.cp .sectionGeneral .isSp {
	text-align: center
}
.cp .sectionGeneral .isSp>img {
	width: 100%;
	height: auto
}
.cp .sectionGeneral h3 {
	text-align: center;
	margin-bottom: 15px
}
.cp .sectionGeneral h3 img {
	width: 100%;
	height: auto
}
.cp .sectionGeneral_kinmedaru {
	position: relative;
	text-align: center
}
.cp .sectionGeneral_kinmedaru_link {
	position: absolute;
	left: 2%;
	top: 48%;
	width: 50%;
	animation: a 1s ease-in-out infinite alternate
}
.cp .sectionGeneral_kinmedaru_link:after {
	opacity: 0;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/cp/cp_general_btn_off_pc_002.png) no-repeat 0 0;
	background-size: 100% auto
}
.cp .sectionGeneral_kinmedaru_link img {
	width: 100%;
	height: auto
}
.cp .sectionGeneral_kinmedaru_link:hover {
	text-indent: -9999px;
	animation: none;
	opacity: 1!important
}
.cp .sectionGeneral_kinmedaru_link:hover:after {
	opacity: 1
}
.cp .sectionGeneral_inner {
	margin: 0 10px 10px;
	padding: 15px 10px;
	background-color: #fffaae;
	border-radius: 5px;
	border: 1px solid #fff
}
.cp .sectionGeneral_contents {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/cp/cp_line_pc_001.png) repeat-x 0 100%
}
.cp .sectionGeneral_img02 {
	width: 60%;
	height: auto;
	margin-bottom: 10px
}
.cp .sectionGeneral_img03 {
	width: 100%;
	height: auto
}
.cp .sectionGeneral_yaku img {
	width: 90%;
	height: auto
}
.cp .sectionLadies {
	margin: 15px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	background: url(../images/cp/cp_ladies_bg_sp_001.png) no-repeat top;
	background-size: cover
}
.cp .sectionLadies_txt {
	margin-bottom: 15px;
	text-align: center
}
.cp .sectionLadies_txt>img {
	width: 70%;
	max-width: 376px;
	height: auto
}
.cp .sectionLadies_title {
	position: relative;
	text-align: center
}
.cp .sectionLadies_title h3 {
	padding-top: 15px;
	margin-bottom: 10px
}
.cp .sectionLadies_title h3 img {
	width: 80%;
	height: auto
}
.cp .sectionLadies_title p {
	width: 100%;
	font-size: 1.4rem
}
.cp .sectionLadies_present {
	margin-bottom: 10px
}
.cp .sectionLadies_present img {
	width: 100%;
	height: auto
}
.cp .sectionLadies_inner {
	padding: 5px 10px 10px
}
.cp .sectionLadies_yasumi {
	overflow: hidden;
	padding: 10px
}
.cp .sectionLadies_yasumi .left {
	float: left;
	width: 32%;
	margin-right: 2%
}
.cp .sectionLadies_yasumi .left img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.cp .sectionLadies_yasumi_txt {
	float: right;
	width: 66%;
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2em
}
.cp .sectionLadies_yasumi_txt img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.cp .sectionLadies_yasumi_txt>p {
	padding-left: 5px
}
.cp .sectionRekidai {
	margin: 15px 15px 30px;
	background: url(../images/cp/cp_rekidai_bg_pc_001.gif) repeat 50%;
	border-radius: 5px;
	padding-top: 10px;
	overflow: hidden
}
.cp .sectionRekidai h3 {
	text-align: center;
	margin-bottom: 10px
}
.cp .sectionRekidai h3 img {
	width: 95%;
	height: auto
}
.cp .sectionRekidai_copy {
	text-align: center;
	margin-bottom: 10px
}
.cp .sectionRekidai_copy>img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.cp .sectionRekidai_copy p {
	font-size: 1.4rem;
	padding: 0 15px
}
.cp .sectionRekidai_inner {
	position: relative;
	padding-bottom: 10px;
	margin: 10px;
	background: url(../images/cp/cp_line_pc_001.png) repeat-x 0 100%
}
.cp .sectionRekidai_inner .sectionRekidaiSlider {
	margin-bottom: 10px
}
.cp .sectionRekidai_present {
	text-align: center;
	padding-bottom: 10px;
	margin: 10px;
	background: url(../images/cp/cp_line_pc_001.png) repeat-x 0 100%
}
.cp .sectionRekidai_present img {
	width: 90%;
	height: auto
}
.cp .sectionRekidai_oubo {
	margin: 10px;
	padding-bottom: 10px
}
.cp .sectionSchedule {
	margin-bottom: 40px
}
.cp .sectionSchedule h3 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px
}
.cp .sectionSchedule h3 img {
	width: 50%
}
.cp .sectionSchedule p {
	text-align: center;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 1.6rem
}
.cp .sectionSchedule_inner {
	width: 100%;
	text-align: center
}
.cp .sectionSchedule_inner>p {
	padding-top: 10px;
	font-size: 1.6rem
}
.cp .sectionSchedule_inner img {
	width: 100%;
	height: auto
}
.cp .sectionSchedule_atn {
	padding: 0 15px
}
.cp .sectionSchedule_atn p {
	text-align: left!important;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px
}
.cp .sectionOubo {
	margin: 10px;
	background: #fff;
	border-radius: 5px
}
.cp .sectionOubo h3 {
	text-align: center;
	margin-bottom: 20px
}
.cp .sectionOubo h3 img {
	width: 100%;
	height: auto
}
.cp .sectionOubo_inner {
	padding: 15px 10px
}
.cp .sectionOubo_copy {
	padding: 0 15px
}
.cp .sectionOubo_copy p {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px
}
.cp .sectionOubo ul {
	padding: 0 15px
}
.cp .sectionOubo ul li {
	text-indent: -1.4em;
	padding-left: 1.4em
}
.cp .sectionOubo .last {
	text-align: right;
	font-size: 10px
}
.cp .sectionPdf {
	position: relative;
	margin: 10px 10px 5px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
}

.cp .sectionPdf h3 {
	margin-bottom: 15px
}
.cp .sectionPdf h3 img {
	vertical-align: top;
	width: 60%;
	height: auto
}
.cp .sectionPdf_inner {
	padding: 15px 10px
}
.cp .sectionPdf_inner>p {
	clear: both;
	font-size: 1.2rem;
	padding-top: 10px;
	text-align: left;
}
.cp .sectionPdf_copy {
	padding: 0 0 10px;
	text-align: left
}
.cp .sectionPdf_copy {
	padding: 0 0 10px;
	text-align: left
}
	
.cp .sectionPdf_copy_calendar {
	padding: 0 0 10px;
	text-align: center:
}
	
.cp .sectionPdf a {
	width: 55%;
	padding-top: 5%;
	float: left;
}
	
	
.cp .sectionPdf a>img {
	width: 100%;
	height: auto
}
.cp .sectionPdf .pic {
	width: 43%;
	float: right
}
	
	.cp .sectionPdf .pic_calendar {
	width: 33%;
	float: right
}

	.calendar_txt{
	width: 65%;
	padding-top: 5%;
	float: left;		
	}
	
	
.cp .sectionMovie {
	margin-bottom: 40px;
	padding: 0 10px
}
.cp .sectionMovie img {
	width: 100%;
	height: auto
}
.cp .sectionMovie h3 {
	margin-bottom: 0;
	padding: 0
}
.cp .sectionMovie_coment {
	text-align: center;
	padding: 20px 10px;
	background-color: #fff100
}
.cp .sectionMovie_coment_movie {
	width: 100%;
	padding-bottom: 200px;
	padding-bottom: 56.25%;
	margin: 0 auto
}
}
@keyframes a {
0% {
opacity:.5
}
49% {
opacity:.5
}
50% {
opacity:1
}
to {
opacity:1
}
}

.archive {
	background-color: #FFF9E6;
}
.archive .overlay {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}
.archive #header_globalNavi_02 {
	background-position: center 0px;
}
.torisetsu #header_globalNavi_03 {
	background-position: center 0px;
}

.archive .header.scroll #header_globalNavi_02 {
	background-position: center 0px;
}
.torisetsu .header.scroll #header_globalNavi_03 {
	background-position: center 0px;
}

.archive .section_inner {
	/* box-shadow: 0 0 5px 2px #ebe6d9; */
	/* background: #fff; */
	/* border: 1px solid #d5d5d5; */
}
.archive .sectionBest_accordionlist {
	padding-top: 10px;
	position: relative
}
.archive .sectionBest_accordionlist_inner .num {
	color: #e92b0c;
	font-weight: 700
}
.archive .sectionBest_listBtn {
	position: relative;
	text-align: center;
	margin-bottom: 10px
}
.archive .sectionBest_listBtn, .archive .sectionBest_listBtn.active:after {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #f9f9f9;
	border: 1px solid #c3c3c3;
	border-radius: 5px
}
.archive .sectionBest_listBtn.active:after {
	content: '11\00301c100位を閉じる';
	position: absolute;
	top: -1px;
	left: -1px
}
.archive .sectionBest_inner>p {
	text-align: center;
	margin-bottom: 20px
}
.archive .sectionBest_inner .top_caution {
	text-align: left;
	margin-bottom: 3px;
	color: #000;
	font-size: 17px;
}
.archive .sectionBest_inner_at {
	font-size: 1.2rem
}
.archive .sectionBest_inner dl {
	margin-top: 30px;
	margin-bottom: 10px
}
.archive .sectionBest_inner dl dt {
	position: relative;
	height: 16px;
	padding: 15px 30px;
	border-radius: 5px;
	line-height: 1;
	margin-bottom: 10px;
	background: url(../images/archive/archive_bg_tit_002.png) 0 0 repeat-x;
	background-size: cover;
	overflow: hidden
}
.archive .sectionBest_inner dl dt.dt_rekidai_tit_my .rekidai_tit_my{
margin: -4px 0px 0px 28px;
}
.archive .sectionBest_inner dl dt.dt_rekidai_tit_my {
	position: relative;
	height: 16px;
	padding: 15px 30px;
	border-radius: 5px;
	line-height: 1;
	margin-bottom: 10px;
	background: url(../images/archive/archive_bg_tit_003.png) 0 0 repeat-x;
	background-size: cover;
	overflow: hidden
}
.archive .sectionBest_inner dl dt .rekidai_tit {
	position: absolute;
	top: 50%;
	left: 7%;
	width: 95px;
	height: 28px;
	padding: 26px 0;
	text-align: center;
	margin-top: -38px
}
.archive .sectionBest_inner dl dt .rekidai_tit>img {
	margin-right: 3px;
	height: 28px;
	width: auto
}
.archive .sectionBest_inner dl dd {
	margin: 20px;
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.archive .sectionBest_inner dl .dd_subtext{
	margin: 20px 20px 5px;
}
.archive .sectionBest_inner dl dd .sectionBest_name {
	font-size: 1.2rem;
	text-align: right
}
.archive .sectionBest_inner .ruby_dd {
	line-height: 1.8;
}
.archive .sectionBest_inner .ruby_top {
	position: relative;
	line-height: 1.8;
	display: inline-block;
}
.archive .sectionBest_inner .ruby_top::after {
	content: 'う　さ';
	font-size: 10px;
	line-height: 1;
	width: 35px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.archive .sectionBest_inner ul {
	padding-top: 10px;
	border-top: 1px dotted #e3e3e3
}
.archive .sectionBest_inner ul li {
	position: relative;
	padding: 15px;
	border-bottom: 1px dotted #e3e3e3
}
.archive .sectionBest_inner ul li span.name {
	display: block;
	text-align: right
}
.archive .sectionBest_movie {
	text-align: center
}
.archive .best10, .archive .sectionBest_accordionlist {
	padding: 6px 0 0;
	border: none!important
}
.archive .best10 li, .archive .sectionBest_accordionlist li {
	background: url(../images/archive/archive_best10_bg_001.png) 50% repeat;
	padding: 6px!important;
	border-bottom: none!important
}
.archive .best10_inner, .archive .sectionBest_accordionlist_inner {
	position: relative;
	background-color: #fff
}

@media only screen and (min-width : 768px ){
.archive h2,.archive h1 {
	text-align: center;
	margin-bottom: 40px
}
.archive h1 {
	margin-bottom: 20px;
}
.archive .section_inner {
	padding: 30px
}
.archive .best10 {
	width: 830px;
	padding: 6px 0 0;
	letter-spacing: -.4em
}
.archive .best10 li {
	letter-spacing: 0;
	width: 395px;
	margin-bottom: 20px;
	display: inline-block
}
.archive .best10 li:nth-child(odd) {
	margin-right: 16px
}
.archive .best10_inner {
	height: 190px
}
.archive .best10_icon {
	position: absolute;
	top: 5%;
	left: 2%
}
.archive .best10_txt {
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-60%)
}
.archive .best10_txt span {
	margin-right: 20px
}
.archive .best10_name {
	position: absolute;
	bottom: 10px;
	right: 5px
}
.archive .sectionBest_accordionlist {
	width: 830px;
	padding: 6px 0 0
}
.archive .sectionBest_accordionlist li {
	margin-bottom: 20px
}
.archive .sectionBest_accordionlist_inner {
	padding: 20px;
	font-size: 1.9rem
}
.archive .sectionBest_accordionlist_inner .name, .archive .sectionBest_accordionlist_inner .num {
	font-size: 1.6rem
}
.archive .sectionBest {
	width: 1120px;
	padding: 30px 0;
	margin: 0 auto 15px
}
.archive .sectionBest_accordionlist {
	margin-bottom: 30px
}
.archive .sectionBest_accordionlist>ul {
	display: none
}
.archive .sectionBest dl dt {
	font-size: 1.8rem
}
.archive .sectionBest dl dd {
	font-size: 2rem
}
.archive .sectionBest dl dd .sectionBest_name {
	font-size: 1.4rem
}
.archive .sectionBest dl.rekidai dt {
	font-size: 1.6rem
}
.archive .sectionBest dl.rekidai dd {
	font-size: 2rem;
	color: #785A23;
}
.archive .sectionBest dl.rekidai dd .sectionBest_name {
	font-size: 1.4rem
}
.archive .sectionBest_inner {
	width: 830px;
	margin: 0 auto
}
.archive .sectionBest_inner ul {
	margin-bottom: 15px
}
.archive .sectionBest_inner ul span.num {
	margin-right: 15px
}
.archive .sectionBest_movie {
	margin-bottom: 30px
}
.archive .sectionBest_movie h3 {
	margin-bottom: 50px
}
.archive .sectionBest_movie_if {
	margin-bottom: 30px
}
}

@media only screen and (max-width:767px) {
.archive h2,.archive h1 {
	text-align: center;
	margin-bottom: 10px
}
.archive .section_inner {
	padding: 10px;
	margin-bottom: 30px
}
.archive .best10 {
	width: 100%;
	padding: 6px 0 0
}
.archive .best10 img {
	width: 100%;
	max-width: 240px;
	height: auto
}
.archive .best10 li {
	margin-bottom: 10px
}
.archive .best10_icon {
	position: absolute;
	top: 5%;
	left: 2%;
	width: 25%
}
.archive .best10_txt {
	padding: 5% 10px 10px 30%
}
.archive .best10_txt span {
	margin-right: 20px
}
.archive .best10_name {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5%
}
.archive .sectionBest_accordionlist {
	width: 100%;
	padding: 6px 0 0
}
.archive .sectionBest_accordionlist li {
	margin-bottom: 10px
}
.archive .sectionBest_accordionlist_inner {
	padding: 10px;
	font-size: 1.6rem
}
.archive .sectionBest_accordionlist_inner .name, .archive .sectionBest_accordionlist_inner .num {
	font-size: 1.4rem
}
.archive .sectionBest {
	padding: 15px
}
.archive .sectionBest h2 {
	text-align: center
}
.archive .sectionBest h2 img,.archive .sectionBest h1 img {
	width: 100%;
	height: auto
}
.archive .sectionBest_movie {
	margin-bottom: 20px
}
.archive .sectionBest_movie img {
	width: 100%;
	height: auto
}
.archive .sectionBest_movie h3 {
	margin-bottom: 30px;
	width: 100%
}
.archive .sectionBest_movie_if {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 200px;
	padding-bottom: 56.25%
}
.archive .sectionBest_movie_if iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.archive .sectionBest_inner dl{
	margin-top: 0;
}
.archive .sectionBest_movie a {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto
}
.archive .sectionBest_accordionlist {
	margin-bottom: 20px
}
.archive .sectionBest_accordionlist>ul {
	display: none
}
.archive .sectionBest dl dt.dt_rekidai_tit_my {
	font-size: 1.4rem;
	height: 20px;
	padding: 7px 30px 5px;
	background-image: url(../images/archive/archive_bg_tit_003_sp.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #FAE18C;
}
.archive .sectionBest dl dt.dt_rekidai_tit_my img {
	width: 280px;
	height: auto;
	margin: calc(5 / 700 * 100vw) 0 0 -30px;
}
.archive .sectionBest dl dt {
	font-size: 1.4rem;
	height: 20px;
	padding: 7px 30px 5px;
	background-image: url(../images/archive/archive_bg_tit_002_sp.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #FAE18C;
}
.archive .sectionBest dl dt .rekidai_tit {
	left: 19px;
	height: 16px;
	width: 75px;
	padding: 20px 0;
	margin-top: -27px;
}
.archive .sectionBest dl dt .rekidai_tit>img {
	height: 16px;
	width: auto;
	margin-right: 2px;
}
.archive .sectionBest dl dt .rekidai_tit:after {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	margin-top: -36px;
	margin-left: -36px
}
.archive .sectionBest dl dd {
	position: relative;
	font-size: 1.4rem;
	color: #785A23;
	margin: 20px;
}
.archive .sectionBest dl dd .sectionBest_name {
	font-size: 1.1rem
}
.archive .sectionBest_inner .top_caution {
	font-size: 0.9rem;
	line-height: 1.4;
}
.archive .sectionBest ul {
	margin-bottom: 10px
}
.archive .sectionBest_inner_at {
	margin-bottom: 20px
}
.archive .sectionBest_inner_at p {
	text-indent: -1em;
	padding-left: 1em
}
.archive .sectionBest_inner li span.num {
	display: block
}
}
.archive-29 #header_globalNavi_03 {
	background-position: center -160px
}
.archive-29 .header.scroll #header_globalNavi_03 {
	background-position: center -184px
}
.about {
	background-color: #FFF9E6;
}
.about #header_globalNavi_03 {
	background-position: center 0px;
}
.about .header.scroll #header_globalNavi_03 {
	background-position: center 0px;
}
.about .section_inner {
	box-shadow: 0 0 6px 1px #e8e0cb;
	-moz-box-shadow: 0 0 6px 1px #e8e0cb;
	-webkit-box-shadow: 0 0 6px 1px #e8e0cb;
}

@media only screen and (max-width : 400px ){

.archive .sectionBest dl dt.dt_rekidai_tit_my img {
	width:250px;
	height: auto;
	margin: 5px 0 0 -30px;
}
}
@media only screen and (max-width : 330px ){

	.archive .sectionBest dl dt.dt_rekidai_tit_my img {
		width:200px;
		height: auto;
		margin: 7px 0 0 -30px;
	}
	}
@media only screen and (min-width : 767px ){
.about .section {
	padding-top: 40px
}
.about .section_inner {
	width: 760px;
	margin: 0 auto 30px;
	padding: 50px 0;
	text-align: center;
	background: #fff;
	/* border: 1px solid #d5d5d5; */
}
.about .section_inner h1,.about .section_inner h2 {
	margin-bottom: 40px;
	line-height: 1;
}
.about .section_inner h1 img {
		margin: 0 auto;
}
}

@media only screen and (max-width:767px) {
.about .section {
	padding: 30px 15px
}
.about .section_inner {
	width: 100%;
	margin: 0 auto 30px;
	padding: 40px 0 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #d5d5d5
}
.about .section_inner img {
	width: 90%;
	height: auto
}
.about .section_inner h1,.about .section_inner h2 {
	margin-bottom: 35px
}
.about .section_inner h1>img,.about .section_inner h2>img {
	width: 80%;
	height: auto;
}
.about .section_inner h1>img {
	margin: 0 auto;
}
}
.error404 {
	background-color: #f8f3e8
}
.error404 .section_inner {
	box-shadow: 0 0 5px 2px #ebe6d9;
	background: #fff;
	border: 1px solid #d5d5d5
}
.error404 .section_tit {
	background: url(../images/404/404_line_001.png) repeat-x top, url(../images/404/404_line_001.png) repeat-x bottom;
	margin-bottom: 20px
}
.error404 .section_tit h1 {
	position: relative;
	text-align: center;
	background: url(../images/404/404_bg_titi_001.png) repeat 50%;
	line-height: 1
}
.error404 .section_tit h2:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/404/404_line_001.png) repeat-x top, url(../images/archive/archive_line_001.png) repeat-x bottom
}

@media only screen and (min-width : 768px ){
.error404 .section_inner {
	padding: 60px 30px 100px
}
.error404 .section_inner p {
	padding: 30px 50px
}
.error404 .section {
	width: 1120px;
	padding: 30px 0;
	margin: 0 auto 15px
}
.error404 .section_tit {
	width: 980px;
	margin: 0 auto 20px;
	padding: 5px 0
}
.error404 .section_tit h1 {
	padding: 25px 0
}
}

@media only screen and (max-width:767px) {
.error404 .section_inner {
	padding: 10px;
	margin-bottom: 30px
}
.error404 .section {
	padding: 15px
}
.error404 .section_tit {
	width: 100%;
	padding: 4px 0
}
.error404 .section_tit h1 {
	position: relative;
	padding: 5% 0
}
.error404 .section_tit h1 img {
	width: 90%;
	height: auto
}
}

/*31回追加*/
.dummy_btn{text-indent: -9999px;position: relative;width: 100%;height: 100%;}
#header_globalNavi_01 {
	position: relative;
}
.dummy_btn::after,
#header_globalNavi_01::after {
	content: '';
	width: 13px;
	height: 59px;
	background-image: url(../images/common/header/header_nav_bar.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}
#header_globalNavi_01::before {
	content: '';
	width: 13px;
	height: 59px;
	background-image: url(../images/common/header/header_nav_bar.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}
.headbtn_set{display: block;margin: 0 auto;font-size: 0;}
.headbtn_set li{display: inline-block;margin: 0;}


a.btn2-1{background:url(../images/common/globalNavi/sub2_1.png) center center no-repeat !important;text-indent: -9999px;}
a.btn2-2{background:url(../images/common/globalNavi/sub2_2.png) center center no-repeat !important;text-indent: -9999px;}

a.btn3-1{background:url(../images/common/globalNavi/sub3_1.png) center center no-repeat !important;text-indent: -9999px;}
a.btn3-2{background:url(../images/common/globalNavi/sub3_2.png) center center no-repeat !important;text-indent: -9999px;}
a.btn3-3{background:url(../images/common/globalNavi/sub3_3.png) center center no-repeat !important;text-indent: -9999px;}
a.btn_photosara35{background:url(../images/common/globalNavi/sub_photosara35.png) center center no-repeat !important;text-indent: -9999px;}
a.btn_mysenryu_challenge{background:url(../images/common/globalNavi/sub_mysenryu_challenge.png) center center no-repeat !important;text-indent: -9999px;}
@media(max-width:767px){
.header .header_inner {
    height: 50px;
}
.header_appli{display: none!important;}
}