@charset "UTF-8";
/* CSS Document */


/*========================
		special list
==========================*/

a {
    text-decoration: none;
    color: #000;
}
#content {
    width: 100%;
    margin: 80px auto 100px;
    padding: 0px 0;
    background-color: #fff;
    border: 1px solid #8c1313;
    position: relative;
}
#content_movie,#content_present,#content_newspaper {
    width: 100%;
    margin: 80px auto 160px;
    padding: 0px 0;
    position: relative;
}
.main_col {
    position: relative;
}
.special_line {
    padding: 0 0px 40px 44px;
    margin: 0;
    overflow: hidden;
}
.report_line {
    padding: 0 0px 40px 0px;
}
.special_line li {
    box-sizing: border-box;
    margin: 50px 44px 20px 0;
    float: left;
    width: 240px;
}
.report_line li {
    margin: 50px 8% 20px;
    float: left;
    width: 84%;
}
.special_line li p {
    margin: 6px 0;
    font-size: 15px;
}
.special_line li .special_sale {
    margin-top: 20px;
}
.special_line .special_thum {
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.report_line .special_thum {
    display: block;
    width: auto;
    height: auto;
    margin: auto auto 24px;
    max-width: 640px;
    max-height: 560px;
}
.special_line li p .item {
    width: 70px;
    height: 28px;
    padding: 2px 0;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.special_line .report_date {
    border-bottom: 2px solid #8c1313;
    padding: 4px 0 8px;
    margin-bottom: 8px;
    color: #8c1313;
    vertical-align: middle;
    height: auto;
    display: block;
    width: 100%;
    line-height: 1.3em;
    font-size: 16px;
    letter-spacing: 1px;
}
.report_ttl {
    color: #8c1313;
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 640px;
    margin: auto;
	line-height: 1.6em;
}

.report_txt{
	font-size: 16px;
	line-height: 1.8em;
}

.report_more a {
    background-color: #8c1313;
    height: 30px;
    display: block;
    border: 1px solid #8c1313;
    padding: 0px 0;
    margin-top: 16px;
}
.report_more a:hover {
    background-color: #fff;
    border: 1px solid #8c1313;
    transition: 0.5s;
}
.report_more img {
    width: 32%;
    padding: 9px 34%;
    display: inline-block;
    height: auto;
    vertical-align: baseline;
}
span.yen {
    font-size: 12px;
}
.special_URL a:hover {
    text-decoration: underline;
}


/*アコーディオン*/
.toggle_wrap {
    position: absolute;
    z-index: 10;
    width: 94%;
    margin: auto 3%;
    top: -80px;
    background-color: #8c1313;
}
.toggle_wrap:last-of-type {
    border-bottom: 1px solid gray;
}
.toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    /*  border-top: 1px solid gray;*/
    background: url(../img/special/kamon.png) no-repeat center right;
    width: 100%;
    margin: auto;
    background-size: 200px;
}

.toggle_wrap:hover{
	background-color:#660a0a;
}

.toggle_switch p {
    margin: 0px 1% 0px 0;
    text-align: center;
    width: 99%;
    color: #fff;
    height: 20px;
    display: inline-block;
}
.toggle_switch.open {
/*  border-bottom: 1px solid gray;*/
}
/*.toggle_switch:hover {
  background-color: #eee;
}*/
.toggle_switch::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url("../img/special/down_btn.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 374px;
    transition: transform .2s;
}

.present_toggle .toggle_switch::after {
	right: 364px;
}

.newspaper_toggle .toggle_switch::after {
	right: 364px;
}

.toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 40%;
    transition: 0.5s;
}

.present_toggle .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 40%;
    transition: 0.5s;
}

.newspaper_toggle .toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 40%;
    transition: 0.5s;
}

.toggle_contents {
    display: none;
    padding: 0px 10px 6px;
    width: 94%;
    margin: auto;
}
.toggle_contents p {
    text-align: center;
    width: 97%;
    margin: 0 auto 4px;
    letter-spacing: 1px;
}
.toggle_contents p a {
    display: block;
    background-color: #fff;
    padding: 10px 0;
    color: #8c1313;
}
.toggle_contents p a:hover {
    background-color: rgba(255,255,255,0.8);
}
/*記事*/
.report_main_date {
    color: #fff;
    background-color: #8c1313;
    width: 90px;
    text-align: center;
    position: absolute;
    top: 22px;
    left: 50px;
    font-size: 16px;
    padding: 6px 8px;
    vertical-align: middle;
    display: inline-table;
    line-height: 1em;
    letter-spacing: 1px;
	    height: 28px;
	    box-sizing: border-box;
}
.report_main_ttl {
    color: #8c1313;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: 2px solid #8c1313;
    border-top: 2px solid #8c1313;
    padding: 24px 0 16px;
    margin: 50px 50px 0;
	letter-spacing: 0.1em;
}
/*動画*/

.movie_line {
    background-color: #fff;
    border: 1px solid #8c1313;
    margin-bottom: 32px;
}
.movie_line li{
    margin: 32px 5% 0px;
    width: 90%;
}


	
.movie_head {
    margin: 0px auto 16px;
    border-top: none;
    font-size: 24px;
    padding: 8px 0;
		max-width: 800px;
}

.movie_head br{
	display: none;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	max-width: 800px;
	margin: auto;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 8;
}


