/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #062D6C;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

a {
  transition: 0.3s ease-in-out;
  word-wrap: break-word;
}
a:hover {
  text-decoration: none;
}

.uk-container {
  max-width: 1280px;
}

.breadcrumb {
  margin-top: 24px;
}
.breadcrumb img {
  margin: 0 12px;
}
.breadcrumb a:hover {
  color: #fff;
}

.bg__gradation {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/bg.png") top center repeat-x;
  width: 100%;
  background-size: 1959px 11287px;
}

.bg__yellow {
  background: #DABE03;
}

.txt__white {
  color: #fff;
}

.txt__blue {
  color: #062D6C;
}

.txt__yellow {
  color: #FFEC00;
}

.txt__goM10 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.txt__goM12 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.14em;
}

.txt__goM14 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
}

.txt__goM16 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.txt__goM24 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.14em;
}

.txt__goB24 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.02em;
}

.txt__goB40 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.txt__minM12 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
}

.txt__minM16 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.txt__minM24 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.02em;
}

.txt__minSB14 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.14em;
}

.txt__minSB16 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.txt__minSB24 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.14em;
}

.txt__minSB32 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}

.txt__minSB40 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.txt__minB32 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.03em;
}

.newline {
  display: inline-block;
  white-space: nowrap;
}

.commonHead {
  padding-top: 32px;
  position: relative;
}
.commonHead::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/star.svg") center center no-repeat;
  width: 32px;
  padding-top: 32px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.commonHead h2 {
  letter-spacing: 0.14em;
}

.toContact a:hover {
  background: #fff;
}

