@charset "UTF-8";

/****************************************************************/
/* base */
/****************************************************************/
*,*:after,*:before{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
body{
  font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px){
body {
  padding-top: 105px;
  }
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

/****************************************************************/
/* font */
/****************************************************************/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: normal;
  src: local("NotoSansCJKjp-Regular.otf"), url(../font/NotoSansCJKjp-Regular.woff) format("woff"), url(../font/NotoSansCJKjp-Regular.ttf) format("truetype"), url("../font/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url(../font/NotoSansCJKjp-Bold.woff) format("woff"), url(../font/NotoSansCJKjp-Bold.ttf) format("truetype"), url("../font/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

/****************************************************************/
/* contents width */
/****************************************************************/
.content_in {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
@media only screen and (max-width: 768px) {
	.content_in {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

/****************************************************************/
/* button */
/****************************************************************/
/* button /***********************/
.c-btn01 {
	margin: 0 auto;
	max-width: 320px;
}
.c-btn01 a {
	display: inline-block;
	border: 3px solid;
	text-align: center;
	padding: 18px 0;
	width: 100%;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
}
.c-btn01.is-bl a {
	border-color: #01a0e9;
	color: #01a0e9;
}
.c-btn01.is-bl a:hover {
	background: #01a0e9;
	border-color: #01a0e9;
}
.c-btn01.is-pk a {
	border-color: #ff86ad;
	color: #ff86ad;
}
.c-btn01.is-pk a:hover  {
	border-color: #ff86ad;
	background: #ff86ad;
}
.c-btn01.is-or a {
	border-color: #efa262;
	color: #efa262;
}
.c-btn01.is-or a:hover {
	background: #efa262;
}
.c-btn01 a:hover {
	color: #fff;
}
 @media only screen and (max-width: 768px) {
	 .c-btn01 {
		max-width: 260px;
	}
	.c-btn01 a {
		border: 2px solid;
		padding: 12px 0;
		font-size: 12px;
		border-radius: 3px;
	}
}

/****************************************************************/
/* title */
/****************************************************************/
.c-title01 {
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1.5px;
}
.c-title01.is-pk {
	background: url(../image/common/ttl01pk.png) no-repeat center 40px;
	color: #ff276d;
}
.c-title01.is-bl {
	background: url(../image/common/ttl01bl.png) no-repeat center 40px;
	color: #008ccc;
}
.c-title01.is-or {
	background: url(../image/common/ttl01or.png) no-repeat center 40px;
	color: #efa262;
}
.c-title01.is-wt {
	background: url(../image/common/ttl01wt.png) no-repeat center 40px;
	color: #fff;
}
.c-title01 .sttl {
	font-size: 12px;
	display: block;
	font-family: 'Noto Sans Japanese';
	letter-spacing: 2px;
}

.c-title01.is-bl_en {
	background: url(../image/common/ttl01bl.png) no-repeat center 65px;
	color: #01a0e9;
	line-height: 130%;
}

.c-title01.is-or_en {
	background: url(../image/common/ttl01or.png) no-repeat center 24px;
	color: #efa262;
}

.c-title01.is-wt_en {
	background: url(../image/common/ttl01wt.png) no-repeat center 24px;
	color: #fff;
}

 @media only screen and (max-width: 768px) {
	 .c-title01 {
		font-size: 14px;
		 letter-spacing: normal;
	}
	 .c-title01.is-pk {
		background: url(../image/common/ttl01pk.png) no-repeat center 26px;
		 background-size: contain;
	}
	.c-title01.is-bl {
		background: url(../image/common/ttl01bl.png) no-repeat center 26px;
		background-size: contain;
	}

	.c-title01.is-or {
		background: url(../image/common/ttl01or.png) no-repeat center 26px;
		background-size: contain;
	}
	.c-title01.is-wt {
		background: url(../image/common/ttl01wt.png) no-repeat center 26px;
		background-size: contain;
	}
		.c-title01 .sttl {
		font-size: 9px;
		letter-spacing: normal;
	}

		.c-title01.is-bl_en {
		background: url(../image/common/ttl01bl.png) no-repeat center 26px;
		background-size: contain;
	}

		.c-title01.is-or_en {
		background: url(../image/common/ttl01or.png) no-repeat center 26px;
		background-size: contain;
	}

		.c-title01.is-wt_en {
		background: url(../image/common/ttl01wt.png) no-repeat center 26px;
		background-size: contain;
	}

}

/********************************************/
/* header */
/********************************************/
header#header {
	background: #fff;
	padding: 0;
}
header#header .h_top {
	background: #5fced6;
	text-align: right;
	font-size: 0;
	padding: 7px 0;
}
header#header .h_nav {
	display: inline-block;
	vertical-align: middle;
}
header#header .h_nav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-left: 19px
}

header#header .h_nav a {
	color: #fff;
}
header#header .h_nav a:before {
	font-family: "Font Awesome 5 Free" ;
  font-weight: 900;
	content: "\f105";
	margin-right: 8px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px
}
header#header .h_sns {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}
header#header .h_sns li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
header#header .h_sns li a img {
  width: 25px;
}
header#header #logo {
	margin-top: 20px;
	max-width: 160px;
}
@media only screen and (max-width: 768px) {
  header#header {
		width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	}

	header#header .header_top {
		padding: 5px 0;
	}
	header#header .h_nav li {
		font-size: 11px;
		margin-left: 10px
	}
  header#header .h_nav li:first-child {
    margin-left: 0;
  }
	header#header .h_nav a:before {
		margin-right: 4px;
		font-size: 12px
	}
	header#header .h_sns {
		margin-left: 0;
	}
	header#header .h_middle{
		padding: 0;
	}
	header#header #logo {
		margin: 14px 0 0 2%;
	}
}
@media only screen and (min-width: 1090px) {
header#header #logo {
	margin-top: 16px;
    margin-left: -20px;
	max-width: 208px;
}
}


#globalnav01 .sp_none{
	background: none;
}

@media only screen and (max-width: 768px) {
	#globalnav01 .sp_none{
	display: none;
}
}

