@charset "UTF-8";
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts-scrap/MPLUS2-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts-scrap/MPLUS2-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts-scrap/MPLUS2-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts-scrap/Raleway-Bold.woff2") format("woff2");
  font-display: swap;
}
.topnews {
  padding: 6px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #C40AB8;
}
@media screen and (max-width: 767px) {
  .topnews {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 410px) {
  .topnews {
    font-size: 1.4rem;
  }
}
.topnews a {
  color: #FBFF00;
}

.mainimgWrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 52.53% 0 0 0;
  background: url(../../img/scrap/mainimg.webp) no-repeat 50% 50%;
  background-size: cover;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mainimgWrap {
    margin: 0;
    padding: 141.56% 0 0 0;
    background: url(../../img/scrap/mainimg_sp.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.mainimgWrap h1 {
  margin: 0;
  padding: 0;
  display: none;
}

.frameWrap {
  position: relative;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px;
  background: #fff;
  border-radius: 26px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .frameWrap {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto 30px;
    border-radius: 16px;
  }
}
.frameWrap:last-child {
  margin: 0 auto;
}
.frameWrap__contents {
  padding: 34px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .frameWrap__contents {
    padding: 20px 10px;
  }
}
.frameWrap__area {
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .frameWrap__area {
    width: 100%;
  }
}
.frameWrap__dl {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 134px calc(100% - 134px - 20px);
  gap: 20px;
  align-items: start;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .frameWrap__dl {
    margin: 0 0 20px;
    display: block;
  }
}
.frameWrap__dl:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.frameWrap__dt {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .frameWrap__dt {
    margin: 0 0 6px;
  }
}
.frameWrap__dt__index {
  padding: 4px 10px 6px;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  color: #000;
  background: #998FFE;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .frameWrap__dt__index {
    width: 164px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.frameWrap__dd {
  margin: 0;
  padding: 1px 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .frameWrap__dd {
    font-size: 1.5rem;
    text-align: center;
  }
}
.frameWrap__dd small {
  font-size: 1.4rem;
  line-height: 130%;
  display: block;
}
.frameWrap__dd ul {
  margin: 0;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .frameWrap__dd ul {
    list-style-type: none;
    padding: 0;
  }
}
.frameWrap__dd ul li {
  margin: 0;
  padding: 0;
}
.frameWrap__dd__col {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .frameWrap__dd__col {
    margin: 0 0 18px;
  }
}
.frameWrap__dd__col:last-child {
  margin: 0;
}
.frameWrap__dd__box {
  margin: 0;
  padding: 14px;
  font-size: 1.6rem;
  border: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .frameWrap__dd__box {
    margin: 0;
    padding: 14px;
  }
}
.frameWrap__dd__box ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.frameWrap__dd__box ul li {
  margin: 0;
  padding: 0;
  list-style-type: square;
}
.frameWrap__col {
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .frameWrap__col {
    margin: 0 0 18px;
  }
}
.frameWrap__col:last-child {
  margin: 0;
}
.frameWrap__col__txt {
  font-size: 1.6rem;
  text-align: center;
}

.taglineWrap {
  position: relative;
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .taglineWrap {
    margin: 0 0 30px;
    padding: 0;
  }
}
.taglineWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../img/scrap/tagline.svg) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.taglineWrap::before {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .taglineWrap::before {
    background: url(../../img/scrap/tagline_sp.svg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.taglineWrap h2 {
  position: relative;
  margin: 0;
  padding: 40px;
  font-size: 3vw;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .taglineWrap h2 {
    padding: 8vw 3vw;
    font-size: 6vw;
  }
}

.bnWrap {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  /*transform: translateY(30px);
  opacity: 0;*/
}
.bnWrap {
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .bnWrap {
    margin: 20px 0 0;
    padding: 0;
  }
}
.bnWrap__listcol {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bnWrap__listcol {
    width: 94%;
    margin: 0 auto;
  }
}
.bnWrap__listcol__col {
  position: relative;
  margin: 0 1%;
  padding: 0;
  width: 500px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bnWrap__listcol__col {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 14px;
  }
}
.bnWrap__listcol__col:hover .bnWrap__listcol__col__cover {
  width: 100%;
}
.bnWrap__listcol__col img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border: 2px solid #000;
}
.bnWrap__listcol__col img {
  transition: all 0.3s ease-out;
}
.bnWrap__listcol__col img:hover {
  opacity: 0.6;
}

.movieWrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .movieWrap {
    width: 100%;
    margin: 0 auto;
  }
}
.movieWrap__col {
  position: relative;
  width: 54%;
  margin: 0 auto;
  padding: 30% 0 0 0;
}
.movieWrap__col {
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .movieWrap__col {
    width: 94%;
    padding: 60% 0 0 0;
  }
}
.movieWrap__col iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .aboutWrap {
    margin: 0 0 40px;
    padding: 0;
  }
}
.aboutWrap::after {
  content: "";
  position: absolute;
  bottom: calc(10% - 12px);
  width: 100%;
  height: 12px;
  background: url(../../img/scrap/line.svg) 0 50% repeat-x;
  display: block;
  transform: rotate(180deg);
}
.aboutWrap::after {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .aboutWrap::after {
    display: none;
  }
}
.aboutWrap__inner {
  position: relative;
}
.aboutWrap__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  background: rgba(233, 84, 82, 0.5);
  display: block;
}
.aboutWrap__inner::before {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .aboutWrap__inner::before {
    display: none;
  }
}
.aboutWrap__inner::after {
  content: "";
  position: absolute;
  top: 10%;
  width: 100%;
  height: 12px;
  background: url(../../img/scrap/line.svg) 0 50% repeat-x;
  display: block;
}
.aboutWrap__inner::after {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .aboutWrap__inner::after {
    display: none;
  }
}
.aboutWrap__h4 {
  margin: 0 auto 18px;
  padding: 0;
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (min-width: 1240px) {
  .aboutWrap__h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutWrap__h4 {
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
  }
}
.aboutWrap__col {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .aboutWrap__col {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.aboutWrap__col--img img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutWrap__col--txt {
  position: relative;
  padding: 24px 4%;
  font-size: 1.4vw;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1240px) {
  .aboutWrap__col--txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutWrap__col--txt {
    font-size: 1.6rem;
    padding: 34px 4%;
    background: url(../../img/scrap/line.svg) 0 0 repeat-x;
  }
  .aboutWrap__col--txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(233, 84, 82, 0.5);
    display: block;
  }
  .aboutWrap__col--txt::before {
    z-index: -1;
  }
  .aboutWrap__col--txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(../../img/scrap/line.svg) 0 50% repeat-x;
    transform: rotate(180deg);
    display: block;
  }
}

.bg01 {
  position: relative;
  margin: -140px 0 70px;
  padding: 0;
  width: 100%;
  padding: 34% 0 0 0;
  background: url(../../img/scrap/bg_photo01.webp) 50% 40% no-repeat;
  background-size: cover;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
  transform: translateY(30px);
  opacity: 0;
}
.bg01 {
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .bg01 {
    margin: -70px 0 40px;
    padding: 56% 0 0 0;
  }
}

.introWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
.introWrap {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .introWrap {
    margin: 0 0 40px;
    padding: 0;
  }
}
.introWrap__col {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.introWrap__col {
  z-index: 60;
}
@media screen and (max-width: 767px) {
  .introWrap__col {
    font-size: 1.6rem;
    line-height: 160%;
  }
}
.introWrap__col p {
  margin: 0 0 30px;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .introWrap__col p {
    margin: 0 0 20px;
    line-height: 180%;
  }
}
.introWrap ruby {
  padding-top: 0.8rem;
}
.introWrap rt {
  font-style: normal;
  line-height: 100%;
  transform: translateY(0.8em);
}

.bg02 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 34% 0 0 0;
  background: url(../../img/scrap/bg_photo02.webp) 50% 80% no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  transform: translateY(30px);
  opacity: 0;
}
.bg02 {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg02 {
    margin: 0 auto;
    padding: 56% 0 0 0;
    background: url(../../img/scrap/bg_photo02.webp) 50% 100% no-repeat;
    background-size: cover;
  }
}

.howtoWrap {
  position: relative;
  margin: 0;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap {
    margin: 0;
  }
}
.howtoWrap .howslideWrap {
  position: relative;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslideWrap {
    margin: 0 auto;
  }
}
.howtoWrap .howslideWrap__btncol {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: calc(100% - 28px);
}
.howtoWrap .howslideWrap .btn01 {
  width: 100%;
  height: 50px;
  margin: 8px 0 0 0 !important;
  font-size: 1.4rem;
  border: 1px solid #000;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.howtoWrap .howslide {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.howtoWrap .howslide .slick-list {
  padding-bottom: 10px;
}
.howtoWrap .howslide .howslide__col {
  position: relative;
  margin: 0 1.5%;
  padding: 0 0 60px;
  min-width: 0;
  min-height: 0;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 4px 4px 0 #8AA63E;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide .howslide__col {
    margin: 0 4%;
  }
}
.howtoWrap .howslide .howslide__col__img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60% 0 0 0;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.howtoWrap .howslide .howslide__col__h4 {
  margin: 0 auto 8px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide .howslide__col__h4 {
    font-size: 1.6rem;
  }
}
.howtoWrap .howslide .howslide__col__box {
  position: relative;
  margin: 0;
  padding: 14px;
}
.howtoWrap .howslide .howslide__col__box {
  z-index: 50;
}
.howtoWrap .howslide .howslide__col__box:last-child {
  margin: 0 auto;
}
.howtoWrap .howslide .howslide__col__box img {
  width: 100%;
  height: auto;
  display: block;
}
.howtoWrap .howslide .howslide__col__txt {
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howslide .howslide__col__txt {
    font-size: 1.4rem;
  }
}
.howtoWrap .howslide .howslide__col__txt:last-child {
  margin: 0 auto;
}
.howtoWrap .howslide .howslide__col__txt p {
  margin: 0 0 12px 0 !important;
}
.howtoWrap .howslide .howslide__col__txt p:last-child {
  margin: 0;
}
.howtoWrap .howslide .howslide__col__txt small {
  font-size: 1.2rem;
  line-height: 150%;
  display: block;
}
.howtoWrap .howtoWrap__col__bn {
  width: 90%;
  max-width: 780px;
  margin: 40px auto 0;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howtoWrap__col__bn {
    width: 94%;
    max-width: 94%;
    margin: 20px auto 0;
  }
}
.howtoWrap .howtoWrap__col__bn img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
}
.howtoWrap .howtoWrap__col__bn2 {
  width: 90%;
  max-width: 420px;
  margin: 40px auto 0;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .howtoWrap .howtoWrap__col__bn2 {
    width: 280px;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
.howtoWrap .howtoWrap__col__bn2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 2px solid #00A040;
  box-sizing: border-box;
}
.howtoWrap__map {
  width: 100%;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .howtoWrap__map {
    width: 94%;
    margin: 30px auto 0;
  }
}
.howtoWrap__map img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 14px;
}
.howtoWrap__map--tt {
  margin: 0 auto 14px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howtoWrap__map--tt {
    font-size: 1.7rem;
    line-height: 130%;
  }
}
.howtoWrap__mapcol {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .howtoWrap__mapcol {
    font-size: 1.5rem;
    display: block;
    gap: 16px;
  }
}
.howtoWrap__mapcol strong {
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .howtoWrap__mapcol__box {
    margin: 0 0 14px;
  }
  .howtoWrap__mapcol__box:last-child {
    margin: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  height: auto !important;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/scrap/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts-scrap/slick.eot");
  src: url("../../fonts-scrap/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts-scrap/slick.woff") format("woff"), url("../../fonts-scrap/slick.ttf") format("truetype"), url("../../fonts-scrap/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 56%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev,
.slick-next {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 40px;
    width: 40px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  transition: all 0.3s ease-out;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: #00A040;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before,
.slick-next:before {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
}

.slick-prev {
  left: -10px;
  z-index: 300;
}
@media screen and (max-width: 760px) {
  .slick-prev {
    left: 4px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -2px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -10px;
  z-index: 300;
}
@media screen and (max-width: 760px) {
  .slick-next {
    right: 4px;
  }
}
[dir=rtl] .slick-next {
  left: -2px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.bg03 {
  position: relative;
  margin: -140px 0 0;
  padding: 0;
  width: 100%;
  padding: 34% 0 0 0;
  background: url(../../img/scrap/bg_photo03.webp) 50% 60% no-repeat;
  background-size: cover;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
  transform: translateY(30px);
  opacity: 0;
}
.bg03 {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg03 {
    margin: -170px 0 0;
    padding: 56% 0 0 0;
    background: url(../../img/scrap/bg_photo03.webp) 50% 20% no-repeat;
    background-size: cover;
  }
}

.productWrap {
  position: relative;
  margin: 0 0 60px;
  padding: 70px 0;
  background: rgba(9, 107, 171, 0.7);
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .productWrap {
    margin: 0 0 40px;
    padding: 40px 0;
  }
}
.productWrap__col {
  margin: 0 0 50px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .productWrap__col {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
}
.productWrap__col:last-child {
  margin: 0;
}
.productWrap__col small {
  font-size: 1.4rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .productWrap__col small {
    font-size: 1.3rem;
  }
}
.productWrap__col--box {
  margin: 0 0 40px;
}
.productWrap__col--box--line {
  padding: 20px;
  border: 1px solid #000;
}
.productWrap__col--box:last-child {
  margin: 0;
}
.productWrap__col--box--img {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .productWrap__col--box--img {
    width: 100%;
  }
}
.productWrap__col--box--img img {
  width: 100%;
  height: auto;
  display: block;
}
.productWrap__col--box__map {
  position: relative;
  width: 100%;
  margin: 14px 0 0 0;
  padding: 38% 0 0 0;
}
@media screen and (max-width: 767px) {
  .productWrap__col--box__map {
    padding: 56% 0 0 0;
  }
}
.productWrap__col--box__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productWrap__col--box ul {
  width: 480px;
  margin: 0 auto;
  padding: 0 0 0 24px;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .productWrap__col--box ul {
    width: 90%;
  }
}
.productWrap__notice {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 8px;
}
.productWrap__notice:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .productWrap__notice {
    margin: 0 auto 8px;
    padding: 0;
  }
}
.productWrap__notice__title {
  margin: 0;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.productWrap__notice__title {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .productWrap__notice__title {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .productWrap__notice__title:hover {
    color: #00A040;
  }
}
.productWrap__notice__title.active span::before, .productWrap__notice__title.active span::after {
  transform: rotate(270deg);
}
.productWrap__notice__title small {
  font-weight: 500;
  display: block;
}
.productWrap__notice__title span {
  position: relative;
}
.productWrap__notice__title span::before {
  content: "";
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(../../img/scrap/ico_triangle.svg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  transform: rotate(90deg);
}
.productWrap__notice__title span::before {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .productWrap__notice__title span::before {
    top: 0;
    margin: 0 4px 0 0;
    width: 13px;
    height: 12px;
  }
}
.productWrap__notice__title span::after {
  content: "";
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
  background: url(../../img/scrap/ico_triangle.svg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
  transform: rotate(90deg);
}
.productWrap__notice__title span::after {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .productWrap__notice__title span::after {
    top: 0;
    margin: 0 0 0 4px;
    width: 13px;
    height: 12px;
  }
}
.productWrap__notice__txt {
  display: none;
  padding: 24px 4%;
  font-size: 1.6rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .productWrap__notice__txt {
    font-size: 1.5rem;
  }
}
.productWrap__notice__txt ul {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 0 24px;
  text-align: left;
  box-sizing: border-box;
}
.productWrap__notice__txt li {
  margin: 0 0 6px 0;
}
.productWrap__notice__txt li:last-child {
  margin: 0;
}
.productWrap__notice__txt strong {
  margin: 0 0 4px;
  padding: 4px;
  color: #fff;
  background: #8AA63E;
  display: inline-block;
}
.productWrap__notice__txt--movie {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 36% 0 0 0;
}
@media screen and (max-width: 766px) {
  .productWrap__notice__txt--movie {
    padding: 60% 0 0 0;
  }
}
.productWrap__notice__txt--movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productWrap__special {
  margin: 0 0 34px;
  padding: 24px;
  font-size: 1.6rem;
  text-align: center;
  border: 5px solid #5890FF;
}
@media screen and (max-width: 767px) {
  .productWrap__special {
    padding: 16px;
    border: 3px solid #5890FF;
  }
}
.productWrap__special--bn {
  width: 382px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .productWrap__special--bn {
    width: 100%;
  }
}
.productWrap__special--bn img {
  width: 100%;
  height: auto;
  display: block;
}

.playWrap {
  position: relative;
}
.playWrap__listcol {
  position: relative;
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .playWrap__listcol {
    width: 88%;
    max-width: 88%;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.playWrap__col {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .playWrap__col {
    margin: 0;
  }
}
.playWrap__col__img {
  position: relative;
  width: 100%;
  margin: 0 auto 8px;
  padding: 100% 0 0 0;
  background-size: cover !important;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .playWrap__col__img {
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 auto 4px;
  }
}
.playWrap__col__txt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .playWrap__col__txt {
    font-size: 1.4rem;
  }
}
.playWrap__col__txt em {
  font-style: normal;
  font-weight: 700;
  color: #00A040;
  display: block;
}
.playWrap__col__txt small {
  font-size: 1.3rem;
  line-height: 130%;
  display: block;
}
@media screen and (max-width: 767px) {
  .playWrap__col__txt small {
    font-size: 1.2rem;
  }
}

.tabarea {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tabarea {
    padding: 0;
  }
}
.tabarea .tab-group {
  width: 70%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .tabarea .tab-group {
    width: 80%;
    min-width: 240px;
  }
}
.tabarea .tab {
  position: relative;
  width: 50%;
  height: 42px;
  margin: 0 3%;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 700;
  list-style: none;
  line-height: 110%;
  text-align: center;
  cursor: pointer;
  background: #A4A4A4;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tabarea .tab {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .tabarea .tab {
    height: 40px;
    font-size: 1.4rem;
  }
}
.tabarea .tab:hover {
  color: #000;
  background: #fff;
}
.tabarea .tab:last-child {
  margin: 0;
}
.tabarea .tab.tabactive {
  opacity: 1;
  color: #000;
  background: #fff;
}
.tabarea .panel-index {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tabarea .panel-index {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.panel-group {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.panel-group {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .panel-group {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.panel {
  padding: 40px;
  background: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  .panel {
    padding: 30px 14px;
  }
}
.panel.tabshow {
  display: block;
}
.panel table {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.6rem;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .panel table {
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 120%;
    border-top: 5px solid #fff;
  }
}
.panel table.noborder {
  border-top: none;
}
.panel th, .panel td {
  padding: 16px 8px;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .panel th, .panel td {
    padding: 8px 4px;
  }
}
.panel th small, .panel td small {
  text-align: center;
  display: block;
}
.panel th em, .panel td em {
  font-style: normal;
  font-size: 0.8rem;
  text-align: center;
  display: block;
  opacity: 0.7;
}
.panel th span, .panel td span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .panel th span, .panel td span {
    font-size: 2rem;
  }
}
.panel th {
  padding: 4px 8px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
}

.productWrap__article__uu {
  position: relative;
  margin: 70px auto 40px;
  padding: 40px 24px 14px;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .productWrap__article__uu {
    width: 100%;
    max-width: 100%;
    margin: 50px auto 20px;
    padding: 30px 18px 14px;
    font-size: 1.5rem;
  }
}
.productWrap__article__uu img {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: 64px;
  display: block;
}
@media screen and (max-width: 767px) {
  .productWrap__article__uu img {
    height: 54px;
  }
}

.datecol {
  margin: auto 12px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .datecol {
    font-size: 1.6rem;
    text-align: center;
  }
}
.datecol span {
  margin: 0 2px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .datecol span {
    font-size: 2.6rem;
  }
}
.datecol em {
  position: relative;
  top: -3px;
  margin: 0 4px;
  padding: 0 4px;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  color: #fff;
  border-radius: 100%;
  background: #00A040;
}
@media screen and (max-width: 767px) {
  .datecol em {
    top: -2px;
    padding: 0 3px;
    font-size: 1.4rem;
  }
}
.datecol i {
  margin: 0 4px;
  padding: 0 4px;
  font-size: 3.4rem;
  font-style: normal;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .datecol i {
    font-size: 1.8rem;
  }
}

.pricecol {
  max-width: 340px;
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 4%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pricecol {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.pricecol__price {
  text-align: right;
}
.pricecol__price span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .pricecol__price span {
    font-size: 2.6rem;
  }
}

.goodsWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .goodsWrap {
    margin: 0 0 50px;
    padding: 0;
  }
}
.goodsWrap .comingsoon {
  margin: 60px auto 120px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .goodsWrap .comingsoon {
    width: 228px;
    margin: 80px auto 40px;
  }
}
.goodsWrap__inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .goodsWrap__inner {
    width: 94%;
    max-width: 94%;
  }
}
.goodsWrap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .goodsWrap__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.goodsWrap__col {
  font-size: 1.6rem;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .goodsWrap__col {
    font-size: 1.4rem;
  }
}
.goodsWrap__col__img {
  margin: 0;
}
.goodsWrap__col__img:hover {
  opacity: 0.6;
}
.goodsWrap__col__img img {
  width: 100%;
  height: auto;
  display: block;
}
.goodsWrap__col__img__link {
  margin: 0;
  padding: 0;
  display: block;
}
.goodsWrap__col__txt {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .goodsWrap__col__txt {
    padding: 10px;
  }
}
.goodsWrap__col__txt--h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .goodsWrap__col__txt--h4 {
    font-size: 1.6rem;
  }
}
.goodsWrap__col__txt small {
  font-size: 1.3rem;
  line-height: 130%;
  display: block;
}
@media screen and (max-width: 767px) {
  .goodsWrap__col__txt small {
    font-size: 1.2rem;
  }
}
.goodsWrap__col__txt--com {
  margin: 8px 0 0 0;
  padding: 6px;
  font-size: 1.4rem;
  background: #EAFAF3;
}
@media screen and (max-width: 767px) {
  .goodsWrap__col__txt--com {
    font-size: 1.3rem;
  }
}
.goodsWrap__sp {
  margin: 12px 0 0 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1%;
  border: 1px solid #000;
  background: #00A040;
}
@media screen and (max-width: 767px) {
  .goodsWrap__sp {
    margin: 10px 0 0 0;
    padding: 10px;
    display: block;
  }
}
.goodsWrap__sp__img {
  margin: 0;
}
.goodsWrap__sp__img img {
  width: 100%;
  height: auto;
  display: block;
}
.goodsWrap__sp__txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .goodsWrap__sp__txt {
    margin: 10px 0 0 0;
  }
}
.goodsWrap__sp__txt--h4 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.goodsWrap__sp__txt--com {
  margin: 8px 0 0 0;
  padding: 6px;
  font-size: 1.4rem;
  background: #EAFAF3;
}

#faqWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
}
#faqWrap {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #faqWrap {
    margin: 0 0 50px;
    padding: 0;
  }
}
#faqWrap .titlecol {
  transform: translateY(0);
  opacity: 1;
}
#faqWrap .faqWrap__col {
  position: relative;
  width: 90%;
  max-width: 940px;
  margin: 0 auto 12px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  transform: translateY(30px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__col {
    width: 94%;
    max-width: 94%;
    margin: 0 auto 10px;
  }
}
#faqWrap .faqWrap__col small {
  line-height: 150%;
  display: block;
}
#faqWrap .faqWrap__title {
  position: relative;
  margin: 0;
  padding: 14px 12px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
#faqWrap .faqWrap__title {
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__title {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  #faqWrap .faqWrap__title:hover {
    color: #00A040;
  }
}
#faqWrap .faqWrap__title::before {
  content: "";
  position: relative;
  width: 12px;
  height: 13px;
  margin: 0 12px 0 0;
  background: url(../../img/scrap/ico_triangle.svg) no-repeat 50% 50%;
  transform: rotate(90deg);
  background-size: cover;
  display: inline-block;
}
#faqWrap .faqWrap__title::before {
  transition: all 0.3s ease-out;
}
#faqWrap .faqWrap__title::after {
  content: "";
  position: relative;
  width: 12px;
  height: 13px;
  margin: 0 0 0 12px;
  background: url(../../img/scrap/ico_triangle.svg) no-repeat 50% 50%;
  transform: rotate(90deg);
  background-size: cover;
  display: inline-block;
}
#faqWrap .faqWrap__title::after {
  transition: all 0.3s ease-out;
}
#faqWrap .faqWrap__title.active::before, #faqWrap .faqWrap__title.active::after {
  transform: rotate(270deg);
}
#faqWrap .faqWrap__txt {
  position: relative;
  margin: 0;
  padding: 24px;
  line-height: 140%;
  box-sizing: border-box;
  border-top: 1px solid #000;
  display: none;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dl {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dl {
    margin: 0 0 8px 0;
    font-size: 1em;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dl:last-child {
  margin: 0;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dt {
  width: 21%;
  margin: 0 1% 0 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dt {
    width: 34%;
    margin: 0 2% 0 0;
    padding: 12px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd {
  width: 78%;
  margin: 0;
  padding: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt .faqWrap__txt__dd {
    width: 64%;
    margin: 0;
    padding: 12px;
  }
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul {
  margin: 6px 0;
  padding: 0 0 0 28px;
  text-align: left;
  font-weight: 400;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul li {
  margin: 0 0 6px 0;
}
#faqWrap .faqWrap__txt .faqWrap__txt__dd ul li:last-child {
  margin: 0;
}
#faqWrap .faqWrap__txt__h4 {
  margin: 0 0 14px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt__h4 {
    font-size: 1.6rem;
  }
}
#faqWrap .faqWrap__txt__h4--faq {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 28px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt__h4--faq {
    margin: 0 0 12px 0;
    padding: 0 0 0 24px;
  }
}
#faqWrap .faqWrap__txt__h4--faq::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "Q";
  font-weight: 500;
}
#faqWrap .faqWrap__txt__answer {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 150%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt__answer {
    padding: 0 0 0 24px;
  }
}
#faqWrap .faqWrap__txt__answer::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "A";
  font-weight: 500;
  font-size: 1.2em;
  color: #00A040;
}
#faqWrap .faqWrap__txt__col {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  font-size: 1.6em;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #faqWrap .faqWrap__txt__col {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    width: 100%;
    font-size: 1em;
  }
}
#faqWrap .faqWrap__txt__col:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#faqWrap .faqWrap__txt__col ul {
  margin: 0;
}

