@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;
}
#uni-scrap {
  overflow-y: auto;
  font-size: 62.5%;
  line-height: 150%;
  background: #000;
}
#uni-scrap.active {
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  #uni-scrap.active {
    overflow-y: hidden;
  }
}

#uni-scrap-in {
  position: relative;
  padding: 0;
  color: #000;
  word-wrap: break-word;
  display: block;
  font-family: "M PLUS 2", sans-serif !important;
  box-sizing: border-box;
  overflow-x: hidden;
}
#uni-scrap-in::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/scrap/bg.webp) no-repeat 50% 50%;
  background-size: cover;
  display: block;
}
#uni-scrap-in::before {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #uni-scrap-in::before {
    background: url(../../img/scrap/bg_sp.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}

#uni-scrap section, #uni-scrap div, #uni-scrap article {
  line-height: 150%;
  box-sizing: border-box !important;
}


/*---navi---*/
#navi {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  visibility: hidden;
  display: block;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#navi {
  z-index: 800;
}
#navi {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #navi {
    right: -110%;
    width: calc(100% - 60px);
  }
}
#navi.active {
  right: 0;
  visibility: visible;
}
#navi.active {
  transition: all 0.3s ease-out;
}

.navicol {
  width: 100%;
}

#navilist {
  position: relative;
  top: 0;
  width: 84%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  #navilist {
    padding: 30px 0;
  }
}
#navilist .navilist__li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 12px 0;
  color: #000;
  text-align: left;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 700;
  box-sizing: border-box;
}
#navilist .navilist__li {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #navilist .navilist__li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 12px 14px;
  }
}
#navilist .navilist__li:hover {
  opacity: 1;
  color: #00A040;
}
@media screen and (max-width: 767px) {
  #navilist .navilist__li:hover {
    opacity: 1;
  }
}
#navilist .navilist__li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}

.btnopen {
  position: fixed;
  top: 0;
  right: -70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.btnopen {
  z-index: 850;
}
.btnopen {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btnopen {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    display: none;
  }
}
.btnopen:hover {
  background: #998FFE;
}
@media screen and (max-width: 767px) {
  .btnopen:hover {
    background: #fff;
  }
}
.btnopen.vis {
  top: 0;
  right: 0;
  display: block;
}
.btnopen.vis {
  z-index: 850;
}
@media screen and (max-width: 767px) {
  .btnopen.vis {
    top: 0;
    right: 0;
  }
}
.btnopen.active {
  right: 0;
}
@media screen and (max-width: 767px) {
  .btnopen.active {
    right: 0;
  }
}
.btnopen.active em::after {
  content: "閉じる";
}
.btnopen em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rrem;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnopen em {
    font-size: 1.1rrem;
    bottom: 8px;
  }
}
.btnopen em::after {
  content: "メニュー";
  position: relative;
}
.btnopen span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 44%;
  height: 2px;
  background: #000;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.btnopen span:nth-of-type(1) {
  top: 17px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(1) {
    top: 21px;
  }
}

.btnopen span:nth-of-type(2) {
  top: 25px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(2) {
    top: 14px;
  }
}

.btnopen span:nth-of-type(3) {
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .btnopen span:nth-of-type(3) {
    bottom: 29px;
  }
}

.btnopen.active span:nth-of-type(1) {
  top: 12px;
  transform: translateY(13px) rotate(-315deg);
}
@media screen and (max-width: 767px) {
  .btnopen.active span:nth-of-type(1) {
    top: 8px;
  }
}

.btnopen.active span:nth-of-type(2) {
  opacity: 0;
}

.btnopen.active span:nth-of-type(3) {
  bottom: 32px;
  transform: translateY(-11px) rotate(315deg);
}
@media screen and (max-width: 767px) {
  .btnopen.active span:nth-of-type(3) {
    bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .btnclose {
    position: fixed;
    top: 14px;
    left: 24px;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    cursor: hand;
  }
  .btnclose {
    z-index: 155;
  }
  .btnclose {
    transition: all 0.3s ease-out;
  }
  .btnclose:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 26px;
    border-radius: 50px;
    background: #998FFE;
    transform: rotate(45deg);
  }
  .btnclose:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 26px;
    border-radius: 50px;
    background: #998FFE;
    transform: rotate(-45deg);
  }
  .btnclose:hover {
    opacity: 0.6;
  }
  .btnclose.active {
    opacity: 1;
    visibility: visible;
  }
}

main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0;
  }
}
.is-loaded main {
  visibility: visible;
  opacity: 1;
}

