@charset "UTF-8";
/*
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-y: scroll;
/* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
/* iOS 8+ */
  /* font-size: 62.5%; */
	font-size: 84%;
}
	@media screen and (max-width: 768px) {
		html {
			font-size: 78%;
		}
	}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
/* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
/* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #181818;
  font-style: normal;
  font: 16px/180% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  font-feature-settings: "palt";
}
a {
  background-color: transparent;
/* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
/* Remove the outline when hovering in all browsers */
}
b,
strong {
  font-weight: bolder;
/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic;
/* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
li {
  list-style-type: none;
}
a:hover img {
	opacity: .5;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
/* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield;
/* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
/* Safari 8 */
}
textarea {
  overflow: auto;
/* Internet Explorer 11+ */
  resize: vertical;
/* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
/* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
/* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible;
/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
/* Correct the inability to style clickable types in iOS */
}
button,
select {
  text-transform: none;
/* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
/* Firefox 36+ */
  -webkit-appearance: none;
/* Chrome 41+ */
}
select::-ms-expand {
  display: none;
/* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
/* Internet Explorer 11+ */
}
legend {
  border: 0;
/* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
/* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
/* Correct the text wrapping in Edge and IE */
  max-width: 100%;
/* Correct the text wrapping in Edge and IE */
  white-space: normal;
/* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
/* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
/* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield;
/* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
/* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
/* Internet Explorer 11- */
}
audio,
canvas,
progress,
video {
  display: inline-block;
/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
/* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
/* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # ====================================================

 	RAYOUT

========================================================= */
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
}
#wrapper {
	position: relative;
	left: 45%;
	background-color: #fff;
	width: 540px;
	border-left: 1px solid #ccc;
	border-right:  1px solid #ccc;
	z-index: 10;
}
	@media screen and (max-width: 996px) {
		#wrapper {
			left: 40%;
			width: 460px;
		}
	}
	@media screen and (max-width: 816px) {
		#wrapper {
			left: 20%;
		}
	}
	@media screen and (max-width: 768px) {
		#wrapper {
			left: 0;
			width: 100%;
			overflow: hidden;
			border: none;
			margin-bottom: 60px;
		}
	}
.pc {
	display: block;
}
	@media screen and (max-width: 768px) {
		.pc {
			display: none;
		}
	}
.sp {
	display: none;
}
	@media screen and (max-width: 768px) {
		.sp {
			display: block;
		}
	}

/* -----------------------------------------------
	PC用
----------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc_cont {
		display: none;
	}
}
.pc_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.pc_bg img {
	height: 100%;
}
nav {
	position: fixed;
	left: 16.2%;
	top: 40%;
	z-index: 50;
}
	@media screen and (max-width: 870px) {
		nav {
			display: none;
		}
	}
	@media screen and (max-height: 712px) {
		nav {
			display: none;
		}
	}
nav li {
  position: relative;
  padding-left: 15px;
}
 
nav li:before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #8b6b4e;
  border-radius: 50%;
}
nav li a {
	text-decoration: none;
}
nav li a:hover {
	opacity: .3;
	transition: .3s all;
}
.pc_logo {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 40;
}
	@media screen and (max-width: 1436px) {
		.pc_logo {
			display: none;
		}
	}
.logo_wrap {
	width: 80%;
	text-align: center;
	line-height: 3;
}
.logo_wrap a img {
	width: 100%;
}

/* -----------------------------------------------
	header
----------------------------------------------- */
.header {
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
}

/* -----------------------------------------------
	Main
----------------------------------------------- */
.inner {
	width: 90%;
	margin: 0 auto;
}
ruby rt, ruby rp {
	font-size: 55%;
}

/*	導入
---------------------------------- */
.intro h1 {
	margin: 30px 0;
}
.intro .benefit {
	background-color: #EB5312;
	width: 90%;
	border-radius: 30px;
	margin: 30px auto 50px;
	padding: 30px;
}
.intro .benefit p {
	color: #fff;
}
.benefit__lead {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
}
.benefit__lead a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4;
}
.benefit__lead a:hover {
	opacity: .7;
	transition: .3s all;
}
.benefit__term {
	font-size: 120%;
	margin: 10px 0 7px;
}
.benefit__txt {
	line-height: 1.4;
}

