@charset: utf-8;

body{
background-color:#fdd000;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.4;
font-size:14px;
-webkit-text-size-adjust: 100%;
}
a img {
    border: none;
    transition: 0.5s;
    opacity: 1; }
a:hover img {
    transition: 0.5s;
    opacity: 0.7; }
a {
    color: #d6000f;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
#header ul{
	margin:0;
	padding:0;
}	
#header {
   position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
	z-index:999;
	border-bottom:3px solid #d6000f;
}
#header .follow {
    position: fixed;
    top: 0;
}
#header a {
    color:#d6000f;
    text-decoration:none;
}
#header ul {
    width:100%;
    overflow:hidden;
    list-style:none;
    margin:0 auto;
}
#header ul li {
    width:16%;
    float:left;
    padding:30px 2% 15px;
    background:#fff;
    transition: 0.5s;
    opacity: 1; 
	font-size: 12px;
}
#header ul li.header_sns {
    float: left;
    width:24%;
	padding:0;
}
#header ul li.header_sns ul {
    width: 200px;
    float: right;
}

#header ul li:hover {
    transition: 0.5s;
    opacity: 0.7;
}
#header ul li.header_logo{
	float: left;
	width:12%;
	padding:10px 2% 5px;
}
#header ul li.header_logo img{
	width:70px;
}

@media screen and (max-width: 735px) {
    #header ul li {
        width:30%;
        float:left;
        padding:5px 1.5%;
        background:#fff;
        transition: 0.5s;
        opacity: 1; 
    }    
    #header ul li.header_sns {
        clear: both;
        float: none;
        width: 100%;
        height: 60px;
    }
    #header ul li.header_sns ul {
        width: 200px;
        float: none;
		padding-bottom:10px;
    }
    #header ul li.header_sns ul li {
    width: 20%;
    float: left;
    }
    #header ul li.header_logo {
        float: left;
        width: 30%;
		padding:10px 0 0;
		height:70px;
		    }
}



.mbbig {
    margin-bottom: 80px;
}
#camp20th_wrapper {
    width: 960px;
    margin: 120px auto 0;
    color: #d6000f;
}
#camp20th_wrapper .title {
    margin-bottom: 20px;
}
#camp20th_wrapper .title .logo {
    float: left;
}
#camp20th_wrapper .title .text {
    width: 720px;
    text-align: center;
    float: right;
}
#camp20th_wrapper .title .text span {
    font-size: 50px;
    font-weight: bold;
}
#camp20th_wrapper .title .text span.date {
    font-size: 30px;
}
#camp20th_wrapper .title .text span.week {
    font-size: 22px;
}
#camp20th_wrapper .lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.0;
}
.cam_title{
    font-size: 34px;
    position: relative;
    font-weight:bold;
    line-height: 1.2;
    color:#d6000f;
    height:180px;
    width: 960px;
    margin:0 auto 40px;
    padding: 0;
}
.cam_title .text{
    position: absolute;
    top:0;
    left: 0; 
    right:0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    text-align: center;    
}
.cam_title .text20th{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 10%;
    text-align: center;    
}
.cam_title .text20th span{
    font-size: 18px;   
}
/* IE8以下 */
.cam_title .text,
.cam_title .text20th {
  padding-top: 5%\9;
}
.white_box {
    border: 1px solid #d6000f;
    background: #ffffff;
    padding: 50px 50px 40px;
    text-align: center;
    box-sizing: border-box;
}
.white_box p {
    font-size: 20px;
    color: #333333;
}
.white_box .red_button {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    background: #d6000f;
    width: 350px;
    text-align: center;
}
.sns_b_icon {
    margin:0 auto 20px;
    width: 230px;
}
.sns_b_icon li {
    list-style-type: none;
    float: left;
    margin-right: 23px;
}
.sns_b_icon li:last-child {
    margin-right: 0;
}
.red_big_button {
    display: block;
    margin: 0 auto 30px;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 24px;
    color: #ffffff;
    background: #d6000f;
    width: 565px;
    text-align: center;
}
.footer_link {
    text-align: center;
    margin-bottom: 30px;
}
.copyright {
    text-align: center;
    margin-bottom: 30px;
}
.anchor {
    height: 80px;
}
	.coupon{
		margin-bottom:20px;
	}
	.white_box p.small{
		font-size:14px;
	}
@media screen and (max-width: 735px) {

    #camp20th_wrapper {
        width: 96%;
        margin: 140px 2% 0;
        color: #d6000f;
    }
    #camp20th_wrapper .title .logo {
        float: none;
        text-align: center;
		margin-bottom:20px;
    }
    #camp20th_wrapper .title .text {
        width: 100%;
        float: none;
    }
    #camp20th_wrapper .title .text span {
        font-size: 25px;
        font-weight: bold;
    }
    #camp20th_wrapper .title .text span.date {
        font-size: 16px;
    }
    #camp20th_wrapper .title .text span.week {
        font-size: 14px;
    }
    #camp20th_wrapper .lead {
        font-size: 15px;
        line-height: 1.5;
    }
