@charset "UTF-8";

@media print{body{display:none;}}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img,form,hr{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;text-align:left;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
th,td{border-collapse: collapse;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;font-weight:normal;word-wrap:break-word;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*------------------------------------------------------
 Base 
------------------------------------------------------*/
body{
    color: #fff;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1.12em;
  }
  
  h5 {
    font-size: .83em;
  }
  
  h6 {
    font-size: .75em;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  
  img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* link */
  a:link { text-decoration:none; color:#0066cc; }
  a:visited { text-decoration:none; color:#0066cc; }
  a:hover { text-decoration:none; color:#0066cc; }
  a:active { text-decoration:none; color:#0066cc; }
  
  /* clearfix */
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* For IE 6/7 only */
  .clearfix {
    *zoom: 1;
  }

  /*.pc{}*/
  .pc{ display:block;}
  .sp{ display:none;}
  .cx_smartphoneview .pc{ display:none;}
  .cx_smartphoneview .sp{ display:block;}
  
/*------------------------------------------------------------
  
　メインビジュアル

------------------------------------------------------------*/

#c-header .fv {
  background: repeat-y center top url(../image/fv_bg.jpg);
  background-size: 100%;
}
#c-header .ttl-logo{
  margin: 0 auto;
  width: 68%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #c-header .ttl-logo{
    max-width: 180px;
  }
}
#c-header .fv img{
  width: 100%;
  text-align: center;
}
#c-header h1 {
  display: none;
}

/*------------------------------------------------------------
  
　ナビゲージョンエリア

------------------------------------------------------------*/
#navi{
  padding: 0 24px;
  background: #000;
}
#navi ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#navi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#navi .navi-area-wrap {
  padding: 24px 0;
}
#navi .navi-area-wrap li {
  width: 16.35%;
  padding-right: 1rem;
}
#navi .navi-area-wrap li:last-of-type {
  padding-right: 0;
}
#navi .navi-area-wrap li a img:hover{
  position: relative; 
  top: 3px; 
  left: 3px; 
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 1000px) {
  #navi .navi-area-wrap li  {
    width: 20.35%
  }
}
@media screen and (max-width: 768px) {
  #navi{
    padding: 0 4%;
  }
  #navi .navi-area-wrap {
    padding: 15px 0;
  }
  /*#navi .navi-area-wrap li {
    width: 30.35%;
  }
  #navi .navi-area-wrap li:last-child {
    padding-right: 0;
  }*/
  #navi .navi-area-wrap li {
    width: 48.35%;
  }
  #navi .navi-area-wrap li:nth-child(even) {
    padding-right: 0;
  }
  #navi .navi-area-wrap li:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------------------
  
　日程・結果

------------------------------------------------------------*/
/*-------------- 共通 -------------*/
.bg-image {
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  background: url(/the-second/image/bg.jpg),#1b018d;
}
.bg-color{
  background: #000;
}