/********************************************/
/* global navigation globalnav */
/********************************************/
#globalnav01 {
	max-width: 810px;
	height: 80px;
	margin-top: 10px;
	padding-bottom: 10px;
	width: calc(100% - 160px);
}
#gnav_btn01 {
	display: none;
}
#globalnav_in ul {
	display: flex;
	width: 100%;
}
 #globalnav_in ul li {
	display: block;
  width: calc(100%/9);
	 vertical-align: top;
	 font-size: 13px;
	 color: #333;
	 text-align: center;
	 /*background: url(/dcms_media/image/common/bg_dot01.gif) repeat-y right top;*/
	 padding-right: 4px;
}
 #globalnav_in ul li a {
	display: block;
	 height: 70px;
	 line-height: 1;
	 position: relative;
	 padding: 0;
}
 #globalnav_in ul li a:hover {
	color: #5fced6;
	 font-weight: bold;
}
#globalnav_in ul li a:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #5fced6;
	position: absolute;
	bottom: -4px;
	left: 2px;
	right: 3px;
	opacity: 0;
	transition: opacity .4s;
}
#globalnav_in ul li a:hover:before {
	opacity: 1;
	transition: opacity .4s;
}

#globalnav_in ul li a img {
  display: block;
  width: 50px;
  margin: 6px auto 14px;
}

@media only screen and (max-width: 768px) {
	#globalnav01 {
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#gnav_btn01 {
		display: block;
		width: 40px;
		height: 40px;
		/*background: url(/dcms_media/image/common/gnav_btn.png) no-repeat 0 0;*/
        background: url(../image/gnav_btn.png) no-repeat 0 0;
		background-size: 40px 40px;
		position: absolute;
		top: -3.3em;
		right: 4%;
  }
  #globalnav_in {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 100;
    margin-top: 0;
  }
  #globalnav_in ul {
    display: none;
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
	}
  #globalnav_in ul li {
    display: block;
    border-top: 1px solid #eeeeee;
    width: 100%;
    padding: 0;
    text-align: left;
    height: auto;
    background: none;
	}
  #globalnav_in ul li a {
    background: none !important;
    height: auto;
    padding: 10px 5px;
    font-size: 18px;
	}
  #globalnav_in ul li a:before {
    content: normal;
	}
  #globalnav_in ul li.character a:hover img {
    opacity: 1;
	}
  #globalnav_in ul li a img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin: 0 1em 0 0.5em;
	}
  #globalnav_in ul li a:after {
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #FF6094;
    border-right: 1px solid #FF6094;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
}

/********************************************/
/* footer */
/********************************************/
footer#footer {
	/*background: url(/dcms_media/image/common/ft_bg.png) repeat-x center top;*/
	padding: 40px 0 0;
	position: relative;
}
footer#footer .f_top {
  background: #eceeef;
	padding-bottom: 20px;
	padding: 40px 0 20px;
}
footer#footer .footter_in {
	position: relative;
}

/* フッターのキャラ画像差し替えはこちら */
@media only screen and (min-width: 769px) {
	footer#footer .footter_in {
	background: url(/dcms_media/image/footer_schnabob.png) no-repeat;
    background-size: 15%;
    background-position: right bottom;
}
}

footer#footer #footnav {
	width: 76%;
	height: 150px;
	border-left: 1px solid #fff;
	margin-left: 13px;
}
footer#footer #footnav:after {
	content: '';
	display: table;
	clear: both;
}
footer#footer .f_nav {
	float: left;
	width: 30%;
	margin-right: 2%;
	line-height: 1.5;
}
footer#footer .f_nav:first-child {
	padding-left: 24px;
}

footer#footer .f_nav li {
	list-style: none;
	font-size: 13px;
	position: relative;
	padding-left: 1.1em;
	margin-bottom: 0.5em;
}
footer#footer .f_nav li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: url(../image/fotter_icon_arrow.png) no-repeat;
	position: absolute;
	top: 0.5em;
	left: 0;
}
footer#footer .f_logo {
	font-size: 13px;
	color: #4C4C46;
	padding: 2px 0 10px 0;
	max-width: 22%;
  float: none;
}
footer#footer .f_logo .logo {
	display: block;
	width: 90%;
	margin-bottom: 8px;
}

footer#footer .f_logo .ttl {
  font-size: 1.5rem;
  font-weight: 700;
}

footer#footer .f_logo .add {
	margin-top: 2px;
	line-height: 1.5;
  display: inline-block;
}
footer#footer .f_logo .tel {
	margin-top: 10px;
	display: block;
}

footer#footer .f_copyright  {
  font-size: 11px;
  width: 84%;
  display: block;
  line-height: 1.4em;
  margin-top: 1em;
}

footer#footer .f_bottom {
	/*background: #fff1f5;*/
	text-align: left;
	padding: 10px 0;
}
footer#footer .f_bottomnav {
	display: inline-block;
	vertical-align: middle;
}
footer#footer .f_bottomnav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #4C4C46;
}
footer#footer .f_bottomnav li + li:before {
	content: '\00ff5c';
	display: inline-block;
}
.page-top {
	position: absolute;
	top: -92px;
	right: -34px;
	width: 110px;
	height: 110px;
}

