@charset "utf-8";
body {
	width: 100%;
	min-width: 360px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
}
.ryokoujouken {
	display:none;
}
#page_top {
        bottom: 3rem;
}

figure {
	margin: 0;
	position: relative;
}
figcaption {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 0.8rem;
	color: #000;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
img{
	width: 100%;
}
main {
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
	outline:none;
}
main * {
	box-sizing: border-box;
  line-height: 1.6;
}
.pc{
	display:none;
}
main section {
	padding: 2rem 1.5rem;
}

main section:nth-child(odd) {
  background: url("../img/kumo01.png"), url("../img/kumo02.png") #e3f1ff;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom -2px right;
	background-size: 70%;
}

h3, h4 {
	font-weight: 400;
}
.double {
	color: red;
	font-size: 1.5rem;
}
.fadein {
  opacity : 0;
  transform : translate(0, 60px);
  transition : all 0.6s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
.closed_reception, .close_txt {
	display: none;
}
@media screen and (min-width: 751px) {
	body{
		font-size:16px;
		-webkit-text-size-adjust: 100%;
		line-height: 1.8;
	}
	html {
		scroll-behavior: smooth;
	}
	img{
		-ms-interpolation-mode: bicubic;
		vertical-align: bottom;
		max-width: 100%;
	}
	body p {
		line-height: 1.8;
	}
	.ryokoujouken {
		font-size:10px;
		text-align:right;
	}
	.sp{
		display:none;
	}
	.pc{
		display:block;
	}
	.wrap {
		width: 960px;
		margin: 0 auto;
	}
	main section {
	padding: 4rem 1.5rem;
}

	main section:nth-child(odd) {
		/*background: none, url("../img/kumo02.png") #e3f1ff;
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom -2px right;*/
		background-size: 450px;
	}
}
/*-----------------------------
title-area
-------------------------------*/
.title_area {
	/*background-image: linear-gradient(180deg, rgba(4, 107, 164, 1) 15%, rgba(227, 241, 255, 1));*/
	background-color: #1281b2;
	margin: 0 auto;
}
.title_area h2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.title_area h2 p{
	position: absolute;
	bottom: 0;
	right: 0.5rem;
	font-size: 0.6rem;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px #666, -1px 1px 1px #666, 1px -1px 1px #666, -1px -1px 1px #666;
	font-family: sans-serif;
}
.title_area h2 img {
	width: 100%;
}
#navi_b {
    z-index: 10;
}

.navi_b_menu {
    position: fixed;
    display: flex;
	justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    /* 1. メニューを画面下へ隠す */
    transform: translateY(100%);
    /* 2. 0.3秒かけて表示する */
    transition: .3s;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    background: #e3f1ff;
    border-top: 2px solid #FFF;
}

.navi_b_menu li {
    width: 100%;
    margin: 0 auto;
}
.navi_b_menu li a {
    display: block;
    color: #fff;
    background: #6fcced;
    text-align: center;
    text-decoration: none;
    padding: 10px;
}
.navi_b_menu li:nth-child(even) a {
    background: #62da5f;
}
.navi_active {
    /* 3. メニューを定位置へ戻す */
    transform: translate(0);
}
/*footerまでスクロールしたら消す*/
.is-hidden {
    visibility: hidden;
    opacity: 0;
}
@media screen and (min-width: 751px) {
	.title_area {
		border-bottom: 15px solid #78bfdb;
}
	.title_area h2 {
		width: 1200px;
	}
	.title_area h2 p{
		right: 1rem;
		font-size: 0.7rem;
	}
	.navi_b_menu li {
		width: 600px;
		margin: 0;
}
	.navi_b_menu li a {
		font-size: 1.2rem;
		padding: 1rem;
}
}
/*-----------------------------
description
-------------------------------*/
#description h3, #campaign h3 {
	font-weight: 400;
	font-style: normal;	
	font-size: 1.3rem;
	text-align: justify;
	display: inline-block;
    padding: 1.0rem 0;
    margin: 2rem 0 3rem;
    transform: rotate(-4deg);
    border-top: 10px dotted #b3e9ff;
    border-bottom: 10px dotted #b3e9ff;
	color: #29556c;
}

