@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------
　base
---------------------------------------------------------- */
/* total style */
* {
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

@media (max-width: 768px){
* {font-size: 1.4rem;}
}

html {
	width: 100%;
	font-size: 62.5%;
	}

body {
	width: 100%;
	min-width: 1200px;
	font-family: 'Noto Sans JP' , "Hiragino Kaku Gothic ProN" , "游ゴシック Medium" , YuGothicM , YuGothic , "Helvetica Neue" , メイリオ , Meiryo , sans-serif;
	color: #fff;
	background: url(../images/bg.jpg) top center , #000;
	background-size: 100% auto , auto;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	}

@media (max-width: 768px){
body {
	min-width: 100%;
	background-size: auto;
	}
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,figure {
	margin: 0;
	padding: 0;
	list-style: none;
	}

img {
	max-width: 100%;
	line-height: 0;
	vertical-align: middle;
	border: 0;
	}

/* font */
.text10    {font-size: 10px; font-size: 1.0rem;}
.text12    {font-size: 12px; font-size: 1.2rem;}
.text14    {font-size: 14px; font-size: 1.4rem;}
.text16    {font-size: 16px; font-size: 1.6rem;}
.text18    {font-size: 16px; font-size: 1.8rem;}
.text20    {font-size: 20px; font-size: 2.0rem;}
.text24    {font-size: 24px; font-size: 2.4rem;}

/* ruby */
rt         {font-size: 7px; font-size: 0.7rem;}

/* style */
.normal    {font-weight: normal;}
.bold      {font-weight: bold;}

/* color */
.red       {color: #f00;}
.yellow    {color: #ffec10;}
.purple    {color: #2d2d7d;}
.gray      {color: #ccc;}
.white     {color: #fff;}
.black     {color: #000;}

/* link */
a          {color: #ffec10; transition: all 0.3s ease;}
a:hover    {color: #fff;}

/* br */
br.sp {display: none;}
@media (max-width: 600px){
br.pc {display: none;}
br.sp {display: inline-block;}
}

/* indent */
.indent  {text-indent: -1em; padding-left: 1em; display: inline-block;}
.indent2 {text-indent: -2em; padding-left: 2em; display: inline-block;}
.indent3 {text-indent: -3em; padding-left: 3em; display: inline-block;}
.indent4 {text-indent: -4em; padding-left: 4em; display: inline-block;}
.indent5 {text-indent: -5em; padding-left: 5em; display: inline-block;}

/* input */
input , textarea {
	-webkit-appearance: none;
	border-radius: 0;
	}

/* margin */
.mt5     {margin-top: 5px;}
.mt10    {margin-top: 10px;}
.mt20    {margin-top: 20px;}
.mt30    {margin-top: 30px;}
.mt40    {margin-top: 40px;}
.mt50    {margin-top: 50px;}

.mb5     {margin-bottom: 5px;}
.mb10    {margin-bottom: 10px;}
.mb20    {margin-bottom: 20px;}
.mb30    {margin-bottom: 30px;}
.mb40    {margin-bottom: 40px;}
.mb50    {margin-bottom: 50px;}

/* padding */
.pt5     {padding-top: 5px;}
.pt10    {padding-top: 10px;}
.pt20    {padding-top: 20px;}
.pt30    {padding-top: 30px;}
.pt40    {padding-top: 40px;}
.pt50    {padding-top: 50px;}

.pb5     {padding-bottom: 5px;}
.pb10    {padding-bottom: 10px;}
.pb20    {padding-bottom: 20px;}
.pb30    {padding-bottom: 30px;}
.pb40    {padding-bottom: 40px;}
.pb50    {padding-bottom: 50px;}