.l-main {
  padding: 50px 30px;
}
@media screen and (max-width: 1000px) {
  .l-main {
      padding: 50px 5%;
  }
}
.l-content-wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.title-wrap{
  margin-bottom: 28px;
}
.title-image{
  text-align: center;
}
.title-image img{
  width: 100%;
  max-width: 1000px;
}
/*-------------- 日程 -------------*/
.ttl-scheduleresult {
  font-size: 36px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ttl-scheduleresult {
    font-size: 22px;
    padding-bottom: 12px
  }
}
#accordion.accordion_container .accordion_inner {
  margin-bottom: 4.8rem;
}
#accordion.accordion_container .accordion_head {
  cursor: pointer;
  background-color: #fff;
  padding: 1.6rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#accordion.accordion_container .accordion_ttl__1 {
  color: #090030;
  font-size: 26px;
  font-weight: bold;
  background: radial-gradient(#eeeeee, #d2d2d2);
  display: inline-block;
  padding: 0.3rem 1.6rem;
  box-shadow: 4px 4px 2px #111;
  -webkit-box-shadow: 4px 4px 2px #111;
  -ms-box-shadow: 4px 4px 2px #111;
}
#accordion.accordion_container .accordion_ttl__2 {
  color: #090030;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  padding: 0.3rem 1.6rem;
}
#accordion.accordion_container .accordion_inner.open .accordion_toggle {
  transform: rotate(-180deg);
}
#accordion.accordion_container .accordion_body_container {
  height: 0;
  overflow: hidden;
  transition: all .5s;
}
#accordion.accordion_container .accordion_body {
  background-color: #eaeaea;
  padding: 2rem 3.6rem;
}
@media screen and (max-width: 768px) {
  #accordion.accordion_container .accordion_body {
    background-color: #eaeaea;
    padding: 2rem 3%;
  }
}
#accordion.accordion_container .accordion_body table {
  width: 100%;
  border: 1px solid #111;
}
#accordion.accordion_container .accordion_body .t__ttl {
  background-color: #111;
  color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 18px;
}
#accordion.accordion_container .accordion_body .t__txt {
  padding: 1.6rem 1.6rem;
  font-size: 17px;
  border: 1px solid #111;
  color: #333;
}
#accordion.accordion_container .accordion_body .txt_area p {
  margin-bottom: 0.5rem;
}
.link-btn-tiket {
  display: inline-block;
  background: #b96db4;
  color: #fff !important;
  padding: 0.8rem 3.2rem;
  border-radius: 25px;
  margin-top: 0.8rem;
}
.small {
  font-size: 16px;
  display: inline-block;
}
.accordion_container_last{
  padding-bottom: 6.4rem;
}


@media screen and (max-width: 768px) {
  #accordion.accordion_container .accordion_inner {
    margin-bottom: 2.8rem;
  }
  #accordion.accordion_container .accordion_head {
    padding: 1.2rem 1.2rem;
  }
  #accordion.accordion_container .accordion_ttl__1 {
    font-size: 16px;
    padding: 0.3rem 1.0rem;
  }
  #accordion.accordion_container .accordion_ttl__2 {
    font-size: 16px;
    padding: 0.3rem 0rem 0.3rem 1.0rem;
  }
  #accordion.accordion_container .accordion_toggle {
    margin-top: 0;
  }
  .arrow-svg {
    width: 15px !important;
    height: 15px !important;
  }
  #accordion.accordion_container .accordion_body .t__txt {
    font-size: 17px;
    padding: 1rem 1rem;
  }
  #accordion.accordion_container .accordion_body .t__ttl {
    font-size: 18px;
    padding: 0.5rem 1rem;
  }
  .link-btn-tiket {
    border-radius: 50px;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
  }
  .small {
    font-size: 13px;  
  }
  .accordion_container_last{
    padding-bottom: 2.4rem;
  }
}





.red{
  color: red;
}
.bold{
  font-weight: bold;
}

/*------------------------------

   バナー 

------------------------------*/
.archive h5{
  font-size: 4.2rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.archive .list{
  display: flex;
  gap: 15px;
  /* gap: 5px; */
  flex-wrap: wrap;
  justify-content: center;
}
.archive .item{
  /* width: 16%; */
  width: 46%;
  display: block;
}
.archive .item a{
  position: relative;
  display: block;
  /* padding: 15px 0; */
  padding: 25px 0;
  /* font-size: 15px; */
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #cacaca;
  color: #cacaca;
}
.archive .item a:hover{
  background: rgba(255, 255, 255, 0.25);
}
.archive .item a::after {
  position: absolute;
  right: -1px;
  bottom: -11px;
  content: "";
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #cacaca;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .archive h5{
    font-size: 3.2rem;
  }
  .archive .list{
    gap: 10px;
    justify-content: center;
  }
  .archive .item{
    width: 48%;
  }
  .archive .item a{
    padding: 15px 0;
    font-size: 15px;
    font-size: 16px;
  }
  .archive .item a::after {
    right: 0px;
    bottom: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #cacaca;
  }
}