@charset "UTF-8";
/* CSS Document */
*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
p,ul,li {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #371804;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	line-height: 1.75;
}
#heder {
	background-color: #137FAA;
	padding: 20px 35px;
	clear: both;
	float: none;
	overflow: hidden;
}
#heder .logo {
	max-width: 192px;
	float: left;
}
nav {
	width: 190px;
	float: right;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
nav a:nth-child(1) {
	padding: 0 4px;
}
nav a .cls-1 {
	fill: #ffffff;
	transition: 0.5s;
}
nav a:hover .cls-1 {
	fill: #FFCA00;
}
#main {
	background: -webkit-repeating-linear-gradient(-45deg,#3d95bf 0,#3d95bf 10px,#4b9bc0 10px,#4b9bc0 20px);
    background: -o-repeating-linear-gradient(-45deg,#3d95bf 0,#3d95bf 10px,#4b9bc0 10px,#4b9bc0 20px);
    background: repeating-linear-gradient(-45deg,#3d95bf 0,#3d95bf 10px,#4b9bc0 10px,#4b9bc0 20px);
	padding-top: 60px;
	padding-bottom: 40px;
	animation: move-stripe2 10s infinite linear;
	z-index: 1;
	position: relative;
}
@keyframes move-stripe2 {
    0% {  background-position-x: 0;  }
    100% {  background-position-x: -960px;  }
}
#main #main-text {
	max-width: 402px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#main h1 {
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#main .sab-text {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}
#main .sab-text strong {
	color: #FFCA00;
}
#osacana-area {
	max-width: 420px;
	margin: 0 auto;
	position: relative;
}
#osacana-area .text1 {
	position: absolute;
	width: 120px;
	top: -30px;
	left: -70px;
	animation: 3s fuwafuwa infinite;
}
#osacana-area .text2 {
	position: absolute;
	width: 120px;
	top: -50px;
	right: -30px;
	animation: 3.5s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
#day {
	background-color: #ffffff;
	padding:10px 20px;
	z-index: 1;
	position: relative;
}
#day p {
	text-align: center;
	color: #137FAA;
	font-size: 22px;
	font-weight: 700;
}
#day p strong {
	font-size: 32px;
}
#bottom-content {
	background-color: #137FAA;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