/* 2025探偵団イベント追加分 */
.tanteidan_quiz_link {
	position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tanteidan_quiz_link a {
	display: block;
    width: 13%;
    height: 115px;
    margin: 0px 0 0 87%;
}

@media only screen and (max-width: 768px) {
	footer#footer {
		/*background: url(/dcms_media/image/common/ft_bg.png) repeat-x center top;*/
		background-size: auto 30px;
		padding: 30px 0 0;
	}
	footer#footer .f_top {
		padding-bottom: 20px;
		padding: 0 0 20px;
	}

	footer#footer #footnav {
		width: auto;
		height: auto;
		border-left: none;
		padding-left: 0;
		padding-top: 5px;
		margin: 0 auto 20px;
		float: none;
	}
	footer#footer .f_nav {
		float: none;
		width: auto;
		font-size: 11px;
	}
	footer#footer .f_nav:first-child {
		padding-left: 0;
	}

	footer#footer .f_nav li {
		border-bottom: 1px solid #fff;
	}
	footer#footer .f_nav li a {
		display: block;
		line-height: 34px;
	}

	footer#footer .f_nav li a:before {
		top: 30%;
	}

	footer#footer .f_logo {
		font-size: 11px;
		padding: 0;
		float: none;
    	width: 100%;
		max-width: none;
	}
	footer#footer .f_logo .logo {
		margin: 10px 20px 0 0;
		float: left;
		width: 30%;
	}
	footer#footer .f_logo .add {
		margin-top: 0.4em;
	}
	footer#footer .f_logo .tel {
		margin-top: 5px;
    float: left;
    display: inline-block;
	}

	footer#footer .f_bottomnav li {
		font-size: 11px;
	}
	.page-top {
		top: -40px;
		right: 0;
		width: 60px;
		height: 60px;
	}

	/* フッターのキャラ画像差し替えはこちら */
	footer#footer .footter_in {
		background: url(/dcms_media/image/footer_schnabob.png) no-repeat;
        background-size: 24%;
        background-position: 98% bottom;
	}

	footer#footer .f_copyright  {
		width: 76%;
	}

	.tanteidan_quiz_link a {
		width: 26%;
		height: 11vh;
		margin: 0 0 0 74svw;
	}

}
/* ===================================================================
CSS information file name  :  top.css style info :  TOPページ用cssの定義
=================================================================== */
/*-----------------------------------------------------------------*/
/* top メインイメージ*/
/*-----------------------------------------------------------------*/
#top_mainimage {
	/*border-top: 1px solid #c8edff;*/
	margin: 0;
}
.mainslide {
	margin-bottom: 0 !important;
}
.mainslide .slick-slide img {
	margin: 0 auto;
}
.mainslide .slick-dots {
	bottom: 15px;
}
.mainslide .slick-dots li {
	width: 16px;
  margin: 0 5px;
}
.mainslide .slick-dots .slick-dots li button {
	width: 16px;
}
.mainslide .slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #eaeaea;
	border-radius: 50%;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	background: #ff6094;
    color: #FF6094;
}
.mainslide .mainimage01 {
	background: url(../image/common/bg_plaid01.png);
}

.mainslide .mainimage02 {
	background: url(../image/bg_plaid02.png);
}


@media only screen and (max-width: 768px) {
	.mainslide .slick-dots {
		bottom: 10px;
	}
}

/*-----------------------------------------------------------------*/
/* top ニュース*/
/*-----------------------------------------------------------------*/
#top_news {
	background: #e7fbfd;
	padding: 18px 0;
}
.top_news_ttl {
	/*background: url(/dcms_media/image/top/news_ttl.png) no-repeat;*/
	background-size: contain;
	width: 184px;
	height: 184px;
	position: relative;
	text-align: center;
	padding: 88px 0 0;
	margin-left: 20px;
	margin-top: -25px;
}
.top_news_ttl .ttl {
	font-size: 25px;
	font-weight: normal;
}
.top_news_ttl .ttl:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	border-left: 9px solid #ffbbd1;
	border-right:  9px solid #a5dee5;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top_news_ttl .link {
	font-size: 13px;
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 1.2;
	margin-top: 30px;
}
.top_news_ttl .link:hover {
	color: #FF86AD;
	border-color: #FF86AD;
}
.top_news_box {
	width: 664px;
	margin-left: 24px;
}
.top_news_list {
color: #666;
	font-size: 13px;
}
.top_news_box dl {
	border-bottom: 1px dotted #00a0e9;
	list-style: none;
	padding: 12px 0 10px;
}
.top_news_box dl:after {
	content: '';
	display: table;
	clear: both;
}
.top_news_box .rss_date {
	display: inline-block;
	vertical-align: top;
	width: 84px;
	margin-right: 6px;
	/*color: #666;*/
    font-size: 13px;
}
.top_news_box .rss_title {
	display: block;
	float: right;
	padding: 0;
	width: 566px;
	/*color: #666;*/
    font-size: 13px;
}
.top_news_box .rss_title a {
	color: #666;
}
.top_news_box .rss_contents {
	display: none;
}

.rssbtn {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #ffffff;
    display: block;
    width: 17%;
    float: left;
    font-size: 10px;
    line-height: 1;
    margin-right: 8px;
    padding: 7px 20px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
  .rssbtn {
    width: 21%;
    padding: 7px 12px;
  }
}

