@charset "utf-8";

/* *******************************************************************
//
// Browser default initialization
//
// **************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  outline: 0;
}#steam
*, ::before, ::after {
  box-sizing: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  height: 100%;
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-weight: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	min-width: inherit !important;
}
input, select, textarea, button {
  margin: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
dl, ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
img, x:-moz-any-link, x:default {
  box-shadow: #333 0 0 0;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}
a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
svg {
  line-height: 1;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
:focus {
  outline: none;
}

/* *******************************************************************
//
//
//
// **************************************************************** */

html {
	color: #333333;  
}
body {
	background: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* env */
.env-device_is_mobile *,
.env-device_is_tablet * {
  cursor: pointer;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}


@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  main img {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 374px) {
    body {
      	font-size: 4vw;
    }
}


/* =============================================================================
 common header
============================================================================= */


header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 1001;
    background: rgba(255,255,255,1);
	box-shadow: 0px 0px 15px -5px #cccccc;
}
header .headInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
	
}
header .logo {
  	display: flex;
	align-items: center;
	height: 70px;
	padding-right: 3em;
}
header .logo p {
	color: #075ad7;
	font-size: 1.3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #075ad7;
	margin-right: 1em;
}
header .logo ul {
	display: flex;
	align-items: center;	
}
header .logo ul:first-of-type {
	margin-right: 1em;
}
header .logo ul li:not(:last-of-type) {
	margin-right: 1.5em;
}
header ul.head_btn {  
    display: flex;
    align-items: center;
    z-index: 10;
}
header ul.head_btn {  
    display: flex;
    align-items: center;
    z-index: 10;
	height: 50px;
}
header ul.head_btn li {
	margin-right: 0.6em;
	position: relative;
}
header ul.head_btn li:not(:last-of-type) {
	padding-right: 0.9em;
}
header ul.head_btn li:not(:last-of-type)::after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;	
}
/*header ul.head_btn li:nth-last-of-type(2) {
	padding-right: 0;
}
header ul.head_btn li:nth-last-of-type(2)::after {
	content: none;
}*/
header ul.head_btn li.insta {
	margin-left: 0.8em;
}
header ul.head_btn li.sns {
	margin-right: 1em;
}
header ul.head_btn li.entry,
header ul.head_btn li.viewing,
header ul.head_btn li.live {
	margin-right: 0;
}
header ul.head_btn li a {
	display: inline-block;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.2;
}
header ul.head_btn li.btn a {
	color: #ffffff;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 1em;
	border-radius: 0.4em;
}
header ul.head_btn li.entry a {
	background: #df4a92 url("../images/icon_entry.svg") no-repeat 0.8em 50% / 17px auto;
}
header ul.head_btn li.viewing a {
	background: #df4a92 url("../images/icon_viewing.svg") no-repeat 1.3em 50% / 27px auto;
}
header ul.head_btn li.live a {
	background: #df4a92 url("../images/icon_live.svg") no-repeat 1em 50% / 24px auto;
}



footer {
	padding: 1em 0;	
}
footer .flexbox {
	justify-content: space-between;
	font-size: 1.2rem;
	font-weight: 500;
}
footer a {
	text-decoration: underline;
}

