@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}


:root {
  --txt-black: #231815;
  --txt-white: #fff;

  --DAP-base: #e83015;
  --DSP-base: #fabe00;
  --LQ-base: #ff5a95;
  --AMB-base: #00a8cf;

  --brl-01-base: #89cddf;
  --brl-02-base: #28543e;
  --brl-03-base: #54e4da;
  --brl-04-base: #f75498;
  --brl-05-base: #ebe48b;
  --brl-06-base: #f0309a;
  --brl-07-base: #5a5a5a;
}


body {
  color: var(--txt-black);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック";
  font-weight: 600;
  font-style: normal;
}

#main_box .table_box,
#main_box .player_goods,
.barrel .ma_bt_32,
.btn_top {
  font-family: "alternate-gothic-extra-cond", sans-serif;
  letter-spacing: 1.5px;
}

#dartsfes_wrap .grad{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: -moz-linear-gradient(50% 100% 90deg, rgba(255, 236, 217, 1) 0%, rgba(255, 113, 68, 1) 60%);
    background: -webkit-linear-gradient(90deg, rgba(255, 236, 217, 1) 0%, rgba(255, 113, 68, 1) 60%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(255, 236, 217, 1)), color-stop(0.6, rgba(255, 113, 68, 1)));
    background: -o-linear-gradient(90deg, rgba(255, 236, 217, 1) 0%, rgba(255, 113, 68, 1) 60%);
    background: -ms-linear-gradient(90deg, rgba(255, 236, 217, 1) 0%, rgba(255, 113, 68, 1) 60%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecd9', endColorstr='#ff7144' ,GradientType=0)";
    background: linear-gradient(0deg, rgb(255 236 217) 0%, rgb(255 113 68) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7144', endColorstr='#ffecd9', GradientType=0);
    z-index: 0;
}

#dartsfes_wrap h1,
#dartsfes_wrap #main_box,
#dartsfes_wrap .center{
  z-index: 5;
  position: relative;
}


#main_box .table_box{
  align-items: start;
}

/* --PC-- */
@media screen and (min-width: 751px) {

  #main_box {
    width: 58vw;
    max-width: 960px;
    min-width: 750px;
    margin: auto;
    padding: 3.125vw 9px 0;
  }

  h1 img{
    display: block;
    width: 70vw;
    max-width: 1200px;
    min-width: 750px;
    margin: auto;
  }

  #dartsfes_wrap .vi_pc {
    display: block;
  }

  #dartsfes_wrap .vi_sp {
    display: none;
  }

  .happa2{
    background: url(https://gigaplus.makeshop.jp/sdarts/project/25_dartsfes/img/happa2.png);
    background-size: 160vw;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: fixed;
    height: 100%;
    margin: auto;
  }

  #main_box .table_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5vw;
  }


  #main_box .player_goods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }


  #main_box table th {
    vertical-align: middle;
    /* height: 2.5vw; */
    padding: 12px 20px 8px;
    line-height: 20px;
  }

  #main_box table th,
  td {
    font-size: 20px;
  }

  #dartsfes_wrap p {
    line-height: 1.8;
  }

  table a {
    font-size: 120%;
    line-height: 1.8rem;
  }

  .ma_bt_48 {
    margin-bottom: 2.5vw;
  }

  #main_box .player_goods b,
  #dartsfes_wrap table th {
    font-size: 1.6vw !important;
  }

  #main_box .pay_area b {
    line-height: 2vw;
  }

  #main_box .btn_top {
    width: 240px;
    height: 60px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #643723;
    border-radius : 62px;
    margin: 5vw auto 15vw;
  }

  #main_box .btn_top a {
    position: absolute;
    color: #643723;
    text-decoration: none;
    transition: all 0.5s ease;
    z-index: 2;
    line-height: 50px;
    font-size: 32px;
    transition: all 0.5s ease;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding-top: 6px;
  }


  #main_box .btn_top a:hover,
  #main_box .btn_top a:active{
    color: #643723;
    background-color: #99231180;
    /* border: 2px solid #99231180; */
    padding-top: 6px;

  }

  #main_box .table01 td a:hover{
    background: var(--txt-black);
    color: var(--txt-white);
  }
  #main_box .table02 td a:hover{
    background: var(--DAP-base);
  }
  #main_box .table03 td a:hover{
    background: var(--DSP-base);
    color: var(--txt-black);
  }
  #main_box .table04 td a:hover{
    background: var(--AMB-base);
  }

  #dartsfes_wrap ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 5vw 0vw;
    justify-content: space-around;
  }

  #dartsfes_wrap .no_hd::before {
    top: 0.4vw;
    left: -2vw;
  }

  #dartsfes_wrap li {
    width: 40%;
  }

  #dartsfes_wrap .contents {
    grid-template-columns: 1fr 8.8vw 2fr;
    grid-template-rows: 16.6vw 1fr 1fr 1px 8.3vw 8.3vw 8.3vw;
  }

  #dartsfes_wrap h2 {
    background-size: 54%;
    background-position: 6vw 4vw;
  }

  .fo_54 {
    font-size: 2.8vw;
  }

  .fo_64 {
    font-size: 3.3vw;
  }

  .fo_32 {
    font-size: 1.6vw;
  }

  .fo_24 {
    font-size: 1.25vw;
  }

  #main_box,
  #dartsfes_wrap li {
    /* font-size: 1.6vw; */
    font-size: 12pt;
  }

  #main_box .pay_area b {
    font-size: 2.8vw;
  }

  #main_box .pay_area b span {
    font-size: 1.6vw;
  }

  #main_box .pay_area p span {
    font-size: 0.8vw;
  }

  .pay_box .sub_small {
    font-size: 1.25vw;
  }

  #main_box .grow img:nth-child(1) {
    width: 7.7%;
    height: auto;
    margin-right: 1.25vw;
  }

  #main_box .grow img:nth-child(2) {
    width: 4.5%;
    height: auto;
  }

  #main_box .grow+p {
    font-size: 0.75vw;
  }

  #main_box table th,
