@charset "UTF-8";
body.noscroll {
  overflow: hidden !important;
}

.hidepc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .hidepc {
    display: block;
  }
}

a.linkBtn {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 58px;
  padding-top: 1em;
  border-radius: 4px;
  border: solid 2px #cf1126;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #cf1126;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  a.linkBtn {
    width: 200px;
    height: 45px;
    padding-top: 11px;
    font-size: 0.875rem;
  }
}
a.linkBtn:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
a.linkBtn::after {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -7px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(/cmn/img/arrow05.png) no-repeat 50% 50%;
}
@media only screen and (max-width: 640px) {
  a.linkBtn::after {
    right: 13px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
  }
}

a.linkBtn.linkBtn-black {
  border: solid 2px #000;
  color: #000;
}

a.linkBtn.linkBtn-black-down::after {
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background: url(/parts/img/arrow_black_down.png) no-repeat 50% 50%;
  background-size: cover;
}

a.linkBtn.linkBtn-l {
  width: 294px;
}
a.linkBtn.linkBtn-l::after {
  right: 11px;
}
@media only screen and (max-width: 640px) {
  a.linkBtn.linkBtn-l {
    width: 260px;
  }
}

.featureBox {
  position: relative;
  padding: 34px 15px 20px;
  background-color: #f3f3f3;
}

.featureBox_heading {
  display: inline-block;
  position: absolute;
  margin: 0;
  top: -8px;
  left: 0;
  width: 100%;
  height: 31px;
  text-align: center;
}

.featureBox_heading_title {
  padding: 5px 10px;
  background-color: #333;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .featureBox_heading_title {
    font-size: 0.875rem;
  }
}

.featureBox_text {
  margin: 0 7px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  color: #333;
}

.main {
  min-width: 1028px;
}
@media only screen and (max-width: 640px) {
  .main {
    min-width: inherit;
    margin: 45px auto 0;
  }
}

.main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  margin: 0 auto;
}

.section_title {
  margin: 0;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 1.05px;
  text-align: center;
  color: #cf1126;
}
@media only screen and (max-width: 640px) {
  .section_title {
    font-size: 1.5rem;
    letter-spacing: 0.72px;
  }
}

.section_title_small {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .section_title_small {
    font-size: 0.875rem;
  }
}

