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

h1 {
    margin: 0 auto 25px;
    font-weight: bold;
    max-width: 1120px;
}

.dom-contents-body{
	max-width: 950px;
	min-width: 950px;
	padding-bottom: 1em;
	background-color: #FAF8F7;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.6rem;
}

.mincho{
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.baseW{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.sponly{
	display: none!important;
}

.mt1{
	margin-top: 1em;
}
.mb1{
	margin-bottom: 1em;
}

.ilb{
	display: inline-block;
}

.section{
	margin: 2em auto 3em;
}

.section .baseW{
	background-color: #efe2da;
}
.section .sec_cnt{
	padding: 36px 28px;
}

.sec_ttl{
	position: relative;
	padding: .5em;
	background-color: #c22f22;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 2.2rem;
}

.dom-contents-body input[type="text"],
.dom-contents-body input[type="email"],
.dom-contents-body select{
	padding: .3em;
}

.ac_btn{
	transition: all .1s ease;
}
.ac_btn:hover{
	opacity: .8;
}
.ac_cnt {
	display: none;
}

/*---------------------------
　● ボタン
-----------------------------*/
.btn_wrap{
	margin-left: auto;
	margin-right: auto;
}
.dom-contents-body .btn{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 2em;
	border-radius: 8px;
	background: #e61918;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
	transition: all .1s ease;
	cursor: pointer;
}
.dom-contents-body .btn:hover,
.dom-contents-body .btn:focus,
.dom-contents-body .btn:active{
	text-decoration: none;
}
.dom-contents-body .btn:hover{
	opacity: .8;
}
.dom-contents-body .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);
}
.dom-contents-body .btn_red{
	
}
.dom-contents-body .btn_blue{
	background-color: #4694d1;
}

.dom-contents-body .btn_orange{
	background-color: #e2a427;
}

/*---------------------------
　● MV
-----------------------------*/
.mv{
	padding: 30px 0 0;
	text-align: center;
}
.mv .baseW{
	position: relative;
}
.mv .text_area {
	position: absolute;
	top: 0;
	right: -20px;
}
.ttl_mv {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #c22f22;
	line-height: 1.2;
}

.ttl_mv .free_txt {
	display: block;
	width: 5em;
	padding: .1em .5em;
	margin: .2em auto 0;
	font-size: .8em;
	color: #fff;
	background-color: #ff0000;
}

.ttl_mv img {
}

/*---------------------------
　● 開催中のイベント
-----------------------------*/
.sec_event{
	
}

.sec_event .sec_cnt{
	padding-bottom: 21px;
}

.sec_event .ac_wrap{
	margin-bottom: 15px;
	border: 3px solid #714928;
	border-radius: 8px;
	background-color: white;
}

.sec_event .ac_btn {
	position: relative;
	padding: 25px 60px;
	text-align: center;
	color: #714928;
	cursor: pointer;
}
.sec_event .ac_btn:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.8em;
	margin: auto;
	width: 1em;
	height: 1em;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(-135deg);
	transition: all .3s ease;
}
.sec_event .ac_btn.is_active:before{
	transform: rotate(45deg);
}

.sec_event .ac_btn .ttl{
	font-weight: bold;
	font-size: 2.0rem;
}
.sec_event .ac_btn .text{
	
}

.sec_event .ac_cnt{
	position: relative;
	width: 620px;
	margin: 0 auto 25px;
}

.sec_event .ac_cnt .event_img_wrap {
	position: relative;
}
.sec_event .ac_cnt .event_close {
	width: 100%;
	max-width: 600px;
	margin: 10px auto;
	padding: 1em;
	background-color: rgba(251,248,197,0.85);
	border: 1px solid #b90d59;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #b90d59;
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
}

.event_img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.event_img .caption{
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.3rem;
}
.event_ttl {
	padding-left: .5em;
	margin: 1.3em 0 10px;
	border-left: 5px solid #714928;
	color: #714928;
	font-weight: bold;
	font-size: 1.8rem;
}
.event_text {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #714928;
}

.event_text .strong {
	font-weight: bold;
}

.event_list {
	counter-reset: howto-counter;
}

.event_list li {
	position: relative;
	padding-left: 1.8em;
}

.event_list li:not(:last-child) {
	margin-bottom: .2em;
}

.event_list li::before {
	content: counter(howto-counter);
	counter-increment: howto-counter;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: .2em;
	left: 0;
}

.event_text a {
	text-decoration: underline;
}

.event_text .btn {
	display: inline-block;
	padding: 0 .5em;
	margin-right: .2em;
	font-size: 1em;
	width: 13em;
	cursor: inherit;
}

.event_text .btn:hover{
	opacity: 1;
}

.event_text .btn::before {
	content: none;
}

.event_text a {
	display: inline-block;
	word-break: break-all;
}

.tomii_cal_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 1em;
	padding: .5em;
	background-color: #f4eddc;
}

.tomii_cal_txt {
	display:block;
	margin-right: .5em;
	font-size:1.1em;
}

.tomii_cal_txt .strong {
	font-weight: bold;
	color: #be7509;
}

.tomii_cal_img {
	min-width: 250px;
}

.sec_event .btn_wrap{
	width: 480px;
	margin: 3em auto 1.5em;
}

/*---------------------------
　● 応募フォーム
-----------------------------*/
.sec_form .sec_ttl{
	background-color: #c22f22;
}

