@charset "utf-8";


body {
 background-color: #D5EBFB;
	color:#454545;
	text-align: center;
	font: 13px/1em -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	word-break: break-all;
 word-wrap: break-word;
	background: url(../img/st.jpg) #f4f2ff repeat;
	background-size: 50px;
	
}

h1 {
	margin: 0;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background:#ffeff6;
}

.title{
	width: 700px;
	margin: 0 auto 20px;
	padding: 20px 0 0 0;
}

#form-wrap{
	width:800px;
	background:#FFFFFF;
	margin:1.5em auto;
	text-align:center;
	border:solid 1px #ffddf5;
}

.logo-link {
    width: 210px;
    /* margin: 50px 0; */
}

.cc {
    width: 90%;
    margin: 0 auto;
				padding: 40px 0;
    font-size: xx-small;
    font-weight: bold;
    line-height: 1.5;
		text-align: center;
}

.sp,
.br-sp {
	display: none;
}

@media screen and (max-device-width: 812px) {

	.pc,
	.br-pc {
		display: none;
	}

	.sp, .br-sp {
		display: block;
}

#copyimg{
	width:90%;
}

.title{
	width: 95%;
	margin: 0 auto 30px;
	padding: 20px 0 0 0;
}

#hp{
	/*width:30%;*/
}
	
#form-wrap{
	width:95%;
}	
	
}

#form-wrap h5{
	padding:0.5em 1em;
	font-size:1.0em;
	font-weight:bold;
	color:#333;
	background:#b4eff5;
	margin:0;
	text-align:left;
	line-height: 1.5;
}

#form-wrap h5 .ques{
	color:#f76fcf;
	font-size:1.2em;
	margin-right:0.2em;
}

#form-wrap p{
	padding:0.5em 1em;
	text-align:left;
	margin:0 auto;
	line-height: 1.5;
}

.txt-s{
	/*font-size:0.8em;*/
}

.txt-l{
	text-align:left;
	margin-left:1em;
}

span.r{
	display:block;
	margin-bottom:0.2em;
}

/*文字色に関するスタイル*/

.red{
	color: #E50012;
    line-height: 1.9;
}

.blu{
	color:#ff5489;
	line-height: 1.5;
	font-size: 20px;
	/* padding: 18px 0; */
}

.th-txt {
	width: 95%;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: bold;
}

/*応募フォームのスタイル*/

.hint-message, .confirm-message{
	line-height:1.5em;
  margin-bottom:0.5em;
}

input[type="text"],input[type="email"],select,textarea
{font-size:120%; padding:8px; height:auto; margin:0.2em 0 0;vertical-align:top;
 width:95%;}

input,select{
	border-radius:5px;
}


.form-wrap p{
	font-size:14px;
	line-height:1.2em;
	vertical-align:top;
	margin-bottom:1.8em;
}

input[type="text"]
{height:auto;}

input[type="radio"],input[type="checkbox"]
{margin-right:0.2em;}

input.but{
   background-color: #f949a6;
   color: white;
   width:210px;
   height:50px;
   border-radius:18px;
   font-size:25px;
   font-weight:bold;
   border:none;
   margin:8px;
}

input.but:hover{
   background-color: #e73392;
}


#zip2address{
	font-size:12px;
	padding:3px;
}

.autoConfirmVal{
	color:#000;
}

.note {
    width: 90%;
    margin: 30px auto;
    text-align: justify;
}

.note-txt {
  padding: 10px 0;
		line-height: 1.5;
}

.pos {
	width: 70%;
	max-width: 400px;
	margin: 0 auto;
}	

@media screen and (max-width: 812px) {
	
#wrapper {
	width:100%;
	margin:0 auto;
}		
	
.cont-wrap {
    width: 90%;
    margin: 0 auto;
}
	
.hint-message, .confirm-message{
	width: 90%;
  margin:0 auto;
}	
	
p {
    text-align: justify;
				line-height: 1.5;
}	
	
.red {
    width: 100%!important;
}	
	
input.but{
   width:100%;
   height:60px;
	margin: 0 auto 15px;
}	
	
.pos {
    width: 70%;
				max-width: 450px;
				margin: 0 auto;
}	
	
.logo-link {
    margin: 0;
}	
	
}

/* .share-btn {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 2px;
	margin:  20px auto 30px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;

} */

/* .share-btn a {
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #f77ec8;
	border: 1px solid  #f77ec8;
	border-radius: 50px;
}

.share-btn a:hover {
	color: #f77ec8;
	background: #fff;
}

.ig-btn {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 390px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 20px auto 30px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
}

.instagram {
	padding: 1.1em 0;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #f77ec8;
	border: 1px solid  #f77ec8;
	border-radius: 50px;
}

.instagram:hover {
	color: #f77ec8;
	background: #fff;
} */


/* cp */

/* .cp {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	margin: 30px auto;
	background-color: #edeeff;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 24px);
	width: 85%;
	max-width: 600px;
	font-family: "M PLUS Rounded 1c", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.cp-ttl {
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	color: #f750b6;
	border-bottom: dotted 2px #f750b6;
	text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0 5px #fff, -5px 0 5px #fff, 0 5px 5px #fff, 0 -5px 5px #fff;
}

.cp-ttl span {
	font-size: 15px;
	display: block;
	margin: 0 0 10px;
	line-height: 1.5;
}

.cp-lead {
	font-size: 14px;
	text-align: justify;
	line-height: 1.5;
	padding: 10px 0 20px;
	font-weight: bold;
}

.cp-txt-box {
	background: #fff;
	padding: 25px 0;
	border-radius: 10px;
	border: 4px solid #c9cbf7;
	width: 80%;
 margin: 0 auto;
}


.cp-txt {
	text-align: justify;
	line-height: 1.5;
}

.cp-txt span {
	font-weight: bold;
	display: inline-block;
	padding: 0 0 5px;
}

.cp-note {
	line-height: 1.5;
	text-align: justify;
	font-size: x-small;
	padding: 30px 0 0;
}


@media screen and (min-width: 812px) {

	.cp {
		padding: 40px;
	}


.cp-lead,
	.cp-txt {
		text-align: center;
		line-height: 1.7;
}

} */

/* 壁紙プレゼント枠 */
.wallpaper-present {
  background: #fff;
  border: 2px solid #ffb6e6;
  border-radius: 16px;
  padding: 24px 10px 18px 10px;
  margin: 30px auto 30px auto;
  max-width: 600px;
  box-shadow: 0 2px 8px rgba(255,182,230,0.08);
/*	display: none;*/
}
.wallpaper-present h4 {
  color: #ff5489;
  font-size: 1.5em;
  margin: 20px auto;
}
.wallpaper-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.wallpaper-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(200,200,200,0.10);
  padding: 16px 12px 18px 12px;
  text-align: center;
  width: 180px;
}
.wallpaper-item img {
  border-radius: 8px;
  margin-bottom: 8px;
		width: 100%;
}
.dl-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 24px;
  background: #ff5489;
  color: #fff!important;
  border: none;
  border-radius: 24px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(249,73,166,0.10);
}
.dl-btn:hover, .dl-btn:focus {
  background: #ff64ae;
  color: #fff;
		text-decoration: none;
}

@media screen and (max-width: 600px) {
  .wallpaper-list {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .wallpaper-item {
    width: 90%;
    max-width: 320px;
  }
}