@charset "UTF-8";


body {
    background-image: url(../images/common/bg6.png);
}


/* css common 
---------------------------------------------------------- */
#wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 10000;
    background: #FFFFFF;
}

#main, .box, .box_full{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#header{
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
}
#h_box{
	padding: 10px 0;
	position: relative;
}

#head_warp{  }

#h_left {
	width: 200px;
	float: left;
	transition: all .3s ease-out;
}
#h_right {
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 240px;
	box-sizing: border-box;
	padding-top: 10px;
}

#logo{
	position: absolute;
	left: 220px;
	top: 23px;
}
#logo li{
	display: inline-block;
	margin-left: 5px;
}
#logo li img{
	width: auto;
	height: 27px;
}

/* btn_contact */
a.btn_contact{
	display: inline-block;
	background: #e5e5e5;
	color: #333;
	text-decoration: none;
	padding: 5px;
	min-width: 102px;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
}
a.btn_contact:hover{
	background: #1d854d;
	color: #FFF;
}

/* search */
.tel_top{
	width: 210px;
	position: absolute;
	right: 0;
	top: 18px;
}


/* footer 
---------------------------------------------------------- */
footer{
	margin-top: 100px;
}
footer:before{
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

#footer {
	padding: 20px 0;
	background:#3e9d0e;
}
#footer ul{
	display: inline-block;
}
#footer li{
	display: inline-block;
	margin-right: 30px;
}
#footer li a{
	color: #FFF;
	text-decoration: none;
}
#footer li a:hover{ opacity: 0.6;}

#footer_box.box.clearfix{
	text-align:center ;
}



/* --- copy_right --- */
#copy_right{
	padding: 10px 0;
}
#copy_right p{
	color: #999;
	font-size: 80%;
}

/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }
.ssp{ display: none; }




/* main
---------------------------------------------------------- */
.form {
    width: 950px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    background-color: #fff;
}

.form_guid {
	width: 90%;
	margin: 10px auto;
}

.campaign_wrap {
    width: 950px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 20px;
	border: 4px solid #00810f;
}

.campaign_wrap #campaign_introduction {
	width:95%;
	margin:0 auto;
}

.campaign_wrap #campaign_process {
	width:95%;
	margin:0 auto;
}

.campaign_wrap #campaign_guide {
	width:95%;
	margin:0 auto;
}

.campaign_wrap #campaign_requirements {
	width:95%;
	margin:0 auto;
}

/* メインビジュアル */
.mv_wrap {
	text-align: center;
}
#mv {
	width:950px;
	margin: 0 auto;
}

#main_visual_sub{
    /* background: url(../images/common/bg_main_visual.jpg); */
    padding: 10px 0;
    width: 100%;
    /*height: 130px;*/
    vertical-align: middle;
    display: flex;
    background: white;
    font-size: 120%;
    text-align: center;
    align-items: center;
}

#main_visual_sub h2{
	font-size: 220%;
	font-weight: bold;
	padding:10px 0px;
}



/* キャンペーン紹介・ボタンメニュー */
#campaign_menu {
    width: 100%;
    background-color: #00810f;
    /* background-image: repeating-linear-gradient(-45deg,
   #3f8b48, #3f8b48 20px,
   transparent 0, transparent 40px); */
    padding: 0;
}

div.campaign_date {
    width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

div.campaign_date span {
    font-size: 15px;
    font-weight: bold;
    /* float: left; */
    border: 2px #00b215 solid;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #FFFFFF;
    margin: 15px 10px 1px 10px;
}

div.campaign_date p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 15px 5px 1px 5px;
    display: inline-block;
    vertical-align: middle;
}

