@charset "shift_jis";
/* ===================================================================
CSS information
 file name  : starto2026
 author     : honyaclub.com
 date       : 2025/11/20
 update     : 
 about      : STARTO ENTERTAINMENTカレンダー
=================================================================== */

/* ==============================================
      共通
============================================== */
body {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  word-break: break-all;
  background-color: #eee;
  text-align: center;
}
a, a img {
  /* color: #0085cd; */
  color: #33c2fd;
  border: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a[target="_blank"] {
  background: url(../../img/campaign/mitsubachi/another_window.png) no-repeat right 10px center;
  padding-right: 18px;
}
/* .anchor {
  margin-top: -60px!important;
  padding-top: 60px!important;
} */
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
ul li {
  list-style-type: none;
}
div::after, ul::after {
  clear: both;
  height: 0;
}
* {
  box-sizing: border-box;
}

/*-----　wrapper背景　-----*/
#wrapper {
  position: relative;
  width: 100%;
  /* color: #555555; */
  background-color: #ffffff;
  overflow-x: hidden;
  color: #444444;
  background-image: url(https://www.honyaclub.com/img/special/starto/calendar2026/bg.png);
  background-size: contain;
  background-repeat: repeat;
}

/*----- return to top -----*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  /* display: block; */
  /* font-weight: bold; */
}
/*
#page-top a {
  display: block;
  z-index: 9999;
  padding: 8px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
*/
#page-top a {
  z-index: 9999;
  padding: 0 5px 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-top a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  position: absolute;
  top: 30%;
  left: 53%;
  transform: translate(-70%, -50%)rotate(45deg);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* ==============================================
      【SP】 共通
============================================== */

/*-----　headerナビゲーション　-----*/
#header-container {
  width: 100%;
  /* background-color: #999999; */
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  /* height: 50px; */
  height: 60px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
  z-index: 1000;
  padding: 0;
}
.logo,
.sns {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.logo {
  text-align: left;
}
.logo img {
  width: auto;
  height: 35px;
  z-index: 1000;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns ul li {
  margin-left: 8px;
}

/*-----　contents内容　-----*/
#contents {
  padding-top: 50px;
  margin: 0 auto;  
}
/* #main-container {https://www.honyaclub.com/img/special/starto/calendar/bg.png
  padding: 0 2%;
} */
/* .section {
  padding: 3%;
} */
/*
#main h1,
#main p.main-visual {
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
*/
.section h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
  line-height: 2;
  text-align: center;
  /* border-bottom: solid 2px #33c2fd; */
  background-color: #444444;
  color: #ffffff;
}
.section h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 2;
}
.collayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*-----　.section#main　-----*/
.section#main h1 {
  padding: 2%;
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
} 
.section#main h1 img {
  background-color: #ffffff50;
  padding: 2% 0;
}

/*-----　.section#contents-navi　-----*/
.section#contents-navi ul.navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section#contents-navi ul.navi-list li {
  /* background-color: #f7f5ed; */
  /* border: solid 3px #33c2fd; */
  border: solid 2px #444444;
  border-radius: 30px;
  /* background-color: #ffffff; */
  background: linear-gradient(to bottom right, #90e6ff, #b782e6);
  width: 45%;
  margin-bottom: 10px;

}
.section#contents-navi ul.navi-list li a {
  font-weight: bold;
  color: #444444;
  /* color: #33c2fd; */
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-----　.section#receipt　-----*/
.section#receipt {
  margin: 0 3%;
}
.section#receipt dl {
  margin-bottom: 20px;
}
.section#receipt dt {
  /* background-color: #115ca0; */
  background-color: #444444;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  padding: 5px 0;
}
.section#receipt dd {
  /* border: solid 3px #115ca0; */
  border: solid 3px #444444;
  padding: 10px 0;
  background-color: #ffffff;
}
.section#receipt dd.collayout {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section#receipt dd p {
  color: #33c2fd;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section#receipt dd p:last-child {
  margin-bottom: 0;
}


/*-----　.section#note　-----*/
.section#note {
  background-color: #e8f1f5;
  border-radius: 10px;
  padding: 10px;
  color: #115ca0;
  font-size: 16px;
  border: solid 2px #115ca0;
  margin: 20px auto 50px;
  /* background-color: #ffffffcf; */
}
.section#note p {
  text-align: center;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}
.section#note p:last-child {
  margin-bottom: 0;
}
.section#note-mark {
  font-size: 12px;
}

/*-----　.section#item　-----*/
.section#item {
  /* background-color: #b0ddf0; */
  padding: 15px;
} 
.section#item .container-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  /* margin: 20px 0 ; */
  margin-bottom: 50px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));
  border: solid 2px #cccccc
}
.section#item .container-item:last-child {
  margin-bottom: 0;
}
.section#item h3 {
  color: #33c2fd;
  font-size: 24px;
}
.section#item .overview {
  margin: 10px 0;
}
.section#item .overview img {
  width: 260px;
  height: auto;
}
.section#item .detail p {
  margin: 10px 0;
}
.section#item .detail p.item-title {
  font-size: 20px;
  font-weight: bold;
}
.section#item .detail p.item-title a {
  color: #444444;
  background-color: #ffff85;
  padding: 5px;
}
.section#item .detail p.release {
  color: #cb0000;
  font-size: 18px;
  font-weight: bold;
}
.section .btn a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
}
.section .btn.typeA a {
  color: #ffffff;
  background-color: #ff6a29;
  margin: 10px auto;
}
.section .btn.typeB a { 
  /* color: #33c2fd; */
  color: #ffffff;
  background-color: #115ca0;
  /* border: solid 3px #33c2fd; */
  /* border: solid 3px #115ca0; */
  width: 90%;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));
}
.section .btn.typeC a { 
  color: #115ca0;
  /* color: #ffffff; */
  /* background-color: #115ca0; */
  /* border: solid 3px #33c2fd; */
  border: solid 3px #115ca0;
  width: 90%;
  /* filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2)); */
  border-radius: 20px;
  background-color: #e8f1f5;
}
.section .btn a span{
  font-size: 12px;
}