td {
  text-align: center;
  font-size: 20px;
}

  #main_box h3 .ttl_small {
    bottom: -2vw;
  }

  #main_box .pay_area .fo_32 {
    margin-top: 5vw;
  }

  #main_box .pay_box,
  .pa_bt_192 {
    padding-bottom: 5vw;
  }

  #main_box .pay_area b {
    margin-bottom: 5vw;
  }

  #dartsfes_wrap .no_hd::before {
    font-size: 1.5vw;
  }

  .pa_to_192 {
    padding-top: 15vw;
  }

  #main_box .player_goods b {
    padding: 24px 0 16px;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 1.8vw;
    font-size: 32px;
    line-height: 32px;
    }

  #main_box .player_goods_cnt>img {
    margin-bottom: 1.8vw;
  }

  #main_box .player_goods_cnt {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    }

  .pay_box .pay_01+img {
    width: 9.58%;
    height: auto;
    margin-bottom: 1.6vw;
  }

  .pay_box .pay_02+img {
    width: 30.8%;
    height: auto;
    margin-bottom: 1.6vw;
  }

  .pay_box .pay_03+img {
    width: 32.5%;
    height: auto;
  }

  .pay_box .pay_04+img {
    width: 22.7%;
    height: auto;
  }

  #main_box .pay_area p {
    margin-bottom: 1.6vw;
  }

  .left {
    text-align: center;
  }

  #main_box .player_goods span {
    font-size: 24px;
  }
  .content_in .flex{
  gap: 16px;
}

  .content_in .flex span{
    /* font-size: 48px; */
      line-height: 32px;
      padding: 24px 16px 14px;
      font-weight: 600;
  }

  .barrel .ma_bt_32 span {
    display: flex;
    font-size: 35px;
  }

  .content_in .flex span{
    padding: 24px 16px 14px;
}



/* PLAYER GOODS　タイトル */
/* .pg5 .ttl {
  border-radius: 12px 12px 0 0;
} */

/* 背景box */
/* .content_in {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
} */
#main_box  thead{
  height: calc(24px + 12px + 10px);
}

.lightbox2_wrap:hover{
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}

/* PCでlightbox2 虫眼鏡表示 */
.p_plus {
  position:relative;
  display:inline-block;
}

.rp_plus {
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  pointer-events: none;
  background: url(https://gigaplus.makeshop.jp/sdarts/project/25_dartsfes/img/rp_plus.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #6d6d6d8c;
}

}
/* --PC-- */

