:root {
  --mainFont: "Noto Sans JP", sans-serif;
  --enFont: "Oswald", sans-serif;
}

/* layout
-------------------- */
html[data-browse-mode=P] body {
  overflow-x: hidden;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
.block-breadcrumb-wrap {
  display: none;
}
html[data-browse-mode=S] .pane-header .detail-nav,
html[data-browse-mode=S] #__smz_content {
  display: none;
}
html[data-browse-mode=S] .pane-header .header-detail {
  padding-bottom: 0 !important;
}
html[data-browse-mode=S] .wrapper_ {
  overflow: hidden;
}
.block-itemhistory--wrap {
  position: relative;
  z-index: 1;
}
.pane-header {
  position: relative;
}
.astro {
  position: relative;
  font-family: var(--mainFont);
  font-weight: 400;
  color: #FFF;
  background: #04062F;
  z-index: 1;
}
.astro * {
  box-sizing: border-box;
}
.astro sup {
  font-size: 0.6em;
  font-weight: 400;
}
.astro img {
  height: auto;
  vertical-align: bottom;
}
.astro a,
.astro button {
  color: inherit;
}
.astro a:active {
  text-decoration: none;
}
.astro button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .astro .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .astro {
    font-size: 14px;
  }
  .astro .for-pc {
    display: none;
  }
  .astro p,
  .astro span {
    font-size: inherit;
    font-family: inherit;
  }
}

/* common
-------------------- */
.astro .inner {
  position: relative;
  max-width: 1230px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}
.astro .container {
  position: relative;
}
.astro .title {
  position: absolute;
  top: 0;
}
.astro .sub-title {
  text-align: right;
}
.astro .notes {
  display: block;
  margin: 10px 0 0;
}
.astro .notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.astro .modal-img {
  position: relative;
  display: block;
}
.astro .modal-img::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(/product/om3_astro/images/icon_plus.png) no-repeat center / contain;
  z-index: 10;
}
.astro .mt40 {
  margin-top: 40px;
}
.astro .more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
  border: 1px solid #FFF;
  background: transparent;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 290px;
  height: 52px;
  transition: 0.3s;
  cursor: pointer;
}
.astro .more-btn::before,
.astro .more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}
.astro .more-btn::after {
  transform: rotate(90deg);
}
.astro .more-btn.is-open:after {
  transform: rotate(180deg);
}
.astro .more-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .astro .notes li {
    font-size: 10px;
  }
    .astro .mt40 {
    margin-top: 28px;
  }
  .astro .more-btn {
    margin-top: 32px;
    width: 100%;
    max-width: 345px;
    height: 42px;
  }
}

/* header
-------------------- */
@media screen and (min-width: 768px) {
  .item-detail-header--top {
    padding: 8px 0;
  }
  .item-detail-header--top .guarantee-text {
    display: inline-block;
    margin-right: 15px;
  }
}