.flowBtn {
  position: relative;
  transition: color 0.5s ease;
  width: 100%;
  height: 72px;
}
.flowBtn .flowBtn__line {
  width: 79px;
  right: -62px;
}
.flowBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.flowBtn:hover {
  color: #062D6C;
}
.flowBtn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  background: #DABE03;
}
.flowBtn__line {
  height: 1px;
  position: absolute;
  top: 50%;
}
.flowBtn__wrap {
  box-sizing: border-box;
  position: relative;
  padding-right: 62px;
  width: 100%;
  max-width: 384px;
}
.flowBtn__white {
  color: #062D6C;
  background: #fff;
  border: 1px solid #062D6C;
}
.flowBtn__white::before {
  background: #fff;
}
.flowBtn__white .flowBtn__line {
  background: #062D6C;
}
.flowBtn__transparent {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.flowBtn__transparent::before {
  background: transparent;
}
.flowBtn__transparent .flowBtn__line {
  background: #fff;
}
.flowBtn span {
  position: relative;
}

.uk-position-center-right-out,
.uk-position-center-left-out,
.uk-position-center-right,
.uk-position-center-left {
  width: 64px;
  height: 64px;
  padding: 0;
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/slider_arrow2.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.uk-position-center-right-out svg,
.uk-position-center-left-out svg,
.uk-position-center-right svg,
.uk-position-center-left svg {
  display: none;
}

.uk-position-center-right-out,
.uk-position-center-right {
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}

.uk-position-center-left-out,
.uk-position-center-left {
  right: 0;
}

.header {
  background: linear-gradient(to bottom, #03004C 0%, rgba(3, 0, 63, 0.79) 20%, rgba(1, 0, 1, 0) 100%);
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
}
.header__logo {
  font-size: unset;
  margin-top: 24px;
  margin-bottom: 28px;
}
.header__logo img {
  width: 314px;
}
.header__nav {
  margin-top: 33px;
}
.header__nav ul {
  gap: 32px;
  margin-right: 32px;
}
.header__nav a {
  position: relative;
}
.header__nav a::before {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.8px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.header__nav a:hover {
  color: #fff;
}
.header__nav a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.header__nav a img {
  margin-left: 6px;
  translate: 0 -2px;
}
.header .toContact {
  margin-right: 32px;
}
.header .toContact a {
  padding: 34px 14px 14px;
}
.header .instagram img {
  width: 32px;
  height: 32px;
}

.footer__inr {
  padding: 80px 0 76px;
  border-top: 1px solid #fff;
}
.footer__logo {
  margin-bottom: 16px;
}
.footer__logo img {
  width: 100%;
  max-width: 314px;
}
.footer__distributor, .footer__tel, .footer__headOffice {
  line-height: 1;
}
.footer__tel {
  margin-bottom: 14px;
}
.footer__tel a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .toPolicy:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .instagram {
  margin-top: 30px;
}
.footer__R {
  text-align: center;
}

.toTop {
  position: fixed;
  right: 40px;
  bottom: 0;
  padding: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.toTop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.toTop svg {
  display: none;
}
.toTop__inr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toTop__inr img {
  width: 24px;
  height: 64px;
}
.toTop__txt {
  line-height: 1 !important;
  padding-top: 8px;
}

.offcanvas__nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.offcanvas__nav a {
  padding: 24px 16px;
  line-height: 1;
  position: relative;
}
.offcanvas__nav a::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/arrow_white.svg") center center no-repeat;
  width: 40px;
  padding-top: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.offcanvas__nav a span {
  transition: all 0.3s ease;
}
.offcanvas__nav a:hover::before {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/arrow_yellow.svg") center center no-repeat;
  background-size: contain;
}
.offcanvas__nav a:hover span {
  color: #FFEC00;
}
.offcanvas .toEnglish {
  margin-bottom: 8px;
}
.offcanvas .toEnglish a {
  width: 100%;
  max-width: 342px;
  height: 56px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.offcanvas .toEnglish a:hover {
  background: #FFEC00;
}
.offcanvas .toEnglish a:hover span {
  color: #062D6C;
}
.offcanvas .toEnglish a:hover .newWindow {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/newWindow_blue.svg") center center no-repeat;
  background-size: contain;
}
.offcanvas .toEnglish a .newWindow {
  margin-left: 6px;
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/newWindow_white.svg") center center no-repeat;
  background-size: contain;
  width: 17px;
  padding-top: 15px;
}
.offcanvas .toContact a {
  width: 100%;
  max-width: 226px;
  height: 56px;
  margin: 64px auto 0;
}
.offcanvas__openBtn {
  line-height: 1;
  position: fixed;
  z-index: 10000;
  top: 28px;
  right: 33px;
}
.offcanvas__openBtn .uk-button {
  padding: 0;
}
.offcanvas__openBtn .lines__btn {
  position: relative;
  width: 34px;
  height: 33px;
  line-height: 1;
  background: transparent;
}
.offcanvas__openBtn .bar {
  display: block;
  background: #fff;
  width: 34px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  transition: all 0.3s ease;
}
.offcanvas__openBtn .bar__txt {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.offcanvas__openBtn .bar1 {
  top: 0;
}
.offcanvas__openBtn .bar1.open {
  top: 6px;
  transform: rotate(20deg);
}
.offcanvas__openBtn .bar2 {
  bottom: 18px;
}
.offcanvas__openBtn .bar2.open {
  bottom: 25px;
  transform: rotate(-20deg);
}

.uk-offcanvas-bar {
  width: 100%;
  padding: 110px 24px;
}

.uk-offcanvas-overlay::before {
  background: rgba(8, 40, 69, 0.4);
}

.top {
  overflow: hidden;
}
.top .kv {
  position: relative;
}
.top .kv .scrollDown {
  position: absolute;
  left: 50%;
  bottom: 24px;
  translate: -50% 0;
  z-index: 2;
}
.top .kv .scrollDown::before {
  content: "";
  background-color: #fff;
  margin: auto;
  width: 1px;
  height: 48px;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 2;
}
.top .kv .scrollDown::after {
  content: "";
  background-color: #CCBD03;
  width: 1px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 3;
  animation: scrollDown 2s infinite;
}
@keyframes scrollDown {
  0% {
    top: 32px;
  }
  100% {
    top: 64px;
  }
}
.top .kv .scrollDown__txt {
  letter-spacing: 0.03em;
}
.top .kv__inr {
  position: relative;
}
.top .kv__boundary {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/kv/kv_boundary_lg.webp") center center no-repeat;
  width: 101%;
  padding-top: 9.3055555556%;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 1;
}
.top .kv__slider--pc {
  display: none;
}
.top .kv__slider--tab {
  display: none;
}
.top .kv__slider--sp {
  display: block;
}
.top .kv .kenburns-pan-right-left {
  animation: kenburns-pan-right-left 24s linear infinite;
  will-change: transform;
}
@keyframes kenburns-pan-right-left {
  0% {
    transform: scale(1.2) translateX(100px);
  }
  100% {
    transform: scale(1.2) translateX(-100px);
  }
}
.top .kv__txt {
  position: absolute;
  top: 9vw;
  left: 70%;
  z-index: 1;
}
.top .kv__txt img {
  width: 10.3vw;
}
.top .topNews section {
  padding: 126px 0 170px;
}
.top .topNews__inr {
  position: relative;
}
.top .topNews__deco1 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/news/topNews_deco1.webp") center center no-repeat;
  width: 248px;
  padding-top: 126px;
  background-size: contain;
  position: absolute;
  top: -126px;
  right: -125px;
  z-index: 1;
}
.top .topNews__deco2 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/news/topNews_deco2.webp") center center no-repeat;
  width: 282px;
  padding-top: 162px;
  background-size: contain;
  position: absolute;
  bottom: -208px;
  left: -114px;
}
.top .topNews__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin: 48px auto 0;
  box-sizing: border-box;
}
.top .topNews__content a {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top .topNews__content a:last-child {
  border-bottom: none;
}
.top .topNews__content a:hover h3 {
  color: #FFEC00;
}
.top .topNews__content h3 {
  transition: all 0.3s ease;
}
.top .concept {
  position: relative;
}
.top .concept__bgPc {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_pc.webp") center center no-repeat;
  width: 100%;
  padding-top: 1745px;
  background-size: 5000px 1745px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
}
.top .concept section {
  padding: 170px 0 110px;
}
.top .concept__inr {
  background: #DABE03;
  position: relative;
}
.top .concept__inr::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_sp1.webp") center center no-repeat;
  width: 100%;
  padding-top: 20.2564102564%;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 100%;
  translate: -50% 0;
}
.top .concept__inr::after {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_sp2.webp") center center no-repeat;
  width: 100%;
  padding-top: 20.5128205128%;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
}
.top .concept__contents {
  position: relative;
  z-index: 1;
}
.top .concept__txts h2 {
  margin-bottom: 40px;
  position: relative;
}
.top .concept__txts h2::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_deco.webp") center center no-repeat;
  width: 2032px;
  padding-top: 801px;
  background-size: 2032px 801px;
  position: absolute;
  top: -220px;
  right: -325px;
  z-index: -1;
}
.top .topProduct section {
  padding: 150px 0 310px;
}
.top .topProduct__inr {
  position: relative;
}
.top .topProduct__deco1 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/product/topProduct_deco1.webp") center center no-repeat;
  width: 356px;
  padding-top: 167px;
  background-size: contain;
  position: absolute;
  top: -260px;
  right: -50px;
}
.top .topProduct__deco2 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/product/topProduct_deco2.webp") center center no-repeat;
  width: 308px;
  padding-top: 224px;
  background-size: contain;
  position: absolute;
  bottom: -220px;
  left: -50px;
}
.top .topProduct__lead {
  margin-top: 80px;
}
.top .topProduct__contents {
  max-width: 1080px;
  margin: 165px auto 0;
}
.top .topProduct__content {
  margin-bottom: 135px;
}
.top .topProduct__content:last-child {
  margin-bottom: 0;
}
.top .topProduct__content .flowBtn__wrap {
  margin-top: 40px;
}
.top .topProduct__img {
  position: relative;
  width: 95%;
}
.top .topProduct__img::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/product/topProduct_img_deco.webp") center center no-repeat;
  width: 100%;
  padding-top: 67.1428571429%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  rotate: -10deg;
  z-index: 0;
}
.top .topProduct__img img {
  position: relative;
}
.top .topProduct__titleWrap {
  align-items: baseline;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
  gap: 6px 14px;
}
.top .topProduct__txtWrap {
  padding-left: 8px;
  padding-right: 8px;
}
.top .topProduct__desc {
  margin-bottom: 40px;
}
.top .topProduct .toShopList {
  position: relative;
  z-index: 1;
}
.top .topProduct .toShopList .flowBtn__wrap {
  margin: 190px auto 0;
}
.top .overview {
  background: #062D6C;
  position: relative;
}
.top .overview__bg1 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_pc1.webp") center center no-repeat;
  width: 101%;
  padding-top: 19.897%;
  background-size: 5000px 985px;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  translate: -50%;
}
.top .overview__bg2 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_pc2.webp") center center no-repeat;
  width: 101%;
  padding-top: 19.897%;
  background-size: 5000px 985px;
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  translate: -50% 0;
}
.top .overview section {
  padding: 50px 0;
}
.top .overview .uk-container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
.top .overview__inr {
  margin-top: 120px;
  display: flex;
  gap: 67px;
  position: relative;
}
.top .overview__deco1 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_deco1.webp") center center no-repeat;
  width: 340px;
  padding-top: 196px;
  background-size: contain;
  position: absolute;
  top: -410px;
  right: -72px;
}
.top .overview__deco2 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_deco2.webp") center center no-repeat;
  width: 343px;
  padding-top: 169px;
  background-size: contain;
  position: absolute;
  top: -106px;
  left: -120px;
}
.top .overview__deco3 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_deco3.webp") center center no-repeat;
  width: 380px;
  padding-top: 217px;
  background-size: contain;
  position: absolute;
  right: 6px;
  bottom: -187px;
}
.top .overview__txts h3 {
  margin-bottom: 14px;
}
.top .overview__txtEn {
  margin-bottom: 24px;
}
.top .overview__slideWrap {
  width: 76%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 120px;
}
.top .overview__slides {
  display: flex;
  justify-content: space-around;
  flex: 0 0 auto;
  animation: slide-flow 100s infinite linear 1s both;
  width: 4032px;
}
@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top .overview__slideImg {
  position: relative;
  margin-left: 22px;
}
.top .overview__slideImg img {
  display: inline-block;
  width: 206px;
  aspect-ratio: 184/120;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
.top .movie section {
  padding: 380px 0 170px;
}
.top .movie__inr {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.top .movie__deco1 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/movie/movie_deco1.webp") center center no-repeat;
  width: 358px;
  padding-top: 71px;
  background-size: contain;
  position: absolute;
  top: -77px;
  right: -200px;
}
.top .movie__deco2 {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/movie/movie_deco2.webp") center center no-repeat;
  width: 246px;
  padding-top: 68px;
  background-size: contain;
  position: absolute;
  bottom: -190px;
  left: -204px;
}
.top .movie .uk-grid {
  margin-left: -36px;
}
.top .movie .uk-grid > * {
  padding-left: 36px;
}
.top .movie__itemsWrap {
  margin-top: 56px;
}
.top .movie__slider {
  margin-top: 64px;
}
.top .movie__sliderItem {
  display: block;
  position: relative;
}
.top .movie__sliderItem::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/movie/youtube_icon.webp") center center no-repeat;
  width: 67px;
  padding-top: 48px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.top .movie__sliderItem img {
  aspect-ratio: 326/186;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.top .experience section {
  padding: 170px 0 0;
}
.top .experience__inr {
  position: relative;
}
.top .experience__inr::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/experience/experience_deco.webp") center center no-repeat;
  width: 1021px;
  padding-top: 738px;
  background-size: contain;
  position: absolute;
  top: -86px;
  left: 50%;
  translate: -50% 0;
  z-index: 0;
  opacity: 0.5;
}
.top .experience__txtWrap {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top .experience .commonHead {
  display: inline-block;
  margin-bottom: 40px;
}
.top .experience .swiper {
  overflow: inherit;
}
.top .experience .swiper-wrapper {
  align-items: flex-end;
}
.top .experience .swiper-slide {
  position: relative;
  transition: 0.5s;
}
.top .experience .swiper-slide img {
  height: auto;
  width: 100%;
}
.top .experience .swiper-button-prev, .top .experience .swiper-button-next {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/slider_arrow2.png") center center no-repeat;
  width: 64px;
  height: 64px;
  background-size: contain;
  z-index: 10;
}
.top .experience .swiper-button-prev svg, .top .experience .swiper-button-next svg {
  display: none;
}
.top .experience .swiper-button-prev {
  rotate: 180deg;
}
.top .experience .slideTitle {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/experience/slider_title_bg.webp") center center no-repeat;
  width: 293px;
  height: 73px;
  background-size: contain;
  position: absolute;
  right: -13px;
  bottom: -26px;
}
.top .experience__btnsWrap {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 96px auto 0;
}
.top .experience__btn a {
  border: solid 1px #062D6C;
  background: #fff;
  height: 72px;
}
.top .experience__btn a:hover {
  background: #DABE03;
}
.top .experience__btn span {
  translate: -8px 0;
  position: relative;
  letter-spacing: 0.06em;
}
.top .experience__btn span::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/newWindow_blue.svg") center center no-repeat;
  width: 17px;
  padding-top: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -24px;
  translate: 0 -50%;
}
.top .topInstagram section {
  padding: 150px 0 100px;
}
.top .topInstagram__inr {
  max-width: 1080px;
  margin: 0 auto;
}
.top .topInstagram__lead {
  margin-top: 80px;
}
.top .topInstagram #sb_instagram {
  padding-top: 104px;
  padding-bottom: 104px !important;
}
.top .topInstagram #sbi_images {
  padding: 0 !important;
}
.top .topInstagram .flowBtn:hover span::before {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/instagram_icon_blue.svg") center center no-repeat;
  background-size: contain;
}
.top .topInstagram .flowBtn__wrap {
  margin: 0 auto;
}
.top .topInstagram .flowBtn span {
  position: relative;
  translate: 23px 0;
}
.top .topInstagram .flowBtn span::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/instagram_icon_white.svg") center center no-repeat;
  width: 29px;
  padding-top: 29px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -54px;
  translate: 0 -50%;
  transition: all 0.5s ease;
}
.top .contact section {
  padding: 100px 0 216px;
}
.top .contact form {
  max-width: 760px;
  width: 100%;
  margin: 106px auto 0;
}
.top .contact .formRow {
  margin-bottom: 50px;
}
.top .contact .formRow:last-child {
  border-bottom: unset;
}
.top .contact .formRow__policy, .top .contact .formRow__submit {
  border-bottom: unset;
}
.top .contact .formRow__policy {
  margin-top: 120px;
  letter-spacing: 0.03em;
}
.top .contact .formRow__submit {
  margin-top: 40px;
  margin-bottom: 0 !important;
}
.top .contact .label__inr {
  display: flex;
  align-items: center;
}
.top .contact .label__name {
  box-sizing: border-box;
}
.top .contact .label__name p {
  display: flex;
  align-items: center;
}
.top .contact .label__inputField {
  box-sizing: border-box;
  padding: 16px 0 0;
}
.top .contact input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}
.top .contact input, .top .contact textarea {
  background: #fff;
  width: 100%;
  height: 64px;
  padding: 0 32px;
  box-sizing: border-box;
  border: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #062D6C;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
.top .contact textarea {
  height: 290px;
  padding: 20px 32px;
  resize: none;
}
.top .contact input[type=checkbox] {
  height: 30px;
  translate: -16px 10px;
  padding: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.top .contact .submitBtn__inr {
  max-width: 384px;
  box-sizing: border-box;
  padding-right: 62px;
  margin: 0 auto;
}
.top .contact .submitBtn__inrInr {
  position: relative;
}
.top .contact .submitBtn__inrInr::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.top .contact .submitBtn__inrInr:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  background: #DABE03;
}
.top .contact .submitBtn__inrInr span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.top .contact .submitBtn__inrInr .flowBtn__line {
  background: #062D6C;
  width: 79px;
  right: -62px;
}
.top .contact input[type=submit] {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #062D6C;
  height: 72px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid #062D6C;
  transition: all 0.3s;
}
.top .contact .wpcf7-spinner {
  display: block;
}
.top .contact :focus-visible {
  outline: 1px solid #DABE03;
  border-style: unset;
}
.top .contact .agreeTxt {
  margin-bottom: 16px;
}
.top .contact .toPolicy {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}
.top .contact .toPolicy:hover {
  color: #fff;
}
.top .contact .req, .top .contact .any {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 26px;
  margin-right: 24px;
}
.top .contact .req {
  background: #062D6C;
}
.top .contact .any {
  background: #9A9A9A;
}
.top .contact .wpcf7-form-control-wrap {
  display: block;
}
.top .contact .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.top .contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  position: relative;
}
.top .contact .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 16px;
  cursor: pointer;
}
.top .contact .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.top .contact input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: unset;
}
.top .contact input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #A7A7A7;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  box-sizing: border-box;
  background: white;
  position: relative;
  top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transform: translate(0, 1px);
}
.top .contact input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  border-right: 2px solid rgba(6, 45, 108, 0.4);
  border-bottom: 2px solid rgba(6, 45, 108, 0.4);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  left: 5px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
}
.top .contact .agree .wpcf7-form-control.wpcf7-checkbox {
  justify-content: center;
}
.top .contact .agree .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  margin-right: 20px;
}
.top .contact .wpcf7-not-valid-tip {
  font-size: 14px;
}
.top .contact ::-moz-placeholder {
  color: rgba(6, 45, 108, 0.5);
}
.top .contact ::placeholder {
  color: rgba(6, 45, 108, 0.5);
}
.top .contact ::-webkit-full-page-media, .top .contact _:future, .top .contact :root input[type=checkbox] {
  width: 20px;
  translate: -4px 4px;
}