.term {
	font-size: 1rem;
	text-align: center;
	text-align: center;
}
.term p {
	display: flex;
	align-items: stretch;
	border: 1px solid #ff7c00;
	background-color: #fff;
	margin-bottom: 1.5rem;
	padding: 0.5rem 0.8rem 0.5rem 0;
	text-align: justify;
}
.term p span {
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
	background-color: #ff7c00;
	color: #fff;
	margin: -0.5rem 0.8rem -0.5rem 0;
	padding: 0.5rem;
}
.probability {
	margin: 4rem 1rem 4rem 0;
    text-align: justify;
    position: relative;
    padding: 0.5rem 2rem 2.5rem 3.5rem;
    border-radius: 50%;
    box-shadow: 1rem -2.5rem white;
    background-color: white;
}
.probability:before {
    position: absolute;
    content: '';
    top: -3.5rem;
    left: 40%;
    width: 15px;
    height: 30px;
    background-color: white;
    border-radius: 50% 50% 50% 50% / 0% 0% 100% 100%;
    transform: rotate(-150deg);
}

.entry {
	margin: 1.5rem auto;
	text-align: center;
}
.entry .c_line {
	position: relative;
	margin-bottom: 1rem;
}
.entry .c_line:before,
.entry .c_line:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #222;
  width: 1px;
  height: 2rem;
  margin: 0 1rem;
  margin-top: -.2rem;
  vertical-align: middle;
}
.entry .c_line:before {
  transform: rotate(-35deg);
}

.entry .c_line:after {
  transform: rotate(35deg);
}

.entry .btn a {
    display: block;
    position: relative;
    padding: 1rem 1.5rem;
    background-color: #6fcced;
    box-shadow: 0 3px 0 0 #0867d4;
    border-radius: 4px;
  margin:0 auto 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.entry .btn.tour a {
	background-color: #62da5f;
	 box-shadow: 0 3px 0 0 #098238;
}
.entry .btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.entry .btn a:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (min-width: 751px) {
	.term {
		font-size: 1.2rem;
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
	.term p {
		margin: 2rem 0.5rem 0;
	}
	.probability {
		width: 500px;
		margin: 5rem auto 3rem;
	}
	.probability:before {
		top: -3.5rem;
		left: 35%;
	}
	#description .flex {
		display: flex;
		justify-content: space-between;
	}
	.entry .btn a {
		width:400px;
	}
	
	#description h3, #campaign h3 {
		border-top: none;
		border-bottom: 10px dotted #fff;
		font-size: 2rem;
		margin: 0 0 2rem;
	}

}
/*-----------------------------
prize
-------------------------------*/
details {
	border: 1px solid #ff7c00;
	margin: 3rem auto 0;
	border-bottom: 1px solid #fff;
}

details summary {
	font-weight: 400;
	font-style: normal;	
	padding: 0.5rem 0;
	background: #ff7c00;
	color: #fff;
	display: block;
	position: relative;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:hover {
  cursor: pointer;
	outline:none;
}
details summary::after {
  content: "+";
	font-family: "Sawarabi Mincho", serif;
	color: #fff;
	font-size: 3rem;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0.5;
}
details[open] {
	border-bottom: 1px solid #ff7c00;
}
details[open] summary::after {
	font-family: "Sawarabi Mincho", serif;
  content: "×";
}

details[open] div {
  animation: accordion 0.4s linear;
  overflow: hidden;
  font-size: 1rem;
  padding: 1rem;
}

@keyframes accordion {
  0% {
    opacity: 0;
    height: 0;
  }
  70% {
    opacity: 0;
    height: 200px;
  }
  100% {
    opacity: 1;
  }
}

details summary p {
	font-size: 2rem;
	text-align: center;
}
details summary p span {
	font-size: 0.8rem;
	display: block;
}
details ul {
	margin: 1.2rem;
}
details ul li:not(:last-child) {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #bbb;
}
details ul li .deco {
	display: inline-block;
	background: #e3f1ff;
	padding: 0.5rem 1rem;
	margin: 0.5rem 0;
	border-radius: 30px;
	text-align: justify;
	font-size: 0.9rem;
}
details ul li .ttl {
	font-size: 1.5rem;
}
details ul li .number {
	margin: 0.5rem;
}
details ul li .number span {
	font-size: 2rem;
}

#prize h4 {
	text-align: center;
	padding: 0.5rem 0;
	margin: 0 auto 2rem;
	background: #ff7c00;
	color: #fff;
	font-size: 1.2rem;
}

.ribbon {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 60px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  background: linear-gradient(#6fcced 0%, #0867d4 100%);
  border-radius: 2px 0 0 0;
  }
.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #0867d4;
  border-right: solid 6px transparent;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #0867d4;
  border-right: 30px solid #0867d4;
  border-bottom: 10px solid transparent;
}

