@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
共通css
------------------------------------------------------------------*/
#linear-event.section{
	margin-bottom: 57px;
	font-size: 1.4rem;
}
.link-new01{
	text-indent: 0;
	text-decoration: underline;
}
.link-new01:hover{
	text-indent: 0;
	text-decoration: none;
}
.link-blank{
	text-decoration: underline;
}
.link-blank:hover{
	text-decoration: none;
}
.link-pdf01{
	text-decoration: underline;
}
.link-pdf01:hover{
	text-decoration: none;
}
ul.ulist02 li > ul li,
ul.ulist02 li > ol li {
	list-style-type: none;
	margin-left: 0;
}
#contents h3 {
	margin: 0;
	padding: 10px 0 0;
	border: 0;
	line-height: inherit;
}
#contents h3:before,
#contents h3:after {
	content: none;
}

/*------------------------------------------------------------------
テキストサイズ
------------------------------------------------------------------*/
.tx_big {
	font-size: 1.8rem!important;
}
.tx_medium {
	font-size: 1.4rem!important;
}
.tx_small {
	font-size: 1.2rem!important;
}
/*------------------------------------------------------------------
テキスト太さ
------------------------------------------------------------------*/
.tx_bold {
	font-weight: 700!important;
}
/*------------------------------------------------------------------
テキスト装飾
------------------------------------------------------------------*/
.txt_line{
	text-decoration: underline;
}
.txt_black{
	color: #333;
}
.txt_blue{
	color: #1035ab;
}
.mt8{
	margin-top: 8px;
}
.ml8{
	margin-left: 8px;
}
/*------------------------------------------------------------------
ボタンリンク非活性
------------------------------------------------------------------*/
.common-btn.disable{
	border: 1px solid #333!important;
	background-color: #333!important;
	opacity: 0.3!important;
	pointer-events: none!important;
}
/*------------------------------------------------------------------
終了文言
------------------------------------------------------------------*/
.plan_close {
	padding: 5px 8px!important;
	background-color: #b4d7fd!important;
	text-align: center!important;
	font-weight: bold!important;
}

/*------------------------------------------------------------------
MV
------------------------------------------------------------------*/
#contents .main-img{
	background: #ffecce;
	margin-bottom: 0;
}
#contents h2{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#contents .mv_position{
	position: relative;
	display: inline-block;
}
.mv_txt{
	position: absolute;
	bottom: 50px;
	left: 0;
	color: #ff4a4a;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
}
.mv_txt_big{
	font-size: 5.0rem;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#anc_area{
	background: #ffecce;
	margin: 0;
}
#anc_area.m_fixed {
	position: fixed;
	top: 76px;
	left: 0;
	width: 100%;
	background: rgb(255 223 182 / 60%);
	z-index: 1;
}
.anc_area_inner{
	position: relative;
	width: 1000px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 18px 14px 20px;
	
}
#anc_area .anc_list {
	width: 100%;
	justify-content: space-evenly;
}
#anc_area .anc_list li{
	width: auto;
}
#anc_area .anc_list a{
	border: none;
	border-radius: 0;
	padding: 0;
	color: #ff4a4a;
	font-size: 1.6rem;
}
#anc_area .anc_list a:after{
	display: none;
}
#anc_area .anc_list a:hover{
	background: none;
}
#anc_area .anc_list a.link-new02{
	padding: 0 0 0 18px;
}
#anc_area .anc_list a.link-new02 {
	background: url(/plan/linear-event/images/common_ic_newwin01.webp) no-repeat left center;
}
.anc_txt_wrap{
	background: #ffecce;
}
.anc_txt {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}
.anc_txt span{
	display: inline-block;
	background: #ff4a4a;
	border-radius: 3px;
	padding: 3px 10px;
	font-weight: bold;
	color: #fff;
}
.anc_txt2{
	position: absolute;
	top: -22px;
	left: -30px;
	color: #ff4a4a;
	font-size: 1.7rem;
	writing-mode: vertical-rl;
}
.anc_txt2 span{
	position: relative;
	display: inline-block;
}
.anc_txt2 span:before,
.anc_txt2 span:after{
	position: absolute;
	display: inline-block;
	content: "";
}
.anc_txt2 span:before{
	bottom: -42px;
	right: 50%;
	width: 2px;
	height: 37px;
	background: #ff4a4a;
	transform: translateX(-50%);
}
.anc_txt2 span:after{
	bottom: -42px;
	right: 8px;
	width: 10px;
	height: 10px;
	border: 2px solid #ff4a4a;
	border-top: 0;
	border-left: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
#anc_area.m_fixed .anc_txt2{
	display: none;
}

