@charset "shift_jis";

body {
	-webkit-text-size-adjust: 100%;
}

#contents_area .sp{
	display: none !important
}

#contents_area {
    box-sizing: border-box;
    max-width: 1130px;
    padding: 10px;
}
#contents_area *, #contents_area *:before, #contents_area *:after {
    box-sizing: inherit;
}
#contents_area .clearfix::after {
	content: '';
	clear: both;
	display: block;
}
.pageTop {
	text-align: right;
	color: #88B7B2;
	font-size: 9px;
	margin: 3em auto;
	max-width: 1130px;
	clear: both;
	min-width: 970px;
	width: 100%;
}
.pageTop a {
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}
#reserve_area {
    font-size: 95%;
}
.title_wrap {
	position: relative;
	min-width: 960px;
	max-width: 1130px;
	margin: 0 auto;
}
h1 {
    margin: -5px auto 25px;
    font-weight: bold;
    font-size: 18px;
    max-width: 1120px;
}
.title_wrap a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17em;
	padding: .2em 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: linear-gradient(90deg, rgba(221,173,66,1) 4%, rgba(255,250,198,1) 54%, rgba(215,179,110,1) 93%);
}

.title_wrap a::after {
	content: "";
	position: absolute;
	top: 0;
	right: .4em;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	margin: auto;
	transform: rotate(45deg);
}
.title_wrap a:hover {
	opacity: .8;
}

#contents_area img {
    width: auto;
    max-width: 100%;
	vertical-align: bottom;
}
#contents_area a:hover {
	opacity: 0.8;
}

#contents_area .sponly {
	display: none;
}

#contents_area .mv {

}

#contents_area .mv__title {
	position: relative;
	padding: 20px 0 75px;
	background: url(../images/pc/bg_title.png) center/cover no-repeat;
	overflow: hidden;
}

#contents_area .mv__title::before  {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid rgba(255,255,255,.4);
	border-bottom: 0;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	margin: auto;
}

#contents_area .mv__title::after  {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 290px 1110px;
	border-color: transparent transparent rgba(255,255,255,.8) transparent;
	z-index: 2;
}

#contents_area .mv__title img {
	display: block;
	position: relative;
	width: 798px;
	margin: 0 auto;
	z-index: 3;
}

#contents_area .mvSummary {
	position: relative;
	padding: 40px 32px 32px;
	margin-top: -40px;
	background: url(../images/pc/bg_summary.png) top center/cover no-repeat;
	z-index: 2;
}

#contents_area .mvSummary__date {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 1.5em;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}

#contents_area .mvSummary__dateHead {
	padding: 0 1em;
	margin-right: .5em;
	border-radius: 15px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #000;
}

#contents_area .mvSummary__dateText {
	font-size: 22px;
	font-weight: 700;
}

#contents_area .mvSummary__dateText--strong {
	font-size: 1.43em;
}

#contents_area .mvSummaryGift {
	padding: 32px 24px;
	background-color: rgba(255,255,255,.8);
}

#contents_area .mvSummaryGift__title {
	padding: 1em;
	margin-bottom: 1em;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: url(../images/pc/bg_gift_title.png) center/100% 100% no-repeat;
}

#contents_area .mvSummaryGift__list {
	display: flex;
	justify-content: space-between;
	margin: 0 -24px;
}

#contents_area .mvSummaryGift__listItem {
	width: 50%;
	padding: 0 24px;
}

#contents_area .mvSummaryGift__listItem:not(:last-child) {
	border-right: 2px dotted #f4b751;
}

#contents_area .mvSummaryGift__listTitle {
	margin-bottom: 1em;
}

#contents_area .mvSummaryGiftPrize {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

#contents_area .mvSummaryGiftPrize__num {
	order: 1;
	margin-bottom: 1em;
}

#contents_area .mvSummaryGiftPrize__num--a {
	width: 100%;
}

#contents_area .mvSummaryGiftPrize__num--a img {
	width: 210px;
}

#contents_area .mvSummaryGiftPrize__num--b {
	width: 210px;
	max-width: 48%;
}


#contents_area .mvSummaryGiftPrize__img {
	order: 3;
}


#contents_area .mvSummaryGiftPrize__img--a {
	position: absolute;
	top: 0;
	right: 0;
	width: 233px;
	max-width: 48%;
}

