@charset "utf-8";
body {
  background-color: #000;
  /* font-size: 16px;
  font-size: 1rem; */
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.ft[data-midnight="black"] .box_layout .ft_nav .item, .ft .box_layout .ft_nav .item a,.ft .copyright,.ft .box_layout .add{
  color: #fff;
  border: none;
}

/* -----------------------------------------------------------------
 共通
----------------------------------------------------------------- */
main{
  padding: 135px 0 0;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
  background: url(../img/bg_fv.png) no-repeat top center,#05080e;
  background-size: auto 1420px;
}
main .inner{
  position: relative;
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
  letter-spacing: 0;
}
.ft,.ft[data-midnight="black"]{
  padding-top: 340px;
  background: none;
  background: url(../img/bg_ft.png) no-repeat bottom center,#05080e;
  background-size: 100% auto;
}

@media screen and (min-width: 1921px){
  main {
    background: url(../img/bg_fv.png) no-repeat top center,#05080e;
    background-size: 100% auto;
  }
}
@media (max-width: 1179px){
  .ft,.ft[data-midnight="black"]{
    padding-top: 16.26vw;
  }   
}
@media screen and (max-width: 767px){
  .hd{
    position: absolute; /* 書き換え */
  }
  main{
    padding-top: 22vw;
    background: url(../img/bg_fv_sp.png) no-repeat top center,#05080e; 
    background-size: 100% auto;
  }
  main .inner{
    padding: 0 2.7%;
  }  
  .ft,.ft[data-midnight="black"]{
    background: url(../img/bg_ft_sp.png) no-repeat bottom center,#05080e; 
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) and (max-width:1179px){
  .hd{
    position: absolute; /* 書き換え */
  }
  main{
    padding-top: 123px;
  }
}

/* cmn_page_btn */
.cmn_page_btn .btn{
  display: block;
  padding: 20px 10px;
  border: solid 1px #fff;
  border-radius: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  width: 48%;
  max-width: 332px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  font-feature-settings: normal;
}
.cmn_page_btn .btn:hover{
  background-color: #fff;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .cmn_page_btn .btn:hover{
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .cmn_page_btn .btn{
    width: 85%;
    display: block;
    padding: 14px 17px;
    border-radius: 25px;
    font-size: 13px;
    font-size: 0.92846rem;
  }
}


/* -----------------------------------------------------------------
 sec_fv
----------------------------------------------------------------- */
.sec_fv {
  padding-top: 35px;
  background: url(../img/img_fv.png) no-repeat left 78% bottom -12px;
  background-size: 828px;
}
.sec_fv .lead img {
  margin: 0 auto;
}
.sec_fv .area_ttl {
  width: 715px;
  margin-right: auto;
  padding-top: 22px;
  text-align: center;
}
.sec_fv .area_ttl .ttl img {
  margin: 0 auto;
}
.sec_fv .area_ttl .txt_date {
  padding-top: 30px;
}
.sec_fv .area_ttl .txt_date img {
  margin: 0 auto;
}
.sec_fv .area_ttl .item_place{
  width: 382px;
  margin: 47px auto 0;
  padding: 11px 37px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-shadow: 0px 0px 18px rgba(9, 2, 8, 0.5);
}
.sec_fv .area_ttl .item_place .place{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.sec_fv .area_ttl .item_place span {
  font-size: 14px;
  font-size: 0.875rem;
}
.sec_fv .area_ttl .item_place .organizer{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  margin-top: 14px;
}
.sec_fv .ribon_bot {
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: 118px;
  background-color: #fff;
  text-align: center;
  color: #070a4a;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 7px 0 7px;
}
.sec_fv .ribon_bot .txt + .txt{
  margin-left: 30px;
}

@media screen and (max-width :1080px) {
  .sec_fv {
    padding-top: 35px;
    background: url(../img/img_fv.png) no-repeat right -30px bottom 10px;
    background-size: 700px;
  }
  .sec_fv .area_ttl .item_place{
    margin: 47px 0 0;
  }

}
@media screen and (max-width :767px) {
  .sec_fv {
    padding-top: 0;
    background: url(../img/img_fv_sp.png) no-repeat right 0 bottom 55px;
    background-size: 97.6%;
  }
  .sec_fv .lead img {
    width: 96.8%;
  }
  .sec_fv .area_ttl {
    width: 100%;
    margin-top: 0;
    padding-top: 4.2%;
    padding-bottom: 19.7%;
  }
  .sec_fv .area_ttl .txt_date {
    padding-top: 5.9%;
  }
  .sec_fv .area_ttl .txt_date img{
    width: 77.5%;
  }
  .sec_fv .area_ttl .item_place{
    width: 200px;
    margin: 63px 9px 0;
    padding: 11px 0;
  }
  .sec_fv .area_ttl .item_place .place{
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec_fv .area_ttl .item_place span {
    font-size: 12px;
    font-size: 0.857rem;
  }
  .sec_fv .area_ttl .item_place .organizer{
    font-size: 12px;
    font-size: 0.857rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  .sec_fv .ribon_bot {
    display:block;
    margin-top: 0;
    font-size: 16px;
    font-size: 1.14rem;
    line-height: 1.43;
    padding: 5px 0 5px;
  }
  .sec_fv .ribon_bot .txt + .txt{
    margin-left: 0;
  }
}
/* -----------------------------------------------------------------
 sec_info
----------------------------------------------------------------- */
.sec_info {
  background: url(../img/bg_info.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 41px;
}
.sec_info .txt_date {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sec_info .txt_date span {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.sec_info .ttl {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 17px;
}
.sec_info .ttl span {
  font-size: 20px;
  font-size: 1.25rem;
}
.sec_info .ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_info .txt_ticket {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.sec_info .txt_ticket::before,
.sec_info .txt_ticket::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_info .txt_ticket::before {
  left: 0;
}
.sec_info .txt_ticket::after {
  right: 0;
}
.sec_info .btn_detail {
  margin-top: 23px;
}
@media screen and (max-width :767px) {
  .sec_info {
    padding-top: 20px;
    padding-bottom: 19px;
  }
  .sec_info .txt_date {
    font-size: 19px;
    font-size: 1.36rem;
    line-height: 1.05;
    margin-bottom: 3px;
    letter-spacing: 0.05em;
  }
  .sec_info .txt_date span {
    font-size: 25px;
    font-size: 1.79rem;
  }
  .sec_info .ttl {
    font-size: 18px;
    font-size: 1.29rem;
    padding-bottom: 10px;
    margin-bottom: 11px;
  }
  .sec_info .ttl span {
    font-size: 15px;
    font-size: 1.07rem;
  }
  .sec_info .ttl::after {
    width: 30px;
  }
  .sec_info .txt_ticket {
    font-size: 14px;
    font-size: 1rem;
    padding: 0 8px;
  }
  .sec_info .txt_ticket::before,
  .sec_info .txt_ticket::after {
    width: 5px;
    height: 5px;
  }
  .sec_info .btn_detail {
    margin-top: 16px;
  }
}
/* -----------------------------------------------------------------
 sec_about
----------------------------------------------------------------- */
.sec_about {
  padding-top: 100px;
  background: url(../img/bg_about.png) no-repeat center top;
  background-size: 1920px;
}
/* area_movie */
.sec_about .area_movie {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.sec_about .box_iframe {
  position: relative;
  padding-top: 56.29%;
}
.sec_about .area_movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1921px){
  .sec_about {
    background: url(../img/bg_about.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width :767px) {
  .sec_about {
    padding-top: 43px;
    background: url(../img/bg_about_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .sec_about .area_movie{
    width: 80%;
    max-width: 700px;
  }
}
/*area_about*/
.sec_about .area_about .lead_area {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 0.33em;
  margin-bottom: 50px;
}
.sec_about .area_about .txt_about {
  max-width: 960px;
  margin: 0 auto 95px;
  line-height: 1.875;
  font-feature-settings: normal;
}
.sec_about .box_artist{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_about .box_artist .txt{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-top: 40px;
  font-feature-settings: normal;
}
.sec_about .box_artist .txt .note{
  margin-top: 0.5em;
}
.sec_about .box_artist .txt .note a{
  color: #fff;
}
.sec_about .box_profile{
  width: 46.15%;
}
.sec_about .box_work{
  width: 48.46%;
}
@media screen and (max-width: 1080px) {
  .sec_about .area_about .lead_area {
    font-size: 18px;
    font-size: 1.125rem;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_about .area_about .lead_area {
    font-size: 16px;
    font-size: 1.14rem;
    line-height: 1.75;
    letter-spacing: 0.26em;
    margin-bottom: 13px;
  }
  .sec_about .area_about .txt_about {
    margin: 0 auto 40px;
    font-size: 14px;
    font-size: 1em;
    line-height: 1.64;
  }
  .sec_about .box_artist{
    display: block;   
  }
  .sec_about .box_artist .txt{
    font-size: 13px;
    font-size: 0.93rem;
    line-height: 1.46;
    margin-top: 15px;
  }
  .sec_about .box_artist .txt .note{
    margin-top: 0.5em;
  }
  .sec_about .box_profile{
    width: 100%;
  }
  .sec_about .box_work{
    width: 100%;
    margin-top: 25px;
  }  
}
/* -----------------------------------------------------------------
 sec_project
----------------------------------------------------------------- */
.sec_project {
  padding-top: 95px;
  padding-bottom: 100px;
  background: url(../img/bg_ticket.png) no-repeat center bottom;
  background-size: 1920px;
}
.sec_project .ttl_sec {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.83;
  letter-spacing: 0.15em;
  text-align: center;
}
.sec_project .ttl_sec span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.47;
  letter-spacing: 0;
}
.sec_project .area_intro {
  margin-top: 50px;
}
.sec_project .box_intro {
  max-width: 1080px;
  margin: 0 auto;
  background: -moz-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 100%);
  background: -webkit-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 100%);
  background: -ms-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 100%);
  background: linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 100%);
  padding: 10px 8px 10px;
}
.sec_project .area_intro .inner_box {
  display:-webkit-box;
  display:flex;    
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  border: 2px solid #000000;
  padding: 50px 60px 49px;
}
.sec_project .area_intro .logo {
  width: 41%;
  padding-left: 13px;
  padding-right: 20px;
}
.sec_project .area_intro .txt {
  width: 59%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #000000;
  font-feature-settings: normal;
}
.sec_project .area_map {
  margin-top: 80px;
  background: url(../img/bg_map.png) no-repeat center left;
  background-size: 1028px;
}
.sec_project .area_map .ttl_area {
  position: relative;
  width: 350px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.sec_project .area_map .ttl_area::before,
.sec_project .area_map .ttl_area::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.sec_project .area_map .ttl_area::before {
  left: -13px;
}
.sec_project .area_map .ttl_area::after {
  right: -13px;
}
.sec_project .area_map .wrap_mapdate {
  display:-webkit-box;
  display:flex;    
}
.sec_project .area_map .box_mapdate {
  position: relative;
  width: 50%;
}
.sec_project .area_map .box_mapdate .ttl_box {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  width: 147px;
  padding: 5px 10px 4px;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_project .area_map .box_mapdate {
  position: relative;
  width: 50%;
}
.sec_project .area_map .box_mapdate.date {
  padding-top: 100px;
  max-width: 516px;
  margin-left: 30px;
}
.sec_project .area_map .box_mapdate .list_date li + li {
  margin-top: 20px;
}
.sec_project .area_map .wrap_project {
  margin-top: 30px;
  display:-webkit-box;
  display:flex;
}
.sec_project .area_map .box_project {
  width: 50%;
}
.sec_project .area_map .box_project:nth-child(1) {
  padding-right: 24px;
}
.sec_project .area_map .box_project:nth-child(2) {
  padding-left: 24px;
}
.sec_project .area_map .box_project .ttl {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  height: 75px;
  text-align: center;
  display:-webkit-box;
  display:flex;    
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 18px;
}
.sec_project .area_map .box_project .ttl>* {
  display:-webkit-box;
  display:flex;    
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  color: #fff;
  background: url(../img/ico_blank_wt.svg) no-repeat center right;
  background-size: 12px;
  padding-right: 20px;
}
.sec_project .area_map .box_project .ico_shikoku {
  width: 101px;
  margin-right: 26px;
}
.sec_project .area_map .box_project .ico_motomachi {
  width: 84px;
  margin-right: 18px;
}
.sec_project .area_ticket {
  margin-top: 100px;
}
.sec_project .wrap_ticket {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  background: -moz-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 61%);
  background: -webkit-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 61%);
  background: -ms-linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 61%);
  background: linear-gradient( -120deg, rgb(198,201,217) 0%, rgb(255,255,255) 61%);
  padding-top: 143px;
  padding-bottom: 34px;
}
.sec_project .area_ticket .ttl_ticket {
  width: calc(100% + 40px);
  height: 80px;
  display:-webkit-box;
  display:flex;    
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  background: -moz-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: -ms-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  text-align: center;
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 34px;
  left: -20px;
}
.sec_project .area_ticket .ttl_ticket::before,
.sec_project .area_ticket .ttl_ticket::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #78623d;
  position: absolute;
  top: 100%;
}
.sec_project .area_ticket .ttl_ticket::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.sec_project .area_ticket .ttl_ticket::after {
  right: 0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.sec_project .area_ticket .ttl_ticket .border {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  text-align: center;
  width: 147px;
  padding: 5px 5px 4px;
  margin-right: 19px;
}
.sec_project .area_ticket .ttl_ticket .number {
  font-size: 34px;
  font-size: 2.125rem;
}
.sec_project .area_ticket .box_ticket {
  display:-webkit-box;
  display:flex;
  align-items: center;
  padding: 0 61px;
}
.sec_project .area_ticket .box_ticket .item_image {
  width: 50%;
  padding-right: 40px;
}
.sec_project .area_ticket .box_ticket .item_txt {
  width: 50%;
  padding-left: 36px;
  text-align: center;
}
.sec_project .area_ticket .box_ticket .item_txt .txt{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #000;
}
.sec_project .area_ticket .box_ticket .item_txt .txt_gold {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #7d653d;
}
.sec_project .area_ticket .btn_set {
  margin-top: 20px;
}
.sec_project .area_ticket .btn_set .btn{
  display: block;
  padding: 20px 10px;
  color: #000;
  border-radius: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: -moz-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: -ms-linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  background: linear-gradient( 90deg, rgb(148,126,90) 0%, rgb(219,207,187) 47%, rgb(148,126,90) 100%);
  width: 100%;
  max-width: 391px;
  margin: 0 auto;
  font-feature-settings: normal;
}
@media screen and (min-width: 1921px){
  .sec_project {
    background: url(../img/bg_ticket.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .sec_project .area_intro .inner_box {
    padding: 50px 30px 49px;
  }
  .sec_project .area_map .box_mapdate.map {
    padding-top: 80px;
  }
  .sec_project .area_ticket .box_ticket {
    display: block;
  }
  .sec_project .area_ticket .box_ticket .item_image {
    width: 100%;
    padding-right: 0;
  }
  .sec_project .area_ticket .box_ticket .item_image img {
    margin: 0 auto;
  }
  .sec_project .area_ticket .box_ticket .item_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width :767px) {
  .sec_project {
    padding-top: 35px;
    padding-bottom: 40px;
    background: url(../img/bg_ticket_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  .sec_project .ttl_sec {
    font-size: 17px;
    font-size: 1.21rem;
    line-height: 1.88;
  }
  .sec_project .ttl_sec span {
    font-size: 20px;
    font-size: 1.43rem;
  }
  .sec_project .area_intro {
    margin-top: 10px;
  }
  .sec_project .box_intro {
    padding: 10px 10px 10px;
  }
  .sec_project .area_intro .inner_box {
    display: block;
    border: 1px solid #000000;
    padding: 30px 17px 22px;
  }
  .sec_project .area_intro .logo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 23px;
  }
  .sec_project .area_intro .logo img {
    width: 235px;
    margin: 0 auto;
  }
  .sec_project .area_intro .txt {
    width: 100%;
    font-size: 13px;
    font-size: 0.93rem;
    line-height: 1.62;
  }
  .sec_project .area_map {
    margin-top: 36px;
    background: url(../img/bg_map_sp.png) no-repeat center left;
    background-size: 626px;
  }
  .sec_project .area_map .inner {
    width: 100%;
  }
  .sec_project .area_map .ttl_area {
    width: 245px;
    font-size: 17px;
    font-size: 1.31rem;
    padding-bottom: 4px;
  }
  .sec_project .area_map .ttl_area::before,
  .sec_project .area_map .ttl_area::after {
    width: 5px;
    height: 5px;
  }
  .sec_project .area_map .ttl_area::before {
    left: -9px;
  }
  .sec_project .area_map .ttl_area::after {
    right: -9px;
  }
  .sec_project .area_map .wrap_mapdate {
    display:block;    
  }
  .sec_project .area_map .box_mapdate {
    width: 100%;
  }
  .sec_project .area_map .box_mapdate .ttl_box {
    font-size: 13px;
    font-size: 0.93rem;
    width: 105px;
    padding: 4px 5px 3px;
    top: 18px;
  }
  .sec_project .area_map .box_mapdate {
    width: 100%;
  }
  .sec_project .area_map .box_mapdate.map {
    padding-top: 0;
  }
  .sec_project .area_map .box_mapdate.date {
    padding-top: 65px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_project .area_map .box_mapdate .list_date li + li {
    margin-top: 10px;
  }
  .sec_project .area_map .wrap_project {
    margin-top: 40px;
    display: block;
    max-width: 313px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_project .area_map .box_project {
    width: 100%;
  }
  .sec_project .area_map .box_project:nth-child(1) {
    padding-right: 0;
  }
  .sec_project .area_map .box_project:nth-child(2) {
    padding-left: 0;
  }
  .sec_project .area_map .box_project + .box_project {
    margin-top: 20px;
  }
  .sec_project .area_map .box_project .ttl {
    font-size: 13px;
    font-size: 0.93rem;
    letter-spacing: 0.1em;
    height: 49px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .sec_project .area_map .box_project .ttl>* {
    background: url(../img/ico_blank_wt.svg) no-repeat center right;
    background-size: 9px;
    padding-right: 14px;
  }
  .sec_project .area_map .box_project .ico_shikoku {
    width: 70px;
    margin-right: 13px;
  }
  .sec_project .area_map .box_project .ico_motomachi {
    width: 52px;
    margin-right: 3px;
  }
  .sec_project .area_ticket {
    margin-top: 40px;
  }
  .sec_project .wrap_ticket {
    max-width: 335px;
    padding-top: 125px;
    padding-bottom: 30px;
  }
  .sec_project .area_ticket .ttl_ticket {
    width: calc(100% + 20px);
    height: 85px;
    font-size: 19px;
    font-size: 1.46rem;
    top: 20px;
    left: -10px;
    text-align: center;
    display: block;
  }
  .sec_project .area_ticket .ttl_ticket::before,
  .sec_project .area_ticket .ttl_ticket::after {
    width: 10px;
    height: 10px;
  }
  .sec_project .area_ticket .ttl_ticket .border {
    display: block;
    font-size: 13px;
    font-size: 0.93rem;
    margin-top: 13px;
    width: 109px;
    padding: 5px 5px 4px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_project .area_ticket .ttl_ticket .number {
    font-size: 22px;
    font-size: 1.57rem;
  }
  .sec_project .area_ticket .box_ticket {
    display: block;
    padding: 0 20px;
  }
  .sec_project .area_ticket .box_ticket .item_image {
    width: 100%;
    padding-right: 0;
  }
  .sec_project .area_ticket .box_ticket .item_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
  }
  .sec_project .area_ticket .box_ticket .item_txt .txt{
    font-size: 13px;
    font-size: 0.93rem;
    line-height: 1.62;
  }
  .sec_project .area_ticket .box_ticket .item_txt .txt_gold {
    font-size: 20px;
    font-size: 1.43rem;
    line-height: 2;
  }
  .sec_project .area_ticket .btn_set {
    margin-top: 13px;
  }
  .sec_project .area_ticket .btn_set .btn{
    padding: 14px 17px;
    border-radius: 25px;
    font-size: 13px;
    font-size: 0.92846rem;
  }
}
/* -----------------------------------------------------------------
 sec_goods
----------------------------------------------------------------- */
.sec_goods{
  margin-top: 110px;
  background: url(../img/bg_gallery.png) no-repeat top 780px right;
  background-size: 573px;
}
.sec_goods h2{
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 0px 0px 28.5px rgba(7, 11, 17,1);
}
.sec_goods h2.goods,
.sec_goods h2.gallery{
  margin-top: 110px;
}
.sec_goods .txt_lead{
  margin-top: 20px;
  text-align: center;
}
.sec_goods .list_img{
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sec_goods .list_img p{
  margin-top: 20px;
  font-feature-settings: "palt";  
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.sec_goods .list_img p span{
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 1.25rem;  
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;  
}
.sec_goods .list_img img{
  width: 100%;
}
.sec_goods .area_btn {
  margin-top: 100px;
}
@media (min-width :768px){
  .sec_goods .list_img.col4 li{
    width: 23.8375%;
    margin-left: 1.55%;
  }
  .sec_goods .list_img.col4 li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_goods .list_img.col4 li:nth-child(n+5){
    margin-top: 20px;
  }  
  .sec_goods .list_img.col3 li{
    width: 32.3%;
    margin-left: 1.55%;
  }
  .sec_goods .list_img.col3 li:nth-child(3n+1){
    margin-left: 0;
  }
  .sec_goods .list_img.col3 li:nth-child(n+4){
    margin-top: 40px;
  }    
}
@media screen and (max-width :767px) {
  .sec_goods{
    margin-top: 30px;
    background: url(../img/bg_gallery.png) no-repeat top 1600px right -62px;
    background-size: 255px;
  }
  .sec_goods h2{
    font-size: 18px;
    font-size: 1.28rem;
  }
  .sec_goods h2.goods,
  .sec_goods h2.gallery{
    margin-top: 35px;
  }
  .sec_goods .txt_lead{
    margin-top: 10px;
    text-align: left;
/*    font-size: 11px;
    font-size: 0.78rem; */   
  }
  .sec_goods .list_img:not(.gallery){
    display: block;
    width: 89.23%;
    margin: 15px auto 0;
  }  
  .sec_goods .list_img:not(.gallery) li:nth-child(n+2){
    margin-top: 20px;
  }
  .sec_goods .list_img p{
    margin-top: 10px;
    font-size: 10px;
    font-size: 0.714rem;      
  }
  .sec_goods .list_img p span{
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 0.928rem;
  }
  
  .sec_goods .list_img.col3.gallery{
    display:-webkit-box;
    display:flex;    
    -webkit-box-pack: justify;
    justify-content: space-between; 
    margin-top: 10px;
  }
  .sec_goods .list_img.col3.gallery li{
    width: 48%;
  }
  .sec_goods .list_img.col3.gallery li:nth-child(n+3){
    margin-top: 20px;
  }   
  .sec_goods .area_btn {
    margin-top: 40px;
  }
}