/*------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------*/
.common-wrap{
	margin-bottom: 40px;
}
#contents .common-wrap h2{
	border-bottom: 4px solid #707070;
	margin-bottom: 36px;
	padding: 15px 0 5px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
}
#contents .common-wrap h2:before,
#contents .common-wrap h2:after{
	display: none;
}
.common-wrap .common-box{
	margin-bottom: 40px;
}
.common-wrap .common-box h3{
	padding-top: 10px;
}
.common-wrap .common-box h3 span{
	display: inline-block;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 1px 5px;
	font-size: 1.8rem;
}

.w400{
	width: 400px;
}
.date_wrap{
	display: flex;
	align-items: flex-end;
}
.date_wrap span{
	display: block;
}
.access_map{
	width: 800px;
}
.red_txt {
	color: #ff4a4a;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
/*------------------------------------------------------------------
ボタンリンク
------------------------------------------------------------------*/
#contents .common-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
	margin: 10px auto 0;
    padding: 12px;
    border-radius: 100px;
    text-align: center;
    transition: background-color 0.3s ease-out;
}
.app_btn {
	width: 400px;
}
.app_btn a{
	display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 42px 12px 12px;
    border-radius: 100px;
    text-align: center;
	border: 1px solid #FF8900;
	border-width: 2px;
	background-color: #FF8900;
	color: #fff;
	font-size:2.8rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.app_btn img{
	width: 120px;
	margin-right: 25px;
}
.app_btn img.hover{
	display: none;
}
.app_btn .common-btn_icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateY(-50%) scale(-1);
  -webkit-transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 6px;
          align-items: center;
          justify-content: center;
  width: 34px;
  height: 34px;
          transform: translateY(-50%) scale(-1);
  border-radius: 25px;
  background-color: #fff;
  transition: background-color 0.3s ease-out;
	fill: #FF8900;
}
.app_btn .common-btn_icon .ic_arr {
  fill: #FF8900;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.app_btn a:hover{
	background-color: #fff;
	color: #FF8900;
}
.app_btn a:hover img{
	display: none;
}
.app_btn a:hover img.hover{
	display: block;
}
/*--------------終了時ボタン--------------*/
.app_btn.end_btn {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 12px 42px 12px 12px;
	border-radius: 100px;
	text-align: center;
	border: 1px solid #6d6d6d;
	border-width: 2px;
	background-color: #6d6d6d;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
/*------------------------------------------------------------------
アコーディオン
------------------------------------------------------------------*/
.accordion_inner{
	padding: 0 0 20px 14px;
}
.accordion_btn{
	position: relative;
	width: 400px;
	margin:14px 0 15px;
	padding: 10px 22px 10px 14px;
	border-bottom: 1px solid #333333;
	font-size: 1.6rem;
	cursor: pointer;
}
.accordion_btn:after{
	position: absolute;
	font-family: 'jttweb' !important;
	content: "\e900";
	display: inline-block;
	top: 50%;
	right: 5px;
	font-size: 1.3rem;
	font-weight: normal;
	transform: translateY(-50%);
}
.accordion_btn.open:after{
	content: "\e903";
}


/*------------------------------------------------------------------
モーダル
------------------------------------------------------------------*/
/* モーダルウィンドウ */
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-radius: 5px;
	z-index: 1005;
	overflow-y: auto;
}
.gadget {
	padding: 10px 30px 23px;
}

/* 閉じるボタン */
.button-close {
	position: -webkit-sticky;
	position: sticky;
	top: 5px;
	margin-right: 5px;
	z-index: 999;
}
.button-close span {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	margin-left: auto;
	cursor: pointer;
}
.button-close span:before,
.button-close span:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	right: 50%;
	width: 2px;
	height: 22px;
	background: #333333;
}
.button-close span:before{
	transform: translateY(-50%) rotate(45deg);
}
.button-close span:after {
	transform: translateY(-50%) rotate(-45deg);
}
/* オーバーレイ */
.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1002;
}

/*------------------------------------------------------------------
申し込みフォーム
------------------------------------------------------------------*/
.common-sec{
	background: #F2FAFC;
	margin-top: 14px;
	padding: 49px 20px 25px;
}
.common-inner{
	max-width: 720px;
	margin: 0 auto;
}
#contents .common-inner .common-title_from {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-bottom: 24px;
  padding: 18px 10px;
  border: 1px solid #09509B;
  border-radius: 8px;
  background-color: #fff;
	
	color: #09509B;
  font-weight: 700;
  font-size: calc((28 / 10) * 1rem);
  letter-spacing: calc((30 / 1000) * 1em);
}
.common-form_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          /*align-items: center;*/
  margin-bottom: 32px;
}
.common-form_item:first-of-type{
	margin-top: 32px;
}