@media screen and (max-width: 1039px) {
	header ul.head_btn li a {
		font-size: 1.4rem;
	}	
}
@media screen and (max-width: 959px) {
	header {
		min-width: inherit;
		height: 60px;
		
	}
	header .headInner {    
        padding: 0 4%;        
        height: 60px;
		justify-content: space-between;
	}
	header .logo {
		height: 60px;	
	}
	header .logo p {
		color: #075ad7;
		font-size: 1.2rem;	
		width: 38px;
		height: 38px;
		margin-right: 1em;
	}
	header .logo ul li:not(:last-of-type) {
		margin-right: 1em;
	}
	header .logo ul li:first-of-type img {
		width: 80px;
	}
	header .logo ul li:last-of-type img {
		width: 120px;
	}
	header ul.head_btn {
		display: none;
		font-size: 1.4rem;
	}
	header ul.head_btn li {
		margin-right: 0;
	}
	header ul.head_btn li:nth-of-type(-n+6) {
		padding-right: 0;
	}
	header ul.head_btn li:nth-of-type(-n+6)::after {
		content: none;
	}
	header .menu_head {
        padding: 0;
        position: static;
        margin-top: 0;
		background: none;
	}
	header .menu_head nav {
	  	width: auto;
	}
	header .menu_head .menu-trigger, header .menu_head .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
	}
	header .menu_head .menu-trigger {
        display: block;
        position: absolute;
        top: 18px;
        right: 4%;
        width: 30px;
        height: 24px;
        z-index: 10002;
        cursor: pointer;
	}
	header .menu_head .menu-trigger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #232951;
	}
	header .menu_head .menu-trigger span:nth-of-type(1) {
	  	top: 0;
	}
	header .menu_head .menu-trigger span:nth-of-type(2) {
	  	top: 11px;
	}
	header .menu_head .menu-trigger span:nth-of-type(3) {
	  	bottom: 0;
	}
	header .menu_head .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-315deg);
        transform: translateY(12px) rotate(-315deg);
	}
	header .menu_head .menu-trigger.active span:nth-of-type(2) {
	  	opacity: 0;
	}
	header .menu_head .menu-trigger.active span:nth-of-type(3) {
	  	-webkit-transform: translateY(-10px) rotate(315deg);
	  	transform: translateY(-10px) rotate(315deg);
	}
	header .menu_head .gnav {
        position: absolute;
        background: #ffffff;
        top: 60px;
		right: -300px;
		width: 280px;
        padding: 0 0 20px;
        z-index: 10001;
		transition: 0.3s;
	}
	header .menu_head .gnav.active {
		right: 0;
		transition: 0.3s;
	}
	header .menu_head .gnav ul {
	  	display: block;
	  	font-size: 1.3rem;
		text-align: center;
		border-top: 1px solid #ccc;
		height: auto;
	}
	header .menu_head .gnav ul li {	  	
	  	line-height: 1.6;
		text-align: left;
	}
	header .menu_head .gnav ul li.sns {
		display: inline-block;
		padding: 24px 5px 20px 0;
	}
	header .menu_head .gnav ul li:nth-of-type(-n+6) a {
		display: block;
        padding: 1em 2em;
    	border-bottom: 1px solid #ccc;
	}
	header ul.head_btn li.btn {
		display: inline-block;
		clear: both;
	}
	header ul.head_btn li.btn a {
		height: 48px;
		line-height: 48px;
		width: 240px;		
	}	
	header .menu_head .gnav ul li:last-of-type a:before {
		content: none;
	}
	header .menu_head .gnav ul li a:hover {
	  	opacity: 1;
	}
	header .menu_head .gnav ul li.spBtn {
        width: 84vw;
        margin-bottom: calc(26/750*100vw);
	}
	header .menu_head .gnav ul li.susume {
        width: 55vw;
        margin-bottom: calc(64/750*100vw);
	}
	header .menu_head .gnav ul li.spBtn a {
	  	padding-left: 0;
	}
	header .menu_head .gnav ul li.spBtn a:before {
	  	content: none;
	}
	header .menu_head .gnav ul li.sns a {
		width: 30px;
	}
	header .menu_head .gnav ul li.sns.youtube a {
		width: 34px;
	}
	header .menu_head .gnav ul li.sns a img {
		width: 100%;
	}
	header .menu_head .gnav ul li.btn {
		margin-bottom: 10px;
		margin-top: 28px;
	}
	header .menu_head .gnav ul li.btn a {
		padding: 0;
	}
	header .menu_head .gnav ul li.btn.entry {
		display: none;
	}
	header ul.head_btn.sponly {
		display: block;
		position: fixed;
		top: 70px;
		right: 2%;
	}
	header ul.head_btn.sponly li.btn a {
		width: 120px;
		box-shadow: 0px 0px 15px -5px #777777;
	}
}	
	