#bottom-content section {
	max-width: 610px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#bottom-content section h2 {
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	position: relative;
	margin-bottom: 40px;
}
#bottom-content section h2::before {
	content: "　";
	width: 100%;
	height: 5px;
	background-image: url("../img/title_border.svg");
	background-repeat: repeat-x;
	position: absolute;
    left: 0px;
    top: -15px;
}
#bottom-content section h2::after {
	content: "　";
	width: 100%;
	height: 5px;
	background-image: url("../img/title_border.svg");
	background-repeat: repeat-x;
	position: absolute;
    left: 0px;
    bottom: -15px;
}
#bottom-content section > p {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 40px;
	padding: 0 20px;
}
#bottom-content section > p strong {
	color: #FFCA00;
}
#about ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap:20px;
}
#about ul li {
	list-style-type: none;
	background-color: #ffffff;
	border-radius: 6px;
}
#about ul li h4 {
	text-align: center;
	font-size: 20px;
	color: #137FAA;
	border-bottom: 1px solid #137FAA;
	padding: 10px 15px;
	margin-bottom: 0px;
}
#about ul li p {
	padding: 15px 18px;
}
#slide {
	margin-top: 30px;
}
.loop_css {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 90px;
    left: 50%;
    margin-left: -50%;
    padding-top: -130px;
	margin-bottom: 100px;
}
.loop_css.wave {
	height: 48px;
	margin-bottom: 0px;
}
.loop_css.wave img {
	filter: none;
}
.loop_css img {
  width: auto;
  height: 100%;
	filter: drop-shadow(0px 10px 10px rgba(0, 0, 0,0.4));
}
.loop_css img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_css img + img {
  -webkit-animation: loop2 100s  linear infinite;
  animation: loop2 100s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
	
#list-btn {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap:20px;
	margin-bottom: 40px;
}
#list-btn li {
	list-style-type: none;
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	border-radius: 100px;
	transition: 0.5s;
	font-weight: 500;
}
#list-btn li.on {
	background-color: #ffffff;
	color: #137FAA;
}
#bottom-content #vote {
	margin-bottom: 140px;
}
#vote .osacana-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px 20px;
	display: none;
}
#vote .osacana-list.on {
	display: grid;
}
#vote .osacana-list li {
	list-style-type: none;
	cursor: pointer;
	position: relative;
}
#vote .osacana-list li p {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
	color: #ffffff;
	position: relative;
	padding-left: 0.5em;
	letter-spacing: 0.1em;
}
#vote .osacana-list li p::before {
	position: absolute;
  	top: 1em; 
  	left: 0;
  	content: '';
  	display: inline-block;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 6px 0 6px 8px;
  	border-color: transparent transparent transparent #ffffff;
}
#vote .osacana-list li img {
	transition: .6s;
}
#vote .osacana-list li .img_1{
    position: relative;
    z-index: 2;
}
#vote .osacana-list li .img_2{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
}
#vote .osacana-list li:hover .img_1 {
	opacity: 0;
}
#vote .osacana-list li:hover .img_2 {
	opacity: 1;
}
#vote .osacana-list li:hover p {
	color: #FFCA00;
}
#vote .osacana-list li:hover p::before {
	border-color: transparent transparent transparent #FFCA00;
}
#bottom-content #banner {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 50px;
}
#bottom-content #banner img {
	float: left;
	width: 38%;
	margin-right: 20px;
}
#bottom-content #banner .text_area {
	float: right;
	width: calc(62% - 20px);
}
#bottom-content #banner h4 {
	font-size: 24px;
	text-align: center;
	color: #137FAA;
	margin-bottom: 5px;
}
#bottom-content #banner p {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 10px;
}
#bottom-content #banner a {
	background-color: #137FAA;
	color: #ffffff;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 6px;
	transition: 0.5s;
	font-weight: 500;
}
#bottom-content #banner a:hover {
	text-decoration: none;
	color: #FFCA00;
}
	
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
	bottom: 0px;
  left: 0;
	transition: 1s;
	z-index:0;
}
.bubble {
  position: absolute;
  bottom: -40;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: bubble 10s ease-in infinite;
}
.bubble:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 13s;
}
.bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
  animation-delay: 9s;
}
.bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 30%;
  animation-duration: 11s;
}
.bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 45%;
  animation-duration: 14s;
  animation-delay: 2s;
}
.bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 11.5s;
}
.bubble:nth-child(6) {
  width: 30px;
  height: 30px;
  left: 70%;
  animation-duration: 13s;
}
.bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 12s;
}
@keyframes bubble {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 4000px;
  }
}
footer {
	padding: 50px 20px;
}
footer img {
	max-width: 138px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
footer p {
	font-size: 12px;
	color: #371804;
	text-align: center;
}
#left_img {
	position: fixed;
	width: 20%;
	left: 0px;
	bottom: 0px;
	animation: floating-horizontal 1.2s ease-in-out infinite alternate;
	margin-bottom: -5%;
	z-index: 1;
}
#right_img {
	position: fixed;
	width: 20%;
	right: 0px;
	bottom: 0px;
	animation: floating-horizontal 1.2s ease-in-out infinite alternate;
	margin-bottom: -5%;
	z-index: 1;
}
@keyframes floating-horizontal {
  0% {
    transform: translateX(-10px); 
	  transform: translateY(-10px); 
	}
  100% {
    transform: translateX(0); 
	} 
}
#right_btn {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 1;
}
#right_btn .vote_btn {
	width: 120px;
	background-color: #ffffff;
	display: block;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #137FAA;
	font-size: 18px;
	height: 120px;
	font-weight: 500;	
}
#right_btn .vote_btn img {
	max-width: 62px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
#right_btn .share_btn {
	width: 120px;
    background-color: #ffffff;
    display: block;
    border-radius: 6px;
    margin-bottom: 15px;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #137FAA;
    letter-spacing: 0.1em;
    line-height: 1.25;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
#right_btn .share_btn svg {
    width: 20px;
}
#right_btn .share_btn .cls-1 {
	fill: #137FAA;
}
#right_btn #share_list {
	display:none;
	position: absolute;
    width: 260px;
    float: right;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    right: 112px;
    top: 0px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 10px 20px;
    padding-right: 40px;
}
#right_btn #share_list.on {
   display: grid;
}

#right_btn #share_list .cls-1 {
    fill: #137FAA;
}


#gray_area {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}
#gray_area.open {
	opacity: 1;
	height: 100%;
}
#vote_area {
	max-width: 640px;
    width: 90%;
    display: block;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
#vote_area.open {
	display: block;
}
#vote_area h3 {
	text-align: center;
	background-color: #371804;
	color: #ffffff;
	font-size: 30px;
	padding: 15px 20px;
	margin: 0px;
}
#vote_area .text_area {
    padding: 25px 20px;
}
#vote_area .text_area p {
    text-align: center;
    margin-bottom: 20px;
}
#vote_area .text_area .radio {
    display: none;
}
#vote_area .text_area .submitBtn {
    background-color: #137FAA;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    border: none;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 6px;
}
#vote_area .text_area .submitBtn:hover {
    color:#FFCA00;
}

