@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ ゴシック", sans-serif; }

body {
  background-color: #fff; }

a:active {
  color: unset; }

a:visited {
  color: unset; }

a:focus {
  outline: none; }

a {
  text-decoration: none; }

.sp {
  display: none; }

header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }
  header .contents {
    height: 80px;
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 900px;
    margin: 0 auto; }
    header .contents h1 {
      max-width: 150px; }
    header .contents nav {
      flex-grow: 1; }
      header .contents nav ul {
        display: flex;
        gap: 5%;
        list-style: none;
        font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
        padding: 0 5%;
        margin: 0; }
        header .contents nav ul li a {
          color: #000;
          display: inline-block; }

main h1 {
  opacity: 0; }
main h2 {
  font-size: 4.5rem;
  letter-spacing: 10px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500; }
main #top {
  position: relative;
  background-color: #fff; }
  main #top video {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover; }
  main #top .play-button {
    position: absolute;
    bottom: 50px;
    right: 5%;
    width: 60px;
    height: 40px;
    background-image: url("assets/play-button-muted.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10; }
    main #top .play-button.active {
      background-image: url("assets/play-button.png"); }
main > .read-wrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }
  main > .read-wrap .read {
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 2.2rem;
    margin-top: 40px; }
main #thinking {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  main #thinking .contents {
    width: 100%; }
    main #thinking .contents .read {
      font-size: 1.1rem;
      letter-spacing: 2px;
      font-weight: bold;
      margin-bottom: 30px; }
    main #thinking .contents ul {
      display: flex;
      flex-direction: column;
      row-gap: 5px;
      padding: 0;
      margin: 0; }
      main #thinking .contents ul li {
        position: relative;
        display: flex;
        gap: 20px;
        align-items: center;
        background-color: #000;
        color: #fff;
        transition: .3s; }
        main #thinking .contents ul li .text {
          position: relative;
          z-index: 1; }
          main #thinking .contents ul li .text h3 {
            font-size: 1.2rem; }
          main #thinking .contents ul li .text p {
            margin-top: 5px;
            font-size: 0.8rem;
            letter-spacing: 1.5px;
            font-weight: 500; }
        main #thinking .contents ul li .img-wrap {
          width: 30%;
          max-width: 300px;
          position: relative; }
          main #thinking .contents ul li .img-wrap::after {
            content: "▲";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(90deg);
            color: #fff;
            background-color: #000;
            border: solid 1px #000;
            width: 30px;
            height: 50px;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
            transition: .2s; }
        main #thinking .contents ul li::after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          right: 30px;
          width: 120px;
          height: 100px;
          background-image: url("assets/thinking-take1.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          z-index: 0; }
        main #thinking .contents ul li.take2::after {
          background-image: url("assets/thinking-take2.png"); }
        main #thinking .contents ul li.take3::after {
          background-image: url("assets/thinking-take3.png"); }
        main #thinking .contents ul li:hover {
          z-index: 2;
          scale: 1.05;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
          main #thinking .contents ul li:hover .img-wrap::after {
            background-color: #fff;
            color: #000; }
main #business {
  position: relative; }
  main #business > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 800px;
    max-height: 80vh;
    object-position: right bottom;
    object-fit: contain;
    z-index: -1; }
  main #business .contents {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px; }
    main #business .contents .read {
      font-size: 1.1rem;
      letter-spacing: 2px;
      font-weight: 700;
      margin-bottom: 30px; }
    main #business .contents .box > p {
      font-size: 1rem;
      line-height: 1rem;
      margin-bottom: 20px;
      font-weight: 700; }
    main #business .contents .box ul {
      display: flex;
      flex-direction: column;
      row-gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0; }
      main #business .contents .box ul li {
        font-size: 1.2rem;
        font-weight: 700;
        -webkit-text-stroke: 0.3px black; }
main #product .contents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  main #product .contents .read {
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px; }
  main #product .contents .product-item {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    text-align: center; }
    main #product .contents .product-item h3 small {
      line-height: 1.8rem; }
    main #product .contents .product-item img {
      background-color: #000;
      text-align: center;
      width: 50%; }
    main #product .contents .product-item .product-info {
      text-align: left;
      width: 50%; }
      main #product .contents .product-item .product-info h3 {
        font-family: "Inter", sans-serif;
        background-color: #000;
        color: #fff;
        padding: 10px;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 2px; }
      main #product .contents .product-item .product-info h4 {
        font-size: 1.1rem;
        line-height: 1.1rem;
        font-weight: 700;
        margin: 15px 0;
        margin-top: 20px; }
      main #product .contents .product-item .product-info p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-bottom: 10px;
        margin-bottom: 20px; }
      main #product .contents .product-item .product-info button {
        display: block;
        max-width: 300px;
        margin-left: auto;
        background-color: #898989;
        color: #fff;
        font-weight: bold;
        border: solid 1px #898989;
        border-radius: 0;
        font-size: 1.1rem;
        line-height: 1.1rem;
        padding: 5px 10px 3px;
        transition: .2s;
        cursor: pointer; }
        main #product .contents .product-item .product-info button:hover {
          background-color: #fff;
          color: #898989; }
