/* rairin_girlページのCSS */
.wrapper {
  max-width: 1200px;
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  padding: 0;
  display: flow-root;
}

.crumbs {
  display: inline-block;
  background-color: white;
  list-style-type: none;
  margin: 8px 0;
  padding-right: 8px;
}

.crumbs ul {
  margin: 0;
  padding: 0;
}

.crumb {
  display: inline-block;
}

.crumb a::after {
  display: inline-block;
  color: #000;
  content: '>';
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

#main-title {
  background: url(/graderace77/img/header.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 210px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main-title {
  background: url(/graderace77/img/header_sp.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 210px;
  margin: 0;
  padding: 0;
  }
}

.container img.poster {
  width: 100%;
  padding: 0;
}

#main-content {
  background-color: #000;
  padding: 20px 25px;
  margin-bottom: 20px;
}

/*
.global-footer {
  display: block;
  position: fixed;
  bottom: 0;
  width: auto;
  height: 100px;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
  */

@media screen and (max-width: 800px) {
  .container {
    padding: 0 2%;
  }

  #main-title {
    height: 100px;
  }

  #main-content {
    width: 100%;
  }

  #main-content img:not(.day) {
    width: 100%;
  }

  div h1 span,
  div h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1001px) {
  .wrapper {
    width: 80%;
    margin: 0 auto;
  }
}


a.btn-panel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  overflow: hidden;
  font-feature-settings: "palt";
  white-space: nowrap;
  border: solid 3px #D4AB1E;
  background: linear-gradient(135deg, #FFF59A, #9B5A28);
  
  
  color: rgba(0, 0, 0, 1);
}

.btn-panel:active {
  top: 2px;
}

@keyframes icon_player_1 {
  0% {
    right: 0px;
    bottom: 0px;
    animation-timing-function: ease-out;
  }
  40% {
    transform: scale(1.2);
    right: 8px;
    top: -4px;
  }
  50% {
    transform: scale(1.2);
    right: 8px;
    top: -4px;
    animation-timing-function: ease-in;
  }
  90% {
    transform: scale(1);
    right: 0px;
    bottom: 0px;
  }
}

@keyframes icon_player_2 {
  0% {
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  40% {
    left: 5px;
    top: -3px;
    opacity: 1;
  }
  80% {
    left: 5px;
    top: -3px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.icon_player,
.icon_entry,
.icon_events {
  position: absolute;
  display: block;
  top: 0;
}

.btn-panel-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 4px;
}

a.btn-panel:focus,
a.btn-panel:hover {
  background-blend-mode: overlay;
  background-image:repeating-linear-gradient(rgba(160, 156, 148, 0.4), rgba(255, 255, 255, 0.4) 1px, transparent 1px, transparent 2px);
  color: #fff;
}
a.btn-panel:focus .btn-panel-img,
a.btn-panel:hover .btn-panel-img {
  filter: brightness(0) invert(1);
}


a.btn-panel .btn-panel-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


a.btn-panel:hover .btn-panel-img,
a.btn-panel:focus .btn-panel-img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-panel-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  
  padding: 5px;
  font-size: 23px;
}

@media (max-width: 360px) {
  .btn-panel-text {
    font-size: 20px;
  }
}

.btn-panel-img {
  padding: 10px 0;
  max-width: 128px;
  height: 128px;
  
  box-sizing: border-box;
  position: relative;
}

a.btn-form {
  background-color: #ae9600;
  color: #000;
  box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}
a.btn-form:hover, a.btn-form:focus {
  background-color: #837100;
  color: #000;
  text-decoration: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto
}

.content-title{
    font-size: 58px;
    color: #92502b;
    font-family: sans-serif;
    text-align: center;
    font-weight: 800;
    font-style: normal;
    padding: 10px 0;
    border-bottom: 6px solid #92502b;
    background: #e7cb32;
    width: 70%;
    min-width: 396px;
    margin: 0 auto;
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke fill;
    border-radius: 40px;
}

.big-title {
    color: #E3C42C;
    font-size: 40px;
    text-align: center;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.for-pc {
  display: block;
}
.for-sp {
  display: none;
}
@media (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }

  .big-title {
    font-size: 30px;
  }
  .btn-panel-text {
  font-size: 18px;
}
}


.c-card {
  background-color:#fff;
  border-radius: 8px;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  text-align: center;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}
th {
  width:5%;
}
table {
  border:solid 1px gray;
  margin:0 auto;
}

.img-responsive {
  margin:0 auto;
}

h4 {
  background-color:#b8860b;
/*  background-color:#f48000; */
  color:#fff;
  border-radius: 8px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* YouTubeアスペクト比維持 */
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}