.rssbtn.info { background-color: #255aa5; }
.rssbtn.news { background-color: #95E445; }
.rssbtn.event { background-color: #ffa3d1; }
.rssbtn.new_item { background-color: #3cb8ff; }
.rssbtn.blog { background-color: #ff8d61; }
.rssbtn.manga { background-color: #E9D912; }
.rssbtn.nurie { background-color: #d399da; }
.rssbtn.message { background-color: #61dcb8; }
.rssbtn.other { background-color: #e1a82e; }

@media only screen and (max-width: 768px) {
	#top_news {
		padding: 25px 0;
	}
	.top_news_ttl {
		width: 100px;
		height: 70px;
		padding: 0;
		margin: 0 auto;
		float: none;
	}
	.top_news_ttl .ttl {
		font-size: 24px;
	}
	.top_news_ttl .ttl:after {
		height: 3px;
		border-left: 4px solid #ffbbd1;
		border-right:  4px solid #a5dee5;
		top: 40px;
	}
	.top_news_ttl .link {
		font-size: 12px;
		margin-top: 14px;
	}
	.top_news_box {
		width: auto;
		margin-left: 0;
		float: none;
	}
	.top_news_box dl {
		font-size: 11px;
	}
	.top_news_box .rss_date {
		display: block;
		width: auto;
		margin: 0 0 5px;
	}
	.top_news_box .rss_title,
	.top_news_box .rss_contents {
		display: block;
		float: none;
		padding: 0;
		width: auto;
	}
}
/*-----------------------------------------------------------------*/
/* top アミューズの仲間たち*/
/*-----------------------------------------------------------------*/
#top_character {
	background: url(../image/bg_top_characters.jpg);
	position: relative;
	padding: 55px 0 64px;
}
/*#top_character:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: url(/dcms_media/image/common/bg_line01.png) repeat-x;
	position: absolute;
	top: 20px;
	left: 0;
}
#top_character:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: url(/dcms_media/image/common/bg_line01.png) repeat-x;
	position: absolute;
	bottom: 20px;
	left: 0;
}*/
.top_character_wtbox {
	background: #fff;
	border-radius: 10px;
	padding: 56px 0 70px;
    border: solid 3px #efa262;
	filter:alpha(opacity=93);
	-moz-opacity: 0.93;
	opacity: 0.93;
}
.top_character_list {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 32px;
	font-size: 0;
}
.top_character_list li {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
	list-style: none;
}
.top_character_list li a {
	display: block;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top_character_list li a:hover,
.top_character_list li a:focus,
.top_character_list li a:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.top_character_list li a:hover img {
	opacity: 1;
}
@media only screen and (max-width: 768px) {
	#top_character {
		padding: 40px 0;
	}
	#top_character:before {
		height: 2px;
		background-size: auto 2px;
		top: 14px;
	}
	#top_character:after {
		height: 2px;
		background-size: auto 2px;
		bottom: 14px;
	}
	.top_character_wtbox {
		border-radius: 6px;
		padding: 20px 0 40px;
	}
	.top_character_list {
		margin: 0 0 30px;
	}
	.top_character_list li {
		width: 30%;
		margin: 5px 0.7%;
	}
	.top_character_list li a {
		display: block;
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.top_character_list li a:hover,
	.top_character_list li a:focus,
	.top_character_list li a:active {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	.top_character_list li a:hover img {
		opacity: 1;
	}
}

/*-----------------------------------------------------------------*/
/* top きぐるみのご紹介*/
/*-----------------------------------------------------------------*/
#top_costume {
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	background: url(../image/common/bg_star01.gif);
	overflow: hidden;
}
#top_costume .bg_circle {
	background: url(../image/top/costume_bg03.png) no-repeat center center;
	position: relative;
	padding-top: 33px;
	padding-bottom: 45px;
	height: 320px;
}
#top_costume .bg_circle:before {
	content:  '';
	display: block;
	position: absolute;
	top: 0;
	left: -64px;
	background: url(../image/top/costume_bg01.png) no-repeat;
	background-size: contain;
	width: 380px;
	height: 320px;
}
#top_costume .bg_circle:after {
	content:  '';
	display: block;
	position: absolute;
	top: 0;
	right: -100px;
	background: url(../image/top/costume_bg02.png) no-repeat;
	background-size: contain;
	width: 430px;
	height: 320px;
}
#top_costume .ttl {
	text-align: center;
	margin-bottom: 14px;
	position: relative;
	z-index: 10;
}
#top_costume .txt {
	text-align: center;
	margin-bottom: 32px;
	color: #666;
	font-size: 14px;
	position: relative;
	z-index: 10;
}
#top_costume .btn1 {
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	#top_costume {
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
	}
	#top_costume .bg_circle {
		background: none;
		position: relative;
		padding-top: 33px;
		padding-bottom: 45px;
		height: auto;
	}
	#top_costume .bg_circle:before {
		content:  '';
		display: block;
		position: absolute;
		top: 100px;
		left: -30px;
		width: 190px;
		height: 160px;
		opacity: 0.2;
	}
	#top_costume .bg_circle:after {
		content:  '';
		display: block;
		position: absolute;
		top: 100px;
		right: -30px;
		width: 215px;
		height: 160px;
		opacity: 0.2;
	}
	#top_costume .ttl {
		margin-bottom: 10px;
	}
	#top_costume .txt {
		font-size: 11px;
		margin-bottom: 26px;
	}
}
/*-----------------------------------------------------------------*/
/* top スペシャルコンテンツ*/
/*-----------------------------------------------------------------*/
#top_special {
	background: #ff86ad;
	padding: 15px 0 8px;
}
.top_special_list {
	font-size: 0;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 8px;
}
.top_special_list:before {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: url(../image/top/special_bg01.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.top_special_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	max-width: 650px;
	width: 32%;
	width: calc(100% / 3 - 10px);
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	#top_special {
		padding: 10px 0;
	}
	.top_special_list {
		padding: 0 12%;
	}
	.top_special_list:before {
		height: 10px;
		background-size: auto 10px;
	}
	.top_special_list li {
		display: block;
		margin: 0 auto 10px;
		width: auto;
	}
	.top_special_list li img {
		max-width: none;
		width: 100%;
	}
}

/*-----------------------------------------------------------------*/
/* top アミューズ最新情報*/
/*-----------------------------------------------------------------*/
#top_column {
	/*background: url(/dcms_media/image/top/special_bg00.gif) no-repeat;*/
	background-size: cover;
    background-color: #fff;
	padding: 56px 0 60px;
}
.column_post {
	margin-top: 20px;
}
.column_post >div {
	float: left;
	width: 236px;
	margin: 0 26px 40px 0;
	/*background: #fff;*/
    background: url(../image/bg_top_news.jpg) center center no-repeat;
    background-size: 100% auto;
	border-radius: 6px;
	position: relative;
	padding: 2px 2px 40px;
	border-bottom: 4px solid;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}
.column_post >div:nth-child(4n) {
	float: left;
	margin-right: 0;
}
.column_post >div.is-pk {
	border-color: #FF86AD;
}
.column_post >div.is-bl {
	border-color: #00A0E9;
}
.column_post >div.is-or {
	border-color: #EFA261;
}
.column_post >div.is-gr {
	border-color: #89B751;
}
.column_post .media_img {
	border-radius: 3px;
	overflow: hidden;
	width: 232px;
	font-size: 0;
}
.column_post .media_img img {
	width: 100%;
	max-width: none;
}
.column_post .media_img a{
	display: block;
}
.column_post .media_txt {
	padding: 10px;
	/*background: #fff;*/
    text-shadow: 1px 1px 0 #FFF;
}
.column_post .title06 {
	font-size: 14px;
	margin-top: 10px
}
.column_post time {
	font-size: 12px;
	margin-top: 10px;
}
.column_post .catelist a {
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-weight:  bold;
	border-radius: 3px;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 25px;
	letter-spacing: 1px;
	padding: 0 10px;
}
#top_column .catelist a.nurie {
	background: #dda2ee;
}
#top_column .catelist a.event  {
	background: #ffa3d1;
}
#top_column .catelist a.message {
	background: #61dcb8;
}
#top_column .catelist a.other {
	background: #858585;
}
#top_column .catelist a.manga  {
	background: #f6f2a6;
}
#top_column .catelist a.news {
	background: #c9ff93;
}

#top_column .catelist a.blog {
	background: #ff8d61;
}
#top_column .catelist a.new_item {
	background: #b1e1ff;
}



@media only screen and (max-width: 768px) {
	#top_column {
		padding: 40px 0;
	}
	.top_column_list {
		padding: 0 1%;
		margin-bottom: 10px;
	}
	.column_post >div {
		width: 46%;
		margin: 0 1% 20px;
		padding-bottom: 30px;
	}
	.column_post .media_img {
		width: auto;
		height: auto;
	}
	.column_post .title06 {
		font-size: 11px;
		margin-top: 5px
	}
	.column_post time {
		font-size: 10px;
		margin-top: 6px;
	}
	.column_post .catelist {
		font-size: 11px;
		line-height: 20px;
		letter-spacing: normal;
	}
}