main #location {
  position: relative; }
  main #location .contents {
    width: 90%;
    max-width: 900px;
    margin: 0 auto; }
    main #location .contents .read {
      font-size: 1.1rem;
      letter-spacing: 2px;
      font-weight: bold;
      margin-bottom: 20px; }
    main #location .contents .box-wrap {
      display: flex;
      gap: 10px; }
      main #location .contents .box-wrap .box-1 {
        width: 34%; }
        main #location .contents .box-wrap .box-1 h3 {
          font-size: 0.9rem;
          font-weight: 700; }
        main #location .contents .box-wrap .box-1 table {
          width: 100%;
          border-collapse: separate;
          border-spacing: 0;
          font-size: 0.8rem;
          font-weight: 500; }
          main #location .contents .box-wrap .box-1 table th {
            vertical-align: top;
            white-space: nowrap;
            text-align: left;
            font-weight: 500; }
      main #location .contents .box-wrap .box-2,
      main #location .contents .box-wrap .box-3 {
        width: 33%; }
      main #location .contents .box-wrap .box-2 img {
        height: 100%;
        object-fit: cover; }
      main #location .contents .box-wrap .box-3 iframe {
        width: 100%;
        height: 100%;
        border: none; }
  main #location > .banner p {
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-top: 50px; }
  main #location > .banner a {
    width: 90%;
    display: block;
    transition: .2s;
    max-width: 400px;
    margin: 5px auto 50px auto; }
    main #location > .banner a img {
      width: 100%;
      height: auto;
      display: block; }
    main #location > .banner a:hover {
      opacity: 0.6; }
  main #location > .banner > img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    display: block;
    margin: 0 auto; }
main > .block {
  min-height: 75vh;
  width: 100%;
  padding-top: 80px; }
  main > .block .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    flex-direction: column; }
