@charset "utf-8";
/* CSS Document */
.header-top-g-nav-li:nth-child(3) .drop-down-menu::before {
  content: "";
  transition: all .2s;
  position: absolute;
  left: 30%;
  margin-left: -10px;
  border: 40px solid transparent;
  border-top-width: 40px;
  border-top-style: solid;
  border-top: 12px solid transparent;
  top: 43px;
  z-index: 1000;
  border-top-color: var(--sky-blue);
}
.border-pink {
  border: 2px solid var(--txt-pink);
  padding: 0.5em;
  margin: 0.5em 0.5em 1em 0.5em;
  border-radius: 10px;
}
.img-wid-50 {
  width: 50%;
}
.ma-0-auto {
  margin: 0 auto;
}
.circle-list-ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
}
.circle-list-li {
  position: relative;
  line-height: 1.5;
  padding: 0.3em 0 0.3em 1.6em;
  text-align: left;
}
.circle-list-li:before {
  content: "";
  position: absolute;
  background-color: var(--txt-pink);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}
.li-before-none::before, .li-after-none::after {
  display: none !important;
}
.youtube-cont {
  clear: both;
  float: left;
}
.youtube-about-p {
  text-align: left;
  display: inline-block;
  vertical-align: super;
  padding: 0 1em 0 0;
}
.icon-youtube-img-about {
  max-width: 120px;
  border: 1px transparent solid;
  margin: 7px 0 0 7px;
  padding: 0.2em 0.5em;
  float: none;
  transition: all 0.3s;
}
.icon-youtube-img-about:hover {
  border: 1px var(--gray-333) solid;
  margin: 7px 0 0 7px;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  opacity: 0.9;
}
/* ボタン */
.btn-under {
  text-align: center;
  display: inline-block;
}
.btn-under-arrow {
  color: var(--white);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  margin: 1em 0 0 0;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  background: var(--sky-blue);
  border-bottom: solid 5px var(--navy-blue);
}
.btn-under-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: right 0.3s;
  background: var(--navy-blue);
}
.btn-type-arrow:hover::before {
  top: 5px;
}
.btn-under-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -5px;
  bottom: 0;
  width: 10px;
  height: 10px;
  right: 15px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(135deg);
}
.btn-under-arrow:hover::after {
  top: 0;
  transition: top 0.3s;
}
@media screen and (max-width:1024px) {
  .btn-under-arrow {
    min-width: 400px;
  }
}
@media screen and (max-width:768px) {
  .btn-under-arrow {
    min-width: 100%;
    margin: 10px 0;
  }
}
/* 注意書き部分スマホ画像 */
@media screen and (min-width:769px) {
  .caution-scroll-p {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .caution-scroll-p {
    font-size: 0.8em;
    padding: 0.8em 0 0 0;
  }
}
@media screen and (min-width:769px) {
  .caution-tickets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin-top: 1em;
  }
  .caution-tickets li {
    position: relative;
    width: 32.3333334%;
    padding: 0 2.5em 3em 0;
    overflow: hidden;
    text-align: center;
  }
  .caution-tickets li::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--sky-blue);
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
    z-index: 1000;
  }
  .caution-tickets li:last-child::after {
    display: none;
  }
  .caution-tickets-img img {
    width: 95%;
  }
}
.caution-tickets-p-gray {
  background: var(--gray-999);
  color: var(--white);
  font-size: 1.2em;
  padding: 0.5em;
  text-align: center;
  margin: 0 1% 0.2em 1%;
}
.caution-tickets-p-blue {
  background: var(--txt-blue);
  color: var(--white);
  font-size: 1.2em;
  padding: 0.5em;
  text-align: center;
  margin: 0 1% 0.2em 1%;
}
@media screen and (max-width:768px) {
  .caution-tickets-p-gray {
    font-size: 0.8em;
  }
  .caution-tickets-p-blue {
    font-size: 0.8em;
  }
}
.caution-tickets-img {
  margin: 5px;
  background: var(--gray-333);
  padding: 8px 2px 5px 2px;
  border-radius: 10px;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, .2) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
}
@media screen and (max-width:1024px) {
  .caution-screen-box {
    padding: 1em 0;
  }
}
@media screen and (max-width:768px) {
  .caution-screen-box .caution-screen-box-ul > li {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .caution-screen-box .caution-screen-box-ul .caution-scroll-wrap {
    overflow-x: auto;
  }
  .caution-screen-box .caution-screen-box-ul .caution-scroll-wrap::-webkit-scrollbar-track {
    background: var(--gray-eee);
  }
  .caution-screen-box .caution-screen-box-ul .caution-scroll-wrap::-webkit-scrollbar-thumb {
    background: var(--gray-ccc);
  }
  .caution-screen-box .caution-screen-box-ul .caution-scrollBox {
    display: table;
    margin: auto;
  }
  /*ol.caution-scrollBox {
    counter-reset: cnt;
  }*/
  ol.caution-scrollBox li {
    display: table-cell;
    position: relative;
  }
  /*.caution-screen-box .caution-screen-box-ul .caution-scrollBox .caution-item {
  margin: 5px;
  background: var(--gray-333);
  padding: 2px 2px 5px 2px;
  border-radius: 10px;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5), inset 0 0 100px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, .2) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
}
.caution-screen-box .caution-screen-box-ul .caution-scrollBox .caution-item img {
  display: inline-block;
  width: min(13vw, 180px);
  padding: 3%;
}
.caution-screen-box .caution-screen-box-ul .caution-scrollBox .caution-item.tate img {
  width: min(4.29vw, 60px);
}*/
}
@media screen and (max-width:768px) {
  .caution-screen-box .caution-screen-box-ul .caution-scrollBox .caution-item img {
    width: 45vw;
  }
  .caution-scroll-wrap .simplebar-track.simplebar-horizontal {
    height: 0.533vw;
    bottom: 2.4vw;
  }
  .caution-scroll-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 0.533vw;
    top: 0;
  }
  .caution-scroll-wrap .simplebar-scrollbar:before {
    background-color: var(--gray-333);
    opacity: 1;
  }
  .iPhone .caution-screen-box .caution-screen-box-ul .bttn.upScroll {
    margin-top: 0 !important;
  }
}