.news {
  padding-top: 94px;
}

.newsArchive__contents section {
  padding: 96px 0 248px;
}
.newsArchive__contents * + .uk-grid-margin {
  margin-top: 72px;
}
.newsArchive__contentsInr {
  margin: 120px auto 0;
  max-width: 1080px;
}
.newsArchive__thumb {
  margin-bottom: 24px;
  background: #fff;
}
.newsArchive__thumb img {
  aspect-ratio: 312/192;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsArchive__date {
  margin-bottom: 16px;
}
.newsArchive .pagination {
  margin-top: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.newsArchive .pagination .page-numbers {
  color: white;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.newsArchive .pagination .prev {
  margin-right: 64px;
}
.newsArchive .pagination .prev img {
  rotate: 180deg;
}
.newsArchive .pagination .next {
  margin-left: 64px;
}

.newsSingle__contents section {
  padding: 96px 0 240px;
}
.newsSingle__contentsInr {
  margin: 120px auto 0;
  max-width: 760px;
}
.newsSingle__content {
  line-height: 1.625;
}
.newsSingle__date {
  margin-bottom: 24px;
}
.newsSingle__title {
  padding-bottom: 32px;
  margin-bottom: 40px;
  position: relative;
}
.newsSingle__title::before {
  content: "";
  background: rgba(255, 255, 255, 0.32);
  width: calc(100% + 18px);
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.newsSingle .flowBtn {
  margin-top: 200px;
}
.newsSingle .flowBtn__wrap {
  margin: 0 auto;
}

.product {
  padding-top: 94px;
}
.product .intro section {
  padding: 96px 0 200px;
}
.product .intro__inr {
  max-width: 1080px;
  margin: 0 auto;
}
.product .intro__content {
  margin-top: 106px;
}
.product .intro .uk-slideshow-items {
  aspect-ratio: 560/376 !important;
  width: 95% !important;
  margin: 0 auto;
}
.product .intro__sliderInr {
  position: relative;
}
.product .intro__sliderInr::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/product/active_img_deco.webp") center center no-repeat;
  width: 105%;
  padding-top: 79.6434359806%;
  background-size: contain;
  position: absolute;
  top: -45px;
  left: 50%;
  translate: -50% 0;
}
.product .intro__sliderItem img {
  width: 100%;
  aspect-ratio: 560/376;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .intro .uk-thumbnav {
  margin-top: 90px;
  gap: 16px 0;
  margin-left: -24px;
}
.product .intro .uk-thumbnav li {
  padding-left: 24px;
}
.product .intro .uk-thumbnav .uk-active a {
  position: relative;
}
.product .intro .uk-thumbnav .uk-active a::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/product/thumb_img_deco.webp") center center no-repeat;
  width: 104%;
  padding-top: 70.72%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.product .intro .uk-thumbnav img {
  width: 178px;
  height: 118px;
  aspect-ratio: 192/128;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.product .intro .uk-thumbnav > * > ::after {
  display: none;
}
.product .intro__titleWrap {
  align-items: baseline;
  gap: 6px 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
}
.product .intro__txtWrap {
  padding-left: 8px;
  padding-right: 8px;
}
.product .intro__desc {
  margin-bottom: 40px;
}
.product .intro__sizeAmount {
  margin-bottom: 26px;
}
.product .intro__sizeAmount:last-child {
  margin-bottom: 0;
}
.product .intro .flowBtn__wrap {
  margin-top: 50px;
}
.product .shop section {
  padding: 0 0 240px;
}
.product .shop__inr {
  max-width: 760px;
  margin: 0 auto;
}
.product .shop__lead {
  margin: 80px 0 88px;
}
.product .shop__item {
  padding: 32px 80px 32px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  position: relative;
}
.product .shop__item:last-child {
  border-bottom: none;
}
.product .shop__item::before {
  content: "";
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/arrow_white.svg") center center no-repeat;
  background-size: contain;
  width: 64px;
  padding-top: 64px;
  position: absolute;
  top: 50%;
  right: 60px;
  translate: 0 -50%;
  transition: all 0.3s ease;
}
.product .shop__item:hover::before {
  background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/arrow_yellow.svg") center center no-repeat;
  background-size: contain;
}
.product .shop__item:hover .shop__name, .product .shop__item:hover .shop__addr {
  color: #FFEC00;
}
.product .shop__item:hover .shop__map {
  border-color: #FFEC00;
}
.product .shop__item:hover .shop__map span {
  color: #FFEC00;
}
.product .shop__name, .product .shop__addr, .product .shop__map, .product .shop__map span {
  transition: all 0.3s ease;
}
.product .shop__name {
  margin-bottom: 16px;
}
.product .shop__addr {
  margin-bottom: 16px;
}
.product .shop__map {
  border: solid 1px #fff;
  width: 169px;
  height: 40px;
}

.policy {
  padding-top: 72px;
}
.policy section {
  padding: 80px 0 0;
}
.policy__inr a {
  color: white;
  text-decoration: underline;
}
.policy__top {
  margin-bottom: 30px;
}
.policy__block {
  margin-bottom: 30px;
}
.policy h1 {
  margin-bottom: 16px;
  line-height: 1.5;
}
.policy h2 {
  padding-bottom: 16px;
}
.policy p {
  padding-left: 30px;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .footer__inr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__R {
    text-align: left;
  }
  .top .kv__slider--pc {
    display: block;
  }
  .top .concept__inr {
    background: none;
  }
  .top .concept__inr::before {
    display: none;
  }
  .top .concept__inr::after {
    display: none;
  }
  .top .concept__contents {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
  .top .topProduct__content {
    display: flex;
    justify-content: space-between;
  }
  .top .topProduct__content:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .top .topProduct__img {
    translate: 3% 0;
    width: 52%;
  }
  .top .topProduct__txts {
    width: 39%;
  }
  .top .overview__txts {
    margin-top: 100px;
    padding-left: 40px;
  }
  .top .experience__txts {
    max-width: 336px;
  }
  .top .experience .swiper-wrapper {
    min-height: 656px;
  }
  .top .experience .swiper-slide-after-next {
    width: 41% !important;
  }
  .top .experience .swiper-slide:not(.swiper-slide-after-next) .slideTitle {
    display: none;
  }
  .top .experience .swiper-button-prev, .top .experience .swiper-button-next {
    top: unset !important;
    bottom: 16vw;
  }
  .product .intro__content {
    display: flex;
    justify-content: space-between;
    margin-top: 165px;
  }
  .product .intro__slider {
    width: 54%;
  }
  .product .intro .uk-slideshow-items {
    margin: 0 0 0 auto;
  }
  .product .intro__sliderInr::before {
    translate: calc(-50% + 10px) 0;
  }
  .product .intro__txts {
    width: 41%;
  }
}
@media screen and (max-width: 639px) {
  .uk-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .breadcrumb {
    margin-top: 12px;
  }
  .txt__goM24 {
    font-size: 22px;
    line-height: 1.5;
  }
  .txt__goB24 {
    font-size: 20px;
    line-height: 1.5;
  }
  .txt__goB40 {
    font-size: 28px;
    line-height: 1.4285714286;
  }
  .txt__minM24 {
    font-size: 16px;
    line-height: 1.5;
  }
  .txt__minSB32 {
    font-size: 24px;
    line-height: 1.4583333333;
  }
  .txt__minSB40 {
    font-size: 32px;
    line-height: 1.4375;
  }
  .txt__minB32 {
    font-size: 24px;
    line-height: 1.4583333333;
  }
  .flowBtn {
    height: 56px;
  }
  .flowBtn .flowBtn__line {
    width: 40px;
    right: -30px;
  }
  .flowBtn__wrap {
    padding-right: 30px;
  }
  .uk-position-center-right-out,
  .uk-position-center-left-out,
  .uk-position-center-right,
  .uk-position-center-left {
    width: 40px;
    height: 40px;
  }
  .header__logo {
    margin-top: 28px;
    margin-bottom: 23px;
  }
  .header__logo img {
    width: 214px;
  }
  .header .instagram {
    position: absolute;
    top: 24px;
    right: 90px;
  }
  .footer__inr {
    padding: 32px 8px 30px;
  }
  .footer__distributor {
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .footer__tel {
    margin-bottom: 40px;
  }
  .footer .instagram {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .toTop {
    right: 10px;
  }
  .top .kv__boundary {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/kv/kv_boundary_xs.webp") center center no-repeat;
    background-size: cover;
    padding-top: 9.7435897436%;
  }
  @keyframes kenburns-pan-right-left {
    .top .kv {
      transform: scale(1.3) translateX(40px);
      transform-origin: 50% 20%;
    }
    .top .kv {
      transform: scale(1.3) translateX(-40px);
      transform-origin: 50% 20%;
    }
  }
  .top .kv__txt {
    top: 48vw;
    left: unset;
    right: 24px;
  }
  .top .kv__txt img {
    width: 31vw;
  }
  .top .topNews section {
    padding: 120px 0;
  }
  .top .topNews__deco1 {
    width: 38%;
    padding-top: 19.3064516129%;
    top: -80px;
    right: -60px;
  }
  .top .topNews__deco2 {
    width: 55%;
    padding-top: 31.5957446809%;
    bottom: -155px;
    left: -60px;
  }
  .top .topNews__content {
    margin: 40px auto 0;
  }
  .top .topNews__content a {
    padding: 24px 8px;
  }
  .top .topNews__content h3 {
    margin-top: 8px;
  }
  .top .concept__bgPc {
    display: none;
  }
  .top .concept section {
    padding: 120px 0 80px;
  }
  .top .concept__contents {
    padding: 48px 0;
  }
  .top .concept__txts {
    padding: 0 8px;
  }
  .top .concept__txts h2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .top .concept__txts h2::before {
    width: 190%;
    padding-top: 74.8966535433%;
    background-size: contain;
    top: 50%;
    right: 50%;
    translate: 50% -50%;
  }
  .top .concept__txts h2 .newline {
    display: inline;
    white-space: unset;
  }
  .top .topProduct section {
    padding: 90px 0 210px;
  }
  .top .topProduct__deco1 {
    width: 58%;
    padding-top: 27.2078651685%;
    top: -32vw;
    right: -15px;
  }
  .top .topProduct__deco2 {
    width: 45%;
    padding-top: 32.7272727273%;
    bottom: -45vw;
    left: -2vw;
    rotate: -10deg;
  }
  .top .topProduct__lead {
    margin-top: 64px;
    padding: 0 8px;
  }
  .top .topProduct__contents {
    margin: 106px auto 0;
  }
  .top .topProduct__content {
    margin-bottom: 130px;
  }
  .top .topProduct__content .flowBtn__wrap {
    margin: 60px auto 0;
  }
  .top .topProduct__img {
    margin: 0 auto;
  }
  .top .topProduct__txts {
    margin-top: 50px;
  }
  .top .topProduct__titleWrap {
    padding-bottom: 16px;
    margin-bottom: 24px;
    gap: 6px 8px;
  }
  .top .topProduct__desc {
    margin-bottom: 24px;
  }
  .top .topProduct .toShopList {
    padding: 0 8px;
  }
  .top .topProduct .toShopList .flowBtn__wrap {
    width: 100%;
    margin: 120px auto 0;
  }
  .top .overview__bg1 {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_sp1.webp") center center no-repeat;
    padding-top: 21.4948717949%;
    background-size: contain;
  }
  .top .overview__bg2 {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_sp2.webp") center center no-repeat;
    background-size: contain;
    padding-top: 20.458974359%;
  }
  .top .overview section {
    padding: 100px 0 90px;
  }
  .top .overview__inr {
    margin-top: 64px;
    gap: 32px;
    flex-direction: column-reverse;
  }
  .top .overview__deco1 {
    width: 48%;
    padding-top: 27.6705882353%;
    top: -76vw;
    right: -8vw;
  }
  .top .overview__deco2 {
    display: none;
  }
  .top .overview__deco3 {
    display: none;
  }
  .top .overview__txts {
    padding-left: 32px;
    padding-right: 32px;
  }
  .top .overview__txtEn {
    margin-bottom: 32px;
  }
  .top .overview__slideWrap {
    width: 100%;
    margin-top: 72px;
  }
  .top .movie section {
    padding: 252px 0 120px;
  }
  .top .movie__inr {
    padding: 0 8px;
  }
  .top .movie__deco1 {
    width: 69%;
    padding-top: 13.6843575419%;
    top: -30vw;
    right: -10vw;
  }
  .top .movie__deco2 {
    width: 64%;
    padding-top: 17.6910569106%;
    bottom: -35vw;
    left: -10vw;
  }
  .top .movie__slider .uk-position-center-right-out {
    left: -8px;
  }
  .top .movie__slider .uk-position-center-left-out {
    right: -8px;
  }
  .top .experience section {
    padding: 120px 0 60px;
  }
  .top .experience__inr {
    padding: 0 8px;
  }
  .top .experience__inr::before {
    width: 100%;
    padding-top: 72.2820763957%;
    top: -12px;
  }
  .top .experience__txts {
    margin-bottom: 40px;
  }
  .top .experience .commonHead span, .top .experience .commonHead h2 {
    text-align: left !important;
  }
  .top .experience .swiper {
    width: 90%;
  }
  .top .experience .swiper-slide:not(.swiper-slide-active) .slideTitle {
    display: none;
  }
  .top .experience .swiper-button-prev, .top .experience .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .top .experience .slideTitle {
    width: 176px;
    height: 42px;
  }
  .top .experience__btnsWrap * + .uk-grid-margin {
    margin-top: 24px;
  }
  .top .experience__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .experience__btn a {
    height: 56px;
  }
  .top .topInstagram section {
    padding: 60px 0;
  }
  .top .topInstagram__inr {
    padding: 0 8px;
  }
  .top .topInstagram__lead {
    margin-top: 64px;
  }
  .top .topInstagram #sb_instagram {
    padding-top: 40px;
    padding-bottom: 64px !important;
  }
  .top .topInstagram #sbi_images {
    gap: 22px !important;
  }
  .top .contact section {
    padding: 60px 0 176px;
  }
  .top .contact__inr {
    padding: 0 8px;
  }
  .top .contact form {
    margin: 64px auto 0;
  }
  .top .contact .formRow {
    margin-bottom: 40px;
  }
  .top .contact .formRow__policy {
    margin-top: 48px;
    font-size: 14px;
    line-height: 2;
  }
  .top .contact input[type=checkbox] {
    translate: -10px -12px;
  }
  .top .contact .submitBtn p {
    height: 56px;
  }
  .top .contact .submitBtn__inr {
    padding-right: 30px;
  }
  .top .contact .submitBtn__inrInr .flowBtn__line {
    width: 40px;
    right: -30px;
  }
  .top .contact input[type=submit] {
    height: 56px;
  }
  .top .contact .wpcf7-list-item-label {
    font-size: 14px;
  }
  .top .contact input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 3px;
  }
  .top .contact .wpcf7-list-item {
    margin: 0;
  }
  .news {
    padding-top: 80px;
  }
  .newsArchive__contents section {
    padding: 64px 0 150px;
  }
  .newsArchive__contents * + .uk-grid-margin {
    margin-top: 48px;
  }
  .newsArchive__contentsInr {
    margin: 60px auto 0;
  }
  .newsArchive__thumb {
    margin-bottom: 16px;
  }
  .newsArchive__date {
    margin-bottom: 6px;
  }
  .newsArchive .pagination {
    margin-top: 80px;
  }
  .newsArchive .pagination .prev {
    margin-right: 16px;
  }
  .newsArchive .pagination .prev img {
    width: 50px;
  }
  .newsArchive .pagination .next {
    margin-left: 16px;
  }
  .newsArchive .pagination .next img {
    width: 50px;
  }
  .newsSingle__contents section {
    padding: 64px 0 200px;
  }
  .newsSingle__contentsInr {
    margin: 60px auto 0;
  }
  .newsSingle__date {
    margin-bottom: 16px;
  }
  .newsSingle__title {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
  .newsSingle .flowBtn {
    margin-top: 80px;
  }
  .product {
    padding-top: 80px;
  }
  .product .intro section {
    padding: 64px 0 160px;
  }
  .product .intro__sliderInr::before {
    top: -30px;
  }
  .product .intro .uk-thumbnav {
    margin-top: 48px;
    margin-left: -12px;
  }
  .product .intro .uk-thumbnav li {
    padding-left: 12px;
  }
  .product .intro .uk-thumbnav img {
    width: 90px;
    height: 60px;
  }
  .product .intro__txts {
    margin-top: 32px;
  }
  .product .intro__titleWrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .product .shop section {
    padding: 0 0 160px;
  }
  .product .shop__lead {
    margin: 64px 0 40px;
  }
  .product .shop__item {
    padding: 32px 70px 32px 8px;
  }
  .product .shop__item::before {
    width: 50px;
    padding-top: 50px;
    right: 8px;
  }
  .policy {
    padding-top: 64px;
  }
  .policy section {
    padding: 48px 0 0;
  }
  .policy p {
    padding-left: 16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .header__logo {
    margin-top: 28px;
    margin-bottom: 23px;
  }
  .header__logo img {
    width: 214px;
  }
  .header .instagram {
    position: absolute;
    top: 24px;
    right: 90px;
  }
  .footer__inr {
    padding: 32px 8px 40px;
  }
  .footer .instagram {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .toTop {
    right: 15px;
  }
  .top .kv__slider--tab {
    display: block;
  }
  @keyframes kenburns-pan-right-left {
    .top .kv {
      transform: scale(1.2) translateX(60px);
      transform-origin: 50% 0;
    }
    .top .kv {
      transform: scale(1.2) translateX(-60px);
      transform-origin: 50% 0;
    }
  }
  .top .kv__txt {
    top: 32vw;
    left: 68%;
  }
  .top .kv__txt img {
    width: 20vw;
  }
  .top .topNews__deco1 {
    width: 30%;
    padding-top: 15.2419354839%;
    top: -120px;
    right: -90px;
  }
  .top .topNews__deco2 {
    width: 30%;
    padding-top: 17.2340425532%;
    bottom: -155px;
    left: -60px;
  }
  .top .concept__bgPc {
    display: none;
  }
  .top .concept__inr::before {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_tab1.webp") center center no-repeat;
    width: 100%;
    padding-top: 19.5631528965%;
    background-size: cover;
  }
  .top .concept__inr::after {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/concept/concept_bg_tab2.webp") center center no-repeat;
    width: 100%;
    padding-top: 19.5631528965%;
    background-size: cover;
  }
  .top .concept__contents {
    padding: 24px 0 48px;
    width: 74%;
    margin: 0 auto;
  }
  .top .concept__img {
    width: 90%;
    margin: 0 auto;
  }
  .top .concept__txts {
    padding: 0 8px;
  }
  .top .concept__txts h2 {
    margin-top: 40px;
  }
  .top .concept__txts h2::before {
    width: 180%;
    padding-top: 70.9547244094%;
    background-size: contain;
    top: 50%;
    right: 50%;
    translate: 50% -50%;
  }
  .top .topProduct section {
    padding: 180px 0 300px;
  }
  .top .topProduct__deco1 {
    width: 40%;
    padding-top: 18.7640449438%;
    top: -30vw;
    right: 0;
  }
  .top .topProduct__deco2 {
    width: 40%;
    padding-top: 29.0909090909%;
    bottom: -35vw;
    left: -3vw;
  }
  .top .topProduct__lead {
    padding: 0 8px;
  }
  .top .topProduct__contents {
    margin: 135px auto 0;
  }
  .top .topProduct__content .flowBtn__wrap {
    margin: 60px auto 0;
  }
  .top .topProduct__img {
    width: 80%;
    margin: 0 auto;
  }
  .top .topProduct__txts {
    margin-top: 80px;
  }
  .top .topProduct .toShopList {
    padding: 0 8px;
  }
  .top .topProduct .toShopList .flowBtn__wrap {
    margin: 135px auto 0;
  }
  .top .overview__bg1 {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_sp1.webp") center center no-repeat;
    background-size: contain;
    padding-top: 21.4948717949%;
  }
  .top .overview__bg2 {
    background: url("https://omoiakari.com/wp/wp-content/themes/tanabata-edourou/modules/images/top/overview/overview_bg_sp2.webp") center center no-repeat;
    background-size: contain;
    padding-top: 20.458974359%;
  }
  .top .overview section {
    padding: 100px 0 90px;
  }
  .top .overview__inr {
    margin-top: 64px;
    gap: 54px;
    flex-direction: column-reverse;
  }
  .top .overview__deco1 {
    width: 38%;
    padding-top: 21.9058823529%;
    top: -45vw;
    right: -8vw;
  }
  .top .overview__deco2 {
    display: none;
  }
  .top .overview__deco3 {
    display: none;
  }
  .top .overview__txts {
    padding-left: 32px;
    padding-right: 32px;
  }
  .top .overview__txtEn {
    margin-bottom: 32px;
  }
  .top .overview__slideWrap {
    width: 100%;
    margin-top: 72px;
  }
  .top .movie section {
    padding: 350px 0 150px;
  }
  .top .movie__inr {
    padding: 0 8px;
  }
  .top .movie__deco1 {
    width: 50%;
    padding-top: 9.9162011173%;
    top: -20vw;
    right: -10vw;
  }
  .top .movie__deco2 {
    width: 45%;
    padding-top: 12.4390243902%;
    bottom: -20vw;
    left: -10vw;
  }
  .top .movie__slider .uk-position-center-right-out {
    left: -32px;
  }
  .top .movie__slider .uk-position-center-left-out {
    right: -32px;
  }
  .top .movie__sliderItem::before {
    width: 93px;
    padding-top: 67px;
  }
  .top .experience__inr {
    padding: 0 8px;
  }
  .top .experience__txts {
    margin-bottom: 40px;
  }
  .top .experience__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top .experience__btn a {
    max-width: 324px;
  }
  .top .topInstagram__inr {
    padding: 0 8px;
  }
  .top .topInstagram #sb_instagram {
    padding-top: 40px;
    padding-bottom: 64px !important;
  }
  .top .topInstagram #sbi_images {
    gap: 22px !important;
  }
  .top .contact section {
    padding: 80px 0 200px;
  }
  .top .contact__inr {
    padding: 0 8px;
  }
  .top .contact form {
    margin: 80px auto 0;
  }
  .top .contact .formRow__policy {
    margin-top: 64px;
  }
  .newsArchive__contentsInr {
    margin: 80px auto 0;
  }
  .newsArchive .pagination {
    margin-top: 120px;
  }
  .newsSingle__contentsInr {
    margin: 80px auto 0;
  }
  .product .intro .uk-thumbnav img {
    width: 120px;
    height: 80px;
  }
  .product .intro__txts {
    margin-top: 56px;
  }
  .policy h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 374px) {
  .header__logo img {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1339px) {
  .header__nav ul {
    gap: 18px;
    margin-right: 18px;
  }
  .header .toContact {
    margin-right: 18px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .instagram {
    position: absolute;
    top: 28px;
    right: 94px;
  }
  .toTop {
    right: 15px;
  }
  .offcanvas__openBtn {
    top: 33px;
    right: 40px;
  }
  @keyframes kenburns-pan-right-left {
    .top .kv {
      transform: scale(1.2) translateX(70px);
    }
    .top .kv {
      transform: scale(1.2) translateX(-70px);
    }
  }
  .top .concept__bgPc {
    width: 350%;
    padding-top: 122.15%;
    background-size: contain;
  }
  .top .concept__imgWrap {
    width: calc(100% - 495px - 32px);
  }
  .top .concept__txts {
    width: 495px;
    padding-top: 24px;
  }
  .top .topProduct__deco1 {
    width: 35%;
    padding-top: 16.4185393258%;
    top: -22vw;
    right: -2vw;
  }
  .top .topProduct__deco2 {
    width: 35%;
    padding-top: 25.4545454545%;
    bottom: -20vw;
    left: -3vw;
  }
  .top .overview__inr {
    gap: 40px;
  }
  .top .overview__deco1 {
    width: 25%;
    padding-top: 14.4117647059%;
    top: -330px;
    right: -60px;
  }
  .top .overview__deco2 {
    width: 28%;
    padding-top: 13.7959183673%;
    left: -100px;
  }
  .top .overview__deco3 {
    width: 35%;
    padding-top: 19.9868421053%;
    right: -90px;
    bottom: -150px;
  }
  .top .movie section {
    padding: 300px 0 170px;
  }
  .top .movie__deco1 {
    width: 37%;
    padding-top: 7.3379888268%;
    top: -10vw;
    right: -8vw;
  }
  .top .movie__deco2 {
    width: 23%;
    padding-top: 6.3577235772%;
    bottom: -13vw;
    left: -6vw;
  }
  .top .experience .swiper {
    margin-top: -450px;
  }
  .top .experience .swiper-button-prev {
    left: 38%;
  }
  .top .experience .swiper-button-next {
    right: 1%;
  }
  .top .experience__btnsWrap .uk-grid {
    margin-left: -16px;
  }
  .top .experience__btnsWrap .uk-grid > * {
    padding-left: 16px;
  }
  .top .topInstagram #sbi_images {
    gap: 30px !important;
  }
  .product .intro .uk-thumbnav img {
    width: 140px;
    height: 93px;
  }
}
@media screen and (min-width: 1200px) {
  .header .instagram {
    margin-top: 30px;
  }
  .top .concept__imgWrap {
    width: calc(100% - 534px - 32px);
  }
  .top .concept__img {
    width: 93%;
    margin-left: auto;
  }
  .top .concept__txts {
    width: 534px;
    padding-top: 44px;
  }
  .top .movie__itemsWrap {
    margin-top: 104px;
  }
  .top .experience__btnsWrap .uk-grid {
    margin-left: -30px;
  }
  .top .experience__btnsWrap .uk-grid > * {
    padding-left: 30px;
  }
  .newsArchive__contents .uk-grid {
    margin-left: -72px;
  }
  .newsArchive__contents .uk-grid > * {
    padding-left: 72px;
  }
  .policy {
    padding-top: 128px;
  }
}
@media screen and (min-width: 640px) {
  .uk-offcanvas-bar {
    width: 400px;
  }
  .top .kv__slider--sp {
    display: none;
  }
  .top .topNews__content a {
    padding: 32px 60px;
    display: flex;
  }
  .top .topNews__content h3 {
    margin-left: 40px;
  }
  .top .overview__slides {
    width: 7056px;
  }
  .top .overview__slideImg {
    margin-left: 24px;
  }
  .top .overview__slideImg img {
    aspect-ratio: 368/240;
    width: 392px;
  }
}
@media screen and (min-width: 1600px) {
  .top .concept__txts h2::before {
    width: 420%;
    padding-top: 165.561023622%;
    background-size: contain;
    top: -260%;
    right: -95%;
  }
  .top .topProduct section {
    padding: 150px 0 min(310px, 18vw);
  }
  .top .overview__deco3 {
    right: -6vw;
  }
  .top .overview__txts {
    margin-top: 140px;
    padding-left: 210px;
  }
  .top .movie section {
    padding: min(450px, 25vw) 0 170px;
  }
  .top .experience .swiper {
    margin-top: -650px;
  }
  .top .experience .swiper-wrapper {
    min-height: 1050px;
    translate: 200px 0;
  }
  .top .experience .swiper-button-prev, .top .experience .swiper-button-next {
    bottom: 14vw;
  }
  .top .experience .swiper-button-prev {
    left: 45%;
  }
  .top .experience .swiper-button-next {
    right: 2%;
  }
}
@media screen and (min-width: 2000px) {
  .top .concept__txts h2::before {
    width: 600%;
    padding-top: 236.5157480315%;
    top: -385%;
    right: -170%;
  }
  .top .experience .swiper-button-next {
    right: 4%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .top .overview__txts {
    margin-top: 140px;
    padding-left: 210px;
  }
  .top .experience .swiper {
    margin-top: -400px;
  }
  .top .experience .swiper-button-prev {
    left: 41%;
  }
  .top .experience .swiper-button-next {
    right: 4%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1299px) {
  .top .overview__txts {
    padding-left: max(40px, (100vw - 1080px) / 2);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .top .experience .swiper {
    margin-top: -700px;
  }
  .top .experience .swiper-button-prev, .top .experience .swiper-button-next {
    bottom: 14vw;
  }
  .top .experience .swiper-button-prev {
    left: 46%;
  }
  .top .experience .swiper-button-next {
    right: 1.5%;
  }
}
@media screen and (min-width: 2100px) {
  .top .experience .swiper {
    margin-top: -500px;
  }
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-6.use[1]!./node_modules/swiper/swiper-bundle.css ***!
  \*****************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}



:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}


/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}


/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}




.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}


.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;

    &:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}
.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Flip slide shadows end */

.swiper-coverflow {
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

