
/* ========RESET======== */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ========BASIC======== */


html{

	width:100%;
	height:100%;
	min-height:100%;
    background-color:#f5ff8b; 
	background-position: center top;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
}

html > body{

	height:auto;

}

#main
    {
     margin-left:auto;
     margin-right:auto;
     text-align:center; 
     max-width:100%;
     background-color:#ffffff; 
    }

p {
margin:0px;
padding:10px;

}


br {
   letter-spacing:normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
   color:#68903C;
   text-decoration:none;
}

a:hover {
   color:#ffffff;
   text-decoration:underline;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}

li {
   margin:0 0 0 40px;
   padding:0;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}





/* ========HEADER CUSTOMIZE======== */



#header h1 img {
	width:100%;}


#header h1 a {
   color:#333;
}


#header h1 a:hover {
   color:#92C45B;
}

#header p {
   margin:10px;
   padding:10px ;
   border-bottom:1px solid #CECFCE;
}


/* ========MENU======== */

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/* ========MENU BTN======== */

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #cfcfcf;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    color:#000000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #cfcfcf;
    opacity: 0.8;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/* ========SNS======== */

#sns{
    height:100%;
	text-align:center;
   margin:0px;
   padding:10px ;
   	background:#e5e5e5; 
}



/* ========TWITTER======== */

#twitter{
    height:500px;
	text-align:center;
   margin:0px;
   padding:10px ;
   background: linear-gradient(#b7b7b7, #ffffff);
}


/* ========BANNER CUSTOMIZE======== */

#banner{
	text-align:center;
	margin: 0 ;
	padding:10px ;
	background-image:url(../img/banner.jpg); 
}


.t_eff{
    color: #fff;
    font-size: 2.2em;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.illust p{
	color: #f700a4;
	}

.cd p{
	color: #383838;
	}


#banner img{
	text-align: center;
	clear: both;
	padding: 10px 10px 10px 10px;

}

/* ========ABOUT CUSTOMIZE======== */

#about{
	text-align:center;
	margin: 0 ;
	padding:10px ;
	background-image:url(../img/about.jpg); 
}


.t_eff{
    color: #fff;
    font-size: 2.2em;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px 0 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.illust p{
	color: #f700a4;
	}

.cd p{
	color: #383838;
	}

/* ========CONTENTS======== */


#contents{
	text-align:center;
	margin: 0 ;
	padding: 0 ;
	background:#fff; 
}


#contents h1{
font-weight: bold;
font-size: 1.2em;
line-height: 1.2em;
margin: 0;
position: relative;
padding: 0.5em 0.5em;
background: rgb(252,0,170);
background: linear-gradient(90deg, rgba(252,0,170,1) 0%, rgba(255,82,210,1) 35%, rgba(252,156,214,0.5858543246400123) 100%);
color: white;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}



#contents h2{
font-weight: bold;
font-size: 1.4em;
margin: 0;
position: relative;
padding: 0.5em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 199, 0), #fff60a);
background: -webkit-linear-gradient(to right, rgb(255, 199, 0), #fff60a);
background: linear-gradient(to right, rgb(255, 199, 0), #fff60a);
color: white;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}


#contents h3{
font-weight: bold;
font-size: 1.4em;
margin: 0;
position: relative;
padding: 0.5em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
color: white;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

#contents h4{
font-weight: bold;
font-size: 1.4em;
margin: 0;
position: relative;
padding: 0.5em 0.5em;
background: -moz-linear-gradient(to right, rgb(218, 9, 255), #ff82fc);
background: -webkit-linear-gradient(to right, rgb(218, 9, 255), #ff82fc);
background: linear-gradient(to right, rgb(218, 9, 255), #ff82fc);
color: white;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}


.cp_table *, .cp_table *:before, .cp_table *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}

.cp_table {
width: 100%;
border-collapse: collapse;
}

.cp_table th, .cp_table  td {
width: 70%;
padding: 20px;
margin: 0px;
border: none;
text-align: left;
vertical-align: top;
word-break : break-all;
}
.cp_table th {
width: 30%;
text-align: center;
background: #fff;
}

@media only screen and (max-width:640px) {
.cp_table {
margin: 0;
}
.cp_table th, .cp_table td {
width: 100%;
display: block;
border-top: none;
}
.cp_table tr:first-child th {
border-top: none;
}
}

.cp_table h1 {
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}


.tokuten p {
text-align:left;
margin: 0; 
padding: 0;
color:#ff5996;
}

.stokuten p {
text-align:left;
margin: 0; 
padding: 0;
color:#4a6772;
}



.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #ffa3c1;
    transition: .4s;
    margin: 5px;
  }

.square_btn:hover {
    background: #82dfff;
    text-decoration: none;
}


.box1{
    width:200px;
    padding: 0.5em;
    margin: 0.5em 0;
    color: #2c2c2f;
    background: #c1c1c1;/*背景色*/
	border-left: double 7px #ff5996;/*左線*/
    border-right: double 7px #ff5996;/*右線*/
}
.box1 p {
	color: #FFF;
    margin: 0; 
    padding: 0;
}

.box2 p {
margin:0 0 20px 0;
padding: 0px;
font-weight: bold;
text-align: left;
}

/* ========STORY CUSTOMIZE======== */

.story{
margin:0 0 20px 0;
padding: 0px;
color: #ff5996;
text-align:left;
border-bottom: double 6px #ff5996;/*下線*/
}




.box4 p {
margin:0 0 20px 0;
padding: 0px;
text-align: left;
font-size: 0.9em;
}


/* ========TOKUTEN CUSTOMIZE======== */

#tokuten{
	text-align:center;
	margin: 0 ;
	padding:10px ;
	background-image:url(../img/tokuten.jpg); 
}



.box3 p {
margin:0 0 20px 0;
padding: 0px;
font-weight: bold;
text-align: center;
}

/* ========TOKUTEN CUSTOMIZE======== */

#pokedora{
	text-align:center;
	margin: 0 ;
	padding:10px ;
	background-image:url(../img/banner.jpg); 
}



.box3 p {
margin:0 0 20px 0;
padding: 0px;
font-weight: bold;
text-align: center;
}


/* ========VIDEO CUSTOMIZE======== */

.box5 p {
margin: 10px 0px 20px 0px;
padding: 0px;
text-align: left;
font-size: 1.0em;
}


.video_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    margin: 3px;
    text-decoration: none;
    background: #ff5996;
    color: white;
    border: double 2px #ff5996;
    transition: .4s;
  }

.video_btn:hover {
    color: #ff5996;
    background: #fff;
    text-decoration: none;
}


/* ========FOOTER CUSTOMIZE======== */
#footer{
	width:100%;
	text-align: center;
	clear: both;
	padding: 30px 0px 0px 0px;
	font-size:0.8em;
	background:#cecece; 
}

#footer img{
	text-align: center;
	clear: both;
	padding: 30px 10px 30px 10px;

}

/* ========PAGETOP CUSTOMIZE========= */
#page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(61,61,61,.7);
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}