/* ===== CSS Reset ===== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===== Additional Modern Reset ===== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

body.prevent-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.mb50 {
  margin-bottom: 50px;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ===== Base Styles ===== */
:root {
  --primary-color: #C1272D;
}

body {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #191919;
  overflow-x: hidden;
}

.ff-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-garamond {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-elite {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

/* Split Layout Container */
.split-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px 1fr;
  grid-template-columns: 1fr 500px 1fr;
  min-height: 100vh;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background-color: #f2eee6;
}

/* Left Panel */
.left-panel {
  position: sticky;
  z-index: 2;
  top: 0;
  height: 100lvh;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-panel.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.left-panel .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.left_head {
  position: absolute;
  top: 77px;
  left: 50px;
  width: 200px;
  z-index: 2;
}

/* Center Content */
.center-content {
  position: relative;
}

.center-content::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/center_bg.jpg) repeat left top;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  content: "";
}

.center-content.active::after {
  opacity: 1;
}

.topsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 50px 0 140px;
  min-height: 100vh;
}

.top_head {
  position: relative;
  z-index: 12;
  width: 71%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.top_head img {
  position: relative;
  left: 4px;
}

.top_head.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.top_txt {
  position: relative;
  z-index: 2;
  margin-top: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.top_txt.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.img-arrow-scroll {
  width: 9.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  left: calc(50% - 23px);
  bottom: 16px;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.img-arrow-scroll.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.img-arrow-scroll img {
  display: block;
}

.content-section {
  position: relative;
  z-index: 2;
}

.sp-nav {
  display: none;
}

.sp-video {
  display: none;
  position: relative;
  z-index: 2;
}

.sp-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.head-block {
  position: relative;
  bottom: 0;
  left: 14px;
  z-index: 2;
  background: url(../img/headbox_bg.png) no-repeat center center/cover;
  max-width: 408px;
  margin: 0 auto;
  padding: 30px 43px 60px 0;
}

.head-block--2 {
  bottom: 0;
  margin: 60px auto 48px;
}

.head-block .img {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.head-block.is-active .img {
  clip-path: inset(0);
}

.head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 30px;
}

.head .topper {
  font-size: 12px;
  color: var(--primary-color);
}

.head h2 {
  margin-top: 5px;
}

.head h2 span {
  display: inline-block;
  padding: 0 10px;
  font-size: 22px;
  background: var(--primary-color);
  color: #fff;
}

.head h2 span + br + span {
  margin-top: 5px;
  letter-spacing: -0.1em;
}

.head .desc {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
}

.product + .product {
  margin-top: 100px;
}

.cont {
  margin-top: 50px;
}

.leftmodel {
  width: 88%;
}

.leftmodel--2 {
  width: 90%;
}

.leftmodel--3 {
  width: 76%;
}

.leftmodel--4 {
  width: 80%;
}

.centermodel {
  width: 70%;
  margin-inline: auto;
}

.centermodel--2 {
  width: 84%;
  margin-inline: auto;
}

.centermodel--3 {
  width: 76%;
  margin-inline: auto;
}

.price + .centermodel {
  margin-top: 50px;
}

.rightmodel {
  width: 76%;
  margin-left: auto;
}

.rightmodel--2 {
  width: 84%;
  margin-left: auto;
}

.fullmodel img {
  width: 100%;
}

.price {
  max-width: 380px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
}

.price .child + .child {
  margin-top: 7px;
}

.price .ttl {
  font-size: 12px;
  font-weight: 500;
}

.price .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.price .info .num {
  width: 130px;
  font-size: 18px;
  font-weight: 500;
}

.price .info .num span {
  font-size: 13px;
}

.price .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}

.price .info ul li a {
  background: #736357;
  /* width: 40px; */
  padding: 0 13.5px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

.price .other {
  margin-top: 10px;
}

.price .other .otherttl {
  display: inline-block;
  border: solid 1px #191919;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.price .other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 7px;
}

.price .other ul li {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.outer {
  position: relative;
  max-width: 420px;
  margin: 70px auto 0;
  padding: 23px 32px;
  background: #fff;
  border: 1px solid #f2eee6;
}

.outer .img {
  text-align: center;
}

.outer .no {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--primary-color);
}

.outer .no span {
  display: block;
  font-size: 30px;
}

.outer .desc {
  margin-top: 15px;
  font-size: 14px;
}

.outer .price {
  margin: 20px 0 0;
}

.txtslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: var(--primary-color);
  padding: 12px;
  margin-top: 50px;
}
.txtslide--01 {
  margin-top: -5px;
  display: none;
}

.txtslide .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #fff;
  -webkit-animation: scrollRight 10s linear infinite;
          animation: scrollRight 10s linear infinite;
  will-change: transform;
}

@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* Pause animation on hover (optional) */
.txtslide:hover .child {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.txtslide .child .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txtslide .child p {
  line-height: 1;
  font-size: 12px;
}

.txtslide .child .img img {
  width: 78px;
  min-width: 78px;
  height: 16px;
  line-height: 1;
}

/* Right Panel */
.right-panel {
  background: #f2eee6;
  position: sticky;
  z-index: 2;
  overflow-y: auto;
  top: 0;
  height: 100lvh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.right-panel.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.right-head {
  max-width: 125px;
}

.right-nav {
  margin-top: 5px;
  text-align: center;
}

.right-nav li {
  width: 160px;
  margin: 0 auto;
}

.right-nav li a {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-nav li a.is-active {
  opacity: 1;
}

.righttop {
  text-align: center;
}

.righttop a {
  display: inline-block;
  border: solid 1px #191919;
  border-radius: 10px;
  padding: 0 10px;
  min-width: 72px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
}

/*footer style*/
.footer {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 0 20px;
  margin-top: 105px;
}

.footer a:hover {
  opacity: 0.8;
}

.allitem {
  position: relative;
  top: -48px;
  width: 59.2%;
  margin: 0 auto -48px;
}

.foottxt {
  margin-top: 25px;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
}

.foottxt .sp {
  display: none;
}

.footer_logo {
  width: 28.4%;
  margin: 52px auto 0;
}

.footer_insta {
  width: 17.2%;
  margin: 22px auto 0;
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.footer_links li a {
  display: block;
  border: solid 1px #191919;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
}

.footer_onward {
  width: 23.8%;
  margin: 40px auto 0;
}

.copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
}

.page-top {
  display: none;
}

/* Responsive Design */
@media (max-width: 1100px) {
  .left-panel {
    width: calc(100vw - 500px);
  }
  .right-panel {
    display: none;
  }
  .sp-video {
    display: block;
  }
  .txtslide--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-nav {
    display: block;
    background: #fff;
    padding: 48px 0 35px;
  }
  .sp-nav .headtxt {
    width: 47.1%;
    margin: 0 auto;
  }
  .sp-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  .sp-nav ul li {
    width: 20%;
    max-width: 150px;
    opacity: 0.3;
  }
  .sp-nav ul li.active {
    opacity: 1;
  }
  .page-top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 10px;
    width: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  .page-top.active {
    opacity: 1;
    pointer-events: all;
  }
  .page-top img {
    display: block;
    width: 10px;
    height: 73px;
  }
}
@media (max-width: 767px) {
  .top_head {
    width: 66%;
  }
  .top_txt {
    font-size: 14px;
  }
  .split-container {
    display: block;
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  .left-panel,
  .right-panel {
    position: static;
    height: auto;
  }
  .left-panel {
    display: none;
  }
  .product + .product {
    margin-top: 80px;
  }
  .center-content {
    height: auto;
  }
  .head-block {
    width: 81.6%;
    left: 5px;
    max-width: none;
  }
  .outer {
    width: 84%;
    max-width: none;
  }
  .outer .price {
    width: 100%;
  }
  .sp-nav {
    padding: 24px 0 18px;
    margin-bottom: 30px;
  }
  .sp-nav ul {
    margin-top: 10px;
    gap: 8px;
  }
  .allitem {
    top: -8.3vw;
    margin-bottom: -8.3vw;
  }
  .service-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .social-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575px) {
  .head .topper {
    font-size: 12px;
  }
  .head h2 span {
    font-size: 20px;
  }
  .head .desc {
    margin-top: 15px;
    font-size: 16px;
  }
  .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin: 45px auto 0 auto;
  }
  .price .ttl {
    font-size: 10px;
  }
  .price .info .num {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100px;
    font-size: 14px;
  }
  .price .info .num span {
    font-size: 10px;
  }
  .price .info ul li {
    height: 15px;
    font-size: 10px;
  }
  .outer {
    padding: 15px 20px 25px;
  }
  .outer .no {
    font-size: 10px;
  }
  .outer .no span {
    font-size: 23px;
  }
  .outer .desc {
    font-size: 12px;
  }
  .foottxt {
    margin-top: 14px;
    font-size: 10px;
  }
  .foottxt .sp {
    display: block;
  }
  .footer_logo {
    margin-top: 28px;
  }
  .footer_insta {
    margin-top: 17px;
  }
  .footer_links {
    margin-top: 21px;
  }
  .footer_links li a {
    font-size: 10px;
  }
  .footer_onward {
    margin-top: 30px;
  }
  .copyright {
    margin-top: 12px;
  }
}
/*animation*/
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.clip-down {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.2s;
  transition: clip-path 1.2s;
}

.clip-down.is-active {
  clip-path: inset(0);
}

.clip-left {
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 1.2s;
  transition: clip-path 1.2s;
}

.clip-left.is-active {
  clip-path: inset(0);
}

.clip-right {
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.2s;
  transition: clip-path 1.2s;
}

.clip-right.is-active {
  clip-path: inset(0);
}

.p-img-01 img {
  margin-bottom: -12px;
}

.p-img-03 img {
  margin-top: -30px;
  margin-left: 5px;
  margin-bottom: -10px;
}

.p-img-05 img {
  margin-top: -45px;
}

.p-img-06 img {
  margin-top: -45px;
}

.p-img-07 img {
  margin-top: -24px;
}

.p-img-08 img {
  margin-top: -10px;
}

.p-img-09 img {
  margin-top: 10px;
}

.p-img-10 img {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .p-img-01 img {
    margin-bottom: -9px;
    width: 100%;
    max-width: 327px;
    height: 213px;
    position: relative;
    left: 4px;
    top: 3px;
  }
  .p-img-03 img {
    margin-top: -30px;
    margin-left: 5px;
    margin-bottom: -10px;
  }
  .p-img-05 img {
    margin-top: -60px;
    width: 100%;
    max-width: 283px;
    height: 262px;
    position: relative;
    left: 2px;
    top: 17px;
  }
  .p-img-06 img {
    margin-top: -48px;
    width: 100%;
    max-width: 235px;
    height: 250px;
    position: relative;
    left: 1px;
    top: 10px;
  }
  .p-img-07 img {
    margin-top: -24px;
    margin-bottom: -9px;
    width: 100%;
    max-width: 336px;
    height: 235px;
    position: relative;
    left: 1px;
    top: 4px;
  }
  .p-img-08 img {
    margin-top: -31px;
    width: 100%;
    max-width: 319px;
    height: 233px;
    position: relative;
    left: 2px;
    top: 8px;
  }
  .p-img-09 img {
    margin-top: 11px;
    width: 100%;
    max-width: 327px;
    height: 191px;
    position: relative;
    left: 0px;
    top: -2px;
  }
  .p-img-10 img {
    margin-top: 0px;
    width: 100%;
    max-width: 309px;
    height: 201px;
    position: relative;
    left: 0px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .p-img-01 {
    padding: 8px 8px 1px 25px;
  }
  .p-img-02 {
    padding: 18px 21px 0 29px;
  }
  .p-img-03 {
    padding: 0 20px 0px 20px;
  }
  .p-img-04 {
    padding: 8px 15px 0px 15px;
  }
  .p-img-05 {
    padding: 19px 19px 0 42px;
  }
  .p-img-06 {
    padding: 0 40px 0px 57px;
  }
  .p-img-06 img {
    margin-top: -22px;
  }
  .p-img-07 {
    padding: 0 40px 0px 55px;
  }
  .p-img-07 img {
    margin-top: -8px;
  }
  .p-img-08 {
    padding: 0 35px 0px 47px;
  }
  .p-img-09 {
    padding: 8px 14px 0 15px;
  }
  .p-img-10 {
    padding: 5px 17px 0px 29px;
  }
}
.gallary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 11;
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-top: -37px;
}

.gallary .item {
  position: absolute;
  width: 288px;
  height: 428px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.15, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.15, 1);
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.15, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.45, 0, 0.15, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.15, 1);
}

.gallary .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallary .item-1 {
  -webkit-transform: translateX(100%) scale(0.9);
          transform: translateX(100%) scale(0.9);
}

.gallary .item-2 {
  -webkit-transform: translateY(100%) scale(0.9);
          transform: translateY(100%) scale(0.9);
}

.gallary .item-3 {
  -webkit-transform: translateY(-100%) scale(0.9);
          transform: translateY(-100%) scale(0.9);
}

.gallary .item-4 {
  -webkit-transform: translateX(-100%) scale(0.9);
          transform: translateX(-100%) scale(0.9);
}

.gallary .item.active {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  z-index: 2;
}

.gallary .item-1 {
  rotate: 0;
}

.gallary .item-2 {
  rotate: 10deg;
}

.gallary .item-3 {
  rotate: -13deg;
}

.gallary .item-4 {
  rotate: -5deg;
}

/* Custom */
.product--01 .head {
  margin: 74px 0 39px 120px;
}
@media (max-width: 575px) {
  .product--01 .head {
    margin: 74px 0 39px 50px;
  }
}
@media (max-width: 376px) {
  .product--01 .head {
    margin: 74px 0 39px 41px;
  }
}
.product--02 .head {
  position: relative;
}
@media (min-width: 768px) {
  .product--02 .head {
    padding-top: 3px;
    left: 6px;
    margin-block: 0 30px;
  }
}
@media (max-width: 767px) {
  .product--02 .head {
    left: 0;
  }
}
@media (min-width: 768px) {
  .product--03 .head {
    margin: -45px auto 30px;
    position: relative;
    left: 35px;
  }
}
@media (max-width: 767px) {
  .product--03 .head {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 768px) {
  .product--03 .head h2 span {
    letter-spacing: -0.12em;
  }
}
.product--04 .head {
  position: relative;
}
@media (max-width: 767px) {
  .product--04 .head {
    left: -2px;
  }
}
@media (min-width: 768px) {
  .product--04 .head {
    margin: 60px 0 47px 81px;
  }
}
@media (min-width: 768px) {
  .product--04 .head h2 span {
    letter-spacing: -0.06em;
  }
}
.product--04 .head .desc {
  margin-top: 11px;
}
.product--05 .head {
  position: relative;
}
@media (min-width: 768px) {
  .product--05 .head {
    margin: -26px 0 30px 108px;
  }
}
@media (max-width: 767px) {
  .product--05 .head {
    left: -5px;
  }
}
@media (min-width: 768px) {
  .product--05 .head h2 span {
    letter-spacing: -0.06em;
  }
}
@media (min-width: 768px) {
  .product--05 .head .desc {
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .product--07 .head {
    letter-spacing: -0.1em;
  }
}
@media (min-width: 768px) {
  .product--07 .head h2 span {
    letter-spacing: -0.08em;
  }
}
.product--08 .head {
  position: relative;
}
@media (min-width: 768px) {
  .product--08 .head {
    left: 12px;
  }
}
@media (max-width: 767px) {
  .product--08 .head {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .product--08 .head h2 span {
    letter-spacing: -0.1em;
  }
}
@media (min-width: 768px) {
  .product--09 .head {
    position: relative;
    left: 18px;
  }
}
@media (min-width: 768px) {
  .product--09 .head h2 span {
    letter-spacing: -0.07em;
  }
}
@media (min-width: 768px) {
  .product--10 .head {
    position: relative;
    left: 17px;
  }
}
@media (min-width: 768px) {
  .product--10 .head h2 span {
    letter-spacing: -0.06em;
  }
}