@charset "UTF-8";
/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main a {
  color: #000;
  text-decoration: none;
}

main a:link {
  color: #000;
}

main a:visited {
  color: #000;
}

@media screen and (min-width: 769px) {
main a:hover {
    color: #666;
  }
}
main a:active {
  color: #000;
}

.btn {
  display: block;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.l-main {
  width: 100%;
}

.l-inner {
  position: relative;
  max-width: 1280px;
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    padding: 0 5%;
  }
}
.l-inner .l-fullsize {
  margin: 0 -5.5%;
}

.l-inner.l-inner-full {
  padding: 0;
  max-width: inherit;
}

.l-inner.l-inner-600 {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .l-inner.l-inner-600 {
    max-width: 80%;
  }
}

.l-inner.l-inner-720 {
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .l-inner.l-inner-720 {
    max-width: 90%;
  }
}

.l-inner.l-inner-960 {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .l-inner.l-inner-960 {
    max-width: 90%;
  }
}

.l-content {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section small {
  font-size: 80%;
}

.modaal-inner-wrapper {
  padding: 80px 20px !important;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px;
  }
  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative;
  }
}
/* ==========================================================================
Margin
========================================================================== */
.mt-xxl {
  margin-top: 150px;
}

.mt-xl {
  margin-top: 120px;
}

.mt-l {
  margin-top: 90px;
}

.mt-m {
  margin-top: 60px;
}

.mt-s {
  margin-top: 30px;
}

.mt-xs {
  margin-top: 15px;
}

.mt-xxs {
  margin-top: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-xxl {
  margin-bottom: 150px;
}

.mb-xl {
  margin-bottom: 120px;
}

.mb-l {
  margin-bottom: 90px;
}

.mb-m {
  margin-bottom: 60px;
}

.mb-s {
  margin-bottom: 30px;
}

.mb-xs {
  margin-bottom: 15px;
}

.mb-xxs {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* ==========================================================================
Link
========================================================================== */
.link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .link:hover {
    text-decoration: none;
  }
}

/* ==========================================================================
Button
========================================================================== */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn {
    transition: all 0.25s ease-out;
  }
}

/* ==========================================================================
video [ responsible 16:9 ]
========================================================================== */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
ここから LPページ用スタイル
========================================================================== */
.l-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-header {
  background: #009800;
  padding: 15px 0;
}
.l-header h1 {
  width: 210px;
  height: 36px;
}

.l-main {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url(/partner/images/lp/01_spring.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

h2 {
  text-align: center;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 60px;
}

.banner-area {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  border-radius: 10px;
  margin: 0 auto 30px;
  padding: 20px 5px;
}

.swiper-area {
  position: relative;
}

.swiper-movie {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-movie .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  margin: 0 6px;
  background: #000;
}
.swiper-movie .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-movie .swiper-pagination-bullet {
  border-radius: 0 !important;
}

.swiper-button-prev {
  background-image: url(/partner/images/lp/angle-left-solid.svg) !important;
  background-size: 20px 20px !important;
}

.swiper-button-next {
  background-image: url(/partner/images/lp/angle-right-solid.svg) !important;
  background-size: 20px 20px !important;
}

.btn-event {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
  background: #ec6900;
  color: #FFF !important;
  font-weight: 600;
  line-height: 1.5em;
  box-shadow: 5px 5px 0 #ba5606;
  border-radius: 10px;
  padding: 10px 30px;
  margin: 10px auto 0;
  width: 80%;
  cursor: pointer;
}

.btn-event:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}

.arrow {
  position: relative;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 11px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.btn-wrapper {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  border-radius: 10px;
  margin: 30px auto 30px;
  padding: 20px 5px;
}
.btn-wrapper p {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.btn-wrapper ul {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style-type: none;
}
.btn-wrapper ul li {
  width: 43%;
  list-style-type: none;
}
.btn-wrapper .btn {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.25s ease-out;
}
.btn-wrapper .btn p {
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .btn-wrapper .btn:hover {
    opacity: 0.7;
  }
}
.btn-wrapper .btn-shop {
  background: #cc0000;
  box-shadow: 5px 5px 0 #800909;
}
.btn-wrapper .btn-shop:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}
.btn-wrapper .btn-help {
  background: #000099;
  box-shadow: 5px 5px 0 #07075e;
}
.btn-wrapper .btn-help:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
}
.btn-wrapper .arrow-02 {
  position: relative;
}
.btn-wrapper .arrow-02::before,
.btn-wrapper .arrow-02::after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 11px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.btn-wrapper .arrow-02:before {
  transform: rotate(45deg);
}
.btn-wrapper .arrow-02::after {
  transform: rotate(-45deg);
}

.btn i {
  display: inline-block;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}
.btn i.ico-star {
  background-image: url(../images/icon/star-solid.svg);
  filter: invert(100%);
}
.btn i.ico-shop {
  background-image: url(../images/icon/shop-solid.svg);
  filter: invert(100%);
}
.btn i.home {
  background-image: url(../images/icon/home-solid.svg);
  filter: invert(100%);
}

.btn-wrap {
  margin: 30px 0;
  text-align: center;
}

.btn.btn-back {
  display: inline-block;
  background: #333;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.btn.btn-back:hover {
  opacity: 0.6;
}

.cp_btm_caution {
  width: 90%;
  margin: 30px auto 10px;
}
.cp_btm_caution .btm_caution_ttl {
  text-align: left;
  font-weight: bold;
  font-size: 115%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.cp_btm_caution .list_indent {
  list-style-type: none;
  margin-bottom: 0 !important;
}
.cp_btm_caution .list_indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 100%;
  line-height: 1.57;
}
.cp_btm_caution .list_indent .list_link li {
  text-indent: 0;
  font-size: 100%;
  line-height: 1.37;
  list-style: none;
  padding-left: 9px;
  padding-bottom: 9px;
  background: url(/common/images/icon_list01.png) no-repeat 0 6px;
}
.cp_btm_caution .list_indent .list_link li a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #0000ff;
  text-decoration: underline;
}
.cp_btm_caution .list_indent .list_link li a:visited {
  color: #175ba6;
}
.cp_btm_caution .list_indent .list_link li a:hover {
  color: #e3442a;
}

.signage-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}
.signage-wrap ul li {
  width: 120px;
}
.signage-wrap ul li p {
  text-align: center;
  padding: 15px 0;
}/*# sourceMappingURL=style.css.map */