@charset 'utf-8';
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html {
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	text-align: justify;
	text-justify : inter-ideograph ; /* for IE */
	height: 100%;
}

body {
	font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese',Meiryo, sans-serif;
}
.mb20 { margin-bottom: 20px!important; }
.mb10 { margin-bottom: 10px!important; }

@media screen and (max-width: 1139px) {
	body {
		min-width: 320px
	}
	
	.sp-hidden {
		display: none
	}
}

@media screen and (max-width: 769px) {
	.spsp-hidden {
		display: none
	}
}

@media screen and (min-width: 770px) {
	.pcpc-hidden {
		display: none
	}
}


@media screen and (min-width: 1140px) {
	.pc-hidden {
	display: none
	}
}

::-moz-selection {
	text-shadow: none;
	background-color: #b3d4fc;
}
::selection {
	text-shadow: none;
	background-color: #b3d4fc;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.ofh { overflow: hidden!important; }



/* ==========================================================================
 styles
 ========================================================================== */

img {
	max-width: 100%;
}
.center { 
	text-align: center;
}

.header__layout {
	max-width: 1140px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

@media screen and (max-width: 1139px) {
	
	.header__layout {
	width: 100%;
	padding: 0 5px 0 5px;
	max-width: 100%;
	min-width: 0px;
	}
}

.inner__layout {
	max-width: 1140px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 1139px) {
	
	.inner__layout {
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	padding: 0 10px 0 10px;
	}
}


.header {
	position: relative;
}
.header figure {
	padding: 15px 0;
	float: left;
	position: absolute;
}
.header figure img {
	max-height: 30px;
}
p.sns { float: right;
	font-size: 3.7rem;
	margin-top: 45px;
}
p.sns-foot {
	font-size: 4rem;
}

@media screen and (max-width: 1139px) {
	
	.header {
		width: 100%;
		height: 65px;
		max-width: 100%;
		min-width: 0px;
	}
	.header figure {
		width: 20%;
		float: left;
		position: inherit;
		padding: 5px 0 0 0;
	}
	.header img {
		max-height: 45px;
	}
}

main.sub{
	margin-top: 150px;
}

main.toppage2{
	margin-top: 134px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7fbf2a;
	margin-bottom: 0px;
}

main.toppage2 img{
	width:100%;
	margin-bottom: 0px;
}
div.thanks { margin-bottom: 30px; background-color: #000; padding: 0px; }
div.thanks_inner { max-width: 1100px; margin: 0 auto; }
div.thanks p {display: inline-block;  margin: 0!important; }

main.toppage{
	margin-top: 134px;
	background: url(../img/main_pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7fbf2a;
	border-bottom: 5px solid #000;
	margin-bottom: 30px;
}

main.toppage p{
	margin-top: 10px;
}

main.toppage h2{
	margin-top: 40px;
}

main.toppage h3{
	margin-top: 40px;
	margin-bottom: 40px;
}

.fb_sns { float: right; margin-bottom: 40px; max-width: 350px; }
ul.top_banner { overflow: hidden; margin-bottom: 40px; }
ul.top_banner li { float: left; margin-right: 10px; margin-bottom: 10px; }
.top_main { float: left; }
.top_main h2 { font-size: 3rem; font-weight: 700; margin-bottom: 20px; }
.top_main p { font-size: 1.5rem; line-height: 1.4; }
.top_main p.mini { font-size: 1.2rem; }

.cmLst { overflow: hidden; }
.cmLst li { float: left; margin-right: 9px; width: 232px;}

@media screen and (max-width: 1139px) {
	main.toppage2{
		margin-top: 134px;
		background: none;
		background-position: center center;
		background-repeat: no-repeat;
		border-bottom: none;
		margin-bottom: 0px;
		height: auto;
	}
	main.toppage{
		margin-top: 134px;
		background: none;
		background-position: center center;
		background-repeat: no-repeat;
		height: auto;
		border-bottom: none;
		margin-bottom: 30px;
	}
	main.toppage p{
		margin-top: 10px;
	}
	.top_main { float: none;
		max-width: 480px; margin: 0 auto; }
	.fb_sns { float: none; margin-bottom: 40px; max-width: 100%; text-align: center; overflow: hidden; }
	.cmLst li { float: none; margin-right: 0px; text-align: center; margin-bottom: 10px; width: auto;}

}

main.yellow{
	background-color: #fdd118;
}

main.blue{
	background-color: #3399cc;
}

main.green{
	background-color: #99cc33;
}
main.orange{
	background-color: #ff9900;
}
main.navy{
	background-color: #003399;
}
main.pink{
	background-color: #ff6699;
}
main.purple{
	background-color: #bc55f7;
}
main.greenblue{
	background-color: #00cccc;
}
.title{
	background-color: #fff;
	font-size: 3rem;
	padding: 25px 0 15px 0;
	font-weight: 700;
}

article { background-color: #fff;
	border-radius: 15px;
	margin-top: 40px;
	padding: 30px; 
}


@media screen and (max-width: 769px) {
	article { background-color: #fff;
		border-radius: 10px;
		margin-top: 15px;
		padding: 15px; 
	}
	html {
		font-size: 8px
	}
}

@media screen and (max-width: 1139px) {
	
	ul.gnavi_b { text-align: left; border-bottom: 1px dotted #ccc; }
	ul.gnavi_b li { width: 100%; border-top: 1px dotted #ccc; }
	ul.gnavi_b li a { border: none; padding: 10px 10px; font-size: 1.6rem; display: block;  }
	ul.gnavi_b li a i { margin-right: 5px;  }
	ul.gnavi_b li:first-child a { border: none; }
	ul.gnavi_b li a.active { font-weight: 700; }
}

.footer {
	background-color: #000;
	color: #fff;
}

.footer__layout {
	max-width: 1140px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.4;
}

p.official { 
	float: right;
	margin-top: 3px;
	margin-right: 20px;
}
.footer__layout ul{
	float: right;	
}


.footer__layout ul li {
	display: inline-block;
	margin-left: 1rem;
}
.footer__layout ul li i {
	font-size: 3rem;
}
p.copyright {font-size: 1.2rem;}


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

	.footer {
		max-width: 1139px;
		min-width: 0px;
	}

	.footer__layout {
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	}
	.footer__layout figure {
	width: 30%; float: none; margin-bottom: 1rem;}
	
	p.official { 
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	}
	.footer__layout ul{
		float: none;
		margin-bottom: 1rem;	
	}
	.footer__layout ul li i {
	font-size: 4rem;
	}

}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 0px;
	font-size: 1.2rem;
}

#page-top i {
	margin-bottom: 0.5rem;
	font-size: 2rem;
}
#page-top a {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #000;
	text-decoration: none;
	color: #fff;
	padding: 15px 12px;
	text-align: center;
	display: block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px; 
}
#page-top a:hover {
	text-decoration: none;
	background: #444;
}

/*gnavi*/
.inner {
	max-width: 1140px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

figure.logo {
	padding: 15px 0;
	float: left;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav{  
	float: left;
	width: 570px;
    margin-left: 30px;
}
#global-nav ul {
    list-style: none;
    font-size: 1.6rem;
    margin-top: 43px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	display: block;
	margin-left: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 3px solid  #fff;
}
#global-nav ul li a.active {
	border-bottom: 3px solid  #333;
}
#global-nav ul li a:hover {
	/*border-bottom: 3px solid #ccc;*/
}
@media screen and (max-width: 1139px) {
	figure.logo {
		padding: 15px 0;
		float: none;
	}
	figure.logo img {
		max-width: 200px;
	}
	#global-nav{  
		float: none;
		width: auto;
		margin-left: 0px;
	}
	#global-nav ul {
	    list-style: none;
	    font-size: 1.4rem;
	    margin-top: 0px;
		text-align: center;
	}
	#global-nav ul li {
		float: none;
		display: inline-block;
	}
	#global-nav ul li a {
		margin: 0 5px 22px 5px;
	}
	p.sns { 
		margin-top: 17px;
	}
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 135px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}