div.campaign_detail {
	width: 950px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

ul.nav_menu {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

ul.nav_menu li {
	margin: 15px 30px;
}

ul.nav_menu li a {
	display: block;
    color: #292929;
    font-size: 21px;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px 30px 2px;
    background-color: #ffff99;
	box-shadow: 0 3px 0 0 #ccc100;
    text-decoration: none;
}

ul.nav_menu li a:hover {
	transform: translateY(2px);
	box-shadow: 0 1px 0 0 #ccc100;
}



/* タイトル */
.campaign_wrap h3 {
    color: #FFFFFF;
    font-size: 24px;
    background-color: #00810f;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    margin: 20px 0 15px;
}

.campaign_wrap h4 {
	color: #00810f;
	font-size: 24px;
	padding: 5px 30px 3px ;
	border-bottom:#00810f 2px solid;
	margin-bottom:15px;
}


/*キャンペーン要項*/
.campaign_wrap #campaign_requirements h1 {
	text-align: center;
    font-size: 30px;
    padding-top: 30px;
}

/* 賞品紹介 */
ul.introduction_detail {
	width:90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align:center;
}

ul.introduction_detail 2 {
	width:90%;
	margin: 0 auto;
	text-align:center;
}

ul.introduction_detail li,ul.introduction_detail2 li {
	width:auto;
	margin: 15px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;

}

ul.introduction_detail li span,ul.introduction_detail2 li span {
	display: flex;
	justify-content: center;
	font-size:20px;
}


/* 応募方法 */
.campaign_process_item {
	width:95%;
	margin: 0 auto;
	padding: 10px;
}

.campaign_process_item li {
	font-weight: bold;
}

.campaign_process_item li.item_attention {
	font-size: 90%;
	color: red;
}

.campaign_process_item li.item_guidance {
	margin-top: 30px;
	display: flex;
    justify-content: center;
}

.campaign_process_item div.howto_btn {
	width:50%;
    margin: 20px auto;
}

.campaign_process_item div.howto_btn a {
    color: #c7000b;
    display: flex;
    font-weight: bold;
    font-size: 130%;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    border: 5px solid #c7000b;
    box-shadow: 1px 5px 0 0 #ac000a;
    justify-content: center;
}

.campaign_process_item div.howto_btn a:hover {
	transform: translateY(5px);
	box-shadow: 0 2px 0 0 #ac000a;
}

.campaign_process_item div.apply_btn {
	width:50%;
    margin: 5px auto 20px auto;
}

.campaign_process_item div.apply_btn a {
    color: #c7000b;
    display: flex;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    border: 5px solid #c7000b;
    box-shadow: 1px 5px 0 0 #ac000a;
    justify-content: center;
}

.campaign_process_item div.apply_btn a:hover {
	transform: translateY(5px);
	box-shadow: 0 2px 0 0 #ac000a;
}

.campaign_process_item .case, .campaign_process_item .case li {
	background: #fff;
	box-sizing: border-box;
}
.campaign_process_item .case {
	margin-bottom: 41px;
	padding:0px;
	font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	overflow: hidden;
}
.campaign_process_item .steps {
	margin: 0 34px 40px 0;
	vertical-align: top;
}
.campaign_process_item .steps, .campaign_process_item .pack {
	display: inline-block;
	width: 47%;
}
.campaign_process_item .pack {
	padding-top: 6px;
}
.campaign_process_item .case li {
	border: 5px solid #0d8550;
	position: relative;
	margin: 44px 0 59px;
	padding: 50px 12px 30px 12px;
	text-align: center;
}
.campaign_process_item .case li:nth-child(2) {
	padding-bottom: 41px;
}
.campaign_process_item .case li:last-child {
	padding: 42px 0 38px 0;
	margin: 0;
}
.campaign_process_item .case li:last-child::before {
	content: none;
}
.campaign_process_item .case li:last-child span {
	margin-bottom: 17px;
}
.campaign_process_item .btn_twitter {
	border-radius:6px;
	color: #fff;
	font-weight: bold;
	margin: 10px auto 0;
	display: table;
	padding: 16px 60px 14px 65px;
	border-bottom: 2px solid #999;
	background: url(../images/common/ico_x.png?20250725) center left 19px/50px no-repeat, #000;
	transition: all ease .3s;
	letter-spacing: .7px;
	overflow: hidden;
}
.campaign_process_item .btn_twitter:hover {
	background: url(../images/common/ico_x.png?20250725) center left 19px/50px no-repeat, #000;
	border-bottom: 2px solid #003f66;
}

.campaign_process_item .case li::after, .campaign_process_item .case li::before {
	content: "";
	position: absolute;
}
.campaign_process_item .case li::before {
	width: 37px;
	height: 17px;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/common/ico_arrow.png) center/100% no-repeat;
}
.campaign_process_item .case li::after {
	top: -44px;
	left: 25px;
	width: 80px;
	height: 80px;
}
.campaign_process_item .case li p {
	font-weight: bold;
	font-size: 14px;
}
.campaign_process_item .case li:first-child p, .campaign_process_item .case li:nth-child(2) p {
	font-size: 18px;
}
.campaign_process_item .case li:first-child span, .campaign_process_item .case li:last-child span {
	display: block;
}
.campaign_process_item .case li:first-child span {
	font-size: 24px;
	letter-spacing: 2px;
}
.campaign_process_item .case li:last-child span {
	font-size: 22px;
}
.campaign_process_item .case li:last-child::after {
	background: url(../images/common/img_step03.png) center/100% no-repeat;
}
.campaign_process_item .case li:first-child::after {
	background: url(../images/common/img_step01.png) center/100% no-repeat;
}
.campaign_process_item .case li:nth-child(2)::after {
	background: url(../images/common/img_step02.png) center/100% no-repeat;
}

