@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  html {
    font-size: min(3.3333333333vw, 1.6rem);
  }
}

body {
  background-color: #e60012;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  br.is-pc {
    display: none;
  }
}

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

/*======================================
    layout
======================================*/
.container {
  font-size: 1rem;
}

.main {
  display: flex;
  justify-content: center;
}

.inner {
  width: 84.58%;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    background
======================================*/
.bg_pc {
  display: grid;
  grid-auto-rows: 99px; /* 高さ: max(33px) + 66px */
  flex-shrink: 0;
  width: calc((100% - 30rem) / 2);
  padding: 3.75rem 4.375rem;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .bg_pc {
    display: none;
  }
}
.bg_pc.-left {
  justify-content: end;
  left: 0;
  right: unset;
}
.bg_pc.-left .cell {
  margin-right: 0;
  margin-left: 80px;
}

.bg_pc .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 80px;
  margin-bottom: 66px;
}

.contents {
  width: 30rem;
  width: 100%;
  max-width: 30rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 1;
}
@media screen and (max-width: 480px) {
  .contents {
    overflow: hidden;
  }
}

/*======================================
    contents
======================================*/
.fv {
  background-color: #e60012;
  position: relative;
  padding: 3.375rem 0 8.5rem;
  z-index: 1;
}
.fv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background: url(../img/fv_bg.png) no-repeat left top/cover;
  z-index: -1;
}

.fv_head {
  max-width: 28.25rem;
  margin-left: auto;
  margin-right: 0.375rem;
  margin-bottom: 0.625rem;
}

.fv_tag {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 24.625rem;
  width: 100%;
  margin: 0.625rem auto 1rem;
  border-radius: 0.75rem;
  padding: 0.375rem 0.625rem 0.375rem 1rem;
}
.fv_tag input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  color: #d00f31;
  letter-spacing: 0.095em;
  display: inline-block;
  width: 100%;
  flex: 1;
  font-feature-settings: "palt";
}
.fv_tag input:focus {
  outline: none;
}

.fv_tag_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  background-color: #e60012;
  border-radius: 0.375rem;
  color: #fff;
  line-height: 2.1875;
  text-align: center;
  width: 4.5rem;
  white-space: nowrap;
}

.fv_text {
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #fff;
  font-feature-settings: "palt";
}

.fv_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.875rem;
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}

.sv_sns_list {
  width: 3.75rem;
}
.sv_sns_list a {
  display: block;
  transition: opacity 0.3s ease;
}
.sv_sns_list a:hover, .sv_sns_list a:focus {
  opacity: 0.7;
}

.fv_hitting {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(55%);
}

.fv_hitting_img {
  grid-column: 1/2;
  grid-row: 1/2;
  max-width: 25.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-2%);
}

.fv_hitting_deco {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  max-width: 25.625rem;
  transform: translate(7%, -24%);
}

.frame {
  padding: 6.5rem 0 1.875rem;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #efefef, #999999);
}

.frame_ttl {
  text-align: center;
  position: relative;
}
.frame_ttl::before, .frame_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
.frame_ttl::before {
  width: 3.625rem;
  height: 5.75rem;
  background: url(../img/frame_deco_balloon.png) no-repeat center/contain;
  transform: translate(-365%, 5%);
}
.frame_ttl::after {
  width: 1.75rem;
  height: 4.0625rem;
  background: url(../img/frame_deco_papers.png) no-repeat center/contain;
  transform: translate(604%, 15%);
}
.frame_ttl h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.155em;
}
.frame_ttl p {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.115em;
  line-height: 1.75;
}

.frame_slides {
  margin-top: 2.5rem;
}

.frame_swiper {
  overflow: visible;
}

.frame_swiper_slide {
  filter: drop-shadow(0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.5));
}

.frame_swiper_thumb {
  max-width: 19.375rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  color: #e60012;
  border-radius: 10em;
  filter: drop-shadow(0 0 0.375rem rgba(0, 0, 0, 0.3));
  position: relative;
  overflow: visible;
  margin-top: 0.625rem;
}
.frame_swiper_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65%);
  width: 2.6875rem;
  height: 2rem;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.frame_swiper_thumb_slide {
  background-color: #fff;
  height: 4.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
}

.frame_swiper_thumb_slide_text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.frame_swiper_thumb_slide_caption {
  font-size: 0.6875rem;
  letter-spacing: 0.115em;
  font-weight: 700;
}
.frame_swiper_thumb_slide_caption span.copy {
  font-size: 1.18em;
}