#contents_area .mvSummaryGiftPrize__img--b {
	width: 340px;
	margin: 1.5em auto 5em;
}


#contents_area .mvSummaryGiftPrize__intro {
	order: 2;
	width: 210px;
	max-width: 48%;
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}

#contents_area .mvSummaryGiftPrize__intro--b {
	width: 238px;
	max-width: 48%;
}


#contents_area .mvSummaryGift__note {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}





#contents_area #requirements {
	width: 90%;
	margin: 0 auto;
    padding: 40px 0;
	max-width: 665px;
}

#contents_area #requirements h3 {
	padding: 0 0 0.5em;
	/*font-size: 245%;*/
	font-size: 230%;
	font-weight: bold;
	line-height: 1.4;
}
#contents_area #requirements h3 .through {
	font-size: .8em;
	text-decoration: line-through;
}
#contents_area #requirements h3 .new_date {
	display: block;
	padding-left: 5em;
}
#contents_area #requirements h3 .expand {
	font-size: 80%;
	line-height: 1.2;
}
#contents_area #requirements p {
	font-size: 14px;
}
#contents_area #requirements .table_wrap {
	padding: 5%;
}
#contents_area #requirements table {
	background: #fff;
	width: 100% !important;
	border: solid 2px #F9D3E9;
	border-collapse: collapse;
    border-spacing: 0;
}
#contents_area #requirements table tr {

}
#contents_area #requirements table tr th {
	border: solid 1px #666;
	padding: 2%;
	text-align: center;
	width: 16%;
	font-size: 110%;
	font-weight: bold;
}
#contents_area #requirements table tr td {
	border: solid 1px #666;
	padding: 5%;
}
#contents_area #requirements table tr td a {
	display: block;
	margin: 0.5em 0;
	max-width: 242px;
	width: 40%;
}
#contents_area #requirements table tr td a img {
	width: 100%;
	height: auto;
}

#contents_area .attention{
	text-align: center;
	margin: 30px auto;
	font-size:16px;
	line-height:30px;
	width: 98%;
	color: #333;
}

#contents_area .provisional{
	width: 950px;
}
#contents_area #privacy_policy {
	border:1px solid #000;
    width: 90%;
    margin:0 auto;
}
#contents_area #btn_privacy_policy {
	padding: 25px 0 30px;
	text-align: center;
	font-size:18px;
	background:#fff;
	cursor:pointer;
    position: relative;
}
#contents_area #btn_privacy_policy:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 15px;
    z-index: 10;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
}
#contents_area #btn_privacy_policy:hover{
	color: darkorange;
}

#contents_area #policy_list {
	display: none;
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	background: #FFF;
    padding: 5px 0;
}
#contents_area #privacy_policy dl{
	margin: 25px auto;
	width: 95%;
}
#contents_area #privacy_policy .exception{
	margin-bottom: 0;
}
#contents_area #privacy_policy .admin{
	margin-top: 25px;
	font-weight: bold;
}
#contents_area #privacy_policy a{
	color: #333;
	text-decoration: underline;
}



#bg_form{
}
#bg_form h3 {
    background-color: #d7b36e;
	text-align: center;
	font-size: 200%;
	padding: .8em 0;
	font-weight: bold;
	color: #fff;
}
#bg_form h3 span {
    margin-left: 3em;
    font-size: 20px;
}

/*----------------
    form_common
----------------*/
form{
	padding-bottom: 50px;
	width: 100%;
}
form h3{
	margin-bottom: 24px;
}
form #contents828{
	width: 90%;
	margin: 0 auto;
}
form #contents828 label {
	vertical-align: middle;
}
form .period{
	font-size: 16px;
	margin-bottom: 18px;
}
form .period dl {
	display: flex;
}
form .period dt{

}
form .period dd{
	/*line-height: 22px;*/
	padding: 4px 0;
	line-height: 1.6
}
form .period dd .through {
	text-decoration: line-through;
	color: #ff0000;
}

form .period dd .through em {
	font-weight: normal;
	color: #333;
}

form .period dd .expand {
	display: inline-block;
	margin-left: 1em;
	font-weight: normal;
	color: #ff0000;
}


form .period span{
    background-color: #d7b36e;
	display: inline-block;
	margin-right: 10px;
	padding: 4px 15px;
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 22px;
	text-align: center;
}

