@charset "utf-8";

.neo-shutter {
  color: #001a58;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  margin: 0;
}

.neo-shutter * {
  box-sizing: border-box;
}

.info_main.neo-shutter {
  margin: 0 !important;
}

.neo-shutter-frame {
  width: 100%;
  max-width: 1024px !important;
  margin-left: auto;
  margin-right: auto;
}

.neo-shutter__content {
  --neo-shutter-bottom-space: 44px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 18px 16px var(--neo-shutter-bottom-space);
  background:
    linear-gradient(to bottom, transparent calc(100% - var(--neo-shutter-bottom-space)), #fff 0),
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.95) 0 62px, transparent 63px),
    radial-gradient(circle at 88% 5%, rgba(255,255,255,.85) 0 78px, transparent 79px),
    linear-gradient(120deg, #f8fbff 0%, #ffffff 42%, #eef4f8 100%);
}

.neo-shutter p,
.neo-shutter ul {
  margin-top: 0;
}

.neo-shutter p {
  padding: 0;
}

.neo-shutter ul {
  width: auto;
}

.neo-shutter table {
  margin-bottom: 0;
}

.neo-shutter p,
.neo-shutter li,
.neo-shutter th,
.neo-shutter td {
  font-size: inherit;
  line-height: inherit;
}

.neo-shutter__sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.neo-shutter__part {
  display: block;
  max-width: 100%;
  height: auto;
}

.neo-shutter__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: 18px;
  align-items: start;
  min-height: 610px;
  padding: 8px 8px 0;
  overflow: hidden;
}

.neo-shutter__part--catch {
  width: min(100%, 470px);
  margin: 12px 0 10px 8px;
}

.neo-shutter__part--title {
  width: min(100%, 590px);
}

.neo-shutter__part--ribbon {
  width: min(100%, 528px);
  margin: 8px 0 0 16px;
}

.neo-shutter__catch {
  display: inline-block;
  margin: 12px 0 20px;
  padding: 0 8px 6px;
  border-bottom: 3px solid #0d51c4;
  color: #001a58;
  font-size: 26px;
  line-height: 1.35;
  transform: rotate(-5deg);
}

.neo-shutter h1 {
  margin: 0;
  color: #001a58;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
}

.neo-shutter h1 span {
  display: block;
  font-size: 68px;
}

.neo-shutter h1 strong {
  display: inline-block;
  min-width: min(520px, 100%);
  margin-top: 18px;
  padding: 8px 28px 11px;
  background: linear-gradient(90deg, #00277f, #0647b7);
  border: 2px solid #d7aa30;
  color: #fff;
  font-family: "Noto Sans JP", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.neo-shutter__merits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.neo-shutter__merits li {
  list-style: none;
}

.neo-shutter__merits img {
  display: block;
  width: 100%;
  height: auto;
}

.neo-shutter__merit-icon {
  position: relative;
  width: 46px;
  height: 38px;
  margin-bottom: 8px;
}

.neo-shutter__merit-icon--check {
  border: 3px solid #0b3c9d;
  border-radius: 8px;
}

.neo-shutter__merit-icon--check:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 20px;
  height: 10px;
  border: 3px solid #0b3c9d;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.neo-shutter__merit-icon--check:after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0b3c9d;
  box-shadow: inset 0 0 0 2px #fff;
}

.neo-shutter__merit-icon--spark {
  border: 3px solid #0b3c9d;
  border-radius: 8px;
}

.neo-shutter__merit-icon--spark:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 14px;
  width: 18px;
  height: 18px;
  border: 3px solid #0b3c9d;
  border-radius: 50%;
}

.neo-shutter__merit-icon--spark:after {
  content: "+";
  position: absolute;
  right: -15px;
  top: -16px;
  color: #0b3c9d;
  font-size: 30px;
  line-height: 1;
}

.neo-shutter__merit-icon--tool:before,
.neo-shutter__merit-icon--tool:after {
  content: "";
  position: absolute;
  left: 21px;
  top: 0;
  width: 5px;
  height: 42px;
  background: #0b3c9d;
  border-radius: 4px;
}

.neo-shutter__merit-icon--tool:before {
  transform: rotate(45deg);
}

.neo-shutter__merit-icon--tool:after {
  transform: rotate(-45deg);
}

.neo-shutter__hero-visual {
  position: relative;
  min-height: 560px;
  padding-top: 28px;
}

.neo-shutter__part--camera {
  width: min(100%, 476px);
  height: auto;
  margin-left: auto;
}

.neo-shutter__part--discount {
  width: min(305px, 72%);
  margin: 8px 0 0 auto;
}

.neo-shutter__hero--single {
  display: block;
  min-height: 0;
  padding: 8px 8px 0;
  overflow: visible;
}

.neo-shutter__hero-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 28px;
}

.neo-shutter__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, .92fr)) minmax(0, 1.55fr);
  gap: 12px;
  align-items: start;
  margin: 0 0 24px;
  padding: 0;
}