/* fix nav
-------------------- */
.astro .fix-nav {
  display: flex;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1001;
  transition: all 0.5s linear;
  background: rgba(14,0,93, 0.7);
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  transform: translateY(-50%) translateX(calc((100% - 24px) * -1));
  opacity: 0;
}
.astro .fix-nav-wrap {
  padding: 20px 12px;
}
.astro .fix-nav a,
.astro .fix-nav button {
  display: flex;
  align-items: center;
  color: #FFF;
  gap: 12px;
  white-space: nowrap;
}
.astro .fix-nav a + a,
.astro .fix-nav a + button {
  margin-top: 15px;
}
.astro .fix-nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  flex-shrink: 0;
}
.astro .fix-nav .icon.text-icon {
  height: 32px;
  font-size: 15px;
  font-family: var(--enFont);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.astro .fix-nav .icon.dot-icon {
  height: 8px;
}
.astro .fix-nav .icon.dot-icon:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
}
.astro .fix-nav .icon.img-icon {
  aspect-ratio: 56/34;
  background-repeat: no-repeat;
  background-position: left center;
}
.astro .fix-nav a[href*=features] .img-icon {
  background-image: url(/product/om3_astro/images/icon_nav-features.png);
}
.astro .fix-nav a[href*=information] .img-icon {
  background-image: url(/product/om3_astro/images/icon_nav-information.png);
}
.astro .fix-nav__main .text {
  font-weight: 700;
}
.astro .fix-nav__sub {
  font-size: 14px;
  line-height: 1;
}
.astro .fix-nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(255,255,255, 0.25);
  width: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.astro .fix-nav-close:after {
  display: block;
  content: "";
  transform: rotate(-135deg);
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  width: 6px;
  height: 6px;
}
.astro .fix-nav.is-open {
  transform: translateY(-50%);
}
.astro .fix-nav.is-open .fix-nav-close:after {
  transform: rotate(45deg);
}
.astro .fix-nav.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .astro .fix-nav {
    border-radius: 0 5px 5px 0;
    transform: translateX(calc((100% - 24px) * -1));
    top: auto;
    bottom: 20px;
  }
  .astro .fix-nav-wrap {
    padding: 15px 8px;
  }
  .astro .fix-nav a {
    gap: 10px;
  }
  .astro .fix-nav a + a {
    margin-top: 12px;
  }
  .astro .fix-nav .icon {
    width: 43px;
  }
  .astro .fix-nav .icon.text-icon {
    height: 22px;
    font-size: 10px;
  }
  .astro .fix-nav .icon.dot-icon {
    height: 7px;
  }
  .astro .fix-nav .icon.dot-icon:before {
    height: 7px;
    width: 7px;
  }
  .astro .fix-nav a[href*=features] .img-icon {
    background-size: 44px auto;
  }
  .astro .fix-nav a[href*=information] .img-icon {
    background-size: 36px auto;
  }
  .astro .fix-nav__sub {
    font-size: 12px;
  }
  .astro .fix-nav.is-open {
    transform: translateX(0);
  }
}