@media screen and (max-width: 1139px) {
	main.sub { margin-top: 65px; }
	main.toppage2 { margin-top: 65px; }
	main.toppage { margin-top: 65px; }
	
	p.sns { 
		position: absolute;
		z-index: 1000;
		right:60px;
		top:-5px;
	}
	
	 #top-head,
    .inner {
	width: 100%;
	max-width: 100%;
	min-width: 0px;
	height: 65px;
    background: #fff;
        border-bottom: 1px solid #ccc;
	}
    .inner {
	padding:0 10px 0 10px;
	}
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        height: 65px;
        background: #fff;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 65px;
        z-index: 999;
        position: relative;
        border-bottom: 1px solid #ccc;
    }
    #gray { position: fixed; top: 64px; width: 100%; height: 10000px; background-color: rgba(30,30,30,0.8); display: none; } 
    #gray.open { display: block;}
    
	figure.logo {
		padding: 15px 0;
		float: none;
	}
	figure.logo img {
		max-width: 200px;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        left: 0;
        background: #fff;
        width: 100%;
        text-align: center;
        margin: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 9999;
    }
    #global-nav ul {
	    display: block;
        margin: 0;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        border-top: 1px solid #ccc;
    }
    #global-nav ul li {
        float: none;
        padding: 0;
        margin: 0;
        display: block;
        position: static;
    }
    #global-nav ul li.midashi {
        background-color: #333;
        padding: 7px;
        color: #fff;
        font-size: 1.6rem;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 7px 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    #global-nav ul li a.active {
	color: #333;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
	    margin-top: 9px;
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