.neo-shutter__points li {
  min-width: 0;
  list-style: none;
}

.neo-shutter__points img {
  display: block;
  width: 92%;
  height: auto;
  margin: 8px auto;
}

.neo-shutter__point-discount img {
  width: 100%;
  margin: 0 auto;
}

.neo-shutter__balloon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 165px;
  height: 165px;
  margin: 0;
  padding: 34px 18px 0;
  border: 3px solid #c39124;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #001a58;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
}

.neo-shutter__balloon strong {
  font-size: 20px;
}

.neo-shutter__target {
  position: absolute;
  left: 0;
  bottom: 38px;
}

.neo-shutter__target h2,
.neo-shutter__period h2,
.neo-shutter__section > h2 {
  margin: 0;
  background: #002b87;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
}

.neo-shutter__target h2 {
  display: inline-block;
  padding: 9px 18px;
}

.neo-shutter__target ul {
  margin: 8px 0 0;
  padding-left: 1.1em;
  color: #001a58;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.neo-shutter__discount-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(310px, 78%);
  padding: 12px 14px 10px;
  border: 2px solid #c39124;
  background: rgba(255,255,255,.95);
  text-align: center;
}

.neo-shutter__discount-box p {
  margin: 0;
  font-weight: 700;
}

.neo-shutter__discount {
  color: #d10000;
  font-size: 30px;
  line-height: 1.1;
}

.neo-shutter__discount span {
  font-size: 76px;
}

.neo-shutter__shipping {
  margin-top: 6px !important;
  padding: 4px 8px;
  background: #00358f;
  color: #fff;
  font-size: 15px;
}

.neo-shutter__period,
.neo-shutter__section {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.neo-shutter__period {
  margin-top: 8px;
  border-top: 1px solid #002b87;
  border-bottom: 1px solid #002b87;
}

.neo-shutter__period h2,
.neo-shutter__section > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 14px;
}

.neo-shutter__period > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 12px 0;
}

.neo-shutter__period p {
  margin: 0;
}

.neo-shutter__period strong {
  font-size: 27px;
  line-height: 1.35;
}

.neo-shutter__section {
  margin-top: 18px;
}

.neo-shutter__section > div {
  min-width: 0;
  padding: 2px 0;
}

.neo-shutter__service > h2 {
  flex-direction: column;
  gap: 10px;
  min-height: 156px;
  border: 1px solid #d7dce5;
  background: #fff;
  color: #001a58;
  box-shadow: 0 2px 8px rgba(0, 26, 88, .12);
}

.neo-shutter__service-icon {
  display: block;
  width: 78px;
  height: auto;
}

.neo-shutter__section p {
  margin-bottom: 7px;
}

.neo-shutter__service ul + p {
  margin-top: 14px;
}

.neo-shutter__section ul,
.neo-shutter__notes ul {
  margin: 8px 0 0;
  padding: 0;
}

.neo-shutter__section li,
.neo-shutter__notes li {
  margin: 5px 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style: none;
}

.neo-shutter__models ul {
  margin: 0;
  padding: 12px 0 12px 1.1em;
  color: #001a58;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.neo-shutter__models li {
  list-style: disc;
  padding-left: 0;
  text-indent: 0;
}

.neo-shutter__table-scroll {
  overflow-x: visible;
}

.neo-shutter__price table {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.neo-shutter__price th,
.neo-shutter__price td {
  border: 1px solid #8f8f8f;
  padding: 12px 14px;
  text-align: center;
  vertical-align: middle;
}

.neo-shutter__price th {
  width: 50%;
  background: #fff1e4;
  color: #111;
  font-size: 16px;
  line-height: 1.45;
}

.neo-shutter__price td {
  color: #001a58;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
}

.neo-shutter__price-cell {
  position: relative;
  height: 68px;
}

.neo-shutter__price-arrow {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 2;
  display: block;
  width: 76px;
  height: 52px;
  transform: translateY(-50%);
  pointer-events: none;
}

.neo-shutter__price-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.neo-shutter__price-arrow path {
  fill: #f39a55;
  stroke: #001a58;
  stroke-width: 3;
  stroke-linejoin: miter;
}

.neo-shutter__regular-price {
  color: #111;
  font-size: 38px;
  line-height: 1;
}

.neo-shutter__campaign-price {
  color: #d10000;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
}

.neo-shutter__notes {
  margin: 16px 0 0 10px;
  padding: 0;
}

.neo-shutter__notes li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-left: 0;
  text-indent: 0;
}

.neo-shutter__notes li img {
  display: block;
  width: 58px;
  max-width: 100%;
  height: auto;
  margin: 2px auto 0;
}

.neo-shutter__notes li span {
  display: block;
}

.neo-shutter__apply {
  margin-top: 24px;
  margin-bottom: 24px;
}

.neo-shutter__apply > div {
  padding: 10px 0;
}

.neo-shutter__apply p {
  margin: 0 0 12px;
}

.neo-shutter__apply-action {
  display: flex;
  justify-content: center;
}