/*-----------------------------------------------------------------*/
/* top みんなのインスタグラム*/
/*-----------------------------------------------------------------*/
#top_insta {
	background: url(../image/common/bg_stripe02.jpg);
	position: relative;
	padding: 68px 0 110px;
	margin-bottom: -40px;
}
#top_insta:before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	background:url(../image/common/bg_garland01.png) repeat-x;
	z-index: 10;
}
#top_insta #instafeed {
	text-align: center;
	font-size: 0;
	margin-top: 27px;
}
#top_insta #instafeed li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 160px;
	margin: 15px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.2);
	position: relative;
}
#top_insta #instafeed li:nth-child(n + 16) {
	display: none;
}
#top_insta #instafeed li a {
	display: block;
}
#top_insta #instafeed li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	#top_insta {
		padding: 30px 0 80px;
	}
	#top_insta:before {
		height: 25px;
		position: absolute;
		background-size: auto 25px;
	}
	#top_insta #instafeed li {
		width: 18%;
		padding-top: 18%;
		height: auto;
		margin: 0.5%;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
	}
}


.chara_logo img {
	width: 60%;
	height: auto;
}

/*-----------------------------------------------------------------*/
/* キャラクター紹介*/
/*-----------------------------------------------------------------*/
.chbox .flt, .chbox .flr {
	border: 3px solid #FFDDC1;
	border-radius: 10px;
	padding: 20px 10px 5px;
	box-sizing: border-box;
	background: url(../image/common/img_bg_check.jpg);
    transition: all 0.3s;
}
.chbox .tit {
	position: relative;
	font-size: 17px;
	line-height: 1.6;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #ffa153;
}
.chbox .tit:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 5px;
	border-color: transparent transparent transparent #FFF;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}
.chbox .tit:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 5px 13px 0;
	border-color: transparent #FFF transparent transparent;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -13px;
}
.chbox .bl-hover {
	background: #fffcf9;
	border: 3px solid #FFE8D6;
}

/*-----------------------------------------------------------------*/
/* タイトル見出し */
/*-----------------------------------------------------------------*/
#pagetitle03 {
	padding: 20px 0 10px;
    background-color: #fff;
    background-image: none;
}
#pagetitle03 h2 {
    border-left-width: 0;
    border-left-color: #00a0e9;
}

@media only screen and (max-width: 690px){
  #pagetitle03 h2 {
    font-size: 165%;
    font-weight: bold;
    border-left-width: 0;
    padding-left: 0;
  }

}

/*-----------------------------------------------------------------*/
/* ライセンスページ */
/*-----------------------------------------------------------------*/
.license_text {
  margin: 34px 6% 40px;
  text-align: center;
  line-height: 2.0;
}

.license_text ul {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.license_text ul li {
  padding-left: 1em;
  list-style-type: none!important;
}

.license_text ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 1em;
  color: #5FCED6;
}

.license_contact {
  width: 100%;
  margin: 30px auto;
  max-width: 1120px;
  background-color: #eef0ed;
  text-align: center;
  padding: 30px 0 20px;
}

.license_contact_ttl {
  font-size: 110%;
  font-weight: bold;
}

.license_contact span {
  font-weight: bold;
}

.license_contact ul {
  vertical-align: middle;
  padding: 20px 40px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.license_contact ul li {
  width: 50%;
  margin-right: 20px;
  padding: 2% 5%;
  display: inline-block;
  background-color: #fff;
}

.license_contact ul li:last-child {
  margin-right: 0;
  margin-left: 20px;
}

.btn_license_form a {
  display: block;
    text-align: center;
    color: #FFF;
    padding: 4%;
    font-size: 20px;
    background-color: #5aca17;
    border-radius: 5px;
    transition: 0.8s;
    margin: 10px;
}

.phoneNumber {
  font-weight: bold;
  font-size: 200%;
  color: #5aca17;
  padding: 15px 0;
  display: inline-block;
}

.license_contact .sp {
  display: none;
}

h4.licensee {
  font-size: 130%;
  margin:  60px 0 40px;
  display: block;
  text-align: center;
}

.licensee {
  display: inline-block;
  margin-top: 1em;
}

.licensee_name {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0.5em;
}

.licensee_web:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background-image: url(../image/licensee_icon_web.gif);
  background-size: contain;
  vertical-align: middle;
}

.licensee_mail:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background-image: url(../image/licensee_icon_mail.gif);
  background-size: contain;
  vertical-align: middle;
}

.license_link {
  list-style-type: none;
  margin: 6em auto;
}

.license_link_btn a {
  display: block;
  float: left;
  width: 29%;
  text-align: center;
  color: #FFF;
  margin: 0 2%;
  padding: 2%;
  font-size: 16px;
  background-color: #5aca17;
  border-radius: 5px;
}

@media only screen and (max-width: 690px){
  .license_contact .tel {
    display: none;
  }

  .license_contact .sp {
    display: block;
    margin-top: 20px;
  }

  .license_contact ul {
    display: block;
  }

  .license_contact ul li {
    width: 100%;
    padding: 4% 6%;
  }

  .license_contact .sp a {
    font-weight: bold;
    font-size: 180%;
    color: #5aca17;
    padding: 15px 0;
    display: inline-block;
  }

  .licensee_web,.licensee_mail{
    display: inline-block;
    margin-bottom: 0.5em;
  }

  .license_link {
    margin: 3em auto;
  }

  .license_link_btn a {
    width: 100%;
    margin: 0.8em auto;
    padding: 3%;
    font-size: 18px;
  }
}

/*-----------------------------------------------------------------*/
/* top アミューズキャラクター 2021修正版*/
/*-----------------------------------------------------------------*/

#top_character2021 {
	position: relative;
	padding: 55px 0 20px;
}

.top_character_wtbox2021 {
	padding: 56px 0 70px;
}

.top_ttl_chara{
  text-align: center;
  margin-bottom: 2em;
}

.sp_top_ttl_chara{
  display: none;
}

.top_character_list2021 {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 32px;
	font-size: 0;
}

.top_character_list2021 li {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	list-style: none;
}