.item_explain_how {
	text-align: center;
    color: #b90000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.campaign_process_item li.item_explain_2 {
	display: flex;
	justify-content: center;
	font-size: 20px;
}

.campaign_process_item .notice {
	color: #e00000;
	font-weight: bold;
	padding: 25px 15px;
	box-sizing: border-box;
	border: 3px solid #e00000;
}

.campaign_process_item h4.campaign_orekuro_subtitle {
	color: #0069a5;
	border-color: #0069a5;
	font-size:30px;
}

span.first {
	font-weight:bold;
	font-size: 110%;
	color: #0068b7;
}

span.second {
	font-weight:bold;
	font-size: 110%;
	color: #eb6da5;
}

span.third {
	font-weight:bold;
	font-size: 110%;
	color: #33CC33;
}

span.pfirst {
	color: #0068b7;
}

span.psecond {
	color: #eb6da5;
}

span.pthird {
	color: #33CC33;
}

.cform {
	width: 90%;
	margin: 0 auto;
}

.cform tr {
	border-bottom: solid 1px #d6d6d6;
}

.cform th {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	width: 40%; /*変なところで改行される場合はここの数字を変更します。*/
	padding: 10px 0px 10px 15px;
	font-weight: bold;
	margin-right: 20px;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	padding: 10px 0px 10px 10px;
	vertical-align: top;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.form_area h4 {
	color: #00810f;
	font-size: 140%;
	padding: 5px 30px 3px ;
	border-bottom:#00810f 2px solid;
}

.cform option,.cform textarea,.cform input {
	width: 90%;
}

.required-srt {
	font-size: 8pt;
	padding: 2px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}

.error {
	color: #ff0000;
	vertical-align: top;
}


.privarypolicy {
	text-align: center;
}

.submit-btn input {
    background: #00142c;
    display: block;
    max-width: 650px;
    min-width: 250px;
    min-height: 50px;
    margin: 30px auto;
    border: 1px #00142c solid;
    font-size: 21px;
    text-align: center;
    padding: 5px;
    color: #fff;
    transition: all 0.4s ease;
	border-radius: 5px;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.ns-box {
    border-style: solid!important;
    border-color: #aaaaaa;
    background-color: #fafafa;
    font-size: x-large;
    margin-bottom: 20px;
}

.mw_wp_form_preview .campaign_kiyaku {
  display: none;
}
.mw_wp_form_preview .privarypolicy {
  display: none;
}
.cform .required::after {
/*
	content: "必須";
	color: #ffffff;
	background: #e10000eb;
	font-size: 0.8em;
	padding: 0.3em;
	border-radius: 0.5em;
	margin-left:0.3em;
	*/
}

/* 応募規約 */
.campaign_kiyaku {
	margin: 20px auto;
	width:80%;
	padding: 10px ;
}
.campaign_kiyaku span {
	font-size:12px;
}

.campaign_kiyaku ol {
	list-style: numbers!important;
	height:150px;
	border: 1px solid #999999;
	overflow:hidden;
	overflow-y:scroll;
	padding:20px 20px 20px 30px;
}

.campaign_kiyaku ol li {
	font-size:12px;
}


.form_area {
    border: 2px solid #00810f;
    margin: 0 auto;
    border-radius: 5px;
}

.form_area #cform-customer, .form_area #cform-store, .form_area #cform-file {
    width: 90%;
    margin: 0 auto;
	padding: 10px;
}

.cform_explain {
	font-size: 80%;
	padding: 0 30px;
}

.cform_explain2 {
	font-size: 80%;
	color:red;
}

#campany {
    margin: 0 auto;
    display: block;
    background: #00810f;
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 10px;
}