.innerWrap {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .innerWrap {
    width: 94%;
    max-width: 94%;
  }
}

.titlecol {
  position: relative;
  margin: 0 auto 34px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titlecol {
    margin: 0 auto 24px;
    padding: 0;
  }
}
.titlecol--title2 {
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titlecol--title2 {
    margin: 0 auto 6px;
    padding: 0;
  }
}
.titlecol .title__h3 {
  position: relative;
  margin: 0 auto;
  padding: 0 0 14px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .titlecol .title__h3 {
    font-size: 2rem;
    border-bottom: 2px solid #fff;
  }
}
.titlecol .title__h3::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .titlecol .title__h3::before {
    bottom: -5px;
    left: -5px;
    width: 8px;
    height: 8px;
  }
}
.titlecol .title__h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .titlecol .title__h3::after {
    bottom: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
  }
}
.titlecol .title__h3--v2 {
  color: #000;
  border-bottom: 4px solid #000;
}
.titlecol .title__h3--v2::before {
  background: #000;
}
.titlecol .title__h3--v2::after {
  background: #000;
}
.titlecol .title__h3 span {
  font-family: "Raleway", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
}
.titlecol .title__h4 {
  position: relative;
  margin: 0 auto;
  padding: 6px 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #E95452;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .titlecol .title__h4 {
    padding: 4px 16px;
    font-size: 1.7rem;
  }
}
.titlecol .title__h5 {
  position: relative;
  margin: 0 auto;
  padding: 6px 20px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  border: 2px solid #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .titlecol .title__h5 {
    padding: 6px 14px;
    font-size: 1.6rem;
  }
}

.titlecol2 {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .titlecol2 {
    margin: 0 auto 14px;
    padding: 0;
  }
}
.titlecol2--mtop {
  margin: 40px auto 24px;
}
@media screen and (max-width: 767px) {
  .titlecol2--mtop {
    margin: 30px auto 14px;
  }
}

.title__h4 {
  position: relative;
  margin: 0 auto;
  padding: 8px 14px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  place-content: center;
  color: #000;
  box-sizing: border-box;
  display: inline-block;
  background: #5890FF;
}
@media screen and (max-width: 767px) {
  .title__h4 {
    font-size: 1.7rem;
  }
}
.title__h4--title2 {
  border-radius: 100px;
}

.title__h5 {
  position: relative;
  margin: 0 auto;
  padding: 0 0 6px;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  color: #5890FF;
  text-align: left;
  place-content: center;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: thick double #5890FF;
}
.title__h5 {
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .title__h5 {
    font-size: 1.8rem;
  }
}