@media screen and (max-width: 768px) {
	footer {
		padding: 2em 0;	
	}
	footer .flexbox {
		flex-direction: column-reverse;
		align-items: center;
	}
	footer .copy {
		font-size: 1.0rem;
	}
	footer .flexbox a {
		font-size: 1rem;
		display: inline-block;
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 599px) {
	header .headInner {
		padding-left: 2%;
	}
	header .logo p {		
		font-size: 2vw;
		width: 7vw;
		height: 7vw;
		margin-right: 2vw;
	}
	header .logo ul:first-of-type {
		margin-right: 2vw;
	}
	header .logo ul li:not(:last-of-type) {
		margin-right: 2vw;
	}
	header .logo ul li:first-of-type img {
		width: 18vw;
	}
	header .logo ul li:nth-of-type(2) img {
		width: 26vw;
	}
	header .logo ul:last-of-type li:first-of-type img {
		width: 22vw;
	}
}































/* -------------------------------------------------------------------
 contents common
------------------------------------------------------------------- */

main {
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
	position: relative;
	/*top: -50px;*/
	border-top: 70px solid #ffffff;
}
.secInner {
  	max-width: 1280px;
  	margin-left: auto;
  	margin-right: auto;
	text-align: left;
	padding: 0 4%;
	box-sizing: border-box;
}
.sec_cont {
	padding: 60px 0;
}
h2.contTitle {
	color: #0d61af;
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}
h2.contTitle .txt_sml {
	font-size: 80%;
}
.txtarea p {
	margin-bottom: 1em;
}
.txtarea p:last-child {
	margin-bottom: 0;
}
.txt_sml {
	font-size: 80%;
}
.txt_lar {
	font-size: 120%;
}
.txt_bold {
	font-weight: 700;
}
.txt_torikeshi {
	text-decoration: line-through;
}
.highlighter {
	background: linear-gradient(transparent 75%, #f9f89c 75%);
}
.txt_slash:before,
.txt_slash:after {
    display: inline-block;
    content: '';
    width: 1em;
    height: 1.2em;
    border-left: 3px solid #0d61af;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.txt_slash:after {
	width: 1em;
    border-left: none;
    border-right: 3px solid #0d61af;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ttl-border {
	display: flex;
	align-items: center;
}
.ttl-border:before,
.ttl-border:after {
    border-top: 1px solid #8f7030;
    content: "";
    flex-grow: 1;
}
.ttl-border:before {
	margin-right: 2em;
}
.ttl-border:after {
	margin-left: 2em;
}
.bg_lightblue {
	background: #d7eefa;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.kadomarubox {
	background: #ffffff;
	max-width: 920px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 2.5em;
	margin: auto;
	position: relative;
	box-shadow: 0px 0px 15px -5px #777777;
}
.shadowbox {
	background: #ffffff;
	box-shadow: 0 0 1em -0.3em #777777;	
}
a.shadowbox:hover {
	box-shadow: 0 0 0 0;
}
.btnarea {
	text-align: center;
}
.btnarea a {
	display : inline-block;
	color: #ffffff;
	text-align: center;
	background: #f3992b;
	width: 420px;
	height: 72px;
	line-height: 72px;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
ul.list_dot li{
  padding-top: 0.2em;
  padding-left: 1em;
  text-indent: -0.45em;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
ul.list_dot li:before {
  content: "●";
  font-size: 40%;
  padding-right: 0.8em;
  display: inline-block;
  vertical-align: 0.6em;
}
ul.list_cir li{
  padding-top: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}
ul.list_cir li:before {
  content: "";
  display: inline-block;
  border: 3px solid #999999;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 0.2em;
}
ul.list_cir.pink  li:before {
	border-color: #ed3780;	
}
ul.list_slash li {
	display: inline-block;
}
ul.list_slash li:not(:last-of-type):after {
  content: "／";
  display: inline-block;
}
ul.list_kome li,
p.kome {
    text-indent: -1em;
    margin-left: 1em;
	font-size: 80%;
	line-height: 1.6;
}
ul.list_kome li:before,
p.kome:before {
	content: "※";
}
.link_win {
	background: url("../images/icon_win.png") no-repeat 100% 75% / 0.9em auto;
	padding-right: 1.2em;
	text-decoration: underline;
}
.shadow {
	position: relative;
}
.shadow:before,
.shadow:after {
	z-index: 0;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 8px;
	width: 50%;
	top: 80%;
	max-width:140px;
	background: #d0cecb;
	-webkit-box-shadow: 0 15px 10px #827f7e;
	-moz-box-shadow: 0 15px 10px #827f7e;
	box-shadow: 0 15px 10px #827f7e;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.shadow:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	right: 8px;
	left: auto;
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 100;
}
.pagetop a {
	position: relative;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #0d61af;
    border-radius: 50%;
    line-height: 50px;	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	border: 3px solid #ffffff;
}
.pagetop a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 20px;
	left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.movie_wrap {
	position: relative;
}
.movie_bg {
	background: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
	width: 96%;
	max-width: 690px;
	margin: 0 auto;
	box-shadow: 0px 0px 15px -5px #777777;
}
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	border-radius: 24px;
}
@media screen and (max-width: 959px) {
    main {  
		padding-top: 56px;
		border-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .secInner {
  		max-width: inherit;
		width: 100%;
		box-sizing: border-box;
    }
    h2.contTitle {
		font-size: 2.7rem;
		margin-bottom: 0.5em;
    }
	h2.contTitle .txt_sml {
		font-size: 1.3rem;
	}
	.sec_cont {
		padding: 40px 0;		
	}
	.ttl-border:before {
		margin-right: 1em;
	}
	.ttl-border:after {
		margin-left: 1em;
	}
	.flexbox {
		flex-direction: column;
	}
    .kadomarubox {        
        border-radius: 10px;
        padding: 1.2em;
    }
	.btnarea {
		/*background-position: 5vw 50%;
		background-size: 20vw auto;
		padding: 14vw 0 3vw 10vw;*/
	}
	.btnarea a {
		font-size: 1.6rem;
		width: 100%;
		max-width: 280px;
		height: 60px;
		line-height: 60px;		
	}
	ul.list_kome li,
	p.kome {
		font-size: 1.2rem;
	}
	.shadow:before {
		  left: 8%;
	}
	.shadow:after {
		  right: 8%;
	}
	.pagetop {
		right: 2%;
		bottom: 4vw;
	}
	.movie_bg {
		padding: 8px;
		border-radius: 18px;
	}
	.movie iframe {
		border-radius: 14px;
	}
}
@media screen and (max-width: 374px) {
    .contTitle {
      	font-size: calc(30/375 * 100vw);
    }
}

/* main visual */
#mv {
	position: relative;
	background: #fff216;
	padding-bottom: 80px;
}
#mv .mvbg {
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
}
#mv .txt_entry a {
	display: block;
	width: 14.2vw;
	height: 14.2vw;
	background: #f0fc36 url("../images/icon_arrow.png") no-repeat 50% 10.5vw / 6vw auto;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 7.5vw;
	top: 20.5vw;
	padding-top: 4.2vw;
}
#mv .txt_entry img {
	width: 9.2vw;
}
#mv .btn {
	display: inline-block;
	position: absolute;
	width: 14.2vw;
	top: 20vw;
	right: 10%;
}
#mv .btn img {
	width: 100%;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 50%;
}
#mv .btn a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#mv .btn img:hover {	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transform:scale(0.98);
	-moz-transform:scale(0.98);
	-o-transform:scale(0.98);
	-ms-transform:scale(0.98);
}
@media screen and (max-width: 768px) {
	#mv {
		padding-bottom: 60px;
	}
	#mv .mvbg {
		max-width: inherit;
		min-width: inherit;
	}
	#mv .btn {
		display: inline-block;
		position: absolute;
		width: 28vw;
		top: 60vw;
		right: 4%;
	}	
}

