@charset "UTF-8";
.ders{
    position: absolute;
    width: auto;
    height: 120px;
    right: 10px;
    bottom: 10px;
    z-index: 10000000;
    position: fixed;
}
#page_top{
position: relative;
}

/*ニュースラベル*/
/*U15*/
.category-label .cat77{
    background: #EE8947;
}

/* スクール下層 SP調整 */
@media screen and (max-width: 767px){
  .contents_school { width: 100%; }
  .contents_school .ticket_h3 {width: auto;}
  .contents_school table.tbl04 {
    width: 100%;
    font-size: 3vw;
  }
  .contents_school iframe.calendar {
    height: 400px;
  }
  .contents_school iframe.map {
    height: 240px;
  }
}

.box-sizing , .box-sizing *{
  box-sizing: border-box;
}

/* グッズ下層 */
.gct-contents_goods .btn_column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gct-contents_goods .btn_column_item {
  width: 48%;
}
.gct-contents_goods .gct_shop_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gct-contents_goods .gct_shop_item_txt {
  width: 65%;
}
.gct-contents_goods .gct_shop_item_img {
  width: 30%;
}
.gct-contents_goods table td {text-align:left;}
.gct-contents_goods img {
  width:100%;
  height:auto;
}

/* ota marche */
.marche-title{
  text-align:center;
  position:relative;
  background:url(/v=1680493800/files/user/images/otamarche/bg_marche-title.jpg) repeat #92bbd8;
  background-blend-mode:color-burn;
  padding:15px;
  color:white !important;
  font-weight:bold;
  margin-top:6px;
}
.marche-title::before{
  content:'';
  position:absolute;
  top:-5px;
  left:0;
  display:block;
  width:100%;
  height:3px;
  margin-bottom:3px;
  background-color:#333;
}
.marche-title::after{
  content:'';
  position:absolute;
  bottom:-8px;
  left:0;
  display:block;
  width:100%;
  height:3px;
  margin-bottom:3px;
  background-color:#333;
}

.marche-title2{
  background-color: rgba(230, 244, 254, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(217, 239, 255, 1) 10px, rgba(217, 239, 255, 1) 20px );
  padding:15px;
  text-align:center;
  color:#2c5e82;
  font-weight:bold;
  margin-bottom:35px !important;
  border-top:solid 3px #6a9ec3;
  border-bottom:solid 3px #6a9ec3;
}

.marche-paper{
  background:url(/v=1680496007/files/user/images/otamarche/bg_marche-paper.jpg);
  padding:20px;
}