.sharecol {
  position: fixed;
  bottom: 130px;
  right: -70px;
  width: 60px;
  padding: 0;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sharecol {
  transition: all 0.3s ease-out;
}
.sharecol {
  z-index: 730;
}
@media screen and (max-width: 767px) {
  .sharecol {
    bottom: -70px;
    left: 10px;
    right: auto;
    margin: 0;
    width: 200px;
    height: 50px;
    font-size: 0.9rem;
  }
}
.sharecol.vis {
  visibility: visible;
  right: 4px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sharecol.vis {
    top: auto;
    left: 10px;
    bottom: 14px !important;
  }
}
.sharecol .sharecol__tt {
  position: relative;
  margin: 0 auto 10px;
  padding: 14px 0 0 0;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sharecol .sharecol__tt {
    padding: 8px 0 0 0;
  }
}
.sharecol .sharebtn__col {
  margin: 0 auto;
  padding: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.sharecol .sharebtn__col .sharebtn__col__li {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 3px 0;
  padding: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}
.sharecol .sharebtn__col .sharebtn__col__li {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li {
    margin: 0 8px;
    width: 50px;
    height: 50px;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li i {
  font-size: 2.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li i {
    font-size: 2.4rem;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--insta {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  background: linear-gradient(-135deg, #C0009D 0%, #EC0017 50%, #FEC21D 100%) no-repeat;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--insta {
    width: 50px;
    height: 50px;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--insta svg {
  width: 34px;
  height: auto;
  margin: 0;
  fill: #fff !important;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--insta svg {
    width: 30px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--tw {
  width: 54px;
  height: 54px;
  background: #000;
  border-radius: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--tw {
    width: 50px;
    height: 50px;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--tw svg {
  width: 28px;
  height: auto;
  margin: 0;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--tw svg {
    width: 24px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--line {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--line {
    width: 50px;
    height: 50px;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li--line svg {
  width: 34px;
  height: auto;
  margin: 0;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li--line svg {
    width: 30px;
    height: auto;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sharecol .sharebtn__col .sharebtn__col__li:hover {
    opacity: 1;
  }
}
.sharecol .sharebtn__col .sharebtn__col__li .sharebtn__col__li__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  cursor: hand;
}

.btnticket {
  position: fixed;
  right: -130px;
  bottom: 10px;
  width: 120px;
  height: 120px;
  background-size: cover;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  background: url(../../img/scrap/btnticket.webp) 50% 50% no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  border-radius: 100%;
}
.btnticket {
  z-index: 700;
}
.btnticket {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btnticket {
    right: -130px;
    width: 110px;
    height: 110px;
  }
}
.btnticket.vis {
  right: 10px;
  visibility: visible;
  opacity: 1;
  display: none;
}
.btnticket:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .btnticket:hover {
    opacity: 1;
  }
}
#pagetop .btnticket.vis {
  right: 10px;
  visibility: visible;
  opacity: 1;
  display: block;
}

.topBtn {
  position: fixed;
  bottom: -40px;
  right: 0;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  background: #000;
  transition: opacity 0.3s ease-out;
}
.topBtn {
  z-index: 700;
}
.topBtn {
  transition: all 0.3s ease-out;
}
.topBtn.active {
  bottom: 80px;
}
.topBtn:before {
  position: absolute;
  content: "\f077";
  top: 13px;
  left: 0;
  width: 100%;
  line-height: 100%;
  font-family: "Font Awesome 5 Free";
  font-size: 100%;
  font-weight: 900;
  text-align: center;
}
.topBtn:hover {
  background: #00A040;
  text-decoration: none;
}
.topBtn a {
  font-size: 90%;
  color: #fff;
}
.topBtn a:hover {
  text-decoration: none;
}

#footer-scrap {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #00A040;
}
@media screen and (max-width: 767px) {
  #footer-scrap {
    font-size: 1.4rem;
  }
}
#footer-scrap a {
  cursor: pointer;
  color: #fff;
  outline: none;
}
#footer-scrap a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  #footer-scrap a:hover {
    color: #A4A4A4;
  }
}
#footer-scrap .footer__inner {
  padding: 74px 4%;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__inner {
    padding: 12vw 4% 32vw;
  }
}
#footer-scrap .footer__inner__index {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 10px;
}
#footer-scrap .footer__listcol {
  width: 90%;
  max-width: 730px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__listcol {
    width: 90%;
    margin: 0 auto;
  }
}
#footer-scrap .footer__listcol__col {
  position: relative;
  margin: 0 1.5%;
  padding: 0;
  width: 47%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__listcol__col {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 14px;
  }
}
#footer-scrap .footer__listcol__col:hover .noticeWrap__listcol__col__cover {
  width: 100%;
}
#footer-scrap .footer__listcol__col img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border-radius: 8px;
}
#footer-scrap .footer__listcol__col img {
  transition: all 0.3s ease-out;
}
#footer-scrap .footer__listcol__col img:hover {
  opacity: 0.6;
}
#footer-scrap .footer__txt {
  margin: 0 0 20px;
}
#footer-scrap .footer__txt:last-child {
  margin: 0;
}
#footer-scrap .footer__txt svg {
  margin: 4px 0 0 0;
}
#footer-scrap .footer__txt small {
  font-size: 1.3rem;
  line-height: 150%;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__txt small {
    font-size: 1.2rem;
  }
}
#footer-scrap .footer__logo {
  width: 197px;
  margin: 0 auto 30px;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__logo {
    width: 146px;
  }
}
#footer-scrap .footer__logo svg {
  width: auto;
  height: 118px;
  fill: #fff;
  display: grid;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__logo svg {
    height: 80px;
  }
}
#footer-scrap .footer__link {
  color: #00A040;
  text-decoration: none;
}
#footer-scrap .footer__link {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  #footer-scrap .footer__link {
    font-size: 0.9em;
  }
}
#footer-scrap .footer__link:hover {
  color: #E50413;
}
@media screen and (max-width: 767px) {
  #footer-scrap .btn02 {
    width: 220px;
  }
}

.footer__bannercol {
  width: 740px;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__bannercol {
    width: 90%;
    display: block;
  }
}
.footer__bannercol .footer__bannercol__col {
  width: 48%;
  margin: 0 1% 14px;
}
@media screen and (max-width: 767px) {
  .footer__bannercol .footer__bannercol__col {
    width: 100%;
    margin: 0 0 14px 0;
  }
}
.footer__bannercol .footer__bannercol__col img {
  width: 100%;
  height: auto;
}