/* sponsorship */
#sponsorship.sec_cont {
	padding: 0 0 30px;
}
#sponsorship ul {
	display: flex;
	align-items: center;
}
#sponsorship ul li {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 3em;
}
#sponsorship ul li img  {
	width: revert-layer;
	
}
@media screen and (max-width: 768px) {
	#sponsorship.sec_cont {
		padding: 0 0 20px;
	}
}


/* about */
#about .bg_illust_a {
	display: none;
	background: url("../images/bg_illust01.png") no-repeat calc(50% - 460px) 0 / 156px auto, url("../images/bg_illust02.png") no-repeat calc(50% + 440px) 0 / 123px auto;
	margin-bottom: 1.5em;
}
#about .bg_illust_b {
	background: url("../images/bg_illust03.png") no-repeat calc(50% - 450px) 50% / 94px auto, url("../images/bg_illust04.png") no-repeat calc(50% + 440px) 80% / 80px auto;
	margin-bottom: 1.5em;
}
#about .movie_wrap .txtarea {
	max-width: 680px;
	margin: 0 auto;
	color: #ffffff;
	font-weight: 600;	
}
#about h3.txt_slash {
	text-align: center;
	color: #0d61af;
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 0.5em;
}
#about .slide_wrap {
	width: 730px;	
	margin: 0 auto;
	position: relative;
}
#about .slide_wrap .ttl {
	text-align: center;
	position: relative;
	top: 1em;
	z-index: 2;
}
#about .item {
	background: #ffffff;
	padding: 1.5em;
	border-radius: 2em;
	display: flex;
	justify-content: space-between;
	margin: 0 5px;
}
#about .item .imgarea {
	width: 300px;
}
#about .item dl {	
	width: calc(100% - 330px);
}
#about .item dl dt {
	font-size: 2.7rem;
	font-weight: 900;
	color: #f3992b;
	margin-bottom: 0.2em;
}
#about .item:nth-of-type(2) dl dt {
	color: #0d61af;
}
#about .item:nth-of-type(3) dl dt {
	color: #df4a92;
}
.catelbl {
	display: flex;
	margin-bottom: 0.2em;
}
.catelbl li {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	background: #f3982d;
	line-height: 1.2;
	padding: 0.2em 0.5em 0.3em;
	margin-right: 0.6em;
}
.catelbl li.blue {
	background: #6bc8f2;
}
.catelbl li.pink {
	background: #ed798e;
}
#about .point {
	background: url("../images/bg_gear_white.svg") no-repeat calc(50% + 300px) 5% / 490px auto,
		url("../images/bg_gear_white.svg") no-repeat calc(50% - 300px) 95% / 490px auto;
	padding: 4em 0;
	
}
#about .point .secInner {
	width: 1080px;
}
#about .point .flexbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
#about .point .flexbox:not(:last-of-type) {
	margin-bottom: 6em;
}
#about .point .flexbox:nth-child(even){
	flex-direction: row-reverse;
}
#about .point .flexbox .imgarea{
	width: 570px;
}
#about .point .flexbox .txtarea {
	width: calc(100% - 610px);
}
#about .point .flexbox .txtarea .catelbl {
	margin-bottom: 1em;
}
#about .point .flexbox .txtarea .catelbl li {
	font-size: 1.7rem;
	white-space: nowrap;
}
#about .point .flexbox .txtarea .ttl {
	font-size: 2.1rem;
	color: #df4b92;
	margin-bottom: 0.3em;
}
#about .point .flexbox .txtarea .btnarea a {
	width: 290px;
	height: 42px;
	line-height: 42px;
	font-size: 1.8rem;
	letter-spacing: 0;
	position: relative;
	padding-right: 0.5em;
}
#about .point .flexbox .txtarea .btnarea a:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 5%;
	margin: auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