.common-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-form_checkbox + .common-form_checkbox {
  margin-top: 24px;
}
.common-form_checkbox input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 3px;
}
.common-form_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-top: 4px;
  padding-left: 8px;
  font-weight: 700;
  font-size: calc((15 / 10) * 1rem);
  line-height: calc(24 / 15);
  letter-spacing: calc((30 / 1000) * 1em);
  text-align: left;
}
.common-form_checkbox input[type=checkbox] + span::before{
	top: 6px;
	bottom: auto;
}
.common-form_checkbox input[type=checkbox] + span::after{
	top: 3px;
	bottom: auto;
	border: 1px solid #000;
}
.common-tx {
  font-weight: bold;
  font-size: calc((15 / 10) * 1rem);
  line-height: calc(24 / 15);
  letter-spacing: calc((30 / 1000) * 1em);
}
.common-tx.tx_small{
  font-weight: normal;
}
.common-inner .common-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #EAEAEA;
}
.btn-area {
  margin-top: 32px;
}
.common-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-grid-columns: auto auto;
  -webkit-transition: background-color 0.3s ease-out;
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-template-columns: auto auto;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 12px;
  gap: 0 10px;
  border: 1px solid #FF8900;
  border-radius: 100px;
  background-color: #FF8900;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.3s ease-out;
}
.common-btn:focus {
  background-color: #fff;
  text-decoration: none;
}
.common-btn:focus .common-btn_label {
  color: #FF8900;
}
.common-btn:focus .ic_arr {
  fill: #FF8900;
}
.common-btn.btn_white {
  padding: 8px 10px;
  border-width: 2px;
  background-color: #fff;
}
.common-btn.btn_white .common-btn_icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
          transform: translateY(-50%);
}
.common-btn.btn_white .ic_pdf {
  fill: #FF8900;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.common-btn.btn_white:focus {
  background-color: #FF8900;
}
.common-btn.btn_white:focus .ic_pdf {
  fill: #fff;
}
.common-btn.btn_white:focus .common-btn_label {
  color: #fff;
}
.common-btn.submit {
  padding: 8px 10px;
  border-width: 2px;
  border-radius: 25px;
}
.common-btn.submit.is-disabled {
  border-color: #CBCBCB;
  background-color: #CBCBCB;
  pointer-events: none;
}
.common-btn.submit.is-disabled .ic_arr {
  fill: #CBCBCB;
}
.common-btn.submit .common-btn_label {
  color: #fff;
  font-size: calc((18 / 10) * 1rem);
}
.common-btn.submit .common-btn_icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateY(-50%) scale(-1);
  -webkit-transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 6px;
          align-items: center;
          justify-content: center;
  width: 34px;
  height: 34px;
          transform: translateY(-50%) scale(-1);
  border-radius: 25px;
  background-color: #fff;
  transition: background-color 0.3s ease-out;
}
.common-btn.submit .ic_arr {
  fill: #FF8900;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.common-btn.submit:focus {
  background-color: #fff;
}
.common-btn.submit:focus .common-btn_label {
  color: #FF8900;
}

.common-btn_label {
  -webkit-transition: color 0.3s ease-out;
  color: #fff;
  font-weight: 700;
  font-size: calc((20 / 10) * 1rem);
  transition: color 0.3s ease-out;
}
.common-card .common-btn_label {
  font-size: calc((20 / 10) * 1rem);
}
.btn_white .common-btn_label {
  color: #FF8900;
  font-size: calc((14 / 10) * 1rem);
}