/* --SP-- */
@media screen and (max-width: 750px) {
  #main_box {
    padding: 40px 0;
    width: 96%;
  }

  #main_box .table_box,
  #main_box .player_goods,
  .barrel .ma_bt_32,
  .btn_top {
    letter-spacing: 1px;
    border-radius : 62px;
  }

  h1 img{
    display: block;
    width: 100%;
  }

  #dartsfes_wrap .vi_pc {
    display: none;
  }

  #dartsfes_wrap .vi_sp {
    display: block;
  }


  #main_box .player_goods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw;
  }

  #main_box .table_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: auto; */
    gap: 2.5vw;
  }

  .ma_bt_32 {
    margin-bottom: 2.5vw;
  }

  .ma_bt_48 {
    margin-bottom: 5vw;
  }

  #main_box table th {
    padding: 1.25vw 0 1vw;
    vertical-align: middle;
  }

  #main_box .btn_top {
    margin: 60pt auto;
    border: 2px solid #643723;
    border-radius: 5vw;
    max-width: 40vw;
    height: 10vw;

  }

  #main_box .btn_top a {
    color: #643723;
    border-radius: 5vw;
    text-decoration: none;
    padding: 1.5vw 1.75vw;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 5vw;
    line-height: 5vw;
    padding-top: 2.5vw;
  }


  #main_box .btn_top a:active {
    color: #643723;
    background-color: #99231180;
    border: 2px solid #99231180;
    border-radius: 5vw;
  }

  #main_box .table01 td a:active{
    background: var(--txt-black);
    color: var(--txt-white);
  }

  #main_box .table02 td a:active{
    background: var(--DAP-base);
  }

  #main_box .table03 td a:active{
    background: var(--DSP-base);
    color: var(--txt-black);
  }

  #main_box .table04 td a:active{
    background: var(--AMB-base);
  }


  #dartsfes_wrap ol {
    display: flex;
    flex-direction: column;
    padding: 8.8vw 6vw;
  }

  #dartsfes_wrap li:not(:last-child) {
    margin-bottom: 16pt;
  }

  #dartsfes_wrap .no_hd::before {
    top: 0.9vw;
    left: -20pt;
  }

  #dartsfes_wrap .contents {
    grid-template-columns: 1fr 8.8vw 2fr;
    grid-template-rows: 16.6vw 0.4fr 1fr 1px 8.3vw 8.3vw 8.3vw;
  }

  #dartsfes_wrap h2 {
    background-size: 62%;
    background-position: 5vw 65vw;
  }


  #main_box .player_goods b,
  .pay_box .sub_small,
  #main_box .grow+p,
  .fo_24,
  #main_box table th {
    font-size: 9pt;
  }

  #main_box,
  #main_box .pay_area b span {
    font-size: 10pt;
  }

  .fo_54,
  .fo_32,
  #dartsfes_wrap li,
  #dartsfes_wrap .no_hd::before {
    font-size: 12pt;
  }

  #main_box .pay_area b {
    font-size: 16pt;
  }

  #dartsfes_wrap p {
    line-height: 16pt;
    font-size: 3.2vw;
  }

  table a {
    line-height: 18pt;
    font-size: 4vw;
  }

  .fo_64 {
    font-size: 20pt;
  }

  #main_box .grow img:nth-child(1) {
    width: 20%;
    height: auto;
    margin-right: 12pt;
  }

  #main_box .grow img:nth-child(2) {
    width: 13.5%;
    height: auto;
  }

  #main_box h3 .ttl_small {
    bottom: -5.2vw;
  }

  #main_box .pay_area .fo_32 {
    margin-top: 40pt;
  }

  #main_box .pay_box {
    padding-bottom: 40pt;
  }

  #main_box .pay_area b {
    margin-bottom: 20pt;
    font-weight: 600;
  }

  .pa_to_192 {
    padding-top: 60pt;
  }

  .pa_bt_192 {
    padding-top: 60pt;
  }

  #main_box .player_goods_cnt{
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
  }

  #main_box .player_goods b {
    padding: 0.5em;
    border-radius: 12px 12px 0 0;
    margin-bottom: 8pt;
  }

  #main_box .player_goods b,
  #main_box .player_goods_cnt>img {
    margin-bottom: 16px;
  }


  .pay_box .pay_01+img {
    width: 20%;
    height: auto;
    margin-bottom: 16pt;
  }

  .pay_box .pay_02+img {
    width: 69.5%;
    height: auto;
    margin-bottom: 16pt;
  }

  .pay_box .pay_03+img {
    width: 75.9%;
    height: auto;
  }

  .pay_box .pay_04+img {
    width: 50.7%;
    height: auto;
  }

  #main_box .pay_area p {
    margin-bottom: 16pt;
  }

  #main_box .pay_area .sub_small {
    line-height: 12pt;
  }


  .barrel .ma_bt_32 span {
    font-size: 8pt;
  }

  .left {
    text-align: start;
  }

  #main_box table th,
  td,
  #main_box .player_goods b {
    text-align: center;
    font-size: 4vw;
  }

  #main_box .player_goods b{
    padding: 2vw 0 1vw;
  }

  .content_in .flex{
    flex-direction: column;
    margin-bottom: 8px !important;
  }

  .content_in .flex span{
    font-size: 5.2vw;
    width: fit-content;
    display: inline;

  }

  .content_in .flex span{
    padding: 4px 6px 2px;}