#about .present {
	position: relative;
	text-align: center;
	margin-top: 3em;
}
#about .present ul.list_kome {
	position: absolute;
	bottom: -0.5em;
	left: 90px;
	right: 0;
}
#about .present ul.list_kome li {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	#about .bg_illust_b {
		background: url("../images/bg_illust03.png") no-repeat calc(50% - 280px) 50% / 70px auto, url("../images/bg_illust04.png") no-repeat calc(50% + 290px) 80% / 64px auto;
	}
	#about .movie_wrap .txtarea {
		max-width: 680px;			
	}
	#about h3.txt_slash {
		display: flex;
		font-size: 2.0rem;
	}
	#about .slide_wrap {
		width: 98%;
		max-width: 480px;
	}
	#about .slide_wrap .ttl {
		width: 160px;
		margin: 0 auto;
	}
	#about .item {		
		border-radius: 1.5em;
		flex-direction: column;
	}
	#about .item .imgarea {
		width: 80%;
		max-width: 300px;
		margin: 0 auto 1em;
	}
	#about .item dl {	
		width: 100%;
	}
	#about .item dl dt {
		font-size: 2.1rem;
	}
	.catelbl {
		display: flex;
	}
	.catelbl li {		
		font-size: 1.2rem;
	}
	#about .slick-dots {
		margin-top: 0;
	}
	#about .point {
		background: url("../images/bg_gear_white.svg") no-repeat calc(50% + 100px) 0 / 300px auto,
			url("../images/bg_gear_white.svg") no-repeat calc(50% - 100px) 85% / 300px auto;
		padding: 2em 0;
	}
	#about .point .secInner {
		width: 100%;
	}
	#about .point .flexbox {
		flex-direction: column;
	}
	#about .point .flexbox:not(:last-of-type) {
		margin-bottom: 4em;
	}
	#about .point .flexbox:nth-child(even){
		flex-direction: column;
	}
	#about .point .flexbox .imgarea{
		width: 80%;
		margin-bottom: 2em;
	}
	#about .point .flexbox .txtarea {
		width: 100%;
	}
	#about .point .flexbox .txtarea .catelbl {
		margin-bottom: 0.5em;
	}
	#about .point .flexbox .txtarea .catelbl li {
		font-size: 1.3rem;
	}
	#about .point .flexbox .txtarea .ttl {
		font-size: 1.9rem;
	}
	#about .point .flexbox .txtarea .btnarea a {
		width: 290px;
		height: 42px;
		line-height: 42px;
		font-size: 1.8rem;
		letter-spacing: 0;
		position: relative;
		padding-right: 0.5em;
	}
	#about .point .flexbox .txtarea .btnarea a:after {
		display: block;
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		right: 5%;
		margin: auto;
		width: 8px;
		height: 8px;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);	
	}
	#about .present {
		margin-top: 2em;
	}
	#about .present .imgarea {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
	#about .present ul.list_kome {
		position: relative;
		margin: 0 auto;
		left: 0;
	}
	#about .present ul.list_kome li {
		display: inline-block;
		font-size: 1.2rem;
		margin-right: 1em;
	}

}


/* steam */
#steam {
	background: #f5f5f5;
}
#steam .secInner {
	text-align: center;
}
#steam .secInner h3 {
	margin-bottom: 2em;
}
#steam .secInner p {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	#steam .secInner h3 {
		max-width: 480px;
		margin: 0 auto 1em;
	}
	#steam .secInner .imgarea {
		width: 80%;
		margin: 0 auto 1em;
		max-width: 400px;
	}
	#steam .secInner p {		
		font-size: 1.4rem;
	}	
}

/* flow */
#flow {
	background: url("../images/bg_illust05.png") no-repeat calc(50% - 460px) 50% / 127px auto, url("../images/bg_illust06.png") no-repeat calc(50% + 480px) 80% / 135px auto;
}
#flow .flow {
	width: 740px;
	margin: 0 auto;
}
#flow .flow dl {
	background: #d7eefa;
	padding: 1.5em;	
	border-radius: 1.5em;
	margin-bottom: 3em;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
}
#flow .flow dl:last-of-type {
	margin-bottom: 1.5em;
}
#flow .flow dl:not(:last-of-type):after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2.2em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #0d61af;
	border-bottom: 0;
}
#flow .flow dl dt {
	color: #0d61af;
	font-size: 2.0rem;
	font-weight: 900;
}
#flow .flow dl dd {
	font-size: 2.7rem;
}
#flow .flow dl dd .note {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 600;
	background: #0d61af;
	display: inline-block;
	padding: 0 2em 0.1em;
}
#flow p.kome,
#flow ul.list_kome li {
	font-size: 1.3rem;
	letter-spacing: 0;
	color: #333333;
}
@media screen and (max-width: 768px) {
	#flow {
		background: url("../images/bg_illust05.png") no-repeat calc(50% - 460px) 50% / 127px auto, url("../images/bg_illust06.png") no-repeat calc(50% + 480px) 80% / 135px auto;
	}
	#flow .flow {
		width: 100%;
	}
	#flow .flow dl {		
		padding: 1.2em;	
		border-radius: 1.2em;
		margin-bottom: 2em;
	}
	#flow .flow dl:last-of-type {
		margin-bottom: 1.5em;
	}
	#flow .flow dl:not(:last-of-type):after {		
		bottom: -1.6em;		
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
		border-top: 16px solid #0d61af;
		border-bottom: 0;
	}
	#flow .flow dl dt {
		font-size: 1.6rem;
		line-height: 1.4;
    	margin-bottom: 0.5em;
	}
	#flow .flow dl dd {
		font-size: 1.9rem;
    line-height: 1.3;
	}
	#flow .flow dl dd .note {
		font-size: 1.4rem;
		padding: 0.4em 2em 0.5em;
		margin-top: 0.5em;
	}
	#flow p.kome,
	#flow ul.list_kome li {
		font-size: 1.2rem;		
	}	
}


/* area */
#area iframe {
	margin-top: 1em;
	width: 100%;
}
#area td dl dt {
	display: inline-block;
	border-bottom: 2px solid #333333;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