/* bg
-------------------- */
.astro .bg-img {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.astro .bg-img__slide {
  width: 100%;
  height: 100%;
}
.astro .bg-img__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* mv
-------------------- */
.astro .mainvisual {
  height: 150vh;
}
.astro .mainvisual .headline {
  position: fixed;
  top: calc(280px + 4.5vh);
  left: calc(200 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.astro .mainvisual .headline-text {
  flex-shrink: 0;
  font-weight: 600;
  font-size: min(14px, calc(14 / 1230 * 100vw));
  font-size: calc(22 / 1920 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1.54;
  color: #FFF;
}
.astro .mainvisual .headline-text span {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.astro .mainvisual .headline-text span img {
  width: min(137px, calc(137 / 1230 * 100vw));
  width: calc(212 / 1920 * 100vw);
}
.astro .mainvisual .head-line-img img {
  width: min(260px, calc(260 / 1230 * 100vw));
  width: calc(280 / 1920 * 100vw);
}
@media screen and (max-width: 767px) {
  .astro .mainvisual {
    height: 130vh;
    margin: 0 0 -1px;
  }
  .astro .mainvisual .headline {
    top: auto;
    bottom: min(29px, calc(29 / 375 * 100vw));
    left: 0;
    flex-direction: column-reverse;
    gap: 20px;
    width: 100%;
  }
  .astro .mainvisual .headline-text {
    font-size: 16px;
  }
  .astro .mainvisual .headline-text span img {
    width: 137px;
  }
  .astro .mainvisual .head-line-img img {
    width: 223px;
  }
}

/* spec
-------------------- */
.astro .spec {
  position: relative;
  margin-top: 290px;
  background: #04062F ;
}
.astro .spec::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 290px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(9,2,38,0.62) 20%, rgba(4,6,47,1) 100%);
}
.astro .spec .title {
  left: 0;
}
.astro .spec .spec-detail {
  display: flex;
  gap: 0 min(100px,8.333vw);
  padding: 140px 0 100px;
}
.astro .spec .spec-detail .desc {
  flex: 1;
}
.astro .spec .spec-detail .desc .img {
  margin: 0 0 40px;
  text-align: center;
}
.astro .spec .spec-detail .desc .name {
  padding-bottom: 24px;
  margin-bottom: 28px;
  font-family: var(--enFont);
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #413B6E, #8429AD) 1;
}
.astro .spec .spec-detail .desc .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.857;
}
.astro .spec .spec-detail .desc .notice {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.astro .spec .spec-detail .list {
  flex: 1;
  max-width: 540px;
}
.astro .spec .spec-detail .list li {
  display: flex;
  align-items: center;
  gap: min(44px,3.66vw);
  background: rgba(232,209,255, 0.1);
  padding: 18px min(40px,3.33vw);
}
.astro .spec .spec-detail .list li + li {
  margin-top: 4px;
}
.astro .spec .spec-detail .list li .tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(65,59,110,0.3), rgb(132,41,173,0.3));
  width: min(130px,10.833vw);
  height: 64px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.astro .spec .spec-detail .list li .text {
  flex: 1;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.astro .spec .spec-detail .list li .text small {
  letter-spacing: 0.08em;
}
.astro .spec .spec-detail .list li .text span {
  font-family: var(--enFont);
  font-size: clamp(40px,4vw,48px);
  padding-inline: 4px;
  letter-spacing: 0.03em;
}
.astro .spec .spec-detail .list li .text span.jp {
  padding: 0;
  font-family: var(--mainFont);
  font-weight: 900;
  font-size: min(28px,2.33vw);
  letter-spacing: 0.02em;
}
.astro .spec .spec-detail .list li .text strong {
  font-weight: 700;
  font-size: 24px;
  padding-inline: 5px;
}
.astro .spec .spec-detail .list li .text span:has(+ sup),
.astro .spec .spec-detail .list li .text strong:has(+ sup) {
  padding-right: 0;
}
.astro .spec .spec-detail .list li .text span + strong {
  padding-left: 0;
}
.astro .spec .spec-detail .list li .text small {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .astro .spec .spec-detail {
    padding: 60px 0 50px;
    flex-direction: column;
  }
  .astro .spec .spec-detail .desc {
    display: contents;
  }
  .astro .spec .spec-detail .desc .img {
    order: 1;
    width: 235px;
    margin: 0 auto 16px;
  }
  .astro .spec .spec-detail .desc .name {
    order: 2;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.03em;
    border-bottom: none;
  }
  .astro .spec .spec-detail .desc .text {
    order: 4;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.714;
  }
  .astro .spec .spec-detail .desc .notice {
    margin: 12px 0 0;
    font-size: 10px;
    line-height: 1.6;
  }
  .astro .spec .spec-detail .list {
    order: 3;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .astro .spec .spec-detail .list li {
    gap: 15px;
    padding: 10px 10px 10px 22px;
  }
  .astro .spec .spec-detail .list li .tag {
    width: 94px;
    height: 45px;
    font-size: 12px;
  }
  .astro .spec .spec-detail .list li .text {
    font-size: 14px;
  }
  .astro .spec .spec-detail .list li .text span {
    font-size: 32px;
  }
  .astro .spec .spec-detail .list li .text span.jp {
    font-size: 18px;
  }
  .astro .spec .spec-detail .list li .text strong {
    font-size: 14px;
  }
  .astro .spec .spec-detail .list li .text small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .astro .spec {
    margin-top: 150px;
  }
  .astro .spec::before {
    height: 150px;
  }
  .astro .spec .title {
    width: 155px;
  }
}

/* pickup
-------------------- */
.astro .pickup {
  position: relative;
  padding: 0 0 100px;
  background: #04062F url(/product/om3_astro/images/bg_pickup.jpg) no-repeat center bottom / max(1920px,100%);
}
.astro .pickup .inner {
  padding-top: 95px;
}
.astro .pickup .title {
  left: 100px;
}
.astro .pickup .sub-title {
  text-align: right;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #FFF;
}
.astro .pickup .list,
.astro .pickup .list .more-contents {
  width: 100%;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 22px;
}
.astro .pickup .list-item {
  width: calc((100% - 44px) / 3);
}
.astro .pickup .list-item img {
  width: 100%;
}
.astro .pickup .list-item span {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.57;
  color: #FFF;
}
.astro .pickup .list-contents {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .astro .pickup {
    padding-bottom: 60px;
    background: #04062F url(/product/om3_astro/images/bg_pickup_sp.jpg) no-repeat center bottom / 100%;
  }
  .astro .pickup .inner {
    padding-top: 60px;
  }
  .astro .pickup .title {
    right: auto;
    left: 0;
    width: 224px;
  }
  .astro .pickup .sub-title {
    font-size: 24px;
  }
  .astro .pickup .list,
  .astro .pickup .list .more-contents {
    margin-top: 20px;
    gap: 30px 15px;
  }
  .astro .pickup .list-item {
    width: calc((100% - 15px) / 2);
  }
  .astro .pickup .list-item span {
    font-weight: 400;
  }
  .astro .pickup .list-contents .list {
    margin: 0;
  }
}

/* features
-------------------- */
.astro .features {
  position: relative;
  padding-bottom: 200px;
  background: url(/product/om3_astro/images/bg_01.png) no-repeat center top / max(1920px,100%), url(/product/om3_astro/images/bg_02.png) no-repeat center top 6000px / max(1920px,100%), linear-gradient(135deg, #0D123C, #312457);
}
.astro .features .inner {
  padding-top: 140px;
}
.astro .features .title {
  right: -40px;
}
.astro .features .anchors {
  margin: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.astro .features .anchors a {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 36px) / 4);
  background: rgb(255,255,255,0.1);
  border: 1px solid #fff;
  border-radius: 4px;
}
.astro .features .anchors a span {
  padding-right: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
}
.astro .features .anchors a span img {
  margin-right: 12px;
}
.astro .features .anchors a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateY(-50%) rotate(135deg);
}
.astro .features-wrap {
  overflow: hidden;
}
.astro .features-wrap .inner {
  padding-top: 0;
}
.astro .features-item + .features-item {
  margin-top: 120px;
}
.astro .features-title {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 228px;
  margin: 0 0 27px;
}
.astro .features-item:nth-child(even) .features-title {
  justify-content: flex-start;
}
.astro .features-title .num {
  position: absolute;
  top: 0;
  left: 0;
}
.astro .features-item:nth-child(even) .features-title .num {
  left: auto;
  right: 0;
}
.astro .features-title .text {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 24px min(160px,13.333vw);
  text-align: right;
  font-weight: 700;
  font-size: clamp(28px,2.666vw,32px);
  letter-spacing: 0.1em;
  line-height: 1.5294117647;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #413B6E, #8429AD) 1;
}
.astro .features-item:nth-child(even) .features-title .text {
  padding: 0 160px 24px 0;
  text-align: left;
}
.astro .features-item .wrap {
  position: relative;
}
.astro .features-item .wrap + .wrap {
  margin-top: 120px;
}
.astro .features-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.77;
}
.astro .features-item p + p {
  margin-top: 1em;
}
.astro .features-item p small {
  font-size: 14px;
}
.astro .features-item .ttl {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 22px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #C65AF7, #7A6FFF) 1;
}
.astro .features-item .ttl span {
  font-size: 18px;
}
.astro .features-item .wrap > .img {
  margin: 40px auto 0;
  text-align: center;
}
.astro .features-item .img--600 {
  max-width: 600px;
}
.astro .features-item .img--860 {
  max-width: 860px;
}
.astro .features-item .img-caption {
  margin: 20px 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.428;
}
.astro .features-item .img-caption:has(div) {
  display: flex;
  justify-content: space-between;
}
.astro .features-item .img-caption:has(div) > div {
  flex: 1;
  max-width: 568px;
  font-size: inherit;
}
.astro .features-item .img-caption strong {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
}
.astro .features-item .column {
  display: flex;
  gap: 10px 64px;
  margin: 40px 0 0;
}
.astro .features-item .features-title+.wrap>.column:first-child {
  margin-top: 0;
}
.astro .features-item .column--600 > * {
  flex: 1;
}
.astro .features-item .new {
  position: absolute;
  top: -60px;
  right: 0;
}
.astro .features-item .bg-purple {
  margin: 0 4px;
  padding: 0 4px;
  background: #4126AF;
}
.astro .features-item .feature-list {
  margin: 0 0 0 40px;
}
.astro .features-item .feature-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.77;
}
.astro .features-item .list.scroll {
  display: flex;
  gap: 20px;
  margin: 40px 0 0;
}
.astro .features-item .modal-img .product-hover-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .astro .features-item .img-caption.center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .astro .features {
    padding-bottom: 40px;
    background: url(/product/om3_astro/images/bg_sp.png) repeat-y center top / 100%, linear-gradient(135deg, #0D123C, #312457);
  }
  .astro .features .inner {
    padding-top: 68px;
  }
  .astro .features .title {
    top: 8px;
    right: 15px;
    width: 275px;
  }
  .astro .features .anchors {
    margin: 0 0 24px;
    gap: 8px;
  }
  .astro .features .anchors a {
    height: 42px;
    width: calc((100% - 8px) / 2);
  }
  .astro .features .anchors a span {
    font-size: 14px;
    line-height: 24px;
  }
  .astro .features .anchors a span img {
    width: 16px;
  }
  .astro .features .anchors a::after {
    right: 16px;
  }
  .astro .features-wrap .inner {
    padding-top: 0;
  }
  .astro .features-item + .features-item {
    margin-top: 40px;
  }
  .astro .features-title {
    min-height: unset;
    margin: 0 0 20px;
    padding: 50px 0 0;
  }
  .astro .features-title .num {
    width: 88px;
  }
  .astro .features-title .text {
    width: 100%;
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.666;
  }
  .astro .features-item:nth-child(even) .features-title .text {
    padding: 0 0 12px 0;
  }
  .astro .features-item .wrap + .wrap {
    margin-top: 40px;
  }
  .astro .features-item p {
    font-size: 13px;
  }
  .astro .features-item p small {
    font-size: 12px;
  }
  .astro .features-item .ttl {
    margin: 0 0 18px 0;
    padding: 0 0 0 14px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.625;
  }
  .astro .features-item .ttl span {
    display: block;
    font-size: 14px;
  }
  .astro .features-item .wrap > .img {
    margin: 28px auto 0;
  }
  .astro .features-item .img-caption {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.6;
  }
  .astro .features-item .img-caption strong {
    margin: 0 0 5px;
    font-size: 13px;
  }
  .astro .features-item .column {
    flex-direction: column;
    gap: 28px;
    margin: 28px 0 0;
  }
  .astro .features-item .column .contents {
    display: contents;
  }
  .astro .features-item .column .contents > div:last-child {
    order: 1;
  }
  .astro .features-item .new {
    top: -50px;
    right: -12px;
    width: 130px;
  }
  .astro .features-item .wrap:has(.new) {
    margin-top: 70px;
  }
  .astro .features-item .feature-list {
    margin: 20px 0 0;
  }
  .astro .features-item .feature-list li {
    font-size: 13px;
  }
  .astro .features-item .list.scroll {
    margin: 28px -15px 0;
    padding: 0 15px;
    overflow-x: auto;
  }
  .astro .features-item .list.scroll li {
    width: 250px;
    flex-shrink: 0;
  }
}

/* sample
-------------------- */
.astro .sample {
  position: relative;
  padding-bottom: 80px;
  background: #1F2140;
}
.astro .sample .inner {
  padding-top: 100px;
}
.astro .sample .title {
  right: 0;
}
.astro .sample .sample-title {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
.astro .sample .sample-note {
  margin: 28px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
.product-sample,
.product-sample .more-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .astro .sample {
    padding-bottom: 40px;
  }
  .astro .sample .inner {
    padding-top: 60px;
  }
  .astro .sample .title {
    width: 282px;
  }
  .astro .sample .sample-title {
    margin: 0 0 23px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .astro .sample .sample-note {
    font-weight: 400;
    font-size: 10px;
  }
  .product-sample,
  .product-sample .more-contents {
    gap: 20px 10px;
  }
  .product-sample .section {
    margin: 0 !important;
  }
  .product-sample .section .col2Table .img-block .product-hover-content {
    padding: 10px 0 0;
    background: #1F2140;
  }
  .product-sample .section .col2Table .img-block .product-hover-content .model-name {
    font-weight: 700;
  }
  .product-sample .section .col2Table .img-block .product-hover-content .exif-txt {
    color: #fff;
  }
  .product-sample .section .col2Table .img-block .product-hover-content .exif-txt span {
    margin: 0 4px;
    font-size: 10px;
  }
}

/* other
-------------------- */
.astro .other {
  position: relative;
  padding: 80px 0;
  background: #101231;
}
.astro .other .other-title {
  margin: 0 0 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
.astro .other .other-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 70px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, #8429AD, #413B6E);
  border-radius: 60px;
}
.astro .other .other-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
}
.astro .other .other-note {
  margin: 28px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .astro .other {
    padding: 60px 0;
  }
  .astro .other .other-title {
    margin: 0 0 28px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .astro .other .other-link {
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .astro .other .other-note {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 10px;
  }
}

/* information
-------------------- */
.astro .information {
  position: relative;
  padding-bottom: 100px;
  color: #333;
  background: #F5F5F5;
  overflow: hidden;
}
.astro .information .inner {
  padding-top: 170px;
}
.astro .information .title {
  left: 0;
  padding: 0;
}
.astro .information .item-detail-wrap {
  padding: 0;
  background: transparent;
}
.astro .information .item-info-detail {
  padding-bottom: 0;
}
.astro .information .item-info-table th {
  border-bottom: 2px solid #707070;
}
.astro .information .item-info-table td {
  border-bottom: 1px solid #AFAFAF;
}
.astro .information .item-info-table a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  background: none;
}
.astro .information .item-info-table a:before {
  content: "";
  flex-shrink: 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.astro .information .noticeList01 li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .astro .information {
    padding-bottom: 60px;
  }
  .astro .information .inner {
    padding-top: 60px;
    padding-inline: 0;
  }
  .astro .information .title {
    width: 246px;
  }
  .astro .information .notes {
    padding: 0 15px;
  }
  .astro .block-item-detail .item-detail-wrap .item-slider {
    margin: 0 30px;
  }
}

/* fl-banner
-------------------- */
.astro .fl-banner {
  position: fixed;
  bottom: 240px;
  right: 25px;
  z-index: 12;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.astro .fl-banner.is-show {
  opacity: 0.5;
}
.astro .fl-banner.is-show:hover {
  opacity: 1;
}
.astro .fl-banner .fl-banner-link {
  display: block;
  width: 175px;
}
.astro .fl-banner .close {
  width: 35px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}
.astro .fl-banner a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .astro .fl-banner {
    bottom: 20vh;
    right: 10px;
    z-index: 10003;
  }
  .astro .fl-banner .fl-banner-link {
    width: 35.06vw;
    max-width: 200px;
  }
  .astro .fl-banner .close {
    width: 21px;
    right: -10px;
    top: -10px;
  }
}