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

/* //////////////////////////////////////////////////////////////////// */
/* ///// SP共通 /////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
	selected text
================================================== */
::selection {
	background: #000; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}

/* ==================================================
	font anti alias
================================================== */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	color: #5d5d5d;
	line-height: 1;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/*ゴシック系*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ==================================================
	link
================================================== */
a:focus, *:focus {
	outline: none;
}
a:link {
	color: #5d5d5d;
	text-decoration: none;
}
a:visited {
	color: #5d5d5d;
	text-decoration: none;
}
a:hover {
	color: #ddd;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:active {
	color: #1a0d0c;
	text-decoration: none;
}
a:hover img {
	opacity: 0.3;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

/* ==================================================
	base (reset)
================================================== */
body {
	min-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ol, li {
	list-style: none;
}
img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: text-bottom;
}
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}
th, td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}
input, select {
	vertical-align: middle;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
pre {
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;	/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: pre-wrap;	/* CSS3 */
	word-wrap: break-word;	/* IE 5.5+ */
}

/* ==================================================
	layout
================================================== */
.wrapper{
  position: relative;
  z-index:1;
  background:#ffecb5;
  text-align: center;
}

.container img{
	width: 100%;
	margin: 0;
	padding: 0;
}


/* ==================================================
	common
================================================== */
.sp_none {
	display: none !important;
}
.adj_bottom {
	margin-bottom: 10px !important;
}

/* ==================================================
	contents
================================================== */
/* -------------------------
	header
------------------------- */
div#header {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: left;
}
div#header h1.head_logo img {
	width: 20%;
	margin: 0;
	padding: 10px 0 10px 2%;
}
div#header h1.head_logo a img {
	background-color: rgba(255, 255, 255, .01);
}

/* -------------------------
	main
------------------------- */
div.main {
	display: none;
}


/* -------------------------
	buybtn
------------------------- */
.buybtn {
	margin: 20px 0 0 !important;
	padding: 0;
}


/* -------------------------
	lnkbnr
------------------------- */
.lnkbnr {
	margin: 20px 0 0 !important;
	padding: 0;
}


/* ==================================================
	footer
================================================== */
div.footer {
	margin: 0;
	padding: 20px 0 0;
}
div.footer_wrap {
	width: 100%;
	max-width: 90%;
	border-top: 1px solid #5d5d5d;
	margin: 0 auto;
}
div.footer_logo {
	text-align: center;	
}
div.footer_logo img {
	width: 30%;
	margin: 0;
	padding: 40px 0 20px;
	display: inline-block;
}
ul.footer_nav {
	overflow: hidden;
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.footer_nav ul {
}
ul.footer_nav li {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	color: #5d5d5d;
}
ul.footer_nav li:last-child {
	padding-bottom: 0;
}
ul.footer_nav a {
	color: #5d5d5d;
	text-decoration: none;
}

/* ==================================================
	copyright
================================================== */
div.copyright {
	margin: 0;
	padding: 0;
}
div.copyright p.copyright_txt {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	padding: 40px 0 20px;
	color: #5d5d5d;
	text-align: center;
}



/* ==================================================
	テキスト
================================================== */

/*---- フォント ----*/
.fred{
	color: #ff0000;
}

.fbold{
	font-weight: bold;
}

.funder{
	border-bottom: 1px dashed;
}


/* ----- 注意事項 ----- */
.note-text {
	margin: 0 auto;
    padding: 0 20px 80px;
	font-size: 12px;
	color: #005b48;
	text-align: left;
    line-height: 1.5em;
	background-color: #f7e171;
}


/* ----- ボタン ----- */
.bg-color1 {
    margin: 0 auto;
    padding: 40px 0 80px;
    background: #f7e171;
    }

.bg-color2 {
    margin: 0 auto;
    padding: 0 0 80px;
    background: #ffecb5;
    }

.btn {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    line-height: 150%;
    color: #fff;
    background: #fa4141;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: none;
    }


/* ----- 応募規約 ----- */
.terms-ttl {
    position: relative;
    margin: 40px auto 20px auto;
    padding: 0 65px;
    font-size: 30px;
    font-weight: bold;
	color: #008000;
    text-align: center;
}

.terms-ttl::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #008000;
}

.terms-ttl span {
    position: relative;
    padding: 0 1em;
    background:#ffecb5;
}


.terms-sub {
    margin: 40px 5px 10px 5px;
    padding: 5px 10px;
    border-left: 6px solid #ff0000;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
	text-align: left;
}

.terms-text {
	margin: 10px;
    padding:10px;
    counter-reset:number;
    list-style-type: square;
    background: #f5faff;
    border-radius: 20px;
}

.terms-text ul {
    counter-reset:number;
    list-style-type: square;
    padding:0 20px;
    background: #f5faff;
}

.terms-text ul li {
    position: relative;
    padding: 20px 0;
	font-size: 12px;
	text-align: left;
    line-height: 1.5em;
	border-bottom: 3px dotted #fff;
}


/*---- 矢印 ----*/
.line-scroll {
	position: relative;
	margin: 20px auto;
    padding: 10px 0;
	width: 100%;
	height: 60px;
}

.line-scroll span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -15px;
    border-left: 4px solid #fa4141 ;
    border-bottom: 4px solid #fa4141 ;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.line-scroll span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.line-scroll span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.line-scroll span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*ページTOPへボタン*/
#page-top a{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #008000;
	border-radius: 50%;
    text-decoration: none;
}

#page-top a::after{
    display: block;
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 25%;
    height: 25%;
    top: 35%;
    left: 0;
    right: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}

#page-top a:hover{
   	opacity: 0.5;
}

/*ページTOPへを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　左の動き　*/
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}