@media screen and (max-width: 500px) {
	#top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 12px 0;
    }
}


/* CM
   ======================================== */
/*.cmLst,
.cmLst_lnk {
  display: flex;
}

.cmLst {
  font-weight: 700;
  line-height: 1.3;
  flex-wrap: wrap;
}

.cmLst_lnk {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
}

.cmLst_cmName {
  max-width: 182px;
}

.cmLst_playBtn {
  margin-top: auto;
}

@media screen and (max-width: 670px) {
  .cmLst {
    margin-top: 30px;
    padding: 0 20px;
    font-size: 1.1rem;
  }
  .cmLst_itm {
    width: calc((100% - 10px) / 2);
  }
  .cmLst_itm:nth-child(odd) {
    margin-left: 0;
  }
  .cmLst_itm:nth-child(even) {
    margin-left: 10px;
  }
  .cmLst_itm:nth-child(n+3) {
    margin-top: 10px;
  }
  .cmLst_lnk {
    padding: 20px 15px;
    border-radius: 5px;
  }
  .cmLst_cmName {
    margin: 10px 0;
  }
}
@media screen and (max-width: 374px) {
  .cmLst_itm {
    width: calc((100% - 8px) / 2);
  }
  .cmLst_itm:nth-child(odd) {
    margin-left: 0;
  }
  .cmLst_itm:nth-child(even) {
    margin-left: 8px;
  }
  .cmLst_itm:nth-child(n+3) {
    margin-top: 8px;
  }
  .cmLst_lnk {
    padding: 15px 10px;
  }
  .cmLst_cmName {
    margin: 8px 0;
  }
}

@media screen and (min-width: 671px) {
  .cmLst {
    font-size: 1.3rem;
  }
  .cmLst_itm {
    width: calc((100% - 30px) / 4);
  }
  .cmLst_itm:nth-child(n+2) {
    margin-left: 10px;
  }
  .cmLst_itm:nth-child(4n+1) {
    margin-left: 0;
  }
  .cmLst_itm:nth-child(n+5) {
    margin-top: 10px;
  }
  .cmLst_lnk {
    padding: 25px 15px;
    border-radius: 10px;
  }
  .cmLst_cmName {
    margin: 10px 0;
  }
}

@media screen and (min-width: 671px) and (max-width: 860px) {
  .cmLst_itm {
    width: calc((100% - 20px) / 3);
  }
  .cmLst_itm:nth-child(n+2) {
    margin-left: 10px;
  }
  .cmLst_itm:nth-child(3n+1) {
    margin-left: 0;
  }
  .cmLst_itm:nth-child(4) {
    margin-top: 10px;
  }
}
*/
.cmMovie,
.cmOvl {
  position: fixed;
}

.cmMovie {
  width: 100%;
  max-width: 820px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  z-index: 1500;
  transform: translate(-50%, -50%);
  transition: opacity 280ms cubic-bezier(0.19, 1, 0.22, 1), visibility 280ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cmMovie.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 280ms 320ms cubic-bezier(0.19, 1, 0.22, 1), visibility 280ms 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cmMovie_ytbWrp {
  padding-top: 56.25%;
  position: relative;
}

.cmMovie_ytb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmMovie_cmName {
  text-align: center;
}

.cmMovie_closeBtn {
  margin: 0 auto 0;
  border-radius: 3px;
  background-color: #e7380d;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .cmMovie {
    padding: 0 5px;
  }
  .cmMovie_ytbWrp {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  }
  .cmMovie_cmName {
    margin-top: 15px;
  }
  .cmMovie_closeBtn {
    width: 100px;
    height: 26px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 770px) {
  .cmMovie {
    padding: 0 40px;
  }
  .cmMovie_ytbWrp {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  .cmMovie_cmName {
    margin-top: 20px;
  }
  .cmMovie_closeBtn {
    width: 120px;
    height: 30px;
    margin-top: 30px;
  }
}

.cmOvl {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: scale(0.6);
  transition: opacity 200ms 290ms cubic-bezier(0.19, 1, 0.22, 1), visibility 200ms 290ms cubic-bezier(0.19, 1, 0.22, 1), transform 250ms 290ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cmOvl.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1), visibility 300ms cubic-bezier(0.19, 1, 0.22, 1), transform 180ms cubic-bezier(0.19, 1, 0.22, 1);
}