.common-btn_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
}
.common-btn_icon svg {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.common-btn_icon .ic_arr {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.buttonBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 50px;
}

.buttonBlock > a {
  display: block;
  position: relative;
  padding: 1em 2.33em;
  border-radius: 2em;
  background-color: #ff8900;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
}

.buttonBlock01 > a {
  background-color: #004EA1;
}
.buttonBlock.disable > a {
	opacity: 0.3;
	pointer-events: none;
}

.buttonBlock > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  right: .6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/btn_icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.buttonBlock > a:hover {
  opacity: 0.8;
}

.buttonBlock > a + a {
  margin-left: 1em;
}

.buttonBlock > a:only-child {
  padding-left: 4.5em;
  padding-right: 4.5em;
}
  .common-btn:hover {
    background-color: #fff;
    text-decoration: none;
  }
  .common-btn:hover .common-btn_label {
    color: #FF8900;
  }
  .common-btn:hover .ic_arr {
    fill: #FF8900;
  }
  .common-btn.btn_white:hover {
    background-color: #FF8900;
  }
  .common-btn.btn_white:hover .ic_pdf {
    fill: #fff;
  }
  .common-btn.btn_white:hover .common-btn_label {
    color: #fff;
  }
  .common-btn.submit:hover {
    background-color: #fff;
  }
  .common-btn.submit:hover .common-btn_label {
    color: #FF8900;
  }

/*------------------------------------------------------------------
外部リンク
------------------------------------------------------------------*/
.links{
	width: 500px;
	margin: 0 auto 50px;
}
.links li{
	position: relative;
	margin-bottom: 20px;
}
.links li:before,
.links li:after{
	position: absolute;
	content: "";
	display: inline-block;
}
.links li:before{
	bottom: 4px;
	right: 2px;
	width: 270px;
	height: 2px;
	background: #333333;
}
.links li:after{
	bottom: -1px;
	right: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #333333;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.links li a{
	position: relative;
	display: block;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
}
.links li a:before{
	position: absolute;
	content: "VIEW MORE";
	display: inline-block;
	top: 0;
	right: 25px;
	font-size: 1.4rem;
	font-weight: normal;
}
.links li a:hover{
	text-decoration: underline;
}

.txt_last{
	font-size: 1.4rem;
}

@media screen and (max-width: 999px) {

#linear-event.section{
	margin-bottom: 28px;
}
/*------------------------------------------------------------------
MV
------------------------------------------------------------------*/
#contents .mv_position{
	display: block;
}
.mv_txt{
	position: static;
	background: #ffecce;
	padding: 10px 14px;
	font-size: 1.4rem;
}
.mv_txt_big{
	font-size: 3.0rem;
}

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
#anc_area.m_fixed {
	top: 55px;
}
.anc_area_inner{
	width: auto;
	height: 50px;
	padding: 12px 14px 14px;
}
#anc_area .anc_list li:nth-child(n + 4){
	margin-top: 0;
}
.anc_txt {
	width: auto;
	padding: 10px 14px;
}
.anc_txt2{
	top: -28px;
	left: 5px;
	font-size: 1.4rem;
}
.anc_txt2 span:before{
	bottom: -35px;
	height: 30px;
}
.anc_txt2 span:after{
	bottom: -34px;
	right: 5px;
}

/*------------------------------------------------------------------
モーダル
------------------------------------------------------------------*/
/* モーダルウィンドウ */
.modal-window {
	width: 90%;
}
.gadget {
	padding: 10px 17px 17px;
}
/*------------------------------------------------------------------
コンテンツ
------------------------------------------------------------------*/
.access_map{
	width: 400px;
}
/*------------------------------------------------------------------
申し込みフォーム
------------------------------------------------------------------*/
.common-sec{
	margin-top: 10px;
}

.txt_last{
	font-size: 1.3rem;
}
}

@media screen and (max-width: 741px) {

/*------------------------------------------------------------------
申し込みフォーム
------------------------------------------------------------------*/
.common-sec{
	padding: 25px 20px;
}
.common-inner .common-box {
  margin-top: 24px;
  padding-top: 24px;
}
}

/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　eventページ専用css  スマホ用 (736px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 736px) {

/*------------------------------------------------------------------
モーダル
------------------------------------------------------------------*/
/* モーダルウィンドウ */
.modal-window {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.gadget {
	padding: 10px 20px 20px;
}

}

@media screen and (max-width: 550px) {

.w400{
	width: auto;
}
.access_map{
	width: auto;
}
.links{
	width: auto;
}
.links li:before{
	width: 43%;
}
#anc_area .anc_list a{
	font-size: 1.4rem;
}
}

@media screen and (max-width: 500px) {

/*------------------------------------------------------------------
ボタンリンク
------------------------------------------------------------------*/
.app_btn {
	width: 100%;
}
.app_btn a{
	padding: 8px 42px 8px 8px;
	font-size: 2.1rem;
}
.app_btn img{
	width: 90px;
	margin-right: 15px;
}
.accordion_btn{
	width: auto;
}
}

@media screen and (max-width: 420px) {

.links li:before{
	width: 35%;
}
}

@media screen and (max-width: 375px) {

/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_area_inner{
	padding: 3px 14px;
}
#anc_area .anc_list{
	flex-wrap: wrap;
	font-size: 1.3rem;
}
#anc_area .anc_list li{
	width: calc(100% / 2);
}
#anc_area .anc_list li:nth-child(n + 3){
	margin-top: 2px;
}
#anc_area .anc_list li a{
	width: auto;
	margin: 0 auto;
}
.anc_txt2{
	top: -24px;
}

/*------------------------------------------------------------------
外部リンク
------------------------------------------------------------------*/
.links li:before{
	width: 23%;
}
.links li a:before{
	right: 10px;
	font-size: 1.0rem;
}
}