form table{
	width: 100%;
	background-color: #FFF;
	font-size: 15px;
	margin-bottom: 30px;
}
form .red_color{
}
form .left_space{
	margin-left: 1em;
}
form table th{
	box-sizing: border-box;
	width: 40%;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 2%;
	vertical-align: top;
	text-align:left;
	line-height: 1.4em;
}
form table th p{
	font-weight:normal;
	font-size:13px;
	line-height:1.2
}

form table td{
	box-sizing: border-box;
	width: 60%;
	border-bottom: 1px solid #DDD;
	padding: 10px 25px;
	text-align: left;
}
form table input{
	height: 25px;
	padding-left: 5px;
}
form table .clearfix input{
	height: auto;
	margin-right: 0.5em;
}

form table .clearfix li {
	margin-bottom: 10px;
	padding-left: 4em;
	text-indent: -4em;
}

#contents_area a.link_popup {
	text-decoration: underline;
	display: inline-block;
	margin-top: 0.5em;
}
#application_form .required {
    color: red;
}


/*---------------------
    form_indivisual
---------------------*/
#contents_area form #consent{
	margin-top:37px;
	padding-bottom: 30px;
}
#contents_area form #contents630{
	width: 90%;
	margin: 0 auto;
	background-color: #EDD97E;
	padding: 30px 0;
	font-weight:bold;
}
#contents_area form #contents630 .check{
	font-size: 19px;
	text-align: center;
	margin-bottom: 10px;
}
#contents_area form #contents630 .check label {
	cursor: pointer;
}
#contents_area form #contents630 .check input{
	margin-right: 10px;
}
#contents_area form #contents630 .terms{
	font-size: 14px;
	padding: 0 5%;
	text-align: center;
}
.address_note {
	padding: 1em 0;
	margin-bottom: 2em;
	font-size: 1.2em;
	text-align: center;
	background-color: #CBEEEF;
}
#contents_area form table input[type="text"]{
	/*width: 90%;*/
}
#contents_area form table .name input[type="text"],
#contents_area form table .mailAddress input[type="text"],
#contents_area form table .mailAddress_c input[type="text"]{
	width: 80%;
}

#contents_area form table .radio_btn input{
	height: auto;
	margin: 0 40px 0 10px;
}
#contents_area form table .age input{
	width: 87px;
	margin-right: 15px;
}
#contents_area form table .postalCode input{
	width: 203px;
	margin-right: 15px;
}
#contents_area form table .address input{
	width: 520px;
}

#contents_area form table .code_num em{
	font-style:normal
}
#contents_area form table .code_num p{
	padding-top:10px;
}

#contents_area form table .mailAddress input{
	margin-bottom: 15px;
}

#contents_area form table .code_num em,
#contents_area form table .code_num p,
#contents_area form table .mailAddress p,
#contents_area form table .mailAddress ul,
#contents_area form table p.kome{
	font-size: 100%;
	line-height: 1.4em;
}

#contents_area form table .last input{
	width: 290px;
	margin-bottom: 10px;
}
#contents_area form table .last th,
#contents_area form table .last td{
	border-bottom: none;
}


#contents_area form #source{
	background-color: #FFF;
	padding: 20px 27px 27px;
	margin-bottom: 30px;
	font-size: 17px;
	text-align: left;
}
#contents_area form #source h4 {
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 110%;
	padding: 10px;
	font-weight: bold;
}
#contents_area form #source .question{
	padding: 20px 0;
}
#contents_area form #source ul{
	padding-bottom:10px;
	text-align: center;
}
#contents_area form #source ul li{
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 30px;
}

#contents_area form #source #question_media ul .li_02{
	width:150px;
}


#contents_area form #source ul li input{
	margin-right: 7px;
}
#contents_area form #source .annotation{
	font-size: 14px;
	margin-bottom: 15px;
}
#contents_area form #source textarea{
	width: 764px;
	height: 90px;
	resize: none;
	padding: 5px;
}


#contents_area form #episode{
	background-color: #FFF;
	padding: 0 27px 27px;
	margin-bottom: 40px;
}
#contents_area form #episode .red_color{
	font-size: 18px;
	padding: 16px 0;
}
#contents_area form #episode textarea{
	width: 764px;
	height: 400px;
	resize: none;
	padding: 5px;
}