@media screen and (min-width: 751px) {
	details ul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
}
		details ul li:nth-child(even) {
			flex-direction: row-reverse;
}
	details ul li figure {
		width: 300px;
}
	details ul li div {
		width: 560px;
		margin: 0 10px;
}
	details summary p span {
	font-size: 1rem;
}
}
/*-----------------------------
campaign
-------------------------------*/
.illust {
	width: 80%;
    margin: -4rem 0 2rem 20%;
}
.sugotokunohi_detail_box {
	border: 1px solid #29556c;
	background: #fff;
	margin: 0 auto 2rem;
	padding: 1.2rem;
	text-align: justify;
	word-break: break-all;
}
.sugotokunohi_detail_box a {
	text-decoration: underline;
}
.sugotokunohi_detail_box a:hover {
	text-decoration: none;
}
.sugotokunohi_detail_ttl {
	background: #29556c;
	color: #fff;
	padding: 0.5rem;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.sugotokunohi_detail_list ul li:not(:last-child) {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #29556c;
}
.icjr {
	vertical-align: middle;
	width: 40%;
}
.sugotokunohi_detail_list ul li span {
	font-size: 1.2rem;
}

@media screen and (min-width: 751px) {
	#campaign .flex {
		display: flex;
		flex-direction: row-reverse;
	}
	.sugotokunohi_detail_box {
		margin: 2rem auto;
}
	.illust {
    width: 400px;
    margin: -3rem 0 3rem 0;
}
	.icjr {
	width: 155px;
}
}

/*-----------------------------
t_search
-------------------------------*/
#t_search {
	margin: 0 auto;
	text-align: center;
}
#t_search h4 {
	font-weight: 400;
	font-style: normal;	
	font-size: 1.5rem;
	display: inline-block;
    margin: 1.0rem 0 0.5rem;
	color: #29556c;
}
#search {
	margin: 2.0rem auto;
	padding: 1.0rem;
	border: 1px solid #ff705f;
}
#search .title_dom {
	margin: -1rem -1rem 1rem;
	padding: 0.5rem 0;
	background: #ffefed;
	color: #ff5340;
}
@media screen and (min-width: 751px) {
	#t_search h4 {
		font-size: 2rem;
	}
	#search {
	width: 350px;
}
}

/*-------------------------------
faq
---------------------------------*/
.faq_lead {
	font-weight: 400;
	font-style: normal;	
	font-size: 1.5rem;
    margin: 1.0rem auto 0.5rem;
	text-align: center;
	color: #29556c;
}
#faq dl {
	 margin: 0 auto 2rem;
	border: 1px solid #29556c;
	background: #fff;
	padding: 1.2rem;
	text-align: justify;
	
}
#faq dt {
  font-size: 1.2rem;
	margin: 0 auto 5px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #29556c;
  padding-top: 1rem;
  margin: 1rem auto 0;
}
#faq dd {
	font-size:;
	margin: 0 0 0 1rem;
}
#faq dt:before,
#faq dd:before {
  margin-right: 0.5rem;
}
#faq dt:before {
	content: "Q.";
	font-family: Verdana, Geneva, "sans-serif";
	color: #62b9c3;
}
#faq dd:before {
	content: "A.";
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 1.2rem;
	color: #d3628f;
}
@media screen and (min-width: 751px) {
	.faq_lead {
		font-size: 2rem;
		margin: 1.0rem auto;
	}
	#faq dl {
	 margin: 0 auto 4rem;	
}
}
/*-------------------------------
終了対応
---------------------------------*/
.closed_reception {
	display: block;	color: #fff;  font-size: 1.1rem; font-weight: bold; text-align: center; background: #de0000; padding: 5px 10px; margin: 0 auto 5px;
}
.close, .close02 {
	position: relative;
}
.close::before, .close02::before{
    content: '';
    position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.6);
	z-index: 5;
}
.close::after{
    content:"第1弾の応募は終了しました";
    position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#fff;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.close02::after{
    content:"第2弾の応募は終了しました";
    position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color:#fff;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.close_txt {
	display: block;
	font-size: 1.2rem;
}
details {
	margin: 0 auto;
}
.entry .btn.tour a, .entry .btn a {
	background: #ccc;
	pointer-events: none;
	box-shadow: none;
}
.entry .btn a::before {
	animation: none;
}