/* PLAYER GOODS　タイトル */
.pg5 .ttl {
  border-radius: 16px 16px 0 0;
}
/* 背景box */
.content_in {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.content_in .flex{
  gap: 8px;
}
#main_box  thead{
  height: calc(24px + 12px + 10px);
}

#main_box .table04 thead:last-of-type{
  height: calc(16px + 12px + 10px);
}

#main_box .player_goods span{
  letter-spacing: 0.6px;
  font-size: 3.2vw;
}

/* スマホでlightbox2無効化 */
.lightbox2_wrap {
  pointer-events: none;
}

}
/* --SP-- */

#dartsfes_wrap table th,
#main_box .player_goods b {
  font-weight: 600;
}

.barrel .ma_bt_32 {
  margin-bottom: 1.6vw;
}



#main_box {
    margin: auto;
}

#dartsfes_wrap .contents {
  background-color: var(--txt-white);
  display: grid;
}

#dartsfes_wrap h2 {
  background-image: url(https://gigaplus.makeshop.jp/sdarts/project/23_dartsfes/img/contents_01.svg);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#dartsfes_wrap .con_grid_01 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 3;
}

#dartsfes_wrap .con_grid_02 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}

#dartsfes_wrap .con_grid_03 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

#dartsfes_wrap .con_grid_04 {
  display: block;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 4;
  background-color: var(--txt-black);
}

#dartsfes_wrap .con_grid_05 {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 6;
  border-left: #000 1px dashed;
}

#dartsfes_wrap .contents_img {
  display: grid;
  width: 76.8vw;
  height: 56.9vw;
  margin: 0 0 0 auto;
  grid-template-columns: 1fr 1vw 1fr 1vw 1fr;
  grid-template-rows: 1fr 1vw 1fr 1vw 1fr;
}

.grid_item1 {
  grid-column-start: 3;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 6;
}

.grid_item2 {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 5;
}

.grid_item3 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 3;
}

.grid_item4 {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.grid_item5 {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}

#dartsfes_wrap .no_01::before {
  content: "01.";
}

#dartsfes_wrap .no_02::before {
  content: "02.";
}

#dartsfes_wrap .no_03::before {
  content: "03.";
}

#dartsfes_wrap .no_04::before {
  content: "04.";
}

#dartsfes_wrap .no_05::before {
  content: "05.";
}

#dartsfes_wrap .no_06::before {
  content: "06.";
}

#dartsfes_wrap .no_07::before {
  content: "07.";
}

#dartsfes_wrap .center {
  text-align: center;
}

#main_box h3,
#dartsfes_wrap .stilson {
  font-weight: 700;
  font-style: italic;
}

#main_box h3 {
  position: relative;
  z-index: 10;
}

#main_box h3 .ttl_small {
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-right: 0;
  position: absolute;
  right: 0;
  transform: rotate(-6.129deg);
}

#main_box,
#dartsfes_wrap li {
  font-weight: 600;
}

#main_box .gray {
  color: #999999;
}

#dartsfes_wrap li {
  position: relative;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.8vw;
}

#dartsfes_wrap .no_hd::before {
  font-weight: 600;
  font-style: italic;
  position: absolute;
}

#main_box .brl-01 {
  color: var(--txt-white);
  background: var(--brl-01-base);
}

#main_box .brl-02 {
  color: var(--txt-white);
  background: var(--brl-02-base);
}

#main_box .brl-03 {
  color: var(--txt-black);
  background: var(--brl-03-base);
}

#main_box .brl-04 {
  color: var(--txt-white);
  background: var(--brl-04-base);
}

#main_box .brl-05 {
  color: var(--txt-black);
  background: var(--brl-05-base);
}

#main_box .brl-06 {
  color: var(--txt-white);
  background: var(--brl-06-base);
}

#main_box .brl-07 {
  color: var(--txt-white);
  background: var(--brl-07-base);
}

#main_box .attention_box {
  display: flex;
  flex-direction: column;
}

#main_box .grow {
  display: flex;
  margin-bottom: 0.8vw;
}

#main_box .attention_box b {
  font-weight: 900;
  font-style: italic;
  font-size: 6.7vw;
}

#main_box .pay_area b {
  display: block;
}

#main_box .pay_area p {
  position: relative;
}

#main_box .pay_area .fo_32::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 2.5vw;
  height: 0.5pt;
  background: #000000;
}

#main_box .pay_area p span {
  margin-left: 0.8vw;
}