/*-----　.section#link-btn　-----*/
.section#link-btn {
  background-color: #b0ddf0;
  padding: 15px 15px 50px 15px;
} 

/*-----　.section#guide-link-btn　-----*/
.section#guide-link-btn {
  padding: 0 15px 20px;
}
.section#guide-link-btn .btn {
  margin-bottom: 30px
}

/*----- footer -----*/
#footer {
  padding: 1em 0 10em;
  background-color: #444444;
  font-size: 10px;
  color: #ffffff;
}

/*----- 表示/非表示 -----*/
.pc-display {
  display: none !important;
}
.sp-display {
  display: block !important;
  margin: 0 auto;
}

/* ==============================================
      【SP】 freepage カスタム
============================================== */

/*============  -XXX  ============*/







/* ==============================================
      【TAB】 共通
============================================== */
/*@media screen and (min-width:600px){
.sp-display {
display: none !important;
}
.pc-display {
display:block !important;
}

}*/



/* ==============================================
      【PC】 共通
============================================== */

@media screen and (min-width:751px) {
  body {
    font-size: 16px;
  }
  /*----- wrapper背景 -----*/
  #wrapper {
    /*min-width: 960px;*/
  }
  
  /*----- header固定のナビゲーション----- */
  /* #header-container {
    height: 55px;
  } */
  #header-inner {
    width: 100%;
    padding: 0 1.5%;
  }
  .logo,
  .sns {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .logo img {
    width: 160px;
    height: auto;
  }
  .sns ul li {
    margin: 0;
    padding-left: 1rem;
  }
  
  /*----- contents内容 -----*/
  #contents {
    padding-top: 55px;
    max-width: 1500px;
  }
  .section{
    width: inherit;
    position: relative;
    /* margin-top: 10px; */
  }
  .section h2 {
    line-height: 2 !important;
  }
  .collayout-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  /*-----　.section#main　-----*/
  .section#main h1 {
    margin: 20px auto 15px;
  }
  .section#main h1 img {
    padding: 20px 30px;
  }
  
 /*-----　.section#contents-navi　-----*/ 
  .section#contents-navi ul.navi-list {
    width: 90%;
    margin: 30px auto;
  }
  .section#contents-navi ul.navi-list li {
    width: 18%;
  }
  
 /*-----　.section#receipt　-----*/ 
  .section#receipt ul.collayout-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
    .section#receipt ul.collayout-pc li {
      width: 360px;
      margin: 0 20px;
  }
    .section#receipt dl {
      margin-bottom: 0;
  }
  .section#receipt dd.collayout {
    height: 150px;
  }

 /*-----　.section#note　-----*/ 
  .section#note {
    width: 90%;
    margin: 30px auto 50px;
  }
  .section#note p {
    font-size: 16px!important;
  }

  /*.section#note p {
    text-align: center;    
  }*/
  
 /*-----　.section#item　-----*/ 
  .section#item .container-item {
    width: 90%;
    margin: 0 auto 50px;
  }
  .section#item .inner-item.collayout-pc {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* border: solid 1px #cccccc; */
  }
  .section#item .inner-item.collayout-pc .detail {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section#item .detail p.item-title,
  .section#item .detail p.release {
    text-align: left;
  }
  .section .btn.typeB a {
    width: 60%;
  }
  .section .btn a {
    width: 60%;
  }
      
/*-----　.section#guide-link-btn　-----*/
  .section#guide-link-btn .inner-btn.collayout-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 30px;
  }
  .section#guide-link-btn .btn.typeC {
    width: 340px;
    margin: 30px;
  }
  .section#guide-link-btn .btn.typeC a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
  }
    
    
    
  /*----- footer -----*/
  #footer-container {
    font-size: 12px;
    background-color: #444444;
  }
  #footer {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 120px;
    background-color: #444444;
    color: #ffffff;
  }

  /*----- 表示/非表示 -----*/
  .sp-display {
    display: none !important;
  }
  .pc-display {
    display: block !important;
  }
  
/* ==============================================
      【PC】 freepage カスタム
============================================== */

/*============  -XXX  ============*/

  
  
}



/* ==============================================
      共通
============================================== */
/*----- margin-top//variation -----*/
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt010 { margin-top: -10px;}
.mt020 { margin-top: -20px;}
.mt025 { margin-top: -25px;}
.mt030 { margin-top: -30px;}

/*----- margin-right//variation -----*/
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}

/*----- margin-bottom//variation -----*/
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}

/*----- margin-bottom//variation -----*/
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}

/*----- text//variation -----*/
.text-center { text-align: center;}
.text-left { text-align: left;}
.text-right { text-align: right;}
.bold { font-weight: bold;}
/* .red { color: #FF0000;} */
.red { color: #c6141d;}
.cap { font-size: 85%;}