.marche-nav{
  max-width:600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.marche-nav__anker{
  display:block;
  border-radius:100vh;
  background-image: linear-gradient(0deg, #d0d0d0, #f0f0f0 );
  color:#333;
  text-align:center;
  padding:10px 20px;
  font-weight:bold;
  position:relative;
  border:solid 1px #ccc;
}

.marche-nav__anker::before{
  content:'▼';
  position:absolute;
  left:15px;
  top:auto;
  color:#ff8A05;
}

.marche-table{
  border-top:dotted 5px #fff;
}

.marche-table__head{
  border-bottom:dotted 5px #fff;
  width:20%;
  padding:10px 5px 10px 15px;
  text-align:center;
  font-weight:bold;
}

.marche-table__head span{
  display:block;
  color:white;
  background-color:#6a9ec3;
  border-radius:10px;
  padding:5px 10px 5px calc(10px + 0.5em);
  letter-spacing:0.5em;
  white-space:nowrap;
}

.marche-table__data{
  border-bottom:dotted 5px #fff;
  padding:10px 15px 10px 10px;
}

.marche-list__body{
  display:grid;
  grid-template-columns:1fr;
  gap:40px;
}

@media screen and (min-width: 401px) {
  .marche-list__body{
    grid-template-columns:repeat(2,1fr);
  }
}

@media screen and (min-width: 1024px) {
  .marche-list__body{
    grid-template-columns:repeat(3,1fr);
  }
}

.marche-list__item{
  box-shadow: 0 1px 15px rgba(0,0,0,.25);
  border-radius:10px;
}

.marche-list__image img{
  border-radius:10px 10px 0 0;
}
.marche-list__title{
  font-size:18px;
  font-weight:bold;
  color:#fff;
  background:url(/v=1680493800/files/user/images/otamarche/bg_marche-title.jpg) repeat #92bbd8;
  background-blend-mode:color-burn;
  padding:10px;
  text-align:center;
}
.marche-list__flexlist{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  padding:10px;
  justify-content:center;
}
.marche-list__flexlist li{
  background-color:#bb9980;
  color:white;
  border-radius:100vh;
  padding:5px 15px;
  font-size:12px;
  line-height:1.3;
  text-align:center;
}


.kitchencar-list{
  counter-reset:num;
}

.kitchencar-list .gct-itemList2__image,
.kitchencar-list .marche-list__image{
  position:relative;
}

.kitchencar-list .gct-itemList2__image::after{
  position:absolute;
  top:5px;
  left:5px;
  content: counter(num);
  counter-increment: num;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:url(/v=1669081673/files/user/images/otamarche/ico_kitchen.svg) no-repeat center 60%/contain;
  font-weight:bold;
  color:#fff;
  filter: drop-shadow(0px 0px 8px #fff);
}

.kitchencar-list .marche-list__image::after{
  position:absolute;
  top:-7px;
  left:-6px;
  content: counter(num);
  counter-increment: num;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:url(/v=1669081673/files/user/images/otamarche/ico_kitchen.svg) no-repeat center 60%/contain;
  font-weight:bold;
  color:#fff;
  font-size:14px;
}

.tent-list,
.tent-list2,
.tent-list3,
.tent-list4{
  counter-reset:num;
}

.tent-list .gct-itemList2__image,
.tent-list .marche-list__image,
.tent-list2 .gct-itemList2__image,
.tent-list2 .marche-list__image,
.tent-list3 .gct-itemList2__image,
.tent-list3 .marche-list__image,
.tent-list4 .gct-itemList2__image,
.tent-list4 .marche-list__image{
  position:relative;
}

.tent-list .gct-itemList2__image::after,
.tent-list2 .gct-itemList2__image::after,
.tent-list3 .gct-itemList2__image::after,
.tent-list4 .gct-itemList2__image::after{
  position:absolute;
  top:5px;
  left:5px;
  content: counter(num);
  counter-increment: num;
  width:50px;
  height:50px;
  padding-top:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  color:#fff;
}

.tent-list .gct-itemList2__image::after,
.tent-list .marche-list__image::after{
  background:url(/v=1669083647/files/user/images/otamarche/ico_tent.svg) no-repeat center/contain;
}

.tent-list2 .gct-itemList2__image::after,
.tent-list2 .marche-list__image::after{
  background:url(/v=1736468599/files/user/images/otamarche/ico_tent_purple.svg) no-repeat center/contain;
}

.tent-list3 .gct-itemList2__image::after,
.tent-list3 .marche-list__image::after{
  background:url(/v=1736468599/files/user/images/otamarche/ico_tent_pink.svg) no-repeat center/contain;
}

.tent-list4 .gct-itemList2__image::after,
.tent-list4 .marche-list__image::after{
  background:url(/v=1736468599/files/user/images/otamarche/ico_tent_green.svg) no-repeat center/contain;
}

.tent-list .marche-list__image::after,
.tent-list2 .marche-list__image::after,
.tent-list3 .marche-list__image::after,
.tent-list4 .marche-list__image::after{
  position:absolute;
  top:-16px;
  left:-5px;
  content: counter(num);
  counter-increment: num;
  width:40px;
  height:40px;
  padding-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  color:#fff;
  font-size:14px; 
}

.tent-list .marche-list__image::before,
.tent-list2 .marche-list__image::before,
.tent-list3 .marche-list__image::before,
.tent-list4 .marche-list__image::before,
.kitchencar-list .marche-list__image::before{
  content:'';
  position:absolute;
  top:-10px;
  left:-10px;
  background-color:white;
  border-radius:100vh;
  display:block;
  width:50px;
  height:50px;
  filter:drop-shadow(0px 0px 8px rgba(0,0,0,0.3))
}

@media screen and (max-width: 767px){
  .gct-contents_goods .btn_column,.gct-contents_goods .gct_shop_item {display: block;}
  .gct-contents_goods .btn_column_item,.gct-contents_goods .gct_shop_item_txt,.gct-contents_goods .gct_shop_item_img {width:100%;}
  .gct-contents_goods .gct_shop_item_txt{margin-bottom: 30px;}
  .gct-contents_goods table th,
  .gct-contents_goods table td {
    display: block;
    width:100%;
    padding: 10px 0px;word-break : break-all;

  }
}
@media screen and (min-width: 768px)  {

  .layout-main.topleft {
    width: calc(100% - 350px);
  }
 
  .main-visual-inner.layout-main.caption-layout {
    width: 100%;
  }

  .top-youtube ul {
      display: flex;
      flex-wrap: wrap;
  }

  .top-youtube .image-card.youtube:not(:last-child) {
      margin-right: 5px;
  }

  .main-visual__outer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
  }

  .main-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #page_top .list-card .pc .image {
      position: relative;
      width: 100%;
      padding-top: 66.7%;
  }

  #page_top .list-card .pc .image-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
}

/* youth */

.page-inner-link{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.layout-second .second-body article .page-inner-link a{
  background-color:black;
  color:white;
  padding:10px 20px;
  border-radius:50vh;
  display:block;
  text-align:center;
}

.layout-second .second-body article .page-inner-link a:hover{
  color:#ffd700;
}

.vision-block{}

.vision-block__title{
  text-align:center;
  font-weight:bold;
  font-size:170%;
  background-color:#ffd700;
  color:black;
  padding:10px;
  margin-bottom:10px;
}

.vision-block__wrapper{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.vision-block__child{
  flex-basis:100%;
  background-color:#ddd;
  border-radius:10px;
  
}

.vision-block__child-title{
  font-size:110%;
  font-weight:bold;
  text-align:center;
  color:white;
  background-color:black;
  border-radius:10px 10px 0 0;
  padding:10px;
}

.vision-block__child-title span{
  color:#ffd700;
  font-size:150%;
}

.vision-block__child-body{
  padding:10px;
  text-align:center;
  color:black;

}

@media screen and (min-width: 1000px)  {
  .vision-block__child{
    flex-basis:30%;
  }
}

@media screen and (min-width: 1200px)  {
  .vision-block__wrapper{
    flex-wrap:nowrap;
  }

  .vision-block__child{
    flex:1;
  }
}

.youtube-box iframe{
  aspect-ratio:4/3;
  height:auto;
}

/* feature-athlete */
.feature-block+.feature-block{
    margin-top:80px;
}

.feature-block__center{
  text-align:center;
}

.layout-second .second-body article .feature-block__button,
.layout-second .second-body article .gct-content-button{
  display:block;
  background-color:#ffd700;
  color:#000;
  padding:20px 50px;
  text-align:center;
  max-width:600px;
  margin-inline:auto;
  font-weight:bold;
  border-radius:100vh;
  position:relative;
}

.feature-block__button::after,
.gct-content-button::after{
  content:'';
  position:absolute;
  top:calc(50% - 10px);
  right:15px;
  border: solid 10px transparent;
  border-left: solid 10px #000;
}

.gct-grid-column2{
  display:grid;
  gap:30px;
  grid-template-columns:1fr;
}

.gct-grid-column3{
  display:grid;
  gap:30px;
  grid-template-columns:1fr;
}

.gct-grid-column4{
  display:grid;
  gap:30px;
  grid-template-columns:repeat(2, 1fr);
}

@media screen and (min-width: 1024px)  {
  .gct-grid-column2{
    grid-template-columns:repeat(2, 1fr);
  }
  .gct-grid-column3{
    grid-template-columns:repeat(3, 1fr);
  }
  .gct-grid-column4{
    grid-template-columns:repeat(4, 1fr);
  }
}

.gct-grid-row2{
  display:grid;
  gap:30px;
  grid-template-columns:1fr;
}

.gct-grid-row3{
  display:grid;
  gap:30px;
  grid-template-columns:1fr;
}

.gct-grid-row4{
  display:grid;
  gap:30px;
  grid-template-columns:repeat(2, 1fr);
}

@media screen and (min-width: 1024px)  {
  .gct-grid-row2{
    grid-template-columns:repeat(2, 1fr);
  }
  .gct-grid-row3{
    grid-template-columns:repeat(3, 1fr);
  }
  .gct-grid-row4{
    grid-template-columns:repeat(4, 1fr);
  }
}

.gct-section p+*{
  margin-top:10px;
}

.feature-block__grid{
  display:grid;
  gap:30px;
  grid-template-columns:1fr;
}

@media screen and (min-width: 768px)  {
  .feature-block__grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

.feature-points__support{
  background-color:#000;
  color:white;
  text-align:center;
  padding:10px;
}

.feature-points__price{
  font-size:22px;
  fone-weight:bold;
}

.feature-term__text{
  background-color:#000;
  color:white;
  text-align:center;
  padding:10px;
  font-size:22px;
  font-weight:bold;
}

.feature-partner .gct-itemList2__item{
  padding:5px;
  text-align:center;
  border:solid 1px #ccc;
}

.gct-contents p+h3,
.gct-contents div+h3{
  margin-top:40px;
}

.gct-contents p+h2,
.gct-contents div+h2{
  margin-top:80px;
}

.gct-contents p+p{
  margin-top:15px;
}

.staff-block {}

.staff-block__child {
	margin-bottom: 40px;
}

.staff-block__child:last-child {
	margin-bottom: 0;
}

.staff-block__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media screen and (min-width:768px) {
	.staff-block__body {
		grid-template-columns: min(300px, 30%) 1fr;
	}
}

.staff-block__photo {
	text-align: center;
}

.staff-block__info h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #ffd700;
	color: #000;
  display:flex;
  gap:5px 10px;
  flex-wrap:wrap;
  align-items:center;
}

.staff-block__info h3 span {
	font-size: 0.8em;
}

.staff-block__table {
	width: 100%;
}

.staff-block__table th {
	width: 20%;
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}

.staff-block__table td {
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}


.member-block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media screen and (min-width:1200px) {
	.member-block {
		grid-template-columns: repeat(3, 1fr);
	}
}

.member-block__photo {
	text-align: center;
}

.member-block h3 {
	font-size: 1.2em;
	margin: 0 0 10px !important;
	padding: 5px 10px;
	background-color: #ffd700;
	color: #000;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px 10px;
}

.member-block h3 span {
	font-size: 0.8em;
}

.member-block__status {
	text-align: right;
}

.gct-content-ol{
  counter-reset: num;
}

.gct-content-ol>li{
  padding-left: 20px;
  position: relative;
}

.gct-content-ol>li::before{
  position: absolute;
  left: 0;
  top: auto;
  content: counter(num)'.';
  counter-increment: num;
  color: #ff8A05;
  font-weight: bold;
}

.gct-content-ul>li{
  padding-left: 20px;
  position: relative;
}

.gct-content-ul>li::before{
  content:'';
  position: absolute;
  width: 6px;
  height: 6px;
  font-size: 0;
  border-radius: 50%;
  left: 4px;
  top: 10px;
  background-color: #ff8A05;
}

.gct-content-ul>li+li,
.gct-content-ol>li+li{
  margin-top:10px;
}

.section-block>*+*{
  margin-top:1em;
}

.gct-content-ul .gct-content-ol,
.gct-content-ol .gct-content-ul{
  margin-top:10px;
}

.section-block{
  margin-bottom:0;
}

.section-block+.section-block{
  margin-top:80px;
}

.section-block>*:not(h2)+h3{
  margin-top:30px;
}

.gct-question+.gct-question{
  margin-top:30px;
}

.gct-question{
  padding:20px;
  background-color:#f0f0f0;
}

.gct-question__title{
  position:relative;
  padding-left:50px;
  font-size:20px;
}

.gct-question__title::before{
  content:'Q';
  background:#ffd700;
  position:absolute;
  width:2em;
  height:2em;
  display:flex;
  justify-content:center;
  align-items:center;
  left:0;
  top:-7px;
  font-weight:bold;
  font-size:20px;
}

.gct-question__answer{
  position:relative;
  padding-left:50px;
  min-height:40px;
}

.gct-question__answer::before{
  content:'A';
  background:black;
  color:#ffd700;
  position:absolute;
  width:2em;
  height:2em;
  display:flex;
  justify-content:center;
  align-items:center;
  left:0;
  top:-7px;
  font-weight:bold;
  font-size:20px;
}

iframe[src^="https://www.youtube.com"]{
  aspect-ratio:16/9;
  height:auto;
}

.gct-heading3__title{
  margin-bottom:10px;
  font-weight:bold;
}

.attr-flexList{
  display:flex;
  gap:5px 30px;
  flex-wrap:wrap;

  li{
    flex-basis:100%;
    display:flex;
    gap:7px;
    align-items:center;

    a{
      color:#797979 !important;
    }

    &::before{
      content:'';
      width:0.4em;
      aspect-ratio:1;
      rotate:45deg;
      background-color:black;
    }

    @media (min-width:500px){
      flex-basis:auto;
    }
  }

  &+.gct-heading2__title{
    margin-top:3em;
  }
}

.gct-table__data{
  vertical-align:middle;
}

.gct-pagenavi {
    ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        background-color: black;
        padding:10px;
        gap:10px;
    }

    a {
        display: block;
        background-color: #ffd700;
        color: black !important;
        padding: 20px 40px 20px 20px;
        font-weight: bold;
        position: relative;
        --icon-size: 1em;

        &::after {
            content: '';
            display: block;
            position: absolute;
            top: calc((100% - var(--icon-size)) / 2);
            right: 15px;
            width: var(--icon-size);
            height: var(--icon-size);
            clip-path: polygon(0% 0%, 100% 0%, 50% 85%);
            background-color: black;
        }
    }
}

.gct-grade-tab__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

.gct-grade-tab__nav li {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    text-align: center;

    &.active.tab-blackdiamond {
        background-color: black;
        color: white;
    }

    &.active.tab-diamond {
        background-color: #595758;
        color: white;
    }

    &.active.tab-gold {
        background-color: #b19b62;
        color: white;
    }

    &.active.tab-goldu22 {
        background-color: #ffde00;
        color: black;
    }
}

/* コンテンツのスタイル */
.gct-grade-tab__content>div {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
}

/* 表示されるコンテンツのスタイル */
.gct-grade-tab__content>div.active {
    display: block;
}

.gct-sns-list{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  align-items:center;

  a{
    font-size:50px;
    color:#000 !important;
  }
}

.gct-spacer30{
  height:30px;
}

.gct-spacer50{
  height:50px;
}

.gct-spacer80{
  height:80px;
}

.gct-spacer120{
  height:120px;
}