#area td dl:not(:last-of-type) dd {
	margin-bottom: 1em;
}

/* tablink */
.panel.is-show {
	display:block;
	margin-bottom: 4em;
}
.tab-group{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 5px;
	margin: 0 auto 2em;
	width: 950px;
	line-height: 1.2;
}
.tab {	
	background: #ffffff url("../images/bg_tab_orange.png") no-repeat 50% 0 / 100% auto;
	padding: 1em 0 3em;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0.6em;
	position: relative;
}
.tab:before,
.tab:after {
	content: "";
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.tab:before {
	width: 2em;
	height: 2em;
	background: #f3992b;
	border-radius: 50%;
	bottom: 0.7em;
}
.tab.pink:before {
	background: #df4b92;
}
.tab.blue:before {
	background: #0d61af;
}
.tab:after {
	width: 0.6em;
	height: 0.6em;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 1.5em;
}
.tab.pink {
	background: #ffffff url("../images/bg_tab_pink.png") no-repeat 50% 0 / 100% auto;
}
.tab.blue {
	background: #ffffff url("../images/bg_tab_blue.png") no-repeat 50% 0 / 100% auto;
}
.tab:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.tab .chiiki {
	font-size: 1.6rem;
}
.tab .chiiki .txt_lar {
	font-size: 140%;
}
.tab .date {
	color: #0d61af;
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1;
	margin: 0.3em 0;
	padding: 0.5em 0;
}
.tab.tokyo .date {
	padding: 0;
}
.tab .date .txt_sml{
	font-size: 60%;
}
.tab .kaijyou {
	font-size: 1.2rem;
	font-weight: 400;
}
/*.tab.tokyo .kaijyou {
	font-size: 1rem;
}*/
.panel {
	display: none;
}
.tab.is-active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
table {
	width: 800px;
	border-right: 10px solid #f3992b;
	border-bottom: 10px solid #f3992b;
	background: #ffffff;
	margin: 0 auto;
}
table th,
table td {
	border-top: 1px solid #f3992b;
	border-left: 1px solid #f3992b;
	padding: 0.8em 1.2em;	
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;

}
table th {
	border-top-color: #ffffff;
}
table tr:first-of-type th,
table tr:first-of-type {
	border-top: 10px solid #f3992b;
}
table th {
	color: #ffffff;
	background: #f3992b;
	text-align: center;
	width: 140px;
	font-weight: 600;
}
table td {
	text-align: left;
}
table td .date {
	font-size: 2.0rem;
}
table caption {	
	font-size: 2.7rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
}
/* pink */
.panel.pink table,
.panel.pink table td,
.panel.pink table tr:first-of-type th,
.panel.pink table tr:first-of-type {
	border-color: #df4b92;
}
.panel.pink table th {
	background: #df4b92;
}
/* blue */
.panel.blue table,
.panel.blue table td,
.panel.blue table tr:first-of-type th,
.panel.blue table tr:first-of-type {
	border-color: #0d61af;
}
.panel.blue table th {
	background: #0d61af;
}

.themelbl li {
	display: inline-block;
	color: #ffffff;
	background: #6bc8f2;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0.1em 0.4em 0.2em;
	margin: 0.2em 0.4em 0.2em 0;
}
.signevent {
	background: #ed798e url("../images/img_takahashi_sensei.png") no-repeat 95% 100% / 160px auto;
	border-radius: 1em;
	color: #ffffff;
	font-weight: 600;
	padding: 1em 1.5em;
	font-size: 1.5rem;
	margin-top: 1em;
}
.signevent .ttl {
	margin-bottom: 0.5em;
}
.signevent .ttl .txt_yellow {
	font-size: 2.1rem;
	color: #fff216;
	line-height: 1.2;
}
.signevent .ttl .txt_lar {
	font-size: 120%;	
}
.signevent .prof {
	font-size: 1.4rem;
	font-weight: 400;
	width: 72%;
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	#tablink .secInner {
		padding: 0;
	}
/*	.panel.is-show {
		margin-bottom: 10vw;
	}
	.tab {
		font-size: 3vw;
		line-height: 1.2;
		padding: 0.5em;
		border-radius: 0.3em 0.3em 0 0;
		margin: 0 0.2em;
	}*/
	
	.panel.is-show {
		margin-bottom: 1em;
	}
	.tab-group{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 10px;
		width: 100%;
		max-width: 480px;
	}
	.tab,	
	.tab.pink,	
	.tab.blue {	
		/*background-position: 50% -2.6em;*/
		background-position: 50% -4em;
		background-size: 120% auto;
		padding: 0.3em 0;
	}
	.tab:before {		
		left: auto;
		/*bottom: 0.2em;
		right: 0.5em;*/
		bottom: 1.7em;
		right: 0.3em;
		width: 1.8em;
		height: 1.8em;
	}
	.tab:after {
		border-right-width: 2px;
		border-bottom-width: 2px;
		left: auto;
		/*right: 1.1em;
		bottom: 0.95em;*/
		right: 0.9em;
    	bottom: 2.4em;
	}
	.tab .chiiki {
		font-size: 1.3rem;
	}
    .tab .chiiki br {
        display: none;
    }
	.tab .chiiki .txt_lar {
		font-size: 130%;
		margin-right: 0.2em;	
	}
	.tab .date {		
		font-size: 2.1rem;
		margin: 0.1em 0;
		padding: 0;
	}
	.tab .date br {
		display: none;
	}
	.tab .kaijyou {
		text-align: left;
		padding-left: 1.2em;
		display: none;
	}
	table {
		width: 100%;
		border-width: 7px;
	}
	table caption {
		font-size: 2.3rem;
	}
	table th,
	table td {
		font-size: 95%;
		padding: 0.8em 1em;
	}
	table th {
		width: 18vw;
  		padding: 0.8em 0;
	}
	.themelbl li {
		font-size: 1.25rem;
		line-height: 1.2;
		padding: 0.3em 0.5em 0.4em;
	}
	.signevent {
		background: #ed798e url("../images/img_takahashi_sensei.png") no-repeat 80% 100% / 120px auto;		
		padding: 0.8em 1em;
		font-size: 1.25rem;
		padding-bottom: 134px;
	}
	.signevent .ttl {
		margin-bottom: 0.5em;
		letter-spacing: 0;
	}
	.signevent .ttl .txt_yellow {
		font-size: 1.7rem;
	}
	.signevent .ttl .txt_lar {
		font-size: 120%;	
	}
	.signevent .prof {
		font-size: 1.3rem;
		width: 100%;
	}
}