.white_box .red_button {
        width:90%;
        font-size: 15px;
    }
    .cam_title{
        font-size: 20px;
        width: 100%;
        height: auto;
    }
    .cam_title .text{
        padding: 0 25%;
    }
    .cam_title .text20th{
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 0 25%;
        text-align: center;    
    }
    .cam_title .text20th span {
        font-size: 14px;
    }    
    .cam_title img{
        width: 100%;
        height: auto;
    }
    .cam_contents{
    	width:100%;
    	padding:70px 10px 10px ;
    	box-sizing:border-box;
    }
    .cam_bnr, .cam_bnr img{
        width:100%;
    }
    .white_box {
        width: 100%;
        padding: 20px 10px;
    }
    .white_box p {
        font-size: 16px;
        color: #333333;
    }
    .sns_b_icon {
        margin:0 auto 20px;
        width: 100%;
    }
    .sns_b_icon ul {
        width: 100%;
    }
    .sns_b_icon li {
        width: 24%;
        margin-right: 0;
    }
    .sns_b_icon li:last-child {
        margin-right: 0;
    }
    .red_big_button {
        font-size: 15px;
        width: 100%;
    }
    .anchor {
        height: 130px;
    }
	.coupon img{
		width:100%;
	}
}

/*規約*/
.youkou {
	height: 300px; /* 本文領域の高さ */
	overflow: scroll; 
	border:1px solid #C1C1C1;
	padding:20px 30px 20px 20px;
	box-sizing:border-box;
}
    .youkou ul, .youkou ol, .youkou p{
    margin:0 0 20px;
    padding:0;
    font-size:14px;
    color:#000;
    text-align:left;
    }
    .youkou ul{
    list-style:none;
    padding:0;
    text-indent:-1em;
    padding-left:1rem;
	margin-bottom:0;
    }
    .youkou ol{
    padding-left:2rem;
    }
.youkou .ttl{
	font-weight:bold;
	color:#d6000f;
	border-bottom:2px solid #d6000f;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:5px;
	text-align:left;
}
.youkou_ttl{
	font-weight:bold;
	background-color:#d6000f;
	color:#fff;
	padding: 5px 15px;
	text-align:left;
}
@media screen and (max-width: 735px) {
.youkou {
	height: 200px; /* 本文領域の高さ */
	padding:10px 20px 10px 10px;
}
}
/*#cboxLoadedContent{
	background-color:#FFFFFF !important;
}
#colorbox{
	width:640px !important;
}
#cboxOverlay{
	background-color:#fee77f !important;
}
.youkou{
	width:640px;
	padding:20px 30px 20px 20px;
	box-sizing:border-box;
}
.youkou .ttl{
	font-weight:bold;
	color:#d6000f;
	border-bottom:2px solid #d6000f;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-left:5px;
}
@media screen and (max-width: 735px) {
#colorbox{
	width:90% !important;
}
.youkou{
	width:100% !important;
	padding:20px;
	box-sizing:border-box;
}
} /colbox*/

.header_sns_sp{
	display:none;
}
@media screen and (max-width: 735px) {
.header_sns_sp {
	display:inline;
}
#header ul li.header_sns_sp{
	width:70%;
	height:75px;
	float:left;
	padding:0;
}	
#header ul li.header_sns_sp ul li{
	width:25%;
	float:left;
	padding:25px 0 0;
}
.header_sns {
	display:none;
}
#header ul li.header_logo img{
	width:65px;
}
#header ul li.header_logo{
	height:65px;
}
	.cam_title .text{
		padding:15px 25% 0;
	}
}
#slider_jkt01 img,
#slider_jkt02 img,
#slider_jkt03 img,
#slider_jkt04 img {
    width: 20%;
    float: left;
}
#arrows, #arrows2 {
    width: 100px;
    margin: 0 auto;
}
#slider_jkt01,
#slider_jkt02,
#slider_jkt03,
#slider_jkt04 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    padding: 0 30px;
}
#slider_copy01,
#slider_copy02,
#slider_copy03,
#slider_copy04 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}
@media screen and (max-width: 735px) {
#slider_jkt01,
#slider_jkt02,
#slider_jkt03,
#slider_jkt04 {
    padding: 0;
}
}
.slick_container{
	margin-bottom:40px;
}
#slider_box {
    height: auto;
    widows: 80%;
    margin: 0 auto 20px;
    overflow: hidden;
}
#slider000 {
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
}
.slick_container .slick-slide{
	font-size:20px;
	text-align:left;
}
.slick_container ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider_jkt{
	position:relative;
}
.slick-arrow{
text-indent:100%;
white-space:nowrap;
overflow:hidden;
background:none;
border:none;
padding:0;
width:30px;
height:144px;
}
.slick-prev{
	background:url(../slide_prev.png) no-repeat 0 0;
	position:absolute;
	z-index:2;
    left: 0;
}
.slick-next{
	background:url(../slide_next.png) no-repeat 0 0;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
}
@media screen and (max-width: 735px) {
.slick-arrow{
	width:0;
	height:0;
}
.slick-prev, .slick-next{
background:none;
}
}
.year_category{
	color:#d6000f;
	font-size:26px;
	font-weight:bold;
	border-bottom:3px #d6000f solid;
	width:250px;
	margin:0 auto 20px;
}
.year{
	font-size:26px;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:5px;
}
.copy{
	padding:2px 0 5px 10px;
	display:block;
	float:left;
	width:670px;
}
@media screen and (max-width: 735px) {
.slick_container{
	margin-bottom:20px;
}
.slick_container .slick-slide{
	font-size: 16px;
}
	.year_category{
	font-size:20px;
	width:200px;
	margin-bottom:10px;
	}
.year{
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	float:none;
}
.copy{
	font-size:16px;
	padding:0;
	margin-bottom:10px;
	text-align:center;
	float:none;
	width:100%;
}
}
.slick-list draggable{
	margin-bottom:40px;
}