/* 応募要項 */
#campaign_guide .title_sub {
	font-size: 24px;
    margin-bottom: 22px;
    text-align: center;
    font-weight:bold;
}

#campaign_guide ul.list_style_num {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
#campaign_guide ul.list_style_disc {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
#campaign_guide ul.list_style_note {
	padding-left: 14px;
	background: url(../images/common/ico_note.png) top 5px left/13px no-repeat;
}

.tb_style {
	width: 90%;
	border:2px solid #CCCCCC;
	margin: 0 auto;
}

.tb_style th {
	width: 20%;
	vertical-align: middle;
	text-align: center;
	padding: 28px 20px;
}
.tb_style tr:nth-child(2n+1) {
	background: #dcdcdc;
}
.tb_style td {
	padding: 5px 20px 5px 10px;
	vertical-align: middle;
}
.tb_style, .tb_style th, .tb_style td {
	box-sizing: border-box;
	border-collapse: collapse;
	font-size:85%;
}

br.sp{
	display:none;
}

.mw-wp-form_image img {
	max-width:300px;
	max-height:300px;
}





.bg_gray{
	background: #f5f5f5;
	padding: 3%;
}
.container .item_box img {
	width: 154px;
	height: 40px;
}
.container .item_box img.contentsbanner{
	width: 154px;
	height: 40px;
	object-fit: none;
}
.banner li{
	width: 24.2%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	transition: all .3s ease-out;
}
.banner li:nth-child(4n+1){
	margin-left: 0;
}
.banner li img{
	border: 1px solid #999;
	box-sizing: content-box;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	border-radius: 5px;
}
.category_page .banner li a{
	display: block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.category_page .banner li a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-color: #3E9D0E;
	background-color: #c9f4c6;
}
div.campaign_date#comic {
	padding-bottom:12px;
}
#operation .transition ul {
	display:inline-block;
}
#operation .transition li {
	display:block;
	max-width:44%;
	float:left;
	margin:5px;
	position: relative;
  	left: 4%;
}
#operation .transition li img {
    margin:5px;
}

@media only screen and (max-width:1230px) {
body, #wrapper, .box_full, .box{
	width: 100%;
	min-width: 100%;
}
}

@media only screen and (max-width:999px) {
.campaign_process_item .steps, .campaign_process_item .pack {
	width : 100%;
}
.campaign_wrap {
	width: 99%;
	min-width: 99%;
}
#mv {
	width: 99%;
}
div.campaign_date{
	width: 99%;
}
div.campaign_date#comic {
	padding-bottom:0;
}
.form {
	width: 99%;
}
}