/*	コンテンツ
---------------------------------- */
.fs200 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
}
.fs150 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}
.fs120 {
	font-size: 114%;
	font-weight: bold;
	line-height: 1.2;
}
.fs100 {
	font-size: 106%;
	font-weight: bold;
	line-height: 1.2;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.rules h2 {
	background-color: #7D4699;
	color: #fff;
	width: 35%;
	font-size: 120%;
	text-align: center;
	margin: 25px 0 15px;
}
	@media screen and (max-width: 768px) {
		.rules h2 {
			width: 45%;
		}
	}
.rules h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.rules__txt {
	margin-bottom: 10px;
}
.rules__txt b {
	color: red;
	font-size: 100%;
}
.rules__point .rules__txt {
	line-height: 1.4;
}
@media screen and (max-width: 414px) {
	.point__img {
		margin: 20px 0 0 20px;
	}
}
.prize__btn a {
	display: inline-block;
	background: #efefef;
	text-decoration: none;
	line-height: 2;
	border-radius: 6px;
	border: 2px solid #efefef;
	margin: 15px 0 30px;
	padding: 0 1rem;
}
.prize__btn a:hover {	
	border: 2px solid #000;
	transition: 0.3s all;
}

/* -------------- slide */
.rules__slide h3 {
	width: 90%;
	margin: 0 auto;
}
.slider h4 {
	width: 95%;
	font-weight: bold;
	margin: 10px auto 5px;
}
.slider p {
	width: 95%;
	line-height: 1.3;
	margin: 0 auto;
}
.slider p.sign {
	margin-top: 5px;
}

/* 全体設定 */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
	margin: 5px auto 50px;
}
	@media screen and (max-width: 768px) {
		.slider {
			max-width: 620px;
		}
	}
.slider img {
    width: 98%;
    height: auto;
    vertical-align: top;
	padding: 0 0 0 2%;
}

/* スライド設定 */
.slider .slide__wrap {
    width: 400%; /* 画像の合計数*100%を設定 */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 60s infinite; /* スライダーアニメーション全体の時間(*1) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*2) */
}
.slider .slide__main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 60s infinite; /* (*1)と同じ内容を設定 */
    animation-delay: 2s; /* (*2)と同じ内容を設定 */
}
.slider .slide__item {
	width: 100%;
}

/* スライダーアニメーションの設定 */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}
/* end slide */

.rules__needs dl {
	margin-bottom: 20px;
}
.rules__needs dl dd {
	margin-bottom: 10px;
}
.rules__needs dl dd p {
	margin: 0 1rem 10px;
}
.rules__needs ol {
	position: relative;
}
.rules__needs ol li {
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
.rules__needs ol li span {
	position: absolute;
	left: 0;
	margin: 0;
}
.rules__notice ol {
	position: relative;
}
.rules__notice ol li {
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
.rules__notice ol li span {
	position: absolute;
	left: 0;
	margin: 0;
}
.vote__btn a {
	display: block;
	background-color: #B03428;
	color: #fff;
	width: 70%;
	text-align: center;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
	line-height: 2.4;
	border-radius: 10px;
	margin-bottom: 30px;
}
.vote__btn a:hover {
	opacity: .7;
	transition: .3s all;
}
.rules__vote .rules__txt {
	line-height: 1.5;
}


/* -----------------------------------------------
	Entry
----------------------------------------------- */
.entry__btn {
	position: fixed;
	bottom: 15%;
	left: 15%;
	z-index: 51;
}
	@media screen and (max-width: 818px) {
		.entry__btn {
			left: 10px;
		}
	}
	@media screen and (max-width: 768px) {
		.entry__btn {
			bottom: 0;
			left: 0;
			width: 100%;
			max-width: 768px;
		}
	}
.entry__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #499249;
	width: 180px;
	height: 180px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
	@media screen and (max-width: 818px) {
		.entry__btn a {
			width: 120px;
			height: 120px;
		}
	}
	@media screen and (max-width: 768px) {
		.entry__btn a {
			display: block;
			width: 100%;
			height: auto;
			border-radius: 0;
		}
	}
.entry__btn a span {
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}
	@media screen and (max-width: 768px) {
		.entry__btn a span {
			line-height: 3;
		}
	}
.entry__btn a:hover {
	opacity: .7;
	transition: .3s all;
}


/* -----------------------------------------------
	Footer
----------------------------------------------- */
footer .contact {
	background-color: #efefef;
	text-align: center;
	margin-top: 50px;
	padding: 20px 0;
}
footer .contact__inner {
	width: 94%;
	margin: 0 auto;
}
footer address,
footer .footer_txt {
	font-size: 80%;
}
footer address a {
	font-size: 114%;
}
footer .inner ul {
	margin: 15px 0;
}
footer .inner ul li {
	font-size: 90%;
}
	@media screen and (max-width: 414px) {
		footer .inner ul li {
			font-size: 84%;
		}
	}
footer .copyright {
	background-color: #7D4699;
	text-align: center;
}
footer .copyright a {
	color: #fff;
	font-size: 70%;
	text-decoration: none;
}


/* -----------------------------------------------
	Print
----------------------------------------------- */
@media print {
	.pc_cont {
		display: none;
	}
	#wrapper {
		position: relative;
		left: 0;
		width: 100%;
		border:  none;
	}
	.entry__btn {
		display: none;
	}
	.rules h2 {
		background-color: none;
		color: #000;
		width: 100%;
		text-align: left;
		border-bottom: 2px solid #000;
		padding-bottom: 0 1rem 5px;
	}
	.intro .benefit {
		background-color: none;
	}
	.intro .benefit p {
		color: #000;
	}
	.vote__btn a {
		display: block;
		background-color: none;
		color: #000;
		border: 1px solid #000;
	}
	.slider .slide__wrap {
		width: 100%;
		position: relative;
		display: block;
		animation: none;
	}
	.slider .slide__main {
		display: none;
	}
}