.neo-shutter__apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  min-height: 48px;
  padding: 8px 18px;
  border: 3px solid #203864;
  border-radius: 8px;
  background: #c0d8ee;
  color: #203864;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.neo-shutter__apply-button:visited {
  color: #203864;
}

.neo-shutter__apply-button:hover {
  opacity: .75;
  text-decoration: none;
}

.neo-shutter__apply-notes {
  margin: 12px 0 0;
  padding: 0;
}

.neo-shutter__apply-notes li {
  margin: 8px 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}

.neo-shutter__apply-notes .neo-shutter__apply-note-plain {
  padding-left: 0;
  text-indent: 0;
}

.neo-shutter__closing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 26px -16px 0;
  padding: 18px 16px;
  background: #002b87;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.neo-shutter__closing img {
  display: inline-block;
  width: 56px;
  height: auto;
  flex: 0 0 auto;
}

.neo-shutter__closing span {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.6);
}

@media (max-width: 900px) {
  .neo-shutter__hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .neo-shutter__hero-visual {
    min-height: 0;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  .neo-shutter h1 span {
    font-size: 56px;
  }

  .neo-shutter h1 strong {
    font-size: 34px;
  }
}

@media (min-width: 681px) and (max-width: 820px) {
  .neo-shutter__price-arrow {
    right: -33px;
    width: 56px;
    height: 38px;
  }
}

@media (max-width: 680px) {
  .neo-shutter {
    font-size: 15px;
  }

  .neo-shutter__content {
    --neo-shutter-bottom-space: 34px;
    padding: 12px 10px var(--neo-shutter-bottom-space);
  }

  .neo-shutter__hero--single {
    padding: 4px 0 0;
  }

  .neo-shutter__hero-image {
    margin-bottom: 20px;
  }

  .neo-shutter__points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
    margin: 0 0 20px;
  }

  .neo-shutter__points img {
    width: 96%;
    margin: 4px auto;
  }

  .neo-shutter__point-discount {
    grid-column: 1 / -1;
  }

  .neo-shutter__point-discount img {
    width: 78%;
    max-width: 320px;
    margin: 4px auto 0;
  }

  .neo-shutter__catch {
    font-size: 21px;
  }

  .neo-shutter h1 span {
    font-size: 42px;
  }

  .neo-shutter h1 strong {
    min-width: 0;
    width: 100%;
    font-size: 28px;
  }

  .neo-shutter__merits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-top: 12px;
  }

  .neo-shutter__merits li {
    min-width: 0;
  }

  .neo-shutter__hero-visual {
    min-height: 0;
  }

  .neo-shutter__part--camera {
    margin-left: auto;
    margin-right: 0;
  }

  .neo-shutter__part--discount {
    width: min(305px, 72%);
    margin-top: 10px;
  }

  .neo-shutter__balloon {
    width: 138px;
    height: 138px;
    padding-top: 25px;
    font-size: 14px;
  }

  .neo-shutter__balloon strong {
    font-size: 17px;
  }

  .neo-shutter__target {
    bottom: 135px;
  }

  .neo-shutter__discount-box {
    left: 0;
    right: auto;
    width: 100%;
  }

  .neo-shutter__period,
  .neo-shutter__section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .neo-shutter__period h2,
  .neo-shutter__section > h2 {
    min-height: 0;
  }

  .neo-shutter__service > h2 {
    flex-direction: row;
    gap: 10px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .neo-shutter__service-icon {
    width: 42px;
  }

  .neo-shutter__period strong {
    font-size: 21px;
  }

  .neo-shutter__price th {
    padding: 9px 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .neo-shutter__price td {
    padding: 12px 6px;
    font-size: 18px;
  }

  .neo-shutter__campaign-price {
    font-size: 31px;
  }

  .neo-shutter__regular-price {
    font-size: 28px;
  }

  .neo-shutter__price-cell {
    height: 56px;
  }

  .neo-shutter__price-arrow {
    right: -30px;
    width: 50px;
    height: 34px;
  }

  .neo-shutter__price-arrow path {
    stroke-width: 3;
  }

  .neo-shutter__notes {
    margin-left: 0;
  }

  .neo-shutter__notes li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .neo-shutter__notes li img {
    width: 40px;
  }

  .neo-shutter__apply {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .neo-shutter__apply > div {
    padding: 6px 0;
  }

  .neo-shutter__apply-button {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 16px;
  }

  .neo-shutter__closing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2px;
    margin: 24px -10px 0;
    font-size: 17px;
  }

  .neo-shutter__closing span {
    flex-basis: 100%;
    margin-top: 0;
    padding-left: 0;
    border-left: 0;
  }

  .neo-shutter__closing img {
    display: inline-block;
    width: 48px;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .neo-shutter__point-discount img {
    width: 70%;
    max-width: 280px;
  }

  .neo-shutter__price-arrow {
    right: -22px;
    width: 38px;
    height: 26px;
  }
}