.top_character_list2021 li a {
	display: inline-block;
  vertical-align: middle;
}

.top_chara_btn {
	margin: 0 auto;
	max-width: 400px;
  color: #fff;
}

.top_chara_btn a {
	display: inline-block;
	text-align: center;
	padding: 22px 0;
	width: 100%;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 5px;
	font-size: 120%;
  background-color: #ff86ad;
}

.top_chara_btn a:hover {
	background: #ffa6c3;
}

@media only screen and (max-width: 768px) {
	#top_character2021 {
		padding: 40px 0;
	}

	.top_character_wtbox2021 {
		padding: 0 0 40px;
	}

  .top_ttl_chara{
    display: none;
  }

  .sp_top_ttl_chara{
    display: block;
    width: 94%;
    margin-bottom: 1em;
    text-align: center;
  }

	.top_character_list2021 {
		margin: 0 0 30px;
	}

	.top_character_list2021 li {
		width: 30%;
		margin: 1%;
	}

  .top_chara_btn {
   max-width: 80%;
 }

 .top_chara_btn a {
   padding: 1.4em 0;
   font-size: 100%;
   border-radius: 5px;
 }

}

/*-----------------------------------------------------------------*/
/* top スペシャルコンテンツ 2021修正版*/
/*-----------------------------------------------------------------*/

#wraper_top_special{
    /*background: url(/dcms_media/image/common/bg_stripe02.jpg);*/
    position: relative;
    padding: 10px 0 90px;
    margin-bottom: -40px;
}

#top_special2021 {
  max-width: 1140px;
  margin: 0 auto;
}

.top_special_list2021 {
	text-align: center;
	position: relative;
	margin-top: 8px;
}

.top_special_list2021 li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 4px;
	max-width: 650px;
	width: calc(100% / 3 - 20px);
	overflow: hidden;
}

.top_special_list2021::after {
  content: '';
  display: inline-block;
	width: calc(66.7% - 20px);
}

@media only screen and (max-width: 768px) {
	#top_special2021 {
		padding: 10px 0;
	}
	.top_special_list2021 {
		padding: 0 12%;
	}

	.top_special_list2021 li {
		display: block;
		margin: 0 auto 10px;
		width: auto;
	}
	.top_special_list2021 li img {
		max-width: none;
		width: 100%;
	}
}

/*-----------------------------------------------------------------*/
/* キャラクター紹介 2021修正版*/
/*-----------------------------------------------------------------*/

.amuchara_history_bnr {
  width: 90%;
  max-width: 545px;
  margin-bottom: 2em;
  margin-top: 2em;
}

.inner_character {
  width: 94%;
  margin: 0 auto 4em;
  max-width: 1140px;
}

.chara_box{
  float: left;
  width: 25%;
  padding: 20px 10px 5px;
  text-align: center;
}

.chara_box_en{
  width: 20%;
}

.chara_title {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.chara_title_en {
  font-size: 80%;
  line-height: 1.2;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 979px){
  .chara_box{
    width: 33.3%;
  }
}

@media only screen and (max-width: 690px){
  .inner_character {
    display: flex;
    flex-wrap: wrap;
  }

  .chara_box{
    float: none;
    flex: 0 1 46%;
    width: 46%;
    padding: 0;
    margin: 0 2% 20px;
  }
}

/*-----------------------------------------------------------------*/
/* 着ぐるみ紹介ページ TOP */
/*-----------------------------------------------------------------*/

.kigurumi_nv {
  width: 86%;
  max-width: 1000px;
  margin: 10px auto 60px;
  text-align: center;
}

.kigurumi_nv ul {
 display: flex;
 justify-content: center;
}

.kigurumi_nv ul li {
  list-style-type: none;
  width: calc(100%/5);
  margin-right: 2.5%;
}

.kigurumi_nv ul li:last-child {
  margin-right: 0;
}

.kigurumi_nv ul li a {
  float: left;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #f1809c;
  color: #fff;
  border-radius: 6px;
  list-style-type: none;
}

@media only screen and (max-width: 750px){
  .kigurumi_nv ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .kigurumi_nv ul li {
    width: 47%;
    margin-bottom: 1em;
  }

  .kigurumi_nv ul li:nth-child(2n) {
    margin-right: 0;
  }

  .kigurumi_nv ul li:last-child {
    margin-right: 2.5%;
  }

  .kigurumi_nv ul li a {
    padding: 1em 0.5em;
  }

  .kigurumi_nv ul::after {
    display: block;
    content: "";
    width: 47%;
  }
}

.kigurumi_list {
  display: flex;
  margin: 0px;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
  flex-grow: 1;
}

/*.kigurumi_list::after {
  display: block;
  content: "";
  width: 33%;
}*/

.kigurumi_list_flex {
  width: 33%;
}

.kigurumi_list_flex img {
  display: inline-block;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-size: cover;
}

.btn_kigurumi a {
  min-width: 300px;
  background-color: #f1809c;
  border: 1px solid #f1809c;
  border-radius: 4px;
}

.btn_kigurumi a:hover {
  color: #f1809c;
  background-color: #FFF;
}

/*-----------------------------------------------------------------*/
/* 着ぐるみ紹介ページ 下層 */
/*-----------------------------------------------------------------*/
.kigurumi_terms {
  margin: 0 5% 4em;
  font-size: 95%;
  line-height: 1.6;
}

.kigurumi_terms li {
  margin-bottom: 0.5em;
}

.kigurumi_price_ttl img {
  margin-bottom: 1em;
  width: 70%;
  max-width: 457px;
}

.kigurumi_price_list_sp {
  display: none;
}

.kigurumi_price_cap {
  display: block;
  width: max-content;
  font-size: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 690px){
  .kigurumi_price_list {
    display: none;
  }

  .kigurumi_price_list_sp {
    display: inherit;
    margin-bottom: 1em;
  }

  .kigurumi_price_cap {
    width: 100%;
  }
}

.kigurumi_flow {
  display: block;
  width: 90%;
  margin: 40px auto 0;
  padding: 40px 6%;
  border-radius: 8px;
  position: relative;
}

.flow_odd {
  background-color: #fde5b9;
}

.flow_even {
  background-color: #f4b6ca;
}

.kigurumi_flow::after {
  content: url(../image/kigurumi_arrow_odd.png);
  display: block;
  width: 130px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.kigurumi_flow:nth-child(2n)::after{
  content: url(../image/kigurumi_arrow_even.png);
}

.kigurumi_flow:last-child::after {
  display: none;
}

.kigurumi_flow h4 {
  padding-bottom: 2em;
  position: relative;
}

.kigurumi_flow h4::after {
  content: "";
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #787d7d, #787d7d 4px,transparent 4px, transparent 10px);
  background-repeat: repeat-x;
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  left: 0;
}

.flow_caption {
display: inline-block;
width: 100%;
background-color: #fff;
padding: 1em;
margin: 0.5em 0;
text-align: center;
}

.flow_cancel {
  width: 90%;
  max-width: 960px;
  margin: 130px auto 60px;
  padding: 40px 5%;
  border: 5px solid #ca4f4f;
}


.flow_cancel p,
.flow_cancel h4 {
  margin-bottom: 2em;
}

/*-----------------------------------------------------------------*/
/* 2021アミュキャラ総選挙ページ */
/*-----------------------------------------------------------------*/

.vote_period {
  color: #df3927;
  border: 2px solid #df3927;
  padding: 1.5em;
  margin: 2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}

.electionh3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.election_dep {
  color:#887f08;
}

.election_dep::before, .election_dep::after{
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 24px;
  height: 24px;
  background-image: url(../image/election_dep_icon.gif);
  background-size: contain;
}

.electionh4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 3em 0 1em;
}

.electionh4::before {
  content: "＼";
  font-size: 20px;
  font-weight: bold;
  margin-right: 4px;
}

.electionh4::after {
  content: "／";
  font-size: 20px;
  font-weight: bold;
  margin-left: 4px;
}

.election_txt {
  text-align: center;
  margin: 1em 0;
}

.election_txt span {
  display: inline-block;
}

.election_txt a {
  display: inline-block;
  width: 86%;
  max-width: 748px;
  padding: 1em;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  margin: 1.5em 0 1em;
}

.youtube_embed {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding-bottom: 40.2%;
  margin: 0 auto;
}

.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  width: 100% !important;
  height: 100% !important;
}