.special_info_inner h3 {
    border-bottom: 3px solid #8c1313;
    border-top: 3px solid #8c1313;
    padding: 16px 0;
    color: #8c1313;
    font-weight: normal;
    line-height: 1.3em;
    font-size: 18px;
    vertical-align: middle;
    height: 84px;
    box-sizing: border-box;
    display: table-cell;
    width: 800px;
}
.special_info_inner #content {
    padding: 50px 50px 0;
    margin: auto;
    width: 800px;
}
.special_info_inner .special_line {
    display: flex;
    margin: 0;
    padding: 0;
}


/*プレゼント*/

.present_itemlist{
	display: flex;
	    margin: 4% auto;
}

.present_itemlist li{
	width: auto;
	margin: 1%;
}

.special_line li p.present_subheading{
	text-decoration: underline;
}

.special_line li p.present_txt{
	line-height: 1.5em;
	letter-spacing: 0.05em;
}

/*新聞*/
.newspaper_line {
    background-color: #fff;
    border: 1px solid #8c1313;
    margin-bottom: 32px;
}

.newspaper_line li {
	 margin: 32px auto 0px;
    width: 100%;
    display: block;
    max-width: 800px;
    float: none;
}

.newspaper_line li img{
	border: 1px solid #ddd;
}

.newspaper_line .voice_name{
	color: #8c1313;
}

.newspaper_line .intv{
	font-size: 20px;
	font-weight: 600;
}

/**/
.back_btn a {
    display: block;
    width: 300px;
    margin: 55px auto 0;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #8c1313;
    height: 40px;
}
.back_btn a:hover {
    background-color: rgba(140,19,19,0.2);
}
.back_btn a img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    padding: 12px 108px 12px 102px;
}

/*---SP用----------------------------*/
@media screen and (max-width:768px) {
/*-----------------------------------*/
#content {
    margin: 56px auto 0px;
}
	#content_movie,#content_present,#content_newspaper{
		    margin: 56px auto 0px;
	}
	
.toggle_wrap {
	width: 96%;
	margin: auto 2%;
    top: -56px;
}
	
.toggle_switch {
   position: relative;
}
	
.toggle_switch p {
   position: absolute;
	top:16%;
}
	
.special_line .report_date {
    width: 100%;
}
/**/
	
.special_line {
    margin: 0px 0% 32px;
    padding: 0 4% ;
}
.special_line li {
    width: 100%;
    margin: 24px 0% 0;
}
	
.report_txt{
	font-size: 16px;
	}
	
.report_date h3 {
    font-size: 14px;
    height: 54px;
}
.special_line li p {
    font-size: 11px;
    letter-spacing: -0.5px;
    margin: 2% 0;
}
.special_line li p .item {
    width: 32%;
    height: 100%;
    margin-right: 4%;
}
	
.special_line .report_date {
    padding: 8px 0;
    height: auto;
}
.special_line li .special_sale {
    margin-top: 8%;
}
.report_more img {
    padding: 10px 0%;
    margin: auto;
    display: block;
    max-width: 80px;
}
.report_more a {
    height: auto;
}
span.yen {
    font-size: 9px;
}
.special_info_inner #content {
    padding: 30px 5% 20px;
    margin: auto;
    width: 90%;
    max-width: 500px;
}
.special_info_inner .special_line {
    display: block;
}

	
.back_btn a {
    width: 100%;
    max-width: 560px;
    margin: 24px auto 0;
}
.back_btn a img {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 0px;
    margin: auto;
    max-width: 86px;
}
/*----アコーディオン------*/
	
.toggle_switch::after {
    right: 32%;
	    top: 50%;
}
	
.present_toggle .toggle_switch::after {
    right: 22%;
	    top: 50%;
}
	
		
.newspaper_toggle .toggle_switch::after {
    right: 22%;
	    top: 50%;
}
	
	.newspaper_line p{
		font-size: 15px!important;
	}
	
	.newspaper_line .intv {
		    line-height: 1.8rem;
    margin-bottom: 8px;
	}
	
	
.toggle_switch {
    background: url(../img/special/kamon.png) no-repeat center left;
    background-size: 140px;
    background-position: left -44px top -48px;
	height: 44px;
    box-sizing: border-box;
}
/*----動画------*/	
	
.movie_head {
    margin: 0px 0px 16px!important;
    font-size: 4.8vw;
    padding: 8px 0!important;
}
	.movie_head br{
	display: block;
}
	.movie_line,.newspaper_line{
		    margin-bottom: 16px;
	}
	
.movie_line li,.newspaper_line li{
    margin: 8px 0% 16px 0;
}
	
/*レポート詳細*/	
	.report_main_date{
		top:0;
		left: 6%;
	}
	
	.report_main_ttl{
	padding: 20px 0 16px;
    margin: 32px 6% 0;
		font-size: 16px;
	}
	.report_line .special_thum {
    width: 100%;
    height: auto;
    margin: auto auto 16px;
    max-height: none;
	}
	
	.back_btn a {
    width: 100%;
    max-width: 560px;
    margin: 24px auto 0;
}
	
	
/*プレゼント*/

.present_itemlist{
	display: block;
}
	
	
.special_line li p.present_subheading{
		
		font-size: 16px;
	}
	
.special_line li p.present_txt{
	font-size: 14px;
}

	
	
/*---/ SP用-------*/}
