@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#FBEBF5;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 img {
	width: 100%;
	text-align: center;
	margin: 2% 0;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #03C;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 116%;
	font-weight: bold;
	display: block;
	width: 49%;
	float: left;
	margin: 0;
    padding: 3% 0.4%;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
	color: #fff;
}

.topNavi ul li:nth-child(n+3) { /*3番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(odd) { /*奇数*/
	border-left: none;
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.borderBox {
	display: inline-block;
	padding: 4% 5%;
	border: solid 3px #ff6600;
	position: relative;
	font-size: 123.1%;
    text-align: center;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 700;
}

.borderBox:after {
	content: "";
	border: solid 1px #ff6600;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(99.4% - 6px);
	height: calc(99.4% - 6px);
}

.borderBox strong {
    font-size: 110%;
    color: #FF0000;
}

/*◆slide*/
.slide-wrap {
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 60%;
	text-align: center;
}

.slide-box img {
	width: 100%;
	text-align: center;
}

.slide-box p.label {
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	height: 64px;
	padding: 2% 0;
}

.slide-box p.detail {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 3%;
	text-align: left;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 500;
}

/*◆賞品*/
.presentBox {
	font-size: 123.1%;
}

.presentBox .photo {
	text-align: center;
	width: 100%!important;
	padding-bottom: 2%;
}

.presentBox .photo img,
.presentBox .detail img {
	width: 100%!important;
}

.presentBox .detail {
	width: 100%;
}

/*◆応募要項*/
.lead {
	font-size: 123.1%;
	font-weight: bold;
	/*color: #BD00AB;*/
	color: #F00;
	/*border: solid 3px #BD00AB;*/
	border: solid 2px #F00;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-top: 2%;
}

.guideBox {
	font-size: 123.1%;
	line-height: 1.6;
	margin: 1% 0 4%;
}

.guideBox span {
	font-size: 110%;
	font-weight: bold;
}


ul.guideList {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 1%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '■';
}

/*◆利用規約*/
.ouboBox {
	display: block;
	background: #FFF;
	padding: 2%;
	border: 3px solid rgba(000,000,000,0.1);
}

.ouboBox dt {
	font-size: 123.1%;
	text-align: center;
	border-bottom: 1px solid rgba(000,000,000,0.1);
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
}

.ouboBox dd {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 200px;
}

.ouboBox dd p {
	margin-top: 4%;
}

.ouboBox dd p strong {
	display: block;
	color: #C00;
	font-size: 123.1%;
	margin-bottom: 1%;
}

.ouboBox dd p span {
	display: block;
	font-size: 123.1%;
	line-height: 150%;
	padding: 0 0 0 1%;
	font-weight: normal;
}

/*◆list横並び*/
.itemList4 {
	float: left;
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 48%;
	padding: 1%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 4%;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 94%;
  margin: 2% 3% 4%;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
    display: block;
    padding: 6% 3%;
    background: #F60;
    border-radius: 5px;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 2% 3%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 400px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
	width: 100%;
	text-align: center;
}

h2 img {
	margin: 10px 0;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
    background: #03C;
	text-align: center;
}

.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.topNavi ul li {
	display: inline;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    padding: 5px 30px;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

/*◆イントロ*/
.borderBox {
    width: 850px;
	margin: 20px auto 10px;
	padding: 20px 20px;
	border: solid 3px #ff6600;
	position: relative;
	font-size: 182%;
	line-height: 1.5;
    text-align: center;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 700;
}

.borderBox:after {
	content: "";
	border: solid 1px #ff6600;
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.borderBox strong {
	font-size: 150%;
	line-height: 1.5;
	text-align: center;
    color: #FF0000;
}

/*◆slide*/
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-box {
  width: 33.33333%;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 5%;
}

.slide-box p.label {
  font-size: 153.9%;
  font-weight: bold;
  height: 76px;
  text-align: center;
}

.slide-box p.detail {
	font-size: 138.5%;
	line-height: 1.5;
	padding: 10px 10px 0;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 700;
}

/*◆賞品*/
.presentBox {
	font-size: 123.1%;
	line-height: 1.4;
    text-align:  center;
}

.presentBox .photo {
	float: left;
	margin-right: 20px;
}

.presentBox .photo img {
	width: 300px;
	height: auto;
}

.presentBox .detail {
	width: 100%;
    text-align:  center;
}

/*◆応募要項*/
.lead {
	font-size: 153.9%;
	font-weight: bold;
	/*color: #BD00AB;*/
	color: #F00;
	/*border: solid 3px #BD00AB;*/
	border: solid 3px #F00;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-top: 10px;
}

.guideBox {
	font-size: 123.1%;
	line-height: 1.6;
	margin: 10px 0 30px;
}

.guideBox span {
	font-size: 140%;
	font-weight: bold;
}

ul.guideList {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 10px;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
	list-style: none;
}

ul.guideList li:before {
	content: '■';
}

/*◆利用規約*/
.ouboBox {
	display: block;
	background: #FFF;
	padding: 25px;
	margin-top: 10px;
	border: 3px solid rgba(000,000,000,0.1);
}

.ouboBox dt {
	font-size: 182%;
	text-align: center;
	border-bottom: 1px solid rgba(000,000,000,0.1);
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
}

.ouboBox dd {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 300px;
}

.ouboBox dd p {
	margin-top: 20px;
}

.ouboBox dd p strong {
	display: block;
	color: #C00;
	font-size: 138.5%;
	margin-bottom: 8px;
	font-weight: bold;
}

.ouboBox dd p span {
	display: block;
	font-size: 123.1%;
	line-height: 200%;
	padding: 0 0 0 10px;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #F60;
	border-radius: 5px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

}