.newChara_poster {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1em 0 2em;
}

.newChara_poster li {
  list-style: none;
  width: 17%;
  margin: 1em;
}

.vote_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.vote_btn li {
  width: 28%;
  margin:0 2%;
  list-style: none;
  text-align: center;
}

.vote_btn li a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  color: #FFF;
  font-size: 110%;
  font-weight: bold;
}

.btn_list {
  background-color: #8ed1df;
}

.btn_web {
  background-color: #e07e86;
}

.btn_shop {
  background-color: #b195db;
}

.btn_CGE {
	background-color: #1b7e30;
}

.btn_gao {
  background-color: #fccf05;
}

.btn_twitter {
  background-color: #35bee0;
}


@media only screen and (max-width: 690px){
  .newChara_poster li {
    width: 25%;
    margin: 0.5em;
  }

  .vote_btn li {
  float: none;
  width: 85%;
  margin: 0.5em auto;
  }
}

/*-----------------------------------------------------------------*/
/* 2022アミュキャラ総選挙ページ */
/*-----------------------------------------------------------------*/
.btn_history {
  background-color: #69abe5;
}

.vote_btn2022 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.vote_btn2022 li {
  width: 33%;
  margin:0 0.7%;
  list-style: none;
  text-align: center;
}

.vote_btn2022 li a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  color: #FFF;
  font-size: 110%;
  font-weight: bold;
}

.accent_txt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.accent_vote {
  text-decoration: underline;
  color: #F00;
}

.accent_hushtag {
  text-decoration: underline;
  color: #039ec5;
  font-size: 120%;
}

@media only screen and (max-width: 690px){
  .vote_btn2022 li {
  float: none;
  width: 85%;
  margin: 0.5em auto;
  }
}


/*-----------------------------------------------------------------*/
/* NEWS新商品紹介 */
/*-----------------------------------------------------------------*/
.newItem_intro {
 text-align: center;
 line-height: 1.6;
 margin-bottom: 30px;
}

h3.newItem_title {
 display: inline-block;
 font-size: 28px !important;
 font-weight: bold;
 color: #5fced6;
 margin-top: 36px;
 border-left: 0 !important;
 padding-left: 0 !important;
}

.newItem_size {
 display: inline-block;
 font-size: 90%;
 margin-top: 5px;
 color: #666;
}

.newItem_content {
 display: block;
 width: 90%;
 margin: 0 auto 40px;
 text-align: center;
 border-bottom: 1px dotted #999;
}

.newItem_content h4 {
 font-weight: bold;
}

.newItem_content span {
 display: inline-block;
 font-size: 95%;
 line-height: 1.8;
 margin-bottom: 25px;
}

.newItem_content img {
 width: 580px;
 margin:10px 0;
}

/*-----------------------------------------------------------------*/
/* NEWS_SNSシェアボタンの修正(SP) */
/*-----------------------------------------------------------------*/

@media only screen and (max-width: 690px) {
  ul.sns_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sns_share li {
    margin-bottom: 1.2em !important;
    width: 30%;
    text-align: center;
  }
}

/*-----------------------------------------------------------------*/
/* 画像切替 */
/*-----------------------------------------------------------------*/

.img_switching img.pc{
  display: block !important;
}
.img_switching img.sp{
  display: none !important;
}

@media only screen and (max-width: 690px) {
  .img_switching img.pc{
    display: none !important;
  }
  .img_switching img.sp{
    display: block !important;
  }
}

/*-----------------------------------------------------------------*/
/* LINEページ sasukesanpo */
/*-----------------------------------------------------------------*/
.line_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.line_list li {
  width: 23.5%;
  list-style-type: none;
  margin-right: 2%;
  margin-bottom: 2%;
}

.line_list li:nth-child(4n) {
  margin-right: 0;
}

.line_list li p {
    font-size: 10pt;
	line-height: 1.4;
  }

.sasukesanpo-contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 15px;
}

.sasukesanpo-contentstextwrap{
  width: 350px;
}

.sasukesanpo {
  width: 350px;
  height: 240px;
}

.sasukesanpobtn{
  margin-top: 8px;
  margin-right: 6px;
}

.sasukesanpobtn_2{
  margin-top: 0px;
  margin-right: 6px;
}

@media only screen and (max-width: 979px) {
  .line_list li {
    width: 48%;
  }

  .line_list li:nth-child(4n) {
    margin-right: 2%;
  }

  .line_list li:nth-child(2n) {
    margin-right: 0;
  }

  .sasukesanpo-contents{
    text-align: center;
}
}