#main_box .pay_box {
  background-color: var(--txt-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main_box .bg_gray {
  padding: 3.125vw;
}

@media screen and (min-width: 1200px) {
  #main_box .bg_gray {
  padding: 24px;
}
}

#main_box table {
  border-collapse: separate;
  width: 100%;
}



#main_box table th {
  vertical-align: middle;
}

#main_box table td {
  padding: 8px 1vw 1vw;
  line-height: 35px;
}

#main_box table td a{
    padding: 4px 4px 0;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#main_box table td a:hover {
  transition: all 0.3s;
}

#main_box table td a::after{
    content: ">>";
    letter-spacing: -1px;
    position: relative;
    font-size: 70%;
    line-height: 0.5;
    right: -0.6em;
    width: 0;
    display: flex;
    align-items: center;
}

#main_box .table01 th:nth-child(1),
.OFFICIAL b {
  background-color: var(--txt-black);
  color: var(--txt-white);
}

#main_box .table02 th:nth-child(1),
.AMAZING b {
  background-color: var(--DAP-base);
  color: var(--txt-white);
}

#main_box .table03 th:nth-child(1),
.SEASON b {
  background-color: var(--DSP-base);
  color: var(--txt-black);
}

#main_box .table04 thead:last-of-type th,
.AMB b {
  background: var(--AMB-base);
  color: var(--txt-white);
}


#main_box .player_goods_cnt {
  padding: 0 0 70px;
  filter: alpha(opacity=78) progid:DXImageTransform.Microsoft.Alpha(opacity=78);
  background: rgba(255, 255, 255, 0.78);
}

.AMAZING .player_goods_cnt {
  border-color: var(--DAP-base) !important;
}

.SEASON .player_goods_cnt {
  border-color: var(--DSP-base) !important;
}

.AMB .player_goods_cnt {
  border-color: var(--AMB-base) !important;
}

#main_box .player_goods_cnt>img,
#main_box iframe {
  padding-left: 0.5vw;
  padding-right: 0.5vw;

}

#main_box iframe {
  padding-bottom: 2vw;
}

#main_box .player_goods b {
  display: block;
  text-align: center;
}

#main_box .player_goods span {
  display: block;
  margin: 0 1vw 1vw;
  text-align: center;
  font-weight: 600;
  color: var(--txt-black);
  border-bottom: 2px solid var(--txt-black);
}

.fo_40 {
  font-size: 2vw;
}

.fo_128 {
  font-size: 6.7vw;
}

.fo_248 {
  font-size: 12.6vw;
}

.fo_07x {
    font-size: 70% !important;
    line-height: 1.6 !important;
    letter-spacing: 1px;
}

.fo_32_pa {
  padding: 0.6vw 0.9vw;
}

.ma_to_96 {
  margin-top: 5vw;
}

.ma_bt_96 {
  margin-bottom: 5vw;
}

.ma_bt_128 {
  margin-bottom: 6.7vw;
}

.ma_bt_320 {
  margin-bottom: 16.6vw;
}

.ma_le_48 {
  margin-left: 2.5vw;
}

.pa_to_128 {
  padding-top: 6.7vw;
}

.pa_le_1 {
  padding-left: 1vw;
}

.pa_bt_128 {
  padding-bottom: 6.7vw;
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width: 100%;
  height: 0;
  /* padding-top: 56.25%; */
  padding-top: 63.25%;
  /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

#main_box h3 .ttl_no {
  font-weight: 400;
  font-style: italic;
  display: block;
  position: relative;
  padding-bottom: 2.6vw;
}

.border_line::after {
  content: "";
  animation: border_anime 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  /*秒後にアニメーション開始*/
  border-bottom: #000 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes border_anime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

table a {
  font-weight: 600;
}



/* 240809追記 */

/* 背景box */
.content_in {
  /* background: rgba(255, 255, 255, 0.15); */
  background: rgb(255, 250, 216);
  /* filter: alpha(opacity=15) progid:DXImageTransform.Microsoft.Alpha(opacity=15); */
}


/* 先行バレル商品名 */
.content_in .flex{
  display: flex;
}

.content_in .flex span{
    font-weight: 600;
}

.table_box,
.player_goods{
  text-transform: uppercase;
}

/* lightbox2 */
#lightboxOverlay{
  width: 100% !important;
}

.lb-outerContainer{
  height: auto !important;
  width: 80vw !important;
  /* max-width: 1200px; */
}
.lb-image{
  height: auto !important;
  width: 80vw !important;
  /* max-width: 1200px; */
}

.lb-close {
    position: fixed;
    bottom: 3%;
    right: 8%;
    z-index: 100;
    background: none !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 100% !important;
}


.lb-next,
.lb-prev{
  display: none !important;
}