@charset "UTF-8";
/* ==========================================================================
  Base
  ========================================================================== */
.pr-cmn * {
  box-sizing: border-box;
}
.pr-cmn ul, .pr-cmn ol, .pr-cmn dl, .pr-cmn li, .pr-cmn dt, .pr-cmn dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pr-cmn li, .pr-cmn dt, .pr-cmn dd {
  list-style: none;
}
.pr-cmn .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pr-cmn .pc {
    display: none;
  }
}
.pr-cmn .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pr-cmn .sp {
    display: block;
  }
}
.pr-cmn .en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pr-cmn .en-xl {
  font-weight: 200;
  font-weight: lighter;
}
.pr-cmn .en-l {
  font-weight: 300;
}
.pr-cmn .en-sb {
  font-weight: 600;
  font-weight: bold;
}
.pr-cmn .en-b {
  font-weight: 700;
  font-weight: bold;
}
.pr-cmn .en-xb {
  font-weight: 800;
  font-weight: bold;
}
.pr-cmn .en-bl {
  font-weight: 900;
  font-weight: bolder;
}
.pr-cmn .serif {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  letter-spacing: 0.15em;
}
.pr-cmn .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.pr-cmn .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pr-cmn .video-mp4 {
  padding-top: 53%;
}
.pr-cmn .video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pr-cmn a {
  color: #000;
  text-decoration: none;
}
.pr-cmn a:link {
  color: #000;
}
.pr-cmn a:visited {
  color: #000;
}
@media screen and (min-width: 769px) {
  .pr-cmn a:hover {
    color: #666;
  }
}
.pr-cmn a:active {
  color: #000;
}
.pr-cmn .btn {
  display: block;
}
.pr-cmn h1, .pr-cmn h2, .pr-cmn h3, .pr-cmn h4, .pr-cmn h5, .pr-cmn h6, .pr-cmn strong {
  font-weight: bold;
}
.pr-cmn small {
  font-size: 75%;
  line-height: 1.2 !important;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.pr-cmn .pr-cmn-inner {
  position: relative;
  max-width: 1440px;
  padding: 0 5%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pr-cmn .pr-cmn-inner {
    padding: 0 5%;
  }
}
.pr-cmn .pr-cmn-inner .pr-cmn-fullsize {
  margin: 0 -5.5%;
}
.pr-cmn .pr-cmn-inner.pr-cmn-inner-full {
  padding: 0;
  max-width: inherit;
}
.pr-cmn .pr-cmn-section {
  position: relative;
}
.pr-cmn .pr-cmn-section small {
  font-size: 80%;
}

/* ==========================================================================
  Section Title
  ========================================================================== */
.pr-cmn .pr-cmn-section {
  padding: 60px 0;
}
.pr-cmn .pr-cmn-section .ft-white {
  color: #fff;
}
.pr-cmn .pr-cmn-section .ft-black {
  color: #000;
}
.pr-cmn .pr-cmn-section .ft-blue {
  color: #004ea1;
}
.pr-cmn .pr-cmn-section h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1;
}
.pr-cmn .pr-cmn-section h3 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  .pr-cmn .pr-cmn-section h3 span {
    display: inline-block;
    margin-left: 10px;
  }
}
.pr-cmn .pr-cmn-section h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.pr-cmn .pr-cmn-section h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.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
========================================================================== */
.pr-cmn .mt-xxl {
  margin-top: 150px;
}
.pr-cmn .mt-xl {
  margin-top: 120px;
}
.pr-cmn .mt-l {
  margin-top: 90px;
}
.pr-cmn .mt-m {
  margin-top: 60px;
}
.pr-cmn .mt-s {
  margin-top: 30px;
}
.pr-cmn .mt-xs {
  margin-top: 15px;
}
.pr-cmn .mt-xxs {
  margin-top: 10px;
}
.pr-cmn .mt-0 {
  margin-top: 0 !important;
}
.pr-cmn .mb-xxl {
  margin-bottom: 150px;
}
.pr-cmn .mb-xl {
  margin-bottom: 120px;
}
.pr-cmn .mb-l {
  margin-bottom: 90px;
}
.pr-cmn .mb-m {
  margin-bottom: 60px;
}
.pr-cmn .mb-s {
  margin-bottom: 30px;
}
.pr-cmn .mb-xs {
  margin-bottom: 15px;
}
.pr-cmn .mb-xxs {
  margin-bottom: 10px;
}
.pr-cmn .mb-0 {
  margin-bottom: 0 !important;
}

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