.app_type {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.app_type_btn {
	width: 60%;
	padding: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #ccc;
	text-align: center;
	color: white;
	font-weight: bold;
	transition: all .1s ease;
	cursor: pointer;
}
.app_type_btn:hover{
	opacity: .8;
}
.app_type_btn.is_active{
	background-color: #c29622;
}
.app_type_btn.cancel{
	width: 38%;
	padding: 6px;
}

.cancel_note{
	margin-left: 16px;
	color: #e61918;
	font-size: 1.3rem;
}

.info_table_wrap{
	padding: 20px 0;
	border: 1px solid #c29622;
	background-color: white;
}

.info_table {
	width: 100%;
}
.info_table tr {
}

.info_table th,
.info_table td{
	padding: 1em;
	vertical-align: top;
}

.info_table th {
	position: relative;
	font-weight: bold;
}

.info_table th .text{
	display: inline-block;
	width: 10em;
}

.info_table th .required,
.info_table th .not_necessary{
	position: absolute;
	right: 1em;
	padding: 0 .5em;
	border-radius: 4px;
	background-color: #e61918;
	color: white;
	font-size: 1.3rem;
}

.info_table th .not_necessary {
	background-color: #999;
}

.hawaii_question {
	padding: 1em;
}

.hawaii_question dt {
	font-weight: bold;
	margin-bottom: .5em;
}

.hawaii_question dd textarea {
	font-size: 16px;
	width: 100%;
	min-height: 8em;
}


.info_table td {
}
.info_table .name_wrap input,
.info_table .kana_wrap input{
	width: 40%;
}
.info_table .tel_wrap input,
.info_table .post_wrap input{
	width: 20%;
}
.info_table .address_wrap input {
	width: 100%;
}
.info_table .email_wrap input{
	width: 60%;
}

.info_table .campaign_wrap select{
	width: 100%;
}

.info_table .post_wrap input:disabled,
.info_table .address_wrap select:disabled,
.info_table .address_wrap input:disabled {
	background-color: #dfdfdf;
	border: none;
}


.info_table .hyphen{
	display: inline-block;
	margin: 0 .2em;
}

.info_table .img_qr_no{
	margin-top: .8em;
}

.info_table .text_note{
	font-size: 1.2rem;
}

.info_table dt{
	margin-top: 1em;
	font-size: 1.2rem;
}

/*---------------------------
　● 「応募規約」および「個人情報取り扱いについて」
-----------------------------*/
.terms {
	width: 630px;
	margin: 20px auto 30px;
}
.terms_text {
	margin-bottom: 1em;
}
.terms .ac_btn {
	position: relative;
	padding: 10px 0;
	margin-bottom: 15px;
    border: 1px solid #c29622;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	cursor: pointer;
}
.terms .ac_btn:before{
	content: "";
	position: absolute;
	top: 22%;
	right: 1.8em;
	width: 1em;
	height: 1em;
	border-top: 2px solid #c29622;
	border-left: 2px solid #c29622;
	transform: rotate(-135deg);
	transition: all .3s ease;
}
.terms .ac_btn.is_active:before{
	transform: rotate(45deg);
	top: 40%;
}

.terms .ac_cnt {
	padding: 20px;
    border: 1px solid #c29622;
    background-color: white;
}

.terms .ac_cnt a{
	text-decoration: underline;
}
.terms .ac_cnt a:hover{
	text-decoration: none;
}

/*---------------------------
　● 応募規約・個人情報の取り扱いに同意する
-----------------------------*/
.agree_wrap{
	width: 630px;
    margin: 14px auto 0;
    background-color: #E9DCBE;
    padding: 15px 0 20px;
    text-align: center;
}

.agree_wrap label{
	font-weight: bold;
	font-size: 2.0rem;
}

.agree_wrap input[type="checkbox"]{
	margin-right: 6px;
}

.agree_wrap .note{
	font-size: 1.4rem;
}

/*---------------------------
　● 送信ボタン
-----------------------------*/
.submitBtn_wrap{
	padding-bottom: 50px;
}
#submitBtn{
	position: relative;
	width: 480px;
	margin: 0 auto;
}
#submitBtn: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);
}

#submitBtn input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 20px 2em;
	border-radius: 8px;
	background: #e61918;
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	color: #fff;
	border: none;
	cursor: pointer;
}

#submitBtn input[type="submit"]:not(:disabled):hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

#submitBtn input[type="submit"]:disabled {
	background: #999;
	color: #fff;
	cursor: default;
}

/*---------------------------
　● MyJTBログインかつステージではない方
-----------------------------*/
.notStage{
	text-align: center;
}
.notStage_text_a{
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 2.2rem;
}
.notStage_text_b{
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 1.8rem;
}
.notStage .btn_wrap{
	width: 480px;
	padding-bottom: 30px;
}
.notStage .btn_wrap .btn{
}

/*---------------------------
　● MyJTBログイン前
-----------------------------*/
.notLogin{
	text-align: center;
}
.notLogin_text{
	margin-bottom: 1em;
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.8rem;
}
.notLogin .btn_wrap{
	display: flex;
	justify-content: space-between;
	width: 654px;
}
.notLogin .btn_wrap .btn{
	width: 320px;
	margin-bottom: 30px;
}

/*---------------------------
　● 応募期間終了
-----------------------------*/
.sec_closed{
	padding: 80px 0 140px;
}
.sec_closed .baseW{
	padding: 80px 0;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}


/*---------------------------
　● 応募フォームを非表示
-----------------------------*/
#sec_form {
	display: none;
}