.newsWrap {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .newsWrap {
    margin: 0 auto 50px;
  }
}
.newsWrap__inner {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0 0 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap__inner {
    padding: 30px 0 0 24px;
  }
}
.newsWrap a {
  color: #000;
  text-decoration: none;
}
.newsWrap .title__h3 {
  color: #fff;
}
.newsWrap .newsWrap__list {
  position: relative;
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list {
    margin: 0 auto;
    padding: 0 24px 0 0;
  }
}
.newsWrap .newsWrap__list__dl {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
}
.newsWrap .newsWrap__list__dl {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .newsWrap .newsWrap__list__dl:hover {
    color: #fff;
  }
}
.newsWrap .newsWrap__list__dl--nolink {
  cursor: none;
  pointer-events: none;
}
.newsWrap .newsWrap__list__dl--nolink::before {
  display: none;
}
.newsWrap .newsWrap__list__dl__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.newsWrap .newsWrap__list__dt {
  width: 20%;
  margin: 0 3% 0 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dt {
    width: 100%;
    margin: 0;
  }
}
.newsWrap .newsWrap__list__dd {
  width: 77%;
  margin: 0;
  padding: 0 7% 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsWrap .newsWrap__list__dd {
    width: 100%;
    margin: 0;
    padding: 0 8% 0 0;
  }
}