@media screen and (max-width: 768px) {
	#area {
		background-position: 65% 0;
		background-size: 180% auto;
	}
	#area iframe {
		height: auto;
	}	
}



/* ----- */

@media screen and (max-width: 768px) {
	
}




/* player */
#player {
	background: linear-gradient(to bottom,  #d5fdf1 0%,#cfdff4 50%,#bff7fe 100%);	
	position: relative;
}
#player:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;
	background: url("../images/bg_dot.png") repeat-y 0 0 / 98% auto;
}
#player .secInner {
	position: relative;
	z-index: 10;
}
#player p.kome {
	text-align: right;
	margin-bottom: 1em;
}
#player .category {
	margin-bottom: 60px;
}
#player h3 {
	font-size: 2.2rem;
	color: #fefdc3;
	font-weight: 600;
	background: #354193;
	padding: 0.5em 0 0.6em;
	text-align: center;
	margin-bottom: 1em;
}
#player .menber {	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	padding: 0 1em;	
}
#player .menber .prof {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 1em;	
}
#player .menber .prof .imgarea {
	width: 180px;
	background: #63a1e1;
    border-radius: 1em 0 0 1em;
}
#player .menber .prof .imgarea img {
	border-radius: 1em 0 0 1em;
}
#player .menber .prof dl {
	width: calc(100% - 180px);
	padding: 1.5em 0.5em 0 1.5em;
	line-height: 1.4;
}
#player .menber .prof dl dt {
	font-size: 2.3rem;
	font-weight: 600;
	position: relative;	
	margin-bottom: 1em;
}
#player .menber .prof dl dt .txt_sml {
	color: #228fe8;
	font-size: 65%;
	display: block;
}
#player .menber .prof dl dt:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #228fe8;	
	left: 0;
	bottom: -0.5em;		
}
#player .menber .prof dl dd {
	font-size: 1.5rem;
}
#player .menber .prof dl dd .lbl {
	font-size: 1.3rem;
	color: #ffffff;
	background: #228fe8;
	display: inline-block;
	width: 5em;
	border-radius: 1em;
	padding: 0.1em 0 0.2em;
	text-align: center;
	margin: 0.8em 0 0.3em;
}
@media screen and (max-width: 768px) {
	#player .category {
		margin-bottom: 40px;
	}
	#player h3 {
		font-size: 2.0rem;
	}
	#player .menber {
		display: block;
		max-width: 520px;
		margin: 0 auto;
	}
	#player .menber .prof {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 480px) {
	#player .menber .prof .imgarea {
		width: 42%;		
	}
	#player .menber .prof dl {
		width: 58%;
		padding: 0.8em 0.6em 0.6em 1.2em;
  		line-height: 1.3;
	}
	#player .timeattack .menber .prof dl {
		padding-top: 1.5em;
	}
	#player .menber .prof dl dt {
		font-size: 1.8rem;
	}
	#player .menber .prof dl dd {
		font-size: 1.3rem;		
	}
	#player .menber .prof dl dd .txt_lar {
		font-size: 110%;
	}
}


