@charset "utf-8";

/*　タイアップサイト用
-------------------------------------------------*/
@media screen and (min-width:768px) {
	body {
	  text-align:center;
	}
}

body {
	text-align:center;
}

#tieup {
  border-bottom:1px solid #ddd;
  text-align:center;
  color:#000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:1.7em;
  width:100%;
  overflow-x:hidden;
}


@media all and (-ms-high-contrast:none){
  #tieup { 
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   } 
}

@media screen and (min-width:950px) {
	#tieup {
		font-size:16px;
	}
}

#tieup a:link,
#tieup a:visited {
  color:#030303;
}

#tieup a:link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  transition:0.5s
}

#tieup a:hover {
  text-decoration:none;
  color:#666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  transition:0.5s;
}

#tieup * {
	box-sizing: border-box;
}

img {
	max-width:100%;
	height: auto;
    vertical-align: middle;
}

/*　枠組み
----------------------------------------------------------*/
.c-container {
	box-sizing: content-box !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 2;	
	padding-left: 25px;
	padding-right: 25px;
}

.c-d-md-flex,
.c-d-lg-flex {
    justify-content: space-between;
}

.c-flex-img {
	padding: 30px 0 0 0;
}

@media screen and (min-width:758px) {

	.c-w-910 {
		max-width: 910px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.c-w-860 {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
    
    .c-w-800 {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.c-w-730 {
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
	}

	.c-w-640 {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
    
    .c-w-600 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.c-flex-txt {
		width: 50%;
	}
	
	.c-flex-img {
		width: 45%;
		padding: 8px 0 0 0;
	}
	
	.c-slider {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}
}  

@media screen and (max-width:757px) {
	
	.c-flex-img {
		text-align: center;
	}
	
	.c-flex-img img {
		width:80%;
	}
	
}


/*　アキ調整
----------------------------------------------------------*/

@media screen and (min-width:950px) {
}

.c-section {
	padding: 35px 0 40px 0;
}

@media screen and (min-width:758px) {
	
	.c-section {
		padding: 80px 0 120px;
	}
}


/*　テキスト
----------------------------------------------------------*/
.c-text-01 + .c-text-01 {
	margin-top: 1.5em;
}

.c-text-white * {
	color: #FFF !important;
}

/*.c-caption */

.c-caption {
	font-size: 80%;
	padding-top: 1em;
	color: #666;
	line-height: 1.3;
}

.c-caption.c-katagaki {
	text-align:right;
	margin-top: 0;
}

.c-caption.c-text-left {
	text-align:left;
}


/*
@media screen and (min-width:758px) {
	.c-flex-img .c-caption {
		text-align: left;
	}
}
*/

.c-caption-02 {
	font-size: 95%;
	padding-top: 0.8em;
	line-height: 1.3;
}

/*.c-ttl-01 */

.c-ttl-01 {
	text-align: center;
}

.c-ttl-01 span {
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0 20px;
	line-height: 1.3;
	margin: 0 auto;
	position: relative;
}

.c-ttl-01 span:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -20px;
	background: url("icn_01.svg") no-repeat center center;
	background-size: contain;
	
}

@media screen and (min-width:758px) {
	
	.c-ttl-01 span {
		font-size: 31px;
		padding: 25px 0 50px;
	}
	
	.c-ttl-01 span:before {
		width: 43px;
		height: 43px;
		left: -35px;
	}
	
}

/*.c-ttl-02 */

.c-ttl-02 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width:758px) {
	
	.c-ttl-02 {
		font-size: 24px;
	}
}

/*背景*/

.c-bg-gray {
	background: #F2F2F2;
}

/*　囲み
----------------------------------------------------------*/

.c-kakomi {
	background: #000;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 35px 25px;
	text-align: left;
}

.c-kakomi-ttl-01 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.c-kakomi-ttl-02 {
	text-align: center;
	padding: 10px 0 20px;
}

.c-kakomi-ttl-02 img {
	width: 70%;
	max-width: 291px;
}

.c-kakomi-img {
	margin: 15px 0 25px 0;
}

.c-kakomi-img ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-kakomi-img ul li {
	width: 48%;
	margin-top: 10px;
}

.c-kakomi-img .c-caption {
	color: #ccc;
}

.c-kakomi-img ul li img {
	width: 100%;
}

@media screen and (min-width:950px) {
	.c-kakomi-img ul li {
		width: 23.5%;
	}
}

.c-kakomi-btn {
	text-align: center;
}

.c-kakomi-btn a {
	display: inline-block;
	background:#E63D30 ;
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 10px 0;
	width: 90%;
	max-width: 450px;
	font-size: 110%;
	font-weight: bold;
	position: relative;
}

.c-kakomi-btn a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: calc(50% - 8px);
	background: url("icn-arrow.svg") no-repeat center center;
	background-size: contain;
		
}

@media screen and (max-width:757px) {
	
	.c-kakomi-img-inner {
		width: 600px;
		padding: 10px;
	}
}

@media screen and (min-width:758px) {
	
	.c-kakomi { 
		max-width: 980px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.c-kakomi-img {
		max-width: 800px;
		margin: 30px auto 40px;
	}
	
	.c-kakomi-img-inner {
		padding: 20px;
	}
	
	.c-kakomi-btn a {
		padding: 16px 0;
		font-size: 20px;
	}
	
	.c-kakomi-btn a:after {
		width: 10px;
		height: 20px;
		right: 30px;
	}
}

@media screen and (min-width:758px) {
	.c-kakomi-bg {
		background: url("bg_kakomi.jpg") no-repeat calc(50vw - 400px) top;
		background-size: auto calc(100% - 80px);
		padding: 80px 30px 0 30px;
		
	}
}


/*　.c-rensaiheader
----------------------------------------------------------*/

.c-topbg {
	background: #000;
	width: 100%;
	height: calc(90vw + 80px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

.c-rensaiheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0 20px;
}

.c-rensaiheader-wrapper {
    background: #000;
}

@media screen and (max-width:757px) {
    
    .c-mainv-img {
		margin: 0;
		position: relative;
		text-align: left;
		padding-bottom: 10px;
	}

	.c-mainv-img-ttl {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
	}
	
	.c-mainv-img-ttl img {
		min-width: 70%;
	}
	
	.lead {
		background: rgba(0,0,0,0.8);
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.6;
		padding: 15px;
		margin: 0 15px;
		text-align: left;
	}
}


@media screen and (min-width:758px) {
	.c-topbg {
		height: 617px;
        background: url("mainv_bg.jpg") no-repeat center center;
        background-size: cover;
    }
	
	
	.c-rensaiheader {
		max-width: 955px;
		margin: 0 auto;
		height: 60px;
	}
	
	.c-rensaiheader-ttl {
		/*padding-top: 8px;*/
	}
	
	.c-mainv {
		padding-left: 15px;
		padding-right: 15px;
	}
	.c-mainv-img {
		max-width: 1080px;
		margin: 0 auto;
		background: url("mainv_pc.webp") no-repeat right center;
		height: 494px;
		background-size: auto 438px;
	}
	
	.c-mainv-img-ttl {
		margin-bottom: 10px;
	}
	
	.lead {
		width: 930px;
		margin: 10px auto 0 auto;
		z-index: 9999;
		position: relative;
		min-height: 1px;
		margin-top: -215px;
	}
	
	.lead p {
		background: rgba(0,0,0,0.8);
		color: #FFF;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.6;
		padding: 25px;
		text-align: left;
		max-width: 795px;
	}
}

/*　.c-footer
----------------------------------------------------------*/

.c-footer {
	text-align: center!important;
	padding: 25px;
}

.c-footer-ttl {
	font-size: 15px;
}

.c-footer-logo {
	padding: 15px 0;
}

.c-footer-logo img {
	width: 40%;
	max-width: 207px;
}

@media screen and (min-width:758px) {
	
	.c-footer {
		padding: 60px 25px;
	}
	
	.c-footer-ttl {
		font-size: 20px;
	}
	
	.c-footer-logo {
		padding: 30px 0;
	}
	
}


/*　第2回
----------------------------------------------------------*/

@media screen and (max-width:757px) {
	
	.c-img-spslide {
		width: 100%;
		overflow-x: scroll;
	}
	
	.vol02-img_06 {
		width: 600px;
	}
    
    .vol02-img_07 {
		width: 700px;
	}

}

.bg-01 {
	background: url("bg_01.jpg") no-repeat center bottom #494B4C;
}

@media screen and (max-width:757px) {
	
	.c-section.bg-01 {
		padding-bottom: 80px;
	}
}

.chiken {
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}


.chiken h3 {
    color: #E10600;
    font-size: 17px;
    line-height: 1.3;
}

.chiken p {
    padding: 5px 0 10px 0;
    line-height: 1.6;
}

@media screen and (min-width:758px) {
    
    .chiken {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 35px;
        margin-top: 30px;
    }
    
    .chiken h3 {
        font-size: 20px;
    }
    
    .chiken p {
        padding: 10px 0 0 0;
    }
    
    .chiken--01 .chiken-txt {
        width: 51%;
    }
    
    .chiken--01 .chiken-img {
        width: 43%;
    }
    
    .chiken.chiken--02 {
        padding: 20px 35px;
        flex-direction: row-reverse;
    }
    
    .chiken--02 .chiken-txt {
        width: 51%;
    }
    
    .chiken--02 .chiken-img {
        width: 43%;
    }
    
    .chiken.chiken--02 {
        padding: 20px 35px;
    }
    
    .chiken--03 .chiken-txt {
        width: 51%;
    }
    
    .chiken--03 .chiken-img {
        width: 43%;
    }
}

/*back number*/


.c-backnumber {
}

.c-bn-ttl-01 {
    color:#E63D30;
    font-size: 150%;
}

.c-bn-ttl-02 {
    font-weight: bold;
    padding: 5px 0 10px;
}

.bn-item a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f7f7f7;
    text-decoration: none;
}

.bn-item-img {
    width: 90px;
}

.bn-item-txt {
    width: calc(100% - 100px);
    line-height: 1.3;
    text-align: left;
}

.bn-item-txt h4 {
    font-weight: normal;
}

.bn-item-txt p {
    font-size: 80%;
    color:#E63D30;
    font-weight: bold;
}

@media screen and (min-width:758px) {
    
    .bn-item-img {
        width: 120px;
    }

    .bn-item-txt {
        width: calc(100% - 140px);
        line-height: 1.3;
        text-align: left;
        align-items: center;
        display: flex;
    }  
    
    .c-bn-ttl-01 {
        font-size: 30px;
    }
    
    .c-bn-ttl-02 {
        padding: 10px 0 30px;
        font-size: 18px;
    }

}