/* ==========================================================================
Button
========================================================================== */
.pr-cmn .pr-cmn-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #000;
  width: 70%;
  max-width: 400px;
  height: 46px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  outline: none;
}
@media screen and (min-width: 769px) {
  .pr-cmn .pr-cmn-btn {
    transition: all 0.25s ease-out;
  }
  .pr-cmn .pr-cmn-btn:hover {
    background: #000;
    color: #fff;
    transform: scale(1.08);
  }
}
.pr-cmn .pr-cmn-btns {
  position: relative;
  top: 0;
  left: 0;
  padding: 30px 0;
  background: #eeedeb;
}
.pr-cmn .pr-cmn-btns .btn-box ul {
  display: flex;
  flex-direction: column;
}
.pr-cmn .pr-cmn-btns .btn-box ul li:not(:last-child) {
  margin-bottom: 30px;
}
.pr-cmn a.btn-webstore::before,
.pr-cmn a.btn-shoplist::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  left: 15px;
}
.pr-cmn a.btn-shoplist::before {
  width: 1.4em;
  height: 1.4em;
  left: 17px;
}
.pr-cmn a.btn-webstore {
  background: #07963E;
  border: 2px solid #07963E;
  color: #fff;
}
.pr-cmn a.btn-webstore:hover {
  background: #07963E;
}
.pr-cmn a.btn-webstore::before {
  background: url(../../img/products/l5-outershell/everbreath-photon/ico/ico-bag-white.svg) center center no-repeat;
  background-size: contain;
}
.pr-cmn a.btn-shoplist {
  background: #666666;
  border: 2px solid #666666;
  color: #fff;
}
.pr-cmn a.btn-shoplist:hover {
  background: #666666;
}
.pr-cmn a.btn-shoplist:before {
  background: url(../../img/products/l5-outershell/everbreath-photon/ico/ico-shoplist-white.svg) center center no-repeat;
  background-size: contain;
}

/* ==========================================================================
Icons
========================================================================== */
.pr-cmn .ico {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  line-height: 1;
}
.pr-cmn .ico::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.2em;
}
.pr-cmn .ico-data::before {
  background: url(../../img/products/l5-outershell/everbreath-photon/ico/ico-data-blk.svg) no-repeat center center;
  background-size: contain;
}
.pr-cmn .ico-att::before {
  background: url(../../img/products/l5-outershell/everbreath-photon/ico/ico-attention-blk.svg) no-repeat center center;
  background-size: contain;
}
.pr-cmn .ico-att.ico-att-wht::before {
  background: url(../../img/products/l5-outershell/everbreath-photon/ico/ico-attention-wht.svg) no-repeat center center;
}

.pr-cmn-anchor .anav {
  position: relative;
  padding: 15px 0;
  background: #000;
  width: 100%;
}
.pr-cmn-anchor .anav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  padding: 0 2.5%;
}
.pr-cmn-anchor .anav ul li {
  width: 100px;
  align-items: center;
}
.pr-cmn-anchor .anav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 5px 5px 20px 5px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.pr-cmn-anchor .anav ul li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 8px;
  margin: auto auto 0 auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .pr-cmn-anchor .anav ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .pr-cmn-anchor .anav ul li {
    width: 16%;
  }
  .pr-cmn-anchor .anav ul li a:hover {
    background: #eeedeb;
    color: #000;
  }
  .pr-cmn-anchor .anav ul li a:hover::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.bnr-box {
  margin: 30px 5% 0;
}
.bnr-box a {
  display: block;
  margin: 0 auto;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 769px) {
  .bnr-box a:hover {
    opacity: 0.75;
  }
}