.frame_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background-color: #e60012;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem auto 1.875rem;
  max-width: 23.5rem;
  height: 4.5rem;
  width: 100%;
  border-radius: 10em;
  column-gap: 0.75rem;
  transition: opacity 0.3s ease;
}
.frame_button:hover, .frame_button:focus {
  opacity: 0.7;
}
.frame_button .camera {
  display: inline-block;
  width: 2.53em;
}

.frame_img_wrap {
  width: 90.625%;
  margin: 1.875rem auto 0;
}

.plan {
  padding: 1.25rem 0 3.125rem;
}

.plan_ttl {
  text-align: center;
  color: #e60012;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.035em;
  line-height: 1.6;
}

.plan_lists {
  margin-top: 0.625rem;
}

.plan_list:nth-child(even) .plan_list_head {
  flex-direction: row-reverse;
}
.plan_list:nth-child(even) .plan_list_head_text::before {
  transform: scale(1, 1);
}
.plan_list:nth-child(n+2) {
  margin-top: 1.375rem;
}

.plan_list_head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.plan_list_head_img {
  width: 8.625rem;
}
.plan_list_head_img.-woman {
  width: 9.25rem;
}

.plan_list_head_text {
  width: 13.75rem;
  height: 8.375rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e60012;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
}
.plan_list_head_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/plan_comment.png) no-repeat center/contain;
  z-index: -1;
  transform: scale(-1, 1);
}

.plan_link {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3333333333;
  border-radius: 10em;
  height: 4.25rem;
  max-width: 24.125rem;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease;
}
.plan_link:hover, .plan_link:focus {
  opacity: 0.7;
}

.plan_shop {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
  color: #fff;
  background-color: #1d2088;
  border: 0.125rem solid #e60012;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2.125rem;
}

.picture {
  background-color: #00a63c;
  overflow: hidden;
  position: relative;
  margin-top: 0.625rem;
  min-height: 6.25rem;
}

.picture_character {
  width: 11rem;
  position: absolute;
  top: 0;
  left: 2.5rem;
  transform: translate(-31%, -12%) scale(0.8);
  transition: transform 0.5s ease;
}
.picture_character.active {
  transform: translate(0, 1.5rem) scale(1);
}

.picture_open {
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.115em;
  line-height: 2.1333333333;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 6.25rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.picture_open.hide {
  opacity: 0;
  visibility: hidden;
}
.picture_open::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.125rem;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/picture_open.png) no-repeat center/contain;
}
.picture_open span.lg {
  font-size: 1.33em;
  line-height: 1.4;
  display: block;
}

.picture_contents {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 2;
  display: none;
}

.picture_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.115em;
  line-height: 1.2272727273;
  color: #e60012;
  background-color: #fff;
  width: 10.875rem;
  height: 10.875rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 3.125rem;
}
.picture_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.8125rem;
  height: 12.375rem;
  background: url(../img/picture_ttl_deco.png) no-repeat center/contain;
}
.picture_ttl .camera {
  display: block;
  width: 3rem;
}

.picture_inner {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}

.picture_tab {
  margin-top: 1.875rem;
}

.tab_buttons {
  display: flex;
  justify-content: space-between;
  column-gap: 0.875rem;
}

.tab_button {
  cursor: pointer;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  background-color: #e60012;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.7777777778;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 2.5rem;
  flex: 1;
}
.tab_button.active {
  color: #e60012;
  background-color: #fff;
}

.tab_area_wrap {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 2.5rem 0;
  text-align: center;
}

.tab_area {
  display: none;
}
.tab_area.show {
  display: block;
}

.picture_sample {
  margin-top: 3.125rem;
}

.picture_text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.7777777778;
  color: #e60012;
}

.picture_sns {
  margin: 1.25rem 0;
}

.picture_screen {
  max-width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}

.picture_screen_text {
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.info {
  padding: 1.5rem 0 3.125rem;
}

.info_ttl {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2173913043;
  color: #e60012;
}

.info_text {
  text-align: center;
  font-weight: 700;
  color: #1d2088;
  letter-spacing: 0.055em;
  line-height: 1.6842105263;
  margin-top: 1.875rem;
  font-size: 1.1875rem;
}

.info_banner {
  display: block;
  margin-top: 0.75rem;
  transition: opacity 0.3s ease;
}
.info_banner:hover, .info_banner:focus {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