.footer__snscol {
  width: 278px;
  margin: 0 auto 34px;
  padding: 0;
  font-size: 1.4rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__snscol {
    margin: 0 auto 24px;
  }
}
.footer__snscol .footer__snscol__li {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 10px;
  border-radius: 4px;
}
.footer__snscol .footer__snscol__li {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li {
    width: 44px;
    height: 44px;
    margin: 0 10px;
  }
}
.footer__snscol .footer__snscol__li--fb {
  background: #1877F2;
}
.footer__snscol .footer__snscol__li--fb svg {
  width: 16px;
  height: auto;
  margin: 0;
  fill: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--fb svg {
    width: 12px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li--tw {
  background: #000;
}
.footer__snscol .footer__snscol__li--tw svg {
  width: 26px;
  height: auto;
  margin: 0;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--tw svg {
    width: 20px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li--insta {
  background: linear-gradient(-135deg, #C0009D 0%, #EC0017 50%, #FEC21D 100%) no-repeat;
}
.footer__snscol .footer__snscol__li--insta svg {
  width: 34px;
  height: auto;
  margin: 0;
  fill: #fff !important;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li--insta svg {
    width: 26px;
    height: auto;
  }
}
.footer__snscol .footer__snscol__li:hover {
  opacity: 0.6;
}
.footer__snscol .footer__snscol__li__link {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__snscol .footer__snscol__li__link {
    width: 44px;
    height: 44px;
  }
}

p {
  line-height: 150%;
  margin: 0 0 16px 0;
}
p:last-child {
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

a {
  cursor: pointer;
  color: #00A040;
  outline: none;
}
a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    color: #A4A4A4;
  }
}
a img {
  transition: all 0.3s ease-out;
}
a img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a img:hover {
    opacity: 1;
  }
}

a:focus, *:focus {
  outline: none;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}
.yellow {
  color: #f8f401;
}

.red {
  color: #E50413;
  font-weight: 700;
}

.btn01 {
  position: relative;
  width: 270px;
  height: 54px;
  margin: 0 auto;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "M PLUS 2", sans-serif;
  text-decoration: none;
  background: #fff;
  border: 2px solid #00A040;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.btn01 {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn01 {
    height: 50px;
    font-size: 1.5rem;
  }
}
.btn01 span {
  position: relative;
}
.btn01 span::after {
  content: "";
  position: relative;
  top: 2px;
  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;
}
.btn01 span::after {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  .btn01 span::after {
    top: 0;
    margin: 0 0 0 4px;
    width: 13px;
    height: 12px;
  }
}
@media (hover: hover) {
  .btn01:hover {
    color: #000;
    background: #00A040;
  }
}

.btn02 {
  width: 286px;
  height: 54px;
  margin: 0 auto 20px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  display: grid;
  place-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.btn02 {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn02 {
    width: 100%;
    padding: 0 8px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .btn02:hover {
    color: #000;
    background: #00A040;
  }
}
.btn02 span {
  position: relative;
}
.btn02 span small {
  font-size: 1rem;
  display: inline-block;
}
.btn02 span::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  background: url(../../img/scrap/ico_triangle.svg) no-repeat 50% 50%;
  background-size: cover;
  display: inline-block;
}
.btn02 span::after {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn02 span::after {
    top: calc(50% - 5px);
    margin: 0 0 0 4px;
  }
}
.btn02--nolink {
  pointer-events: none;
  opacity: 0.3;
}

.bnfc {
  margin: 6px auto;
  width: 340px;
  display: block;
}
@media screen and (max-width: 767px) {
  .bnfc {
    width: 100%;
    margin: 6px auto;
  }
  .bnfc small {
    font-size: 1.2rem !important;
  }
}
.bnfc img {
  width: 100%;
  height: auto;
  display: block;
}

ruby {
  padding-top: 0.8rem;
}

rt {
  font-style: normal;
  line-height: 100%;
  transform: translateY(0.8em);
}

.yws_star {
  position: relative;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #ccc;
  margin: 0;
  padding: 0;
}
.yws_star::before {
  content: "★★★";
  position: absolute;
  top: 3px;
  left: 0;
  color: #00A040;
  width: 3.14rem;
  overflow: hidden;
  white-space: nowrap;
}
.yws_star--half::before {
  content: "★★★";
  position: absolute;
  top: 3px;
  left: 0;
  color: #00A040;
  width: 4.02rem;
  overflow: hidden;
  white-space: nowrap;
}/*# sourceMappingURL=_base.css.map */