main .popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }
  main .popup-overlay .popup-content {
    position: relative;
    background: #000;
    padding: 50px 20px;
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
    max-height: none;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden; }
    main .popup-overlay .popup-content .close-btn {
      position: absolute;
      top: 10px;
      right: 30px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 1001;
      transition: .2s; }
      main .popup-overlay .popup-content .close-btn:hover {
        opacity: 0.6; }
    main .popup-overlay .popup-content .product-box {
      max-width: 780px;
      margin: 0 auto; }
      main .popup-overlay .popup-content .product-box h3 {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        color: #fff;
        font-size: 3rem;
        letter-spacing: 5px;
        margin-bottom: 20px; }
        main .popup-overlay .popup-content .product-box h3 small {
          font-size: 1.1rem;
          letter-spacing: 0; }
      main .popup-overlay .popup-content .product-box .red-line-box {
        position: relative;
        margin-top: 20px;
        padding: 30px 0 0px 0px;
        border-top: solid 1px #e50012;
        border-left: solid 1px #e50012; }
        main .popup-overlay .popup-content .product-box .red-line-box h4 {
          color: #fff;
          font-size: 1.1rem;
          padding-left: 30px;
          letter-spacing: 1.5px; }
        main .popup-overlay .popup-content .product-box .red-line-box p {
          text-align: justify;
          color: #fff;
          font-size: 0.75rem;
          letter-spacing: 0.5px;
          line-height: 1.7rem; }
          main .popup-overlay .popup-content .product-box .red-line-box p strong {
            font-size: 0.9rem; }
        main .popup-overlay .popup-content .product-box .red-line-box .right-box {
          width: 100%;
          font-size: 12px;
          padding: 20px 0 30px 30px;
          overflow: hidden; }
          main .popup-overlay .popup-content .product-box .red-line-box .right-box.float .space {
            float: right;
            height: calc(11em + 1.3em); }
          main .popup-overlay .popup-content .product-box .red-line-box .right-box.float .img {
            float: right;
            clear: both;
            width: 45%;
            margin: 0 0 0 1.2em; }
        main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom {
          display: flex;
          gap: 5px;
          align-items: end;
          height: 1px; }
          main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom span.border {
            height: 1px;
            background-color: #e50012;
            width: 100%; }
          main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom span.text {
            flex-shrink: 0;
            color: #e50012;
            position: relative;
            bottom: -5px;
            font-weight: 700;
            letter-spacing: 2px; }
    main .popup-overlay .popup-content .product-box-1 h3 small {
      margin-left: 30px; }
    main .popup-overlay .popup-content .product-box-1 .product-images {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 10px;
      margin-bottom: 20px; }
      main .popup-overlay .popup-content .product-box-1 .product-images.sp {
        display: none; }
      main .popup-overlay .popup-content .product-box-1 .product-images .product-image {
        max-height: 320px; }
        main .popup-overlay .popup-content .product-box-1 .product-images .product-image > p {
          text-align: center;
          color: #fff;
          font-size: 0.6rem;
          margin-top: 5px; }
        main .popup-overlay .popup-content .product-box-1 .product-images .product-image img {
          height: 280px;
          object-fit: contain; }
        main .popup-overlay .popup-content .product-box-1 .product-images .product-image.product-3 img {
          max-height: 180px; }
    main .popup-overlay .popup-content .product-box-2 h3 small {
      margin-top: 10px; }
    main .popup-overlay .popup-content .product-box-2 .swiper-product {
      overflow: visible; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide {
        width: auto;
        height: 100%;
        flex-shrink: 0;
        margin: 0 30px; }
        main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide p {
          text-align: center;
          color: #fff;
          font-size: 0.6rem; }
        main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide img {
          margin: 0 auto;
          max-height: 250px;
          object-fit: contain; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev,
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next {
        color: #fff;
        width: 15px;
        height: 100%;
        top: 8%; }
        main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev::after,
        main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next::after {
          font-size: 20px; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev {
        left: 0; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next {
        right: 0; }
    main .popup-overlay .popup-content .product-box-2 .red-line-box p {
      margin-bottom: 30px; }
    main .popup-overlay .popup-content .product-box-2 .red-line-box .img-wrap {
      display: flex;
      gap: 5px; }
    main .popup-overlay .popup-content .product-box-3 h3 small {
      margin-left: 30px; }
    main .popup-overlay .popup-content .product-box-3 > h4 {
      color: #fff;
      font-size: 1.2rem;
      margin-top: 20px; }
    main .popup-overlay .popup-content .product-box-3 > p {
      text-align: justify;
      color: #fff;
      font-size: 0.8rem;
      line-height: 1.4rem;
      margin-top: 20px; }
    main .popup-overlay .popup-content .product-box-3 .swiper-button-prev,
    main .popup-overlay .popup-content .product-box-3 .swiper-button-next {
      color: #fff;
      width: 15px;
      height: 90%;
      top: 8%; }
      main .popup-overlay .popup-content .product-box-3 .swiper-button-prev::after,
      main .popup-overlay .popup-content .product-box-3 .swiper-button-next::after {
        font-size: 20px; }
    main .popup-overlay .popup-content .product-box-3 .red-line-box {
      padding-top: 0; }
      main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        padding: 0px 0 30px 0px; }
        main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box h4 {
          padding-left: 0; }
        main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box {
          width: 45%;
          padding-top: 30px; }
          main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box h4 {
            font-size: 0.9rem;
            line-height: 1.8rem;
            letter-spacing: 2px;
            margin-bottom: 30px; }
          main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box p {
            margin-bottom: 0.7rem; }
        main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .img {
          width: 40%;
          text-align: center;
          margin-top: 60px; }
          main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .img img {
            display: inline-block; }
main .youtube-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000; }
  main .youtube-popup-overlay .popup-inner {
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    position: relative; }
    main .youtube-popup-overlay .popup-inner .youtube-close-btn {
      position: absolute;
      top: -60px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      max-width: 50px;
      height: 50px; }
      main .youtube-popup-overlay .popup-inner .youtube-close-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    main .youtube-popup-overlay .popup-inner .video-wrapper {
      aspect-ratio: 16 / 9;
      width: 100%; }
      main .youtube-popup-overlay .popup-inner .video-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none; }

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

  .sp {
    display: block; }

  header .contents {
    position: relative; }
    header .contents .hamburger {
      display: block;
      background: none;
      border: none;
      width: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 20px;
      z-index: 1001;
      cursor: pointer; }
      header .contents .hamburger span {
        display: block;
        height: 4px;
        margin: 7px 0;
        background: #000;
        border-radius: 2px;
        transition: 0.3s; }
    header .contents nav {
      position: fixed;
      top: 0;
      right: -100vw;
      width: 70vw;
      height: 100vh;
      background: #fff;
      transition: right 0.3s;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 5px #000; }
      header .contents nav ul {
        flex-direction: column;
        gap: 10px;
        font-size: 1rem;
        width: 100%;
        padding: 5px;
        margin: 0;
        list-style: none;
        display: flex; }
        header .contents nav ul li {
          border-bottom: solid 1px #000;
          margin: 0; }
          header .contents nav ul li a {
            width: 100%; }
    header .contents nav.open {
      right: 0; }
    header .contents .hamburger.active span:nth-child(1) {
      transform: translateY(11px) rotate(45deg); }
    header .contents .hamburger.active span:nth-child(2) {
      opacity: 0; }
    header .contents .hamburger.active span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg); }

  main h2 {
    font-size: 2.5rem; }
  main #top {
    min-height: unset; }
    main #top video {
      object-fit: contain;
      height: unset; }
  main .read-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
  main #thinking .contents ul {
    row-gap: 50px; }
    main #thinking .contents ul li {
      width: 100%;
      flex-direction: column;
      margin: 0 auto; }
      main #thinking .contents ul li .img-wrap {
        width: 100%;
        max-width: 100%; }
        main #thinking .contents ul li .img-wrap img {
          width: 100%;
          height: auto;
          object-fit: cover; }
      main #thinking .contents ul li .text {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px; }
        main #thinking .contents ul li .text h3 {
          font-size: 1.1rem;
          line-height: 1.5rem; }
        main #thinking .contents ul li .text::after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          right: 30px;
          width: 120px;
          height: 100px;
          background-image: url("assets/thinking-take1.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          z-index: 0; }
        main #thinking .contents ul li .text.take2::after {
          background-image: url("assets/thinking-take2.png"); }
        main #thinking .contents ul li .text.take3::after {
          background-image: url("assets/thinking-take3.png"); }
      main #thinking .contents ul li::after {
        display: none; }
  main #business {
    position: relative; }
    main #business > img {
      position: unset;
      width: 80%;
      margin-left: auto; }
    main #business .contents {
      margin-bottom: 0; }
      main #business .contents .box > p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
        font-weight: 700; }
      main #business .contents .box ul li {
        font-size: 1rem;
        font-weight: 700;
        text-shadow: #fff 0px 0px 5px;
        text-indent: -1em;
        padding-left: 1em; }
  main #product .contents .product-item {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 50px; }
    main #product .contents .product-item img {
      background-color: #000;
      text-align: center;
      width: 100%;
      object-fit: contain;
      order: 3; }
    main #product .contents .product-item .product-info {
      display: contents; }
      main #product .contents .product-item .product-info h3 {
        order: 1; }
      main #product .contents .product-item .product-info h4 {
        order: 2;
        margin: 0; }
      main #product .contents .product-item .product-info p {
        order: 4;
        margin-bottom: 0; }
      main #product .contents .product-item .product-info button {
        order: 5;
        padding: 5px 10px; }
  main #location {
    position: relative; }
    main #location .contents .box-wrap {
      flex-direction: column; }
      main #location .contents .box-wrap .box img {
        width: 100%; }
      main #location .contents .box-wrap .box-1 {
        width: 100%; }
      main #location .contents .box-wrap .box-2,
      main #location .contents .box-wrap .box-3 {
        width: 100%; }
  main > .block {
    min-height: unset; }
  main .popup-overlay .popup-content .close-btn {
    right: 10px; }
  main .popup-overlay .popup-content .product-box {
    max-width: 780px;
    margin: 0 auto; }
    main .popup-overlay .popup-content .product-box h3 {
      color: #fff;
      font-size: 1.5rem;
      letter-spacing: 5px; }
      main .popup-overlay .popup-content .product-box h3 small {
        display: block;
        margin: 0;
        line-height: 1.8rem; }
    main .popup-overlay .popup-content .product-box .red-line-box h4 {
      color: #fff;
      font-size: 1.1rem;
      padding-left: 10px; }
    main .popup-overlay .popup-content .product-box .red-line-box p {
      text-align: justify;
      color: #fff;
      font-size: 0.8rem;
      line-height: 1.6rem; }
    main .popup-overlay .popup-content .product-box .red-line-box .right-box {
      width: 100%;
      font-size: 12px;
      padding: 20px 10px 30px 10px;
      overflow: hidden; }
      main .popup-overlay .popup-content .product-box .red-line-box .right-box.float .space {
        float: unset;
        display: none; }
      main .popup-overlay .popup-content .product-box .red-line-box .right-box.float .img {
        float: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px; }
    main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom {
      display: flex;
      gap: 5px;
      align-items: end;
      height: 1px; }
      main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom span.border {
        height: 1px;
        background-color: #e50012;
        width: 100%; }
      main .popup-overlay .popup-content .product-box .red-line-box .red-line-bottom span.text {
        flex-shrink: 0;
        color: #e50012;
        position: relative;
        bottom: -5px;
        font-weight: 700; }
  main .popup-overlay .popup-content .product-box-1 .product-images {
    flex-direction: unset;
    align-items: center; }
    main .popup-overlay .popup-content .product-box-1 .product-images.pc {
      display: none; }
    main .popup-overlay .popup-content .product-box-1 .product-images.sp {
      display: flex; }
    main .popup-overlay .popup-content .product-box-1 .product-images .product-image {
      max-height: unset; }
      main .popup-overlay .popup-content .product-box-1 .product-images .product-image > p {
        text-align: center;
        color: #fff;
        font-size: 0.8rem; }
      main .popup-overlay .popup-content .product-box-1 .product-images .product-image img {
        width: 90%;
        margin: 0 auto;
        object-fit: contain; }
      main .popup-overlay .popup-content .product-box-1 .product-images .product-image.product-3 img {
        height: unset; }
    main .popup-overlay .popup-content .product-box-1 .product-images .swiper-button-prev,
    main .popup-overlay .popup-content .product-box-1 .product-images .swiper-button-next {
      color: #fff;
      width: 15px;
      height: 100%;
      top: 8%; }
      main .popup-overlay .popup-content .product-box-1 .product-images .swiper-button-prev::after,
      main .popup-overlay .popup-content .product-box-1 .product-images .swiper-button-next::after {
        font-size: 20px; }
  main .popup-overlay .popup-content .product-box-2 .swiper-product {
    overflow: visible; }
    main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide {
      width: auto;
      height: 100%;
      flex-shrink: 0;
      margin: 0 30px; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide p {
        text-align: center;
        color: #fff;
        font-size: 0.6rem; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-wrapper .swiper-slide img {
        margin: 0 auto;
        max-height: 250px;
        object-fit: contain; }
    main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev,
    main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next {
      color: #fff;
      width: 15px;
      height: 100%;
      top: 8%; }
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev::after,
      main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next::after {
        font-size: 20px; }
    main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-prev {
      left: 0; }
    main .popup-overlay .popup-content .product-box-2 .swiper-product .swiper-button-next {
      right: 0; }
  main .popup-overlay .popup-content .product-box-2 .red-line-box p {
    margin-bottom: 30px; }
  main .popup-overlay .popup-content .product-box-2 .red-line-box .img-wrap {
    display: flex;
    gap: 5px; }
  main .popup-overlay .popup-content .product-box-3 .red-line-box {
    padding-top: 0; }
    main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box {
      display: flex;
      flex-direction: column-reverse;
      row-gap: 20px; }
      main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box {
        width: 80%;
        padding-top: 0;
        margin: 0 auto; }
        main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box h4 {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-bottom: 20px; }
        main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .box p {
          margin-bottom: 0.7rem; }
      main .popup-overlay .popup-content .product-box-3 .red-line-box .right-box .img {
        width: 80%;
        margin: 0 auto; }
  main .popup-overlay .popup-content .product-box-3 .swiper-button-prev,
  main .popup-overlay .popup-content .product-box-3 .swiper-button-next {
    height: 85%;
    top: 5%; }
  main .youtube-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000; }
    main .youtube-popup-overlay .popup-inner {
      width: 90%;
      max-width: 800px;
      box-sizing: border-box;
      position: relative; }
      main .youtube-popup-overlay .popup-inner .youtube-close-btn {
        position: absolute;
        top: -60px;
        right: 10px;
        font-size: 20px;
        cursor: pointer;
        max-width: 50px;
        height: 50px; }
        main .youtube-popup-overlay .popup-inner .youtube-close-btn img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      main .youtube-popup-overlay .popup-inner .video-wrapper {
        aspect-ratio: 16 / 9;
        width: 100%; }
        main .youtube-popup-overlay .popup-inner .video-wrapper iframe {
          width: 100%;
          height: 100%;
          border: none; } }

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