/* award */
#award {
	background: url("../images/bg_confetti.png") no-repeat 0 0 / 100% auto, url("../images/bg_navy.jpg") no-repeat 0 0 / cover;
}
#award h2 {
	color: #ffffff;
}
#award h3 {
	text-align: center;
	padding: 1em 0;
	margin-bottom: 2em;
	background: url("../images/leaf_lef.png") no-repeat 15% 50% / auto 121px, url("../images/leaf_rig.png") no-repeat 85% 50% / auto 121px;
}
#award .flexbox {
	max-width: 820px;
	margin: 0 auto 2em;
}
#award .flexbox .item {
	background: #ffffff;
	border-radius: 15px;
	text-align: center;
}
#award .flexbox .item .imgarea img {
	border-radius: 15px 15px 0 0;
}
#award .flexbox .item dl {
	padding: 0.8em;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#award .flexbox .item dl dt {
	color: #b6a03b;
	font-weight: 600;
}
#award .txtarea {
	color: #ffffff;
	letter-spacing: 0.05em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#award h3 {
		max-width: 480px;
		padding: 3vw 0;
		margin: 0 auto 1.5em;
		background-position: 0% 50%, 100% 50%;
		background-size: auto 110px, auto 110px;
	}
	#award h3 img {
		width: 80%;
	}
	#award .flexbox {
		margin-bottom: 0;
	}
	#award .flexbox .item {
		border-radius: 12px;
		width: 90%;
		margin: 0 auto 1.5em;
	}
	#award .flexbox .item .imgarea {
		max-width: 420px;
  		margin: 0 auto;
	}
	#award .flexbox .item .imgarea img {
		border-radius: 0;
		padding: 1em 1em 0;
	}
	#award .flexbox .item dl {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 619px) {
	#award h3 {
		background-size: auto 18vw, auto 18vw;
	}
}
@media screen and (max-width: 500px) {
	#award .flexbox .item .imgarea img {
		border-radius: 12px 12px 0 0;
		padding: 0;
	}	
}

/* archive */
#gallery .movie_wrap {
	margin-bottom: 3em;
}
#gallery .movie_bg {
	margin-bottom: 1em;
}
#gallery h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
#gallery .photo_wrap {
	text-align: center;
}
#gallery .photo_wrap .activeimg.flexbox {
	flex-wrap: wrap;
}
#gallery .photo_wrap .activeimg li {
	width: 32.8%;
	margin-bottom: 0.5em;
}
#gallery .photo_wrap .activeimg li img {
	width: 100%;
}
#gallery #morebtn,
#gallery #closebtn {	
	margin: 2em auto 0;
	display: inline-block;
}
#gallery #morebtn.btnarea a,
#gallery #closebtn.btnarea a {	
	width: 320px;
	height: 66px;
	line-height: 66px;
	background: #df4b92;
	font-size: 1.9rem;
}
.morearea {
	display: none;
}

@media screen and (max-width: 768px) {
	#gallery h3 {		
		font-size: 1.7rem;
	}
	#gallery .photo_wrap .activeimg.flexbox {
		flex-direction: inherit;
	}
	#gallery .photo_wrap .activeimg li {
		width: 49%;
		margin-bottom: 2vw;
	}
	#gallery #morebtn,
	#gallery #closebtn {	
		width: 100%;
		padding: 0;
	}
	#gallery #morebtn.btnarea a,
	#gallery #closebtn.btnarea a {	
		width: 100%;
		max-width: 220px;
		height: 44px;
		line-height: 44px;
		font-size: 1.5rem;    
	}
}


/* .cta */
aside.cta {
	background-color: #0d61af;
	background-image: url("../images/bg_gear_transparent.svg"), url("../images/bg_gear_transparent.svg"), url("../images/bg_gear_transparent.svg");
	background-repeat: no-repeat;
	background-position: calc(50% - 450px) 65%, calc(50% + 500px) 5%, calc(50% + 350px) 95%;
	background-size: 220px auto, 174px auto, 150px auto;
		
}
aside.cta .secInner {
	text-align: center;
}
aside.cta h3 {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}
aside.cta .btnarea {
	padding: 40px 0 20px;
}
aside.cta .btnarea li:not(:last-of-type) {
	margin-bottom: 1em;
}
aside.cta .btnarea li a {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	color: #333333;
	border-radius: 0.7em;
	background: #d7eefa url("../images/bg_btn.png") no-repeat 50% 0 / 100% auto;
	position: relative;
}
aside.cta .btnarea li a:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 5%;
	margin:	auto;
	width: 29px;
	height: 29px;
	background: url("../images/icon_arrow_pink.png") no-repeat 50% 50% / cover;
}
aside.cta .btnarea li:last-of-type a:after {
	/*background: url("../images/icon_arrow_orange.png") no-repeat 50% 50% / cover;*/
}

aside.cta .btnarea li.entrybtn a {
	color: #fb1f7b;
	background: #f0fc36 url("../images/icon_entry_pink.svg") no-repeat calc(50% - 120px) 50% / 1.1em auto;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
aside.cta .btnarea li.smlbtn a {
	width: 380px;
	height: 54px;
	line-height: 54px;
}
aside.cta p {
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	aside.cta {
		background-position: calc(50% - 160px) 115%, calc(50% + 180px) -25%, 0 0;
		background-size: 220px auto, 220px auto, cover;
	}
	aside.cta h3 {
		font-size: 1.9rem;
	}
	aside.cta .btnarea li.entrybtn a {
		background-position: calc(50% - 100px) 50%;
	}
	aside.cta .btnarea li a {
		font-size: 1.5rem;
		font-size: 100%;
	}
	aside.cta .btnarea li.entrybtn a {		
		padding-right: 2em;
		letter-spacing: 0;
	}
	aside.cta .btnarea li.smlbtn a {
		height: 44px;
		line-height: 44px;
	}
	aside.cta .btnarea li a:after {
		width: 24px;
		height: 24px;
	}
}