.section-mv {
  max-width: 1440px;
  height: 280px;
  padding-top: 120px;
  background-image: url(../img/feature_kv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .section-mv {
    max-width: inherit;
    height: 200px;
    padding-top: 78px;
    background-image: url(../img/feature_kv_sp.jpg);
  }
}

.pageTitle {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .pageTitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.pageTitle_small {
  display: block;
  font-size: 0.75rem;
  line-height: 3;
  text-align: center;
  color: #fff;
}

.section-about {
  padding: 70px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .section-about {
    padding: 29px 20px 47px;
  }
}

.about_heading {
  font-size: 2.1875rem;
  font-weight: 600;
  letter-spacing: 1.05px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .about_heading {
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
}

.about_content {
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  .about_content {
    margin-top: 8px;
  }
}

.about_text {
  font-size: 1.125rem;
  line-height: 2.22;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .about_text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.about_text-strong {
  font-size: 1.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .about_text-strong {
    font-size: 0.875rem;
  }
}

.section-merit {
  padding: 40px 0;
  background-color: #f3f3f3;
}

.meritList {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .meritList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.meritList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .meritList > li {
    width: 140px;
  }
}
.meritList > li:not(:first-of-type) {
  margin-left: 32px;
}
@media only screen and (max-width: 640px) {
  .meritList > li:not(:first-of-type) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .meritList > li:nth-of-type(even) {
    margin-left: 10%;
  }
  .meritList > li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .meritList > li {
    width: 100%;
    margin-top: 20px;
  }
  .meritList > li:nth-of-type(even) {
    margin-left: 0;
  }
}

.meritList_img {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .meritList_img {
    width: 140px;
    height: 140px;
  }
}

.meritList_text {
  margin-top: 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .meritList_text {
    margin-top: 10px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.section-type {
  padding-top: 82px;
}
@media only screen and (max-width: 640px) {
  .section-type {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .section_title-type {
    font-size: 1.75rem;
  }
}

.type_about {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .type_about {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.typeContainer {
  max-width: 980px;
  margin: 57px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .typeContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 640px) {
  .typeContainer > div:not(:first-of-type) {
    margin-top: 40px;
  }
}

.type {
  position: relative;
  width: 47.95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 35px 30px;
  border: solid 1px #333;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .type {
    width: 100%;
    padding: 28px 20px 22px;
  }
}

.type_num {
  position: absolute;
  top: -24px;
  padding: 0 0.4285714286em;
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  color: #cf1126;
}
@media only screen and (max-width: 640px) {
  .type_num {
    font-size: 1.4375rem;
    top: -16px;
  }
}

.type_title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .type_title {
    font-size: 1.375rem;
  }
}

.type_title_en {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-align: center;
  color: #cf0707;
}
@media only screen and (max-width: 640px) {
  .type_title_en {
    font-size: 0.625rem;
  }
}

.type_img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.type_content {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .type_content {
    margin-top: 32px;
  }
}

.type_content > div:not(:first-of-type) {
  margin-top: 49px;
}
@media only screen and (max-width: 640px) {
  .type_content > div:not(:first-of-type) {
    margin-top: 34px;
  }
}

.type_content_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.type_content_list > li {
  position: relative;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  color: #333;
}
.type_content_list > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .type_content_list > li {
    font-size: 0.875rem;
  }
}

.type_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.type_btn > a:not(:first-of-type) {
  margin-top: 23px;
}
@media only screen and (max-width: 640px) {
  .type_btn > a:not(:first-of-type) {
    margin-top: 15px;
  }
}

.section-plusu {
  padding-top: 90px;
  max-width: 980px;
}
@media only screen and (max-width: 640px) {
  .section-plusu {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.section-plusu_inner {
  position: relative;
  padding: 37px 30px 38px;
  border: solid 1px #333;
}
@media only screen and (max-width: 640px) {
  .section-plusu_inner {
    padding-top: 56px;
  }
}

.plusu_subtitle {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  color: #cf1126;
}
@media only screen and (max-width: 640px) {
  .plusu_subtitle {
    top: -16px;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}

.plusu_title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.plusu_about {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.plusu_content {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.plusu_img {
  width: 51.08%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .plusu_img {
    width: 100%;
  }
}

.plusu_feature {
  width: 44.56%;
  margin-top: 8px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 640px) {
  .plusu_feature {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}

.plusu_btn {
  margin-top: 20px;
}

.plusu_shop {
  margin-top: 54px;
}

.plusu_shop_heading {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.plusu_shop_btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 17px;
}

.section-gallery {
  padding-top: 114px;
}
@media only screen and (max-width: 640px) {
  .section-gallery {
    padding-top: 56px;
  }
}

.gallery_text {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .gallery_text {
    padding: 0 15px;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.galleryContainer {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .galleryContainer {
    margin-top: 24px;
  }
}

.galleryTab {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
@media only screen and (max-width: 640px) {
  .galleryTab {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.galleryTab_tab {
  padding: 10px 0 11px;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .galleryTab_tab {
    padding: 5px 0 6px;
    font-size: 1.125rem;
    letter-spacing: 0.54px;
  }
}
@media only screen and (min-width: 960px) {
  .galleryTab_tab:hover {
    background-color: #cf1126;
    border-color: #cf1126;
    color: #fff;
  }
}

.galleryTab_tab.active {
  background-color: #cf1126;
  border-color: #cf1126;
  color: #fff;
}

.galleryTab_title_small {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.39px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .galleryTab_title_small {
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0.3px;
  }
}

.galleryBg {
  background-color: #f3f3f3;
  border-top: solid 3px #cf1126;
  padding: 30px 0 40px;
}
@media only screen and (max-width: 640px) {
  .galleryBg {
    padding: 18px 15px 32px;
  }
}

.gallery {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .gallery {
    padding-bottom: 32px;
  }
}

.gallery_imgContainer {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 40px;
}
@media only screen and (max-width: 640px) {
  .gallery_imgContainer {
    gap: 18px 6%;
  }
}

.gallery_imgContainer li {
  position: relative;
  width: 300px;
}
@media only screen and (max-width: 640px) {
  .gallery_imgContainer li {
    width: 46.9%;
  }
}
.gallery_imgContainer li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.gallery_imgContainer li a:hover::before {
  background-color: #000;
  opacity: 0.3;
  background-image: url(/parts/img/icon_expand.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .gallery_imgContainer li a:hover::before {
    display: none;
  }
}

.gallery_img {
  width: 100%;
  height: auto;
}

.gallery_btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .gallery_btn {
    margin-top: 20px;
  }
}

.section-campaign {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 640px) {
  .section-campaign {
    padding: 35px 0 16px;
  }
}

.campaign_heading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .campaign_heading {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.campaign_contents {
  max-width: 980px;
  margin: 0 auto;
}

.campaign_banners {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .campaign_banners {
    margin-top: 13px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
}

.campaign_banners > div:not(:first-of-type) {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .campaign_banners > div:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.campaign_banner {
  width: 47.95%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign_banner {
    width: 100%;
  }
}

.campaign_banner_ballon {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .campaign_banner_ballon {
    font-size: 0.875rem;
  }
}

.campaign_banner_img {
  margin-top: 11px;
}
@media only screen and (max-width: 640px) {
  .campaign_banner_img {
    margin-top: 7px;
    width: 100%;
    height: auto;
  }
}

.section-contact {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 640px) {
  .section-contact {
    padding: 60px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.section-contact * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.contact_text {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .contact_text {
    font-size: 0.875rem;
  }
}

.section-area * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body.lb-disable-scrolling {
  overflow: hidden !important;
}

.lb-outerContainer {
  border-radius: 0;
  border: none;
}

.lightbox .lb-image {
  border-radius: 0;
  border: none;
}

.lb-nav a.lb-prev {
  opacity: 1;
}

.lb-nav a.lb-next {
  opacity: 1;
}

.lb-data .lb-close {
  position: fixed;
  top: 30px;
  right: 30px;
}