
@charset "UTF-8";
*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
}
body,
html {
  height: 100%;
}
html {
  font-size: 13px;
}
@media all and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media all and (max-width: 450px) {
  html {
    font-size: 12px;
  }
}
body {
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media all and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media all and (max-width: 450px) {
  body {
    font-size: 12px;
  }
}
a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
a:hover,
button:hover {
  outline: 0;
}
a:disabled,
button:disabled,
input:disabled {
  pointer-events: none;
}
em,
i {
  font-style: normal;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: textfield;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
button,
input,
textarea {
  font-family: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background: 0 0;
  font-family: inherit;
  font-weight: inherit;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
::selection {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
img::-moz-selection {
  background: grey;
}
img::selection {
  background: grey;
}
.gc--header {
  padding: 5px 15px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
@media all and (max-width: 450px) {
  .gc--header {
    height: 40px;
  }
}
.gc--header .logo {
  height: 20px;
  width: auto;
  font-size: 0;
}
@media all and (max-width: 450px) {
  .gc--header .logo {
    height: 15px;
  }
}
.gc--header .logo img {
  height: 100%;
  width: auto;
}
.gc--header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}




#lottery {
  background-color: #e9e9e9;
}

.contents_wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
  width: 75vw;
  height: auto;
  margin: 0 auto 80px;
}
@media all and (max-width: 768px) {
  .contents_wrapper {
    width: 90vw;
  }
}
@media all and (max-width: 450px) {
  .contents_wrapper {
  margin: 0 auto;
  }
}

/*.main_wrapper {
	background: transparent url("../img/bg_main.png") no-repeat border-box left top/contain;
}*/

.period_wrapper {
	margin: 0 auto;
 	padding: 1% 0 4% 0;
	background: #771d28 url("../img/bg_period.png") no-repeat border-box left top/contain;
}

.period_wrapper h2 {
	text-align: center;
	padding: 4% 20% 0;
}


.faq {
	width: 34%;
	margin: 0 auto 4%;
}

.entry {
	width: 68%;
	margin: 0 auto;
}

.entry h3 {
	margin-bottom: 1%;
}


.entry .btn {
	width: 84%;
	margin: 0 auto;
	display: flex;
}

.entry .btn li:first-child {
	width: 25%;
}

.entry .btn li:nth-child(2) {
	width: 100%;
	margin: 2% 5%;
}

.entry .btn li:last-child {
	width: 25%;
}



.prize_wrapper {
	margin: 0 auto;
 	padding: 1% 0 8% 0;
	background: #e50112 url("../img/bg_prize.png") repeat-y border-box left top/contain;
}

.prize_wrapper h2 {
	text-align: center;
	padding: 4% 39% 0;
}

.prize_wrapper .prize ul {
	width: 72%;
	margin: 0 auto 2%;
	display: flex;
	flex-wrap: wrap;
}

.prize_wrapper .prize ul li {
	margin-bottom: 2%;
}

.prize_wrapper .prize ul li:nth-child(4) {
	width: 49%;
	margin-right: 2%;
}

.prize_wrapper .prize ul li:nth-child(5) {
	width: 49%;
}




.entry_wrapper {
	margin: 0 auto;
 	padding: 1% 0 4% 0;
	background: #e5d1b8 url("../img/bg_left-top.png") no-repeat border-box left top/contain;
}

.entry_wrapper h2 {
	text-align: center;
	padding: 4% 39% 4%;
}

.entry_wrapper .entry_flow p {
	width: 72%;
	margin: 0 auto 2%;
}



.attention_wrapper {
	margin: 0 auto;
 	padding: 1% 0 2% 0;
	background: #e5d1b8 url("../img/bg_right-top.png") no-repeat border-box left top/contain;
}

.attention_wrapper h2 {
	text-align: center;
	padding: 4% 26% 2%;
}

.attention_wrapper .attention p {
	width: 72%;
	margin: 0 auto 2%;
}




.contract_wrapper {
	margin: 0 auto;
 	padding: 1% 0 8% 0;
	background-color: #e5d1b8;
	background-image: url("../img/bg_left-top.png"),url("../img/bg_right-bottom.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right bottom;
	background-size: contain,contain;
}

.contract_wrapper h2 {
	text-align: center;
	padding: 2% 38%;
}

.contract_wrapper .contract .inlineframe {
	width: 72%;
	margin: 0 auto 5%;
	background-color: #FFFFFF;
	height: 420px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 2%;
}

.contract_wrapper .contract .inlineframe h3 {
	margin-bottom: 2%;
}

.contract_wrapper .contract .inlineframe p {
	margin-bottom: 2%;
}

.contract_wrapper .contract .inlineframe ul {
	margin-bottom: 2%;
}

.contract_wrapper .contract .inlineframe p.note {
	margin-top: -2%;
	text-indent: -1em;
	padding-left: 1em;
}

.contract_wrapper .contract .inlineframe .note li {
	text-indent: -1em;
	padding-left: 1em;
}

.contract_wrapper .contract .inlineframe .note_number li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.contract_wrapper .contract a:link {
	text-decoration: underline;
	color: #0000cc;
}

.contract_wrapper .contract a:hover {
	text-decoration: none;
	color: #0066ff;
}



#lottery .sp {
	display: none !important;
}

@media(max-width:768px) {

	#lottery .sp {
		display: block !important;
	}

	#lottery .pc {
		display: none !important;
	}
	
	.contents_wrapper {
		width: 100%;
	}
	
/*	.main_wrapper {
		background: transparent url("../img/bg_main_sp.png") no-repeat border-box left top/contain;
	}*/
	
	
	.period_wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 1% 0 4% 0;
		background-image: none;
	}
	
	.period_wrapper h2 {
		text-align: center;
		padding: 4% 4% 0;
	}
	
	
	.faq {
		width: 72%;
	}
	
	
	.entry {
		width: 100%;
		margin: 0 auto;
	}

	.entry h3 {
		margin-bottom: 1%;
	}


	.entry .btn {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.entry .btn li:first-child {
		display: none;
	}

	.entry .btn li:nth-child(2) {
		width: 72%;
		margin: 2% auto 8%;
	}

	.entry .btn li:last-child {
		display: none;
	}
	
	
	
	.prize_wrapper h2 {
		padding: 4% 0 0;
		width: 58%;
		margin: 0 auto;
	}

	.prize_wrapper .prize ul {
		width: 96%;
		margin: 0 auto 2%;
		display: block;
		flex-wrap: wrap;
	}

	.prize_wrapper .prize ul li {
		margin-bottom: 5%;
	}

	.prize_wrapper .prize ul li:nth-child(4) {
		width: 100%;
		margin-right: ;
	}

	.prize_wrapper .prize ul li:nth-child(5) {
		width: 100%;
	}
	
	
	
	.entry_wrapper {
		margin: 0 auto;
		padding: 1% 0 2% 0;
		background-color: #e5d1b8;
		background-image: url("../img/bg_left-top.png"),url("../img/bg_right-bottom.png");
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right bottom;
		background-size: contain,contain;
	}

	.entry_wrapper h2 {
		padding: 4% 0 0;
		width: 58%;
		margin: 0 auto;
	}

	.entry_wrapper .entry_flow p {
		width: 94%;
		margin: 0 auto 2%;
	}



	.attention_wrapper {
		margin: 0 auto;
		padding: 1% 0 2% 0;
		background-image: none;
	}

	.attention_wrapper h2 {
		text-align: center;
		padding: 4% 6% 2%;
	}

	.attention_wrapper .attention p {
		width: 94%;
		margin: 0 auto 2%;
	}
	
	
	
	
	.contract_wrapper {
		margin: 0 auto;
		padding: 1% 0 8% 0;
		background-color: #e5d1b8;
		background-image: url("../img/bg_left-top.png"),url("../img/bg_right-bottom.png");
		background-repeat: no-repeat,no-repeat;
		background-position: left top,right bottom;
		background-size: contain,contain;
	}

	.contract_wrapper h2 {
		text-align: center;
		padding: 2% 26%;
	}

	.contract_wrapper .contract .inlineframe {
		width: 94%;
		margin: 0 auto 5%;
		background-color: #FFFFFF;
		height: 46vh;
		overflow: auto;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 2%;
	}

	.contract_wrapper .contract .inlineframe h3 {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe p {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe ul {
		margin-bottom: 2%;
	}

	.contract_wrapper .contract .inlineframe p.note {
		margin-top: -2%;
		text-indent: -1em;
		padding-left: 1em;
	}

	.contract_wrapper .contract .inlineframe .note li {
		text-indent: -1em;
		padding-left: 1em;
	}

	.contract_wrapper .contract .inlineframe .note_number li {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.contract_wrapper .contract a:link {
		text-decoration: underline;
		color: #0000cc;
	}

	.contract_wrapper .contract a:hover {
		text-decoration: none;
		color: #0066ff;
	}
	
}







.fade-in-element {
    opacity: 0;
    transform: translateY(30px); /* 下から浮き上がる演出 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* アニメーションの速度と種類 */
}
.fade-in-element.is-visible { /* JavaScriptで追加するクラス */
    opacity: 1;
    transform: translateY(0);
}