#contents_area form #submitBtn input[type="submit"]{
	-webkit-appearance: none;
	display:block;
	margin:0 auto;
	padding:30px 0;
	width:70%;
	text-align:center;
	font-weight:bold;
	font-size:2em;
	color:#fff;
	border:none;
	cursor:pointer;
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.4);
}

#contents_area form #submitBtn input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#contents_area form #submitBtn input[type="submit"]:disabled {
	/*background: #999;*/
	color: #fff;
	cursor: default;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.4);
}
#contents_area form #submitBtn input[type="submit"]:disabled:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
form #msg1{
	padding: 5px 0 0 5px;
	font-size: 15px;
	text-align: right;
}

/*---------------------------------------------------*/
#contents_area .planning{
	margin: 30px 0;
}
#contents_area .planning p{
	text-align: center;
}
#contents_area .planning .sponsor{
	font-size: 16px;
	margin-bottom: 15px;
}
#contents_area .planning .mail_contact{
	font-size: 14px;
}
#contents_area .planning .mail_contact span{
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
#contents_area .planning .mail_contact span a{
	color:#0085c4
}
#contents_area .planning .mail_contact img{
	vertical-align: middle;
	margin-right: 5px;
	width: 1.2em;
	height: auto;
}

#contents_area #contact_wrap {
	text-align: center;
    padding: 4em;
    line-height: 2.5;
}
#contents_area #contact_wrap p img {
	vertical-align: initial;
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 11px;
}


/*
#contents_area #btn_privacy_policy{
	border-top: none;
	border-left: none;
	border-right: none;
}
*/

.question_dl{
	background-color: #fff;
}

.question_dl .strong_question {
	background-color: rgba(175,39,48,.1);
}

.question_dl dt{
	padding: 20px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.question_dl dt .q_no{
	display: inline-block;
}

.question_dl dt .q_no_none{
	display: block;
	padding-left: 24px;
}

.question_dl dd{
	padding:  5px 65px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;;
}

.question_dl dd.qbox_with_purpose_cnt {
	padding-top: 10px;
}

.question_dl dd label{
	display: inline-block;
	padding: 5px 0;
	padding-right: 30px;
}
.question_dl dd .other_select label {
    padding-right: 10px;
}

.question_dl dd .branch{
	display: block;
}


.question_dl dd input[type="text"],
.question_dl dd textarea{
	margin-bottom: 10px;
	padding: 5px;

}
.question_dl dd input[type="text"]{
	width: 480px
}
.question_dl dd textarea{
	width: 880px;
	height: 140px;
	left: 1.5
}



.text_thank{
	padding: 30px;
	text-align: center;
	font-size: 14px;;
}

#contact_wrap p br{
	display: none;
}

#contents_area form #submitBtn input[type="submit"]{
}
#contents_area form #submitBtn input[type="submit"]:disabled,
#contents_area form #submitBtn input[type="submit"]:disabled:hover{
	opacity: 0.1;	
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=10)";
}

.campaign_end_text {
    background-color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 100px;
}

.campaign_end_text .dib  {
	display: inline-block;
}


/*---------------------------
　?? MyJTBログイン??
-----------------------------*/
.notLogin{
	margin-top: 60px;
	text-align: center;
}
.notLogin_text{
	margin-bottom: 2em;
	color: #DB5E59;
	font-weight: bold;
	font-size: 1.8rem;
}
.notLogin_text a{
	color: #DB5E59;
}
.notLogin .btn_wrap{
	display: flex;
	justify-content: space-between;
	width: 654px;
	margin: 0 auto;
}
#contents_area .notLogin .btn_wrap a.btn{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 2em;
	border-radius: 8px;
	background: #DB5E59;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
	transition: all .1s ease;
	cursor: pointer;
	width: 320px;
	margin-bottom: 30px;
}

#contents_area .notLogin .btn:hover,
#contents_area .notLogin .btn:focus,
#contents_area .notLogin .btn:active{
	text-decoration: none;
}
#contents_area .notLogin .btn:hover{
	opacity: .8;
}
#contents_area .notLogin .btn:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(-45deg);
}

.not_stage {
	margin: 3em 0 1em;
	font-size: 20px;
	text-align: center;
}

#contents_area .not_stage a {
	text-decoration: underline;
}