/* ==========================================================================

  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.bgextend {
  position: relative;
}

.bgextend.is-show::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*伸びる背景色の設定*/
  z-index: -1;
  left: -2px;
  top: -1px;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/* ==========================================================================
  Scroll Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.3s 0.1s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeinBlur {
  opacity: 0;
}

.anim-fadeinBlur.is-show {
  opacity: 0;
  animation: fadeIn 2s 0.1s both ease-out;
}

@keyframes fadeInBlur {
  0% {
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-fadeinUp {
  opacity: 0;
  filter: blur(10px);
}

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.9s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.9s 0.4s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.9s 0.6s both ease-out;
}

.anim-fadeinUp.anim-delay4.is-show {
  animation: fadeInUp 0.9s 0.8s both ease-out;
}

.anim-fadeinUp.anim-delay5.is-show {
  animation: fadeInUp 0.9s 1s both ease-out;
}

.anim-fadeinUp.anim-delay6.is-show {
  animation: fadeInUp 0.9s 1.2s both ease-out;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0);
  }
}
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(100vw, 0);
  }
}
/* ==========================================================================
ここからアセントビヨンド
========================================================================== */
.pr-cmn.pr-helios {
  /* ================
  Key Visual
  ================ */
  /* ================
  Navigation
  ================ */
  /* ================
  Introduction
  ================ */
  /* ================
  Main slider
  ================ */
  /* ================
  Function
  ================ */
  /* ================
  Point & Gimmick
  ================ */
  /* ================
  Spec
  ================ */
  /* ================
  Review
  ================ */
  /* ================
  Background
  ================ */
  /* ================
  Gallery
  ================ */
}
.pr-cmn.pr-helios .pr-cmn-anchor.pr-helios-anchor .anav ul li {
  width: 45%;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-cmn-anchor.pr-helios-anchor .anav ul li {
    width: 22%;
  }
}
.pr-cmn.pr-helios .pr-helios-intro {
  padding: 30px 0;
  background: url(../../img/products/polygonhelios/bg-warm.png) center center #7f2020;
  background: #333333;
  background-size: cover;
}
.pr-cmn.pr-helios .pr-helios-intro .title {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-intro .lead {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-intro .activity dl {
  display: flex;
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-intro .activity dl:not(:last-child) {
  margin-bottom: 10px;
}
.pr-cmn.pr-helios .pr-helios-intro .activity dl dt, .pr-cmn.pr-helios .pr-helios-intro .activity dl dd {
  line-height: 1.4;
}
.pr-cmn.pr-helios .pr-helios-intro .activity dl dt {
  width: 23%;
  font-weight: bold;
  border-right: 1px solid #fff;
}
.pr-cmn.pr-helios .pr-helios-intro .activity dl dd {
  flex: 1;
  padding-left: 5%;
}
.pr-cmn.pr-helios .prr-summary__icons {
  display: flex;
  justify-content: flex-start;
}
.pr-cmn.pr-helios .prr-summary__icons {
  margin-top: 10px;
}
.pr-cmn.pr-helios .prr-summary__icons img {
  width: 100%;
  height: auto;
}
.pr-cmn.pr-helios .prr-summary__icon.size01 {
  max-width: 86px;
}
.pr-cmn.pr-helios .prr-summary__icon.size02 {
  max-width: 236px;
  margin: auto 0;
}
.pr-cmn.pr-helios .pr-helios-mainslider {
  padding: 60px 0;
  background: url(../../img/products/polygonhelios/main-bg-dark.jpg) center center #000;
  background-size: cover;
}
.pr-cmn.pr-helios .pr-helios-features {
  background: #000;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pr-cmn.pr-helios .pr-helios-features .feature-name {
  width: 90%;
  margin: 0 auto 10px 15px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-features .feature-name {
    width: 80%;
    margin: 15px auto 10px 5%;
  }
}
.pr-cmn.pr-helios .pr-helios-features .feature-title {
  margin-top: -2px;
  margin-bottom: 30px;
  background: #000;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-features .feature-title {
    padding: 0 5% 0;
  }
}
.pr-cmn.pr-helios .pr-helios-features h2 {
  padding-left: 15px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  border-left: 4px solid #fff;
}
.pr-cmn.pr-helios .pr-helios-features h2 strong {
  font-size: 1.4rem;
}
.pr-cmn.pr-helios .pr-helios-features p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-features .feature .pr-cmn-fullsize {
    margin: 0 auto;
  }
}
.pr-cmn.pr-helios .pr-helios-features .video-area {
  margin-top: 30px;
}
.pr-cmn.pr-helios .pr-helios-features .video-area .caption {
  margin-top: 10px;
  text-align: right;
  font-size: 0.8rem;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl {
  border: 1px solid #666666;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt::before, .pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  transition: all 0.25s ease-out;
  background: #666666;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt::before {
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt::after {
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  transform: rotate(90deg);
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt.is-active::before {
  transform: rotate(45deg);
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dt.is-active::after {
  transform: rotate(135deg);
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dd {
  padding: 15px;
}
.pr-cmn.pr-helios .pr-helios-features .acrd-area dl dd p {
  line-height: 1.8;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data {
  margin-top: 30px;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl {
  border: 1px solid #fff;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl:not(:last-child) {
  margin-bottom: 15px;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dt {
  color: #000;
  background: #fff;
  line-height: 1.4;
  font-weight: bold;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dt span {
  font-weight: bold;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dt::before, .pr-cmn.pr-helios .pr-helios-features .ft-data dl dt::after {
  background: #000;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dd {
  background: #fff;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dd section:not(:nth-of-type(1)) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666666;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dd section h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.pr-cmn.pr-helios .pr-helios-features .ft-data dl dd section h4 .caption {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  background-color: yellow;
  padding: 3px;
  margin-bottom: 10px;
}
.pr-cmn.pr-helios .pr-helios-point {
  background: #004ea1;
}
.pr-cmn.pr-helios .pr-helios-point p, .pr-cmn.pr-helios .pr-helios-point h3, .pr-cmn.pr-helios .pr-helios-point h4 {
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-point h3 {
  margin-bottom: 15px;
}
.pr-cmn.pr-helios .pr-helios-point h3 span {
  display: block;
  margin-left: 0;
}
.pr-cmn.pr-helios .pr-helios-point h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-point .pr-cmn-fullsize {
    margin: 0;
  }
}
.pr-cmn.pr-helios .pr-helios-spec {
  background: #fff;
}
.pr-cmn.pr-helios .pr-helios-spec p {
  color: #000;
}
.pr-cmn.pr-helios .pr-helios-spec h3 {
  margin-bottom: 30px;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt {
  order: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt {
    flex-direction: wrap;
    justify-content: space-between;
  }
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl {
    width: 100%;
  }
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl dt {
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl.renewal dt {
  background: red;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl.point dt {
  background: #666;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl h6 {
  font-size: 0.9rem;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt > dl h6 {
    font-size: 1rem;
  }
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt ul {
  padding-left: 2em;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .txt ul li {
  margin-bottom: 5px;
  list-style: disc outside;
  line-height: 1.4;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-wrap .img {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-spec .spec-wrap .img {
    width: 80%;
  }
}
.pr-cmn.pr-helios .pr-helios-spec .spec-ico {
  width: 100%;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-ico ul.ico-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-ico ul.ico-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.7rem;
}
.pr-cmn.pr-helios .pr-helios-spec .spec-ico ul.ico-list li img {
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #ddd;
  margin-bottom: 5px;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap {
  border-top: 1px solid #000;
  margin-top: 30px;
  padding-top: 30px;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-ttl .txt .en {
  display: block;
  font-size: 1.8rem;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-ttl .txt .jp {
  display: block;
  font-size: 0.8rem;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-ttl .img {
  width: 90px;
  margin-left: 15px;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-cnt h5 {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-cnt p {
  line-height: 1.8;
}
.pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-btn .btn-eb-more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  padding: 10px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-spec .eb-wrap .eb-btn .btn-eb-more:hover {
    background: #fff;
    color: #000;
  }
}
.pr-cmn.pr-helios .pr-helios-review {
  background: #000;
}
.pr-cmn.pr-helios .pr-helios-review h3 {
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide {
    padding: 20px;
  }
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-wrap {
    flex-direction: column;
    gap: 0px;
  }
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  background: #eeedeb;
}
@media screen and (max-width: 768px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-img {
    width: 180px;
    height: 180px;
    border-radius: 90px;
  }
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof {
    width: 100%;
    margin-top: 15px;
  }
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof h5 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof h5 {
    font-size: 1.4rem;
  }
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof h5 span {
  background: linear-gradient(transparent 60%, yellow 0%);
  display: inline;
  padding: 0 1px 0px;
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof h6 {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof p.job {
  margin-bottom: 0;
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-prof p.scene {
  line-height: 1.8;
}
.pr-cmn.pr-helios .pr-helios-review .swiper.review-swiper .swiper-slide .swiper-slide-txt p.review {
  line-height: 1.8;
  margin-bottom: 0;
}
.pr-cmn.pr-helios .pr-helios-background {
  background: #fff;
  background: #eee;
}
.pr-cmn.pr-helios .pr-helios-background p {
  color: #000;
  line-height: 1.8;
}
.pr-cmn.pr-helios .pr-helios-background h4 {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: bold;
}
.pr-cmn.pr-helios .pr-helios-background section {
  margin-bottom: 30px;
}
.pr-cmn.pr-helios .pr-helios-background section h5 {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.pr-cmn.pr-helios .pr-helios-background section p {
  text-align: justify;
}
.pr-cmn.pr-helios .pr-helios-background section ul {
  padding-left: 1.5em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.pr-cmn.pr-helios .pr-helios-background section ul li {
  list-style: disc outside;
  line-height: 1.6;
}
.pr-cmn.pr-helios .pr-helios-background section ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pr-cmn.pr-helios .pr-helios-background .morelead {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.pr-cmn.pr-helios .pr-helios-background .morelead dt {
  order: 2;
}
.pr-cmn.pr-helios .pr-helios-background .morelead dd {
  order: 1;
}
.pr-cmn.pr-helios .pr-helios-background .morelead .acrd-btn .btn-morelead {
  display: flex;
  justify-content: center;
  padding: 10px;
  border: 1px solid #000;
}
.pr-cmn.pr-helios .pr-helios-background .morelead .acrd-btn .btn-morelead::before {
  content: "もっとみる";
}
.pr-cmn.pr-helios .pr-helios-background .morelead .acrd-btn.is-active .btn-morelead::before {
  content: "とじる";
}
.pr-cmn.pr-helios .pr-helios-gallery {
  background: #000;
  background: url(../../img/products/polygonhelios/bg-warm.png) center center #7f2020;
  background: #333333;
  background-size: cover;
}
.pr-cmn.pr-helios .pr-helios-gallery p, .pr-cmn.pr-helios .pr-helios-gallery h3, .pr-cmn.pr-helios .pr-helios-gallery h4 {
  color: #fff;
}
.pr-cmn.pr-helios .pr-helios-gallery .gallery-unisex {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-gallery section {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .pr-cmn.pr-helios .pr-helios-gallery .gallery-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .pr-cmn.pr-helios .pr-helios-gallery .gallery-wrapper .gallery-unisex {
    width: 75%;
    margin: 0 auto;
  }
  .pr-cmn.pr-helios .pr-helios-gallery .gallery-wrapper .gallery-unisex .pr-cmn-fullsize {
    margin: 0;
  }
}

/* ==========================================================================
Slider(Swiper)
========================================================================== */
.pr-cmn {
  /** #main-slider styles **/
  /** .detail-slider styles **/
  /** .data-slider styles **/
  /** .gallery-slider styles **/
}
.pr-cmn .pr-helios-topslide {
  margin-bottom: 30px;
}
.pr-cmn .main-swiper.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 0px 0px 30px;
}
.pr-cmn .main-swiper.swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-cmn .main-swiper.swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.pr-cmn .main-swiper.swiper .swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}
.pr-cmn .main-swiper.swiper .swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .pr-cmn .main-swiper.swiper {
    width: 100%;
    height: 600px;
    padding: 0px 0px 40px;
  }
  .pr-cmn .main-swiper.swiper .swiper-slide {
    width: 60%;
    height: 100%;
  }
}
.pr-cmn .main-swiper.swiper .main-slider-pagination {
  bottom: 0;
}
.pr-cmn .main-swiper.swiper .main-slider-pagination .swiper-pagination-bullet {
  background: #fff;
}
.pr-cmn .review-swiper.swiper {
  padding: 0 30px 30px;
}
.pr-cmn .review-swiper.swiper .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-cmn .review-swiper.swiper .swiper-pagination {
    bottom: 0;
  }
}
.pr-cmn .review-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.pr-cmn .review-swiper.swiper .swiper-pagination {
  bottom: 0;
}
.pr-cmn .review-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.pr-cmn .review-swiper.swiper .swiper-button-prev,
.pr-cmn .review-swiper.swiper .swiper-button-next {
  top: 180px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .pr-cmn .review-swiper.swiper .swiper-button-prev,
.pr-cmn .review-swiper.swiper .swiper-button-next {
    top: 220px;
  }
}
.pr-cmn .review-swiper.swiper .swiper-button-prev::after,
.pr-cmn .review-swiper.swiper .swiper-button-next::after {
  color: #fff;
  font-size: 1.6em;
}
.pr-cmn .review-swiper.swiper .swiper-button-prev {
  left: 0;
}
.pr-cmn .review-swiper.swiper .swiper-button-next {
  right: 0;
}
.pr-cmn .detail-slider {
  position: relative;
}
.pr-cmn .detail-swiper.swiper {
  padding: 0px 0px 20px;
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-img {
    height: 440px;
  }
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-img .swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-txt {
  padding: 15px;
  padding: 0 5%;
}
@media screen and (min-width: 769px) {
  .pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-txt {
    padding: 0;
  }
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-txt h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-txt p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 3px;
}
.pr-cmn .detail-swiper.swiper .swiper-slide .swiper-slide-txt p a {
  display: inline-block;
  color: #fff;
}
.pr-cmn .detail-swiper.swiper .swiper-pagination {
  bottom: 0;
}
.pr-cmn .detail-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.pr-cmn .detail-swiper.swiper .swiper-button-prev,
.pr-cmn .detail-swiper.swiper .swiper-button-next {
  top: 180px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 769px) {
  .pr-cmn .detail-swiper.swiper .swiper-button-prev,
.pr-cmn .detail-swiper.swiper .swiper-button-next {
    top: 220px;
  }
}
.pr-cmn .detail-swiper.swiper .swiper-button-prev::after,
.pr-cmn .detail-swiper.swiper .swiper-button-next::after {
  color: #fff;
  font-size: 1.6em;
}
.pr-cmn .detail-swiper.swiper .swiper-button-prev {
  left: 0;
}
.pr-cmn .detail-swiper.swiper .swiper-button-next {
  right: 0;
}
.pr-cmn .detail-swiper.data-swiper.swiper .swiper-pagination {
  bottom: 0;
}
.pr-cmn .detail-swiper.data-swiper.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
.pr-cmn .gallery-slider .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .pr-cmn .gallery-slider .swiper {
    height: 320px;
  }
}
.pr-cmn .gallery-slider .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.pr-cmn .gallery-slider .swiper.zoom-siwper {
  height: 100%;
  width: 100%;
}
.pr-cmn .gallery-slider .swiper.thumbs-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.pr-cmn .gallery-slider .swiper.thumbs-swiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  .pr-cmn .gallery-slider .swiper.thumbs-swiper .swiper-slide {
    width: 10%;
  }
}
.pr-cmn .gallery-slider .swiper.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.pr-cmn .gallery-slider .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-cmn .gallery-slider .swiper .swiper-button-prev,
.pr-cmn .gallery-slider .swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
}
.pr-cmn .gallery-slider .swiper .swiper-button-prev::after,
.pr-cmn .gallery-slider .swiper .swiper-button-next::after {
  color: #fff;
  font-size: 1.5em;
}
.pr-cmn .gallery-slider .swiper .swiper-button-prev {
  left: 0;
}
.pr-cmn .gallery-slider .swiper .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 769px) {
  .pr-cmn .gallery-slider.gallery-slider-fullsize .swiper {
    height: auto;
  }
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-cmn .color-slider .swiper.color-main-swiper {
  height: 100%;
  width: 100%;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-img {
  width: 90%;
  margin: 0 auto;
  padding-block: 20px;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt {
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt h4 span.jp {
  color: #000;
  font-size: 0.9rem;
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt h4 span.jp small {
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {
  .pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt h4 span.jp {
    font-size: 1rem;
  }
  .pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt h4 span.jp small {
    font-size: 0.9rem;
  }
}
.pr-cmn .color-slider .swiper.color-main-swiper .swiper-slide .swiper-slide-txt p {
  color: #fff;
  margin-bottom: 0;
}
.pr-cmn .color-slider .color-thumbs {
  margin-top: 30px;
  justify-content: center;
}
.pr-cmn .color-slider .color-thumbs .color-thumb-mens {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .pr-cmn .color-slider .color-thumbs {
    display: flex;
    gap: 30px;
  }
  .pr-cmn .color-slider .color-thumbs .color-thumb-mens {
    margin-bottom: 0;
  }
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper h6 {
  font-size: 0.9rem;
  width: 50px;
  margin-right: 10px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .pr-cmn .color-slider .color-thumbs .thumb-wrapper h6 {
    width: auto;
    flex: 1;
  }
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper span {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #666666;
  font-size: 0;
  border: 3px solid #eee;
  transition: all 0.25s ease-out;
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper span.color-blck {
  background-color: black;
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper span.color-flam {
  background-color: #c47e70;
}
.pr-cmn .color-slider .color-thumbs .thumb-wrapper span.color-blue {
  background-color: #445a70;
}
@media screen and (min-width: 769px) {
  .pr-cmn .color-slider .color-thumbs .thumb-wrapper span:hover {
    border: 1px solid #fff;
  }
}
.pr-cmn .slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
}
.pr-cmn .slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  /* 非表示（レイアウトは維持） */
  transition: none;
  /* フェードなし */
}
.pr-cmn .slideshow img.is-active {
  opacity: 1;
}

/* ==========================================================================
// ここまでProducts
========================================================================== */

/*# sourceMappingURL=ascent-beyond.css.map */