.noticeWrap {
  position: relative;
  margin: 0 0 70px;
  padding: 0;
  transform: translateY(30px);
  opacity: 0;
}
.noticeWrap {
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .noticeWrap {
    margin: 0 0 50px;
  }
}
.noticeWrap__listcol {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .noticeWrap__listcol {
    width: 90%;
    margin: 0 auto;
  }
}
.noticeWrap__listcol__col {
  position: relative;
  margin: 0 2%;
  padding: 0;
  width: 46%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .noticeWrap__listcol__col {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 14px;
  }
}
.noticeWrap__listcol__col:hover .noticeWrap__listcol__col__cover {
  width: 100%;
}
.noticeWrap__listcol__col img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 8px;
}
.noticeWrap__listcol__col img {
  transition: all 0.3s ease-out;
}
.noticeWrap__listcol__col img:hover {
  opacity: 0.6;
}

.scheduleWrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scheduleWrap {
    margin: 0 0 70px;
    padding: 20px 0 100px;
  }
}
.scheduleWrap__col {
  margin: 0 0 40px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scheduleWrap__col {
    margin: 0 0 30px;
  }
}
.scheduleWrap__col:last-child {
  margin: 0;
}
.scheduleWrap__col small {
  line-height: 140%;
  display: block;
}
.scheduleWrap .titlecol {
  position: relative;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scheduleWrap .titlecol {
    margin: 0 auto 34px;
    padding: 0;
  }
}
.scheduleWrap__btncol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .scheduleWrap__btncol {
    display: block;
  }
}
.scheduleWrap__btncol__col {
  width: 31%;
  margin: 0 1%;
}
@media screen and (max-width: 960px) {
  .scheduleWrap__btncol__col {
    width: 50%;
    margin: 0 auto 14px;
  }
}
@media screen and (max-width: 500px) {
  .scheduleWrap__btncol__col {
    width: 100%;
    margin: 0 auto 14px;
  }
}
.scheduleWrap__btncol__col .btn02 {
  margin: 0 0 5px;
  width: 100%;
}
.scheduleWrap__special {
  margin: 0 0 34px;
  padding: 24px;
  border: 5px solid #5890FF;
}
@media screen and (max-width: 960px) {
  .scheduleWrap__special {
    margin: 0 0 24px;
    padding: 16px;
    border: 3px solid #00A040;
  }
}
.scheduleWrap__special:last-child {
  margin: 0;
}
.scheduleWrap__special--tt {
  text-align: center;
}
.scheduleWrap__special__h5 {
  margin: 0 0 24px;
  padding: 14px 14px 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #00A040;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .scheduleWrap__special__h5 {
    margin: 0 0 14px;
    padding: 7px 7px 10px;
    font-size: 1.6rem;
  }
}
.scheduleWrap__special__txt {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .scheduleWrap__special__txt {
    font-size: 1.5rem;
  }
}
.scheduleWrap__box {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .scheduleWrap__box {
    display: block;
  }
}
.scheduleWrap__box img {
  width: 100%;
  height: auto;
  display: block;
}
.scheduleWrap__box__txt {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .scheduleWrap__box__txt {
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.scheduleWrap__box__txt small {
  line-height: 130%;
  display: block;
}
@media screen and (max-width: 767px) {
  .scheduleWrap__box__txt small {
    text-align: left;
  }
}
.scheduleWrap__box__txt--tt {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #5890FF;
}/*# sourceMappingURL=_content.css.map */