#vote_area .text_area .close {
    background-color: inherit;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #371804;
    text-decoration: underline;
}
.element {
  	transform: translateY(30px);
  	opacity: 0;
  	visibility: hidden;
  	transition: transform 1s, opacity 1s, visibility 1s;
}
.element1 {
  	transform: translateX(-60px);
  	opacity: 0;
  	visibility: hidden;
  	transition: transform 1s, opacity 1s, visibility 1s;
}
.element2 {
  	transform: translateX(60px);
  	opacity: 0;
  	visibility: hidden;
  	transition: transform 1s, opacity 1s, visibility 1s;
}
.is-fadein {
  	transform: translateX(0);
  	opacity: 1;
  	visibility: visible;
}
#main-text,h1,#main .sab-text,#osacana-area {
	opacity: 0;
	transition: 2s;
}
#main-text.is-fadein,h1.is-fadein,#main .sab-text.is-fadein,#osacana-area.is-fadein {
	transform: translateX(0);
  	opacity: 1;
  	visibility: visible;
}
#after {
	display: none;
}
#after h5 {
    text-align: center;
    font-size: 24px;
    color: #137FAA;
}
#after nav {
    width: 60%;
    padding: 0px 40px;
    float: none;
    margin: 10px auto;
}
#after nav a .cls-1 {
    fill: #137FAA;
}
#after > a {
    background-color: #137FAA;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px;
}


@media only screen and (max-width: 900px) {
	#left_img,#right_img {
		display: none;
	}
}
@media only screen and (max-width: 670px) {
	#day p {
		font-size: 18px;
	}	
	#day p strong {
		font-size: 26px;
	}
}
@media only screen and (max-width: 640px) {
	#bottom-content section {
		padding: 0 20px;
	}
	#bottom-content #banner {
		width: calc(100% - 40px);
	}
	#bottom-content section h2 {
		font-size: 26px;
	}
	#list-btn {
		gap:10px;
	}
	#list-btn li {
		font-size: 18px;
	}
}
@media only screen and (max-width: 600px) {
	#about ul {
		display: block;
	}
	#about ul li:nth-child(1) {
		margin-bottom: 10px;
	}
	#main #main-text {
    	width: 80%;
	}
	#main h1 {
    	width: 90%;
	}
	#main .sab-text {
    	font-size: 22px;
	}
	#osacana-area .text1 {width: 32%;}
	#osacana-area {
    	width: 70%;
	}
	#osacana-area .text2 {
    	width: 32%;
    	right: -60px;
	}
}
@media only screen and (max-width: 550px) {
	#right_btn {
    	bottom: 20px;
	}
	#heder nav {
    	display: none;
	}
	#heder .logo {
    	float: none;
    	display: block;
    	margin: 0 auto;
	}
	#day p {
		line-height: 1.5;
	}
	#day span {
		display: block;
	}
	#day .no {
		display: none;
	}
	#bottom-content section > p {
		font-size: 16px;
	}
	.loop_css {
    	height: 70px;
	}
	#bottom-content section h2 {
		line-height: 1.5;
	}
	#bottom-content section h2 span {
		display: block;
	}
	.loop_css {
    	height: 70px;
	}
	#list-btn {
    	display: block;
	}
	#list-btn li:nth-child(1) {
    	margin-bottom: 20px;
	}
	#vote .osacana-list {
    	grid-template-columns: 1fr 1fr 1fr;
	}
	#bottom-content #banner img {
    	float: none;
    	width: 100%;
    	max-width: 220px;
    	margin: 0 auto;
    	display: block;
    	margin-bottom: 10px;
	}
	#bottom-content #banner .text_area {
    	float: none;
    	width: 100%;
	}
	#vote_area h3 {
    	font-size: 24px;
	}
	#vote_area .text_area .submitBtn {
    	font-size: 20px;
	}
	#vote_area .text_area .close {
    	font-size: 16px;
	}
	#right_btn {
    	right: 10px;
	}
	#right_btn .share_btn {
    	width: 100px;
    	height: 40px;
    	line-height: 20px;
		text-align: center;
	}
	#right_btn .share_btn > svg {
    	display: none;
	}
	#right_btn .vote_btn {
    	width: 100px;
    	height: 100px;
    	font-size: 14px;
	}
	#right_btn .vote_btn img {
    	width: 66%;
	}
	#right_btn #share_list {
    	width: auto;
    	right: 92px;
    	height: 40px;
    	padding: 10px;
    	gap: 20px;
    	width: 180px;
    	padding-right: 20px;
	}
	#right_btn #share_list a svg {vertical-align: baseline;}
}
@media only screen and (max-width: 400px) {
	#bottom-content section h2 {
		font-size: 22px;
	}
	#day {
		padding: 10px;
	}
	#day p {
		font-size: 16px;
	}
	#day p strong {
		font-size: 20px;
	}
	#osacana-area .text1 {
    	left: -22%;
	}
	#osacana-area .text2 {
    	right: -20%;
	}
	#vote .osacana-list li p {
		font-size: 14px;
	}
	#vote_area h3 {
		font-size: 20px;
	}
	#vote_area .text_area p {
		font-size: 14px;
	}
	#vote_area .text_area .submitBtn {
		font-size: 18px;
	}
	#vote .osacana-list {
    	gap: 30px 10px;
	}
	#day p {
    	letter-spacing: 0.12em;
	}
	#bottom-content section > p {
		padding: 0px;
	}
	#bottom-content #banner h4 {
		font-size: 20px;
	}
	
}
@media only screen and (max-width: 340px) {
	#vote .osacana-list {
		grid-template-columns: 1fr 1fr;
	}
}
#googleform2 input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}
#thaks {
	display: none;
}


