@media only screen and (max-width: 690px) {
  .line_list li {
    margin-bottom: 7%;
  }

  .line_list li p {
    font-size: 10pt;
	line-height: 1.6;
  }

  .sasukesanpo-contents{
    text-align: center;
}

  .sasukesanpo-btnwrap{
	text-align: center;
  }

}



/*-----------------------------------------------------------------*/
/* 2024アミュキャラ総選挙　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*-----------------------------------------------------------------*/ 
 .amuse_cge_mainChara_h3ttl {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1vh;
  }


  .amuse_cge_mainChara_prof_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .amuse_cge_mainChara_prof {
    display: block;
    width: 20%;
    margin: 0 2% 2vh;
  }

  @media only screen and (max-width: 690px){
    .amuse_cge_mainChara_h3ttl {
      font-size: 140%;
    }

    .amuse_cge_mainChara_prof {
      width: 45%;
    }   
  }

  .amuse_cge_YouTube_wrap {
	padding: 3.5vh 0 5vh;
	text-align: center;
  }
  
  .amuse_cge_YouTube_wrap h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1vh;
  }
  
  .amuse_cge_YouTube_embed {
	padding-top: 56.25%;
	position: relative;
	width: 80%;
	height: auto;
	aspect-ratio: 9 / 16;
	max-width:300px;
	margin: 0 auto;
  }

  .amuse_cge2_YouTube_embed {
	position: relative;
	width: 80%;
	max-width: 800px;
	padding-bottom: 56.25%;
	aspect-ratio: 9 / 16;
	margin: 0 auto;
  }
  
  .amuse_cge2_YouTube_embed iframe {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: auto;
	width: 100% !important;
	height: 100% !important;
  }
  
  .AMUSE_CGE_YouTube_channel {
	display: block;
	padding: 0.8em;
	background-color:#fff;
	width: 84%;
	max-width: 297px;
	margin: 1.5em auto 0;
	color: #e70012;
	border: 2px solid #e70012;
	font-size: 95%;
	border-radius: 30px;
	position: relative;
  }
  
  a.AMUSE_CGE_YouTube_channel:hover, a.AMUSE_CGE_YouTube_channel:visited {
	color: #e70012;
  }
  a.AMUSE_CGE_YouTube_channel::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 25%;
  }

  .amuse_cge_YouTube_container {
	position: relative;
	width: 80%;
	max-width:300px;
	height: auto;
	aspect-ratio: 9 / 16;
	padding-top: 56.25%;
	margin: 0 auto;
  }
  
  .amuse_cge_YouTube_container iframe {
	position: absolute;
	top: 0;
	left: 50;
	width: 100%;
	height: 100%;
  }

  .amuse_cge3_YouTube_embed {
	position: relative;
	width: 60%;
	max-width: 325px;
	padding-bottom: 56.25%;
	aspect-ratio: 9 / 16;
	margin: 0 auto;
  }
  
  .amuse_cge3_YouTube_embed iframe {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: auto;
	width: 100%;
	height: 100%;
  }

/*-----------------------------------------------------------------*/
/* 2025AMUFUN探偵団 特設ページ＆解答フォーム*/
/*-----------------------------------------------------------------*/ 

.tanteidan2025_intro h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin:3em 0 4em;
}

 .tanteidan2025_intro p img {
	margin: 1em auto;
	max-width: 100%;
 }

 .tanteidan2025_intro_cap {
	display: block;
	width: 60%;
    border-top: double 7px #E2CC5C;
    border-bottom: double 7px #E2CC5C;
    padding: 1em;
    margin: 1.5em auto;
    font-size: 86%;
 }

  .tanteidan2025_intro_cap strong, .tanteidan2025_prize strong {
	color:#D61330;
  }

  .tanteidan2025_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  background-color:#683221;
  }

  .tanteidan2025_quiz {
	width: 80%;
	max-width: 800px;
  }
  .tanteidan2025_quiz h4, .tanteidan2025_prize h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
  }

  .tanteidan2025_prize h4 {
	text-align: left;
  }

  h4.quiz01 { color: #FF838D; }
  h4.quiz02 { color: #FC8D42; }
  h4.quiz03 { color: #6FCDE2; }
  h4.quiz04 { color: #A1DD7A; }
  h4.quiz05 { color: #B195DB; }

  .tanteidan2025_quiz h4 img {
	width: 40vw;
    max-width: max-content;
	padding-bottom: 0.7em;
  }

  .tanteidan2025_quiz img {
	width: 90%;
	max-width: 540px;
  }

  .tanteidan2025_prize {
	background-image: url(/dcms_media/image/2025tanteidan_prize_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 800px;
    padding: 40px 3%;
  }

  .tanteidan2025_prize h3 img {
	width: 36vw;
    max-width: 190px;
    margin-bottom: 1.2em;
  }

  h4.tanteidanh4 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  color:#683221;
}

h4.tanteidanh4::before {
  content: "＼";
  font-size: 20px;
  font-weight: bold;
  margin-right: 4px;
  color:#683221;
}

h4.tanteidanh4::after {
  content: "／";
  font-size: 20px;
  font-weight: bold;
  margin-left: 4px;
  color:#683221;
}

  .tanteidan2025_terms h3 img {
	width: 80vw;
    max-width: 260px;
    margin-bottom: 1.2em;
  }

.tanteidan2025_terms p {
	font-size: 85%;
	line-height: 1.8em;
	margin-left: 1em;
}

.tanteidan2025_terms ul {
	font-size: 85%;
	line-height: 1.8em;
	margin-left: 2em;
}

.tanteidan2025_terms span {
	margin-left: -1em;
}

.br-sp {
	display: none;
}

.tanteidan_quiz_link {
	display: none;
}

@media only screen and (max-width: 690px){
	.tanteidan2025_intro_top {
		height: 80svh;
	}

	.tanteidan2025_intro_cap {
		width: 100%;
	}

	.tanteidan2025_quiz {
	width: 96%;
  }

  .br-sp {
	display: block;
  }

  .tanteidan_quiz_link {
	position: absolute;
    width: 100%;
    height: 110px;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .tanteidan_quiz_link a {
	display: block;
    width: 27%;
    height: 110px;
    margin-left: 73%;
}
}